body {
	font-family: 'Commissioner', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 23px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #252D01;
}
a:focus, a:hover {
	text-decoration: underline;
	color: #252D01;
}
.modal-body a {
	color: #DF3890;
	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;
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.well {
	background-color: #e2e4e966;
}
.tooltip {
	z-index: 3;
	font-family: 'Commissioner', sans-serif;;
}
.form-control {
	border-radius: 5px;
	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 {
    width: 100%;
    max-width: 1640px;
}
.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;
    }
}
/*header {
	min-height: 58px;
}*/
.dr-innerheader {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: nowrap;
	padding-right: 5px;
}
.dr-header {
    position: relative;
    z-index: 20;
}
.dr-header.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 0px 20px;
    z-index: 8;
    background-color: #fff;
    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 svg {
	fill: #000;
}*/
.dr-menu-button {
    display: flex;
    margin-right: 20px;
}
.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: 85px;
}
.dr-header.affix #logo img {
	max-width: 85px;
	-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 svg,
#cart svg,
.dr-phone svg {
    height: 22px;
}
.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;
}
#smenu {display: none}
.mm-ocd-opened #smenu {
    display: inherit!important;
}
.mm-spn a {
	text-transform: uppercase;
}
#smenu a:focus, #smenu a:hover {
	text-decoration: none;
}
.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-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    margin-left: 10%;
    width: 80%;
    background: #fff;
    border-radius: 5px;
}

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

.overlay .search-icon {
    position: absolute;
    right: 9%;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    background: none;
}
.greybg {
	background-color: #fff;
	border-top: 1px solid #efefef;
	padding-top: 30px;
	padding-bottom: 30px;
}
body[class^='product-product-'] .greybg, body[class*=' product-product-'] .greybg {
	padding-top: 0;
	border-top: none;
}
.bluebg {
	background-color: #F3E8CC;
	padding:15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alert-success {
	color:#fff;
	background-color: #88C9A5;
	border-color: #88C9A5;
	border-radius: 5px;
}
.alert-success a {
	color: #fff;
}
.alert-success a:hover {
	color: #76664f;
	text-decoration: none;
}
.close {
	font-size: 26px;
	line-height: 20px;
}
.menu-burger {
    height: 25px;
}
#livesearch li {
	z-index: 30;
}
/* top */
.topbar {
	background: #d7d7d766;
	color: #000;
	padding: 4px 15px 3px;
	margin: 0;
	height: 30px;
	text-transform: uppercase;
	font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
/*	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
}
/*.topbar .marquee {
	flex-grow: 1;
    text-align: center;
}*/
.topbar .marquee {
    /*-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-animation 15s linear infinite;
    -webkit-animation: scroll-animation 15s linear infinite;
    animation: scroll-animation 15s linear infinite;*/
}

@-moz-keyframes scroll-animation {
    from {
        -moz-transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes scroll-animation {
    from {
        -webkit-transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes scroll-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.topbar .marquee .fa {
	margin-right:5px;
	-webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 2s;
    color: #FF8B19;
}
@-webkit-keyframes blinker{from{opacity:1}to{opacity:0}}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* search */
#search {
	padding: 0;
	min-width: 100px;
	width: calc(100vw - 140px);
	max-width: 300px;
	position: relative;
	margin: 5px 0 0;
}
#search .input-lg {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-width: 1px;
}
#search .search-icon {
	position: absolute;
    top: 0;
    right: 0;
    background: none;
    border-radius: 0;
    border: none;
    padding: 9px 10px 2px;
}
#search .search-icon svg {
	height: 22px;
}
#searchicon {
	margin-top: 4px;
}
#searchicon:hover {
	cursor: pointer;
}
.dr-search .dropdown-menu-right {
	right: -5px !important;
    top: -15px !important;
    box-shadow: none !important;
    border: 0;
    padding: 5px 0;
    margin: 0;
}
.search-box {
	background:#e2e4e9;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.search-box select {
	margin-bottom: 10px;
}
[name=search] {outline: none;}
#livesearch, #livesearch * {margin: 0;padding: 0;list-style: none;}
#livesearch {position: absolute;width: calc(100vw - 25px);top: 45px;left:-40px;border-radius:5px;background: #fff;z-index: 10;min-width:300px;max-width:500px;max-height: calc(100vh - 90px);overflow-y: scroll;padding: 15px;box-shadow: 0px 3px 8px rgba(0,0,0,0.5);}
#livesearch li {border-bottom: 1px solid #e2e4e9;box-shadow:none}
#livesearch li:last-child {border-bottom:none}
#livesearch a {display: block;clear: both;overflow: hidden;line-height: 16px;padding: 5px;text-decoration: none;text-shadow:none;border:none}
#livesearch a span {display:block;font-size:13px;margin-bottom:5px;color:#000}
#livesearch a.amore {color: #fff;padding: 0px;}
#livesearch a:hover, #livesearch a:hover .pmore,#livesearch li.active a{background: #e2e4e9 !important;color:#000}
#livesearch img {float: left;width: 80px;margin-right: 10px;border-radius:5px}
#livesearch img[src=''] {display: none;}
.pmore {display:none;background: #ccc;/* margin: 10px 5px !important; */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 {width: 100%;top: 45px;left:0px;min-width:300px;max-width:500px}
}
/* cart */
#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 > .btn #cart-total {
	position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 11px;
    background: #DF3890;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    color: #fff;
    line-height: 14px;
}
#cart.open > .btn {
	
}
#cart.open > .btn:hover {
	
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	min-width: 320px;
	right: -20px;
	top: 30px;
	padding:10px;
}
.table-minicart-totals {
	border-top: 2px solid #908e7f;
}
#wishlist-total {
	position: relative;
}
#wishlist-total span {
	position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 11px;
    background: #DF3890;
    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;
	}
}
#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;
}
@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;
    font-weight: 500;
    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: #DF3890;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#menu > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#menu .dropdown-menu {
	padding: 15px 30px;
	margin-top: 0px;
	border-radius: 0px;
	z-index: 1002;
	top: 70px;
	left: 0;
	position: absolute;
	width: 330px;
	border: none;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
