@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}
/* ======= cookies ===================*/
.notification_content p{
    text-align: center;
    display: flex;
    margin-bottom: 0px;
}
#st_notification_1  *{
    font-size: 12px;
    color:#616161;
}


/* ============ BLOG ======*/
#category_blogs_container_1 a.title_block_inner{
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}
#category_blogs_container_1  img.swiper-lazy.front-image.swiper-lazy-loaded {
    WIDTH: 100%;
    MIN-HEIGHT: 250PX;
    object-fit: cover;
}
body div#category_blogs_container_1 .text-center {
    text-align: right !important;
    z-index:10;
}
body div#category_blogs_container_1 .btn-default{
    color: var(--text_Regular, #3A7A24);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    background:#ffffff00;
    border-color:#ffffff00;
}
    
    
/* ================= Layout secundário da homepage ================= */

body #home_secondary_left {
    flex: 0 0 75%;
    max-width: 75%;
}

body #home_secondary_right {
    flex: 0 0 25%;
    max-width: 25%;
}





/* ================= Novos produtos ================= */

body #steasy_column_19 {
    transition: 0.5s all ease-in-out;
    background-size: 100%;
    border-radius: 3px;
}

body #steasy_column_19:hover {
    background-size: 110%;
}

body #steasy_column_19 a.btn.btn-default {
    background-color: #FFF;
    color: #47942B !important;
    border-color: #fff !important;
}

body #steasy_column_19:hover a.btn.btn-default {
    background-color: #FFDC1A;
    color: #1A1A1A !important;
    border-color: #FFDC1A !important;
}

div#stspecialslider_container_99e2c99214 .flex_lg_container.flex_stretch {
    position: relative;
}

/* the sliders defs */
.col-lg-11.display_as_grid.products_slider {
    flex: 0 0 100%;
    max-width: 100%;
}


.strelatedproducts_container .block_content.lazy_swiper > .swiper-container,
.stfeaturedslider_container .block_content.lazy_swiper > .swiper-container,
.category_products_container .block_content.lazy_swiper > .swiper-container{
    padding:0 50px;
}
.strelatedproducts_container .block_content.lazy_swiper > .swiper-container,
.category_products_container .block_content.lazy_swiper > .swiper-container,
.stfeaturedslider_container .block_content.lazy_swiper > .swiper-container{
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    display: flex;
}

body .swiper-button-tr .swiper-button,
body .swiper-container .swiper-button{
     color: #1A1A1A;
     display: flex;
     visibility: visible;
     padding-top: 15px;
     padding-right: 5px;
     padding-bottom: 15px;
     padding-left: 5px;
     transition: all .4s;
    width: 40px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #B8B8B8;
    background: #FFFFFF;
    opacity: .5;
}
body .swiper-button-tr .swiper-button-prev:hover,body .swiper-button-tr .swiper-button-next:hover {
     box-shadow: 0px 5px 10px 0px #00000040;
     background: #FFFFFFD9;
     color: #54AE32!important;
}

body .swiper-button-tr .swiper-button-next.swiper-button-disabled, 
body .swiper-button-tr .swiper-button-prev.swiper-button-disabled {
    opacity: .3;
}


body .swiper-button-tr .swiper-button-next.swiper-button-disabled, body .swiper-button-tr .swiper-button-prev.swiper-button-disabled {
    opacity: .3;
}

body #st-container .swiper-wrapper .swiper-button, 
body #st-container .swiper-container .swiper-button{
    width: 40px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #B8B8B8;
    border-width: 1px;
    background: #FFFFFF ;
    opacity: .5;
}

body #st-container .swiper-wrapper .fto-left-open-3:before,
body #st-container .swiper-wrapper .fto-right-open-3:before{
    content: '';
    width: 20px;
    height: 20px;
    mask-image: url(/themes/bricoweb/assets/img/top-breadcrumbs-separador.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.3s;
    -webkit-mask-position: center;
    mask-position: center;
    background: #1A1A1A;
   
}
body #st-container .swiper-wrapper .swiper-button:hover .fto-left-open-3:before,
body #st-container .swiper-wrapper .swiper-button:hover .fto-right-open-3:before{
    background-color: #54ae32;
}

body #st-container .swiper-wrapper .fto-left-open-3:before {
    rotate: 180deg;
}

body #st-container section.products_section .swiper-button-next {
    right: 0;
    align-items: center;
}

body #st-container section.products_section .swiper-button-prev {
    left: 0;
    align-items: center;
}

body .swiper-wrapper .swiper-button-prev {
    left: -3rem;
}

body .swiper-wrapper .swiper-button-next {
    right: -3rem;
}



body #st-container .fto-left-open-3:before,
body #st-container .fto-right-open-3:before {
    content: '';
    width: 20px;
    height: 20px;
    mask-image: url(/themes/bricoweb/assets/img/top-breadcrumbs-separador.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.3s;
    -webkit-mask-position: center;
    mask-position: center;
    background: #1A1A1A;
   
}
body #st-container .swiper-button:hover .fto-left-open-3:before, 
body #st-container .swiper-button:hover .fto-right-open-3:before{
    background-color: #54ae32;
}

body #st-container .fto-left-open-3:before {
    rotate: 180deg;
}



div#stspecialslider_container_99e2c99214 aside#easycontent_7 {
    flex: 0 0 25%;
    max-width: calc(25% - 20px);
    position: absolute;
    bottom: 80px;
    right: 15px;
    z-index: 2;
}

#steasy_column_19 {
    background-size: cover;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-position: center;
}

 #steasy_column_7 {
    min-height: 552px;
}

body div#stspecialslider_container_99e2c99214 {
    z-index: 2 !important;
    position: relative;
    margin-bottom: 0px;
    padding-top:80px;
}

div#stspecialslider_container_99e2c99214::before,
div#stspecialslider_container_99e2c99214::after {
    content: '';
    background-color: #E6F0D9;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

div#stspecialslider_container_99e2c99214::before {
    left: 0;
    width: 200vw;
}

div#stspecialslider_container_99e2c99214::after {
    right: 0;
    width: 100vw;
}


.flex_child.title_flex_left,
.flex_child.title_flex_right {
    display: none;
}

/*.products_slider .title_block.flex_container.title_align_1.title_style_0 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 20px;
}*/

.title_block .title_block_inner {
    padding: 0px 0 0;
}


.title_block.flex_container.title_align_1.title_style_0 a, #stspecialslider_container_99e2c99214 .title_block .title_block_inner {
    
    text-align: center;
    width:100%;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

/* ================= Apoios ================= */


@media (max-width:991px){
    #steasy_column_12{
        background-position: center 60%;
    }
  #body_wrapper {
    padding-bottom: 0;
  }
}

@media (min-width:992px){
    div#steasy_column_9 {
        padding: 0px 15px;
    }
}

#steasy_column_11,
#steasy_column_12{
    background-size: cover;
    height: 190px;
    border-radius: 3px;

}

#steasy_column_11 {
    flex: 0 0 65.3%;
    background-position: center right;
}

div#steasy_column_9 {
    display: flex;
    justify-content: space-between;
}

#steasy_column_11 h3 {
    color: #FFF;
    text-align: center;
    
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

