@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i');

/*Color code*/
.color-beige {
    background: #f5f5dc no-repeat center;
}

.color-blue {
    background: #0000ff no-repeat center;
}

.color-green {
    background: #008000 no-repeat center;
}

.color-gold {
    background: #d4af37 no-repeat center;
}

.color-silver {
    background: #c0c0c0 no-repeat center;
}

.color-black {
    background: #000000 no-repeat center;
}

.color-grey {
    background: #808080 no-repeat center;
}

.color-yellow {
    background: #ffff00 no-repeat center;
}

.color-orange {
    background: #ffa600 no-repeat center;
}

.color-red {
    background: #ff0000 no-repeat center;
}

#searchModal .desktop-st-sorter_list_view{
    transition: all .2s linear;
    z-index: 99;
    top: 44px;
    position: absolute;
    width: 230px;
    right: -1px;
    background: #fff;
    height: auto;
    border: 1px solid #eee;
}

#searchModal .desktop-st-sorter_list_view a {
    display: block;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
    font-size: 14px;
    padding: 10px 20px 10px 45px;
    border-top: 1px solid #e5e5e5;
    line-height: 22px;
    letter-spacing: .5px;
    cursor: pointer;
    position: relative;
}

#searchModal .desktop-st-sorter_list_view a:before {
    content: '';
    font-family: 'font-new-m';
    position: absolute;
    left: 18px;
    top: 8px;
    font-size: 16px;
}

#searchModal .desktop-st-sorter_list_view a.selected {
    background: #ececec;
    color: #bf1616;
}

#searchModal .page-title-wrapper {
    min-height: 44px;
}

ul#color_filter .checkbox .cr {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    width: 30px;
    height: 20px;
    margin-top: 0px;
}


ul#color_filter .checkbox:hover .cr {
    border-color: #bf1616;
    padding: 1px;
}

.searchtap ul#_size_filter .checkbox label input[type=checkbox]:checked + .cr {
    border: 1px solid #bf1616;
    opacity: 1;
}

/*.searchtap ul#_size_filter .checkbox label input[type=checkbox]:checked + .cr > .cr-icon {*/
/*opacity: 0;*/
/*}*/

ul#color_filter li {

    /*min-width: 30px;*/
    /*max-width: 90px;*/
    /*float: left;*/
    /*margin: 0px !important;*/
    margin-bottom: 12px !important;
    /*cursor: pointer;*/
    /*position: relative;*/
}

/*ul#_size_filter .checkbox .cr {*/
/*border: 1px solid #bfccd4;*/
/*background: #bfccd4;*/
/*width: 100%;*/
/*border-radius: 0;*/
/*min-width: 32px;*/
/*line-height: 24px;*/
/*font-weight: 500;*/
/*font-size: 12px;*/
/*height: 26px;*/
/*padding: 0 20px !important;*/
/*margin-top: 0px;*/
/*color: #fff;*/
/*overflow: hidden;*/
/*margin-right: 0px;*/
/*text-align: center;*/
/*}*/

.account.account.page-layout-2columns-left.searchtap .column.main {
    margin-top: 0px !important;
}

.account.searchtap .page-title-wrapper {
    display: block;
}

#searchModalContainer .page-title-wrapper .page-title small {
    font-weight: 600;
    color: inherit;
    text-transform: lowercase;
}

/*ul#_size_filter .filter_label {*/
/*position: absolute;*/
/*left: auto;*/
/*right: auto;*/
/*margin-top: 3px;*/
/*text-align: center;*/
/*color: #ffff;*/
/*width: 100%;*/
/*}*/

/*ul#_size_filter .checkbox:hover .cr {*/
/*border-color: #999;*/
/*}*/

/*ul#_size_filter li {*/
/*min-width: auto;*/
/*max-width: 100%;*/
/*float: left;*/
/*margin: 0px !important;*/
/*margin-bottom: 6px !important;*/
/*cursor: pointer;*/
/*position: relative;*/
/*margin-right: 5px !important;*/
/*}*/

/*Color code*/

/*Extra css*/

#searchModal #new_tags {
    padding-left: 8px;
    padding-right: 11px;
}

#searchModal .filter-bar {
    display: none !important;
}

#searchModal .toolbar-sorter.sorter {
    padding: 0px 4px;
}

#searchModalContainer .st-loading {
    width: 160px;
    border-radius: 150px;
    border: 1px solid #47525f;
    border-top-color: #fff;
    height: 160px;
    animation: st-loading 1.2s linear infinite;
    -webkit-animation: st-loading 1.2s linear infinite;
    margin: 0 auto;
    top: 130px;
    margin-bottom: 100px;
    margin-top: 100px !important;
}

#searchModal .product-image-wrapper {
    border: none;
    height: auto;
    padding-bottom: 150%;
}

/*.page-layout-1column.searchtap .products-grid .product-item .product-item-info{*/
    /*width: 240px !important;*/
/*}*/
/*.searchtap .page-products .product-item-info{*/
    /*width: 240px;*/
/*}*/

#searchModal .page-products .products-grid .product-item {
    width: 25%;
    margin-bottom: 0px;
}

#searchModal .desktop-st-sorter_list_view a[value="relevance"]:before{
    content: '\e809';
}

#searchModal .desktop-st-sorter_list_view a[value="Lowprice"]:before{
    content: '\e801';
}

