body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: #222;
	overflow-x: hidden;
}
body, html {
	position: relative;
	height: 100%;
}
body.position-fixed {
	top: 0;
	left: 0;
	right: 0;
}

html {
	overflow-y: auto;
}

a,
a:link,
a:hover {
	text-decoration: none;
	color: #222;
}
a:focus, button:focus,
input, input:focus,
textarea:focus {
	outline: none;
}
textarea {
	resize: none;
}
a.disabled {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

ul, ol {
	padding-left: 15px;
}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.01em;
		transition: all .3s ease-in-out; 
		-o-transition: all .3s ease-in-out; 
		-moz-transition: all .3s ease-in-out; 
		-webkit-transition: all .3s ease-in-out;
}
@media (max-width: 575.98px) {
	p, li, td {
		font-size: 15px;
		line-height: 1.3;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #363636;
	line-height: 1.3;
	letter-spacing: -0.01em;
		transition: all .3s ease-in-out; 
		-o-transition: all .3s ease-in-out; 
		-moz-transition: all .3s ease-in-out; 
		-webkit-transition: all .3s ease-in-out;
}
h1 {
	font-size: 34px;
	line-height: 1.1;
}
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-weight: 500; }

@media (max-width: 991.98px) {
	h1 { font-size: 32px; }
	h2 { font-size: 28px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
}
@media (max-width: 767.98px) {
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 15px; }
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mw-fit {
	max-width: fit-content;
}

.fa-lg {
    font-size: 1.1em !important;
	line-height: 1 !important;
}

.rounded-xl {
	border-radius: 12px;
}

sub, sup {
    top: -0.4em;
	font-size: 65%;
	font-weight: normal;
}

.text-thin {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300 !important;
}

.text-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal !important;
}

.text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500 !important;
}

.text-semibold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600 !important;
}

.strong, .text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700 !important;
}

.letr-space-1 {
	letter-spacing: 0.02em;
}

.letr-space-2 {
	letter-spacing: 0.05em;
}

.letr-space-3 {
	letter-spacing: 0.1em;
}

.letr-space-nor {
	letter-spacing: normal;
}

.text-xxsm {
	font-size: 12px !important;
	line-height: 16px !important;
}

.text-xsm {
	font-size: 13px !important;
	line-height: 17px !important;
}

.text-sm {
	font-size: 14px !important;
	line-height: 19px !important;
}

.text-grey-3 {
	color: rgb(0, 0, 0, 0.3) !important;
}

.text-grey-4 {
	color: rgb(0, 0, 0, 0.4) !important;
}

.text-grey-5 {
	color: rgb(0, 0, 0, 0.5) !important;
}

.text-grey-6 {
	color: rgb(0, 0, 0, 0.6) !important;
}

.text-grey-7 {
	color: rgb(0, 0, 0, 0.7) !important;
}

.text-grey-8 {
	color: rgb(0, 0, 0, 0.8) !important;
}

.text-cross {
    border-top: 1px solid #DDD;
    position: relative;
    width: 100%;
}
.text-cross p {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    background: #FFF;
	font-size: 12px;
    text-align: center;
    width: 40px;
    color: #999;
	letter-spacing: 0.01em;
}

.line-cross {
    border-top: 1px solid #E5E5E5;
    position: relative;
    width: 100%;
}
.line-cross-content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    background: #FFF;
    text-align: center;
    width: 270px;
}
@media (max-width: 575.98px) {
	.line-cross-content {
		width: 150px;
	}
}

.bg-standard {
	background-color: #F1F1F1 !important;
}

.bg-standard-light {
	background-color: #F6F6F6 !important;
}

.bg-transparent {
	background: transparent !important;
}

.theme-bg {
	background-color: #E5B419 !important;
}

.theme-bg-light {
	background-color: #FDFBF2 !important;
}

.theme-color {
	color: #E5B419 !important;
}

.theme-border {
	border: 1px solid #E5B419 !important;
}

.box-shadow {
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}

.strikethrough {
	position: relative;
	color: #F00;
    display: inline;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

.fa-star {
	font-size: 13px;
	color: #E5B419;
	vertical-align: text-top;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 5px;
}

.col-form-label {
	padding-top: calc(0.7rem + 1px);
}

.form-group {
	position: relative;
	text-align: left;
}

.form-control {
	border-color: transparent;
	height: 46px;
	font-size: 14px;
	color: #222;
	border: 1px solid #CCC;
	border-radius: 0.4rem;
}

.form-check-inline {
	margin-right: 1rem;
}

select.form-control:not([size]):not([multiple]) {
	height: 46px;
}

input[type="checkbox"] {
	vertical-align: middle;
	zoom: 1.5;
}

input[type="checkbox"]:checked {
	background-color: #E5B419;
}

.input-group .btn {
	font-size: 14px;
}
.input-group .btn-secondary,
.input-group .btn-secondary:hover,
.input-group a.btn-secondary:hover,
.input-group .btn-secondary:focus,
.input-group .btn-secondary.focus,
.input-group a.btn-secondary:focus,
.input-group .btn-secondary:not(:disabled):not(.disabled):active,
.input-group .btn-secondary:not(:disabled):not(.disabled).active {
	background-color: transparent;
	border-color: #222;
    border-left: 0;
	color: #222;
	padding: 0 15px 0;
}
.input-group .btn-secondary:hover,
.input-group a.btn-secondary:hover {
	opacity: 0.8;
}
.input-group .form-control {
	background-color: transparent;
	border-color: #222;
	border-right: 0;
	box-shadow: none;
	height: 52px;
}

.input-group-text {
	background-color: #EEE;
	border-radius: 2px;
	border-color: #999;
	padding: 0;
}

.lg-backdrop, .lg-toolbar {
	background-color: #FFF !important;
}
.lg-toolbar .lg-icon:hover {
	color: #999 !important;
	opacity: 0.8;
}

#pass-status, #pass-status-new,
#pass-status-confirm {
	position: absolute;
    bottom: 15px;
    right: 15px;
	font-size: 14px;
	color: #999;
}

