@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');


#searchModal .jas-wrap-lazy:before {
    opacity: 0;
    visibility: hidden;
}

#searchModal .cbb-price-symbol, #searchModal .cbb-price-digits{
    padding: 0px 1px;

}

#searchModal .currency-converter-amount-box{
    display: inline-block;
  	padding: 2px;
}

#searchModal .currency-converter-amount-box:hover {
    opacity: 0.8 !important;
}

.main-page-wrapper {
    padding-top: 0;
}
.template-index .main-page-wrapper {
    padding-top: 40px;
}

.col-md3 {
	width:25%;
	}

/* .main-page-wrapper {
    
    padding-top: 40px;
} */


.scrollToTop {
    bottom: 135px;
}
  .product-grid-item > p {
    font-weight: 200;
    cursor: text;
}
  

.st-brand-outer,
.st-brand-outer .st-brand,
.st-brand-outer .st-brand-txt,
.st-brand-outer a span {
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
}
#overlay > div{
    min-height: 700px;
}

#searchModal span.star-ratings {
    color: #ffd200;
}

#searchModal span.star-ratings i{
    padding: 0 2px;
}

body.searchtap .main-header {
    margin-bottom: 0px;
}

#searchModalContainer span.scroll-to-top {
    position: fixed;
    display: none;
    height: 50px;
    width: 50px;
    padding-left: 5px;
    padding-top: 2px;
    background-color: #281a1c;
    color: white;
    bottom: 90px;
    right: 100px;
    border-radius: 5px;
    cursor: pointer;
}

/* #searchModal span.st-space {
    padding-right: 2px;
} */

.resultLoading {
    min-height: 700px;
    background: url(../icons/loader.svg) center no-repeat #fff;
}

#overlay .somethingWentWrong, #overlay .noResult{
    text-align: center;
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 30px;
}


#overlay .somethingWentWrong .home_collections, #overlay .noResult .home_collections{
    margin-top: 50px;
}

.search-button.basel-search-full-screen {
    display: none;
}



/*Extra css*/


.st-grid-product__content{
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}
#searchModalContainer {
    background-color: white;
}
#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: 200px;
    margin-top: 200px!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)
    }
}

.st-quick-product__btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-color: #353956;
    color: #fff !important;
    overflow: hidden;
    font-size: .84211em;
    line-height: 1.2;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: opacity .15s ease,background .3s ease,-webkit-transform .15s ease-out;
    transition: opacity .15s ease,transform .15s ease-out,background .3s ease;
    transition: opacity .15s ease,transform .15s ease-out,background .3s ease,-webkit-transform .15s ease-out;
}

.st-quick-product__label {
    position: relative;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 65px;
}

.st-image-wrap {
    background: #f4f4f4;
    overflow: hidden;
}

.st-grid-product__content:hover .st-grid-product__tag {
    opacity: 0;
    transition-duration: .2s;
}

.st-grid-product__content:hover .st-quick-product__btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .15s ease,-webkit-transform .15s ease-out;
    transition: opacity .15s ease,transform .15s ease-out;
    transition: opacity .15s ease,transform .15s ease-out,-webkit-transform .15s ease-out;
}

.st-grid-product__image-mask {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

.st-product__meta {
    position: relative;
    padding: 10px 0 6px 0;
    line-height: 1.3;
    margin-left: 10px;
}

.st-grid-product__tag {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "AvenirNextLTProRegular";
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1;
    font-size: .68421em;
    padding: 7px 9px 7px 11px;
    background-color: #353956;
    color: #fff;
    z-index: 1;
    transition: opacity .4s ease;
}

/*Extra css*/


#searchModal .st-search-results .grid-product__content:hover .grid-product__tag{ display: none;}

#searchModal .st-grid-product__title {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#searchModal .mrp-price, #searchModal .currency-price{
    text-decoration: inherit;
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
    color: inherit;
}

#searchModal .mrp-price{
    text-decoration: line-through;
}

.st-product__title {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p.st-description {
    clear: left;
    display: block;
    font-weight: 500;
    overflow: hidden;
    margin: 6px 0;
    color: #333;
    font-size: 13px;
}

.st-collection_pp_offer {
    color: #d24f3d;
    font-weight: 600;
}

.st-outer-amount-box{
    font-size: 14px;
    color: grey;
}

span.st-amount-box {
    opacity: 1;
    display: inline-block;
    white-space: nowrap;
    padding: 2px;
    line-height: initial;
    color: rgb(128, 128, 128);
    font-size: 14px;
    text-decoration: inherit;
}
.st-mrp-price{
    text-decoration: line-through;
}

.searchtap .searchtap-grid-product__tag{
    position: absolute;
    top: 0;
    right: 0;
    font-family: "AvenirNextLTProRegular";
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1;
    background-color: #353956;
    color: #fff;
    z-index: 1;
    font-size: .68421em;
    padding: 7px 9px 7px 11px;
    transition: opacity .4s ease;
}
/*End extra css*/

#searchModal .st-cross,
.horizontal-filter select {
    background-repeat: no-repeat;
    -webkit-appearance: none
}

[v-cloak] {
    display: none
}

.st-brand-outer {
    top: 0
}

.st-brand-outer a span {
    color: #9a9b9c
}

.st-brand-outer .st-brand {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center
}


#searchModal .column,
#searchModal .columns {
    float: left;
    box-sizing: content-box
}

li.ST-SortBy {
    max-width: 100%!important;
    min-width: 195px!important
}

#st-sort-web {
    font-family: 'Didact Gothic', sans-serif;
    color: #000!important;
    cursor: pointer;
    outline: none;
    min-width: 180px;
    max-width: 200px;
    background-color: #ffffff;
    float: right;
    display: block;
    position: relative;
    padding: 4px 10px 5px 20px;
    font-size: 14px;
    border: 1px solid #cfd0d0;
    margin-right: 0;
    opacity: 1;
    letter-spacing: 0px;
    min-height: 100%;
    border-radius: 0;
    font-weight: 600;
    height: 41px;
    text-decoration: none;
    background-image: url(drop-down-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: center;
}

