body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

body, html {
    position: relative;
    height: 100%;
}
body.position-fixed {
	top: 0;
	left: 0;
	right: 0;
}

a,
a:link {
    text-decoration: none;
    color: #000000;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #000000;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
    padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, h1, h2, h3, h4, h5 {
    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;
}
p, li, td, a {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}
@media (max-width: 575px) {
    p, li, td, a {
		line-height: 1.4;
	}
}
h1, h2 {
    font-family: "Silk Serif", "Times New Roman", serif;
	font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3;
	color: #000000;
}
h3, h4, h5, h6 {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
    line-height: 1.4;
    letter-spacing: .0375rem;
    text-transform: uppercase;
}
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 25px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }

@media (max-width: 767px) {
    h1 { font-size: 36px; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
}
@media (max-width: 575px) {
    h1 {
		font-size: 32px;
		line-height: 1;
	}
	h2 { font-size: 26px; }
	h3 { font-size: 20px; }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-regular {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: normal;
}

.text-medium {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
}

strong, table th, .text-bold {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
}

.text-xsm {
    font-size: 13px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-grey {
	color: #555 !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-cross {
    border-top: 1px solid #DDD;
    position: relative;
    width: 100%;
}
.text-cross p {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    background: #FFF;
	font-size: 13px;
    color: #D9D9D6;
	letter-spacing: 0.02em;
    text-align: center;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.letr-space-1 {
	letter-spacing: 0.03em;
}

.letr-space-2 {
	letter-spacing: 0.05em;
}

.letr-space-3 {
	letter-spacing: 0.1em;
}

.letr-space-nor {
	letter-spacing: normal;
}

.strikethrough {
	position: relative;
	color: #F03;
	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;
	}
}

.disabled {
	opacity: 0.4;
	cursor: auto;
}

label {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .02rem;
	color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
	font-size: 14px;
    height: 45px;
    color: #000000;
	border-radius: 0.1rem;
	border: 1px solid #9B9B9B;
	box-shadow: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-control:focus {
	background-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #F4F4F4;
	border-color: #D9D9D6;
}

select {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .02rem;
	box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

textarea {
    resize: none;
	box-shadow: none;
}

a.close {
    text-decoration: none;
}
.close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: 300;
    cursor: pointer;
    font-size: 3rem;
}

.fmt-consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}
.fmt-consent p,
.fmt-consent a {
	font-size: 13px;
	line-height: 18px;
}
.fmt-consent a {
	text-decoration: underline;
}
.fmt-consent .form-control {
	background-color: #FFF;
}
.fmt-consent .form-control:disabled {
	background-color: #F4F4F4;
}
.fmt-consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.fmt-consent input[type=checkbox]:checked ~ .checkmark {
	background-color: #000000;
	border-color: #000000;
}
.fmt-consent input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.fmt-consent .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #000000;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

::placeholder {
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    color: #888 !important;
    font-size: 14px;
    letter-spacing: .0375rem;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    color: #888 !important;
    font-size: 14px;
    letter-spacing: .0375rem;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    color: #888 !important;
    font-size: 14px;
    letter-spacing: .0375rem;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    color: #888 !important;
    font-size: 14px;
    letter-spacing: .0375rem;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 300;
    color: #888 !important;
    font-size: 14px;
    letter-spacing: .0375rem;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
input:focus {
    outline: none !important;
    border-color: #1C1C1C !important;
    box-shadow: none !important;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.img-radius {
    border-radius: 5px;
}

.box-radius {
    border: 1px solid #DDD;
    border-radius: 5px;
}

.rounded-xl {
    border-radius: 12px;
}


/* responsive container image &amp; text */
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: auto;
}
.img-container .centerer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* popup modal */
.modal {
    padding-right: 0 !important;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	padding: 2.2rem 2.5rem 0;
	border-bottom: 0;
}

.modal-body {
	padding: 1.5rem 2.5rem 2rem;
}

.modal-footer {
	padding: 0 2.5rem 2.5rem;
	border-top: 0;
	justify-content: flex-start;
}
@media (max-width: 575px) {
	.modal-header {
		padding: 2.5rem 1.5rem 0;
	}
	
	.modal-body {
		padding: 1.5rem;
	}
	
	.modal-footer {
		padding: 0 1.5rem 1.5rem;
	}
}
/* end popup modal */

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFF;
    text-align: center;
    background-color: #000000;
    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;
}


/*======== header ========*/
header {
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 3;
	background-color: #FFF;
	transition: background 0.3s;
}

.logo {
	height: 50px;
}
@media (max-width: 767.98px) {
	.logo {
		height: 40px;
	}
}

.navbar {
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 25px;
}
@media (max-width: 767.98px) {
	.navbar {
		padding: 7px 25px;
	}
}
.navbar .top-cta .fa-circle-user {
	font-size: 18px;
}
.navbar .top-cta .fa-cart-shopping {
	font-size: 17.5px;
}
.navbar .top-cta a {
	color: #000000;
	text-decoration: none;
}
.navbar .top-cta .dropdown {
	display: inline;
	cursor: pointer;
}
.navbar .top-cta .dropdown-toggle::after {
	display: none;
}
.navbar .top-cta .dropdown-menu {
	top: 47px;
	left: auto;
    right: 0;
	color: #000000;
	padding: 0 1rem;
	border: none;
	border-radius: 0;
	min-width: 13rem;
}
.navbar .top-cta .dropdown-menu p {
	cursor: default;
}
.navbar .top-cta .dropdown-item {
	padding: 1rem 0;
	border-bottom: 1px solid #EEE
}
.navbar .top-cta .dropdown-item:link {
	color: #000000;
}
.navbar .top-cta .dropdown-item:hover,
.navbar .top-cta .dropdown-item:focus,
.navbar .top-cta .dropdown-item.active,
.navbar .top-cta .dropdown-item:active {
	color: #000000;
	background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
	padding: 0.1rem 1rem;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
	color: #000000;
	border-bottom: 2px solid #000000;
}

.navbar-brand {
	margin: auto;
}

.navbar-toggler {
	position: absolute;
	top: 33px;
	left: 20px;
    padding: 0;
    font-size: 1.25rem;
    border: none;
    border-radius: 0;
	color: #000000;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 1.1rem;
		margin-left: 1.1rem;
		padding-left: 0;
		padding-right: 0;
        border-bottom: 2px solid transparent;
	}
}

@media (max-width: 991.98px) {
	.navbar-nav {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link.active {
		color: #000000;
		padding: 0.5rem;
	}
	.navbar-light .navbar-nav .nav-link {
		position: relative;
		font-size: 15px;
	}
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		font-weight: normal;
		border-bottom: 0;
	}
	
	.navbar-toggler {
		top: 37px;
	} 
	.navbar-toggler:after {
		content: "MENU";
		font-family: "Montserrat", Arial, sans-serif;
		font-weight: 300;
		font-size: 13px;
		color: #000000;
		padding-left: 5px;
	}
	.navbar-toggler #nav-icon3 {
		position: relative;
		width: 22px;
		height: 17px;
		display: inline-block;
	}
	.navbar-toggler #nav-icon3 span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		display: block;
		background: #3A3A3A;
		opacity: 1;
	}
	.navbar-toggler #nav-icon3 span:nth-child(1) { top: 0; }
	.navbar-toggler #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) { top: 7px; }
	.navbar-toggler #nav-icon3 span:nth-child(4) { top: 15px; }
	
	.navbar .top-cta {
		position: absolute;
		top: 30px;
		right: 20px;
	}
}
@media (max-width: 767.98px) {
	.navbar .top-cta {
		top: 20px;
	}
    
	.navbar-toggler {
		top: 25px;
	}
}

