:root {
    --red: #FF324D;

    --white: #ffffff;
}

.def_color{
    color: var(--red);
}
.def_border{
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 7px;

}
.def_h1{
    font-size: 28px;
    font-weight: normal;

}

.def_h2{
    font-size: 24px;
}


.def_h3{
    font-size:20px;
}


.def_h4{
    font-size: 16px;
}

.def_img_border{
    background: #FFF;
    padding: 4px;
    border: 1px solid rgba(0,0,0,.1);
}

.def_gdes{
    text-align: center;
    font-size: 17px!important;
    padding: 5px 10px;
    line-height: 33px!important;
}


@media only screen and (min-width: 991px) {
    .def_gdes{
        padding: 10px 250px;
    }
}

.crop_text_1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #FF324D!important;
}


.crop_text_2{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.crop_text_3{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.crop_text_4{
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}


@media only screen and (max-width: 480px) {
    .shop_container_50 .col-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shop_container_50.list {
        display: flex!important;

    }


    .shop_container_50.list .product_img {
        max-width: 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 100%;
    }
    .shop_container_50.list .product_info {
        max-width: 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
    .shop_container_50.list .product_info .product_title{
        font-size: 14px!important;
        font-weight: 600;
        line-height: 18px;
    }
    .shop_container_50.list .product_info .pr_desc {
        min-height: 20px;
        margin-bottom: 5px;

    }
    .shop_container_50.list .product_info .pr_desc p {
        font-size: 13px!important;
        line-height: normal!important;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .shop_container_50.list .list_product_action_box{
        padding: 0;
        margin: 0;
    }

    .shop_container_50.list .list_product_action_box a{
        font-size: 12px;
        padding: 4px 10px !important;
        margin: 0!important;
        margin-top: 5px!important;
        border: 0;
    }

}

.profile_mobile_icon{
    width: 100%;
    text-align: center;
}

.profile_mobile_icon i{
    font-size: 25px;
    color: var(--red);
}

.profile_mobile_h3{
    font-size: 15px;
}

.nav_style20 .owl-prev{
    position: absolute;
    right: -30px!important;
    top: 0!important;

    width: 40px!important;
    height: 40px!important;
    line-height: 45px!important;
}

.nav_style20 .owl-next{
    position: absolute;
    left: -30px!important;
    top: 0!important;

    width: 40px!important;
    height: 40px!important;
    line-height: 45px!important;
}


.nav_style20 .owl-prev:hover,.nav_style20 .owl-next:hover{
    background:none!important;
    color: #222!important;

}



.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}
.pagination .page-item a {
    color: var(--red);

}

.page-link-icon{
    font-weight: bold;
    font-size: 20px!important;
}



.shop_cart_table_mobile{

}

.shop_cart_table_mobile thead{
    display: none!important;

}





