
.product {
    width: calc((100% - 100px) / 3);
    margin-bottom: 59px;
    display: inline-block;
    margin-left: .95rem;
    margin-right: .95rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.product_image {
    width: 100%;
}

.product_title {
    text-align: center;
}

.product_image img {
    max-width: 100%;
}
.product_sale {
    background: #6c6a74;
}
.product_extra {
    position: absolute;
    top: 0;
    left: 54px;
    width: 66px;
    height: 36px;
    text-align: center;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    transform: rotate(90deg);
}

.product_content {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
}

.product_title a {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.1;
}

.product_price {
    font-size: 14px;
    font-weight: 400;
    color: #6c6a74;
    line-height: 1.2;
    margin-top: 13px;
    text-align: center;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    height: 50px;
}
@media screen and (max-width: 780px) {
    .col{
        display: none;
    }
    .row_mob{
        display: block !important;
    }
    .product_mob {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    margin-left: .55rem;
    margin-right: .55rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    }
    .product_image_mob {
    width: 100%;

    }  
    .product_title_mob {
    text-align: center;
    margin: 10px;
    }

    .product_image_mob img {
        max-width: 100%;
        max-width: 50%;

        float: left;

    } 
    .product_sale_mob {
    background: #6c6a74;
    }
    .product_extra_mob {
        position: absolute;
        top: 0;
        left: 54px;
        width: 66px;
        height: 36px;
        text-align: center;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        transform: rotate(90deg);
    }

    .product_content_mob {
        width: 100%;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .product_title_mob a {
        font-size: 18px;
        color: #1b1b1b;                
        line-height: 1.1;
    }

    .product_price_mob {
        font-size: 14px;
        font-weight: 400;
        color: #6c6a74;
        line-height: 1.2;
        margin-top: 13px;
        text-align: center;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
    }
}


.icon_boxes {
    width: 100%;
    padding-top: 99px;
    padding-bottom: 65px;
    background: #f2f4f5ba;
    z-index: 2;
}

.icon_box_image {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}
.icon_box_image img {
    width: 100%;
}
.icon_box_title {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    margin-top: 33px;
    text-align: center;
}
.icon_box_text {
    margin-top: 20px;
    text-align: center;
}


#footer_div {
    background-image: url(/public/upload/backgrount.jpg);
    background-color: rgb(30, 185,239);
}
@media (max-width: 767px) {
    #nav_ul_slide{
        display: none !important;
    }
    #nav_ul_slide_phone{
        display: block !important;
    }
    #nav_ul_slide_phone a:hover{
        color: white !important;
        background-color: transparent !important;
    }
}