<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&amp;display=swap');

.product-availability {
	display: inline-flex;
	margin: -17px -35px;
	position: absolute;
}

/*Color-Filter Css Desktop*/
.sidebar__inner ul.color-filter li .outer-checkbox .cr {
	position: relative;
	border: 1px solid #eaeaea;
	width: 21px;
	display: block;
	overflow: hidden;
	height: 21px;
	float: left;
	margin-right: .5em;
	margin-top: 2px;
	border-radius: 1px;
}
 .filter-container .color-filter .outer-checkbox label input[type=checkbox]:checked+ .cr {
	border: 2px solid #000 !important;
	margin: 1px;
	margin-right: 0.4em;
	padding: 1px;
}

.st-new-tag {
	background: #969696;
	display: table;
	font-size: .78571rem;
	text-align: left;
	color: #fff;
	padding: .3125rem .4375rem;
	margin-bottom: 5px;
	border-radius: 0;
	font-weight: 400;
	text-transform: none;
}

#searchModal div#overlay1 {

	margin-top: 100px;
}
h1.page-heading {
	font-size: 35px !important;
	padding-bottom: 20px;
}
.search-pform p {
	font-size: 20px !important;
	line-height: normal;
}

.st-card:hover .product-availability {
	opacity: 0;
}

#header-search-btn{
	display: none !important;
}
#searchModal .filter-container .outer-checkbox:hover .filter-label {
	color: #333333;
}

span.result-loader {
	font-size: 50px;
	text-align: center;
	display: block;
	color: #333;
}

.searchtap #back-to-top{
	display: none !important;
}

.searchtap #onesignal-bell-container{
	display: none !important;
}
.searchtap .fb_dialog{
	display: none !important;
}
.searchtap #chat-application{
	display: none !important;
}

a.highlight-text {
	color: #333;
	font-weight: 700 !important;
	text-decoration: underline !important;
	cursor: pointer;
}

ul li a.active-sort {
	color: #333 !important;
}

#overlay .container {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

div#overlay1 .container{
	text-align: center !important;
}

.st-inner-container{
	max-width: 1400px;
	padding-left: 30px;
	padding-right: 30px;
}



.st-container {
	margin: 0 auto;
}

.for-mobile-only{
	display: none;
}





/*.st-search-bar .input-close-btn {*/
/*	width: 20px;*/
/*	height: 25px !important;*/
/*	display: block;*/
/*	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: 10px;*/
/*	margin-top: 5px;*/
/*	color: black;*/
/*}*/



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-shop-thumbnail-wrap: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;
}

.st-buy-now{
	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: 10px !important;
}

.st-card:hover{
	outline: 1px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}

.st-buy-now {
	border: solid 1px #fb641b;
	padding: 10px 26px;
	color: #fff;
	margin-bottom: 3px !important;
	min-width: 36px;
	background-color:#fb641b;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0;
	display: inline-block;
	outline: none;
}

.st-add-to-cart{
	border: solid 1px #ff9f00;
	padding: 0 1.5em;
	height: 36px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 20px !important;
	min-width: 36px;
	background-color:#ff9f00;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0;
	display: inline-block;
	outline: none;
}

.st-shop-thumbnail-wrap:hover .st-buy-now{
	background-color:#fb641b;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

.st-card:hover .st-add-to-cart{
	background-color: #ff9f00;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

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

s.st-product-price__price {
	font-size: .8rem;
	color: currentColor!important;
	opacity: .8;
	line-height: 1.2em;
	margin-left: 5px;
	font-family: 'Karla', sans-serif;
}
.st-grid-view-item__meta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding-bottom: .4rem;
}

.st-product-price__price+.st-product-price__price {
	color: #444;
}

span.st-product-price__price.product-price__sale{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: #ad1f00;
	font-family: 'Karla', sans-serif;
}

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

a.st-loop-product__link {
	font-size: 14px;
	color: #777;
	text-decoration: none !important;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	display: block;
	/*letter-spacing: -.01em;*/
	padding-bottom: .4rem;
	text-decoration: none;
	line-height: normal;
	min-height: 75px;
}

a.st-loop-product__link:hover{
	color: #d11511;
}

.st-sorting {
	font-family: 'Karla', sans-serif;
	opacity: 0;
	position: absolute;
	list-style: none;
	/*top: 100%;*/
	right:0;
	z-index: 99;
	min-width: 180px;
	margin-right: 0px !important;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	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: 5px;
	width: 0px;
	height: 2px;
	border-style: solid;
	bottom: 100%;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #000 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-width100{
	width: 100% !important;
}

.st-sort-box{
	position: relative;
	z-index: 2;
	font-family: 'Karla', sans-serif;
	color: #7b858a;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 8px 30px;
	padding-left: 10px;
	font-size: 14px;
	line-height: normal;
	min-width: 180px;
	text-align: left;
	display: inline-block;
	border: 1px solid #e4e4e4;
}

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

.st-sorting li a:hover{
	color: #c91c23;
	text-decoration: none;
}
.st-sorting li a {
	display: block;
	padding: 6px 20px;
	width: 100%;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #777;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	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 {
	max-width: 280px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
}

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

.st-hidden-desktop{

	display: none !important;
}

span.st-highlight {
	font-family: 'Karla', sans-serif;
	font-weight: 600;
}


#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 {
	width: 100%;
	margin: 0 auto;
	min-height: 500px;
	margin-top:20px;
}