#steasy_element_15 {
    padding: 25px 10px 40px 15px;
}

div#steasy_element_15 a {
    color: var(--text_Large, #47942B);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
}

body div#steasy_element_15 p {
    color: #1A1A1A;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

/* ================= Mais vendidos ================= */

body .sttab_2 > .nav-tabs {
    border-bottom: 0px;
    padding-bottom: 30px;
}

body .sttab_block > .nav-tabs a.nav-link.active,
body .sttab_block > .nav-tabs a.nav-link:hover {
    display: flex;
    padding: 9px 18px 10px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #54AE32;
    color: #FFF;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-color: #54AE32;
}

body .sttab_block > .nav-tabs a.nav-link {
    display: flex;
    padding: 9px 18px 10px 18px !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #E6E6E6;
    color: var(--Black, #000);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


body .sthomenew_container article.ajax_block_product.js-product-miniature .promo-badge.vazio{
    min-height:30px;
}

.pro_outer_box h3.product-title {
    
    
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    min-height:115px
}



.products_sldier_swiper .pro_outer_box:hover .pro_second_box {
    background-color: #fff;
   
}

body article.ajax_block_product.js-product-miniature {
    background:#fff;
     border-radius: 3px;
    
}
body article .pro_outer_box{
    padding:30px;
   
    
}
body .pro_first_box{
    margin-bottom:15px;
}
body .pro_outer_box .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-radius: 20px;
    background: #54AE32;
    width: 10px;
    height: 10px;
}
body .pro_outer_box .swiper-pagination-bullet{
    border-radius: 20px;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
}

.free-shipping, .st_sticker_3{
    border-radius: 0px 5px 5px 0px;
    background: var(--Yellow_UI, #FFDC1A);
    display: inline-flex;
    padding: 6px 10px;
    align-items: flex-start;
    gap: 5px;
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position:absolute;
    top:40px;
    z-index:10;
}
.promo-badge{
    border-radius: 3px;
    background:  #FFDC1A;
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 5px 10px;
    align-items: flex-start;
    gap: 5px;
    width: fit-content;

    
    
}
.promo-badge.vazio{
     background:transparent;
     min-height:30px;
     display:block;
}
.promo-badge span{

font-weight: 700;
line-height: normal;
text-transform: uppercase;

}
body span.discounted-price{
    
font-family: "Roboto Condensed";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.28px;
text-transform: uppercase;
padding-bottom:10px;
}
body .product-price {
    margin-top: 5px;
    margin-bottom:23px;
}
body .ajax_block_product span.regular-price{
    color: #999;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
body .ajax_block_product .product-actions {
    display: flex;
    width:100%;
    padding: 10px 0px 10px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    background: #54AE32;
    border-radius: 3px;

}

body.cart .cart-grid-body .btn-default{

    padding: 10px 30px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    background: #54AE32;

}
body.cart .cart-grid-body .btn-default:hover{
    background: #3B7A23;
}
body .ajax_block_product .product-actions:hover{
    background: #3B7A23;
}
body .ajax_block_product .product-actions a, #contact .contactosSec a, .erro404inicio{
    color: var(--White, #FFF);
text-align: center;
font-family: "Roboto Condensed";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.products_slider .swiper-pagination, .static_bullets .swiper-pagination{
    position:absolute;
    margin:0px;
}
@media (max-width:1200px){
    .product_list.grid .ajax_block_product .pro_outer_box.home_default {
    max-width: 100%;
    }
    .product_view_more_box.text-center {
    padding: 0px 0px 50px;
}
    
    body img.product-image {
    width: 100%;
    }
    body .promo-badge{
        display:block;
    }

    
}
@media (max-width:992px){
    body article .pro_outer_box {
        padding:15px;
    }
    body .pro_outer_box h3.product-title{
        
        
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 16.8px */
        padding:0px;
    }
}

/* ===================== loja ======================= */

.facet .collapse:not(.show){
    display:none;
}

.list_grid_switcher {
    display: none;
}

.products-selection  .dropdown_wrap{
    position: absolute;
    right: 0px;
}

.products-selection {
    margin: -20px 0 30px 0;
    padding: 0px;
}
/* ====================== single produtos ============== */

.descricao {
    display: flex;
    gap:20px;
}
.custom-product-info{
    display:flex;
    flex-direction: column;
    width:50%;
}
.descricao .video{
    width:50%;
}
.descricao_extra_info{
    display:flex;
    gap:20px;
}

.apresentacao_main {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
body .descricao img, body .descricao section, .descricao h4{
    margin-top:0px !important;
}
body .apresentacao_main {
    padding:60px 0px 60px;
}

 .descricao.apresentacao_main h4, .descricao_product_single{
    margin-bottom:40px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
 }
 
 .descricao h4{
     
    
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
 }
.descricao p{
    
    
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 21px */
}
body .descricao_extra_info{
    margin-top:60px !important;
}
.descricao_extra_info h5{
    

font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 25.2px */
padding:30px 0px 15px;
}

.custom-product-extra-info{
    margin-top:0;
    margin-bottom:60px;
}

.custom-product-extra-info .title-extra-info{
    
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
}

.custom-product-extra-info .description-extra-info{
    
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}

.extra_pair{
    margin-bottom:15px;
}

.extra_pair p{
    font-weight: 300;
    font-size: 15px;
}


.descricao_extra_info img {
    height: auto;
    min-height: 200px;
}


@media (max-width:1200px){
    .apresentacao_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    }
    .flex-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    }
    .flex-mobile img{
         min-width:50%;
     }
    
    .descricao_extra_info {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    }
    .descricao_extra_info img {
    height: auto;
    min-height: auto;
    width: 100%;
    }
    .custom-product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    }
    .descricao .video{
    width:100%;
    }
    .descricao {

    flex-direction: column;
}

}


/* pop- carrinho*/



.carrinho-pop .line_item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.carrinho-pop .product-image img {
  border-radius: 4px;
  object-fit: cover;
}
.carrinho-pop .product-details {
  flex-grow: 1;
}
.carrinho-pop .cart-qty-controls {
  margin-top: 4px;
}
.carrinho-pop .quantity-button {
  display: inline-block;
  padding: 0 6px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 22px;
  line-height: 22px;
}
.carrinho-pop .product-quantity {
  margin: 0 6px;
}
.carrinho-pop .product-total-price {
  white-space: nowrap;
  font-weight: bold;
  align-self: center;
}
.carrinho-pop .product-price, .carrinho-pop .mar_b2{
    margin-bottom:0px;
}
.shoppingcart-list .small_cart_product_list .line_item {

    position:relative;
    
}
 .shoppingcart-list .fto-trash {
    position: absolute;
    top: 20px;
    right: 15px;
}

body #st_header .small_cart_product_image {
    margin-right: 10px;
    margin-top: 0px;
    width: 80px;
    border: 0px;
    border-radius: 3px;
}

body #st_header .shoppingcart-list span.discounted-price{
    
font-family: "Roboto Condensed";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

body #st_header .shoppingcart-list .promo-badge{
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    PADDING:3PX;
}
body #st_header .shoppingcart-list span.regular-price{
    color: #999;
