/* GENERIC START */
:root {
    --space: 20px; 
	--space-double: 40px; 
	--space-triple: 60px; 
	--space-quad: 80px; 
    --space-half: 10px; 
	--space-quarter: 5px; 
    --space-negative: -20px; 
	--space-double-negative: -40px;  
	--space-triple-negative: -60px;  
	--space-quad-negative: -80px;  
	--space-half-negative: -10px; 
	--space-quarter-negative: -5px;
	--fullwidth-offset:0px;
	--sm-line: 1; 
    --md-line: 1.4; 
	--lg-line: 2; 
	--xxs-size: .75rem; 
	--xs-size: .9rem; 
	--sm-size: 1rem; 
    --md-size: 1.25rem; 
    --lg-size: 1.5rem; 
    --xl-size: 2rem; 
    --xxl-size: 3rem; 
	--king-size: 6rem; 
	--font-weight-light:300;
	--font-weight-normal:400;
	--font-weight-bold:500;
	--font-weight-extrabold:700;
	--icon-size-sm:1rem;
	--icon-size-md:1.25rem;
	--icon-size-lg:1.5rem;
	--logo-header-width:200px;
	--logo-footer-width:200px;
	--text-color: #000000;
	--text-color-accent: #1c3eed;
	--text-color-secondary: #999;
	--text-color-dark: #999;
	--link-color: #1c3eed; 
	--link-color-hover: #000000;
	--link-color-secondary: #000000; 
	--link-color-secondary-hover: #000000;
	--link-color-dark: #000000;
	--link-color-dark-hover: #1c3eed;
	--background: #fff; 
	--background-primary: #f4f4f4;
	--background-accent: #f4f4f4;
	--background-secondary: #f4f4f4; 
	--background-dark: #f4f4f4;
	--generic-border:1px solid #ddd;
	--generic-border-accent:1px solid #000;
	--generic-border-secondary:1px solid #ddd; 
	--icon-color: #000000;
	--icon-color-hover: #000000;
	--icon-color-accent: #000000;
	--icon-color-accent-hover: #000000;
	--icon-color-secondary: #000000;
	--icon-color-secondary-hover: #000000;
	--icon-color-dark: #000000;	
	--icon-color-dark-hover: #000000;
	--icon-caret:'\f105';
	--input-height: 50px;
	--input-border-radius: 0px; 
	--input-border: 0px; 
	--button-height:50px;
	--button-border-radius: 0px; 
	--button-border: 1px solid; 
	--button-background-primary: transparent;
	--button-background-hover-primary: #1c3eed;
	--button-color-primary: #1c3eed;
	--button-color-hover-primary: #ffffff;
	--button-border-primary: 1px solid #1c3eed;
	--button-border-hover-primary: 1px solid #1c3eed;
	--button-background-secondary: transparent;
	--button-background-hover-secondary: #000000;
	--button-color-secondary: #000000;
	--button-color-hover-secondary: #ffffff;
	--button-border-secondary: 1px solid #000000;
	--button-border-hover-secondary: 1px solid #000000;
	--button-background-default: transparent;
	--button-background-hover-default: #000000;
	--button-color-default: #000000;
	--button-color-hover-default: #ffffff;
	--button-border-default: 1px solid #dddddd;
	--button-border-hover-default: 1px solid #000000;
	--button-background-light: transparent;
	--button-background-hover-light: #000000;
	--button-color-light: #000000;
	--button-color-hover-light: #ffffff;
	--button-border-light: 1px solid transparent;
	--button-border-hover-light: 1px solid #000000;	
	--button-background-alert: transparent;
	--button-background-hover-alert: #f01351;
	--button-color-alert: #f01351;
	--button-color-hover-alert: #ffffff;
	--button-border-alert: 1px solid #f01351;
	--button-border-hover-alert: 1px solid #f01351;	
	--button-background-danger: transparent;
	--button-background-hover-danger: #f01351;
	--button-color-danger: #f01351;
	--button-color-hover-danger: #ffffff;
	--button-border-danger: 1px solid #f01351;
	--button-border-hover-danger: 1px solid #f01351;	
	--button-background-success: transparent;
	--button-background-hover-success: #20bb41;
	--button-color-success: #20bb41;
	--button-color-hover-success: #ffffff;
	--button-border-success: 1px solid #20bb41;	
	--button-border-hover-success: 1px solid #20bb41;	
	--swiper-arrow-icon-left:'\f060';
	--swiper-arrow-icon-right:'\f061';
	--swiper-arrow-box-size:3rem;
	--swiper-arrow-size:1.5rem;
	--swiper-arrow-background:#fff;
	--swiper-arrow-hover-background:#1c3eed;
	--swiper-arrow-color:#1c3eed;
	--swiper-arrow-hover-color:#fff;
	--swiper-arrow-offset:3rem;
	--swiper-pagination-size:20px;
	--swiper-pagination-background:#eee;
	--swiper-pagination-opacity:1;
	--swiper-pagination-active-background:#1c3eed;
	--swiper-pagination-active-opacity:1;
	--swiper-pagination-hover-background:#1c3eed;
	--swiper-pagination-hover-opacity:1;
	--swiper-pagination-border:0px;
	--swiper-pagination-border-radius:100%;
	--swiper-pagination-space:.25rem;
	--swiper-pagination-alignment:center;
	--header-height: 100px; 
	--navigation-height: 60px; 	
	--module-vertical-margin:var(--space-quad);
	--page-max-width:1470px;
}
@media only screen and (max-width: 992px) { 
	:root {
		--space: 16px; 
		--space-double: 32px; 
		--space-triple: 48px; 
		--space-quad: 64px; 
		--space-half: 8px; 
		--space-quarter: 4px; 	
		--space-negative: -16px; 
		--space-double-negative: -32px;  
		--space-triple-negative: -48px;  
		--space-quad-negative: -64px;  
		--space-half-negative: -8px; 
		--space-quarter-negative: -4px;		
		--xxs-size: .75rem; 
		--xs-size: .9rem; 
		--sm-size: 1rem; 
		--md-size: 1rem; 
		--lg-size: 1.5rem; 
		--xl-size: 1.5rem; 
		--xxl-size: 2rem; 
		--king-size: 6rem;
		--module-vertical-margin:var(--space-double);	
	}
}
body {
	width:100%;
}
body.live-search-expanded {
	overflow:hidden;
}
body::-webkit-scrollbar {
	width: 0.75em;
}
body::-webkit-scrollbar-thumb {
	background-color: #133658;
}
a {
    color: #255a9d;
    text-decoration: none;
    background-color: transparent;
}
h1,h2,h3,h4,h5 {
	text-transform:uppercase;
	font-weight:700;
	margin-top:2rem;
	margin-bottom:2rem;
}
.container {
    width: 100%;
    max-width: 1470px;
}
.content-top {
	position:relative;
}
.content-bottom {
	position:relative;
}
form {
	margin-bottom:2rem;	
}
.form-group {
    margin-bottom: 2rem;
}
.form-group.row .col-sm-10, .form-group.row .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-control {
	border-radius:0;
}
.form-control.modified-input, input[type="text"] {
    border: 0px;
    box-shadow: none;
    outline: none;
    /* border-bottom: 2px solid #e1e1e1; */
	min-height:48px;
}
.btn-group .form-control.modified-input, .btn-group input[type="text"] {
	margin-bottom:0;
}
.form-control:focus {
	/* -webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.2); */
}
label.col-form-label {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing: 0.05rem;
	margin-bottom:0;
	position:relative;
}
legend,legend.col-form-label {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing: 0.05rem;
	position:relative;
	padding-bottom:1rem;
	margin-bottom:2rem;
	padding-top:1rem;
}
legend:after,legend.col-form-label:after {
	content:"";
	position:absolute;
	width:30px;
	height:3px;
	background:#111;
	bottom:0;
	left:0px;
}
.btn {
	display:inline-flex;
	padding: .5rem 2rem;
	border-radius:0;
	text-transform: none;
	font-size:1rem;
	line-height:1;
	min-height:48px;
	font-weight:700;
	letter-spacing:0.05rem;
	align-items:center;
	justify-content:center;
}
.btn i {
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    color: #111;
    background-color: #fff;
    border-color: inherit;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus {
    border: 0;
}
.btn:focus {
    border: 0;
}
.btn:hover {
    background-color: #fff;
    border-color: inherit;
	border-color:transparent!important;
}
.btn-default:hover {
	background-color:#f4f4f4;
}
.btn.disabled {
	opacity:0.6;
}
.btn-primary,.btn-primary.disabled { 
    color: #fff;
    background-color: #222;
    border-color: #222; 
}
.btn-primary:hover ,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { 
    color: #222; 
}
.btn-default,.btn-default.disabled { 
    color: #222;
    background-color: #fff;
    border-color: #fff; 
}
.btn-default:hover ,.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle { 
    color: #222; 
}
.btn-light,.btn-light.disabled { 
    color: #222;
    background-color: #fff;
    border-color: #fff; 
}
.btn-light:hover ,.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { 
    color: #222; 
}
.nav.nav-tabs {
	border:0px;
	margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.nav.nav-tabs .nav-item .nav-link {
	background:#f4f4f4;
	padding: .5rem 2rem;
	margin-left: 0.25rem;
    margin-right: 0.25rem;
	border-radius:0;
	text-transform:uppercase;
	font-size:1rem;
	line-height:1;
	min-height:48px;
	display:flex;
	align-items:center;
	font-weight:700;
	letter-spacing:0.05rem;
    border: 0;
	margin-bottom:0.5rem;
	background:#fff;
}
.buttons {
	display:inline-flex;
	padding-top:1rem;
	padding-bottom:1rem;
	align-items:center;
	width:100%;
}
.buttons div {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	display:flex;
	align-items:center;
}
.buttons div:last-child {
	justify-content:flex-end;
}
.buttons .pull-right .btn {
	margin-left:0.5rem;
}
#terms .terms .btn {
	margin-left:0.5rem;
}
.list-group-item {
	border:0;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:0;
}
.list-group-item:before {
	content:"\f054";
	font-family:'Font Awesome 5 Pro';
	margin-right:0.5em;
	color: #666;
}
.list-group-item:hover {
	text-decoration:none;
	background:#f4f4f4;
}
#common_home #content {
	padding:0px;
}
#content > h1 {
    display: flex;
    justify-content: flex-start;
}
.swiper-button-next, .swiper-button-prev {
    background: #f4f4f4;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
	position:absolute;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background:#222;
	color:#fff;
}
.swiper-button-next {
    right: 1rem;
}
.swiper-button-prev  {
    left: 1rem;
}
.module-title {
	text-align:center;
}
.module-wrapper {
	padding-top:3rem;
	padding-bottom:3rem;
}
.pagination-page-container {
	display:flex;
	justify-content:center;
	padding-top:3rem;
	padding-bottom:3rem;
}
.pagination li a {
	font-weight:bold;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #e1e1e1;
	color:#222;
	font-size: .875rem;
	text-decoration:none;
}
.pagination li a:hover {
	background:#f4f4f4;
}
.pagination li span {
	font-weight:bold;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #e1e1e1;
	font-size: .875rem;
}
.pagination li.active span{
	color:#dd0017;
}
#column-left {
	position:relative;
	margin-bottom:1rem;
}
#column-right {
	padding-top:6rem;
}
.column-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 2rem;
}
#common-home #content {
	padding:0;
}
.card.card-default {
	border:0px;
	border-radius:0;
}
.card-header {
	background:#f4f4f4;
	border-radius:0;
}
.card-header:first-child {
	border-radius:0;	
}
.card-title {
	margin:0;
}
.card-body {
	background:#f4f4f4;
}
.card-title a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05rem;
	color:#222;	
}
.card-title a:hover {
	text-decoration:none;
}
.alert {
	position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 100;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 0;
    background: #333;
    color: #fff;
    border: 0;
    width: 300px;
    padding: .75rem 1.25rem;
}
.alert a {
	color:#ccc;
}
.alert i {
	line-height:1.5;
	padding-right:1rem;
	display:none;
}
.alert-dismissible .close {
    padding: 0;
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 25px;
    height: 25px;
    display: flex;
    line-height: 0.5;
    padding-left: 0;
    font-weight: normal;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
	.alert {
		left: 1rem;
		right:1rem;
		width:auto;
	}
	legend,legend.col-form-label {
		text-align:center;
		font-size:1rem;
	}
	legend:after,legend.col-form-label:after {
		left:50%;
		margin-left:-15px;
	}
	#content > h1 {
		margin: 2rem 0;
		font-size: 1.25rem;
		text-align:center;
	}
	#content > h2 {
		margin: 1rem 0;
		font-size: 1rem;
		text-align:center;
	}
	#content > h3 {
		margin: 1rem 0;
		font-size: 1rem;
		text-align:center;
	}
	#column-right  {
		padding-top:2rem;
	}
	.container {
		padding-left:2rem;
		padding-right:2rem;
	}
	.module-title {
		margin-top:0;
		margin-bottom:1rem;
	}
	.btn {
		font-size:0.9rem;
		padding:.75rem;
	}
	.module-wrapper {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
	#header .container {
		padding-left:1rem;
		padding-right:1rem;
		max-width:none;
	}
	body { 
		background-color:#f7f7f7;
	}
	.nav.nav-tabs .nav-item  {
	   width: min-intrinsic;
	   width: -webkit-min-content;
	   width: -moz-min-content;
	   width: min-content;
	   display: table-caption;
	   display: -ms-grid;
	   -ms-grid-columns: min-content;
	   text-align:center;
	}
	.nav.nav-tabs  .nav-item .nav-link {
		padding: .75rem .75rem;
		font-size: 0.9rem;
		line-height: 1.2;
		font-weight: bold;
		letter-spacing: 0;
	}
	.pagination {
		display: flex;
	    transform: none;
	    flex-wrap: nowrap;
	    overflow-x: scroll;
	    justify-content: left;
	}
	.pagination li {
		/*display:none;*/
		margin-left: 3px;
    	margin-right: 3px;
	}
	.pagination li {
		flex-grow: 1;
	    flex-shrink: 1;
	    flex-basis: auto;
	    white-space: nowrap;
	}
    .pagination li.arrow-pag {
		display:block;
		background:#fff;
	}
	.pagination li.active {
		display:block;
		background:#fff;
	}
	#column-left {
		margin:0;
	}
}
/* GENERIC END */
/* LIVE SEARCH */
.live-search {
    border: none;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
	z-index:1000;
	display:none;
	background:#fff;
	width:100%;
}
.live-search li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.live-search ul {
    display: block;
    margin: 0;
    padding: 0;
}
.live-search ul .product-image img {
    max-width: 100%;
    height: auto;
}
.live-search ul .product-name p {
    margin-bottom: 0;
    margin-top: 5px;
}
.live-search ul .product-price > span {
    display: block;
    text-align: center;
}
.live-search ul .product-price .special {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: normal;
    color: #999;
}
.live-search ul .product-add-cart a {
	width:100%;
}
.live-search ul .product-add-cart a i{
	line-height:normal;
}
.result-text {
	padding-left:2rem;
	padding-right:2rem;
	width:100%;
}
#search .result-text a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #222;
    font-size: 15px;
    font-weight: bold;
	border:1px solid #e1e1e1;
	background:#fff;
}
#search .result-text a:hover {
    color: #fff;
	border:1px solid #222;
	background:#222;	
}
.no-results {
    display: block;
    text-align: center;
    padding: 20px 15px;
    font-size: 14px;
    color: #666;
}
.no-results i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
    color: #ccc;
}
@media(min-width:992px) {
	.live-search {
		left: 0;
		right: 0;
		width: 100%;
		position: fixed;
		top:200px;
		overflow: auto;
		height: calc(100vh - 200px);
		margin-top:0;
		background-color:#f7f7f7;
	}
	.live-search ul {
		display:flex;
		flex-wrap:wrap;
		padding:0.5rem;
	}
	.live-search li{ 
		flex:0 0 20%;
		padding:0.5rem;
	}
	.live-search li > div {
		-moz-box-shadow: 0 1px 5px #e5e5e5;
		-webkit-box-shadow: 0 1px 5px #e5e5e5;
		box-shadow: 0 1px 5px #e5e5e5;
		padding:1rem;
		text-align:center;
		background:#fff;
	}
	.live-search  .product-image ,.live-search  .product-name,.live-search  .product-code,.live-search  .product-price,.live-search  .product-add-cart {
		width:100%;
	}
	.live-search  .product-code {
		color:#999;
		margin-bottom:1rem;
	}
	.live-search  .product-name {
		height: 70px;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		line-height: 1.4;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.live-search  .product-name a {
		font-weight:bold;
		color:#222;
		font-size: 1rem;
		text-transform:uppercase;
	}
	.live-search  .product-price {
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom:1rem;
	}
}
@media(max-width:991px) {
	.live-search {
		left: 0;
		right: 0;
		width: 100%;
		position: fixed;
		top:60px;
		overflow: auto;
		height: calc(100vh - 120px);
		margin-top:0;
		background-color:#f7f7f7;
		padding:0.5rem;
	}
	.live-search li{ 
		flex:0 0 100%;
		margin-bottom:0.5rem;
	}
	.live-search li > div {
		-moz-box-shadow: 0 1px 5px #e5e5e5;
		-webkit-box-shadow: 0 1px 5px #e5e5e5;
		box-shadow: 0 1px 5px #e5e5e5;
		padding:1rem;
		text-align:center;
		background:#fff;
	}
	.live-search ul .product-add-cart a i {
		line-height:normal;
	}
	.live-search  .product-image {
		display:none;
	}
	.live-search  .product-name {
	    height: 70px;
		text-overflow: ellipsis;
		overflow: hidden;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:0;
		margin-bottom:0.5rem;
		padding-left:1rem;
		padding-right:1rem;
	}
	.live-search  .product-name a {
		line-height: 1.2;
		font-weight:bold;
		color:#222;
		font-size: 1rem;
		text-transform:uppercase;
	}
	.live-search  .product-price {
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom:0.5rem;
	}
	.live-search  .product-code {
		color:#999;
		margin-bottom:0.5rem;
	}
	.result-text {
		padding:0;
	}
}
/* LIVE SEARCH */
/* MODAL START */
.modal-footer a {
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.modal-heading {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding: 15px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.03);
	-webkit-box-shadow: 0px 5px 1rem rgba(0,0,0,0.1);
	box-shadow: 0px 5px 1rem rgba(0,0,0,0.1);
	position:relative;
	z-index:10;
}
.modal-heading #close-cart {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    height: 100%;
    cursor: pointer;
}
/* MODAL END */
/* WISHLIST START */
#wish {
	position:relative;
}
.wish-total {
	background:#dd0017;
	color:#fff;
	font-weight:bold;
	width:18px;
	height:18px;
	position:absolute;
	right:-9px;
	top:-9px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:0.75rem;
	padding:0.25rem;
	border-radius:100%;
}
.account-wish-row {
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
	border-bottom:2px solid #eee;
}
.account-wish-row:last-child {
	border-bottom:0;
}
.account-wish-row .account-wish-block {
	padding-left:1rem;
	padding-right:1rem;
}
.account-wish-row .account-wish-block .account-wish-title {
	line-height: 1.25;
    font-size: 1.25em;
    font-weight: 700;
	color:#222;
	display:inline-block;
	width:100%;
	padding-bottom:1rem;
}
.account-wish-row .account-wish-block  .account-wish-sub {
	line-height: 1;
    font-size: 1;
    font-weight: 700;	
	color:#999;
	padding-bottom:1rem;
	display:inline-block;
}
.account-wish-row .account-wish-block .btn {
	padding:0.5rem;
}
.account-wish-row .account-wish-block .account-wish-price {
	line-height: 1;
     font-size: 1.25em;
    font-weight: 700;	
	color: #dd0017;
}
.account-wish-container .btn-cart { 
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 0rem;
}
@media screen and (max-width: 992px) {
	.account-wish-container .account-wish-row {
		flex-wrap:wrap;
		background:#fff;
		border:1px solid #e1e1e1;
		margin-bottom:1rem;
		padding:0;
	}
	.account-wish-row .account-wish-block {
		flex: 0 0 100%;
		text-align:center;
		padding:1rem;
	}
	.account-wish-row .account-wish-block.account-wish-block-buttons { 
		border-top:2px solid #e1e1e1;
		background:#f7f7f7;
	}
	.account-wish-row .account-wish-block img {
		margin-bottom:1rem;
	}
	.account-wish-row .account-wish-block .account-wish-title {
		padding-bottom:0;
	}
	.account-wish-row .account-wish-block .product-quantity {
		display:block;
	}
	.account-wish-row .account-wish-block .btn-group.btn-cart {
		flex-wrap:wrap;
	}
	.account-wish-row .account-wish-price {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
}
/* WISHLIST END */
/* QUICK CART START */
#cart-total {
	background:#dd0017;
	color:#fff;
	font-weight:bold;
	width:18px;
	height:18px;
	position:absolute;
	right:0px;
	top:-9px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:0.75rem;
	padding:0.25rem;
	border-radius:100%;
}
#cart .dropdown-toggle::after {
	display:none;
}
.modal-open div#cart-container.show {
    visibility: visible;
    pointer-events: unset;
}
div#cart-container {
    display: block ;
    visibility: hidden;
    right: 0;
    left: unset;
	width:100%;
	max-width:500px;
}
div#cart-container.modal.show {
    visibility: visible;
}
div#cart-container.modal.show  .modal-dialog {
    transform: translateX(0%);
	pointer-events:initial;
}
div#cart-container .modal-dialog {
	width:80%;
	background: #fff;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
	transform: translateX(100%);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
