@font-face {
    font-family: 'Zona Pro';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zona Pro';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zona Pro';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html{
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Zona Pro', sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
    background-color: #f5f7f9;
    /*background-color: rgba(249,249,251);
    background-color: #F6F6F4;*/
}
*{ outline: none; }
#search .input-lg:hover,
#search .input-lg:focus,
#search .input-lg:active{
	border-color: #ddd;
	box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Zona Pro', sans-serif;
	font-weight: bold;
}
/* 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: #891c1a;
}
a:hover {
	text-decoration: none;
}
a:active, a:hover{
	color: #891c1a;
}
p{
	font-size: 16px;
	line-height: 28px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
	height: 40px;
	font-size: 14px;
}
.input-group:focus, .input-group:hover, .input-group:active, .input-group:visited, .input-group:link,
.form-control:focus, .form-control:hover, .form-control:active, .form-control:visited, .form-control:link{
	outline: none;
	box-shadow: none;
	border-color: #ddd;
}
/* 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: #111;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
/* top */
#top {
	border-bottom: 1px solid #e2e2e2;
	padding: 0;
	margin: 0 0 0px 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: #891c1a;
	background-image: none;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: none;
	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: #111;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 7px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
#logo img{
	padding: 15px;
	max-width: 100%;
}
/* search */
#search {
	margin-bottom: 0px;
}
#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: none;
	height: 40px;
    background: #891c1a;
    color: white;
    border-color: #891c1a;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#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;
	min-width: 290px;
}
@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: #fff;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #999;
	min-height: 40px;
	border: none;	
}
#menu.navbar{
	margin-bottom: 0;
}
#menu .nav > li > a {
	color: #222;
	text-shadow: none;
	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: #111;
}
#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: #111;
	background-color: transparent;
	background-image: none;
	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: #333;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #333;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: transparent;
}
@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;
	}
}

.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary{
	background-color: #73403f !important;
	border-color: #73403f;
}

/* 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 #ddd;
}
footer a {
	color: #222;
}
footer a:hover {
	color: #222;
}
footer h5 {	
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 7px 0 7px 0;
	padding: 8px 0;
/*	border: 1px solid #ddd;*/
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	width: 0;
	height: 0;
}
.breadcrumb > li:after {
	content: '|';
	display: block;
	position: absolute;
	top: 0px;
	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);*/
}
.breadcrumb > li:last-child:after{
	display: none;
}
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: #891c1a;
	text-shadow: none;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #dddddd;
	background: white;
	box-shadow: none;
	font-size: 1.7rem;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled]{
	color: white;
	background: #891c1a;
	border-color: #891c1a;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #891c1a;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #891c1a;
	font-size: 1.7rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #891c1a;
	background-position: 0 -15px;
	border-color: #891c1a;
}
.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: none;
	background-color: #ee0606;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #ee0606;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
}
.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: #891c1a;
	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: 1;
}
.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;
	color: red;
}
.product-thumb .price-old {
	color: #333;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 14px;
}
.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;
	height: 41px;
}

/* 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;
    }
   
}

/************** my styles ******************************/
.container, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    max-width: 1540px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid{
	width: 100%;
	max-width: 100%;
}
.modal-body a.btn-primary, 
.modal-body .btn-primary{
	color: #ffffff;
    text-shadow: none;
    background-color: #343434;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #343434;
    font-size: 1.4rem;
    fill: white;
}
#top{
	border: none;
}
#top svg{
	width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: bottom;
    fill: #891c1a;
}
.top-menu__item a{
	color: #303030;
}
header{
	background-color: white;
	box-shadow: 0 3px 8px -2px rgba(34,45,74,.1);
	margin-bottom: 0px;
}
header .row{
	align-items: center;
}
header div[class*="col-sm-"]{
	padding: 0;
}
@media (min-width: 1024px){
	#right_side .featured-mod,
	#left_side .latest_mod{
		padding: 0px 0 20px;
	}
}
.product-thumb{
	box-shadow: 3px 3px 7px rgba(0,0,0,.05);
	background: white;
	padding-block-end: 25px;
}