.dropdown {
	display: inline;
	cursor: pointer;
}

.dropdown-menu {
	min-width: max-content;
	color: #000000;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
}
.dropdown-menu p {
	cursor: default;
}
.dropdown-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
    height: 48px;
	padding: 0 14px;
	border-bottom: 1px solid #FFF;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.15;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}
a.dropdown-item {
    color: #000000;
}
.dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0;
}
a.dropdown-item:hover, a.dropdown-item:focus,
a.dropdown-item.active, a.dropdown-item:active
.dropdown-item:hover, .dropdown-item:focus,
.dropdown-item.active, .dropdown-item:active {
	color: #000000;
	background-color: transparent;
}
@media (max-width: 1199.98px) {
	.dropdown-menu {
    	top: 37px;
	}
}

.user.dropdown {
	padding-right: 30px;
}
header.sticky .user.dropdown {
	padding-left: 25px;
}
.user .dropdown-toggle::after {
	display: none;
}
.user .dropdown-menu {
	min-width: 15rem;
}
.user .dropdown-menu p,
.user .dropdown-menu a {
	color: #000000;
}
@media (max-width: 1199.98px) {
	.user.dropdown {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 991.98px) {
	.user.dropdown {
		padding-left: 0;
		padding-right: 20px;
	}
}
@media (max-width: 767.98px) {
	.user.dropdown,
	header.sticky .user.dropdown {
		padding-right: 15px;
	}
	.user .dropdown-menu {
    	top: 42px;
	}
}

.edit-cta i, .edit-cta .icon {
	font-size: 15px;
	opacity: 0.5;
}
.edit-cta a:hover,
.edit-cta i:hover,
.edit-cta .icon:hover {
	opacity: 1;
	text-decoration: none;
}

/* 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;
}

.cart p {
	line-height: 0;
}
.cart.disabled {
	pointer-events: none;
}

#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: #000000;
    transition: all 0.3s;
	overflow-y: scroll;
}
#sidebar.active {
	right: 0;
}
#sidebar .sidebar-header {
    padding: 12px 20px;
    background-color: #FFF;
	border-bottom: 1px solid #EEE;
	z-index: 1;
}
#sidebar .sidebar-body {
	position: relative;
    padding: 20px;
	padding-bottom: calc(55%);
}
#sidebar .sidebar-body .item-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
#sidebar .sidebar-body .fa-cart-shopping {
	font-size: 38px;
	color: #000000;
}
#sidebar .sidebar-footer {
	position: fixed;
	bottom: 0;
	width: 400px;
    right: -400px;
    background-color: #FFF;
    transition: all 0.3s;
	padding: 20px;
	margin: auto;
	border-top: 1px solid #EEE;
}
#sidebar.active .sidebar-footer {
	right: 0;
}
#sidebar .sidebar-footer .fa-circle-question {
	font-size: 12px;
}
@media (max-width: 575.98px) {
	#sidebar,
	#sidebar .sidebar-footer {
		width: 100%;
		right: -100%;
	}
}

.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 */

.nav-shadow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.nav-shadow-top {
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333000', endColorstr='#333000', GradientType=0 );
}

.main-heading {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    max-width: 800px;
}
.main-heading h1,
.main-heading h5 {
    color: #FFF;
}
@media (max-width: 991.98px) {
	.main-heading {
		max-width: 600px;
	}
}
@media (max-width: 767.98px) {
	.main-heading {
		max-width: 400px;
	}
	.main-heading h4 {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.main-heading {
		max-width: 300px;
	}
}

.frame-img {
	height: 100%;
}
.frame-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*======== content ========*/
#content {
	padding-top: 80.8px;
}
@media (max-width: 767.98px) {
	#content {
		padding-top: 64.8px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1070px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}

.short-container {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.theme-color {
	color: #000000;
}

.bg-standard {
	background-color: #d8d9db;
}

.bg-theme {
	background-color: #000000;
}

.bg-theme-light {
	background-color: #e6dcc9;
}

.box-shadow {
	box-shadow: 0 2px 16px 0 rgb(0 0 0 / 12%);
}

.col-shadow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.transbg {
    position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.3);
}

.breadcrumb {
    background: none;
	padding: 20px 0 10px 0;
    margin: 0;
}
.breadcrumb li, .breadcrumb a,
.breadcrumb-item + .breadcrumb-item {
	font-size: 15px;
	letter-spacing: 0.02em;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.3rem;
}
.breadcrumb-item.active {
    color: #888;
}
@media (max-width: 575.98px) {
	.breadcrumb {
		padding: 20px 0 5px 0;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.heading-div {
	width: 50px;
	margin-bottom: 35px;
	border-bottom: 1px solid #000;
}

.title {
	font-size: 30px;
	color: #000000;
}
@media (max-width: 767.98px) {
	.title {
		font-size: 26px;
	}	
}

.subtitle {
	font-size: 26px;
	line-height: 1.4;
}
@media (max-width: 767.98px) {
	.subtitle {
		font-size: 22px;
	}	
}

.gray-underline {
    height: 2px;
    width: 64px;
    background: #000000;
    margin: 32px auto;
}

.intro-section {
	max-width: 900px;
	margin: auto;
}

.quantity .input-text.qty {
    width: 42px;
    height: 42px;
    padding: 0 5px;
    text-align: center;
	border-radius: 5px;
    background-color: transparent;
    border: 1px solid #777;
	color: #000000;
}

.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: 42px;
	height: 42px;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #777;
	cursor: pointer;
	color: #000000;
}
.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;
}

.item-details {
	position: relative;
	padding: 20px;
    text-align: left;
}
.item-name {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 20px;
}
.item-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item-desc p, .item-desc li {
	font-size: 15px;
	line-height: 1.4;
}
.item-price {
	color: #000000;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.item-note-sm {
	display: inline-block;
	border-radius: 1px;
	background-color: #BEADD1;
	color: #FFF;
	padding: 2px 5px;
}

.item-note {
	border: 1px solid #000000;
	border-radius: 3px;
	color: #000000;
	background-color: rgba(190, 173, 208, 0.15);
	padding: 7px 12px;
}

.product-list__filter .bs-check:last-child {
	margin-bottom: 0;
}
.product-list__filter .nav {
	display: block;
}
.product-list__filter li {
    padding-left: 10px;
}
.product-list__filter li:not(:last-child) {
	padding-bottom: 10px;
}
.product-list__filter a {
    text-decoration: none;
    
}
.product-list__filter a.active {
    padding-bottom: 2px;
    border-bottom: 3px solid #000000;
}

.grid-container {
    display: grid;
    display: -ms-inline-flexbox;
    -ms-flex-wrap: wrap;
    grid-gap: 20px 15px;
}

.grid-item {
	position: relative;
    text-align: center;
    height: 100%;
	border: 1px solid #E9E9E9;
}
.grid-item a {
	color: #000000;
}

.grid-item__menu {
    grid-template-columns: repeat(3,1fr);
}
@media (max-width: 991.98px) {
	.grid-item__menu {
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 767.98px) {
	.grid-item__menu {
		grid-template-columns: repeat(1,1fr);
	}
}
/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 24%;
        margin: 10px 5px;
    }
}
@media only screen and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 32%;
    }
}
@media only screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 48%;
    }
}
@media only screen and (max-width: 575px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-item__menu .grid-item {
        width: 100%;
        margin: 10px 0;
    }
}
.grid-item__menu .item-details {
	margin-bottom: 65px;
}
.grid-item__menu .item-name {
	min-height: 50px;
    font-size: 14px;
    line-height: 20px;
}