.st-brand-outer:hover a{
    text-decoration: none;
}

.hidden-mobile {
    display: block
}

.hidden-desktop {
    display: none!important
}

.st-brand-outer {
    width: 100%;
    right: 0;
    top: 0px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    padding-right: 15px;
    text-align: right;
}

.st-brand-outer .st-brand-txt {
    color: #9a9b9c;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: inline-block;
    font-weight: 300;
    font-size: 11px
}

.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 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: inline-block;
    vertical-align: middle;
}

.st-brand-outer:hover .st-brand {
    background-image: url(https://www.searchtap.io/img/st-icon.svg)
}

.st-brand-outer:hover .st-brand-txt {
    color: #47b475
}

.close-st img {
    width: 25px;
    margin-top: 11px;
    float: right;
    cursor: pointer
}

#tag_left {
    left: 20px;
    padding-left: 0 !important;
}

#searchModal .st-left-arrow {
    background-image: url(left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 10px;
    height: 40px;
    display: block;
    padding-top: 0px;
    background-color: transparent;
}
#searchModal .st-right-arrow {
    background-image: url(right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
    width: 13px;
    height: 40px;
    display: block;
    padding-top: 4px;
    background-color:transparent;
}
#tag_right {
    position: absolute;
    right: 25px;
}

#tag_left, #tag_right {
    top: 10px;
    cursor: pointer;
    position: absolute;
    width: auto;
    height: 40px;
    background-color:transparent;
}

.horizontal-filter .button-dropdown .ico-select {
    background-image: url(../icons/arrow-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    margin-left: 0;
    top: 15px;
}

#searchModal .result-container,
.tag-button {
    height: auto
}

.horizontal-filter .button-dropdowfn .ico-select:hover {
    color: #fff!important
}

.horizontal-filter .filter-sort-title,
.horizontal-filter .filter-title,
.horizontal-filter select {
    color: #000;
    font-family: 'Didact Gothic', sans-serif;
}

.horizontal-filter label:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    background-image: url(//cdn.shopify.com/s/files/1/1671/4363/t/20/assets/ico-select.svg?5373407355648171214);
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-bottom .1s, border-top .1s .1s
}

.horizontal-filter .filter-title {
    border-right: 0 solid #a8a8a8;
    font-weight: 500;
    float: left;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 3px
}

.horizontal-filter .filter-sort-title {
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    letter-spacing: .1em;
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    font-weight: 500
}

.float-right {
    float: right!important
}


.horizontal-filter select option {
    background-color: #fff
}

.horizontal-filter .filter-spacer {
    float: none;
    display: inline-block;
    margin-left:10px;
}

.horizontal-filter .filter-spacer:first-child {
    margin-left:0px;
}

.horizontal-filter .nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
    width: 100%
}

.horizontal-filter .nav .button-dropdown {
    position: relative
}

.horizontal-filter .nav li .st-category-title {
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    background-image: url(drop-down-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: 88%;
    background-position-y: center;
    color: #000!important;
    border-radius: 2px;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 12px 30px 12px 9px;
    font-size: 14px;
    border: 1px solid #cfd0d0;
    margin-right: 0;
    opacity: 1;
    text-decoration: none;
}

.st-dropdown-wrapper:before {
    content: "\f0d8";
    font-family: FontAwesome;
    top: 0;
    left: 0
}

.applied_filter {
    display: inline;
    margin: 0 0 10px;
    cursor: pointer
}

#searchModal .applied_filter a label,
.applied_filter .applied_filter_clear {
    font-size: 12px;
    padding: 3px 10px;
    margin: 2px 4px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    transition: border-color .5s ease
}

.horizontal-filter .nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999
}

.horizontal-filter .nav li a.dropdown-toggle.active span,
.horizontal-filter .nav li a:hover span {
    color: #fff
}

.horizontal-filter .nav li .price-dropdown {
    width: 100%!important;
    min-width: 200px
}

#searchModal .st-no-result-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 90px
}

#searchModal .st-no-result-container .no-result-cont-1 {
    text-align: left
}

#searchModal .st-no-result-container hr {
    clear: none!important;
    border-top: 1px solid #cfd0d0!important;
    margin: 18px 0
}

#searchModal .st-no-result-container .no-result-header {
    margin-top: 0;
    color: #617179;
    margin-bottom: 11px;
    padding-bottom: 11px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400
}

#searchModal .st-no-result-container .no-result-cont-1 p {
    margin-bottom: 0
}

#searchModal .st-no-result-container .no-result-cont-1 .no-result-header {
    margin-bottom: 11px;
    padding-bottom: 0
}

#searchModal .st-no-result-container .no-result-cont-1 .st-view-col-btn {
    float: left;
    padding: 13px 22px;
    margin: 20px auto;
    background-color: #FF8C00;
    font-weight: 600;
    color: #fff;
    border-radius: 3px
}

#searchModal .st-no-result-container .no-result-cont-2 {
    margin-top: 15px;
    margin-bottom: 20px
}

#searchModal .st-no-result-container .no-result-msg {
    color: #617179;
    font-size: 16px
}

ul.price-dropdown li {
    display: block;
    list-style: none;
    min-width: 100%!important;
    max-width: 100%!important;
    background-color: transparent!important
}

.horizontal-filter .nav .button-dropdown:active .dropdown-menu,
.horizontal-filter .nav .button-dropdown:focus .dropdown-menu,
.horizontal-filter .nav .button-dropdown:hover .dropdown-menu,
.horizontal-filter .nav li:hover .st-dropdown-wrapper {
    display: block
}

.st-dropdown-wrapper:before {
    color: #835dd5;
    font-size: 24px;
    position: absolute;
    margin-top: -20px;
    margin-left: 30px;
    z-index: 5;
}

