body {
	font-family: Inter, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 23px;
	width: 100%;
	background: #fff;
}
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: #252D01;
}
a:focus, a:hover {
	text-decoration: underline;
	color: #252D01;
}
b, strong {
	font-weight: 600;
}
.modal-body a {
	color: #7c85bd;
	text-decoration: none;
}
.modal-body a:hover {
	color: #B22D73;
	text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
.modal-dialog {
	z-index: 1100;
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.pos-relative {
	position: relative;
}
.text-center img {
	margin-left: auto;
	margin-right: auto;
}
.well {
	background-color: #e2e4e966;
}
.tooltip {
	z-index: 4;
}
.form-control {
	border-radius: 20px;
	border-color: #6f8085;
	box-shadow: none;
}
.form-control:focus {
	border-color: #eaa83a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(234,168,58,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(234,168,58,.6);
}
select.input-lg, .input-lg {
	height: 40px;
	line-height: 40px;
}
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;
}
/* 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:after {
	content: ' *';
	color: #ff4e00;
	font-size: 10px;
	font-weight: bold;
}
.container, .scontent-top-fullwidth {
    width: 100%;
    max-width: 1880px;
    margin-right: auto;
    margin-left: auto;
}
.container.mini {
	max-width: 900px;
	margin: 0 auto;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-8ths {
    width: 12.5%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-8ths {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-8ths {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12.5%;
        float: left;
    }
}

.col-xs-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-10ths {
    width: 10%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }
}
.dr-innerheader {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: nowrap;
	padding-right: 5px;
}
.dr-header {
    position: relative;
    z-index: 20;
    background: #000;
    color: #fff;
}
.dr-header.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 8;
    background-color: #000;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.dr-header.affix + .affixSpacer
{
    height: 130px;
}
@media (min-width: 768px) {
	.dr-header.affix {
		z-index: 10;
	}
}
.dr-menu-button {
    display: flex;
    margin-right: 20px;
    color: #fff;
    align-items: center;
}
.dr-menu-button:hover,
.secondary-menu a:hover {
	color: #f54903;
	text-decoration: none;
}
.dr-menu-button:hover path{
	stroke: #f54903;
}
.menu-block {
	display: flex;
	align-items: center;
	order: 0;
}
.secondary-menu {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.secondary-menu a {
	color: #fff;
}
.dr-phone {
	font-size: 20px;
    font-weight: 500;
    color: #666;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.dr-phone .phones-container a {
	padding: 6px 15px 8px;
	display: block;
	font-size: 18px;
}
.dr-phone .phones-container a:hover {
	text-decoration: none;
	color: #48473f;
	cursor: pointer;
}
.dr-header.affix .dr-phone .phones-container a:first-child {
	margin-bottom: 0px;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	transition: margin 0.2s ease-out;
}
.dr-header.affix .dr-phone {
	font-size: 14px;
	line-height: 17px;
}
.dr-phone .dropdown-menu-left {
	left:-15px;
}
.dr-innerheader #logo {
	flex: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dr-innerheader #logo img {
	max-width: 80px;
}
@media (min-width: 375px) {
	.dr-innerheader #logo img {
		max-width: 110px;
	}
}
@media (min-width: 425px) {
	.dr-innerheader #logo img {
		max-width: 150px;
	}
}
.dr-header.affix #logo img {
	max-width: 125px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dr-right-icons {
    display: flex;
    justify-content: right;
    align-items: center;
}
.header-big-icons {
	margin-left: 5px;
	padding: 0 5px;
}
.header-big-icons a, .header-big-icons a:hover {
	text-decoration: none;
}
.header-big-icons .fa,
.header-big-icons .la,
.header-big-icons .lar,
.header-big-icons .las {
    font-size: 30px;
}
.search-header.header-big-icons .openBtn, .header-big-icons > a, .dr-cart.header-big-icons .btn {
	display: flex;
	align-items: center;
}
.dr-header.affix .header-big-icons svg, .dr-header.affix #cart svg, .dr-header.affix .dr-phone svg {
    height: 22px;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dr-cart.header-big-icons .btn {
	background: none;
    color: #888;
    font-size: 16px;
}
#smenu {display: none}
.mm-wrapper--opened #smenu {
    display: inherit!important;
}
.mm-spn a {
	text-transform: uppercase;
	font-size: 12px;
}
#smenu a:focus, #smenu a:hover {
	text-decoration: none;
}
.greybg {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 30px;
}
.orangebg {
	background: #f54903;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
}
.orangebg .title-block {
	margin-top: 0;
}
.orangebg .title-subtitle {
	color: #fff;
}
.orangebg .title-subtitle:after {
	background-color: #fff;
}
.about-icon {
	width: 120px;
	margin-bottom: 15px;
}
body[class^='product-product-'] .greybg, body[class*=' product-product-'] .greybg {
	padding-top: 0;
	border-top: none;
}
body.common-home .scontent-top-fullwidth {
	background: #fff;
}
body.common-home .scontent-top-fullwidth .title-block {
	margin-bottom: 25px;
	margin-top: 30px;
}
body.common-home .scontent-top-fullwidth .carousel-wrapper img {
	margin-bottom: 10px;
	width: 120px;
	max-width: 100%;
}
body.common-home .scontent-top-fullwidth .carousel-wrapper a {
	font-size: 11px;
	line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
	body.common-home .scontent-top-fullwidth .carousel-wrapper .swiper-wrapper {
		justify-content: center;
	}
}
body.common-home .scontent-top-fullwidth .swiper-button-next,
body.common-home .scontent-top-fullwidth .swiper-button-prev {
	display: none;
}
body.common-home .scontent_mid1 {
	background: #fff;
	border-top: 1px solid #eef1f1;
	border-bottom: 1px solid #eef1f1;
	padding:30px 0 10px;
	margin: 0 0 20px;
}
.bluebg {
	background-color: #fbf8f3;
	padding:15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alert-success {
	color:#fff;
	background-color: #88C9A5;
	border-color: #88C9A5;
	border-radius: 20px;
}
.alert-success a {
	color: #fff;
}
.alert-success a:hover {
	color: #76664f;
	text-decoration: none;
}
.close {
	font-size: 26px;
	line-height: 20px;
}
.menu-burger {
    height: 35px;
    margin-right: 0;
}
/* search */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85)
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}

.overlay .closebtn:hover {
    color: #ccc
}
#search {
	padding: 0;
	width: 90%;
	max-width: 800px;
	position: relative;
	display: flex;
	justify-content: center;
    top: 20%;
    margin: 0 auto;
}
#search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    margin:0;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    height: 46px;
}

#search input[type=text]:hover {
    background: #f1f1f1
}

#search .search-icon {
    position: absolute;
    right: 9%;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    background: none;
}
#search .search-icon {
	position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 9px 10px 2px;
}
.searchicon {
	margin-top: 0px;
}
.searchicon:hover {
	cursor: pointer;
}
#livesearch li {
	z-index: 30;
}
.dr-search .dropdown-menu-right {
	right: -5px !important;
    top: -15px !important;
    box-shadow: none !important;
    border: 0;
    padding: 5px 0 0;
    margin: 0;
    background: none;
}
.search-box {
	background:#e2e4e9;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.search-box select {
	margin-bottom: 10px;
}
[name=search] {
	outline: none;
}
#livesearch, #livesearch * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#livesearch {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 98%;
	z-index: 10;
	max-height: calc(100vh - 20% - 46px);
	overflow-y: scroll;
	padding: 15px;
	justify-content: center;
}
#livesearch li {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	flex: 1;
	flex-grow: 0;
	flex-basis: 300px;
}
#livesearch a {
	display: block;
	clear: both;
	overflow: hidden;
	line-height: 16px;
	padding: 0;
	text-decoration: none;
	text-shadow:none;
	border:none
}
#livesearch a:hover {
	background: none;
}
#livesearch a span {
	display:block;
	font-size:13px;
	margin-bottom:5px;
	color:#000
}
#livesearch li:hover, 
#livesearch li.active {
	background: #e2e4e9 !important;
	color:#000
}
#livesearch li a.amore span {
	text-align: center;
}
#livesearch li.nomore,
#livesearch li.nomore:hover {
	background: none !important;
}
#livesearch li.nomore a.amore span {
	color: #fff;
	padding: 0px;
}
#livesearch li.nomore a.amore:hover span {
	color: #fff;
	cursor: text;
}
#livesearch img {
	float: left;
	width: 80px;
	margin-right: 10px;
	border-radius:5px
}
#livesearch img[src=''] {
	display: none;
}
.pmore {display:none;
	background: #ccc;
	padding: 15px 5px !important;
	text-align: center;
}
#livesearch a em {display: block;
	color: #333333;
	font-style: normal;
	font-weight: 400;
	font-size:12px
}
#livesearch strike {
	color: #aaaaaa;
}
#livesearch a:hover strike {}
#livesearch small {
	display: block;
}
@media (min-width:440px) {
	#livesearch {
		top: calc(20% + 48px);
		left: 0px;
		min-width: 300px;
		max-width: 98%
	}
}
@media (max-width: 768px) {
	#search {
		top: 60px;
	}
	#livesearch {
		left: 0;
		top: 110px;
		gap: 5px;
		max-height: calc(100vh - 60px);
	}
	#livesearch li {
		padding: 6px;
	}
}
/* cart */
.minicart-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #ccc
}

.minicart-item small {
    font-size: 13px;
    color: #666
}

.minicart-item .item-image {
    flex-shrink: 0
}

.minicart-item img {
    width: 80px
}

.minicart-item .item-details {
    flex-grow: 1
}

.minicart-item .item-details a {
    margin-bottom: 5px;
    display: block
}

.minicart-item .item-q-price {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}
.minicart-item button {
	font-size: 20px;
}
.minicart-item button:hover {
    color: red
}

#minicart .minicart-totals, #minicart .d-grid {
    padding: 10px 15px
}

.minicart-totals div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px
}

