@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

a.st-loop-product{
	position: relative;
}

body.searchtap a.scrollToTop.button-show {
	display: none;
}
body.searchtap .woodmart-sticky-sidebar-opener{
	display: none !important;
}
#searchModal .st-product .st-add-cart a.cart-link {
	/*padding: 12px 20px;*/
	background-color: #0a0101;
	color: #fff;
}
#searchModal .st-product .st-add-cart a.cart-link span{
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
}
#searchModal .st-product .product__price {
	margin-bottom: 5px;
}
a.cart-link:hover span {
	-webkit-transform: translateY(-100%) translateZ(0);
	transform: translateY(-150%) translateZ(0) !important;
}
#searchModalContainer #overlay .container h2 {
	font-size: 26px;
}
#searchModal .st-product .product__price del .price {
	font-size: 14px !important;
	color: #BDBDBD;
}
#searchModal .st-product .product__price .price {
	font-size: 15px;
}

.st-mb16{
}
#searchModalContainer .highlight-text {
	cursor: pointer;
	color: #1F9E6B !important;
}


.hidden-desktop-only {
	display: none;
}

#searchModal .st-sizes .filter-tag label input[type=checkbox]:checked+.st-checkbox {
	color: #fff;
	border-color: #000 !important;
	background-color: #000 !important;
	opacity: 1;
}

#searchModal .st-sizes .filter-tag.active label:before{
	background-color: #fff;
}

#searchModal .st-sizes .filter-tag.active label{
	color: #fff;
	border-color: #000;
	background-color: #000;
	opacity: 1;
}

#searchModal .st-color .filter-tag label:hover .swatch:after{
	opacity: 1;
}

#searchModal .st-color .filter-tag.active label .swatch:after{
	opacity: 1;
}

#searchModal .st-color .filter-tag .swatch:after{}

/****sizes n color****/

#searchModal .st-sizes .filter-tag {
	padding-top: 0;
	display: inline-block;
	margin-top: .625rem;
	margin-right: .575rem;
	margin-bottom: 0;
}

#searchModal .st-sizes .filter-tag input {
	display: none;
}

#searchModal .st-sizes .filter-tag span.st-checkbox {
	padding: .5rem .75rem .375rem .625rem;
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1.2;
	font-weight: 400;
	background-color: #fff;
	border: 2px solid #e7e7e7;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	transition: color 0.3s ease,background 0.3s ease,border 0.3s ease;
}

#searchModal .st-sizes .filter-tag span.st-checkbox:hover {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

#searchModal .st-sizes .filter-tag span.st-checkbox:hover:before {
	background-color: #fff;
}

#searchModal .st-sizes .filter-tag span.st-checkbox:before {
	content: "";
	width: 5px;
	height: 5px;
	margin-right: .5rem;
	margin-bottom: .1rem;
	display: inline-block;
	border-radius: 50%;
	background-color: #e7e7e7;
	transition: background 0.3s ease;
}

#searchModal .st-color .filter-tag {
	float: left;
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
	line-height: 0;
	padding-top: 0;
}

#searchModal .st-color .filter-tag input {
	display: none;
}

#searchModal .st-color .filter-tag label {
	cursor: pointer;
	display: inline-block;
	padding-left: 0;
	position: relative;
	margin-bottom: 0;
	font-size: 94%;
	line-height: 1.4;
	text-transform: capitalize;
	color: #000;
	transition: color 0.3s ease,background 0.3s ease,border 0.3s ease;
}

#searchModal .st-color .filter-tag .swatch {
	position: relative;
	display: block;
	margin-top: 0;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	font-size: 0;
	border-radius: 50%;
	transition: transform 0.3s;
}

#searchModal .st-color .filter-tag .swatch:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: 0;
	top: 0;
}

#searchModal .st-color .filter-tag .swatch:before {
	position: absolute;
	left: 0;
	display: block;
	content: '\EA2A';
	font-family: "Barberry";
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}

#searchModal .st-color .filter-tag .swatch:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
}

#searchModal .st-color .filter-tag label input[type=checkbox]:checked+.swatch:after{
	opacity: 1;
}

#searchModal .st-color .filter-tag label:hover .swatch {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.filter-list-container.st-color {
	min-height: 50px;
}

#searchModal .st-color .has-tooltip .tooltip{
	display: none;
}


/****end sizes n color****/

div#searchModalContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.st-Wcart-inner {
	max-width: 35%;
	text-align: right;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: #000;
}
.st-search-bar .input-close-btn {
	width: 20px;
	height: 25px !important;
	display: none;
	cursor: pointer;
	background-image: url(cross.svg) !important;
	background-position-y: center !important;
	background-position-x: center;
	background-repeat: no-repeat !important;
	background-size: 9px !important;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 10px;
	margin-top: 5px;
	color: black;
}


.st-search-bar{
	margin-left: 10px;
	position: relative;
}

.st-search-bar input {
	font-family: 'Lato', sans-serif;
	border: 1px solid #ddd;
	padding: 8px 14px;
	padding-left: 35px !important;
	width: 100%;
	height: 35px !important;
	font-size: 12px !important;
	min-width: 220px;
	font-weight: 500;
	background-color: #fff;
	background-image: url(search.svg) !important;
	background-size: 13px !important;
	background-position-x: 12px !important;
	background-position-y: center !important;
	background-repeat: no-repeat !important;
	color: #6a6a6a;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: normal;
	padding-right: 30px;
}

#searchModal .spf-product__label.spf-product__label-sale {
	z-index: 1;
}

#searchModal .st-Wcart-inner .colection-cta{
	float: right;
}

#searchModal .st-Wcart-inner .colection-cta svg{
	width: 20px;
}

#searchModalContainer .collection-size-option {
	bottom: 0px !important;
}

.searchtap .scrollup{
	display: none !important;
}
#searchModalContainer #overlay .container {
	padding-top: 10px;
	padding-bottom: 60px;
	text-align: center;
	min-height: 500px;
}
#searchModalContainer .container p {
	font-size: 16px;
}
#searchModalContainer #overlay .container p a {
	color: #4a4a4a;
}
.searchtap div#tawkchat-container{
	display: none !important;
}

#searchModal .st-badges {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
}
.st-badges .sold-out {
	background: #f8f8f8;
	opacity: 0.3;
	color: #212529;
	line-height: 16px;
	height: 28px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 1px solid #212529;
	margin-bottom: 10px;
	box-shadow: 2px 2px 0 #212529;
	font-size: 12px;
	background: rgba(255,255,255,0.92);
}
#searchModal .st-badges .sale {
	color: #212529;
	line-height: 16px;
	height: 28px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 1px solid #212529;
	margin-bottom: 10px;
	box-shadow: 2px 2px 0 #212529;
	font-size: 12px;
	background: rgba(255,255,255,0.92);
}

#overlay1 .container {
	margin-top: 100px;
	padding-bottom: 100px;
	min-height: 500px;
	font-size: 2.2em;
	text-align: center;
}
div#overlay1.filters-selected {

	width: 130%;
	margin-top: -150px;
}
#searchModal h2.page-heading {
	/*margin-bottom: 1em;*/
	/*font-size: 26px !important;*/
	font-size: 16px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
#overlay1 .search-pform p {
	line-height: 1.1em;
	font-size: 16px;
}

#searchModal .st-row.m10 {
	margin-bottom: 10px;
}
#searchModal .sidebar__inner .filter-label span {
	font-size: 15px;
	color: #414042333;
}
.search-field-input input {
	padding: 0.6rem 4rem 0.6rem 1rem;
}
.st-inner-container{
	max-width: 1400px;
	padding-left: 30px;
	padding-right: 30px;
}
a.active-sort  {
	color: #000 !important;
}
.st-container {
	margin: 0 auto;
}
span.result-loader {
	font-size: 40px;
	text-align: center;
	display: block;
	color: rgba(31,158,107,1);
}

