/* ================= Categorias ================= */

body .cate_first_box {
    display: flex;
    max-width: 150px;
    align-content: center;
    margin-right: -20px;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: hidden;
}
    
.featured_categories_list .featured_categories_item .cate_outer_box h3 a {
    color: var(--Text-Black, #1A1A1A);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;

}

.featured_categories_list .featured_categories_item:hover .cate_outer_box h3 a {
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.s_title_block{
    line-height:22px;
    height:auto;
}

.cate_outer_box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    background: linear-gradient(to right, #fff 50%, #54AE32 50%) left;
    background-size: 200%;
    transition: .3s ease-in-out;
    overflow: hidden;
    height: 80px;
    border-radius: 3px;
}

.featured_categories_list .featured_categories_item:hover .cate_outer_box {
    background-position: right;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.featured_categories_list .featured_categories_item:nth-child(1) .cate_first_box img{
    max-height: 150px;
    width: auto;
}
.featured_categories_list .featured_categories_item:nth-child(5) .cate_first_box img{
    margin-top:-10px;
}

.easycontent_12 .title_block.flex_container.title_align_1.title_style_0 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px 0px;
    margin:0px;
}

.featured_categories_item .pro_second_box {
    padding: 00px 0px 0px 20px;

 
}

div#featured_categories_container_7c29aa9f48{
    margin:0px;
    padding-bottom:80px;
}

div#easycontent_container_12{
    margin-bottom:20px;
}


@media (max-width:768px) {
    body .featured_categories_list .featured_categories_item .cate_outer_box h3 a {
    color: var(--Text-Black, #1A1A1A);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    }
    
    body .featured_categories_list .featured_categories_item:hover .cate_outer_box h3 a {
        color: var(--White, #FFF);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }
    
}

@media (max-width:1200px){
    .easycontent_12 .title_block.flex_container.title_align_1.title_style_0{
        padding:50px 0px 0px;
    }
    div#featured_categories_container_7c29aa9f48{
        padding-bottom:50px;
    }
    body .sthomenew_container .col-lg-11.display_as_grid.products_slider{
        padding-top:50px;
    }
    body .product_list.grid .product_list_item{
        padding:0px 10px 50px
    }
    body #easycontent_8{
        padding:50px 0px 30px;
        margin:0px;
    }
    body .sttab_block .tab-pane-body{
        padding:0px 0px 50px 0px;
    }
}

@media (min-width:1201px){

    body #easycontent_8  {
        padding:0px 0px 80px;
        margin-bottom:0px;
    }
    div#swiper_container_out_1{
        margin-bottom:0px;
    }

}

body #steasy_column_37 .steasy_element_block, #steasy_column_42 .steasy_element_block {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

body #easycontent_container_99{
    padding-top:20px;
    margin-bottom:0px;
}
body #steasy_column_42{
    padding-top:20px;
    padding-bottom:20px;
}


@media (max-width:1200px){
    div#steasy_column_37 .steasy_element_block, #steasy_column_42 .steasy_element_block {

    display: flex;
    /* flex-direction: row; */
    gap: 10px;

    /* align-items: center; */
    /* flex-wrap: wrap; */
    width: max-content;  
}
    div#steasy_column_37{
            overflow: auto;
    }
}


#product .product_first_section .add.mar_b6{
    padding:20px 10px;
    border-radius:3px;
}


nav.bottom_pagination.flex_box.flex_space_between.mb-3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_count.flex_child, .paginaton_sample{
    display:none;
}
li.page-item:not(.active) a,body ul.pagination > li.disabled > span {
    background-color: transparent;
    border: 0px;
    
    
}
.bottom_pagination  nav{
    width:0;
}

.pagination > li.page-item > a{
    display: flex;
    width: 37px;
    height: 51px;
    padding: 15px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius:3px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}

nav > ul.pagination {
    gap: 5px;
    padding-top:20px;
    padding-bottom:30px;
    border-bottom:1px solid #CCC;
    display:flex;
    justify-content: center;
}

.pagination > li.page-item.active > a{
    border-radius: 3px;
    border: 1px solid var(--Grey-Light, #D2D2D2);
    background: var(--White, #FFF);
    font-weight: 600;
}
.pagination > li.page-item:not(.active) > a:hover{
    border-radius: 3px;
    background: var(--White, #FFF);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

body .product_middle_column.col-lg-5.mb-3, body .product_middle_column .mb-3, .strelatedproducts_container.block{
    margin-bottom:0px !important;
}
body .product_middle_column .steasy_divider{
    margin:0px !important
}


#product .product_third_section .container{
    padding-top:0px!important;
}
#product .descricao_product_single{
    padding-top:60px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}
#product .product_second_section .container {
    border-botttom:0px !important;
}
#product .custom-product-extra-info .mb-5{
    padding-bottom:0;
    margin-bottom:0;
}