


@media(min-width: 768px) {
    .store .btn.button span {
        font-size: 12px;
    }
	.container.container-xs {
		max-width: 540px; /* 500 + 40 padding */
	}
}

@media screen and (min-width: 1600px){
    .shop-listage .container.container-full {
        max-width: 1595px;
    }
}

@media screen and (min-width: 1200px){
    .container.container-lg {
        max-width: 1335px;
    }
}

@media(max-width:1024px){

    .navMobile {
    right:-100%;
    }
    .store .navMobile .body nav .primary ul li{
        text-align: center;
        margin-bottom: 10px;
    }
    .store .navMobile .body nav .primary ul li a{
        font-size:12px
    }

    .store .navMobile .body nav .primary ul li a.active{
        color:var(--lightgreen)
    }

    .store .navMobile .body nav .primary ul li > ul{
        font-size:9px;
        margin-bottom: 15px;
    }

    .store .navMobile .body nav .primary ul li > ul a{
        font-size:9px;
        color:#4a685a;
        letter-spacing: 3px;
    }

    .store .navMobile .body nav .secondary {
        padding-bottom: 50px;
        font-size:.9rem;
        text-align: center;
    }

    .store .navMobile .body nav .secondary a{
        font-size:11px
    }

    
    .navMobile .body nav .primary {
        padding: 50px 0 60px;
    }
    .store .navMobile .footer .social.col-6{
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .store .navMobile .footer .social a {
        color: #fff;
        margin: 0 15px;
        font-size: 1.4rem;
    }

}

@media(min-width:768px) and (max-width:1024px){
.store .navMobile .footer .social.col-6{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
}


.store .content.shop .banner .container:before {
    content: "";
    background: rgba(171, 163, 37,.2);
    height: 100%;
    width: 220%;
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 0;
}


.store .content.shop .banner .container{
    position: relative;
    padding: 70px 20px;
}

.store .content.shop .banner{
    padding-top: 0;
}



@media (max-width: 1040px){
    .template p, .template p a, .template p strong {
        font-size: 1.125rem;
    }
}



/*********************************/
/********** LOJA ONLINE **********/
/*********************************/

.store header {
    background-color: var(--darkgreen);
    position: relative;
    top: 0;
    left: 0;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}


header .primary .searchBtn {
    background-color: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 17px;
    height: 27px;
}

header .primary .searchBtn:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/img/lupe-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    margin: 0;
    transition: var(--transition);

}

.store header nav .secondary a{
    padding: 0 10px;
}
.store header .img {
    background-image: url(../img/logo.png);
}

.store header.fixed{
    z-index: 14;
    position: fixed;
    top: 0;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.store header.fixed + section:first-of-type {
    padding-top: 155px;
}

@media (max-width: 1199px){

.store header.fixed + section:first-of-type {
    padding-top: 76px;
}

}

.store header nav .primary li img{
    height: 24px;
    padding-bottom: 4px;
}
.store header nav .primary li:last-of-type a{
    padding:0 10px
}
.store header nav .primary li:last-of-type img{
    width: 34px;
}



@media (min-width: 992px){
    
    .store header nav .primary ul{
        margin-bottom:0px
    }
    .store header nav .primary li{
        padding: 0 0 30px;
    }
    .store header nav .primary li.sub{
        position: relative;
        text-transform: uppercase;
    }
    .store header nav .primary li.sub ul {
        position: absolute;
        top: 55px;
        left: -39px;
        min-width: 240px;
        padding: 25px;
        background-color: #16231d;
        opacity: 0;
        pointer-events: none;
        transition: var(--transition);
        flex-direction: column;
        text-align: left;
    }
    
    .store header nav .primary li.sub:hover ul, .store header nav .primary li.sub:focus ul {
        opacity: 1;
        pointer-events: auto;
        
    }

    .store header nav .primary li.sub ul li {
        display: block;
        padding: 0;
    }

    .store header nav .primary li.sub ul::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 13px solid #16231d;
        position: absolute;
        top: -13px;
        left: 50px;
    }


    .store header nav .primary li.sub ul li a {
        font-size: 9px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 1.8px;
        text-align: left;
        color: #86978f;
        margin: 0;
        padding: 0;
      }
      .store header nav .primary li a.active,
      .store header nav .primary li.sub ul li a:hover,
      .store header nav .primary li.sub ul li a.active,
      .store header nav .primary li.sub ul li.active a{
          color:var(--lightgreen)
      }
      .store header nav .primary li a {
          position: relative;
      }
      .store header nav .primary li a span{
        font-size: 10px;
        font-weight: bold;
        color: var(--lightgreen);
        position: absolute;
        top: -17px;
        right: 0;
      }

      .store header nav .primary li.sub.login-on li:last-of-type{
          border-top:1px solid #38433e;
          width: 100%;
          margin-top: 15px;
          padding-top: 15px;
      }
}

/* @media (min-width: 1025px){
    .store header{
        padding-bottom: 0;
    }
} */

.store header nav .primary li.sub.login-on a span::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
    color: var(--lightgreen);
    line-height: 1;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 17px;
    bottom: 0;
    left: -2px;
    right: 0;
    margin: auto;
    pointer-events: none;

}



@media (max-width: 1024px){
    header .img {
        max-width: 100%;
        width: 186px;
        height: 47px;
        flex: 1px;
        background-position: left;
    }

    header .menuBtn,.navMobile .header .closeBtn {
        width: 29px;
        max-width: 29px;
        margin: 5px;
        margin-left: 10px;
    }
    .store .navMobile .header{
        justify-content: left;
    }
    .store .navMobile .header .img {
        background-image: url(../img/logo_simbolo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        width: 70px;
        height: 55px;
        max-width: auto;
        max-height: auto;
        transition: var(--transition);
        -webkit-transition: var(--transition);
    }
    .store header {
        align-items: flex-end;
    }
    .store .navMobile .header div.img{
        max-width: 100%;
        flex:1
    }
    .store .navMobile .header div:not(.img),
    .store header .ipad_on {
        width: auto;
        height: 25px;
        margin:0 9px;
        margin-bottom: 4px;
        
    }
    .store .navMobile .header div:not(.img) a,
    .store header .ipad_on a{
        position: relative;
    }
    .store .navMobile .header div:not(.img) img
      {
        height: 25px;
    }
    .store .navMobile .header div:not(.img) span,
    .store header .ipad_on span{
        position: absolute;
        top:-11px;
        font-size: 11px;
        color:var(--lightgreen)
    }
}



@media(max-width:767px){
    .cart-mobile{
        display: block;
        margin-bottom: 5px;
        margin-right: 10px;
    }
}


.ipad_on{
    display: none;
}

.ipad_off{
    display: block;
}

.header-ipad{
    display: flex;
    flex-wrap: wrap;
}

.store header .ipad_on img,
.cart-mobile img{
    height: 21px;
}

.header-ipad div{
    margin: 0 5px;
}

.header-ipad .search{
    margin-bottom: auto;
    transition: all 1s;
	margin-left:10px;
	margin-top:2px
}

.header-ipad .searchInput{
    width: 0px;
    opacity: 0;
    background-color: initial;
    color: rgba(255,255,255,.4);
    border: none;
    transition: all 1s;
    font-size: .75rem;
    font-weight:300;
    line-height: 2;
    letter-spacing: 2.4px;
}

.header-ipad .search form .searchInput.open{
    border: none;
    width: 150px;
    opacity: 1;
    border-bottom: solid 1px rgba(255,255,255,.4);
}

.header-ipad .searchBtn{
    background-color: unset;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
}

.header-ipad .searchBtn:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/img/lupe-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: auto;
    transition: var(--transition);

}

@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1280px) 
    and (-webkit-min-device-pixel-ratio: 1) {
        .ipad_on{
            display: block;
        }
        .ipad_off{
            display: none;
        }
}


@media (max-width: 768px){
    header .img {
        width: 186px;
        height: 47px;
        flex: 1px;
        background-position: left;
    }

    .navMobile .header .closeBtn {
        width: 21px;
        max-width: 21px;
        margin: 5px;
        margin-left: 10px;
    }
    .store .navMobile .header .img{
        height: 46px;
    }
    .store .navMobile .header div:not(.img) img, .store header .cart-mobile img{
        height: 21px;
    }
}