.st-search-bar-desktop input{
	border: 1px solid #555;
}

div#searchModal:after{
	content: '';
	box-sizing: border-box;
}

div#searchModal:before{
	content: '';
	box-sizing: border-box;
}

.st-inner-container {
	padding-left: 12px;
	padding-right: 12px;
}


/*product card*/

.st-card:hover .st-button-set {
	top: 5px;
	opacity: 1;
}

.st-button-set {
	position: absolute;
	right: 5px;
	top: 30px;
	opacity: 0;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.st-button-set .ad {
	font-size: 14px;
}

a.st-quick-view:hover, a.st-wishlist:hover, .st-cartIcon:hover {
	color: #ffffff;
	background-color: #000000;
}

a.st-quick-view, a.st-wishlist, .st-cartIcon {
	color: #000000;
	background-color: #ffffff;
	border: 0;
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin-bottom: 5px;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.st-btn:hover {
	background: #32c224;
	color: #f5f5f5;
	text-decoration: underline;
}

.st-add-to-cart{
	position: relative;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	margin: 0 auto !important;
	left: 0;
	right: 0;
	margin-top: 5px !important;
}


.st-btn {
	padding: 10px 15px;
	font-size: 15px;
	background-color: #272e44;
	border-color:#272e44;
	width: 100%;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: normal;
	white-space: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	height: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	outline: none;
	max-width: max-content;
}


.st-product-price__price{
	margin-top: 5px;
}

.st-product-price__price {
	color: #414042;
	font-weight: 400;
	display: inline-block;
}

s.st-product-price__price {
	font-size: 13px;
}

.st-grid-view-item__meta {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	letter-spacing: 0.2em;
}

.st-money {
	position: relative;
	font-size: inherit !important;
	text-decoration: inherit !important;
	font-weight: 400 !important;
}

.st-product-price__price+.st-product-price__price {
	color: #858585;
	margin-right: 10px;
}

span.st-product-price__price.product-price__sale{
	font-size: 13px;
	font-weight: 400;
	color: #f94c43;
}

.st-product-price__sale {
	padding-right: 0;
}

a.st-loop-product__link {
	font-family: Lato,Arial,Helvetica,sans-serif;
	transition: all .25s ease;
	color: #333;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	min-height: 50px;
}
a.st-loop-product__link:hover{
	opacity: .6;
}

del.compare_at_price {
	font-family: 'Lato', sans-serif;
	color: #bababa;
	font-size: 14px;
	margin-right: 6px;
}

.product__price ins {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #0a0101;
}
a.st-loop-product__link:hover {

	text-decoration: none !important;
}

.st-label-txt{
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 50%;
	transition: opacity .3s ease;
	top: 15px;
	left: 0;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #0a0101;
	min-width: 50px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	letter-spacing: .4px;
	font-weight: 600;
	line-height: 1.2;
	font-family: Lato, Arial, Helvetica, sans-serif;;
}

.st-shop-summary-wrap {
	/*display: flex;*/
	display: block;
	flex-wrap: wrap;
	justify-content: center;
}

.st-sorting {
	font-family: 'Lato', sans-serif;
	opacity: 0;
	position: absolute;
	list-style: none;
	right: 0;
	z-index: 99;
	margin-top: 8px;
	min-width: 160px;
	margin-right: -20px !important;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	border-radius: 2px;
	max-height: 385px;
	padding: 10px 0;
	box-shadow: 0 -2px 10px rgba(54,54,54,0.2);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.st-sorting-btn:hover .st-sorting{
	opacity: 1;
	-webkit-transform: scale(1, 1);
}

.st-sorting:before {
	content: '';
	position: absolute;
	left: 17px;
	width: 0px;
	height: 2px;
	border-style: solid;
	bottom: 100%;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	-webkit-filter: drop-shadow(0 -2px 2px rgba(54,54,54,0.2));
	filter: drop-shadow(0 -2px 2px rgba(54,54,54,0.2));
}

.st-sort-box{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
	padding: 9px 50px 5px 0px;
	line-height: 1;
	height: 48px;
	min-width: 230px;
	border-radius: 0;
	color: #2d2a2a;
	border-bottom: 1px solid #ddd;
}

.st-sorting li{
	list-style: none;
}

.st-sorting li a:hover{
	color: #000;
	text-decoration: none;
}
.st-sorting li a {
	display: block;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #6a6a6a;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: left;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	line-height: 1.42857143;
	white-space: nowrap;
}

.st-sort-dropdown {
	cursor: pointer;
	min-width: 330px;
	max-width: 350px;
	float: right;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.st-view-btn-group{
	margin-top: -2px;
}

.st-hidden-desktop{

	display: none !important;
}

span.st-highlight {
	font-family: 'Lato', sans-serif;
}


#searchModal .st-desktop-filter{
	width: 14%;
	float: left;
	position: relative;
	margin: 0 16px 0 24px;
	padding-bottom: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

.st-product{

}

div#searchModal {
	margin: auto!important;
}

#searchModalContainer .st-loading{
	border-radius: 200px;
	border: 2px solid rgba(31,158,107,1);
	border-top-color: #fff;
	height: 200px;
	width: 200px;
	animation: st-loading 1.2s linear infinite;
	-webkit-animation: st-loading 1.2s linear infinite;
	margin: 0 auto;
	top: 0px;
	margin-bottom: 150px;
	margin-top: 150px!important;
}
@keyframes st-loading{
	0%{
		transform:rotate(0)
	}
	100%{
		transform:rotate(360deg)
	}
}
@-webkit-keyframes st-loading{
	0%{
		-webkit-transform:rotate(0)
	}
	100%{
		-webkit-transform:rotate(360deg)
	}
}


.pl0{
	padding-left: 0px !important;
}

.pr0{
	padding-right: 0px !important;
}


/*ST grid classes*/

.st-col-md-1, .st-col-md-10, .st-col-md-11, .st-col-md-12, .st-col-md-2, .st-col-md-3, .st-col-md-4, .st-col-md-5, .st-col-md-6, .st-col-md-7, .st-col-md-8, .st-col-md-9 {
	float: left;
	box-sizing: border-box !important;
}
.st-col-lg-1, .st-col-lg-10, .st-col-lg-11, .st-col-lg-12, .st-col-lg-2, .st-col-lg-3, .st-col-lg-4, .st-col-lg-5, .st-col-lg-6, .st-col-lg-7, .st-col-lg-8, .st-col-lg-9, .st-col-md-1, .st-col-md-10, .st-col-md-11, .st-col-md-12, .st-col-md-2, .st-col-md-3, .st-col-md-4, .st-col-md-5, .st-col-md-6, .st-col-md-7, .st-col-md-8, .st-col-md-9, .st-col-sm-1, .st-col-sm-10, .st-col-sm-11, .st-col-sm-12, .st-col-sm-2, .st-col-sm-3, .st-col-sm-4, .st-col-sm-5, .st-col-sm-6, .st-col-sm-7, .st-col-sm-8, .st-col-sm-9, .st-col-xs-1, .st-col-xs-10, .st-col-xs-11, .st-col-xs-12, .st-col-xs-2, .st-col-xs-3, .st-col-xs-4, .st-col-xs-5, .st-col-xs-6, .st-col-xs-7, .st-col-xs-8, .st-col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.st-col-md-1 {width: 8.3333333333333%;}

.st-col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333333%;
	flex: 0 0 33.3333333333333%;
	max-width: 33.3333333333333%;
	padding-left: .5rem;
	padding-right: .5rem;
}

.st-col-md-6 {width: 50%;}
.st-col-md-7 {width: 58.333333333333%;}  .st-col-md-8 {width: 66.666666666667%;}

.st-col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}


