body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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: #23a1d1;
}
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;
}
.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: #F00;
	font-weight: bold;
}
/* 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;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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;
}

#product-product .ef-product-detail-gallery {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	margin: 0 0 28px;
	overflow: visible;
	padding: 12px;
}

#product-product .ef-product-detail-gallery:before,
#product-product .ef-product-detail-gallery:after {
	content: "";
	display: table;
}

#product-product .ef-product-detail-gallery:after {
	clear: both;
}

#product-product .ef-product-detail-main {
	margin: 0 auto 18px;
	max-width: 600px;
	width: 100%;
}

#product-product .ef-product-detail-frame {
	background: #f7f7f7;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding-top: 150%;
	position: relative;
	width: 100%;
}

#product-product .ef-product-detail-frame img {
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

#product-product .ef-product-detail-additional {
	margin-left: 12px;
	max-width: 82px;
}

#product-product .ef-product-detail-additional .thumbnail {
	border: 1px solid var(--eflatun-line);
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 12px;
	padding: 4px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#product-product .ef-product-detail-additional .thumbnail.is-active,
#product-product .ef-product-detail-additional .thumbnail:hover {
	border-color: #b7b7b7;
	box-shadow: 0 0 0 1px #e1e1e1;
}

#product-product .nav-tabs {
	border-bottom: 0;
	margin-top: 28px;
	margin-bottom: 0;
}

#product-product .nav-tabs > li > a {
	border-radius: 0;
	color: #444;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	padding: 13px 24px;
}

#product-product .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:hover,
#product-product .nav-tabs > li.active > a:focus {
	border: 0;
	color: #111;
}

#product-product .tab-content {
	border-top: 1px solid #e5e5e5;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	padding: 26px 0 10px;
}

#product-product .tab-content img {
	height: auto;
	max-width: 100%;
}

#product-product .tab-content p {
	margin-bottom: 16px;
}

#product-product .tab-content ul {
	list-style: none;
	margin: 0 0 20px;
	padding-left: 0;
}

#product-product .tab-content ul li {
	color: #3f3f3f;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 9px;
	padding-left: 24px;
	position: relative;
}

#product-product .tab-content ul li:before {
	background: #999;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 3px;
	position: absolute;
	top: 0.78em;
	width: 6px;
}

@media (max-width: 767px) {
	#product-product .ef-product-detail-main {
		max-width: 100%;
	}

	#product-product .ef-product-detail-additional {
		margin-left: 8px;
		max-width: 70px;
	}

	#product-product .nav-tabs > li > a {
		font-size: 14px;
		padding: 11px 13px;
	}

	#product-product .tab-content,
	#product-product .tab-content ul li {
		font-size: 14px;
	}
}

@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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
/* Eflatun theme foundation */
:root {
	--eflatun-bg: #ffffff;
	--eflatun-surface: #ffffff;
	--eflatun-soft: #f2effa;
	--eflatun-ink: #1f2937;
	--eflatun-muted: #6b7280;
	--eflatun-line: #e5e7eb;
	--eflatun-accent: #7c3aed;
	--eflatun-accent-dark: #5b21b6;
	--eflatun-green: #0f9f6e;
}

body {
	background: var(--eflatun-bg);
	color: var(--eflatun-ink);
	font-family: 'Inter', 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

a {
	color: var(--eflatun-accent);
}

a:hover,
a:focus {
	color: var(--eflatun-accent-dark);
}

.dropdown-menu {
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.dropdown-menu li > a:hover {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent-dark);
}

.btn {
	border-radius: 8px;
	box-shadow: none;
	font-weight: 600;
	text-shadow: none;
}

.btn-primary {
	background: var(--eflatun-accent);
	border-color: var(--eflatun-accent);
	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: var(--eflatun-accent-dark);
	border-color: var(--eflatun-accent-dark);
}

/* Header */
#top.eflatun-topbar {
	background: #111827;
	border: 0;
	color: #d1d5db;
	margin: 0;
	min-height: 38px;
	padding: 0;
}

#top .container {
	padding-left: 15px;
	padding-right: 15px;
}

.eflatun-topbar__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-height: 38px;
}

.eflatun-topbar__left,
.eflatun-topbar__right {
	align-items: center;
	display: flex;
	gap: 14px;
}

.eflatun-topbar__right {
	margin-left: auto;
}

.eflatun-topbar__phone,
#top .btn-link,
#top-links li,
#top-links a {
	color: #d1d5db;
	text-shadow: none;
}

.eflatun-topbar__phone:hover,
#top .btn-link:hover,
#top-links a:hover {
	color: #ffffff;
}

#top-links {
	padding-top: 0;
}

#top-links ul {
	margin-bottom: 0;
}

#top-links li {
	padding-left: 8px;
	padding-right: 0;
}

#top-links .dropdown-menu a {
	color: var(--eflatun-ink);
}

#top-links .dropdown-menu a:hover {
	color: var(--eflatun-accent-dark);
}

.eflatun-header {
	background: var(--eflatun-surface);
	border-bottom: 1px solid var(--eflatun-line);
	padding: 22px 0;
}

.eflatun-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.eflatun-header__brand {
	flex: 0 0 auto;
	min-width: 190px;
}

#logo {
	margin: 0;
}

.eflatun-logo h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.eflatun-logo h1 a {
	color: var(--eflatun-ink);
}

.eflatun-logo img {
	max-height: 56px;
	width: auto;
}

.eflatun-header__search {
	flex: 1 1 auto;
	max-width: 560px;
}

.eflatun-header__cart {
	flex: 0 0 230px;
}

#search.eflatun-search {
	margin: 0;
}

#search.eflatun-search .form-control {
	background: #f9fafb;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	color: var(--eflatun-ink);
	font-size: 14px;
	height: 35px;
	padding: 0 16px;
}

#search.eflatun-search .form-control:focus {
	background: #ffffff;
	border-color: var(--eflatun-accent);
	box-shadow: none;
}

#search.eflatun-search .btn {
	background: var(--eflatun-accent);
	border-color: var(--eflatun-accent);
	border-radius: 0 8px 8px 0;
	color: #ffffff;
	font-size: 15px;
	height: 35px;
	line-height: 1;
	padding: 0 20px;
	text-shadow: none;
}

#search.eflatun-search .btn:hover,
#search.eflatun-search .btn:focus {
	background: var(--eflatun-accent-dark);
	border-color: var(--eflatun-accent-dark);
}

#cart.eflatun-cart {
	margin: 0;
}

#cart.eflatun-cart > .btn {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	font-size: 14px;
	gap: 8px;
	height: 46px;
	justify-content: center;
	line-height: 1.2;
	padding: 0 16px;
	text-shadow: none;
}

#cart.eflatun-cart.open > .btn,
#cart.eflatun-cart > .btn:hover,
#cart.eflatun-cart > .btn:focus {
	background: var(--eflatun-accent);
	border-color: var(--eflatun-accent);
	color: #ffffff;
}

#cart.eflatun-cart .dropdown-menu {
	background: #ffffff;
	border-radius: 8px;
	margin-top: 10px;
	min-width: 360px;
	padding: 12px;
}

#cart.eflatun-cart .dropdown-menu li > div {
	min-width: 0;
	padding: 0;
}

#cart.eflatun-cart .table {
	margin-bottom: 12px;
}

#cart.eflatun-cart .table > tbody > tr > td {
	border-top: 1px solid var(--eflatun-line);
	vertical-align: middle;
}

#cart.eflatun-cart .img-thumbnail {
	border-color: var(--eflatun-line);
	border-radius: 8px;
}

