/*----------------------------------------------*/
/*        PRODUCT CARD SALE ITEMS               */
/*----------------------------------------------*/
@import "include.product-sale-items.css";
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------------*/
/*        PRODUCT CARD BUTTONS -> cart          */
/*----------------------------------------------*/
.product-card-item.cart.unavailable{
    background: #FF7F00;
    border-color: #FF7F00;
    color: #FFFFFF;
}
.product-card-item.cart.unavailable:hover{
    background: #DF7003;
    border-color: #DF7003;
}
.product-card-item.cart.available{
    background: #007AFF;
    border-color: #007AFF;
    color: #FFFFFF;
}
.product-card-item.cart.available:hover{
    background: #0066D5;
    border-color: #0066D5;
}
.product-card-item.cart.added{
    background: #0066D5;
    border-color: #0066D5;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------------*/
/*        PRODUCT CART BUTTONS -> favorite      */
/*----------------------------------------------*/
.product-card-item.favorite.added{
    color: #FF0000;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------------*/
/*        PRODUCT CART INFO                     */
/*----------------------------------------------*/
.product-info{
    background: unset;
}
.product-info .action-button{
    text-align: center;
}
.product-title{
    height: 35px;
    font-family: sans-serif !important;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
}

.product-item .product-code{
    font-family: sans-serif !important;
    overflow: hidden;
}
.product-item .product-code.visible{
    margin-bottom: 10px;
    height: auto;
}

.product-item .credit-price small {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #8e8e93;
}

.product-item .credit-price{
    font-family: sans-serif !important;
    /*text-decoration: line-through;*/
    overflow: hidden;
}
.product-item .credit-price.visible{
    margin: 0 0 5px;
    height:auto;
}

.product-item .sale-price small{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #8e8e93;
}
.product-item .sale-price {
    font-family: sans-serif !important;
    font-size: 20px;
    color: #434343;
    overflow: hidden;
}
.product-item .sale-price.visible{
    margin: 0 0 5px;
    height: auto;
}

.product-item .pro-price small{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #8e8e93;
}
.product-item .pro-price{
    font-family: sans-serif !important;
    color: #434343;
    height: auto;
    overflow: hidden;
}

.shop-list .pro-price{
    height: unset;
    margin-bottom: 15px;
}
.shop-list .per-month-price{
    margin-bottom: 10px;
}
.shop-list .available-info{
    margin-bottom: 10px;
    height: unset;
}
.shop-list .product-img{
    padding: 0;
    background: #f6f6f6;
}
.shop-list .product-info{
    background: #FFFFFF;
    padding: 0 40px 0 40px;
}
.shop-list .product-sale-section{
    height: unset;
    justify-content: end;
    margin-top: 10px;
}

.pro-price.is-action span{
    color: red;
}
.pro-price small{
    font-size: 14px;
}

.per-month-price{
    overflow: hidden;
    margin-bottom: 0;
}
.per-month-price.visible{
    height: 40px;
    margin-bottom: 10px;
}

.available-info{
    height: 23px;
    overflow: hidden;
}
.available-info.is-available{
    color: #007aff;
}
.available-info.not-available{
    color: #ff7f00;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------------*/
/*        PRODUCT CART IMAGE                    */
/*----------------------------------------------*/
.product-img a{
    display: block;
    padding: 5px 5px 20px;
    text-align: center;
    background: #f6f6f6;
}
.shop-list .product-img a{
    padding: 30px 0 30px 0 ;
}
.product-img img{
    width: unset;
    max-width: 100%;
    max-height: 200px;
    display: unset;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------------*/
/*        PRODUCT CART QUICK-VIEW                */
/*----------------------------------------------*/
#quickview-wrapper .modal{
    z-index: 99997;
}
.modal-backdrop{
    z-index: 99996;
}

#make-preorder-modal{
    z-index: 99997;
}
#make-preorder-modal .close span{
    font-size: 25px;
}
#make-preorder-modal .modal-dialog{
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    width: 870px;
}
.make-preorder-submit{
    background: #ff7f00;
}
.preorder-modal-available-text{
    color: #ff7f00;
    text-align: right;
}