#searchModal .st-saving-price{
    display: inline-block;
    white-space: nowrap;
    padding: 2px;
    line-height: initial;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-decoration: inherit;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 2px;
    cursor: pointer;
}

.st-dropdown-wrapper {
    min-height: auto;
    position: absolute;
    margin: 0;
    margin-top: 0px;
    width: 250px;
    background-color: #fff;
    z-index: 999;
    display: none;
    box-shadow: 0px 0px 17px 0px rgba(130, 147, 159, 0.32);
}

.st-dropdown-area {
    position: relative;
    margin-top: 0;
}

.desktop-filter-outer {
    float: left;
    width: 100%;
    bottom: 5px;
    position: relative
}

.horizontal-filter .st-clear-filter {
    position: absolute;
    width: 100%;
    bottom: -15px;
    z-index: 9;
}
.horizontal-filter .nav li .dropdown-menu span.st-filtername {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 160px;
    float: left;
    margin-left: 3px;
}

.horizontal-filter .nav li .dropdown-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 268px;
    background: #fff;
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: left;
    z-index: 9;
    padding-left: 5px!important;
    padding: 10px;
    border: none
}

.st-dropdown-area::-webkit-scrollbar {
    width: .2em
}

.st-dropdown-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.st-dropdown-area::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: #708090 solid 1px
}

#searchModal .horizontal-filter .nav li .dropdown-menu::-webkit-scrollbar {
    width: .3em
}

#searchModal .horizontal-filter .nav li .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

#searchModal .horizontal-filter .nav li .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: #708090 solid 1px
}

.horizontal-filter .nav li {
    list-style: none;
    float: none;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: initial;
    text-align: left;
    white-space: nowrap;
    background: #fff;
    position: relative;
    max-height: 24px;
}

#searchModal .result-container .grid-view-item__title,
.buy-now-row select option,
.horizontal-filter .st-dynamic-filters .checkbox label,
.multiple_box label span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}


.horizontal-filter .checkbox label:hover {
    background-color: transparent
}

.horizontal-filter .nav li .dropdown-menu.active {
    display: block
}

.horizontal-filter .nav li .dropdown-menu a {
    width: 250px
}

.horizontal-filter .checkbox label {
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer
}

.horizontal-filter .checkbox {
    padding: 4px 6px
}

.horizontal-filter .checkbox small {
    font-size: 10px;
    padding-right: 0;
    margin-top: 4px
}

.horizontal-filter .checkbox .cr {
    display: inline-block
}

#searchModal .grid-item {
    min-height: auto
}

.horizontal-filter {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 14px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: left;
}

#searchModal .count-filter {
    font-weight: 400;
    font-size: 11px;
    color: #adb1b3;
    position: absolute;
    right: 0;
}

.horizontal-filter .h-filter-label,
.horizontal-filter .h-filter-title {
    font-size: 14px
}

.categories-dropdown select {
    display: block;
    width: 100%;
    padding: 6px 6px 6px 15px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff!important;
    background-image: none;
    border: 1px solid #c6c6c7!important;
    box-shadow: none;
    margin-top: -7px;
    height: auto!important;
    border-radius: 40px!important
}

.horizontal-filter .st-dynamic-filters .checkbox label , .horizontal-filter .st-dynamic-filters .radio label {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;

}

.horizontal-filter .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.horizontal-filter .checkbox .cr {
    margin-top: 2px;
    border: 1px solid #cfd0d0;
    background-color: #fff;
    width: 1.1em;
    height: 1.1em;
    margin-left:0px
}

#searchModal {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    user-select: none;
    margin-top:10px;
}
#searchModal .error-bg{
    background:url(no-result.png) center top no-repeat;
    z-index:1;
    min-height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 35%;*/
}

#searchModal .st-no-results-msg {
    text-align: center
}

#searchModal .st-no-results-msg h4 {
    text-transform: uppercase;
    font-weight: 600
}

#searchModal .st-price-filter {
    text-transform: none
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.pl0,
.pr0 {
    padding-left: 0!important
}

#searchModal .st-filter-icon {
    height: 6px;
    width: 6px;
    background: #e5127d;
    position: absolute;
    z-index: 9;
    margin-left: 2px;
    margin-top: 0;
    border-radius: 50%;
}

#searchModal .st-results-loader {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 150px;
    border: 1px solid #1d242c;
    border-top-color: #fff;
    top: 96%;
    animation: st-results-loader 1.2s linear infinite;
    -webkit-animation: st-results-loader 1.2s linear infinite
}

@keyframes st-results-loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes st-results-loader {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

#searchModal .st-results-end {
    text-align: center;
    margin-bottom: 65px
}

.st-header-brd .form-control:focus {
    border-bottom: 1px solid #dcdcdc!important;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#searchModal .searchheader .input-group .st-cross,
.searchheader .form-control {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-y: center
}

#searchModal .applied_filter input[type=checkbox] {
    display: none
}

#searchModal .searchheader {
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    padding-top: 0
}

.searchheader .btn-primary,
.searchheader .btn-primary:hover {
    margin-left: 0!important;
    background: 0 0
}

.searchheader .btn-primary {
    padding: 10.5px 22px!important;
    border-radius: 0;
    box-shadow: none
}

#searchModal .horizontal-filter .st-clear-btn {
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    left: 0;
    bottom: 0;
    text-align: center;
    border-radius: 0;
    width: 100%;
    color: #fff;
    letter-spacing: 0em;
    background-color: #835dd5;
    border: 1px solid #835dd5;
    margin-bottom: -20px;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 600!important
}


#searchModal .st-highlight {
    color: #000000 !important;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: capitalize;
}

#searchModal .result-summary {
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #333;
    display: flex;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    clear: both;
    font-weight: 400;
}
#searchModal .result-summary span{
    display: inline;
}