/* Category navigation */
#menu {
	background: #ffffff;
	background-image: none;
	border: 1px solid var(--eflatun-line);
	border-radius: 0;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	margin-bottom: 24px;
	min-height: 46px;
}

#menu .nav > li > a {
	background: transparent;
	color: var(--eflatun-ink);
	font-size: 14px;
	font-weight: 600;
	min-height: 46px;
	padding: 13px 16px;
	text-shadow: none;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent-dark);
}

#menu .dropdown-inner a {
	color: var(--eflatun-ink);
	font-size: 13px;
	padding: 7px 18px;
}

#menu .dropdown-inner li a:hover,
#menu .see-all:hover,
#menu .see-all:focus {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent-dark);
}

#menu .see-all {
	border-color: var(--eflatun-line);
	color: var(--eflatun-accent);
	font-size: 13px;
	font-weight: 600;
	padding: 8px 18px;
}

#menu #category {
	color: var(--eflatun-ink);
	line-height: 46px;
	text-shadow: none;
}

#menu .btn-navbar {
	background: var(--eflatun-accent);
	background-image: none;
	border: 0;
	border-radius: 8px;
	margin: 7px 8px 0 0;
	padding: 6px 13px;
}

/* Footer */
footer.eflatun-footer {
	background: #111827;
	border: 0;
	color: #d1d5db;
	margin-top: 48px;
	padding: 44px 0 24px;
}

.eflatun-footer__columns {
	margin-bottom: 20px;
}

footer.eflatun-footer h5 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}

footer.eflatun-footer a {
	color: #d1d5db;
}

footer.eflatun-footer a:hover {
	color: #ffffff;
}

footer.eflatun-footer li {
	margin-bottom: 8px;
}

footer.eflatun-footer hr {
	border-color: rgba(255, 255, 255, 0.12);
	margin: 18px 0;
}

.eflatun-footer__bottom {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.eflatun-footer__bottom p {
	margin: 0;
}

.eflatun-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.eflatun-footer__badges span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 10px;
}

@media (max-width: 991px) {
	.eflatun-header__inner {
		flex-wrap: wrap;
	}

	.eflatun-header__brand {
		min-width: 160px;
	}

	.eflatun-header__search {
		max-width: none;
		order: 3;
		width: 100%;
	}

	.eflatun-header__cart {
		flex-basis: 210px;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.eflatun-topbar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 8px 0;
	}

	.eflatun-topbar__left,
	.eflatun-topbar__right {
		flex-wrap: wrap;
		width: 100%;
	}

	.eflatun-topbar__right {
		margin-left: 0;
	}

	#top-links li {
		padding-left: 0;
		padding-right: 8px;
	}

	#top-links a span {
		display: none;
	}

	.eflatun-header {
		padding: 16px 0;
	}

	.eflatun-header__inner {
		gap: 14px;
	}

	.eflatun-header__brand,
	.eflatun-header__cart,
	.eflatun-header__search {
		flex-basis: 100%;
		width: 100%;
	}

	.eflatun-logo img {
		max-height: 46px;
	}

	#cart.eflatun-cart .dropdown-menu {
		min-width: 100%;
		width: 100%;
	}

	#menu {
		border-radius: 0;
		margin-bottom: 18px;
	}

	#menu div.dropdown-menu {
		background: #ffffff;
	}

	#menu .dropdown-inner a,
	#menu .see-all {
		color: var(--eflatun-ink);
	}

	.eflatun-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.eflatun-footer__badges {
		justify-content: flex-start;
	}
}
/* Ecomas-inspired frame refresh */
:root {
	--eflatun-bg: #ffffff;
	--eflatun-surface: #ffffff;
	--eflatun-header: #010f1c;
	--eflatun-text: #55585b;
	--eflatun-muted: #7a7f85;
	--eflatun-line: rgba(1, 15, 28, 0.12);
	--eflatun-soft: #f6f6f6;
	--eflatun-accent: #bd844c;
	--eflatun-accent-dark: #9c6733;
	--eflatun-accent-2: #ef6cc2;
	--eflatun-shadow: 0 16px 36px rgba(1, 15, 28, 0.08);
}

body.eflatun-shell {
	background: var(--eflatun-bg);
	color: var(--eflatun-text);
	font-family: 'Jost', 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

body.eflatun-shell a {
	color: var(--eflatun-header);
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

body.eflatun-shell a:hover,
body.eflatun-shell a:focus {
	color: var(--eflatun-accent);
	text-decoration: none;
}

body.eflatun-shell h1,
body.eflatun-shell h2,
body.eflatun-shell h3,
body.eflatun-shell h4,
body.eflatun-shell h5,
body.eflatun-shell h6 {
	color: var(--eflatun-header);
	font-weight: 700;
	letter-spacing: 0;
}

body.eflatun-shell .dropdown-menu {
	background: var(--eflatun-surface);
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	box-shadow: var(--eflatun-shadow);
}

body.eflatun-shell .dropdown-menu li > a:hover {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent);
}

body.eflatun-shell .btn {
	border-radius: 6px;
	box-shadow: none;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: none;
}

body.eflatun-shell .btn-primary {
	background: var(--eflatun-accent);
	background-image: none;
	border-color: var(--eflatun-accent);
	color: #ffffff;
	text-shadow: none;
}

body.eflatun-shell .btn-primary:hover,
body.eflatun-shell .btn-primary:active,
body.eflatun-shell .btn-primary:focus {
	background: var(--eflatun-accent-dark);
	border-color: var(--eflatun-accent-dark);
	color: #ffffff;
}

#header-sticky.eflatun-site-header {
	background: var(--eflatun-surface);
	position: relative;
	z-index: 15;
}

#top.eflatun-topbar {
	background: var(--eflatun-surface);
	border: 0;
	border-bottom: 1px solid var(--eflatun-line);
	color: var(--eflatun-text);
	margin: 0;
	min-height: 38px;
	padding: 0;
	position: relative;
	z-index: 20;
}

#top.eflatun-topbar .container,
#top.eflatun-topbar .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.eflatun-topbar__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 38px;
}

.eflatun-topbar__contact {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 18px;
	justify-self: start;
	margin: 0;
}

.eflatun-topbar__contact li,
.eflatun-topbar__phone,
#top .btn-link,
#top-links li,
#top-links a {
	color: var(--eflatun-text);
	font-size: 14px;
	text-shadow: none;
}

.eflatun-topbar__contact i,
.eflatun-topbar__phone i {
	color: var(--eflatun-accent);
	margin-right: 6px;
}

.eflatun-topbar__phone {
	font-size: 17px;
}

.eflatun-topbar__phone i {
	font-size: 17px;
}

.eflatun-topbar__account {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0;
	margin: 0 0 0 auto;
}

.eflatun-topbar__account li {
	align-items: center;
	display: flex;
	font-size: 14px;
	line-height: 1;
}

.eflatun-topbar__account-user {
	margin-left: 16px;
}

.eflatun-topbar__account li + li:before {
	color: var(--eflatun-muted);
	content: "/";
	margin: 0 8px;
}

.eflatun-topbar__account li.eflatun-topbar__account-user:before {
	content: "-";
}

.eflatun-topbar__account a {
	color: var(--eflatun-text);
	font-size: 14px;
	font-weight: 500;
}

.eflatun-topbar__account a:hover,
.eflatun-topbar__account a:focus {
	color: var(--eflatun-accent);
}

.eflatun-topbar__search {
	max-width: 360px;
	min-width: 0;
	width: 100%;
}

.eflatun-topbar__right {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 16px;
	justify-self: end;
	margin-left: 0;
	width: 100%;
}