.minicart-totals div span {
    font-weight: 700
}

.minicart-totals div:last-child {
    font-size: 16px;
    font-weight: 700
}

.minicart-checkout a {
    color: #fff !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.minicart-checkout a .fa {
    font-size: 18px;
    margin-right: 10px
}

.minicart-empty {
    font-size: 14px;
    padding: 15px
}
header #minicart {
    display: none
}
#cart {
	position: relative;
}
#cart > .btn {
	background: none !important;
	padding: 0 !important;
	position: relative;
}
#cart > .btn:focus, #cart > .btn svg:focus, .dr-phone .phones-container a:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
#cart #cart-total {
	position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 11px;
    background: #f54903;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    color: #fff;
    line-height: 14px;
}
.table-minicart-totals {
	border-top: 2px solid #908e7f;
	color: #333;
}
#wishlist-total,
.review-title-box {
	position: relative;
	display: flex;
    align-self: center;
    justify-content: center;
}
#wishlist-total span,
.review-title-box span {
	position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 11px;
    background: #f54903;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    color: #fff;
    line-height: 14px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		max-height: calc(100vh - 50px);
		overflow-y: scroll;
	}
}
.image-attributes-group {
	border: 6px solid #fbf8f3;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border-radius: 20px;
}
.image-attributes-group > div {
	flex: 1 0 16%;
	justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.image-attributes-group img {
	width: 100px;
}
.image-attributes-item-title {
	font-weight: 500;
	font-size: 13px;
}
.image-attributes-item-desc {
	font-weight: 300;
	font-size: 11px;
	line-height: 15px;
}
.filtered-categories {
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.filtered-categories li {
	list-style: none;
	padding: 0;
}
.filtered-categories li a {
	background: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.filtered-categories li a:hover {
	text-decoration: none;
	background: #f6959a;
	color: #fff;
}
/*#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table td {
	border: none !important;
}
#cart .dropdown-menu table tr td {
	border-top: 1px solid #908e7f !important;
}
#cart .dropdown-menu table tr:first-child td,
#cart .dropdown-menu table tr.options td,
#cart .dropdown-menu table.table-minicart-totals tr td {
	border-top: none !important;
}
#cart .dropdown-menu table tr.options td {
	padding-top: 0 !important;
}*/
/*#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}*/
.btn-tocheckout {
	justify-content: center;
	background: #7c85bd !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 500 !important;
}
.btn-tocheckout:hover {
	background: #5a65ac !important;
}
/*@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}*/
/* menu */
.dropdown-backdrop {
	display: none;
}
.nav-wrapper {
	flex: 6;
    justify-content: center;
    display: none;
    align-items: center;
}
#menu {
	color: #000;
	width: 100%;
}
#menu .dropdown {
	position: relative;
}
#menu .dropdown.megamenu {
    position: static!important;
}
#menu > ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:0;
    padding: 0;
    flex-wrap: nowrap;
}
#menu > ul > li {
	list-style: none;
}
#menu > ul > li > a {
	color: #000;
	padding: 10px 5px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-flex;
    text-align: center;
  	position: relative;
}
#menu > ul > li > a:hover, #menu > ul > li > a:focus, #menu > ul > li.open > a {
	text-decoration: none;
}
#menu > ul > li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f54903;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#menu > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#menu > ul > li:last-child {
	background: #f54903;
	border-radius: 30px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu > ul > li:last-child:hover {
	background: #d64105;
}
#menu > ul > li:last-child a {
	color: #fff;
}
#menu > ul > li:last-child a::after {
	display: none;
}