.st-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	width: 100%;
	flex-wrap: wrap;
}

.st-pl30{
	margin-top: 5px;
}

.st-col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.st-col-md-35{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.st-col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

#searchModal .st-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 1em;
	padding: 0 .1rem;
}

.st-products .st-product {
	float: left;
	position: relative;
}

.st-card {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
.st-ProductItem-Info {
	display: block;
	max-width: 100%;
	line-height: 1.4;
	margin-bottom: 3px;
}

.st-mb30{
	margin-bottom: 10px;
}

.st-mb40{
	margin-bottom: 25px;
	padding: 0 5px;
}

.st-products .st-product .st-shop-thumbnail-wrap {
	position: relative;
	margin-bottom: 10px;
}

.st-product-colors{
	margin-top: 10px;
}

.st-col-swatch{
	margin: 0 0 20px 0;
}

.st-col-swatch ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.st-swatch .st-options li {
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}
.st-col-swatch li.st_color {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.st-col-swatch li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
	margin: 0px 2px;
}

.st-col-swatch li.st_color span {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	border-radius: 50%;
	border: 1px solid #ddd;
}

img.grid-view-item__image{
	position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#searchModal .ProductItem__LabelList1 {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 3px;
}

img.grid-view_image.hover{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
}

a.st-loop-product {
	overflow: hidden;
	display: block;
	padding-bottom: 100%;
	text-decoration: none !important;
}

.st-product .grid-view-item__image {
	margin: 0 auto;
	width: auto;
	height: auto;
	position: relative;
	transition: all ease-out 0.6s;
}

.st-card:hover .st-product .grid-view-item__image{

}

.hover {
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: auto;
	position: absolute;
	height:100%;
}

.grid-view_image{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.st-loop-product:hover .primary {
	opacity: 0;
}

.st-loop-product:hover .hover:not(.variantImg) {
	opacity: 1;
	transform: scale(1.09);
	visibility: visible;
}

.stpp6{
	padding-left: 0px;
	padding-right: 22px;

}
.st-loop-product:hover .single-image{
	opacity: 1 !important;
}
.st-loop-product:hover .grid-view-item__image {
	opacity: 0;
	visibility: visible;
}

.st-col-md-10 {width: 80%;}  .st-col-md-11 {width: 91.666666666667%;}
.st-col-md-12 {width: 100%;}
.hidden-desktop{display: none;}.hidden-mobile{display: inline-block;}
/*end ST grid classes*/

.st-col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.st-col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

#searchModal .st-product .st-col-md-2{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

#searchModal #st-back-top {
	background-color: #4a4a4a;
	position: fixed;
	bottom: 160px;
	right: 40px;
	width: 45px;
	cursor: pointer;
	height: 45px;
	-webkit-transition: .2s;
	border-radius: 3%;
	-moz-transition: .2s;
	transition: .2s;
	z-index:99;
	color: #fff;
	display: flex;
	align-items: center;
}

#searchModal #st-back-top:after{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	margin-top: 3px !important;
	border: 2px solid #fff;
	border-bottom: 0;
	margin: 0 auto;
	border-right: 0;
	transform: rotate(45deg);
}

#searchModal div#noResults {
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: 'Lato', sans-serif;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 160px;
	letter-spacing:0;
	padding: 6px 10px;
	font-size: 12px;
	color: #2d2a2a;
	font-weight: 600;
	margin-top: 10px;
	border-radius: 2px;
	text-transform: uppercase;
}

div#STbar {
	position: relative;
}

ul#colourFilterValues {
	height: 100%;
}

ul#colourFilterValues li {
	min-width: 30px;
	max-width: 90px;
	padding-bottom: 0px !important;
	display: inline-block;
	width: auto !important;
	float: left;
	margin: 0px !important;
	margin-bottom: 2px !important;
	cursor: pointer;
	position: relative;
	border-bottom: none !important;
}

[v-cloak]{
	display:none ;
}

#searchModal .error-bg{
	margin-left: 160px;
	background:url(error-bg.jpg) center top no-repeat;
	z-index:1;
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 35%;*/
}
.no-result-txt {
	text-align: center;
	padding-top: 230px;
}
.no-result-txt span {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.st-brand-outer {
	margin-top: 1px;
	margin-left: 6px;
	padding-left: 0px;
	border-left: 1px solid #c1ccd182;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: auto;
	float: left;
	opacity: .5;
	letter-spacing: 1px;
	white-space: nowrap;
}

.st-brand-outer a{
	font-size: 11px;
	text-decoration: none;
}

.st-brand-outer:hover a{
	text-decoration: none;
}

.st-brand-outer:hover .st-brand-txt{
	color: #47b475;
}

.st-brand-outer:hover .st-brand{
	background-image: url(https://www.searchtap.io/img/st-icon.svg);
}

.st-brand-outer .st-brand-txt {
	color: #6e6e6f;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: inline-block;
	font-weight: 300;
	font-size: 11px;
	padding-left: 6px;
}

.st-brand-outer .st-brand {
	background-image: url(https://www.searchtap.io/img/st-gray-icon.svg);
	background-size: 10px;
	width: 10px;
	height: 10px;
	margin: -2px auto 0 0px;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

/******************************Left filter css******************************/


/*#searchModal .sidebar {
	overflow-y: auto !important;
	overflow-x: hidden;
	max-height: 268px;
	margin-top: 0px;
}*/
#searchModal .sidebar .filter-list-container {

}

#searchModal .sidebar__inner {
	position: relative;
}

#searchModal .filter-header {
	position: relative;
}


#searchModal .st-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.st-pl0{
	padding-left: 0px !important;
}

#searchModal .st-justify-content-between{
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

#searchModal .st-filter-padding{
	padding: 20px 0px 20px 0px;
}

.st-b-border{
	border-bottom: 1px solid #e3e3e3;
}

.st-t-border{
	border-top: 1px solid #e3e3e3;
}


/* width */
#searchModal .sidebar__inner ul::-webkit-scrollbar {
	/*width: 0px;*/
	width: 3px;
	background-color: #F5F5F5;
}

/* Track */
#searchModal .sidebar__inner ul::-webkit-scrollbar-track {
	/*background: #ddd;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

/* Handle */
#searchModal .sidebar__inner ul::-webkit-scrollbar-thumb {
	/*background: #fff;*/
	background-color: #7c656a;
	border: 1px solid #7c656a;
}

#searchModal .filter-header h4.filter-title {
	position: relative;
	font-family: 'Lato', sans-serif;
	color:#2d2a2a;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1.3;
}

#searchModal .st-reset-all {
	color: #8f979e;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.3;
}

#searchModal div#new_tags {
	margin: 0 0px;
}

#searchModal .st-search-box {
	position: relative;
	margin-top: 10px;
}

#searchModal .contain-size{
	width: 100%;
	padding: 0 0px;
	margin-bottom: -10px;
	overflow: hidden;
}

#searchModal .filter-container .filter-list-desktop span.number_of_product {
	color: #939393 !important;
	padding-right: 10px;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	flex: 3;
	justify-content: flex-end;
}

#searchModal .filter-container .outer-checkbox input{
	display: none;
}

#searchModal .filter-container .outer-checkbox{
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	min-height: 20px;
}


#searchModal .filter-container .outer-checkbox label{
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-left: 0px;
	margin: 0;
	cursor: pointer;
	padding-bottom: 0;
	font-size: 14px;
	width: 100%;
	padding-top: 0px;
	font-weight: 400;
}
#searchModal .size-label {
	margin: 2.5px;
	text-transform: uppercase;
}
#searchModal .st-sizes div {
	display: inline-block;
}
#searchModal .st-sizes {
	position: relative;
	display: block;
	clear: both;
}
#searchModal .filter-container .outer-checkbox .filter-label {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #333333;
	width: 60%;
	font-weight: 400;
	text-align: left;
}