#searchModalContainer .st-loading{
	border-radius: 150px;
	border: 1px solid #e30613;
	border-top-color: #fff;
	height: 120px;
	width: 120px;
	animation: st-loading 1.2s linear infinite;
	-webkit-animation: st-loading 1.2s linear infinite;
	margin: 0 auto;
	top: 0px;
	margin-bottom: 0px;
	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;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.st-pl30{
	padding-left: 15px;
}

.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;
	margin-top: 0px;
}

.st-products .st-product {
	float: left;
	position: relative;
	padding: 0 10px;
}

.st-card {
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	text-align: center;
	margin: 0 auto 30px;
}

.st-add-to-cart-outer {
	display: block;
	justify-content: space-around;
	max-width: 60%;
	margin: 0 auto;
	transition: opacity .2s cubic-bezier(.7,0,.3,1),transform .2s cubic-bezier(.7,0,.3,1);
	backface-visibility: hidden;
	bottom: -1.4rem;
	background: #fff;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.st-shop-summary-wrap {
	position: relative;
	padding: .71429rem;
}

.st-card:hover .st-add-to-cart-outer  {
	transform: translate(0%,-50%);
	opacity: 1;
}

.st-add-to-cart-outer a{
	font-size: 17px;
	display: inline-block;
	padding: .4rem;
}

.st-products .st-product .st-shop-thumbnail-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 0rem;
}

.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;
}

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

.st-subtxt{
	display: block;
	font-size: .625rem;
	opacity: .8;
	text-transform: uppercase;
	line-height: 1.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.st-subtxt a{
	color: #7b858a;
}

.st-subtxt a:hover{
	text-decoration: none;
	color:#d11511;
}

.st-card .st-labels{
	line-height: 1;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	top: 0;
	font-size: 10px;
	left: 0;
}

.st-card .st-onsale {
	background: #eba53d;
	color: #fff;
	padding: .3125rem .4375rem;
	margin-bottom: 5px;
	border-radius: 0px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.st-col-swatch li.st_color span {
	width: 100%;
	height: 100%;

	margin: 0;
	display: block;
	border-radius: 50%;
	border: 1px solid #ddd;
}

a.st-loop-product {
	display: flex;
	justify-content: center;
	/*max-height: 234px;*/
	text-decoration: none !important;
}

.st-product .grid-view-item__image {
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	margin: 0 auto;
	margin-bottom: 0;
	vertical-align: middle;
	-ms-transition: all ease-out 0.4s;
	-webkit-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}

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

.grid-view_image{
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
	-ms-transition: all ease-out 0.4s;
	-webkit-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}

.st-shop-thumbnail-wrap:hover .primary {
	opacity: 0;
}

.st-shop-thumbnail-wrap:hover .hover:not(.variantImg) {
	opacity: 1;
	visibility: visible;
}

.st-shop-thumbnail-wrap:hover .grid-view-item__image {
	opacity: 0;
	visibility: hidden;
}

.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 {width: 84%;}

#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: #d11511;
	position: fixed;
	bottom: 100px;
	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 #e3e3e3;
	font-family: 'Karla', sans-serif;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 220px;
	letter-spacing: 0px;
	padding: 10px 10px;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
	border-radius: 2px;
	text-transform: uppercase;
}

div#STbar {
	position: relative;
}

ul#colourFilterValues {
	height: 100%;
}


[v-cloak]{
	display:none ;
}

#searchModal .error-bg{
	margin-left: 160px;
	background:url(error-bg.jpg) center top no-repeat;
	z-index:1;
	min-height: 520px;
	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: 0px;
	margin-left: 6px;
	padding-left: 0px;
	border-left: 1px solid #c1ccd182;
	cursor: pointer;
	position: relative;
	z-index: 1;
	top: auto;
	float: left;
	opacity: .7;
	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: 10px;
	padding-left: 5px;
}