#menu .dropdown-menu {
	padding: 15px 30px;
	margin-top: 0px;
	border-radius: 0px;
	z-index: 1002;
	top: 42px;
	left: 0;
	position: absolute;
	width: 380px;
	border: none;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.megamenu .dropdown-menu {
	top: 70px;
}
#menu .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
#menu .megamenu .dropdown-menu {
	top: 70px;
	width: 100%;
}
.dr-header.affix #menu .megamenu .dropdown-menu {
	top: 62px;
}
.dr-header.affix #menu .dropdown-menu {
	top: 52px;
}
#menu .dropdown-inner {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#menu .dropdown-inner > ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	flex-grow: 1;
}
#menu .dropdown-menu li a {
	padding: 7px 10px;
	text-transform: none;
    font-size: 14px;
    font-weight: 400;
	color: #000;
	display: block;
}
#menu .dropdown-menu li a:hover {
	color: #000;
	text-decoration: none;
}
#menu .dropdown-inner > ul > li > ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
#menu .dropdown-menu ul li ul li a {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	padding: 2px 10px;
}
#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 (max-width: 767px) {
	.dr-header {
	    z-index: 8;
	}
	#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;
	}
	.scontent-top-fullwidth {
		margin-bottom: 15px;
	}
}
body[class^='product-'] #content {
	min-height: auto;
}
body[class^='information-'] #content img {
	max-width: 100%;
}
.captcha-group img {
	max-width: none !important;
}
.category-top-container {
	display: flex;
	flex-direction: column-reverse;

}
#content .slideshow {
	margin-bottom: 30px;
}
/*#content .breadcrumb {
	margin-top:0;
	background: none;
	padding: 0;
}*/
#content h1 {
	color: #252D01;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-style: normal;
}
.maininfo h2 {
	font-size: 15px;
	line-height: 23px;
	margin-top: 0;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: 300;
	color: #666;
}
.container h2 {
	font-size: 20px;
	font-weight: 300;
}
.html-module {
	margin-bottom: 20px;
}
/* footer */
footer {
	margin-top: 50px;
	padding-top: 30px;
	background: #fbf8f3;
	border-top:2px solid #f6959a;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #000;
	min-height: 34px;
    display: block;
}
footer .address-link {
	display: inline;
}
footer a:hover {
	color: #252D01;
}
footer .h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
footer .h5:after {
	content: '';
	height: 2px;
	background: #f6959a;
	width:50px;
	position: absolute;
	bottom:-4px;
	left:0;
}
/* alert */
.alert {
	padding: 20px;
	text-align: center;
}
.alert.alert-success {
	position: absolute;
    top: 70px;
    z-index: 99;
    right: 20px;
    width: 90%;
    max-width: 450px;
}
/* breadcrumb */
.breadcrumb {
	margin: 5px 0;
	padding: 10px 3px;
	background:none;
}
.breadcrumb i {
	font-size: 13px;
}
.breadcrumb > li {
	padding: 0 15px 0 0;
	position: relative;
	font-size: 13px;
}
.breadcrumb > li + li:before {
	content: '\2192';
	display: block;
	position: absolute;
	top: 0px;
	left: -20px;
	color: #888;
}
.breadcrumb > li:first-child {
	display: none;
}
.breadcrumb > li:nth-child(2) {
	padding-left: 0 !important;
}
.breadcrumb > li:nth-child(2):before {
	display: none;
}
.breadcrumb > li a {
	color: #666;
}
.breadcrumb > li a:hover {
	color: #000;
}
.pagination {
	margin: 0;
}
.pagination>li {
	font-size: 16px;
	font-weight: 500;
}
.pagination>li>a, .pagination>li>span {
	background-color: transparent;
	border: none;
	padding: 6px 12px;
	color: #333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border:none;
	background-color: #333;
	border-radius: 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #ff4e00;
	background-color: transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 5px;
}
.pagination-results {
	color: #666;
	font-size: 11px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.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: #fff;
	background-color: #333;
}
.btn-default:hover {
	color: #fff;
	background-color: #000;
}
.btn-removefav {
	background-color: #efefef;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-removefav:hover {
	background-color: #da4f49;
	color: #fff;
}
.btn-primary {
	color: #ffffff;
	background-color: #000;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 14px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .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 {
	background-color: #f54903;
	outline: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
}
.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;
}
.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;
}
.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;
}
.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;
}
.swiper-button-next, .swiper-button-prev {
	color: #000;
	padding-top: 44px;
}
.slideshow .swiper-button-next {
	right: 20px;
}
.slideshow .swiper-button-prev {
	left: 20px;
}
.swiper-button-prev:before, .swiper-button-next:before, .swiper-rtl .swiper-button-prev:before, .swiper-rtl .swiper-button-next:before {
	display: none !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.carousel-control .icon-prev:before {
	content: "\f137";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	background: #ffffffcc;
    border-radius: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.carousel-control .icon-next:before {
	content: "\f138";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	background: #ffffffcc;
    border-radius: 100%;
}
.module-swiper-button-prev,
.module-swiper-button-next {
	position: absolute;
	top: 120px;
	z-index: 12;
	background: #fff;
    border-radius: 100%;
}
.rb-gallery .module-swiper-button-prev,
.rb-gallery .module-swiper-button-next {
	top: calc(50% - 22px);
}
.module-swiper-button-prev {    
    left: 15px;
}
.module-swiper-button-next {
    right: 15px;
}
@media (max-width:1200px) {
	.blog_grid_holder .swiper-button-next,
	.blog_grid_holder .swiper-button-prev {
		top: 80px;
	}
}
@media (max-width:768px) {
	.module-swiper-button-prev {
	    top: 60px;
	    left: 5px;
	}
	.module-swiper-button-next {
	    top: 60px;
	    right: 5px;
	}
	.blog_grid_holder .swiper-button-next,
	.blog_grid_holder .swiper-button-prev {
		top: 60px;
	}
}
@media (max-width:500px) {
	.blog_grid_holder .swiper-button-next,
	.blog_grid_holder .swiper-button-prev {
		top: 90px;
	}
}
/* product list */
.product-layout {
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 5px;
	position: relative;
}
.product-layout .product-thumb {
	position: relative;
	background: #fbf8f3;
    border-radius: 10px;
    text-align: center;
}
.product-layout .button-group {
	margin: 0 0 10px;
    display: flex;
    justify-content: center;
}
.product-layout {
	height: auto;
}
.product-layout .button-group .las {
	font-size: 20px;
}
/*.product-layout:hover {
	z-index: 4 !important;
	overflow: visible;
}*/
.product-thumb img {
	border-radius: 5px;
}
.product-thumb .price {
	margin-bottom: 0;
}
.module-swiper,.testimonials-module, .collection-swiper {
	padding-bottom: 0px;
}
.module-swiper .swiper-slide, .testimonials-module .swiper-slide, .collection-swiper .swiper-slide {
	border-radius: 5px;
}
/*.module-swiper .swiper-wrapper {
	justify-content: center;
}*/
.product-thumb a:hover, .product-thumb a:focus {
	text-decoration: none;
}
.product-thumb .image {
	text-align: center;
	border-radius: 10px;
    padding: 5px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .product-title {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 15px;
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-thumb .product-subtitle {
	color: #444;
	font-size: 12px;
	line-height: 19px;
	font-style: italic;
	margin: 5px 15px;
	height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-fav-container .product-layout {
	display: flex;
	flex-direction: column;
}
.product-fav-container .fav-image {
	margin-bottom: 20px;
}
.product-fav-container .fav-image img {
	border-radius: 5px;
}
.product-fav-container .product-title {
	padding-right: 45px;
	display: block;
}
.product-fav-container .fav-inner {
	position: relative;
	margin-top:13px;
}
dl.fav-attributes {
	font-size: 11px;
}
@media (min-width: 767px) {
	.product-list .product-layout .image {
		float: left;
		padding: 0 15px;
	}
}
.button-over {
	position: absolute;
	top: 5px;
	right: 5px;
}
/*.swiper-slide .button-over {
	top: 5px;
	right: 5px;
}*/
.button-over button {
	border-radius: 100%;
	height: 30px;
	width: 30px;
	background-color: #ffffffE6;
	border: none;
	box-shadow: none;
}
.button-over button .fa {
	font-size: 18px;
	color: #99B2B7;
}
.button-over button:hover {
	background: #99B2B7;
}
.button-over button:hover .fa {
	color: #fff;
}
.product-thumb .btn-wishlist {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	padding: 0;
	font-size: 24px;
	color: #fff;
}
.product-thumb .btn-wishlist .la {
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.product-thumb .btn-wishlist:hover {
	color: #f54903;
}
.product-thumb .btn-wishlist:hover .la {
    -webkit-text-stroke-color: #f54903;
}
.price_rating {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 15px 10px;
	height: 45px;
}
.product-thumb .rating {
	margin-bottom: 0;
	display: none;
}
.rating {
	text-align: left;
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
    position: relative;
    order: 6;
}
.rating .la-stack {
	width: 15px;
	font-size: 16px;
	line-height: 26px;
}
#scrollToReviews {
	margin-left: 10px;
}
.rating p {
	margin-bottom: 5px;
}
.rating .fa-stack, .reviews-innercontent .fa-stack {
	font-size: 7px;
	width: 12px;
    height: 12px;
    display: inline-block;
}
.rating .fa-star-o, .reviews-innercontent .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star, .reviews-innercontent .fa-star {
	color: #FC0;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o, .reviews-innercontent .fa-star + .fa-star-o {
	color: #E69500;
}
.rating div {
	display: block;
}
.reviews-innercontent .fa-stack .las,
.reviews-innercontent .fa-stack .lar {
	position: absolute;
	left: 0;
}
h2.price {
	margin: 0;
}
.product-thumb .price, .price .price-new {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

.product-thumb .price-old, .price .price-old {
	color: #444;
	position: relative;
	font-size: 12px;
}
.product-thumb .price-old:before, .price .price-old:before {
	top: 46%;
    background: #fa003f;
    opacity: 0.95;
    content: "";
    width: 110%;
    position: absolute;
    height: 1px;
    border-radius: 2px;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-4deg);
}
.eur {
	position: relative;
	padding-left: 12px;
    color: #999 !important;
    margin-left: 2px;
    display: inline-flex;
}
.eur:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 3px;
    display: block;
    font-size: 10px;
   	color: #999;
}
.pr_save .currency2.eur,
.pr_save .currency2.eur:before {
	color: #FF4E20 !important;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-layout .button-group button,
#button_add_cart,
.btn.btn-default,
.product-layout .button-group .btn-oos {
	border: none;
	color: #fff;
	height: 36px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 20px;
	margin-bottom: 10px;
	padding-right:13px;
	padding-left: 11px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
	gap: 8px;
}
.btn.btn-default {
	background: #efefef;
	border: 1px solid #666;
	color: #000;
}
.button-group-modal {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 100%;
}
.product-layout .button-group button,
#button_add_cart {
	background-color: #000;
}
.product-layout .button-group .btn-oos {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}
.product-layout .button-group button:hover,
#button_add_cart:hover {
	color: #fff;
	background-color: #f54903;
	text-decoration: none;
	cursor: pointer;
}
.product-layout .button-group .btn-oos:hover {
	border-color: #f54903;
}

.ocf-btn-mobile-fixed .ocf-btn {
	background-color: #FF9518 !important;
	color: #fff !important;
}
.rrp {
	font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #777;
}
.product-grid-container, 
.product-grid-container-module {
	justify-content: center; 
}
@media (max-width: 767px) {
	.product-layout {
		height: auto;
	}
	.product-layout .product-thumb {
		display: flex;
	    flex: 1;
	    flex-direction: column;
	}
	.product-layout .product-thumb > a {
		flex-grow: 1;
	}
	.breadcrumb {
		white-space: nowrap;
    	overflow-x: scroll;
	}
	.product-layout .button-group {
		display: flex !important;
		overflow: hidden;
		position: unset;
		left: auto;
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnail {
	padding: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #ddd;
}
/*.image-additional {
	max-width: 78px;
}*/
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.product-layout .product-thumb.dye {
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding: 10px;
}
.product-layout .product-thumb.dye .thumb-image {
	width: 100px;
    align-self: center;
    flex-shrink: 0;
}
.product-info {
	text-align: left;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-info .product-title {
	height: auto !important;
	margin: 10px 0 !important;
	font-weight: 600;
}
.product-info .price-buttons-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-content: space-between;
}
.product-info .price-buttons-group button {
	margin-bottom: 0;
}
.product-info .price_rating {
	height: auto;
	display: inherit;
	align-items: flex-start;
	padding: 0;
}
.product-info .button-group {
	gap: 10px;
	margin: 0 !important;
	justify-content: space-between;
}
.product-info .pr-quantity {
	order: 0;
}
.product-info .pr-quantity label {
	display: none;
}
.product-info .la-cart-plus,
#button_add_cart .la-cart-plus {
	font-size: 26px !important;
}
.product-info .labels-wrapper {
	position: unset;
	margin: 10px 0 0;
}
.product-info .labels {
	display: inline-flex;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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: 30px;
	width: 40px;
	height: 36px;
}
#product .input-group .form-control[name^=quantity] {
	height: 50px;
}
#product #button-cart {
	min-width: 300px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#product #button-cart .las {
	font-size: 20px;
    margin-top: -2px;
}
/* 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;
}
.pr_pricebox {
	display: flex;
	margin: 20px 0;
	align-items: baseline;
	flex-direction: column;
	gap: 20px;
}
.pr_pricebox .pr_regularprice h2, .pr_pricebox .pr_specialprice h2 {
	color: #475055;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
.pr_pricebox .pr_save {
	color: #FF4E20;
    font-weight: 500;
    font-size: 16px;
}
.pr_pricebox .pr_oldprice, .pr_pricebox .pr_oldprice > span {
	color: #666;
	position: relative;
}
.pr_pricebox .pr_oldprice > span:before {
	top: 46%;
    background: #7c85bd;
    opacity: 0.95;
    content: "";
    width: 110%;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-4deg);
}
.pr_stockstatus {
    position:relative;
    display: inline-flex;
    padding: 0;
    align-items: center;
    color: #000;
    font-size: 14px;
}  
.pr_stockstatus.instock:before {
    border: 5px solid #007f5c;
    border-radius: 5px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.pr_stockstatus.outofstock:before {
    border: 5px solid #b31111;
    border-radius: 5px;
    content: '';
    display: inline-block;
    margin-right: 5px;
}
.pr_model, .pr_brand, .pr_ean {
	font-size: 13px;
}
.pr_brand {
	margin-top: 15px;
}
.pr_brand a {
	text-decoration: none;
	color: #000;
}
.pr_brand a:hover {
	text-decoration: none;
	color: #7c85bd;
}
.pcountsale{max-width:260px;display:block;width:100%;background:#fff;border:2px solid #FF4E20;position:relative;margin:10px 0 20px;padding:5px;border-radius:5px;text-align:center}
.pcountsale .pcs-title{font-size:11px;text-transform:uppercase;margin-bottom:5px;color: #FF4E20}
.pcountsale .pcs-time{display:inline-block;width:23%}
.pcountsale .pcs-time .pcs-number{font-size:25px;width:100%;display:block;font-weight:300;position:relative;height:22px}
.pcountsale .pcs-time .pcs-number:after{content:':';display:block;position:absolute;color:#777;right:-5px;top:-2px}
.pcountsale .pcs-time.seconds .pcs-number:after{content:none}
.pcountsale .pcs-time.seconds .pcs-number{color:#FF4E20}
.pcountsale .pcs-time .pcs-label{font-size:9px;text-transform:uppercase;display:block;color:#777}
#product .control-label {
	font-size: 16px;
    font-weight: 500;
    color: #111;
}
.product-rightcol {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.product-rightcol .maininfo {
	flex-grow: 1;
}
.maininfo h1 {
	font-weight: 200 !important;
}
.product-rightcol .breadcrumb {
	margin: 15px 0 10px 0;
    padding: 5px 0;
    background: none;
    border-radius: 0;
}
.product-rightcol .breadcrumb li {
	padding: 0 20px 0 5px;
}
.product-rightcol .breadcrumb li:first-child {
	padding-left: 0;
}
.product-rightcol .breadcrumb li:last-child {
	display: none;
}
.product-rightcol .breadcrumb li a {
	color: #666;
    text-transform: uppercase;
    font-size: 11px;
}
.product-rightcol .rightinfo {
	min-width: 230px;
	background-color: #E9FCFB;
	padding: 15px;
	display: grid;
    align-items: start;
    align-content: flex-start;
}
.product-rightcol .rightinfo .btn {
	white-space: normal;
}
.pr-shopping-options {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}
.pr-shopping-options input {
	box-shadow: none;
	height: 50px;
	text-align: center;
	font-size: 14px !important;
	width: 50px;
}
.pr-shopping-options .btn {
	text-shadow: none;
	border-radius: 30px;
	border-width: 2px;
	border-style: solid;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	height: 50px;
	padding: 0 10px;
}
.pr-shopping-options .btn:hover {
	text-decoration: none;
	cursor: pointer;
}
.pr-shopping-options .btn-cart {
	background: #000;
	border-color: #000;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 10px;
	margin-right: 0;
	width: calc(100% - 60px);
	order: 2;
}
.pr-shopping-options .btn-cart:hover {
	background: #f54903;
	border-color: #f54903;
	color: #fff;
}
.pr-shopping-options .btn-fastorder {
	background: #fff;
	border-color: #000;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	width: calc(100% - 60px);
	order: 4;
}
.pr-shopping-options .btn-fastorder:hover {
	background: #f54903;
	border-color: #f54903;
	color: #f54903;
}
.quantity-instock {
	font-size: 12px;
    text-align: center;
    color: #7B9604;
    margin: 0 0 10px;
    padding: 0;
    line-height: 12px;
}
.cust-fastbuy-checkout {
	background: #7c85bd;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.cust-fastbuy-checkout:hover {
	background: #B22D73;
	color: #fff;
}
.btn-tocart {
	background: #7c85bd;
	border-color: #7c85bd;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.btn-tocart:hover {
	background: #B22D73;
	border-color: #B22D73;
	color: #fff;
}
.product-rightcol .btn.btn-wishlist {
	border-color: transparent;
	background-color: transparent;
	margin-top: 10px;
	order: 4;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	padding:0;
	letter-spacing: 0;
	height:30px;
	margin-bottom: 0;
}
.product-rightcol .btn.btn-wishlist:active,
.product-rightcol .btn.btn-wishlist:focus {
	box-shadow: none;
	outline: none;
}
.bnpl_div {
	order: 3;
}
.btn-wishlist .fa {
	font-size: 20px;
}
.pr-quantity {
	order: 1;
}
.pr-quantity label {
	display: none;
}
.pr-quantity .btn {
	padding: 0 10px !important;
	background: white !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
}
.pr-quantity .form-control {
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
    border-right: 0;
    border-color: #ccc;
    z-index: 1;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	border-right:none !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 1;
	border-left:none !important;
}
.pr-quantity .input-group .input-group-btn:first-child {
	border-right: 0;
}
.pr-quantity .input-group .input-group-btn:last-child {
	border-left: 0;
}
.reward-points {
	background: #e0dad380 url("/image/catalog/design/icon-loyalty-club.png") 13px center no-repeat;
	background-size: 40px 40px;
	padding: 15px 15px 15px 60px;
	border-radius: 5px;
	font-size: 13px;
}
.reward-points span {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.reward-points span:hover {
	color: #7c85bd;
	text-decoration: none;
	cursor: help;
}
.modal-fastbuy-data .reward-points span:hover {
	cursor: text;
}
.max-reward-info {
	text-align: right;
    color: #555;
}
h1, .title-subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #48473f;
	display: inline-block;
}
.title-block {
	display: flex;
	justify-content: center;
	margin: 30px 0;
	position: relative;
}
#column-left .title-block, #column-right .title-block {
	margin-top: 0;
}
.breadcrumb + .title-block {
	margin-top: 10px;
}
.title-link {
	width: 100%;
    text-align: center;
    display: block;
    margin-top: -20px;
    padding-bottom: 5px;
}
.title-subtitle {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #000;
	font-weight: 400;
	font-style: normal;
}
.title-subtitle:after {
	content: "";
    height: 4px;
    width: 100px;
    background: #000;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -50px;
}
.ourstores {
	background: #fbf8f3;
	padding: 20px;
}
.ourstores img {
	margin-bottom: 20px;
	border-radius: 5px;
}
.list-stores {
	margin-bottom: 20px;
}
.working-hours {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
.sizes-group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}
.sizes-item a {
	display: flex;
	flex-direction: row;
	gap: 10px;
	border: 1px solid #efefef;
	border-radius: 10px;
	text-decoration: none;
}
.sizes-item a:hover {
	text-decoration: none;
	background: #efefef;
}
.sizes-item img {
	max-width: 80px;
	border-radius: 10px;
	align-self: center;
}
.sizes-item-info {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px 0;
	font-size: 13px;
}
.sizes-item-info-title {
	font-weight: 400;
}
.sizes-item-info-price {
	color: #666;
}
input[name^="option"].form-control {
	max-width: 250px;
}
#tab-description pre {
	background-color: #eaa83a0d;
	border: 1px solid #eaa83a;
	font-family: Inter, Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
}
#tab-description h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0;
}

@media (max-width:640px) {
	.fbiframe-container iframe {
		width: 98%;
	}
}
._4-u2 {
	border-radius: 5px;
}
#tab-review {
	margin: 20px 0 40px;
}
.reviews-innercontent {
	text-align: center;
}
#tab-review .title-block .fa-stack {
	line-height: 1em;
	font-size: 6px;
	position: relative;
}
#tab-review .title-block .fa-stack .la-star {
	position: absolute;
}
.review-inner {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    gap: 20px;
}
.review-item {
	background-color: #FFFEE9;
    padding: 12px;
    border-radius: 5px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 0px;
    text-align: left;
}
.review-item:last-child {
	margin-right: 0;
}
.review-author {
	font-weight: 500;
	flex-basis: 60%;
}
.review-stars {
	flex-basis: 40%;
	justify-content: flex-end;
   display: inline-flex;
}
.review-date,.review-date-added {
	color:#90949c;
	font-size: 11px;
	display: block;
	font-weight: 400;
}
.review-text {
	flex-grow: 1;
	flex-basis: 100%;
}
.testimonial-testimonial .review-inner {
	flex-wrap: wrap;
}
.testimonial-testimonial #review {
	margin-top: 20px;
} 
.testimonial-testimonial .review-item {
	flex: 1 0 calc(50% - 20px);
	background: #FFFEE9;
    padding: 15px;
}
.testimonial-swiper-pagination {
	margin-top: 15px;
	text-align: center;
}
.swiper-slide .review-caption {
    height: 100% !important;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
div[id^='carousel-testimonialssr'], div[id*=' carousel-testimonialssr'] {
	padding-bottom: 50px;
	margin-top: 3px;
}
div[id^='carousel-testimonialssr'] .swiper-slide, div[id*=' carousel-testimonialssr'] .swiper-slide {
	height: auto;
}
body.plugin {
	font-family: Inter, Helvetica, Verdana, Arial, sans-serif;
}
/*deluxe test product gallery*/
.gallary-wrapper{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.rowimg {
	flex: 0 0 60px;
	height: auto;
	max-height: 100%;
}
#additional.additional_v {
	height: auto;
	margin-bottom: 45px;
}
.image-additional img {
	cursor: pointer;
	padding: 3px;
	max-width: 100%;
	margin-bottom: 10px;
}
.thumbnail.imglink {
	display: inline-block;
	padding: 0;
}
.zoomContainer {
	z-index: 1000;
}
.brand-item {
	background: #fbf8f3;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.brand-item:hover {
	background: #f2e1dc;
	text-decoration: none;
}
.brand-item span {
	padding: 5px 10px;
}
.brand-item img {
	background-color: #fff;
	border-radius: 5px;
}
.product-manufacturer p strong{display:block;font-size:14px;margin-bottom:15px}
.product-manufacturer p a{background:#fbf8f3;padding:5px;border-radius:5px;margin:0 3px 8px 0;display:inline-block;width:58px;text-align:center}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.labels-wrapper {position:absolute; z-index:2; color:#fff; font-weight:bold; line-height:1.75;}
.labels-wrapper.position_upleft {top:10px; left:10px; right:auto;}
.labels-wrapper.position_upright {top:10px; right:10px; left:auto;}
.labels {padding:0 10px; margin-bottom:5px;border-radius:10px;font-size:13px;font-weight:300;}
.inline-labels {position: relative;display: inline-flex;padding: 0 15px;align-items: center;border-radius: 15px;font-size: 12px;line-height: 18px;margin-right: 10px;}
.labels.label-new{display:inline-flex}
.inline-labels.label-stock-5{display:none}
.label-sale {display: inline-block;}
@media (max-width:768px) {
	.labels {padding:3px 5px;font-size:14px;line-height:14px;margin-bottom:2px}
	.label-sale {font-size:15px;line-height:15px;font-weight: 600}
}
.collection-group-cat,.collection-group{display:block;overflow:hidden}
.collection-group-cat{margin-top:10px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;height:23px}
.collection-group-cat .collection-item-cat,.collection-group .collection-item{display:inline-block}
.collection-group .collection-item{margin-right:10px}
.collection-group .collection-item a img{width:80px;border-radius: 5px}
.collection-group-cat .collection-item-cat a{display:block;height:23px;width:30px;margin-right:2px;border-radius:5px;background-position:center center;background-size:140%}
.collection-group-cat .collection-item-cat a:hover, .collection-group .collection-item a:hover{opacity:0.8}
.samecollection_block {margin-bottom: 20px}
.samecollection_block h3 {
	font-size: 16px;
    font-weight: 500;
    color: #111;
}
.go-top {display: inline-block;
    text-align: center;
    background: #fff;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    cursor: pointer;
    z-index: 5;
    color: #754520;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
}
.go-top .la {
	line-height: 50px;
}
.go-top:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
.go-top:hover .la {
	color: #000;
}
.newsletter-section {
	background-color: #fbf8f3;
	color: #000;
	text-align: center;
	padding: 15px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.newsletter-section h3 {
	font-size: 18px;
	font-weight: 300;
	color: #000;
}
#form-newsletter {
	width: 90%;
	max-width: 500px;
}
#form-newsletter .btn {
	background-color: #6f8085;
	color: #fff;
}
#form-newsletter .btn:hover {
	background-color: #5e6d71;
	color: #fff;
}
body.checkout-cart .newsletter-section {
	display: none;
}
.load_more_btn {
	margin-top: 30px;
}
.load_more_btn a {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 30px;
	padding:10px 25px;
	display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    min-width: 200px;
}
.load_more_btn a:hover,.load_more_btn a:active,.load_more_btn a:focus,.load_more_btn a:active:focus {
	background-color: #fff;
	color: #f54903;
	border-color: #f54903;
	box-shadow: none;
}
.load_more_btn a small {
	text-transform: none;
	font-size: 12px;
	margin-top: 5px;
}
.modal-header h3, .modal-header h4 {
	display: inline-block;
	margin: 0;
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-header .close .fa {
	font-size: 30px;
    -webkit-text-stroke: 3px #fff;
}
.modal-fastbuy-note {
	background-color: #F3E8CC;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.modal-fastbuy-data .pr_pricebox {
	margin-bottom: 0;
	flex-direction: row;
	align-items: flex-end;
}
.modal-fastbuy-data .pr_pricebox .pr_regularprice h2, .modal-fastbuy-data .pr_pricebox .pr_specialprice h2 {
	margin-top: 5px;
}
.modal-fastbuy-data .pr_pricebox .pr_oldprice {
	margin-left: 15px;
}
.modal-fastbuy-data .main-image-fastbuy, .modal-fastbuy-data .main-image-fastbuy img {
	border-radius: 5px;
}
.modal-fastbuy-data .thumbnails {
	margin: 0;
}
.modal-fastbuy-data .product-data-product-title {
	font-size: 20px;
    color: #48473f;
    font-weight: 500;
}
#product-fastbuy .product-options .control-label {
	font-size: 16px;
    font-weight: 500;
    color: #111;
}
.modal-fastbuy-buttons .product-buttons,
.modal-fastbuy-buttons .product-buttons .buttons-quantity {
	display: flex;
	align-items: center;
}
#input-quantity-fastbuy {
	min-width: 60px;
	margin-left: 10px;
}
#button-checkout-fastbuy {
	margin-left: 20px;
}
/*banner row desc style*/
.banner-row {
	margin-top: 30px;
}
.banner-row .item-r, .banner-row .item-r-m {
	margin-bottom: 20px;
	
}
.scontent-top-fullwidth .banner-row .row {
	margin-left: 0;
	margin-right: 0;
}
.scontent-top-fullwidth .banner-row .item-r {
	padding-left: 0;
	padding-right: 0;
}
.scontent-top-fullwidth .banner-row .item-r img, .scontent-top-fullwidth .banner-row .item-r-m img {
	border-radius: 0px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.23);
}
.banner-row .item-r a, .banner-row .item-r-m a {
	position: relative;
	display: block;
	width: 100%;
}
.banner-row .item-r a .banner-description {
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	width: calc(100% - 4px);
	background: #7c85bdcc;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	padding: 10px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.scontent_top .banner-row .item-r img, .scontent_top .banner-row .item-r-m img {
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	width: 100%;
}
.banner-row .item-r img, .banner-row .item-r-m img {
	border-radius: 5px;
}
.banner-row .banner-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0;
}
.banner-row .banner-title a:hover{
	text-decoration: none;
}
.banner-row .banner-description {
	font-size: 12px;
	color: #666;
}
/*.product-description {
	margin-top: 25px;
}*/
.product-description img,
.blog_post img {
	max-width: 100%;
}
.blog_grid_holder .
.blog_post h2 a {
	float: none !important;
	font-size: inherit !important;
}
#blog-search {
	padding: 20px;
    background: #e0dad380;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blog-search .input-group {
	max-width: 500px;
	width: 90%;
}
.product-images-wrapper {
	margin-top: 30px;
}
.product-images-wrapper .thumb-image {
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 8px;
}
.product-images-wrapper img,
.thumb-image.single {
	cursor: zoom-in;
}
.btn_showhide {
	display: none;
}
.category_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.category_title h1 {
	margin: 0;
	margin-bottom: 0 !important;
}
.sorting_options {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}
.sorting_options .form-group {
	margin-bottom: 0;
}
.sorting_options .input-group-addon {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	height:25px;
}
.sorting_options .form-control {
	border: none;
	box-shadow: none;
	font-size: 12px;
	max-width: 130px;
	padding: 0 5px 0 2px;
	height: 25px;
	background: #f9fafa;
}
aside#column-left {
	border-right: 1px solid #efefef;
}
/*filter*/
.ocf-container {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}
.ocf-content {
	margin-bottom: 0px !important
}
.ocf-header {
	font-family: Inter, Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
    color: #252D01;
    font-size: 24px !important;
    line-height: 32px !important;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.ocf-theme-light .ocf-dropdown .ocf-filter-header {
	background-color: #e6ddd666 !important
}
.ocf-noUi-connect:before,.ocf-noUi-handle {
    background-color: #475055 !important
}
.ocf-between .ocf-btn {
	display: none !important;
}
@media (min-width:768px) {
	.ocf-header {
		margin-bottom: 26px !important;
	}
	.listing_page #column-left {
		padding-right: 25px;
	}
	.listing_page #content {
		padding-left: 25px;
	}
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
#product-column-right {
	margin-bottom: -20px;
}
.fix_rowm {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.block_ico a {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 17px;
	color: #48473f;
}
.block_ico a:hover, .block_ico a:focus {
	text-decoration: none;
}
.block_ico a img {
	margin-right: 10px;
	max-width: 50px;
}
.block_ico .ico_msvt {
	display: flex;
	flex-direction: column;
	font-weight: 300;
	color: #666;
	font-size: 12px;
}
.block_ico .ico_msvt .ico_sz {
	color: #333;
	font-weight: 500;
	font-size: 13px;
}
.icons-faq-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
}
.icons-faq-title:first-child {
	margin-top: 0;
}
.faq-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.linked-category-block {
	margin-top: 20px;
}
.linked-category-block p {
	font-weight: 500;
}
.pr-cat-list,
.subcategories {
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.subcategories {
	gap: 15px;
	margin: 30px 0 50px;
}
.subcategories .subcategory_item  {
	display: flex;
	flex: 0 1 100%
}
.subcategories .subcategory_item a {
	display: flex;
	flex: 1;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
}
.subcategories .subcategory_item a:hover {
	text-decoration: none;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #ccc;
	transition: 0.5s ease border-color;
	transition: 0.5s ease background;
}
.subcategories .subcategory_item a span {
	padding: 0;
}
.subcategories .subcategory_item img {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	border: none;
	margin-right: 0;
}
.subcategories .subcategory_item a:hover img {
	border-color: transparent;
}
.pr-cat-list li {
	list-style: none;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    background: #c1fcff60;
    border-radius: 5px;
}
.pr-cat-list .pr-cat a {
	font-size: 12px;
	display: block;
}
/*mpf*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 55px 20px 20px 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    border-radius: 5px;
}
.product_variants {
	background-color: #c9c4c066;
	border-radius: 5px;
	padding: 15px;
	max-width: 500px;
	border: none;
	margin-bottom: 20px;
}
.product_variants table {
	margin:0;
}
.product_variants tr td {
	border-bottom: 1px dotted #dedad6;
	border-top: none !important;
	font-size:12px;
}
.product_variants tr:first-child td:last-child {
	min-width: 100px;
}
.product_variants tr:last-child td {
	border-bottom: none !important;
}

/*attributes*/
#tab-specification {
	margin-bottom: 20px;
}
.attributes_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	font-size: 13px;
	line-height: 15px;
}
.attributes_list_item {
	flex: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dedad6;
	display: flex;
	flex-wrap: wrap;
}
.attributes_list_item_name {
	flex: 45%;
	font-weight: 500;
	padding-right:5px;
}
.attributes_list_item_text {
	flex: 54%;
}
#notify_when_available .modal-body {
	min-height: 150px;
}
/*account pages*/
.login_page {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
    text-align: center;
}
.mtm {
	margin-top: 40px;
}
.login_page .well {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.login_page h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.login_page .form-group {
	width: 100%;
    margin-bottom: 20px;
}
.login_page .form-inline .control-label {
	width: 115px;
}
.login_page .form-inline input {
	width: 100%;
}
body[class^='account-'] form, body[class*=' account-'] form {
	width: 100%;
	max-width: 800px;
}
body[class^='account-'] #content .btn, body[class*=' account-'] #content .btn {
	min-width: 250px;
	margin-top: 20px;
}
body[class^='account-'] .pull-left .btn {
	min-width: auto !important;
}
body.account-wishlist #content .btn,
body.account-account-notify_when_available #content .btn,
body[class^='account-'] #content .btn-link, body[class*=' account-'] #content .btn-link,
body[class^='account-'] #content .btn-logout,
body.account-return-add #content .btn {
	min-width: auto;
	margin-top: 0;
}
body[class^='account-address'] td.text-right {
	max-width: 170px;
	width: 170px;
}
body[class^='account-address'] #content td.text-right .btn {
	min-width: 150px;
}
.account-account{padding-bottom:60px}
.account-account .list-unstyled{margin:0 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row}
.account-account .list-unstyled li{display:flex;width:100%;padding:10px;margin:0}
.account-account .list-unstyled li a{background:#e2e4e933;border-radius:5px;color:#6f8085;padding:15px;flex-direction:column;width:100%;text-align:center;border-radius:2px;text-transform: uppercase;}
.account-account .list-unstyled li a:hover{text-decoration:none;background:#6f8085;color:#ffffff}
.account-account .list-unstyled li a .fa{font-size:26px;background:#fff;height:50px;width:50px;line-height:50px;border-radius:100%;color:#666;border:1px solid #ccc;display:block;margin:0 auto 10px}
@media (min-width:360px) {
   	.subcategories .subcategory_item  {
		flex: 0 1 calc(50% - 15px)
	}
}
@media (min-width:530px) {
    .account-account .list-unstyled li{width:calc(100% / 2)}
    .subcategories .subcategory_item img {
		width: 50px;
		height: 50px;
	}
	.login_page .form-inline input {
		max-width: 300px;
	}
}
@media (min-width:768px) {
    .account-account .list-unstyled li{width:calc(100% / 4)}
    .subcategories .subcategory_item a {
    	flex-direction: row;
    	border-color: transparent;
    	padding: 0 5px 0 0;
    	background: none;
    	text-align: left;
    	border-radius: none;
    }
    .subcategories .subcategory_item img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		border: 1px solid #ccc;
		margin-right: 10px;
	}
	.subcategories .subcategory_item a span {
		padding-left: 10px;
	}
}
ul.checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.checklist li {
	margin-bottom: 8px;
}
ul.checklist li:before {
  content: '✓';
  margin-right:10px;
}
.captcha-group .input-group-addon {
	padding: 0;
	border:0;
	border-radius: 20px;
}
.captcha-group .input-group-addon img {
	border-top-left-radius: 20px;
    border: 1px solid #6f8085;
    border-right: none;
    border-bottom-left-radius: 20px;
    height: 35px;
}
.captcha-group input {
	height: 35px;
}

/*tk checkout*/
#tk_checkout h1.tk_left {
	padding-top: 8px !important;
	padding-left: 15px;
}
.tk_login_buttons {
	width: 100%;
	text-align: left !important;
	display: flex;
    padding-right: 25px;
    flex-direction: row;
    gap: 10px;
}
.tk_login_buttons .tk_btn_login,
.tk_login_buttons .tk_btn_home {
	flex: 1 0 50%;
	border-radius: 20px !important;
}
.tk_login_form, #tk_checkout, 
#tk_checkout h1.tk_left, .tk_login_form input[type="text"], 
.tk_login_form input[type="password"], 
#tk_checkout textarea, #tk_checkout select, 
#tk_checkout input[type="text"], 
#tk_checkout input[type="password"], 
#tk_checkout input[type="datetime"], 
#tk_checkout input[type="datetime-local"], 
#tk_checkout input[type="date"], 
#tk_checkout input[type="month"], 
#tk_checkout input[type="time"], 
#tk_checkout input[type="week"], 
#tk_checkout input[type="number"], 
#tk_checkout input[type="email"], 
#tk_checkout input[type="url"], 
#tk_checkout input[type="search"], 
#tk_checkout input[type="tel"], 
#tk_checkout input[type="color"], 
.radio_search input, 
#tk_checkout ::-webkit-input-placeholder, 
#tk_checkout ::-moz-placeholder,
#tk_checkout :-ms-input-placeholder,
#tk_checkout :-moz-placeholder,
.radio_container,
.radio_elements input[type="text"] {
	font-family: Inter, Helvetica, Verdana, Arial, sans-serif !important;
	color: #666;
}
#tk_checkout .tk_shipping_method .tk_shipping_method_price {
	border-left: none !important;
}
#tk_checkout {
	border-top: 2px solid #e6ddd6;
}
.tk_5_column {
	width: 50% !important;
}
.tk_container {
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 0 !important;
}
#tk_text_free_shipping_table {
	background: transparent !important;
}
#tk_text_free_shipping_table .tk_text_free_shipping {
	background: #e2e4e9;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    border-radius: 20px;
}
.tk_form {
	display: flex;
	flex-direction: column;
}
.tk_12_column{
	order: 70;
}
#tk_user_data, #tk_account_custom_fields_table, #tk_shipping_methods, #tk_address_table, #tk_payment_methods, #tk_cart {
	background: #fbf8f3;
	padding: 15px 15px 0 15px;
	border-radius: 20px;
	margin-bottom: 20px;
}
#tk_cart {
	padding-bottom: 5px;
}
.tk_form .tk_8_column.tk_left_column {
	flex-grow: 2;
	width: auto;
	float: none;
}
.tk_form .tk_4_column.tk_left_column {
	background-color: #e6ddd666;
	padding: 15px;
	margin-top: -15px;
	width: auto;
	flex-grow: 1;
	float: none;
}
.tk_panel {
	border: none !important;
	background: none !important;
}
.tk_panel_heading .tk_panel_text::after {
	width: 50px !important;
	height:2px;
	left: 50%;
	margin-left: 25px;
	margin-left: -25px;
	background-color: #f6959a !important;
}
#tk_address_address_1 {
	float: left;
}
.tk_required_box::before,
.tk_req_text {
	display: none !important;
}
.tk_panel_body {
	background: none !important;
}
#tk_save_d {
	display: flex;
	justify-content: flex-end;
}
#tk_button_confirm {
	width: 100%;
	padding: 10px 30px !important;
	border-radius: 5px !important;
}
.tk_payment_method label input[type="radio"] + span {
	border-radius: 20px !important;
}
#tk_checkout td img {
	border-radius: 20px;
}
#tk_checkout .tk_shipping_methods{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0;
}
#tk_checkout .tk_payment_methods {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
}
.tk_payment_method label {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#tk_payment_triger {
	max-width: 800px;
}
#tk_checkout .tk_shipping_methods .tk_shipping_method {
	flex: 1 0 100%;
}
#tk_checkout .tk_payment_methods .tk_payment_method {
	flex: 1 0 40%;
}
#tk_checkout #tk_payment_table {
	padding-left: 7px;
	padding-right: 7px;
}
#tk_checkout .tk_shipping_method .tk_shipping_method_price {
	background: transparent !important;
}
.tk_payment_method label input[type="radio"]:checked + span,
#tk_checkout .tk_shipping_method label input[type="radio"] + div,
#tk_checkout .tk_shipping_method .tk_shipping_method_price,
#tk_checkout textarea,
#tk_checkout select,
#tk_checkout input[type="text"],
#tk_checkout input[type="password"],
#tk_checkout input[type="datetime"],
#tk_checkout input[type="datetime-local"],
#tk_checkout input[type="date"],
#tk_checkout input[type="month"],
#tk_checkout input[type="time"],
#tk_checkout input[type="week"],
#tk_checkout input[type="number"],
#tk_checkout input[type="email"],
#tk_checkout input[type="url"],
#tk_checkout input[type="search"],
#tk_checkout input[type="tel"],
#tk_checkout input[type="color"] {
	border-radius: 20px !important;
	padding:7px 10px 6px 15px !important;
	border-color: #333 !important;
}
#tk_checkout input[type="text"].tk_qantity_input_d,
#tk_checkout input[type="text"]#tk_input_coupon,
#tk_checkout #tk_voucher input[type="text"] {
	border-radius: 20px 0 0 20px !important;
}
.tk_btn_remove,
#tk_confirm_coupon,
#tk_confirm_voucher {
	border-radius: 0 20px 20px 0 !important;
}
#tk_cart_table {
	margin-bottom: 20px;
}
.tk_cart_product_image {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 10px !important;
	width: 138px;
}
#tk_checkout table {
	border-color: #e6ddd6;
}
#tk_text_free_shipping_table {
	background: #e2e4e9;
    padding: 0;
    text-align: center;
    margin-top: 0;
    border-radius: 5px;
}
#tk_text_free_shipping_table hr {
	display: none;
}
.tk_text_free_shipping {
	margin: 0 !important;
}
#tk_reward #tk_confirm_reward {
	margin-top: 15px;
	width:35% !important;
}
#tk_reward #tk_input_reward {
	border-radius: 5px 0 0 5px !important;
	width: 65% !important;
}
#tk_checkout #tk_coupon input[type="text"]#tk_input_coupon,
#tk_checkout.tk_checkout_lable_1 #tk_coupon input.tk_btn_primary {
	margin-top: 15px !important;
}
#tk_confirm label, #tk_confirm label strong {
	font-weight: 400 !important;
}
/*pickup*/
#tk_checkout .pickups_locations {
    padding-top: 5px;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#tk_checkout .pickups_locations .pickups_location {
	flex: 1 0 100%;
}
#tk_checkout .pickups_locations .pickups_location label {
	position: relative;
    font-weight: 300;
    font-size: 14px !important;
    margin-top: 10px;
    display: block;
    margin-bottom: 0;
}
#tk_checkout .pickups_locations .pickups_location label input[type="radio"] {
	display: none !important;
    border: none !important;
    padding: 0 !important;
}
#tk_checkout .pickups_location label input[type="radio"]:checked + div {
	cursor: pointer;
    border: 1px solid #000;
    transition: all .2s ease-in-out;
	background-color: #e6eddd !important;
    border-color: #9ebb75 !important;
}
#tk_checkout .pickups_location label input[type="radio"] + div {
    border-radius: 20px !important;
    cursor: pointer;
    border: 1px solid #000;
    transition: all .2s ease-in-out;
}
#tk_checkout .pickups_location label .tk_pickup_txt_box {
	width: 100%;
    display: table;
}
#tk_checkout .pickups_location .tk_pickup_title {
	min-height: 21px;
    vertical-align: middle;
    width: 100%;
    border-left: none;
    padding: 7px 7px;
    display: table-cell;
    height: 55%;
}
#tk_checkout .pickups_location label input[type="radio"]:checked + div:after {
    line-height: 16px;
    border: 1px solid #2e9414;
    font-size: 10px;
    background: #f9f9f9;
    position: absolute;
    display: inline-block;
    width: 18px;
    color: #2e9414;
    right: -7px;
    top: -7px;
    border-radius: 50%;
    content: "\e01c";
    font-family: "tk_icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.tk_btn_clear, .alert {
	border-radius: 20px !important;
}
@media (max-width:768px) {
	.tk_5_column {
		width:100% !important;
	}
	.tk_panel {
		margin-bottom: 0 !important;
	}
	#tk_user_data, #tk_account_custom_fields_table, #tk_shipping_methods, #tk_address_table, #tk_payment_methods, #tk_cart {
		padding: 5px 5px 0 5px;
	}
	.tk_payment_method label input[type="radio"]:checked + span, #tk_checkout .tk_shipping_method label input[type="radio"] + div, #tk_checkout .tk_shipping_method .tk_shipping_method_price, #tk_checkout textarea, #tk_checkout select, #tk_checkout input[type="text"], #tk_checkout input[type="password"], #tk_checkout input[type="datetime"], #tk_checkout input[type="datetime-local"], #tk_checkout input[type="date"], #tk_checkout input[type="month"], #tk_checkout input[type="time"], #tk_checkout input[type="week"], #tk_checkout input[type="number"], #tk_checkout input[type="email"], #tk_checkout input[type="url"], #tk_checkout input[type="search"], #tk_checkout input[type="tel"], #tk_checkout input[type="color"] {
		padding: 2px 5px 2px 5px !important;
	}
}