#searchModal .filter-container .outer-checkbox .filter-label:hover{
	color: #1c1b1b;
}


#searchModal .filter-container li{
	line-height: 1.6;
	margin: 0 0 .25rem;
	cursor: pointer;
	width: 100%;
	display: block;
	overflow: hidden;
}

#searchModal .filter-container .outer-checkbox .st-checkbox {
	border: 1px solid #d5d5d4;
	background-color: #fff;
	width: 14px;
	height: 14px;
	position: relative;
	margin-right: 8px;
	margin-top: -2px;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
}


#searchModal .filter-container .outer-checkbox .st-checkbox:after{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #1e9e6b;
	left: 0px;
	right: 0;
	top: 3px;
	opacity: 0;
	margin: 0 auto;
	position: absolute;
}

#searchModal .filter-container .outer-checkbox label input[type=checkbox]:checked+.st-checkbox:after{
	opacity: 1;
}



#searchModal .filter-container h4{
	font-family: 'Lato', sans-serif;
	color:#2d2a2a;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: 600;
}

#searchModal .filter-container .st-filter-tab .fa{
	float: right;
	position: absolute;
	right: 0;
	margin-top: 3px;
	text-align: right;
	padding-right: 0px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 2.5px #fff;
	color: #5c5c5c;
}

.st-pt-0{
	padding-top: 0px !important;
}

#searchModal .filter-container .st-clear{
	position: absolute;
	right: 0;
	display: block;
	margin-right: 20px;
	color: #8f979e;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

#searchModal .filter-container .st-filter-tab{
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}

#searchModal .sidebar__inner ul{
	overflow-y: auto !important;
	overflow-x: hidden;
	max-height: 220px;
	margin-top: 0px;
}


/****Color filter***/

ul#colourFilterValues li {
	min-width: 30px;
	max-width: 90px;
	width: auto !important;
	float: left;
	margin: 2px 8px 8px 8px !important;
	cursor: pointer;
	position: relative;
	overflow: unset !important;
}

ul#colourFilterValues .checkbox .st-checkbox {
	border: 1.5px solid #fff;
	border-radius: 0;
	width: 25px;
	height: 25px;
	display: block;
	margin-top: 0px;
}

#searchModal ul#colourFilterValues .outer-checkbox .st-checkbox {
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	position: relative;
	float: left;
	display: block;
	margin-right: 0px;
	margin-top: 0px;
}
#searchModal ul#colourFilterValues .outer-checkbox label input[type=checkbox]:checked+.st-checkbox:after {
	content: '';
	border: 1px solid #000 !important;
	position: absolute;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	top: -3px;
	left: -3px;
}

#searchModal ul#colourFilterValues .outer-checkbox label input[type=checkbox]:checked+.st-checkbox {
	border-color: #222222;
}

#searchModal ul#colourFilterValues .outer-checkbox .st-checkbox:hover {
	border: 1px solid #e7e7e7;
}


ul#colourFilterValues {
	height: 100%;
	margin-top: 0px;
}

ul#colourFilterValues .outer-checkbox .st-checkbox .cr-icon {
	position: absolute;
	font-size: 14px !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	width: 100% !important;
	height: 100% !important;
}

ul#colourFilterValues  .outer-checkbox label input[type=checkbox]:checked+.st-checkbox>.cr-icon {
	opacity: 1;
	color: #e0dede !important;
}

ul#colourFilterValues  .outer-checkbox label input[type=checkbox]:checked+.st-checkbox>.cr-icon {
	border: 1px solid #000;
}


/****end color filter***/



/**********************Left filter css end***********************************/


/**********************Product card css Start***********************************/


#searchModal .st-search-box li.product {
	width: 24%;
}


/**********************End product card*********************************/


/**********************bubbles tags*********************************/
#searchModal .hidden-sm, #searchModal .hidden-xs {
	display: block !important;
}

.all_tags {
	height: 60px;
	text-align: left;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
#searchModal .contain-size .multiple_box {
	width: 100%;
	margin: 0 auto;
}
.all_tags .tag-button {
	float: none;
	display: inline-block;
	font-size: 13px;
	-webkit-border-radius: 2px;
	height: auto;
	color: #444;
	margin: 0em .1em .5em;
	cursor: pointer;
}
.multiple_box label {
	font-weight: 400;
	margin-left: 0px;
	text-transform: none;
	margin-right: 0px;
	cursor: pointer;
	border-radius: 40px;
	line-height: 34px;
	user-select: none;
	max-width: 100%;
}
.multiple_box input[type=checkbox] {
	display: none;
	width: auto;
	position: inherit;
	margin-right: 10px;
	margin-top: 0;
}
.multiple_box label span {
	margin: 0;
	padding: 5px 20px;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	font-size: 13px;
	color: #000;
	float: left;
	letter-spacing: 0px;
	text-decoration: none;
	border-radius: 40px;
	border:1px solid #e3e3e3;
}
.st-design-container{
}


.st-design-container .txt-red{
	color: #e4032d  !important;
}

.m-l-2{
	margin-left: 5px;
}


#tag_left {
	left: 0px;
	padding-left: 0 !important;
}
#tag_right {
	position: absolute;
	right: 10px;
}
#tag_left, #tag_right {
	top: 3px;
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 40px;
}
#searchModal .st-left-arrow {
	background-image: url(left-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	width: 15px;
	height: 40px;
	display: block;
	padding-top: 0px;
}
#searchModal .st-right-arrow {
	background-image: url(right-arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 18px;
	width: 25px;
	height: 40px;
	display: block;
	padding-top: 4px;
}
.multiple_box input[type=checkbox]:checked + span.filter-tags {
	color: #fff !important;
	border-radius: 40px;
	background: #4a4a4a;
	border-color: #4a4a4a;
	background-position: center center;
}
/**********************end bubbles tags*********************************/




/**********************Sort by*********************************/

.st-sort-bg {
	width: 100%;
	min-height: 40px;
	margin-bottom: 10px;
}

.st-img-container a img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#searchModal .sort-by {
	margin-bottom: 0px;
	background: #fff;
	color: #232323;
	text-align: right;
}

.sort-by label {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sort-by .form-group {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	float: right;
	margin-bottom: 0px;
	border: 1px solid #80808042;
	padding: 10px;
	margin-top: -10px;
	letter-spacing: 1px;
}

#st-sort-web {
	padding: 0px;
	background-color: transparent;
	color: #232323;
	margin-left: 5px;
	border: 0;
	border-radius: 0px;
	-ms-border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	outline: 0;
	margin-right: 0px;
	min-width: 175px;
	float: right;
	text-transform: uppercase;
}
.sort-by select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("select-down.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position-x:right;
	background-position-y: center;
	line-height: 1.2;
	font-weight: 700;
	height: 100%;
	max-width: 160px;
	font-size: 14px;
	cursor: pointer;
	padding: 8px 28px 8px 10px;
	margin-bottom: 0px;
	margin-top: -1px;
	margin-right: 10px;
}


/**********************End sort by*********************************/


/**********************Nuumber of results*********************************/

#searchModal .result-summary {
	display: flex;
	padding-left: 5px;
}

span.st-sorting-btn {
	margin-right: -5px;
}

.resut-summary-t span{
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	display: flex;
}

.st-form-group {
	text-align: right;
}