.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: -1px auto 0 0px;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	display: inline-block;
	vertical-align: middle;
}

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


div#STbar {
	position: relative;
	/*border: 1px solid #dae2e6;*/
}

#searchModal .sidebar__inner {

}

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

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


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

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

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

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

#searchModal .sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#searchModal .sidebar::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

#searchModal .sidebar::-webkit-scrollbar-thumb
{
	background-color: #f9f6f6;
	border: 1px solid #bbbaba;
}

#searchModal .filter-list-desktop::-webkit-scrollbar
{
	width: 0px !important;
	background-color: #F5F5F5;
}


#searchModal .filter-header h4.filter-title {
	position: relative;
	font-family: 'Karla', sans-serif;
	color:#777777;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: .2px;

}

#searchModal .st-reset-all {
	color:#d11511;
	font-family: 'Karla', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 500;
}

#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: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
}

#searchModal .filter-container .filter-list-desktop span.number_of_product {
	color: #939393 !important;
	padding-right: 0px;
	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: 'Karla', sans-serif;
	position: relative;
	padding-left: 0px;
	margin: 0;
	cursor: pointer;
	padding-bottom: 0;
	font-size: .9375rem;
	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: 'Karla', sans-serif;
	font-size: .9375rem;
	vertical-align: middle;
	text-transform: capitalize;
	color: #777;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 60%;
	text-align: left;
}


#searchModal .filter-container li{
	padding: 3px 0;
	cursor: pointer;
	line-height: 1.5em;
	width: 100%;
	display: block;
	overflow: hidden;
}

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

#searchModal .filter-container .outer-checkbox:hover .st-checkbox{
	border-color: #333;
}

#searchModal .filter-container .outer-checkbox .st-checkbox:after{
	content: '';
	width: 8px;
	height: 4px;
	left: 0;
	right: 0;
	top: 4px;
	opacity: 0;
	margin: 0 auto;
	position: absolute;
	border: 2px solid #000;
	border-right: none;
	border-top: none;
	transform: rotate(-50deg);
}

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

#searchModal .filter-container .outer-checkbox label input[type=checkbox]:checked+.st-checkbox{
	/*background-color:#d11511;*/
	border-color: #333;
}

#searchModal .filter-container .outer-checkbox label input[type=checkbox]:checked.filter-label{
	color: #d11511 !important;
}


#searchModal .filter-container h4{
	font-family: 'Karla', sans-serif;
	color: #777;
	font-size: .9375rem;
	text-transform: capitalize;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-weight: 700;
}

#searchModal .filter-container .st-filter-tab .fa{
	float: right;
	position: absolute;
	right: 0;
	margin-top: 2px;
	text-align: right;
	padding-right: 0px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 2px white;
	color: #000;
	margin-right: 0px;
}

#searchModal .filter-container .st-clear{
	position: absolute;
	right: 0;
	display: block;
	margin-right: 30px;
	color: #333;
	font-family: 'Karla', sans-serif;
	text-align: right;
	font-size: 13px;
	text-transform: uppercase;
}

#searchModal .filter-container .st-filter-tab{
	cursor: pointer;
}

#searchModal .sidebar__inner ul{
	margin-bottom: 0px;
	padding: 10px 0px;
	margin: 0px;
	overflow-y: auto !important;
	overflow-x: hidden;
	max-height: 268px;
}


/****Color filter***/

ul#colourFilterValues li {
	min-width: 15px !important;
	max-width: 90px;
	width: auto !important;
	float: left;
	margin: 3px !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: 22px;
	height: 22px;
	border-radius: 1px;
	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;
	transform: rotate(0deg);
}

#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&gt;.cr-icon {
	opacity: 1;
	color: #e0dede !important;
}

ul#colourFilterValues  .outer-checkbox label input[type=checkbox]:checked+.st-checkbox&gt;.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: 97%;
	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: 'Karla', sans-serif;
	font-size: 13px;
	color: #777;
	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: 15px;
	padding-left: 0 !important;
}
#tag_right {
	position: absolute;
	right: 20px;
}
#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: #d11511;
	border-color: #d11511;
	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;
	cursor: pointer;
}

.resut-summary-t span{
	color: #777;
	display: flex;
}

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