.product-thumb .button-group{
	opacity: 0;
	transition: .3s all;
	background: transparent;
	border: 0;
}
.product-thumb .button-group button:hover{
	background: transparent;
}
.product-thumb .button-group button + button + button,
.product-thumb .button-group button + button{
	display: none;
}
.product-thumb .button-group button{
	width: 100%;
	background: transparent;
}
.product-thumb .image{
	min-height: 240px;	
	padding: 15px;
	padding-block-start: 0px;
}
.product-thumb .image img{
	mix-blend-mode: darken;
}
.product-thumb:hover .button-group {
	opacity: 1;
}

.featured-mod:not(#right_side .featured-mod){
	padding: 40px 0;
}
.featured-mod:not(#right_side .featured-mod) .swiper-button-next.swiper-button-disabled, 
.featured-mod:not(#right_side .featured-mod) .swiper-button-prev.swiper-button-disabled{
	opacity: .3;
}

.mod-featured0.slider-module .product-thumb{
	border: none;
    background: white;
/*    border-radius: 10px;*/
    transition: .3s all;
    text-align: center;
    box-shadow: 0 4px 8px -6px;
    box-shadow: 3px 3px 7px rgba(0,0,0,.05);
    border: 1px solid #e4e8e9!important;
    padding-bottom: 20px;
}
.mod-featured0.slider-module .product-thumb .image{
	min-height: 240px;
}
.mod-featured0.slider-module .product-thumb .caption{
	min-height: 0;
}
.mod-featured0.slider-module .product-thumb .button-group{
	opacity: 1;
}
.product-thumb h4{
	font-size: 1.8rem;
	font-weight: 400;
	margin-block-end: 20px;
}
.product-thumb h4 a{
	color: #232323;
}
.icons{
	display: none;
}
.product-thumb svg{
	fill: white;
    width: 30px;
    height: 30px;
    padding: 6px 0 2px;
}
.flex-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
p.price{
	margin-bottom: 0;
}

.front-infos .padf{
	padding: 0 20px;
}
.front-infos .bgr{
	padding: 50px 0;
	background: white;
	text-align: center;
}
.front-infos .text-front{
	text-transform: uppercase;
	font-size: 20px;
}

/*----------------- left right ------------------*/
#right_side .product-thumb,
#left_side .product-thumb{
	border: none;
	background: transparent;
	border-radius: 0px;
	transition: .3s all;
	text-align: center;
	box-shadow: none;
	border: 1px solid transparent;
	padding-bottom: 0;
}
#right_side .product-thumb p.price,
#left_side .product-thumb p.price{
	margin-bottom: 12px;
}

#right_side .product-thumb:hover,
#left_side .product-thumb:hover{
	box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
	border: 1px solid #ddd;
}
#right_side .product-thumb .image,
#left_side .product-thumb .image{
	min-height: 230px;
}
#right_side .product-thumb .flex-group,
#left_side .product-thumb .flex-group{
	justify-content: center;
	opacity: 0;
	transition: .3s all;
}
#right_side .product-thumb:hover .flex-group,
#left_side .product-thumb:hover .flex-group{
	opacity: 1;
}
.flex-group .price,
.product-thumb .price{
	font-size: 2rem;
}

.flex-group button{
	background: #282828;
	background-image: none;
	border: 0;
	border-radius: 7px;
}
#right_side .flex-group button,
#left_side .flex-group button{
	background: #121212;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 8px 0;
}
#right_side .flex-group button svg,
#left_side .flex-group button svg{
	fill: white;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-inline-end: 15px;
}
#right_side .flex-group,
#left_side .flex-group{
	padding: 0;
}

#right_side .flex-group button span,
#left_side .flex-group button span{
	display: block;
	color: white;
}

.flex-group button span{
	display: none;
}
#right_side, #left_side{
	padding: 0;
}
#right_side{
	padding-block-start: 20px;
}
#right_side .featured-mod h3,
#left_side .featured-mod h3,
#right_side .latest_mod h3,
#left_side .latest_mod .slider-module h3{
	display: none;
}
#left_side .latest_mod{
	padding-top: 40px;
}