#menu .megamenu .dropdown-menu {
	top: 130px;
	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: uppercase;
    font-size: 14px;
    font-weight: 500;
	color: #111111;
	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 (min-width: 768px) {
	/*#menu .dropdown:hover .dropdown-menu {
		display: block;
	}*/
}
@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;
	}
}
/* content */
/*#content {
	min-height: 400px;
}*/
body[class^='product-'] #content {
	min-height: auto;
}
/*#content .breadcrumb {
	margin-top:0;
	background: none;
	padding: 0;
}*/
#content h1 {
	font-weight: 500;
	color: #252D01;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
}
#content h2 a {
	font-size: 16px;
	float: right;
}
.html-module {
	margin-bottom: 20px;
}
/* footer */
footer {
	margin-top: 0;
	padding-top: 30px;
	background: #F3E8CC;
	color: #000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #000;
	min-height: 34px;
    display: block;
}
footer a:hover {
	color: #252D01;
}
footer .h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
/* 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 20px;
	padding: 10px 15px;
	background:#F3E8CC33;
}
.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 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: #333;
	text-transform: uppercase;
}
.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: #000;
	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;
}
/* fullwidth slideshow */
/*.swiper-button-prev:before,
.swiper-button-next:before {
	display: none;
}*/
/*.scontent-top-fullwidth .swiper-viewport {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}*/
/*.scontent-top-fullwidth .swiper-wrapper {
	margin-bottom: 0;
}*/
/*.slideshow .swiper-button-prev, .slideshow .swiper-button-next {
	width: 40px; 
	height: 40px;
}
.slideshow .swiper-button-prev .la-5x, .slideshow .swiper-button-next .la-5x {
	font-size: 10em !important;
	color: #000;
}*/
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.swiper-button-next, .swiper-button-prev {
	color: #000;
}
.slideshow .swiper-button-next {
	right: 20px;
}
.slideshow .swiper-button-prev {
	left: 20px;
}
.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%;
}
.module-swiper-button-prev {    
    left: 15px;
}
.module-swiper-button-next {
    right: 15px;
}
@media (max-width:768px) {
	.module-swiper-button-prev {
	    top: 15px;
	    left: 5px;
	}
	.module-swiper-button-next {
	    top: 15px;
	    right: 5px;
	}
}
/* product list */
.product-layout {
	padding-top: 0;
	padding-bottom: 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: auto;
	position: relative;
}
.product-layout .product-thumb,
.product-layout .product-thumb .img-buttons {
	position: relative;
}
.product-layout .button-group {
	width: calc(100% + 30px);
	display: none;
    transition: 2s all;
    position: absolute;
    left: -15px;
    box-shadow: 0px 6px 6px rgba(33,33,33,.2);
    border-radius: 5px;
    margin-top: 10px;
}
.product-layout {
	height: auto;
}
.product-layout .button-group .las {
	font-size: 20px;
}
.product-layout:hover {
	z-index: 4 !important;
	overflow: visible;
}
.product-layout:hover .button-group {
	display: block;
	transition: 2s all;
	z-index: 4;
	overflow: hidden;
}
.product-thumb img {
	border-radius: 5px;
}
.product-thumb .price{
	display:flex;
	flex-direction:row;
	gap:10px;
	margin-bottom: 0;
}
.module-swiper,.testimonials-module, .collection-swiper {
	padding-bottom: 30px;
}
.module-swiper .swiper-slide, .testimonials-module .swiper-slide, .collection-swiper .swiper-slide {
	border-radius: 5px;
}
.product-thumb a:hover, .product-thumb a:focus {
	text-decoration: none;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .product-title {
	display: block;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
    min-height: 37px;
}
.product-thumb .product-title:first-letter {
    text-transform: uppercase;
}
.product-thumb .image {
	float: none;
	border-radius: 5px;
}
.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;
}
.price_rating {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.product-thumb .rating {
	margin-bottom: 0;
	display: none;
}
.rating {
	text-align: center;
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
    position:relative;
    order: 6;
}
.rating .la-stack {
	width: 15px;
	font-size: 16px;
}
.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 {
	position: relative;
}
.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;
}