.rcmd-section .fmt-slick .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
    margin-bottom: 10px;
}
.rcmd-section .fmt-slick .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
    margin: 0 10px;
}
.rcmd-section .fmt-slick .slick-slide > div {
	height: inherit !important;
	flex: 1;
}
.rcmd-section .fmt-slick.slick-slider {
	margin: 0 -10px;
}
.rcmd-section .fmt-slick .slick-dots {
	bottom: -40px;
}
.rcmd-section .fmt-slick .slick-dots li button:before,
.rcmd-section .fmt-slick .slick-dots li.slick-active button:before {
    color: #000000;
}
.rcmd-section .rcmd-item {
	position: relative;
	display: block;
    height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 12%);
}
.rcmd-section .item-details {
	margin-bottom: 65px;
}
.rcmd-section .item-name {
	min-height: 60px;
}

.summary-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.summary-item .dripicons-chevron-right {
	opacity: 0.5;
	transition: 0.2s ease-in;
}
.summary-item:hover .dripicons-chevron-right {
	transform: translateX(50%);
}
.summary-item .add-on-item,
.summary-item .add-on-item li {
    font-size: 13px;
}
.summary-item .text-sm {
    font-size: 13px !important;
}
.summary-item .text-xsm {
    font-size: 10px !important;
}
.summary-item .frame-img {
    height: 55px;
    max-height: 80px;
    min-height: 55px;
}
.summary-item .item-name {
    font-weight: 600;
}

