

#collapse-shipping-method .radio.freeshippingteaser\.freeshippingteaser {
	display: none;
}


@font-face {
    font-family: CenturyGothic;
    src: url("/catalog/view/javascript/century-gothic/centurygothic.ttf");
    font-weight: 400;
    font-display: swap;
} 

@font-face {
    font-family: CenturyGothic;
    src: url("/catalog/view/javascript/century-gothic/centurygothic_bold.ttf");
    font-weight: 700;
    font-display: swap;
}

/* WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 4px;               /* Width of the scrollbar */
    height: 4px;              /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;      /* Track color */
    border-radius: 4px;       /* Rounded track */
}

::-webkit-scrollbar-thumb {
    background-color: #888;   /* Scrollbar color */
    border-radius: 4px;       /* Rounded scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;   /* Darker on hover */
}

/* Firefox */
* {
    scrollbar-width: thin;               /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1;       /* Thumb color and track color */
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a.vd-btn.vd-btn-small.vd-btn-edit {
	background: url(/catalog/view/theme/default/image/d_visual_designer/settings.svg) no-repeat center !important;
	background-color: orange !important;
	padding: 0 !important;
	color: black !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a.vd-btn.vd-btn-small.vd-btn-remove {
	background: url(/catalog/view/theme/default/image/d_visual_designer/delete.svg) no-repeat center !important;
	background-color: orange !important;
	padding: 0 !important;
	color: red !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a.vd-btn.vd-btn-small.drag.vd-btn-drag {
    background: url(/catalog/view/theme/default/image/d_visual_designer/drag-n-drop.svg) no-repeat center !important;
	background-color: orange !important;
	padding: 0 !important;
	color: red !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a.vd-btn.vd-btn-small.vd-btn-copy {
    background: url(/catalog/view/theme/default/image/d_visual_designer/copy.svg) no-repeat center !important;
	background-color: orange !important;
	padding: 0 !important;
	color: red !important;  
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a.vd-btn.vd-btn-small.vd-btn-add-child {
    background: url(/catalog/view/theme/default/image/d_visual_designer/add.svg) no-repeat center !important;
	background-color: orange !important;
	padding: 0 !important;
	color: red !important;
}


html {
	/* overflow-x: hidden; */
}

html body #input-email, html body #input-password, html body .inputMaterial {
	text-transform: none !important;
}


body * {
	/* text-transform: uppercase !important; */
}

body {
	font-family: CenturyGothic !important;
	/* font-family: 'Gymkhana', sans-serif !important; */
	font-weight: normal !important;
	color: #111;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    letter-spacing: 0px;
	overflow-x: hidden;
	margin-bottom: 0 !important;
}


#content {
	margin-bottom: 60px;
}

.preloader {
	align-items: center;
	background: rgb(255, 255, 255);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s linear;
	width: 100%;
	z-index: 999999;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: rgb(70, 104, 107);
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	text-transform: none !important;
}
html body textarea, html body input[type="text"], html body small, html body .xgray {
    text-transform: none !important;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #ad2634;
	font-weight: bold;
}
.alert-danger {
	color: #ad2634 !important;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* cart */
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .dropdown-menu li p.left {
	text-align: center;
	margin: 10px 0px !important;
}
.progress-and-tilte .left {
	text-align: center;
	margin: 10px 0px;
    font-size: 1.2em;
    font-weight: bold;
}

/* content */
#content {
	min-height: 600px;
  padding: 0;
}
/* footer */
footer {
	margin-top: 0px;
  padding-bottom: 30px;
	padding-top: 100px;
	background-color: #f4f4f4 !important;
	border-top: 1px solid #ddd !important;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.9px;
	font-weight: bold;
	color: #000;
  margin-bottom: 30px;
}
footer .first-column h5 {
	color: #000;
  margin-bottom: 10px;
}
footer .first-column h6 {
	color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
}
footer .list-unstyled li {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 13px;
}
footer .list-unstyled li {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
}
footer .list-unstyled li::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.495' height='10.982' viewBox='0 0 12.495 10.982'%3E%3Cg id='Icon_feather-arrow-left' data-name='Icon feather-arrow-left' transform='translate(-20.422 0.707)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M7.5,18H18.995' transform='translate(13.422 -13.216)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M7.5,17.069l4.784-4.784L7.5,7.5' transform='translate(20.132 -7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	margin-left: 15px;
	float: right;
}
footer .list-unstyled {
	max-width: 250px;
}
footer .first-column svg {
	width: 36px;
	height: 36px;
	background: white;
	border-radius: 100%;
}
footer .first-column .icons-with-text {
	margin-bottom: 30px;
}
footer .first-column .icons-with-text .box {
	display: flex;
	gap: 20px;
  align-items: center;
}
footer .first-column .icons-with-text .box .inner-box {
	display: flex;
	flex-direction: column;
  gap: 10px;
}
footer .first-column .icons-with-text .box .inner-box a {
	color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
footer .first-column .icons-with-text .box .inner-box span {
	color: #444;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
footer .powered-texts * {
	color: #000;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}
footer .powered {
  margin-top: 40px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

footer .banner-and-cookies {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
}
footer .banner-and-cookies .banners {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}
footer .banner-and-cookies .cookies a {
	font-size: 14px;
	line-height: 17px;
	padding: 15px 25px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	display: block;
	position: relative;
  letter-spacing: 2.1px;
}

@media (max-width: 991px) {

	footer {
		padding: 50px 10px;
	}

	footer h5 {
		margin: 20px 0px !important;
	}

}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	font-size: 18px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
	z-index: 99;
}

#back-to-top:hover {
    background: #444;
}

#back-to-top.show {
    opacity: 1;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert {
	position: relative;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background: unset;
  	border: unset;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	/* text-shadow: 0 1px 0 #FFF; */
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb > li::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li:last-child a {
	font-weight: bold;
	color: #000000;
}
.breadcrumb li a {
	font-weight: normal;
	color: #8D8D8D;
	font-size: 13px;
	list-height: 18px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: #4A686B;
	border-color: #4A686B;
	text-shadow: unset;
	box-shadow: unset;
	padding: 10px 20px;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fff;
	background-position: 0 -15px;
	color: #4A686B;
	border-color: #4A686B;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		/* clear:left; */
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		/* clear:left; */
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		/* clear:left; */
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}






/*
*
*
* GENERAL */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #4A686B !important;
  	border-color: #4A686B !important;
	color: #ffffff !important;
}

.pagination > li > a, .pagination > li > span {
	color: #707070 !important;
	padding: 7px 12px;
	border-radius: unset !important;
	font-size: 15px !important;
	line-height: 15px !important;
}

.pagination {
	border-radius: unset !important;
}

.pagination {
	display: flex;
	gap: 5px;
	justify-content: end;
}

.alert .close {
	right: 10px !important;
	top: 7px !important;
	float: unset;
	position: absolute;
}

.d-inline-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.list-inline {
	display: flex;
	align-items: center;
    gap: 5px;
}

@media (min-width: 1470px) {
    .container {
      width: 1440px !important;
    }
  }


/*
*
*
* HEADER TOP */

.header-promo .coundown {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: white !important;
	font-size: 15px !important;
	flex-wrap: wrap;
	text-align: center !important;
	row-gap: 5px;
}

.header-promo .coundown span {
    font-weight: 600 !important;
}

.header-promo .coundown a {
    color: white !important;
}



.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: all !important;
}


#top .list-inline {
    margin: unset !important;
}

#top .language-container .btn.btn-link.btn-block.language-select {
	padding: 0;
	text-shadow: unset;
	background-color: transparent !important;
	border: unset !important;
    font-size: 14px;
    line-height: 17px;
	color: #444;
}

html[lang="el"] #top .language-container button[data-language="el-gr"],
html[lang="en"] #top .language-container button[data-language="en-gb"] {
    color: #111111;
    font-weight: bold;
}

#top .seperator {
	width: 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
}

#top .seperator span {
	width: 1px;
    height: 20px;
	background: #111;
}

/*
*
*
* HEADER MENU */
.needsclick.kl-teaser-Ve2Rgt.undefined.kl-private-reset-css-Xuajs1 {
	bottom: 0 !important;
	top: unset !important;
}

.navbar-nav > li > a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.495' height='10.982' viewBox='0 0 12.495 10.982'%3E%3Cg id='Icon_feather-arrow-left' data-name='Icon feather-arrow-left' transform='translate(-20.422 0.707)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M7.5,18H18.995' transform='translate(13.422 -13.216)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M7.5,17.069l4.784-4.784L7.5,7.5' transform='translate(20.132 -7.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
	display: inline-block;
	float: right;
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M19.159 16.767l0.754-0.754-6.035-6.035-0.754 0.754 5.281 5.281-5.256 5.256 0.754 0.754 3.013-3.013z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E") !important;
	position: absolute;
	right: 5px;
	top: 5px;
}

.navbar-nav > li:hover > a::after,
.navbar-nav > li.dropdown_activated > a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.495' height='10.982' viewBox='0 0 12.495 10.982'%3E%3Cg id='Icon_feather-arrow-left' data-name='Icon feather-arrow-left' transform='translate(-20.422 0.707)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M7.5,18H18.995' transform='translate(13.422 -13.216)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M7.5,17.069l4.784-4.784L7.5,7.5' transform='translate(20.132 -7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
	content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M19.159 16.767l0.754-0.754-6.035-6.035-0.754 0.754 5.281 5.281-5.256 5.256 0.754 0.754 3.013-3.013z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E")!important;
}

html:after {
	transition: all 0.2s;
}

.navbar-toggle {
	display: block !important;
}

.language-switcher {
	position: absolute;
	top: 20px;
}

.language-switcher .btn.btn-link.dropdown-toggle {
	padding: 0;
	color: white;
	font-size: 16px;
	line-height: 16px;
}

.language-switcher .dropdown-menu {
	margin-left: 0 !important;
}

.language-switcher .dropdown-menu .btn.btn-link.btn-block.language-select {
	color: #333;
	font-weight: 500;
}

.language-icon .dropdown-menu {
	position: relative;
	display: flex;
	background: unset;
	box-shadow: unset;
	border: unset;
	top: unset;
	right: unset;
	float: unset;
	min-width: unset;
	padding: 0;
	margin: 0;
	gap: 5px;
	z-index: 5;
}

.language-icon .dropdown-menu .btn.btn-link.btn-block.language-select {
	color: #fff;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
}

.active-language .btn.btn-link.btn-block.language-select {
	font-weight: 500 !important;
}

.language-icon {
	height: auto !important;
	width: 100%;
}

.language-icon .dropdown-menu li:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 5px;
}

.col-sm-2.logo-container-main {
	width: 161px;
	padding: 0;
	margin-right: auto;
	margin-top: 15px;
}

.col-sm-2.menu-container-main {
	padding: 0;
	width: 238px;
	margin-left: auto;
}

.col-sm-2.menu-action {
	order: -1;
	width: 60px;
	background: #242424;
	height: 110px;
	display: flex;
	flex-direction: column-reverse;
	padding: 15px !important;
	margin-top: -64px;
	margin-right: 20px;
}

.navbar-nav>li>a,.dropdown-menu>li>a {
	background: transparent !important;
	padding: 9px 30px !important;
}

.categroy-menu-banners {
	max-width: calc(100% / 4);
}

.categroy-menu-wraper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.categroy-menu-banners img {
	width: 100%;
	height: auto;
}

.dropdown-menu {
	border-radius: unset !important;
	box-shadow: unset !important;
}

@media (max-width: 767px) {

	.navbar-nav > li > a, .dropdown-inner > ul > li > a {
		padding: 7px 20px !important;
	}

	.language-container li {
		flex-grow: unset !important;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

}

.categroy-menu-banners {
	display: none !important;
}

@media (max-width: 1000px) {

	.categroy-menu-banners {
		display: none !important;
	}

	#menu .hide-modile {
		display: none !important;
	}
}


@media (max-width: 991px) {
	header #logo img {
		max-width: 100px;
	}

	#top {
		display: none !important;
	}
}

@media (max-width: 350px) {
	header #logo img {
		max-width: 80px;
	}
}

/*
*
*
* HOME PAGE */

.home, .common-home {
	overflow-x: hidden;
}

.block-parent-wrapper {
	overflow: hidden;
}

#common-home #content {
	margin-bottom: 0;
}

/*********************************************************************** HOME --- SECTION --- ONE
*****************************************************************************************************/

.home-section-one .vd-image-caption-container {
  border: unset;
  flex-direction: column;
}

.home-section-one .home-banner-with-text {
  padding: 0px 10px;
}

.home-section-one .home-banner-with-text .vd-image-caption-text .vd-image-caption-main-text {
  display: none;
}

.home-section-one .home-banner-with-text .vd-image-caption-text {
	position: absolute;
  bottom: -7px;
  left: 9px;
}

.home-section-one .home-banner-with-text .vd-image-caption-text > h4 {
  margin: 0 !important;
  font-size: 32px !important;
  line-height: 39px !important;
  color: #fff !important;
  font-weight: bold !important;
}

.home-section-one .block-content.child.child-blocks.justify-content-start.align-items-stretch {
	flex-direction: row;
	flex-wrap: nowrap; 
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin: 10px;
	scroll-snap-type: x mandatory;
}

.home-section-one .block-content.child.child-blocks.justify-content-start.align-items-stretch .col-12 {
	scroll-snap-align: center;
}

@media (max-width: 767px) {

	.home-section-one .block-content.child.child-blocks.justify-content-start.align-items-stretch .col-12 {
		flex: 0 0 45% !important;
		
	}

}

@media (max-width: 500px) {

	.home-section-one .block-content.child.child-blocks.justify-content-start.align-items-stretch .col-12 {
		flex: 0 0 70% !important;
	}

}

/*********************************************************************** HOME --- SECTION --- TWO
*****************************************************************************************************/

.owl-wrapper-outer {
	box-shadow: unset !important;
	border: unset !important;
}

.owl-wrapper-outer .owl-item {
  padding: 0 10px;
}

.owl-wrapper-outer .owl-item img {
  width: 100%;
}

.owl-page.active span {
	background: #4A686B !important;
	width: 20px !important;
}

.owl-page span {
	background: #EAEFEF !important;
	height: 8px !important;
  width: 8px !important;
}

.block-container .owl-carousel .owl-buttons div i, 
.vd .owl-carousel .owl-buttons div i {
	font-size: 20px !important;
	margin: -20px 0 0 !important;
	background: white !important;
	border-radius: 100% !important;
	padding: 5px !important;
	width: 30px !important;
	height: 30px !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
}

.block-container .owl-carousel .owl-buttons .owl-next, 
.vd .owl-carousel .owl-buttons .owl-next {
	right: 30px !important;
}

.block-container .owl-carousel .owl-buttons .owl-prev, 
.vd .owl-carousel .owl-buttons .owl-prev {
	left: 30px !important;
}

@media (max-width: 767px) {

	.product-slider.owl-carousel.owl-theme .owl-item img {
		
	}

}

/*********************************************************************** HOME --- SECTION --- THREE
*****************************************************************************************************/

.home-section-three .home-icons-with-text {
  margin: 0px 10px;
  border-radius: 12px !important;
}

.home-section-three .home-icons-with-text .vd-image-caption-container {
	border: unset !important;
	padding: 50px 60px;
}

.home-section-three .home-icons-with-text .vd-image-caption-container img {
  max-height: 40px;
  width: auto !important;
  height: 100% !important;
  margin: auto;
  margin-bottom: 20px;
}

.home-section-three .home-icons-with-text .vd-image-caption-container h4 {
  color: #000000;
  text-align: center;
  font-weight: bold !important;
  font-size: 25px !important;
  line-height: 31px !important;
  margin-bottom: 16px !important;
}

.home-section-three .home-icons-with-text .vd-image-caption-container p {
  color: #000000;
  text-align: center;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 21px !important;
  margin-bottom: 0 !important;
}

.home-section-three .block-content.child.child-blocks.justify-content-start.align-items-stretch {
	flex-direction: row;
	flex-wrap: nowrap; 
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin: 10px;
	scroll-snap-type: x mandatory;
}

.home-section-three .block-content.child.child-blocks.justify-content-start.align-items-stretch .col-12 {
	scroll-snap-align: center;
}

@media (max-width: 991px) {

	.home-section-three .block-content.child.child-blocks.justify-content-start.align-items-stretch .col-12 {
		flex: 0 0 90% !important;
	}

	.home-section-three .home-icons-with-text .vd-image-caption-container {
		border: unset !important;
		padding: 35px 35px;
	}

	.home-section-three .home-icons-with-text .vd-image-caption-container h4 {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.home-section-three .home-icons-with-text .vd-image-caption-container p {
		font-size: 14px !important;
		line-height: 17px !important;
	}

	.home-section-three .vd-image-caption-container.vd-image-caption-text-bottom > .vd-image-caption-text {
		padding: 0 !important;
	}

}

/*********************************************************************** HOME --- SECTION --- FOUR
*****************************************************************************************************/

.home-tabs-container > h4 {
	text-align: center !important;
	background: transparent;
	margin: unset !important;
	padding: 60px 0px 40px;
	font-size: 35px !important;
	line-height: 43px !important;
	color: #292929 !important; 
	letter-spacing: 3.5px !important;
}

.tabs-content [data-is="vd-block-tabs"] .block-section:not(.active) {
	display: none;
}

.tabs-content [data-is="vd-block-tabs"] .block-section {
  background: #fff !important;
}

.block-content.tabs-content .vd-tabs-list {
	padding: 20px !important;
	background: #EAEFEF;
	margin-bottom: 35px !important;
	width: 100%;
	display: flex !important;
	justify-content: center;
	align-content: center;
	gap: 20px;
  padding: 0 0 20px 0 !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li.active > a {
	color: #fff !important;
	background-color: #4A686B !important;
  font-weight: bold !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a {
  padding: 20px 45px !important;
  color: #292929 !important;
  background: white;
  font-size: 17px !important;
  line-height: 22px !important;
  border-radius: 10px !important;
  border: 1px solid #4A686B;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a:hover {
	color: #fff !important;
	background-color: #4A686B !important;
	font-weight: bold !important;
}

.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li {
  background-color: transparent !important;
}

.home-section-four .block-inner.block-container > h4 {
	background: #EAEFEF;
	position: relative;
}


.home-section-four .block-inner.block-container > h4::after {
	content: "";
	height: 100%;
	background: #EAEFEF;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.home-section-four .block-content.tabs-content .vd-tabs-list {
	position: relative;
}

.home-section-four .block-content.tabs-content .vd-tabs-list::after {
	content: "";
	height: 100%;
	background: #EAEFEF;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.block-content.tabs-content {
	padding: 0;
}

.home-section-four {
  /* padding: 0 10px !important; */
}

.home-section-four .block-inner.block-container {
  margin-top: 0 !important;
}


@media (max-width: 1440px) {
	.block-content.tabs-content .vd-tabs-list {
		flex-direction: row;
		flex-wrap: nowrap; 
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin: 10px;
		scroll-snap-type: x mandatory;
		justify-content: flex-start !important;
	}

	.block-content.tabs-content .vd-tabs-list li:first-child {
		margin-left: 15px !important;
	}

	.block-content.tabs-content .vd-tabs-list li:last-child {
		margin-right: 15px !important;
	}

	.block-content.tabs-content .vd-tabs-list li {
		scroll-snap-align: center;
	}
}

@media (max-width: 1200px) {
	.block-content.tabs-content .vd-tabs-list {
		justify-content: flex-start !important;
	}
}

@media (max-width: 991px) {
	.home-tabs-container > h4 {
		padding: 50px 0px 40px;
		font-size: 25px !important;
		line-height: 31px !important;
	}

	.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a {
		font-size: 15px !important;
		line-height: 19px !important;
	}

	.block-content.tabs-content .vd-tabs-list {
		gap: 10px !important;
	}

	.tabs-content > ul.vd-tabs-list.vd-tabs-list.vd-tabs-list > li > a {
		padding: 15px 25px !important;
	}
}


/*********************************************************************** HOME --- SECTION --- FIVE
*****************************************************************************************************/

.home-section-five {
  /* padding: 0 10px !important; */
}

.home-section-five .block-inner.block-container {
  margin-top: 0 !important;
}

.home-section-five .block-content.tabs-content .vd-tabs-list {
  background: transparent !important;
}

.home-section-five .block-content.tabs-content {
	display: flex;
	gap: 18px;
}

.home-section-five .block-content.tabs-content .block-content {
	display: flex;
	gap: 18px;
}

.home-section-five .block-section.block-container > .block-content.clearfix .block-child {
	flex: 0 0 calc(25% - 18px);
}

.home-section-five .block-content:after,
.home-section-five .block-content:before {
  display: none !important;
}

.home-section-five .block-content .vd-image-caption-text {
	background: red;
	margin-top: -10px;
	border-radius: 0px 0px 12px 12px;
}

.home-section-five .block-content .vd-image-caption-text {
	background: #FFFFFF;
	margin-top: -10px;
	border-radius: 0px 0px 12px 12px;
}

.home-section-five .block-content .vd-image-caption-text .vd-image-caption-main-text {
  display: none !important;
}

.home-section-five .block-content.tabs-content .vd-tabs-list {
  margin-bottom: unset !important;
}

.home-section-five .block-content .vd-image-caption-text h4 {
  text-align: center;
  color: #000000;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: bold !important;
  margin: unset !important;
}

.home-section-five .block-section.block-container {
	padding: 0 40px;
  padding-bottom: 55px;
  position: relative;
}

.home-section-five .block-section.block-container > .block-content.clearfix {
  z-index: 2;
  position: relative;
}

.home-section-five .block-section.block-container::after {
	content: "";
	height: 300px;
	background: #EAEFEF;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 200vw;
	left: -100vw;
}

@media (max-width: 991px) {
	.home-section-five .block-section.block-container::after {
		display: none !important;
	}

	.home-section-five .block-section.block-container {
		padding: 30px 15px !important;
		background: #EAEFEF !important;
	}

	.home-section-five .block-section.block-container > .block-content.clearfix, 
	#product-category .home-section-five > .block-content.child.child-blocks > .container-fluid .block-content.child {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		max-width: 100% !important;
		gap: 0;
	}

	.home-section-five .block-section.block-container .block-child,
	#product-category .home-section-five > .block-content.child.child-blocks > .container-fluid .block-content.child  .col-12 {
		flex: 0 0 45% !important;
		scroll-snap-align: center;
	}
	
	.home-section-five .block-section.block-container .block-child > .block-content {
		padding-right: 5px;
	}

	.home-section-five .buttons-section-title p {
		font-size: 25px !important;
		line-height: 31px !important;
	}

	#product-category .home-section-five .block-inner.block-container.col-lg-12.col-md-12.show_desktop.show_mobile.show_tablet {
		margin-bottom: 30px !important;
	}

	.home-section-five .block-content .vd-image-caption-text h4 {
		font-size: 14px !important;
		line-height: 17px !important;
	}

	#product-category .home-section-five {
		padding: 50px 15px 30px !important;
	}

	.home-section-five .home-banner-with-text {
		padding-right: 5px;
		padding-left: 0 !important;
	}

	.home-section-five {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 500px) {

	.home-section-five .block-content .vd-image-caption-text {
		padding: 10px 5px !important;
	}

	.home-section-five .block-section.block-container .block-child,
	#product-category .home-section-five > .block-content.child.child-blocks > .container-fluid .block-content.child  .col-12 {
		flex: 0 0 70% !important;
	}

}


/*********************************************************************** HOME --- SECTION --- PRODUCTS
*****************************************************************************************************/

.product-slider.owl-carousel.owl-theme .owl-item {
	padding: 0;
}

.product-slider .owl-buttons {
  display: none !important;
}

.product-slider.owl-carousel.owl-theme .product-layout.col-sm-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.vd-product-thumb {
  border: unset !important;
  border-radius: 12px;
}

.vd-product-thumb h4 a , .vd-product-thumb h4 {
	color: #292929;
	font-size: 15px !important;
	line-height: 18px !important;
	font-weight: bold;
	max-height: 36px !important;
	min-height: 36px !important;
    overflow: hidden;
}

.product-thumb .caption p:not(.price) {
	display: none !important;
}

.vd-product-thumb .caption p:not(.price) {
	color: #999B9E;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
}

.vd-product-thumb .caption .price {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #292929;
}

.vd-product-thumb .caption {
  min-height: 80px !important;
  padding: 15px 18px !important;
}

.vd-product-thumb h4 {
	position: relative;
}

.vd-product-thumb h4 a {
	max-width: calc(100% - 25px); 
	display: inline-block;
}