#searchModal .desktop-st-sorter_list_view a[value="Highprice"]:before{
    content: '\e800';
}
#searchModal .desktop-st-sorter_list_view a[value="discount"]:before{
    content: '\e802';
}
#searchModal .desktop-st-sorter_list_view a[value="latest"]:before{
    content: '\e807';
}

@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)
    }
}

#searchModal .st-reset {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.st-search-head {
    float: left;
    margin-top: 13px;
    margin-right: 15px;
}

.st-search-head input {
    box-shadow: none;
    border-color: #d8d8d8;
    background-image: url(search-black.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 12px;
    background-size: 15px;
    padding-left: 35px;
    height: 40px;
}

#searchModal .sidebar-main .block.filter {
    border: 1px solid #ededed;
    /*height: 100%;*/
    overflow: hidden;
}

#searchModal ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-right: 0px;
}

/*#searchModal .column.main .product-item {*/
/*padding: 6px 10px;*/
/*width: 33.3333%;*/
/*float: left;*/
/*}*/

.searchtap .page-products .columns {
    margin-top: 40px;
}

/*#searchModal .contain-size {*/
/*margin-top: 40px;*/
/*}*/
#searchModal select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/*#searchModal .product-image-wrapper {*/
/*display: table-cell;*/
/*line-height: 0;*/
/*vertical-align: middle;*/
/*height: 100%;*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/

/*#searchModal .product-image-photo {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: relative;*/
/*object-position: center;*/
/*object-fit: contain;*/
/*}*/

/*#searchModal img.product-image-photo.lazy {*/
/*width: 100%;*/
/*height: 100%;*/
/*object-position: center;*/
/*object-fit: contain;*/
/*position: relative;*/
/*}*/
.customer-account-login.searchtap .page-title-wrapper{
    margin-bottom: 0px;
}

.customer-account-login.searchtap .page-title-wrapper h1.page-title{
    border-bottom: 0px;
}
/*.customer-account-login .page-wrapper #maincontent {*/
/*border: 0px solid #ccc;*/
/*max-width: 1200px;*/
/*padding: 0 40px;*/
/*}*/

/*.customer-account-login .page-title-wrapper {*/
/*margin-bottom: 32px;*/
/*max-width: 530px;*/
/*margin: 0 auto;*/
/*}*/

/*.customer-account-login .page.messages {*/
/*max-width: 530px;*/
/*margin: 0 auto;*/
/*}*/

/*.customer-account-login .columns {*/
/*display: block;*/
/*max-width: 530px;*/
/*margin: 0 auto;*/
/*}*/

/*Extra css*/

#searchModal ul.st-sorting:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

#searchModal .product-image-container {
    display: block;
    width: 270px;
}

#searchModal .toolbar.toolbar-products {
    margin-bottom: 20px;
}
#searchModal .discount_percent{
    margin-top: 4px;
}
#searchModal ul.st-sorting {
    border: 1px solid #dadada;
    width: 200px;
    border-radius: 0;
    height: 49px;
    line-height: 49px;
    list-style: none;
    position: relative;
}

#searchModal .products.wrapper.list.products-list .product-item {
    padding: 6px 10px;
    width: 100%;
    display: table;
    float: none;
}

#searchModal .products.wrapper.list.products-list .product-item .product-item-actions {
    display: block;
    margin-top: 20px;
}

#searchModal .toolbar-amount {
    float: left;
    padding: 10px 0 0;
    margin-left: 20px;
}

#searchModal .sidebar__inner .apply-all {
    display: none;
}

#searchModal ul.st-sorting li {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 30px;
    text-align: left;
}

#searchModal ul.st-sorting li:not(.init) {
    float: left;
    width: 130px;
    display: none;
    background: #ddd;
}

#searchModal ul.st-sorting li:not(.init):hover, #searchModal ul.st-sorting li.selected:not(.init) {
    background: #09f;
}

li.init {
    cursor: pointer;
}

a#submit {
    z-index: 1;
}

/*.cms-index-index.searchtap #searchModalContainer {*/
/*margin-top: 100px;*/
/*}*/

#searchModal .error-bg {
    background: url(error-bg.jpg) center top no-repeat;
    z-index: 1;
    min-height: 600px;
}

.brd-brand {
    color: #9a9b9c;
    padding: 0 6px;
    font-weight: 100;
}

.st-brand-outer {
    margin-top: 0px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    float: left;
    right: auto;
    top: auto;
    font-weight: 100;
}

.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: 12px;
    text-transform: none;
}

#searchModal .products.wrapper.list.products-list .product-item .product-item-photo {
    width: auto;
    padding: 0 0px 30px 0;
}

#searchModal .products.wrapper.list.products-list .product-item-details {
    display: table-cell;
    vertical-align: top;
    float: left;
    padding-right: 30px;
    padding-top: 20px;
}

#searchModal #color_filter .checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
    color: #b3b7b9;
    left: 0;
    right: 0;
}

#searchModal #color_filter .checkbox label input[type=checkbox]:checked + .cr {
    text-align: center;
    background-color: inherit;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
}

#searchModal .products.wrapper.list.products-list .product-item-name a, #searchModal .products.wrapper.list.products-list .product.name a {
    color: #888;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#searchModal .products.wrapper.list.products-list .product-item .product-item-images {
    float: left;
    margin-right: 30px;
}

.st-brand-outer .st-brand-txt span {
    color: #9a9b9c;
    text-transform: none;
}

.st-brand-outer .st-brand {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

#searchModal ol.products.list.items.product-items .product.name {
    color: #888;
    font-size: 15px;
}