.bs-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bs-check input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.bs-check input[type=checkbox]:checked ~ .checkmark {
	background-color: #333333;
	border-color: #333333;
}
.bs-check input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.bs-check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bs-check label {
	letter-spacing: 0.01em;
}
.bs-check .icon {
	position: absolute;
    right: 0;
	display: inline-block;
    padding-top: 2px;
}
.bs-check a {
	text-decoration: underline;
}

.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #999;
	cursor: pointer;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	letter-spacing: 0.01em;
	font-size: 14px;
}
::-webkit-input-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	letter-spacing: 0.01em;
	font-size: 14px;
}
::-moz-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	letter-spacing: 0.01em;
	font-size: 14px;
}
:-ms-input-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	letter-spacing: 0.01em;
	font-size: 14px;
}
:-moz-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	letter-spacing: 0.01em;
	font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

.close {
	font-family: initial;
	font-size: 2.5rem;
	font-weight: 300;
	position: absolute;
	top: 15px;
    right: 15px;
	cursor: pointer
}

.modal {
	padding-right: 0 !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-content {
	border-radius: 1rem;
	background-clip: border-box; 
}

.modal-header {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.modal-body {
	max-height: 80vh;
    overflow-y: auto;
	padding: 25px;
}

.modal-footer {
	justify-content: center;
}

.login-modal .btn {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.login-modal .btn img,
.login-modal .btn i {
	position: absolute;
	left: 30px;
}
.login-modal .btn.bg-standard {
	color: #222;
}
.login-modal .btn-text {
	font-size: 14px;
	color: #222;
}

.bs-wish {
	background-image: url(../images/icons/heart.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
}

.bs-wish-active {
	background-image: url(../images/icons/heart_full.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
}

/*====== responsive container image & text ======*/
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	max-width: 1000px;
	z-index: 1;
}
.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*======== header ========*/
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 1021;
}

.logo {
	z-index: 1;
	text-align: center;
}
.logo img {
	width: 100%;
	display: inline;
	transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-webkit-transition: all .3s ease-in-out;
}
header.sticky .logo img {
	width: 75%;
}
@media (max-width: 991.98px) {
	.logo img {
		width: 75%;
		margin: auto;
	}
}

.top-cta {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 25px;
}
@media (max-width: 575.98px) {
	.top-cta {
		padding: 0 15px;
	}
}

.top-header {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222;
	padding: 15px;
	border-bottom: 1px solid #EEE;
}
header.sticky .top-header {
	padding: 10px 25px;
}
.top-header a {
	color: #222;
}
.top-header .fa-magnifying-glass {
	font-size: 17px;
}
.top-header .dropdown {
	display: inline;
	cursor: pointer;
}
.top-header .dropdown-toggle::after {
	display: none;
}
.top-header .dropdown-toggle .icon {
	vertical-align: sub;
}
.top-header .dropdown-menu {
	top: 47px;
	left: auto;
    right: 0;
}
.top-header .dropdown-item {
	padding: 0.25rem 0;
}
.top-header .dropdown-item:link {
    color: #222;
	font-size: 13px;
}
.top-header .dropdown-item:hover {
	color: #666;
}
.top-header .dropdown-item:hover,
.top-header .dropdown-item:focus,
.top-header .dropdown-item.active,
.top-header .dropdown-item:active {
	background-color: transparent;
}
.top-header .form-control {
	border: 0;
	outline: 0;
	box-shadow: none;
	height: auto;
}
.top-header .form-control::placeholder {
	color: #222 !important;
	letter-spacing: 0.02em;
}
.top-header .form-control::-webkit-input-placeholder {
	color: #222 !important;
	letter-spacing: 0.02em;
}
.top-header .form-control::-moz-placeholder {
	color: #222 !important;
	letter-spacing: 0.02em;
}
.top-header .form-control:-ms-input-placeholder {
	color: #222 !important;
	letter-spacing: 0.02em;
}
.top-header .form-control:-moz-placeholder {
	color: #222 !important;
	letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
	.top-header i.h5,
	.top-header .icon.h5 {
		font-size: 1.1rem;
	}
}

.bs-account__menu-drop .dropdown-item:link {
	font-size: 15px;
	padding: 0.4rem 0px;
}
.bs-account__menu-drop .dropdown-menu {
	min-width: 15rem !important;
}

.badge {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -12px;
    margin-left: -4px;
	background-color: #FF6347;
}
.badge p {
	font-size: 12px;
}

.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	color: #222;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 0.5rem;
	min-width: 17rem;
	margin-top: 11px;
	z-index: 1112;
	box-shadow: 0px 4px 15px 1px rgb(0 0 0 / 12%);
}

.nav-hidden-bg {
	height: 50px;
}

.navbar {
	padding: 0.7rem 0;
	z-index: 2;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.navbar-nav .theme-btn,
.navbar-nav .outline-btn {
	border-radius: 25px;
	padding: 15px 25px !important;
}
.navbar-nav .theme-btn {
	background-color: #E5B419;
}
.navbar-nav .outline-btn {
	border: 1px solid #DDD;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
	font-weight: 500;
	line-height: 0;
	color: #222;
	text-decoration: none;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #222;
	text-decoration: underline;
}
.navbar-light .navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}
.navbar-light .fa-bars:before {
	color: #222;
	font-size: 24px;
}
@media (max-width: 1199.98px) {
	.navbar {
		padding: 0;
	}
	
	.navbar-expand-lg .navbar-nav {
	    flex-direction: column;
	}
}

/* sidebar */
.mCSB_container{
	width: auto;
	overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position: absolute;
	top: 0;
	bottom: 0;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 20px 0;
}

.mCustomScrollBox{
	outline: 0 !important;
	border: 0 !important;
}

.mh-calc {
	max-height: calc(100% - 150px);
}

#sidebar {
    position: fixed;
    top: 0;
	bottom: 0;
    height: 100vh;
    z-index: 9999;
	width: 400px;
    right: -400px;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #414141;
    transition: all 0.3s;
	overflow-y: scroll;
}
#sidebar.active {
	right: 0;
}
#sidebar .sidebar-header {
    padding: 15px 25px;
    background-color: #FFF;
	border-bottom: 1px solid #EEE;
	z-index: 1;
}
#sidebar .sidebar-header h5 {
	font-size: 20px;
}
#sidebar .sidebar-header .close {
	font-size: 2.8rem;
}
#sidebar .sidebar-body {
	position: relative;
    padding: 20px 25px;
	font-size: 14px;
}
#sidebar .sidebar-body p {
	font-size: 14px;
}
#sidebar .summary-item {
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #222;
}
#sidebar .summary-item .frame-img {
	height: 55px;
	max-height: 80px;
    min-height: 55px;
}
#sidebar .summary-item select.form-control:not([size]):not([multiple]) {
	height: 40px;
}
#sidebar .summary-item .rounded-xl {
	border-radius: 7px;
}
#sidebar .sidebar-body .cart-icon {
	zoom: 2.5;
}
#sidebar .sidebar-footer {
	position: fixed;
	bottom: 0;
	width: 400px;
    right: -400px;
    background-color: #FFF;
    transition: all 0.3s;
	padding: 21px;
	margin: auto;
	border-top: 1px solid #EEE;
}
#sidebar.active .sidebar-footer {
	right: 0;
}
@media (max-width: 575.98px) {
	#sidebar .summary-item .frame-img {
		height: 100%;
	}
	#sidebar, #sidebar .sidebar-footer {
		width: 100%;
		right: -100%;
	}
}
@media (max-width: 460.98px) {
	#sidebar .summary-item .frame-img {
		height: 55px;
	}
}