.st-sort-box:after {
	content: '';
	width: 0px;
	height: 5px;
	right: 0;
	margin-top: 5px;
	margin-right: 10px;
	position: absolute;
	border-right: 5px solid #555;
	border-bottom: 5px solid #555;
	border-left: 5px solid #555;
	border-color: transparent transparent #555 transparent;
	transform: rotate(-180deg);

}

#searchModal .st-ellipse {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 130px;
	display: block;
	font-family: 'Karla', sans-serif;
	margin-left: 4px;
	text-transform: capitalize;
	font-weight: bold;
}

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

.resut-summary-t {
	font-family: 'Karla', sans-serif;
	padding-top: 0px;
	min-height: auto;
	font-size: 14px;
	padding-left: 0px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
}
.radio label:after {
	content: '';
	display: table;
	clear: both
}
.radio label input[type=radio]:checked+.cr&gt;.cr-icon {
	transform: scale(1) rotateZ(0);
	opacity: 1;
	color: #1c1b1b
}
.radio label input[type=radio]+.cr&gt;.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) {

	.resut-summary-t {
		font-size: 14px;
	}

	.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) {
	#tag_right {

		right: 10px;
	}


	.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: 10px;
	}
	.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: 80px;
	}

	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) {
	.product-availability {
		margin: -15px -25px;
	}
	.mobileFilters ul.color-filter li .outer-checkbox .cr {
		position: relative;
		border: 1px solid #eaeaea;
		width: 21px;
		display: block;
		overflow: hidden;
		height: 21px;
		float: left;
		margin-right: .5em;
		margin-top: 2px;
		border-radius: 1px;
	}
	.mobileFilters .color-filter .outer-checkbox label input[type=checkbox]:checked+ .cr {
		border: 2px solid #000 !important;
		margin: 1px;
		margin-right: 0.4em;
		padding: 1px;
	}
	button.active-sort {
		color: #333 !important;
	}
	#searchModal .mobile-filter-popup .filter-list {
		padding-bottom: 60px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.st-mob-width100 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		min-height: 100%;
	}



	#searchModal .st-products {
		margin-top: 10px;
	}

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

	/*.for-mobile-only{
		display: block;
	}*/

	.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: #000;
		position: fixed;
		text-transform: uppercase;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		bottom: -2px;
		left: 0;
		width: 100%;
		padding: 1.4rem .3rem 1.4rem .3rem;
		z-index: 99999;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
		transition: .35s ease-in;
	}
	.sortFilterCon div {
		width: 49%;
		float: left;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0px 5px 0px 35px;
		text-align: center;
		font-size: 14px;
		font-family: inherit;
		color: #fff;
		font-weight: 600;
	}
	.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 rgba(255, 255, 255, 0.4);
	}
	.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;
	}


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

	.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;
	}

	.st-search-bar input {
		border: 1px solid #03243f45 !important;
	}

	.st-search-bar input {
		width: 100%;
		max-width: 100%;
		height: 43px;
		border: none;
		background: transparent;
		line-height: normal;
		color: #424242;
		font-size:16px;
		padding-left: 15px !important;
		-webkit-appearance: none;
	}*/
	.st-searchbar-outer .search-bar__submit {
		flex: unset;
		width: 50px;
		background-image: url(search-icon-white.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px;
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		height: 100%;
		float: right;
		color: #fff;
		background-color: #000;
		border-radius: 0 3px 3px 0;
	}

	#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-right: 15px;
		margin-top: 6px;
		bottom: 0px;
		width: 100%;
		background-color:#000;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 45px;

	}

	.mobile-filter-popup .apply-all .apply-btn{
		color: #fff;
		display: block;
		outline: none;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
	}

	.resut-summary-t {
		font-size: 14px;
	}

	.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;
	}
	#searchModalContainer .price{
		font-size: 12px;
		line-height: 24px;
	}

	.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;
	}
	#searchModal .st-design-container .product-image {
		height: 145px;
	}
	#searchModal .mobile-filter-popup span.apply-all {
		float: right;
	}

	/*.st-search-bar .input-close-btn {
		margin-right: 12px;
		margin-top: 11px;
	}
*/

	.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: 101;
		-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: -2px;
		height: auto;
		max-height: 100%;
		background-color: #fff;
		z-index: 9999999;
    }

    .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 {
        border-bottom: 1px solid #eaeaec;
        font-weight: 600;
        font-size: 14px;
        color: #3e4152;
        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: #777;
        font-size: 14px;
        padding:13px 20px;
        background-color: transparent;
    }
    .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 0px;
	}

	.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: 500;
	}

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


	#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;
	}

	div#searchModal {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		padding: 0px !important;
	}

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


	#searchModal .st-col-md-10{
		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 label input[type=checkbox]:checked+.st-checkbox{
		background-color:#fff;
		border-color: #333;
	}

	#searchModal .mobile-filter-popup .outer-checkbox .st-checkbox:after{
		content: '';
		position: absolute;
		opacity: 0;
		width: 9px;
		height: 4px;
		left: 0;
		right: 0;
		top: 4px;
		margin: 0 auto;
		border: 2px solid #000;
		border-right: 0px;
		border-top: 0px;
		transform: rotate(-50deg);
	}


	#searchModal .mobile-filter-popup .outer-checkbox .st-checkbox {
		border:1px solid #777;
		background-color: #fff;
		width: 16px;
		height: 16px;
		position: relative;
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		margin-top: 0px;
		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: 0px;
	}

	.mobile-filter-popup {
		box-sizing: border-box;
		position: fixed;
		/*display: none;*/
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999999999999;
		border: 0;
		background: #fff;
		overflow-x: hidden;
		margin: 0;
		overflow-y: scroll;
	}
	#searchModal #searchFilterMobile .filterHeader {
		background: #fff;
		font-family: inherit;
		padding: 15px 15px 15px 15px;
		font-size: 14px;
		border-bottom: 1px solid #e7e7e7;
		color: #313131;
		text-transform: uppercase;
		text-align: left;
		font-weight: 600;
		display: flex;
		justify-content: space-between;
	}

	.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 #e7e7e7;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		width: 100%;
		color: #000;
		text-transform: uppercase;
		text-align: left;
	}

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

	#searchModal ul.filter-list-desktop::-webkit-scrollbar {
		width: 0em;
	}


	#searchModal ul.filter-list-desktop {
		padding: 10px 30px;
		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: 3px white;
		font-size: 24px;
		color: #000;
		margin-top: -5px;
		position: absolute;
		right: 25px;
	}

	span.st-reset-all-mobile {
		font-family: 'Karla', sans-serif;
		color: #d11511;
		text-transform: uppercase;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		width: 40%;
	}

	.filter-list a.apply-btn {
		font-family: 'Karla', sans-serif;
		background: #c91c23;
		border-color: #c91c23;
		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: 'Karla', sans-serif;
		text-align: left;
		letter-spacing: 0px;
		width: 75%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: left;
		color: #313131;
	}


	#searchModal #st-back-top {
		width: 40px;
		height: 40px;
		bottom: 70px;
		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;
		margin-bottom:10px;
	}

	#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{
		width: 100%;
		-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: #d11511;
		width: 6px;
		height: 6px;
		position: absolute;
		z-index: 5;
		border-radius: 50%;
		margin-left: -9px;
		top: -2px;
	}

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


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

	.st-mob-width100{
		width: 100%;
	}

	#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: 15px;
		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;
		letter-spacing: 0px;
		padding-left: 0px;
	}

	.st-brand-outer .st-brand {
		background-size: 8px;
		width: 8px;
		height: 8px;
		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: 'Karla', sans-serif;
		font-weight: 300;
		letter-spacing: 4px;
	}

	#searchModal .st-mobile-filter .mobile-filter-button{
		font-family: 'Karla', 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;
	}

	/*.st-search-bar.for-mobile-only .search-bar__submit {
		flex: unset;
		width: 50px;
		background-image: url(search-icon-white.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px;
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		height: 100%;
		float: right;
		color: #fff;
		background-color:#d11511;
		border-radius: 0 3px 3px 0;
		border: 5px solid #d11511;
		box-shadow: none;
		padding: 12px 15px;
		display: block;
		min-height: 44px;
		margin-right: -1px;
	}*/

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {


	.st-brand-outer {
		margin-top: 0px;
	}

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

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

	.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 {
		display: block;
	}

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

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



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

	#searchModal ul.filter-list-desktop {
		padding: 10px 25px;
	}


	/*.st-search-bar input {
		height: 43px;
	}
	.st-search-bar .input-close-btn {
		margin-top: 8px;
	}*/

	.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%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0px;
	}


	.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%;
	}

	.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{
		padding-left: 10px;
		padding-right:10px;
		margin-bottom: 1.4286em;
	}

	.st-product-price__price {
		margin-top: 0;
	}

}

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

	.st-mob-width100 {
		padding: 0 0px !important;
		min-height: 40px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
	}


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

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

}

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

	#mobileFilterValues ul {

		max-height: 450px;
	}

	.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;
	}
}
</pre></body></html>