font-family: "Roboto Condensed";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: line-through;
}
.shopping_cart_style_4  .dropdown_box{
    max-width:420px;
    width:100%;
}

.shoppingcart-list .qty_wrap {
    display: inline-block;

    vertical-align: middle;
    position: absolute;
    right: 15px;
}
.shoppingcart-list .mar_b4 {
    margin-bottom: .25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

body #st_header  .product-name a.product-name-link{
    

font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 16.8px */
}

.shoppingcart-list .qty_wrap {
    display: inline-block;
    width: 78px;
    min-width: 78px;
    margin-right: 0px;
    vertical-align: middle;
}
.carrinho-pop .mar_b2 {
    margin-bottom: 0px;
    width: 95%;
    word-break: break-word;
    min-height: 55px;
}
.blockcart .dropdown_list {
    width: max-content;
}

.shoppingcart-list .base_list_line.medium_list > li.line_item {
    padding: 20px 15px;
}

.shoppingcart-list .base_list_line.medium_list > li.line_item:hover {
    background: #FFF;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
}
.shoppingcart-list .customizations > .base_list_line > li.line_item {
    padding:5px 0;
    text-transform: capitalize;
}
.sttext_item_image_inner{
    pointer-events: none;
}

body #st_header .product-name a.product-name-link:hover{
    color: var(--text_Regular, #3A7A24);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cart_body .small_cart_product_list{
    padding:0;
    overflow-x: auto;
}
.base_list_line.medium_list .line_item{
    margin-bottom: 0;
}

body .shoppingcart-list  a.ajax_remove_button.mar_l4:hover{
    color:#54AE32;
}
body .shoppingcart-list .btn-default{
    border-radius: 3px;
    border: 2px solid var(--Green, #54AE32);
    background: var(--White, #FFF);
    color: var(--Green, #54AE32);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

body .shoppingcart-list .btn-default:last-child{
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #54AE32;
}

body .shoppingcart-list .btn-default:last-child:hover{
    border-color:#3B7A23;
    background: #3B7A23;
}

body .shoppingcart-list .small_cart_sumary > *{
    

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 19.5px */
}

.shoppingcart-list .bootstrap-touchspin .btn-touchspin{
    background:#E3E4E5;
}
input.cart_quantity.quantity-button{
    background:#fff;
}

/* ======= single product ============== */

#product #ppbs-widget .description_size{
    font-size: 13px;
    padding-left:5px;
    font-weight: 300;
}

#product #ppbs-widget .field-name{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
}
#product #ppbs-widget .product-fields-wrapper{
    display: block;
}
#product #ppbs-widget > p{
    font-size:15px;
}
.product_left_column.col-lg-4.mb-2, .product_middle_column.col-lg-8.mb-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.informacaoRelativa{
    display:flex;
    border-bottom: 1px solid #CCCCCC;
    padding:20px 0 18px;
    gap:40px;
}
#product .pro_price_block {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom:0;
    padding-bottom:12px;
}

/*PRODUTOS FAVORITOS INICIO*/
#module-stlovedproduct-myloved h2.table-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 17px;
    color: #1A1A1A;
}
#module-stlovedproduct-myloved .loved_product_item img {
    width: 80px;
    /* aspect-ratio: 1 / 1; */
    max-width: 25vw;
    background: #D9D9D9;
    border: #D9D9D9 solid 1px;
    border-radius: 3px;
}

#module-stlovedproduct-myloved .loved_product_item h3 a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
}

#module-stlovedproduct-myloved .loved_product_item  a.btn-spin.loved_remove_product {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    text-decoration: underline;
}

#module-stlovedproduct-myloved .loved_product_item  span.regular-price {
    font-size: 1em;
}

#module-stlovedproduct-myloved .loved_product_item  .product-price-and-shipping {
    margin-bottom: 1em;
}
#module-stlovedproduct-myloved #content > div.col-lg-9 {
    height: fit-content;
    min-height: 200px;
}

/*PRODUTOS FAVORITOS FIM*/

/*SINGLE PRODUTO -  INICIO*/
 
@media screen and (min-width:769px) and (max-width:991px){
    #product .product_first_section .swiper-slide.swiper-slide-visible.swiper-slide-active {
        width: max-content;
    }
    
    
    #product .product_first_section div.pro_gallery_thumbs_container.pro_gallery_thumbs_horizontal div {
        align-items: center;
        justify-content: center;
    }
    
    #product .product_first_section .container {
        padding-bottom: 1em!important;
    }
    
    #product .product_second_section .container {padding-top: 3em!important;padding-bottom: 3em!important;}
    
    .strelatedproducts_container.products_container .title_block_inner {
        font-size: 20px!important;
    }
    
    #product .product_third_section .container h2.descricao_product_single {
        font-size: 20px!important;
        font-family: Roboto;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    #product .product_third_section .container .extra_pair p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
    }
    
    #product .product_third_section .container section.custom-product-description h4 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    
    #product .product_third_section .container {
        padding-top: 3rem!important;
    }
    #product .product_third_section .descricao_extra_info {margin-top: 2em!important;}
    
    .tabelas-especificacoes {
        padding-top: 3rem!important;
        padding-bottom: 3rem!Important;
    }
    
    #product .product_third_section div#faq-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    #product .product_third_section div#faq-footer h2 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    
    
    #product .product_third_section #faq-footer .select-container {
        justify-content: start;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3em;gap: .5em!important;
    }
    
    #product div#category_products_container .title_block_inner {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px!Important;
        line-height: 120%;
        text-transform: uppercase;
    }
}

#product .current-price span.inteiro, #product .current-price span.centimos, #product .current-price span.moeda {
    color: #CC0000 !important;
}

#product .product_first_section > .container {
    padding-bottom: 60px;
}
#product .product_first_section h1.product_name {
    font-weight: 600;
    line-height: 130%;
    color: #1A1A1A;
}

#product .product_first_section .informacaoRelativa h5 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

body#product article .pro_outer_box.clearfix {
    padding: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    box-shadow: 0px 0px 0px 0px #00000000;
    border-radius: 3px;
}
body#product article .pro_outer_box.clearfix img {
    border-radius: 3px;
}


body#product article .pro_outer_box.clearfix .text_productos {
    display: flex;
    flex-direction: column;
    min-height: initial;
    flex: 1;
    justify-content: space-between;
}

body#product .ajax_block_product .product-price {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    height: initial;
}

#product .product_first_section .pro_gallery_top .swiper-button-prev {
    left: 1em;
}

#product .product_first_section .pro_gallery_top .swiper-button-next {
    right: 1em;
}
#product .product_first_section button.btn-default {
    background: #3B7A23;
    border-color: inherit;
}

#product .product_first_section button.btn-default i {
    display: none;
}
#product .product_first_section .infoproductinterativa * {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #1A1A1A;
    white-space: nowrap;
    text-transform:none;
}

/*#product .product_first_section .infoproductinterativa {*/
/*    border-bottom: 1px solid  #CCCCCC;*/
/*}*/
@media screen and (min-width:1260px){
    #product .product_first_section .infoproductinterativa {
        display: flex;
        flex-direction: row;
    }
}
#product .product_first_section .infoproductinterativa b {
    font-weight: 800;
}
#product .product_first_section .product-information h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    margin-top: 40px;
}
#product .product_first_section .st_read_more_box p {font-weight: 300;font-size: 15px;}
#product .product-description-short {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}

