@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*@font-face {*/
    /*font-family: 'ProximaNovaRegular';*/
    /*src: url('../font/ProximaNovaRegular.eot');*/
    /*src: local('ProximaNovaRegular'), url('../font/ProximaNovaRegular.woff') format('woff'), url('../font/ProximaNovaRegular.ttf') format('truetype');*/
/*}*/

.cart {
    opacity: 1;
}



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



.search-result-container .category-product .product .cart {
    opacity: 1;
}

#searchModalContainer .cart .action {
      position: absolute;
    left: 5px;
    right: 0;
}
#searchModalContainer .cart .action ul li {
	display:inline-block;
}
#searchModalContainer .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    margin-left: -6px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#searchModalContainer .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#searchModalContainer .cart .action ul li.lnk.wishlist {
    border-right: 1px solid #dadada;
}
#searchModalContainer .cart .lnk {
    margin: 6px 0px !important;
}

#searchModalContainer .cart .lnk a {
    background: #a8a8a8;
    padding: 4px 8px !important;
    margin-left: 0px;
	    position: relative;
    top: 1px;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-yellow{
	    background: #ffe629 !important;
    color: #000;
}

.cart .fa-heart{
	color:#fff !important;
	font-size:12px !important;
}

.lnk .wishlist{
	font-size:12px !important;
}

.cart .btn {
    display: inline-block;
    padding: 7px 8px;
	    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#searchModalContainer hr {
    margin-top: 10px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid #eee;
}

html[data-useragent*='UCBrowser'] #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;
}

.main-header {
    background-color: #000 !important;
}
.clickSlide{ position:relative;}
.top-Links > ul{ float:left; width:50%; }
.clickSlide ul{ position: absolute; background-color: #fff; width: 200px;z-index: 10000; display:none;  border-bottom:3px solid #201e1e;  border-left:1px solid #201e1e;  border-right:1px solid #201e1e; box-shadow:2px 3px 4px rgba(0,0,0,0.5);}
.clickSlide ul li a{  color:#212121; display:block; padding: 15px 22px;
    text-align: left; font-size:14px;
 }
.clickSlide ul li a i{color:#bdbdbd;    font-size: 18px;
    padding: 0px 12px 0 0;
    float: left;}

.clickSlide ul li + li{border-top:1px solid #e5e5e5;}

 .clickSlide > a{ font-size:14px;    display: block;
    padding: 16px;     font-weight: normal; text-align:left;
    color: #fff;}
 .clickSlide > a i{font-size:14px;}
  .clickSlide ul li a:hover{
	 background:#f39c12; color:#000;
 }
 .clickSlide ul li a:hover i{color:#000;
 
 }
.clickSlide ul:after, .clickSlide ul:before {
	bottom: 100%;
	left: 6%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.clickSlide ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: 10px;
}
.clickSlide ul:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
    border-width: 6px;
	margin-left: 10px;
}


.navbar-nav>li{border:none;}
 
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
   font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;

    padding: 10px 21px 10px 29.1px;
    text-transform: inherit;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
        top: 41px !important;
}

#searchModal #searchFilterMobile .filterValues ul li {
    color: #333;
    padding: 10px 5px 12px 20px;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

#searchModalContainer .radio, .checkbox {
    min-height: 20px;
    padding-left: 0px;
}

#searchModal #searchFilterMobile .filterValues ul li label {
    font-family: "Arial";
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 0px;
}

.main-header2{

    position: fixed;
    width: 100%;
    top: 82px;
    padding-right: 5px;
    padding-left: 10px;
    z-index: 1000;
    padding-top: 0px;

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

.search-logo{
    padding-top: 20px;
    padding-left: 0px;

}

.header-affix {

    position: relative;
    max-width: 878px;
    margin-left: 37px;
    width: 100%;
    top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #fff;
    z-index: 1000;
    padding-top: 0px;
}

.no-more-result {
    margin-bottom: 20px !important;
    font-size: 18px;
    position: relative;
    color: #f39c12 !important;
    font-weight: 600;
    bottom: -18px;
    left: 0;
    right: 0;
    z-index: -1px;
    width: 40%;
    height: 32px;
    margin-top: 20px !important;
    margin: 0 auto;
    line-height: 32px;
    border: 0px solid #ddd;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    /* padding-top: 12px; */
}

.side-affix {
    position: fixed;
    top: 96px;
	height:80%;
    padding-right: 5px;
    padding-left: 5px;
    z-index: 1000;
    padding-top: 0px;
}

#searchModal #searchFilterMobile .filterValues .checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 3px solid #ddd;
    border-radius: 0em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 1em;
    margin-top: 1px;
}

.mheader .mheader_top_right_section .mheader_search_icon {
    display: block;
    float: left;
    height: 30px;
    width: 25px;
    margin-right: 22px !important;
    cursor: pointer;
}

#searchModal #searchFilterMobile .filterValues .checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 7.5%;
}

/*UC browser*/



.top-arrow .fa-caret-up{
    font-size: 26px;
    position: fixed;
    top: 72px;
    color: #fff;
    z-index: 99999999999999 !important;
}

.main-header .top-search-holder .search-area .search-field{
	outline:none !important;
}

#searchModalContainer .contain-size {

    padding: 0 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#searchModalContainer .back-top {
    background: url(arrow-t.png) no-repeat scroll center center #333;
    position: fixed;
    bottom: 40px;
	display:none ;
    right: 180px;
    width: 40px;
    height: 40px;
    display: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    z-index: 999999;
}

#searchModalContainer .back-top:hover {
    background-color: #f39c12;
    cursor: pointer;
}

#searchModalContainer .col-xs-1, #searchModalContainer .col-xs-10, #searchModalContainer .col-xs-11, #searchModalContainer .col-xs-12, #searchModalContainer .col-xs-2, #searchModalContainer .col-xs-3, #searchModalContainer .col-xs-4, #searchModalContainer .col-xs-5, #searchModalContainer .col-xs-6, #searchModalContainer .col-xs-7, #searchModalContainer .col-xs-8, #searchModalContainer .col-xs-9 {
    float: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#searchModalContainer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.control-group {
}

.multiple_box {

}

#searchModalContainer .no-more {
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 32px;
    width: 44%;
    z-index: -1;
    color: #666666;
    text-align: center;
    margin: 20px auto;
    position: absolute;

    left: 236px;
    right: 0;
    bottom: -10px;
}

#searchModalContainer .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
    right: 0px;
}

#new_tags {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width:100%;
    overflow: hidden;
    height: auto;
    border-right:0px solid #cccccc;
    border-radius: 4px;
    top: -2px;
}

.all_tags {
    height: auto;
    text-align: left;
    width:100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.multiple_box span {
    padding: 0 20px;
    font-family: "Arial";
}

.multiple_box label {
    font-weight: normal;
    margin-left: 2px;
    text-transform: none;
    margin-right: 2px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    line-height: 32px;
}

.multiple_box input[type='checkbox'] {
    display: none;
    width: auto;
    position: inherit;
    margin-right: 10px;
    margin-top: 0;
}

.multiple_box input[type="checkbox"]:checked + span {
    background-color: #f39c12 !important;
    color: #fff !important;
    border-radius: 20px;
}

#searchModalContainer .container:before, #searchModalContainer .container:after {
    display: table;
    line-height: 0;
    content: "";
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#searchModalContainer .col-lg-1, #searchModalContainer .col-lg-10, #searchModalContainer .col-lg-11, #searchModalContainer .col-lg-12, #searchModalContainer .col-lg-2, #searchModalContainer .col-lg-3, #searchModalContainer .col-lg-4, #searchModalContainer .col-lg-5, #searchModalContainer .col-lg-6, #searchModalContainer .col-lg-7, #searchModalContainer .col-lg-8, #searchModalContainer .col-lg-9, #searchModalContainer .col-md-1, #searchModalContainer .col-md-10, #searchModalContainer .col-md-11, #searchModalContainer .col-md-12, #searchModalContainer .col-md-2, #searchModalContainer .col-md-3, #searchModalContainer .col-md-4, #searchModalContainer .col-md-5, #searchModalContainer .col-md-6, #searchModalContainer .col-md-7, #searchModalContainer .col-md-8, #searchModalContainer .col-md-9, #searchModalContainer .col-sm-1, #searchModalContainer .col-sm-10, #searchModalContainer .col-sm-11, #searchModalContainer .col-sm-12, #searchModalContainer .col-sm-2, #searchModalContainer .col-sm-3, #searchModalContainer .col-sm-4, #searchModalContainer .col-sm-5, #searchModalContainer .col-sm-6, #searchModalContainer .col-sm-7, #searchModalContainer .col-sm-8, #searchModalContainer .col-sm-9, #searchModalContainer .col-xs-1, #searchModalContainer .col-xs-10, #searchModalContainer .col-xs-11, #searchModalContainer .col-xs-12, #searchModalContainer .col-xs-2, #searchModalContainer .col-xs-3, #searchModalContainer .col-xs-4, #searchModalContainer .col-xs-5, #searchModalContainer .col-xs-6, #searchModalContainer .col-xs-7, #searchModalContainer .col-xs-8, #searchModalContainer .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-top: 0px;
    padding-bottom:0px;
}