.overlay {
    display: none;
    position: fixed;
	top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
/* end sidebar */

.quantity .input-text.qty {
    width: 38px;
    height: 38px;
    padding-top: 3px;
    text-align: center;
	border-radius: 6px;
    background-color: transparent;
    border: 1px solid #DDD;
	color: #222;
}

.quantity.buttons_added {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-shadow: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	font-size: 22px;
	width: 38px;
	height: 38px;
	padding-top: 4px;
	color: #222;
	border-radius: 6px;
	background-color: #FFF;
	border: 1px solid #777;
	cursor: pointer;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}


/*======== content ========*/
.pull-top {
	padding-top: 140px;
}

.short-container {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.short-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.short-container {
		max-width: 800px;
	}
	
	.border-md-left {
		border-left: 1px solid #dee2e6;
	}
}
@media (max-width: 767px) {
	.border-md-bottom {
		border-bottom: 1px solid #dee2e6;
	}
}

.frame-img {
	height: 100%;
}
.frame-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.breadcrumb {
    background: none;
	padding: 0;
    margin: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.breadcrumb-item {
	font-size: 15px;
	color: #222;
}
.breadcrumb-item.active {
	color: #222;
}
.breadcrumb-item a {
	color: #222;
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
}
@media (max-width: 767.98px) {
	.breadcrumb-item {
    	font-size: 14px;
	}
}

.main-heading {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	padding: 0 15px;
	width: 100%;
	max-width: 600px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.main-heading {
		max-width: 500px;
		bottom: 40px;
	}
}

@media (max-width: 575.98px) {
	.main-heading {
		max-width: 400px;
		bottom: 25px;
	}
	.main-heading h1 {
		font-size: 18px;
		line-height: 1.4;
	}
}

.bs-datepicker .bootstrap-datetimepicker-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.bs-datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 4px;
	width: 20rem;
}
.bs-datepicker .bootstrap-datetimepicker-widget table td,
.bs-datepicker .bootstrap-datetimepicker-widget table th {
	border: none;
}
.bs-datepicker .bootstrap-datetimepicker-widget table td {
	padding: 8px;
}
.bs-datepicker .bootstrap-datetimepicker-widget table td.active,
.bs-datepicker .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #E5B419;
}
.bs-datepicker .bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #E5B419;
}

.bg-style {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
}

.inner-bg {
	height: 380px;
}
@media (max-width: 991.98px) {
	.inner-bg {
		height: 300px;
	}
}
@media (max-width: 575.98px) {
	.inner-bg {
		height: 200px;
	}
}