.vd-product-thumb h4 button {
	border: unset;
	background: unset;
	margin-left: auto;
	width: 17px;
	height: 17px;
	padding: 0;
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
}

.vd-product-thumb h4 button svg {
	width: 17px;
	height: 17px;
}

.vd-product-thumb .image img { 
  width: 100%;
}

.vd-product-thumb .image img {
	aspect-ratio: 53 / 65;
	background: rgba(0,0,0,0.03);
}

.vd-product-thumb .image {
	float: none;
	text-align: center;
	position: relative;
  	overflow: hidden;
  	border-radius: 12px;
}

.vd-product-thumb .image button {
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0;
	background: #4A686B;
	border-radius: 12px 12px 0px 0px;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 18px;
	border: unset;
	box-shadow: unset;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	align-content: center;
	align-items: center;
  transition: all 0.4s;
}

.vd-product-thumb:hover .image button {
	bottom: 0px;
}

.vd-product-thumb:hover .image {
	bottom: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

/*********************************************************************** HOME --- SECTION --- SIX
*****************************************************************************************************/
#common-home .home-section-six,
#information-information .home-section-six {
	position: relative;
	overflow: unset;
}
 
#common-home .home-section-six:after,
#information-information .home-section-six:after,
#information-information .home-section-four:after {
	content: "" !important;
	height: 100%;
	background: #eaefef;
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.home-section-six .buttons-section-title p,
.home-section-six .buttons-section-title {
	margin: unset;
	font-size: 35px;
	line-height: 43px;
	font-weight: normal;
	color: #292929;
	padding: 0 10px;
	font-weight: 600;
}

.home-section-six .vd-button:hover {
	color: #fff !important;
	font-weight: bold !important;
}

@media (max-width: 991px) {

	.home-section-six .buttons-section-title p {
		font-size: 25px;
		line-height: 31px;
		text-align: center;
	}

	.home-section-six {
		padding: 50px 10px !important;
	}

	.home-section-six > .block-content > .container-fluid.no-padding > .block-parent > .block-content > .block-inner {
		margin-bottom: 30px !important;
	}

	.product-category .home-section-six > .block-content > .container-fluid.no-padding > .block-parent > .block-content > .block-inner {
		margin-bottom: 0px !important;
	}

	.product-category.category-id-174 .home-section-six .buttons-section-title p {
		margin-top: 20px;
		margin-bottom: -15px;
		padding: 0;
	}

	#product-category .home-section-six {
		padding-bottom: 0 !important;
		padding-top: 30px !important;
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	
	#product-category .home-section-six > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child,
	#information-information .home-section-six > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin: 10px 0px;
		scroll-snap-type: x mandatory;
	}

	#product-category .home-section-six > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child  .col-12,
	#information-information .home-section-six > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child  .col-12 {
		flex: 0 0 50%;
		scroll-snap-align: center;
	}

	#product-category .home-section-six .buttons-section-title p {
		text-align: left !important;
	}

	#product-category .home-section-six .vd-button-container > .vd-button {
		background-color: rgb(255, 255, 255);
  		color: rgb(51, 51, 51);
	}

	#product-category .container-fluid.no-padding > .home-section-six:first-child .vd-button-container > .vd-button:hover {
		color: rgb(51, 51, 51) !important;
		background-color: white !important;
	}

	.custom-product-wrapper .custom-product-title {
		font-size: 15px;
		line-height: 18px;
	}
}

@media (max-width: 500px) {

	#product-category .home-section-six > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child  .col-12 {
		flex: 0 0 70% !important;
	}

}

/*********************************************************************** HOME --- SECTION --- SEVEN
*****************************************************************************************************/

.home-section-seven {
	position: relative;
	overflow: unset;
}
 
.home-section-seven:after {
	content: "" !important;
	height: 100%;
	background: #4a686b;
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.home-section-seven h3 {
	font-size: 35px !important;
	line-height: 45px !important;
	letter-spacing: 3.5px !important;
	color: white !important;
	font-weight: normal !important;
	margin-top: 0 !important;
}

.home-section-seven h4 {
	font-size: 25px !important;
	line-height: 35px !important;
	color: #fff !important;
	font-weight: bold !important;
}

.home-section-seven .vd-image-caption-container h4 {
	letter-spacing: 2.5px !important;
	text-align: center !important;
}

.home-section-seven .vd-image-caption-container .vd-image-caption-main-text {
	text-align: center;
	color: white;
}

.home-section-seven .vd-image-caption-container {
	padding: 25px;
}

.home-section-seven .vd-image-caption-container {
	padding: 25px;
}

.home-section-seven .vd-image-caption-container img {
	border-radius: 12px;
}

.home-section-seven .block-content.child.child-blocks.justify-content-center.align-items-center {
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin: 10px;
	scroll-snap-type: x mandatory;
}

.home-section-seven .block-content.child.child-blocks.justify-content-center.align-items-center .col-12 {
	scroll-snap-align: center;
}

@media (max-width: 991px) {

	.home-section-seven {
		padding: 50px 10px !important;
	}

	.home-section-seven h3 {
		font-size: 25px !important;
		line-height: 31px !important;
	}

	.home-section-seven .block-content.child.child-blocks.justify-content-center.align-items-center {
		justify-content: flex-start !important;
	}

	.home-section-seven .block-content.child.child-blocks.justify-content-center.align-items-center .col-12 {
		flex: 0 0 50%;
		max-width: unset !important;
		margin-bottom: 0 !important;
	}
	
	.home-section-seven .block-content.child.child-blocks.justify-content-center.align-items-center .col-12 .vd-image-caption-container {
		padding: 5px !important;
	}

	.home-section-seven .vd-image-caption-container.vd-image-caption-text-bottom > .vd-image-caption-text {
		padding: 20px 0px !important;
	}

	.home-section-seven .vd-image-caption-container h4 {
		font-size: 13px !important;
		line-height: 23px !important;

	}

	.home-section-seven .vd-image-caption-container .vd-image-caption-main-text {
		display: none !important;
	}

	.home-section-seven hr {
		margin: 0 !important;
	}

	.home-section-seven h4 {
		font-size: 19px !important;
		line-height: 30px !important;
		margin-bottom: 0 !important;
	}
}

/*********************************************************************** HOME --- SECTION --- NEWSLETTER
*****************************************************************************************************/

.home-section-newsletter {
	position: relative;
	overflow: unset;
}
 
.home-section-newsletter:after {
	content: "" !important;
	height: 100%;
	background: #eaefef;
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.home-section-newsletter .mini-title p {
	text-align: center;
	color: #111111;
	font-size: 22px !important;
	line-height: 17px !important;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 2.8px;
}

.home-section-newsletter .big-title p {
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 35px;
}

.home-section-newsletter .vd-mailchimp .form-inline {
	max-width: 700px;
	width: 100%;
	margin: auto;
	position: relative;
}

.home-section-newsletter .vd-mailchimp .form-inline .form-group.required input,
.home-section-newsletter .vd-mailchimp .form-inline .form-group.required {
	margin: 0;
	width: 100% !important;
}

.home-section-newsletter .vd-mailchimp .form-inline .form-group:not(.required) {
	position: absolute;
	margin: 0 !important;
	right: 5px;
	top: 5px;
}

.home-section-newsletter .vd-mailchimp .form-group .vd-mailchimp-submit {
	border-radius: 7px;
	font-weight: bold !important;
}

.home-section-newsletter .vd-mailchimp .form-control {
	padding: 25px 190px 25px 35px !important;
	color: #111111 !important;
}

.home-section-newsletter .vd-mailchimp .text-danger {
	text-align: center;
}

@media (max-width: 991px) {

	.home-section-newsletter .mini-title p {
		font-size: 14px !important;
    	line-height: 17px !important;
	}

	.home-section-newsletter .big-title p {
		font-size: 25px !important;
    	line-height: 41px !important;
	}

	.home-section-newsletter {
		padding: 50px 10px !important;
	}

	.home-section-newsletter .vd-mailchimp .form-inline .form-group:not(.required) {
		position: relative;
		right: unset;
		top: unset;
		margin-top: 10px !important;
	}

	.home-section-newsletter .vd-mailchimp .form-group .vd-mailchimp-submit {
		width: 100% !important;
	}

	.home-section-newsletter .vd-mailchimp .form-control {
		padding: 30px !important;
	}
}

/*********************************************************************** HOME --- SECTION --- BLOG
*****************************************************************************************************/
.home-section-blog {
	display: none;
}

.home-section-blog h3 {
	font-size: 35px !important;
	line-height: 43px !important;
	margin-bottom: 50px !important;
	text-align: center !important;
	color: #292929 !important;
	letter-spacing: 3.5px !important;
}

.home-section-blog .information-thumb.transition.thumbnail {
	border: unset;
}

.home-section-blog .information-thumb.transition.thumbnail img {
	border-radius: 12px;
}

.home-section-blog .information-thumb.transition.thumbnail .caption {
	background: #F3F4F7;
	border-radius: 0px 0px 12px 12px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	gap: 30px;
	align-items: center;
	padding: 30px 15px 0px 15px;
	margin: 0px 15px;
}

/* .home-section-blog .information-thumb.transition.thumbnail .caption .btn.btn-primary {
	background: #111111;
	border-color: #111111;
	padding: 20px 40px;
	border-radius: 12px;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1.5px;
	margin-bottom: -30px;
	transition: all 0.3s;
} */

.home-section-blog .information-thumb.transition.thumbnail .caption .btn.btn-primary {
	background: #4a686b;
	border-color: #4a686b;
	padding: 20px 40px;
	border-radius: 12px;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 1.5px;
	margin-bottom: -30px;
	transition: all 0.3s;
}

.home-section-blog .information-thumb.transition.thumbnail .caption .btn.btn-primary:hover {
	background: white;
	border-color: #4a686b;
	color: #292929 !important;
}

.home-section-blog .information-thumb.transition.thumbnail .caption h4 {
	margin: 0 !important;
	font-weight: bold;
	color: #292929 !important;
	font-size: 18px !important;
	line-height: 25px !important;
	margin-bottom: 30px !important;
	text-align: center;
	max-width: 300px;
}

.home-section-blog .information-thumb.transition.thumbnail .caption h4 a {
	color: #292929 !important;
}

.home-section-blog .row {
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin: 10px;
	scroll-snap-type: x mandatory;
	flex-wrap: nowrap !important;
	padding-bottom: 50px !important;
}

.home-section-blog .row .col-xs-12 {
	scroll-snap-align: center;
}

@media (max-width: 991px) {

	.home-section-blog h3 {
		font-size: 25px !important;
    	line-height: 31px !important;
	}

	.home-section-blog {
		padding: 50px 10px !important;
	}

	.home-section-blog .row .col-xs-12 {
		flex: 0 0 50%;
		max-width: unset !important;
		margin-bottom: 0 !important;
	}

	.home-section-blog .row {
		justify-content: flex-start !important;
	}
}

/*
* 
*
* CATEGORY PAGE */

.breadcrumb li:has(a[href$="/dora/paraliptes"]),
.breadcrumb li:has(a[href$="/dora/occasion"]),
.breadcrumb li:has(a[href$="/lampades/paraliptis"]),
.breadcrumb li:has(a[href$="/lampades/sxedio"]) {
	display: none !important;
}

.shipping-table tr:has(label[for="freeshippingteaser.freeshippingteaser"]) {
	display: none !important;
}

.row.builder {
	min-height: 50px;
}

#product-category #content {
	padding-right: 15px;
	padding-left: 15px;
}

#mfilter-content-container {
	/* margin-top: 50px; */
}

#product-category .home-section-five .block-content {
	gap: 0;
	row-gap: 18px;
}

.mfilter-box .mfilter-selected-filters-cnt {
	display: flex !important;
	margin-bottom: 20px;
}

.mfilter-selected-filters-cnt a {
	color: #111 !important;
	font-weight: bold !important;
}

#mfilter-content-container {
	margin-top: 50px;
}

#product-category .row.builder .vd-frontend .vd > .container-fluid.no-padding:first-child > div.row .col-lg-12.col-md-12:not(.block-inner) {
	display: none !important;
} 

#product-category .row.all-the-products h3 {
	margin-bottom: 70px;
	font-size: 35px !important;
	line-height: 43px !important;
	letter-spacing: 3.5px;
	color: #292929 !important;
	font-weight: 600;
}


.home-section-five .home-banner-with-text {
	padding: 0px 10px;
}

.row.description-nd-title {
	margin: unset;
	/* padding: 40px 55px; */
	background: #4A686B;
    position: relative;
}

.row.description-nd-title .col-xs-12 {
	padding: 30px 0px !important;
    position: relative;
}

.row.description-nd-title .col-xs-12 ::after {
	content: "";
	height: 100%;
	background: #4A686B;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.product-special .row.description-nd-title .col-xs-12 ::after {
	background: #ac3436;
}

.product-special .row.description-nd-title {
	background: #ac3436;
}

.row.description-nd-title h1 {
    font-size: 30px !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    color: #fff !important;
    letter-spacing: 2px;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

.row.description-nd-title .col-xs-12 .row * {
	color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
	margin-bottom: 0;
}

#product-category {
	margin-bottom: 30px;
}

#product-category #text-content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
  
#product-category #text-content.expanded {
	white-space: normal;
	overflow: visible;
}


#product-category #text-content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-height: 1.2em; /* Adjust this for single-line height */
	transition: max-height 0.5s ease; /* Smooth transition for expanding */
  }
  
#product-category #text-content.expanded {
	white-space: normal;
	max-height: 100px; /* Adjust to fit the full expanded content */
	overflow: hidden;
}
  
#read-more-btn {
	background: none;
	border: none;
	color: #007bff;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
}
  
#read-more-btn:hover {
	text-decoration: underline;
}
  
#product-category #read-more-btn svg.expanded {
	transform: rotate(180deg); /* Rotate the icon for "Show Less" */
}

#read-more-btn svg {
	width: 15px;
}

#product-category #text-content {
	text-transform: none !important;
}

#read-more-btn {
	display: flex;
	align-content: center;
	align-items: center;
	justify-items: center;
	width: 300px;
	gap: 10px;
	margin-top: 17px;
	line-height: 25px !important;
	letter-spacing: 2.55px;
}

#read-more-btn svg * {
	fill: #fff;
}


@media(max-width: 1440px) {
	.row.description-nd-title {
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
		padding: 0px 15px;
	}
}

@media (max-width: 991px) {
	#product-category .row.all-the-products h3 {
		font-size: 25px !important;
		line-height: 31px !important;
		text-align: center !important;
		margin-bottom: 30px !important;
	}
}

@media (max-width: 767px) {
    
    .pagination {
    	margin-top: 20px;
    	justify-content: center;
    	flex-wrap: wrap;
    }
    
    #mfilter-content-container .row {
    	margin: unset;
    }


    #mfilter-content-container > .row .col-sm-6.text-left {
    	text-align: center;
    }

	.mfilter-content-opts {
		left: 0;
	}

}

@media (max-width: 600px) {
	#mfilter-box-42 .box-content.mfilter-content.mfilter-hide-counter,
	#mfilter-box-50 .box-content.mfilter-content.mfilter-hide-counter {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin: 0px;
		scroll-snap-type: x mandatory;
	}

	.home-section-blog .row .col-xs-12 {
		scroll-snap-align: center;
	}

	.mfilter-content_top .mfilter-content > ul {
		flex: 0 0 auto;
		scroll-snap-align: center;
	}

	.sorts-container.d-flex {
		flex: 0 0 auto;
		justify-content: flex-start !important;
		scroll-snap-align: center;
	}
}

/*********************************************************************** CATEGORY --- BANNERS IN GRID
*****************************************************************************************************/

.product-layout.product-grid.banner-in-category {
	padding: 15px 15px 30px 15px !important;
}

.product-layout.product-grid.banner-in-category img {
	width: 100% !important;
	height: auto !important;
}

/*********************************************************************** CATEGORY --- FILTERS
*****************************************************************************************************/

.mfilter-heading {
	background: unset !important;
}

.mfilter-heading svg {
	margin-right: 5px;
	height: 14px;
	width: 14px;
}

.mfilter-heading:not(.mfilter-collapsed) .mfilter-heading-text > svg * {
	color: white !important;
	fill: white !important;
	stroke: white !important;
}

.mfilter-content {
	border: unset !important
}

.mfilter-heading-text > span {
	color: #292929 !important;
	font-size: 17px !important;
	line-height: 22px !important;
}

.mfilter-heading:not(.mfilter-collapsed) .mfilter-heading-text > span {
	color: white !important;
	font-weight: bold;
}

.mfilter-heading-content {
	padding-bottom: 0px !important;
}

.mfilter-box {
	margin-bottom: 0 !important;
}

.mfilter-opts-container {
	padding: 25px !important;
	max-width: 400px;
}

.mfilter-filter-item {
	margin-bottom: 0px !important;
}

label.mfilter-tb-as-td {
	font-size: 15px !important;
	line-height: 20px !important;
	padding-left: 17px;
}

.mfilter-tb-as-td {
	border: unset !important;
}


#column-left, #column-right {
	border: unset !important;
}

#product-category #column-left,
#product-category #column-left,
#product-manufacturer #column-left  {
	position: sticky;
	top: 0px;
	background: white;
	z-index: 10;
	padding: 30px 0px;
	margin-bottom: 0 !important;
}

#product-category .block-container .owl-carousel {
	background: #eaefef;
}

#mfilter-content-container > .row {
	margin-bottom: 30px;
}

#product-category #column-left,
#product-search #column-left,
#product-manufacturer #column-left {
	width: 100% !important;
	margin-bottom: 30px;
}

#product-category #column-left .mfilter-content > ul,
#product-search #column-left .mfilter-content > ul,
#product-manufacturer #column-left .mfilter-content > ul,
#product-category .mfilter-content_top .mfilter-content > ul,
#product-search .mfilter-content_top .mfilter-content > ul,
#product-manufacturer .mfilter-content_top .mfilter-content > ul {
	display: flex;
	gap: 20px;
	/* justify-content: space-between; */
	width: auto;
}

.mfilter-content_top .mfilter-content > ul {
    gap: 10px !important;
}

.mfilter-content_top .mfilter-heading-text > span {
	color: #292929 !important;
	font-size: 14px !important;
	line-height: 14px !important;
}

#mfilter-box-42 .box-content.mfilter-content.mfilter-hide-counter,
#mfilter-box-50 .box-content.mfilter-content.mfilter-hide-counter {
	margin-bottom: 0;
	padding-bottom: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
}

#product-category #column-left .mfilter-heading-text,
#product-search #column-left .mfilter-heading-text,
#product-manufacturer #column-left .mfilter-heading-text,
#product-category .mfilter-content_top .mfilter-heading-text,
#product-search .mfilter-content_top .mfilter-heading-text,
#product-manufacturer .mfilter-content_top .mfilter-heading-text {
	display: inline-block;
	margin-left: unset;
	width: unset !important;
}

#product-category #column-left .mfilter-heading-text > span,
#product-search #column-left .mfilter-heading-text > span,
#product-manufacturer #column-left .mfilter-heading-text > span,
#product-category .mfilter-content_top .mfilter-heading-text > span,
#product-search .mfilter-content_top .mfilter-heading-text > span,
#product-manufacturer .mfilter-content_top .mfilter-heading-text > span {
	display: inline-block;
	padding-left: 0px;
}

#product-category #column-left .mfilter-heading .mfilter-head-icon,
#product-search #column-left .mfilter-heading .mfilter-head-icon,
#product-manufacturer #column-left .mfilter-heading .mfilter-head-icon,
#product-category .mfilter-content_top .mfilter-heading .mfilter-head-icon,
#product-search .mfilter-content_top .mfilter-heading .mfilter-head-icon,
#product-manufacturer .mfilter-content_top .mfilter-heading .mfilter-head-icon {
	display: none;
}

#product-category #column-left .mfilter-heading-content,
#product-search #column-left .mfilter-heading-content,
#product-manufacturer #column-left .mfilter-heading-content,
#product-category .mfilter-content_top .mfilter-heading-content,
#product-search .mfilter-content_top .mfilter-heading-content,
#product-manufacturer .mfilter-content_top .mfilter-heading-content  {
	border: 1px solid #4A686B;
	padding: 10px 20px !important;
	border-radius: 22px;
	text-align: center;
	padding: 10px 20px !important;
	color: #292929 !important;
	background: white;
	font-size: 17px !important;
	line-height: 22px !important;
	border-radius: 50px !important;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
	width: auto !important;
	min-width: auto !important;
}

.mfilter-heading:not(.mfilter-collapsed) .mfilter-heading-content {
	background: #4A686B !important;
}

.mfilter-content-opts {
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 15px 0px, rgba(0, 0, 0, 0.05) 0px 2px 2px 0px, rgba(0, 0, 0, 0.02) 0px -2px 2px 0px;
	background-color: white;
	z-index: 999;
	min-width: 280px;
	border-radius: 3px;
	margin-top: 10px;
}

.mfilter-opts-container {
	border: unset !important;
}

#input-sort, #input-limit, #input-siblings {
	/* border: 1px solid rgb(0, 0, 0); */
	/* color: rgb(0, 0, 0); */
	background-color: rgb(255, 255, 255);
	/* border-radius: 4px; */
	font-family: CenturyGothic !important;
	border: 1px solid #4A686B;
	padding: 10px 20px !important;
	border-radius: 22px;
	height: unset;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: rgb(155, 155, 155);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	max-width: 140px;
	padding: 10px 20px !important;
	color: #292929 !important;
	background: white;
	font-size: 14px !important;
	line-height: 22px !important;
	border-radius: 50px !important;
}

.sorts-container.d-flex {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.sorts-container.d-flex {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	padding-right: 0px !important;
  	padding-left: 0px !important;
}

.sorts-container.d-flex  .form-group.input-group.input-group-sm {
	margin: unset !important;
	display: block;
	height: auto;

}

#input-sort:focus, #input-limit:focus {
	border-color: #000 !important;
	box-shadow: unset;
	color: #000 !important;
	font-weight: bold;
}

#input-sort *, #input-limit * {
	font-family: CenturyGothic !important;
}

.input-group-addon {
	border: unset;
	font-weight: bold;
	color: #000 !important;
}

.mfilter-free-container {
	top: 0 !important;
	height: 100%;
	padding: 40px 0px !important;
	transition: all 0.5s;
	width: 300px !important;
	margin-left: -300px !important;
}

.mfilter-widget-position-right .mfilter-free-button {
	top: 15vh;
}

.mfilter-free-button {
	border: 10px solid #4a686b !important;
	background: #4a686b url('/catalog/view/theme/default/stylesheet/mf/images/icons.png?v8') no-repeat -69px 0 !important;
}

.mfilter-free-container.mfilter-free-container-opened .mfilter-free-button {
	background: #4a686b url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='20px' width='20px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460.775 460.775' xml:space='preserve'%3E%3Cpath d='M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z'/%3E%3C/svg%3E") no-repeat 0px 0 !important;
	background-position: center center !important;
}

#mfilter-box-42,
#mfilter-box-50 {
	position: sticky; 
	top: 115px;
	background: white;
	z-index: 10;
	padding-top: 25px;
}

#mfilter-box-42 .box-content.mfilter-content.mfilter-hide-counter,
#mfilter-box-50 .box-content.mfilter-content.mfilter-hide-counter {
	margin-bottom: 0;
	padding-bottom: 25px;
}

.mfilter-tb {
	background: unset !important;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading,
.mfilter-content_top .mfilter-content > ul > li {
	border: unset !important;
}


.side-filters-on .mfilter-free-container.mfilter-widget-position-right {
	margin-right: 0 !important;
}

.mfilter-free-container.mfilter-widget-position-right {
	margin-right: -300px !important;
}


.mfilter-free-container .box-content.mfilter-content.mfilter-hide-counter ul {
	width: 100%;
	padding: 15px;
}

.mfilter-free-container .mfilter-content-opts {
	position: relative;
	box-shadow: unset;
}

.mfilter-free-container .mfilter-content-opts .mfilter-opts-container {
	padding: 0px 0px 25px !important;
}

.mfilter-free-container .mfilter-heading-content {
	padding: 7px 8px !important;
}

.mfilter-heading:not(.mfilter-collapsed) .mfilter-head-icon {
	filter: brightness(0) invert(1);
}

.mfilter-free-button {
	display: none !important;
}

.side-filters-on .mfilter-free-button {
	display: block !important;
	background: #4a686b url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='20px' width='20px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460.775 460.775' xml:space='preserve'%3E%3Cpath d='M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z'/%3E%3C/svg%3E") no-repeat 0px 0 !important;
	background-position: center center !important;
}
	
@media (max-width: 767px) {
	#mfilter-box-42,
	#mfilter-box-50 {
		top: 90px !important;
		padding-top: 10px;
	}

	#input-sort, #input-limit, #input-siblings {
		/* line-height: 14px !important; */
	}
}