#product a.stcompare_add.btn-spin i {
    display: none;
}

#product a.stcompare_add.btn-spin {
    border-radius: 6px;
    border: 2px solid #54AE32;
    background: #54AE32;
    color: white;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px 0;
}
a.link-compare {
    border-radius: 6px;
    border: 2px solid var(--Green, #54AE32);
    background: var(--White, #FFF);
    color: var(--Green, #54AE32);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px 0;
}

#product .product_first_section button.btn-default {
    margin-bottom: 0;
    border: 1px solid #3B7A23;
}

#product .product-add-to-cart .pro_cart_block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* background: red; */
}
#product .product_first_section .product-quantity .add.mar_b6 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
}
#product .compare-wrapper {
    width: 100%;
}

/*SEÇÃO 2*/
#product .product_second_section .container > div {
    padding-top: 60px;
    padding-bottom:60px;
    border-top: 1px solid #CCCCCC;
}

#product .product_second_section .container .product_desc_block {
    display:none;
}

#product .product_second_section .title_block_inner {
    text-transform: uppercase;
}

#product section.products_section .pro_outer_box h3.product-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
}

#product section.products_section span.discounted-price {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -1.04px;
}



/*seção 3*/
#product .product_third_section .container {
    padding-top: 80px;
}

/*faq*/
#product .product_third_section .faq-item {
    display: grid!important;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    gap: 10px;
}

#product .product_third_section span.rotulo {
    min-width: 140px;
    width: max-content;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

#product .product_third_section h4.titulo, #product .product_third_section div.resposta {
    width: 100%;
}
#product .product_third_section h4.titulo {
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
}

#product .product_third_section .resposta p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3em;
}
#product .product_third_section button#show-more-faqs {
    margin-left: 140px;
    background: transparent;
    border: none;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #47942B;
    text-decoration: underline;
}
#product .product_third_section p#faq-counter {
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}
#product .product_third_section div#faq-footer {
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #ccc;
}

#product .product_third_section .select-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    gap: 1rem;
    justify-content: end;
    margin-bottom: 1em;
}

#product .product_third_section .select-container label {
    margin-bottom: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

#product .product_third_section select#order-faqs {
    border-radius: 3px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #C5C7CC;
    appearance: none;
    min-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 12px center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 3l3 3 3-3'/></svg>");
    background-repeat: no-repeat;
}

@media screen and (min-width:992px){
/*#product article.swiper-slide.ajax_block_product.js-product-miniature:not(.swiper-slide-visible) {*/
/*    opacity: 0;*/
/*}*/

#product article.swiper-slide.ajax_block_product.js-product-miniature {
    transition: all .4s;
}
}
/*SINGLE PRODUTO -  FIM*/
/* ----------------------------------------- */

/*SEÇÃO 1*/

#product .ppbs-widget input,#product .ppbs-widget select,#product .ppbs-widget .product-field-unit {
    background: #FFF;
}
#product .ppbs-widget input,#product .ppbs-widget select{
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid  #D2D2D2;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#product .ppbs-widget .product-field-unit {
    border-right: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid  #D2D2D2;
    border-left: none;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#product .sometext {
    display: none;
}
#product .result-price #square_item,#product .result-price #quantity_item{
    max-width: 210px;
    width:100%;
    height: 47px;
    padding-left: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
}
#product .result-price .area_input_block {
  max-width: 300px;
  width:100%;
}
#product .result-price .area_quantity_up,#product .result-price .area_quantity_down{
    display:flex;
    align-items:center;
}
#product .result-price .input-holder .title {
  font-size: 13px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
#product .result-price #quantity_item_p .title{
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#product .result-price {
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
}
#product .result-price .first-price{
    font-size:20px;
}

body span.discounted-price {
    color: #CC0000 !important;
}


/*COMPARATION*/
body#module-stcompare-compare h1.page_heading {
    margin: 0 0 .75rem;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #1A1A1A;
    padding: 0;
    padding-top: 12px;
}

body#module-stcompare-compare tr:first-child th, body#module-stcompare-compare tr:first-child td {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    vertical-align: middle!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    white-space: nowrap;
    text-transform: uppercase;
    color: #1A1A1A !important;
}
body#module-stcompare-compare tr th *, body#module-stcompare-compare tr td * {
    font-weight: 400;
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    vertical-align: middle!important;
}

/*COMPARATION*/

.fabricacao,.garantia {
    width: 100px;
    text-align: center;
}