div#cart-container.show .modal-dialog {
    transform: translateX(0%);
}
div#cart-container .modal-body {
    display: flex;
    flex-flow: column;
    max-height: 100%;
    padding: 0;
	flex-grow:1;
}
div#cart-container .cart_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
div#cart-container .cart_row:last-child {
	border-bottom:none;
}
div#cart-container .cart_row_image {
    flex: 0 0 20%;
	text-align:center;
}
div#cart-container .cart_row_image img {
	max-width:100%;
	margin:0;
	padding:0;
}
div#cart-containercart_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
div#cart-container .cart_row:last-child {
	border-bottom:none;
}
div#cart-container .cart_row_info {
    flex: 0 0 80%;
	padding:0 10px;
}
div#cart-container .cart_row_info h4 {
	margin-top:0;
	margin-bottom:5px;
	font-size:14px;
}
div#cart-container .cart_row_subtotal {
    font-weight: normal;
    font-size: 13px;
    color: #999;
}
div#cart-container .cart_row_total {
	font-size:18px;
	color:#dd0017;
}
div#cart-container .cart_row_remove {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
	height:100%;
	width:30px;
	text-align:center;
	font-size:30px;
}
div#cart-container .cart_row_remove i {
	padding:0;
	margin:0;
	font-size:18px;
	line-height:30px;
}
div#cart-container .cart_row_remove a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 14px;
	color:#ccc;
}
div#cart-container .cart_row_remove a:hover {
	color:#222;
}
div#cart-container .cart-content{
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_products {
    width: 100%;
    align-self: start;
    max-height: 100%;
    overflow-y: scroll;
}
div#cart-container .cart_totals {
    align-self: end;
    padding: 0;
    width: 100%;
    margin: auto 0 0 0;
    background: #f8f8f8;
}
div#cart-container .modal-inner {
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_empty {
    align-self: center;
    margin: auto;
    text-align: center;
	font-weight:normal;
	color:#666;
}
div#cart-container .cart_empty i {
    clear: both;
    display: block;
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
	font-weight:normal;
}
div#cart-container .cart_totals_row {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding:10px 15px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	align-items:center;
}
div#cart-container .cart_totals_row:last-child {
	border:none;
}
div#cart-container .cart_totals_row .col {
    justify-content: flex-start;
    flex-grow: 1;
	font-weight:normal;
	font-size:14px;
	color:#666;
}
div#cart-container .cart_totals_row .col.text-right {
    justify-content: flex-end;
    align-self: flex-end;
    justify-content: flex-start;
    flex-grow: 1;
	font-weight:bold;
	font-size:18px;
	color:#111;
}
/* QUICK CART END */
/* BREADCRUMBS START */
.breadcrumb {
    color: #acacac;
    font-size: 0.75rem;
    padding:1.75rem 0;
	margin-bottom:0;
    background: none;
    border: none;
	position:relative;
}
nav[aria-label="breadcrumb"]:before {
    content: "";
    position: absolute;
    height: 74px;
    width: 100%;
    left: 0;
}
.breadcrumb li {
	position:relative;
	z-index:1;
}
.breadcrumb li a {
    color: #acacac;
	text-transform:uppercase;
}
.breadcrumb li:last-child a {
    color: #255a9d;
}
/* BREADCRUMBS END */
/* HEADER START */
header {
	position:relative;
	z-index:100;
	-webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
}
.header-top-bar {
	border-bottom:1px solid #e1e1e1;
	font-size:0.9rem;
	height:40px;
}
.header-top-bar .header-top-bar-block > span {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	text-transform:uppercase;
	display:flex;
	align-items:center;
}
.header-top-bar .header-top-bar-block  {
	display:flex;
	align-items:center;
}
.header-top-bar .header-top-bar-block span i {
	font-size:1.2rem;
	padding-right:0.5rem;
}
.header-top-bar .header-top-bar-block-2 {
	justify-content:flex-end;
}
.header-top-bar .header-top-bar-block-1 > span {
	padding-right:2rem;
}
.header-top-bar .header-top-bar-block-1 .header-order-label {
	padding-right:.5rem;
}
.header-top-bar .header-top-bar-block-2 > span {
	padding-left:2rem;
}
.header-main-wrapper {
	height:160px;
    display: flex;
    align-items: center;
    padding: 3rem 0;
	width:100%;
}
.header-main-wrapper .header-main-block {
    display: flex;
    align-items: center;
}
.header-main-wrapper .header-main-block-2 {
	justify-content:center;
}
.header-main-wrapper .header-main-block-3 {
	justify-content:flex-end;
}
.header-main-wrapper .header-main-block .header-main-block-icon {
	margin-left:0.75rem;
	margin-right:0.75rem;
}
.header-main-wrapper .header-main-block .header-main-block-icon a {
	display:flex;
	align-items:center;
}
.header-main-wrapper .header-main-block .header-main-block-icon a:hover {
	text-decoration:none;
	opacity:0.8;
}
.header-main-wrapper .header-main-block .header-main-block-icon:first-child {
	margin-left:0;
}
.header-main-wrapper .header-main-block .header-main-block-icon:last-child {
	margin-right:0;
}
.header-main-wrapper .header-main-block #cart{
	padding-right:9px;
	position:relative;
}
.header-main-wrapper .header-main-block .header-main-block-icon i {
	font-size:1.15rem;
}
.header-main-wrapper #search {
	display:flex;
    position: relative;
    max-width: 250px;
	padding-bottom:0.5rem;
	border-bottom: 1px solid #e1e1e1;
	transition:all 0.3s;
}
.header-main-wrapper #search.expanded {
	max-width: 450px;
}
.header-main-wrapper #search  .close-arrow { 
	display:none;
}
.header-main-wrapper #search .input-lg {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
	min-height: 40px;
    line-height: 40px;
    padding: 0 60px 0 20px;
    font-size: 14px;
    color: #959595;
	border:0;
	width:200px;
}
.header-main-wrapper #search  button.header-search {
    flex: 0 0 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #255a9d;
}
.header-main-wrapper #search .select-categories-header-search {
	display:none;
	justify-content:center;
	align-items:center;
}
.header-main-wrapper #search.expanded .select-categories-header-search{
	display:flex;
}
.header-main-wrapper #search .select-categories-header-search select {
	border:0px;
	background:#666;
	color:#fff;
}
.header-main-wrapper #search .select-categories-header-search i {
	padding-left:1rem;
	cursor:pointer;
	color:#fff;
	font-size:2rem;
}
#header-bottom {
	position:absolute;
	width:100%;
	z-index:10;
}
#header-search-container {
	padding: 0.75rem 1rem;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:space-around;
	height:60px;
}
#header-search-container > div {
	display:flex;
}
#header-search-container .close-arrow {
	color:#222;
	margin-right:1rem;
	font-size:1.25rem;
	display:none;
    width: 50px;
    height: 38px;
}
#header-search-container input {
	margin:0;
	border:0;
	border-radius:30px;
	min-height: 38px;
	padding-left:1rem;
	width:100%;
	padding-right:1rem;
}
#header-search-container button.header-search {
    width: 50px;
    height: 38px;
    line-height: 40px;
	padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #222;
	font-size:1.25rem;
}
#search-mobile-bottom {
	padding: 0.75rem 0;
    width: 100%;
	position:fixed;
	bottom:0;
	background: #211d1e;
	height:60px;
}
#search-mobile-bottom .header-search-block-icon {
    display: flex;
    align-items: center;
	height:100%;
	justify-content:center;	
}
#search-mobile-bottom .search-icon-mobile {
	margin-left:0.25rem;
	margin-right:0.25rem;
}
#search-mobile-bottom #wish {
	position:absolute;
	right:1rem;
}
#search-mobile-bottom .search-icon-mobile i {
	font-size: 1.15rem;
	color:#fff;
}
span[data-has-total="0"] {
	display:none!important;
}
@media screen and (max-width: 992px) {
	#header-search-container {
		padding:0rem 1rem;
	}
	#header-search-container .close-arrow {
		flex:0 0 15%;
		margin:0;
		display:block;
		justify-content:flex-start;
		display:flex;
		align-items:center;
	}
	#header-search-container button.header-search {
		flex:0 0 15%;
		margin:0;
		justify-content:flex-end;
		display:flex;
		align-items:center;
	}
	#header-search-container input { 
		width:auto;
		flex:0 0 70%;
		border:1px solid #e1e1e1;
	}
	#header-search-container .select-categories-header-search {
		display:none;
	}
	#header-search-container .select-categories-header-search i {
		display:none!important;
	}
	.header-main-wrapper {
		padding: 0.75rem 0;
		height:60px;
	}
	.header-main.stick_it {
		position: fixed;
		width:100%;
		top:0;
	}
	#header-bottom {
		position: fixed;
		width: 100%;
		top:0;
		height:120px;
		z-index: 10000;
	}
	#header-bottom #search {
		flex-flow:row-reverse;
		flex-wrap:wrap;
		width:100%;
	}
}
@media screen and (max-width: 992px) {
	.header-main-wrapper .header-main-block .header-main-block-icon {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	nav[aria-label="breadcrumb"] {
		display:none;
	}
}
/* HEADER END */
/* NAVIGATION START */
#desktop-menu {
	border-top: solid 1px #e1e1e1;
}
#desktop-menu.stick_it {
	position: fixed;
	width:100%;
	top:0;
}
#desktop-menu > .container {
}
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
}
.navbar .dropdown-menu {
	border:none;
	background:none;
	border:0px;
	border-radius:0px;
	margin:0;
	padding:0;
}
.mm-navbars_bottom .mm-navbar {
}
.mm-navbars_bottom .mm-navbar span {
	font-size:.9rem;
	font-weight:bold;
	color:#999;
		padding-left:1rem;
	padding-right:1rem;
}
.mm-navbars_bottom .mm-navbar span i {
	margin-right:.5rem;
}
.mm-navbars_bottom .mm-navbar:last-child {
	height:60px;
	border-top:1px solid rgba(0,0,0,.1);
}
@media screen and (min-width: 992px) {
	.navbar-expand-lg {
		padding-left:0;
		padding-right:0;
	}
	.main-menu {
		width:100%;
	}
	.navbar {
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar .navbar-nav {
		display:inline-flex;
		width:100%;
	}
	.navbar .dropdown {
		position:static;
	}
	.navbar .dropdown-menu {
		width:100%;
		left:0;
		right:0;
		top:45px;
	}
	.navbar .dropdown-menu.show {
	}
	.navbar .dropdown-menu {
		background-color: #fff;
		top:100%;
		-webkit-box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
		box-shadow: 0px 7px 12px 0 rgba(0,0,0,0.1);
		border-top: solid 3px #255a9d;	
		flex-wrap:wrap;
		padding:2rem;
		columns: 4;
	}
	.navbar .nav-item {
		flex: 1 1 auto;
	}
	.navbar .nav-item .nav-link{
		padding: 1.75rem 0rem;
		font-size: 1rem;
		color: #363636;
		font-weight: normal;
		line-height: 14px;
		display: block;
		position:relative;
		text-align:center;
		width:100%;
	}
	.navbar .nav-item .nav-link:hover {
		background:#f4f4f4;
	}
	.navbar .nav-item.show > .nav-link {
		background:#255a9d;
		color:#fff;
	}
	.navbar .dropdown-menu a {
		color:#111;
	}
	.navbar .dropdown-menu > li {
		/*-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;*/
		-webkit-column-break-inside: avoid-column;
		page-break-inside: avoid-column;
		break-inside: avoid-column;		
		margin-bottom:0.5rem;
	}
	.navbar .dropdown-menu > li > a {
		font-weight:700;
		margin-bottom:2rem;
		display:inline-block;
		margin-bottom:0.75rem;
		padding-bottom:0.75rem;
		width:100%;
	}
	.navbar .dropdown-menu > li ul {
		padding:0px;
		list-style:none;
		margin-bottom:1rem;
	}
	.navbar .dropdown-menu > li ul > li a {
		font-size:0.9rem;
		color:#ccc;
	}
}
/* NAVIGATION END */
/* SYSTEM PAGES START */
#account-account .well,#account-login .well{
	padding:2rem;
	border:1px solid #e1e1e1;
	margin-bottom:2rem;
}
.buttons .flex-system-row {
	display:flex;
	text-align:left;
}
.buttons .flex-system-row span {
	padding-right:0.5rem;
	padding-left:0.5rem;
}
@media screen and (max-width: 992px) {
	#account-account .well,#account-login .well{
		text-align:center;
		background:#fff;
	}
	#account-account .well h2,#account-login .well h2{
		margin-top:0rem;
		margin-bottom:1rem;
		font-size:1rem;
	}
	#account-register #content, #account-login #content {
		text-align:center;
	}
	.buttons .flex-system-row { 
		flex:0 0 100%;
		margin-bottom:1rem;
	}
	.buttons > div {
		flex-wrap:wrap;
	}
	.buttons div:last-child {
		justify-content:center;
	}
}
/* SYSTEM PAGES END */
/* SLIDESHOW START */
.slideshow-wrapper {
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	width:100%;
	position:relative;
}
.slideshow-wrapper .swiper-slide-wrapper {
    position: relative;
}
.slideshow-wrapper .swiper-slide img {
    position: relative;
    z-index: 2;
	width: 100%;
    height: auto;
}
.slideshow-wrapper .swipper-slide-caption-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption {
    padding-left:5rem;
	padding-right:5rem;
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h4 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #fff;
	width:auto;
	padding:0.75rem 1.5rem;
	display:inline-block;
	background:#111;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);	
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    margin-bottom: 1rem;
	line-height:1.75;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption h3 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3);	
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption a {
    color: #111;
    background: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    padding:1rem 2rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s; 
    letter-spacing: 1px;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper  .swipper-slide-caption a:hover {
	background:#111;
	color:#fff;
}
.slideshow-wrapper .pagination-container {
    position: relative;
}
.slideshow-wrapper .swiper-pagination {
    bottom: 40px;
    left: 0;
    text-align: left;
    left: 15px;
    width: 100%;
}
.slideshow-wrapper .swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px;
	z-index:1;
}
.slideshow-wrapper .swiper-pager .slider-button-next, .slideshow-wrapper .swiper-pager .slider-button-prev {
    background: #fff;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
	position:absolute;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
	cursor:pointer;
	transition: all 0.3s;
}
.slideshow-wrapper .slider-button-next {
    right: 0;
}
.slideshow-wrapper .slider-button-prev {
    left: 0;
}
.slideshow-wrapper .slider-button-next:hover, .slideshow-wrapper .slider-button-prev:hover {
	background:#111;
	color:#fff;
}
@media screen and (min-width: 992px) {
	.slideshow-wrapper .swiper-container {
		display: block;
	}
	.slideshow-wrapper .swipper-slide-caption {
		max-width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.slideshow-wrapper .swiper-button-next {
		opacity: 0;
		right: -20px;
	}
	.slideshow-wrapper .swiper-button-prev {
		opacity: 0;
		left: -20px;
	}
}
@media screen and (max-width: 1200px) {
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h4 {
		font-size: 1.5rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 576px) {
	div#product-search-b2b .search-toolbar-block-submit .btn.btn-primary#text{
		content: "";
	}
	.slideshow-wrapper .swiper-container {
		display: block;
		background:#fff;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h4 {
		font-size: 0.75rem;
		padding: 0.75rem;
		margin-bottom:1rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption a {
		font-size: 0.75rem;
		padding: 0.75rem;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
		text-align:center;
	}
	.slideshow-wrapper .swiper-pager {
		display:none;
	}
	.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
		padding-left:2rem;
		padding-right:2rem;
	}
}
/* SLIDESHOW END */
/* PRODUCT LIST START */
.category-description {
	background:#f7f7f7;
	padding:2rem;
	margin-bottom:2rem;
}
.category-description h1,.category-description h2, .category-description h3,.category-description h4, .category-description h5 {
	margin-bottom:1rem;
	font-size:1.5rem;
	margin-top:0;
}
.category-blocks {
}
.category-blocks .category-block {
	margin-bottom:2rem;
	padding-left:1rem;
	padding-right:1rem;
}
.category-blocks .category-block a {
	background:#f4f4f4;
	color:#222;
	padding:1rem;
	width:100%;
	justify-content:center;
	display:flex;
	height:100px;
	align-items:center;
	text-transform:uppercase;
	line-height:1.3;
}
.category-blocks .category-block a:hover { 
	background:#222;
	color:#fff;
	text-decoration:none;
}
.category-block-text-wrap {
    text-align: center;
}
.main-content-title-container {
	display:flex;
	justify-content:center;
	padding-top:5rem;
	padding-bottom:5rem;
}
.main-content-title-container .main-content-title {
	margin:0;
}
.top-toolbar {
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:1rem;
	border:1px solid #e1e1e1;
	background:#fff;
    padding: 0.75rem;
	margin-bottom:1rem;
}
.top-toolbar .form-group {
	margin-bottom:0;
	width:auto;
	padding-left:0.5rem;
	padding-right:0.5rem;
	align-items:center;
}
.top-toolbar .form-group label {
	display:block!important;
	margin-bottom:0;
	padding-right:1rem;
	padding-left:3rem;
	font-size: .875rem;
}
.top-toolbar .form-group .form-control {
	margin-bottom:0;
	border:0px;
	background:#f6f6f6;
	min-height:30px;
}
.top-toolbar .btn-group {
	/* padding-left:0.5rem;
	padding-right:0.5rem; */
}
.top-toolbar .tag {
	padding: 0.3rem 0.55rem;
}
.top-toolbar #list-icons div.grids{
	border: 1px solid #d2232a;
}
.top-toolbar #list-icons div.grids.active{
	background:#d2232a;
	border:1px solid #d2232a;
}
.top-toolbar #list-icons div.grids.active i {
	color: #fff;
}
.top-toolbar #list-icons div.grids:not(:first-child) {
	margin-left: 5px;
}
.top-toolbar .btn-group .btn {
	min-height:30px;	
	border-color:transparent!important;
	padding-left:0;
	padding-right:0;
}
.product-layout {
	padding:1rem;
}
.product-layout .product-block {
	padding:1rem 1rem 0rem;
	border:1px solid #e1e1e1;
	background-color:#fff;
	position:relative;
}
.product-layout .product-block .product-block-title {
	padding-top:2rem;
	padding-bottom:1rem;
}
.product-layout .product-block .product-block-title .product-name {
	text-align:center;
	margin:0;
	line-height:1.4;
	font-size:1rem;
	height: 45px;
    text-overflow: ellipsis;
	overflow:hidden;
	padding-left:1rem;
	padding-right:1rem;
}
.product-layout .product-block .product-block-title .product-name a {
	color: #212529;
}
.product-layout .product-block .product-block-code{
	color:#666;
	text-align:center;
	padding-bottom:2rem;
}
.product-layout .product-block .product-block-image {
	position:relative;
}
.product-layout .product-block .product-block-image .product-thumbnail {
	text-align:center;
}
.product-layout .product-block .product-block-image .product-thumbnail img {
	max-width:100%;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.product-layout .product-block:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.product-layout .product-block .product-block-price {
	background:#f7f7f7;
	text-align:center;
	padding-top:1rem;
	padding-bottom:1rem;
	border-top:1px solid #e1e1e1;
	line-height:1rem;
	height:48px;
    margin-left: -1rem;
    margin-right: -1rem;
}
.product-layout .product-block .product-block-price .amount {
	font-weight:normal;
	font-size:1.25rem;
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.product-layout .product-block .product-block-price .amount_before {
	font-weight:bold;
	font-size:1rem;
	color:#dd0017;
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.product-layout .product-block .product-block-actions {
	display:flex;
	position:absolute;
	bottom:0;
	transition:all 0.3s;
	opacity:0;
	width:100%;
	left:0;
	z-index:-1;
}
.product-layout .product-block:hover .product-block-actions{
	opacity:1;
	z-index:5;
}
.product-layout .product-block .product-cart {
	width:100%;
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 60%;
}
.product-layout .product-block .product-cart-float {
	position:absolute;
	right:1rem;
	bottom:-1.25rem;
	background:#222;
	color:#fff;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:30px;
}
.product-layout .product-block:hover .product-cart-float {
	display:none;
}
.product-layout .product-block .product-cart-float:hover {
	text-decoration:none;
	background:#fff;
	color:#222;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	transition:all 0.3s;
}
.product-layout .product-block .product-wishlist {
	padding-left:0.5rem;
	padding-right:0.5rem;	
	flex:0 0 20%;
	border-right:0.15rem solid #fff;
}
.product-layout .product-block .product-quickview {
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 20%;
	border-left:0.15rem solid #fff;
}
/*.product-layout .product-block .product-compare,.product-layout .product-block .product-quickview,.product-layout .product-block .product-wishlist {  
	position:absolute;
	background:#f4f4f4;
	color: #dd0017;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	height:40px;
	width:40px;
	opacity:0;
	transition:all 0.3s;
	margin-top:40px;
	margin-bottom:-40px;
}
.product-block:hover .product-compare, .product-block:hover .product-quickview, .product-block:hover .product-wishlist {
	opacity:1;
	margin:0;
}
.product-layout .product-block .product-compare {
	left:0;
	bottom:0;
}
.product-layout .product-block .product-quickview {
	top:0;
	right:0;
}
.product-layout .product-block .product-wishlist { 
	bottom:0;
	right:0;
}
.product-layout .product-block .product-compare:hover,.product-layout .product-block .product-quickview:hover,.product-layout .product-block .product-wishlist:hover {
	text-decoration:none;
	background:#222;
	color:#fff;
}*/
.product-layout .product-block .product-block-labels {
	position: absolute;
    left: 10px;
    top: 10px;
	z-index: 1;
}
.product-layout .product-block .product-block-labels-2 {
	position: absolute;
    right: 0;
    top: 0;
    border-right: 0 solid transparent;
    border-top: 55px solid #D2232A;
    border-left: 55px solid transparent;
    z-index: 1;
    height: 0;
    width: 0;
}
.product-layout .product-block .product-block-labels-2 .product-sale{
	transform: rotate(45deg);
	position: relative;
	top: -60px;
	left: -33px;
	color: #fff;
	font-weight: 500;
	font-size: 0.7rem;
}
.product-layout .product-block .product-sale {
	position: absolute;
    top: 0px;
    right: 8px;
    color: #fff;
    z-index: 1;
    font-size: 1.2rem;
}

.product-layout .product-block .product-block-labels span {
	float:left;
	background:#222;
	color:#fff;
	font-weight:bold;
	padding:0.2rem 2rem;
	margin-bottom:0.5rem;
	text-align:center;
	width:auto;
	clear:both;
}
.product-layout .product-block .product-block-labels span.product-sale {
	background:#dd0017;
	padding-left:1.5rem;
	padding-right:1.5rem;
}
.related-container {
	justify-content:center;
}
@media screen and (max-width: 992px) {
	.main-content-title-container .main-content-title {
		margin:1rem 0;
		font-size:1.25rem; 
	}
	.category-description {
		background:#e9e9e9;
		padding:2rem 1rem 1rem;
		margin-bottom:2rem;
		text-align:center;
	}
	.category-description h1,.category-description h2, .category-description h3,.category-description h4, .category-description h5 {
		margin-bottom:1rem;
		font-size: 1rem;
		margin-top:0;
	}
	.category-blocks .category-block a { 
		font-size:0.75rem;
	}
	.top-toolbar {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.product-layout .product-block .product-block-title .product-name {
		text-align: center;
		margin: 0;
		line-height: 1.5;
		font-size: 1rem;
		height: auto;
		text-overflow:none;
		overflow: visible;
		padding-left: 1rem;
		padding-right: 1rem;	
	}
}
@media screen and (max-width: 576px) {
	.main-content-title-container {
		padding-top:2rem;
		padding-bottom:2rem;
	}
	.top-toolbar .form-group label {
		display:none!important;
	}
}
/* PRODUCT LIST END */
/* PRODUCT QUICKVIEW STARTS */
div#product-product.quickview-container #product-row {
	padding-top:0;
}
div#product-product.quickview-container .product-column-left {
	margin-bottom:2rem;
}
div#product-product.quickview-container .product-column-right {
	margin-bottom:2rem;	
}
div#product-product.quickview-container .product-column-right h1{
	margin-top:0;
}
div#product-product.quickview-container .product-column-left  .product-images-container .thumb {
	/* display:none; */
}
@media(max-width:991px) {
	div#product-product.quickview-container {
		height:100%!important;
		padding:1.5rem;
	}
	div#product-product.quickview-container .fancybox-close-small {
		background:#000;
		color:#fff;
		position:fixed;
		opacity:1;
	}
}
/* PRODUCT QUICKVIEW ENDS */
/* SEARCH PAGE START */
.search-toolbar { 
	display: flex;
    justify-content: flex-start;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 0.75rem;
}
.search-toolbar .search-toolbar-block {
	padding-left:0.5rem;
	padding-right:0.5rem;
	flex:0 0 25%;
}
.search-toolbar  .search-toolbar-block-submit {
	display:flex;
	justify-content:flex-end;
}
.search-toolbar  .search-toolbar-block  .form-check-inline {
	display:flex;
	flex:0 0 100%;
}
.search-toolbar .search-toolbar-block select {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    margin-bottom: 0;
    border: 0px;
    outline: none;
    border-bottom: 2px solid #e1e1e1;
    min-height: 48px;
}
.search-toolbar .search-toolbar-block input {
	margin-bottom:0;
}
@media screen and (max-width: 992px) {
	.search-toolbar  {
		flex-wrap:wrap;
	}
	.search-toolbar .search-toolbar-block {
		padding-left:0.5rem;
		padding-right:0.5rem;
		flex:0 0 100%;
		margin-bottom:1rem;
	}
	.search-toolbar  .search-toolbar-block  .form-check-inline {
		font-size:0.75rem;
	}
	.search-toolbar .search-toolbar-block-submit {
		justify-content:center;
		margin-bottom:0;
	}
	.search-toolbar .search-toolbar-block-submit input {
		width:100%;
	}
}
/* SEARCH PAGE END */
/* PRODUCT START */
div#product-product #product-row {
	padding-top:5rem;
}
div#product-product .product-column-left {
	margin-bottom:5rem;
}
div#product-product .product-column-right {
	margin-bottom:5rem;
}
div#product-product h1 {
	text-transform:uppercase;
	line-height:1.2;
	font-size:1.8em;
	font-weight:700;
	margin-bottom:2rem;
}
div#product-product #product input[type="text"] {
	margin-bottom:0;
	border:0;
}
div#product-product .product-price-container {
	display:flex;
	align-items:flex-end;
	margin-bottom:2rem;
}
div#product-product .product-price-container .price-old {
	text-decoration:line-through;
	padding-right:1rem;
	font-size:1.8em;
	font-weight:700;	
}
div#product-product .product-price-container h2 {
	font-size:3rem;
	font-weight:700;
	color:#dd0017;
	margin:0;
}
div#product-product .product-list  {
	margin-bottom:2rem;
}
div#product-product .number-spinner {
	border: 1px solid #e1e1e1;
}
div#product-product .product-quantity {
    position: relative;
    max-width: 140px;
    width: 100%;
    justify-content: flex-start;
}
div#product-product .number-spinner .input-group-btn {
    width: auto;
    display: block;
    float: left;
}
div#product-product .number-spinner .btn-default {
    height: 44px;
    line-height: 1.5;
    margin: 0;
	padding-left:0;
	padding-right:0;
    border: 0;
    outline: 0;
    box-shadow: none;
	text-align:center;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
}
div#product-product .number-spinner .btn-default:hover {
	background:#f4f4f4;
}
div#product-product #product .number-spinner #input-quantity {
    background: white;
    height: 48px;
    line-height: 1.5;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    min-width: unset;
    padding: 10px 13px;
    display: block;
    float: left;
    font-weight: bold;
    color: black;
    width: calc(100% - 70px);
	border-top:0px;
	border-bottom:0px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
