.container_section_product{
    padding: 0 40px 48px 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}


.back_section{
    padding: 50px 40px 0 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -40px;
}

.content_first_categories{
    width: 250px;
}

.content_second_products{
    width: 100%;
    max-width: 800px;
    margin-left: 30px;
}

.content_cards{

    display: flex;
    flex-wrap: wrap;
}

.cat_product{
    display: flex;
    flex-wrap: wrap;
}


.cont_cat{
    width: 100%;
    margin-bottom: 30px;
}

.title_section_cat{
    color: #000A13;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
}

.title_section_cat > span > input,
.title_section_cat > span > input:hover,
.title_section_cat > span > input:focus,
.title_section_cat > span > input:active{
    border:none;
    text-decoration: none;
    outline: none;
    color: #727C8E;
    font-size: 15px;
    font-weight: 600;
    opacity: .9;
}

.title_section_cat > span > input::placeholder{
    color: #727C8E;
    font-size: 15px;
    font-weight: 600;
}

.title_section_cat > img{
    opacity: .7;
}

.subtitle_section_cat,
.subtitle_section_cat:active,
.subtitle_section_cat:focus{
    border: none;
    outline:none;
    text-decoration: none;
    background-color: transparent;
    color: #000A13;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor:pointer;
}

.subtitle_section_cat:hover{
     color: #00ABCC;
    font-weight: 600;
}

.section_active{
    color: #00ABCC;
    font-weight: 600;
}

.card_item{
    min-height: 236px;
    width: 240px;
    background: #00ABCC;
    border-radius: 18px;
    cursor: pointer;
    margin-right: 26px;
    margin-top: 31px;
}

.card_item:hover{
    box-shadow: 3px 3px 20px #0030570D;
    border: 1px solid #D5D5D5;
}

.img_card{
    width: 100%;
    min-height: 230px;
    background: white;
    border-radius: 15px 15px 0 0;
}

.cont_product{
    width: 100%;
    display:flex;
    justify-content: center;
}

.text_title_product{
    min-height: 70px;
    color: #000A13;
    font-weight: 500;
    font-size: 13px;
    padding-top: 5px;
    text-align: center;
}

.container_text_info_product{
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_info_product{
    height: 40px;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}

.hidden{
    display: none;
}

.hidden_pro{
    display: none;
}

.content_img_product{
    width: 50%;
    display: flex; 
    /*align-items: center; */
    justify-content: center
}

.img_product{
    width: 100%;
    max-width: 570px;
    height: 625px;
    border:1px solid #D5D5D5;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.img_zoom{
    position: absolute;
    width: 422px;
    height: 422px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .2s;
    object-fit: cover;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.content_description_product{
    width: 100%;
    max-width: 534px;
}

.title_description_product{
    color: #000A13;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.description_product{
    color: #000A13;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 18px;
}

.description_ext_product{
    color: #000A13;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.content_file{
    display: flex;
    margin-bottom: 40px;
}

.icon_file{

}

.name_file{
    color: #000A13;
    font-size: 15px;
    font-weight: 400;
}



.content_email_info{
    display: flex;
    margin-bottom: 18px;
    width: 100%;
}

.input_email,
.input_email:hover,
.input_email:active,
.input_email:focus{
    border: none;
    outline: none;
    text-decoration: none;
    width: 267px;
    height: 40px;
    border-radius: 8px;
    background: #F7F7F7;
    font-weight: 400;
    color: #727C8E;
    font-size: 13px;
    padding-left: 21px;
}
.input_email::placeholder{
    font-weight: 400;
    color: #727C8E;
    font-size: 13px;
}

.btn_email{
    border: none;
    outline: none;
    text-decoration: none;
    width: 267px;
    height: 40px;
    border-radius: 0 8px 8px 0;
    background: #00ABCC;
    font-weight: 400;
    color: white;
    font-size: 13px;
    text-align: center;
    /* padding-top: 10px; */
    cursor: pointer;
}

.recomend_product_content{
   border-top: 2px solid rgba(0,0,0,.1);
   margin-bottom: 107px;
}

.recomend_p{
    justify-content: space-between;
}

.title_recomend{
    text-align: center;
    color:#000A13;
    font-size: 15px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 40px;

}

.cont_product > img {
    width: 176px;
    height: 176px;
}

.text_filter_responsive{
    font-size: 15px;
    color: #00ABCC;
    font-weight: 600;
     display: none;
}

.container_tache{
    margin: 30px 50px;
    display: none;
    justify-content: end;
}

.container_tache > img{
    width: 20px;
}

/*************** paginator  *******************/
.pagination > .active{
    font-weight: bold;
    color:#000A13!important;
}

.pagination > .item{
    color:#727C8E;
    font-size: 14px;
    margin-right: 14px;
}

.paginator_footer{
    margin-top: 60px;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 12px;
}




@media screen and (max-width:800px){

    .text_filter_responsive{
        display: block;
    }

    .title_section_cat > span {
        display: none;
    }

    .container_tache{
        margin: 30px 50px;
        display: flex;
        justify-content: end;
    }

    .active_menu_cat{
        display: none;
    }

    .content_first_categories{
        background: white;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .container_cat_responsive{
        padding: 0 40px;
        height: 100vh;
        width: 100%;
        overflow: auto;
    }

    /***************** product ********************/

    .back_section{
        padding: 40px 20px 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .container_section_product{
        flex-direction: column;
        padding: 0 20px 48px 20px;
    }

    .img_product{
        height: 429px;
    }

    .content_second_products{
        margin-left: 0;
    }

    .content_img_product{
        width: 100%;
        display: flex; 
        align-items: center; 
        justify-content: center
    }

    .card_item{
        min-height: 236px;
        width: 165px;
        margin-right: 0;
    }

    .img_card{
        min-height: 210px;
    }

    .text_info_product{
        padding-top: 4px;
    }

    .cont_product > img {
        width: 150px!important;
        height: 162px!important;
    }

    .header_title_section{
        padding-left: 36px;
    }

    .content_cards {
        justify-content: space-around;
    }

    .content_email_info{
        flex-direction: column;
    }

    .input_email, .input_email:hover, .input_email:active, .input_email:focus {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .btn_email{
        width: 100%;
        border-radius: 0 0 8px 8px;
    }

    .title_description_product{
        margin-top: 60px;
    }

    .description_product{
        margin-bottom: 60px;
    }
    .title_recomend{
        margin-top: 0;
        margin-bottom: 12px;
    }

    .recomend_product_content{
        border-top: 0 solid rgba(0,0,0,.1);
    }

    .description_ext_product{
        padding: 0 20px;
    }

    .img_zoom{
        width: 337px;
        height: 322px;
    }
    .align_product{
        align-items: center;
    }
}
@media screen and (max-width:350px){
    .text_title_product{
        padding-top: 5px;
    }
}