/*********************************************************************** CATEGORY --- ΔΩΡΑ
*****************************************************************************************************/

.home-section-five .buttons-section-title p {
	margin: unset;
	font-size: 35px;
	line-height: 43px;
	font-weight: normal;
	color: #292929;
	padding: 0 10px;
	font-weight: 600;
}

.custom-product-title raw div {
	color: white;
	letter-spacing: 1.8px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.custom-product-title raw div {
	color: #FFFFFF;
	letter-spacing: 1.8px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.custom-product-wrapper .custom-product-title {
	color: #FFFFFF;
	letter-spacing: 1.8px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	margin-left: 10px !important;
  	margin-right: 10px !important;
}

.custom-product-description raw div {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 19px; 
}

.custom-product-wrapper .vd-button {
	font-size: 15px !important;
	line-height: 18px !important;
}

@media (max-width: 767px) {

	.custom-product-wrapper .custom-product-title {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

/*
*
*
* BLOG PAGE */

.list-group.blog-categories {
	margin-top: 30px;
	padding-right: 15px;
}

.list-group.blog-categories .list-group-item {
	width: auto;
	display: inline-block;
	border-radius: 100px;
	padding: 10px 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-categories-title {
	font-weight: bold;
}

/*
*
*
* PRODUCT PAGE */

#product-product > .row > #content > .row {
	margin: unset;
}

#product-product .col-sm-6.right-side {
	padding: 0px 80px 0px 60px;
}

#product-product .col-sm-6.right-side {
	position: sticky;
	top: 50px;
}

#product {
	/* max-width: 450px; */
}

/*********************************************************************** PRODUCT --- SECTION --- IMAGES
*****************************************************************************************************/

.thumbnails {
	margin: unset !important;
}

#product-product .thumbnails {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#product-product .thumbnails.images-count-1,
#product-product .thumbnails.images-count-2,
#product-product .thumbnails.images-count-3 {
	grid-template-columns: 1fr !important;
}

.thumbnails > li.image-additional {
	margin: unset;
	float: unset;
	max-width: unset;
	height: auto;
	margin-bottom: 0px;
}

.thumbnails > li:not(.image-additional) {
	/* width: calc(100% - 170px); */
	margin-left: 0px;
	/* float: right; */
}

.thumbnail {
	border-color: #D6D6D6;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 0 !important;
}


.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
	z-index: 1056;
}

.mfp-bg.mfp-ready {
	z-index: 1055;
}

/*********************************************************************** PRODUCT --- SECTION --- RIGHT
*****************************************************************************************************/

.stock-and-look {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	justify-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.stock-and-look span {
	background: #FFEEEE;
	border-radius: 5px;
	padding: 5px 9px;
	color: #983F51;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.stock-and-look span {
	background: #FFEEEE;
	border-radius: 5px;
	padding: 5px 9px;
	color: #983F51;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.stock-and-look a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	gap: 12px;
	background: #EAEFEF;
	padding: 10px;
	border-radius: 9px;
	color: #4A686B;
	font-size: 13px;
	line-height: 16px;
}

li.stock-and-look {
	margin: unset;
	background: unset !important;
	padding: 0 !important;
}

li.stock-and-look span {
	height: 30px !important;
	position: relative;
	display: block;
}

#product-product .breadcrumb {
	margin: 0 0 10px 0;
	padding: 4px 0;
}


.product-title {
	font-size: 30px !important;
	font-weight: bold !important;
	line-height: 40px !important;
	color: #111 !important;
}

.product-code {
	margin-top: 0;
	font-size: 12px;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-bottom: 15px;
}

.col-sm-6.right-side > .list-unstyled.product-price {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	align-content: center;
	gap: 10px;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin: 30px 0px 30px;
	position: relative;
}

.col-sm-6.right-side > .list-unstyled.product-price li p {
	font-size: 27px !important;
	font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.list-inline.product-labels {
	margin-bottom: 30px;
	margin-left: unset;
}

.list-inline.product-labels li {
	background: #4A686B;
	border-radius: 5px;
	color: #fff;
	padding: 5px 9px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

li.best-seller-product{
	background: #EAEFEF !important;
	color: #4A686B !important;
}

#product .form-group {
	display: flex;
	align-content: center;
	align-items: center;
	justify-items: center;
	gap: 10px;
	margin-bottom: 35px;
}

#product .form-group.options {
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
}

#product > .option_parent_id_27, #product > .option_parent_id_18 {
	display: none !important;
}

#product .form-group.options .control-label {
	font-size: 15px;
	line-height: 18px;
	color: #292929;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#product .form-group.options > div,
#productModalCustom .form-group.options > div {
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	align-content: center;
	/* align-items: center; */
	justify-items: center;
	gap: 10px;
	overflow-x: auto;
	max-width: 100%;
	padding-bottom: 20px;
	padding: 5px 5px 20px;
}

#product .form-group.options > div .radio,
#productModalCustom .form-group.options > div .radio {
	margin: 0;
    position: relative;
	max-width: 75px;
	min-width: 75px;
}

#product .form-group.options > div .radio input[type="radio"],
#productModalCustom .form-group.options > div .radio input[type="radio"] {
	visibility: hidden;
}

#product .form-group.options > div .radio label,
#productModalCustom .form-group.options > div .radio label {
	padding: 0;
    position: relative;
}

#product .form-group.options > div .radio label .img-thumbnail,
#productModalCustom .form-group.options > div .radio label .img-thumbnail {
	padding: 0;
	border-color: #E2E2E2;
	border-radius: 5px;
    width: 75px;
    height: auto;
}

#product .form-group.options > div .radio label.checked-option .img-thumbnail,
#productModalCustom .form-group.options > div .radio label.checked-option .img-thumbnail {
	border-color: #000000;
}

#product .form-group.options > div .radio label.checked-option::after,
#productModalCustom .form-group.options > div .radio label.checked-option::after {
	content: "X";
	width: 14px;
	height: 14px;
	background-color: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 53px;
	right: 6px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	border-radius: 2px;
	font-size: 10px;
    font-weight: bold;
}

.option-name .cont {
	margin-left: 5px;
	padding: 5px 10px;
	background: #f1f1f1;
	border-radius: 12px;
	font-weight: normal !important;
	line-height: 26px;
}

#product .radio label,
#productModalCustom .radio label {
	padding-left: 0 !important;
}

#product .radio label .cont,
#productModalCustom .radio label .cont {
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px 20px;
	margin-left: 15px;
	display: inline-block;
}


#product .form-group .quantity-control,
#productModalCustom .form-group .quantity-control {
	display: flex;
	flex-direction: column;
	border: 1px solid #D6D6D6;
	border-radius: 12px;
	padding: 7px 14px;
	min-width: 120px;
	position: relative;
}

#product .form-group .quantity-control #input-quantity {
	border: unset;
	box-shadow: unset;
	color: #111;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	height: auto;
	margin-top: 5px;
}

#product .form-group .quantity-control button {
	background: unset;
	border: unset;
	color: #707070;
	font-size: 19px;
	font-weight: normal;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 17px;
	width: 30px;
}

#product .form-group .quantity-control button:nth-of-type(1) {
	left: 5px;
}

#product .form-group .quantity-control button:nth-of-type(2) {
	right: 5px;
}

#product .form-group .quantity-control .control-label {
	color: #D6D6D6;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
}

#product .quantity-control {
	display: inline-flex;
	align-items: center;
}

#product .quantity-control button {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 5px;
}

#product .quantity-control input {
	width: 50px;
	text-align: center;
}

#product #button-cart {
	background: #4A686B;
	border-color: #4A686B;
	box-shadow: unset;
	border-radius: 12px;
	padding: 17px 27px;
	display: flex;
	gap: 10px;
	text-shadow: unset !important;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#product-product #get-a-gift {
	width: 100%;
	margin-top: -20px;
	background: #ecc0ce;
	border-color: #ecc0ce;
	box-shadow: unset;
	border-radius: 12px;
	padding: 16px 26px;
	display: flex;
	gap: 10px;
	text-shadow: unset !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #111;
	font-size: 18px;
	font-weight: bold;
}

#product #button-cart > b:first-child,
#product #button-cart > span {
	display: none;
}

#product .modal-body #button-cart > b:first-child {
    display: block !important;
}

#product #button-cart > b {
	margin: auto !important;
}

#product #button-cart span {
	color: #C9C9C9;
	font-size: 15px;
}

#product #button-cart b {
	color: #FFFFFF;
	font-size: 18px;
}

#product .list-inline.additional-data {
	margin-bottom: 40px;
	justify-content: space-between;
	gap: 10px;
}

#product .list-inline.additional-data svg {
	margin-right: 6px;
}

#product .list-inline.additional-data li {
	font-size: 13px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 4px;
}

.list-unstyled.usps {
	margin: 40px 0px;
}

.list-unstyled.usps li {
	font-size: 18px;
	line-height: 22px;
	display: flex;
	gap: 25px;
	align-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.list-unstyled.usps li svg {
	width: 20px;
	height: auto;
}

.discount-info {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.discount-info .discount-message {
	background: #FFEEEE;
	border-radius: 5px;
	display: flex;
	width: 100%;
	padding: 15px;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #983F51;
}

.freeGiftsMessageWrapper {
	background: #FFEEEE !important;
	border-radius: 5px;
	display: flex;
	width: 100%;
	padding: 15px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 16px;
	color: #983F51 !important;
	border: unset !important;
	flex-direction: column;
}
 
.freeGiftsMessageWrapper a {
	color: #983F51 !important;
	font-weight: bold;
	text-decoration: underline;
}

#accordion-gifts {
	margin-top: 20px;
}

#accordion-gifts .panel-heading {
	text-align: center;
	background: #EAEFEF;
	border-radius: 5px;
	padding: 0px;
	border-color: #EAEFEF;
}

#accordion-gifts .panel-heading a {
	padding: 15px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	position: relative;
}

#accordion-gifts .panel-group .panel {
	border-color: #EAEFEF;
	box-shadow: unset;
}


#accordion-gifts .panel-title a {
	text-align: center;
	position: relative;
}

#accordion-gifts .panel-title a .indicator,
#accordion-gifts-under .panel-title a .indicator,
#accordion-description .panel-title a .indicator {
	margin-left: auto;
	position: absolute;
	right: 20px;
	font-size: 20px;
}

#accordion-gifts .panel-title a .indicator:after,
#accordion-gifts-under .panel-title a .indicator:after,
#accordion-description .panel-title a .indicator:after {
	transition: transform 0.3s ease-in-out;
	content: "+";
}

#accordion-gifts .panel-title a:not(.collapsed) .indicator:after,
#accordion-gifts-under .panel-title a:not(.collapsed) .indicator:after,
#accordion-description .panel-title a:not(.collapsed) .indicator:after {
	content: "-";
}

#accordion-description .description {
	max-height: 400px;
	overflow-y: scroll;
}

#accordion-cards.btn.btn-primary,
#accordion-wraps.btn.btn-primary,
#accordion-custom.btn.btn-primary {
	text-align: center;
	background: #EAEFEF;
	border-radius: 5px;
	padding: 0px;
	border-color: #EAEFEF;
	display: block;
	width: 100%;
	text-shadow: unset !important;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	position: relative;
	margin-bottom: 15px;
	transition: all 0.3s;
}

#accordion-cards.btn.btn-primary:hover, 
#accordion-wraps.btn.btn-primary:hover,
#accordion-custom.btn.btn-primary:hover {
	background: #4A686B;
	color: white;
}

#accordion-custom {
	background: #4A686B !important;
	color: white !important;
}

#accordion-cards.btn.btn-primary .indicator,
#accordion-wraps.btn.btn-primary .indicator,
#accordion-custom.btn.btn-primary .indicator {
	margin-left: auto;
	position: absolute;
	right: 20px;
	font-size: 20px;
}

#accordion-cards.btn.btn-primary .indicator:after,
#accordion-wraps.btn.btn-primary .indicator:after,
#accordion-custom.btn.btn-primary .indicator:after {
	transition: transform 0.3s ease-in-out;
	content: "+";
}


 #accordion-custom {
  animation: bouncetwo 1.5s infinite;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

#accordion-custom:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@keyframes bouncetwo {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
} 
    

#productModalGifts .modal-dialog,
#productModalWraps .modal-dialog,
#productModalCustom .modal-dialog {
	width: 100%;
	max-width: 1200px;
}

#productModalGifts .modal-dialog .modal-content,
#productModalWraps .modal-dialog .modal-content{
	padding: 50px 75px;
	top: 10vh;
}

#productModalCustom .modal-dialog .modal-content {
	padding: 50px 50px;
	top: 5vh;
}

#productModalGifts .modal-dialog .modal-content .modal-body,
#productModalWraps .modal-dialog .modal-content .modal-body {
	max-height: 65vh;
	overflow: auto;
	padding-right: 30px;
	padding-left: 30px;
}

#productModalCustom .modal-dialog .modal-content .modal-body {
	max-height: 80vh;
	overflow: auto;
}




#step1 > .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#step1 > .row:before,
#step1 > .row:after {
	display: none !important;
}

.modal-dialog .modal-content {
	color: #f0f0f0;
	border-radius: 8px;
	border: none;
	padding: 10px;
}

.modal-dialog .modal-header {
	padding: 15px;
	border: unset !important;
}

.modal-dialog .modal-title {
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 27px !important;
	color: #000000 !important;
	text-transform: uppercase;
}

.modal-dialog .close {
	color: #111;
	opacity: 0.8;
}

.modal-dialog .close:hover,
.modal-dialog .close:focus {
	opacity: 1;
	color: #111;
}

.modal-dialog .product-item {
	cursor: pointer;
	margin-bottom: 0px;
	padding: 5px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.modal-dialog .product-item img {
	border-radius: 10px;
	margin-bottom: 15px;
	border: unset;
	padding: 0;
}

.modal-dialog .product-item p {
	text-align: left;
	margin-bottom: unset;
	/* min-height: 40px; */
	color: #292929;
	font-size: 13px !important;
	line-height: 15px !important;
	font-weight: bold !important;
	margin-bottom: 10px;
	max-height: 15px !important;
}

.modal-dialog .vd-product-thumb h4 a, 
.modal-dialog .vd-product-thumb h4 {
	font-size: 13px !important;
	line-height: 18px !important;
	max-height: 36px !important;
	height: 36px;
}

.modal-dialog .product-item .caption p:not(.price) {
	display: none;
}

.modal-body .caption {
	padding: 0px !important;
}

.modal-dialog .product-item:hover {
	transform: translateY(-5px);
}

.modal-dialog #step2 h5 {
	color: #111;
}

.modal-dialog #step2 input {
	color: #111;
	border: none;
	border-radius: 4px;
}

.modal-dialog #addToCartBtn {
	background: #4A686B;
	border-color: #4A686B;
	box-shadow: unset;
	border-radius: 12px;
	padding: 10px 27px;
	display: flex;
	gap: 10px;
	text-shadow: unset !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	background-image: unset !important;
	text-shadow: unset !important;
}

.modal-dialog #backToStep1Btn {
	background-color: #4A686B;
	color: #fff;
	border: none;
	border-radius: 12px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	background-image: unset !important;
	text-shadow: unset !important;
	margin: unset !important;
	padding: 10px 30px;
	width: 120px;
}

.modal-dialog #addToCartBtn:hover {
	background-color: #6B8B8E;
	transform: translateY(-2px);
}

.modal-dialog #backToStep1Btn:hover {
	background-color: #6B8B8E;
	transform: translateY(-2px);
}

/* Modal Footer Buttons */
.modal-dialog .modal-footer .btn-default {
	background-color: #444;
	color: #f0f0f0;
	border: none;
	border-radius: 4px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	background-image: unset !important;
	text-shadow: unset !important;
	background: #444;
	border-color: #444;
	box-shadow: unset;
	border-radius: 12px;
	padding: 10px 30px;
	display: flex;
	gap: 10px;
	text-shadow: unset !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-transform: uppercase;
	margin-left: auto !important;
	width: 120px;
}

.modal-content > .modal-footer.row .btn.btn-default {
	width: auto;
}

.modal-dialog .modal-footer .btn-default:hover {
	background-color: #000;
	transform: translateY(-2px);
}

.modal-dialog .modal-footer {
	display: flex;
}

.modal-dialog textarea {
	resize: none;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 25px;
	margin-bottom: 20px;
	height: 180px;
	color: #111;
  	padding: 15px;
}

#selectedProductImage {
	padding: 0 30px 0 0;
	border: unset !important;
	border-radius: 10px;
}

#step2 h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

#step2 .col-sm-6 > div label {
	color: #000000;
	font-weight: bold;
	margin-top: unset;
	margin-left: 0px;
	font-size: 14px;
	line-height: 17px;
	background: #EAEFEF;
	padding: 30px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 60px;
}

#step2 .col-sm-6 > div input {
	margin-top: unset;
	position: absolute;
	top: 33px;
	left: 30px;
}

#step2 .col-sm-6 > div  {
	position: relative;
}

#selectedProductOptions .option-no-image {
	padding-left: 50px;
}

.checkout-cart #productModalWraps .option-no-image {
    padding-left: 0;
}

#step1 .option-radio-cont {
	display: none;
}

.product-extras-title {
	font-size: 15px !important;
	line-height: 18px !important;
	color: #292929 !important;
	letter-spacing: 1.5px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.list-unstyled.product-extras li {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 20px;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
}

.list-unstyled.product-extras ul {
    padding-left: 0;
    list-style: none;
}

.list-unstyled.product-extras li::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_8186' data-name='Group 8186' transform='translate(-16 -1729)'%3E%3Ccircle id='Ellipse_168' data-name='Ellipse 168' cx='10' cy='10' r='10' transform='translate(16 1729)' fill='%234a686b'/%3E%3Cpath id='Path_32622' data-name='Path 32622' d='M15068.152,1027.4l2.624,2.624,4.5-4.5' transform='translate(-15045.713 711.221)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.list-unstyled.product-extras {
	margin-bottom: 30px;
}

.row.related-products-container {
	margin-top: 100px !important;
	margin-bottom: 50px !important;
}

.row.related-products-container h3,
.row.tags-row h3 {
	font-size: 35px !important;
	line-height: 43px !important;
	font-weight: bold !important;
	color: #292929 !important;
	margin-bottom: 50px !important;
	margin-top: 0 !important;
}

.row.tags-row h3 {
	margin-bottom: 20px !important;
}

.row.tags-row ul li a {
	color: #4A686B !important;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	padding: 5px 10px;
	background: #EAEFEF;
	border-radius: 5px;
	text-transform: uppercase;
}

.row.tags-row ul.list-inline {
	gap: 20px;
}

.row.tags-row {
	margin-bottom: 100px !important;
}

.modal-open .gift-section, .modal-open .row.related-products-container {
	z-index: -2;
	position: relative;
}

.gift-section {
	max-width: 900px;
	margin-left: 200px;
	margin-top: 100px;
}

.gift-section .panel-heading {
	background: unset;
	border-bottom: 1px solid black !important;
	color: #292929 !important;
	padding: 17px 0px;
}

.gift-section .panel.panel-default {
	border: unset !important;
	box-shadow: unset !important;
}

.gift-section .list-unstyled.usps li {
	font-size: 16px;
	align-items: flex-start !important;
}

.gift-section .panel-body {
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
	flex-wrap: wrap;
	gap: 35px;
	flex: 0 0 calc(50% - 35px);
}

.gift-section .panel-body .column {
	width: 100%;
}

.gift-section .panel-body .column p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 30px;
}

.gift-section .panel-heading .panel-title {
	font-size: 17px;
}

.gift-section .panel-heading .panel-title svg {
	margin-right: 15px;
}

.gift-section .panel-body {
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
	flex-wrap: wrap;
	column-gap: 35px !important;
	row-gap: 0px !important;
}

.gift-section .panel-heading .panel-title a {
	display: flex;
	position: relative;
}

.gift-section .panel-body .column {
	width: 100%;
	flex: 0 0 calc(50% - 35px);
}

.gift-section .panel-body .column svg {
	min-width: 30px !important;
}

.gift-section .see-all-gifts {
	border: 1px solid #4A686B;
	padding: 18px 50px;
	border-radius: 12px;
	color: #4A686B;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	width: 204px;
	display: block;
}

.gift-section .panel-body:before,
.gift-section .panel-body:after {
	display: none !important;
}

#accordion-gifts-under {
	margin-bottom: 5px;
}

html body .gift-section * {
	text-transform: none !important;
}

#accordion-description .panel-body *,
#accordion-description .panel-body {
	font-size: 15px;
	line-height: 25px;
}

#collapse2-ideas .panel-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#collapse2-ideas .panel-body:before,
#collapse2-ideas .panel-body:after {
	display: none !important;
}

#collapse2-ideas .panel-body .products-look {
	padding: 15px 10px;
	border: 1px solid #000000;
	border-radius: 5px;
}

#collapse2-ideas .panel-body .products-look .product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

#collapse2-ideas .panel-body .products-look .product img {
	width: 100%;
	height: auto;
}

#collapse2-ideas .panel-body .title {
	font-weight: bold;
	margin-bottom: 14px;
}

#collapse2-ideas .panel-body .products-look .product .p-title {
	color: #000;
	text-align: center;
	margin-top: 14px;
	font-size: 14px !important;
	line-height: 17px !important;
}

#collapse2-ideas .panel-body .products-look .product .p-price {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}

#collapse1-description .panel-body {
	display: block !important;
}

.modal {
	margin: 0 !important;
	background-color: rgba(0,0,0,0.5);
}

.modal-open #product-product {
	z-index: 9999;
	position: relative;
}

.modal-backdrop.fade.in {
	display: none !important;
}

#productModalCustom .form-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 25px;
}

#productModalCustom .form-group .control-label {
	font-weight: bold !important;
	color: #111111 !important;
	font-size: 13px !important;
	line-height: 16px !important;
	margin-bottom: 0;
	/* text-transform: unset !important; */
	letter-spacing: unset !important;
	width: 100%;
}

#productModalCustom .form-group .control-label .option-text-price {
	float: right;
	display: inline-block;
}

#productModalCustom .form-group .control-label .option-text-price::before {
	content: "+";
}

#productModalCustom .form-group.options > div .radio {
	max-width: 92px !important;
}

#productModalCustom .form-group.options > div .radio label .img-thumbnail {
	width: 92px !important;
	height: 92px !important;
}

#productModalCustom .form-group.options > div .radio .option-price {
	display: block;
	color: #111 !important;
	margin-top: 5px;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold !important;
	color: #111111 !important;
	font-size: 13px !important;
	line-height: 16px !important;
}

#product .form-group input[type="text"] {
	border-color: #DDDDDD !important;
	border-radius: 5px !important;
	height: 50px;
}

.popup-custom-image {
	padding: 10px;
	border: 1px solid #ddd;
	width: 100%;
	height: auto;
}

#productModalCustom {
	margin-bottom: 20px;
}

.col-sm-6.custom-product-price b {
	background: #EAEFEF;
	border-radius: 12px;
	margin: auto;
	width: 140px;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #111;
	text-align: center;
	padding: 19px 22px;
}

.modal-footer {
	border: unset !important;
	margin-top: 0px;
}

#productModalCustom  .form-group.options > div .radio label.checked-option::after {
	top: 70px !important;
}

#productModalCustom #resetButton {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	max-width: 350px;
	border: 1px solid #EAEFEF;
	border-radius: 12px;
	padding: 20px;
	align-items: center;
	gap: 10px;
}

#productModalCustom #resetButton span {
	font-size: 13px;
	line-height: 16px;
	color: #4A686B;
	font-weight: bold;
}

#productModalCustom #resetButton svg * {
	fill: #4A686B;
}

#productModalCustom .option-no-image {
	width: 92px !important;
	height: 92px !important;
	display: flex;
	padding: 0;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	border: 1px solid #E2E2E2;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

#productModalCustom .checked-option .option-no-image {
	border-color: #000000;
}

.modal-dialog .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
}


#product[data-iscustom="1"] {
	display: flex;
	flex-direction: column;
}

#product[data-iscustom="1"] #accordion-gifts {
	/* order: -1;
	margin-bottom: 50px;
	margin-top:50px; */
}