.st-sort-box:after {
	content: '';
	width: 7px;
	height: 7px;
	right: 0px;
	margin-right: 10px;
	margin-top: 6px;
	position: absolute;
	border: 1px solid #a0a5ab;
	border-right: none;
	border-top: none;
	transform: rotate(-45deg);

}

#searchModal .st-ellipse {
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 130px;
	display: block;
	font-family: 'Lato', sans-serif;
	margin-left: 4px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.resut-summary-t span.block-bld{
	font-weight: 600;
	color: #aaa;
}

.resut-summary-t {
	font-family: 'Lato', sans-serif;
	padding-top: 0px;
	min-height: auto;
	font-size: 13px;
	padding-left: 0px;
	/*overflow: hidden;*/
	margin-top: -8px;
	margin-bottom: 20px;
}
.radio label:after {
	content: '';
	display: table;
	clear: both
}
.radio label input[type=radio]:checked+.cr>.cr-icon {
	transform: scale(1) rotateZ(0);
	opacity: 1;
	color: #1c1b1b
}
.radio label input[type=radio]+.cr>.cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in
}
/**********************End nuumber of results*********************************/


/* Medium Devices, Desktops */
@media only screen and (max-width : 1366px) {


	.st-options .st-option {
		margin-right: 8px;
	}

	#searchModal .sort-by {
		text-align: right;
		float: right;
	}


}

@media only screen and (max-width : 1280px) {

	.sort-by label {
		letter-spacing: 0em;
	}
	#searchModal .filter-body {
		overflow-y: auto !important;
		overflow-x: hidden;
		position: relative;
		display: block;
		width: 100%;
		height: 93%;
		-webkit-overflow-scrolling: touch;
	}

}

@media only screen and (max-width : 1025px) {
	#overlay1 .container {
		font-size: 1.2em;
	}
	.st-loop-product:hover .hover:not(.variantImg) {
		 opacity: 0;
		 transform: scale(1.09);
		 visibility: hidden;
	}
	.st-loop-product:hover .grid-view-item__image{
		opacity: 1;
		visibility: visible;
	}
	.hidden-desktop-only {
		display: block;
	}

	.search-field-input i.fa.fa-search.fa-2x {
		display: none;
	}
	div#overlay1.filters-selected {
		width: auto;
		margin-top: 0px;
	}

	.st-row {
		margin-right: 0px;
		margin-left:0px;
	}

	.st-view-btn-group {
		margin-top: -5px;
	}

	.st-form-group {
		margin-top: -5px;
	}

	.st-view-btn-group .pro-view .in-active {
		width: 30px;
	}

	.st-view-btn-group .pro-view .active {
		width: 30px;
	}

	#searchModal .result-summary {
		margin-left: 0px;
		padding-left: 0px;
	}
	.st-brand-outer:hover .st-brand{
		background-image: url(https://www.searchtap.io/img/st-gray-icon.svg);
	}
	.st-brand-outer:hover .st-brand-txt {
		color: #9a9b9c;
	}
	#searchModal .error-bg {
		margin-left: 0px;
	}
	#searchModal .product-block.grid{
		padding: 0 5px;
	}
	#searchModal .st-ellipse {
		max-width: 130px;
	}

	div#new_tags {
		margin-top: 0px;
	}
	#tag_left, #tag_right {
		top: 5px;
	}

	.search_icon_mobile {
		/*display: none;*/
		position: absolute;
		margin-left: -30px;
		margin-top: 2px;
	}

	.sort-by label {
		letter-spacing: 0px;
		display: none;
	}

	#st-sort-web {
		letter-spacing: 0px;
	}

	#st-sort-web {
		min-width: 160px !important;
	}

	#searchModal .filter-container h4 {
		font-size: 12px;
	}
	#searchModal .filter-container .st-clear {
		font-size: 10px;
		margin-right: 25px;
		margin-top: 13px;
		display: none;
	}

	.st-brand-outer .st-brand-txt {
		font-size: 9px;
	}

	#searchModal .st-reset-all {
		display: block;
		font-size: 10px;
	}

	ul#colourFilterValues {
		min-height: 130px;
		height: 100%;
		margin-top: 20px;
	}

}

/* Small Devices, Tablets */