.inner-text h3{
	font-size: 30px;
	color: #891c1a;
}
.swiper-viewport{
	background: transparent !important;
}
.display-no{
	display: none;
}
#banner-left{
	position: relative;
}
.wrap-0{
	background: white;
}
.inner-banner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.inner-banner figure{
	width: 100%;
/*    min-height: 900px;*/
}
.inner-banner figure img{
	height: 985px;
    object-fit: cover;
    min-height: 920px;
    max-height: 985px;
}
.inner-text{
	position: absolute;
    display: block;
    text-align: center;
    padding: 130px 120px;
    background: white;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/* ------------ cart ------------*/
#cart button{
	background: transparent;
	border: 0;
	display: flex;
	justify-content: flex-start;
	box-shadow: none;
	vertical-align: top !important;
}
#cart.btn-group{
	vertical-align: unset;
}
#cart svg,
.top-header svg{
	width: 32px;
	height: 32px;
	fill: #88868b;
}
.top-header{
	text-align: right;
	margin-bottom: 0;
}
.wdt320{
	min-width: 320px;
	padding: 0;
	background: transparent;
	border: 0;
	margin-top: 40px;
}
.wdt320 .input-group{
	display: flex;
}
#cart p.text-right strong svg{
	height: 28px;
	width: 28px;
	vertical-align: middle;
	fill: white;
}
#cart p.text-right a{
	background: #891c1a;
    color: white;
    padding: 9px 8px;
    text-align: left;
    border-radius: 0px;
    background: #121212;
    width: 100%;
}
.top-header li a{
	display: flex;
}
#top-links-l{
	padding-top: 11px;
}
#cart span,
.top-header span{
	background: #891c1a;
    width: 16px;
    height: 18px;
    padding: 0;
    font-size: 13px;
    border-radius: 50px;
    text-shadow: none;
    color: white;
    text-align: center;
}
#cart.open button{
	background-color: transparent !important;
	color: white !important;
	border: none !important;	
}
#cart .dropdown-menu{
	background: white;
}
#cart .dropdown-menu svg{
	width: 30px;
	height: 30px;
	fill: red;
}
#cart .table>tbody>tr:nth-of-type(odd) td{
	vertical-align: middle;
	border: 0;
}
.table{
	background: white;
}
#cart .table>tbody>tr>td
#cart .img-thumbnail{
	mix-blend-mode: darken;
	background: transparent;
	border: 0;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background: white;
}
#cart .dropdown-menu{
	margin-right: 10px;
}
#cart .dropdown-menu button{
	display: block;
	float: right;
}
#cart .dropdown-menu li:last-child .table>tbody>tr>td,
#cart .dropdown-menu .table{
	border: 0;
}
#cart .dropdown-menu .table>tbody>tr>td{
	font-size: 14px;
}
#cart .dropdown-menu li:last-child .table>tbody>tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#cart .dropdown-menu .img-thumbnail{
	padding: 0;
	background: transparent;
	border: 0;
	mix-blend-mode: darken;
}

/* ------------- front page modules -----------------*/

/* banner effect */
.martb {
    margin-top: 60px;
    background: white;
    padding: 50px 0;
}
.beffect {
    position: relative;
    overflow: hidden;
}
#front-banner .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 530px;
    object-fit: cover;
}
.banner-right{
	margin-top: 54px;
}
.beffect a{
	display: block;
	position: relative
}
.beffect a.beff_a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
    transform: rotateZ(-180deg);
}
.beffect:hover a.beff_a::after {
    opacity: 0;
    height: 85%;
    transition-delay: 0.1s;
    transform: rotateZ(0deg);
}
.beffect img{
	border-radius: 0;
}
.imgbnrtext {
    position: absolute;
    top: 0;
    left: 10%;
    width: 82%;
}
.imgbnrtext h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 50px 0 30px 0;
    position: relative;
    line-height: 1.2;
}
.imgbnrtext p {
    margin: 0;
    color: #737373;
    line-height: 24px;
    font-size: 18px;
}

.thumbnail{
	border: none;
	box-shadow: none;
	outline: none;
}
a.thumbnail.active, 
a.thumbnail:focus, 
a.thumbnail:hover{
	border: none;
	outline: none;
	box-shadow: none;
}
.thumbnails .image-additional img{
	border: none;
	height: 60px;
	width: 80px;
	object-fit: cover;
}
.caption{
	min-height: 0 !important;
}
.modal-body a strong{
	display: flex;
	align-items: center;
	font-weight: normal;
}
.modal-body a strong svg{
	width: 28px;
    fill: white;
    height: 29px;	
}
.modal-header .close{
	color: #444;
}
#menu li.dropdown svg{
	width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    right: -5px;
    bottom: 10px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    outline: none;
    z-index: 999;
    transition: all 300ms ease;
    background: #891c1a;
}
#scroll svg{
	fill: white;
}