#top .btn-link {
	border: 0;
	padding: 0;
}

#top-links {
	padding-top: 0;
}

#top-links ul {
	margin-bottom: 0;
}

#top-links li {
	padding-left: 10px;
	padding-right: 0;
}

#top-links .dropdown-menu {
	margin-top: 10px;
}

#top-links .dropdown-menu a {
	color: var(--eflatun-header);
}

.eflatun-header {
	background: var(--eflatun-surface);
	border-bottom: 1px solid var(--eflatun-line);
	position: relative;
	z-index: 15;
}

.eflatun-header__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 50px;
}

.eflatun-header__brand {
	flex: 0 0 auto;
	min-width: 168px;
}

.eflatun-header__nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.eflatun-header__nav > .container,
.eflatun-header__nav > .container-fluid {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#logo.eflatun-logo,
#logo {
	margin: 0;
}

.eflatun-logo h1 {
	font-size: 28px;
	line-height: 1.1;
	margin: 0;
}

.eflatun-logo h1 a {
	color: var(--eflatun-header);
}

.eflatun-logo img {
	max-height: 45px;
	width: auto;
}

.eflatun-header__search {
	flex: 0 1 330px;
	min-width: 240px;
}

.eflatun-header__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: flex-end;
}

.eflatun-header__icon {
	align-items: center;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	color: var(--eflatun-header);
	display: flex;
	gap: 8px;
	height: 48px;
	justify-content: center;
	min-width: 48px;
	padding: 0 12px;
	white-space: nowrap;
}

.eflatun-header__icon i {
	color: var(--eflatun-header);
	font-size: 17px;
}

.eflatun-header__icon span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	max-width: 118px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eflatun-header__icon:hover,
.eflatun-header__icon:focus {
	border-color: var(--eflatun-accent);
	color: var(--eflatun-accent);
}

.eflatun-header__icon:hover i,
.eflatun-header__icon:focus i {
	color: var(--eflatun-accent);
}

.eflatun-header__cart {
	flex: 0 0 44px;
	min-width: 44px;
	width: 44px;
}

#search.eflatun-search {
	display: block;
	height: 35px;
	margin: 0;
	position: relative;
	width: 100%;
}

#search.eflatun-search .form-control {
	background: #f8f8f8;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	box-shadow: none;
	color: var(--eflatun-text);
	font-size: 14px;
	font-weight: 400;
	height: 35px;
	padding: 0 46px 0 14px;
	width: 100%;
}

#search.eflatun-search .form-control:focus {
	background: #ffffff;
	border-color: #bdbdbd;
	box-shadow: none;
}

#search.eflatun-search .eflatun-search__button {
	align-items: center;
	background: #d7d7d7;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	bottom: 0;
	color: var(--eflatun-text);
	display: flex;
	height: 35px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
}

#search.eflatun-search .eflatun-search__button:hover,
#search.eflatun-search .eflatun-search__button:focus {
	background: #cfcfcf;
	border-color: #cfcfcf;
	color: var(--eflatun-header);
}

#cart.eflatun-cart {
	margin: 0;
	position: relative;
	width: 100%;
}

#cart.eflatun-cart .eflatun-cart__toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 999px;
	color: var(--eflatun-header);
	display: flex;
	height: 44px;
	justify-content: center;
	line-height: 1.15;
	padding: 0;
	position: relative;
	width: 44px;
}

#cart.eflatun-cart.open .eflatun-cart__toggle,
#cart.eflatun-cart .eflatun-cart__toggle:hover,
#cart.eflatun-cart .eflatun-cart__toggle:focus {
	background: #ffffff;
	border-color: var(--eflatun-accent);
	color: var(--eflatun-accent);
}

.eflatun-cart__icon {
	align-items: center;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}

.eflatun-cart__icon i {
	font-size: 18px;
}

.eflatun-cart__badge {
	align-items: center;
	background: var(--eflatun-accent);
	border: 2px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	height: 19px;
	justify-content: center;
	line-height: 1;
	min-width: 19px;
	padding: 0 5px;
	position: absolute;
	right: -7px;
	top: -7px;
}

#cart.eflatun-cart.is-empty .eflatun-cart__badge {
	display: none;
}

#cart.eflatun-cart .dropdown-menu {
	background: #ffffff;
	left: auto;
	margin-top: 12px;
	max-height: 560px;
	min-width: 390px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 14px;
	right: 0;
}

#cart.eflatun-cart .dropdown-menu li > div {
	min-width: 0;
	padding: 0;
}

#cart.eflatun-cart .table {
	margin-bottom: 12px;
}

#cart.eflatun-cart .table > tbody > tr > td,
#cart.eflatun-cart .table > tr > td {
	border-top: 1px solid var(--eflatun-line);
	vertical-align: middle;
}

#cart.eflatun-cart .img-thumbnail {
	border-color: var(--eflatun-line);
	border-radius: 8px;
}

#cart.eflatun-cart .btn-danger {
	background: #fff2f2;
	background-image: none;
	border-color: #f1c6c6;
	color: #b42318;
}

.eflatun-cart__buttons {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-bottom: 0;
}

.eflatun-nav-shell {
	background: #ffffff;
	border-bottom: 1px solid var(--eflatun-line);
	box-shadow: 0 12px 26px rgba(1, 15, 28, 0.04);
	position: relative;
	z-index: 10;
}

.eflatun-nav-shell > .container,
.eflatun-nav-shell > .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

#menu.eflatun-category-nav {
	background: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-height: 0;
	position: static;
}

#menu.eflatun-category-nav .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#menu.eflatun-category-nav .navbar-nav {
	display: inline-flex;
	float: none;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: top;
}

#menu.eflatun-category-nav .nav > li > a {
	background: transparent;
	color: var(--eflatun-header);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	min-height: 42px;
	padding: 13px 30px;
	text-shadow: none;
}

#menu.eflatun-category-nav .nav > li > a:hover,
#menu.eflatun-category-nav .nav > li.open > a {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent);
}

#menu.eflatun-category-nav .dropdown-menu {
	border-radius: 0 0 8px 8px;
	margin-top: 0;
	padding-top: 12px;
}

#menu.eflatun-category-nav .dropdown-inner a {
	color: var(--eflatun-header);
	font-size: 14px;
	padding: 7px 18px;
}

#menu.eflatun-category-nav .dropdown-inner li a:hover,
#menu.eflatun-category-nav .see-all:hover,
#menu.eflatun-category-nav .see-all:focus {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent);
}

#menu.eflatun-category-nav .see-all {
	border-color: var(--eflatun-line);
	color: var(--eflatun-accent);
	font-size: 14px;
	font-weight: 700;
	padding: 8px 18px;
}

#menu.eflatun-category-nav #category {
	color: var(--eflatun-header);
	line-height: 56px;
	text-shadow: none;
}

#menu.eflatun-category-nav .btn-navbar {
	background: var(--eflatun-header);
	background-image: none;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	margin: 10px 8px 0 0;
	padding: 7px 13px;
}

.eflatun-page {
	background: #ffffff;
	min-height: 600px;
	padding-top: 28px;
}

.eflatun-page .breadcrumb {
	background: transparent;
	border: 0;
	margin: 0 0 24px;
	padding: 0;
}

.eflatun-page .breadcrumb > li {
	padding: 0 14px 0 0;
	text-shadow: none;
}

.eflatun-page .breadcrumb > li:after {
	display: none;
}

.eflatun-page .breadcrumb > li + li:before {
	color: var(--eflatun-muted);
	content: "/";
	padding: 0 12px 0 0;
}

.eflatun-page #content {
	min-height: 520px;
}

