﻿/* Featured Product */

.product-col-5-item {
    width: calc(100% / 5);
    min-width: 215px;
}

.product-col-4-item {
    width: calc(100% / 4);
    min-width: 200px;
}


.product .product-header .discount-badge,
.product .product-header .out-of-stock {
    background: #ffc107;
    color: #000;
    font-size: 11px;
    left: 15px;
    padding: 6px 10px 7px 10px;
    position: absolute;
    top: 80px;
    z-index: 8;
    max-width: 112px;
    line-height: 16px;
}

.product .product-header .out-of-stock {
    background: red;
    color: #fff;
}


.product .product-header .status {
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: 9;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    align-content: center;

}

    .product .product-header .status img {
        background: #fff;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
    }


.product .product-header .favourite {
    left: 20px;
    position: absolute;
    top: 10px;
    z-index: 9;
    color: #aeaeae;
    font-size: 22px;
    text-shadow: 0 0 5px #dad9d9a3;
}

.product .product-header .notify {
    left: 20px;
    position: absolute;
    top: 40px;
    z-index: 9;
    color: #aeaeae;
    font-size: 22px;
    text-shadow: 0 0 5px #dad9d9a3;
}



.product {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    text-align: left;
    padding: 15px;
    position: relative;
    /*border: 1px solid #e6e6e6;*/
    height: 300px;
}

    .product a {
        text-decoration: none;
    }

    .product:hover {
        box-shadow: 0px 2px 5px 0 #c7c7c7;
    }

    .product .bay-panel {
        background: transparent;
        left: 0px;
        right: 0;
        position: absolute;
        z-index: 9;
        margin: 15px;
        display: none;
        user-select: none;
      
    }

    .product:hover .bay-panel {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        top: 98px;
    }

    .product:hover .bay-panel.fractioned {
        top: 72px;
        border-bottom: 4px solid #fff;
    }


    .product .bay-panel .slider {
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 15px;
        height: 42px;
       
    }


        .product .bay-panel .slider input {
            border: 0;
            text-align: center;
           /* pointer-events: none;*/
            height: 40px;
            font-size: 12px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .product .bay-panel .slider .btn.less,
        .product .bay-panel .slider .btn.more {
            background: #f7f7f7;
            border: 0;
            border-radius: 15px !important;
            width: 38px;
            height: 40px;
            font-weight: bold;
            font-size: 25px;
            padding: 0;
            margin: 0;
        }

            .product .bay-panel .slider .btn.less:hover,
            .product .bay-panel .slider .btn.more:hover {
                background: #d3d3d3;
            }

        .product .bay-panel .slider .btn:active {
            background: #e4e4e4;
        }


    .product .bay-panel .fractioned {
        display: flex;
        justify-content: space-around;
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
        width: 100%;
        background: #fff;
    }
        .product .bay-panel .fractioned .item {
            display: flex;
            flex: 1;
            justify-content: center;
            border-bottom: 1px solid #e4e4e4;
            padding-top: 5px;
            color: #908e8e;
            font-size: 11px;
            font-weight: bold;
        }

            .product .bay-panel .fractioned .item:hover {
                background: #eeeeee;
            }



            .product .bay-panel .fractioned .item.selected {
                background: #f7f7f7;
                color: #169616;
                border-bottom: 1px solid #169616;
            }

    .product .bay-panel .add-note {
        font-size: 11px;
        text-align: right;
        padding-top: 5px;
        line-height: 12px;
        background: #fff;
        width: 100%;
        text-decoration: underline;
    }
        .product .bay-panel .add-note a {
            color: #908e8e;
        }

    .product .cashback {

        font-size: 0.9em;
        line-height: 1.3em;
        background: #bf0909;
        text-align: center;
        margin-top: 8px;
        padding: 4px 5px;
        color: white;
    }

.product-header {
    display: flex;
    justify-content: center;
    text-align: center;
}

    .product-header img {
        height: 145px;
        width: 145px;
        margin: 0 0 10px;
        object-fit: scale-down;
/*        transform: scale(1);
        transition-duration: 0.4s;*/
        display: block;
    }

.product:hover .product-header img {
  /*  transform: scale(1.09);*/
}


.product .offer-price {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
    position:relative;
}

    .product .offer-price .unity {
        font-size: 12px;
        font-weight: normal;
        padding-left: 5px;
        display: flex;
        align-items: flex-end;
    }

.product .regular-price {
    color: #666 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: line-through;
    position: absolute;
    top: -21px;
}

    .product .sign {
        font-weight: 600;
        font-size: 0.6em;
        margin-right: 4px;
        padding-top: -4px;
        margin-top: 2px;
        display: flex;
    }

.product .name {
    color: #333;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    height: 38px;
    margin: 0;
    font-weight: 400;
}


/* Featured Product Cart */


.product-cart {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

    .product-cart a {
        text-decoration: none;
    }

    .product-cart .product-header {
        margin: 0 10px 0 0;
        flex: 0 0 50px;
    }

            .product-cart .product-header img {
                height: 50px;
                width: 50px;
                margin: 0;
                display: block;
            }


    .product-cart .product-body {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .product-cart .product-body .product-body-p1 {
            display: flex;
        }

            .product-cart .product-body .product-body-p1 .product-details {
                margin-right: 15px;
                flex: 1;
            }


        .product-cart .product-body .discount-badge,
        .product-cart .product-body .out-of-stock {
            background: #ffc107;
            color: #000;
            font-size: 11px;
            padding: 5px 6px 5px 6px;
            line-height: 14px;
            margin-bottom: 5px;
            display: block;
            width: fit-content;
        }

        .product-cart .product-body .out-of-stock {
            background: red;
            color: #fff;
        }


        .product-cart .product-body .offer-price {
            color: #000;
            font-size: 16px;
            font-weight: 600;
            line-height: 16px;
            margin-bottom: 5px;
        }

            .product-cart .product-body .offer-price .unity {
                font-weight: normal;
                font-size: 0.6em;
                margin-left: 4px;
                display: inline-block;
            }

        .product-cart .product-body .regular-price {
            color: #666 !important;
            font-size: 11px;
            font-weight: 500;
            line-height: 15px;
            text-decoration: line-through;
            margin-bottom: 5px;
        }

            .product-cart .product-body .current-price {
                display: flex;
                align-content: center;
                align-items: center;
            }
         

            .product-cart .sign {
                font-weight: 600;
                font-size: 0.6em;
                margin-right: 4px;
                display: inline-block;
            }

        .product-cart .product-body .name {
            color: #333;
            font-size: 12px;
            overflow: hidden;
            line-height: 15px;
            margin-bottom: 5px;
        }


    .product-cart .bay-panel {
        background: #fff;
        width: 140px;
        user-select: none;
    }

        .product-cart .bay-panel .remove-item {
            cursor: pointer;
            font-size: 0.9em;
            color: #484545;
        }

        .product-cart .bay-panel .final-price {
            font-size: 18px;
            font-weight: 600;
            line-height: 16px;
            border: 1px solid #e4e4e4;
            border-radius: 2px;
            padding: 7px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 0;
            margin-bottom: 0;
        }

            .product-cart .bay-panel .final-price .sign {
                font-weight: 600;
                font-size: 0.6em;
                margin-right: 4px;
            }



        .product-cart .bay-panel .slider {
            background: #fff;
            border: 1px solid #e4e4e4;
            border-radius: 2px;
            height: 40px;
            margin-bottom: 5px;
        }

            .product-cart .bay-panel .slider input {
                border: 0;
                text-align: center;
                /*pointer-events: none;*/
                height: 38px;
                font-weight: normal;
                font-size: 12px;
            }

            .product-cart .bay-panel .slider .btn.less,
            .product-cart .bay-panel .slider .btn.more {
                background: #f7f7f7;
                border: 0;
                border-radius: 0 !important;
                width: 36px;
                height: 38px;
                font-weight: bold;
                font-size: 20px;
                padding: 0;
                margin: 0;
                padding-top: 2px;
            }

            .product-cart .bay-panel .slider .btn.less:hover,
            .product-cart .bay-panel .slider .btn.more:hover {
                background: #d3d3d3;
            }

        .product-cart .bay-panel .slider .btn:active {
            background: #e4e4e4;
        }

        .product-cart .bay-panel .slider .btn.less {
            border-right: 1px solid #e4e4e4;
        }

        .product-cart .bay-panel .slider .btn.more {
            border-left: 1px solid #e4e4e4;
        }

    .product-cart .cashback {
        font-size: 0.9em;
        line-height: 1.3em;
        background: #bf0909;
        text-align: center;
        padding: 4px 10px;
        color: white;
        text-align: left;
        display: inline-block;
    }




/*-END Product Cart -*/


/*---------------------------------------------------------------------------------------------------------------*/
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .product-col-5-item, .product-col-4-item {
        width: calc(100% / 2);
        min-width: initial;
    }

    .product {
        height: 400px;
    }

        .product:hover {
            box-shadow: none;
        }


        .product .bay-panel {
            position: initial;
            margin: 5px 0 0 0;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            flex-direction: column;
        }


}

/*---------------------------------------------------------------------------------------------------------------*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {


    .product-col-5-item, .product-col-4-item {
        width: 50%
    }

    .product {
        height: 340px;
    }

        .product:hover {
            box-shadow: none;
        }

        .product .bay-panel {
            position: initial;
            margin: 5px 0 0 0;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            flex-direction: column;
        }

}
/*
/*---------------------------------------------------------------------------------------------------------------*/
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .product-col-5-item, .product-col-4-item {
        width: calc(100% / 4);
        min-width: initial;
    }

    .product:hover {
        box-shadow: none;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    
    .product-col-5-item {
        width: calc(100% / 4);
    }

    .product-col-4-item {
        width: calc(100% / 3);
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Extra large devices (large desktops, 1300px and up) */
@media (min-width: 1300px) {
    
}