/*.add-on-item p,
.add-on-item li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.add-on-item ul {
	margin-bottom: 0;
}
.add-on-item li {
	list-style-type: circle;
}*/

.fix-btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

.content {
    padding-top: 90px;
}

.content-tnc li,
.content-tnc a {
	font-size: 14px;
    line-height: 20px;
}
.content-tnc a {
	text-decoration: underline;
}

/* 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');
}
.fmt-slick.slick-slider {
	margin: auto;
}
.fmt-slick .slick-track {
	margin: 0;
}
.fmt-slick .slick-prev,
.fmt-slick .slick-next {
	width: auto;
    height: auto;
}
.fmt-slick .slick-prev {
    left: -10px;
	z-index: 1;
}
[dir='rtl'] .fmt-slick .slick-prev {
    right: -10px;
}
.fmt-slick .slick-prev:before {
    content: url(../images/icons/slider-arrow-left.svg);
}
[dir='rtl'] .fmt-slick .slick-prev:before {
    content: url(../images/icons/slider-arrow-right.svg);
}
.fmt-slick .slick-next {
    right: -10px;
}
[dir='rtl'] .fmt-slick .slick-next {
    left: -10px;
}
.fmt-slick .slick-next:before {
    content: url(../images/icons/slider-arrow-right.svg);
}
[dir='rtl'] .fmt-slick .slick-next:before {
    content: url(../images/icons/slider-arrow-left.svg);
}
.fmt-slick .slick-dots {
    bottom: 20px;
}
.fmt-slick .slick-dots li {
	margin: 0;
}
.fmt-slick .slick-dots li button:hover:before,
.fmt-slick .slick-dots li button:focus:before {
    opacity: .4;
}
.fmt-slick .slick-dots li button:before {
    font-size: 9.5px;
    color: #FFF;
}
.fmt-slick .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #FFF;
}

.hero.slick-slider {
	max-width: 100%;
}
.hero .slick-slide {
	margin: 0;
}
.hero img {
	width: 100%;
	height: 100%;
}
.hero .frame-img {
	height: 620px;
}
.hero .responsive-container .frame-img {
	height: 500px;
}
@media (max-width: 991.98px) {
	.hero .frame-img {
		height: 500px;
	}
    .hero .responsive-container .frame-img {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
	.hero .frame-img {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.hero .frame-img {
		height: 300px;
	}
    .hero .responsive-container .frame-img {
		height: 250px;
	}
}
.hero.fmt-slick .slick-prev {
    left: 20px;
}
[dir='rtl'] .hero.fmt-slick .slick-prev {
    right: 20px;
}
.hero.fmt-slick .slick-prev:before {
    content: url(../images/icons/slider-arrow-left_white.svg);
}
[dir='rtl'] .hero.fmt-slick .slick-prev:before {
    content: url(../images/icons/slider-arrow-right_white.svg);
}
.hero.fmt-slick .slick-next {
    right: 20px;
}
[dir='rtl'] .hero.fmt-slick .slick-next {
    left: 20px;
}
.hero.fmt-slick .slick-next:before {
    content: url(../images/icons/slider-arrow-right_white.svg);
}
[dir='rtl'] .hero.fmt-slick .slick-next:before {
    content: url(../images/icons/slider-arrow-left_white.svg);
}
/*.hero.fmt-slick .img-container {
    top: auto;
    bottom: 20px;
    left: 25px;
    right: auto;
    text-align: left;
}*/