#newsletter{
	display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-block-start: 20px;
}
#newsletter .alert{
	margin-bottom: 0;
}
.news_text{
	width: 40%;
    text-align: right;
    margin-inline-end: 30px;
    position: relative;
}
.news_text:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Enear-me%3C/title%3E%3Cpath d='M21,3L3,10.53V11.5L9.84,14.16L12.5,21H13.46L21,3Z' /%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 60px;
	left: 166px;
    top: -24px;
    width: 80px;
    height: 80px;
    content: '';
    position: absolute;
	content: '';
}
.news_text h6{
	font-size: 30px;
}
#newsletter .input-group{
	width: 46%;
}
#newsletter .input-group .form-control:first-child{
	height: 42px;
}
.middle-footer{
	padding-top: 60px;
    padding-bottom: 30px;
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: rgb(237,237,237);
    background-color: rgb(245 247 249);
    background-color: rgb(238 243 250);
    border-top: 1px solid #ccc;
    text-align: center;
}
.middle-footer .mft{
	align-items: center;
	justify-content: center;
}
.middle-footer ul li{
	display: inline-block;
}
.middle-footer ul li a{
	text-transform: uppercase;
	padding-right: 20px;
	font-weight: 600;
	color: #595959;
	position: relative;
}
.middle-footer ul li a:before {
    content: "";
    background: #afafaf;
    position: absolute;
    left: auto;
    width: 1px;
    height: 15px;
    top: 0px;
    right: 9px;
}
.middle-footer ul li:last-child a:before{
	display: none;
}
.middle-footer ul li a:hover{
	color: #891c1a;
}
.middle-footer ul li:last-child a{
	margin-right: 0;
}
.middle-footer h5{
	display: none;
}
.middle-footer p{
	text-align: left;
	margin-bottom: 0;
}
.contact_wrapper{
	margin-bottom: 20px;
}
.logo-footer{
	margin: 20px 0 0;
	padding-bottom: 45px;
}
.logo-footer img{
	max-width: 350px;
}
.footer-address ul li{
	padding: 0 10px;
	font-size: 18px;
}
.footer-address svg{
	vertical-align: bottom;
	margin-inline-end: 5px;
}
.footer-column__social-item{
	padding: 20px 0;
}
.footer-column__social-item a{
	padding-right: 8px;
}
.footer-social__icon{
	background: #891c1a;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: inline-block;
}
.footer-social__icon svg{
	fill: white;
	height: 25px;
    width: 25px;
    margin-top: 7px;
}
.facebook .footer-social__icon{
    background: -webkit-linear-gradient(bottom, #2b4170, #3b5998);
}
.twitter .footer-social__icon{
    background: -webkit-linear-gradient(bottom, #0081ce, #00aced);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #00aced;
}
.instagram .footer-social__icon{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.pinterest .footer-social__icon{
    background: -webkit-linear-gradient(bottom, #a0171c, #cb2027);
}
.footer-end{
	display: flex;
	justify-content: space-between;
}
.footer-end img{
	order: 3;
	margin: 0;
}

.catg{
	margin-bottom: 35px;
}
.category-block p.descr,
.search-block p.descr,
.special-block p.descr{
	display: none;
}
.category-block .product-thumb,
.search-block .product-thumb,
.special-block .product-thumb{
	padding-block-end: 15px;
}
.category-block .product-thumb .image,
.search-block .product-thumb .image,
.special-block .product-thumb .image{
	padding-block-start: 20px;
    padding: 15px;
    min-height: 280px;
}
.catgh{
	font-size: 27px;
    margin-block-start: 0;
    padding-block-end: 15px;
    border-bottom: 1px solid #ccc;
    margin-block-end: 25px;
/*    box-shadow: 0 2px white;*/
}
.catg li{
	display: inline-block;
	padding: 0 15px 15px 0;
}
.catg li a{
	border: 1px solid #ccc;
	padding: 10px;
	background: #ddd;
	color: black;
	text-align: center;
	font-size: 15px;
	color: black;
	font-weight: 600;
	width: 100%;
	display: block;
	background: linear-gradient(176deg, #d5d5d5, #d0d0d0);
}

/*--------- product ----------*/
.dspflex{
	display: flex;
	flex-direction: column;
}
.tab-content ul li{
	font-size: 14px;
	padding-bottom: 4px;
}
#product-product .col-sm-8{
	background: white;
    padding-top: 25px;
    box-shadow: 7px 0px 15px -5px rgba(0, 0, 0, .2);
    box-shadow: 12px 1px 12px -5px rgba(0,0,0,0.10);
    z-index: 9;
}
#product-product .col-sm-4{
	background: #e7ebf1;
	padding-right: 15px;
	padding-left: 25px;
}
/*#product-product #content {
    min-height: 600px;    
}*/
.product-block .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
/*    width: 100%;*/
}
#product-product #tab-description{
	padding-block-end: 25px;
	font-size: 15px;
	line-height: 27px;
}
.product-block h1+ul{
	border-block-end: 1px solid #ccc;
	padding-block-end: 20px;
}
.product-block h1.hidden-sm.hidden-xs + ul{
	padding-block-start: 20px;
}
.product-block h1.visible-xs{
	margin-block-end: 20px;
    width: 100% !important;
    text-align: center;
}
.grp-flex{
	display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grp-flex svg{
	width: 25px;
	height: 25px;
	margin-block-start: -3px;
}
.grp-flex .btn-group>.btn:first-child{
	margin-right: 7px;
}
.grp-flex button{
	height: 38px;
	fill: #891c1a;
}
.grp-flex label{
	display: none;
}
.quant{
	flex: 0 0 50%;
}
.btn-quantity {
    position: relative;
    display: flex;
    float: left;
    width: auto;
    margin-right: 8px;
}
.btn-quantity span {
   position: relative;
    height: 38px;
    line-height: 33px;
    color: #891c1a;
    cursor: pointer;
    text-align: center;
    background: white;
}
#input-quantity {
    position: relative;
    height: 38px;
    font-size: 15px;
    text-align: center;
    border-radius: 0;
}
.qty-minus {
    padding: 0 7px;
    border-color: #ccc;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-radius: 6px 0 0 6px;
    order: -1;
}
.qty-plus {
    padding: 1px 7px;
    border-color: #ccc;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-radius: 0 6px 6px 0;
    order: 1;
}
.related{	
    padding: 15px;
    margin: 15px -15px;
   /* box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, .2);
    background: white;*/
}
p.tags{
	margin-block-start: 25px;
    padding: 15px 5px;
    background: white;
    margin: 25px -15px 15px;
    color: black;
    font-weight: 700;
}

/* ----- banners ----*/
.seroffer-banner {
    margin-top: 30px;
}

.beffect a {
    display: block;
    position: relative;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.imgbnrtext {
    position: absolute;
    top: 0;
    left: 10%;
    width: 82%;
}
.ser_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: auto;
    right: 2%;
    left: auto;
}
.text-right {
    text-align: right;
}
.imgbnrtext h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}
.imgbnrtext h2 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0;
}
.imgbnrtext .btn-primary {
	border: 1px solid #891c1a;
    background: #891c1a;
    color: #fff;
    padding: 14px 25px;
    margin-top: 10px;
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.imgbnrtext .btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #891c1a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.overhidden{
	overflow: hidden;
}
.offer_text {
	width: 100%;
	left: auto;
	bottom: 45%;
	top: auto;
}
.offer_text h2{
	color: white;
}
.imgright, .bannerser {
    width: 61.8%;
    -ms-flex: 0 0 61.8%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
}
.imgleft, .offerbanner {
    width: 38.2%;
    -ms-flex: 0 0 38.2%;
    flex: 0 0 38.2%;
    max-width: 38.2%;
}