.st-show-results {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

#searchModal .grid__item{
    position: relative;
}

#searchModal .col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px !important;
}

#searchModal .st-search-results {
    position: relative;
    display: inline-block;
    width: 100%
}

#searchModal div#noResults {
    background-color: #fff;
    border: 1px solid #000;
    clear: both;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 200px;
    padding: 12px 14px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    border-radius: 2px;
}


.st-sort-by {
    margin-top: 5px
}

.text-right {
    text-align: right!important
}

.no-more-result {
    background-color: #fff;
    padding: 14px 24px;
    margin: 20px auto;
    border: 1px solid #3c07ff;
    max-width: 230px;
    border-radius: 50px;
    font-size: 13px;
    clear: both;
    text-align: center;
    text-transform: uppercase
}

#searchModal .st-show-results .sort_by,
#searchModal .st-show-results label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-family:"Didact Gothic", Arial, Helvetica, sans-serif;
}

.no-more-result span {
    color: #3c07ff
}

#searchModal .st-show-results .sort_by {
    color: #444;
    width: auto;
    margin-bottom: 10px;
    margin-top: -7px;
    border: none
}

.ST-search .btn {
    letter-spacing: 0!important
}

.result-container {
    background: #fff
}

#searchModal .row {
    margin-right: -15px;
    margin-left: -15px;
    /*display: flex;
    flex-wrap: wrap;*/
}
#searchModal .products.elements-grid.row.pagination-gl_default.grid-columns-4 {
    display: flex;
    flex-wrap: wrap;
}

.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;
}
.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;
}

.st-col-md-1 {
    width: 8.33333333%;
}
.st-col-md-2 {
    width: 16.66666667%;
}
.st-col-md-3 {
    width: 25%;
}
.st-col-md-4 {
    width: 33.33333333%;
}
.st-col-md-5 {
    width: 41.66666667%;
}
.st-col-md-6 {
    width: 50%;
}
.st-col-md-7 {
    width: 58.33333333%;
}
.st-col-md-8 {
    width: 66.66666667%;
}
.st-col-md-9 {
    width: 75%;
}
.st-col-md-10 {
    width: 83.33333333%;
}
.st-col-md-11 {
    width: 91.66666667%;
}
.st-col-md-12 {
    width: 100%;
}

#searchModal .st-col-md-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

#searchModal .all_tags {
    height: auto;
    text-align: left;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 98%;
    margin: 0 auto;
    min-height: auto
}
#searchModal .all_tags .tag-button.selected{
    margin-right: 5px
}
#searchModal .all_tags .tag-button {
    float: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    -webkit-border-radius: 2px
}

.tag-button {
    color: #4d4d4d;
    margin: .49em .1em .5em;
    cursor: pointer
}

#searchModal .multiple_box label span {
    font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    display: inherit;
    padding: 14px 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cfd0d0;
    border-radius: 90px;
    user-select: none;
    margin: 0;
}

.multiple_box input[type=checkbox]:checked + span.filter-tags {
    color: #fff !important;
    border-radius: 0px;
    border-color: #835dd5 !important;
    background: #835dd5 !important;
    background-position: center center;
    margin-right: -5px;
}

#searchModal .multiple_box input[type=checkbox] {
    display: none;
    width: auto;
    position: inherit;
    margin-right: 10px;
    margin-top: 0
}

#searchModal .multiple_box .selected-tags span {
    color: #fff;
    background: #4614ff;
    border-color: #4614ff
}

#new_tags #tag_left,
#new_tags #tag_right,
#new_tags .clear {
    position: absolute
}

.clear,
.show-more .btn-default {
    font-weight: 600;
    font-size: 12px
}

#tag_left {
    left: 0px;
    padding-left: 0!important
}

#searchModal #tag_left,
#searchModal #tag_right {
    font-size: 24px;
    margin-top: 1px;
    color: #444
}

#tag_right {
    right: 0px;
    padding-right: 0!important
}

#searchModal .radio:before,
.checkbox:before {
    display: none
}

#searchModal #noResults .btn-default {
    cursor: default;
    padding: 12px 30px;
    border-color: #000!important;
    background-color: #000!important;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    font-family: inherit;
    margin-bottom: 20px;
    max-width: 180px
}

.pr0 {
    padding-right: 0!important
}

#st-back-top img{
    width: 20px;
    margin-top: 14px;
}

.checkbox #sizes {
    width: 3.4em;
    height: 3.4em;
    background: #fff;
    border-radius: 20px;
    border: none;
    text-align: center;
    margin-left: 0;
    padding-top: 11px;
    position: relative;
    color: #000;
    font-weight: 500;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

/* .search-head .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none
} */

.select-variant .dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: -18px;
    left: 0;
    margin-left: -71px
}

select.form-control {
    -webkit-appearance: menulist
}

.sort-by .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-image: none;
    border: 0 solid #cfd0d0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.filter-header {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 14px 22px;
    border-bottom: 1px solid #dedbdb
}

.result-area {
    margin-top: 10px
}

.clear-filters,
.reset-all {
    font-weight: 600;
    color: #ec425b
}

.reset-all {
    text-align: right;
    float: right;
    font-size: 14px;
    text-transform: none
}

.clear-filters {
    font-size: 12px;
    padding-left: 40px
}

#searchModalContainer .radio,
.checkbox {
    min-height: 20px;
    padding-left: 0
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none
}

.checkbox .cr,
.color .checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: .5em
}

.checkbox .cr {
    border: 1px solid #cfd0d0;
    border-radius: 0;
    width: 1.1em;
    height: 1.1em;
    margin-top: 1px
}
.radio .cr {
    border: 1px solid #cfd0d0;
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    margin-top: 1px
}
.color .checkbox .cr {
    background-color: #333;
    border-radius: 20em;
    width: 1.4em;
    height: 1.4em;
    border: .18em solid #dbdbdb;
    margin-top: 1.8px
}