.promotion-date.mt-2 span{
    border-radius: 3px;
    background:  #FFDC1A;
    display: inline-flex;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.promotion-date.mt-2 span b{
    color: var(--Red_UI, #C00);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.promotion-date.mt-2 small{
    color: var(--Grey-Dark, #545557);
    font-family: "Roboto Condensed";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

h1.product_name{
    

font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
}
span.price.estilizado .inteiro, span.price.estilizado .moeda{
    

font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 65px */
letter-spacing: -2.5px;
}
span.price.estilizado .centimos{
    

font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 130%;
letter-spacing: -1.5px;

}

.regular-price{
    color: #808080;

font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 39px */
letter-spacing: -1.5px;
text-decoration-line: line-through;
}

.inforef{
    

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
padding: 20px 0px;
}


.inforef .pro_extra_info{
    margin-bottom:0px;
}

.product_middle_column .product-quantity.flex_child {
    display: flex;
    flex-direction: column;
}


.product_first_section .qty_wrap.qty_wrap_big .form-control{
    height: 40px;
    width: 50px;
}
.product_first_section .bootstrap-touchspin .btn-touchspin {
    width: 40px;
    padding: 0;
    background-color: #E3E4E5;
    font-size: 20px;
    color:#1A1A1A;
}

body input#quantity_wanted {
    color: #000;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
button.btn.btn-default.btn-large.add-to-cart.btn-full-width.btn-spin {
    border-radius: 6px;
    background: #54AE32;
    display: flex;
    /* width: 505px; */
    height: 60px;
    padding: 10px 0px 11px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFFFFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-color:#54AE32;
    margin:0 0 40px 0;
}
.erro404inicio{
     border-radius: 6px;
    background: #54AE32;
 
    /* width: 505px; */
   
    padding: 10px 20px 10px 20px;
   
   
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-color:#54AE32;
   
}
.erro404inicio:hover {
    background: #3B7A23;
    color:#fff;
}
.erro404return{
       
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 3px;
border: 1px solid var(--text_Large, #47942B);
color: #47942B;
    padding: 10px 20px 10px 20px;
}
button.btn.btn-default.btn-large.add-to-cart.btn-full-width.btn-spin:hover{
    background: #3B7A23;
    border-color:#3B7A23;
}
.product-quantity .mar_b6, .product-actions .steasy_divider, body .product-add-to-cart.mb-3{
    margin:0px;
    margin-bottom:0px !important;
}

.infoproductinterativa {
    padding-bottom: 20px;
}
body .st_read_more {
    z-index: 10;
    text-align: start;
    margin: 0;
    background: linear-gradient(180deg, rgba(241, 242, 244, 0.4) 0%, #F1F2F4 90%);
    overflow: hidden;
    height: 150px;
    line-height: 20px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-height: 110px;
    
    
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    gap:10px;
    align-items: flex-end;
}
body .st_read_more:hover{
    color:#3A7A24;
}
body .truncate_cate_desc_100 .st_read_more:before{
    content: url('/themes/bricoweb/assets/img/dropdown-arrow-down.svg');
}
body .truncate_cate_desc_100.de_truncated .st_read_more:before {
    transform: rotate(180deg);
    
}
body .truncate_cate_desc_100.de_truncated .st_read_more {
    max-height:25px;
    background:transparent;
    
}
.love_product .btn_text {
 
    border-right: 1px solid;
    padding-right: 10px;
}


.tabelas-especificacoes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    padding:30px 0 60px;
    border-bottom:1px solid #CCCCCC;
}

.tabela-especificacoes {
    width: 49%;
    background: #fff;
    font-family: Arial, sans-serif;
    table-layout: fixed;
    border-collapse: separate; /* ← importante */
    border-spacing: 0;         /* ← remove espaços */

    border-radius: 10px;       /* ← efeito aplicado na tabela inteira */
  
}
@media (max-width:920px){
        .tabela-especificacoes {
        width: 100%;
    }
}
.tabela-especificacoes td {
    border-bottom: 1px solid #D2D2D2;
    padding: 8px 10px;
    vertical-align: middle;
    word-wrap: break-word;
    border-radius:20px;
}

.tabela-especificacoes tr:first-child .feature-name{border-radius: 3px 0 0 0;}
.tabela-especificacoes tr:last-child .feature-name{border-radius: 0 0 0 3px;}

.tabela-especificacoes .feature-name{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    border-radius: 0;
    background: #E6E6E6;
    width: 190px;
    height: 51px;
    flex-shrink: 0;
}
.tabela-especificacoes tr:first-child .feature-value{border-radius: 0 3px 0 0;}
.tabela-especificacoes tr:last-child .feature-value{border-radius: 0 0 3px 0;}

.tabela-especificacoes .feature-value{
    border-radius: 0;
    background: #FFF;
    height: 50px;
    flex-shrink: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 21px */
}

div#extra-1{
    display:none;
}


/* checkout */
.checkout_cart_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}
.checkout_cart_button .btn-full-width {
    width: auto;
}
.checkout_cart_button .card-block{
    flex:none;
    padding:0px
}

.checkout_cart_button .btn.btn-default:not(.btn_to_checkout){
    border-radius: 3px;
    border: 1px solid var(--text_Large, #47942B);
    display: flex;
    background:transparent;
    padding: 10px 15px 11px 15px;
    justify-content: space-between;
    align-items: center;
    color: var(--text_Large, #47942B);
text-align: center;
font-family: "Roboto Condensed";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}


.checkout_cart_button .btn_to_checkout{
    border-radius: 3px;
    border: 1px solid var(--text_Large, #47942B);
    display: flex;
    background:#47942B;
    padding: 10px 15px 11px 15px;
    justify-content: space-between;
    align-items: center;
    color: #EFF0F2;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.checkout_cart_button .btn_to_checkout:hover{
    border-radius: 3px;
background: #3B7A23;
}
.checkout_cart_button .btn.btn-default:not(.btn_to_checkout):hover{
     background:#47942B;
     color:#EFF0F2;
}



body .cart-overview.js-cart {
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
}

.cart-item .col-md-2{
    max-width:25%;
    flex: 0 0 25%
    
}
.cart-item .col-md-10{
    max-width:75%;
    flex: 0 0 75%
    
}
.cart-item .justify-content-between {
    position: relative;
}

.cart-item img{
    width: 100%;
}
.cart-item .product-discount {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.cart-item .product-line-info.mb-2 {
    padding-right: 50px;
}
.cart-item .row.align-items-end.mt-3{
    align-items:center !important
}
.cart-item .product-price{
    margin-top:0px;
    margin-bottom:0px;
}

.product-discount .regular-price{
    font-size:15px;
}

.base_list_line .line_item{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}


.base_list_line .line_item .product-line-grid{
    position:relative;
    padding:20px 0px;
    border-bottom:1px solid #D2D2D2;
    margin-bottom: 0;
}

.base_list_line .line_item:last-child .product-line-grid{border-bottom:none;}

.cart-item .cart-line-product-actions {
    width: fit-content;
    position: absolute;
    right: 30px;
}
.cart-item .product-line-info.mb-2{
    padding-right:50px;
}
.fto-cancel::before,.fto-trash::before{
  content: url("/themes/bricoweb/assets/img/cross.svg");
}

.card-header{
    display:none;
}
.card.card_trans {
    border-radius: 0;
    border-color: #d9d9d9;
    border: 0px;
    margin-bottom:20px !important;
}




.bootstrap-touchspin .btn-touchspin:hover{
    color:#54AE32;
    border:1px solid #54AE32;
    background:#EEF7EB;
}
.cart-item .product-line-info{
    

font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 19.5px */
}
  .cart-item .promotion-date.mt-2 span b{
      color: var(--Red_UI, #C00);
font-family: "Roboto Condensed";
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;

  }
  body  .cart-item .promotion-date.mt-2 {
        margin-top:0px !important;
    }
.cart-item .regular-price{
      color: #999;

font-size: 15px;
font-style: normal;
font-weight: 400;
  }
  
  body .cart-item .product-price strong{
      

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 26px */
  }
  
.cart-detailed-totals, .checkout_right_column.mb-3 {
    padding: 20px 30px;
    border-radius: 3px;
    background: #FFF;
}


.card-block{
    padding:0px;
}
input.promo-input.form-control {

    height: 47px;
    flex-shrink: 0;


}
input.promo-input.form-control::placeholder{

  
    color: var(--Grey-Dark, #545557);

font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 19.5px */
background: #FFF;
}
.promo-code .input-group.mar_b10{
    gap:10px
}
input#discount-input{
    border-radius: 3px;
border: 1px solid var(--Grey-Light, #D2D2D2);
background: #FFF;
}
.promo-code .btn.btn-default:disabled{
    background:#D2D2D2;
}

.promo-code .btn.btn-default{
    border-radius: 3px;
background: var(--Grey-Light, #47942B);
display: flex;
width: 90px;
height: 47px;
padding: 10px 0px 11px 0px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border:0px;
}
.promo-code .btn.btn-default:hover{
    background: #3B7A23;
}
.cart-detailed-totals hr, .checkout_right_column hr{
   margin: 30px 0px 10px 0px;
}

.resumos_pedidos{
    

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 23.4px */
}
.cart-summary-line{
    margin-bottom:10px;
}
.card-block .cart-summary-line *, .summary-product-list .mar_r4{
    

font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 19.5px */
}

span.value.price.fs_lg.font-weight-bold {
    font-weight: bold;
}

span.label.cart-total-value {
    font-weight: bold;
}

.promo-name {
    border-radius: 3px;
padding:10px 15px;
margin-left:-15px;
margin-right:-15px;
background: var(--Yellow, #E7C44710);
}
.cart-summary-line *{
    

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 23.4px */
}
.stepscart{
    padding:30px 0px;
}



.cart #page_banner_container_1{
    display:none;
}

div#category_blogs_container_1{
    position:relative;
    margin-bottom:0px;
    padding:80px 0px;
  
}



div#category_blogs_container_1::before,
div#category_blogs_container_1::after  {
    content: '';
    background: #ede7cf;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;

}

div#category_blogs_container_1::before {
    left: 0;
    width: 100vw;
}

div#category_blogs_container_1::after {
    right: 0;
    width: 100vw;
}

div#category_blogs_container_1 .btn-large{
    padding:0px;
}
div#category_blogs_container_1 .product_view_more_box.text-center.p-t-1{
    padding-top:40px;
}

.dropdown_list .dropdown_list_ul li .dropdown_list_item {
    padding: 10px 15px;
    
    
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 21px */
}
div#js-product-list-top .dropdown_list .dropdown_list_ul li {

    padding: 0px;
}
/*
.st-effect-0 .st-menu.sidebar_opened {
    visibility: visible;
    transition: transform .5s;
    left: 25%;
    z-index: 99;
    max-height: 50%;
    top: 25%;
    max-width: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
} */
nav#side_wishlist .st-menu-title{
    
}

nav#side_wishlist .fto-cancel-2:before {
    content:url('https://www.bricoweb.es/themes/bricoweb/assets/img/fechar.svg');
}
body .sidebar_opened{
    border-color:#54AE32;
}
body .sidebar_opened .st-menu-title{
    color:#3A7A24;

font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
}
body .sidebar_opened .page_heading{
    

font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
}
body .sidebar_opened a{
    
    
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 21px */
}
body .sidebar_opened a:hover{
    color:#3A7A24;
}
body .sidebar_opened button#side_wishlist_submit, button.btn.btn-default.steco_btn.steco-btn-spin{
    background:#54AE32;
    border: 1px solid #54AE32;
        color: var(--White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius:3px;
}
body .sidebar_opened button#side_wishlist_submit:hover {
    background: #3B7A23;
    border-color: #3B7A23;
}
body .sidebar_opened input.form-control{
  font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-height: 45px;

}
body .sidebar_opened input.form-control:focus, body .sidebar_opened input.form-control:focus-visible {
border-color:#d9d9d9;
}
body .sidebar_opened .input-group{
        gap: 5px;
    padding: 0px 10px;
}