.oinfo-head{background:#efefef;padding:20px;font-weight:600;text-transform:uppercase;margin-top:20px}
.oinfo-head:first-child{margin-top:0}

body.checkout-checkout .newsletter-section {
	display: none;
}
.cart_product_title {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-bottom: 1px solid #e6ddd6 !important;
	padding-bottom: 10px !important;
	border-radius: 0px !important;
}
.cart_product_title a {
	font-weight: 500;
	margin-bottom: 5px;
	color: #48473f !important;
	font-size: 13px;
}
.cart_product_title a:hover {
	text-decoration: none;
}
.cart_product_title a,
.cart_product_title small {
	display: block !important;
	line-height: 1.6;
}
.tk_cart_product_price {
	width:100px;
}
.tk_panel_heading {
	padding-left: 15px !important;
	text-align: center;
}
#tk_cart .tk_panel_heading .tk_panel_icon {
	left:25px;
}
.tk_panel_heading .tk_panel_icon {
	display: none !important;
}
#tk_cart .tk_totals_price .tk_totals_left {
	width: 70% !important;
}
#tk_cart .tk_totals_price .tk_totals_right {
	width: 30% !important;
}
#tk_cart .tk_totals_price.c-total {
	font-weight: 600;
	font-size: 16px;
}
#tk_checkout .tk_shipping_method label input[type="radio"]:checked + div,
.tk_payment_method label input[type="radio"]:checked + span {
	background-color: #e6eddd !important;
	border-color: #9ebb75 !important;
}
#tk_checkout .tk_shipping_method label input[type="radio"]:checked + div:after,
.tk_payment_method label input[type="radio"]:checked + span:after {
	color: #9ebb75 !important;
	border-color: #9ebb75 !important;
}
.tk_btn_primary {
	color: #48473f !important;
}
#tk_coupon #tk_input_coupon,
#tk_voucher #tk_input_voucher {
	width: 65% !important;
}
#tk_confirm_coupon.tk_btn_primary,
#tk_confirm_voucher.tk_btn_primary {
	width: 35% !important;
}
.tk_payment_method label input[type="radio"] + span {
	padding-top: 7px !important;
}
#modal-message .modal-header {
	border: none;
}
#modal-message .modal-content {
	padding: 20px;
}
#modal-message .message-success {
	font-size: 16px;
}
#modal-message .message-success .btn {
	margin:20px auto;
}
#modal-message .message-success #relatedProducts .title-subtitle {
	font-size: 16px;
	line-height: 23px;
	margin-top: 0;
}
#modal-message .message-success #relatedProducts .title-subtitle:after {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	#modal-message .message-success #relatedProducts .col-md-3 {
		width: 33%;
	}
	#modal-message .message-success #relatedProducts .price_rating .rating {
		display: none;
	}
}
@media (min-width: 1200px) {
	#modal-message .message-success #relatedProducts .col-lg-5ths {
		width: 33%;
	}
}
.payment_icons {
	margin-top: 40px;
}
.payment_icons img {
	width: 200px;
}
.f_socials {
	display: flex;
    flex-wrap: wrap;
}
.f_socials a {
	border: 1px solid #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #ffffff66;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_socials a img {
	width: 40px;
	height: 40px;
}
footer .whyus {
	background-color: #ffffff66;
	border-radius: 5px;
	padding: 15px;
}
@media (min-width: 480px) {
	h1, .title-subtitle {
		font-size: 16px;
	}
}
.sitemap_child1 {
	margin: 0;
	padding: 0;
}
.sitemap_child1 li {
	list-style: none;
}
.sitemap_child1 > li > a {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 30px;
	display: block;
}
.sitemap_child2 {
	margin: 0;
	padding: 0;
}
.sitemap_child2 > li {
	background-color: #efefef;
	margin-bottom: 20px;
	border-radius: 5px;
	padding:20px 20px 10px 20px;
	list-style: none;
}
.sitemap_child2 > li > a {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.sitemap_child3 {
	margin: 0;
	padding: 0 0 0 10px;
}
.sitemap_child3 > li {
	margin-bottom: 10px;
}
.sitemap_child3 > li:before {
	content: "\21B3";
	width: 20px;
	display: inline-block;
}
.sitemap_child4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 10px;
}
.sitemap_child4 > li {
	padding-right: 17px;
	padding-left: 10px;
	position: relative;
}
.sitemap_child4 > li:after {
	content: "\2022";
	position: absolute;
	right: 0;
	top: 0;
}
.sitemap_child4 > li:last-child:after {
	content: "";
}
@media (min-width:580px) {
	.pr-shopping-options .btn-cart {
		width: auto;
	}
	.pr-shopping-options .btn-fastorder {
		margin-left: 10px;
		width: auto;
		order: 3;
		margin-top: 0;
	}
	.pr-shopping-options .btn.btn-wishlist {
		order: 4;
		margin-top: 0;
	}
	.review-inner {
	    flex-direction: row;
	}
	#tk_checkout .tk_shipping_methods{
		flex-direction: row;
		gap:15px;
	}
}
@media (max-width : 767px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
		width: 95%;
	}
}
@media (min-width:768px) {
	.fix_rowm {
		justify-content: flex-start;
	}
	.pr-shopping-options .btn {
		padding: 0;
		height: 50px;
		margin: 0 0 15px;
	}
	#product .btn {
		margin-bottom: 15px;
	}
	.pr-shopping-options input {
		height: 46px;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	.dr-innerheader {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	h1 {
		font-size: 20px;
	}
	.title-subtitle {
		font-size: 24px;
		line-height: 31px;
	}
	#content h1 {
		font-size: 22px;
	}
	.newsletter-section {
		padding: 30px 0;
	}
	.newsletter-section h3 {
		font-size: 22px;
	}
	.block_desc.homepage {
	    padding: 25px 25px 15px;
	}
	.btn_showhide {
	    padding: 15px;
	}
	.category_title {
		flex-direction: row;
		align-items: end;
		justify-content: space-between;
	}
	.product-layout {
		padding: 10px;
	}
/*	.product-layout:hover .product-thumb {
		box-shadow: 0 3.9px 13.3px rgba(0, 0, 0, 0.044),0 13px 17.9px rgba(0, 0, 0, 0.066),0 0 30px rgba(0, 0, 0, 0.11);
	}*/
	.banner-row .item-r a .banner-description {
		bottom: 3px;
		left: 3px;
		right: 3px;
		width: calc(100% - 6px);
		font-size: 15px;
		line-height: 23px;
		border-bottom-left-radius: 3px;
    	border-bottom-right-radius: 3px;
	}
	.attributes_list_item {
		flex: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.pr-shopping-options .btn {
		padding:0 10px;
		font-size: 12px;
	}
	.login_page {
		gap: 50px;
	}
	.login_page .well {
		padding: 0 20px;
	}
	.tk_login_buttons {
		width: 32%;
	}
	.login_page_column {
		flex-basis: calc(50% - 25px);
	}
	.block_desc:after {
	    width: calc(100% - 30px);
	    left: 15px;
	}
	.block_ico a {
		text-align: left;
		flex-direction: row;
	}
	.subcategories .subcategory_item  {
		flex: 0 1 calc(33% - 15px)
	}
	.product-thumb .product-title {
	    margin: 10px 15px;
/*	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	    height: 69px;*/
	}
	.product-thumb .price, .price .price-new {
		font-size: 15px;
		line-height: 17px;
	}
} /*end of 768*/
@media (min-width:768px) and (max-width:850px) {
	.pr-shopping-options input,
	.pr-shopping-options .btn.btn-wishlist {
		width: 40px;
	}
	.pr-shopping-options .btn {
		padding: 0 5px;
	}
	.tk_login_buttons {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.menu-burger {
		margin-right: 10px;
	}
	.nav-wrapper {
		display: flex;
	}
	.dr-header.affix {
	    box-shadow: 0 0 11px rgba(33,33,33,.2);
	    -webkit-transition: padding 0.2s ease-out;
		-moz-transition: padding 0.2s ease-out;
		-o-transition: padding 0.2s ease-out;
		transition: padding 0.2s ease-out;
	}
	.dr-header.affix .dr-innerheader {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.dr-innerheader #logo {
		order: 0;
		padding-left: 30px;
	}
	.dr-innerheader #logo img {
		max-width: 140px;
	}
	.d_hidden_desktop {
		display: none;
	}
	.dr-phone .phones-container.dropdown-menu {
		position: unset;
		box-shadow: none;
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		min-width: auto;
		font-size: 16px;
		background-color: transparent;
		display: flex;
		flex-direction: column;
		z-index: 9;
	}
	.dr-phone .phones-container a {
		padding: 0;
		font-size: 20px;
		color: #fff;
	}
	.dr-header.affix .dr-phone .phones-container a {
		font-size: 18px;
	}
	.dr-phone svg {
		margin-right: 10px;
	}
	.dr-phone {
	    flex: 2;
	    order: 1;
	    justify-content: left;
	}
	.dr-right-icons {
		flex: 2;
		order: 3;
	}
	.menu-block {
		flex: 2;
	}
	.header-big-icons svg,
	#cart svg,
	.dr-phone svg {
	    height: 28px;
	}
	.dr-header.affix .header-big-icons svg, .dr-header.affix .dr-phone svg {
	    height: 22px;
	}
	.dr-header.affix #cart svg {
	    height: 24px;
	}
	.dr-header.affix .profile-header svg {
		height: 20px;
	}
	.dr-header.affix .dr-phone .phones-container a:first-child {
		margin-bottom: 2px;
	}
	.dr-header.affix #logo img {
		max-width: 115px;
	}
	#content h1 {
		font-size: 24px;
		line-height: 32px;
	}
	#cart .dropdown-menu {
		top: 50px;
	}
	.affix #cart .dropdown-menu {
		top: 30px;
	}
	.pr-shopping-options .btn {
		padding:0 15px;
		font-size: 13px;
	}
	.fix_rowm {
		justify-content: center;
	}
}/*end 992*/
@media (min-width: 992px) and (max-width:1070px) {
	.dr-phone .phones-container a {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	#menu > ul > li > a {
		padding: 10px;
	}
	.dr-phone .phones-container a:first-child {
		margin-bottom: 6px;
	}
	.dr-search .dropdown-menu-right {
		display: block;
	}
	.dr-header.affix #logo img {
		max-width: 133px;
	}
	.pr-shopping-options .btn {
		padding:0 20px;
		font-size: 13px;
	}
	.subcategories .subcategory_item  {
		flex: 0 1 calc(20% - 15px)
	}
	.subcategories .subcategory_item img {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 1000px) {
	.product-rightcol {
		flex-direction: column;
	}
	.product-buy-options {
		position: fixed;
	    left: 0;
	    bottom: 0;
	    background: #E9FCFB;
	    width: 100%;
	    z-index: 100;
	    display: flex;
	    padding: 15px;
	    justify-content: space-between;
	    align-items: center;
	}
	.pr_pricebox {
		margin: 5px 0 20px;
	}
	.pr-shopping-options {
		flex-direction: row;
		gap: 10px;
	}
	/*.pr-shopping-options .pr-quantity {
		margin-left: 10px;
	}*/
	.pr-shopping-options .btn-cart,
	.pr-shopping-options .btn-fastorder {
		width: auto;
		flex-grow: 1;
		flex-basis: 30%;
	}
	.pr-shopping-options .btn-fastorder {
		margin-top: 0;
	}
	.rightinfo .btn.btn-wishlist {
		order: 2;
		margin-top: 0;
	}
	#bnpl_box + .btn-wishlist {
		margin-top: 20px;
	}
	.rating {
		order:6;
	}
	.bnpl_div {
		order: 0;
	}
}
@media (max-width: 767px) {
	.product-list .product-layout .button-group {
		border-left: none;
	}
	.reward-points {
		margin-top: 15px;
	}
}
@media (max-width: 560px) {
	.product-buy-options {
		flex-direction: column;
	}
	.pr-shopping-options {
		width: 100%;
	}
	.pr_pricebox {
		flex-wrap: wrap;
		gap: 15px;
	}
}
.slideshow {
	max-width: calc(100vw - 30px);
}
.scontent-top-fullwidth .slideshow {
	max-width: 100%
}
.slideshow img {
	max-width: 100%;
}
.gridhmobile-1 {
	height: calc(100% + 15px) !important;
}