.eflatun-page #content > h1,
.eflatun-page #content > h2 {
	font-size: 30px;
	margin-bottom: 22px;
	margin-top: 0;
}

.product-thumb {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(1, 15, 28, 0.04);
	overflow: hidden;
}

.product-thumb .caption {
	padding: 18px;
}

.product-thumb h4 {
	font-size: 16px;
	line-height: 1.35;
}

.product-thumb .price {
	color: var(--eflatun-header);
	font-size: 16px;
	font-weight: 700;
}

.product-thumb .button-group {
	background: #ffffff;
	border-top: 1px solid var(--eflatun-line);
}

.product-thumb .button-group button {
	background: #ffffff;
	color: var(--eflatun-header);
}

.product-thumb .button-group button + button {
	border-left: 1px solid var(--eflatun-line);
}

.product-thumb .button-group button:hover {
	background: var(--eflatun-accent);
	color: #ffffff;
}

/* Category product listing */
#product-category.ef-category-page {
	padding-bottom: 34px;
}

#product-category .ef-category-head {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 24px;
}

#product-category .ef-category-head__content {
	flex: 1 1 auto;
	min-width: 0;
}

#product-category .ef-category-title {
	color: var(--eflatun-header);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

#product-category .ef-category-description {
	color: var(--eflatun-text);
	font-size: 15px;
	line-height: 1.65;
	margin-top: 12px;
	max-width: 880px;
}

#product-category .ef-category-description p:last-child {
	margin-bottom: 0;
}

#product-category .ef-category-head__image {
	flex: 0 0 150px;
	max-width: 150px;
}

#product-category .ef-category-head__image img {
	border-radius: 8px;
	display: block;
	width: 100%;
}

#product-category .ef-subcategory-panel {
	margin-bottom: 22px;
}

#product-category .ef-subcategory-title {
	color: var(--eflatun-header);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}

#product-category .ef-subcategory-link {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	color: var(--eflatun-header);
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 14px;
	overflow: hidden;
	padding: 12px 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#product-category .ef-subcategory-link:hover,
#product-category .ef-subcategory-link:focus {
	border-color: var(--eflatun-accent);
	color: var(--eflatun-accent);
	text-decoration: none;
}

#product-category .ef-category-toolbar {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 14px 14px 0;
}

#product-category .ef-category-toolbar .form-group {
	margin-bottom: 0;
}

#product-category .ef-toolbar-category-name {
	color: var(--eflatun-header);
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#product-category .ef-view-buttons .btn,
#product-category .ef-category-toolbar .btn-link,
#product-category .ef-category-toolbar .input-group-addon,
#product-category .ef-category-toolbar .form-control {
	border-color: var(--eflatun-line);
	box-shadow: none;
	height: 36px;
}

#product-category .ef-view-buttons .btn {
	color: var(--eflatun-header);
	min-width: 38px;
}

#product-category .ef-view-buttons .btn.active,
#product-category .ef-view-buttons .btn:hover,
#product-category .ef-view-buttons .btn:focus {
	background: var(--eflatun-header);
	border-color: var(--eflatun-header);
	color: #ffffff;
}

#product-category .ef-compare-link .btn-link {
	align-items: center;
	color: var(--eflatun-muted);
	display: inline-flex;
	padding: 7px 0;
	text-decoration: none;
}

#product-category .ef-compare-link .btn-link:hover,
#product-category .ef-compare-link .btn-link:focus {
	color: var(--eflatun-accent);
}

#product-category .ef-product-grid,
.ef-product-grid.ef-shop-product-grid {
	display: flex;
	flex-wrap: wrap;
}

#product-category .ef-product-grid:before,
#product-category .ef-product-grid:after,
.ef-product-grid.ef-shop-product-grid:before,
.ef-product-grid.ef-shop-product-grid:after {
	display: none;
}

#product-category .ef-product-grid > .product-layout,
.ef-product-grid.ef-shop-product-grid > .product-layout {
	display: flex;
	margin-bottom: 26px;
}

#product-category .ef-product-card,
.ef-shop-product-grid .ef-product-card {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

#product-category .ef-product-card:hover,
.ef-shop-product-grid .ef-product-card:hover {
	border-color: rgba(189, 132, 76, 0.45);
	box-shadow: 0 16px 34px rgba(1, 15, 28, 0.09);
	transform: translateY(-2px);
}

#product-category .ef-product-image-wrap,
.ef-shop-product-grid .ef-product-image-wrap {
	background: #f7f7f7;
	float: none;
	overflow: hidden;
	padding: 0;
	padding-top: 150%;
	position: relative;
	text-align: center;
	width: 100%;
}

#product-category .ef-product-image-wrap a,
.ef-shop-product-grid .ef-product-image-wrap a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#product-category .ef-product-image-wrap img,
.ef-shop-product-grid .ef-product-image-wrap img {
	height: 100%;
	left: 0;
	margin: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform 0.35s ease;
	width: 100%;
}

#product-category .ef-product-card:hover .ef-product-image-wrap img,
.ef-shop-product-grid .ef-product-card:hover .ef-product-image-wrap img {
	transform: scale(1.04);
}

#product-category .ef-product-info,
.ef-shop-product-grid .ef-product-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: 16px 16px 13px;
}

#product-category .ef-product-title,
.ef-shop-product-grid .ef-product-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px;
	min-height: 41px;
	overflow: hidden;
}

#product-category .ef-product-title a,
.ef-shop-product-grid .ef-product-title a {
	color: var(--eflatun-header);
	display: -webkit-box;
	max-height: 41px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#product-category .ef-product-title a:hover,
#product-category .ef-product-title a:focus,
.ef-shop-product-grid .ef-product-title a:hover,
.ef-shop-product-grid .ef-product-title a:focus {
	color: var(--eflatun-accent);
	text-decoration: none;
}

#product-category .ef-product-description,
.ef-shop-product-grid .ef-product-description {
	color: var(--eflatun-muted);
	display: none;
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 12px;
}

#product-category .ef-product-rating,
.ef-shop-product-grid .ef-product-rating {
	line-height: 1;
	margin-bottom: 8px;
	min-height: 16px;
	padding: 0;
}

#product-category .ef-product-price,
.ef-shop-product-grid .ef-product-price {
	color: var(--eflatun-header);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	margin: auto 0 0;
}

#product-category .ef-product-price .price-new,
.ef-shop-product-grid .ef-product-price .price-new {
	color: var(--eflatun-accent);
	font-weight: 800;
}

#product-category .ef-product-price .price-old,
.ef-shop-product-grid .ef-product-price .price-old {
	color: var(--eflatun-muted);
	font-size: 13px;
	font-weight: 400;
	margin-left: 7px;
	text-decoration: line-through;
}

#product-category .ef-product-price .price-tax,
.ef-shop-product-grid .ef-product-price .price-tax {
	color: var(--eflatun-muted);
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}

#product-category .ef-product-actions,
.ef-shop-product-grid .ef-product-actions {
	background: #ffffff;
	border-top: 1px solid var(--eflatun-line);
	display: flex;
	flex: 0 0 auto;
	overflow: visible;
}

#product-category .ef-product-actions button,
#product-category .ef-product-actions button + button,
.ef-shop-product-grid .ef-product-actions button,
.ef-shop-product-grid .ef-product-actions button + button {
	align-items: center;
	background: #ffffff;
	border: 0;
	border-left: 1px solid var(--eflatun-line);
	border-radius: 0;
	color: var(--eflatun-header);
	display: inline-flex;
	float: none;
	font-size: 13px;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	line-height: 42px;
	padding: 0 12px;
	text-align: center;
	text-transform: none;
	width: auto;
}

#product-category .ef-product-actions button:first-child,
.ef-shop-product-grid .ef-product-actions button:first-child {
	border-left: 0;
}

#product-category .ef-product-cart,
.ef-shop-product-grid .ef-product-cart {
	flex: 1 1 auto;
	gap: 7px;
}

#product-category .ef-product-icon,
.ef-shop-product-grid .ef-product-icon {
	flex: 0 0 42px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 42px !important;
}

#product-category .ef-product-actions button:hover,
#product-category .ef-product-actions button:focus,
.ef-shop-product-grid .ef-product-actions button:hover,
.ef-shop-product-grid .ef-product-actions button:focus {
	background: var(--eflatun-header);
	color: #ffffff;
}

#product-category .ef-category-pagination {
	align-items: center;
	margin-top: 2px;
}