.cntr:first-child {
    width: 96%;
    margin: 0 auto !important;
}

.popup-wrapper .w400 .cntr:first-child img {
    max-width: 50%;
}

.cntr .col-md-6 {
    width: auto !important;
}

@media (min-width: 992px) {

}

/*@font-face {*/
    /*font-family: 'Arial';*/
    /*src: url('../font/proxima_nova_regular/Arial.otf') format('opentype'),*/
    /*url('../font/ProximaNovaRegular.woff') format('woff'),*/
    /*url('../font/ProximaNovaRegular.ttf') format('truetype'),*/
    /*url('../font/ProximaNovaRegular.eot') format('embedded-opentype'),*/
    /*url('../font/Arial.svg#Arial') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

.pro-mobile p {
    color: #000;
    font-size: 14px;
    max-width: 300px;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -o-box !important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    margin-bottom: 6px;
}

.pro-mobile .new-price {
    font-size: 14px;
    font-weight: 600;
}

.new-btn {
    background: #48b866;
    float: left;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pro-mobile .col-xs-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


#searchModal #searchFilterMobile .filterValues ul li label:focus {
outline: 0;
outline: none;
}

.pro-mobile .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.pro-mobile .col-sm-6:first-child {
    padding-left: 15px !important;
    border-left: none;
}

.border-none {
    border-left: none !important;
}

.pro-mobile .col-sm-6:last-child {
    padding-left: 10px !important;
}

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

.pro-mobile .imgContainer {

min-height: 135px;

}

#searchModalContainer .imgContainer img {
margin: 0  auto;
    display: block;
    background-image: url(loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px;
    max-height: 125px;
    min-height: 100px;
}

#searchModalContainer .offer_strip_txt {
    background: #48b866;
    color: #fff;
    font-size: 13px;
    left: 5px;
    padding: 2px 5px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
}

#searchModalContainer .bradcrumbs-contain {
    border-bottom: 0px solid #cccccc;
    border-top: 0px solid #cccccc;
    position: fixed;
    width: 51%;
    z-index: 999;
    background: #fff;
    height: 50px;
    margin-top: 0px;
    padding: 3px;
    margin-bottom: 15px;
    overflow: hidden;
}

#searchModalContainer .breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}

#searchModalContainer .bradcrumbs-contain .breadcrumbs li {
    height: 50px;
    line-height: 50px;
}

#searchModalContainer .breadcrumbs li a {
    color: #787878;
    float: left;
    font-size: 11px;
    text-decoration: underline;
}

#searchModalContainer .bradcrumbs-contain .breadcrumbs li span {
    color: #666666 !important;
    margin: 0 5px;
}

#searchModalContainer .catalog-category-view .bradcrumbs-contain .breadcrumbs li span:first-child {
    margin: 0 5px;
}

#searchModalContainer .bradcrumbs-contain .breadcrumbs li span {
    color: #666666;
    margin: 0 5px;
}

#searchModalContainer .breadcrumbs span {
    margin: 0px;
    font-size: 13px;
    float: left;
    color: #666666;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.resut-summary-t {
    margin-top: -12px;
    margin-bottom: 12px;
}

.toolbar3 {
    border-bottom: none;
    position: relative;
    background: #ffff !important;
    top: -10px;
    right: -6px;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.toolbar3 .pager3 {
    padding-left: 0px;
    border-left: 0px solid #cccccc;
}

.sort-2 {
    position: relative;
    top: 26px;
    left: -26px;
}

.pager3 {
    height: 61px;
    font-size: 12px;
    padding: 0px 0px;
    text-align: center;
    margin: 0px;
}

.pager3:before, .pager3:after {
    display: table;
    line-height: 0;
    content: "";
}

.pager3 .view-mode {
    float: left;
    margin: 12px 0 0 2px;
}

.pager3 .sort-by3 {
    float: right;
    margin: 0px;
    height: 50px;
}

.toolbar3 .pager3, .toolbar3 .pager3 label, .toolbar3 .pager3 select {
    font-size: 11px;
}

.pager3 .sort-by3 select {
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(dropdown_arrow.png) no-repeat scroll right center;
    background-position-x: 130px;
    min-width: 140px;
    border: none;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    height: 40px;
    margin: 0;
    padding: 0 0px 0 0;
    padding-left: 4px;
    padding-left: -8px !important;
    vertical-align: middle;
    position: relative;
    left: -5px;
}

.pager3 .sort-by3 select, option {
    width: 100%;
    outline: none;

}


#searchModalContainer .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*Left*/
.toolbar2 {
    border-bottom: none;
    position: absolute;
    margin-left: 14px !important;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.close {
    background-image: url(../images/remove-icon-small.png) !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-right: 0;
    float: right !important;
    outline: medium none;
   text-indent: 0 !important;
    width: 9px;
}

.toolbar2 .pager2 {
    padding: 0 17px;
    border-right: 1px solid #cccccc;
}

.sort-3 {
    position: relative;
    top: 16px;
    left: 0px;
}

.pager2 {
    height: 50px;
    font-size: 12px;
    padding: 4px 0px;
    text-align: center;
    margin: 0px;
}

.pager2:before, .pager2:after {
    display: table;
    line-height: 0;
    content: "";
}

.pager2 .view-mode {
    float: left;
    margin: 12px 0 0 2px;
}

.pager2 .sort-by2 {
    float: left;
    margin: 0px;
    height: 50px;
}

.toolbar .pager2, .toolbar .pager label, .toolbar .pager2 select {
    font-size: 11px;
}

#searchModal .HdTpStrpJb {
    height: 35px;
}

#searchModal .links li a {
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'Arial';
    cursor: pointer;
    text-transform: uppercase;
}

#searchModal .links li:nth-child(2) {
    margin-right: 17px;
}

#searchModal .links li {
    margin: 0 10px 0 0;
    position: relative;
}

#searchModal .links li {
    float: left;
    font-size: 11px;
}

#searchModal .links {
    display: inline-block;
    vertical-align: middle;
}

#searchModal .toplink span.top-cart-title {
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    font-family: "Arial";
    font-size: 8px;
    height: 18px;
    line-height: 18px;
    padding: 2px 0 0;
    text-align: center;
    width: 16px;
}

#searchModal .top-cart-wrapper {
    background: url(header_cart_bg.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 18px;
    vertical-align: middle;
}

.pager2 .sort-by2 select {
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(dropdown_arrow.png) no-repeat scroll right center;
    border: none;
    color: #000;
    float: left;
    font-family: "Arial";
    font-size: 12px;
    height: 50px;
    margin: 0;
    padding: 0 0px 0 0;
    padding-left: 7px;
    padding-right: 30px;
    vertical-align: middle;
}

/*End*/

.gander-div {
    text-align: center;
}

.gander li {
    display: inline-block;
    width: 70px;
    border: 1px solid #ccc;
    padding: 9px 5px;
    margin-left: 2px;
    margin-right: 2px;
}

.gander li a {

}

.cntr {
    text-align: center;
}

.gander {
    margin-bottom: 25px;
}

.all_tags::-webkit-scrollbar {
    width: 0.1px !important;
}

.all_tags::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #ccc !important;
}

.all_tags::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    outline: 0px;
}