.gridhmobile-2 {
	height: calc(100% + 30px) !important;
}
.gridhmobile-3 {
	height: calc(100% + 45px) !important;
}

.gridh-1 {
	height: calc(100% + 15px) !important;
}

.gridh-2 {
	height: calc(100% + 30px) !important;
}

.gridh-3 {
	height: calc(100% + 45px) !important;
}
.thumb {
  height: 80%;
  width: 100%;
}
.additional {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.additional .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.additional .swiper-slide-thumb-active {
  opacity: 1;
}
.single {
	margin-top: 30px;
	margin-bottom: 20px;
	aspect-ratio: 1/1;
	max-width: 100%;
	display: inline-block;
	height: auto;
}
.swiper-slide img {
  max-width: 100%;
}
.additional-image {
	height: 100%;
}
.video-player {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
    margin-top: 20px;
    z-index: 5;
    margin-left: 20px;
}
.video-player img {
	max-width: 100%;
}
#videoModal .modal-dialog {
	max-width: 85%;
	margin:0 auto;
}
#videoModal .video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.block_desc {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.block_desc.opener {
    height: auto!important
}

.block_desc.opener:after {
    opacity: 0
}
.block_desc:after {
    width: 100%;
    left: 0
}
.btn_showhide {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #7c85bd;
    display: block;
    text-align: left;
    background: #fff;
    margin-top: 0;
    padding: 10px 0;
    margin-bottom: 20px
}