.greet-bg {
	height: 170px;
}

/* slick */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	src: url(../webfonts/slick.eot);
	src: url(../webfonts/slick.eot?#iefix) format('embedded-opentype'),
		url(../webfonts/slick.woff) format('woff'),
		url(../webfonts/slick.ttf) format('truetype'),
		url(../webfonts/slick.svg#slick) format('svg');
}
.bs-slick.slick-slider {
	margin: auto;
}
.bs-slick .slick-track {
	margin: 0;
}
.bs-slick .slick-prev.slick-disabled,
.bs-slick .slick-next.slick-disabled {
	opacity: 0;
}
.bs-slick .slick-prev,
.bs-slick .slick-next {
	background-color: #FFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0 1px 25px 0 rgb(0 0 0 / 15%);
}
.bs-slick .slick-prev:hover, .bs-slick .slick-prev:focus,
.bs-slick .slick-next:hover, .bs-slick .slick-next:focus {
    background: white;
}
.bs-slick .slick-prev {
    left: -13px;
	z-index: 1;
}
[dir='rtl'] .bs-slick .slick-prev {
    right: -13px;
}
.bs-slick .slick-prev:before {
	font-family: "dripicons-v2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\55";
	color: #222;
	text-align: center;
	padding-right: 2px;
	opacity: 1;
}
[dir='rtl'] .bs-slick .slick-prev:before {
	font-family: "dripicons-v2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\55";
	color: #222;
	text-align: center;
	padding-right: 2px;
}
.bs-slick .slick-next {
    right: -13px;
}
[dir='rtl'] .bs-slick .slick-next {
    left: -13px;
}
.bs-slick .slick-next:before {
	font-family: "dripicons-v2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\56";
	color: #222;
	text-align: center;
	padding-left: 2px;
	opacity: 1;
}
[dir='rtl'] .bs-slick .slick-next:before {
	font-family: "dripicons-v2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\56";
	color: #222;
	text-align: center;
	padding-left: 2px;
}
.bs-slick .slick-dots li {
	width: 18px;
    height: 18px;
	margin: 0;
}
.bs-slick .slick-dots li button {
    width: 18px;
    height: 18px;
}
.bs-slick .slick-dots li button:hover:before,
.bs-slick .slick-dots li button:focus:before {
    opacity: .3;
}
.bs-slick .slick-dots li button:before {
    font-size: 10px;
    width: 18px;
    height: 18px;
}

.hero.bs-slick .slick-prev {
    left: -21px;
}
[dir='rtl'] .hero.bs-slick .slick-prev {
    right: -21px;
}
.hero.bs-slick .slick-next {
    right: -21px;
}
[dir='rtl'] .hero.bs-slick .slick-next {
    left: -21px;
}
.hero.bs-slick .slick-dots {
    bottom: 20px;
}
.hero.bs-slick.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.hero.bs-slick .slick-dots li button:before {
    color: #FFF;
}
.hero.bs-slick .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #FFF;
}
@media (max-width: 575.98px) {
	.hero.bs-slick .slick-dots {
		bottom: 10px;
	}
}

.three-col.bs-slick.slick-slider,
.four-col.bs-slick.slick-slider,
.five-col.bs-slick.slick-slider {
    margin: 0 -8px;
}
.three-col.bs-slick .slick-slide,
.four-col.bs-slick .slick-slide,
.five-col.bs-slick .slick-slide {
    margin: 0 8px;
}
/* end slick */

.img__wrap {
	position: relative;
}
.img__wrap:hover .img__description-layer {
	visibility: visible;
	opacity: 1;
}
.img__wrap:hover .img__description {
	transform: translateY(0);
}

.img-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
}

.text-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333000', endColorstr='#333000', GradientType=0 );
}
.text-overlay__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
}
.text-overlay__content p {
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-align: left;
	letter-spacing: 0.02em;
}

.rating p {
	display: inline;
}
.rating .fa-star {
	padding-top: 2px;
	padding-right: 2px;
}

.animate-wrap {
	position: relative;
}