@media (min-width: 768px) {
	#product-category .product-list .ef-product-card {
		flex-direction: row;
	}

	#product-category .product-list .ef-product-image-wrap {
		flex: 0 0 220px;
		width: 220px;
	}

	#product-category .product-list .ef-product-info {
		padding: 22px;
	}

	#product-category .product-list .ef-product-title {
		min-height: 0;
	}

	#product-category .product-list .ef-product-description {
		display: block;
	}

	#product-category .product-list .ef-product-actions {
		border-left: 1px solid var(--eflatun-line);
		border-top: 0;
		flex: 0 0 148px;
		flex-direction: column;
	}

	#product-category .product-list .ef-product-actions button,
	#product-category .product-list .ef-product-actions button + button {
		border-left: 0;
		border-top: 1px solid var(--eflatun-line);
		flex: 1 1 0;
		width: 100% !important;
	}

	#product-category .product-list .ef-product-actions button:first-child {
		border-top: 0;
	}
}

@media (max-width: 767px) {
	#product-category .ef-category-head {
		display: block;
		padding: 18px;
	}

	#product-category .ef-category-title {
		font-size: 25px;
	}

	#product-category .ef-category-head__image {
		margin-top: 16px;
		max-width: 120px;
	}

	#product-category .ef-category-toolbar {
		padding: 12px 12px 0;
	}

	#product-category .ef-category-toolbar .col-xs-6 {
		padding-left: 6px;
		padding-right: 6px;
	}

	#product-category .ef-product-grid > .product-layout.product-grid,
	#product-category .ef-product-grid > .product-layout.product-list,
	.ef-product-grid.ef-shop-product-grid > .product-layout.product-grid,
	.ef-product-grid.ef-shop-product-grid > .product-layout.product-list {
		float: left;
		width: 50%;
	}

	#product-category .ef-product-grid > .product-layout,
	.ef-product-grid.ef-shop-product-grid > .product-layout {
		margin-bottom: 16px;
		padding-left: 7px;
		padding-right: 7px;
	}

	#product-category .ef-product-info,
	.ef-shop-product-grid .ef-product-info {
		padding: 13px 12px 11px;
	}

	#product-category .ef-product-title,
	.ef-shop-product-grid .ef-product-title {
		font-size: 14px;
		min-height: 38px;
	}

	#product-category .ef-product-title a,
	.ef-shop-product-grid .ef-product-title a {
		max-height: 38px;
	}

	#product-category .ef-product-price,
	.ef-shop-product-grid .ef-product-price {
		font-size: 15px;
	}

	#product-category .ef-product-cart-text,
	.ef-shop-product-grid .ef-product-cart-text {
		display: none;
	}
}

@media (max-width: 420px) {
	#product-category .ef-product-grid > .product-layout.product-grid,
	#product-category .ef-product-grid > .product-layout.product-list,
	.ef-product-grid.ef-shop-product-grid > .product-layout.product-grid,
	.ef-product-grid.ef-shop-product-grid > .product-layout.product-list {
		width: 100%;
	}

	#product-category .ef-product-title,
	#product-category .ef-product-title a,
	.ef-shop-product-grid .ef-product-title,
	.ef-shop-product-grid .ef-product-title a {
		min-height: 0;
	}
}

/* Ecomas shop-left category layout */
#product-category.ef-shop-left-sidebar-section {
	padding-bottom: 48px;
}

#product-category.ef-shop-left-sidebar-section .breadcrumb {
	margin-bottom: 28px;
}

#product-category.ef-shop-left-sidebar-section #column-left {
	padding-right: 15px;
}

#product-category.ef-shop-left-sidebar-section #column-right {
	padding-left: 32px;
}

#product-category.ef-shop-left-sidebar-section .ef-category-head {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: none;
	margin-bottom: 34px;
	padding: 0;
}

#product-category.ef-shop-left-sidebar-section .ef-category-title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.14;
}

#product-category.ef-shop-left-sidebar-section .ef-category-description {
	margin-top: 14px;
	max-width: 760px;
}

#product-category.ef-shop-left-sidebar-section .ef-category-head__image img {
	border-radius: 0;
}

#product-category.ef-shop-left-sidebar-section .ef-category-toolbar {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--eflatun-line);
	border-radius: 0;
	margin-bottom: 30px;
	padding: 0 0 16px;
}

#product-category.ef-shop-left-sidebar-section .ef-view-buttons .btn,
#product-category.ef-shop-left-sidebar-section .ef-category-toolbar .btn-link,
#product-category.ef-shop-left-sidebar-section .ef-category-toolbar .input-group-addon,
#product-category.ef-shop-left-sidebar-section .ef-category-toolbar .form-control {
	background: #ffffff;
	border-color: var(--eflatun-line);
	border-radius: 0;
	height: 40px;
}

#product-category.ef-shop-left-sidebar-section .ef-category-toolbar .btn-link {
	align-items: center;
	display: inline-flex;
}

.ef-shop-sidebar-widget {
	margin-bottom: 30px;
}

.eflatun-category-banner {
	margin-bottom: 30px;
}

.eflatun-category-banner__link,
.eflatun-category-banner img {
	display: block;
	width: 100%;
}

.eflatun-category-banner img {
	height: auto;
}

.ef-shop-sidebar-title {
	border-bottom: 1px solid rgba(1, 15, 28, 0.1);
	margin-bottom: 20px;
	padding-bottom: 3px;
}

.ef-shop-category-list {
	margin: 0;
}