.btn_showhide:hover {
    text-decoration: underline;
    color: #7c85bd;
}
.cart-block {
	max-height: 300px;
    overflow-y: scroll;
    font-size: 12px;
}
/*salon info page styles*/
.button-location-store {
	margin: 18px 0 15px 0;
	width: 100%;
    text-align: center;
    background: #e4000f;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}
.feature-block p {
	text-align:center;
}
.feature-block-title {
	font-size: 15px;
	font-weight: 600;
	font-size: 18px;
}
.feature-block img {
	max-width: 70px;
}
.loyalty-page {
	width: 100%;
	max-width: 860px;
	margin:0 auto;
}
.beauty-subtitle {
	font-size: 20px;
	font-weight: 300;
}
.loyalty-subtitle {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
}
.loyalty-question {
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
}
.colorful-list {
	font-size: 22px;
	font-weight: 500;
	color: #f54903;
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}
.accordion.md-accordion .card-header{margin-bottom:10px}
.accordion.md-accordion .card-header a{text-transform:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:10px 30px 10px 0;color:#000;font-size:16px;font-weight:400;border-bottom:1px solid #efefef;font-weight:600}
.accordion.md-accordion .card-header a.collapsed,.accordion.md-accordion .card-header a:focus,.accordion.md-accordion .card-header a:hover{text-decoration:none}
.accordion.md-accordion .card-header a.collapsed i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}
.accordion.md-accordion .card-header a i{position:absolute;float:right;right:10px;font-size:1rem;color:#000;font-size:24px;line-height:33px;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}
.accordion.md-accordion .card-body{padding:20px 20px 5px}
.table.table-pricelist tr td:first-child {font-weight: 500}
.table.table-pricelist tr td:nth-child(2) {text-align:right}

.checkout-cart .mfp-content {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
}
.workinghours {
	margin-bottom: 20px;
}
.catefory-feature-list-title {
	font-size: 12px;
	color: #444;
	margin-bottom: 0;
}
.catefory-feature-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0;
	gap: 10px;
}
.catefory-feature-list li {
	list-style: none;
	color: #333;
	font-size: 12px;
}
.catefory-feature-list li:before {
	content: '\2022';
	margin-right: 10px;

}
.catefory-feature-list li:first-child:before {
	display: none;
}
.main-description-block {
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	margin-bottom: 10px;
}
.product-category-1400 .main-description-block {
	background-image: url('/image/catalog/design/envite-silver-bgr.jpg');
}
.main-description-block .img-desc {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cat-info {
	padding-top: 20px;
	padding-bottom: 20px;
	flex-grow: 1;
}
.cat-main-img {
	width: 400px;
	max-width: 100%;
	align-self: center;
	margin-bottom: 10px;
}
.cat-info h2,
.cat-info h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
.mm-slideout { z-index:auto;}
.mm-listitem__text {
	font-size: 14px;
	font-weight: 500;
}
.checkout-checkout .mm-page {
	min-height: 0 !important;
}
@media screen and (min-width: 920px) {
	.main-description-block .img-desc {
		flex-direction: row;
	}
	.cat-info {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
	}
	.main-description-block {
		background-position: right center; 
	}
}
.ocf-btn-mobile-static.ocf-mobile{display: none !important}
/*color infopage styles*/
.information-information-9 .banner-row .item-r {
	background: #fbf8f3;
	border-radius: 20px;
	margin-bottom: 60px;
}
.information-information-9 .banner-row .item-r > a {
	background: #f54903;
	border-radius: 20px;
	padding: 15px;
}
.information-information-9 .banner-row .item-r > a img {
	border-radius: 20px;
}
.information-information-9 .banner-row .item-r .banner-description {
	padding-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
}
.information-information-9 .banner-row .item-r a.btn {
	display: inline-block;
	width: auto;
}
@media screen and (min-width: 768px) {
	.information-information-9 .banner-row {
		position: relative;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.information-information-9 .banner-row .item-r {
		margin-bottom: 100px;
	}
	.information-information-9 .banner-row .item-r > a {
		width: 35%;
		position: absolute;
		top: -60px;
		left: 60px;
	}
	.information-information-9 .banner-row .item-r .banner-title {
		padding-left: calc(35% + 100px);
		padding-right: 60px;
		padding-top: 20px;
	}
	.information-information-9 .banner-row .item-r .banner-description {
		padding-left: calc(35% + 100px);
		padding-right: 60px;
	}
	.information-information-9 .banner-row .item-r:nth-child(2n) > a {
		top: -60px;
		left: auto;
		right: 60px;
	}
	.information-information-9 .banner-row .item-r:nth-child(2n) .banner-title {
		padding-left: 60px;
		padding-right: calc(35% + 100px);
	}
	.information-information-9 .banner-row .item-r:nth-child(2n) .banner-description {
		padding-left: 60px;
		padding-right: calc(35% + 100px);
	}
	
}