.product_first_section section.pro_name_right {
    display: none;
}
@media(min-width:1200px){
    #wrapper > .container > #content > .steco_row > .steco_col:last-child {
        flex: 0 0 40%;
        position:sticky;
        top:30px;
    
    }
    
    #wrapper > .container > #content > .steco_row >  .steco_col:first-child{
        flex: 0 0 60%;
        max-width:60%;
    }
}
.steco_addresses.steco_block, .steco_delivery.steco_block, .steco_personal_information.steco_block, .steco_cart.steco_block {
    background: #fff;
        margin-bottom: 20px;
    padding: 20px 30px  30px 30px!important;
    border-radius:3px; 
    
}
#module-steasycheckout-default  .steco_column_section {
 background-color: transparent !important; 
}


#module-steasycheckout-default .steco-address-item.steco_selected, #module-steasycheckout-default .steco-delivery-option.steco_selected, .steco-payment-option .payment-option label.steco_selected{
    border-radius: 3px;
    border: 2px solid var(--Green, #54AE32);
    background-color: rgba(84, 174, 50, 0.05) !important;
   

}
#module-steasycheckout-default .steco-address-item div, #module-steasycheckout-default .steco-delivery-option div{
        color: #1A1A1A;
    
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 19.5px */
    padding-left: 35px;
}

.add-address.steco_mt_10.steco_text_right a{
    display: flex;
    width: 370px;
    height: 47px;
    padding: 10px 0px 11px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #54AE32;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border:0px;
}

.add-address.steco_mt_10.steco_text_right a:hover, div#payment-confirmation a:hover{
   background:#3B7A23;
}

#module-steasycheckout-default  .steco_text_center{
    text-align:left;
}
div#payment-confirmation a{
    display: flex;
    width: 315px;
    height: 60px;
    padding: 10px 0px 11px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #54AE32;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border:0px;
}

.delivery-options .steco-delivery-option > label {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top:10px;

}
#module-steasycheckout-default .delivery-options .delivery-option .carrier-name{
    font-weight: 500;
}
.steco_flex_start .eco-ok:before, .steco-custom-input-checkbox .eco-ok:before{
    content: '\e807' !important;
    background:transparent;
}
 .eco-ok:before {
    content: '';
    border-radius: 24px;
    background: var(--Green, #54AE32);
    width: 15px;
    height: 15px;
}

.steco-custom-input-box .steco-custom-input,.steco-custom-input-box.steco-tick .steco-custom-input-item{
    width:25px;
    height:25px;
    border: 1px solid #54AE32;
}

body .steco-custom-input-box  .steco-custom-input-item.steco-custom-input-radio i {

    font-size: 25px !important;

}

.steco_flex_start .steco-custom-input-item i, .steco-custom-input-checkbox .steco-custom-input-item i{
    font-size: 12px !important;
}
.steco_step_number.steco_mr_r6 {
    display: none;
    
}
.steco-payment-option .payment-option .steco_payment_option_title {
    
    
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */
    padding: 12px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}
.steco_heading{
    padding: 20px 30px 0px 30px!important;
}

.steco_heading .steco_flex_child, .steco_sub_heading{
    

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 23.4px */
}

body .steco-payment-option .payment-option label{
    border-radius: 3px;
    border: 1px solid var(--Grey-Light, #D2D2D2);
    background:#fff;
    
    
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */

}
.steco_container label{
    

font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 19.5px */
}
.steco_container label a, a.steco-cancel-address.btn.btn-link{
    color: var(--text_Regular, #3A7A24);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
/*span.steco_payment_option_title::before {
    content: url('/themes/bricoweb/assets/img/tb.png');
}*/

div#payment-option-1-additional-information p{
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 19.5px */
}
.col-lg-12.steco_col .steco_heading.steco_flex_container {
    display: none;
}
.col-lg-12.steco_col{
    border-radius:3px;
}
.steco_reassurance.steco_block{
    display:none;
}


.steco_delivery  textarea#delivery_message {
    max-height: 150px;
    min-height: 50px;
}
.meiospagamento {
    background-color: #fff;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meiospagamento h4{
   
    color: #1A1A1A;
    text-align: center;
    
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 19.5px */
}
.meiospagamento img{
    padding:15px 0px;
}

.meiospagamento p{
    
text-align: center;

font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 19.5px */
width: 300px;

}
.meiospagamento p b{
    

font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 130%;
}

.meiospagamento p span {
    

font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 130%;
}    

.steco_pro_name_box.steco_flex_child_2.steco_mr_r4 {
    word-break: break-word;
    max-width: 300px;
    margin-left:5px;
}    
.small_cart_info.steco_flex_child .steco_mr_r4 .steco_flex_child{
       display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;

}

.steco_payment.steco_block{
    background:transparent;
    padding:0px;
}

#st-checkout-payment-step {
    background: #fff;
    padding: 20px 30px;
}

#module-steasycheckout-default .checkout-summary-block {
    background: #fff;
    padding:0px 30px 20px 30px;
    margin-bottom: 20px;
}