.color .checkbox label input[type=checkbox]:checked+.cr {
    background: 0 0;
    border: 1px solid #cfd0d0
}

.color .checkbox .cr .cr-icon {
    padding-left: 2px
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    margin-top: 6px;
    margin-left: 0px;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.6em;
    line-height: 0;
    margin-top: 7.5px;
    margin-left: 2px;
}

.checkbox small {
    font-size: 13px;
    padding-right: 5px
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

#searchModal .checkbox label input[type=checkbox]:checked+.cr, #searchModal .radio label input[type=radio]:checked+.cr {
    background: #835dd5;
    border-color: #835dd5
}

.checkbox label input[type=checkbox]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
    color: #ffffff;
}

.radio label input[type=radio]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
    color: #ffffff;
}

.checkbox label input[type=checkbox]+.cr>.cr-icon {
    transform: scale(1) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

.radio label input[type=radio]+.cr>.cr-icon {
    transform: scale(1) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

.catalog_expand {
    border: 0 solid #ececec!important;
    text-align: center;
    border-radius: 100%!important;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%;
    color: #000;
    font-weight: 700;
    float: right!important;
    top: -7px;
    position: relative
}

.catalog_expand span {
    position: relative;
    top: 4px;
    font-size: 19px
}

@media only screen and (max-width: 1280px){

    #searchModal .filter-body {
        overflow-y: auto !important;
        position: absolute;
        display: block;
        width: 100%;
        height: 93%;
    }
}

@media only screen and (max-width:1025px) {
   .horizontal-filter .filter-spacer {
    margin-left: 0px;
    margin-bottom: 25px;
	}
}

@media only screen and (max-width:1024px) {

    .pr0 {
        padding-right: 15px !important;
    }
  
  .col-md3 {
	width:24.7%;
	}
  

 
    .horizontal-filter .filter-spacer {
        margin-right: 0px;
    }

    #searchModal .st-sold-out .badge__text {
        padding: 8px;
        font-size: 9px
    }
    #searchModal .mobile-filter-popup .filter-list button.close,
    #searchModal .searchheader button.close {
        padding: 0;
        cursor: pointer;
        border: 0;
        background-image: url("cross.svg");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position-y: center;
        background-color: inherit;
        width: 25px;
        height: 30px;
        -webkit-appearance: none;
        position: relative;
        min-height: auto!important
    }

    .horizontal-filter .h-filter-label,
    .horizontal-filter .h-filter-title {
        font-size: 10px
    }
}