.tag-button {
    height: auto;
    color: #4d4d4d;
    background-color: white;
    border-radius: .5em;
    -webkit-border-radius: .55em;
    -moz-border-radius: .5em;
    font-size: .65em;
    float: left;
    margin: .49em .1em .5em .1em;
    cursor: pointer
}

.all_tags .tag-button {
    float: none;
    display: inline-block;
    font-size: 13px;
    -webkit-border-radius: 2px;
    font-family: "ProximaNovaRegular";
}

.tag-button:hover {
    background-color: #ccc;
    color: #fff
}

.tag-button a,
.tag-button span {
    display: block;
    float: left;
    color: inherit;
    text-transform: none
}

.all_tags .tag-button a {
    padding: 8px 0px;
    font-family: "Arial" !important;
    width: 100%;
    color: #000 !important;
    text-align: center;
}

.all_tags .tag-button {
    /* background:#a7adba;*/
    background: #fff;
    border: 0px solid #ddd;
    color: #fff;
    text-align: center;

}

#tag_left {
    background: none;
    opacity: 1;
    z-index: 2;
    width: 50px
}

.panner:hover {
    opacity: 1
}

.panner.active i {
    color: #e65a22;
}

#tag_right {
    background: none;
    opacity: 1;
    z-index: 2;
    width: 50px
}

[v-cloak] {
    display: none
}

#tag_left {
    position: absolute;
    top: -15px;
    padding: 30px 0px;
    left:5px;
    cursor: pointer;
    height: 75px;
}

#tag_right {
    position: absolute;
    top: -15px;
    padding: 30px 0px;
    right: -42px;
    cursor: pointer;
    height: 75px;
}

#searchModalContainer .cut-price {
    font-weight: 500;
    text-align: left;
    color: #888;
    text-decoration: line-through;
    padding-right: 5px;
    font-size: 16px;
}

#searchModalContainer .new-price {
    color: #f39c12 !important;
    padding-left: 12px;
}

#searchModal .col-md-3 {
    padding-left: 0px;
}

#searchModal .col-md-3 {
    width: 25%;
}

#searchModal .col-md-9 {
    width: 75%;
    float: right;
}

#searchFilter .checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    padding-right: 6px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

#searchModal::-webkit-scrollbar {
    width: 0.8em;
}

#searchModal::-webkit-scrollbar-track {
	background:#eeeeee;
}

#searchModal::-webkit-scrollbar-thumb {
    background-color: #777 !important;
    outline: 1px solid #708090;
}

#searchModalContainer .result-container #searchFilter ul::-webkit-scrollbar {
    width: 0.2em;
}

#searchModalContainer .result-container #searchFilter ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc !important;
}

#searchModalContainer .result-container #searchFilter ul::-webkit-scrollbar-thumb {
    background-color: #777 !important;
    outline: 1px solid #708090;
}

/*Carousel*/

/* carousel */
#searchModalContainer .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controlsy */
#searchModalContainer .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

#searchModalContainer .carousel-control.right {
    right: -12px;
}

/* The indicators */
#searchModalContainer .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* The colour of the indicators */
#searchModalContainer .carousel-indicators li {
    background: #cecece;
}

#searchModalContainer .carousel-indicators .active {
    background: #428bca;
}

/* End carousel */

/*End carousel*/

#searchModalContainer .a-center .dvys_qoptions {
    display: none !important;
}

#searchModalContainer .a-center .dvys_qoptions:hover {
    display: block !important;
}

#size .st-btn {
}

#size:hover .st-btn {
    /*left: 19% !important;*/
}

#size, #size:hover .st-btn {
    /*left: 19% !important;*/
}

#size {
    font-size: 12px;
    padding-left: 22px !important;
}

#searchModal #searchFilter::-webkit-scrollbar {
    width: 0.01em;
}

#searchModal #searchFilter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#searchModal #searchFilter::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #708090;
}

#searchResults::-webkit-scrollbar {
    width: 0.0em;
}

#searchResults::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#searchResults::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #708090;
}

.searchPrice {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
	padding-top:8px;
}

#searchModal {
    height: 82%;
  max-width:1118px;
  width:100%;
  margin:0 auto;
    position: fixed;
    top: 90px;
	left:0;
	right:0;
	background:#fff;
	    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    z-index: 100000;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#searchModal #stOpenFilter {
    display: none
}

#searchModal .container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    height: 100%
}

#searchModal #searchResults,
#searchModal #searchResultsMob {
    padding-bottom: 50px;
}

#searchModal #searchResults,
#searchModal #searchResultsMob {
    margin-top: 65px;
}

#searchModal #searchResults ul a,
#searchModal #searchResults ul a:hover,
#searchModal #searchResultsMob ul a,
#searchModal #searchResultsMob ul a:hover {
    color: #333 !important
}

#searchModal #searchResults ul li,
#searchModal #searchResults ul li > div,
#searchModal #searchResultsMob ul li,
#searchModal #searchResultsMob ul li > div {
    display: inline-block
}

#searchModal #searchResults ul li.result,
#searchModal #searchResultsMob ul li.result {
    width: 183px;
    height: 280px;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #efefef;
    transition: box-shadow ease-in .2s, border ease-in .2s
}

#searchModalContainer .result-container #searchFilter ul {
    max-height: 255px;
    overflow-y: scroll;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#searchModal #searchResults ul li.result .searchTitle,
#searchModal #searchResultsMob ul li.result .searchTitle {
    color: #555;
    font-family: 'Roboto', sans-serif  !important;
    font-size: 13px;
	font-weight:400;
	min-height:30px;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 4px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
	   -webkit-line-clamp:2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
    max-height: 30px
}



#searchModal #searchResults ul li.result .imgContainer,
#searchModal #searchResultsMob ul li.result .imgContainer {
    min-height: 145px;
	overflow:hidden;
}

#searchModal #searchResults ul li.result img.display,
#searchModal #searchResultsMob ul li.result img.display {
    margin: 0 auto;
    display: block;
    background-image: url("loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px;
    max-height: 140px;
    min-height: 140px
}

#searchModal #searchResults ul li.result:hover,
#searchModal #searchResultsMob ul li.result:hover {
    box-shadow: #ccc 0 0 10px;
    border-color: #ccc
}

#searchModal #searchResults ul li.result:hover .st-btn,
#searchModal #searchResultsMob ul li.result:hover .st-btn {
    left: 36%;
    display:none;
    z-index: 0;
}

#searchModal #searchResults ul li.result:hover .st-btn.st-btn-size,
#searchModal #searchResults ul li.result:hover .st-btn.st-btn-size {
    left: 0 !important;
    right: 0;
    display: inline-block;
    top: 91% !important;
}

#searchModal #searchResults ul li.result .old-price,
#searchModal #searchResultsMob ul li.result .old-price {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
    color: #89959b
}

#searchModal #searchResults ul li.result .new-price,
#searchModal #searchResultsMob ul li.result .new-price {
    font-weight: 400;
    color: #f39c12;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#searchModal #searchResults ul li.result .st-btn-container,
#searchModal #searchResultsMob ul li.result .st-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

#searchModal #searchResults ul li.result .st-btn,
#searchModal #searchResultsMob ul li.result .st-btn {
    text-transform: uppercase;
    padding: 5px 10px;
    float: left;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 20%;
    transition: left .1s;
    z-index: -1
}

#searchModal #searchResults ul li.result .st-btn .st-link-container,
#searchModal #searchResultsMob ul li.result .st-btn .st-link-container {
    display: block
}

#searchModal #searchResults ul li.result .st-btn-add,
#searchModal #searchResultsMob ul li.result .st-btn-add {
    background:#73a601;
    color: #fff !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

#searchModal #searchResults ul li.result .st-btn-cart,
#searchModal #searchResultsMob ul li.result .st-btn-cart {
    background: #626262;
    max-height: 30px
}

#searchModal #searchResults ul li.result .st-btn-cart img,
#searchModal #searchResultsMob ul li.result .st-btn-cart img {
    height: 20px !important;
    margin-top: -1px
}

#searchModal #searchHeader {
    text-align: left;
    padding-right: 0px;
    padding-top: 25px;
}