.product-list .row {
	margin-right: -8px;
	margin-left: -8px;
}
.product-list .col-1, .product-list .col-2, .product-list .col-3, .product-list .col-4, .product-list .col-5, .product-list .col-6, .product-list .col-7, .product-list .col-8, .product-list .col-9, .product-list .col-10, .product-list .col-11, .product-list .col-12, .product-list .col,
product-list .col-auto, .product-list .col-sm-1, .product-list .col-sm-2, .product-list .col-sm-3, .product-list .col-sm-4, .product-list .col-sm-5, .product-list .col-sm-6, .product-list .col-sm-7, .product-list .col-sm-8, .product-list .col-sm-9, .product-list .col-sm-10, .product-list .col-sm-11, .product-list .col-sm-12, .product-list .col-sm,
product-list .col-sm-auto, .product-list .col-md-1, .product-list .col-md-2, .product-list .col-md-3, .product-list .col-md-4, .product-list .col-md-5, .product-list .col-md-6, .product-list .col-md-7, .product-list .col-md-8, .product-list .col-md-9, .product-list .col-md-10, .product-list .col-md-11, .product-list .col-md-12, .product-list .col-md,
product-list .col-md-auto, .product-list .col-lg-1, .product-list .col-lg-2, .product-list .col-lg-3, .product-list .col-lg-4, .product-list .col-lg-5, .product-list .col-lg-6, .product-list .col-lg-7, .product-list .col-lg-8, .product-list .col-lg-9, .product-list .col-lg-10, .product-list .col-lg-11, .product-list .col-lg-12, .product-list .col-lg,
product-list .col-lg-auto, .product-list .col-xl-1, .product-list .col-xl-2, .product-list .col-xl-3, .product-list .col-xl-4, .product-list .col-xl-5, .product-list .col-xl-6, .product-list .col-xl-7, .product-list .col-xl-8, .product-list .col-xl-9, .product-list .col-xl-10, .product-list .col-xl-11, .product-list .col-xl-12, .product-list .col-xl,
product-list .col-xl-auto {
	padding-right: 8px;
	padding-left: 8px;
}
.product-list .frame-img,
.product-list .img-overlay,
.product-list img {
	border-radius: 12px;
}
.product-list .static-two-col h2 {
	line-height: 1.2;
}
.product-list .static-two-col .frame-img {
	height: 550px;
}
.product-list .static-two-col .text-overlay {
	height: 300px;
}
.product-list .static-two-col .text-overlay__content {
	right: auto;
	padding: 40px;
	text-align: left;
}
.product-list .static-two-col .btn {
	font-size: 16px;
}
/*.product-list .static-four-col .frame-img,*/
.product-list .four-col .frame-img {
	width: 100%;
	height: 360px;
}
.product-list .static-three-col .frame-img,
.product-list .three-col .frame-img,
.product-list .five-col .frame-img {
	width: 100%;
	height: 290px;
}
.product-list .text-overlay {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.product-list .fav {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #FFF;
	font-size: 20px;
	z-index: 99;
}
.product-list .fav .fa-solid {
	color: #E5B419;
}
.product-list .bs-check {
	padding-left: 0;
}

.product-list__info {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
}
.product-list__info p {
	color: #222;
}

.product-list__title {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-list__date .form-control {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.product-list__date .input-group-text {
    background-color: transparent;
	border: none;
}
.product-list__date select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 1rem;
}
.product-list__date select:invalid{
	color: gray;
}
.product-list__date ::placeholder {
	color: #222 !important;
}
.product-list__date ::-webkit-input-placeholder {
	color: #222 !important;
}
.product-list__date ::-moz-placeholder {
	color: #222 !important;
}
.product-list__date :-ms-input-placeholder {
	color: #222 !important;
}
.product-list__date :-moz-placeholder {
	color: #222 !important;
}

.product-list__filter .bs-check:last-child {
	margin-bottom: 0;
}
.product-list__filter .nav {
	display: block;
}
.product-list__filter li:not(:last-child) {
	padding-bottom: 7px;
}
.product-list__filter a {
	font-weight: 500;
}

.product-details .frame-img {
	height: 430px;
}
.product-details .img-collage-banner .frame-img {
	height: 215px;
}
.product-details .frame-img img,
.product-details .img-overlay {
	border-radius: 12px !important;
}

.product-details__title {
	font-size: 34px;
	font-weight: 500;
}
.product-details__sizes {
	margin-left: -3px;
	margin-right: -3px;
}
.product-details__sizes div {
	font-size: 17px;
	color: #222;
	margin-left: 3px;
	margin-right: 3px;
	max-width: 70px;
	border-radius: 4px;
}
.product-details__sizes a {
	display: block;
	color: #222;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 10px;
}
.product-details__sizes a:hover,
.product-details__sizes a:focus,
.product-details__sizes a.active {
	color: #222;
	border-color: #222;
}

.product-details__link {
	height: 419px;
	overflow: auto;
}
.product-details__link::-webkit-scrollbar {
	width: 6px;
}
.product-details__link::-webkit-scrollbar-track {
	background-color: #F3F3F3;
}
.product-details__link::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.3);
	opacity: 1;
}
.product-details__link a {
	color: #222;
	padding-left: 4px;
	padding-right: 4px;
}
.product-details__link a.disabled,
.product-details__link a:disabled {
	color: #C5C5C5;
	pointer-events: none;
}
.product-details__link a:hover div,
.product-details__link a:focus div,
.product-details__link a.active div {
	border-color: #222 !important;
}
@media (max-width: 1199.98px) {
	.product-details__link {
		height: 250px;
	}
	
	/*.product-list .static-four-col .frame-img {
		height: 290px !important;
	}*/
}
@media (max-width: 767.98px) {
	.product-details__title {
		font-size: 22px;
    	line-height: 1.3;
	}
	
	.product-list .four-col .frame-img {
		height: 290px;
	}
	.product-list .static-two-col .btn {
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.product-details .img-collage-banner .frame-img {
		height: 140px;
	}
	
	.product-list .static-two-col .frame-img {
		height: 400px;
	}
	.product-list .static-two-col h2 {
		font-size: 24px;
	}
	
	.selection-group .product-list__date ::placeholder {
		text-align: center;
	}
	.selection-group .product-list__date ::-webkit-input-placeholder {
		text-align: center;
	}
	.selection-group .product-list__date ::-moz-placeholder {
		text-align: center;
	}
	.selection-group .product-list__date :-ms-input-placeholder {
		text-align: center;
	}
	.selection-group .product-list__date :-moz-placeholder {
		text-align: center;
	}
}
@media (max-width: 575.98px) {
	.product-list .static-three-col .frame-img,
	.product-list .three-col .frame-img,
	/*.product-list .static-four-col .frame-img,*/
	.product-list .four-col .frame-img,
	.product-list .five-col .frame-img {
		height: 200px !important;
	}
}

.img-collage-banner {
	position: relative;
}
.img-collage-banner .row {
	padding: 0.7rem;
}
.img-collage-banner #lightgallery {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.img-collage-banner. #lightgallery .btn {
	font-size: 14px;
	padding: 6px 20px;
}
@media (max-width: 767.98px) {
	.img-collage-banner .bg-style {
		height: 300px;
	}
}
@media (max-width: 575.98px) {
	.img-collage-banner .bg-style {
		height: 230px;
	}
}