#product[data-iscustom="1"] .list-unstyled.usps {
	margin-bottom: 0;
}

#product[data-iscustom="1"] > .form-group > #button-cart {
	width: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
}

#product[data-iscustom="1"] #button-cart b {
	display: none !important;
}

#product[data-iscustom="1"] #accordion-custom {
	margin: unset !important;
	border-radius: 12px;
	padding: 17px 27px;
	box-shadow: unset !important;
	border-color: #a91314 !important;
	background: #a91314 !important;
	font-size: 18px;
	font-weight: bold;
}

#product[data-iscustom="1"] #accordion-custom .indicator {
	display: none !important;
}


#productModalCustom input[type="radio"] {
	display: none;
}




.cart-sidebar {
    position: fixed;
    top: 0;
    right: -390px; /* Hidden off-screen initially */
    width: 390px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    transition: right 0.4s ease-in-out;
}

.cart-sidebar.active {
    right: 0; /* Slides in from the right */
}

.cart-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #F7F7F7;
	margin-bottom: 30px;
}

.cart-sidebar-header h4 {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.close-cart {
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
}

.cart-sidebar-content {
    padding: 0px 30px;
    text-align: center;
	margin-bottom: 20px;
}

.cart-sidebar .btn {
    margin-top: 20px;
    display: block;
}

.tiers-list {
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

/*.tiers-list span {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	background: white;*/
/*	padding: 10px 15px;*/
/*	border-radius: 10px;*/
/*	gap: 8px;*/
/*	border: 1px solid #FFEEEE;*/
/*	font-size: 15px;*/
/*	text-align: center;*/
/*	font-weight: bold;*/
/*}*/

.tiers-list span {
	display: flex;
	flex-direction: column;
	background: white;
	padding: 10px 15px;
	border-radius: 10px;
	gap: 8px;
	border: 1px solid #FFEEEE;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	width: calc((100% / 3) - 4px);
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.tiers-list span:last-child {
	min-width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.tiers-list svg {
	width: 30px;
}

.tiers-list.counte-1 span:nth-child(1),
.tiers-list.counte-2 span:nth-child(1),
.tiers-list.counte-2 span:nth-child(2),
.tiers-list.counte-3 span:nth-child(1),
.tiers-list.counte-3 span:nth-child(2),
.tiers-list.counte-3 span:nth-child(3),
.tiers-list.counte-4 span:nth-child(1),
.tiers-list.counte-4 span:nth-child(2),
.tiers-list.counte-4 span:nth-child(3),
.tiers-list.counte-4 span:nth-child(4),
.tiers-list.counte-5 span {
	background: #FFEEEE !important;
} 

.tiers-list.counte-1 span:nth-child(1) svg.tobe,
.tiers-list.counte-2 span:nth-child(1) svg.tobe,
.tiers-list.counte-2 span:nth-child(2) svg.tobe,
.tiers-list.counte-3 span:nth-child(1) svg.tobe,
.tiers-list.counte-3 span:nth-child(2) svg.tobe,
.tiers-list.counte-3 span:nth-child(3) svg.tobe,
.tiers-list.counte-4 span:nth-child(1) svg.tobe,
.tiers-list.counte-4 span:nth-child(2) svg.tobe,
.tiers-list.counte-4 span:nth-child(3) svg.tobe,
.tiers-list.counte-4 span:nth-child(4) svg.tobe,
.tiers-list.counte-5 span svg.tobe {
	display: none !important;
}

.tiers-list.counte-1 span:nth-child(1) svg.success,
.tiers-list.counte-2 span:nth-child(1) svg.success,
.tiers-list.counte-2 span:nth-child(2) svg.success,
.tiers-list.counte-3 span:nth-child(1) svg.success,
.tiers-list.counte-3 span:nth-child(2) svg.success,
.tiers-list.counte-3 span:nth-child(3) svg.success,
.tiers-list.counte-4 span:nth-child(1) svg.success,
.tiers-list.counte-4 span:nth-child(2) svg.success,
.tiers-list.counte-4 span:nth-child(3) svg.success,
.tiers-list.counte-4 span:nth-child(4) svg.success,
.tiers-list.counte-5 span svg.success {
	display: block !important;
}

.tiers-list span svg.success {
	display: none;
}

#checkout-cart .col-sm-3 .row > div.alert-success {
	display: flex;
	position: relative;
	height: auto;
}

#checkout-cart .progress-and-tilte-black {
	margin-bottom: 0 !important;
}

.progress-and-tilte-black,
.col-sm-12.black {
	display: none !important;
}


@media (max-width: 1380px) {
	#checkout-cart .tiers-list span {
		padding: 10px 5px !important;
	}
}

@media (max-width: 768px) {
	#checkout-cart .tiers-list span {
		padding: 6px 9px !important;
	}	
}

@media (max-width: 370px) {
	.tiers-list span {
		padding: 6px 9px !important;
	}
}
 
.progress-and-tilte-black {
	/* display: none !important; */
}


.progress-container,
.progress-container-black {
	position: relative;
}

.progress-bar,
.progress-container-black .progress-bar{
	background: #4A686B;
}

#progress-freeshipping {
	max-width: 70%;
	margin: auto;
	height: 15px;
	border-radius: 13px;
	box-shadow: unset !important;
	background: #EAEFEF;
}

.progress-container .starting,
.progress-container-black .starting {
	position: absolute;
	left: 3%;
	top: -2px;
}

.progress-container .ending,
.progress-container-black .ending {
	position: absolute;
	right: 3%;
	top: -2px;
}

.icon-title-cart svg {
	margin-bottom: 20px;
}

.icon-title-cart p {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #4A686B;
	margin-bottom: 30px;
}

.progress-and-tilte .title-cart,
.progress-and-tilte-black .title-black {
	font-size: 15px;
	line-height: 22px;
	color: #000000; 
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.progress-and-tilte-black .sub-title-black {
	font-size: 15px;
	line-height: 22px;
	color: #000000; 
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

#checkout-cart .col-sm-3 .row > div.alert-warning, #slide-in-cart .progress-and-tilte {
	display: none;
}

/* #checkout-cart .col-sm-3 .row > div.alert-warning, #slide-in-cart .progress-and-tilte {
	display: none;
} */

#checkout-cart .row.checkout-breadcrumbs {
	display: none;
}

.progress-container .starting, .progress-container .ending, .progress-container-black .starting, .progress-container-black .ending {
	color: #4A686B;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	width: 30px;
	text-align: center;
}

.progress-and-tilte, .progress-and-tilte-black {
	margin-bottom: 35px;
}


.progress-and-tilte-black {
	/* display: none !important; */
}


.cart-sidebar-content .cart-checkout .btn {
	padding: 20px 0px;
	text-align: center;
	text-shadow: unset;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 12px;
	transition: all 0.3s;
	box-shadow: unset !important;
}

.cart-sidebar-content .cart-checkout .btn.btn-success.btn-close-cart  {
	color: #4A686B;
	border-color: #4A686B;
	background: white;
}

.cart-sidebar-content .cart-checkout .btn.btn-success.btn-close-cart:hover {
	color: white;
	background: #4A686B;
	border-color: #4A686B;
}

.cart-sidebar-content .cart-checkout .btn.btn-primary{
	background: #4A686B;
	border-color: #4A686B;
}

.cart-sidebar-content .cart-checkout .btn.btn-primary:hover {
	color: #4A686B;
	border-color: #4A686B;
	background: white;
}


.swiper-slide .caption {
	padding: 10px 0px !important;
}

.swiper-slide.vd-product-thumb h4 a, .swiper-slide.vd-product-thumb h4 {
	margin-top: 0;
	font-size: 15px !important;
	line-height: 19px !important;
	font-weight: 300 !important;
	max-height: unset !important;
}

.personalized {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background: #4A686B;
	color: white;
	font-weight: bold;
}

.col-xs-12.product-layout.swiper-wrapper {
	padding: 0 !important;
}

.carousel.swiper-viewport {
	box-shadow: unset !important;
	background: #EAEFEF;
	border-color: #EAEFEF;
}

.related-products-container-cart {
	margin-top: auto;
	display: block;
	position: relative;
	padding: 15px;
	margin-left: -20px;
	margin-right: -20px;
	border-top: 1px solid rgb(228, 228, 231);
	margin-top: auto;
	margin-top: auto !important;
}

.related-products-container-cart h3 {
	color: #000000;
	text-align: left !important;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.content_products {
	margin-top: auto;
}

.content_products .product-container.vd-product-style-default .vd-product .caption {
	min-height: unset !important;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}

.content_products .product-container.vd-product-style-default .vd-product .caption a {
	color: white !important;
	font-size: 21px;
  	line-height: 28px;
}

.content_products .product-container.vd-product-style-default .vd-product {
	border: unset !important;
	margin-bottom: 0;
}

.content_products .product-container h4 button {
	border: unset;
	background: unset;
	margin-left: auto;
	width: 17px;
	height: 17px;
	padding: 0;
	display: inline-block;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
}

.content_products .vd-custom-heading.vd-custom-heading-align-center h3 {
	margin: unset !important;
}

.content_products .product-container.vd-product-style-default .vd-product .image {
	border-radius: 12px !important;
	overflow: hidden;
}

.content_products .owl-carousel {
	background: transparent !important;
}

.content_products .owl-carousel h4  {
	margin-top: unset !important;
}

.content_products .owl-carousel h4 a,
.content_products .caption .price {
	color: white !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
}

.content_products .owl-carousel h4 button,
.content_products .image button {
	display: none !important;
}

.content_products .vd-product-thumb {
	margin-bottom: 0 !important;
} 

#slide-in-cart {
	display: flex;
	flex-direction: column;
	max-height: 100vh;
	overflow: scroll;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4A686B !important;
	border-color: #4A686B !important;
	width: 20px !important;
	height: 8px !important;
	border-radius: 7px !important;
}

.swiper-pagination-bullet {
	background: #EAEFEF !important;
	box-shadow: unset !important;
	border: 1px solid #ACCBCE;
	width: 8px !important;
	height: 8px !important;
}



#productModalCompleteTheLook .nav.nav-tabs,
#productModalCompleteTheLookTwo .nav.nav-tabs {
	display: flex;
	justify-content: center;
	max-width: 100%;
}

#productModalCompleteTheLook .nav > li > a > img,
#productModalCompleteTheLookTwo .nav > li > a > img {
	max-width: 100%;
	width: 75px;
	height: auto;
}

#productModalCompleteTheLook .tab-content iframe,
#productModalCompleteTheLookTwo .tab-content iframe {
	min-height: 600px !important;
}



.product-product #main-panel {
	/* display: none; */
}




#product-product .product-colors .product-color-grid {
	display: flex;
	gap: 10px;
	padding: 5px 0px 20px;
	overflow-y: hidden;
  	overflow-x: auto;
}

#product-product .product-colors h3 {
	font-size: 15px;
	line-height: 18px;
	color: #292929;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#product-product .product-colors .product-color-grid img {
	padding: 0;
	border-radius: 5px;
	width: 75px;
	height: auto;
	border: 1px solid #E2E2E2;
}

#product-product .product-colors {
	margin-bottom: 20px;
	padding-top: 10px;
}

#productModalCompleteTheLook #productModalWrapsLabel,
#productModalCompleteTheLookTwo #productModalWrapsLabel {
	display: none !important;
}

#productModalCompleteTheLook .modal-dialog .modal-header,
#productModalCompleteTheLookTwo .modal-dialog .modal-header {
	padding: 0;
}

@media (max-width: 1200px) {

	#productModalGifts .modal-dialog, 
	#productModalWraps .modal-dialog, 
	#productModalCustom .modal-dialog {
		height: calc(100% - 60px);
		max-width: calc(100% - 60px);
		overflow: hidden;
	}

	#productModalGifts .modal-dialog .modal-content, 
	#productModalWraps .modal-dialog .modal-content,
	#productModalCustom .modal-dialog .modal-content {
		top: unset;
		height: 100%;
		padding: 30px 10px;
	}

	#productModalGifts .modal-dialog .modal-content .modal-body {
		max-height: 75vh;
	}

	#productModalWraps .modal-dialog .modal-content .modal-body,
	#productModalCustom .modal-dialog .modal-content .modal-body {
		max-height: unset;
		height: 100%;
	}
}

@media (max-width: 1100px) {
	.gift-section {
		max-width: unset;
		margin: 0;
		padding: 10px 15px;
	}

	#product[data-iscustom="1"] #accordion-gifts {
		order: -1;
		margin-bottom: 15px;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	#step1 > .row {
		grid-template-columns: 1fr 1fr !important;
	}

	#step1 > .row .vd-product-thumb .image button {
		bottom: 0px;
		padding: 8px 12px;
	}

	#productModalCustom .modal-header {
		padding: 0;
		height: 0;
		min-height: unset;
	}
}

@media (max-width: 600px) {

	#step1 > .row .vd-product-thumb .image button {
		display: none !important;
	}
}

@media (max-width: 767px) {
    
    .cc-revoke.cc-bottom {
    	bottom: 135px !important;
    	right: -60px;
    	transform: rotate(-90deg) !important;
    	width: 110px !important;
    	left: unset !important;
		transition: all 0.3s ease;
    }

	.cc-revoke.cc-bottom:hover {
		right: -35px !important;
	}

	#productModalGifts .modal-dialog, 
	#productModalWraps .modal-dialog, 
	#productModalCustom .modal-dialog {
		height: calc(100% - 20px);
		max-width: calc(100% - 20px);
		overflow: hidden;
		width: 100%;
	}

	#productModalCustom #resetButton {
		margin-bottom: 30px;
	}

	#productModalCustom .form-group:not(.options) {
		position: relative !important;
		z-index: unset !important;
		padding: 0 !important;
		margin-bottom: 25px !important;
	}

	#productModalCustom .modal-footer.row .col-sm-12 {
		width: 100% !important;
	}

	#productModalCustom .modal-footer.row .col-sm-12 > .row {
		display: flex;
		gap: 0;
	}
	
	#productModalCustom .modal-footer.row .col-sm-12 > .row:before,
	#productModalCustom .modal-footer.row .col-sm-12 > .row:after {
		display: none !important;
	}

	#productModalCustom .modal-footer.row .col-sm-12 > .row .col-sm-6 {
		padding: 0;
		flex: 0 0 50%;
	}

	#productModalCustom .form-group.options > div .radio label .img-thumbnail {
		width: 75px !important;
		height: 75px !important;
	}

	#productModalCustom .form-group.options > div .radio label.checked-option::after {
		top: 50px !important;
	}

	#step2 #selectedProductImage {
		margin-bottom: 20px;
	}

	.modal-dialog textarea {
		margin-top: 0px;
	}

	#selectedProductImage {
		padding: 0px;
	}

	.cart-sidebar {
		right: -90vw;
		width: 90vw;
	}

	.cart-sidebar-header {
		padding: 10px 15px;
		margin-bottom: 0;
	}

	.cart-sidebar-content {
		padding: 0 15px;
	}

	.icon-title-cart svg {
		width: 40px;
		margin: unset;
    	height: auto;
	}

	.icon-title-cart {
		display: flex;
		align-content: center;
		align-items: center;
		gap: 15px;
		justify-content: space-between;
		margin: 15px 0px 20px;
	}

	.icon-title-cart p {
		margin: 0;
	}

	.related-products-container-cart .swiper-slide.vd-product-thumb h4 a, 
	.related-products-container-cart .swiper-slide.vd-product-thumb h4 {
		max-height: 40px !important;
	}

	.related-products-container-cart .vd-product-thumb .image img {
		/* max-height: 150px; */
	}

	.related-products-container-cart {
		padding: 15px !important;

	}



	.cart-sidebar-content .cart-checkout .btn {
		padding: 10px;
		margin-top: 10px;
	}


	.col-sm-6.right-side {
		padding: 30px 15px !important;
	}

	.breadcrumb {
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
	}

	.col-sm-6.right-side .carousel.swiper-viewport {
		border: unset !important;
		margin-bottom: 20px;
		background: unset !important;
	}

	.col-sm-6.right-side .carousel.swiper-viewport .col-xs-12.swiper-wrapper {
		padding: 0;
		padding-bottom: 50px;
	}

	.col-sm-6.right-side .swiper-slide .thumbnail img {
		width: 100%;
		height: auto;
	}

	#product-product .col-sm-6.right-side {
		position: relative;
		top: 0px;
		padding-top: 15px !important;
		padding-bottom: 0px !important;
	}

	#product.fixed[data-iscustom=""] .form-group:not(.options) {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 10px;
		z-index: 9999;
		background: white;
	}

	.cart_enabled #product.fixed[data-iscustom=""] .form-group:not(.options) {
		z-index: 1 !important;
	}
	
    #product[data-iscustom="1"] #accordion-custom {
    	position: fixed;
    	left: 0;
    	bottom: 0;
    	z-index: 1001;
    	margin-bottom: 0;
    	padding: 25px 10px;
    	/*animation: unset !important;*/
    	border-radius: 12px 12px 0px 0px;
        height: 85px;
    }

	.modal-open #product .form-group:not(.options) {
		z-index: 1 !important;
	}
	
    footer {
        z-index: 1011;
        position: relative;
    }

	.gift-section .panel-body {
		flex-direction: column;
	}

	.row.related-products-container {
		margin-top: 0 !important;
	}

	.product-title {
		font-size: 22px !important;
		line-height: 26px !important;
		margin-top: 0;
	}

	.col-sm-6.right-side > .list-unstyled.product-price h2 {
		margin: 0 !important;
	}

	.list-inline.product-labels {
		margin-bottom: 15px;
	}

	.col-xs-12.product-layout {
		padding: 0 10px;
		width: 50%;
	}
	
	.related-products-container-cart .col-xs-12.product-layout {
    	width: 100% !important;
    }

	.row.related-products-container .col-xs-12.product-layout {
		width: 100% !important;
	}

	.vd-product-thumb .image button {
		display: none;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
		padding: 0 !important;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
		padding: 0 !important;
	}

	.vd-product-thumb h4 {
		position: unset !important;
	}

	.vd-product-thumb h4 button {
		position: absolute;
		top: 7px;
		background: white;
		right: 15px;
		border-radius: 100%;
		padding: 1px;
	}

	.vd-product-thumb h4 button svg {
		width: 11px;
	}

	.vd-product-thumb h4 a {
		max-width: unset;
		font-weight: normal;
		width: 100%;
	}

	.row.related-products-container .product-thumb {
		padding: 0px 5px;
		margin-bottom: 10px !important;

	}

	.row.related-products-container .vd-product-thumb .image button {
		display: none !important;
	}

	#product .radio label .cont {
		margin-left: 0px;
		margin-top: 10px;
		clear: left;
	}
	
	#collapse2-ideas .panel-body { 
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin: 0px;
		scroll-snap-type: x mandatory;
		display: flex !important;
	}
	
	#collapse2-ideas .panel-body .products-look {
		scroll-snap-align: center;
		flex: 0 0 70%;
	}
	
	#productModalCompleteTheLook .modal-body,
	#productModalCompleteTheLookTwo .modal-body {
    	padding: 0px;
    }

	.modal-dialog .modal-title {
		font-size: 18px !important;
	}
}

/*
* 
*
* CHECKOUT CART */

#checkout-cart form {
	background: #FFFFFF;
	padding: 25px;
	border-radius: 10px;
}

#checkout-cart {
	background: #EAEFEF;
	position: relative;
	padding: 30px 15px 90px 15px;
}

#checkout-cart::after {
	content: "";
	height: 100%;
	background: #EAEFEF;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

#checkout-cart .col-sm-9 h1 {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	display: flex;
	position: relative;
	clear: both;
	margin-top: 20px;
}

#checkout-cart .col-sm-9 h1 span,
.xcheckout .coupon-on-register span {
	/*display: none !important;*/
} 

#checkout-cart .col-sm-9 h1 span,
.xcheckout .coupon-on-register span {
	background: #FFF4CA;
	border-radius: 5px;
	display: flex;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	align-items: center;
	
	display: none !important;
}

#checkout-cart .col-sm-9 h1 span svg,
.xcheckout .coupon-on-register span svg {
	margin-right: 8px;
}

#checkout-cart .col-sm-9 h1 span b,
.xcheckout .coupon-on-register span b {
	margin-left: 5px;
}

#checkout-cart .col-sm-3 .row > div {
	background: red;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px !important;
	margin-top: 0;
}

#checkout-cart .totals table * {
	border: unset !important;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 15px;
}

#checkout-cart .totals table tr:last-child td {
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
}

.go-to-checkout .btn.btn-primary {
	display: block;
	box-shadow: unset !important;
	text-shadow: unset !important;
	border-color: #4A686B;
	background: #4A686B;
	border-radius: 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	padding: 16px;
	transition: all 0.3s;
}

.go-to-checkout .btn.btn-primary:hover {
	background: #fff;
	color: #4A686B;
}


#checkout-cart form thead {
	display: none !important;
}

#checkout-cart form tbody tr,
#checkout-cart form tbody td {
	border: unset !important;
	padding: 0;
	vertical-align: middle;
	padding-bottom: 25px;
}

#checkout-cart .product-has-gift-card {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	left: 0;
}

#checkout-cart .product-has-gift-card a {
	/* padding: 12px 15px;
	background: #EAEFEF;
	border-radius: 5px;
	font-size: 14px !important;
	line-height: 17px !important;
	display: flex;
	gap: 40px; */
}

#checkout-cart #accordion-cards.btn.btn-primary , 
#checkout-cart #accordion-wraps.btn.btn-primary {
	min-width: 270px;
	margin: 0;
	text-align: left;
}

#checkout-cart form tbody .haswrap td {
	padding-bottom: 80px;
}


#checkout-cart form tbody tr {
	position: relative;
}

#checkout-cart form table a {
	color: #111111;
	font-size: 16px;
	line-height: 21px;
}

#checkout-cart form .btn.btn-danger {
	background: unset !important;
	text-shadow: unset !important;
	border: unset !important;
	color: #DDDDDD !important;
	box-shadow: unset !important;
	padding: 0 !important;
	font-size: 35px !important;
	line-height: 1;
}

#checkout-cart #step2 #selectedProductImage {
	width: 100% !important;
	height: auto !important;
}

#checkout-cart form .img-thumbnail {
	border-radius: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	border-color: #D8D8D8;
}

#checkout-cart form .text-right.price {
	font-size: 16px;
	line-height: 20px;
}

#checkout-cart form .form-control {
	margin-left: auto;
	float: right !important;
	text-align: center;
	padding: 10px 14px !important;
	width: auto !important;
	border-radius: 2px !important;
	border-color: #A5A5A5 !important;
	font-size: 13px !important;
	line-height: 18px !important;		
	color: #45484D !important;
	height: 38px;
	box-shadow: unset !important;
	margin-right: 18px !important;
}

#checkout-cart form .input-group-btn > .btn {
	background: unset;
	text-shadow: unset;
	border-left: unset;
	box-shadow: unset;
	border-color: #A5A5A5;
	color: #555555;
	font-weight: 300;
	border-radius: 2px !important;
	height: 38px;
}


.row.checkout-breadcrumbs {
	padding: 20px 0px;
	background: #4A686B;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	min-height: 110px;
	margin-left: unset;
  	margin-right: unset;
}

.row.checkout-breadcrumbs::after {
	content: "";
	height: 100%;
	background: #4A686B;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.row.checkout-breadcrumbs .col-sm-3 {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 20px;
	opacity: 0.35;
}

.row.checkout-breadcrumbs .col-sm-3.active {
	opacity: 1;
}

.row.checkout-breadcrumbs .col-sm-3 .big-noumber {
	font-size: 55px;
	line-height: 68px;
	color: white;
	font-weight: bold;
}

.row.checkout-breadcrumbs .col-sm-3 .rest-test p {
	color: white;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}

.row.checkout-breadcrumbs .col-sm-3 .rest-test p b {
	font-size: 16px;
	line-height: 20px;
}

.row.checkout-breadcrumbs .col-sm-3 > a {
	display: flex;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 20px;
}

#checkout-cart .progress-and-tilte {
	margin-bottom: 0;
}

.done::after {
	content: "✓";
	position: absolute;
	background: #64FFC1;
	border-radius: 100%;
	color: white;
	padding: 2px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 18px;
	top: 10px;
	left: 5px;
}




.col-sm-12.call-us .phone {
	display: block;
	color: #4A686B;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-left: 40px;
}

.col-sm-12.call-us a {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
}

.col-sm-12.call-us a svg {
	top: 10px;
	position: relative;
	margin-right: 15px;
}