footer .payments {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

footer .payments .visa {
    width: 40px;
    height: 12px;
    margin: 0 11px;
}

footer .payments .mastercard {
    width: 41px;
    height: 24px;
    margin: 0 11px;
}

footer .payments .mb {
    width: 22px;
    height: 22px;
    margin: 0 11px;
}

footer .payments .mb-way {
    width: 44px;
    height: 22px;
    margin: 0 11px;
}

footer .payments .paypal {
    width: 53px;
    height: 14px;
    margin: 0 11px;
}

footer > .info .container > .info .col-md-6{
    /* margin-top: 70px; */
    margin-top: 45px;
}

footer > .info .container > .info .infoSite2{
    display: flex;
    flex-wrap: nowrap;
}
footer > .info .container > .info .infoSite2 h3{
    padding-right: 12px;
}

footer > .info .container > .info .infoSite3{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px;
}
footer > .info .container > .info .infoSite2 h3,
footer > .info .container > .info .infoSite3 h3{
    padding-right: 12px;
}

@media(max-width:768px){
    footer > .info{
        width: calc(100% - 86px);
        padding: 20px 0 20px 0;
    }

    footer > .info .container > .info .col-11{
        margin-top: 40px;
    }

    footer > .info .container .viveirosList .viveiro .title{
        padding-bottom: 10px;
    }
    footer > .info .container .viveirosList .viveiro .maps{
        margin-bottom: 10px;
    }
    footer > .info .container .viveirosList .viveiro p{
        font-size:.8rem
    }

    footer > .info .container > .info .infoSite p{
        display: block;
    }

    footer .viveiro.col-6, .infoSite.col-6, .social.col-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer > .info .container > .info{
        /*padding-top: 45px; antes*/
        padding-top: 10px;
    }
    footer > .info .container > .info .social {
        justify-content: flex-start;
        order: -1;
        /*padding-bottom: 45px;antes*/
        padding-bottom: 10px;
    }

    footer > .info .container > .info .col-md-6{
        margin-top: 10px;
    }

    footer > .info .container > .info .col-11{
        margin-top: 0px;
        margin-bottom: 40px;
    }

    footer .payments .visa{
        margin-left: 0;
    }

    
}

@media(max-width:767px){
    footer > .info .container > .info .infoSite2{
        flex-wrap: wrap;

    }
    footer > .info .container > .info .infoSite2 h3{
        display: block;
        
    }
    footer .payments {
        justify-content: flex-start;
    }
}

.highlight_bar{
    background: #9e114d;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 15px 0 13px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
}

.highlight_bar .container{
    position: relative;
}

.highlight_bar .slide{
    font-size: 0.75rem;
    font-weight: 300;

}

.highlight_bar .slide p{
    font-size: 0.75rem;
    font-weight: 300;
    margin-bottom: 0;
}

.highlight_bar .slide p strong{
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0;
}


.highlight_bar .slider-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.highlight_bar .slider-arrows > div {
	cursor: pointer;
	position: relative;
	width: 25px;
	height: 11px;
	font-size: 0;
	pointer-events: auto;
}

.highlight_bar .slider-arrows > div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
    background-image: url(/assets/img/caret-white.svg);
	background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.highlight_bar .slider-arrows > div.prev {
	margin-right: auto;
	margin-left: 10px;
    transform: rotate(180deg);
}
.highlight_bar .slider-arrows > div.next {
	margin-left: auto;
	margin-right: 10px;
}


@media(min-width: 768px) {
	
	.highlight_bar .slider-arrows > div {
		height: 7px;
        width: 12px;
	}
	.highlight_bar .slider-arrows > div.prev {
		margin-left: 20px;
	}
	.highlight_bar .slider-arrows > div.next {
		margin-right: 20px;
	}
}

@media(max-width:767px){

    .highlight_bar {
        padding: 13px 0 13px;
    }

    .highlight_bar .slider-arrows > div {
		height: 7px;
        width: 12px;
	}

    .highlight_bar .slider-arrows > div.prev {
		margin-left: 15px;
	}
	.highlight_bar .slider-arrows > div.next {
		margin-right: 15px;
	}

}

.highlight_bar .slider-arrows a {
    position: absolute;
    height: auto;
    width: 7px;
    background-color: transparent;
    top: 8px;
    bottom: auto;
    margin: auto;
	transition: var(--transition);
    -webkit-transition: var(--transition);
    font-size: 0;
    opacity: 0.8;
    cursor: pointer;
    padding: 0;
}

.highlight_bar .slider-arrows a:hover {
    opacity: 1;
}

.highlight_bar .slider-arrows a::before {
	content: "";
	display: block;
	position: relative;
    top: 50%;
	height: 7px;
    width: 12px;
	background-image: url(/assets/img/caret-white.svg);
	background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(-90deg);
}

.highlight_bar .slider-arrows a.prev {
    left: 25px;
}
.highlight_bar .slider-arrows a.prev::before {
    transform: translateY(-50%) rotate(90deg);
}

.highlight_bar .slider-arrows a.next {
    right: 30px;
}




.hp-banner-shop{
    position: relative;
}

.hp-banner-shop .box-description{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.hp-banner-shop .box-description::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    background: #aba325;
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.hp-banner-shop .description{
    color: white;
    text-align: left;
    max-width: 500px;
    width: 100%;
    z-index: 5;
}

.hp-banner-shop .description .subtitle{
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hp-banner-shop .description .title{
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: -3px;
    margin-bottom: 40px;
}

.hp-banner-shop .description p{
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.45px;
}

.hp-banner-shop .button{
    background: linear-gradient(to right, white 50%, var(--darkgreen) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.hp-banner-shop .btn.button:hover {
    background-position: left bottom;
    color:var(--darkgreen)
}

.hp-banner-shop .btn.button:hover::after{
    background: white;
}

.hp-banner-shop .slick-slide{
    position: relative;
}

.hp-banner-shop .slick-slide img{
    width: 100%;
}

.hp-banner-shop .slider .slick-dots{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    align-items: center;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
    top: -12px;
	width: 100px
}
.hp-banner-shop .slider .slick-dots li:before{
	content:"";
	display: none;
}
.hp-banner-shop .slider .slick-dots li{
    width: 4px;
    height: 4px;
    margin: 11px 0;
    padding: 0;
    cursor: pointer;
}

.hp-banner-shop .slider .slick-dots li button{
    background-color: white;
    opacity: .5;
    width: 4px;
    height: 4px;
    padding: 0px;
    border-radius: 50%;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    margin-left:2px
}

.hp-banner-shop .slider .slick-dots li.slick-active button{
    opacity: 1;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin-left:0;
}

@media(min-width:993px){
    .hp-banner-shop .slick-slide > a{
        display: block;
    }
    
    .hp-banner-shop .slick-slide .image{
        min-height:530px;
        overflow: hidden;
        display: flex;
        width: 100%;
    }
    /*.hp-banner-shop .slick-slide .image img{
        object-fit: cover;
        height: auto;
        width: 100%;
    }*/

    .hp-banner-shop .slider .slide .image img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hp-banner-shop .description{
        padding: 0 40px;
    }

}

@media(min-width:1024px){
  
    
    .hp-banner-shop .slick-slide .image{
        min-height:630px;
    }
    .hp-banner-shop .description{
        padding: 0;
    }


}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
    .hp-banner-shop .box-description{
        padding: 0 80px;
    }
    .hp-banner-shop .description p {
        font-size:1rem
    }
    .hp-banner-shop .description .subtitle {
        font-size: .85rem;
        margin-bottom: 22px;
    }
    .hp-banner-shop .description .title {
        font-size: 3rem;
        margin-bottom: 29px;
    }

    
  }


@media(max-width:992px){
    .hp-banner-shop .box-description{
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 70px 25px 40px;
    }
    .hp-banner-shop .description .subtitle{
        font-size:.85rem;
        margin-bottom: 17px;
    }
    .hp-banner-shop .description .title{
        margin-bottom: 20px;
        font-size: 34px;
        letter-spacing: -1px;
    }

    .hp-banner-shop .slick-slide .image{
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .hp-banner-shop .description p{
        font-size:1rem;
        line-height: 1.47;
    }

    .hp-banner-shop .slider .slick-dots{
        padding: 0;
        width: 100%;
        bottom: auto;
        top:50%;
        flex-direction: row;
        justify-content: left;
        left: 20px;
        height: 8px;
        align-items: baseline;
    }
    .store-v2 header {
        padding: 15px 8px 13px;
    }
    .store-v2 .hp-banner-shop .slider .slick-dots{
        flex-direction: column;
    }
    
    .hp-banner-shop .slider .slick-dots li{
        margin: 0 11px;
    }
    .store-v2 .hp-banner-shop .slider .slick-dots li{
        margin: 11px 0;
    }
    .store-v2 .hp-banner-shop .box-description{
        flex-wrap: wrap;
        padding: 40px 25px 40px 50px;
    }
    .hp-banner-shop .slick-slide img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .hp-banner-shop .slick-slide .image{
        overflow: hidden;
        display: flex;
        width: 100%;
    }
}
@media(max-width:767px){
    .hp-banner-shop .slider .slick-dots{
        top:42%;
    }
}

@media(max-width:320px){
    .hp-banner-shop .slider .slick-dots{
        top:40%;
    }
}


.hp-product-shop{
    background-color: #fafafa;;
    text-align: center;
    padding: 60px 0;
}


.products-listage .bar-highlights,
.store-v2 .product-page .bar-highlights{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
}
.products-listage .bar-highlights > div,
.store-v2 .product-page .bar-highlights > div{
    font-size: .625rem;
    padding: 7px 10px 6px;
    color: white;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    
}
.products-listage .bar-news,
.store-v2 .product-page .bar-news{
    background-color: #9e114d;
}

.products-listage .bar-highlights > .bar-promocao,
.store-v2 .product-page .bar-promocao{
    font-family: "Hero New Super";
    font-weight: normal;
    line-height: 1.13;
    font-size: 1rem;
    letter-spacing: -0.4px;
}

.products-listage .bar-promocao,
.store-v2 .product-page .bar-promocao{
    background-color: #d0c62a;
}

.content.shop.opinion {
    min-height: auto;
}

@media screen and (min-width: 1200px){
    .content.shop.opinion .form.rev_prod .p-input-message {
        height: 57px;
        resize: none;
        transition: all 0.5s ease-in-out;
    }
    .content.shop.opinion .form.rev_prod .p-input-message:focus, .content.shop.opinion .form.rev_prod .p-input-message:not(:focus):valid {
        height: 144px;
    }
}
@media(max-width: 767px){
    .content.shop.opinion .col-md-8 {
        margin-top:40px
    }
    
}

.products-listage .favorites,
.content.shop .product-page .favorites,
.content.opinion .article .favorites{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.content.shop .product-page .favorites{
    width: 55px;
    height: 55px;
}
.products-listage .favorites::before,
.content.shop .product-page .favorites::before,
.content.opinion .article .favorites::before{
    content: "";
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius:50%;
    z-index: 1;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}
.products-listage .favorites:hover::before,
.content.shop .product-page .favorites:hover::before,
.content.opinion .article .favorites:hover::before{
    transform: scale(1.06);
}
.products-listage .favorites::after,
.content.shop .product-page .favorites::after,
.content.opinion .article .favorites::after{
    content: "";
    background: url(/img/icon_favorite.svg) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top:25%;
    left: 25%;
    bottom: 0;
    right: 0;

    z-index: 1;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}
.content.shop .product-page .favorites::after{
    width: 26px;
    height: 26px;
}
.products-listage .favorites:hover::after,
.products-listage .favorites.active::after,
.content.shop .product-page .favorites:hover::after,
.content.shop .product-page .favorites.active::after,
.content.opinion .article .favorites:hover::after,
.content.opinion .article .favorites.active::after{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.hp-product-shop .subtitle{
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #8e8a22;
}

.hp-product-shop .title{
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color: var(--black);
    margin-bottom:60px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hp-product-shop .container {
    margin: auto;
    max-width: 1400px;
}
.hp-product-shop .container.container-portfolio {
    max-width: 1600px;
}
.products-listage.row{
    margin: 0;
    justify-content: center;
}


.products-listage .article {
    position: relative;
    padding: 0;
    max-width: 350px;
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
}

@media (min-width: 768px){
    .store .content .template .listing.listing-product .products-listage .row {
        margin: 0;
    }

    .store .content .template .listing.listing-product2 .products-listage .row {
        margin: 0;
    }
}

@media(min-width:1024px){

    
    .products-listage .article{
        margin: 0 18px;
    }
    .store .content .template .listing.listing-product .products-listage .row {
        margin: -15px;
    }

    .store .content .template .listing.listing-product2 .products-listage .row {
        margin: -15px;
    }

    .products-listage .article {
        flex: 0 0 20%;
        max-width: 350px;
    }

    .content .products-listage .article {
        flex: 0 0 42%;
        max-width: 350px;
    }

    
}

@media(min-width:1600px){
    .products-listage .article{
        margin: 0 23px;
    }
    .store .content .template .listing.listing-product .products-listage .row {
        margin: -35px;
    }

    .store .content .template .listing.listing-product2 .products-listage .row {
        margin: -35px;
    }
  
}



@media(min-width:1025px){
    .products-listage .article {
        flex: 0 0 20%;
        max-width: 350px;
    }
    .content .products-listage .article {
        flex: 0 0 29%;
        max-width: 350px;
    }
}



.products-listage .article div.bg {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: start;
    
}
.content.shop .template .products-listage .article div.bg .btn{
    padding: 19px 0px;
}
.product-page .slider-wrapper .slide-relative{
    position: relative;
}


.products-listage .item,
.products-listage .item .img{
    position: relative;
    width: 100%;
}

.products-listage .item .img {
    height: 0;
    position: relative;
    padding-top: 125.4%;
    overflow: hidden;
}

.products-listage .article img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.products-listage .article img:hover {
    transform: scale(1.1);
}

.products-listage .article img {
    display: block;
    margin: 0 auto;
}

.products-listage .item .content{
    padding: 25px 27px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
/* .products-listage .description{
    min-height: 160px;
} */
.products-listage .description .link_category{
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--lightgreen);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.products-listage .description .title-product{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: -0.6px;
    color: var(--black);
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

.products-listage .description .price,
.content.shop .product-page .boxes-options .price{
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    color: var(--lightgreen);
}
  
.products-listage .description .price span,
.content.shop .product-page .boxes-options .price span{
    color:#cac9ba;
    text-decoration: line-through;
    margin-left:13px
}

.products-listage .content .button{
    width: 100%;
    position: relative;
    
}

.products-listage .content .button span{
    font-size: inherit;
    font-weight: inherit;
}

.content.shop .product-page .product-details .button span::before
{
    content: "";
    background: url(/img/icon_cart.svg) no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    position: relative;
    border: none;
}

.products-listage .content .button span::before,
.products-listage .item.two-products .button::before{
    content: "";
    background: url(/assets/img/plus.svg) no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    border: none;
}

.products-listage .article.indisponivel img,
.product-page .indisponivel .slider-wrapper.no-stick img{
    opacity: .2;
}

.product-page .indisponivel .slide-relative{
    background: white;
}

.product-page .indisponivel .slider-wrapper.no-stick{
    position: relative;
}


.products-listage .article.indisponivel .img .aviso_indisponivel,
.product-page .indisponivel .aviso_indisponivel  {
    background: rgba(255,255,255,.8);
    position: absolute;
    width: 100%;
    height: auto;
    font-family: "Hero New";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    color: #aba325;
    text-transform: uppercase;
    z-index: 1;
    padding-top: 17px;
    padding-bottom: 17px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:768px){
    .hp-product-shop .subtitle{
        font-size: 0.85rem;
        letter-spacing: 4px;
    }

    .hp-product-shop .title {
        font-size: 1.6875rem;
        margin-bottom: 35px;
    }
    
    .products-listage .two-products .description .link_category{
        font-size: 8px;
    }
    .products-listage .two-products .description .title-product{
        font-size: 16px;
    }

    .products-listage .two-products .favorites{
        width: 35px;
        height: 35px;
        top: 7px;
    right: 7px;
    }
    .products-listage .two-products .favorites::after{
        width: 17px;
        height: 16px;
        top: 29%;
        left: 27%;
    }

    .products-listage .two-products .content .button{
        padding: 12px 5px !important;
        font-size: 7px;
    }

    .products-listage .two-products .content .button span{
        font-size: 8px !important;
    }
    
    .store-v2 .products-listage .item .price{
        margin-bottom: 0;
    }

    .products-listage .two-products .description .price{
        font-size: 13px;
    }
    .products-listage .description{
        min-height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .hp-product-shop .title{
        margin-left: 20px;
        margin-right: 20px;
    }

    .listing .products-listage .article.item{
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .products-listage .item.two-products .button::before{
        margin-right: 0px;
        
    }

    .content.shop-listage .template .listing.listing-product .row{
        margin: 0 -20px;
    }

    .content.shop-listage .template .listing.listing-product2 .row{
        margin: 0 -20px;
    }

    .products-listage .item.two-products .content .rating .star{
        width: 17px;
        height: 18px;
    }
    .products-listage .item.two-products .content .rating div:last-of-type{
        font-size: 11px;
    }

   

    .content-opinion.listing .item:first-of-type{
        margin-top: 30px;
    }

    .content-opinion .rating{
       justify-content: left !important; 
    }
    .rating-opinion p,
    .content-opinion p{
        text-align: left !important;
    }

    .content-opinion div img{
        margin: 0 !important;
    }
}

@media(max-width:1024px){
    .listing .products-listage .article.item{
        margin-bottom: 30px;
        padding: 0 10px;
    }
}


.bar-delivery-shop{
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    padding: 150px 0;
}

@media(max-width:768px){
    .bar-delivery-shop{
        padding: 60px 0;
    }
}
.bar-delivery-shop::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    background: #757248;
    opacity: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.bar-delivery-shop .bg-bar{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bar-delivery-shop .col-12 img{
    width: 87px;
    height: 87px;
}

.bar-delivery-shop .col-12{
    padding: 0 25px;
}

.bar-delivery-shop .row{
    position: relative;
    z-index: 9;
}
.bar-delivery-shop .col-12 .title{
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.75px;
    margin-top: 40px ;
    margin-bottom: 40px ;
    
}

.bar-delivery-shop .col-12 p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.4px;
    opacity: .4;
}
   
@media(min-width:1400px){
    .bar-delivery-shop .row{
        margin: 0 -25px;
    }
}
@media(min-width:992px){
    .bar-delivery-shop .col-12 .title{
        min-height: 75px;
    }
}


@media(max-width:768px){
    .bar-delivery-shop .col-12 .title{
        font-size: 1.5rem;
        margin-top: 25px ;
        margin-bottom: 25px ;
        letter-spacing: -0.6px;
    }
    .bar-delivery-shop .col-12 p {
        font-size: .85rem;
    }
    .bar-delivery-shop .col-12{
        margin-bottom: 50px;
    }
    .bar-delivery-shop .col-12:last-of-type{
        margin-bottom: 0px;
    }
}

.hp-faqs{
    background-color: var(--black);
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    position: relative;
}


  
.hp-faqs .slider+div {
    flex: 550px 0;
    position: relative;
  }



.hp-faqs .slider{
    flex: 1;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
    .hp-faqs{
        min-height: 400px;
    }
    .hp-faqs .slider+div{
        flex: 300px 0;
        width: 300px;
        height: 400px;
    }

    .hp-faqs  img.img-fluid{
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }
  }



@media(min-width:992px){
    .hp-faqs .slider .slick-slide{
        margin-left: 80px;
    }
}

.geral_desc{
    display: flex;
    justify-content: center;
}
.hp-faqs .slider .description{
   max-width: 600px;
}

.hp-faqs .slider .slick-slide{
    height: auto;
}
.hp-faqs .title{
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 8px;
    text-align: left;
    color: #8e8a22;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hp-faqs .title-faqs,.hp-faqs .title-faqs a{
    font-size: 3rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: left;
    color: white;
}
.hp-faqs .title-faqs a:hover{
    color: var(--lightgreen);
}

.hp-faqs .title-faqs a:hover{
    color: var(--lightgreen);
}
.hp-faqs .title-faqs a .btn.more{
    margin-left:10px;
    width: 33px;
    height: 33px;
}
.hp-faqs .title-faqs a:hover .btn.more {
    transform: scale(1.1);
}

.hp-faqs .slider .slick-dots{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    align-items: center;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
    top: -12px;
	width: 100px
}
.hp-faqs .slider .slick-dots li:before{
	content:"";
	background-color: white;
    opacity: .5;
    display: inline-block;
    width: 4px;
    height: 4px;
    padding: 0px;
    border-radius: 50%;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    margin-left:2px;
    vertical-align: middle;
}
.hp-faqs .slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 11px 0;
    padding: 0;
    cursor: pointer;
}

.hp-faqs .slider .slick-dots li button{
    display: none;

}

.hp-faqs .slider .slick-dots li.slick-active:before{
    content: "";
    opacity: 1;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin-left:0;
}

@media(max-width:767px){
    .hp-faqs{
        flex-wrap: wrap;
    }
    .hp-faqs .slider{
        flex: none;
        position: relative;
        order: 2;
        width: 100%;
    }
    .hp-faqs .slider .description {
        max-width: 600px;
        margin-left: auto;
        padding: 70px 30px 50px;
    }
    .hp-faqs .title{
        font-size: .9rem;
        margin-bottom: 23px;
        line-height: 1.8;
    }
    .hp-faqs .title-faqs, .hp-faqs .title-faqs a {
        font-size: 2rem;
    }

    .hp-faqs .title-faqs a .btn.more {
        width: 30px;
        height: 30px;
    }

    .hp-faqs .slider .slick-dots {
        flex-direction: row;
        justify-content: left;
        position: absolute;
        left: 0;
        align-items: baseline;
        margin: 0 auto;
        padding-left: 22px;
        top: 30px;
        bottom: auto;
        width: 100%;
        height: 8px;
    }

    .hp-faqs .slider .slick-dots li{
        margin: 0 11px
    }
}

@media(min-width:768px) and (max-width:992px){
    .hp-faqs{
        min-height: auto;
    }
    .hp-faqs > div{
        max-width: 67%;
    }
    .hp-faqs .slider{
        flex: none;
        position: relative;
        order: 0;
        width: 100%;
    }
    .hp-faqs .slider .description{
        max-width: AUTO;
        margin-left: 72px;
        margin-right: 72px;
     }
     .hp-faqs .title{
         font-size:.9rem
     }
    
}

@media(min-width:768px) and (max-width:1050px){
    .hp-faqs .title-faqs, .hp-faqs .title-faqs a {
        font-size: 2.1rem;
    }
}

.hp-opinion{
    background: #fafafa;
    padding-top: 120px;
    padding-bottom: 80px;
}
@media (min-width: 1200px){
.hp-opinion .container {
    max-width: 1335px;
}
}

.hp-opinion .bg{
    background: #ffffff;
    padding: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.hp-opinion .title{
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color:var(--black);
    margin-bottom: 55px;
}
.hp-opinion p{
    color: var(--black);
    text-align: center;
    font-weight: 300;
}
.hp-opinion p:first-of-type{
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.hp-opinion p:nth-of-type(2){
    font-size: .625rem;
    font-style: normal;
    letter-spacing: 5px;
    color: #bab9b1;
}

.hp-opinion p:nth-of-type(3){
    font-size: .625rem;
    font-style: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hp-opinion .slick-list{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.hp-opinion .slick-track{
    flex: 1;
}

.hp-opinion .slick-initialized  .slick-slide{
    display: flex;
}

.hp-opinion .slick-dots{
    position: relative;
    bottom: auto;
    margin-bottom: 50px;
}

.hp-opinion .slick-dots li button{
    background-color: red;
}

.hp-opinion .dots{
   position: relative;
}
.hp-opinion .slider .slick-dots li:before{
	content:"";
	display: none;
}
.hp-opinion .slick-dots li{
    width: 4px;
    height: 4px;
    margin: 0 9px;
    padding: 0;
    cursor: pointer;
}

.hp-opinion .slick-dots li button{
    background-color: var(--black);
    opacity: 1;
    width: 4px;
    height: 4px;
    padding: 0px;
    border-radius: 50%;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    margin-left:2px
}

.hp-opinion .slick-dots li.slick-active button{
    background-color:var(--lightgreen);
    width: 8px;
    height: 8px;
    padding: 0px;
    border-radius: 50%;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    margin-left:2px
}

@media(min-width:768px) and (max-width:992px){
    .hp-opinion .bg {
        padding: 30px;
    }
}


@media(max-width:768px){
    .hp-opinion{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .hp-opinion .bg {
        padding: 45px 25px 35px;
        margin-bottom: 10px;
    }
    .hp-opinion .slick-initialized .slick-slide{
        display: block;
    }
    .hp-opinion .title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    .hp-opinion p:first-of-type {
        font-size: 1.15rem;
    }
}

.hp-blog-shop{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
}

.hp-blog-shop .row{
    margin: 0 -25px;
}

.hp-blog-shop .col-12{
    padding: 0 25px;
}

.hp-blog-shop .date{
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 5px;
    color: #c3c3bc;
    margin: 30px 0 23px;
}
.hp-blog-shop .title{
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: -0.75px;
    color: var(--black);
    display: block;
    margin-bottom: 22px;
}

.hp-blog-shop .btn{
    text-transform: uppercase;

}

.hp-blog-shop .btn span{
    font-size: 12px;
}

.hp-blog-shop .btn.link:after{
    content: "";
    position: absolute;
    width: 39px;
    height: 19px;
    right: -5px;
    margin: auto;
    background-image: url(../img/arrow-link-lightgreen.svg);
    background-position: -68px;
    background-size: cover;
    transition: all .4s ease-in-out;
}

.hp-blog-shop .btn.link:hover::after{
    background-position: 0px;
}

.hp-blog-shop .img{
    height: 0;
    position: relative;
    padding-top: 56.4%;
    overflow: hidden;
}
.hp-blog-shop .img img{
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.hp-blog-shop .img img:hover {
    transform: scale(1.1);
}

.hp-blog-shop .text-center{
    margin-top: 60px;
}

.hp-shop-inst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hp-shop-inst img {
    padding: 0;
}

.hp-shop-inst > a img {
    width: 100%;
}
.hp-shop-inst > a,
.hp-shop-inst > img {
    max-width: 50%;
}

@media(max-width:768px){
    .hp-blog-shop {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .hp-blog-shop .col-12{
        margin-bottom: 35px
    }
    .hp-blog-shop .col-12.col-md-4:last-of-type{
        margin-bottom: 0
    }
    .hp-blog-shop .date {
        padding-bottom: 20px;
    }
    .hp-blog-shop .title{
        font-size: 1.675rem;
        margin-bottom: 10px;
    }

    .hp-blog-shop .text-center{
        margin-top:12px
    }
}

@media(min-width:768px) and (max-width:1024px){
    .hp-shop-inst > a,
    .hp-shop-inst > img {
        max-width: 25%;
    }
}



@media screen and (min-width: 1200px){
    .hp-shop-inst a {
        display: flex;
        align-items: center;
    }
    
    .hp-shop-inst > a {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .hp-shop-inst > a > img {
        height: 100%;
        width: 100%;
        object-fit: contain; 
        transform: scale(1);
        transition: all 0.4s ease;
    }
    .hp-shop-inst > a:hover > img {
        transform: scale(1.1);
    } 
    .hp-shop-inst > a,
    .hp-shop-inst > img {
        max-width: 25%;
        flex: 0 0 25%;
        object-fit: contain;
        height: 100%;
    }
}

.bar-instagram{
    background-color: var(--black);
    text-align: center;
    color:white;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 2.4px;
    padding: 55px 0;
}

.bar-instagram a{
    color:white;
    font-size: .75rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 2.4px;
    display: block;
}

.bar-instagram a i{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

.bar-instagram a:hover{
    color:var(--lightgreen)
}



/********** NEWSLETTER SUBSCRIBE POPUP **********/

.newsletter-overlay {
    position:fixed;
	top:0;bottom:0;
	left:0;right:0;
	background-color:rgba(0,0,0,.7);
	z-index:10;
	opacity:0;
	pointer-events:none;
	transition:var(--transition);
	
}
.newsletter-overlay.open {
    opacity:1;
	pointer-events:auto;
}

.newsletter-popup {
	position:fixed;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;
	width:435px;
	max-width:100%;
	height:auto;
	padding: 35px 50px 50px;
	background-color:rgba(17, 28, 23,.95);
	opacity:0;
	pointer-events:none;	
	z-index:10;
	transition:var(--transition);
	display:flex;
	flex-direction:column;
}
@media(min-width:992px){
	.newsletter-overlay{
		display: none;
	}
	.newsletter-popup {
		top:auto;bottom:0px;
		left:auto;right:30px;
		
	}
}

.newsletter-popup.open {
	opacity:1;
	pointer-events:auto;	
}

.newsletter-popup .h2 {
	margin-top: 0;
	margin-bottom:10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 2.5;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
}

.newsletter-popup .form {
	margin:auto;
	color: #f8f7f7
}

.newsletter-popup .popup-close {
	position:absolute;
	top:20px;
	right:20px;
	width:15px;
	height:15px;	
}
.newsletter-popup .popup-close::before,
.newsletter-popup .popup-close::after {
	content:"";
	position:absolute;
	top:0;bottom:0;
	left: 50%;
	margin:auto;
	width:20px;
	height:2px;
	background-color:#f8f7f7;
	transform:translateX(-50%) rotate(45deg);
}
.newsletter-popup .popup-close::after {
	transform:translateX(-50%) rotate(-45deg);
}
.newsletter-popup .form .input-wrapper input {
    display: inline-block;
    padding: 20px;
    position: relative;
    width: 100%;
    margin: 2px 0;
    background:none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    color: white;
	border: 1px solid var(--lightgreen);
	margin-bottom: 8px
}

.newsletter-popup .form .input-wrapper{
	margin-bottom:10px
}

.newsletter-popup .form .input-wrapper input::placeholder,
.newsletter-popup .form .input-wrapper input:focus{
    color: white!important;
}



.newsletter-popup .form input[type='checkbox'] + label + span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
    color: white;
}

.newsletter-popup .form input[type='checkbox'] + label + span a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: var(--lightgreen);
}

.newsletter-popup .form input[type='checkbox'] {
    display: none;
}


.newsletter-popup .form input[type='checkbox'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative;
    border: solid 1px rgba(171, 163, 37, 0.98);
    background: none;
    margin-bottom: 0;
}


.newsletter-popup .form input[type='checkbox'] + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    color: var(--lightgreen);
    line-height: 1;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0; 
    pointer-events: none;
}


.newsletter-popup .form input[type='checkbox']:checked + label::before{
	opacity: 1;
}

.newsletter-popup .form a.btn {
    margin-top: 20px;
}

.newsletter-popup .form a.btn span {
    font-size:12px;
}

@media screen and (max-width:768px){
	.newsletter-popup {
        height: 470px;
        max-width: 435px;
        width: 100%;
        padding: 60px 23px 50px;
    }

    .newsletter-popup .h2{
        line-height: 1.4;
    }
    
    .newsletter-popup .form a.btn {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
	
	.newsletter-popup .form a.btn_2 {
		display: block;
		margin-top: 15px
	}
}



.filter-search input:-webkit-autofill, 
.filter-search input:-webkit-autofill:hover, 
.filter-search input:-webkit-autofill:focus, .filter-search textarea:-webkit-autofill, .filter-search textarea:-webkit-autofill:hover, .filter-search textarea:-webkit-autofill:focus, .filter-search select:-webkit-autofill, .filter-search select:-webkit-autofill:hover, .filter-search select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit !important;
    box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.store .top-title{
    padding: 0;
}
.store .without-title.top-title .container {
    height: 260px;
}

.content.shop-listage .template.has-sidebar .filter-sidebar{
    background: none;
}

.content.shop-listage .template.has-sidebar .filter-sidebar > div .upper p {
    font-size: 19.5px;
    line-height: 1.38;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.49px;
    margin: 0;
    color: var(--black)
}

.content.shop-listage .template.has-sidebar .sidebar ul li a{
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 2.4px;
    
    text-transform: uppercase;
    color: var(--lightgreen)
}

.content.shop-listage .template.has-sidebar .sidebar ul li.active a{
    color:var(--black);
    letter-spacing: 2.4px;
}

.content.shop-listage .template.has-sidebar .sidebar ul li.active ul li.active a{
    color:var(--black);
}

.content.shop-listage .template.has-sidebar .filter-sidebar ul.nav > li,
.content.shop-listage .template.has-sidebar .filter-sidebar ul.nav > li > a:hover,
.content.shop-listage .template.has-sidebar .filter-sidebar ul.nav > li > a:focus{
    color:var(--black);
    font-weight: 300;
    letter-spacing: 2.4px;
}

.content.shop-listage .template.has-sidebar .filter-sidebar ul.nav ul li:first-child {
    margin-top: .9em;
}
.content.shop-listage .template.has-sidebar .sidebar ul li.active ul li{
    margin: 0;
}
.content.shop-listage .template.has-sidebar .sidebar ul li.active ul li a {
    color: #92918b;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
}

.content.shop-listage .template.has-sidebar .sidebar ul li {
    margin: 2px 0;
}

.content.shop-listage .template.has-sidebar .filter-sidebar ul.nav > li + li{
    margin-top:10px
}

.content.shop-listage .template.has-sidebar .filter-sidebar hr {
    margin: 0;
    border-top: 2px solid #f4f2d2;
}

.content.shop-listage .template.has-sidebar .filter-sidebar > div.tab .upper::before, 
.content.shop-listage .template.has-sidebar .filter-sidebar > div.tab .upper::after{
    background-color: var(--lightgreen);
}

.content.shop-listage .template.has-sidebar .form input[type='checkbox'] + label,
.content.shop-listage .template.has-sidebar .form input[type='radio'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border: solid 1px #d9d8d8;
    transition: var(--transition);
}

.content.shop-listage .template.has-sidebar .form input[type='checkbox'] + label + label, 
.content.shop-listage .template.has-sidebar .form input[type='radio'] + label + label {
    display: inline-block;
    padding-left: 10px;
    color: #92918b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
    flex: 1;
    margin-top: 2px;
    cursor: pointer;
}

.content.shop-listage .template.has-sidebar .form > div > div:first-child,
.content.shop-listage .template.has-sidebar .form > div > div {
    margin:  0;
}

.content.shop-listage .template.has-sidebar .filter-sidebar .form input[type='checkbox'] + label::before {
    background-color: transparent;
    top: 3px;
    bottom: auto;
    left: 3px;
    right: auto;
}

.content.shop-listage .template.has-sidebar .filter-sidebar .form input[type='checkbox']:checked + label::before{
	opacity: 1;
}

.content.shop-listage .template .listing.listing-product .header span.count {
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    color: var(--lightgreen);
    margin-left: auto;
    letter-spacing: -0.4px;
}

@media screen and (min-width: 1200px){
    .content.shop-listage {
        padding-top: 0px;
        /*margin-bottom: 130px;*/
    }
}

.content.shop-listage .listing .item {
    background: none;
    margin-bottom: 45px;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1130px){
    .products-listage .article{
        max-width:350px;
        flex: 0 0 50%;
    }
    .content .template.has-sidebar.has-sidebar-left > .container > div:not(.sidebar) {
        padding-left: 45px;
    }
}

.store-v2 .content.shop.cart .template .listing.listing-product .row > .product{
    padding: 0;
}
.store-v2 .content.shop.cart .template .listing.listing-product .row {
    margin-top: 0px;
    justify-content: left;
}

.store-v2 .content.shop.cart .template .listing.listing-product2 .row > .product{
    padding: 0;
}
.store-v2 .content.shop.cart .template .listing.listing-product2 .row {
    margin-top: 0px;
    justify-content: left;
}

@media screen and (min-width: 992px){
    .content.shop-listage .template .listing.listing-product .row > .product{
        padding: 0;
    }
    .content.shop-listage .template .listing.listing-product .row {
        margin-top: 0px;
        /* justify-content: left; */
    }

    .content.shop-listage .template .listing.listing-product2 .row > .product{
        padding: 0;
    }
    .content.shop-listage .template .listing.listing-product2 .row {
        margin-top: 0px;
        /* justify-content: left; */
    }
}
@media (min-width: 1024px){
    .store-v2 .content.shop.cart .template .listing.listing-product .row > .product {
        margin: 0 10px!important;
    }

    .store-v2 .content.shop.cart .template .listing.listing-product2 .row > .product {
        margin: 0 10px!important;
    }
}

@media screen and (max-width: 768px){
    .content.shop-listage .template .listing.listing-product .header span.count{
        font-size: 14px;
    }

    .content.shop-listage .template .listing.listing-product .header{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .content.shop-listage .template .listing.listing-product2 .header span.count{
        font-size: 14px;
    }

    .content.shop-listage .template .listing.listing-product2 .header{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .products-listage .article div.bg{
        flex-direction: row;
        position: relative;
    }

    .content.shop-listage .template .listing.listing-product .row > .product {
        padding: 0 10px;
    }

    .content.shop-listage .template .listing.listing-product2 .row > .product {
        padding: 0 10px;
    }


    .products-listage .item.two-products .content{
        padding:16px

    }
    .content.shop-listage .template .listing.listing-product .row .product.two-products{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content.shop-listage .template .listing.listing-product2 .row .product.two-products{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content.shop.shop-listage .listing .article.product.two-products .button span{
        display: none;
    }
    .content.shop-listage .listing .item{
        margin-bottom: 25px;
    }

    .content.shop-listage .listing .item:last-of-type{
        margin-bottom: 15px;
    }

    .content.shop-listage .template{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px){
    .content.shop-listage .template.has-sidebar .filter-sidebar{
        background: white;
    }
}

.content.shop-listage .template.has-sidebar{
    display: block;
}

.content.shop-listage .filter-search{
    display: flex;
}

.content.shop-listage .filter-search .input-wrapper{
    background: white;
    border: solid 1px rgba(231, 229, 200, 0.98);
    position: relative;
}

.content.shop-listage .filter-search input{
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: left;
    color: #767877;
    width: 100%;
}

.content.shop-listage .filter-search .input-wrapper:not(.select-wrapper) span{
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer
}

.content.shop-listage .filter-search .input-wrapper:not(.select-wrapper) span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/img/lupe-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    margin: auto;
    transition: var(--transition);
}

.content.shop-listage .filter-search .input-wrapper:not(.select-wrapper) span:hover::after{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}

.content.shop-listage .filter-search .input-wrapper.select-wrapper{
    position: relative;
    margin-bottom: 30px;
  }

.content.shop-listage .custom-select .placeholder {
    position: relative;
    padding: 0 30px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    resize: none;
    transition: var(--transition);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: left;
    color: #767877;
}

.content.shop-listage .custom-select .options > div{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.35px;
    text-align: left;
    color: #767877;
}

.content.shop-listage .custom-select .options-wrapper {
    left: -1px;
    width: calc(100% + 2px);
    border:solid 1px rgba(231, 229, 200, 0.98);
    border-top: none;
}

.content.shop-listage .custom-select .placeholder::before{
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--lightgreen);
    border-bottom: 1px solid var(--lightgreen);
}


.content.shop.shop-listage .listing .article .button span{
    font-size:12px
}

@media (min-width: 992px){
 

    .content.shop-listage .template.has-sidebar .filter-sidebar {
        width: 270px;
    }
    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container > div:not(.sidebar) {
        padding-left: 70px;
    }
}

@media (min-width: 1300px){
    .content.shop-listage .template.has-sidebar .filter-sidebar {
        width: 315px;
    }

}

@media (min-width: 768px){
    .content.shop-listage .template.has-sidebar .container.filter{
        justify-content: flex-end;
    }

    .content.shop-listage .template .listing.listing-product .row {
        margin-top: 0px;
        /* justify-content: left; */
    }

    .content.shop-listage .template .listing.listing-product2 .row {
        margin-top: 0px;
        /* justify-content: left; */
    }

    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container.filter-search > div.input-wrapper.select-wrapper{
        margin-left: 50px;
    }

    .content.shop-listage .custom-select .options > div {
        padding: 5px 50px;
    }

    .content.shop-listage .template.has-sidebar .filter-sidebar {
        margin-top: 65px;
    }

    .store-v2 .content.shop-listage .template.has-sidebar .filter-sidebar {
        width: 220px;
    }

    .store-v2 .content .template.has-sidebar.has-sidebar-left > .container > div:not(.sidebar) {
        padding-left: 55px;
    }

    .store-v2 .content .template.has-sidebar .filter-sidebar > div .lower > div:first-of-type{
        padding-top: 0;
    }

    .content-store.template{
        background: white;
    }

    .content-store.template .template-module:last-of-type,
    .content-store.template .template-module.module12
    {
        margin-bottom: 0 !important;
    }
    
}

@media (min-width: 992px){
    .content.shop.shop-listage .container {
        padding: 0 25px;
    }
    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container.filter-search > div.input-wrapper:not(.select-wrapper) {
        padding: 23px 30px;
        /* max-width: 350px; */
        max-width: 317px;
    }
    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container.filter-search > div.input-wrapper.select-wrapper{
        padding: 23px 0;
        /* max-width: 350px; */
        max-width: 317px;
        margin-left: 50px;
    }

    .content.shop.produt-detail .template{
        padding-bottom:0px
    }

    .store-v2 .content.shop-listage .template.has-sidebar .filter-sidebar {
        /* width: 350px; */
        width: 317px;
    }
    .store-v2 .content .template.has-sidebar.has-sidebar-left > .container > div:not(.sidebar) {
        /* padding-left: 85px; */
        padding-left: 80px;
    }
}

@media(max-width:768px){
    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container > div:not(.sidebar){
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .content.shop-listage .filter-search input{
        margin: 20px;
    }
    .content.shop-listage .custom-select .placeholder{
        padding: 20px;
    }

    .content.shop-listage .template.has-sidebar.has-sidebar-left > .container > div.input-wrapper{
        padding-left: 0;
    }
    .content.shop-listage .filter-search input{
        width: 80%;
    }

}

.content .product-page .product-details .button span {
	font-size: 12px;
}

.content .product-page .product-details .button.disabled {
    background-color: var(--dark);
}

.content-store{
    padding: 80px 0 100px;
    margin-bottom: 0;
}

.content-store.area-shop{
    background: #f7f4c6;
    padding: 75px 0 80px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
}

@media(max-width:767px){
	.content-store.area-shop{
        padding: 30px 0 14px;
    }

    .content .product-page .product-details .button span {
        font-size: 10px;
    }

    .content.shop .product-page .product-details .button span::before{
        width: 20px;
        height: 17px;
        margin-right: 13px;
    }

}

.content-store.area-shop .col-12{
    margin-bottom: 25px;
}



.content-store.area-shop img{
    width:86px;
    height: 86px;
    margin-bottom:21px ;
}

.content-store.area-shop p.title{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: var(--black);
}
.content-store.area-shop p{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: var(--lightgreen);
}

@media(min-width:992px){
    .content-store.area-shop .col-12{
        margin-bottom: 0;
    }

    .content-store.area-shop .row > div{
        padding: 0 40px;
    }

    .content-store.area-shop img{
        margin-bottom:41px ;
    }
}

.newsletter .button::before{
    display: none;
}

@media (max-width: 1024px){
    .newsletter div {
        align-items: baseline;
    }
    
    .newsletter .button{
        margin-left: 25px;
    }
    .newsletter div p{padding-bottom: 0px;}
}

@media (max-width: 767px){

    .content-store{
        padding-top: 60px;
    }

    .product-option2 + .content-store{
        padding-top: 20px;
    }

    .newsletter div {
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 25px;
    }

    .newsletter div p{
        padding-bottom: 30px;
    }
    .newsletter div p, .newsletter div p strong{
        font-size: 1.8rem;
    }

    .newsletter .button{
        margin-left: 0;
    }

    .newsletter .button span{
        font-size: 12px;
    }

    .content-store.area-shop .col-12{
        margin-bottom:40px;
    }
    .content-store.area-shop .col-12:last-of-type{
        margin-bottom:0px;
    }
}

.content.shop.produt-detail{
    position: relative;
    min-height: auto;
}
.content.shop.produt-detail .container {
    padding: 0 30px;
    position: relative;
}
.content.shop.login .container {
    padding: 0 50px;
}
.content.shop.shop-listage .container {
    padding: 0 35px;
}
.content.shop.produt-detail .container:before {
    content: "";
    background: rgba(171, 163, 37,.2);
    height: 260px;
    width: 152%;
    position: absolute;
    top: 0;
    left: -115%;
    z-index: 0;
}

header.fixed > .content.shop.produt-detail .container:before{
    top: 157px;
}


.content.shop .product-page .slider-arrows {
    margin-top: 21px;
    
}

.content.shop .product-page .banner ul.breadcrumb {
    background: none;
    position: relative;
    padding-left: 0;
    padding-top: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.4;
}
.content.shop .product-page .banner ul.breadcrumb a, .content.shop .product-page .banner ul.breadcrumb li {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
}

.content.shop .product-page .banner ul.breadcrumb a:hover {
    color: var(--lightgreen);
}

.content.shop .product-page .banner h1 {
    font-size: 2.813rem;
    font-weight: bold;
    letter-spacing: -1.13px;
    color: var(--black);
}

@media(max-width:767px){
    .content.shop .product-page .banner h1 {
        font-size: 2.187rem;
    }

    .content.shop .product-page .banner ul.breadcrumb a, .content.shop .product-page .banner ul.breadcrumb li {
        letter-spacing: 1px;
    }

}

@media(min-width:768px){
    .content.shop .product-page .banner h1 {
        line-height: 1.62;
    }
}

.content.shop .product-page .banner h1 + a {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 5px;
    color: var(--lightgreen);
    margin-top: 10px;
    text-transform: uppercase;
}

.content.shop .product-page .banner h1 + a:hover{
    color:var(--black)
}

.content.shop .product-page .boxes-options{
    background: white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 5px;
}


.content.shop .product-page .boxes-options .txt-ref{
    font-size: 1.125rem;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -0.45px;
    color: var(--black);
}
.content.shop .product-page .form .boxes-options .row{
    justify-content: flex-start;
    margin-left: 20px;
    flex: 1;
    align-items: flex-start;
}

.content.shop .product-page .form .boxes-options .row label:first-of-type{
    margin: 3px 0;
    cursor: pointer;
}

.content.shop .boxes-options .row .col-12 {
    margin-bottom: 13px;
}



.content.shop .boxes-options .row .col-md-5,
.content.shop .boxes-options .row .col-md-7 {
    display: flex;
    flex-wrap: nowrap;
}

@media(min-width:1024px){
    .content.shop .boxes-options .row .col-md-5{
        padding-left:0;
        padding-right: 25px;
    }
}

.content.shop .boxes-options .row .col-md-5 img,
.content.shop .boxes-options .row .col-md-7 img{
    width: 33px;
    height: 45px;
    margin-right: 14px;
}

.content.shop .boxes-options .row .col-md-5 p,
.content.shop .boxes-options .row .col-md-7 p {
    font-size: .844rem;
    font-weight: normal;
    line-height: 1.48;
    color: var(--black);
    margin: 0;
    white-space: nowrap;
}
@media(max-width:787){
    .content.shop .boxes-options .row .col-md-5 p, .content.shop .boxes-options .row .col-md-7 p{
        font-size: .9rem;
    }
}


.content.shop .boxes-options .row .col-md-5 span,
.content.shop .boxes-options .row .col-md-7 span{
    font-size: .844rem;
    font-weight: normal;
    line-height: 1.48;
    color: var(--grey);
}
.content.shop .boxes-options input[type='radio'] {
    display: none;
}
.content.shop .boxes-options input[type='radio'] + label {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 22px;
    background-color: white;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(220, 215, 144, 0.98);
    transition: var(--transition);
}

.content.shop .boxes-options input[type='radio'] + label.disabled{
    border: transparent;
}

.content.shop .boxes-options input[type='radio'] + label {
    border-radius: 50%;
}

.content.shop .boxes-options input[type='radio'] + label + label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.4px;
    text-align: left;
    color: var(--darkgreen);
    flex: 1;

	
}

.content.shop .boxes-options input[type='radio']:checked + label::before {
	opacity: 1;
}

@media(min-width:992px) and (max-width:1180px){
    .content.shop .boxes-options .row .col-md-5 p,
    .content.shop .boxes-options .row .col-md-7 p{
        font-size: .8rem;
    }
    .content.shop .boxes-options .row .col-md-5 img, .content.shop .boxes-options .row .col-md-7 img{
        margin-right:15px
    }
}



.content.shop .boxes-options input[type='radio'] + label::before {
    content: "";
    background-color: var(--lightgreen);
    line-height: 1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    border-radius: 50%;
}

.content.shop .select-content{
    display: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    background: #f4f4f2;
}
.content.shop .product-details .width-amount{width: 95px;}
.content.shop .product-details .select-amount{
    
    display: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.content.shop .product-details .select-amount p{
    font-size: 13.5px;
    font-weight: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: right;
    color: #9e114d;
    margin-top: 32px;
}

.content.shop .product-details .width-amount > p {
    font-size: 13.5px;
    font-weight: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: right;
    color: #9e114d;
    margin-top: 88px;
}   

.content.shop.shop-listage .template .sidebar .form > div > div:last-child{
    margin-top: 0;
}

.content.shop .template .product-details .quantity-select {
    background: none;
    position: relative;
    padding: 0 40px 5px;
    border-bottom: 2px solid #f4f2d2;
    width: 95px;
    font-size: 0;
}

.content.shop .template .product-details .quantity-select span {
    font-size: 14px;
    line-height: 2.43;
    font-weight: bold;
    text-align: center;
}
.content.shop .template .product-details .quantity-select a.minus {
    left: 5px;
}
.content.shop .template .product-details .quantity-select a.plus {
    right: 5px;
}

.content.shop .template .product-details .quantity-select a.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.content.shop .template .product-details .quantity-select a {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    font-size: 0;
    color: inherit;
}
@media(max-width:1200px){
    .content.shop .product-details .width-amount{
        width: 100%;
    }

    .content.shop .template .product-details .quantity-select{
        float: right;
        margin-top: 12px;
        margin-left: auto;
    }
    .content.shop .product-details .select-amount p{
        float: left;
    }
}

@media(min-width:1024px){
    .caract-product{
        display: flex;
        flex-wrap: nowrap;
    }
}

@media(max-width:768px){
    .content.shop .product-page .product-details .form > .row > div:nth-of-type(2){
        order: 0;
    }

    .content .product-page .banner .rev{
        display: none;
    }

    
}

.content.shop .template .product-details .form > div > div {
    margin: 5px 0;
}

.content.shop .template .product-details .form > div > div:first-of-type{
    margin-top:40px
}

.content .product-page .product-details .button {
    margin-top: 40px;
    padding: 20px 82px;
}

.hp-product-shop.listing .listing-options {
    font-size: 0;
    text-align: right;
}
.hp-product-shop.listing .listing-options a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	color: var(--black);
	line-height: 22px;
	height: 22px;
	min-width: 22px;
	letter-spacing: .19em;
	text-transform: uppercase;
	vertical-align: middle;
}
.hp-product-shop.listing .listing-options a + a {
	margin-left: 15px;
}
.hp-product-shop.listing .listing-options a.toggle-filter {
	padding-left: 45px;
}
.hp-product-shop.listing .listing-options a.active {
	pointer-events: none;
}

.hp-product-shop.listing .listing-options a::before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .25;
	transition: var(--transition);
}
.hp-product-shop.listing .listing-options a.active::before {
	opacity: 1;
}
.hp-product-shop.listing .listing-options a.toggle-filter::before {
	background-image: url(/assets/img/shop/icon-filter.svg);
	width: 30px;
	opacity: 1;
}
.hp-product-shop.listing .listing-options a.show-mosaic::before {
	background-image: url(/assets/img/shop/icon-grid.svg);
}
.hp-product-shop.listing .listing-options a.show-fullscreen::before {
	background-image: url(/assets/img/shop/icon-full.svg);
}


@media (min-width: 768px){
    .hp-product-shop.listing .header .listing-options {
        display: none;
    }
    .hp-product-shop.listing .listing-options {
        font-size: 0;
    }
}

.reviews-product{
    background-color: white;
    padding: 120px 0;
}

.reviews-product .row{
    justify-content: center;
}

@media (max-width: 768px){
    .hp-product-shop.listing {
        padding: 25px 20px;
    }

    .hp-product-shop.listing .item.two-products{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp-product-shop.listing:not(.roupas) .article.two-products .button span{
        display: none;
    }

    .roupas .products-listage .description .link_category{
        letter-spacing: 2px;
    }

    .reviews-product{
        padding: 30px 0 40px;
    }

    .roupas.listing .article .button {
        font-size: 10px;
        padding: 12px 16px;
    }
}

.reviews-product .title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color: var(--black);
    margin-bottom: 70px;
}


@media(min-width:992px){
    .rating-opinion{
        flex: 0 0 240px;
        max-width: 240px;
        text-align: center;
    }
}


.reviews-product .ponto_ratings{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: -0.75px;
    text-align: left;
    color: var(--black);
    text-align: center;
}

.rating-opinion .rating{
    margin: 23px 0;
}



.rating-opinion p{
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    color: var(--lightgreen);
}

.rating-opinion .btn.button{
    padding: 20px 0;
    width:100%
}

.rating-opinion ul{
    margin-top: 30px;
    margin-bottom: 40px;
}
.rating-opinion ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    color: var(--black);
    margin-bottom: 5px;
    white-space: nowrap;
}

.rating-opinion ul li img{
    width: 20px;
    height: 18px;
    margin-top: -2px;
}

.rating-opinion ul li .grey-rating img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}

.rating-opinion ul li div:nth-of-type(2){
    margin-left:4px
}

.rating-opinion ul li div:last-of-type{
    flex: 1;
}
.rating-opinion ul li div:last-of-type::before{
    content: "";
    height: 10px;
    background-color: #f6f3cc;
    display: inline-block;
    margin: 0 9px 0 12px;
}
.rating-opinion ul li.rating0 div:last-of-type::before{
    width: 2%;
}
.rating-opinion ul li.rating1 div:last-of-type::before{
    width: 25%;
}
.rating-opinion ul li.rating2 div:last-of-type::before{
    width: 40%;
}
.rating-opinion ul li.rating3 div:last-of-type::before{
    width: 65%;
}

.rating-opinion ul li.rating4.len_4 div:last-of-type::before{
    width: 67%;
}
.rating-opinion ul li.rating4.len_3 div:last-of-type::before{
    width: 69%;
}
.rating-opinion ul li.rating4.len_2 div:last-of-type::before{
    width: 77%;
}
.rating-opinion ul li.rating4 div:last-of-type::before{
    width: 82%;
}


.rating_score{
    font-family: "Hero New";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.75px;
    color: #111c17;  
}

.content-opinion{
    flex: 1;
    color: var(--black);
    font-weight: 300;
    text-align: left;
}

.content-opinion.listing .item{
    display: block;
    margin-bottom: 25px ;
}
@media(min-width:992px){
    .content-opinion{
        margin-left: 125px;
    }
}
.content-opinion p{
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: -0.45px;
    
}
.content-opinion p:last-of-type{
    font-size: 10px;
    font-style: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0;
}

.content-opinion p:last-of-type span{
    font-size: 10px;
    letter-spacing: 5px;
    color: #bab9b1;
    margin-right: 5px;
}

.content-opinion div img{
    max-width: 128px;
}

.content-opinion .rating,
.content .product-page .banner .rating,
.products-listage .item .content .rating,
.hp-opinion .rating,
.rating-opinion .rating
{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color:var(--lightgreen);
}
.content-opinion .rating .star,
.content .product-page .banner .rating .star,
.content.shop-listage .listing .item .rating .star,
.products-listage .item .content .rating .star,
.rating-opinion ul li .star,
.hp-opinion .rating .star,
.rating-opinion .rating .star{
    /*margin-bottom: 35px;*/
    margin-right: 3px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(/img/icon_star.svg) no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}
.content-opinion .rating .star.active,
.content .product-page .banner .rating .star.active,
.content.shop-listage .listing .item .rating .star.active,
.products-listage .item .content .rating .star.active,
.hp-opinion .rating .star.active,
.rating-opinion .rating .star.active{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.rating-opinion ul li .star{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    margin: 0;
    margin-left:5px;
}

.hp-opinion .rating{
    justify-content: center;
    margin-bottom: 35px;
}

.content-opinion .rating .star{
    margin-bottom: 36px;
}

.rating-opinion .rating .star{
    width: 39px;
    height: 37px;
}

.content .product-page .banner .rating{
    margin-top: 36px;
    margin-bottom: 30px;
}
.content .product-page .banner .rating div:not(.star):last-of-type{
    margin-left: 5px;
    font-size:12px
}

.products-listage .item .content .rating{
    margin: 25px auto 0;
}
.content.shop-listage .listing .item .rating .star{
    margin-bottom: 0;
}

.products-listage .item .content a:last-of-type{
    margin: auto;
}


@media (max-width: 767px){
    .reviews-product .title {
        font-size: 2.187rem;
        font-weight: 300;
        line-height: 1.25;
        letter-spacing: -1.2px;
        text-align: center;
        color: var(--black);
        margin-bottom: 20px;
    }
    
    .rating-opinion p {
        text-align: center;
    }

    .content-opinion .rating, 
    .content .product-page .banner .rating, 
    .products-listage .item .content .rating, 
    .hp-opinion .rating, 
    .rating-opinion .rating {
        justify-content: left;
        align-items: center;
    }
}

@media(min-width:1024px){
    .content.opinion .template .article{
        max-width: 350px;
        width: 100%;
        margin-bottom: 50px;
        flex: 0 0 350px;
        margin-right: 130px;
    }
    .content.opinion .template .col-md-8{
        flex:1
    }
}

@media(min-width:1024px) and (max-width:1024px){
    .content.opinion .template .article{
        margin-right: 90px;
    }
    .content.opinion .template .col-md-8{
        flex:1
    }
}

.content.opinion .template .article div.bg {
    background: #fff;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.content.opinion .template .article .img {
    position: relative;
}

.content.opinion .template .article img {
    display: block;
    margin: 0 auto;
}

.content.opinion .template .article .content {
    padding: 30px 27px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.content.opinion .template .article .content a:last-of-type {
    margin: auto;
}
.content.opinion .template .article .link_category {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--lightgreen);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.content.opinion .template .article .description .title-product {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: -0.6px;
    color: var(--black);
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

.content.opinion .template .form input[type='radio'] + label{
    border: none;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}
.content.opinion .template .form input[type='radio'] + label::before{
    display: none;
}

.opinion .rating input{
    display: none;
}

.content.opinion h2{
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: -0.9px;
    text-align: left;
}
.content.opinion .template .form .rating {
    display: flex;
    flex-direction: row-reverse;
    width: 258px;
}
.content.opinion .template .form .rating:not(:checked) > label{
    margin-right: 11px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 41px;
    background: url(/img/icon_star.svg) no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
}

.content.opinion .template .form .rating:hover > label,
.content.opinion .template .form .rating:hover > input:checked ~ label{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
}
.content.opinion .template .form .rating > input:checked ~ label {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;    
}
.content.opinion .template .form .rating:not(:checked) > label:hover,
.content.opinion .template .form .rating:not(:checked) > label:hover ~ label {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: .8; 
}
.content.opinion .template .form .rating > input:checked + label:hover,
.content.opinion .template .form .rating > input:checked + label:hover ~ label,
.content.opinion .template .form .rating > input:checked ~ label:hover,
.content.opinion .template .form .rating > input:checked ~ label:hover ~ label,
.content.opinion .template .form .rating > label:hover ~ input:checked ~ label {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: .6;
}

.swal-text {
    font-size: 1rem;
    font-weight: 300;
    color: var(--grey);
    letter-spacing: -0.4px;
    text-align: center;
    padding: 0 65px;
    max-width: 100%;
}
.swal-button, .swal-button:not([disabled]):hover, .swal-button:not([disabled]):focus {
    display: inline-block;
    padding: 20px 55px;
    background-color: var(--lightgreen);
    font-size: 1rem;
    font-weight: 500;
    color: white !important;
    line-height: 1;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    transition: var(--transition);
}

.swal-icon--warning {
    border-color: var(--lightgreen);
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: var(--lightgreen);
}


.content .template.has-sidebar .sidebar .txt-range p{
    font-size: 14px;
    font-weight: 300;
    line-height: 2.57;
    letter-spacing: normal;
    color: #92918b;
    text-align: right;
    display: block;
}

.content .template.has-sidebar .sidebar .txt-range p span{
    font-size: 14px;
    font-weight: 300;
    color: #92918b;
    display: inline;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    margin: 40px  0;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
overflow: hidden;
z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-base .noUi-origin:nth-of-type(2){
    right: -10px;
}
.noUi-connect,
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-horizontal .noUi-base .noUi-origin:last-of-type{
    right: 10px;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 2px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -9px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: 0px;
    right: auto;
}

.noUi-target {
    background: rgba(171, 163, 37,.15);
    border:none;
    border-radius: 0;
    box-shadow: none;
}
.noUi-connects {
    border:none;
    border-radius: 0;
    background: rgba(171, 163, 37,.15);
}
.noUi-connect {
    background: var(--lightgreen);
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-handle {
    border: none;
    border-radius: 50%;
    background: var(--lightgreen);
    cursor: default;
    box-shadow: none;
}
.noUi-active {
    transform: scale(1.04);
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

 .template-module h3 {
    font-size: 1.667rem;
    font-weight: bold;
    line-height: 1.53;
    letter-spacing: -0.75px;
}

.store .content.shop .template .form .remember a{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    text-align: left;
    color: #888787;
}

.store .content .template .form .input-wrapper label{
    color: var(--grey);
}

@media (min-width: 768px){
    .store .content .template.login .container > .row > div:last-of-type{
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
    }

    .store .content .template.login .container > .row > div:last-of-type > div:last-of-type{
        margin-bottom: 50px;
    }

    .store .content .template.login .container > .row > div:last-of-type > div:last-of-type h2 {
        font-size: 32px;
    }

}


@media (min-width: 992px){
    .store .content .template.login .container > .row {
        margin: 0 -60px;
    }
    .store .content .template.login .container > .row > div{
        padding:0 40px
    }

    

    .store .content.shop.login {
        min-height: auto;
    }
    .store .content .template.login .container > .row > div:first-of-type .h2{
        margin-bottom: 15px;
    }
    .store .content.shop.login .h2:first-child {
        margin-bottom: .75em;
        margin-top: 25px;
    }
}

@media (min-width: 1025px){
    .store .content .template.login .container > .row > div:last-of-type{
        padding-left: 190px;
    }
}
@media (max-width: 769px){
    .store .top-title .container h1 {
        font-size: 40px;
    }
}

@media(max-width: 320px){


    .reviews-product .container{
        padding-left: 0;
        padding-right: 0;
    }

    .rev_prod .file_btn {
        width: 200px;
    }

    .rev_prod .file_btn::before {
        padding: 20px 15px;
    }

    .reviews-product {
        padding: 30px 20px;
    }
    
    .reviews-product .title {
        font-size: 2.35rem;
        margin-bottom: 35px;
    }

    .rating_score{
        font-size: 25px;
        text-align: center;
    }

    .rating-opinion p, .content-opinion p {
        text-align: center;
    }

    .content-opinion .rating, .content .product-page .banner .rating, .products-listage .item .content .rating, .hp-opinion .rating, .rating-opinion .rating {
        align-items: center;
        justify-content: center;
    }

    .content-opinion div img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}


.rev_prod .file_btn {
    position: relative;
    background: none;
    background-size: auto;
    background-position: center;
    color: transparent;
    text-decoration: none;
    margin: 0;
    font-family: "Hero New";
    font-weight: 300;
    font-style: normal;
    font-size: .75rem;
    letter-spacing: 2.4px;
    border-radius: 0;
    border:0 ;
    padding: 17px 40px;
    transition: all .4s ease-out;
    text-transform: uppercase;
    width: 238px;
}

.rev_prod .file_btn::before {
    content: 'ESCOLHER FICHEIRO';
    text-align: center;
    background: white;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 2px solid var(--lightgreen);
    font-family: "Hero New";
    font-size: .75rem;
    letter-spacing: 2.4px;
    border-radius: 0;
    padding: 0;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: none;
    font-size: 10px;
    font-weight: bold;
    color:var(--lightgreen);
    width: 100%;
    padding: 20px 48px;
    top:0;
    left:0;
    right:0;
    bottom:0
}


.rev_prod .file_btn:hover::before{
    color:white;
    background-color: var(--lightgreen);
}

.rev_prod .file_btn::-webkit-file-upload-button {
    visibility: hidden;
  }

.content.shop p.file_text {
position: relative !important;
top: 0 !important;
transform: translateY(0) !important;

margin-bottom: 20px !important;
}

.planta_categoria.full-slide{
    flex-wrap: wrap;
}

.planta_categoria.full-slide > div > a{
    margin: 0;
}

.planta_categoria.full-slide > div + div{
    margin-top: 15px;
}

.desconto_colecao{ 
    position: absolute;
    top: -63px;
    right: 10px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #111c17;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
}

.desconto_colecao + .desconto_colecao{ right: 98px; }

.store-v2 .content .slider-wrapper .desconto_colecao{
    z-index: 9;
    bottom: -15px;
    top: auto;
}

.content .template .listing .product .desconto_colecao p:first-of-type,
.store-v2 .content .slider-wrapper .desconto_colecao p:first-of-type,
.store-v2 .hp-product-shop .products-listage .item .content .desconto_colecao p:first-of-type{
    font-family: 'Hero New Super';
    font-weight: 900;
    color: white;
    font-size: 18px;
    margin: 0;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
}
.content .template .listing .product .desconto_colecao p:last-of-type,
.store-v2 .content .slider-wrapper .desconto_colecao p:last-of-type,
.store-v2 .hp-product-shop .products-listage .item .content .desconto_colecao p:last-of-type{
    font-family: 'Hero New';
    font-weight: normal;
    color: white;
    font-size: 10px;
    margin: 0;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
}



/* ************************************** */
/* *************** ROUPAS *************** */
/* ************************************** */

.prdRoupas .banner .txt-ref{
    font-family: "Hero New";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.3px;
    text-align: left;
    color: #9e9f9f;
    margin: 10px 0 4px
}
.prdRoupas .product-details .radios-gerais{
    display: flex;
    gap: 5px;
    align-self: start;
}


.content.shop.produt-detail.prdRoupas .template.product-page .product-details{
    margin-top:0px
}
.prdRoupas.content .template .product-details .radio-wrapper{
    margin: 10px 0 !important;
}


.prdRoupas .product-details .radio-wrapper input[type="radio"]{
    display: none;
}

.prdRoupas.content .template  .product-details .radio-wrapper label,
.prdRoupas.content .template  .product-details .radio-wrapper a{
    padding: 3px 25px;
    font-family: "Hero New";
    border-radius: 0;
    line-height: 2;
    font-size: 13px;
    width: inherit;
    height: inherit;
    border: solid 1px rgba(223, 223, 218, 0.98);
    border-radius: 17.5px;
}

.prdRoupas.content .template  .product-details .radio-wrapper a{
    padding: 8px 25px;
}

.prdRoupas.content .template  .product-details .radio-wrapper label::before{
    display: none;
    content: none;
}

.prdRoupas.content .template  .product-details .radio-wrapper label span,
.prdRoupas.content .template  .product-details .radio-wrapper a span{
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: -0.33px;
    text-align: center;
    color: #111c17;
}

.prdRoupas.content .template  .product-details .radio-wrapper input:checked + label,
.prdRoupas.content .template  .product-details .radio-wrapper a.active{
    border: solid 1px rgba(171, 163, 37, 0.98);
    background: none;
    pointer-events: none;
}

.prdRoupas .product-details .radios-gerais + a{
    font-family: "Hero New";
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.35px;
    text-align: left;
    color: #aba325;
}

.prdRoupas .product-details .radios-gerais + a:hover{
    color:#111c17
}

.content.prdRoupas .product-page .product-details .price{
    font-family: "Hero New";
    display: block;
    font-size: 26.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.66px;
    text-align: left;
    color: #aba325;
    margin-top: 30px;
}


.store-v2 .prdRoupas .content-store .tabs{
    justify-content: space-between;
}

.store-v2 .prdRoupas .content-store .tabs > li:last-of-type{
    margin-right: 0;
}


.prdRoupas .content-store.template {
    background: white ;
}



@media(min-width:768px){
    .prdRoupas .banner .txt-ref {
        padding-bottom: 6px;
    }
    .content.shop.produt-detail.prdRoupas .template{
        padding-bottom: 40px !important;
    }

    .store-v2 .prdRoupas .content-store .tabs{
        justify-content: left;
    }
}

@media(min-width:992px){
    .content.shop.produt-detail.prdRoupas .template.product-page{
        padding-top: 128px !important;
        padding-bottom: 60px !important;
    }

    .content.shop.produt-detail.prdRoupas .template:not(.product-page){
        padding-top: 34px !important;
        padding-bottom: 60px !important;
    }
}

@media(max-width:767px){
    .content.prdRoupas .product-page > .row > div{
        padding-bottom: 20px;
    }

    .content.prdRoupas .product-page > .row > div:last-of-type{
        padding-top: 0;
    }

    .store-v2 .content.shop .product-page .banner ul.breadcrumb{
        padding-bottom: 18px;
    }

    .content-store.template {
        background: white !important;
        padding-bottom: 40px;
    }

    .content-store.template.template-v2 {
        background: none !important;
    }

    .store-v2 .hp-product-shop .products-listage .description{
        min-height: auto;
    }

    .hp-product-shop .title{
        font-size: 39px;
    }



    
}


.prdRoupas .template-module table,
.prdRoupas .template-module table tr,
.prdRoupas .template-module table td {
    border: 1px solid rgba(146, 145, 145, 0.98);
    border-collapse: collapse;
}

.prdRoupas .template-module table td{
    font-family: "Hero New";
    padding: 9px 7px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.45px;
    text-align: center;
    color: #767877;
}

.prdRoupas .template-module table td strong{font-size: 14px;}

.content.shop .template .product-details .quantity-select {
    padding-bottom: 0;
}

.content.template.prdRoupas {
    padding: 80px 0 100px;
    margin-bottom: 0;
}

.store-v2 .prdRoupas .amount-cart {
    margin-top: 0px !important;
}

.content.shop .template .product-details .form > div > div:first-of-type{
    margin-top: 30px;
}

.store-v2 .content.shop.prdRoupas .stock_details .price span{
    color:#cac9ba;
    text-decoration: line-through;
    margin-left:13px
}

@media (min-width: 768px){
    .store-v2 .content.shop.prdRoupas .template .product-details .form > div > div:first-of-type {
        margin-top: 25px;
    }
    .content.template.prdRoupas {
        padding: 100px 0;
        margin-bottom: 0;
    }


    .prdRoupas .template-module table td{
        padding: 9px 27px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .prdRoupas .template-module table td strong{font-size: 18px;}

    .store-v2 .prdRoupas .amount-cart {
        margin-top: 30px !important;
    }

    .content.shop .template .product-details .form > div > div:first-of-type{
        margin-top: 40px
    }
}




.content.template.prdRoupas .template-module h2{
    font-family: "Hero New";
    font-weight: 300;
    font-size: 30px;
  line-height: 2;
  letter-spacing: -0.75px;
    color: #111c17;
}


/* @media(max-width:767px){
    .prdRoupas .template-module table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid rgba(146, 145, 145, 0.98);
        border-collapse: collapse;
    }
} */


@media (min-width: 768px){
    .prdRoupas .template-module .cta::before {
        top: calc(100% - 60px);
        bottom: 0;
    }

    .content.template.prdRoupas .template-module h2{
        font-size: 48px;
        line-height: 1.25;
        letter-spacing: -1.2px;
    }
}


@media (min-width: 1024px){
    .template-module .cta {
        padding-right: 0;
        padding-bottom: 28px;
    }
    .prdRoupas .template-module .cta::before {
        top: 0;
        bottom: 0;
        right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .store-v2 .amount-cart{
        flex-direction: column;
        align-items: flex-start;
        background: none;
        margin-left: 0;
    }
    .store-v2 .content.shop .template .amount-cart .btn{
        border-left: 0;
    }

    .content .product-page > .row {
        margin: 0 -25px !important;
    }

    .content .product-page > .row > div {
        padding: 0 25px !important;
    }

    .content.shop .template .product-details .quantity-select{
        margin-bottom: 12px;
    }

    .store-v2 .prdRoupas .tab > label {
        font-size: 16px;
    }

}