.calendar {
	min-width: auto !important;
}

/*. range slider */
#slider-range {
	width: 90%;
}

.slider-labels {
	margin-top: 18px;
}

.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s,top .3s;
	transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	left: 0;
	top: -8px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 50%;
}
.noUi-background {
	background: #D6D7D9;
}
.noUi-connect {
	background: #E5B419;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 2px;
}
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	cursor: default;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.noUi-handle:active {
	border: 8px solid #345DBB;
	border: 8px solid rgba(53,93,187,0.38);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	left: -14px;
	top: -14px;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
	cursor: not-allowed;
}

#subToggle {
	cursor: pointer;
}

.side-icon i, .side-icon .icon {
	width: 20px;
    margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.card {
	border-radius: 12px;
	margin-bottom: 8px;
	border-color: #222;
}
.card-header {
	padding: 0.8rem 1.2rem;
	border-bottom: 0;
	background-color: transparent;
}
#accordion2 .card-header {
	background-color: rgba(0, 0, 0, 0.03);
}
.card-header:first-child {
    border-radius: calc(12px - 1px) calc(12px - 1px) 0 0;
}
.card-header h5 {

	font-weight: 500;
		letter-spacing: normal;
}
.card-header .btn-primary {
	border-color: #EDEEEE;
	background-color: #EDEEEE;
}
.card-header a {
	color: #222;
}
.card-body {
	border-radius: 12px;
	border-top: 1px solid #dee2e6;
}
.card-body h5 {
	font-weight: bold;
}
.card .fa-angle-down {
	float: right;
	padding-top: 5px;
}

a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 2px;
}

.info-tab .nav-tabs {
	display: none;
}
.info-tab .nav-tabs .nav-link {
	color: #222;
	border: none;
	padding: 0 0 10px;
	margin-right: 35px;
}
.info-tab .nav-tabs .nav-link:hover,
.info-tab .nav-tabs .nav-link:focus {
	border: none;
}
.info-tab .nav-tabs .nav-link.active,
.info-tab .nav-tabs .nav-item.show .nav-link {
	color: #222;
	font-weight: 600;
	border-top: 0;
	border-left: 0;
	border-right: 0; 
	border-bottom: 2px solid #222;
	background-color: transparent;
}
.info-tab .card {
	background-color: transparent;
}
.info-tab .card-body {
	font-size: 16px;
	line-height: 1.4;
	border: none;
	background-color: transparent;
}
.info-tab .card-body li::before {
	display: none;
}
@media (min-width: 768px) {
	.info-tab .nav-tabs {
		display: -ms-flexbox;
		display: flex;
		border-color: #dee2e6;
	}
	.info-tab .card {
		border: none;
	}
	.info-tab .card .card-header {
		display: none;
	}
	.info-tab .card-body {
		padding: 1.5rem 0;
	}
	.info-tab .collapse:not(.show) {
		display: block
	}
}
@media (max-width: 767px) {
	.info-tab .card .card-header {
    	padding: 0.9rem 1.25rem;
		background-color: transparent;
		border-bottom: 0;
	}
	.info-tab .card .card-header a {
		display: block;
	}
	.info-tab .card .card-header h5 {
		font-size: 16px;
	}
	.info-tab .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 5px;
	}
	.info-tab .card-body {
		background-color: transparent;
		border-top: 1px solid #dee2e6;
		border-radius: 0;
	}
}

.summary-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
}
.summary-item .btn-text {
	font-size: 14px;
}
.summary-item .frame-img img {
    margin: auto;
}