#searchModal .product-grid .product-thumb .image {

    min-height: 303px;
}

.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: 0 auto 0 2px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: inline-block;
    vertical-align: middle;
}

[v-cloak] {
    display: none;
}

/*.cms-index-index.searchtap #searchModalContainer {*/
/*margin-top: 100px;*/
/*}*/

#searchModal .sort-by {
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.sidebar__inner .top-filter {
    position: relative;
    display: block;
    width: 100%;
    /*height: 100%;*/
    clear: both;
    padding-bottom: 15px;
    overflow: hidden;
    border-top: 1px solid #ededed;
}

.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

#searchModal .st-result-container {
    position: relative;

}

#searchModal .st-left-arrow {
    background-image: url(left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 32px;
    height: 40px;
    display: block;
    padding-top: 4px;
}

#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;
}

#searchModal .resultEnd {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    border: 1px solid #999;
    display: table;
    clear: both;
    font-size: 12px;
    text-align: center;
    max-width: 100%;
    color: #666;
    font-weight: 400;
    position: relative;
    top: 0px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#searchModalContainer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#searchModal #st-back-top {
    /*background: url(top-arrow.png) center center no-repeat #e1e2e4;*/
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 32px;
    cursor: pointer;
    height: 32px;
    display: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 99;
    border-radius: 0;
    color: #fff;
}

#sidebar .panel {
    background-color: transparent
}

#result-content {
    margin-bottom: 80px
}

#searchModal {
    margin: 0 auto;
    width: 100%;
    /*height: 100%;*/
    margin-top: 40px;
}

.searchheader {
    margin-top: 40px
}

.ST-search .close {
    opacity: 1;
    outline: 0
}

#searchModal .product-category .stock_left {
    position: relative;
    bottom: 0;
    width: 100%;
    background: none;
    color: #24a2f1;
}

#searchModal.product-category .stock_left:before {
    width: 100%;
    left: 0;
    border-right: 1px solid transparent;
    border-top: 1px solid #c1c1c1;
    top: 11px;
}

#searchModal .product-category .stock_left span {
    background: #fff;
    position: relative;
    z-index: 9;
}

#searchModal .mob-category-filter .filter-header {
    font-size: 14px;
    color: #47525f;
    font-weight: 500;
    user-select: none;
    position: relative;
    display: block;
    margin-top: 5px;
}

#searchModal .mob-category-filter .filter-header .reset {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

#searchModal .products-row {
    display: flex;
    flex-wrap: wrap;
}

#searchModal .st-reset-all {
    color: #e97a1e;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 2px;
    cursor: pointer;
}

.filter-header h4 {
    margin-top: 0px;
    text-transform: uppercase;
}
#searchModal .products-grid .product-item-info .product-item-images {
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    margin-top: -30px
}

.searchheader .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px 6px 25px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #eef1f8 !important;
    background-image: none;
    border: 1px solid #eef1f8 !important;
    box-shadow: none;
    height: 45px;
    border-radius: 5px
}

.searchheader .btn-primary, .searchheader .btn-primary:hover {
    background: 0 0;
    /*border-color: ;*/
    margin-left: 0 !important
}

.searchheader .btn-primary {
    padding: 10.5px 22px !important;
    border-radius: 0;
    box-shadow: none
}

st-content {
    min-height: 600px;
}

#searchFilter .top-filter ul li {
    margin: 6px 0;
}

/*#searchFilter .top-filter ul li:hover .checkbox .cr{*/
    /*background-color: #c5c5c5 !important;*/
/*}*/

.sidebar__inner #searchFilter .filter-body {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

.ST-search .btn {
    letter-spacing: 0 !important
}

.st-results-loading {
    /*background: url(loader.gif) center no-repeat #fff !important;*/
    position: relative;
    width: 100%;
    height: 100px
}

.all_tags {
    height: 60px;
    text-align: left;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 96%;
    margin: 0 auto;
}

.all_tags .tag-button {
    float: none;
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 2px
}

.tag-button {
    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%;
    font-family: 'Montserrat', sans-serif;

}

#searchModal .product-thumb {
    display: inline-grid;
}

.multiple_box label span {
    margin: 0;
    font-size: 14px;
    padding: 2px 20px;
    float: left;
    color: #666;
    text-decoration: none;
    font-weight: 400;
    border-radius: 40px;
    text-transform: capitalize;
    border: 1px solid #ededed;
}

.multiple_box input[type=checkbox] {
    display: none;
    width: auto;
    position: inherit;
    margin-right: 10px;
    margin-top: 0
}

.multiple_box input[type=checkbox]:checked + span.filter-tags {
    color: #fff !important;
    border-radius: 20px;
    background: #bf1616;
    background-position: center center;
    padding-right: 15px
}

.multiple_box input[type=checkbox]:checked + span.filter-tags:after {
    content: 'x';
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    padding-left: 6px;
    font-size: 14px
}

#searchModal .radio:before, .checkbox:before {
    display: none
}

#searchModal .clear {
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
    z-index: 9;
    top: 20px;
    color: #bf1616;
    position: absolute;
    right: 35px;
    text-transform: uppercase;
}

#noResults {
    clear: both
}

.show-more .btn-default {
    padding: 12px 22px;
    border-color: #a09e9e;
    background-color: #fff;
    font-size: 11px;
    border-radius: 0;
    color: #333;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    max-width: 230px
}