#searchModal #searchHeader p {
    text-align: left;
    font-size: 100%;
    color: #666666 !important;
    font-size: 12px;
    font-family: "Arial";
}

#searchModal .modalOpen {
    overflow-y: hidden
}

#searchModal #searchTerm {
    font-weight: 100 !important;
    font-family: Arial;
    border: 0;
    margin-top: -8px;
    border-bottom: 3px solid #8d8d8d;
    width: 100%;
    color: #777;
    font-size: 28px;
    outline: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 40px;
    background: 0;
    background-size: 20px;
    background-image: url("search.png");
    background-repeat: no-repeat;
    background-position: center right
}

#searchModal #noResults h3 {
    color: #fff;
    font-family: 'Source Sans Pro', Arial, "Lucida Grande", sans-serif
}

#searchModal #closeModal {
    position: fixed;
    top: 91px;
    z-index: 999999;
    right: 211px;
    opacity: 1 !important;
    padding-top: 0px;
    width: 40px;
    height: 40px;
    padding-right: 4px;
}

#searchModal #closeModal img {
    height: 12px;
}

#searchModal .search-icon {
    height: 32px
}

#searchModal .sort-container {
    float: right;
    line-height: 16px
}

#searchModal .sort-container img {
    height: 16px;
    display: inline-block;
    margin: 3px 3px 0 0
}

#searchModal .sort-container select {
    margin-bottom: 0;
    padding: 2px
}

#searchModal a.searchtap-brand {
    float: right;
    color: #333;
    height: 16px;
    line-height: 16px;
    font-size: 90%;
    margin-left: 10px
}

#searchModal a.searchtap-brand:hover {
    text-decoration: underline;
    color: #333
}

#searchModal a.searchtap-brand img {
    height: 14px;
    margin-right: 5px
}

#searchModal a.searchtap-brand span {
    display: none
}

#searchModal #searchFilter {
    max-width: 285px;
    min-width: 285px;
    margin-right: 0px;
    padding-right: 20px;
    padding-top: 0px;
    float: left;
    min-height:100%;
    overflow-y: scroll;
    padding-bottom: 0px;
    text-align: left;
}

#searchModalContainer .error-bg {
    background: url(error-bg.jpg) no-repeat center top;
      z-index: 1;
      min-height: 600px;
}

#searchModal .col-md-9 {
    margin-top: 0px;
}

#searchModal #searchFilter img {
    height: 14px;
    margin-right: 10px
}

#searchModal #searchFilter h5 {
    /* text-transform: uppercase; */
    font-weight: normal;
    margin-bottom: 15px;
    background: #eeeeee;
    line-height: 35px !important;
    padding-left: 15px;
    cursor: pointer !important;
    font-size: 14px;
    font-family: 'Fjalla One', sans-serif;
    color: #666666;
    line-height: 14px;

}

#searchModal #searchFilter h5 .catalog_expand {
    cursor: pointer;
}

#searchModalContainer .catalog_expand {
    border: 0px solid #ececec !important;
    text-align: center;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100%;
    color: #000;
    font-weight: bold;
    width: 28px !important;
    height: 28px;
    float: right !important;
    right: 0 !important;
    top: -7px;
    position: relative !important;

    position: relative;
}

#searchModalContainer .catalog_expand span {
    font-family: "ProximaNovaRegular";
    position: relative;
    top: 6px;
    font-size: 19px;
}

#searchModal #searchFilter h5 span.clear {
    color: #f39c12;
    font-size: 80%;
    /* float: right; */
    /* line-height: 9px; */
    font-weight: normal;
    cursor: pointer;
    padding-left: 8px;
}

#searchModalContainer .checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 3px solid #ddd;
    border-radius: 0em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 1px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox small {
    font-size: 13px;
    padding-right: 5px;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 2%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

#searchFilter .fa-bars {
    font-size: 12px;
    padding-right: 8px;
}

#searchModal #searchFilter label {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 13px;
    width: 100%
}
#searchModal #searchFilter label:hover{
    color: #f39c12;
}

#searchModalContainer .radio, .checkbox {
    min-height: 20px;
    padding-left: 8px;
}

.cr-icon .fa-check {

}

#searchModal #searchFilter h5 span.clear {
    font-size: 80%;
    /* float: right; */
    /* line-height: 9px; */
    font-weight: normal;
    cursor: pointer;
    padding-left: 8px;
}

.all_tags {
    text-align: left;
    width:94%;
    margin-left:25px !important;
    margin: 0 auto;
    border-right:0px solid #ccc;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#searchModal #searchFilter label span {
}

#searchModal #searchFilter .minPrice,
#searchModal #searchFilter .maxPrice {
    display: inline-block;
    width: 100px;
    padding: 5px 2px
}

#searchModal #searchFilter .maxPrice {
    float: right;
    text-align: right
}

#searchModal .vue-slider-process {
    background: #e65a22
}

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

    #searchModal #closeModal {
        position: fixed;
        top: 91px;
        z-index: 999999;
        right: 129px;
        opacity: 1 !important;
        padding-top: 0px;
        width: 40px;
        height: 40px;
        padding-right: 4px;
    }

    #searchModalContainer .bradcrumbs-contain {
        border-bottom: 0px solid #cccccc;
        border-top: 0px solid #cccccc;
        position: fixed;
        width: 57.1%;
        z-index: 999;
        background: #fff;
        height: 50px;
        margin-top: 0px;
        padding: 3px;
        margin-bottom: 15px;
        overflow: hidden;
    }
	
	#searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
    width: 182px;
    height: 280px;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #efefef;
    transition: box-shadow ease-in .2s, border ease-in .2s;
}
	
	}

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

    #searchModal #searchResults ul,
    #searchModal #searchResultsMob ul {
        text-align: left;
        float:none;
        margin: 0 auto;
        padding: 10px 0 10px 10px;
        display: block;
    }

    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
 width: 168px;
    height: 280px;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #efefef;
    transition: box-shadow ease-in .2s, border ease-in .2s;
    }

}

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

    #searchModalContainer .cart .action {
        position: absolute;
        left: 18px;
        right: 0;
    }

    #searchModalContainer .bradcrumbs-contain {
        border-bottom: 0px solid #cccccc;
        border-top: 0px solid #cccccc;
        position: fixed;
        width: 60.5%;
        z-index: 999;
        background: #fff;
        height: 50px;
        margin-top: 0px;
        padding: 3px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    #searchModal #closeModal {
        position: fixed;
        top: 91px;
        z-index: 999999;
        right: 90px;
        opacity: 1 !important;
        padding-top: 0px;
        width: 40px;
        height: 40px;
        padding-right: 4px;
    }
	
	#searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
    width: 180px;
}	
	}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	
	    #size, #size:hover .st-btn {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    text-transform: uppercase !important;
    z-index: 9 !important;
	}
	
	#size {
    font-size: 12px;
    padding-left:0px !important;
}
	
	#searchModal #searchResults, #searchModal #searchResultsMob {
    margin-top: 15px;
}

#searchModal #searchResults ul li.result .st-btn, #searchModal #searchResultsMob ul li.result .st-btn {
    text-transform: uppercase;
    padding: 5px 10px;
    float: left;
    margin-right: 6px;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    transition: left .1s;
    z-index: -1;
}