div#product-product .btn-cart {
	width:100%;
	margin-left:-0.25rem;
	margin-right:-0.25rem;
	margin-bottom:2rem;
}
div#product-product .btn-cart .product-quantity {
	margin-left:0.25rem;
	margin-right:0.25rem;
}
div#product-product .btn-cart #button-cart {
	margin-left:0.25rem;
	margin-right:0.25rem;
}
div#product-product .btn-utilities {
	width:100%;
	margin-left:-0.25rem;
	margin-right:-0.25rem;
	margin-bottom:2rem;
}
div#product-product .btn-utilities .btn {
	margin-left:0.25rem;
	margin-right:0.25rem;
	background:#fff;
	border:0;
	background:#f4f4f4;
}
div#product-product .btn-utilities .btn:hover {
	background:#f4f4f4;
}
div#product-product  #product-image-gallery {
    background: #fff;
	border:1px solid #e1e1e1;
	padding:0rem;
}
div#product-product  #product-image-gallery .swiper-button-next,div#product-product  #product-image-gallery .swiper-button-prev {
   opacity:0;
   transition:all 0.3s;
}
div#product-product  #product-image-gallery:hover .swiper-button-next, div#product-product  #product-image-gallery:hover .swiper-button-prev {
	opacity:1;
}
div#product-product  #product-image-gallery .swiper-button-disabled {
	display:none;
}
div#product-product  #product-image-gallery .product-block-labels {
    position: absolute;
    left: 0;
    top: 1rem;
	z-index:10;
}
div#product-product  #product-image-gallery .product-block-labels span {
    float: left;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    width: auto;
    clear: both;
}
div#product-product  #product-image-gallery .product-block-labels span.product-sale {
    background: #dd0017;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