@media only screen and (max-width : 834px) {

	#searchModal .st-product ins span.money {
		font-size: 14px;
	}
	#searchModal .st-product .product__price del .price {
		font-size: 13px !important;
	}
	body.searchtap .woodmart-sticky-btn{
		display: none;
	}
	body.searchtap .whb-header {
		margin-bottom: 0px;
	}

	.st-mb40 {
		padding: 0 0px;
	}

	.pl0 {
		padding-left: 15px !important;
	}

	.st-label-txt {
		max-width: 35px;
		left: 0;
		right: 0;
		padding: 5px 5px;
		font-size: 10px;
		min-width: 35px;
		align-items: center;
	}

	.st-product .grid-view-item__image {
	position: relative;
		left: 0;
		top: 0;
		right: 0;
		transform: unset;
	}

	.st-loop-product:hover .grid-view-item__image{
		opacity: 1;
		visibility: visible;
	}

	.filter-list-desktop.st-color {
		padding: 0 15px;
	}

	#searchModal .st-sizes {
		padding: 0 15px;
	}

	#searchModal .result-summary {
		font-size: 18px;
	}

	.st-search-bar {
		position: relative;
		margin: 10px 15px;
	}

	.st-search-bar input {
		border:1px solid #ddd !important;
		background-color: #fff !important;
		padding: 8px 20px;
		width: 100%;
		padding-left: 35px !important;
		background-image: url("search.svg");
		height: 40px !important;
		font-size: 16px !important;
		min-width: 250px;
		font-weight: 500;
		color: #333;
		letter-spacing: 0px;
		text-transform: capitalize;
		line-height: normal;
		padding-right: 30px;
	}

	.st-shop-summary-wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.product__item .product__price {
		text-align: center;
	}

	#searchModal .st-ProductItem-Info {
		width: 100%;
		margin-bottom: 4px;
	}
	.search-field-input i.fa.fa-search.fa-2x {
		display: block;
	}
	#overlay .container {
		margin-top: 50px;
		padding-top: 230px;
		padding-bottom: 230px;
		min-height: 400px;
		font-size: 20px;
		text-align: center;
	}
	.active-sort{
		background-color: #EBEEF1 !important;
	}
	.search-field-input input{
		border-radius: 2px !important;
		padding-left: 0px !important;
	}

	.st-col-md-35 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#searchModal #sortFilter {
		background-color: #1e9e6b;
		position: fixed;
		text-transform: uppercase;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: .0rem .3rem .0rem .3rem;
		z-index: 9;
		transition: .35s ease-in;
	}
	.sortFilterCon div {
		width: 49%;
		float: left;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 14px 5px 14px 35px;
		text-align: center;
		font-size: 14px;
		font-family: 'Lato', sans-serif;
		color: #fff;
		font-weight: 700;
	}
	.tabIcon.sortIcon {
		background-size: 15px;
		background-image: url(sort.svg);
	}
	.filter-applied-ellip {
		background-color: #fff;
		width: 8px;
		height: 8px;
		position: absolute;
		z-index: 5;
		border-radius: 50%;
		margin-left: -27px;
	}
	#searchModal .sortFilterCon .filter_h {
		border-left: 1px solid #ffffff45;
	}
	.tabIcon.filterIcon {
		background-image: url(filter-icon.svg);
		background-size: 15px;
		margin-left: -25px;
	}
	.tabIcon {
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
	}

	.st-pl30 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.product__price ins {
		font-size: 13px;
	}

	del.compare_at_price {
		font-size: 13px;
	}

	a.st-loop-product {
		min-height: auto;
	}

	a.st-loop-product__link {
		font-weight: 700;
		font-size: 12px;
		min-height: 35px;
	}



	s.st-product-price__price {
		font-size: 12px;
		letter-spacing: .5px;
	}

	span.st-product-price__price.product-price__sale {
		font-size: 12px;
		letter-spacing: .5px;
	}

	.st-searchbar-outer {
		position: relative;
		display: flex;
		height: 44px;
		align-items: center;
		border-radius: 3px;
		background: #fff;
		color: #2b2b2d;
		z-index: 1;
	}

	.st-search-bar {
		position: relative;
		margin: 0 15px;
		margin-top: 10px;
		color: #716e6e;
		z-index: 1;
		margin-bottom: 10px;
	}

	#searchModal .st-product .st-col-md-2 {
		-ms-flex: 0 0 33.333333333333%;
		flex: 0 0 33.333333333333%;
		max-width: 33.333333333333%;
	}

	.st-swcs_parent .st-swatch-list {
		justify-content: center;
	}

	.st-product-thumb h4.st-product-name {
		font-size: 11px;
	}

	.st-product-item .price-box {
		text-align: center;
	}

	.st-product-item .rltv-actions {
		float: none;
		display: flex !important;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.st-product-item .addto-ct-btn{
		height: 30px!important;
		display: flex;
		justify-content: center;
		margin-left: auto !important;
		margin-right: auto;
		margin-top: 12px;
	}

	.st-ic-up:after {
		margin-top: 0px;
	}

	.st-ic-down:after {
		margin-bottom: 0px !important;
	}

	.st-width100{
		width: 100% !important;
	}

	#searchModal .st-product .st-product-item:hover {
		box-shadow: none;
		margin-bottom: 0px;
	}



	.mobile-filter-popup .apply-all{
		position: fixed;
		margin-top: 6px;
		left: 0;
		right: 0;
		bottom: 0px;
		width: 100%;
		background-color: #1e9e6b;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 45px;
		z-index: 99;

	}

	.mobile-filter-popup .apply-all .apply-btn{
		font-family: 'Lato', sans-serif;
		color: #fff;
		display: block;
		outline: none;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
	}

	.st-product-thumb .st-price {
		position: relative;
		height: 30px;
		background: #fff;
		text-align: center;
		width: 100%;
		margin-bottom: 0px;
		bottom: 0 !important;
		padding-top: 6px;
	}

	.st-bynow-btn-group button {
		font-size: 11px;
		width: 100%;
	}


	.st-product-thumb .st-price-old {
		margin-right: 1px;
		margin-left: 1px;
	}

	.st-bynow-btn-group {
		position: relative;
		font-size: 11px;
		color: #229cca;
		display: block;
	}

	.st-product-thumb{
	}

	.st-view-btn-group {
		margin-top: 10px;
	}

	#searchModal .st-product .st-col-xs-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px;
	}

	.st-design-container .product-meta {
		padding: 0px 10px 6px 10px;
	}

	.st-design-container h2.woocommerce-loop-product__title {
		font-size: 14px!important;
	}

	.st-design-container {
		width: 103%;
	}

	span.filter-name {
		line-height: 27px;
	}
	.radio input[type="radio"]{
		margin-top: 6px;
	}
	li.outer {
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 15px;
	}
	a.st-loop-product {
		margin-bottom: -5px;
	}

	.st-product span.onsale {
		font-size: 12px;
	}

	#searchModal .mobile-filter-popup .radio .cr .cr-icon {
		font-size: .5em !important;
	}
	/*.checkbox label input[type=checkbox], .radio label input[type=radio] {*/
	/*	display: none;*/
	/*}*/
	#searchModalContainer .radio, .checkbox {
		min-height: 20px;
		padding-left: 0;
	}
	.checkbox .cr, .radio .cr {
		border: 1px solid #000;
		border-radius: 0;
		width: 1.1em;
		height: 1.1em;
		margin-top: 1px;
	}
	#searchModal .mobile-filter-popup .radio label .cr {
		border: 1px solid #000 !important;
		border-radius: 20px;
		margin-top: 0px!important;
		margin-right: .8em !important;
	}
	#searchModal #sortFilter-a {
		background-color: #000;
		position: fixed;
		background-image: url(filter-icon.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position-x: center;
		background-position-y: 13px;
		text-transform: uppercase;
		bottom: 80px;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		padding: 0;
		left: 20px;
		z-index: 17;
		box-shadow: 0px 0px 17px 0px rgba(130, 147, 159, 0.52);
		transition: .35s ease-in;
	}
	#sortFilter-a .filter-txt {
		position: absolute;
		font-size: 9px;
		left: 0;
		right: 0;
		z-index: 1;
		text-align: center;
		color: #fff;
		bottom: 17px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 600;
	}
	.st-col-md-4{
		width: 32.5%;
	}

	div #searchModalContainer{
		padding: 0px 0px;
		margin-top: 10px;
	}
	#searchModal .st-design-container .product-image {
		height: 145px;
	}
	#searchModal .mobile-filter-popup span.apply-all {
		float: right;
	}

	.st-search-bar .input-close-btn {
		width: 20px;
		height: 25px !important;
		display: none;
		cursor: pointer;
		background-image: url(cross.svg) !important;
		background-position-y: center !important;
		background-position-x: center;
		background-repeat: no-repeat !important;
		background-size: 11px !important;
		position: absolute;
		top: 0px;
		right: 0px;
		margin-right: 12px;
		margin-top: 7px;
		color: black;
	}


	.st-hidden-desktop{
		display: inline-block !important;
	}

	/*sorting css*/
	.st-overlay-active:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: rgba(0,0,0,.5);
		z-index: 390;
		-webkit-transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0s;
		transition: opacity 225ms cubic-bezier(.4,0,.2,1) 0s;
	}
	.st-sorting-wrapper {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		max-height: 100%;
		background-color: #fff;
		z-index: 9999999999;
	}


	.st-sorting-inner {
		background-color: #fff;
		overflow-y: auto;
		bottom: 0;
		padding-bottom: 10px;
	}
	.st-sorting-wrapper st-sorting-inner .list {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #fff;
		z-index: 10;
		overflow: hidden;
		clear: both;
	}
	.st-sorting-wrapper li.sortby {
		font-family: 'Lato', sans-serif;
		border-bottom: 1px solid #eaeaec;
		font-weight: 600;
		font-size: 14px;
		color: #333;
		padding-left: 10px;
		margin: 0 10px;
		padding-top: 12px;
		padding-bottom: 8px;
		margin-bottom: 8px;
		text-align: left;
	}
	.st-sorting-wrapper .list li button {
		width: 100%;
		display: inline-block;
		border: none;
		text-transform: none;
		text-align: left;
		color: #161616;
		font-size: 14px;
		height: auto;
		font-weight: 400;
		padding: 15px 20px;
		background-color: transparent;
		margin-bottom: 0px !important;
	}
	.st-sorting-wrapper .list li button:focus{
		outline: none;
		box-shadow: none;
	}
	.st-sorting-wrapper .searchSort .list .sortby {
		border-bottom: 1px solid #eaeaec;
		font-weight: 500;
		font-size: 14px;
		color: #3e4152;
		padding-left: 10px;
		margin: 0 10px;
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.st-sorting-wrapper .st-sorting-inner ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	/*end sorting css*/

	.st-product .st-col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.st-product .col-sm-8 {
		width: 33.33333333%;
	}

	.st-design-container {
		margin-left: 0%;
	}

	#searchModal .st-search-box {
		margin-top: 0;
	}

	div#search-modal {
		border: 1px solid #ddd;
		border-radius: 20px;
	}

	#searchModal .st-search-box li.product {
		width: 47%;
	}

	#searchModal .st-search-box .products {
		margin-left: 15px;
		margin-right: 0px;
	}


	.result-summary  .pts{
		position: relative;
		top: 0px;
	}

	body.searchtap .search-head {
		margin-bottom: 0px;
	}

	#searchModal .filter-body {
		padding: 0 15px;
	}

	.search-head {
		display: block;
		margin: 0 15px;
		margin-top: 15px;
		margin-bottom: 10px;
	}


	.search-head span.input-close-btn {
		width: 20px;
		height: 40px !important;
		display: none;
		cursor: pointer;
		background-image: url(cross.svg) !important;
		background-position-y: center !important;
		background-position-x: center;
		background-repeat: no-repeat !important;
		background-size: 12px !important;
		position: absolute;
		top: 0px;
		right: 10px;
		margin-right: 0px;
		color: black;
		text-align: right;
	}


	#searchModal .size-label {
		margin: 2px;
		text-transform: uppercase;
	}
	ul#colourFilterValues {
		min-height:100%;
		margin-top: 10px;
	}
	ul#colourFilterValues li {
		min-width: 35px;
		max-width: 99px;
		width: auto !important;
		float: left;
		margin: 2px 6px 8px 6px !important;
		cursor: pointer;
		position: relative;
	}


	#searchModal .filter-container .st-clear {
		font-size: 10px;
		margin-right: 17px;
	}


	#searchModal .CollectionInner__Products{
		width: 100%;
	}

	.mobile-filter-popup .outer-checkbox label{
		width: 100%;
		margin-bottom: 0px;
		font-size: 14px;
		text-align: left;
		text-transform: uppercase;
		font-weight: 400;
	}

	.st-mobile-filter-clear {
		position: absolute;
		font-family: 'Lato', sans-serif;
		color: #555;
		font-size: 12px;
		text-transform: capitalize;
		float: right;
		display: block;
		z-index: 99;
		right: 15px;
		width: 60px;
		height: 30px;
		margin-top: 17px;
	}


	#searchModal .st-col-xs-12{
		width: 100%;
	}

	#searchModal div#noResults {
		margin-bottom: 10px;

	}

	#searchModal .st-col-md-10 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.st-row {
		margin-right: 0px;
		margin-left: 0px;
	}

	#searchModal .mb-filter-txt{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 80%;
	}

	.search-head{
		margin: 0 15px;
		position: relative;
	}

	.search-head .form-control {
		padding: 0px 12px;
		color: #232323;
		font-weight: 300;
		font-size: 16px;
		line-height: 1.42857143;
		padding-left: 35px!important;
		padding-right: 35px;
		width: 100%;
		border: 1px solid #523137 !important;
		height: 42px;
		background-color: #fff!important;
		background-image: url(search.svg)!important;
		background-position-y: center !important;
		background-position-x: 12px !important;
		background-repeat: no-repeat !important;
		background-size: 14px !important;
		border-radius: 0;
	}

	.search-head .form-control:focus{
		background-repeat: no-repeat;

	}



	.st-inner-product {
		margin-bottom: 35px;
	}

	#searchModal .st-product .st-col-md-3 {
		width: 33.33333%;
		padding: 0 15px;
	}


	#searchModal .st-col-md-10{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}


	#searchModal .st-mobile-sorting{
		background-color: #fff;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
		padding: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
		box-shadow: 0px 1px 55px 0 rgba(0,0,0,0.1);
	}

	.st-mobile-sorting li{
		margin-left: 0px !important;
		padding-left: 20px !important;
	}
	/*end sort by*/

	#searchModal .mobile-filter-popup .outer-checkbox label input[type=checkbox]:checked+.st-checkbox:after {
		opacity: 1;
	}


	#searchModal .mobile-filter-popup .outer-checkbox .st-checkbox:after{
		content: '';
		position: absolute;
		opacity: 0;
		width: 7px;
		height: 7px;
		background-color: #1e9e6b;
		left: 0;
		right: 0;
		top: 2px;;
		margin: 0 auto;
	}


	#searchModal .mobile-filter-popup .outer-checkbox .st-checkbox {
		border:2px solid #e7e7e7;
		background-color: #fff;
		width: 15px;
		height: 15px;
		position: relative;
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		margin-top: -1px;
		border-radius: 0px;

	}
	#searchModal .mobile-filter-popup .outer-checkbox .st-checkbox .cr-icon {
		opacity: 0;
		position: absolute;
		font-size: 9px;
		top: 0 !important;
		line-height: normal;
		height: auto;
	}
	#searchModal .mobile-filter-popup .outer-checkbox input {
		display: none;
	}

	div#searchModalContainer {
		width: 100%;
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 0px;
		overflow-x: hidden;
	}

	.mobile-filter-popup {
		box-sizing: border-box;
		position: fixed;
		/*display: none;*/
		top: 0;
		left: 0;
		padding-bottom: 70px !important;
		width: 100%;
		height: 100%;
		z-index: 999999999999;
		border: 0;
		background: #fff;
		overflow-x: hidden;
		margin: 0;
		overflow-y: scroll;
		padding: 0 15px;
	}

	#searchModal #searchFilterMobile .filterHeader {
		background: #fff;
		font-family: 'Lato', sans-serif;
		padding: 15px 0px 15px 0px;
		/*font-size: 12px;*/
		font-size: 15px;
		border-bottom: 1px solid #e7e7e7;
		color: #333;
		text-align: left;
		font-weight: 600;
		text-transform: uppercase;
	}

	.mobile-filter-popup .st-mobile-cross{
		position: relative;
		display: inline-block;
		background-image: url(cross.svg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		background-size: 10px;
		width: 20px;
		height: 10px;
	}

	.filter-list .panel-heading {
		padding: 0 30px;
		border-bottom: 1px solid #eee;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		width: 100%;
		color: #000;
		text-align: left;
	}

	.filter-list .panel-title {
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		color: #333;
		padding: 16px 0px;
		margin-bottom: 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	#searchModal .sidebar__inner ul::-webkit-scrollbar {
		width: 0em;
	}


	#searchModal ul.filter-list-desktop {
		font-family: 'Lato', sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		padding: 10px 0px;
		padding-bottom: 0px;
		overflow-y: scroll;
		overflow-x: hidden;
		margin: 0px;
		max-height: 268px;
		margin-bottom: 0px;
		-webkit-overflow-scrolling: touch;
	}

	.filter-list .panel-title .fa {
		float: right;
		padding-top: 0px;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke: 3.5px white;
		font-size: 24px;
		color: #333;
		margin-top: -1px;
		position: absolute;
		margin-right: 15px;
		right: 0px;
	}

	span.st-reset-all-mobile {
		font-family: 'Lato', sans-serif;
		color: #a3adb7;
		width: 50%;
		text-transform: uppercase;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		margin-top: 3px;
		text-align: center;
		font-size: 13px;
		font-weight: 400;
	}

	.filter-list a.apply-btn {
		font-family: 'Lato', sans-serif;
		background: #4a4a4a;
		border-color: #4a4a4a;
		letter-spacing: 1px;
		font-size: 12px;
		box-shadow: none;
		border-radius: 60px;
		text-transform: uppercase;
		outline: 0;
		color: #fff;
		display: block;
		text-align: center;
		padding: 9px 20px;
		font-weight: bold;
	}

	.ST-search .list-group {
		border-radius: 0;
		box-shadow: none;
	}
	#searchModal .filter-list-desktop li{
		list-style: none;
		margin:10px 0px;
	}

	#searchModal .filter-list-desktop li span.number_of_product {
		position: relative;
		float: right;
		font-weight: 300;
		color: #999;
		font-size: 12px;
		display: flex;
		justify-content: flex-end;
		flex: 3;
	}
	#searchModal .filter-list-desktop li .filter-label {
		display: inline-block;
		text-transform: capitalize;
		font-family: 'Lato', sans-serif;
		text-align: left;
		letter-spacing: 0px;
		width: 75%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: left;
		color: #6a6a6a;
	}


	#searchModal #st-back-top {
		width: 45px;
		height: 45px;
		bottom: 200px;
		right: 15px;
	}

	.st-sort-bg {
		box-shadow: none;
		margin-bottom: 10px;
		padding-top: 0px;
		overflow: unset;
		min-height: 25px;
	}
	resut-summary-t {
		padding-top: 0px;
	}

	#searchModal .resut-summary-t {
		width: 100%;
		margin-top: 0px;
	}

	#searchModal .ripple-container .filters-btn {
		top: 0px;
	}

	#searchModal .txt-red{
		color: #222222;
		position: relative;
		top: -5px;
		font-weight: 500;
		text-transform: capitalize;
	}

	.tb-megamenu .nav-collapse {
		display: none;
	}

	.st-col-md-9{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.st-col-md-8 {
		width: 100%;
	}



	.hidden-desktop{display: block;}.hidden-mobile{display: none !important;}

	/******Client extra css******/



	/******End client css******/

	.filter-applied-ellip {
		background-color: #fff;
		width: 6px;
		height: 6px;
		position: absolute;
		z-index: 5;
		border-radius: 50%;
		margin-left: -8px;
	}

	.st-sort-cross {
		float: left;
		width: 13px;
		height: 13px;
		margin-right: 10px;
		margin-top: 2px;
	}

	.st-sort-cross svg{
		width: 15px;
		height: 15px;
	}

	.tabIcon.filterIcon, .tabIcon.sortIcon {
		position: absolute;
		top: 17px;
		margin-left: -20px;
	}
	.tabIcon.sortIcon {
		background-size: 13px;
		background-image: url(sort.svg);
	}
	.tabIcon.filterIcon {
		background-image: url(filter-icon.svg);
		background-size: 13px;
		margin-left: -23px;
	}
	.tabIcon {
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
	}


	#searchModal .uppercase_text{
		text-transform: uppercase;
	}


	#searchModal .filterBy:before {
		content: '';
		position: absolute;
		top: 0;
		transform: translate(-50%, 60%);
		margin-left: 0;
		margin-top: 0px;
		width: 30px;
		height: 30px;
		background-image: url(filter-icon.svg);
		background-repeat: no-repeat;
		background-size: 30px;
	}

	.st-brand-outer {
		position: absolute;
		border-left: 0px solid #e7e7e7;
		right: 0px;
		margin-right: 0px;
		margin-top: 0px;
		top: 0px;
		font-size: 12px !important;
	}

	#searchModal .filter-header {
		padding: 14px 20px 14px 20px;
	}

	.st-brand-outer .st-brand-txt {
		font-size: 9px;
		padding-left: 0px;
		margin-top: 0px;
	}

	.st-brand-outer .st-brand {
		background-size: 10px;
		width: 10px;
		height: 10px;
		margin: 0px auto 0 0px;
	}

	#searchModal .st-reset-all {
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 3px;
		font-size: 12px;
		margin-right: 90px;
		font-weight: 500;
		color: #6d6e6f;
		text-transform: none;
		cursor: pointer;
		letter-spacing: 0;
	}

	.st-mobile-filter{

		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		display: none;
		z-index: 5;
	}

	#searchModal .st-mobile-filter .filter-cross{
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		letter-spacing: 4px;
	}

	#searchModal .st-mobile-filter .mobile-filter-button{
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		color: #ffff;
		background-color: #49a066;
		position: absolute;
		right: 0;
		padding: 10px 20px;
		font-size: 14px;
		border-radius: 30px;
		margin-top: -9px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
	a.st-loop-product {
		margin-bottom: -5px;
	}
	.st-product-price__price+.st-product-price__price {
		margin-left: 4px;
	}

	.st-card {
		margin: 0 auto 10px;
	}

	.st-add-to-cart{
		display: none;
	}


	.st-ic-up:after {
		margin-top: 5px;
	}

	.st-ic-down:after {
		margin-bottom: 1px !important;
	}

	#searchModal .st-product .st-col-md-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.st-view-btn-group {
		margin-top: 5px;
	}

	.st-product-thumb .st-price {
		font-size: 11px;
	}

	span.st-sale.st-sale-percentage {
		font-size: 11px;
	}

	.st-product-thumb .st-price i {
		font-size: 11px;
	}

	#searchModal .result-summary {
		padding-left: 03px;
		display: block;
		margin-bottom: 10px;
	}

	.st-mb40 {
		margin-bottom: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}

	div#searchModal.container-fluid{
		padding: 0px;
	}

	#searchModal .resut-summary-t{
		padding-left: 0px;
	}


	.st-mobile-filter-clear {
		margin-right: 10px;
	}


	.filter-list .panel-heading {
		padding: 0 0px;
	}

	.st-product .col-sm-8 {
		width: 50%;
	}

	#searchModal .st-product .st-col-md-12{
		padding-left: 0px;
		padding-right: 0px;
	}

	#searchModal .st-product .st-col-md-9{
		padding-left: 0px;
		padding-right: 0px;
	}

	.st-design-container {
		margin-left: 0 !important;
	}

	.section2 {
		padding: 10px 0px;
	}

	.st-col-md-9 {
		width: 100%;
	}


	.bc-sf-filter-product-item-label {
		padding: 6px 0;
		margin: 0 6px;
	}
	span.st-money {
		display: block;
	}
	.outSide_logo {
		margin-left: 0px !important;
	}

	#searchModal .st-product .st-col-md-3 {
		width: 50%;
		webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	a.st-loop-product {
		min-height: 100%;
		padding-bottom: 90%;
	}

	.st-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.st-col-md-35 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#searchModal .st-product{
		margin-bottom: 1em;
		width: 100%;
		padding: 0 12px;
	}

	.st-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	div#searchModal {
		margin: auto!important;
	}

}