.col-sm-12.safe-transaction {
	display: flex !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 12px !important;
	flex-direction: row !important;
}

.col-sm-12.safe-transaction span {
	color: #CBCBCB;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

#cart .col-sm-12.safe-transaction span {
	color: black;
}

#checkout-cart .col-sm-12.prog-main {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px !important;
	margin-top: 0;
}

@media (min-width: 768px) {
	.mobile-cart-header.visible-xs {
		display: none !important;
	}
}

@media (max-width: 767px) {

	#checkout-cart .row.checkout-breadcrumbs {
		display: none;
	}

	#checkout-cart #content .col-sm-9 h1 {
		font-size: 0;
		display: block;
		line-height: 0;
	}

	#checkout-cart .col-sm-9 { 
		margin-top: 60px;
	}

	.mobile-cart-header.visible-xs h1 {
		margin: 0;
		font-size: 17px;
		font-weight: bold;
		padding: 10px 20px;
	}

	.mobile-cart-header.visible-xs {
		/* padding: 10px 20px; */
		background: #f6f6f6;
		display: flex !important;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		gap: 15px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.mobile-cart-header.visible-xs .close {
		float: unset;
		opacity: 1 !important;
		/* border: 1px solid black; */
		padding: 10px;
		margin-right: 7px;
		background: white;
		box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
		font-weight: normal;
    	font-size: 15px;
		transition: all 0.3s ease;
	}

	.checkout-cart header, .checkout-cart footer {
		display: none;
	}

	body .mobile-cart-header.visible-xs .close span {
		text-transform: initial !important;
	} 

	.mobile-cart-header.visible-xs .close .fa.fa-long-arrow-left {
		margin-right: 15px;
	}

	.mobile-cart-header.visible-xs .close:hover {
		background: black;
		color: white;
	}  

	.checkout-cart .col-sm-12.totals {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		padding: 10px 20px!important;
		border-radius: 5px;
		z-index: 999;
	}

	.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
		transform: rotate(-90deg) !important;
	}

	.checkout-cart .col-sm-12.totals #accordion {
		display: none;
	}

	#checkout-cart .col-sm-3 .row > div.col-sm-12.totals {
		margin-bottom: 0 !important;

	} 

	#checkout-cart #content .col-sm-3 {
		padding-bottom: 20vh;
	}

	#checkout-cart .totals table * {
		padding-bottom: 5px;
	}
}





@media (max-width: 991px) {
	#cart .col-sm-12.safe-transaction span {
		display: block !important;
	}
}

#checkout-cart .panel-heading {
	background: unset;
	border-bottom: 1px solid black !important;
	color: #292929 !important;
	padding: 17px 0px;
}

#checkout-cart.panel.panel-default {
	border: unset !important;
	box-shadow: unset !important;
}

#checkout-cart .list-unstyled.usps li {
	font-size: 16px;
}

#checkout-cart .panel-body {
	display: flex;
	justify-content: space-between;
	padding: 5px 0px;
	border: unset !important;
}

#checkout-cart .panel-body .column {
	width: 100%;
}

#checkout-cart .panel-body .column p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 30px;
}

#checkout-cart .panel-heading .panel-title {
	font-size: 17px;
}

#checkout-cart .panel-heading .panel-title svg {
	margin-right: 15px;
}

#checkout-cart .panel-heading .panel-title a {
	display: flex;
	position: relative;
}

#checkout-cart .panel-heading {
	text-align: center;
	border-radius: 5px;
	padding: 0px;
	border: unset !important;
}

#checkout-cart .panel-heading a {
	padding: 15px 0px;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	position: relative;
}

#checkout-cart .panel-group .panel {
	border-color: #EAEFEF;
	box-shadow: unset;
	border: unset !important;
}

#checkout-cart .panel-title a {
	text-align: center;
	position: relative;
}

#checkout-cart .panel-title a .indicator {
	margin-left: auto;
	position: absolute;
	right: 20px;
	font-size: 20px;
}

#checkout-cart .panel-title a .indicator:after {
	transition: transform 0.3s ease-in-out;
	content: "+";
}

#checkout-cart .panel-title a:not(.collapsed) .indicator:after {
	content: "-";
}

#checkout-cart .col-sm-12.black {
	/* display: none; */
}

#checkout-cart #shipping-info {
	display: inline-block;
	background: #ECD9FF;
	border-radius: 7px;
	padding: 10px;
	margin-bottom: 25px;

	display: none !important;
}

#checkout-cart #shipping-info p {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-right: 5px;
}

#checkout-cart form .table-responsive {
	border-top: 1px solid #DDDDDD;
	padding-top: 25px;
}

#checkout-cart #shipping-info svg {
	margin-right: 10px;
}

#checkout-cart #shipping-info * {
	display: inherit;
}

#checkout-cart .quantity-control {
	position: relative;
	display: flex;
}

#checkout-cart .quantity-control .btn {
	float: right;
	height: 20px;
	width: 18px;
	padding: 0;
	background: unset;
	box-shadow: unset;
	border-radius: 2px !important;
	border-color: #A5A5A5 !important;
	border-left-width: 0px;
}

#checkout-cart .quantity-control .btn.btn-increase {
	position: absolute;
	right: 0;
}

#checkout-cart .quantity-control .btn.btn-decrease {
	position: absolute;
	right: 0;
	bottom: 0;
}

#checkout-cart .quantity-control .form-control.quantity-input {
	cursor: default;
	pointer-events: none;
}



.crossell-cart {
	margin-top: 10px;
}

.crossell-cart vd-product {
	display: flex;
	padding: 5px;
	background: #eaefef;
}

.crossell-cart vd-product .img-responsive {
	max-width: 70px;
	width: 70px !important;
	height: auto;
}

.crossell-cart vd-product .image {
	min-width: 80px;
	position: unset !important;

}

.crossell-cart .vd-product-thumb h4 button {
	display: none !important;
}

.crossell-cart .vd-product-thumb h4 a {
	/* max-width: 100% !important; */
}

.crossell-cart .owl-controls.clickable {
	/* display: none !important; */
}

.crossell-cart .personalized {
	display: none !important;
}

.crossell-cart .vd-product-thumb .image button {
	bottom: 0;
	font-size: 0 !important;
	width: 30px;
	padding: 0;
	/* height: 30px; */
	text-align: center;
	justify-content: center;
	/* border-radius: 0; */
	right: 10px !important;
	left: unset;
	top: 5px;
	border-radius: 8px;
	height: calc(100% - 10px);
}

.crossell-cart .vd-product-thumb .caption {
	padding: 0px 18px !important;
}

.crossell-cart .vd-product-thumb.transition {
	margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
	.crossell-cart .vd-product-thumb .caption {
		padding: 0px 18px 0px 3px !important;
	}

	.crossell-cart .vd-product-thumb h4 a, 
	.crossell-cart .vd-product-thumb h4 {
		color: #292929;
		font-size: 11px !important;
		line-height: 14px !important;
		font-weight: bold;
		max-height: 44px !important;
		min-height: 44px !important;
		overflow: hidden;
	}

	.crossell-cart .vd-product-thumb h4 a {
		display: block;
		position: relative;
		white-space: break-spaces;
	}
}

@media (max-width: 767px) {

	.crossell-cart vd-product {
		flex-direction: column;
	}

	.crossell-cart vd-product .img-responsive {
		max-width: 100% !important;
		width: 100% !important;
		height: auto;
	}

	.crossell-cart .vd-product-thumb .image button {
		display: block !important;
	}

	.crossell-cart .vd-product-thumb .image button {
		bottom: 0;
		font-size: 10px !important;
		width: 30px;
		padding: 0;
		height: 30px;
		text-align: center;
		justify-content: center;
		border-radius: 0;
		right: 0px !important;
		left: unset;
		position: absolute !important;
		width: 100% !important;
		top: unset;
	}

	.crossell-cart .vd-product-thumb .image button svg {
		display: none !important;
	}

	.crossell-cart vd-product .image {
		position: relative !important;
	}

	.crossell-cart .vd-product-thumb .caption {
		padding: 0px 3px 0px 3px !important;
	}

}


#tstripe > a {
	flex-direction: column-reverse !important;
}

.payment-form-wrapper {
	text-transform: uppercase !important;
	background: unset !important;
	box-shadow: unset !important;
}

.payment-form-wrapper fieldset {
	padding: 10px 10px 20px 10px !important;
}

#googleLogin {
	border: unset !important;
	max-width: unset !important;
	padding: 0 !important;
	height: auto;
}

.xcheckout.modal-open #modal-agree .modal-dialog {
	z-index: 9999;
}

.xcheckout.modal-open #modal-agree .modal-dialog .modal-body * {
	color: #111;
}

.xcheckout.modal-open .modal-backdrop {
	background: rgba(0,0,0,0.1) !important;
}

@media (max-width: 1440px) {
	.xcheckout #content {
		margin: 0 15px !important;
	}

	#information-contact #content {
		padding: 0 15px;
	}
}

@media (max-width: 1260px) {
	.col-sm-12.call-us a {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
		align-items: center;
		align-content: center;
		text-align: center;
	}

	.col-sm-12.call-us a svg {
		top: unset;
	}

	.col-sm-12.call-us .phone {
		margin-left: 0px;
	}

	.col-sm-12.safe-transaction {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {

	.row.checkout-breadcrumbs {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		margin: 0;
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 30px;
	}

	.row.checkout-breadcrumbs .col-sm-3 {
		scroll-snap-align: center;
		flex: 0 0 32%;
	}

}

@media (max-width: 991px) {
	.login-panel-bg .tab-content {
		padding: 15px 15px !important;
	}

	.xcheckout .panel-address, .xcheckout #shipping_method, .xcheckout #order-comment, #guest_payment_panel, #guest_shipping_panel {
		padding: 20px !important;
	}

	#guestPanel > .row, #existingAddressPanel > .row {
		padding: 10px 0px !important;
	}

	#existingAddress .col-md-9 {
		padding: 0 !important;
	}

	#checkout-button\ row {
		padding: 10px 20px;
		background: rgb(255, 255, 255);
		border-radius: 10px;
		margin-bottom: 10px !important;
		box-shadow: unset;
		border: unset;
		margin-right: unset !important;
		margin-left: unset !important;
	}

	.xcheckout small.pull-right {
		float: unset !important;
	}

	.xcheckout .panel-address, .xcheckout #shipping_method, .xcheckout #order-comment, #guest_payment_panel, #guest_shipping_panel {
		margin-top: 0 !important;
	}

	.xcheckout .pside-bar #paymentMethodTab {
		overflow-x: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.xcheckout #paymentPage {
		padding: 0 !important;
	}

	#paymentMethodTabContent .panel.panel-default {
		border: unset !important;
	}
}

@media (max-width: 767px) {
	#checkout-cart #content .col-sm-3 {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}

	#checkout-cart form .table-responsive {
		border: unset;
		border-top: 1px solid #DDDDDD;
	}

	#checkout-cart form tbody tr {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		align-items: center;
	}

	#checkout-cart form tbody tr td:first-child {
		width: 30px !important;
		padding-bottom: 0px !important;
	}

	#checkout-cart form tbody tr td:nth-child(2) {
		max-width: 50px;
		padding-bottom: 0px !important;
	}

	#checkout-cart form tbody tr td:nth-child(3) {
		flex: 0 0 calc(100% - 80px - 15px - 15px);
		padding-bottom: 0px !important;
		max-width: calc(100% - 80px - 15px - 15px);
	}

	#checkout-cart form tbody tr td:nth-child(3) a {
		position: relative;
		text-wrap: wrap;
	}

	#checkout-cart form tbody tr td:nth-child(4) {
		margin-left: 45px;
	}

	#checkout-cart .product-has-gift-card {
		width: 100%;
		flex-wrap: wrap;
		min-height: 68px;
	}

	#checkout-cart #accordion-cards.btn.btn-primary, 
	#checkout-cart #accordion-wraps.btn.btn-primary, 
	#checkout-cart #accordion-custom.btn.btn-primary {
		padding: 7px 13px;
		font-size: 12px;
		line-height: 13px;
		max-height: 29px;
	}

	.row.checkout-breadcrumbs .col-sm-3 {
		flex: 0 0 90%;
	}

	.alert.alert-danger.alert-dismissible {
		padding-right: 40px;
	}

	#checkout-cart {
		padding-bottom: 0px;
	}

	#checkout-cart .col-sm-9 h1 span, 
	.xcheckout .coupon-on-register span {
		/* display: block !important; */
		line-height: 22px !important;
		width: 100%;
		flex-wrap: wrap;
	}

	#checkout-cart .col-sm-9 h1 span *,
	.xcheckout .coupon-on-register span * {
		display: inline-block;
		line-height: 22px !important;
	}

	#checkout-cart .col-sm-9 h1 span svg, .xcheckout .coupon-on-register span svg {
		margin-right: 8px;
		float: left;
	}

	.coupon-on-register {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 650px) {
	#checkout-cart #shipping-info p {
		padding-left: 30px;
		margin: 0;
	}

	#checkout-cart #shipping-info svg {
		margin-right: 10px;
		position: absolute;
	}

	#checkout-cart .col-sm-9 h1 span b {
		margin-left: 5px;
		min-width: 79px;
	}
}


.col-sm-12.totals #accordion {
	border-top: 1px solid #DDDDDD;
	margin-top: 25px;
	padding-top: 15px;
	margin-bottom: 0;
}

.col-sm-12.totals .panel-body::before, .col-sm-12.totals .panel-body::after {
	display: none;
}

.col-sm-12.totals .panel-body .input-group {
	width: 100%;
}

.col-sm-12.totals .panel-body .input-group #button-coupon,
.col-sm-12.totals .panel-body .input-group #button-voucher {
	background: #4A686B;
	text-shadow: unset !important;
	border-color: #4A686B !important;
	font-weight: bold;
	padding: 15px;
}

.col-sm-12.totals .panel-body .input-group #button-coupon:hover,
.col-sm-12.totals .panel-body .input-group #button-voucher:hover {
	color: white !important;
}

#input-coupon,
#input-voucher {
	padding: 15px !important;
	height: auto !important;
	border-radius: 5px !important;
}

.xcheckout > #content {
	max-width: 1440px;
	margin: auto;
	background: #EAEFEF;
	position: relative;
	padding-bottom: 70px !important;
}

.xcheckout > #content::after {
	content: "";
	height: 100%;
	background: #EAEFEF;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

#loginPage {
	background: #FFFFFF;
	border-radius: 10px !important;
	box-shadow: unset !important;
}

.xcheckout .btn.btn-success,
.xcheckout .progress-bar {
	background: #4A686B;
	border-radius: 12px;
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: unset !important;
	transition: all 0.3s;
	text-shadow: unset !important;
	border: 1px solid #4A686B !important;
}

.xcheckout #cancelAddress 

.xcheckout .btn.btn-success:hover,
.xcheckout .progress-bar:hover {
	color: #4A686B;
	background: white !important;
	border-color: #4A686B !important;
}

.xcheckout .progress-bar-success span,
.xcheckout .xcheckout span,
.xcheckout .progress-bar span {
	color: unset !important;
	display: inline-block !important;
	line-height: 1;
}

#progress-continue,
#progress-continue-disabled {
	box-shadow: unset !important;
	background: unset !important;
}

#button-payment-disabled, 
#button-payment-disabled * {
	cursor: not-allowed !important;
	background-color: rgb(74, 104, 107) !important;
	color: white !important;
}

.xcheckout .group label {
	font-weight: normal !important;
	color: rgba(0,0,0,0.2);
}

.xcheckout .group.filled label,
.xcheckout .group.focus label {
	color: #4A686B !important;
}

body.xcheckout {
	padding: 0 !important;
}


.xcheckout .panel-address,
.xcheckout #shipping_method,
.xcheckout #order-comment,
#guest_payment_panel,
#guest_shipping_panel {
	background: rgb(255, 255, 255);
	margin-bottom: 10px !important;
	box-shadow: unset;
	border: unset;
}

.cartelement {
	border: unset !important;
}

.xcheckout .panel-address, 
.xcheckout #shipping_method {
	/* border-bottom: 1px solid #DDDDDD; */
	border-radius: 0;
	padding-bottom: 25px;
}

.xcheckout .col-md-3.lborder .row > div,
.xpayment-method,
#step_payment_panel .col-md-3.lborder,
#addressfields,
#editAddressFields {
	padding: 20px;
	background: #fff !important;
	border-radius: 10px;
	margin-bottom: 10px !important;
	margin-top: 0;
}

.xcheckout .col-md-3.lborder.xblur {
	opacity: 1;
	box-shadow: unset;
	pointer-events: unset !important;
}

#guestPanel {
	/* padding: 20px 30px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 10px !important;
	box-shadow: unset;
	border: unset;	 */
}

#guestPanel > .row,
#existingAddressPanel > .row {
	padding: 20px 30px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 10px !important;
	box-shadow: unset;
	border: unset;	
	margin-right: unset !important;
	margin-left: unset !important;
}

.xcheckout .address_title {
	font-size: 17px;
	line-height: 21px;
	color: #111;
	font-weight: bold;
}

.xcheckout .info-back-checkout {
	box-shadow: unset !important;
	background: #fff;
	color: #111;
	border-color: #4A686B;
	margin-top: unset;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.xcheckout .info-back-checkout label {
	padding-left: unset;
}

.xcheckout .input-checkbox:checked {
	box-shadow: 0 0 0 10px #4A686B inset !important;
}

.xcheckout .panel-address .panel-address-heading,
.xcheckout .container_panel .heading,
.xcheckout .panel-heading {
	background: unset !important;
	color: #111 !important;
	padding: 0px 0px 20px 0px;
	border: unset !important;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	border: unset !important;
}

.xcheckout .container_panel .shipping-table {
	border: unset !important;
	height: unset !important;
}

.xcheckout .input-radio:checked,
a.heading-panel[aria-expanded="true"]::before  {
	box-shadow: 0 0 0 10px #4A686B inset !important;
}

.xcheckout .selected-address {
	padding: 0px !important;
	font-size: 14px;
}

.intro-checkout-title {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 15px;
	color: #111;
	margin-top: 20px;
}


#xtotals-content table * {
	border: unset !important;
	font-size: 14px;
	line-height: 17px;
	padding: 8px !important;
	padding-bottom: 15px !important;
	color: #111 !important;
}

#xtotals-content table tr:last-child td {
	font-weight: bold !important;
	font-size: 15px !important;
	padding-top: 20px !important;
}

#progress-freeshipping .progress-bar {
	border-radius: unset !important;
}

.xcheckout #options .panel-heading {
	padding: 15px 0px;
	font-size: 14px;
	line-height: 17px;
	color: rgb(0, 0, 0) !important;
	position: relative;
	font-weight: normal !important;
	display: flex;
}

.xcheckout #options .panel-heading svg {
	margin-right: 15px;
}

.xcheckout #couponbtn1 {
	background: rgb(74, 104, 107);
	text-shadow: unset !important;
	border-color: rgb(74, 104, 107) !important;
	font-weight: bold;
	padding: 15px;
	color: white !important;
	font-size: 12px;
}

.xcheckout #options .input-group-addon {
	background: rgb(74, 104, 107);
	text-shadow: unset !important;
	border-color: rgb(74, 104, 107) !important;
}

.xcheckout #options .inputMaterial {
	padding: 13px !important;
	height: auto !important;
	border-radius: 5px !important;
}

.xcheckout #options .group label {
	top: 13px;
}

.xcheckout #coupon-panel {
	margin-top: 5px;
}

.xcheckout #options {
	border-top: 1px solid rgb(221, 221, 221);
	margin-top: 25px;
	padding-top: 15px;
	margin-bottom: 0px;
}

.xcheckout .buttons {
	margin: unset !important;
}

#cancelAddress {
	background: #4A686B !important;
	border-radius: 12px;
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: unset !important;
	transition: all 0.3s;
	text-shadow: unset !important;
	border: 1px solid #4A686B !important;
	color: white !important;
	line-height: 28px;
}

.progress.progress-continue-disabled {
	height: unset !important;
	background: unset !important;
	box-shadow: unset !important;
}

.is_guest_page .panel-address-body {
	height: auto;
	min-height: unset !important;
}


#step_payment_panel #totals {
	border-top: 1px solid rgb(221, 221, 221);
	margin-top: 25px;
	padding-top: 15px;
	border-radius: 0;
}

#step_payment_panel .panel.panel-default.sidepanel {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgb(221, 221, 221);
	border-radius: 0;
	padding: 15px 8px 0px 8px;
}

#step_payment_panel .panel.panel-default.sidepanel * {
	color: #111;
}

#step_payment_panel .panel.panel-default.sidepanel .panel-body {
	padding-left: unset;
	margin-top: 5px;
}

#step_payment_panel .panel.panel-default.sidepanel .panel-body > div {
	display: none;
}

#step_payment_panel .panel.panel-default.sidepanel .pchange {
	padding-left: unset;
	margin-top: 15px;
}

#step_payment_panel .panel.panel-default.sidepanel .pchange  .pointer.underline {
	font-weight: bold;
}

#step_payment_panel .panel-heading.xcollapsable::after {
	display: none !important;
}

#step_payment_panel .row.youpaytext {
	color: #111 !important;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	margin-top: 0;
}

#step_payment_panel #payment-accordion {
	margin-bottom: 0;
}




/*********************************************************************** CHECKOUT --- SUCCESS 
*****************************************************************************************************/

#checkout-success {
	background: #EAEFEF;
	width: 100% !important;
}

#checkout-success > .row {
	width: 100% !important;
	max-width: 1440px !important;
	margin: auto !important;
}

#checkout-success .row #content {
	margin: 50px auto 60px auto !important;
	max-width: 780px;
	background: #FFFFFF;
	border-radius: 10px;
	float: unset;
	min-height: unset;
	padding: 30px;
}

#checkout-success .row #content h1 {
	position: relative !important;
	color: #4A686B !important;
	font-size: 30px !important;
	line-height: 37px !important;
	margin-bottom: 20px !important;
	font-weight: bold !important;
}

#checkout-success .row #content h1::after {
	content: "✓";
	position: relative;
	background: #64FFC1;
	border-radius: 100%;
	color: white;
	padding: 10px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 15px;
	display: inline-block;
	float: left;
	font-size: 19px;
	margin-right: 20px;
}

#checkout-success .row #content .text-message {
	margin-left: 56px;
}

#checkout-success .row #content .text-message p {
	font-size: 15px !important;
	line-height: 19px !important;
	color: #000000 !important;
}

#checkout-success .row #content .text-message > p:first-child {
	margin-bottom: 20px;
}

#checkout-success .row #content .btn.btn-primary {
	width: 256px;
	border-radius: 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	padding: 16px;
	margin-top: 20px;
}

#checkout-success .row #content .second-products {
	margin-top: 50px;
}

#checkout-success .row #content .second-products .cart-card-product {
	display: flex;
	gap: 25px;
	border-bottom: 1px solid #DDD;
  	padding-bottom: 20px;
	padding-top: 20px;
}

#checkout-success .row #content .second-products .rest p {
	margin-bottom: 8px;
	font-size: 14px !important;
	line-height: 17px !important;
}

#checkout-success .row #content .image img {
	border: 1px solid #D8D8D8;
	padding: 3px 0px;
}

.xcheckout .password-container {
	position: relative;
	display: inline-block;
}

.account-register #modal-agree .modal-body * {
	color: #111;
}

.g-recaptcha iframe {
	height: 78px !important;
}

.account-register #modal-agree .modal-body {
	max-height: 90vh;
	overflow-x: auto;
}

.account-register .eye-icon,
.account-login .eye-icon  {
	right: 25px;
}

.account-login .form-group {
	position: relative;
}

.account-login .eye-icon {
	top: 45% !important;
}

.xcheckout .eye-icon,
.account-register .eye-icon,
.account-login .eye-icon {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
}

#account-register .breadcrumb {
	display: none;
}

#account-register .col-sm-2.control-label {
	width: 100% !important;
	text-align: left;
	margin-bottom: 10px;
}

.xcheckout .pside-bar #paymentMethodTab {
	display: flex;
	gap: 6px;
}

.xcheckout .pside-bar {
	min-height: unset !important;
	background: unset !important;
	border: unset !important;
}

.xcheckout .pside-bar #paymentMethodTab:before,
.xcheckout .pside-bar #paymentMethodTab:after {
	display: none !important;
}