.cardscarts{
    padding-bottom:20px ;
    

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 23.4px */
}



@media(min-width:1201px){
    .stspecialslider_container .products_section .product_view_more_box.text-center {
        display:none;
    }
    .order-confirmation .qty .col-2, .order-confirmation .qty .col-5{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
    
}
@media(max-width:1200px){
    .order-confirmation .qty .col-2, .order-confirmation .qty .col-5{
        flex:0 100% !important;
        max-width:100%;
        text-align:right;
    }
}

body#order-confirmation #main section#content-hook_payment_return, body#order-confirmation #main section#content, section#content-hook_order_confirmation{
    border-radius: 3px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '' !important;
}

.sttab_block .tab-pane-body {
    padding: 0px 0px 80px 0px;
}
/*.swiper-button.swiper-button-outer.swiper-button-next.hidden-md-down,
.swiper-button.swiper-button-outer.swiper-button-prev.hidden-md-down{
    height: 120px;
}
.order-confirmation .products_slider .title_block{
        display:block !important;
        text-align:left !important;
        margin:0px!important;
        padding:60px 0px 0px 0px;
}*/

#easycontent_94{
    position:relative;
    margin-bottom:0px;
   margin-top:60px;
   padding-bottom:80px
  
}
#easycontent_94::before,
#easycontent_94::after  {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;

}
#easycontent_94::before {
    left: 0;
    width: 100vw;
}

#easycontent_94::after {
    right: 0;
    width: 100vw;
}


.title_style_0 .title_block_inner{
    

font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 22.8px */
text-transform: uppercase;
}

#easycontent_94 .pro_outer_box h3.product-title{
    

font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 19.5px */
}
#easycontent_95{
    position:relative;
    margin-bottom:0px;
    padding-top:60px;
    text-align:center;
  
}
#easycontent_95::before,
#easycontent_95::after  {
    content: '';
    background: #f8f8f8;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;

}
#easycontent_95::before {
    left: 0;
    width: 100vw;
}

#easycontent_95::after {
    right: 0;
    width: 100vw;
}


#easycontent_95 .title_block .title_block_inner{
    
    text-align: center;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    z-index: 4;
    width: 100%;

    
}
#easycontent_95 .title_block{
     margin:0px;
     padding:0px 0px 20px;
}
#pc_slider_block_container_1024 .sttab_block.sttab_2.sttab_2_3 {
    z-index: 1;
    position: relative;
}

#pc_slider_block_container_1024{
    position:relative;
    margin-bottom:0px;

  
}
#pc_slider_block_container_1024::before,
#pc_slider_block_container_1024::after  {
    content: '';
    background: #F8F8F8;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;

}
#pc_slider_block_container_1024::before {
    left: 0;
    width: 100vw;
}

#pc_slider_block_container_1024::after {
    right: 0;
    width: 100vw;
}

/*.stepsstep{
    display: flex;
    width: 295px;
    padding: 10px 15px 11px 15px;
    justify-content: space-between;
    align-items: center;
    color: var(--text_Large, #47942B);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid var(--text_Large, #47942B);
    background:transparent;
    flex-direction: column;
}

.stepsstep:hover{
    border-radius: 3px;
border: 1px solid var(--Green, #54AE32);
background: #54AE32;
color:#fff;
} */


#js-checkout-summary  .checkout-summary-block{
    padding:0px;
}
.delivery-options .steco-delivery-option {
    background-color: transparent;
    border: 1px solid #D9D9D9;
}

#order-confirmation .order-confirmation-wrap .base_list_line.dotted_line .line_item {
    border:0;
}

#contact .contactosSec{
    max-width:580px;
    padding:20px 0px 30px 0px;
}


#contact .contactosSec a{

    display: flex;
max-width: 370px;
height: 60px;
padding: 10px 10px 10px 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 6px;
background: #54AE32;
width:100%;
}
#contact .contactosSec a:hover{
    background: #3B7A23;

}

#contact .contact-form  .title_block {
    border-bottom: 1px solid #D2D2D2;
    border-width: 65%;
    max-width: 700px;
}

#contact .contact-form  .input-group {
    gap: 20px !important;
}

#contact .contact-form  .input-group .btn{
    border-radius: 3px;
}


body #footer #st_news_letter_1 .psgdpr_consent_message.flex_child{
    color: #96A88F;

font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
padding-bottom:20px;
}

body #footer #st_news_letter_1 .psgdpr_consent_message.flex_child a{

text-decoration-line: underline;

}



body .products-sort-order .dropdown_list {
    width: 100%;
}

#st_header .search_widget_btn.btn {
    border-color: #A6A6A6;
    border: unset;
}
.st_sticker .st_sticker_text{
    text-transform:uppercase;
}

#category_blogs_container_1 .swiper-pagination-bullet{
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

#category_blogs_container_1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background-color: #ffffff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    opacity:1;
}
#category_blogs_container_1 .swiper-pagination-bullets {
    width: 100%;
    padding:20px 0px;
}
@media(max-width:1200px){
    body div#category_blogs_container_1 .product_view_more_box.text-center.p-t-1 {
        padding-top: 60px !important;
    }
    body div#category_blogs_container_1 .btn-default{
        text-decoration-line:none;
        border-radius: 3px;
        border: 1px solid var(--text_Regular, #3A7A24);
        padding: 14px 51px;
    
    }
    body div#category_blogs_container_1 .text-center {
        text-align: center !important;
        z-index: 10;
    }
    div#category_blogs_container_1{
        padding:50px 0px;
    }
    div#category_blogs_container_1 .products_slider .title_block.flex_container.title_align_1.title_style_0{
        margin:0px 0px 15px;
    }
    ul.nav.nav-tabs.tab_lg.flex_container.flex_center.dragscroll.st_scroll_horizontal{
    justify-content: flex-start;
}
    body div#steasy_column_7{
        display:none;
    }
    body #easycontent_95{
        padding-top:50px;
    }

}

@media (max-width:992px){
    .featured_categories_list .cate_outer_box {
        height: 60px;
    }
    .featured_categories_item .pro_second_box {
    padding: 00px 0px 0px 10px;
}    
}


.sthomenew_container   .col-lg-11.display_as_grid.products_slider {
    padding-top: 80px;

}

.product_list.grid .product_list_item{
    padding:0px 10px 80px;
}
.cms-id-8 #map,
.cms-id-8 #store-search,
.cms-id-8 #search-results{
   display:none!important
}

.cms-id-8 #stores-table .card{display:block!important}

.category_products_container .title_block_inner{
    font-size: 19px;
    font-weight: 600;
    line-height: 120%; /* 22.8px */
    text-transform: uppercase;
}



/* card product */
@media (max-width:1200px){
    body .pro_outer_box h3.product-title{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 16.8px */
        min-height: 80px;
    }
    body .product-price {
        margin-top: 0;
        margin-bottom: 15px;
    }
    body .product_list .product_list_item:last-child {
        display: none !important;
    }
    #center_column .hidden-md-down {
        display: none !important;
    }
    body div#stspecialslider_container_99e2c99214 {
        padding-top:50px;
    }

}