@media only screen and (max-width: 480px) {
	a.st-loop-product {
		padding-bottom: 100%;
	}
	a.st-loop-product__link {
		min-height: 55px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	#searchModal .st-product .st-add-cart a.cart-link {
		width: 100%;
	}

	a.st-loop-product {
		margin-bottom: 0px;
	}


	#mobileFilterValues ul {
		max-height: 520px;
	}

	.st-options .st-option {
		margin-right: 3px;
	}

}

@media only screen and (max-width : 320px) {
	del.compare_at_price {
		margin-right: -1px;
		margin-left: -5px;
	}
	#searchModal .st-product .st-add-cart a.cart-link span {
		padding: 10px 8px;
	}

	#mobileFilterValues ul {

		max-height: 450px;
	}

	.st-brand-outer a {
		font-size: 10px !important;
	}

	.resut-summary-t span{
		font-size: 10px !important;
	}

	#searchModal #searchFilterMobile .filterHeader{
		font-size: 12px !important;
	}

	.header.header-style1 .search-header-w .form_search {
		z-index: 1;
		position: absolute;
		top: 0px;
		right: calc(100% + 10px);
		min-width: 160px !important;
		max-width: 120px !important;
	}
}


@media (min-width: 500px){
	.st-container {
		width: 480px;
	}
}
@media (min-width: 740px){
	.st-container {
		width: 720px;
	}
}
@media (min-width: 980px){
	.st-container {
		width: 960px;
	}
}
@media (min-width: 1220px){
	.st-container {
		width: 1200px;
	}
}

@media (min-width: 836px) and (max-width: 1300px){

}

@media (min-width: 1000px) and (max-width: 1025px){
	.st-brand-outer .st-brand-txt{
		display: none;
	}
	.st-brand-outer .st-brand{
		display: none;
	}
}