.hgl.fmt-slick .slick-prev,
.hgl.fmt-slick .slick-next {
	width: 40px;
	height: 40px;
	top: 45px;
	left: 360px;
	border: 1px solid #000000;
	background-color: #FFF;
}
.hgl.fmt-slick .slick-next {
	margin-left: 40px;
}
.hgl.fmt-slick .slick-prev:before,
[dir='rtl'] .hgl.fmt-slick .slick-next:before {
    content: url(../images/icons/slider-arrow-left_theme.svg);
	zoom: 0.5;
}
.hgl.fmt-slick .slick-next:before,
[dir='rtl'] .hgl.fmt-slick .slick-prev:before{
    content: url(../images/icons/slider-arrow-right_theme.svg);
	zoom: 0.5;
}
.hgl .slick-dots li button:before,
.hgl .slick-dots li.slick-active button:before {
    color: #000000;
}
.hgl.fmt-slick .slick-track {
	margin-bottom: 50px;
}
.hgl.fmt-slick .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}
.hgl.fmt-slick .slick-slide {
    margin: 0;
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
}
.hgl.fmt-slick .slick-slide.slick-active {
	z-index: 1;
}
.hgl.fmt-slick .slick-slide > div {
	height: inherit !important;
	flex: 1;
}
.hgl.fmt-slick h3 {
    font-size: 20px;
}
@media (max-width: 1199.98px) {
	.hgl.fmt-slick .slick-prev,
	.hgl.fmt-slick .slick-next {
		top: 45px;
		left: 285px;
	}
}
@media (max-width: 991.98px) {
	.hgl.fmt-slick .slick-slide {
		margin-bottom: 0;
	}
	.hgl.fmt-slick .slick-prev,
	.hgl.fmt-slick .slick-next {
		top: 35px;
	}
	.hgl.fmt-slick .slick-prev {
		left: auto;
		right: 50%;
	}
	.hgl.fmt-slick .slick-next {
		left: 50%;
		right: auto;
		margin-left: 0;
	}
	.hgl.fmt-slick .slick-slide > div > div,
	.hgl.fmt-slick .row,
	.hgl.fmt-slick .col-lg-5 {
		height: 100%;
	}
}
/* end slick */

@media (max-width: 991.98px) {
	.hgl-section .position-absolute {
		position: relative !important;
	}
	.hgl-section .btn {
		width: 100%;
	}
}

.main-menu {
	background-color: #FFF;
	box-shadow: 0px 5px 15px 0 rgb(0 0 0 / 5%);
}
.main-menu.fixed-top {
	top: 80px;
	padding: 7px 0;
	z-index: 2;
}
.main-menu li a {
	font-size: 15px;
	display: block;
	padding: 12px 20px;
	color: #000000;
}
.main-menu li a:hover,
.main-menu li a:focus {
	background-color: #F5F5F5;
	text-decoration: none;
}
.main-menu li a.active {
	color: #FFF;
	background-color: #000000;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.main-menu.fixed-top {
		top: 64.8px;
	}
}

.anchor {
	display: block;
	height: 130px;
	margin-top: -130px;
	visibility: hidden;
}

.scrollmenu {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    z-index: 1;
}
.scrollmenu::-webkit-scrollbar {
	background-color: #FFF;
	width: 12px;
	height: 6px;
	margin: 5px 0;
}
.scrollmenu::-webkit-scrollbar-track {
	background-color: #FFF;
}
.scrollmenu::-webkit-scrollbar-thumb {
	opacity: 0;
	border-radius: 12px;
	transition: 0.3s;
}
.scrollmenu:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.17);
	opacity: 1;
}
.scrollmenu::-webkit-scrollbar-button {
	display: none;
}