#size {
    font-size: 12px;
    padding-left: 22px !important;
}

    .header-affix {
        position: fixed;
        max-width: 72%;
        top: 0px;
        padding-right: 5px;
        padding-left: 5px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal #searchResults ul,
    #searchModal #searchResultsMob ul {
        width:100%;
        text-align: left;
        float: right;
        margin: 0 auto;
        padding: 10px 0 10px 10px;
        display: block;
    }

    #searchModalContainer .cart .action {
        position: absolute;
        left: 0x;
        right: 0;
    }

    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
        width: 210px;
        height: 355px;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        position: relative;
        float: left;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 10px;
        border: 1px solid #efefef;
        transition: box-shadow ease-in .2s, border ease-in .2s;
    }

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

    .all_tags {
        text-align: left;
        width: 92.5%;
        margin-left: 28px !important;
        margin: 0 auto;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    .side-affix {
        position: fixed;
        top: 90px;
        padding-right: 5px;
        padding-left: 5px;
        background-color: transparent;
        z-index: 1000;
        padding-top: 0px;
    }

    .header-affix {
        position: relative;
        max-width: 720px;
        margin-left: 60px;
        width: 100%;
        top: 0px;
        padding-right: 5px;
        padding-left: 5px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal #searchFilter {
        max-width: 242px;
        min-width: 242px;
        margin-right: 0px;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
        min-height: 600px;
        overflow-y: scroll;
        padding-bottom: 0px;
        text-align: left;
    }

    #searchModal #searchResults ul li.result img.display, #searchModal #searchResultsMob ul li.result img.display {
        margin: 0 auto;
        display: block;
        background-image: url(loader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px;
        max-height: 188px;
        min-height: 89px;
    }

    #searchModal #searchResults ul li.result .imgContainer, #searchModal #searchResultsMob ul li.result .imgContainer {
        min-height: 210px;
		overflow:hidden;
    }

    .search-logo {
        padding-top: 20px;
        padding-left: 0px;
        width: 215px;
        overflow: hidden;
    }

    .search-logo img{
        width: 215px;
    }

    #new_tags {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width:97%;
        overflow: hidden;
        height: auto;
        border-right: 0px solid #cccccc;
        border-radius: 4px;
        top: -2px;
        left:0px;
    }

    #searchModal #closeModal img {
        height: 14px;
    }

    #searchModal .col-md-9 {
        margin-top: 0px;
        background-color: transparent;
    }

}

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

    #searchModalContainer .cart .action {
        position: absolute;
        left: 30px;
        right: 0;
    }

    #searchModalContainer .bradcrumbs-contain {
        border-bottom: 0px solid #cccccc;
        border-top: 0px solid #cccccc;
        position: fixed;
        width: 68.5%;
        z-index: 999;
        background: #fff;
        height: 50px;
        margin-top: 0px;
        padding: 3px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    #searchModal #closeModal {
        position: fixed;
        top: 91px;
        z-index: 999999;
        right: 13px;
        opacity: 1 !important;
        padding-top: 0px;
        width: 40px;
        height: 40px;
        padding-right: 4px;
    }
}

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

    #searchModal #searchResults ul,
    #searchModal #searchResultsMob ul {
        width: 690px;
        text-align: left;
        float: right;
        margin: 0 auto;
        padding: 10px 0 10px 10px;
        display: block;
    }

    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
        width: 210px;
        height: 375px;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        position: relative;
        float: left;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 10px;
        border: 1px solid #efefef;
        transition: box-shadow ease-in .2s, border ease-in .2s;
    }

    .all_tags {
        text-align: left;
        width: 56%;
        margin-left: 203px !important;
        margin: 0 auto;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    #searchModal #closeModal img {
        height: 14px;

    }

    #searchModal .col-md-9 {
        margin-top: 0px;
        background-color: transparent;
    }

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

    #searchModalContainer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
        width: 275px;
        height: 375px;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        position: relative;
        float: left;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 10px;
        border: 1px solid #efefef;
        transition: box-shadow ease-in .2s, border ease-in .2s;
    }

    #searchModal #searchResults ul li.result .imgContainer, #searchModal #searchResultsMob ul li.result .imgContainer {
        min-height: 265px;
		overflow:hidden;
    }

    #searchModal #searchResults ul li.result img.display, #searchModal #searchResultsMob ul li.result img.display {
        margin: 0 auto;
        display: block;
        background-image: url(loader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 64px;
        max-height: 265px;
        min-height: 100px;
    }

    #searchModal #searchFilter {
        max-width: 285px;
        min-width: 285px;
        max-height: 600px;
        margin-right: 0px;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
        overflow-y: auto;
        padding-bottom:0px;
        text-align: left;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    #searchModalContainer .cart .action {
        position: relative;
        left: 20% ;
        right: 0 ;
    }
	
	#searchModalContainer .back-top {
    right: 40px;
	}
	
#searchModal::-webkit-scrollbar {
    width: 0em;
}
	
#searchModal {
    height:100%;
    top: 0;
}	
	
	
.hidden-desktop{
display:block !important;
}

    .main-header2 {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
    }

    .header-affix {
        position: relative;
        max-width: 878px;
        margin-left: 0;
        width: 100%;
        top: 0px;
        padding-right: 5px;
        padding-left: 10px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    .main-header {
        position: fixed;
        width: 100%;
        top: 0px;
        padding-right: 0;
        padding-left: 0;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal .col-md-10 {
        padding-right: 0;
        padding-left: 0;
    }

	.a-center {
    height: 250px;
    overflow: hidden;
}
	
    #searchModalContainer {
        overflow-y: scroll;
    }

    #searchModal #searchResults,
    #searchModal #searchResultsMob {
        -webkit-overflow-scrolling: touch;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .header-affix {
        position: relative;
        max-width: 100%;
		min-height:144px;
        top: 0px;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal .col-md-9 {
        width: 100%;
        float: left;
    }

    #searchModal {
        overflow-x: hidden;
		padding-bottom:10px ;
    }

    #searchModal #searchResults ul, #searchModal #searchResultsMob ul {
        width:100%;
        text-align: left;
        float: right;
        margin: 0 auto;
        padding: 10px 0 10px 10px;
        display: block;
    }

    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {
        width: 190px;
        height: 382px;
        background: #fff;
        cursor: pointer;
        margin-left: 10px;
        position: relative;
        float: left;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px 10px;

        border: 1px solid #efefef;
        transition: box-shadow ease-in .2s, border ease-in .2s;
    }

    #searchModal input.input-text, #searchModal select, #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;
    }

    #searchModal #searchFilterMobile .filterHeader {
        background: #fff;
        color: #000;
        padding: 15px 0 15px 20px;
        font-size: 18px;
        box-shadow: 0 8px 6px -6px #ddd;
        border-bottom: 1px solid #ddd;
        text-transform: capitalize;
    }

    #searchModal #searchFilterMobile .filterFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #333;
        width: 100%;
        box-shadow: 0 0 4px #ddd;
        color: #fff;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
    }

    #searchModal #searchFilterMobile .filterFooter span:first-child {
        border-right: 0px solid #ccc;
    }

    #searchModal #searchFilterMobile .filterFooter span {
        display: inline-block;
        width: 49%;
        padding: 14px 0;
        cursor: pointer;
    }

    #searchModal #searchFilterMobile .filterHeader img {
        height: 12px;
        margin-right: 15px;
        top: -1px;
        position: relative;
    }

    .filterHeader .clearbtn {
        text-transform: capitalize;
        background: #e6e6e6;
        color: #000;
        font-size: 14px;
        margin-right: 20px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 6px;
        margin-top: -5px;
        padding-bottom: 6px;
        text-align: center;
        box-shadow: 0 2px 0px 0px #ccc;
        border-radius: 2px;
    }

    #searchModal #searchFilterMobile .filterType {
        height: 100%;
        width: 40%;
        background: #e8e8e8;
        display: inline-block;
        position: absolute;
    }

    #searchModal #searchFilterMobile .filterType ul .active {
        color: #f39c12 !important;
        font-weight: 700;
    }

    #searchModal #searchFilterMobile .filterType ul li {
        font-family: "Arial";
        font-size: 16px;
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 16px;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        padding: 15px 10px 15px 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: #333;
        padding: 10px 5px 12px 20px;
        text-transform: capitalize;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }

    #searchModal #searchFilterMobile .filterValues ul li label {
        font-family: "Arial";
        font-weight: normal;
        margin-bottom: 0;
        padding-left: 0px;
    }

    #searchModal #searchFilterMobile .filterValues ul li input[type="checkbox"] {
        position: inherit;
        left: 0;
		outline: 0;
outline: none;
        display: none;
        width: auto;
        margin-top: 0;
		outline: 0;
