#favorites-search {
    position: relative;
    display: inline-block;
    width: 847px;
}
#favorites-search .search {
    width: 55px;
    height: 55px;
    background: #0092ce;
    position: absolute;
    right: 0;
    top: 0;
}
#favorites-search .search  i {
    color: #fff;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
}
#favorites-search input[type="text"] {
    padding-right: 65px;
    height: 55px;
}
.widget-favorite .for-mobile {
    display: inline-block;
}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder          {color: #999;}
:-moz-placeholder           {color: #999;}
:-ms-input-placeholder      {color: #999;}

.page-favorites #addToCartForm  {
    display: none;
}
.page-favorites #addToCartForm {
    line-height: 43px;
    height: 43px;
    border: none;
    background: #ffe55c;
    color: #333;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
.page-favorites #removefromwishlist input[type="submit"]:hover {
    background: #fad40d;
}
.page-favorites .product-item:hover #addToCartForm {
    display: block;
}
.page-favorites .btn:hover {
    border: solid 1px #fad40d;
}
.page-favorites #removefromwishlist input[type="submit"] {
    height: 43px;
    line-height: 43px;
}
.page-favorites .addedtowishlist {
    width: 100%;
    clear: both;
}
.page-favorites #addedtowishlist {
    background: #4dbf42;
    border: 1px solid #4dbf42;
}
.page-favorites #addedtowishlist li a {
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}
.page-favorites .product-list #addedtowishlist {
    display: none;
}
.page-favorites .product-listing.product-list .price-panel {
    line-height: 23px;
}
.page-favorites .product-item:hover #removefromwishlist {
    display: block;
}
.page-favorites .product-listing .addtocart {
    width: 150px;
    float: right;
    clear: right;
    padding: 0;
    position: absolute;
    top: 73px;
    z-index: 20;
    left: 48px;
}
.page-favorites .product-listing.product-list .product-item {
    margin: 0 48px 20px 0;
}
.page-favorites .product-item {
    width: 250px;
    float: left;
}
.favorite-count {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #0093d0;
    top: 10px;
    right: 5px;
    border-radius: 50%;
    color: #fff;
}
#no-favirites {
    height: 350px;
}


.page-favorites  .page-title-4 .breadcrumb {
    text-align: left;
    top: inherit;
}
#function-wrap {
    padding: 3px 3px 8px 3px;
}

.sort-refine-bar {
    background: #f3f3f3;
    width: 847px;
}
.sort-refine-bar .select-option {
    display: inline-block;
    margin-bottom: 0;
    height: inherit;
    position: relative;
    overflow: inherit;
}
.sort-refine-bar .with-selected {
    text-transform: uppercase;
    padding: 11px 15px 0 15px;
}
#favorires-list .form-group {
    padding: 10px 0;
}
.sort-refine-bar .select-option i {
    top: 13px;
}
.page-favorites .sort-refine-bar .select-option i {
    top: 7px;
}
.sort-refine-bar select {
    height: 33px;
    background: #e1e1e1;
    width: 200px;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
#favorires-list .glyphicon-remove {
    display: none;
}
@media (min-width: 320px) and (max-width: 1279px) {
    .module.widget-handle.widget-favorite.left {
        height: 45px;
    }
    .nav-bar .widget-favorite > a {
        height: 45px;
    }
    .module.widget-handle.widget-favorite.left .ti-heart {
        opacity: 0.7;
    }
    .sort-refine-bar, #favorites-search {
        width: 100%;
    }
    .module.widget-handle.widget-favorite.left {
        text-align: left;
    }
    .module.widget-handle.widget-favorite.left i {
        opacity: 0.7;
    }
    .favorite-count {
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 21px;
        right: 10px;
    }
    .module.widget-handle.widget-favorite {
        height: 44px;
        line-height: 44px;
    }
    .widget-favorite.left.toggle-widget-handle {
        background: #fff;
        min-height: 150px;
        max-height: 800px;
        overflow: auto;
    }
    #list-of-favorites li a {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        display: block;
        padding: 5px 15px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .module.widget-handle.widget-favorite.left {
        height: auto;
        overflow: hidden;
        background: #1b1b1b;
    }
    .widget-favorite .function {
        width: 100%;
    }
    #function-wrap {
        width: 100%;
        background: #fff;
    }
    .toggle-widget-handle .function {
        display: block !important;
    }
    #function-wrap .btn {
        width: 100%;
    }
    .page-favorites .product-listing.product-list .product-item:nth-child(3n) {
        margin-right: auto;
    }
}
@media (max-width: 1024px) {
    .page-favorites select.form-control {
        line-height: inherit;
    }
}
@media (min-width: 320px) and (max-width: 990px) {
    .page-favorites .product-listing.product-list .product-item{
        margin: 0 auto;
        float: none;
        display: block;
        width: 250px;
    }
    .page-favorites  .page-title-4 .breadcrumb {
        top: 8px;
    }

}
@media (min-width: 991px) and (max-width: 1279px) {
    .product-item .thumb:before {
        width: 178px;
        height: 178px;
    }
    .search-grid-page .product-listing .addtocart {
        width: 150px;
        top: 49px;
        left: 14px;
    }
    .search-grid-page .product-listing .product-item:hover .addtocart, .page-search .product-listing  .product-item:hover .addtocart button, .requestQuote-wrapper a {
        /* font-size: 10px;*/
    }
    .search-grid-page .product-listing .product-item:hover #addedtowishlist, .page-search .product-listing .product-item:hover #addedtowishlist a {
        font-size: 10px;
    }
    .page-favorites .product-item {
        width: 200px;
    }
    .page-favorites .product-listing.product-list .thumb, .page-favorites .product-listing.product-list .thumb {
        width: 180px;
        height: 180px;
    }
    #favorites-search, .sort-refine-bar {
        width: 680px;
    }
    .page-favorites .product-item .thumb:before {
        width: 178px;
        height: 178px;
    }
    .page-favorites .product-listing .addtocart {
        top: 37px;
        left: 15px;

    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .search-grid-page .product-listing.product-list .thumb img,
    .page-favorites .product-listing.product-list .thumb img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}
select::-ms-expand {
    display: none;
}