.menu-modal input[type="radio"],
.menu-modal input[type="checkbox"] {
    margin-right: 10px;
	margin-top: 2px;
	zoom: 1.4;
}
.menu-modal .btn {
	padding: 10px;
}
.menu-modal .carousel-indicators {
    position: relative;
    margin: auto;
    width: 100%;
    justify-content: left;
}
.menu-modal .carousel-indicators li {
    width: 80px;
    height: auto;
}
.menu-modal .modal-footer {
	display: inline-block;
	padding: 1.3rem 2.5rem;
	border-top: 1px solid #EEE;
}
@media (max-width: 575.98px) {
	.menu-modal .modal-body {
		padding: 0.5rem 1.5rem 1.5rem;
	}
	.menu-modal .modal-footer {
		padding: 1.3rem 1.5rem;
	}
}

.fmt-col {
    position: relative;
    border: 1px solid #E9E9E9;
    height: 100%;
}

.fmt-col-content {
    padding: 30px 20px;
	margin-bottom: 70px;
}
.fmt-col-content p,
.fmt-col-content li,
.fmt-col-content a {
	font-size: 15px;
    color: #000000;
}
.fmt-col-content h4 {
	font-size: 16px;
}
.fmt-col-content a {
	text-decoration: underline;
}

.store-img.fixed-top {
    top: 95px;
    z-index: 1;
}

.zoom {
	position: relative;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
}
.zoom img {
	display: block;
}
.zoom img::selection {
	background-color: transparent;
}

.loggedin-sign {
	position: absolute;
	top: -2px;
	right: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #28a745;
}
@media (max-width: 767.98px) {
	.loggedin-sign {
		top: -3px;
	}
}

.summary-pg .col-lg-6-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 .cart-title {
	background-color: #F4F4F4;
	padding: 0.7rem 1rem;
}
.summary-pg .item-name {
    margin-bottom: 4px;
}
.summary-pg .option-box {
	justify-content: space-between;	
}
.summary-pg .option-box li {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.summary-pg .option-box li a {
	padding: 10px;
}
.summary-pg .option-box li a.active:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f058";
	padding-right: 7px;
	font-size: 15px;
	color: #000000;
}
@media (min-width: 992px) {
	.summary-pg .col-lg-6-edit {
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
    }
    .summary-pg .col-lg-4-edit {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .summary-pg .col-lg-1-edit {
        -ms-flex: 0 0 3%;
        flex: 0 0 3%;
        max-width: 3%;
    }
}

.order-summary__dopbox {
    position: relative;
	border-bottom: 1px solid #000;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #000000;
}
.order-summary__dopbox {
	margin-top: 15px;
	padding-bottom: 10px;
}

.my-orders__container {
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
.my-orders__container a {
	color: #000000;
}
.my-orders__container a:hover ,
.my-orders__container a:focus  {
	text-decoration: none;
}

.my-orders__dop {
    background-color: #EEEEEE;
    padding: 3px 10px;
    margin-left: 4px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.card {
	border-radius: 12px;
	margin-bottom: 8px;
	border-color: #000000;
}
.card a {
    text-decoration: none;
}
.card .card-body {
    border-top: 1px solid #DDD;
    border-radius: 0;
}
.card-header {
	padding: 0.8rem 1.2rem;
	border-bottom: 0;
	background-color: transparent;
}
.card-header:first-child {
    border-radius: calc(12px - 1px) calc(12px - 1px) 0 0;
}
.card-header h5 {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.01rem;
}
.card-header .btn-primary {
	color: #000000;
	border-color: #EDEEEE;
	background-color: #EDEEEE;
}
.card-header a {
	color: #000000;
}
.card-body {
	border-radius: 12px;
}
.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: #888;
	font-size: 15px;
	padding: 0.8rem 1.4rem;
    text-decoration: none;
}
.info-tab .nav-tabs .nav-link.active,
.info-tab .nav-tabs .nav-item.show .nav-link {
	color: #000000;
    font-weight: 600;
	border-color: #D9D9D6 #D9D9D6 #FFF;
}
.info-tab .card-body,
.info-tab .card-body li,
.info-tab .card-body a {
	font-size: 15px;
    line-height: 1.5;
}
.info-tab .card-body {
    border-top: 0;
}
.info-tab .card-body a {
	text-decoration: underline;
}
.info-tab .card-body ol {
	list-style: decimal;
}
.info-tab .card-body li {
    counter-increment: inherit;
    margin-bottom: 0;
	padding-left: 10px;
}
.info-tab .card-body li::before {
	display: none;
}
@media (min-width: 768px) {
	.info-tab .nav-tabs {
		display: -ms-flexbox;
		display: flex;
		border-color: #D9D9D6;
	}
	.info-tab .card {
		border: none;
	}
	.info-tab .card .card-header {
		display: none;
	}
	.info-tab .card .collapse {
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #FFF #D9D9D6 #D9D9D6;
	}
}
@media (max-width: 767.98px) {
	.info-tab .card .card-header a:not(.collapsed) .rotate-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: 4px;
	}
	.info-tab .card .card-header {
    	padding: 0.6rem 1.25rem;
		background-color: #F4F4F4;
		border-bottom: 0;
	}
	.info-tab .card .card-header a {
		display: block;
		letter-spacing: 0.01em;
    	text-decoration: none;
	}
	.info-tab .card .fa-angle-down {
		float: right;
		padding-top: 5px;
	}
	.info-tab .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 5px;
	}
}