@media (min-width: 992px) and (max-width: 1199px){
	.imgbnrtext h2 {
	    font-size: 16px;
	    font-weight: 700;
	    margin: 8px 0;
	}
}


@media (width <= 1480px){
	#menu .navbar-collapse{
		padding: 0;
	}
	#menu .nav > li > a{
		font-size: 14px;
		padding: 10px 12px;
	}
	.news_text:before{
		left: 75px;
	}
}

@media (width <= 1025px){
	.tab-only{
		padding: 0;
	}
	#top-links.pull-right{
		float: none !important;
		text-align: center;
	}
	.news_text:before{
		display: none;
	}
	.inner-banner figure img{
		min-height: 910px;
		height: 910px;
	}
}

@media (max-width: 992px) {
	.tab-only{
		width: 50%;
	}
	#menu .container{
		display: flex;
		justify-content: center;
	}
	#logo img{
		max-width: 70%;
	}
	.inner-banner figure img{
		height: 415px;
		min-height: 0;
		max-height: 500px;
	}
	.inner-text{
		padding: 50px;
	}
	.news_text:before{
		display: none;
	}
	.imgbnrtext h1{
		font-size: 40px;
		margin-top: 20px;
	}	
	.imgbnrtext h5 {
	    display: none;
	}
	.imgbnrtext .btn-primary{
		font-size: 11px;
		padding: 2px 6px;
	}
	.imgbnrtext h2{
		margin: 6px 0;
	}
	.wdt320{
		left: 0;
		right: 0;
		margin-block-start: 18px;
	}
}
@media (max-width:821px){
	.inner-banner figure img {
	    height: 331px;
	    min-height: 0;
	    max-height: 500px;
	}
	#right_side .product-thumb .image, 
	#left_side .product-thumb .image,
	.product-thumb .image{
		min-height: auto;
	}
	.news_text h6 {
	    font-size: 26px;
	}
}