@media only screen and (max-width:834px) {

    /*Client extra css*/
  
  .mobile #button {
    width: 80px;
    height: 50px !important;
    bottom: 50px !important;
}

  	#searchModalContainer.container {
      padding-left: 0px;
      padding-right: 0px;
    }
    .main-header {
        /* margin-bottom: 0px !important; */
    }

    .scrollToTop {
        display: block !important;
        right:15px;
    }

    /*end client extra css*/

    #searchModal .filter-body {
        height: 87%;
    }

    #searchModal .basel-hover-standard.product-grid-item {
        min-height: 0px;
    }

    .st-search-bar input{
        background-image: url(search-icon.svg);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 12px;
        background-size: 14px;
        padding-left: 35px !important;
    }
    .search-head.hidden-desktop {
        position: relative;
        padding: 0 5px;
        width: 100%;
        padding-bottom: 40px;
    }
    body.searchtap .search-head.hidden-desktop {

        padding-bottom: 0px;
    }

    .search-head input[type=text] {
        border: 1px solid #d9bca7;
    }

    #searchModal .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .mobileFilters span.st-filtername {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 305px;
        float: left;
    }

    #searchModalContainer span.scroll-to-top {
        bottom: 140px;
        right: 20px;
        z-index: 10;
    }

    #overlay .somethingWentWrong, #overlay .noResult{
        font-size: 24px;
    }

    #searchModal .btn.soldout{
        margin: 0 auto;
        width: 100%;
        position: relative;
        left: 0%;
        max-width: initial;
    }

    #searchModal span.filter-applied-ellip {
        position: absolute;
        font-size: 50px;
        bottom: 14px;
        color: #e5127d;
    }

    #searchModal .filter-bar {
        background-color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        z-index: 100;
        -webkit-box-shadow: 0 0 8px #cfd0d0;
        -moz-box-shadow: 0 0 8px #cfd0d0;
        box-shadow: 0 0 8px #cfd0d0;
    }

    #searchmodal{
        margin-top:0px;
    }
    .st-clear{
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        cursor: pointer;
        z-index: 9;
        top: 15px;
        float: right;
        color: #000000;
        position: relative;
        right:62px
    }

    #searchModal .count-filter {
        position: relative;
    }

    #searchModalContainer .st-loading {
        /*         width: 160px !important; */
        margin-top: 100px !important;
    }

    #searchModal .mobile-filter-popup .grid__item {
        padding-left: 15px;
    }

    .st-brand-outer .st-brand {
        margin: 0 0px 0 0;
    }

    #searchModal .tabIcon.sortIcon {
        top: 15px;
    }

    #searchModal .tabIcon.filterIcon {
        top: 15px;
    }

    .st-grid-product__tag {
        font-size: 9px;
        padding: 6px 6px 6px 8px;
    }
    #searchModal .st-saving-price {
        font-size: 9px;
    }

    .searchtap .wishy-open-btn-default{
        display: none;
    }
    .searchtap .messageus_unhovered, #messageus_button:hover .messageus_hovered{
        display: none;
    }
    .searchtap input.search-bar.site-nav__link.site-nav__link--icon{
        margin-top: 0px;
        margin-bottom: 0px;
        background-image: url(../icons/search-icon.svg);
        background-repeat: no-repeat;
        background-size: 14px;
        background-position-x: 12px;
        background-position-y: center;
        height: 40px;
        font-size:14px;
        padding-left: 40px;
        outline: none;
    }
    .searchtap .site-header{
        border-bottom: 0px;
    }
    .searchtap .header-search-bar .search .icon-search{
        display: none;
    }
    #st-back-top img{
        width: 20px;
        margin-top: 8px;
    }

    #searchModal #sortFilter {
        background-color: #fff;
        position: fixed;
        text-transform: uppercase;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: .2rem .3rem .2rem .3rem;
        z-index: 5;
        box-shadow:0 -2px 5px rgba(0, 0, 0, 0.17);
        transition: .35s ease-in;
    }
    .sortFilterCon div {
        width: 49%;
        font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
        float: left;
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 12px 5px 12px 35px;
        text-align: center;
        color: #000;
        letter-spacing: 0em;
        font-size: 15px;
        font-weight: 600;
    }

    #searchModal li.list-group-item.non-selected-list, .filterType ul {
        list-style: none
    }
    a#return-to-top {
        z-index: 1
    }
    .st-show-results {
        padding: 0;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #searchModal .result-summary {
        margin: 0 auto;
        font-size: 13px
    }
    #searchModal .filter-bar .filter_h .funnel-icon {
        background-repeat: no-repeat;
        background-size: 25px;
        background-position-x: center;
        background-position-y: center;
        width: 25px;
        height: 25px;
        display: block;
        margin-top: 6px!important;
        margin: 0 auto
    }
    #searchModal .search-head .btn-cross,
    .mobile-filter-cross {
        background-size: 12px;
        background-repeat: no-repeat;
        background-position-y: center
    }
    #st-back-top {
        width: 40px;
        height: 40px;
        bottom: 65px;
        right: 25px
    }



    .mobile-filter-cross {
        background-image: url(../icons/cross.svg);
        background-position-x: center;
        width: 14px;
        height: 14px;
        margin-top: 4px;
        margin-left: 20px
    }
    #searchModal .column,
    #searchModal .columns {
        float: none;
        margin: 10px auto
    }

    #searchModal .search-head .btn-cross {
        background-image: url(../icons/cross.svg)!important;
        background-position-x: right;
        padding: 0;
        width: 30px;
        height: 30px;
        outline: 0;
        background-color: transparent;
        border: 0;
        font-size: 0!important;
        position: absolute!important;
        right: 5px;
        top: 5px;
        text-transform: uppercase!important;
        opacity: 1
    }
    #searchModal .search-head .form-control {
        padding: 20px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        padding-left: 35px!important;
        color: #444;
        background-color: #fff!important;
        background-image: url(../icons/search-icon.svg)!important;
        background-position-y: center;
        background-position-x: 10px;
        background-repeat: no-repeat;
        background-size: 16px;
        /*         border: 1px solid #444!important; */
        border-radius: 0
    }
    #searchModal .search-head input::placeholder {
        color: #777;
        font-size: 14px;
        font-weight: 700
    }
    .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: 14px !important;
        position: absolute;
        top: 0px;
        right: 10px;
        margin-right: 0px;
        color: black;
        text-align: right;
    }
    #searchModal .search-head .input-group-btn {
        font-size: 0;
        white-space: nowrap;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -5px;
        margin-right: 25px;
        vertical-align: middle;
        display: table-cell
    }
    .result-summary {
        font-family: 'IBM Plex Mono', monospace;
        letter-spacing: -1px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .hidden-mobile {
        display: none!important
    }
    .hidden-desktop {
        display: block!important
    }

    #searchModal .st-cross {
        margin-top: 20px!important;
        margin-right: 0
    }
    .searchheader .form-control {
        font-size: 14px;
        border-radius: 0!important;
        padding: 6px 15px 6px 35px;
        background-repeat: no-repeat;
        background-size: 18px;
        background-position-y: center;
        background-position-x: 12px
    }
    #searchModal .col-md-12,
    .result-container {
        padding-right: 0;
        padding-left: 0
    }
    #searchModal .border-none {
        border: none!important
    }
    #searchModal .text-white {
        color: #333;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        font-family: inherit
    }
    .sortFilterCon div .subText {
        font-size: 10px;
        text-transform: none;
        opacity: 1;
        position: absolute;
        top: -5px;
        margin-left: 3px;
        background-color: #fff;
        color: #3C07FF;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        font-weight: 600
    }
    .st-head-support .searchheader .input-group {
        margin-top: 10px;
        display: block
    }
    .searchheader .input-group .form-control {
        border: 2px solid #333!important;
        width: 100%
    }
    #searchModal .st-show-results .pr0{
        padding-right: 5px !important;
    }
    #searchModal .st-show-results .pl0{
        padding-left: 5px !important;
    }

    #searchModal .st-highlight {
        padding-left: 0px;
        text-transform: capitalize;
    }

    .st-brand-outer {
        width: 100%;
        padding-right: 0px;
        right: auto;
        top: 0px;
        margin-right: 0;
        cursor: pointer;
        position: relative;
        z-index: 29;
        float: right;
        text-align: right
    }
    .search-head input {
        margin-bottom: 5px
    }
    #searchModal .st-brand-outer .st-brand-txt {
        color: #c3c3c4
    }
    #searchModal .st-brand-outer:hover .st-brand-txt {
        color: #47b475!important
    }
    .filter-list .checkbox label,
    .filter-list .radio label {
        font-family:"Didact Gothic", Arial, Helvetica, sans-serif;
        letter-spacing: 0px;
        font-weight: 400;
        padding-left: 0;
        font-size: 14px;
        text-transform: capitalize;
        background: 0 0;
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0
    }
    .mmt10 {
        margin-top: -10px!important
    }
    .pull-left {
        float: left!important
    }
    .pull-right {
        float: right!important
    }
    #searchModal #searchFilterMobile {
        position: fixed;
        z-index: 99999!important;
        top: 0;
        left: 0;
        background: #cfd0d0;
        height: 100%;
        width: 100%;
        text-align: left;
        color: #fff
    }
    #searchModal #searchFilterMobile .filterHeader {
        background: #fff;
        color: #000;
        padding: 15px 0 15px 20px;
        font-size: 16px;
        box-shadow: 0 8px 6px -6px #ddd;
        user-select: none;
        border-bottom: 1px solid #ddd;
        text-transform: capitalize
    }
    #searchModal #searchFilterMobile .filterHeader img {
        margin-right: 5px
    }
    .filterHeader .clearbtn {
        background: #fff;
        color: red;
        font-size: 12px;
        margin-right: 20px;
        user-select: none;
        font-weight: 500;
        margin-top: 0;
        text-align: center;
        box-shadow: none;
        border-radius: 0;
        padding: 4px 16px
    }
    #searchModal #searchFilterMobile .filterType {
        height: 100%;
        width: 40%;
        background: #dbdbdb;
        display: inline-block;
        position: absolute
    }
    .filterType ul {
        margin: 0;
        padding: 0
    }
    #searchModal #searchFilterMobile .filterType ul li {
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 16px;
        color: #000;
        font-weight: 600;
        user-select: none;
        border-bottom: 1px solid #ddd;
        padding: 16px 10px 20px 20px
    }
    #searchModal #searchFilterMobile .filterValues {
        float: right;
        height: 100%;
        width: 60%;
        background: #fff;
        display: inline-block;
        position: absolute;
        right: 0;
        color: #333;
        padding-bottom: 100px;
        overflow-y: scroll
    }
    #searchModal #searchFilterMobile .filterValues ul li {
        color: #000;
        padding: 7px 5px 7px 12px;
        text-transform: capitalize;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        border-bottom: 1px solid #cfd0d0
    }
    #searchModal #searchFilterMobile .filterValues ul li label {
        font-weight: 400;
        margin-bottom: 0;
        padding-left: 0;
        text-transform: capitalize;
        font-size: 13px;
        user-select: none
    }
    #searchModal #searchFilterMobile .checkbox .cr,
    .radio .cr {
        margin-top: 4px
    }
    #searchModal #searchFilterMobile .filterFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 4px #ddd;
        color: #333;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
        font-weight: 600
    }
    #searchModal #searchFilterMobile .filterFooter span {
        display: inline-block;
        width: 49%;
        color: #333;
        padding: 14px 0;
        cursor: pointer;
        font-weight: 500!important;
        user-select: none;
        font-size: 15px!important;
        text-transform: uppercase!important
    }
    .multiple_box label {
        background: #fff;
        border: 0px solid #e3e3e3
    }

    #searchModal .multiple_box label span {
        padding: 12px 14px;
    }

    .tabIcon.sortIcon {
        background-size: 14px;
        background-image: url(sort.svg);
    }
    .tabIcon.filterIcon {
        background-image: url(filter-icon.svg);
        background-size: 14px;
        margin-left: -25px;
    }
    .tabIcon.filterIcon, .tabIcon.sortIcon {
        position: absolute;
        top: 13px;
        margin-left: -20px;
    }
    .tabIcon {
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
    }

    #searchModal textarea {
        background: #fff!important;
        border: 1px solid #ddd;
        border-radius: 0;
        margin-left: 5px;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 12px
    }
    .sortFilterCon .pdSorting {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 16px;
        height: 47px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        margin-bottom: 0
    }

    #searchModal .search-head .btn-danger {
        background-image: url(../icons/search-icon.svg);
        background-position-x: center!important;
        background-position-y: center!important
    }
    .radio .cr .cr-icon {
    position: absolute;
    font-size: 0.6em;
    line-height: 0;
    margin-top: 6.5px;
    /* margin-left: 2px; */
}
    .radio .cr {
        border: 1.5px solid #7e7e7e!important;
        border-radius: 20px;
/*         margin-top: 5px!important;
        margin-right: 15px!important */
    }
    .multiple_box input[type=checkbox]:checked+span:after {
        margin-top: 5px
    }
    .mobile-header {
        border-bottom: 0 solid #eaecee
    }
    .mobile-header button.close {
        z-index: 9;
        margin-top: -20px!important;
        margin-right: 10px
    }
    .mobile-logo img {
        height: 35px;
        margin-top: -10px
    }
    .result-container {
        padding-top: 0
    }
    .multiple_box label span {
        padding: 2px 16px;
        font-size: 12px
    }
    .multiple_box label[type=checkbox]:checked+span {
        padding-right: 12px
    }
    .all_tags .tag-button {
        border-radius: 20px!important
    }
    .result-container .row {
        margin-left: 0;
        margin-right: 0
    }
    .all_tags {
        text-align: left;
        margin: 0 auto;
        overflow-x: scroll!important;
        overflow-y: hidden!important;
        white-space: nowrap;
        width: 100%
    }
    .filter-list .close {
        float: left
    }
    .tag-button span {
        font-size: 11px;
        padding: 4px 12px;
        border: 0
    }
    .multiple_box label {
        line-height: 24px;
        margin: 0 4px -4px 0;
        padding: 0
    }
    .tag-button .not-selected,
    .tag-button .selected {
        margin: 0;
        float: left;
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none
    }
    .tag-button .not-selected {
        color: #333;
        background: #e7eaee;
        border: 1px solid #e7eaee
    }
    .tag-button .selected {
        background: #ec425b;
        color: #fff;
        border: 1px solid #cbc9c9
    }
    .tag-button .selected:after {
        content: '\f00d';
        font-family: FontAwesome;
        color: #fff!important;
        padding-left: 6px;
        font-size: 12px
    }
    .result-container {
        background: #fff
    }
    .filter-btn .filter-circle,
    .filter-count {
        background: #ec425b;
        color: #fff;
        border-radius: 100%;
        z-index: 9;
        text-align: center
    }
    .ST-search .close {
        z-index: 9;
        margin-top: -12px
    }
    .filter-btn {
        display: none
    }
    .filter-btn .filter-circle {
        position: fixed;
        right: 50px;
        bottom: 50px;
        top: auto;
        width: 50px;
        height: 50px;
        padding-top: 15px
    }
    .mobile-filter-popup {
        padding: 20px 0 50px;
        box-sizing: border-box;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        border: 0;
        background: #fff;
        overflow-x: hidden;
        margin: 0px 0 0
    }
    .mobile-filter-popup .filter-header {
        padding: 20px 15px 30px
    }
    .filter-list .panel-heading {
        padding: 0px 25px 0;
        border-bottom: 1px solid #cfd0d0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        width: 100%;
        color: #000000;
        text-transform: uppercase;
        background: #ffffff;
    }
    .filter-list .panel-title {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        text-transform:capitalize;
        padding: 16px 12px;
        margin-bottom: 0
    }
    .searchheader .btn-primary {
        padding: 10.5px 14px
    }
    .all_tags .tag-button {
        text-align: center;
        float: none;
        margin: 0px;
        display: inline-block;
        -webkit-border-radius: 2px;
        box-shadow: none
    }
    #searchModal .all_tags .tag-button{
        margin-right: 0px;
    }

    .st-breadcrumbs .st-col-md-12{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .st-breadcrumbs {
        margin-top: 10px;
    }

    .multiple_box label {
        line-height: 24px;
        margin: 0 0px 0px 0;
        padding: 0;
    }

    .filter-list .list-group-item {
        padding: 2px 25px;
        background-color: #fff;
        border: 0;
        margin-bottom: 0
    }
    .filter-list .panel {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .filter-list .checkbox,
    .filter-list .radio {
        margin-top: 3px;
        margin-bottom: 3px
    }
    .filter-list .list-group::-webkit-scrollbar {
        width: .2em
    }
    .filter-list .list-group::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
    }
    .filter-list .list-group::-webkit-scrollbar-thumb {
        background-color: #333;
        outline: #708090 solid 1px
    }
    .filter-list .list-group {
        border-radius: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #fff;
        margin: 5px 0;
        max-height: 300px;
        overflow-y: scroll
    }
    .checkbox .cr,
    .radio .cr {
        margin-right: .8em;
        margin-top: 0px
    }
    .ST-search .list-group {
        border-radius: 0;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 10px
    }
    .filter-list .panel-title .fa {
        float: right;
        font-size: 12px
    }
    .filter-list .panel-title a {
        text-decoration: none
    }
    .mll {
        margin-left: -10px
    }
    .filter-list .clear-all,
    .filter-list div.apply-btn {
        position: relative;
    }
    .filter-list div.apply-btn {
        background: #835dd5;
        border-color: #835dd5;
        margin-left: 12px;
        padding: 10px 24px;
        border-radius: 90px;
        box-shadow: none;
        font-weight: 600;
        outline: 0;
        font-size: 14px;
        color: #fff;
        font-family: "Didact Gothic", Arial, Helvetica, sans-serif;
    }
    .filter-header {
        margin-top: 0;
        min-height: 40px;
        border-bottom: 1px solid #cfd0d0;
        user-select: none
    }
    .filter-list .panel-body {
        padding-top: 0
    }
    .filter-list .filter-text {
        color: #000;
        font-weight: 600;
        font-size: 16px;
        margin-left: 0;
    }
    .filter-list .apply-all {
        margin-left: 0;
        margin-right: 0;
        margin-top: -24px;
        margin-bottom: 0px;
        float: right;
    }
    .filter-list .clear-all {
        position: relative;
        color: #000;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 12px;
        top: auto;
        float: right;
        margin-top: 2px;
    }
}