.tab-pane.active {
    animation: fadein 0.8s ease-out;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.faq-section ol {
    padding: 0;
}
.faq-section .card {
    background-color: transparent;
	color: #000000;
}
.faq-section .card-header {
    padding: 1.2rem 3rem;
    background-color: transparent;
}
.faq-section .card-header li {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
    line-height: normal;
}
.faq-section .card-body ol,
.faq-section .card-body ul {
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}
.faq-section .card-body {
	font-size: 15px;
    line-height: 1.4;
	padding: 1.25rem 1.25rem 0.5rem 4.3rem;
}
.faq-section .card-body li {
	font-size: 15px;
    line-height: 1.3;
	counter-increment: li;
	margin-bottom: 20px;
	color: #000000;
}
.faq-section .card-body li p {
	font-size: 15px;
    line-height: 1.4;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 600;
}
.faq-section .card-body li::before {
	content: counter(li);
	color: #000000;
	display: inline-block;
	width: 1em;
	margin-left: -20px;
	font-weight: 600;
}
.faq-section .card-body ul li {
	counter-increment: none;
	margin-bottom: 5px;
	list-style-type: disc;
}
.faq-section .card-body ul li::before {
	content: normal;
}
.faq-section .card-body .col-1 {
	-ms-flex: 0 0 3%;
	flex: 0 0 3%;
	max-width: 3%;
}
.faq-section .card-body .col-11 {
	-ms-flex: 0 0 97%;
	flex: 0 0 97%;
	max-width: 97%;
}
@media (max-width: 575.98px) {
    .faq-section .card-header {
        padding: 1rem 2.5rem;
    }
    .faq-section .card-header li {
        font-size: 15px;
    }
    .faq-section .card-body {
        padding: 1rem 1rem 0rem 2.7rem;
    }
}

.status-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EEEEEE;
    color: #000000;
    font-size: 13px;
	letter-spacing: 0.01em;
    padding: 4px 15px;
}

.img-collage-banner {
	position: relative;
}
.img-collage-banner img,
.img-collage-banner .bg-style {
    border-radius: 12px;
}
.img-collage-banner .bg-style {
    background-position: center;
}
.img-collage-banner .row {
	padding: 0.7rem;
}
.img-collage-banner #lightgallery {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.img-collage-banner. #lightgallery .btn {
	font-size: 15px;
	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;
	}
}

.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;
}

.side-icon i, .side-icon .icon {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
}

/* button */
.btn {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 25px;
	margin: 0;
	border-radius: 0;
    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: #FFF;
    background-color: #000000;
	border: 1px solid #000000;
}
.btn-primary:hover, a.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #FFF;
    background-color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
	opacity: 0.9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-secondary, a.btn-secondary {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
}
.btn-secondary:hover, a.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
	text-decoration: none;
	opacity: 0.9;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
	text-decoration: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-tertiary,
a.btn-tertiary {
	color: #000000;
    font-weight: 600;
	background-color: #F2F2F2;
    letter-spacing: 0.02em;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
	color: #000000;
	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: #000000;
	background-color: #FFF;
	box-shadow: none !important;
}

.btn-text, a.btn-text {
	font-size: 11px;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    padding-bottom: 2px;
    border-bottom: 3px solid #000000;
    text-decoration: none;
}
.btn-text:hover, a.btn-text:hover {
	opacity: 0.9;
}
/* end button */


/*======== footer ========*/
footer {
	background-color: #d8d9db;
}
footer p, footer li, footer td, footer a {
    font-size: 14px;
}
footer td {
	line-height: 1.9;
}
footer td a {
	text-decoration: underline !important;
}
footer h5 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
	color: #000000
}

.footer-nav-link ul {
	padding-left: 0;
}
.footer-nav-link li {
	list-style-type: none;
	padding-bottom: 10px;
}
.footer-nav-link li a {
	color: #000000;
}
@media (max-width: 575.98px) {
	.footer-nav-link li {
		display:inline-flex;
		width: 48%;
	}
}

.social-link {
    padding-bottom: 5px;
}
.social-link i {
	color: #000000;
	font-size: 22px;
	padding-right: 30px;
}

.footer-bottom {
	background-color: #000000;
	padding: 20px 0;
}
.footer-bottom p {
    font-size: 12px;
    text-align: center;
}

.fa-round {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
	padding-top: 9px;
    margin: 0 5px;
	border: 2px solid #000000;
    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: 16px;
	color: #000000;
}
.fa-round:hover {
	opacity: .7;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .4;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: url('../images/icon_top.png') no-repeat;
    z-index: 1;
}