.xcheckout .pside-bar #paymentMethodTab li {
	border: 1px solid #000 !important;
	border-radius: 10px !important;
	margin: unset !important;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	min-height: 87px;
	min-width: 150px;
	opacity: 0.3;
}

.xcheckout .pside-bar #paymentMethodTab li.active {
	border: 2px solid #4A686B !important;
	opacity: 1;
}

.xcheckout .pside-bar #paymentMethodTab li a {
	border: unset !important;
	padding: 15px 10px !important;
	text-align: center;
	background: unset !important;
	color: #000 !important;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	gap: 12px;
	flex-direction: column;
}

.xcheckout .pside-bar #paymentMethodTab li.active a {
	color: #4A686B !important;
	font-weight: bold;
}

.payment_images.is_list {
	position: relative !important;
	order: -3;
	top: unset !important;
	right: unset !important;
}








#register_form #account {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

#register_form #account .col-sm-2, 
#register_form #account .col-sm-10 {
	width: 100%;
	text-align: left;
}

#register_form #account .col-sm-2 {
	margin-bottom: 10px;
}

#register_form .form-control,
#account-login .form-control,
.account-voucher .form-control {
	border: 1px solid #DDDDDD;
	border-radius: 5px !important;
	padding: 14px !important;
	font-size: 15px !important;
	line-height: 19px !important;
	letter-spacing: 0px;
	color: #111111; 
	height: auto;
}

#register_form .form-control#input-telephone {
	padding-left: 59px !important;
}

#register_form .intl-tel-input.allow-dropdown .flag-container .selected-flag {
	max-height: 50px;
}

#account-register,
#account-login {
	background: #EAEFEF;
	width: 100% !important;
	padding: 30px 0px !important;
}

#account-login #content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#account-login #content .row .col-sm-6 {
	max-width: 650px;
    background: white;
	padding: 50px 60px;
}

#account-register #content {
	max-width: 650px;
	margin: auto;
	background: white;
	padding: 50px 60px;
	float: unset;
}

#account-login #content .row {
	display: flex;
	justify-content: center;
	gap: 30px;
}

#account-login .well {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: unset;
	padding: 0;
	box-shadow: unset;
	border: unset;
	margin: 0;
	height: 100%;
}

#account-login .well p {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	position: relative;
}

#account-login #content h2 {
	font-weight: bold !important;
	font-size: 22px !important;
	line-height: 27px !important;
	letter-spacing: 0px;
	color: rgb(17, 17, 17);
	text-align: center;
}

.title-n-link {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	justify-items: center;
	margin-bottom: 40px;
}

.title-n-link h1,
.title-n-link P {
	margin: 0 !important;
}

.title-n-link h1 {
	font-weight: bold !important;
	font-size: 22px !important;
	line-height: 27px !important;
	letter-spacing: 0px;
	color: #111111;
}

#account-register .col-sm-2.control-label,
#account-login .control-label,
.account-voucher .control-label {
	font-size: 13px;
	line-height: 16px;
}

#account-login .btn.btn-primary {
	display: block;
	width: 100%;
	font-weight: bold !important;
	font-size: 17px !important;
	line-height: 21px !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 18px;
}

#account-login .btn.btn-primary:hover {
	color: #111;
}


#account-login .form-group a {
	margin-top: 15px;
	display: block;
}

#account-register .form-group.checkboxes {
	grid-column: 1 / -1;
	border-top: 1px solid #DDDDDD;
	margin-top: 25px;
	padding-top: 25px;
	margin: 15px 0px 0px 0px;
}

#account-register .form-group.checkboxes {
	grid-column: 1 / -1;
	border-top: 1px solid #DDDDDD;
	margin-top: 25px;
	padding-top: 25px;
	margin: 15px 0px 0px 0px;
}

#account-register .form-group.checkboxes .col-sm-12 {
	padding: 0;
	display: flex;
	gap: 10px;
	align-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#account-register #regular-field-customer_group_id {
	grid-column: 1 / -1;
}

#register_form .btn.btn-primary {
	display: block;
	width: 100%;
	font-weight: bold !important;
	font-size: 17px !important;
	line-height: 21px !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 18px;
}

#register_form .btn.btn-primary:hover {
	color: #111;
}

@media (max-width: 1440px) {
	#information-information #content {
		padding-inline: 15px;
	}

	#account-edit #content,
	#account-success #content,
	#account-password #content,
	#account-address #content,
	#account-wishlist #content,
	#account-order #content,
	#account-reward #content,
	#account-return #content,
	#account-transaction #content,
	#account-newsletter #content,
	#account-register #content,
	#account-account #content,
	#common-success #content,
	#extension-module-isenselabs_gdpr #content,
	#information-sitemap #content {
		padding-inline: 15px;
	}

	#account-login,
	#account-register {
		max-width: 1440px;
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	#account-login #content .row,
	#account-register #content .row {
		flex-direction: column;
		align-content: center;
		align-items: center;
		padding: 0 30px !important;
		margin: unset;
	}

	#account-login #content .row .col-sm-6,
	#account-register #content {
		padding: 20px !important;
		width: 100%;
	}

	#account-login #content h2,
	#account-register #content h2 { 
		margin-top: 0;
	}

	#register_form #account {
		grid-template-columns: 1fr !important;
	}

	#account-register {
		padding: 30px 30px !important;
	}
}








#reveal-div {
    position: fixed;
    top: 0;
    right: -300px; /* Hidden to the right */
    width: 300px;
    height: 100%;
    background-color: #f4f4f4;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

#reveal-div.open {
    right: 0;
}





/*******************************************************************
	INFORMATION PAGE
*************************************************************/

.information-information.information-id-17 #content > h1 {
	display: none;
}

.information-information.information-id-17 .information-intro-section-new h1 {
	margin: 0px 0px 40px 0px;
	text-align: center;
	font-size: 35px;
	line-height: 43px;
	font-weight: normal;
	color: white;
	padding: 0 10px;
}

.information-information.information-id-17 .information-intro-section-new p {
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	margin: auto;
	color: white;
}


.information-information.information-id-17 .information-intro-section-new::after {
	content: "" !important;
	height: 100%;
	background: #4A686B;
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}

.information-information.information-id-17 .home-section-five::after{
	content: "" !important;
	height: 100%;
	background: #eaefef;
	display: block !important;
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	left: -100vw;
}
.information-information.information-id-17 .home-section-five,
.information-information.information-id-17 .information-intro-section-new {
	position: relative;
	overflow: initial;
}

.information-information.information-id-17 #content {
	margin-bottom: 0px;
}

.information-information.information-id-17 .home-section-five .block-content {
	gap: 0;
	row-gap: 18px;
}

.information-information.information-id-17 {
	overflow-x: hidden;
}

@media (max-width: 991px) {

	.information-information.information-id-17 .home-section-five .container-fluid:last-child .block-content.child {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		max-width: 100% !important;
		gap: 0;
	}

	.information-information.information-id-17 .home-section-five > .block-content.child.child-blocks > .container-fluid:last-child .block-content.child .col-12 {
		flex: 0 0 45% !important;
		scroll-snap-align: center;
	}

	.information-information.information-id-17 .home-section-five .block-inner.block-container.col-lg-12.col-md-12.show_desktop.show_mobile.show_tablet {
		margin-bottom: 0px !important;
	}

	.information-information.information-id-17 .home-section-six .buttons-section-title p,
	.information-information.information-id-17 .home-section-six .buttons-section-title .block-content * {
		font-size: 25px;
		line-height: 31px;
		text-align: center;
	}

	.information-information.information-id-17 .home-section-six,
	.information-information.information-id-17 .home-section-five {
		padding: 25px 0px !important;
	}

}

/*******************************************************************
	404
*************************************************************/


.row.error-cont {
	display: block;
	position: relative;
	padding: 100px 15px;
}

.row.error-cont .container.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.row.error-cont .container.flex h2 {
	font-weight: bold;
	font-size: 80px;
	margin-bottom: 30px;
}

.row.error-cont .container.flex p {
	font-size: 35px;
	max-width: 500px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}

.row.error-cont .container.flex .btn.btn-primary {
	padding: 20px 45px !important;
	color: white !important;
	background: #4A686B !important;
	font-size: 17px !important;
	line-height: 22px !important;
	border-radius: 10px !important;
	border: 1px solid #4A686B;
	font-weight: bold;
}


.checkout-cart #error-not-found h2,
.checkout-cart #error-not-found h2 {
	display: none;
}



/*******************************************************************
	RESPONSIVE
		GENERAL
		*************************************************************/

@media (max-width: 1440px) {

	.container {
		width: 100% !important;
	}
}


/*******************************************************************
	PRODUCT VIDEO
		*************************************************************/

.video-iframe-product {
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #D6D6D6;
}

.swiper-slide.video-iframe {
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #D6D6D6;
}

.video-iframe-product iframe,
.swiper-slide.video-iframe iframe {
	aspect-ratio: 340 / 416;
}



/*******************************************************************
	GIFT CARD
		*************************************************************/

.account-voucher #column-right {
	display: none !important;
}

.account-voucher .form-horizontal {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
}

.account-voucher .gifts-image-wraper img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

.account-voucher .form-horizontal .form-group {
	margin-right: unset !important;
	margin-left: unset !important;
	flex: 0 0 49%;
	margin: 0;
}

.account-voucher .flex-radio {
	display: flex;
	gap: 15px;
}

.account-voucher .flex-radio label {
	padding: 0 !important;
	font-size: 0;
}

.account-voucher .flex-radio label img {
	width: 100px;
}

.account-voucher .buttons.clearfix {
	flex: 0 0 100%;
}

.account-voucher .buttons .btn.btn-primary {
	display: block;
	width: 100%;
	margin-top: 15px;
	display: block;
	width: 100%;
	font-weight: bold !important;
	font-size: 17px !important;
	line-height: 21px !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 18px;
}

.account-voucher .buttons .btn.btn-primary:hover {
	color: #111;
	border-color: #4A686B;
}

.account-voucher .amount .col-sm-2.control-label {
	padding: 0 !important;
	text-align: left;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
}

.account-voucher .amount {
	margin-top: 30px;
}

.account-voucher #input-amount {
	height: 30px;
	width: 70px;
	font-size: 15px;
	font-weight: bold;
}

.account-voucher-success aside {
	display: none !important;
}

.account-voucher-success #content {
	width: 100% !important;
}

#account-voucher > .row {
	padding: 0 15px;
}

@media (max-width: 767px) {
	.account-voucher .form-horizontal .form-group {
		flex: 0 0 100% !important;
	}
}


/*******************************************************************
	CUSTOM LANDING
		*************************************************************/

.category-id-174 .row.description-nd-title {
	background: #A91314;
}

.category-id-174 .row.description-nd-title .col-xs-12 ::after {
	background: #A91314;
}

.category-id-55 .home-section-four .block-section {
	background: unset !important;
}

.information-id-28 #content > h1 {
	display: none;
}

.information-id-18 #information-information .breadcrumb {
	display: none;
}

.information-id-18 #information-information #content > h1 {
	display: none;
}

#information-information .product-slider.owl-carousel {
	background: #EAEFEF !important;
	padding-bottom: 20px !important;
	margin-bottom: unset !important;
}

.information-id-18 .home-section-five .vd-button {
	padding-left: 30px !important;
	padding-right: 30px !important;
	font-weight: bold;
	  max-width: 90vw;
}

.information-id-18 #content {
    margin-bottom: 0 !important;
}

.information-id-23 #content > h1 {
	display: none !important;
}

.information-id-23 #content > .row.description-nd-title {
	display: block !important;
}


.cc-window.cc-floating.cc-type-opt-in {
	z-index: 9999999999;
}





.product-product .row.product-list-bundle {
	display: flex;
	width: 100%;
	margin: unset;
}

.product-product #relatedpages {
	display: flex;
	gap: 15px;
}

.product-product .bundle-thumb {
	width: 95%;
	height: auto;
	margin-left: unset !important;
	border: 1px solid rgb(243, 213, 221);
  	border-radius: 5px;
}

#relatedpages .product-thumb {
	border: unset;
}

#relatedpages .bundle-title {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	/* margin-top: 10px; */
	/* margin-bottom: 15px; */
	/* min-height: 40px; */
}

#relatedpages .bundle-pricing b {
	font-size: 15px;
}

#relatedpages .bundle-pricing,
#relatedpages .bundle-why  {
	display: flex;
	gap: 5px;
	align-items: baseline;
	flex-wrap: wrap;
}

#relatedpages .bundle-pricing s {
	color: #777;
	font-size: 13px;
}

#relatedpages .bundle-pricing span {
	/*color: green;*/
	/*font-size: 15px;*/
	/*font-weight: bold;*/
	/*background: rgba(226, 147, 170, 0.9);*/
	/*color: white;*/
	/*font-size: 13px;*/
	/*font-weight: normal;*/
	/*padding: 2px 10px;*/
	/*border-radius: 30px;*/
}

#relatedpages .bundle-pricing span b {
	margin-left: 5px;
}

#relatedpages .panel-heading {
	border: unset;
	background: rgb(168, 42, 42) !important;
	border-radius: unset !important;
}

.panel-for-bundles > .panel-heading {
	display: none;
}

.panel-for-bundles .panel-body > .panel-body {
	padding: 0;
}

.panel-for-bundles .panel-body > .panel-body p {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	display: flex;
 	gap: 10px;
	 background: rgb(168, 42, 42);
	 color: white;
	 padding: 10px;
	 align-items: center;
}


 
.btn.btn-primary.bundle-cart {
	font-weight: bold;
	width: 100%;
	border-radius: 12px;
	background: rgba(42, 122, 75, 0.9);
}

.btn.btn-primary.bundle-cart:hover {
	background: black;
	color: white;
}

/*
.panel-for-bundles.blue-bundle {
	border-color: rgb(74, 111, 165);
}

.panel-for-bundles.blue-bundle .panel-body > .panel-body p {
	background: rgb(74, 111, 165);
}

.panel-for-bundles.blue-bundle #relatedpages .panel-heading {
	background: rgb(74, 111, 165) !important;
}

.panel-for-bundles.blue-bundle #relatedpages .bundle-pricing p:first-child, .panel-for-bundles.blue-bundle #relatedpages .bundle-why p:first-child {
	color: rgb(74, 111, 165);
}

.product-product .panel-for-bundles.blue-bundle #relatedpages .panel-footer .panel-footer-description p b {
	color: rgb(74, 111, 165);
}

.product-product .panel-for-bundles.blue-bundle #relatedpages .panel-footer {
    background: rgb(240, 244, 249);
    border-color: rgba(74, 111, 165, 0.2);
}

.product-product .panel-for-bundles.blue-bundle .bundle-thumb {
	border-color: rgb(224, 224, 224);
}
*/

.product-product .panel-for-bundles.blue-bundle .product-small-label {
	background: rgb(168, 42, 42);
	color: white;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 100px;
	position: absolute;
	top: 10px;
	z-index: 10;
	left: 15px;
}

#relatedpages .bundle-why svg {
	width: 16px;
	height: 16px;
	stroke: rgb(168, 42, 42);
}

/*#product .panel-for-bundles {*/
/*	display: none;*/
/*}*/

/*#product .panel-for-bundles:nth-of-type(1) {*/
/*	display: block;*/
/*}*/

#relatedpages .product-thumb {
	border: unset;
	position: relative;
}


.panel-for-bundles {
	background: white;
	border: 2px solid rgb(168, 42, 42);
	border-radius: 10px;
	overflow: hidden;
}

.products-bundle-section {
	margin: unset;
}

.panel-for-bundles .percentage {
	position: absolute;
	top: -5px;
	right: -5px;
	background: rgb(250, 204, 21);
	color: rgb(168, 42, 42);
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 5px;
	max-height: 46px;
	display: flex;
	font-size: 18px;
	transform: rotate(5deg);
}

#relatedpages .products-bundle-section,
#relatedpages .products-bundle-section .panel.panel-default {
	margin: unset;
	border-radius: 15px;
}

#relatedpages .products-bundle-section {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	/* position: relative; */
}

#relatedpages .product-layout {
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	/* max-width: 78px; */
}

#main-panel > .panel-body {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.products-bundle-section .panel-body {
	padding: 10px;
}

#relatedpages form:first-child > .panel.panel-default {
	/* border-color: #4A686B;
	border-width: 2px; */
	background: unset;
 	border: unset;
	box-shadow: none !important;
}

/* #relatedpages form:first-child > .panel.panel-default::after {
	content: "BESTSELLER";
	display: block;
	position: absolute;
	top: -9px;
	width: 100px;
	text-align: center;
	left: calc(50% - 50px);
	background: #4A686B;
	border-radius: 5px;
	color: white;
	letter-spacing: 1.2px;
} */

#relatedpages .panel-heading,
#relatedpages .panel-body {
	padding: 10px;
	padding-bottom: 20px;
}

#relatedpages .panel-body {
	padding: 24px !important;
}

.product-product #relatedpages .panel-footer {
	padding: 0;
	background: unset;
	border: unset;
}

.product-product #relatedpages .panel-footer .panel-footer-description {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.product-product #relatedpages .caption {
	text-align: left;
	min-height: unset;
	padding: 5px;
	font-weight: bold;
	line-height: 15px;
}

.product-product #relatedpages .price {
	color: rgb(113, 113, 122);
	padding: 0px 5px;
}

#relatedpages .bundle-pricing, #relatedpages .bundle-why {
	width: calc(50% - 12.5px);
	margin-bottom: 15px;
}

.product-product #relatedpages .panel-footer {
	padding: 0;
	background: unset;
	border: 1px solid rgba(168, 42, 42, 0.2);
	border-radius: 5px;
	padding: 15px;
	background: rgb(255, 245, 245);
}

.product-product #relatedpages .panel-footer .panel-footer-description p {
	margin: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
    align-items: flex-end;
}

.product-product #relatedpages .panel-footer .panel-footer-description p b {
	color: rgb(168, 42, 42);
}

#relatedpages .bundle-why ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#relatedpages .bundle-why svg {
	width: 16px;
	height: 16px;
}

#relatedpages .bundle-why p {
	justify-content: flex-start !important;
	flex-wrap: unset !important;
	align-content: center;
	align-items: center;
	gap: 5px;
}

#relatedpages .bundle-pricing p:first-child, #relatedpages .bundle-why p:first-child {
	color: rgb(168, 42, 42);
	margin-bottom: 10px !important;
}

@media (max-width: 1200px) {
	.product-product #relatedpages {
		display: flex;
		gap: 15px;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		padding-top: 0px;
	}

	/* #relatedpages .products-bundle-section {
		min-width: 0;
		flex: 0 0 60% !important;
	} */
}

@media (max-width: 1000px) {
	#relatedpages .bundle-pricing, #relatedpages .bundle-why {
		width: 100% !important;
		margin-bottom: 15px;
	}
}

@media (max-width: 450px) {
	#relatedpages .panel-body {
		padding: 10px !important;
	}

	.panel-for-bundles .panel-body > .panel-body p {
		padding-top: 45px;
	}
	
	.panel-for-bundles.blue-bundle .panel-body > .panel-body p {
    	padding-top: 10px !important;
    }

	.panel-for-bundles .percentage {
		width: 100%;
		left: 0;
		transform: unset;
		justify-content: center;
	}
}















/*    -->                                                                                                                                        HEADER > MINICART             
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */




.related-products-container-cart {
	/* display: none !important; */
}
 
#cart .dropdown-menu .related-products-container-cart .product-thumb {
	width: 100% !important;
	height: unset !important;
	display: flex;
	padding: 0;
	margin-bottom: 0 !important;
	align-content: center;
	gap: 10px;
	align-items: center;
	justify-content: space-around;
}

#cart .dropdown-menu .related-products-container-cart .product-thumb .image {
	width: 64px;
	height: 79px;
	border-radius: 12px !important;
}

#cart .dropdown-menu .related-products-container-cart #products_carousel_cart {
	width: 100%;
}

#cart .dropdown-menu .related-products-container-cart .carousel.swiper-viewport {
	padding: 8px !important;
	border-radius: 8px;
	background: #f9fafb;
	border-color: #f9fafb;
	border-width: 1px;
	margin-bottom: 0;
}

#cart .dropdown-menu .related-products-container-cart .product-thumb h4 a, #cart .dropdown-menu .related-products-container-cart .product-thumb h4 {
	margin: unset;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
	margin-bottom: unset !important;
	color: #000 !important;
	text-align: left !important;
	justify-content: flex-start !important;
	align-content: flex-start !important;
	align-items: flex-start !important;
	min-height: unset !important;
	max-width: unset !important;
}

#cart .dropdown-menu .related-products-container-cart .product-thumb .price {
	margin: 0 !important;
	margin-top: 5px !important;
	font-size: 16px;
}

#cart .dropdown-menu .related-products-container-cart .product-thumb .bg-teal.text-white {
	width: 64px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: rgb(13, 148, 136);
	color: white;
	border-color: rgb(13, 148, 136);
	box-shadow: unset !important;
	font-size: 13px;
	line-height: 24px;
	border-radius: 5px;
	gap: 5px;
	-webkit-appearance: none;
	padding: 6px !important;
	border: 1px solid rgb(13, 148, 136);
}

#cart .dropdown-menu .related-products-container-cart .product-thumb div:nth-child(2) {
	flex: 1;
}

#cart .dropdown-menu .related-products-container-cart .product-thumb div:nth-child(2) .caption {
	min-height: unset !important;
}

#cart .dropdown-menu .related-products-container-cart .vd-product-thumb .image img {
	aspect-ratio: unset !important;
}


#cart .dropdown-menu li.related-products-container-cart .swiper-navigation {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	height: 20px;
	top: 20px;
	z-index: 10;
	display: flex !important;
	gap: 20px !important;
	justify-content: flex-end;
	flex-direction: row !important;
}

#cart .related-products-container-cart .swiper-navigation .swiper-button-prev, 
#cart .related-products-container-cart .swiper-navigation .swiper-button-next {
	opacity: 1 !important;
	width: 16px !important;
	height: 16px !important;
	right: 0;
	left: 0;
	position: relative;
	display: block;
	top: unset;
	margin-top: unset;
	text-align: center;
}

#cart .related-products-container-cart .swiper-navigation .swiper-button-prev::before,
#cart .related-products-container-cart .swiper-navigation .swiper-button-next::before {
	font-size: 10px !important;
}

/*    -->                                                                              HEADER > MINICART > LAYOUT
[2]   =========================================================================================================== */

#cart .dropdown-menu {
	min-width: unset !important;
}

