﻿.item_clean_des,.item_detalis_container,.item_image_container,.item_name,.prices_container {
    width: 100%;
    float: right
}

.item_clean_des,.item_name,.wishlist_btn a {
    box-sizing: border-box
}

.complementary_carusel_items {
    width: 100%;
    float: right;
    margin-top: 20px
}

.image_container {
    width: 100%;
    height: 320px;
    padding: 10px 0 0;
    margin-bottom: 0;
    border-bottom: 0 solid #dedede;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.item_image_size {
    max-width: 100%!important;
    max-height: 320px;
    transition: .3s;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.item:hover .item_image_size {
    transform: scale(1.03)
}

.prices_container {
    height: 40px;
    margin-top: 10px;
    text-align: center;
    position:relative
}

.item_name {
    padding: 5px 30px;
    line-height: 1.2em!important;
    font-size: 19px
}

.item_clean_des {
    text-align: center;
    padding: 0 20px;
    height: 59px;
    line-height: 1.2em;
    font-size: 16px
}

.item_price_container {
    width: 75px;
    float: none;
    display: inline-block;
    text-align: center;
    direction: rtl;
    position:relative
}

.item_price_sep_container {
    width: 1px;
    height: 30px;
    float: none;
    display: inline-block;
    background-color: #d5d5d5
}

.item_price_title_container {
    width: 100%;
    float: right;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    height: 18px;
    letter-spacing: .3px
}

.item_price {
    width: auto;
    float: none;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
    display: inline-block;
    clear: both
}

.rate_icon {
    font-size: 15px
}

.item_btn_container {
    width: 100%;
    float: right;
    text-align: center;
    display: inline-block
}

.item_btn {
    font-weight: 400;
    padding: 9px 0;
    margin-left: calc(50% - 55px);
    margin-right: calc(50% - 55px);
    border-radius: 25px;
    width: 110px!important;
    display: table;
    text-align: center
}

.item_btn_text {
    color: #fff
}

.lable_container,.out_of_stock_container {
    position: absolute;
    direction: rtl;
    display: table;
    text-align: center;
    border-radius: 3px
}

.wishlist_btn a {
    float: right;
    display: table;
    border-right-width: 1px;
    transition: .2s;
    border-radius: 50%;
    width: 35px!important
}

.lable_container {
    width: auto;
    height: 25px;
    z-index: 0;
    padding: 1px 8px 2px;
    font-size: 16px;
    font-weight: 400
}

.lable_text {
    width: auto;
    float: right
}

.deal_lable_container {
    top: 7px;
    left: 7px
}

.text_lable_container {
    top: 7px;
    right: 7px
}

.discount_lable_container {
    top: 7px;
    right: 7px;
    z-index: 2
}

.lable_container .rate_icon {
    font-size: 14px
}

.out_of_stock_container {
    width: 90%;
    height: 100%;
    left: 5%;
    right: 5%;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 0
}

.item_sold_out_text,.out_of_stock_text {
    font-size: 17px
}

.complementary_carusel_items .item {
    float: right;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
    border-radius:7px
}

.item_sold_out {
    width: 70%;
    height: 35px;
    left: 15%;
    right: 15%;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 0;
    position: absolute;
    border-radius: 3px;
    align-items: center;
    display: flex;
    justify-content: center
}

@media (max-width: 480px) and (min-width:319px) {
    .item_name {
        width:100%;
        float: right;
        padding: 5px 10px;
        line-height: 1.2em!important;
        font-size: 16px;
        box-sizing: border-box
    }
.item_btn_container {
    
    display: none
}
}

@media (max-width: 320px) {
    .item_name {
        width:100%;
        float: right;
        padding: 5px 10px;
        line-height: 1.2em!important;
        font-size: 16px;
        box-sizing: border-box
    }
}