.ef-shop-category-list li {
	display: block;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.ef-shop-category-list li:last-child {
	margin-bottom: 0;
}

.ef-shop-category-list a {
	color: var(--eflatun-text);
	display: block;
	padding-left: 20px;
	position: relative;
}

.ef-shop-category-list a:before {
	background: #e7e7e7;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.2s ease;
	width: 6px;
}

.ef-shop-category-list .is-child a {
	color: var(--eflatun-muted);
	font-size: 14px;
	padding-left: 34px;
}

.ef-shop-category-list .is-child a:before {
	left: 15px;
}

.ef-shop-category-list li.active > a,
.ef-shop-category-list a:hover,
.ef-shop-category-list a:focus {
	color: var(--eflatun-accent);
	text-decoration: none;
}

.ef-shop-category-list li.active > a:before,
.ef-shop-category-list a:hover:before,
.ef-shop-category-list a:focus:before {
	background: var(--eflatun-accent);
}

#product-category .ef-shop-product-card,
.ef-shop-product-grid .ef-shop-product-card {
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

#product-category .ef-shop-product-card:hover,
.ef-shop-product-grid .ef-shop-product-card:hover {
	border-color: #ccc;
	box-shadow: none;
	transform: none;
}

#product-category .ef-shop-image,
.ef-shop-product-grid .ef-shop-image {
	background: #f1f3f4;
	border-radius: 0;
	overflow: hidden;
}

#product-category .ef-shop-cart-button,
.ef-shop-product-grid .ef-shop-cart-button {
	align-items: center;
	background: var(--eflatun-header);
	border: 1px solid var(--eflatun-header);
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	margin-top: 14px;
	padding: 0 14px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	width: 100%;
}

#product-category .ef-shop-cart-button:hover,
#product-category .ef-shop-cart-button:focus,
.ef-shop-product-grid .ef-shop-cart-button:hover,
.ef-shop-product-grid .ef-shop-cart-button:focus {
	background: var(--eflatun-accent);
	border-color: var(--eflatun-accent);
	color: #ffffff;
	outline: 0;
}

#product-category .ef-shop-content,
.ef-shop-product-grid .ef-shop-content {
	background: transparent;
	padding: 18px 10px;
}

#product-category .ef-shop-product-meta,
.ef-shop-product-grid .ef-shop-product-meta {
	color: var(--eflatun-muted);
	font-size: 13px;
	line-height: 1.3;
	margin: 0 0 5px;
}

#product-category .ef-shop-product-meta,
.ef-shop-product-grid .ef-shop-product-meta,
#product-category .ef-shop-product-card .price-tax,
.ef-shop-product-grid .price-tax,
.eflatun-product-card__price .price-tax {
	display: none !important;
}

#product-category .ef-shop-content .ef-product-title,
.ef-shop-product-grid .ef-shop-content .ef-product-title {
	font-size: 16px;
	margin-bottom: 8px;
	min-height: 43px;
}

#product-category .ef-shop-content .ef-product-rating,
.ef-shop-product-grid .ef-shop-content .ef-product-rating {
	margin-bottom: 7px;
}

#product-category .ef-shop-content .ef-product-price,
.ef-shop-product-grid .ef-shop-content .ef-product-price {
	font-size: 18px;
	margin-top: 0;
}

#product-category .ef-category-pagination .pagination > li > a,
#product-category .ef-category-pagination .pagination > li > span {
	background: transparent;
	border: 1px solid rgba(1, 15, 28, 0.1);
	border-radius: 0;
	color: var(--eflatun-header);
	font-weight: 600;
	height: 40px;
	line-height: 38px;
	margin: 0 2px;
	min-width: 40px;
	padding: 0 12px;
	text-align: center;
}

#product-category .ef-category-pagination .pagination > .active > span,
#product-category .ef-category-pagination .pagination > li > a:hover,
#product-category .ef-category-pagination .pagination > li > a:focus {
	background: var(--eflatun-accent);
	border-color: var(--eflatun-accent);
	color: #ffffff;
}

@media (min-width: 768px) {
	#product-category .product-list .ef-shop-product-card,
	.ef-shop-product-grid .product-list .ef-shop-product-card {
		align-items: stretch;
	}

	#product-category .product-list .ef-shop-content,
	.ef-shop-product-grid .product-list .ef-shop-content {
		padding: 0 0 0 24px;
	}
}

@media (max-width: 767px) {
	#product-category.ef-shop-left-sidebar-section .ef-category-title {
		font-size: 28px;
	}

	#product-category .ef-shop-content,
	.ef-shop-product-grid .ef-shop-content {
		padding-top: 14px;
	}
}

footer.eflatun-footer {
	background: #f5f5f5;
	border: 0;
	color: var(--eflatun-text);
	margin-top: 56px;
	padding: 54px 0 26px;
}

.eflatun-footer__columns {
	margin-bottom: 26px;
}

.eflatun-footer__brand,
.eflatun-footer .single-footer-widget {
	margin-bottom: 24px;
}

.eflatun-footer__logo {
	color: var(--eflatun-header);
	display: inline-flex;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 18px;
	max-width: 100%;
}

.eflatun-footer__logo img {
	display: block;
	max-height: 54px;
	max-width: 100%;
	width: auto;
}

.eflatun-footer__intro {
	color: var(--eflatun-text);
	font-size: 15px;
	margin-bottom: 16px;
	max-width: 260px;
}

footer.eflatun-footer h5 {
	color: var(--eflatun-header);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 18px;
}

footer.eflatun-footer ul {
	margin-bottom: 0;
}

footer.eflatun-footer li {
	margin-bottom: 9px;
}

footer.eflatun-footer a {
	color: var(--eflatun-text);
}

footer.eflatun-footer a:hover,
footer.eflatun-footer a:focus {
	color: var(--eflatun-accent);
}

.eflatun-footer__contact li {
	align-items: flex-start;
	display: flex;
	gap: 9px;
}

.eflatun-footer__contact i {
	color: var(--eflatun-accent);
	line-height: 1.6;
	min-width: 15px;
}

.eflatun-footer__newsletter {
	margin-top: 16px;
}

.eflatun-footer__newsletter-button {
	background: var(--eflatun-accent);
	border: 1px solid var(--eflatun-accent);
	color: #ffffff !important;
	padding: 10px 14px;
}

.eflatun-footer__newsletter-button:hover,
.eflatun-footer__newsletter-button:focus {
	background: var(--eflatun-header);
	border-color: var(--eflatun-header);
	color: #ffffff !important;
}

footer.eflatun-footer hr {
	border-color: rgba(1, 15, 28, 0.12);
	margin: 18px 0 22px;
}

.eflatun-footer__bottom {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.eflatun-footer__bottom p {
	margin: 0;
}

.eflatun-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.eflatun-footer__badges span {
	background: #ffffff;
	border: 1px solid rgba(1, 15, 28, 0.12);
	border-radius: 6px;
	color: var(--eflatun-header);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 10px;
}

@media (max-width: 1199px) {
	.eflatun-header__icon span {
		display: none;
	}

	.eflatun-header__cart {
		flex-basis: 44px;
		min-width: 44px;
		width: 44px;
	}
}

@media (max-width: 991px) {
	.eflatun-topbar__inner {
		gap: 16px;
		padding: 10px 0;
	}

	.eflatun-header__inner {
		flex-wrap: wrap;
		gap: 16px;
		padding: 16px 0;
	}

	.eflatun-header__brand {
		min-width: 160px;
		order: 1;
	}

	.eflatun-header__nav {
		flex-basis: 100%;
		order: 4;
		width: 100%;
	}

	.eflatun-header__search {
		flex: 1 1 320px;
		min-width: 260px;
		order: 3;
	}

	.eflatun-header__actions {
		margin-left: auto;
		order: 2;
	}
}

@media (max-width: 767px) {
	.eflatun-topbar__inner {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 8px;
		padding: 9px 0;
	}

	.eflatun-topbar__contact {
		justify-self: auto;
		order: 1;
	}

	.eflatun-topbar__account {
		margin-left: 0;
		order: 2;
	}

	.eflatun-topbar__right {
		flex-wrap: wrap;
		justify-self: auto;
		margin-left: 0;
		order: 2;
		width: 100%;
	}

	.eflatun-topbar__search {
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.eflatun-header__brand,
	.eflatun-header__search {
		width: 100%;
	}

	.eflatun-header__search {
		flex-basis: 100%;
		min-width: 0;
	}

	.eflatun-header__actions {
		margin-left: 0;
	}

	.eflatun-logo img {
		max-height: 45px;
	}

	#cart.eflatun-cart .dropdown-menu {
		left: 0;
		min-width: 100%;
		right: auto;
		width: 100%;
	}

	.eflatun-nav-shell {
		box-shadow: none;
	}

	#menu.eflatun-category-nav {
		min-height: 56px;
	}

	#menu.eflatun-category-nav .navbar-nav {
		display: block;
	}

	#menu.eflatun-category-nav div.dropdown-menu {
		background: #ffffff;
		margin-left: 0 !important;
		padding-bottom: 10px;
	}

	#menu.eflatun-category-nav .dropdown-inner a,
	#menu.eflatun-category-nav .see-all {
		color: var(--eflatun-header);
	}

	.eflatun-page {
		padding-top: 20px;
	}

	.eflatun-page #content > h1,
	.eflatun-page #content > h2 {
		font-size: 25px;
	}

	footer.eflatun-footer {
		margin-top: 40px;
		padding-top: 42px;
	}

	.eflatun-footer__logo img {
		max-height: 44px;
	}

	.eflatun-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.eflatun-footer__badges {
		justify-content: flex-start;
	}
}