#cart .dropdown-menu {
	display: flex !important;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100dvh;
	transform: translateX(100%);
	transition: transform 0.4s;
	border-radius: 0px;
	padding: 20px;
	width: 390px;
	background: white;
	border: none;
	margin: 0px;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5) !important;
	flex-direction: column;
}

  @media (max-width: 420px) {

  }

  .cart_enabled .cc-revoke.cc-bottom {
	display: none !important;
}

  @media (max-width: 500px) {

	.minicart_content {
		padding: 0 !important;
	}

	#cart .dropdown-menu .product-thumb {
		width: 70px;
		height: 70px;
	}

	#cart .dropdown-menu {
		width: 100vw !important;	
	  }
  }
  
  body:before {
	transition: all 0.4s;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	display: block;
	position: fixed;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	top: 0;
  }
  
  #cart .dropdown-menu li > div {
	min-width: unset !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
  
  /*    -->                     HEADER > MINICART > LAYOUT > SECTIONS
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu>li.top-section .minicart_content {
	/* max-height: calc(100vh - 405px); */
	max-height: calc(100dvh - 490px);
	overflow-y: auto !important;
  }
  
  #cart .dropdown-menu>li.bottom-section { 
	height: auto;
  }

  @media(max-width: 550px) {
	#cart .dropdown-menu>li.top-section .minicart_content {
		/* max-height: calc(100vh - 405px); */
		max-height: 200px;
		overflow-y: auto !important;
	  }	
  }
  
  /*    -->                    HEADER > MINICART > LAYOUT > SCROLLBAR                     
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar {
	width: 6px !important;
  }
  
  #cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb {
	background: var(--accent2) !important;
	border-radius: 3px !important;
	border: none !important;
  }
  
  #cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-thumb:hover {
	background: var(--accent2) !important;
  }
  
  #cart .dropdown-menu>li.top-section .minicart_content::-webkit-scrollbar-track {
	background: #d8d8d8 !important;
	border-radius: 3px !important;
  }
  
  /*    -->                                                                             HEADER > MINICART > ENABLED                                          
	[2]   =========================================================================================================== */
  .cart_enabled #cart .dropdown-menu {
	transform: translateX(0px);
  }
  
  .cart_enabled body:before {
	opacity: 1;
	visibility: visible;
	width: calc(100% - var(--minicart-width));
  }
  
  /*    -->                                                                               HEADER > MINICART > EMPTY                                       
	[2]   =========================================================================================================== */
  #cart .dropdown-menu .cart-empty {
	font-size: 18px;
	margin-top: 100px;
	color: black;
  }
  
  /*    -->                                                                               HEADER > MINICART > INTRO                                          
	[2]   =========================================================================================================== */
  .minicart_intro {
	margin-bottom: 20px;
  }
  
  .minicart_intro .title {
	color: #000000;
	font-size: 12.79px;
	letter-spacing: 0.85px;
	line-height: 15px;
	text-align: center;
	font-family: var(--font1);
	/* text-transform: uppercase; */
  }
  
  .minicart_intro .subtitle {
	font-family: var(--font2);
	color: #000000;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	/* text-transform: uppercase; */
  }
  
  /*    -->                         HEADER > MINICART > INTRO > EMPTY
	[3]   ------------------------------------------------------------- */
  
  #cart .dropdown-menu li.cart-empty p {
	margin: 20px 0;
	font-family: var(--font2);
	font-size: 22px;
	font-weight: normal;
	/* text-transform: uppercase; */
	margin-top: 10px;
  }
  
  /*    -->                                                                        HEADER > MINICART > CLOSE BUTTON                                          
	[2]   =========================================================================================================== */
  #cart_close_button {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
  }
  
  /*    -->                                                                        HEADER > MINICART > PRODUCT LIST                                          
	[2]   =========================================================================================================== */
  /*    -->                 HEADER > MINICART > PRODUCT LIST > LAYOUT                        
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu .table-products {
	border-collapse: collapse !important;
  }
  
  #cart .close-cart {
	display: block !important;
}
  
  #cart .dropdown-menu .table-products {
	border-collapse: separate;
	border-spacing: 0 25px;
	/* margin-top: -25px; */
	padding-right: 30px;
	padding-left: 10px;
  }
  
  #cart .dropdown-menu .table-products td,
  #cart .dropdown-menu .table-products th {
	border: none;
  }
  
  #cart .dropdown-menu .table-products>tbody>tr {
	position: relative;
  }
  
  header #cart .dropdown-menu .table-products>tbody>tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  
  
  #cart .dropdown-menu>li.top-section .minicart_content {
	scrollbar-width: thin;
	scrollbar-color: var(--accent1) transparent;
  }
  
  
  @-ms-viewport {
	#cart .dropdown-menu>li.top-section .minicart_content {
	  -ms-overflow-style: -ms-autohiding-scrollbar;
	}
  }
  
  @supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
	#cart .dropdown-menu>li.top-section .minicart_content::-ms-scrollbar {
	  width: 10px;
	}
  
	#cart .dropdown-menu>li.top-section .minicart_content::-ms-scrollbar-thumb {
	  background: var(--accent1);
	}
  }
  
  /*    -->                 HEADER > MINICART > PRODUCT LIST > THUMB                        
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu .product-thumb {
	vertical-align: middle;
	width: 60px;
	height: 60px;
	padding: 5px;
  }
  
  #cart .dropdown-menu .product-thumb img {
	width: 100%;
	height: auto;
	padding: 0;
  }
  
  #cart .dropdown-menu .product-thumb .img-thumbnail {
	/* width: 150px;
	  height: 150px; */
	border-radius: 0px;
	border: none;
  }
  
  /*    -->                 HEADER > MINICART > PRODUCT LIST > INFO                    
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu .product-info {
	display: flex;
	flex-direction: column;
	min-height: auto;
	padding: 10px 0px 10px 5px;
  }
  
  #cart .dropdown-menu .product-info a {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	/* text-transform: uppercase; */
	display: block;
	margin-bottom: 0px;
	letter-spacing: 0;
	line-height: 16px;
}
  
  #cart .dropdown-menu .table-products td .cart-brand {
	font-weight: bold;
	font-size: 15px;
	color: #000;
  }
  
  /*    -->                HEADER > MINICART > PRODUCT LIST > OPTIONS                             
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu .product-info .product-options {
	margin-bottom: 8px;
  }
  
  #cart .dropdown-menu .product-info .product-options .option-name {
	font-weight: bold;
	color: black;
	font-size: 11px;
	/* text-transform: uppercase; */
  }
  
  #cart .dropdown-menu .product-info .product-options .option-value {
	color: #6c6c6c;
	font-size: 11px;
  }
  
  /*    -->                  HEADER > MINICART > PRODUCT LIST > PRICE                             
	[3]   ------------------------------------------------------------- */
	#cart .dropdown-menu .product-info .product-price {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		margin-top: auto;
		margin-left: 26px;
	}
  
  /*    -->                    HEADER > MINICART > PRODUCT LIST > QTY                             
	[3]   ------------------------------------------------------------- */
  td.text-right.product-qty {
	vertical-align: bottom;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: absolute;
	bottom: 6px;
	right: 0px;
	border: none !important;
  }

  .text-left.product-info .quantity {
		margin-right: 0px;
		margin-bottom: -14px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 12px !important;
		line-height: 12px;
	}
  
  /*    -->                 HEADER > MINICART > PRODUCT LIST > REMOVE                             
	[3]   ------------------------------------------------------------- */
  td.text-center.product-remove {
	width: 15px;
  }
  
  header #cart .btn.btn-danger.btn-xs {
	background: none;
	/* border-radius: 0px; */
	border: none;
	padding: 0px;
	transform: translate(5px, -2px);
	color: #000;
	text-align: center;
	text-shadow: unset !important;
	background: unset !important;
	border: unset !important;
	box-shadow: unset !important;
}
  
  /*    -->                                                                      HEADER > MINICART > BOTTOM SECTION
	[2]   =========================================================================================================== */
	li.bottom-section {
		margin-top: auto;
		display: block;
		background: #EAEFEF !important;
		padding: 25px 20px;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -20px;
	}
  
  li.bottom-section>div.container {
	width: 390px;
	max-width: 100%;
  }
  
  /*    -->              HEADER > MINICART > BOTTOM SECTION > TOTALS              
	[3]   ------------------------------------------------------------- */
  /* hide subtotal section */
  .bottom-section .container .totals>div:first-child {
	display: none;
  }
  
  .bottom-section .container .totals>div {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	color: black;
  }
  
  .bottom-section .container .totals>div .total-title {
	font-size: 16px;
	font-weight: 600;
  }
  
  .bottom-section .container .totals>div .total-text {
	font-size: 18px;
	font-weight: bold;
  }
  
  /*    -->              HEADER > MINICART > BOTTOM SECTION > BUTTONS              
	[3]   ------------------------------------------------------------- */
  #cart .dropdown-menu .cart-footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
  }
  
  #cart .dropdown-menu .cart-footer>a {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-items: center;
	max-width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: black;
	border-radius: 0px; 
	transition: 0.5s all;
  }
  
  #cart .dropdown-menu .cart-footer > a:first-child {
	margin-bottom: 10px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: black;
	color: white;
	border-radius: 12px;
	padding: 20px 0px;
	text-align: center;
	text-shadow: unset;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 12px;
	transition: all 0.3s;
	box-shadow: unset !important;
	height: auto;
	margin-top: 20px;
	font-size: 18px !important;
	font-weight: bold !important;
 }
  
  #cart .dropdown-menu .cart-footer>a:last-child {
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: #4a686b;
	color: white;
	border-radius: 12px;
	padding: 20px 0px;
	text-align: center;
	text-shadow: unset;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 12px;
	transition: all 0.3s;
	box-shadow: unset !important;
	height: auto;
  margin-top: 10px;
  font-size: 18px !important;
  font-weight: bold !important;
  }
  
  #cart .dropdown-menu .cart-footer>a>* {
	margin: 0 auto;
  }
  
  #cart .dropdown-menu .cart-footer > a:first-child:hover {
	background: #4a686b !important;
	color: white !important;
  }

  #cart .dropdown-menu .cart-footer>a:hover {
	color: white !important;
	background: black !important;
  }
  
  
  
  
  
  
  
  label[for="xshippingpro.xshippingpro7"] {
	font-weight: bold;
	font-size: 15px;
}
  








/*******
*
*
*************** NEW CHEKOUT */

.checkout-checkout body {
	background: #eaeaea;
}

.checkout-checkout body > #d_quickcheckout {
	max-width: 1650px;
}

.checkout-checkout .qc-logo .img-responsive {
	max-width: 130px;
	margin: 0;
}

.checkout-checkout #container {
	background: #EAEFEF;
	max-width: unset !important;
	width: 100% !important;
	padding: 30px 50px !important;
}

.checkout-checkout .ve-card {
	border-radius: 15px;
	padding: 20px;
}

.checkout-checkout .ve-card .ve-h4 {
	font-weight: bold;
	font-size: 16px;
	border-left: 2px solid #4a686b;
	padding-left: 18px;
	margin-bottom: 20px;
}

.checkout-checkout .ve-card__header {
	border: unset;
	padding-bottom: 0;
}

.checkout-checkout .qc-field.ve-field.qc-clearboth hr {
	display: none;
}

.checkout-checkout .qc-field.ve-field.qc-clearboth[step="payment_address"] h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.checkout-checkout div[data-is="qc_cart"] .ve-h4 {
	margin-bottom: 0 !important;
}

.checkout-checkout body .qc-title {
	margin-bottom: 10px;
	font-weight: 600;
	display: none;
}

.checkout-checkout body label {
	font-size: 14px;
}

.checkout-checkout body .ve-field .ve-label {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: bold;
}

.checkout-checkout body .qc .ve-radio [type="radio"]:checked + i::before {
	border-color: #4a686b !important;
}

.checkout-checkout body .ve-radio [type="radio"]:checked + i::before {
	border: 1px solid #4a686b;
}

.checkout-checkout body .qc .ve-radio [type="radio"]:checked + i::after {
	background-color: #4a686b !important;
}

.checkout-checkout body .qc .ve-radio--selected {
	color: #4a686b !important;
}

.checkout-checkout body .ve-radio {
	padding-left: 30px;
}

.checkout-checkout body .qc .ve-checkbox [type="checkbox"]:checked + i::before {
	border: 1px solid #4a686b !important;
	background-color: #4a686b !important;
}

.checkout-checkout body .qc .ve-btn--primary, 
.checkout-checkout body .qc a.ve-btn--primary, 
.checkout-checkout body .qc-btn.ve-btn--primary {
	background: #4a686b !important;
	color: #fff !important;
	font-weight: bold !important;
}

.checkout-checkout body .qc .ve-btn--primary:hover, 
.checkout-checkout body .qc a.ve-btn--primary:hover, 
.checkout-checkout body .qc-btn.ve-btn--primary:hover {
	background: black !important;
}

.checkout-checkout body .qc .ve-btn--primary:active, 
.checkout-checkout body .qc .ve-btn--primary.active, 
.checkout-checkout body .qc a.ve-btn--primary:active, 
.checkout-checkout body .qc a.ve-btn--primary.active, 
.checkout-checkout body .qc-btn.ve-btn--primary:active, 
.checkout-checkout body .qc-btn.ve-btn--primary.active {
	background: #4a686bd9 !important;
}

.checkout-checkout body .ve-input[type="text"], 
.checkout-checkout body .ve-input[type="email"], 
.checkout-checkout body .ve-input[type="password"], 
.checkout-checkout body .ve-input[type="time"], 
.checkout-checkout body .ve-input[type="date"], 
.checkout-checkout body .ve-input[type="datetime"], 
.checkout-checkout body .ve-input[type="tel"] {
	background: #f6f6f6;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	font-family: var(--font-sec);
	height: 48px;
	padding: 0 5px;
	transition: all .3s ease-in-out;
	width: 100%;
	text-transform: initial !important;
}

.checkout-checkout body select.ve-input{
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	font-family: var(--font-sec);
	height: 48px;
	padding: 0 5px;
	transition: all .3s ease-in-out;
	width: 100%;
	text-transform: initial !important;
}

.checkout-checkout body .qc-select-placeholder {
	background: #f6f6f6;
	height: 48px;
	line-height: 40px;
	border: 1px solid #dbdbdb;
    border-radius: 10px;
    text-transform: initial !important;
}

/*.checkout-checkout body .step.qc-payment {*/
/*	border-radius: 15px;*/
/*	padding: 20px;*/
/*	margin-bottom: 15px;*/
/*	background: #fff;*/
/*	box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);*/
/*}*/

.payment-form-wrapper {
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 15px;
	background: #fff !important;
	box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1) !important;
	margin: unset !important;
}

.checkout-checkout body .qc .qc-name a, 
.checkout-checkout body .qc label a {
	color: #4a686b !important;
}

.checkout-checkout body .ve-btn--default, 
a.ve-btn--default, 
.checkout-checkout body a:not([href]):not([tabindex]).ve-btn--default,
.qc-checkout-product.ve-card__section .ve-field.d-vis.qc-coupon button,
.qc-checkout-product.ve-card__section .ve-field.d-vis.qc-voucher button {
	background: #EAEFEF !important;
	color: #000 !important;
	height: 48px !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

.checkout-checkout body .ve-btn.d-vis.ve-btn--primary.ve-btn--hg.ve-pull-right {
	width: 100%;
	border-radius: 12px;
	font-weight: bold;
	padding: 10px 20px;
	box-shadow: unset !important;
	transition: all 0.3s;
	text-shadow: unset !important;
	border: 1px solid #4A686B !important;
	line-height: 1;
}

.checkout-checkout body .qc-checkout-product tr td {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}

.checkout-checkout .qc-loader {
	background: #4a686b;
}

.checkout-checkout #payment_address_fields .field-sortable.d-vis, 
.checkout-checkout #shipping_address_fields .field-sortable.d-vis.ve-clearfix {
	margin-bottom: 20px;
}

.checkout-checkout #payment_address_fields .qc-field.ve-field,
.checkout-checkout #shipping_address_fields .qc-field.ve-field {
	margin-bottom: 0px;
}

.checkout-checkout .qc-logo {
    display: none !important;
}

.checkout-checkout .go-to-cart-container {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: #f6f6f6;
	margin-bottom: 30px;
}

.checkout-checkout .go-to-cart-container b {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
}

.checkout-checkout .go-to-cart-container .return-to-cart {
	padding: 10px;
	margin-right: 7px;
	background: white;
	box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
	font-weight: normal;
	font-size: 15px;
	transition: all 0.3s ease;
	color: black;
	font-weight: bold;
	box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
	font-weight: normal;
	font-size: 15px;
	text-transform: initial !important;
}

.checkout-checkout .go-to-cart-container .return-to-cart:hover {
	background: black;
	color: white;
}

.checkout-checkout .go-to-cart-container .return-to-cart .fa.fa-long-arrow-left {
	margin-right: 15px;
}

#payment_method_list img {
	display: none;
}

.ve-radio[for="freeshippingteaser.freeshippingteaser"] {
	display: none !important;
}

#login_popup {
	display: block;
}

.step.qc-cart .ve-hidden {
	/* display: initial !important; */
	width: 100% !important;
	display: table-header-group !important;
}


#boxnowcyprusmap iframe[src*="widget-v3.boxnow.gr"] {
    display: none !important;
}

#boxnowmap iframe[src*="widget-v5.boxnow.cy"] {
    display: none !important;
}



.under-address {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-top: 30px;
    font-size: 15px;
    line-height: 28px;
}

.under-address b i {
	color: rgb(168, 42, 42);
	
}

.under-address b {
	color: #4a686b;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.under-address div a {
	display: flex;
	align-content: center;
	align-items: center;
	justify-items: center;
	display: flex;
	gap: 10px;
	color: black;
	border-left: 2px solid #4a686b;
	padding-left: 8px;
	margin-bottom: 5px;
}

.under-address div a i {
    color: #4a686b !important;
}


.under-shipping-methods {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

.under-shipping-methods p {
    margin: unset !important;
}

.under-shipping-methods .flex.items-center {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
}

.before-checkout-notice {
	background-color: rgb(236 200 206 / 0.1);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

@media (min-width: 640px) {
    .before-checkout-notice .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.before-checkout-notice .grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}

.before-checkout-notice .grid .flex.items-start {
	display: flex;
	gap: 15px;
	align-items: center;
}

.before-checkout-notice .grid .flex.items-start .bg-white svg {
	width: 16px;
	height: 16px;
}

.before-checkout-notice .grid .flex.items-start .bg-white {
	background: white;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid rgb(148, 183, 187);
	text-align: center;
}

.counter-checkout {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

.counter-checkout .flex.items-start {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.counter-checkout svg {
	min-width: 18px;
}

.counter-checkout .counter-text {
	color: rgb(168 42 42);
	padding: 15px;
	margin-top: 5px;
	border: 1px solid rgb(236, 200, 206);
	border-radius: 5px;
	background: white;
	font-size: 17px;
	font-weight: bold;
}

@media (max-width: 767px) {
    body > #d_quickcheckout {
    	padding: 0px 10px !important;
    }    

	.process.page-nav.ve-clearfix {
		margin: 0;
	}
    
    .checkout-checkout .ve-card {
    	padding: 0px !important;
    }
    
    .checkout-checkout .go-to-cart-container {
    	padding: 0px !important;
    	margin-top: 0px !important;
    }
    
    .checkout-checkout .qc-price.ve-hidden-xs, 
    .checkout-checkout .qc-quantity {
    	display: none !important;
    }
}

.cart-brand {
	display: none !important;
}

.ve-field.d-vis.qc-reward {
	display: none !important;
}


#modal-agree .modal-content {
	color: black;
}

#account-voucher #d_social_login,
#account-voucher-success #d_social_login {
	display: none;
}

.d-social-login__button__label {
	display: block !important;
	color: #000 !important;
	font-size: 14px;
	line-height: 16px;
}

.d-social-login__button--google {
	display: block;
}

.d-social-login__button__icon {
	display: flex;
	justify-content: center;
	padding: 10px;
	align-content: center;
	align-items: center;
}

.d-social-login__button--google {
	background-color: unset !important;
	border: 1px solid #DDDDDD;
	padding: 0px 10px;
	gap: 15px;
}

.d-social-login__label {
	display: none;
}

.account-logout #d_social_login {
	display: none;
}

.d-social-login--icons .d-social-login__button__icon {
	max-width: unset !important;
	max-height: unset !important;
}

.d-social-login--icons .d-social-login__button__icon img {
	width: 30px !important;
	height: auto !important;
}

.d-social-login__button {
	box-shadow: unset !important;
}

.d-social-login__label {
	display: none !important;
}

.d-social-login__button-list {
	max-width: 1200px;
	margin: auto;
	justify-content: center;
	margin-bottom: 30px;
}

#account-login .d-social-login__button-list {
	margin-bottom: 15px;
	margin-top: 15px;
}

#account-register .d-social-login__button-list {
	margin-bottom: 15px;
	margin-top: 0px;
}

#account-login #d_social_login,
#account-register #d_social_login {
	margin: 0;
	width: 100%;
}

#account-login .or-text::before {
	content: "";
	height: 1px;
	width: 100%;
	background: #DDDDDD !important;
	position: absolute;
	left: 0;
	top: 13px;
}

#account-login .or-text {
	margin-bottom: 25px;
}

.la-ball-clip-rotate {
	color: black !important;
}

.checkout-checkout .d-social-login__button.d-social-login__button--google {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.checkout-checkout .d-social-login__button.d-social-login__button--google .d-social-login__button__icon {
	padding: 5px;
}

.checkout-checkout .d-social-login__button-list {
	margin-bottom: 15px;
}

/*** 					refer a friend */

#referral-section {
	padding: 15px;
	background: #EAEFEF;
	border-radius: 12px;
	text-align: center;
}

#referral-section h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

#referral-section p {
	font-size: 17px;
	line-height: 22px;
	max-width: 300px;
	margin: 0 auto 15px;
}

#referral-section #friend_email {
	border: 1px solid #DDDDDD;
	border-radius: 5px !important;
	padding: 14px !important;
	font-size: 15px !important;
	line-height: 19px !important;
	letter-spacing: 0px;
	color: #111111;
	height: auto;
	text-transform: initial !important;
}

#referral-section #send_referral {
	border-radius: 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	padding: 14px;
	color: #ffffff;
	background: #4A686B;
	border-color: #4A686B;
	text-align: center;
}

#referral-section #referral_message {
	margin-top: 15px !important;
}

#referral-section .ve-checkbox {
	max-width: 330px;
	margin: 15px auto 15px;
	display: block;
}

/*
*
*
*
* 							GIFT TEASER */

#checkout-cart form table a p,
#cart .dropdown-menu .product-info a p,
.checkout-checkout body .qc-checkout-product tr td a p {
	margin: 0;
	background: black;
	color: white;
	padding: 2px 5px;
	max-width: 60px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	margin-top: 3px;
}

/*
*
*
*
* 							REWARD */

.account-reward .panel-heading .panel-title {
	font-weight: bold;
	line-height: 32px;
	font-size: 24px;
}

.account-reward h1 {
	font-size: 35px;
	font-weight: bold;
	margin: 15px 0px;
	line-height: 50px;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	justify-content: center;
	text-align: center;
}

.account-reward h1 svg {
	width: 30px;
}

.account-reward body {
	background: #f9fafb;
}

#account-reward {
	padding: 15px;
}

.account-reward .panel-heading {
	background: white;
	border: unset !important;
	padding: 25px;
	border-radius: 10px;
}

.account-reward .panel-body {
	padding: 30px;
} 

.account-reward .row.info-boxes .panel-body {
	padding: 0 0 10px 0;
}

.account-reward .col-md-4 .panel-body.text-center {
	padding: 25px;
}

.account-reward .panel-default {
	border-color: #ddd;
	border-radius: 10px;
	border: 1px solid rgb(228, 228, 231) !important;
}

.account-reward .align-together {
	display: flex;
	gap: 8px;
}

.account-reward .table > tbody > tr > td, .account-reward .table > tbody > tr > th, .account-reward .table > tfoot > tr > td, .account-reward .table > tfoot > tr > th, .account-reward .table > thead > tr > td, .account-reward .table > thead > tr > th {
	padding: 18px 8px;
	border: unset !important;
	border-bottom: 1px solid rgb(228, 228, 231) !important;
	font-size: 14px;
	line-height: 16px;
}

.account-reward thead {
	background: rgb(249, 250, 251);
} 

.account-reward .btn.btn-default {
	background: white;
	box-shadow: unset !important;
	border-color: rgb(228, 228, 231);
	color: #000 !important;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.account-reward .btn.btn-default a {
	color: #000;
	font-size: 14px;
	transition: all 0.3s ease;
}

.account-reward .btn.btn-default a .glyphicon.glyphicon-chevron-left {
	margin-right: 10px;
	transition: all 0.3s ease;
}

.account-reward .btn.btn-default:hover {
	background: black;
}

.account-reward .btn.btn-default:hover a {
	color: white;
}

.account-reward .btn.btn-default:hover a .glyphicon.glyphicon-chevron-left {
	color: white;
}

.account-reward .align-end-texts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	font-size: 15px;
	color: rgb(74, 104, 107);
}

.account-reward .progress {
	margin-bottom: 15px;
	height: 10px;
}

.account-reward .next-rank-discount {
	padding: 8px;
	background: rgb(74, 104, 107);
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
	color: white;
	border-radius: 5px;
	margin-bottom: 45px;
}

.account-reward .next-rank-discount p {
	margin: 0 !important;
}