.summary-pg .col-lg-7-edit,
.summary-pg .col-lg-4-edit,
.summary-pg .col-lg-1-edit {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.summary-pg .item-name {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.summary-pg .item-name a {
	color: #222;
}
.summary-pg .item-name a:hover {
	text-decoration: underline;
}
.summary-pg .summary-item p {
	line-height: 24px;
}
@media (min-width: 992px) {
	.summary-pg .col-lg-7-edit {
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%;
    }
    .summary-pg .col-lg-4-edit {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .summary-pg .col-lg-1-edit {
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}

.bs-account .frame-img {
	width: 120px;
	height: 85px;
}
@media (max-width: 575.98px) {
	.bs-account .frame-img {
		width: 90px;
		height: 65px;
	}
}
.bs-account__menu a {
	position: relative;
	display: block;
	color: #222;
	margin-bottom: 18px;
}
.bs-account__menu a.active {
	text-decoration: underline;
}

.noti-box {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.loggedin-sign {
    position: absolute;
    top: -1px;
    right: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E5B419;
}

.status-past {
	color: #AAA;
}
.status-expired {
	background-color: #F6F6F6;
	border: 1px solid #D5D5D5;
	border-radius: 12px;
	color: #666;
}
.status-upcoming {
	background-color: #FDFBF2;
	border: 1px solid #E5B419;
	border-radius: 12px;
}
.status-expired p, .status-upcoming p {
	font-size: 11px;
	padding-top: 3px;
    padding-bottom: 1px;
    line-height: 1;
}

.msginbox p {
	font-size: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.msginbox .unread-bar {
	width: 5px;
	background-color: #E5B419;
}
.msginbox .read-bar {
	width: 5px;
	background-color: #F1F1F1;
}
.msginbox a:hover .read-bar {
	background-color: #E5E5E5;
}

/* button */
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.01em;
	padding: 10px 30px;
	border-radius: 0.5rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary,
a.btn-primary {
	color: #1D1C1C;
	background-color: transparent;
	border: 1px solid #1D1C1C;
}
.btn-primary:hover,
a.btn-primary:hover {
	color: #1D1C1C;
	background-color: transparent;
	border: 1px solid #1D1C1C;
	opacity: 0.9;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #1D1C1C;
	background-color: transparent;
	border: 1px solid #1D1C1C;
	box-shadow: none !important;
}

.btn-secondary,
a.btn-secondary {
	color: #FFF;
	background-color: #E5B419;
	border: 1px solid #E5B419;
}
.btn-secondary:hover,
a.btn-secondary:hover {
	color: #FFF;
	background-color: #E5B419;
	border: 1px solid #E5B419;
	opacity: 0.9;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #E5B419;
	border: 1px solid #E5B419;
	box-shadow: none !important;
}

.btn-tertiary,
a.btn-tertiary {
	color: #222;
	background-color: #FFF;
	letter-spacing: normal;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
	color: #222;
	background-color: #FFF;
	opacity: 0.9;
}
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
	color: #222;
	background-color: #FFF;
	box-shadow: none !important;
}

.btn-white-outline,
a.btn-white-outline {
	color: #FFF;
	border: 1px solid #FFF;
}
.btn-white-outline:hover,
a.btn-white-outline:hover {
	color: #FFF;
	border: 1px solid #FFF;
	opacity: 0.9;
}
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline:not(:disabled):not(.disabled):active, .btn-white-outline:not(:disabled):not(.disabled).active,
.show > .btn-white-outline.dropdown-toggle {
	border-color: #FFF;
	box-shadow: none !important;
}

.btn-text,
a.btn-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
	text-decoration: underline;
}
.btn-text:hover,
a.btn-text:hover {
	opacity: 0.9;
}
.btn-text.disabled {
	color: #AAA;
	opacity: 0.65;
	pointer-events: none;
}

.fix-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/* end button */


/*======== footer ========*/
footer {
	border-top: 1px solid #EEE;
	color: #222;
}
footer .border-bottom,
footer .border-right {
	border-color: #EEE !important;
}
@media (max-width: 991.98px) {
	footer .border-right {
		border: none;
	}
}
footer p,
footer a, footer a:link {
	color: #222;
}

.footer-nav ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li {
	list-style-type: none;
	padding: 4px 0;
}
.footer-nav li a:hover {
	color: #555;
}

.social-links i {
	font-size: 18px;
    padding: 0 15px;
}

.fa-round {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-top: 9px;
    margin: 0 5px 10px 5px;
    border: 2px solid #CCC;
    text-align: center;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.fa-round i {
	font-size: 15px;
}
a:hover.fa-round {
	border-color: #E5B419;
}
	
.fixed-top-bottom {
	box-shadow: 0px 0px 15px #e5e5e5;
	border-radius: 12px;
}
.fixed-top-bottom .total-col h5 {
	letter-spacing: 0.01em;
}
@media (min-width: 576px) {
	#detailsSummary,
	#stickTopLeft,
	#stickTopRight {
		position: -webkit-sticky;
		position: sticky;
		right: 0;
		left: 0;
	}
	
	.fixed-top-bottom #toggle-summary-btn {
		cursor: default;
		color: inherit;
	}
	.fixed-top-bottom .updown {
		display: none;
	}
	.fixed-top-bottom a {
		text-decoration: none;
	}
	.fixed-top-bottom .total-col {
		margin: 20px 0;
	}
	
	#hidden_summary {
		height: auto !important;
	}
}
@media (max-width: 575.98px) {
	#detailsSummary {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 0px 15px #E5E5E5;
		z-index: 1020;
	}
	
	.fixed-top-bottom {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.fixed-top-bottom .btn-light,
	.fixed-top-bottom a.btn-light {
		width: 100%;
	}
	.fixed-top-bottom .updown {
		display: inline-block;
	}
	.fixed-top-bottom a h3 {
		font-size: 16px;
		font-weight: 500;
		color: #222;
	}
	.fixed-top-bottom .fa-chevron-up,
	.fixed-top-bottom .fa-chevron-down {
		color: #222;
		font-size: 13px;
	}
	.fixed-top-bottom .total-col {
		margin: 15px 0;
	}
	
	#hidden_summary {
		height: 0;
		overflow: hidden;
		transition: height 0.8s ease;
	}
}
	
@media (min-width: 576px) {
	.bs-modal .modal-sm {
		max-width: 450px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.8rem 1.3rem;
	}
	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color: #222;
		text-decoration: underline;
	}
	
	.navbar-nav li a {
		position: relative;
		display: block;
		text-decoration: none;
	}
	.navbar-nav > li span {
		display: none;
	}
	
	.nav-button {
		display: none;
	}
	
	.img__description-layer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.6);
		color: #FFF;
		visibility: hidden;
		opacity: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: opacity .2s, visibility .2s;
	}
	.img__description {
		padding: 30px;
		transition: .2s;
		transform: translateY(1em);
	}
	.img__description p {
		font-family: Arial, Helvetica, sans-serif;
    	font-weight: 400;
		text-align: center;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.02em;
	}
	.img__wrap:hover .img__description-layer {
		visibility: visible;
		opacity: 1;
	}
	.img__wrap:hover .img__description {
		transform: translateY(0);
	}
	.img__description .btn-text,
	.text-overlay__content .btn-text {
		color: #DDD;
		border-color: #DDD;
	}
	.img__description img {
		zoom: 1.5;
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 1199.98px) {
	.main-menu {
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.main-menu .navbar-nav {
		margin-top: 60px;
	}
	.nav-open .main-menu {
		opacity: 1;
		visibility: visible;
		background: rgba(255, 255, 255, 0.97);
	}
	.main-menu .navbar-nav li a {
		color: #222;
		font-size: 18px;
	}
	.main-menu .navbar-nav li {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		-webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-o-animation-timing-function: cubic-bezier(.45,.005,0,1);
		animation-timing-function: cubic-bezier(.45,.005,0,1);
	}
	.nav-open .main-menu .navbar-nav li {
		text-align: center;
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform .2s,opacity .2s;
		transition: transform .2s,opacity .2s;
	}
	.main-menu .navbar-nav li.delay-1 {-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
	.main-menu .navbar-nav li.delay-2 {-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
	.main-menu .navbar-nav li.delay-3 {-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.main-menu .navbar-nav li.delay-4 {-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
	
	.nav-button {
		z-index: 1111;
		display: block;
	}
	.nav-button #nav-icon3 {
		width: 26px;
		height: 15px;
		display: inline-block;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		cursor: pointer;
	}
	header.sticky #nav-icon3 {
		height: 16px;
	}
	.nav-button #nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #000;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.nav-button #nav-icon3 span:nth-child(1) {top:0}
	.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {top:7px}
	.nav-button #nav-icon3 span:nth-child(4) {top:15px}
	.nav-open #nav-icon3 span:nth-child(1) {top:9px;width:0;left:50%}
	.nav-open #nav-icon3 span:nth-child(2) {-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.nav-open #nav-icon3 span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	.nav-open #nav-icon3 span:nth-child(4) {top:9px;width:0;left:50%}
	
	.nav-open .navbar-light .navbar-nav .nav-link {
		font-size: 18px;
		color: #222;
		padding: 1.4rem 4rem;
	}
	.nav-open .navbar-light .navbar-nav .nav-link.active,
	.nav-open .navbar-light .navbar-nav .nav-link:focus,
	.nav-open .navbar-light .navbar-nav .nav-link:hover {
		color: #222;
		text-decoration: underline;
	}
	.nav-open .navbar-light .navbar-nav .nav-link.theme-btn {
	    margin-bottom: 10px;
	}
	
	.img__description {
		padding: 0 20px;
		margin-top: -10px;
		text-align: center;
	}
	
	.selection-group {
		background-color: #FFF;
		padding: 10px 0;
		text-align: center;
	}
	.selection-group.fixed-top {
		z-index: 1000;
	}
	.selection-group .rounded-xl {
		border-radius: 20px;
		padding: 8px 12px;
		font-size: 14px;
	}
	.selection-group a {
		width: 100%;
		color: #222;
	}
	
	.selection-price .dropdown-toggle::after {
		content: none;
	}
	.selection-price .dropdown-menu {
		top: 48px !important;
		transform: none !important;
		padding: 1rem;
	}
	
	#selectSort input[type="radio"] {
		zoom: 1.3;
	}
}
@media (max-width: 575.98px) {
	.nav-button #nav-icon3 {
		width: 22px;
		height: 18px;
	}
}

#promoCode .form-control {
	padding: 10px 15px;
	height: 46px;
}
#promoCode .btn {
	padding: 13px 30px;
}
#promoCode .btn-text {
	font-size: 15px;
}
#promoCode .input-group .btn-secondary {
	border-left: 1px solid #222;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFF;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

#hover-content {
    display: none;
}
#tooltip:hover #hover-content {
    display: block;
	position: absolute;
	bottom: 0;
	left: 55%;
	margin-bottom: 22px;
	min-width: 11em;
	z-index: 1;
	padding: 12px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
#tooltip:hover #hover-content p {
	font-size: 12px;
	line-height: 1.4;
}

/*.form-tabs .btn-tertiary, .form-tabs a.btn-tertiary,
.form-tabs .btn-tertiary:hover, .form-tabs a.btn-tertiary:hover {
	background-color: #f1f1f1;
}*/
.form-tabs .btn-tertiary:focus, .btn-tertiary.focus,
.form-tabs .btn-tertiary:not(:disabled):not(.disabled):active,
.form-tabs .btn-tertiary:not(:disabled):not(.disabled).active,
.form-tabs .show > .btn-tertiary.dropdown-toggle {
	background-color: #f1f1f1;
	border: 1px solid #BBB;
}
@media (max-width: 400.98px) {
	.form-tabs .btn {
		padding: 10px;
		font-size: 13px;
	}
}
@media (max-width: 285.98px) {
	.form-tabs .btn {
		font-size: 12px;
	}
}