outline: none;
        margin-right: 10px;
    }

    #searchModal #searchFilterMobile .filterValues .checkbox .cr, .radio .cr {
        position: relative;
        display: inline-block;
        border: 3px solid #ddd;
        border-radius: 0em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: 1em;
        margin-top: 1px;
    }

    #searchModal #searchFilterMobile .filterValues .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 7.5%;
    }

    #searchModal #searchFilterMobile {
        display: block;
        position: fixed;
        z-index: 99999 !important;
        top: 0;
        left: 0;
        background: #ccc;
        height: 100%;
        width: 100%;
        text-align: left;
        color: #fff;
    }

    .pro-mobile p {
        color: #000;
        font-size: 14px;
        max-width: 100%;
        line-height: normal;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -o-box !important;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        margin-bottom: 6px;
    }

    #searchModal {

    }

    .no-more {
        background-color: #fff;
        border: 1px solid #ddd;
        line-height: 32px;
        width: 44%;
        z-index: -1;
        color: #f39c12;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        position: relative;
        bottom: 40px;
    }

    #searchModal #searchResults, #searchModal #searchResultsMob {

    }

    #searchModal #searchHeader {
        text-align: left;
        padding-right: 0px;
        padding-top: 0px;
    }

    #searchModalContainer .new-price {
        padding-left: 0px;
        color: #f39c12 !important;
    }

    #searchModalContainer .shadow-bg {
        -webkit-box-shadow: 0 8px 6px -6px #ddd;
        -moz-box-shadow: 0 8px 6px -6px #ddd;
        -o-box-shadow: 0 8px 6px -6px #ddd;
        box-shadow: 0 8px 6px -6px #ddd;
        position: absolute;
        width: 113% !important;
        left: -10px;
        /* margin: 0 auto !important; */
        z-index: 1 !important;
        margin-top: 0px;
        height: 13px;
        background: #fff;
    }

    .sortFilterCon .pdSorting {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 47px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .tabIcon.sortIcon, .tabIcon.filterIcon {
        position: absolute;
        left: 10px;
        top: 0px;
    }

    tabIcon.sortIcon {
        background-position: -8px -25px;
        background-size: 34px;
    }

    .tabIcon {
        width: 25px;
        height: 25px;
        background: url(spritePl_V2.png) 4px 2px no-repeat;
    }

    .sortFilterCon .pdSorting {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 47px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #searchModalContainer .text-white {
        color: #fff !important;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
    }

    .sortFilterCon div .subText {
        color: #fff !important;
        font-family: "Arial";
        font-size: 12px;
        text-transform: capitalize;
        opacity: 0.6;
        position: relative;
        top: -2px;
    }

    .sortFilterCon div {
        width: 50%;
        float: left;
        position: relative;
        font-family: "Arial";
        font-size: 12px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0px 5px 5px 40px;
        margin-top: -5px;
    }

    .tabIcon.filterIcon {
        background: url(filterIcon.png) no-repeat;
        background-size: 25px;
        top: 0px;
    }

    #searchModalContainer .text-white {
        color: #fff !important;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
    }

    #searchHeader {
        background-color: #333;
    }

    #searchModal #searchHeader p:first-child {
        padding-left: 8px;
        padding-right: 0px;
    }

    #searchModal #searchHeader #searchTerm {
        font-size: 16px;
        background: 0;
        margin-top: 5px;
    }

    #searchModal #searchTerm {
        font-weight: 100 !important;
        font-family: "Arial";
        border: 0;
        margin-top: -8px;
        border: 0px solid #fff;
        width: 98.5%;
        background-color: #fff !important;
        height: 35px;
        padding-left: 35px;
        padding-right: 45px;
        border-radius: 2px;
        color: #333;
        font-size: 28px;
        outline: 0;
        text-align: left;
        margin-bottom: 0px;
        background: 0;
        background-size: 15px !important;
        background-image: url(m-search.png) !important;
        background-repeat: no-repeat !important;
        background-position: center left 10px !important;
    }

    #searchModal #closeModal img {
        position: relative;
        top: 5px;
        height: 14px;
        float: right;
    }

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

    #searchModalContainer .contain-size {
        padding: 0 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cntr:first-child {
        width: 100%;
        margin: 0 auto !important;
    }

    .toolbar3 {
        border-bottom: none;
        position: relative;
        top: -10px;
        right: 0px;
        z-index: 9999 !important;
        margin: 0;
        padding: 0;
    }

    #searchModalContainer .breadcrumbs span {
        display: inline-block;
        margin: 0px;
        font-size: 12px;
        float: left;
        color: #787878;
        text-decoration: none;
        font-family: "Arial";
    }

    #searchModalContainer .breadcrumbs span {
        display: inline-block;
        margin: 0px;
        font-size: 12px;
        float: left;
        color: #787878;
        text-decoration: none;
        font-family: "Arial";
    }

    .all_tags {
        text-align: left;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        margin-left: 0px !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    .cntr2::-webkit-scrollbar {
        width: 0.1em;
    }

    .cntr2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .cntr2::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .all_tags .tag-button {
        float: none;
        display: inline-block;
        height: 32px;
        /* padding-left: 12px; */
        /* padding-right: 12px; */
        /* width: 100px; */
        font-size: 13px;
        margin: 9px 6px 0 0;
        -webkit-border-radius: 2px;
        margin-top: 4px !important;
        z-index: 2 !important;
        border-radius: 2px;
        position: relative;
        font-family: "ProximaNovaRegular";
        font-weight: 500;
    }

    .cntr2 .tag-button {
        height: 30px !important;
        margin: 7.5px 0 0 0 !important;
        /* background-color: #efefef !important; */
        /* border: 1px solid #e6e6e6 !important; */
        color: #666 !important;
    }

    #tag_left {
        position: absolute;
        top: -10px;
        padding: 30px 0px;
        left: 110px;
        cursor: pointer;
        display: none !important;
        height: 75px;
    }

    #tag_right {

        display: none !important;

    }



    #searchModal #searchResults ul li.result, #searchModal #searchResultsMob ul li.result {

        background: #fff;
        cursor: pointer;
        margin-left: 5px;
        position: relative;
        float: left;
        margin-bottom: 10px;
        padding: 10px 10px;
        border: 1px solid #efefef;
        transition: box-shadow ease-in .2s, border ease-in .2s;
    }

    #searchModalContainer .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #searchModal #closeModal img {
        height: 12px;
    }

    #searchModal #closeModal img {

        height: 14px;

    }

    #searchModal #closeModal {
        position: relative;
        top: 24px;
        right: 20px;
        display: inline-block;
        width: auto;
        height: auto;
    }

    #searchModal #searchResults ul li.result img.display, #searchModal #searchResultsMob ul li.result img.display {
        margin: 0 auto;
        display: block;
        background-image: url(loader.gif);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 64px;
        max-height: 185px;
        min-height: 100px;
    }

    #searchModal #searchResults ul li.result .imgContainer, #searchModal #searchResultsMob ul li.result .imgContainer {
        min-height: 185px;
		overflow:hidden;
    }

    #size, #size:hover .st-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
	}
	
	#size {
    font-size: 12px;
    padding-left:0px !important;
}
    

    #searchModal .col-md-9 {
        margin-top: 0px;
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
    }

    #searchModal #searchResults ul li.result {
        width: 162px !important;
        height: 350px;
    }

    #searchModal #searchFilter {
        max-width: 200px;
        min-width: 200px;
        max-height: 600px;
        margin-right: 0px;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
        overflow-y: auto;
        padding-bottom: 0px;
        text-align: left;
    }

    #searchModalContainer .hidden-desktop {
        display: inherit !important;
    }

    #searchModalContainer .hidden-phone {
        display: none !important;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	
	#searchModalContainer .back-top {  
    right: 40px;
}
	
	#searchModal::-webkit-scrollbar {
    width: 0em;
}
	



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

    .main-header2 {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-header {
        position: relative;
        width: 100%;
        top: 0px;
        padding-right: 0;
        padding-left: 0;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal .col-md-10{

        padding-right: 0;
        padding-left: 0;
    }
	
	.price-box{
		min-height:20px !important;
	}

    #searchModalContainer {
        overflow-y: scroll;
    }
	
	#size, #size:hover .st-btn {
    left: 0;
    right: 0;
    top: -11%;
    position: absolute;
    text-transform: uppercase;
}