@media only screen and (max-width:480px) {
  
  .col-xs6 {
	width:49.7%;
}
  

    .st-brand-outer .st-brand {
        margin: 0 0px 0 0;
    }

    .filter-list .apply-all {
        margin-top: -9px;
    }


    span.st-amount-box {
        display: inline-block;
        white-space: normal;
    }

    #searchModal .product__img-wrapper.supports-js .product__img {
        max-height: 170px
    }
    .filter-btn,
    .pager,
    .pager .sort-by {
        position: relative
    }
    .filter-list .close {
        float: left
    }
    .tag-button span {
        font-size: 11px;
        padding: 4px 12px;
        border: 0
    }
    .result-container {
        background: #fff;
        margin-top: 0
    }
    .searchheader .input-group {
        width: 100%
    }
    .ST-search .close {
        z-index: 9;
        margin-top: -5px
    }
    .filter-btn {
        display: none
    }
    .filter-btn .filter-circle {
        background: #ec425b;
        color: #fff;
        position: fixed;
        right: 50px;
        bottom: 50px;
        top: auto;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-align: center;
        padding-top: 15px;
        z-index: 9
    }
    .plr {
        padding: 0!important
    }
    #searchModalContainer {
        overflow-x: hidden
    }

    .searchheader .btn-primary {
        padding: 10.5px 14px
    }
    .filter-list .panel {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .filter-list .checkbox,
    .filter-list .radio {
        margin-top: 3px;
        margin-bottom: 3px
    }
    .filter-list .list-group::-webkit-scrollbar {
        width: .2em
    }
    .filter-list .list-group::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
    }
    .filter-list .list-group::-webkit-scrollbar-thumb {
        background-color: #333;
        outline: #708090 solid 1px
    }
    .ST-search .list-group {
        border-radius: 0;
        box-shadow: none
    }
    .filter-list .panel-title .fa {
        float: right;
        font-size: 12px;
        margin-top: 2px;
    }
    .filter-list .panel-title a {
        text-decoration: none
    }
    .filter-header {
        margin-top: 0;
        min-height: 40px;
        border-bottom: 1px solid #cfd0d0;
    }
    .filter-list .panel-body {
        padding-top: 0
    }
}