.eflatun-slideshow__slide {
	position: relative;
}

.eflatun-page #common-home.container {
	margin-top: -28px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.eflatun-page #common-home > .row {
	margin-left: 0;
	margin-right: 0;
}

.eflatun-page #common-home > .row > #content.col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.eflatun-home-categories {
	background: #ffffff;
	padding: 44px 15px 18px;
}

.eflatun-home-categories__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1200px;
}

.eflatun-home-category {
	aspect-ratio: 282 / 520;
	background: #111827;
	display: block;
	overflow: hidden;
	position: relative;
}

.eflatun-home-category:before {
	background: transparent;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.eflatun-home-category__image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.eflatun-home-category__name {
	bottom: 24px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	left: 22px;
	line-height: 1.15;
	position: absolute;
	right: 22px;
	text-align: center;
	text-shadow: 0 2px 10px rgba(1, 15, 28, 0.35);
	z-index: 2;
}

.eflatun-home-category:hover .eflatun-home-category__image,
.eflatun-home-category:focus .eflatun-home-category__image {
	transform: scale(1.04);
}

.eflatun-home-content-bottom {
	margin: 0 auto;
	max-width: 1200px;
	padding: 24px 0px 30px;
}

.eflatun-brand-carousel {
	background: #ffffff;
	padding: 30px 15px;
}

.eflatun-brand-carousel .carousel.swiper-viewport {
	border: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: 1200px;
}

.eflatun-brand-carousel .swiper-slide img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

.eflatun-slideshow.swiper-viewport {
	--eflatun-slideshow-height: calc(100vh - 150px);
	background: #111827;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: var(--eflatun-slideshow-height);
	margin: 0;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.eflatun-slideshow .swiper-container,
.eflatun-slideshow .swiper-wrapper,
.eflatun-slideshow .swiper-slide {
	height: 100%;
}

.eflatun-slideshow__media {
	display: block;
	height: 100%;
	position: relative;
}

.eflatun-slideshow__image {
	display: block;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.eflatun-slideshow__caption {
	background: rgba(17, 24, 39, 0.72);
	bottom: 92px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	left: 50px;
	line-height: 1.25;
	max-width: 560px;
	padding: 18px 24px;
	position: absolute;
	text-align: left;
}

.eflatun-slideshow .swiper-pagination {
	bottom: 26px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 12;
}

.eflatun-slideshow .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(17, 24, 39, 0.28);
	box-shadow: 0 2px 8px rgba(17, 24, 39, 0.28);
	height: 12px;
	margin: 0 6px;
	opacity: 1;
	width: 12px;
}

.eflatun-slideshow .swiper-pagination-bullet-active,
.eflatun-slideshow .swiper-pagination-bullet:hover {
	background: #ffffff;
}

.eflatun-slideshow.swiper-viewport .swiper-button-prev {
	left: 28px;
	opacity: 0.9;
}

.eflatun-slideshow.swiper-viewport .swiper-button-next {
	opacity: 0.9;
	right: 28px;
}

.eflatun-slideshow .swiper-button-prev:before,
.eflatun-slideshow .swiper-button-next:before {
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 2px 10px rgba(17, 24, 39, 0.45);
}

@media (max-width: 767px) {
	.eflatun-home-categories {
		padding: 28px 15px 12px;
	}

	.eflatun-home-categories__grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eflatun-home-category__name {
		bottom: 16px;
		font-size: 18px;
		left: 14px;
		right: 14px;
	}

	.eflatun-slideshow.swiper-viewport {
		min-height: 420px;
	}

	.eflatun-slideshow__caption {
		bottom: 70px;
		font-size: 20px;
		left: 20px;
		max-width: calc(100% - 40px);
		padding: 12px 16px;
	}

	.eflatun-slideshow .swiper-pagination {
		bottom: 22px;
	}

	.eflatun-slideshow.swiper-viewport .swiper-button-prev {
		left: 14px;
	}

	.eflatun-slideshow.swiper-viewport .swiper-button-next {
		right: 14px;
	}
}

@media (max-width: 479px) {
	.eflatun-home-categories__grid {
		grid-template-columns: 1fr;
	}
}

.eflatun-category-products {
	margin: 0 auto;
	padding: 34px 0 18px;
}

.eflatun-category-products__header {
	margin-bottom: 24px;
	text-align: center;
}

.eflatun-category-products__title {
	color: var(--eflatun-header);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.eflatun-category-products__viewport.swiper-viewport {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
	padding-bottom: 42px;
}

.eflatun-category-products__viewport .swiper-container {
	padding: 0 2px;
}

.eflatun-category-products__viewport .swiper-wrapper {
	align-items: stretch;
}

.eflatun-category-products__viewport .swiper-slide {
	height: auto;
}

.eflatun-category-products .product-layout {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.eflatun-product-card {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eflatun-product-card:hover {
	border-color: rgba(189, 132, 76, 0.45);
	box-shadow: 0 14px 30px rgba(1, 15, 28, 0.08);
}

.eflatun-product-card__image {
	background: #f7f7f7;
	overflow: hidden;
}

.eflatun-product-card__image img {
	display: block;
	margin: 0 auto;
	transition: transform 0.35s ease;
	width: 100%;
}

.eflatun-product-card:hover .eflatun-product-card__image img {
	transform: scale(1.04);
}

.eflatun-product-card__body {
	flex: 1 1 auto;
	padding: 16px 16px 12px;
}

.eflatun-product-card__name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px;
	min-height: 43px;
}

.eflatun-product-card__name a {
	color: var(--eflatun-header);
}

.eflatun-product-card__price {
	color: var(--eflatun-header);
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.eflatun-product-card__price .price-old {
	color: var(--eflatun-muted);
	font-size: 13px;
	font-weight: 400;
	margin-left: 6px;
	text-decoration: line-through;
}

.eflatun-product-card__price .price-tax {
	color: var(--eflatun-muted);
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 4px;
}

.eflatun-product-card__actions {
	border-top: 1px solid var(--eflatun-line);
	display: flex;
	flex: 0 0 auto;
	gap: 0;
}

.eflatun-product-card__actions .btn {
	border: 0;
	border-radius: 0;
	height: 42px;
}

.eflatun-product-card__cart {
	flex: 1 1 auto;
}

.eflatun-product-card__icon {
	background: #ffffff;
	border-left: 1px solid var(--eflatun-line) !important;
	color: var(--eflatun-header);
	flex: 0 0 44px;
	width: 44px;
}

.eflatun-product-card__icon:hover,
.eflatun-product-card__icon:focus {
	background: var(--eflatun-soft);
	color: var(--eflatun-accent);
}

.eflatun-category-products__viewport .swiper-pagination {
	bottom: 4px;
}

.eflatun-category-products__viewport .swiper-pagination-bullet-active {
	background: var(--eflatun-accent);
}

.eflatun-category-products__viewport .swiper-pager {
	line-height: 38px;
	pointer-events: none;
}

.eflatun-category-products__viewport .swiper-button-prev,
.eflatun-category-products__viewport .swiper-button-next {
	background: #ffffff;
	border: 1px solid var(--eflatun-line);
	border-radius: 999px;
	height: 38px;
	margin-top: -19px;
	pointer-events: auto;
	text-align: center;
	width: 38px;
}

.eflatun-category-products__viewport .swiper-button-prev:before,
.eflatun-category-products__viewport .swiper-button-next:before {
	color: var(--eflatun-header);
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	width: 38px;
}

.eflatun-category-products__viewport .swiper-button-prev:hover,
.eflatun-category-products__viewport .swiper-button-next:hover {
	border-color: var(--eflatun-accent);
}

@media (max-width: 420px) {
	.eflatun-category-products .product-layout {
		width: 100%;
	}

	.eflatun-product-card__name {
		min-height: 0;
	}
}

.eflatun-duyuru,
.eflatun-announcements {
	margin: 0 auto;
	padding: 34px 0 24px;
}

.eflatun-announcements .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.eflatun-announcements .row > [class*="col-"] {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
}

.eflatun-duyuru__header,
.eflatun-announcements__header {
	margin-bottom: 24px;
	text-align: center;
}

.eflatun-duyuru__title,
.eflatun-announcements__title {
	color: var(--eflatun-header);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.eflatun-duyuru-card,
.eflatun-announcement-card {
	border: 1px solid var(--eflatun-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(1, 15, 28, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.eflatun-announcement-card {
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
	width: 100%;
}

.eflatun-duyuru-card:hover,
.eflatun-announcement-card:hover {
	border-color: rgba(189, 132, 76, 0.45);
	box-shadow: 0 16px 34px rgba(1, 15, 28, 0.1);
	transform: translateY(-2px);
}

.eflatun-duyuru-card__image,
.eflatun-announcement-card__image {
	background: #f7f7f7;
	display: block;
	overflow: hidden;
	position: relative;
}

.eflatun-announcement-card__image {
	aspect-ratio: 2 / 1;
	width: 100%;
}

.eflatun-duyuru-card__image img,
.eflatun-announcement-card__image img {
	display: block;
	height: auto;
	max-width: 100%;
	transition: transform 0.35s ease;
	width: 100%;
}

.eflatun-announcement-card__image img {
	height: 100%;
	object-fit: cover;
}

.eflatun-duyuru-card:hover .eflatun-duyuru-card__image img,
.eflatun-announcement-card:hover .eflatun-announcement-card__image img {
	transform: scale(1.04);
}

.eflatun-duyuru-card__body,
.eflatun-announcement-card__body {
	flex: 1 1 auto;
	padding: 18px 20px 20px;
}

.eflatun-duyuru-card__title,
.eflatun-announcement-card__title {
	color: var(--eflatun-header);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 9px;
}

.eflatun-duyuru-card__title a,
.eflatun-announcement-card__title a {
	color: inherit;
}

.eflatun-duyuru-card__title a:hover,
.eflatun-duyuru-card__title a:focus,
.eflatun-announcement-card__title a:hover,
.eflatun-announcement-card__title a:focus {
	color: var(--eflatun-accent);
}

.eflatun-duyuru-card__description,
.eflatun-announcement-card__description {
	color: var(--eflatun-text);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.eflatun-duyuru-popup .modal-dialog,
.eflatun-announcement-popup .modal-dialog {
	max-width: 920px;
	width: auto;
}

.eflatun-duyuru-popup .modal-content,
.eflatun-announcement-popup .modal-content {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(1, 15, 28, 0.22);
	overflow: hidden;
}

.eflatun-announcement-popup .modal-content {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.eflatun-duyuru-popup .modal-body,
.eflatun-announcement-popup .modal-body {
	padding: 0;
}

.eflatun-announcement-popup .modal-body {
	background: transparent;
}

.eflatun-duyuru-popup__close,
.eflatun-announcement-popup__close {
	background: #ffffff !important;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(1, 15, 28, 0.16);
	color: var(--eflatun-header);
	font-size: 24px;
	height: 34px;
	line-height: 30px;
	opacity: 0.96;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 12px;
	width: 34px;
	z-index: 2;
}

.eflatun-announcement-popup__close {
	background: transparent !important;
	border: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 1;
	opacity: 1;
	padding: 0;
	right: 0;
	text-shadow: 0 1px 8px rgba(1, 15, 28, 0.45);
	top: -28px;
	width: auto;
}

.eflatun-duyuru-popup__close:hover,
.eflatun-duyuru-popup__close:focus,
.eflatun-announcement-popup__close:hover,
.eflatun-announcement-popup__close:focus {
	color: #ffffff;
	opacity: 1;
	outline: 0;
	text-decoration: underline;
}

.eflatun-duyuru-popup img,
.eflatun-announcement-popup img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.eflatun-announcement-popup__image {
	display: block;
}

.eflatun-announcement-popup__image img {
	border-radius: 0;
}

.eflatun-duyuru-popup__body,
.eflatun-announcement-popup__body {
	background: #ffffff;
	padding: 22px 26px 26px;
}

.eflatun-duyuru-popup__title,
.eflatun-announcement-popup__title {
	color: var(--eflatun-header);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 40px 10px 0;
}

.eflatun-duyuru-popup__title a,
.eflatun-announcement-popup__title a {
	color: inherit;
}

.eflatun-duyuru-popup__title a:hover,
.eflatun-duyuru-popup__title a:focus,
.eflatun-announcement-popup__title a:hover,
.eflatun-announcement-popup__title a:focus {
	color: var(--eflatun-accent);
}

.eflatun-duyuru-popup__description,
.eflatun-announcement-popup__description {
	color: var(--eflatun-text);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 767px) {
	.eflatun-duyuru,
	.eflatun-announcements {
		padding: 26px 0 12px;
	}

	.eflatun-announcements .row {
		margin-left: -7px;
		margin-right: -7px;
	}

	.eflatun-announcements .row > [class*="col-"] {
		padding-left: 7px;
		padding-right: 7px;
	}

	.eflatun-duyuru .row > [class*="col-"] {
		width: 100%;
	}

	.eflatun-duyuru__title,
	.eflatun-announcements__title {
		font-size: 24px;
	}

	.eflatun-duyuru-card,
	.eflatun-announcement-card {
		margin-bottom: 14px;
	}

	.eflatun-announcement-card {
		margin-bottom: 0;
	}

	.eflatun-duyuru-card__body,
	.eflatun-announcement-card__body {
		padding: 15px 16px 17px;
	}

	.eflatun-duyuru-popup .modal-dialog,
	.eflatun-announcement-popup .modal-dialog {
		margin: 10px;
	}

	.eflatun-duyuru-popup__body,
	.eflatun-announcement-popup__body {
		padding: 17px 18px 20px;
	}

	.eflatun-duyuru-popup__title,
	.eflatun-announcement-popup__title {
		font-size: 19px;
		margin-right: 36px;
	}
}

.product-subtitle {
	margin-top: 4px;
	font-family: inherit;
	font-size: 1.1em;
	line-height: 1.35;
	font-weight: 400;
	color: inherit;
	opacity: 0.75;
}

#product-product .product-subtitle--detail {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 1.3em;
}

#product-category .ef-product-subtitle,
.product-thumb .product-subtitle,
.eflatun-product-card__subtitle {
	margin-bottom: 8px;
}

.price-tax-note {
	margin-left: 5px;
	font-size: 0.75em;
	font-weight: 500;
	white-space: nowrap;
}