.product-thumb .price-old, .price .price-old {
	color: #444;
	margin-left: 10px;
	position: relative;
	font-size: 13px;
}
.product-thumb .price-old {
	display: flex;
	margin-left: 0;
}
.product-thumb .price-old:before, .price .price-old:before {
	top: 46%;
    background: red;
    opacity: 0.95;
    content: "";
    width: 110%;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-7deg);
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	background-color: #FFFEE9;
	overflow: auto;
}
.product-layout .button-group button {
	width: 70%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #FFFEE9;
	color: #000;
	line-height: 38px;
	height: 38px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	border-radius: 5px;
}
.product-layout .button-group button + button {
	width: 30%;
}
.product-layout .button-group button:hover {
	color: #fff;
	background-color: #DF3890;
	text-decoration: none;
	cursor: pointer;
}
.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;
}
@media (max-width: 1200px) {
	.product-layout .button-group button, .product-layout .button-group button + button {
		width: 33.33%;
	}
}
@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;
	}
	.product-layout .button-group button, .product-layout .button-group button + button {
		width: 33.33%;
	}
	.breadcrumb {
		white-space: nowrap;
    	overflow-x: scroll;
	}
	.product-layout .button-group {
		display: flex !important;
		overflow: hidden;
		position: unset;
		left: auto;
		width: 100%;
		box-shadow: 0px 1px 1px rgba(33,33,33,.2);
	}
	.product-layout .button-group button:first-child {
		flex-grow: 1;
	}
}
.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;
}
@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: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.pr_pricebox {
	display: flex;
	margin: 20px 0;
	align-items: center;
	flex-direction: column;
}
.pr_pricebox .pr_regularprice h2, .pr_pricebox .pr_specialprice h2 {
	color: #475055;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
.pr_pricebox .pr_save {
	color: #B22D73;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.pr_pricebox .pr_oldprice, .pr_pricebox .pr_oldprice > span {
	color: #666;
	position: relative;
}
.pr_pricebox .pr_oldprice > span:before {
	top: 46%;
    background: #DF3890;
    opacity: 0.95;
    content: "";
    width: 110%;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-7deg);
}
.pr_stockstatus {
    position:relative;
    display: inline-flex;
    padding: 0 10px 0 23px;
    align-items: center;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 15px;
}  
.pr_stockstatus.instock {
    background: #9ABC05;
}  
.pr_stockstatus.outofstock {
    background: #b31111;
} 
.pr_stockstatus.instock:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    left:7px;
    position:absolute;
    top:0px;
    font-weight: 900;
}
.pr_stockstatus.outofstock:before {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    left:7px;
    position:absolute;
    top:0px;
    font-weight: 900;
}
.pr_model, .pr_brand, .pr_ean {
	font-size: 13px;
}
.pr_brand a {
	text-decoration: underline dashed;
	color: #000;
}
.pr_brand a:hover {
	text-decoration: underline solid;
	color: #DF3890;
}
.pcountsale{max-width:260px;display:block;width:100%;background:#f2f2f2;border:2px solid #FF8B19;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: #FF8B19}
.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:#FF8B19}
.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;
}
.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: column;
	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: 5px;
	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: #DF3890;
	border-color: #DF3890;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
	margin-right: 0;
	width: calc(100% - 60px);
	order: 2;
}
.pr-shopping-options .btn-cart:hover {
	background: #B22D73;
	border-color: #B22D73;
	color: #fff;
}
.pr-shopping-options .btn-fastorder {
	background: #fff;
	border-color: #DF3890;
	color: #DF3890;
	margin-top: 10px;
	margin-left: 10px;
	width: calc(100% - 60px);
	order: 4;
}
.pr-shopping-options .btn-fastorder:hover {
	background: #f8f8f8;
	border-color: #B22D73;
	color: #B22D73;
}
.quantity-instock {
	font-size: 12px;
    text-align: center;
    color: #7B9604;
    margin: 0 0 10px;
    padding: 0;
    line-height: 12px;
}
.cust-fastbuy-checkout {
	background: #DF3890;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.cust-fastbuy-checkout:hover {
	background: #B22D73;
	color: #fff;
}
.btn-tocart {
	background: #DF3890;
	border-color: #DF3890;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
}
.btn-tocart:hover {
	background: #B22D73;
	border-color: #B22D73;
	color: #fff;
}
.rightinfo .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;
}
.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;
    color: #333;
    border: 1px solid #ccc;
}
.pr-quantity .form-control {
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
    border-right: 0;
    border-color: #ccc;
    z-index: 3;
}
.pr-quantity .input-group .input-group-btn:first-child {
	border-right: 0;
}
.pr-quantity .input-group .input-group-btn:last-child {
	border-left: 0;
}
h1, .title-subtitle {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #48473f;
}
.title-block{
	display: flex;
	justify-content: center;
	margin:15px 0;
}
.title-link {
	width: 100%;
    text-align: center;
    display: block;
    margin-top: -15px;
}
.title-subtitle {
  position: relative;
  display: inline-block;
  padding: 15px 35px 15px 45px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.title-subtitle:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #DF3890;
  z-index: -1;
  clip-path: url(#clip); /* applying clip animation */
}
.ourstores {
	background: #E9FCFB;
	padding: 20px;
}
.list-stores {
	margin-bottom: 20px;
}
.working-hours {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
input[name^="option"].form-control {
	max-width: 250px;
}
#tab-description pre {
	background-color: #eaa83a0d;
	border: 1px solid #eaa83a;
	font-family: 'Commissioner', sans-serif;
	font-size: 15px;
}

@media (max-width:640px) {
	.fbiframe-container iframe {
		width: 98%;
	}
}
._4-u2 {
	border-radius: 5px;
}
#tab-review {
	margin: 20px 0 40px;
}
.reviews-innercontent {
/*	display: grid;*/
	text-align: center;
}
.reviewsblock-title {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}
.reviewsblock-title .fa-stack {
	line-height: 1em;
}
.reviewsblock-title .title-subtitle {
	margin:0;
}
.reviewsblock-title .title-subtitle:after {
	margin-bottom: 10px;
}
.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;
}
.swiper-slide .review-caption {
    height: 100% !important;
    background-color: #FFFEE9;
    padding: 15px;
    border-radius: 5px;
    margin: 5px;
}
div[id^='carousel-testimonialssr'], div[id*=' carousel-testimonialssr'] {
	padding-bottom: 50px;
}
div[id^='carousel-testimonialssr'] .swiper-slide, div[id*=' carousel-testimonialssr'] .swiper-slide {
	height: auto;
}
body.plugin {
	font-family: 'Commissioner', 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;
}
/*.swiper-wrapper {
list-style: none;
margin-left: 0;
padding: 0;
margin-bottom: 7px;
}*/
.image-additional img {
cursor: pointer;
padding: 3px;
max-width: 100%;
margin-bottom: 10px;
}
.swiper-container-vertical {
}
/*.swiper-slide-selected img {
border-color: #ccc;
}*/
.thumbnail.imglink {
display: inline-block;
padding: 0;
}
/*.demo-gallery.swiper-container {
margin: 0 15px;
}*/
.zoomContainer {
z-index: 1000;
}
/*.zoomContainer {
display: none !important;
}*/
.brand-item {
	background: #F3E8CC33;
    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: #F3E8CC;
	text-decoration: none;
}
.brand-item span {
	padding: 5px 10px;
}
.brand-item img {
	background-color: #fff;
	border-radius: 5px;
}
.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:5px; left:5px; right:auto;}
.labels-wrapper.position_upright {top:5px; right:5px; left:auto;}
.labels {padding:0 10px; margin-bottom:5px;border-radius:11px;font-size:11px;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}
@media (max-width:768px) {.labels {padding:2px 5px;line-height:11px;margin-bottom:2px}}
.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: #E9FCFB;
	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: #DF3890;
	color: #fff;
	border-radius: 5px;
	padding:10px 25px;
	display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    min-width: 200px;
}
.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 .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: #DF3890cc;
	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 {
	border: 3px solid #DF389066;
	width: 100%;
}
/*.scontent_top .module-swiper,
.scontent_mid2 .module-swiper {
	padding-left: 20px;
}*/
.banner-row .item-r img, .banner-row .item-r-m img {
	border-radius: 5px;
}
.product-description {
	margin-top: 25px;
}
/*module swiper fix test*/
/*.swiper-slide img {
	max-width: 100%;
	width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
	border-radius: 0;
}
.swiper-slide .thumb-image {
	height: auto;
}*/
.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;
}
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-weight: 500;
    color: #48473f;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 3px;
    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;
}
.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;
}
.pr-cat-list li,
.subcategories li {
	list-style: none;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    background: #E9FCFB;
    border-radius: 5px;
}
.subcategories li {
	flex: 1 1 calc(20% - 20px);
	text-align: center;
	margin: 0;
	flex-grow: 0;
	align-items: center;
    justify-content: center;
    display: flex;
}
.pr-cat-list .pr-cat a {
	font-size: 12px;
	display: block;
}
.subcategories li a {
	font-size: 14px;
	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%;
}
/*account pages*/
.login_page {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.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%;
	max-width: 300px;
}
body[class^='account-'] form, body[class*=' account-'] form {
	width: 100%;
	max-width: 700px;
}
body[class^='account-'] #content .btn, body[class*=' account-'] #content .btn {
	min-width: 250px;
	margin-top: 20px;
}
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:530px) {
    .account-account .list-unstyled li{width:calc(100% / 2)}
}
@media (min-width:768px) {
    .account-account .list-unstyled li{width:calc(100% / 4)}
}
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;
}
.captcha-group .input-group-addon img {
	border-top-left-radius: 5px;
    border: 1px solid #FF9518;
    border-bottom-left-radius: 5px;
    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: 5px !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: 'Commissioner', sans-serif !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: 5px;
}
.tk_form {
	display: flex;
	flex-direction: column;
}
.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_text::after {
	width: 100% !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: 5px !important;
}
#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,
#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-color: #e6ddd666 !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: 5px !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: 5px 0 0 5px !important;
}
.tk_btn_remove,
#tk_confirm_coupon,
#tk_confirm_voucher {
	border-radius: 0 5px 5px 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: 5px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
}
#tk_text_free_shipping_table hr {
	display: none;
}
.tk_text_free_shipping {
	margin: 0 !important;
}
@media (max-width:768px) {
	.tk_5_column {
		width:100% !important;
	}
	.tk_panel {
		margin-bottom: 0 !important;
	}
}
.oinfo-head{background:#efefef;padding:20px;font-weight:600;text-transform:uppercase;margin-top:20px}
.oinfo-head:first-child{margin-top:0}
.faq {border-bottom: 1px solid #908e7f;}
#accordion.faq {border: none;}
.faq-link{color: #333333;font-size: 20px;padding: 0;}
.faq-title{color: #6f8085;font-size: 24px;margin-bottom: 20px;}
#accordion{margin-bottom:30px;margin-top:30px;clear:both;}
.faq .card-header{padding: 10px 0;}
.faq .card-body {padding: 0 0 10px 27px;}
.faq .btn-link.faq-link i {color: #6f8085;}
.faq .btn-link:focus,.faq  .btn-link:hover {color: #6f8085;text-decoration: none;}
.faq-link i{width:19px;}
@media (min-width:768px){.btn-link.faq-link {text-align:left;}}

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;
}
#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;
	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: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #ffffff66;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_socials a img {
	width: 25px;
	height: 25px;
}
footer .whyus {
	background-color: #ffffff66;
	border-radius: 5px;
	padding: 15px;
}
@media (min-width: 480px) {
	.topbar {
		font-size: 12px;
	}
	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: 46px;
		margin: 0 0 15px;
	}
	.pr-shopping-options input {
		height: 46px;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	.dr-innerheader {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	h1, .title-subtitle {
		font-size: 20px;
	}
	#content h1 {
		font-size: 22px;
	}
	.price_rating {
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.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: 15px;
	}
	.product-layout:hover {
		box-shadow: 0 0 11px rgba(33,33,33,.2);
	}
	.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_form {
		flex-direction: row;
	}
	.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;
	}
} /*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) {
	.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: 2;
		justify-content: center;
	}
	.dr-innerheader #logo img {
		max-width: 150px;
	}
	.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;
	}
	.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;
	}
	.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;
	}
	#search {
		padding: 0;
		min-width: 300px;
		position: relative;
		margin: 4px 0 0;
	}
	#search .input-lg {
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
		border-width: 1px;
	}
	#search .search-icon {
		position: absolute;
	    top: 1px;
	    right: 1px;
	    background: #fff;
	    border-radius: 10px;
	    border: none;
	    padding: 10px 10px 2px;
	}
	#search .search-icon svg {
		height: 28px;
	}
	#livesearch {top: 50px;}
	.dr-header.affix #search .input-lg {
		height: 45px;
		line-height: 45px;
	}
	.dr-header.affix #search .search-icon svg {
		height: 22px;
	}
	.dr-header.affix #livesearch {top: 45px;}
	#searchicon {
		margin-top: 4px;
	}
	.dr-search .dropdown-menu-right {
		right: -6px !important;
	    top: -16px !important;
	    box-shadow: none !important;
	    border: 0;
	    padding: 5px 0;
	    margin: 0;
	}
	#cart .dropdown-menu {
		top: 40px;
	}
	.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;
	    font-size: 16px;
	}
	.dr-innerheader #logo img {
		max-width: 190px;
	}
	.dr-phone .phones-container a:first-child {
		margin-bottom: 6px;
	}
	.header-big-icons svg,
	.dr-phone svg {
	    height: 30px;
	}
	.profile-header svg {
		height: 28px;
	}
	#cart svg {
		height: 32px;
	}
	.dr-header.affix .header-big-icons svg, .dr-header.affix #cart svg, .dr-header.affix .dr-phone svg {
	    height: 25px;
	}
	.dr-header.affix #logo img {
		max-width: 133px;
	}
	.pr-shopping-options .btn {
		padding:0 20px;
		font-size: 13px;
	}
	#search .search-icon svg {
		height: 30px;
	}
	#livesearch {top: 50px;}
	.dr-header.affix #search .input-lg {
		height: 45px;
		line-height: 45px;
	}
	.dr-header.affix #search .search-icon svg {
		height: 25px;
	}
	.dr-header.affix #livesearch {top: 45px;}
	#searchicon {
		margin-top: 4px;
	}
}
@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;
	}
	.pr-shopping-options {
		flex-direction: row;
		gap: 10px;
	}
	.pr-shopping-options .pr-quantity {
		margin-left: 10px;
	}
	.input-group .form-control[name^=quantity] {
		min-width: 30px;
	}
	.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;
	}
}
@media (max-width: 560px) {
	.product-buy-options {
		flex-direction: column;
	}
	.pr-shopping-options {
		width: 100%;
	}
}
.slideshow img {
	max-width: 100%;
}
.swiper-fix,
.slideshow {
	display: flex;
}

.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-bottom: 20px;
	aspect-ratio: 1/1;
	max-width: 100%;
	display: inline-block;
	height: auto;

}
/*.swiper-button-next, .swiper-button-prev {
	top: 32%;
}*/
.swiper-slide img {
/*  display: block;*/
  max-width: 100%;
}
.additional-image {
	height: 100%;
}
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    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: 448px;
    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: #DF3890;
    display: block;
    text-align: left;
    background: #fff;
    margin-top: 0;
    padding: 10px 0;
    margin-bottom: 20px
}

.btn_showhide:hover {
    text-decoration: underline;
    color: #DF3890;
}
.homeh1 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.aboutus1 {
	background: #FA69C899 url(/image/catalog/design/art-bgr.png) -180px -140px no-repeat;
    padding: 50px 50px 30px;
    border-radius: 20px;
    background-size: 410px;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.aboutus2 {
	background: #9ABC0599;
	padding: 40px 30px 30px 30px;
	border-radius: 20px;
	color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.aboutus2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aboutus2 ul li:before {
	content: '✓';
	margin-right: 15px;
}
.aboutus2 ul li span {
	display: block;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}
.bnpl_button {
	padding: 0 !important;
}
.bnpl_button_div {
	border-radius: 5px !important;
	width: 100% !important;
}
.bnpl_button_head {
	width: 100% !important;
	border-radius: 0 !important;
}
.bnpl_button_head:hover {
	background: url('https://bnpl.tbibank.support/calculators/assets/img/buttons/tbi_head_hover_new.png') center/100% !important;
}
.cart-block {
	max-height: 300px;
    overflow-y: scroll;
}
.tk_7_column {width: 50% !important}
@media (max-width: 768px) {
	.tk_7_column {width: 100% !important}
}