@media (width <= 769px){
	#newsletter{
		flex-direction: column;
	}
	#newsletter .news_text{
		margin: 0 0 15px 0;
		width: 100%;
		text-align: center;
	}
	#newsletter .input-group{
		width: 100%;
	}
	#newsletter .news_text:before{
		display: none;
	}
	.footer-end{
		flex-wrap: wrap;
		justify-content: center;
	}
	#right_side{
		display: flex;
		flex-direction: column;
	}
	#menu .container{
		display: block;
	}
	.imgbnrtext h2 {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.2;
	}
	.ser_text {
	    width: 35%;
	}	
}

@media (width <= 768px){
	.imgbnrtext h2 {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.2;
	}
	.ser_text {
	    width: 35%;
	}
	#menu{
		background: #222;
		border-radius: 0;
	}
	#menu .nav > li > a{
		color: white;
		padding: 15px;
	}
	#menu .btn-navbar{
		border: none;
		background: transparent;
		box-shadow: none;
		padding: 0 18px;
	}
	#menu .btn-navbar svg{
		fill: white;
		width: 30px;
		height: 30px;
	}
	#menu #category{
		line-height: 50px;
		font-size: 18px;
		font-weight: normal;
	}
	#menu li.dropdown svg{
		float: right;
		fill: white;
		width: 30px;
		height: 30px;
		margin-block-start: 5px;
    	margin-inline-end: 30px;
    	position: static;
	}
	#menu .navbar-collapse{
		padding: inherit;
	}
	.only-mobile2{
		padding: 15px;
   		margin: 0 -15px;
   		background: #343434;
	}
	.only-mobile2 ul li{
		line-height: 30px;
	}
	.only-mobile2 ul li a{
		color: white;
		margin-bottom: 4px;
	}
	.imgbnrtext h1{
		font-size: 40px;
		margin-top: 20px;
	}
	#front-banner .imgbnrtext{
		position: static;
		width: 100%;
	}	
	.front-infos .bgr{
		padding: 23px 0;
		margin-block-end: 15px;
	}
}
@media (max-width:713px){
	.featured-mod{
		order: 3;
	}
}
@media (width <= 640px){
	.imgright, .bannerser {
	    width: 61.8%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.imgleft, .offerbanner {
	    width: 38.2%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.wdt320{
		margin-top: 18px;
	    width: 100%;
	    right: 0;
	    left: 0;
	}
	.wdt320 .input-group{
		width: 100%;
	}
	.mobile-only{
		width: 70%;
	}
	.top-header{
		text-align: unset;
		display: flex;
    	justify-content: space-around;
	}
	.mob-only-order{
		order: 4;
		padding: 0;
	}	
	.txt-right{
		text-align: right;
		display: flex;
	    justify-content: end;
	    width: 30%;
	}
	#cart.btn-block{
		width: unset;
	}
	header{
		box-shadow: none;
	}
	#cart .dropdown-menu{
		width: max(320px, 90%, 390px);
		margin-right: 10px;
	}	
	.featured-mod{
		order: 3;
	}
	.inner-banner figure img{
		height: 550px;
		min-height: 0;
		max-height: 600px;
	}
	.inner-text{
		padding: 50px;
	}
	#front-banner .imgbnrtext{
		position: static;
		width: 100%;
	}
	#front-banner .center-block{
		height: auto;
	}
	.imgbnrtext h1{
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.imgbnrtext p{
		font-size: 16px;
	}
	.offerbanner{
		margin-block-start: 10px;
	}
	#right_side .product-thumb,
	#left_side .product-thumb{
		box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
		border: 1px solid #ddd;
		padding-bottom: 0;
	}
	#right_side .product-thumb .flex-group,
	#left_side .product-thumb .flex-group{
		opacity: 1;
	}
	.slider-module{
		margin-block-start: 25px;
	}
	.swiper-button-next.swiper-button-disabled, 
	.swiper-button-prev.swiper-button-disabled{
		opacity: .3 !important;
	}
}
@media (width <= 480px){
	.inner-banner figure img{
		height: 400px;
		min-height: 0;
		max-height: 500px;
	}
}
@media (max-width: 391px){
	.wdt320{
		min-width: 273px;
	}
}
.img-thumbnail,
.img-responsive{
	border: 0;
}
.row.flx-direct{
	font-size: 18px;
	line-height: 1.3;
}
#information-contact .img-thumbnail{
	margin-bottom: 20px;
}

