.btlshoppingcart_products .list_item{
    margin-top: 15px;
}
.btlshoppingcart_products .list_item_msg{
    background-color: #fff;
    padding: 15px;
}
.btlshoppingcart_products .list_item_content{
    min-height: 100px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}
.btlshoppingcart_products .list_item_content:hover{
    box-shadow: 0 6px 10px rgba(0,0,0,0.25);
}
.btlshoppingcart_products .list_item_img{
    background-color: #fff;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.btlshoppingcart_products .list_item_img a{
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}
.btlshoppingcart_products .list_item_img img{
    height: auto;
    max-width: 100%;
    max-height: 100px;
    object-fit: cover;
}
.btlshoppingcart_products img.hover_img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
}
@media (max-width: 1199px) and (min-width: 10px){
    .btlshoppingcart_products img.hover_img{
        height: 130px;
    }
}
.btlshoppingcart_products img.hover_img:hover{
    opacity: 1;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btlshoppingcart_products .wish_btn{
    background-image: url(../../images/like.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    outline: none;
    box-shadow: none;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btlshoppingcart_products .wish_btn:hover{
    background-image: url(../../images/likehover.png);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.btlshoppingcart_products .wish_btn.wished{
    background-image: url(../../images/liked.png);
}
.btlshoppingcart_products .wish_btn:active,
.btlshoppingcart_products .wish_btn:focus{
    outline: none;
    box-shadow: none;
}
.btlshoppingcart_products .list_item_info{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    min-height: 120px;
    padding: 0 0 0 110px;
}
.btlshoppingcart_products .list_item_info .dotdotdot{
    width: 100%;
    height: 23px;
    padding-top: 3px;
    overflow: hidden;
}
.btlshoppingcart_products .list_item_info > div:first-child{
    width: 80%;
}
.btlshoppingcart_products .list_item_info .glyphicon{
    margin-right: 2px;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_mfr{
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_color{
    width: 15px;
    height: 15px;
    margin-top: -5px;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_name{

}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_region{
    font-size: 12px;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_vintage{
    font-size: 12px;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_score{
    background-color: #756942;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_price{
    font-size: 20px;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_price.red{
    color: #ff0000;
}
.btlshoppingcart_products .list_item_info .btlshoppingcart_product_price.line{
    text-decoration: line-through;
}
.btlshoppingcart_products .list_item_info > div:last-child{
    width: 100%;
    height: 30px;
    padding-left: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.btlshoppingcart_products .list_item_price{
    float: left;
}
.btlshoppingcart_products .cart_tool{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.btlshoppingcart_products .cart_tool input{
    float: right;
}
.btlshoppingcart_products .cart_tool .cart_btn{
    background-color: #e60012;
    color: #fff;
    font-size: 14px;
    padding: 4px 5px;
}
.btlshoppingcart_products .cart_tool .cart_btn:hover{
    background-color: #c2b280;
    color: #fff;
}
.btlshoppingcart_products .cart_tool .cart_quantity_control_btn{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #adadad;
    width: 20px;
    height: 28px;
    padding: 0;
    margin: 1px 0;
}
.btlshoppingcart_products .cart_tool .cart_quantity_control_btn.plus{
    border-radius: 0 5px 5px 0;
    border-left: 0;
    margin-right: 2px;
}
.btlshoppingcart_products .cart_tool .cart_quantity_control_btn.less{
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.btlshoppingcart_products .cart_tool .cart_quantity{
    border-radius: 0;
    width: 40px;
    height: 28px;
    text-align: center;
    padding: 6px 0;
    margin: 1px 0;
}

@media (max-width: 1199px) and (min-width: 10px){
    .btlshoppingcart_products .list_item_content{
        min-height: 140px;
    }
    .btlshoppingcart_products .list_item_img{
        width: 130px;
        height: 130px;
    }
    .btlshoppingcart_products .list_item_img a{
        height: 130px;
    }
    .btlshoppingcart_products .list_item_img img{
        max-width: 130px;
        max-height: 130px;
        width: 130px;
        height: 130px;
        margin-left: -15px;
    }
    .btlshoppingcart_products .list_item_info{
        min-height: 130px;
        padding: 0 0 0 140px;
    }
    .btlshoppingcart_products .list_item_info > div:last-child{
        padding-left: 140px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .btlshoppingcart_products .list_item_img{
        width: 100px;
    }
    .btlshoppingcart_products .list_item_info{
        padding: 0 0 0 110px;
    }
    .btlshoppingcart_products .list_item_info > div:last-child{
        padding-left: 110px;
        height: 60px;
    }
    .btlshoppingcart_products .cart_tool{
        clear: left;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .btlshoppingcart_products .list_item_img a{
        height: 100px;
    }
    .btlshoppingcart_products .list_item_img img{
        margin-left: 0;
    }
}
@media (max-width: 767px) and (min-width: 10px){
    .btlshoppingcart_products .list_item_img{
        width: 100px;
    }
    .btlshoppingcart_products .list_item_info{
        padding: 0 0 0 110px;
    }
    .btlshoppingcart_products .list_item_info > div:last-child{
        height: 60px;
        padding-left: 110px;
    }
}

/*Pagination*/
.btlshoppingcart_pager{
    margin: 15px 0;
}
.btlshoppingcart_pager ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.btlshoppingcart_pager ul li{
    float: left;
    margin: 0 4px;
}
.btlshoppingcart_pager ul li a{
    background-color: #fff;
    border: 0;
    color: #c2b280;
    display: table-cell;
    height: 30px;
    padding: 0 8px;
    vertical-align: middle;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btlshoppingcart_pager ul li.active a,
.btlshoppingcart_pager ul li:hover a,
.btlshoppingcart_pager ul li:hover a:hover
{
    background-color: #e60012;
    color: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-bottom: 0;
}

/* Popup */
.btlshoppingcart_popup_cart_result button.close{
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.btlshoppingcart_popup_cart_result #popup_cart_product_img{
    height: 120px;
    width: 100%;
    object-fit: contain;
}
.btlshoppingcart_popup_cart_result #popup_cart_product_name{
    font-weight: bold;
}
.btlshoppingcart_popup_cart_result .alert{
    display: none;
    margin-top: -15px;
    margin-bottom: 15px;
}
@media (max-width: 767px) and (min-width: 10px){
    .btlshoppingcart_popup_cart_result #popup_cart_product_img{
        height: 100px;
    }
}

.btlshoppingcart_products_sort .btlshoppingcart_products_sort_content{
    background-color: #fff;
    padding: 10px 15px;
    overflow: auto;
}
.btlshoppingcart_products_sort span{
    margin: 4px 0;
    margin-right: 5px;
}
.btlshoppingcart_products_sort span,
.btlshoppingcart_products_sort input,
.btlshoppingcart_products_sort select{
    float: right;
}
.btlshoppingcart_products_sort select{
    width: 200px;
}