#size {
    font-size: 12px;
    padding-left: 0px !important;
}

    .no-more-result {
        margin-bottom: 20px !important;
        font-size: 16px;
        color: #f39c12 !important;
        font-weight: 600;
        width: 60%;
        position: relative;
        top: 20px;
        overflow: hidden;
        margin-top: 20px !important;
        margin: 0 auto;
        line-height: 32px;
        border: 1px solid #ddd;
        margin-top: 10px;
        padding-left: 16px;
        padding-right: 16px;
        /* padding-top: 12px; */
    }

    #searchModal #searchResults, #searchModal #searchResultsMob {
        padding-bottom: 0px;
    }

    #searchModal #searchResults,
    #searchModal #searchResultsMob {
        margin-top: 30px;
        -webkit-overflow-scrolling: touch;

    }

    .header-affix {
        position: relative;
        max-width: 100%;
        top: 0px;
		min-height: 145px;
        margin-left: 0px !important;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal .col-md-9 {
        width: 100%;
        float: left;
    }

    .a-center {
      height: 255px;
        padding-top: 12px;
    overflow: hidden;
    }

    .pro-mobile p {
        color: #000;
        font-size: 13px;
        max-width: 300px;
        line-height: normal;
		min-height: 26px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -o-box !important;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        margin-bottom: 3px;
        margin-top: 0px;
        font-family: Arial;
    }

    #searchModal {
		-webkit-overflow-scrolling: touch;
    height:100%;
    width: 100%;
    top: 0px;

    }

    .no-more {
        background-color: #fff;
        border: 1px solid #ddd;
        line-height: 32px;
        height: 100px;
        width: 44%;
        z-index: 9999;
        color: #666666;
        text-align: center;
        margin: 0 auto;
        position: relative;
        bottom: 0px;
    }

    .show-result {
        width: 60%;
        height: 36px;
        background: #333;
        /* margin: 0 auto !important; */
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        z-index: 9 !important;
        padding: 2px;
        margin-top: 6px;
        display: none;
        left: 0;
        right: 0;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        padding-top: 8px;
        opacity: 0.9;
    }

    .multiple_box label {
        font-weight: normal;
        margin-left: 3px;
        text-transform: none;
        margin-right: 0px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        line-height: 32px;
    }

    .multiple_box span {
        padding: 0 18px;
        font-family: 'Roboto', sans-seri;
        font-size: 12px;
    }

    .all_tags {
        text-align: left;
        width: 64%;
        margin-left: 0 !important;
        margin: 0 auto;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    #searchModalContainer .error-bg {
   background: url(mobile-error-bg.png) no-repeat center top;
           z-index: 1;
           min-height: 600px;
    }

    #searchModal #closeModal img {
        height: 14px;
    }

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

    .a-center a {
        text-decoration: none;
        border: 0;
        outline: none;
    }

    .all_tags {
        text-align: left;
        width: 100%;
        left: 0%;
        position: relative;
        /* margin-left: 54px; */
        margin: 0 auto;
        white-space: nowrap;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    #searchModal .col-md-9 {
        margin-top: -30px;
        background-color: #fff;
    }

    #searchModalContainer .col-md-6 {
        width: 50%;
        background: #fff;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

    .cart .btn {
        display: inline-block;
        padding: 3px 5px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    #searchModalContainer .cart .lnk a {
        background: #a8a8a8;
        padding: 3px 6px !important;
        margin-left: 0px;
        position: relative;
        top: 1px;
        color: #fff !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #searchModalContainer .cart .action {
    }

    #searchModalContainer .cart .action {
        position: absolute;
        left: 0;
        right: 0;
    }

    .main-header2 {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
    }

.price-box{
		min-height:20px !important;
	}
	
#size, #size:hover .st-btn {
    left: 0;
    right: 0;
    top: -11%;
    position: absolute;
    text-transform: uppercase;
}