#searchModal .toolbar-sorter .sorter-options {
    border-right: 0px solid #ededed;
}

.sort-by select {
    outline: 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    width: auto;
    background: #fff
}

.sort-by .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    background-image: none;
    border: 0 solid #ccc;
    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: 14px;
    color: #47525f;
    font-weight: 500;
    user-select: none
}

.st-black {
    color: #010100;
}

#searchModal .products-grid .product-item-info:hover {
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;
}
#searchModal .product-item-info:hover .product-item-images {
    border: 1px solid #ededed;
    border-bottom: none;

}

body.searchtap .page-layout-1column .products-grid .product-item .product-item-info {
    display: block;
    margin: 0 auto;
}

#searchModal .contain-size .multiple_box {
    width: 100%;
    margin: 0 auto;
}

#searchModal ol.products.list.items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#tag_left, #tag_right {
    top: 0px;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 40px;
    background-color: #fff;
}

#tag_right i.fa.fa-chevron-right {
    float: right;
}

#tag_left .fa, #tag_right .fa {
    padding-top: 10px;
    font-size: 18px;
    color: #888;
}

#tag_right {
    position: absolute;
    right: 25px;
}

#tag_left {
    left: 19px;
    padding-left: 0 !important;
}

.show-result {
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #47525f;
}

#searchModal .result-summary .show-result {
    margin-top: 0px;
}

#searchModal .result-summary .sort-by .form-group {
    float: right;
    margin-bottom: 5px;
    margin-bottom: 10px;
}

#searchModal .result-summary .sort-by .form-group label {
    display: inline-block;
    color: #47525f;
    font-weight: 400;
    font-size: 14px;
}

#searchModal .result-summary .sort-by .form-group select {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    text-transform: none;
    font-weight: 400;
    color: #47525f;
    background-image: url(down-arrow.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position: 146px;
    background-position-y: 13px;
    min-height: 40px;
}

.reset-all {
    text-align: right;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #ffa700;
    cursor: pointer
}

.clear-filters {
    font-size: 12px;
    padding-left: 40px;
    font-weight: 600;
    color: #0b8a55
}

#searchFilter h5 {
    font-weight: 300;
    color: #252525;
    font-size: 16px;
    letter-spacing: 0;
    font-family: Avenir-Roman;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0px !important;
    outline: none;
}

#searchFilter .selected-list .checkbox label, #searchFilter .lb-red, #searchFilter .radio label {
    color: #0b8a55
}

#searchFilter ul {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    max-height: 270px;
    overflow-y: auto;
    border-top: 1px solid #ededed;
    list-style: none;
}

.filter-title-outer {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#searchFilter ul::-webkit-scrollbar {
    width: .1em;
}

#searchFilter ul::-webkit-scrollbar-track {
    background-color: #ddd
}

#searchFilter ul::-webkit-scrollbar-thumb {
    background-color: #b6b7b7;
    outline: #708090 solid 1px
}

#searchModalContainer .radio, .checkbox {
    min-height: 20px;
    padding-left: 0
}

#searchFilter .checkbox, #searchFilter .radio {
    display: block;
    max-height: 25px;
    min-height: auto;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

#searchFilter .checkbox label, #searchFilter .radio label {
    color: #333;
    letter-spacing: .5px;
    position: relative;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

#searchModal .checkbox label input[type=checkbox], #searchModal .radio label input[type=radio] {
    display: none
}

#searchModal .checkbox .cr, #searchModal .color .checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#searchModal .block-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: Avenir-Black;
    padding: 0 15px;
}

#searchModal .checkbox .cr, #searchModal .radio .cr {
    border-radius: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background-color: #e9e9e9;
}

#searchModal .checkbox:hover .cr, #searchModal .radio .cr {
    background-color: #c5c5c5;
}

#searchModal .checkbox .cr .cr-icon, #searchModal .radio .cr .cr-icon {
    position: absolute;
    font-size: 12px;
    line-height: 0;
    top: 50%;
    padding-top: 0px;
    padding-left: 2px;
}

#searchModal .checkbox small {
    font-size: 13px;
    padding-right: 5px
}

#searchModal .checkbox label:after, #searchModal .radio label:after {
    content: '';
    display: table;
    clear: both
}

#searchModal .sidebar__inner span.count {
    color: #757575;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
}

#searchModal .sidebar__inner .brd-top {
    border-top: 1px solid #dadada;
    padding: 10px 0;
    margin: 0;
}

#searchModal .checkbox label input[type=checkbox]:checked + .cr {
    background-color: #cf181f;
}

#searchModal .checkbox label input[type=checkbox]:checked + .cr > .cr-icon, #searchModal .radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
    color: #fff;

}

#searchModal .checkbox label input[type=checkbox] + .cr > .cr-icon, #searchModal .radio label input[type=radio] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0
}

#searchModal #searchFilter h5 .catalog_expand {
    cursor: pointer
}

#searchModal #searchFilter h5 .catalog_expand .fa {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.gray-bg {
    background: #e7eaee !important
}

.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: -6px;
    position: relative
}

.catalog_expand span {
    position: relative;
    top: 4px;
    font-size: 19px
}

#searchFilter h5 .catalog_expand {
    cursor: pointer
}

.hidden-lg, .hidden-md {
    display: none !important;
}