.map{
	margin-block-start: 30px;
}
.dflex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang button{
	padding: 0 10px;
}
.lang button span{
	display: none;
}
.lang .dropdown-menu{
	left: unset;
	right: 0;
}
.well{
	background: white;
}
#account-login .col-sm-6:first-child{
	display: flex;
	flex-wrap: wrap;
}
.product-thumb .image{
	min-height: 240px;
    padding-block-start: 30px;
    margin-block-end: 26px;
}
.mod-featured0.slider-module .product-thumb .image{
	max-height: 233px;
    object-fit: cover;
}
.mod-featured1.slider-module .product-thumb .image{
	padding: 15px;
	padding-bottom: 0;
}
.product-thumb .image img{
	max-height: 220px;
    object-fit: cover;
}
.product-thumb .image.incat img{
	max-height: unset;
}

.xdstickers_wrapper {
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 11px;
    background: #891c1a !important;
}
.xdstickers_wrapper.position_upleft{
	top: 11px !important;
}
.xdstickers_wrapper:before,
.xdstickers_wrapper:after {
    content: "";
    position: absolute;
}
.xdstickers{
	padding: 0 !important;
	margin: 0 !important;
}
.xdstickers_wrapper:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.xdstickers_wrapper:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #891c1a;
    top: 0;
}
.swiper-wrapper{
	margin-left: 6px !important;
}
.category-block .xdstickers_wrapper,
body.product-search .xdstickers_wrapper{
	left: 7px;
}
.product-block .xdstickers_wrapper:before{
	display: none;
}
.product-block .xdstickers_wrapper.position_upleft{
	top: 36px !important;
}
.product-block .xdstickers_wrapper{
	left: 0px;
}
.gr-flag{
	background: url(../image/grrece-flag.png) no-repeat;
	width: 50px;
	height: 35px;
	background-size: cover;
	display: block;
	background-size: 50px 35px;
}
.gr-flag.front{
	width: 40px;
	height: 25px;
	background-size: 40px 25px;
	display: inline-block;
}
@media (min-width: 1025px){	
	.slider-module .swiper-slide{
		zoom: 0.994;
	}
}
@media (min-width: 576px){
	.swiper-slide .title span{
		font-size: 48px !important;
		padding: 7px 12px !important;
	}
	.swiper-slide .description span, 
	.swiper-slide .btn-slider span{
		font-size: 25px !important;
		padding: 7px 12px !important;
	}
}