.account-reward .flex.items-center.gap-2 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-reward .flex.items-center.gap-2 .flex.items-center.justify-center {
	display: flex;
	background-color: rgb(74 104 107 / 0.1);
	height: 48px;
	width: 48px;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.account-reward .flex.items-center.gap-2 p {
	margin: 0;
	line-height: 24px;
}

.account-reward .flex.items-center.gap-2 p.text-xs {
	color: rgb(107, 114, 128);
	font-size: 14px;
}

.account-reward .flex.items-center.gap-2 p.text-sm {
	font-size: 18px;
	font-weight: bold;
	color: rgb(74, 104, 107);
	text-transform: uppercase;
}





.row.current-rank-Bronze .bronze .panel-body.text-center,
.row.current-rank-Silver .silver .panel-body.text-center,
.row.current-rank-Gold .gold .panel-body.text-center,
.row.current-rank-Platinum .platinum .panel-body.text-center {
	background: rgb(74, 104, 107) !important;

}

.row.current-rank-Bronze .bronze .panel-body.text-center i,
.row.current-rank-Silver .silver .panel-body.text-center i,
.row.current-rank-Gold .gold .panel-body.text-center i,
.row.current-rank-Platinum .platinum .panel-body.text-center i {
	color: white !important;

}

.row.current-rank-Bronze .bronze .panel-body.text-center h3,
.row.current-rank-Silver .silver .panel-body.text-center h3,
.row.current-rank-Gold .gold .panel-body.text-center h3,
.row.current-rank-Platinum .platinum .panel-body.text-center h3 {
	color: white !important;
}

.row.current-rank-Bronze .bronze .panel-body.text-center hr,
.row.current-rank-Silver .silver .panel-body.text-center hr,
.row.current-rank-Gold .gold .panel-body.text-center hr,
.row.current-rank-Platinum .platinum .panel-body.text-center hr {
	border-color: rgb(255 255 255 / 0.5) !important;
}

.row.current-rank-Bronze .bronze .panel-body.text-center p,
.row.current-rank-Silver .silver .panel-body.text-center p,
.row.current-rank-Gold .gold .panel-body.text-center p,
.row.current-rank-Platinum .platinum .panel-body.text-center p {
	color: white !important;
}

.row.current-rank-Bronze .bronze .panel-body.text-center .circle-icon,
.row.current-rank-Silver .silver .panel-body.text-center .circle-icon,
.row.current-rank-Gold .gold .panel-body.text-center .circle-icon,
.row.current-rank-Platinum .platinum .panel-body.text-center .circle-icon {
	background: #6e8689 !important;
	border-style: solid !important
}

.row.current-rank-Bronze .bronze .panel-body.text-center .glyphicon-gift::before,
.row.current-rank-Silver .silver .panel-body.text-center .glyphicon-gift::before,
.row.current-rank-Gold .gold .panel-body.text-center .glyphicon-gift::before,
.row.current-rank-Platinum .platinum .panel-body.text-center .glyphicon-gift::before {
	content: "\e013" !important;
}

.account-reward .circle-icon {
	width: 65px !important;
	height: 65px !important;
}

.account-reward .panel-body.text-center hr {
	width: 48px !important;
	border-width: 2px !important;
}

.account-reward .panel-body.text-center h3 {
	font-weight: bold !important;
	font-size: 20px !important;
}

.account-reward .panel-body.text-center p {
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}

.account-reward .panel-body.text-center .btn.btn-default.btn-sm {
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	cursor: default !important;
	width: 120px;
	background: transparent !important;
	border: 1px solid rgba(74, 104, 107, 0.2) !important;
	color: rgba(74, 104, 107, 0.7) !important;
	font-size: 14px !important;
	border-radius: 20px;
	text-shadow: unset !important;
}

.row.current-rank-Bronze .bronze .panel-body.text-center .btn.btn-default.btn-sm,
.row.current-rank-Silver .silver .panel-body.text-center .btn.btn-default.btn-sm,
.row.current-rank-Gold .gold .panel-body.text-center .btn.btn-default.btn-sm,
.row.current-rank-Platinum .platinum .panel-body.text-center .btn.btn-default.btn-sm {
	color: rgb(255, 255, 255) !important;
	background: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
}


.account-reward .progress-info-container {
	background: rgb(249, 250, 251);
	margin-top: 30px;
	padding: 20px 15px;
	display: flex;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
}

.account-reward .progress-info-container div {
	text-align: center;
}

.account-reward .progress-info-container span {
	color: rgb(107, 114, 128);
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.account-reward .progress-info-container b {
	color: rgb(74, 104, 107);
	display: block;
	font-size: 20px;
	line-height: 28px;
}

.account-reward .info-heading {
	font-weight: bold;
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 25px;
}

.account-reward .row.info-boxes .panel-heading {
	padding-bottom: 0px;
}

.account-reward .row.info-boxes .panel-heading .icon-circle {
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: auto;
	background: rgba(74, 104, 107, 0.1);
	border-radius: 100%;
}

.account-reward .row.info-boxes h3 {
	color: rgb(74, 104, 107);
	font-weight: bold;
	font-size: 23px;
	line-height: 30px;
}

.account-reward .row.info-boxes p {
	font-size: 16px;
	line-height: 24px;
	color: rgb(75, 85, 99);
}

.row.info-boxes {
	/* margin-bottom: 30px; */
}



.account-reward  main.container {
	width: 1000px !important;
	margin: auto !important;
	max-width: 100%;
}

#account-reward .breadcrumb {
	display: none;
}

.row.current-euros-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 25px 0;
}

.row.current-euros-container {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 25px 0;
	background: rgb(74, 104, 107);
	padding: 10px;
	max-width: 400px;
	border-radius: 25px;
	color: white;
	gap: 10px;
	font-size: 16px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}


.account-reward .row.before-info-boxes {
	margin: 15px 0 30px 0px;
}

.account-reward .row.before-info-boxes .icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #edf0f0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.account-reward .row.before-info-boxes .col-sm-4.col-xs-12 {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.account-reward .row.before-info-boxes .col-sm-4.col-xs-12 span {
	font-size: 18px;
	line-height: 25px;
	min-height: 32px;
}

.account-reward .list-unstyled.fancy-list li {
	display: flex;
	text-align: left;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 23px;
}

.account-reward .list-unstyled.fancy-list li .fancy-number {
	border-radius: 100%;
	background: #dae2e2;
	color: white;
	text-align: center;
	padding: 5px;
	color: #4a686b;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	min-width: 35px;
}

.account-reward .list-unstyled.fancy-list li .fancy-text {
	color: #000 !important;
}

.account-reward .list-unstyled.fancy-list li .fancy-text .fancy-sub-text {
	color: #666 !important;
}

.account-reward .list-unstyled.fancy-list {
	background: #eaefef;
	margin: 20px 10px 0 10px;
	padding: 15px;
	border-radius: 12px;
}



.account-reward .panel-heading .accordion-plus-toggle:before {
	font-family: FontAwesome;
	content: "\f106";
	float: right;
	color: #000;
	font-size: 12px;
}
 
.account-reward .panel-heading .accordion-plus-toggle.collapsed:before {
	content: "\f107";
	color: #000;
	font-size: 12px;
}
 
.account-reward  .panel-heading .accordion-arrow-toggle:before {
	font-family: FontAwesome;
	content: "\f078";
	float: right;
	color: #000;
	font-size: 12px;
}
 
.account-reward .panel-heading .accordion-arrow-toggle.collapsed:before {
	content: "\f054"; 
	color: #000;
	font-size: 12px;
}
 
.account-reward .panel-title > a {
	display: block;
}

.account-reward .accordion-for-rewards .panel-title {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

.account-reward .accordion-for-rewards .panel-heading {
	padding: 10px 15px;
}

.account-reward .accordion-for-rewards .panel-body {
	padding: 10px 15px;
}

.account-reward .accordion-for-rewards .panel-body .list-unstyled.fancy-list {
	padding: 0;
	margin: 15px 0px;
	background: white;
}

.account-reward .accordion-for-rewards .panel-body .list-unstyled.fancy-list li {
	font-size: 13px;
	line-height: 18px;
}

@media (max-width: 767px) {
	.account-reward .panel-body {
		overflow: auto;
	}

	.row.current-rank-Bronze,
	.row.current-rank-Silver,
	.row.current-rank-Gold,
	.row.current-rank-Platinum {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		max-width: 100% !important;
		gap: 0;
		display: flex;
		margin-bottom: 20px;
		width: 100%;
		margin-left: unset !important;
		margin-right: unset !important;
	}

	.row.current-rank-Bronze .col-xs-12.col-sm-6.col-md-4.col-lg-3,
	.row.current-rank-Silver .col-xs-12.col-sm-6.col-md-4.col-lg-3,
	.row.current-rank-Gold .col-xs-12.col-sm-6.col-md-4.col-lg-3,
	.row.current-rank-Platinum .col-xs-12.col-sm-6.col-md-4.col-lg-3 {
		flex: 0 0 90% !important;
		scroll-snap-align: center;
		padding: 0 5px;
	}

	.account-reward main.container {
		padding: 0 !important;
	}
}

.col-half {
	margin-bottom: 20px;
}

.qc-field[field_id="google_recaptcha"] .col-full.ve-label {
	display: none;
}

#account-register #column-right {
	display: none;
}



















#boxnowcyprusmap iframe:nth-child(n+2), 
#boxnowmap iframe:nth-child(n+2) {
	display: none;
}


.checkout-checkout .vd-frontend {
    display: none;
}

.before-checkout-notice {
	background-color: rgb(236 200 206 / 0.1);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

@media (min-width: 640px) {
    .before-checkout-notice .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.before-checkout-notice .grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}

.before-checkout-notice .grid .flex.items-start {
	display: flex;
	gap: 15px;
	align-items: center;
}

.before-checkout-notice .grid .flex.items-start .bg-white svg {
	width: 16px;
	height: 16px;
}

.before-checkout-notice .grid .flex.items-start .bg-white {
	background: white;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid rgb(148, 183, 187);
	text-align: center;
}

.counter-checkout {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

.counter-checkout .flex.items-start {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.counter-checkout svg {
	min-width: 18px;
}

.counter-checkout .counter-text {
	color: rgb(168 42 42);
	padding: 15px;
	margin-top: 5px;
	border: 1px solid rgb(236, 200, 206);
	border-radius: 5px;
	background: white;
	font-size: 17px;
	font-weight: bold;
}

.checkout-checkout .go-to-cart-container {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: #f6f6f6;
	margin-bottom: 30px !important;
}

.checkout-checkout .go-to-cart-container b {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
}

.checkout-checkout .go-to-cart-container .return-to-cart {
	padding: 10px;
	margin-right: 7px;
	background: white;
	box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
	font-weight: normal;
	font-size: 15px;
	transition: all 0.3s ease;
	color: black;
	font-weight: bold;
	box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
	font-weight: normal;
	font-size: 15px;
	text-transform: initial !important;
}

.checkout-checkout .go-to-cart-container .return-to-cart:hover {
	background: black;
	color: white;
}

.checkout-checkout .go-to-cart-container .return-to-cart .fa.fa-long-arrow-left {
	margin-right: 15px;
}

.checkout-checkout header, .checkout-checkout nav#top, .checkout-checkout footer {
	display: none;
}

.checkout-checkout body #checkout-checkout {
	padding: 40px;
	display: block;
}


.checkout-checkout .col-sm-4.check-column.cart-end,
.checkout-checkout .col-sm-4.check-column.payment-shipping {
	width: 66%;
}


.checkout-checkout .panel-body {
	box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 15px;
	background: #fff;
	min-height: 30px;
	overflow: visible;
	border-radius: 15px;
}

.checkout-checkout .panel-body .panel-body.not-valid {
	padding: 0;
	box-shadow: unset;
	margin-bottom: 0;
}

.checkout-checkout #checkout-checkout .panel-body h2,
.checkout-checkout #checkout-checkout .panel-body h3 {
	font-weight: bold !important;
	font-size: 16px !important;
	border-left: 2px solid #4a686b !important;
	padding-left: 18px !important;
	margin-bottom: 20px  !important;
	text-transform: none !important;
	margin-top: 15px !important;
}

.checkout-checkout .col-sm-4.check-column.payment-shipping {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.checkout-checkout #collapse-payment-method, .checkout-checkout #collapse-shipping-method {
	width: 50%;
}

.checkout-checkout #collapse-payment-method .radio::before {
    content: unset !important;
}

.checkout-checkout #collapse-shipping-method .radio, 
.checkout-checkout #collapse-payment-method .radio {
	box-shadow: unset !important;
	background: unset !important;
	padding: 6px !important;
	margin: 0 !important;
	padding-left: 6px !important;
}

.checkout-checkout #collapse-shipping-method .radio label,
.checkout-checkout #collapse-payment-method .radio label {
    font-size: 14px !important;
}

.checkout-checkout #collapse-payment-method input[type="radio"]:checked + p,
.checkout-checkout #collapse-shipping-method input[type="radio"]:checked + p {
  font-weight: bold !important;
  color: #4a686b !important;
}

.checkout-checkout input[type="radio"] {
	accent-color: #4a686b !important;
}

.checkout-checkout #payment-text-more {
	/*margin-top: 30px;*/
}

.checkout-checkout #payment-text-more .well.well-sm {
	max-height: 200px;
	overflow-y: scroll;
}

.checkout-checkout .form-control {
	background: #f6f6f6;
	border: 1px solid #dbdbdb !important;
	border-radius: 10px !important;
	height: 48px !important;
	padding: 5px 10px !important;
	transition: all .3s ease-in-out;
	width: 100%;
	text-transform: initial !important;
}

.checkout-checkout body .control-label {
	font-size: 14px;
	font-weight: bold;
}


.checkout-checkout input[type="checkbox"],
.checkout-checkout input[type="radio"] {
	accent-color: #4a686b;
}

.checkout-checkout .form-group.required.phone, 
.checkout-checkout .form-group.required.email,
.checkout-checkout .form-group.required.address{
	width: 100%;
}

.checkout-checkout textarea.form-control[name="comment"] {
	padding: 10px !important;
}

.under-address {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-top: 30px;
    font-size: 15px;
    line-height: 28px;
}

.under-address b i {
	color: rgb(168, 42, 42);
	
}

.under-address b {
	color: #4a686b;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.under-address div a {
	display: flex;
	align-content: center;
	align-items: center;
	justify-items: center;
	display: flex;
	gap: 10px;
	color: black;
	border-left: 2px solid #4a686b;
	padding-left: 8px;
	margin-bottom: 5px;
}

.under-address div a i {
    color: #4a686b !important;
}


.under-shipping-methods {
	background-color: rgb(236 200 206 / 0.2);
	padding: 15px;
	border: 1px solid #4a686b;
	border-radius: 10px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #4a686b;
}

.under-shipping-methods p {
    margin: unset !important;
}

.under-shipping-methods .flex.items-center {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 10px;
}

#collapse-checkout-confirm .table.table-hover td img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 3px;
	max-width: 75px;
	height: auto;
}

#collapse-checkout-confirm table tr {
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}

#collapse-checkout-confirm table tr td {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}

#collapse-checkout-confirm .table.table-hover * {
	border: unset !important;
}

#collapse-checkout-confirm .table.table-hover a {
	color: #4a686b !important;
}

#collapse-payment-address .buttons.clearfix {
	display: block;
	float: unset;
}

#collapse-checkout-confirm .table.table-hover tfoot {
	border-top: 1px solid #ddd !important;
}

.checkout-checkout #input-coupon, .checkout-checkout #input-voucher {
	padding: 15px !important;
	height: auto !important;
	border-radius: 5px !important;
}

.checkout-checkout .voucher_section {
	margin-bottom: 35px;
}



.panel-body.actions-checkout .radio.col-sm-4.active-options {
	background: #4a686bd9 !important;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	color: white;
	font-size: 14px;
	font-weight: bold !important;
}

.panel-body.actions-checkout .radio.col-sm-4:hover {
    background: #4a686bd9 !important;
}

.panel-body.actions-checkout .radio.col-sm-4 {
	background: #4a686b !important;
	height: 32px;
	line-height: 18px;
	padding: 0 12px;
	color: white;
	font-size: 14px;
	font-weight: bold !important;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	justify-items: center;
	flex: 1 1 auto;
	width: auto;
	margin: unset !important;
	box-shadow: inset 0 2px 3px rgba(50, 50, 93, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-body.actions-checkout {
	padding: 0 !important;
	box-shadow: unset !important;
	margin-bottom: 0 !important;
	background: unset !important;
}

.panel-body.actions-checkout .radio.col-sm-4 label {
	font-size: 14px;
	font-weight: bold !important;
	line-height: 18px;
    padding: 0;
    text-align: center;
}

.panel-body.actions-checkout .radio.col-sm-4 label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
	margin: 0;
}

.panel-body.actions-checkout .col-sm-12 .col-sm-12 {
	display: flex;
	float: unset !important;
	width: 100% !important;
	flex-wrap: wrap;
}

.panel-body.actions-checkout .radio.col-sm-4 .login-link {
	color: white !important;
}

#login-modal .control-label {
	color: #000 !important;
}

#collapse-checkout-confirm .table.table-hover tfoot .text-right, #collapse-checkout-confirm .table.table-hover tfoot .text-right strong {
	font-weight: normal !important;
	padding-bottom: 0;
}

#collapse-checkout-confirm .table.table-hover tfoot tr:last-child .text-right, 
#collapse-checkout-confirm .table.table-hover tfoot tr:last-child .text-right strong {
	font-weight: bold !important;
	padding-bottom: 0;
	font-size: 16px !important;
	padding-top: 15px !important;
}

textarea.form-control[name="comment"] {
	padding: 20px !important;
	background: white;
	height: 80px !important;
}

.checkout-checkout .col-sm-12.safe-transaction {
	display: flex !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 12px !important;
	flex-direction: row !important;
}

.checkout-checkout .col-sm-12.safe-transaction span {
	color: #CBCBCB;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.checkout-checkout a {
    color: #4a686b !important;
}

.checkout-checkout #modal-agree .modal-body * {
	color: #000;
}

@media (max-width: 1250px) {
    .checkout-checkout #collapse-payment-method, .checkout-checkout #collapse-shipping-method {
    	width: 100%;
    }

    .checkout-checkout .col-sm-4.check-column.payment-shipping {
    	flex-wrap: wrap;
    	gap: 0;
    }
}

@media (max-width: 768px) {
    .checkout-checkout body #checkout-checkout {
    	padding: 10px;
    	display: block;
    }
    
    .checkout-checkout .col-sm-4.check-column.cart-end, .checkout-checkout .col-sm-4.check-column.payment-shipping {
    	width: 100%;
    }
    
    #button-coupon, #button-voucher {
    	margin-left: 5px !important;
    	padding: 5px 9px !important;
    }
}

#collapse-shipping-address > h2 {
	display: none;
}

/*#collapse-shipping-address .form-group.custom-field {*/
/*	display: none;*/
/*}*/

.col-sm-4.check-column.cart-end {
	margin-left: auto;
	float: right;
}

#collapse-payment-address #payment-custom-field5, #collapse-payment-address #payment-custom-field6 {
	display: none !important;
}

.voucher_title, .coupon_title {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
}




.category-id-152 .mfilter-filter-item.mfilter-cat_checkbox.mfilter-categories,
.category-id-152 .mfilter-filter-item.mfilter-cat_checkbox.mfilter-categories,
.category-id-152 .mfilter-filter-item.mfilter-cat_checkbox.mfilter-categories {
    display: none;
}

.category-id-152 .mfilter-content_top .mfilter-filter-item[data-id="1"],
.category-id-213 .mfilter-content_top .mfilter-filter-item[data-id="1"],
.category-id-214 .mfilter-content_top .mfilter-filter-item[data-id="1"] {
    display: block;
}

/*.category-id-152 .mfilter-filter-item[data-id="1"],*/
/*.category-id-213 .mfilter-filter-item[data-id="1"],*/
/*.category-id-214 .mfilter-filter-item[data-id="1"] {*/
/*    display: block;*/
/*}*/

.mfilter-content_top .mfilter-filter-item[data-id="1"] {
	display: none;
}

.is-outlet ,.is-outlet .col-xs-12 ::after{
    background:#ac3436 !important;
    border-color: #ac3436;
}
#search-autocomplite {
    display: none!important;
}
/**
 * Combined products
 */
.combined-products {
    padding: 40px 20px 10px;
    border-radius: 12px;
    justify-content: center;
    container-type: inline-size;
    container-name: combined-products;
    background: #fff;
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
@container combined-products (width >= 640px) {
    .combined-products__inner {
        --slides-per-view: 1;
        --slides-gutter: 30px;
        display: flex;
        flex-wrap: wrap;
    }
}
.combined-products__inner > * {
    padding-inline: 15px;
}
.combined-products__src {
    max-width: 100%;
}
.combined-products__src-image,
.combined-products__src-desc {
    display: none;
}
@container combined-products (width >= 640px) {
    .combined-products__src-image,
    .combined-products__src-desc {
        display: block;
    }
    .combined-products__src-mobile {
        display: none;
    }
}
.combined-products__src-label {
    text-align: center;
    margin-bottom: 20px;
}
.combined-products__src-image {
    border-radius: 12px;
    overflow: hidden;
}
.combined-products__src-image img {
    max-width: 100%;
}
.combined-products__src-desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.combined-products__divider {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-block: 30px;
    align-self: center;
}
.combined-products__carousel {
    display: none;
    container-type: inline-size;
    flex: 1 0 100%;
    margin-top: calc(1lh + 20px);

}
.combined-products__carousel .swiper-slide {
    width: calc(100cqw / var(--slides-per-view) - var(--slides-gutter) * (var(--slides-per-view) - 1) / var(--slides-per-view));
}
.combined-products__carousel .swiper-slide:not(:last-child) {
    margin-right: var(--slides-gutter);
}
@container combined-products (width >= 480px) {
    .combined-products__inner {
        --slides-per-view: 2;
    }
}
@container combined-products (width >= 640px) {
    .combined-products__inner {
        --slides-per-view: 3;
    }
    .combined-products__src {
        width: calc(100% / 3);
    }
    .combined-products__divider {
        width: 180px;
    }
    .combined-products__carousel {
        display: block;
    }
    .combined-products__mobile {
        display: none;
    }
}
@container combined-products (width >= 1024px) {
    .combined-products__inner {
        --slides-per-view: 2;
    }
    .combined-products__src {
        width: calc(100% - 180px - 0.67 * (100% - 180px));
    }
    .combined-products__carousel {
        flex: 1 1 auto;
    }
}
@container combined-products (width > 1270px) {
    .combined-products__inner {
        --slides-per-view: 3;
    }
    .combined-products__src {
        width: calc(100% - 180px - .75 * (100% - 180px));
    }
}
#product-product .combined-products {
    background: #EAEFEF;
    margin-inline: 20px;
}
@container combined-products (width > 1470px) {
    #product-product .combined-products {
        margin-inline: 0;
    }
}
.combined-products .combined-product-compact {
    margin-inline: auto;
    margin-bottom: 10px;
}
.combined-products-cart {
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
}
.combined-products-cart > h4 {
    font-size: 24px;
    margin-bottom: 25px;
}
.combined-products-cart .swiper-pagination {
    position: static;
    margin-top: 10px;
}
.combined-products-cart .combined-product-compact {
    background: #eaefef;
}
.combined-products-cart__carousel .swiper-slide {
    padding-inline: 5px;
}
.combined-products-cart__mobile .combined-product-compact {
    margin-inline: auto;
    margin-bottom: 10px;
}
.combined-products-cart__carousel {
    display: none
}
@media screen and (width>680px) {
    .combined-products-cart__carousel {
        display: block;
    }
    .combined-products-cart__mobile {
        display: none;
    }
}
.combined-product-compact {
    display: flex;
    padding: 5px;
    background: #fff;
    border-radius: 12px;
    width: 320px;
    max-width: 100%;
}
.combined-product-compact__thumb {
    width: 70px;
}
.combined-product-compact__thumb img {
    aspect-ratio: 53 / 65;
    background: rgba(0, 0, 0, 0.03);
}
.combined-product-compact__caption {
    padding-inline: 18px;
    flex: 1;
    color: #292929;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    max-height: 36px;
    min-height: 36px;
}
.combined-product-compact__caption h4,
.combined-product-compact__caption a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.combined-product-compact__caption h4 {
    margin-block: 10px;
}
.combined-product-compact button {
    background: #4A686B;
    border-radius: 8px;
    color: white;
    display: flex;
    border: unset;
    box-shadow: unset;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    align-content: center;
    align-items: center;
    transition: all 0.4s;
    width: 30px;
    padding: 0;
    text-align: center;
    justify-content: center;
    height: 100%;
}


/*
*
*
* 4+1 PROMO BANNER */

/* Cart page & Checkout */
.four-plus-one-banner {
    background: #EAEFEF;
    border-left: 4px solid #4A686B;
    border-radius: 0 8px 8px 0 !important;
    padding: 12px 16px !important;
    margin-bottom: 15px !important;
    font-size: 13px;
    line-height: 20px;
    color: #292929;
    display: block !important;
}

.four-plus-one-banner strong {
    color: #4A686B;
}

.four-plus-one-earned {
    display: block;
    margin-bottom: 6px;
    color: #4A686B;
    font-weight: bold;
}

.four-plus-one-disclaimer {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #888;
}

/* Minicart — inside bottom-section, above totals */
#cart .bottom-section .four-plus-one-banner {
    margin: 0 0 12px 0;
    border-radius: 4px;
}