div#product-product #product-image-gallery .swiper-slide img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
div#product-product .product-images-container .thumb {
    display: flex;
	justify-content:center;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 2rem -1rem 0 -1rem;
}
div#product-product .product-images-container .thumb .swiper-slide {
    flex: 0 0 25%;
    padding: 0 1rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 3px transparent;
    opacity: 0.3;
    transition: All 0.5s ease;
    cursor: pointer;
}
div#product-product .product-images-container .thumb .swiper-slide:hover,div#product-product .product-images-container .thumb .swiper-slide.active {
    opacity: 1;
}
div#product-product .product-images-container .thumb .swiper-slide img {
	width:100%;
}
div#product-product .product-option-container {
	margin-bottom:3rem;
}
div#product-product .product-option-caption {
}
div#product-product  .product-list {
	padding:0;
}
div#product-product  .product-list li {
	list-style-type:none;
	position:relative;
	min-height:2.5rem;
}
div#product-product  .product-list li:before {
	content:"\f00c";
	font-family:'Font Awesome 5 Pro';
	padding-right:1rem;
	display:inline-block;
}
div#product-product  .product-list li a {
	color:#212529;
	font-weight:bold;
	text-decoration:underline;
}
div#product-product  .product-list .manufacturer-image {
	line-height:1;
	margin-left:2rem;
}
div#product-product  .product-list li a:hover {
	text-decoration:none;
}
div#product-product .product-option-container .product-option-title {
	font-size:0.75rem;
	margin:0;
	padding-top:1rem;
	text-align:center;
	color: #212529;
	text-decoration:none;
}
div#product-product .product-option-block a:hover   {
	text-decoration:none;
}
div#product-product #product label.col-form-label {
	font-size:0.85rem;
}
div#product-product #product .form-check .form-check-label {
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
div#product-product #product .form-check.has-image input[type="radio"]:checked+label .option-value-box{ 
	background:#000;
}  
div#product-product #product .form-check.no-image input[type="radio"]:checked+label { 
	background:#000;
	color:#fff;
}  
div#product-product #product .form-check.has-image:hover .option-value-box{ 
	background:#eee;
	opacity:0.75;
}  
div#product-product #product .form-check.no-image:hover .form-check-label { 
	background:#eee;
	opacity:0.75;
}  
div#product-product #product .form-check .form-check-label .option-value-price {
	color:#999;
	font-size:0.75rem;
}
div#product-product #product .form-check.has-image .form-check-label .option-value-price {
	padding-top:0.25rem;
}
div#product-product #product .form-check.no-image .form-check-label {
	display:inline-block;
	width:100%;
	border:1px solid #e1e1e1;
	padding:0.5rem 1rem;
}
div#product-product #product .form-check.has-image .form-check-label{
	display:inline-block;
	width:100%
}
div#product-product #product .form-check.has-image .form-check-label .option-value-box{ 
	border:1px solid #e1e1e1;
	padding:0.25rem;
}
.product-option-block .product-option-image {
	border:1px solid #e1e1e1;
	padding:0.25rem;
}
.product-option-block:hover .product-option-image {
	background:#eee;
	opacity:0.75;
}
div#product-product #product .form-group  { 
	margin-bottom:0;
}
div#product-product #product .form-check  {
	padding-left:0.25rem;
	padding-right:0.25rem;
}
div#product-product #product .option-row {
	margin-left:-0.25rem;
	margin-right:-0.25rem;
}
div#product-product #product .form-group {
	margin-bottom:2rem;
}
div#product-product #product .form-check.has-image .form-check-label .option-value-box {
	padding:0;
	border:0;
}
.product-option-block .product-option-image {
	padding:0;
	border:0;
}
div#product-product #product .form-check.no-image .form-check-label {
	border:0;
	-webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.05);
}
div#product-product .tab-content {
	padding-top:2rem;
	padding-bottom:2rem;
}
div#product-product .mobile-tab-content {
	display:none;
}
div#product-product  .btn-phone-order {
	flex-wrap:wrap;
	font-weight:normal;
	font-size:0.9rem;
}
div#product-product  .btn-phone-order .button-label {
	flex:0 0 100%;
}
div#product-product  .btn-phone-order .button-label.button-label-bold {
	font-weight:bold;
	font-size:1rem;
}
div#product-product .product-bottom-tabs  {
	margin-bottom:2rem;
}
div#product-product .product-bottom-tabs .tab-content table {
	background:#fff;
}
div#product-product .product-bottom-tabs .mobile-tab-content table  {
	background:#f4f4f4;
}
@media screen and (min-width: 1280px) {
	div#product-product .product-column-right {
		padding-left:2rem;
		padding-right:2rem;
	}
}
@media screen and (max-width: 992px) {
	div#product-product .product-column-left {
		margin-bottom:0;
	}
	div#product-product .product-column-right {
		margin-bottom:3rem;
	}
	div#product-product  .product-bottom-tabs .nav.nav-tabs {
		justify-content:center;
	}
	div#product-product  .product-bottom-tabs .nav.nav-tabs .nav-item {
		display: block;
		width:100%;
	}
	div#product-product  .product-bottom-tabs .nav.nav-tabs .nav-item .nav-link {
		justify-content:center;
		margin:0;
	}
	div#product-product  .product-bottom-tabs {
	}
	div#product-product #product-row {
		padding-top:2rem;
	}
	div#product-product .product-list .manufacturer-image {
		line-height: unset;
		margin-left: 2rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		display: none;
	}	
	div#product-product h1 {
		margin-bottom:1rem;
		font-size: 1.25rem;
		text-align:center;
	}
	div#product-product .product-price-container {
		margin-bottom:2rem;
		display:flex;
		justify-content:center;
	}
	div#product-product .product-price-container h2 {
		font-size:2rem;
	}
	div#product-product .product-list {
		margin-bottom:2rem;
	}
	div#product-product .product-list li {
		min-height:1.5rem;
	}
	div#product-product .btn-cart {
		margin-bottom:1rem;
	}
	div#product-product .btn-cart  .product-quantity {
		margin-bottom:1rem;
	}
	div#product-product .product-price-container .price-old {
		font-size:1.5rem;
	}
	div#product-product .btn-cart {
		flex-wrap:wrap;
		justify-content:center;
	}	
	div#product-product  .at-share-btn-elements {
		display:flex;
		justify-content:center;
	}
	div#product-product  .product-bottom-tabs .tab-content{ 
		display:none;
	}
	div#product-product  .product-bottom-tabs .mobile-tab-content {
		padding:1rem;
		max-height:300px;
		overflow:auto;
		margin-top:1rem;
		margin-bottom:1rem;
	}
	div#product-product  .product-bottom-tabs .nav-item.parent-active .mobile-tab-content { 
		display:block;
	}
}
/* PRODUCT END */
/* BANNERS START */
.banner-container {
	display:flex;
	width:100%;
	align-items:center;
}
.banner-container .banner-row {
	display: -ms-flexbox;
    display: flex;
	margin-right: -15px;
    margin-left: -15px;
}
.banner-container .banner-row .banner-item {
	display:flex;
	padding-left:1rem;
	padding-right:1rem;
	align-items:center;
}
.banner-container .banner-row .banner-item.banner-image-right {
	-webkit-flex-direction: row-reverse; 
    flex-direction: row-reverse; 
}
.banner-container .banner-row .banner-item.banner-vertical.banner-text-above-image {
	 -webkit-flex-direction: column-reverse; 
	  flex-direction: column-reverse; 
}
.banner-container .banner-row .banner-item .banner-caption .banner-hypertitle {
	font-size:0.75rem;
	line-height:1;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-title {
	font-size:1rem;
	line-height:1.4;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-subtitle {
	font-size:1rem;
	line-height:1.2;
	font-weight:normal;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-readmore {
	color: #111;
    background: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 2rem;
	margin-top:1rem;
	margin-bottom:1rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.05rem;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);	
	cursor:pointer;
}
.banner-container .banner-row .banner-item .banner-image {
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	display:inline-block;
}
.banner-container .banner-row .banner-item .banner-caption.banner-vertical .banner-hypertitle,.banner-container .banner-row .banner-item.banner-text-over-image .banner-hypertitle {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-title,.banner-container .banner-row .banner-item.banner-text-over-image .banner-title {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-subtitle,.banner-container .banner-row .banner-item.banner-text-over-image .banner-subtitle {
	width:100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image,.banner-container .banner-row .banner-item.banner-text-over-image .banner-image {
	width:100%;
}
.banner-container .banner-row .banner-item .banner-image img{
	max-width:none;
}
.banner-container .banner-row .banner-item.banner-image-left {
	align-items:center;
}
.banner-container .banner-row .banner-item.banner-image-left.banner-horizontal .banner-image {
	padding-right:2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-caption {
	text-align:right;
}
.banner-container .banner-row .banner-item.banner-image-right.banner-horizontal .banner-image {
	padding-left:2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-image {
	text-align:right;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-caption {
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-image {
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-text-over-image {
	position:relative;
}
.banner-container .banner-row .banner-item.banner-text-over-image.banner-horizontal  .banner-image , .banner-container .banner-row .banner-item.banner-text-over-image.banner-vertical  .banner-image   {
	padding-right:0rem;
	padding-left:0rem;
	text-align:center;
}
.banner-container .banner-row .banner-item.banner-text-over-image .banner-caption{
	 position:absolute;
	 left:1rem;
	 top:0;
	 right:1rem;
	 bottom:0;
}
.banner-container .banner-row .banner-item > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical {
	flex-wrap:wrap;
	-ms-flex-wrap: wrap;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.banner-container .banner-row .banner-col.banner-col-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.banner-container .banner-row .banner-col.banner-col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.banner-container .banner-row .banner-col.banner-col-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.banner-container .banner-row .banner-col.banner-col-6 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
@media screen and (max-width: 992px) {
	.banner-container .banner-row .banner-item {
		padding-left:2rem;
		padding-right:2rem;
	}
	.banner-container .banner-row { 
		flex-wrap:wrap;
	}
	.banner-container .banner-row .banner-col.banner-col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-3 {
		-ms-flex: 0 0 3100;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-col.banner-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-container .banner-row .banner-item .banner-caption .banner-readmore {
		font-weight: bold;
		font-size: 0.9rem;
		padding: .75rem;
	}
}
/* BANNERS END */
/* PRODUCT BUNDLES START */
.pbListing-box .box-content {
	border:0;
	border-radius:0;
	padding:2rem;
	background:#fff;
}
.pbListing-box .box-content .box-products {
	padding:0;
}
.pbListing-box  .box-products-container {
	display:flex;
	align-items:center;
	justify-content:center;
}
.PB_plusbutton {
	margin:0;
	width:40px;
	height:40px;
	background:none;
	color:#222;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.5rem;
}
.pbListing-box  .box-products-container .product-layout {
    flex-grow: 1;
    flex: 1 1 0;
}
.pbListing-box  .box-products-container .product-layout .product-block-title {
	padding:1em 0rem;
}
.pbListing-box  .box-products-container .product-layout .product-block-title .product-name {
    padding:0rem 1rem;
	text-align:center;
}
.bundle-list-name {
	text-align:center;
	padding:0;
}
.bundle-list-name h3 {
	margin:0;
	margin-bottom:1rem;
}
.pbListing-box .box-content .box-products .PB_bundle_info-container {
	display:flex;
	justify-content:flex-end;
	margin-top:2rem;
}
.pbListing-box .box-content .box-products .PB_bundle_info {
	text-align:right;
	margin:0;
}
.pbListing-box .box-content .box-products .PB_bundle_info a {
	margin-top:1rem;
}
.PB_bundle_info .bundle_price_row {
	margin-bottom:0.5rem;
	font-weight:bold;
	color:#d80117;
}
.PB_bundle_info .bundle_price_row span {
	margin-right:0.5rem;
	font-weight:normal;
	color:#222;
}
@media screen and (max-width: 992px) {
	.bundle-list-name h3 {
		margin:0;
		margin-bottom:1rem;
		font-size:1rem;
	}
	.pbListing-box  .box-products-container .product-layout {
	    flex-basis: 100%;
	}
}
/* PRODUCT BUNDLES END */
/* CATEGORY MODULE START */
.category-banner-container .category-banner-item {
	text-align:center;
	margin-bottom:1.5rem;
}
.category-banner-container .category-banner-item .category-banner-link {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	transition:all 0.3s;
    border: 0;
}
.category-banner-container .category-banner-item .category-banner-link:hover {
	text-decoration:none;
}
.category-banner-container .category-banner-item  .category-banner-image {
	padding:2rem;
	width:100%;
	position:relative;
}
.category-banner-container .category-banner-item  .category-banner-image img {
	max-width:100%;
}
.category-banner-container .category-banner-caption {
	padding:1rem;
	background:#f4f4f4;
	width:100%;
}
.category-banner-container .category-banner-item h3.category-banner-title {
	font-size:1.25rem;
	margin-top:0;
	margin-bottom:0;
	color:#111;
}
.category-banner-container .category-banner-item .category-banner-readmore {
	font-size:0.75rem;
	line-height:1;
	margin-bottom:0.5rem;
	display:inline-block;
}
.category-banner-container .category-banner-item .category-banner-readmore i {
	padding-left:0.5rem;
}
@media screen and (max-width: 768px) {
}
/* CATEGORY MODULE END */
/* TABS MODULE START */
.products_carousel_outter {
	position:relative;
}
.products_carousel_outter {
}
.products_carousel_outter .swiper-button-next {
	right:-0.5rem;
	margin-top:-10rem;
	transition:all 0.3s;
	opacity:0;
}
.products_carousel_outter .swiper-button-prev {
	left:-0.5rem;
	margin-top:-10rem;
	transition:all 0.3s;
	opacity:0;
}
.products_carousel_outter:hover .swiper-button-next {
	margin-top:-7.5rem;
	opacity:1;
}
.products_carousel_outter:hover .swiper-button-prev {
	margin-top:-7.5rem;
	opacity:1;
}
.ho_product_tabs-wrap .nav-tabs-wrapper .nav-tabs {
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 768px) { 
	.products_carousel_outter .swiper-button-next {
		display:none;
	}
	.products_carousel_outter .swiper-button-prev {
		display:none;
	}
}
/* TABS MODULE END */
/* DEALS MODULE START */
.deals-module-container .deals-module-title {
	text-align:center;
}
.deals-module-container .product-deals-outer .product-block-caption {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding-left:3rem;
	padding-right:3rem;
}
.deals-module-container .product-deals-outer .product-block {
	display:flex;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown {
	display:inline-block;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_wrapper {
	display:flex;	
	margin-left:-0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
	text-align:center;
	background:#f4f4f4;
	line-height:1;
	width:75px;
	margin-left:0.5rem;
	margin-right:0.5rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_var{
	font-weight:bold;
	font-size:1.7rem;
	margin-bottom:0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_text{
	font-weight:bold;
	font-size:0.7rem;
}
.deals-module-container .product-deals-outer  .product-block .product-block-image {
	text-align:center;
	padding-left:3rem;
	padding-right:3rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-price {
    padding-bottom: 1.5rem;
	line-height:1;
}
.deals-module-container .product-deals-outer .product-block .product-block-price .amount_before {
    font-weight: bold;
    font-size: 1rem;
    color: #dd0017;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
	line-height:1;
}
.deals-module-container .product-deals-outer .product-block .product-block-price .amount {
	font-weight: bold;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title .product-name {
    text-align: left;
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
}
.deals-module-container .product-deals-outer .product-block .product-block-title .product-name a {
	color: #212529;
}
.deals-module-container .product-deals-outer .swiper-button-next,.deals-module-container .product-deals-outer .swiper-button-prev {
	margin-top:2rem;
}
.deals-module-container .product-deals-outer:hover .swiper-button-next {
	margin-top:0;
	opacity:1;
}
.deals-module-container .product-deals-outer:hover .swiper-button-prev {
	margin-top:0;
	opacity:1;
}
@media screen and (max-width: 992px) { 
	.deals-module-container .product-deals-outer .product-block .product-block-image {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-bottom:2rem;
	}
	.deals-module-container .product-deals-outer .product-block { 
		flex-wrap:wrap;
	}
	.deals-module-container .product-deals-outer .product-block-caption {
		padding-left: 2rem;
		padding-right: 2rem;	
		text-align:center;
		display:inline-block;
		width:100%;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-title .product-name {
		text-align:center;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
		width:50px;
	}
	.deals-module-container .product-deals-outer .product-block  .product-block-actions a{
		font-size: 0.9rem;
		width:100%;
		margin-bottom:.5rem;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_wrapper {	
		margin-left:-0.15rem;
	}
	.deals-module-container .product-deals-outer .product-block .product-block-countdown .dat_cont{
		margin-left:0.15rem;
		margin-right:0.15rem;
	}
	.deals-module-container .product-deals-outer {
		padding-top:0;
		padding-bottom:0;
	}
	.deals-module-title {
		margin-top:0rem;
		margin-bottom:2rem;
	}
}
/* DEALS MODULE END */
/* BRANDS MODULE START */
.brands-module {
	position:relative;
	padding-top:3rem;
	padding-bottom:3rem;
	background:#f8f8f8;
}
.brands-module .brand-block {
	text-align:center;
}
.brands-module .brand-block a img {
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.brands-module .brand-block a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.brands-module .swiper-pager { 
	margin-top:-3rem;
	opacity:0;
	left:0;
	transition: all 0.3s;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}
.brands-module:hover .swiper-pager {
	margin-top:0;
	opacity:1;
}
/* BRANDS MODULE ENDS */
/* BRAINYFILTER STARTS */
/*
div[data-filter-totals="0"] {
	display:none!important;
}
*/
.box-heading {
	background:#fff;
	padding:1rem;
	border: 1px solid #e1e1e1;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size:1.5rem;
	line-height:1;
	margin-bottom: 2rem;
}
.box {
    border: 0px;
    border-radius: 0px;
}
#column-left .bf-panel-wrapper .bf-attr-group-header {
	background: #222;
    padding: 1rem;
    border: 0px;
	color:#fff;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem;	
}
.bf-attr-block {
	margin-bottom:1rem;
}
.bf-panel-wrapper .bf-attr-block .bf-attr-header {
	background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
}
.list-group-iteme {
	background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
	width:100%;
	display:inline-block;
}
.bf-attr-block-cont {
	padding:1rem;
	padding-left:1.5rem;
}
.bf-attr-header.bf-collapse.bf-clickable {
    background: #d0171f;
    color: #fff;
}
.bf-cell {
	border:0;
}
.bf-cell.bf-c-2  {
	border:0px;
	display:flex;
	align-items:center;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
	height:auto;
	font-weight:bold;
}
.bf-cell.bf-c-2 input {
	margin-right:0.5rem;
}
.bf-cell.bf-c-3 .bf-count{
	display:none;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
	border:0px;
}
.bf-sliding-cont {
	background:#fff;
}
.bf-price-container input {
	border:0px;
	min-height:25px;
	margin-bottom:0px;
	background: #f6f6f6;
}
.bf-buttonclear-box {
	display:none;
}
.ui-slider-horizontal .ui-slider-handle {
	border-radius:100%;
}
.bf-cur-symb {
	padding-bottom:1rem;
}
.bf-expanded {
	height:auto!important;
}
.bf-row.count-0 {
	display:none;
}
#header  .bf-panel-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:1rem;
	position:static;
	height:60px;
	width:100%;
	background:#fff;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-button {
	background:none;
	color:#222;
	position:static;
	padding-left:0.75rem;
	padding-right:0.75rem;
	width:auto;
	border:2px solid #222;
	border-radius:30px;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-button:hover {
	background:#222;
	color:#fff;
}
#header .bf-panel-wrapper .bf-btn-show.bf-btn-arrow {
	background:none;
	color:#222;
	position:static;
	padding:0;
	width:auto;
	font-size:1.25rem;
	opacity:0;
	transition:opacity 0.3s;
}
#header .bf-panel-wrapper .bf-btn-show:before {
	display:none;
}
#header .bf-panel-wrapper .bf-btn-show:after {
	display:none;
}
#header .bf-panel-wrapper .bf-btn-reset {
	color:#222;
	padding:0px;
	position:static;
	background:none;
	font-size:1.25rem;
	width:30px;
	opacity:0;
	transition:opacity 0.3s;
	display:block;
	text-align:right;
}
#header .bf-panel-wrapper .bf-btn-reset:before {
	display:none;
}
#header .bf-panel-wrapper.bf-opened .bf-btn-arrow, #header .bf-panel-wrapper.bf-opened .bf-btn-reset {
	opacity:1;
}
#header .bf-panel-wrapper .bf-right-container {
	display:flex;
	align-items:center;
}
#header .bf-panel-wrapper  #input-sort {
    border-bottom: 2px solid #222;
	min-height:0px;
    background: none;
    padding: 0.15rem 0.5rem;
    height: 30px;
    width: 150px;
}
#header .bf-responsive.bf-active.bf-left .bf-check-position {
	left:-200%;
}
#header .bf-responsive.bf-active.bf-left.bf-opened .bf-check-position {
	left:0;
}
#header .bf-panel-wrapper .bf-check-position  {
    width: 100%;
    margin: 0;
    top: 120px;
    box-shadow: none;
    -webkit-box-shadow: none;
	padding:2rem;
	background:#f7f7f7;
	height:calc(100vh - 120px);
}
#header .bf-panel-wrapper .bf-check-position .box-heading {
	display:none;
}
#header .bf-panel-wrapper .bf-check-position .bf-attr-group-header {
	background: #222;
	padding: 1rem;
	border: 0px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05rem;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1rem;
}
/* BRAINYFILTER ENDS */
/* BLOG START */
.blog-wrapper .blog_item-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.blog-wrapper .blog_item-title a {
    color: #212529;
}
.blog-wrapper .blog_item-description {
	padding-bottom:1.5rem;
}
@media screen and (max-width: 768px) {
	.blog-wrapper .blog_item {
		padding-bottom:4rem;
		text-align:center;
	}
	.blog-wrapper .blog_item-title  {
		font-size:1.25rem;
		line-height:1.4;
	}
}
/* BLOG END */
/* CHECKOUT/CART START */
.quickcheckout-heading {
    background: #f4f4f4;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
#coupon-heading {
    background: #f4f4f4;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
#voucher-heading {
    background: #f4f4f4;
    border-radius: 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
.quickcheckout-content {
    background: #f4f4f4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem;
	border:0;
	overflow:hidden;
}
.quickcheckout-content table td  {
	vertical-align:middle;
}
.quickcheckout-content table td label {
	margin-bottom:0;
}
#coupon-content {
    background: #f4f4f4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	border:0;
}
#coupon-content input {
	margin:0;
}
#voucher-content {
    background: #f4f4f4;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	border:0;
}
#voucher-content input {
	margin:0;	
}
.quickcheckout-content  input[type="text"], .quickcheckout-content  select, .quickcheckout-content .input-group  {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
#cart1 .quickcheckout-content {
	background:none;
}
.quickcheckout-inputrow {
	display:flex;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	align-items:center;
}
.quickcheckout-inputrow input {
	margin-right:0.5rem;
}
.checkout-cart-container {
	padding-bottom:2rem;
}
.checkout-cart-row {
	display:flex;
	align-items:center;
	justify-content:space-around;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
	border-bottom:2px solid #eee;
}
.checkout-cart-totals .checkout-cart-row {
	justify-content:flex-end;
}
.checkout-cart-row:last-child {
	border-bottom:0;
}
.checkout-cart-row .checkout-cart-block {
	padding-left:1rem;
	padding-right:1rem;
}
.checkout-cart-row .checkout-cart-block .checkout-cart-title {
	line-height: 1.25;
    font-size: 1.25em;
    font-weight: 700;
	color:#222;
	display:inline-block;
	width:100%;
	padding-bottom:1rem;
}
.checkout-cart-row .checkout-cart-block  .checkout-cart-sub {
	line-height: 1;
    font-size: 1;
    font-weight: 700;	
	color:#999;
	padding-bottom:1rem;
	display:inline-block;
}
.checkout-cart-row .checkout-cart-block .btn {
	padding:0.5rem;
}
.checkout-cart-row .checkout-cart-block  .checkout-cart-price {
	line-height: 1;
     font-size: 1.25em;
    font-weight: 700;	
	color: #dd0017;
}
.checkout-cart-row .checkout-cart-block .checkout-cart-price.small {
	font-size: 0.8em;
    font-weight: 500;
}
.checkout-cart-container .btn-cart { 
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 0rem;
}
.checkout-cart-container .number-spinner {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0 rgba(0,0,0,0.1);
	border: 1px solid #e1e1e1;
	display:flex;
}
.checkout-cart-container .number-spinner .input-group-btn {
    width: auto;
}
.checkout-cart-container .number-spinner input[type="text"] {
    background: white;
    height: 48px;
    line-height: 1.5;
    border: solid 1px #e1e1e1;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    min-width: 50px;
    padding: 10px 13px;
    font-weight: bold;
    color: black;
    width: calc(100% - 70px);
    border-top: 0px;
    border-bottom: 0px;
	border:0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin:0;
}
.checkout-cart-container .product-quantity {
    position: relative;
    max-width: 140px;
    /* width: 100%; */
    justify-content: flex-start;
	margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.checkout-cart-container .number-spinner .btn-default {
    height: 44px;
    line-height: 1.5;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
}
.checkout-cart-container .checkout-cart-sub-row {
	display:flex;
	margin-left:-1rem;
	margin-right:-1rem;
}
@media screen and (max-width: 992px) {
	.quickcheckout-content  input[type="text"], .quickcheckout-content  input[type="password"], .quickcheckout-content  select, .quickcheckout-content .input-group  {
		min-height:38px;
	}
	.quickcheckout-content .btn {
		min-height:38px;
		padding:.5rem;
	}
	.quickcheckout-heading {
		font-size:0.9rem;
	}
	.quickcheckout-content {
		padding:1rem 0;
		background:none;
	}
	.quickcheckout-content .col-sm-6 {
		padding:0;
	}
	.quickcheckout-content  .col-sm-9 {
		padding:0;
	}
	.quickcheckout-content .terms  label {
		font-size:0.9rem;
	}
	.quickcheckout-content .terms  {
		text-align:center;
	}
	#coupon-heading {
		font-size:0.9rem;
	}
	#coupon-content input {
		width: 100%;
	}
	#coupon-content .input-group-btn {
		width: 100%;
	}
	#coupon-content button {
		width: 100%;
	}
	#voucher-heading {
		font-size:0.9rem;
	}
	#voucher-content input {
		width: 100%;
	}
	#voucher-content .input-group-btn {
		width: 100%;
	}
	#voucher-content button {
		width: 100%;
	}
	.checkout-cart-container {
		padding:0;
	}
	.checkout-cart-container .checkout-cart-row {
		background:#fff;
		border:1px solid #e1e1e1;
		flex-wrap:wrap;
		padding:0;
		margin-bottom:1rem;
		padding-top:1rem;
	}
	.checkout-cart-row .checkout-cart-block {
		flex: 0 0 100%;
		text-align:center;
	}
	.checkout-cart-row .checkout-cart-block img {
		margin-bottom:1rem;
	}
	.checkout-cart-row .checkout-cart-block .checkout-cart-title {
		padding-bottom:0;
	}
	.checkout-cart-row .checkout-cart-block .product-quantity {
		display:block;
	}
	.checkout-cart-row .checkout-cart-block .btn-group.btn-cart {
		flex-wrap:wrap;
	}
	.checkout-cart-totals {
		padding-top:0;
		padding-bottom:1rem;
	}
	.checkout-cart-totals  .checkout-cart-row {
		padding-top:1rem;
		padding-bottom:1rem;
		margin-bottom:0;
	}
	.checkout-cart-totals  .checkout-cart-row .checkout-cart-price {
		padding-top:0;
		padding-bottom:0;
	}
	.checkout-cart-container .checkout-cart-sub-row {
		flex-wrap:wrap;
		padding-top:1.5rem;
		padding-bottom:1.5rem;
		margin:0;
		width:100%;
	}
	.checkout-cart-container .checkout-cart-sub-row-total {
		border-top: 2px solid #eee;
		margin-top:2rem;
		background: #f7f7f7;
	}
	#collapse-voucher input {
		width:100%;
	}
	#collapse-voucher .input-group-btn {
		width:100%;
	}
	#collapse-coupon input {
		width:100%;
	}
	#collapse-coupon .input-group-btn {
		width:100%;
	}
}
/* CHECKOUT/CART END */
/* FOOTER START */
footer a {
	color:#fff;
}
footer .footer-logo-container {
	margin-bottom:3rem;
	text-align:center;
}
footer .footer-wrap {
	padding:3rem;
}
footer {
	margin-top:3rem;
}
.common_home footer {
	margin-top:0;
}
@media screen and (max-width: 576px) {
	.footer-wrap {
		text-align:center;
	}
}
/* FOOTER END */
.ho-filters-wrapper .irs--flat .irs-bar{
	background-color:var(--link-color);
}
.ho-filters-wrapper  .irs--flat .irs-handle > i:first-child {
	background-color:var(--link-color);
}
.ho-filters-wrapper .irs--flat .irs-from:before,.ho-filters-wrapper  .irs--flat .irs-to:before,.ho-filters-wrapper .irs--flat .irs-single:before {
	border-top-color:var(--link-color);
}
.ho-filters-wrapper  .irs--flat .irs-from,.ho-filters-wrapper .irs--flat .irs-to,.ho-filters-wrapper  .irs--flat .irs-single {
	background-color:var(--link-color);
}
.ho-filters-wrapper .ho-filter-title {
	font-size:var(--lg-size);
	font-weight:var(--font-weight-bold);
	margin-bottom:var(--space);
	background: #133658;
    color: #fff;
    padding: 0.5rem 0.75rem;
}
.ho-filters-wrapper .filter-clear-all {
	font-size:var(--xs-size);
	/* color:var(--text-color-accent); */
	/* font-weight:var(--font-weight-normal); */
	margin-left:var(--space-half);
	cursor: pointer;
	display:flex;
	align-items:center;
	opacity: 0.6;
}
.ho-filters-wrapper .price-range-group {
	margin-top:var(--space-half);
}
.ho-filters-wrapper .price-range-group .filter_price_from {
	margin-right:var(--space-quarter);
}
.ho-filters-wrapper .price-range-group .filter_price_to {
	margin-left:var(--space-quarter);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container {
	margin-bottom:var(--space);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container  .filter-group-filters-container {
	/* border-bottom:var(--generic-border); */
	padding-bottom:var(--space-half);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-filters-container:not(.--no-max-height) {
	/* max-height: 150px; */
    /* overflow: auto; */
	display: none;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container:last-child .filter-group-filters-container  {
	border-bottom:0px;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container {
	margin-bottom: var(--space-half);
    padding-bottom: var(--space-half);
    border-bottom: 1px solid lightgrey;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container .filter-group-title {
	font-size:var(--sm-size);
	font-weight:var(--font-weight-extrabold);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-filters-container .form-check {
	margin-bottom:var(--space-quarter);
	/* margin-top:var(--space-quarter); */
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-filters-container .form-check:not(:first-child) {
	margin-top:var(--space-quarter);
}
.ho-filters-wrapper .filter-group-filters-container .form-check  .form-check-title {
	font-size:var(--xs-size);
}
.ho-filters-wrapper .filter-group-filters-container .form-check  .form-check-count {
	margin-left:var(--space-half);
	color:var(--text-color-secondary);
	font-size:var(--sm-size);
}
.ho-filters-wrapper .filter-group-filters-container.has-image {
	display:flex;
	flex-wrap:wrap;
	margin-left:var(--space-quarter-negative);
	margin-right:var(--space-quarter-negative);
}
.ho-filters-wrapper .filter-group-filters-container.has-image .form-check.filter-with-image  {
	padding:0;
	margin-left:var(--space-quarter);
	margin-right:var(--space-quarter);
	margin-bottom:var(--space-quarter);
	margin-top:var(--space-quarter);
}
.ho-filters-wrapper .filter-group-filters-container.has-image input {
	display:none;
}
.ho-filters-wrapper .filter-group-filters-container.has-image .form-check-image-block {
	padding:2px;
	border:var(--generic-border);
	display:inline-block;
}
.ho-filters-wrapper .filter-group-filters-container.has-image .form-check-image-block img {
	border:2px solid #fff;
}
.ho-filters-wrapper .filter-group-filters-container .form-check :checked+.form-check-image-block {
	background:#ccc;
	border:var(--generic-border-accent);
}
.ho-filters-wrapper.filter-style-horizontal-dropdown .filter-group-container  .filter-group-filters-container {
	width:100%;
}
.filter-group-clear {
	font-size: var(--xxs-size);
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    opacity: 0.6;
    border: 1px solid;
    border-radius: 20px;
}
.filter-group-clear.clear-hidden{
	display: none;
}
.ho-filters-wrapper .dropdown-menu {
	padding-top:0;
}
.ho-filters-wrapper .dropdown-menu .filter-group-clear {
	font-size:var(--sm-size);
	color:var(--text-color-accent);
	margin-left:0;
	text-align:center;
	width:100%;
	display:inline-block;
	padding-top:var(--space-half);
	padding-bottom:var(--space-half);
	line-height:1;
}
.ho-filters-wrapper .filters-wrapper .nav-item {
	border:var(--generic-border);
	margin-bottom:var(--space);
	padding:var(--space-half) var(--space);
}
.ho-filters-wrapper .filters-responsive-bottom {
	padding:var(--space) var(--space-double);
	border-top:var(--generic-border);
	display:none;
}
.ho-filters-wrapper .filters-responsive-bottom .btn {
	width:100%;
}
.ho-filters-wrapper .filters-responsive-top {
	justify-content:space-between;
	padding:var(--space) var(--space-double);
	margin-bottom:var(--space);
	border-bottom:var(--generic-border);
	display:none;
}
.ho-filters-wrapper .filters-wrapper{
	padding: 0.5rem 0.75rem;
	background: #ffffff;
    box-shadow: 0px 0px 10px 0px lightgrey;
}
@media only screen and (max-width: 992px) {
	.ho-filters-wrapper .filters-responsive-top {
		display:flex;
	}
	.ho-filters-wrapper .filters-responsive-bottom { 
		display:flex;
	}
	.ho-filters-wrapper.filter-style-vertical-list .filters-wrapper {
		display: flex;
		flex-flow:column;
		visibility: hidden;
		background: var(--background);
		z-index:10000;
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		bottom:0;
		margin:0;
		border-radius: 0;
		transform: translateX(100%);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		border-right:var(--generic-border);
	}
	.ho-filters-wrapper.filter-style-vertical-list .filters-wrapper .filters-block-wrapper {
		padding-left:var(--space-double);
		padding-right:var(--space-double);
		display: flex;
		flex-flow: column;
		max-height: 100%;
		overflow-y: auto;
		flex-grow: 1;
	}
	.ho-filters-wrapper.filter-style-vertical-list.show .filters-wrapper {
		visibility: visible;
		transform: translateX(0%);
	}	
	.ho-filters-wrapper .filters-wrapper .nav-item {
		width:100%;
		justify-content:left;
	}
	.ho-filter-trigger-container {
		display:flex;
		justify-content:flex-start;
	}
	.ho-filter-trigger-container .ho-filter-trigger-button {
		padding:var(--space-half) var(--space);
		border:var(--generic-border);
		font-size:var(--md-size);
		font-weight:var(--font-weight-normal);
	}
}
/* FILTERS */