#size {
    font-size: 12px;
    padding-left: 0px !important;
}
    .header-affix {
        position: relative;
        max-width: 100%;
		min-height: 145px;
        top: 0px;
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: #fff;
        z-index: 1000;
        padding-top: 0px;
    }

    #searchModal .col-md-9 {
        width: 100%;
        float: left;
    }

    .all_tags {
        text-align: left;
        width: 64%;
        margin-left: 0 !important;
        margin: 0 auto;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

@media only screen and (min-device-width: 481px) {

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) {

    #searchModal #searchResults ul li.result {
        width: 185px;
        height: 325px
    }
}

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

    #searchModalContainer .cart .action {
        position: relative;
        left: 0;
        right: 0;
    }

    #new_tags {

    }

    #searchModalContainer .shadow-bg {
        -webkit-box-shadow: 0 8px 6px -6px #ddd;
        -moz-box-shadow: 0 8px 6px -6px #ddd;
        -o-box-shadow: 0 8px 6px -6px #ddd;
        box-shadow: 0 8px 6px -6px #ddd;
        position: absolute;
        width: 113% !important;
        left: 0;
        /* margin: 0 auto !important; */
        z-index: -1 !important;
        overflow: hidden;
        margin-top: 0px;
        height: 4px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    #searchModalContainer .cut-price {
        font-weight: 500;
        text-align: center;
        display: inline-block;
        color: #888;
        font-size: 14px;
        text-decoration: line-through;
        padding-right: 0;
        padding-left: 0px;
    }

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

    #searchModalContainer .new-price {
        padding-left: 6px;
        display: inline-block;
        text-align: center;
        color: #f39c12 !important;
        font-family: 'Roboto', sans-seri;
    }

    #searchModalContainer .contain-size .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #searchModal .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #searchHeader {
        background-color: #333;
    }

    .cntr2 .tag-button {
        height: 30px !important;
        margin: 5px 0 0 0 !important;
        /*background-color: #efefef !important;*/
        /*border: 1px solid #e6e6e6 !important;*/
        color: #666 !important;
    }

    .cntr2 .tag-button a {
        padding: 5px 0px !important;
        width: 100%;
        color: #000;
        text-align: center;
    }

    .all_tags2 .tag-button2 {
        /* background: #a7adba; */
        background: #fff;
        border: 1px solid #e65a22;
        color: #fff;
        text-align: center;
    }

    .all_tags2 .tag-button2 {
        float: none;
        display: inline-block;
        height: 40px;
        padding-top: 2px;
        padding-left: 12px;
        padding-right: 12px;
        /* width: 100px; */
        font-size: 13px;
        margin: 9px 6px 0 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-family: "ProximaNovaRegular";
        font-weight: 500;
    }

    #searchModal .col-md-9 {
        margin-top: -30px;
    }

    .all_tags .tag-button {
        float: none;
        display: inline-block;
        height: 40px !important;
        /*padding-left: 12px;*/
        /*padding-right: 12px;*/
        /* width: 100px; */
        font-size: 13px;
        margin: 9px 6px 0 0;
        -webkit-border-radius: 2px;
        margin-top: 8px !important;
        z-index: 99999 !important;
        border-radius: 2px;
        position: relative;
        font-family: "ProximaNovaRegular";
        font-weight: 500;
    }

    #tag_right {
        background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
        opacity: .5;
        z-index: 2;
        width: 50px;
    }

    #tag_left {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        opacity: .5;
        z-index: 2;
        width: 50px;
    }

    #tag_right2 {
        opacity: .5;
        z-index: 2;
        width: 50px;
        display: none !important;
    }

    #tag_left2 {
        opacity: .5;
        z-index: 2;
        width: 50px;
        display: none !important;
    }

    #tag_left {
        position: absolute;
        top: 0;
        padding: 30px 0;
        left: 0;
        cursor: pointer;
        height: 75px;
    }

    #tag_right {
        position: absolute;
        top: 0;
        padding: 30px 0;
        right: 0;
        cursor: pointer;
        height: 75px;
    }

    #tag_left2 {
        position: absolute !important;
        top: 3px !important;
        padding: 10px 0px !important;
        left: -12px !important;
        cursor: pointer !important;
        height: 35px !important;
    }

    #tag_right2 {
        position: absolute;
        top: 3px;
        /* line-height: 70px; */
        padding: 10px 0;
        right: -12px;
        cursor: pointer;
        height: 35px;
        display: none;
    }

    .all_tags {
        text-align: left;
        width: 100%;
        margin: 0 auto;
        /*white-space: nowrap;*/
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    #searchModalContainer .container {

        margin-right: auto;
        margin-left: auto;
    }

    #searchModal #stOpenFilter {
        display: none !important;
        display: block;
        position: absolute;
        bottom: 120px;
        right: 20px;
        height: 60px;
        width: 60px;
        border-radius: 50px;
        background: #e65a22;
        box-shadow: 0 0 10px #ccc;
        background-image:;
        background-position: center center;
        background-size: 20px;
        background-repeat: no-repeat;
        cursor: pointer
    }

    #searchModal #closeModal {
		
        position: relative;
        top: 22px;
        right: 20px;
        display: inline-block;
        width: auto;
        height: auto;
        z-index: 999;
    }

    .sortFilterCon {
		background:#000;
        width: 100%;
        float: left;
        box-shadow: 1px 3px 3px #ddd;
        -webkit-box-shadow: 1px 3px 3px #ddd;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #8d8d8d;
        padding: 0 5px;
        padding-bottom: 5px;
        margin-top: -17px;
        text-transform: uppercase;
    }

    .sortFilterCon div {
        width: 50%;
        float: left;
        position: relative;
        font-family: "Arial";
        font-size: 12px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 10px 5px 0px 40px;
    }

    .tabIcon.sortIcon {
        background-position: -8px -25px;
        background-size: 34px;
    }

    .tabIcon.sortIcon, .tabIcon.filterIcon {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .tabIcon.filterIcon {
        background: url(filterIcon.png) no-repeat;
        background-size: 25px;
        top: 8px;
    }

    .tabIcon {
        width: 25px;
        height: 25px;
        background: url(spritePl_V2.png) 4px 6px no-repeat;
    }

    #searchModalContainer .text-white {

        color: #fff !important;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
    }

    .sortFilterCon div .subText {
        color: #fff !important;
        font-family: "Arial";
        font-size: 12px;
        text-transform: capitalize;
        opacity: 0.6;
        position: relative;
        top: -2px;
    }

    .sortFilterCon .pdSorting {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 47px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    #searchModal #closeModal img {
        height: 12px
    }

    #searchModal .result-summary {
        display: none;

    }

    #searchModal .contain-size {
        margin-top: 12px;
    }

    #searchModal .container {
    }

    #searchModal #searchHeader {
        position: relative;
        width: 100%;
        padding-top: 0;
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;

    }

    #searchModal #searchHeader p:first-child {
        padding-left: 8px;
        padding-right: 5px;
    }

    #searchModal #searchTerm {
        font-weight: 100 !important;
        font-family: Arial;
        border: 0;
        margin-top: -8px;
        border: 0px solid #fff;
        width: 98.5%;
        background-color: #fff !important;
        height: 35px;
        padding-left: 35px;
        padding-right: 45px;
        border-radius: 2px;
        color: #333;
        font-size: 28px;
        outline: 0;
        text-align: left;
        margin-bottom: 10px;
        background: 0;
        background-size: 15px !important;
        background-image: url(m-search.png) !important;
        background-repeat: no-repeat !important;
        background-position: center left 10px !important;
    }

    #searchModal #searchHeader #searchTerm {
        font-size: 16px;
        background: 0;
        margin-top: 5px
    }

    #searchModal #searchResults ul {
        padding: 0;
        margin-bottom: 40px;
        width: 100%
    }

    #searchModal #searchResults ul li.result {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px 0 20px 0;
        margin: 0;
        text-align: left
    }

    #searchModal #searchResults ul li.result .imgContainer {
        width: 115px;
        display: inline-block;
        float: left;
        margin-right: 15px;
        min-height: inherit
    }

    #searchModal #searchResults ul li.result img.display {
        min-height: 115px;
        max-height: 115px;
        margin: 0 auto
    }

    #searchModal #searchResults ul li.result .searchTitle {
        height: inherit;
        color: #000000;
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 120%;
        font-weight: normal;
        max-height: 50px;
        text-align: left;
        color: #000;
    }

    #searchModal #searchResults ul li.result .searchPrice {
        font-weight: normal;
        margin-top: 10px;
        font-size: 16px;
        text-align: left;
    }

    #searchModal #searchResults ul li.result .st-btn-container {
        position: initial;
        top: initial;
        left: initial;
        height: initial;
        width: initial
    }

    #searchModal #searchResults ul li.result .st-btn {
        display: inline-block;
        position: initial
    }

    #searchModal #searchFilter {
        display: none
    }

    #searchModal #searchFilterMobile {
        display: block;
        position: fixed;
        z-index: 99999 !important;
        top: 0;
        left: 0;
        background: #ccc;
        height: 100%;
        width: 100%;
        text-align: left;
        color: #fff
    }

    .filterHeader .clearbtn {
        text-transform: capitalize;
        background: #e6e6e6;
        color: #000;
        font-size: 14px;
        margin-right: 20px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 6px;
        margin-top: -5px;
        padding-bottom: 6px;
        text-align: center;
        box-shadow: 0 2px 0px 0px #ccc;
        border-radius: 2px;
    }

    #searchModal #searchFilterMobile .filterHeader {
        background: #fff;
        color: #000;
        padding: 15px 0 15px 20px;
        font-size: 18px;
        box-shadow: 0 8px 6px -6px #ddd;
        border-bottom: 1px solid #ddd;
        text-transform: capitalize;
    }

    #searchModal #searchFilterMobile .filterHeader img {
        height: 12px;
        margin-right: 15px
    }

    #searchModal #searchFilterMobile .filterType {
        height: 100%;
        width: 40%;
        background: #e8e8e8;
        display: inline-block;
        position: absolute
    }

    #searchModal #searchFilterMobile .filterType ul li {
        font-family: "Arial";
        font-size: 16px;
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 16px;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        padding: 15px 10px 15px 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: #333;
    padding: 10px 5px 12px 10px;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    }

    #searchModal #searchFilterMobile .filterValues ul li label {
        font-family: 'Roboto', sans-seri;
        font-weight: normal;
        margin-bottom: 0;
        padding-left: 0px;
    }

    #searchModal #searchFilterMobile .filterValues .checkbox .cr, .radio .cr {
        position: relative;
        display: inline-block;
        border: 3px solid #ddd;
        border-radius: 0em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: 0.5em;
        margin-top: 1px;
    }

    #searchModal #searchFilterMobile .filterType ul .active {
        color: #f39c12 !important;
        font-weight: 700;
    }

    #searchModal #searchFilterMobile .filterType ul li:focus {
        color: #00c1ef !important;
        font-weight: 700;
    }

    #searchModal #searchFilterMobile .filterType ul li:visited {
        color: #00c1ef !important;
        font-weight: 700;
    }

    .apply-filter {
        display: none;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        background-color: #00c1ef;
        padding-top: 14px;
        position: fixed;
        right: 40px;
        bottom: 50px;
        z-index: 99999 !important;
    }

    #searchModal #searchFilterMobile .filterValues .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 7.5%;
    }

    #searchModal #searchFilterMobile .filterValues ul li input[type="checkbox"] {
        position: inherit;
		outline: 0;
outline: none;
        left: 0;
        display: none;
        width: auto;
        margin-top: 0;
        margin-right: 10px
    }

    #searchModal #searchFilterMobile .filterValues .sliderContainer {
        padding: 30px 15px 20px
    }

    #searchModal #searchFilterMobile .filterValues .sliderContainer .minPrice,
    #searchModal #searchFilterMobile .filterValues .sliderContainer .maxPrice {
        display: inline-block;
        width: 75px;
        padding: 0;
        border: 0;
        color: #333;
        text-align: left
    }

    #searchModal #searchFilterMobile .filterValues .sliderContainer .maxPrice {
        float: right;
        text-align: right
    }

    #searchModal #searchFilterMobile .filterFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #333;
        width: 100%;
        box-shadow: 0 0 4px #ddd;
        color: #fff;
        font-size: 18px;
        text-align: center;
        text-transform: capitalize;
    }

    #searchModal #searchFilterMobile .filterFooter span {
        display: inline-block;
        width: 49%;
        padding: 14px 0;
        cursor: pointer;
        position: relative;
        top: -5px;
    }

    #searchModal #searchFilterMobile .filterFooter span:first-child {
        border-right: 0px solid #ccc
    }
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.slide-enter-active,
.slide-leave-active {
    transition: all .5s
}

.slide-enter,
.slide-leave-to {
    height: 0
}
