/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX:
            1. Shop Design
            2. cart_list, count, wishlist
==============================================================*/
.shorting_icon {
    font-size: 18px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

    .shorting_icon .ti-layout-list-thumb {
        font-size: 24px;
        line-height: 45px;
    }

    .shorting_icon.active {
        background-color: #FF324D;
        color: #fff;
        border-color: #ff324d;
    }

.result_count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.product_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.product_header_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.products_view {
    display: inline-block;
    vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------------------ product_box wrap*/

.product_slider .product_box .product_box2{
    margin-bottom:0px;
}

.left-banner-new {
    position: absolute;
    z-index: 1;
    width:300px;
    height: 416px;
    transition: all 0.3s ease-in-out;
    background-color: #169F98;
    border-radius: 5px 40px 40px 5px ;
}

.left-banner-favorite {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 416px;
    transition: all 0.3s ease-in-out;
    background-color: #CC2D6F;
    border-radius: 5px 40px 40px 5px;
}

.product_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    width:300px;
    height: 400px;
    /*margin:10px;*/
}

.product_box2 {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    height: 377px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*margin:10px;*/
}

.unload-popular {
    margin-top: 5px;
}

.left-banner-img {
    max-width: 100%;
}

    .product_box .product_box2 .product_info {
        position: relative;
        height: 120px;
    }

    .product_box .product_box2 .add-to-cart {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        background-color: #fff;
        padding: 10px 15px 15px 15px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }

    .product_box:hover .product_box2:hover .add-to-cart {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .product_box .product_box2 .pr_action_btn li a {
        border-radius: 100%;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

/*------------------------------------------------------------------------------------------------------------ product_wrap */

.product,
.product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    /*box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
}

.product_wrap .pr_action_btn li a {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius:100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

    .product_wrap .pr_action_btn li a i {
        line-height: 35px;
        font-size: 16px;
    }

.carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 0px;
}

.product_wrap .pr_action_btn li {
    display: inline-block;
    margin: 10px 10px;
}

.product_wrap .pr_action_btn {
    margin: 0 0 0 10px;
}

.product_action_box {
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 2;
    right: 0px;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .product_action_box li {
        -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        -o-transform: translate(0, 15px);
        transform: translate(0, 15px);
        opacity: 0;
    }

        .product_action_box li:nth-child(1) {
            -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .product_action_box li:nth-child(2) {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .product_action_box li:nth-child(3) {
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .product_action_box li:nth-child(4) {
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

/*------------------------------------------------------------------------------------------------------------ ads (banner, promo, voucher, discount) wrap*/
.ads_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ads_img .ads_hover_img {
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.ads_wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.carousel_slider .ads_wrap {
    margin: 10px !important;
    width: 19vw;
}

.ads_wrap:hover .ads_img .ads_hover_img {
    opacity: 0.7;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.fullsize{
    width:300px;
    height:250px;
}

.ads_img {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin-right: 1.5em;
    margin-left: 1.5em;
    border-radius: 10px;
}

    .ads_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.2);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.ads_img_box {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.ads_img_zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    background-color: #FAFAFA;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.ads_wrap:hover .ads_action_box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.ads_wrap .ads_title {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.ads_list .ads_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center !important;
    padding: 15px 10px;
    max-height: 300px;
    max-width: 300px;
}

.ads_action_btn {
    display: inline-block;
    margin: 0 auto;
}

    .ads_action_btn li {
        position: relative;
        margin: 0px 5px;
        display: inline-block;
    }

        .ads_action_btn li a {
            background-color:#fff;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            line-height:40px;
            transition: all 0.3s ease-in-out;
            display: block;
            text-align: center;
            border-radius: 20px;
        }

            .ads_action_btn li a.information {
                color: #dc3545;
                font-size: 16px;
                font-weight: 800;
                text-transform: capitalize;
                transition: all 0.3s ease-in-out;
                width: 150px;
                height: 40px;
                padding: 0;
                display: inline-block;
                text-align: center;
            }

                .ads_action_btn li a.information:hover {
                    background-color: #dc3545;
                    color: #fff;
                }

            .ads_action_btn li a.zoom {
                color: #0ABDA0;
                font-size: 16px;
                font-weight: 800;
                text-transform: capitalize;
                transition: all 0.3s ease-in-out;
                width: 40px;
                height: 40px;
                padding: 0;
                display: inline-block;
                text-align: center;
            }

                .ads_action_btn li a.zoom:hover {
                    background-color: #0ABDA0;
                    color: #fff;
                }

            .ads_action_btn li a.link {
                color: #C1403D;
                font-size: 0;
                text-transform: capitalize;
                transition: all 0.3s ease-in-out;
                width: 40px;
                height: 40px;
                padding: 0;
                display: block;
                text-align: center;
            }

            .ads_wrap .ads_action_btn li a i {
                vertical-align: middle;
                line-height: 35px;
                font-size: 16px;
                font-weight:800;
            }
            

.ads_action_box {
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 2;
    right: 0px;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .ads_action_box li {
        -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        -o-transform: translate(0, 15px);
        transform: translate(0, 15px);
        opacity: 0;
    }

        .ads_action_box li:nth-child(1) {
            -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .ads_action_box li:nth-child(2) {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .ads_action_box li:nth-child(3) {
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .ads_action_box li:nth-child(4) {
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

.ads_wrap:hover .ads_img .ads_hover_img {
    opacity: 0.7;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ads_wrap:hover .ads_action_box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.ads_title {
    display:block;
    width:100%;
    font-size:25px;
    font-weight:700;
    text-transform: uppercase;
}

.ads_price {
    display: block;
    width: 100%;
    color: #dc3545;
    font-size: 18px;
    font-weight: 700;
}

.ads_calendar {
    display: block;
    width: 100%;
    color: #232938;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.ads_information {
    padding:10px 30px;
}

/*------------------------------------------------------------------------------------------------------------ attributes for all wrap */
.product_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.product_img .product_hover_img {
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product:hover .product_img .product_hover_img,
.product_box:hover .product_box2:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img{
    opacity: 0.7;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pr_desc {
    display: none;
}

.pr_flash {
    /*background-color: #FF9F00;*/
    position: absolute;
    left: 10px;
    top: 140px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    z-index: 1;
}

.pr_flash2 {
    /*background-color: #FF9F00;*/
    position: absolute;
    left: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    z-index: 1;
}

.wishlist_icon {
    background-color:#f7f8fb !important;
}

.wishlist_icon:hover {
    background-color:#DC3545 !important;
    color:white;
}

.product_info {
    padding: 15px;
}

.action_text {
    padding: 5px;
}

.price {
    color: #FF324D;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 15px;
    border: 1px solid grey !important;
    border-radius: 20px;
    /*margin:5px;*/
}

.price2 {
    color: #FF324D;
    font-weight: 700;
    font-size: 18px;
    /*margin:5px;*/
}

.product_price del {
    margin-left: 20px;
    color: #919191;
    font-size: 14px;
}

.product_price2 del {
    margin-left: 2px;
    color: #919191;
    font-size: 14px;
}

.on_sale {
    display: inline-block;
    color: #26B99A;
    font-size: 15px;
    font-weight: 700;
}

.on_promo {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius:20px;
}

.product_price {
    display: block;
    /*margin-left: 5%;
    margin-right: 5%;*/
    line-height: 2em;
    border-radius:50px;
}

.product_flashdeal {
    background-color: #fff;
    border-bottom: 3px dashed #6c757d;
    justify-content: center;
    padding: 5px 0px;
}

.product_meta {
    background-color: #C0ECCC;
    line-height: 20px;
    padding: 5px 0px;
}

    .product_meta .inside {
        background-color: #FFF;
        border-radius: 10px 10px 10px 10px;
        padding: 5px;
        opacity:0.75;
    }

        .product_meta .inside .price {
            color: #FF324D;
            font-weight: 700;
            font-size: 16px;
            line-height:16px;
            padding:0;
            border:none !important;
        }

        .product_meta .inside del {
            color: #919191;
            font-size: 14px;
            line-height:16px;
            align-items:center;
        }

    .product_meta .box {
        background-color: #FFF;
        border-radius: 10px;
        padding: 5px;
        opacity: 0.75;
    }

        .product_meta .box .stock {
            background-color: #FFF;
            color: #FF4500;
            padding: 0 5px;
            display: flex;
            justify-content: center;
            opacity: 0.75;
            font-weight:700;
        }

.product .rating_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product.text-center .rating_wrap {
    -ms-flex-pack: center;
    justify-content: center;
}

.rating_num {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.rating_wrap .rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    font-size: 12px;
    width: 70px;
    font-family: "Font Awesome";
    display: inline-block;
    vertical-align: middle;
}

.rating::before {
    font-size: 12px;
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    float: left;
    color: #F6BC3E;
}

.product_rate {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #F6BC3E;
}

    .product_rate::before {
        font-size: 12px;
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        font-weight: 900;
    }

.pr_action_btn {
    display: inline-block;
    margin: 0 auto;
}

.product_img {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.2);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.img_scaleup {
    position: absolute;
    transform: scale(2);
    top: 28%;
}

.product:hover .product_img:before,
.product_box:hover .product_box2:hover .product_img:before {
    opacity: 1;
}

.pr_action_btn li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.product:hover .product_action_box li,
.product_box:hover .product_box2:hover .product_action_box li,
.product_wrap:hover .product_action_box li{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.pr_action_btn li a {
    background-color: #fff;
    font-size: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: block;
    text-align: center;
}

    .pr_action_btn li a i {
        vertical-align: middle;
        line-height: 37px;
        font-size: 18px;
    }

    .pr_action_btn li a:hover {
        background-color: #FF324D;
        color: #fff;
    }

.product .product_title,
.product_box .product_box2 .product_title,
.product_wrap .product_title {
    display: block;
    max-height:50px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.product_color_switch span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.product .product_color_switch span {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

.product_color_switch span.active::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -3px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.product .pr_switch_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 7px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.product:hover .pr_switch_wrap {
    opacity: 1;
    visibility: visible;
}

.product:hover .product_color_switch span {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.product_color_switch span:first-child {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.product_color_switch span:nth-child(2) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product_color_switch span:nth-child(3) {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product_color_switch span:nth-child(4) {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product_color_switch span:nth-child(5) {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.product_color_switch span:nth-child(6) {
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.product_color_switch span:nth-child(7) {
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.product_list .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center !important;
    padding: 15px;
    margin-bottom: 30px;
    max-height: 300px;
    max-width: 300px;
    height: 300px;
}

.product_list .product_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center !important;
    padding: 15px 10px;
    max-height: 300px;
    max-width: 300px;
}

.product_list .product_img {
    max-width: 250px;
    max-height: 150px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 5px;
}

.product_list .product_info {
    padding: 0px 0 0 5px;
    text-align: left;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: 150px;
}

.product_list .product_img::before {
    content: normal;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
    max-width: 980px;
    background-color: #fff;
    margin: 6px auto;
    padding: 30px;
    position: relative;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: normal;
}

.product-image {
    position: relative;
}

.pr_info {
    padding: 10px 10px;
    border-top: 1px solid rgb(229, 231, 233);
    font-size: 14px;
    display:flex;
    align-items:center;
}

    .pr_info .info_label {
        color: rgba(49, 53, 59, 0.68);
        font-weight: 700;
    }

    .pr_info .pr_barcode {
        padding: 5px 20px;
        width: 20%;
        border-radius: 20px;
        background-color: rgb(243, 244, 245);
    }

    .pr_info p {
        color: #232938;
        line-height: 28px;
        margin: 10px 0px;
    }

    .pr_info .small_label {
        font-size:70%;
        font-weight:600;
        padding:0;
    }

    .pr_info .round_box{
        padding:5px 25px;
        border-radius:20px;
        width:70px;
    }

.small_banner {
    width: 40%;
    border-radius:20px;
}

    .pr_detail .pr_desc {
        display: inline-block;
    }

    .pr_detail .pr_desc p {
        margin-bottom: 15px;
    }

.pr_detail .rating_wrap {
    float: right;
}

.pr_detail .product_price {
    float: left;
}

.pr_detail .price {
    vertical-align: middle;
    font-size: 26px;
}

.cart-product-quantity {
    margin: 7px 10px 7px 0;
    display: table;
}

.quantity {
    display: table;
}

    .quantity .minus, .quantity .plus {
        background-color: #eee;
        display: block;
        float: left;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        margin: 4px;
    }

    .quantity .minus {
        padding-left: 4px;
    }

    .quantity .qty {
        float: left;
        width: 55px;
        height: 36px;
        border: 1px solid #ddd;
        background-color: transparent;
        text-align: center;
        padding: 0;
        margin: 3px;
    }

.flashdeal_title {
    display:flex;
    color:#fff;
    justify-content:left;
    border-radius:20px;
    line-height:30px;
    font-size:25px;
}

.flashdeal_price {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    line-height: 30px;
    font-size: 20px;
    padding:10px;
}

.flashdeal_info {
    color: #292b2c;
    background-color: #F4F4F4;
    line-height: 14px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: 1px dashed #DC143C;
}

.cart_extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.zoomContainer {
    z-index: 99;
}

.zoom_image .zoomContainer {
    z-index: 1043;
}

.zoom_gallery_image .zoomContainer {
    z-index: 0;
}

.switch_lable {
    float: left;
    margin-right: 10px;
}

.pr_detail .pr_switch_wrap {
    margin-bottom: 10px;
}

.product_size_switch span {
    cursor: pointer;
    text-transform: uppercase;
    width: 32px;
    display: inline-block;
    border: 2px solid #ddd;
    text-align: center;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 3px;
}

    .product_size_switch span.active {
        border-color: #FF324D;
        background-color: #ff324d;
        color: #fff;
    }

.list_brand li {
    list-style: none;
    margin-bottom: 10px;
}

    .list_brand li:last-child {
        margin-bottom: 0;
    }

.list_brand .custome-checkbox .form-check-label {
    color: #292b2c;
}

.cart_btn {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

    .cart_btn .add_compare {
        font-size: 15px;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
    }

    .cart_btn .add_wishlist {
        background-color: #fff;
        color: #DC3545;
        padding: 10px;
        border-radius: 10px;
        border-width: 0px;
    }

    .cart_btn .add_cart {
        background-color: #DC3545;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        border-width: 0px;
    }

        .cart_btn .add_wishlist:hover,
        .cart_btn .add_cart:hover {
            color: #DC3545;
            background: #f9dcdf;
            border-color: #DC3545;
        }

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
}

.product-meta li {
    list-style: none;
    margin-top: 10px;
}

.slick-vertical .slick-slide {
    border: 0;
}

.slick-list {
    padding: 0 !important;
}

.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}

.product_gallery_item a.active {
    border-color: #FF324D;
}

.vertical_gallery #pr_item_gallery {
    width: 15%;
    float: left;
    margin-right: 10px;
}

.vertical_gallery .slick-list {
    margin-right: 0;
    margin-left: 0;
}

.vertical_gallery .product_gallery_item.slick-slider .slick-slide {
    margin-bottom: 12px;
    margin-right: 0;
    margin-left: 0;
}

.vertical_gallery .slick-prev, .vertical_gallery .slick-next {
    height: 40px;
    width: 100%;
}

.vertical_gallery .slick-prev {
    border-radius: 0 0 5px 5px;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.vertical_gallery .slick-next {
    border-radius: 5px 5px 0 0;
    right: 0;
    left: 0;
    bottom: -40px;
    top: auto;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.vertical_gallery .slick-prev:before {
    content: "\f10e"
}

.vertical_gallery .slick-next:before {
    content: "\f105"
}

.vertical_gallery .slick_slider:hover .slick-prev {
    top: 0;
}

.vertical_gallery .slick_slider:hover .slick-next {
    bottom: 0px;
    right: 0;
}

.product_img_box {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.product_img_zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    background-color: #FAFAFA;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.product_share {
    margin-top: 15px;
}

    .product_share > span {
        margin-right: 10px;
    }

    .product_share > span, .product_share .social_icons {
        vertical-align: middle;
        display: inline-block;
    }

        .product_share .social_icons li {
            padding-bottom: 0;
        }

.product_sort_info {
    margin-bottom: 15px;
}

    .product_sort_info li {
        font-size: 14px;
        color: #292B2C;
        padding-bottom: 10px;
        list-style: none;
        padding-left: 22px;
        position: relative;
    }

        .product_sort_info li i {
            color: #FF324D;
            position: absolute;
            font-size: 16px;
            left: 0;
            top: 3px;
        }

.filter_price .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.filter_price .ui-slider .ui-slider-range {
    background-color: #FF324D;
    border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    height: 18px;
    top: -8px;
    width: 18px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price_range {
    color: #292b2c;
}

#flt_price {
    margin-left: 5px;
    font-weight: 600;
}

.shop_container {
    position: relative;
}

.loading_pr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}

.shop_container .loading_pr {
    top: -7px;
}

.shop_container .mfp-preloader {
    top: 100px;
}

.shop_container:not(.list) .list_product_action_box,
.shop_container.list .product_action_box {
    display: none;
}

.shop_container.list .product_img::before {
    content: normal;
}

.shop_container.list [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shop_container.list .grid_item {
    position: static !important;
    transform: none !important;
}

.shop_container.list .product {
    display: inline-block;
    width: 100%;
}

.shop_container.list .product_img {
    float: left;
    width: 100%;
    max-width: 280px;
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.shop_container.list .product_info {
    overflow: hidden;
    text-align: left;
    padding: 15px 30px;
}

.shop_container.list .product_price {
    float: left;
}

.shop_container.list .product .rating_wrap {
    display: block;
    float: right;
}

.shop_container.list .pr_desc {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 58px;
    max-height: 84px;
}

    .shop_container.list .pr_desc p {
        margin-bottom: 0px;
    }

.shop_container.list .product_action_box,
.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product .pr_switch_wrap {
    position: static;
}

.shop_container.list .product .pr_switch_wrap {
    padding: 0;
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}

.shop_container.list .product .product_color_switch span {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.shop_container.list .product_action_box li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=1);
}

.shop_container.list .pr_action_btn {
    display: block;
    margin: 0;
}

    .shop_container.list .pr_action_btn li {
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

        .shop_container.list .pr_action_btn li a {
            box-shadow: none;
        }

            .shop_container.list .pr_action_btn li a:hover {
                background-color: transparent;
                color: #FF324D;
            }

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 12px 30px;
    background-color: #FF324D;
    border: 1px solid #FF324D;
    color: #fff;
    border-radius: 4px;
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
    background-color: transparent;
    color: #FF324D;
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
    line-height: normal;
    margin-right: 5px;
}

#Additional-info table td:first-child {
    width: 25%;
}

.product_tab_title span {
    font-weight: 600;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
}

.comment_list {
    margin-bottom: 20px;
}

.comments li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.comment_img {
    float: left;
    width:5vw;
}

    .comment_img img {
        border-radius: 100%;
        max-width:100%;
    }

.comment_block {
    padding-left: 7vw;
}

.customer_meta {
    margin-bottom: 5px;
}

.comment_block .rating_wrap {
    float: right;
}

.description p:last-child {
    margin: 0;
}

.review_author {
    display: block;
    color: #292b2c;
    font-weight: 500;
}

.comment-date {
    font-style: italic;
}

.star_rating > span {
    color: #F6BC3E;
}

.star_rating span {
    cursor: pointer;
    display: inline-block;
}

    .star_rating span i {
        font-size: 20px;
    }

.star_rating > span.selected i::before {
    font-weight: 900;
}

.releted_product_slider .item {
    margin: 10px 0px 0px;
}

.releted_product_slider .product {
    margin-bottom: 15px;
}

.mfp-ajax-holder .compare_box {
    width: 90%;
    margin: 6px auto;
    background-color: #fff;
    position: relative;
    padding: 30px;
}

.compare_box .table {
    margin: 0;
    display: block;
}

.compare_box table tr td {
    vertical-align: middle;
    width: 27%;
}

    .compare_box table tr td.product_name {
        text-transform: capitalize;
    }

    .compare_box table tr td.row_title {
        width: 270px;
        text-transform: uppercase;
        font-weight: 600;
    }

.row_remove a, .row_remove a:hover {
    color: #FF0000;
}

.in-stock {
    color: #388e3c;
}

.out-stock {
    color: #dc3545;
}

.product_name a {
    font-weight: 600;
}

.row_color .product_color_switch span {
    pointer-events: none;
}

.product-thumbnail img {
    max-width: 100px;
}

.shop_cart_table th, .shop_cart_table td,
.wishlist_table th, .wishlist_table td {
    vertical-align: middle;
    text-align: center;
}

    .shop_cart_table th.product-name, .shop_cart_table td.product-name,
    .wishlist_table th.product-name, .wishlist_table td.product-name {
        text-align: left;
        text-transform: capitalize;
    }

.shop_cart_table .quantity {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-remove a i {
    height: 30px;
    width: 30px;
    color: #292b2c;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}

    .product-remove a i:hover {
        background-color: #F00;
        color: #fff;
    }

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
    font-weight: 600;
}

.shop_cart_table .table {
    margin: 0;
}

.shop_cart_table float-text,
.wishlist_table float-text{
    float:right !important;
}

.toggle_info {
    padding: 20px;
    background-color: #F7F7F7;
}

    .toggle_info span {
        padding-left: 25px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .toggle_info i {
        margin-right: 10px;
        color: #FF324D;
        position: absolute;
        left: 0;
        top: 5px;
    }

.login_form .panel-body, .coupon_form .panel-body {
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 30px;
}

label.label_info {
    color: #292b2c !important;
    font-weight: 600;
}

.ship_detail {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.product-qty {
    font-weight: 600;
}

.product-subtotal {
    font-weight: 600;
}

.order_review {
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin: 15px auto;
}

.order_table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
}

.order_table tfoot th {
    font-weight: 600;
}

.order_table tbody td {
    border: 0;
}

.payment_method {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.payment-text {
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.scroller-right, .scroller-left {
    display: none;
}

.wishlist_table .table td {
    border-bottom: 1px solid #dee2e6;
}

.wishlist_table .badge {
    line-height: normal;
    vertical-align: middle;
    padding: 2px 10px;
}

#load-more {
    transition: none;
}

.grid_item_hide .product,
.grid_item_hide .blog_post {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.grid_item_hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: scale(0);
}

.loading {
    background: url('../images/loading.gif') center center no-repeat;
    font-size: 0 !important;
    background-color: #000 !important;
    border: 0;
    height: 51px;
    width: 50px;
    padding: 0;
}

    .loading::after, .loading::before {
        content: normal;
    }

.load_more_wrap {
    margin-top: 20px;
}

    .load_more_wrap span {
        display: inline-block;
        margin: 0;
        line-height: 1;
        font-size: 14px;
    }

.order_complete i {
    color: #FF324D;
    font-size: 80px;
    margin-bottom: 20px;
}

.empty_icon {
    background-color: #DFFFED;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 25px;
}

.card-body .comments {
    margin-top: 5px;
}

.flex_product_column {
    display: flex;
    flex-direction: column;
}

.flex_product_row {
    display: contents;
    flex-direction: row;
}

.product_action_cart {
    max-width: 100%;
    position:absolute;
    top:10px;
    /*margin: 5px;*/
}

.del_price {
    font-size: 11px;
}

/*==================================================================================================== part:cart&wishlist*/
.cart_list li, .wishlist_items li {
    list-style: outside none none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    width: 100%;
}

.cart_count, .wishlist_count {
    position: relative;
    top: -3px;
    left: -5px;
    font-size: 11px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-right: -5px;
}

.cart_trigger .amount, .wishlist_trigger .amount {
    margin-left: 8px;
    font-weight: 600;
    vertical-align: top;
    margin-right: -10px;
}

.navbar-nav .dropdown-menu.cart_box,
.navbar-nav .dropdown-menu.wishlist_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0;
}

    .navbar-nav .dropdown-menu.cart_box.show,
    .navbar-nav .dropdown-menu.wishlist_box.show {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
}

.cart_list .img_cart_list,
.wishlist_items .img_wish_list {
    width: 80px;
    height: 100px;
    border: 1px solid #ddd;
}

.cart_list .info_cart_list,
.wishlist_items .info_wish_list {
    width: 200px;
    height: 100px;
    font-size: 14px;
    vertical-align: top;
    padding: 0 15px !important;
    text-transform: capitalize;
    font-weight: 600;
}

.cart_list img,
.wishlist_items img {
    background-color: #ffffff;
    float: left;
    margin: auto;
    max-width: 80px;
    max-height: 80px;
}

.cart_list a,
.wishlist_items a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 600;
}

.cart_quantity {
    color: #ffffff;
    display: table;
    margin-top: 5px;
    font-weight: 500;
}

.wishlist_amount {
    color: #333333;
    display: table;
    margin-top: 5px;
    font-weight: 500;
}

    .wishlist_amount del,
    .cart_quantity del {
        margin-right: 10px;
    }

.cart_total .cart_amount,
.wishlist_total .wishlist_amount {
    float: right;
    color: #F32B56;
}

.cart_box .cart_list,
.wishlist_box .wishlist_items {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto;
}

.cart_list li,
.wishlist_items li {
    display: inline-block;
    width: 100%;
}

.dropdown-menu .cart_list li a i,
.dropdown-menu .wishlist_items li a i {
    width: auto;
}

.cart_total, .wishlist_total {
    color: #ffffff;
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
    text-align: right;
}

    .cart_total strong, .wishlist_total strong {
        float: left;
        font-weight: 600;
    }

.cart_buttons, .wishlist_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center;
}

    .cart_buttons .view-cart, .cart_buttons .checkout,
    .wishlist_buttons .view-cart, .wishlist_buttons .checkout {
        padding: 8px 20px !important;
    }

.wishlist_name {
    margin-top: 10px;
    margin-bottom: 10px;
}

.notif_price {
    color: #FF324D;
    font-weight: 700;
}

.table del {
    color: #919191;
}


/*==================================================================================================== part:voucher*/
.voucher {
    display: inline-table;
    width: 14vw;
}

.voucher_content {
    min-height: 25vh;
}

.voucher_title{
    font-size:16px;
}

.voucher_code {
    font-size: 16px;
    font-weight: 700;
}

.voucher_info {
    font-size: 14px;
}

.voucher_line {
    border-bottom: 2px dashed #6c757d;
}

.modal-dialog {
    max-width: 65vw;
    margin: 1.75rem auto;
}

/*==================================================================================================== part:account*/
.account_list {
    background-color: white;
    border-radius: 20px;
}

    .account_list .notif_account_list {
        font-size: 14px;
    }

        .account_list .notif_account_list a {
            background: #77DD77;
            display: block;
            border: 2px solid green;
            border-radius: 20px;
            text-align: center;
        }

            .account_list .notif_account_list a:hover {
                background: #fef65b;
                color: green;
                border: 2px solid #f9d71c;
            }

/*==================================================================================================== part:tab menu display product*/
    .product_selection_tab {
        display: flex;
    }

    .tab_selection {
        display: none;
    }