#promoCode .form-control {
	padding: 10px 15px;
	height: 46px;
}
#promoCode .btn {
	padding: 13px 30px;
}
#promoCode .btn-text {
	font-size: 15px;
}

a#toggle-summary-btn {
	text-decoration: none;
}

#hidden_summary .input-group-append {
    height: 45px;
}
#hidden_summary .btn {
    height: 45px;
    padding: 0 15px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
@media (min-width: 576px) {
	#fixed-top-bottom {
		position: -webkit-sticky;
		position: sticky;
		top: 125px;
		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) {
	#fixed-top-bottom {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 0px 15px #EEE;
		padding: 10px 15px;
		z-index: 1030;
	}
	#fixed-top-bottom .btn-light,
	#fixed-top-bottom a.btn-light {
		width: 100%;
	}
	#fixed-top-bottom .updown {
		display: inline-block;
	}
	#fixed-top-bottom a h4 {
		font-size: 16px;
		color: #8766A9;
	}
	#fixed-top-bottom .fa-chevron-up,
	#fixed-top-bottom .fa-chevron-down {
		color: #000000;
		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: 768px) {
	.p-md-6 {
		padding: 35px !important;
	}
}

.table-header {
	font-size: 15px;
}

a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slide-read-more {
    overflow:hidden;
}
.slide-read-more-button {
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
	font-size: 15px;
	font-weight: 600;
    color: #000000;
    display: none;
}

.lg-backdrop.in {
    opacity: 0.8 !important;
}

.form-tabs .btn-tertiary {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}
.form-tabs .btn-tertiary:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}
.form-tabs .btn-tertiary:focus, 
.form-tabs .btn-tertiary:not(:disabled):not(.disabled).active {
    background-color: #000000;
    color: #FFF;
}
@media (max-width: 575.98px) {
    .form-tabs .btn {
        padding: 10px 20px;
    }
}

.table-listing {
    border: 1px solid #DDD;
    border-radius: 5px;
}
.table-listing table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}
.table-listing thead {
    background-color: #F4F4F4;
    border-bottom: 1px solid #DDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table-listing thead th {
    padding: 15px;
    letter-spacing: 0.01em;
}
.table-listing thead th:first-child {
    width: 14%;
}
.table-listing thead th:nth-child(2) {
    width: 18%;
}
.table-listing thead th:nth-child(3) {
    width: 38%;
}
.table-listing thead th:nth-child(4) {
    width: 11%;
    text-align: right;
}
.table-listing thead th:nth-child(5) {
    width: 10%;
    text-align: center;
}
.table-listing thead th:nth-child(6) {
    width: 9%;
    text-align: center;
}
.table-listing tbody th,
.table-listing td {
    color: #000000;
    padding: 10px 15px;
}
.table-listing tbody td:nth-child(4) {
    text-align: right;
}
.table-listing tbody td:nth-child(5),
.table-listing tbody td:nth-child(6) {
    text-align: center;
}
.table-listing tr:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
.table-listing .btn {
    font-size: 13px;
    min-width: auto;
    padding: 6px 13px;
}
.table-listing input[type="checkbox"] {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .table-listing {
        border: none;
        border-radius: 0;
    }
    .table-listing table, .table-listing thead,
    .table-listing tbody, .table-listing th,
    .table-listing td, .table-listing tr { 
        display: block; 
    }
    .table-listing thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-listing tr {
        border: 1px solid #CCC;
    }
    .table-listing td {
        border: none;
        border-bottom: 1px solid #EEE; 
        position: relative;
        padding: 7px;
        padding-left: 45%; 
    }
    .table-listing td:first-child {
        padding-left: 10px; 
        background-color: #F4F4F4;
    }
    .table-listing td:last-child {
        border-bottom: none; 
    }
    .table-listing td:before {
        font-family: "Montserrat", Arial, sans-serif;
        position: absolute;
        left: 10px;
        padding-right: 10px; 
        white-space: nowrap;
    }
    .table-listing td:nth-of-type(1):before { content: ""; }
    .table-listing td:nth-of-type(2):before { content: attr(data-label); }
    .table-listing td:nth-of-type(3):before { content: attr(data-label); }
    .table-listing td:nth-of-type(4):before { content: attr(data-label); }
    .table-listing td:nth-of-type(5):before { content: attr(data-label); }
    .table-listing td:nth-of-type(6):before { content: attr(data-label); }
    .table-listing td:nth-of-type(7):before { content: attr(data-label); }
    .table-listing td:nth-of-type(8):before { content: attr(data-label); }
}

.pagination {
    display: inline-block;
}
.pagination a {
    color: #000;
    float: left;
    padding: 5px 13px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    color: #FFF;
    background-color: #876B29;
}
.pagination a:hover:not(.active) {
    color: #000;
    background-color: #DDD;
}