@media only screen and (max-width: 1024px) {

    #searchModal .products-grid .product-item-info .product-item-details [class*="swatch-opt"] {
        margin-bottom: 0px;
    }
    #searchFilter #discounted_price_filter .filter_label{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width:77%;
        display:inline-block;
    }
    /*.cms-index-index.searchtap #searchModalContainer {*/
        /*margin-top: 120px;*/
    /*}*/

    #searchModal .product-image-wrapper {
        height: 100%;
    }

    #searchFilter .filter_label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 992px) {

    #searchModal .column.main .product-item {
        width: 50%;
    }
}
@media only screen and (max-width: 834px) {

    #searchModal span.disInBlock {
        position: relative;
        z-index: -1;
    }
}

@media only screen and (max-width: 767px) {


    #searchModal .st-sorter_list_view a[value="latest"]:before{
        content: '\e807';
    }
 #searchModal .st-sorter_list_view a[value="relevance"]:before{
        content: '\e809';
    }

    #searchModal .st-sorter_list_view a[value="Lowprice"]:before{
        content: '\e801';
    }

    #searchModal .st-sorter_list_view a[value="Highprice"]:before{
        content: '\e800';
    }
    #searchModal .st-sorter_list_view a[value="discount"]:before{
        content: '\e802';
    }
    #searchModal .resultEnd{
        margin-top: 20px;
    }
    .searchtap #searchModalContainer{
        margin-top: -25px;
    }
    #searchModal .toolbar.toolbar-products{
        margin-bottom: 10px;
    }
    #searchModal .st-sorter_list_view{
        display: block;
        position: fixed;
        width: 100%;
        background: #f6f6f6;
        transition: all .2s linear;
        top: inherit;
        bottom: 50px;
        right: 0;
        height: auto;
        border: 0;
    }

    #searchModal .st-sorter_list_view a{
        display: block;
        text-align: left;
        text-transform: capitalize;
        color: #000000;
        font-size: 13px;
        padding: 10px 20px 10px 45px;
        border-top: 1px solid #e5e5e5;
        line-height: 22px;
        letter-spacing: 0px;
        position: relative;
    }

    #searchModal .st-sorter_list_view a:before {
        content: '';
        font-family: 'font-new-m';
        position: absolute;
        left: 18px;
        top: 8px;
        font-size: 16px;
    }

    #searchModal .st-sorter_list_view a:before {
        content: '';
        font-family: 'font-new-m';
        position: absolute;
        left: 18px;
        top: 8px;
        font-size: 16px;
    }

    #searchModal .st-sorter_list_view a.selected {
        background: #ececec;
        color: #bf1616;
    }

    #searchModal .apply-filter button:hover{
        background: #fff !important;
        color: #333 !important;
    }

    #searchModal .apply-filter button:focus{
        background: #fff !important;
        color: #333 !important;
        outline: none;
    }

    #searchModal .apply-filter {
        position: fixed;
        bottom: 0;
        border-top: 1px solid #e9e9e9;
        width: 100%;
        background: #fff;
        box-shadow:none;
        padding: 0;
        z-index: 999;
        padding-top: 5px;
    }

    #searchModal .apply-filter {
        padding-top: 5px;
    }

    #searchModal .mobile-filter-popup .buttonDivider {
        border-left: 1px solid #eaeaec;
        width: 2px;
        height: 22px;
        position: absolute;
        left: 50%;
        top: 15px;
        z-index: 1;
    }

    #searchModal .mobile-filter-popup .btn.flat {
        border-color: transparent;
        background-color: #fff;
    }

    #searchModal .mobile-filter-popup .filters-btn.txt-red {
        color: #cf181f !important;
    }

    #searchModal .mobile-filter-popup .col-1-2 {
        width: 50%;
        float: left;
        position: relative;
        text-align: center;
    }

    #searchModal .mobile-filter-popup .outer-checkbox .st-checkbox .cr-icon {
        opacity: 0;
        position: absolute;
        font-size: 9px;
        padding-top: 1px;
        padding-left: 2px;
    }

    #searchModal #searchFilterMobile .filterValues .outer-checkbox label {
        font-weight: 400;
        font-size: 12px;
        font-family: Avenir-Roman;
    }
    #searchModal .mobile-filter-popup .outer-checkbox input {
        display: none;
    }
    #searchModal .mobile-filter-popup .outer-checkbox .st-checkbox {
        border: .3mm solid #e9e9e9 !important;
        background: #e9e9e9;
        width: 16px;
        height: 16px;
        position: relative;
        float: left;
        display: block;
        margin-right: 10px;
        margin-top: 0px;
    }

    .searchtap .catalog-category-view .page-title-wrapper h1.page-title{
        margin-top: 15px;
    }
    #search_mini_form .search input{
        line-height: normal!important; ;
    }
    /*.cms-index-index.searchtap #searchModalContainer {*/
        /*margin-top: 60px;*/
    /*}*/

    #searchModal .columns .products {
        margin: 0px 0;
        padding: 0 8px;
    }
    #searchModal ol.products.list.items {
        display: flex;
        flex-wrap: wrap;
    }

    #searchModal .product-image-wrapper {
        height: 360px;
    }

    .st-search-head {
        margin-top: 3px;
        margin-right: 10px;
    }

    #searchModal .filter-bar {
        display: none;
    }

    #searchModal .size-option .form-group .radio-type-button2 {
        margin-top: 6px;
    }

    #searchModal .st-filter-cross {
        height: 15px;
        width: 15px;
        margin-top: 3px;
        background-size: 15px;
        background-image: url(cross-black.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
    }

    #searchModal .st-reset-all {
        color: #e97a1e;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 12px;
        margin-right: 0px;
        margin-top: 7px;
    }

    .st-brand-outer {
        margin-top: -1px;
        border-left: 0px solid #c8c8c9;
        margin-left: 6px;
        padding-left: 6px;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        float: right;
        right: 15px;
        top: auto;
        display: block;
    }

    .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: 10px;
    }

    .st-brand-outer .st-brand {
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

    .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: 0 auto 0 2px;
        -webkit-transition: all .1s ease-in;
        transition: all .1s ease-in;
        display: inline-block;
        vertical-align: middle;
    }

    #searchModal .filter-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 13;
        background: #ececec;
        height: 50px;
        border-top: 1px solid #ddd;
        color: #c11d14;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .sortFilterCon {

    }

    .sortFilterCon div {
        width: 50%;
        float: left;
        position: relative;
        z-index: 5;
        line-height: 50px;
        border-right: 1px solid #ccc;
        color: #fff;
        background: #bf1616;
    }

    .sortFilterCon .pdSorting {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        outline: 0;
        height: 47px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .tabIcon.sortIcon {
        background-size: 14px;
        background-image: url(sort.svg);
    }

    .tabIcon.filterIcon, .tabIcon.sortIcon {
        position: absolute;
        top: 17px;
        margin-left: -20px;
    }

    .tabIcon {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
    }

    .tabIcon.filterIcon {
        background-image: url(interface.svg);
        background-size: 14px;
        margin-left: -22px;
    }

    .st-search-box {
        position: relative;
    }

    .st-query-clear {
        background-image: url(cross-black.svg);
        position: absolute !important;
        float: right;
        width: 15px;
        margin-top: 0px;
        top: 15px;
        background-position-y: center;
        margin-right: 15px;
        right: 0;
        display: block;
        height: 15px;
        background-size: 12px;
        background-repeat: no-repeat;
    }

    .st-search-box input {
        display: inline-block;
        padding: 4px 6px;
        padding-left: 38px;
        height: 42px;
        margin-bottom: 0;
        box-shadow: none;
        background-image: url(mobile-search-icon.svg);
        background-repeat: no-repeat;
        background-position-x: 10px;
        background-position-y: center;
        margin-top: 0px;
        font-size: 14px;
        line-height: normal;
        margin-left: 0;
        color: #555;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        vertical-align: middle;
        width: 100%;
        background-size: 20px;
        border: 2px solid #ccc;
    }

    #searchModal .result-summary .show-result {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .st-search-box {
        position: relative;
        margin-top: 10px;
    }

    .hidden-lg, .hidden-md {
        display: block !important;
    }
    .hidden-sm, .hidden-xs {
        display: none !important;
    }

    .multiple_box input[type=checkbox]:checked + span.filter-tags:after {
        content: '\f00d';
        font-family: FontAwesome;
        color: #fff !important;
        padding-left: 6px;
        font-size: 12px
    }

    .filter-header .clear-all, .filter-list a.apply-btn {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase
    }

    .st-mobile-filter-toggle span {
        font-size: 13px;
        color: #0b8a55;
        font-weight: 600;
        user-select: none
    }

    .st-mobile-filter-toggle .fa-filter {
        font-size: 12px;
        position: relative;
        top: -1px
    }

    .st-mobile-filter-count {
        color: #da2929
    }

    .show-result {
        margin-left: 0
    }

    .filter-list .checkbox label, .filter-list .radio label {
        text-transform: capitalize;
        font-size: 14px;
        color: #333;
    }

    .filter-header .clear-all {
        color: #666666;
        font-size: 12px;
        font-weight: 500;
    }

    .filter-list a.apply-btn {
        background: #ffe342;
        border-color: #ffe342;
        padding: 8px 22px;
        border-radius: 22px;
        box-shadow: none;
        outline: 0;
        position: relative;
        color: #000;
        text-transform: capitalize;
        font-size: 14px;
    }

    #searchModalContainer .radio {
        min-height: 10px;
        padding-left: 0;
        max-height: 20px
    }

    .filter-list .filter-text {
        margin-right: 8px
    }

    .filter-list button.close {
        position: absolute;
        right: auto;
        margin-left: 0px;
        /*background-image: url(cross.svg);*/
        background-repeat: no-repeat;
        background-size: cover;
        width: 12px;
        height: 12px;
        margin-top: 5px;
        outline: 0;
        opacity: 1
    }

    .search-head .btn-danger {
        background-position-x: 12px
    }

    #searchModalContainer .radio .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 48%;
        padding-left: 2px;
    }

    .cart-button, ul#main-sizes li {
        position: relative
    }

    #searchModalContainer .radio .cr {
        border: 1.5px solid #7e7e7e !important;
        border-radius: 20px;
        margin-top: 5px !important;
        margin-right: 15px !important
    }

    #searchModalContainer .radio label input[type=radio]:checked + .cr {
        background: #0b8a55;
        border-color: #0b8a55
    }

    #searchModalContainer .multiple_box input[type=checkbox]:checked + span.filter-tags:after {
        margin-top: 5px
    }

    .mobile-header {
        height: 35px;
        border-bottom: 1px solid #eaecee
    }

    .searchheader .input-group {
        margin-top: 12px
    }

    .mobile-header button.close {
        z-index: 9;
        margin-top: -10px !important;
        margin-right: 20px
    }

    .searchheader .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        border: 1px solid #cecdcd !important;
        width: 100%;
        margin-bottom: 0;
        box-shadow: none
    }

    .result-container {
        padding-top: 5px
    }

    .search-head .btn-danger {
        padding: 11px 25px;
        border-radius: 0;
        background-color: #0b8a55;
        border-color: #0b8a55;
        border-width: 2px;
        box-shadow: 0 0 17px 0 rgba(109, 122, 131, .25)
    }

    .cart-button .btn-default {
        position: absolute;
        z-index: 99;
        margin-right: 10px;
        left: auto;
        right: 0;
        float: right;
        margin-top: 10px;
        background: #eaecee;
        border-color: #eaecee;
        color: #333;
        border-radius: 20px;
        padding: 0;
        width: 34px;
        height: 34px
    }

    .all_tags .tag-button {
        border-radius: 20px !important
    }

    .all_tags {
        text-align: left;
        margin: 0 auto;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        width: 100%
    }

    .tag-button span {
        font-size: 11px;
        padding: 4px 12px;
        border: 0
    }

    .sort-by {
        right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .sort-by .form-control {
        font-weight: 500
    }

    .multiple_box label {
        line-height: 24px;
        margin: 0 0 -4px
    }

    .tag-button .not-selected, .tag-button .selected {
        margin: 0;
        float: left;
        padding: 4px 12px;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none
    }

    #searchFilterMobile .mobile-filter-popup .filter-list {
        display: block;
        position: relative;
        padding: 10px;
    }

    .mobile-filter-popup {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        border: 0;
        background: #fff;
        overflow-x: hidden;
        margin: 0;
        overflow-y: hidden;
    }

    .all_tags .tag-button {
        text-align: center;
        float: none;
        display: inline-block;
        margin-right: 2px;
        -webkit-border-radius: 2px;
        box-shadow: none
    }

    #searchModal .filter-cross {
        height: 15px;
        width: 15px;
        margin-top: -3px;
        background-size: 15px;
        background-image: url(cross-black.svg);
        background-repeat: no-repeat;
    }

    #searchModal .product-thumb {
        display: block;
    }

    #searchModal .clear {
        font-size: 12px;
        top: 22px;
        right: 35px;

    }

    #searchFilter h5 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    #searchFilter .filter_label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 767px) {
    #searchModal .products-grid .product-item-info .product-item-details {
        padding-left: 12px;
    }
    .catalog_expand span {
        top: 8px;
    }

    #searchModal .price-box span {
        font-size: 12px !important;
    }

    #searchModal .product-item-info .product-item-details .product-item-name a {
        height: 16px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #searchModal .products-grid .product-item-info .product-item-details [class*="swatch-opt"] {
        visibility: hidden;
        clear: both;
        display: none;
    }

    #maincontent.page-main {
        padding: 0;
    }

    #searchModal .column.main{
        width: 100%;
    }


    .searchtap span.st-applied {
        font-size: 38px;
        position: absolute;
        bottom: 16px;
        margin-left: 1px;
    }

    #st-back-top {
        text-align: center;
        position: fixed;
        right: 12px;
        background-color: #E4E0D5;
        width: 55px;
        border-radius: 100%;
        cursor: pointer;
        display: none;
        height: 55px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
        z-index: 99;
        padding: 15px 0 0;
        color: #fff;
        bottom: 63px;
    }

    #st-back-top:before {
        content: "\f106";
        font-size: 2.5rem;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    #st-back-top a {
        padding: 10px 0 0;
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        font-style: italic;
        color: #fff;
        text-transform: uppercase;
    }

    /*.cms-index-index.searchtap #searchModalContainer {*/
        /*margin-top: 60px;*/
    /*}*/

    .searchtap .page-wrapper .header-container .container-inner .header .h-right .absolute {
        height: 0px;
    }

    #searchModal .products-grid .product-item-info:hover {
        box-shadow: none;
    }

    #searchModal .sidebar__inner .apply-all {
        display: block;
    }

    #searchModal .product-image-wrapper {
        height: 255px;
    }

    #searchModal ol.products.list.items.product-items {
        margin-top: 0px;
    }

    ul#color_filter .checkbox .cr .cr-icon {
        padding-left: 2px;
    }

    ul#color_filter .checkbox label input[type=checkbox]:checked + .cr {
        border-color: #bf1616;
    }

    ul#color_filter .checkbox label input[type=checkbox]:checked + .cr .cr-icon {
        color: #fff;

    }

    #searchModal .apply-all {
        float: right;
    }

    #searchModal .sidebar__inner {
        padding-top: 20px;
    }

    #searchModal a.apply-btn {
        background: #bf1616;
        border-color: #bf1616;
        padding: 10px 18px;
        padding-top: 8px;
        line-height: 12px;
        border-radius: 22px;
        box-shadow: none;
        outline: 0;
        position: relative;
        color: #fff;
        text-transform: capitalize;
        font-size: 13px;
    }

    #searchModal .sidebar-main .block.filter {
        border: none;
        padding: 0px;
    }

    #searchFilter h5 {
        margin-bottom: 10px;
    }

    .filter-title-outer {
        padding-top: 10px;
    }

    #searchModal .clear {
        top: 17px;
    }

    .st-fliter-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .15);
        z-index: 99;
        display: none;
    }

    /*.st-fliter-overlay {*/
    /*display: block;*/
    /*}*/
    /*.page-products #searchModalContainer .sidebar.sidebar-main {*/
    /*transform: translatex(110px); !important;*/
    /*}*/
    #searchModal {
        margin-top: 10px;
    }

    #searchModal .page-title-wrapper {
        margin-bottom: 10px;
        display: block;
        overflow: hidden;
        min-height: auto;
        width: 95%;
        margin:0 auto;
    }

    /*Mobile searchhbar css*/
    .search-head {
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .search-head .form-control {
        padding: 0px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        padding-left: 35px !important;
        color: #666;
        height: 45px;
        background-color: #fff !important;
        background-image: url(search-icon.svg) !important;
        background-position-y: center;
        background-position-x: 10px;
        background-repeat: no-repeat;
        background-size: 16px;
        border: 2px solid #ededed !important;
        border-radius: 0;
    }

    .search-head .input-group-btn {
        white-space: nowrap;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -3px;
        margin-right: 10px;
        vertical-align: middle;
        display: table-cell;
    }

    .search-head .btn-cross {
        background-image: url(cross-black.svg) !important;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position-y: center;
        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: 11px;
        text-transform: uppercase !important;
        opacity: 1;
    }

    /*End mobile searchhbar css*/
    .st-brand-outer {
        margin-top: -3px;
        border-left: 0px solid #c8c8c9;
        margin-left: 6px;
        padding-left: 6px;
        cursor: pointer;
        position: relative;
        z-index: 999;
        right: 0px;
        top: auto;
        display: block;
    }

    #searchModal h1.page-title {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: 0px;
        text-transform: none;
    }

    #searchModal .column.main .product-item {
        padding: 0 0.5px;
    }

    #searchModal .product-layout.product-item.product-grid.col-xs-6.col-md-4.col-lg-3 {
        text-align: center;
    }

    #searchModal .filter-bar {
        display: block !important;
    }

}
.catalog-category-view .page-title-wrapper h2.page-title{
    font-weight: 500;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
}
.catalog-product-view .page-footer{display: block}
@media only screen and (max-width: 760px) {
    /*.cms-index-index.searchtap #searchModalContainer {*/
        /*margin-top: 60px;*/
    /*}*/

    #searchModal {
        margin: 0 auto;
        width: 100%;
        padding: 0 0px;
        /*height: 100%;*/
        margin-top: 0px;
    }

    #searchModal .apply-filter .cancel-filter {
        float: left;
        color: #333;
        padding: 12px 15px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        display: block !important;
        width: 50%;
    }

    #searchModal .apply-filter .filterFooter {
        background: #e9791f;
        box-shadow: none;
        float: right;
        width: 100%;
        color: #fff;
        text-align: center;
        text-shadow: none;
        border: 0;
        font-size: 14px;
        text-transform: uppercase;
        padding: 13px;
        outline: 0;
        border-radius: 0;
        margin: 0;
    }

    #searchModal .apply-filter {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 999;
    }

    #searchModal span.st-reset-all-mobile {
        font-size: 12px;
        color: #cf181f;
    }

    #searchModal #searchFilterMobile .filterHeader {
        font-size: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: normal;
        color: #000;
        font-family: Avenir-Roman;
        padding: 14px 15px;
        letter-spacing: 1px;
        border-bottom: 1px solid #e4e4e4;
    }

    #searchModal #searchFilterMobile .filterType {
        height: 100%;
        width: 40%;
        background: #efefef;
        display: block;
        position: fixed;
        float: left;
        overflow-y: auto;
    }

    #searchFilterMobile .clearbtn {
        color: #e9791f;
        font-weight: 400;
        margin-right: 30px;
    }

    .filterType ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #searchModal #searchFilterMobile .filterType ul .active {
        color: #333 !important;
        font-weight: 500;
        background-color: #fff;
        border-left: 2px solid #c21207;
    }

    #searchModal #searchFilterMobile .filterType ul li {
        font-family: Avenir-Roman;
        letter-spacing: 0;
        text-transform: capitalize;
        margin-bottom: 0;
        margin: 0px 0;
        font-size: 13px;
        line-height: 24px;
        display: inline-block;
        width: 100%;
        padding: 8px 12px;
        border-bottom: 1px solid #e4e4e4;
    }

    #searchModal #searchFilterMobile .checkbox label {
        min-height: 20px;
        padding-left: 15px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    #searchModal #searchFilterMobile .filterValues {
        float: right;
        height: 90%;
        overflow-y: scroll;
        padding-left: 10px;
        width: 60%;
        background: #fff;
        display: inline-block;
        position: absolute;
        right: 0;
        color: #333;
        padding-bottom: 100px;
    }

    #searchModal .mobile-filter-popup .outer-checkbox label input[type=checkbox]:checked+.st-checkbox>.cr-icon {
        opacity: 1;
        color: #333;
    }

    .filterValues ul {
        margin: 0px;
        padding: 0px;
    }

    #searchModal #searchFilterMobile .checkbox {
        position: relative;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #searchModal #searchFilterMobile .checkbox .cr {
        margin-top: 4px;
    }

    #mobileFilterValues ul li {
        list-style: none;
        padding: 0px 5px;
        font-family: Avenir-Roman;
    }

    .ST-search .btn {
        letter-spacing: 1px !important;
        font-family: Avenir-Roman;
    }

    #mobileFilterValues ul {
        margin: 0;
        padding: 0;
        padding-top: 12px;
        list-style: none;
    }
}

@media only screen and (max-width: 480px) {

}

.st-search-box {
    display: block;
}