/*SINGLE PRODUTO -  INICIO*/
 
@media screen and (min-width:769px) and (max-width:991px){
    #product .product_first_section .swiper-slide.swiper-slide-visible.swiper-slide-active {
        width: max-content;
    }
    
    
    #product .product_first_section div.pro_gallery_thumbs_container.pro_gallery_thumbs_horizontal div {
        align-items: center;
        justify-content: center;
    }
    
    #product .product_first_section .container {
        padding-bottom: 1em!important;
    }
    
    #product .product_second_section .container {padding-top: 3em!important;padding-bottom: 3em!important;}
    
    .strelatedproducts_container.products_container .title_block_inner {
        font-size: 20px!important;
    }
    
    #product .product_third_section .container h2.descricao_product_single {
        font-size: 20px!important;
        font-family: Roboto;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    #product .product_third_section .container .extra_pair p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
    }
    
    #product .product_third_section .container section.custom-product-description h4 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    
    #product .product_third_section .container {
        padding-top: 3rem!important;
    }
    #product .product_third_section .descricao_extra_info {margin-top: 2em!important;}
    
    .tabelas-especificacoes {
        padding-top: 3rem!important;
        padding-bottom: 3rem!Important;
    }
    
    #product .product_third_section div#faq-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    #product .product_third_section div#faq-footer h2 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    
    
    #product .product_third_section #faq-footer .select-container {
        justify-content: start;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3em;gap: .5em!important;
    }
    
    #product div#category_products_container .title_block_inner {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px!Important;
        line-height: 120%;
        text-transform: uppercase;
    }
}
@media screen and (max-width:768px){
    
    #product .compare-wrapper {
        margin-top:12px;
    }
    #product .product_second_section .container > div{
        padding-top: 40px;
        padding-bottom: 40px;
    }
     #product .product_first_section .pro_gallery_thumbs_container .swiper-slide.swiper-slide-visible {
         max-width: 10px!important;
    }
     #product .product_first_section .pro_gallery_thumbs_container .swiper-wrapper {
         transform: none!important;
         flex-direction: row;
         align-items: center;
         justify-content: center;
         gap: 1em;
    }
     #product .product_first_section .pro_gallery_thumbs_grid .swiper-slide, #product .product_first_section .pro_gallery_thumbs_horizontal .swiper-slide {
         max-width: 10px;
         margin: 0!important;
         min-width: 10px;
         aspect-ratio: 1/1;
         background: #D9D9D9;
         border-radius: 50%;
    }
     #product .product_first_section .pro_gallery_thumbs_container .swiper-wrapper img {
         display: none;
    }
     #product .product_first_section .swiper-slide.swiper-slide-visible.clicked_thumb {
        background: #54AE32;
    }
     #product .product_first_section .mobile-title h1.product_name {
        font-family: Roboto;
        font-weight: 600;
        font-size: 18px!important;
        line-height: 130%;
        letter-spacing: 0%;
    }
     #product .product_first_section .pro_gallery_top .swiper-button-prev, #product .product_first_section .pro_gallery_top .swiper-button-next {
        display: none!important;
    }
     #product .product_first_section .add.mar_b6 {
        position: fixed;
        min-width: 100%;
        left: 0;
        padding: 1em;
        background: white;
        padding-bottom: .5em;
        bottom: -1px;
        z-index: 99;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        box-shadow: 0px -5px 10px 0px #00000040;
    }
    
    #product .product_first_section .product-quantity .add.mar_b6 {
        padding: 15px;
    }
     #product .product_first_section .add.mar_b6 button {
        font-weight: 600;
        font-size: 16px;
        height:45px;
    }
     #product div#rightbar {
        display: none;
    }
     #product .product_first_section .infoproductinterativa a.add_to_love {
        margin-top: 2em!important;
    }
     #product .product_first_section .container {
        padding-bottom: 1em!important;
    }
    
    #product .product_third_section .container {
        padding-top: 2em!important;
    }
    
    #product .product_second_section .pro_outer_box h3.product-title {
        font-size: 13px!important;
    }
    
    #product .product_second_section span.discounted-price {
        font-size: 20px!important;
    }
    
    #product .product_second_section .product-actions a {
        font-weight: 600;
        font-size: 16px!important;
    }
    
    #product .product_third_section h2.descricao_product_single {
        font-family: Roboto;
        font-weight: 600;
        font-size: 18px!important;
        line-height: 120%;
        color: #1A1A1A;
        text-transform: uppercase;
    }
    
    
    #product .product_third_section .descricao_extra_info {margin-top: 2em!important;}
    
    #product .product_third_section  h5 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px!important;
        line-height: 120%;
        padding: 11px 0;
    }
    
    #product .product_third_section .extra_pair p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 14px!important;
        line-height: 140%;
    }
    
    #product .product_third_section .apresentacao_main.descricao {
        padding-top: 2em!important;
    }
    
    #product .product_third_section .apresentacao_main.descricao h4 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px!important;
        margin-bottom: 1em;
    }
    
    #product .product_third_section p.title-extra-info {
        font-family: Roboto;
        font-weight: 500;
        font-size: 16px!important;
        line-height: 120%;
        letter-spacing: 0%;
    }
    
    #product .product_third_section .tabelas-especificacoes {
        padding-top: 4em!important;
        padding-bottom: 4em!important;
    }
    
    #product .product_third_section .tabela-especificacoes .feature-name {
        width: 144px;
    }
    
    #product .product_third_section div#faq-footer {
        padding-top: 3em;
        padding-bottom: 3em;
        margin-bottom: 3em;
    }
    
    #product .product_third_section div#faq-footer h2 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 20px!important;
        line-height: 120%;
        text-transform: uppercase!important;
        margin-bottom: 1em!important;
    }
    
    
    #product .product_third_section .select-container {
        flex-direction: column!important;
        align-items: start!important;
        gap: .5rem!important;
    }
    
    #product .product_third_section select#order-faqs {
        min-width: 100%!important;
    }
    
    
    #product .product_third_section span.rotulo {
        min-width: 2em!important;
    }
    #product .product_third_section button#show-more-faqs {
        margin-left: 2em !important;
    }
    #product .product_third_section div#category_products_container h3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 13px!important;
        line-height: 140%;
        letter-spacing: 0%;
    }
    
    #product .product_third_section div#category_products_container span.discounted-price {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 23px!important;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
    
    
    #product .product_third_section div#category_products_container .product-actions a {
        font-family: Roboto Condensed;
        font-weight: 600!important;
        font-size: 15px!important;
        line-height: 100%;
        letter-spacing: 1%;
        text-align: center;
        text-transform: uppercase;
    }
    #product .product_third_section div#category_products_container .title_block_inner {
        font-family: Roboto;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
        text-align: center;
    }
    
    #product .product_second_section .swiper-button-next, #product .product_second_section .swiper-button-prev {
        display: none!Important;
    }
    .strelatedproducts_container .block_content.lazy_swiper > .swiper-container,
    .stfeaturedslider_container .block_content.lazy_swiper > .swiper-container,
    .category_products_container .block_content.lazy_swiper > .swiper-container{
        padding:0;
    }
}