@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Nunito+Sans:wght@200;300;400;600&display=swap');
@media (max-width: 1200px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        justify-content: start !important;
    }
}
@media only screen and (max-width: 1600px) {
    html{
        font-family: 'Montserrat';
    }

    .container{
        padding-left: 50px !important;
        padding-right: 50px !important;
        width: 100% !important;
        max-width: unset !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1600px) {
    .container{
        width: 1500px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

body{
    font-family: 'Montserrat'!important;
}

select{
    cursor: pointer;
}

.btn-whatsapp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99;
}

.btn-whatsapp > a > img {
    border-radius: 40px;
    transition: all 150ms ease-in-out;
}

#header{
    position: fixed;
    width: 100%;
    z-index: 1049;
    height: 125px;
    top:0px;
}

#wrapper{
    margin-top: 125px;
}

#scrolltopbtn {
    background-color: #AF9262 !important;
    color: white !important;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Montserrat' !important;
}

.logo{
    max-width: 170px !important;
}
.d-flex{
    display: flex;
}
.h-550{
    height: 550px;
    max-height: 550px !important;
}
.h-300{
    height: 300px;
    max-height: 300px !important;
}
.h-260{
    height: 260px;
    max-height: 260px !important;
}
.mt-lg-30{
    margin-top: 30px;
}
.overflow-hidden{
    overflow: hidden;
}
.bg-light{
    background-color: #F8F8F8;
}
.align-items-center{
    align-items: center;
}
/***** MENU  *****/
#_desktop_cart, #_desktop_user_info{
    width: 11%;
}
.user-info > a:nth-child(1), .cart-preview > div > a:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-info > a:nth-child(1) > span:nth-child(2), .cart-preview > div > a:nth-child(1) > span:nth-child(2){
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 5px;
    max-width: 60px;
    overflow: hidden;
}
.center-nav{
    text-align: center;
}
.header-nav, .header-nav a{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.left-nav a{
    padding-right: 15px;
}
.right-nav a{
    padding-left: 15px;
}
.header-top {
    min-height: 90px;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    margin-bottom: 0px;
}
#_desktop_top_menu, #amegamenu {
    background: transparent !important;
}
#header #_desktop_top_menu .top-menu[data-depth="0"] .category {
    margin-right: 25px !important;
}
#header #_desktop_top_menu .top-menu a::before {
    height: 1px !important;
    background-color: #AF9262 !important;
    bottom: 12px !important;
}

.header-top .position-static .vertical-center{
    display: flex;
    align-items: center;
}

#_desktop_top_menu{
    display: flex;
    align-items: center;
}

.top-menu .category a{
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C !important;
}
.search-widget {
    width: max-content !important;
}

/* homepage */
#index .banner-wr{
    margin-bottom: 50px;
}
.page-home{
    margin-top: 30px;
}
.page-home > .banner-wr > div.product-banner{
    height: 500px;
    max-width: 100%!important;
}
.page-home > .banner-wr > div.product-banner:nth-child(1) {
    width: calc(50% - 15px);
    max-width: unset;
    background: #F9F9F9;
    margin-right: 15px;
}
.page-home > .banner-wr > div.product-banner:nth-child(2) {
    margin-left: 15px;
    width: unset;
    background: grey;
    width: calc(20% - 30px);
    margin-right: 15px;
}
.page-home > .banner-wr > div.product-banner:nth-child(3) {
    max-width: unset;
    width: 30%;
    background: red;
    width: calc(30% - 15px);
    max-width: unset;
    background: grey;
    margin-left: 15px;
}
.banner-wr .product-banner .banner-text-bl {
    width: 100%;
    text-align: center !important;
    bottom: calc(50% - 30px) !important;
    left: unset !important;
    padding: 10px 20px;
    font-weight: 400 !important;
}

.banner-wr .product-banner img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    max-width: 100%;
}

.banner-duplo .product-banner img {
    object-fit: cover !important;
    width: 40%;
}

.banner-wr .product-banner h2{
    background-color: #FBFBFB !important;
    color: #AF9262 !important;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 15px 30px!important;
}

.breadcrumb {
    background-color: white !important;
    border-bottom: 0.5px solid #1E1E1C;
    margin: -15px 0 40px -50vw !important;
    padding: 8px 0;
}

.footer-top-line {
    background-color: #ffffff!important;
}

#wrapper{
    min-height: 455px;
}
#wrapper .breadcrumb li:last-child a {
    color: #AF9262 !important;
}
/*advantages-box*/
.advantages-box .additional-text-type-1{
    display: none;
}
.advantages-box{
    background-color: #F8F8F8;
}
.advantages-type-1  .advantages-type-1-center{
    align-items: center !important;
    padding-left: 5px;
}
.advantages-type-1{
    padding-top:30px !important;
    padding-bottom: 30px !important;
}
.advantages-type-1-center .advantages-type-1-desc {
    margin-top: 0 !important;
    display: flex;
}
.advantages-type-1-title {
    font-family: 'Montserrat';
    font-weight: 200 !important;
    font-size: 35px !important;
    line-height: 30px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000000;
    padding-right: 10px;
}
.advantages-type-1-desc p{
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C !important;
}
div.advantages-type-1-item-fixd_w:nth-child(2), div.advantages-type-1-item-fixd_w:nth-child(3), div.advantages-type-1-item-fixd_w:nth-child(4) {
    border-right: 1px solid #AF9262;
}
.anthemeblocks-producttabs::before, .anthemeblocks-reviews-box::before, .an_instagram-slider::before, .product-accessories::before {
    display: none;
}
.anthemeblocks-producttabs .nav-item .nav-link.active {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 30px !important;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.025em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #AF9262 !important;
    opacity: 1;
}
.anthemeblocks-producttabs .nav-item .nav-link {
    font-size: 24px !important;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C !important;
    opacity: 0.4;
    font-weight: 300 !important;
}

/** produtos **/
#products .product-description{
    padding-left: 15px;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #1E1E1C;
    text-align: left !important;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping, .product-price-and-shipping .product-price, .new-price, .price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 15px;
    letter-spacing: 0.025em;
    color: #1E1E1C !important;
    text-align: left;
}
.tab-pane.active .product-miniature, .product-miniature{
    width: calc(25% - 30px);
}
.product-miniature .thumbnail-container{
    width: 100% !important;
}
.product-miniature img {
    width: 100%;
    height: 300px !important;
}
.thumbnail-container-image {
    height: 300px !important;
    min-height: 300px !important;
}
a.thumbnail.product-thumbnail {
    height: 300px !important;
    width: 100%;
}
.page-home .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price, span.old-price, .regular-price {
    font-size: 12px;
}
/** blocodestaquecategoria **/
.section-blocodestaquecategoria{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 550px;
    overflow: hidden;
}
.section-blocodestaquecategoria .titulo{
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 300;
    padding-bottom: 25px;
}
.botaodestaquecategoria{
    margin-left: 20px;
}
.bloco-individual .image_description{
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: calc(100% - 30px);
    background: transparent;
}
.bloco-individual a{
    display: flex;
    align-items: center;
}
.bloco-individual img{
    width: auto;
    height: 100%;
    max-height: unset !important;
    width: auto;
    max-width: unset;
    max-height: 1;
}
.bloco-individual .botao-destaque{
    background: white;
    padding: 15px 30px;
    margin-right: auto;
    width: max-content;
    margin-left: auto;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #AF9262;
}
.anthemeblocks-homeslider-desc h2{
    text-align: left;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
    font-size: 40px !important;
    line-height: 49px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-bottom: 40px;
}
.anthemeblocks-homeslider-desc .container{
    padding-left: 50px!important;
    padding-right: 50px!important;
}
.anthemeblocks-homeslider .owl-item{
    max-height: 500px;
}
.btn-primary{
    background: #AF9262 !important;
    color: white;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 0px !important;
}
.btn-primary::before {
    background: transparent !important;
    transform: unset !important;
} 
.anthemeblocks_homeslider-block .anthemeblocks-homeslider_center, .anthemeblocks_homeslider-block .anthemeblocks-homeslider-desc{
    text-align: left;
}
/***** banner duplo ***********/
.banner-duplo{
    margin-bottom: 20px;
}
.banner-duplo .product-banner{
    height: 300px !important;
    display: flex !important;
    align-items: center !important;
}
.banner-duplo .product-banner img {
    right: 0px !important;
    position: absolute !important;
}
.banner-duplo .product-banner .banner-text-bl{
    text-align: left !important;;
    width: 50% !important;
    bottom: 50px !important;
    left: 30px !important;
    text-transform: unset !important;
}
.banner-duplo .product-banner .banner-text-bl h2{
    padding-left: 0px !important;
    font-family: Montserrat !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C !important;
    text-align: left;
}
.banner-duplo .product-banner .banner-text-bl p {
    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'Montserrat' !important;
    letter-spacing: 0.025em;
}
.page-home > .banner-duplo > div.product-banner {
    width: calc(50% - 15px) !important;
    max-width: unset;
    margin-right: 0px !important;
    background: #F9F9F9 !important;
}
#products .thumbnail-container:hover .product-description, .featured-products .thumbnail-container:hover .product-description, .product-accessories .thumbnail-container:hover .product-description, .product-miniature .thumbnail-container:hover .product-description {
    background-color: transparent !important;
}

/**************
PÁGINA CATEGORIA
**************/
#js-product-list-top {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #F8F8F8 !important;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}
#category #left-column {
    margin-top: 70px;
}
#category #search_filters .facet .facet-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}
.block-category{
    margin-bottom: 10px !important;
}
#_desktop_search_filters_clear_all {
    margin-top: 0px !important;
}
#category .btn-tertiary {
    background-color: white;
    color: black;
    padding: 0;
    text-transform: uppercase;
}
#category .btn-tertiary:hover {
    color: #AF9262;
}
.text-filter-by {
    display: none;
}
.switch {
    width: 30px !important;
    height: 17px !important;
    margin-right: 8px;
    line-height: 19px;
}
.slider::before {
    height: 13px !important;
    width: 13px !important;
    left: 2px !important;
    bottom: 2px !important;
}
#search_filters .facet .facet-label a {
    font-family: 'Montserrat'!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 18px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C;
    padding-bottom: 7px!important;
}
input:checked + .slider::before {
    transform: translateX(12px) !important;
}
input:checked + .slider {
    background-color: #AF9262 !important;
}
.facet-label.active > a {
    color: #AF9262!important;
}

.products-sort-order .select-title {
    line-height: 24px;
    font-weight: 400;
}


#product #content{
    max-width: unset !important;
}
#product-modal .modal-dialog {
    height: 100%;
    margin-top: 100px;
    max-width: 900px;
}
#product-modal .imgmodal{
    height: auto;
    width: 100%;
}
#product-modal .modal-content .modal-body {
    margin-left: 0% !important;
}
#product-modal .modal-content .modal-body .image-caption{
    display: none;
}
#product-modal .modal-content .modal-body .product-images{
    display: grid;
}
.product-image .media-middle{
    width: 100%;
}

.clearfix:after {
    content: url('../img/caret-down-solid.svg')!important;
}

.input-group-btn-vertical{
    height: 35px!important;
    display: grid!important;
    background-color: #f6f6f6!important;
    align-content: space-evenly!important;
}

.btntest1:hover{
    background-color: transparent!important;
    color: #AF9262!important;
    border: 1px solid #AF9262!important;
}


.page-product h1 {
    font-family: 'Montserrat' !important  ;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 37px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}
.page-product .product-cover{
    margin-bottom: 30px;
}
.page-product .product-cover img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.page-product .featured-products::before {
    display: none;
}
.page-product .col-md-4{
    padding-left: 60px;
}
.page-product .product-information p, .page-product .product-information p > span{
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.025em;
    color: #1E1E1C !important;
}
.page-product .current-price{
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 29px;
    letter-spacing: 0.025em;
    color: #1E1E1C;
    margin-bottom: 0px;
}
.product-prices .product-price{
    margin-bottom: 0px !important;
}

.bootstrap-touchspin-up{
    border: 0!important;
}

.bootstrap-touchspin-down{
    border: 0!important;
}

.bootstrap-touchspin-up:hover{
    background-color: #d3d3d3!important;
}

.bootstrap-touchspin-down:hover{
    background-color: #d3d3d3!important;
}

.pagination a:hover{
    color: #AF9262!important;
}

.pagination .current a {
    background-color: #AF9262!important;
}

.pagination .current a:hover{
    background-color: #f4f4f4!important;
    color: #AF9262!important;
    border: 1px solid #AF9262!important;
}

.pagination {
    font-weight: 300!important;
}
/**************
PÁGINA PORTFOLIO
**************/
#module-portfolio-list h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
    margin-bottom: 30px;
}
#module-portfolio-list .page-content .col-lg-4 a{
    height: 100%;
    display: block;
    margin-bottom: 30px;
}
#module-portfolio-list .modal{
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
#module-portfolio-list .modal > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width: max-content;
    padding-bottom: 23px;
}
#module-portfolio-list .imagem-portfolio{
    width: 100%;
}
#module-portfolio-list .modal > div:nth-child(1) > #caption {
    background: black;
    color: white;
    margin-top: -66px;
    z-index: 10000000000000;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    width: calc(100% - 60px);
    overflow: hidden;
}
#module-portfolio-list .modal-content {
    border: 0px;
    border-radius: 0px;
    width: 100%;
}
#module-portfolio-list .close {
    font-size: 35px;
    opacity: 1;
    top: 50px;
    position: relative;
    right: 25px;
    z-index: 10;
    color: white;
}
/**************
PÁGINA PRODUTO
**************/
.ref-product{
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #1E1E1C;
    display: inline-block;
    width: 100%;
}
body#product .add-to-cart {
    position: relative;
    width: 100%;
    height: 50px;
    background: #AF9262;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product-information .product-desc{
    border-bottom: 0px !important;
}
.page-product .product-prices .tax-shipping-delivery-label {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #1E1E1C;
    font-weight: 200;
}
.page-product .product-prices {
    margin-bottom: 20px;
}
.description-product-description{
    text-align: center;
    margin-top: 30px;
}
.page-product .featured-products h2{
    text-align: center;
    padding-bottom: 10px;
}
#product .tabs{
    display: none;
}
.col-md-4.product-info{
    position: sticky;
    top: 150px;
}

/**************
CARRINHO LATERAL
**************/
.cart-preview .cart-title {
    background-color: #F8F8F8;
}
.sb-close-btn {
    top: 26px !important;
    left: 16px !important;
}
.sb-close-btn i {
    font-size: 18px !important;
    color: #1E1E1C !important;
}
.remove-carrinho-lateral a{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #1E1E1C;
}
.cart-preview .product-infos .product-name {
    margin-bottom: 0px !important;
}
.cart-preview .cart-product-line .product-infos {
    width: 70% !important;
}
.cart-preview .product-infos .product-price{
    margin-top: 0 !important;
}
.price-product-carrinho-lateral{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.price-product-carrinho-lateral-1{
    width: 70%;
}
.cart-dropdown-wrapper .cart-bottom{
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.cart-dropdown-wrapper .total-line .price{
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: right !important;
    letter-spacing: 0.025em !important;
    text-transform: uppercase !important;
    color: #1E1E1C !important;
}
.cart-dropdown-wrapper .cart-total .price-total{
    font-family: 'Montserrat';
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: right;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C !important;
}
.cart-bottom .total-line .label {
    font-weight: lighter;
}
.cart-preview .cart-bottom {
    padding: 20px 20px 20px 20px !important;
}


/**************
CARRINHO
**************/
#cart .cart-item {
    border-bottom: 0px !important;
    background-color: #F8F8F8;
    margin-bottom: 30px;
    height: 120px;
    display: grid;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cart .cart-detailed-totals {
    background-color: transparent;
}
#cart .btn-primary{
    width: 100%;
}
#cart .cart-detailed-actions {
    padding: 0px;
    margin-top:20px;
}
#cart #card-subtotal-products, #cart #card-subtotal-shipping {
    margin: 0px;
    margin-bottom: 10px;
}
#cart .cart-detailed-totals .card-block {
    padding: 0;
}
#cart .btn-link{
    padding-left: 0px;
}
#cart .product-line-grid-body .product-line-info > a{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
    margin-bottom: 0px !important;
}
#cart .product-line-grid-body .product-line-info .price, .product-price{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
    letter-spacing: 0.025em;
    color: #1E1E1C !important;
}
#cart .product-line-grid-right .product-price{
    font-weight: 600;
    font-size: 18px !important;
    line-height: 22px;
    letter-spacing: 0.025em;
    color: #1E1E1C;
}
#cart .cart-grid-right {
    margin-top: 55px;
}
#cart .produzido-em-portugal{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}


/**************
CHECKOUT
**************/
required::after{
    content: '*';
}
#checkout .step-title{
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    line-height: 37px;
    color: #1E1E1C;
    letter-spacing: 0.025em;
}
#checkout .nav-inline .nav-item {
    width: 50%;
    text-align: center;
}
#checkout .nav-inline .nav-item a{
    border-bottom: 1px solid rgba(30, 30, 28, 0.2);
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1E1E1C;
    padding-bottom: 5px;
}
#checkout .nav-inline .nav-item a.active{
    border-bottom: 1px solid rgba(30, 30, 28, 1);
    width: 100%;
    font-weight: 600;
}
#checkout .nav-inline .nav-item:nth-child(2) {
    display: none !important;
}
#checkout .nav-inline{
    display: flex;
}
body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
    text-align: right !important;
}
#checkout .card-block{
    padding: 2rem;
}
.form-control {
    background: #F6F6F6 !important;
    border: 0px !important;
    height: 60px;
    padding-left: 20px !important;
}
.form-control-label{
    font-family: Montserrat;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #1F1E21;
}
#checkout section.checkout-step.-current .content {
    margin-top: 20px;
}
body#checkout section.checkout-step .delivery-option {
    background: white !important;
}
#checkout .delivery-options-list{
    padding: 0 !important;
    margin-bottom: 0px !important;
}
#checkout .continue{
    width: 350px;
}
#checkout section.checkout-step.-current.-reachable.-complete .content {
    padding-left: 0px;
    padding-bottom: 30px;
}
#checkout .input-group .input-group-btn > .btn[data-action="show-password"] {
    height: 60px;
}
#checkout .col-md-4 .card {
    background-color: #F6F6F6;
    position: sticky;
    top: 30px;
    margin-top: 20px;
}
#checkout .custom-radio input[type="radio"]:checked + span {
    left: 2px;
    top: 2px;
}
#checkout section.checkout-step .address-item.selected {
    border: 1px solid #AF9262;
}
#checkout section.checkout-step .address-alias {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
    margin-bottom: 0px;
}

/*****footer*******/
.footer-top-line .advantages-box{
    background: #AF9262;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
.footer-top-line .advantages-type-1-title{
    color: white;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px;
}
.footer-top-line .advantages-type-1-desc{
    display: block;
}
.footer-top-line .advantages-type-1-desc p{
    text-align: center;
    color: white !important;
    font-size: 12px;
}
.footer-container {
    padding-top: 80px !important;
    bottom: 0;
}
.footer-container h3 {
    color: white !important;
    font-family: Montserrat;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-container li{
    margin-bottom: 0px!important;
    padding-bottom: 5px;
}
.footer-container li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-container .block_newsletter .col-lg-6{
    width: 100%;
}
.footer-container .block_newsletter .input-wrapper{
    display: flex;
    align-items: center;
}
.footer-container .block_newsletter form input[type=text] {
    padding: 11px;
    width: 50%;
    background-color: #404040;
    height: 50px;
}
.footer-container .block_newsletter .input-wrapper form input::placeholder{
    color: #5d5d5d;
}
.block_newsletter form input[type=text]:focus {
    color: #FFFFFF!important;
    background-color: #404040!important;
}
.footer-container .block_newsletter button{
    height: 50px;
    width: 50px;
    background: #000000;
    border: 0px;
    color: #FFF;
}
.footer-container .socials-row{
    margin: 0;
    padding-top: 10px;
}
.footer-container .socials-icon{
    padding-right: 10px;
}
.footer-container .copyright-container {
    border-top: 0px;
    margin-top: 60px;
}
.footer-container .copyright-container > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    text-align: right;
}

.qty{
    width: 100%!important;
}

.qtyinput{
    width: 90%!important;
}
.product-add-to-cart .qty {
    margin-bottom: 0px !important;
    padding-left: 20px;
}

.input-group-btn-vertical{
    width: 10%!important;
}

.product-variants>.product-variants-item select {
    width: 100%!important;
}

.bootstrap-touchspin {
    width: 100%!important;
}

.description-product-description strong{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 20px!important;
    letter-spacing: 0.06em!important;
    text-transform: capitalize!important;
    color: #18110C!important;
}

.description-product-description{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 123.5%;
    letter-spacing: 0.07em;
    color: #18110C;
    padding-top: 20px;
    padding-bottom: 50px;
}

.description-product-description p{
    margin-bottom: 20px;
}


.product-quantity{
    width: 100%;
}

.product-quantity .add{
    width: 100%;
}

.imgmodal{
    height:85vh;
}

.bloco-detalhesproduto .col-lg-6 img{
    height: 90vh;
    object-fit: cover;
}

.featured-products h2{
    padding-top: 10px!important;
    padding-bottom: 40px!important;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.sb-menu-right{
    width: 30vw !important;
    max-width: 400px !important;
}

.cart-product-line .product-name{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 18px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
    padding-bottom: 5px!important;
}

.product-line-info .label{
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 10px!important;
    line-height: 12px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
    padding-left: 0px!important;
}

.product-line-info .value{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-product-line{
    display: flex!important;
    align-items: center!important;
}

.cart-product-line img{
    width: 100%!important;
    height: 100%!important;
}

.price-product-carrinho-lateral-1{
    display: flex!important;
}

.price-product-carrinho-lateral-1 .product-price{
    align-items: baseline!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
    letter-spacing: 0.025em!important;
    color: #1E1E1C!important;
}

.price-product-carrinho-lateral-1 .product-quantity{
    align-items: baseline!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
    letter-spacing: 0.025em!important;
    color: #1E1E1C!important;
}

.product-infos .remove-from-cart{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 10px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-decoration-line: underline!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-subtotals .label{
    font-style: normal!important;
    font-weight: 300!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-subtotals .value{
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 20px!important;
    text-align: right!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-total .label{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.cart-total .value{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.btn-primary:hover{
    background-color: transparent!important;
    color: #AF9262!important;
    border: 1px solid #AF9262!important;
}


.product-line-grid-right .row .row{
    display: flex;
}

.product-line-grid-right .row .row .price{
    display: flex;
    align-items: center;
}

.product-line-grid-left{
    display: flex;
    justify-content: center;
}

.product-line-grid-body .cart-title{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.product-line-grid-body .cart-label{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.product-line-grid-body .cart-price{
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    color: #1E1E1C!important;
}

.product-line-grid-body .cart-value{
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 12px!important;
    line-height: 15px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;    letter-spacing: 0.025em;
    text-transform: uppercase;    color: #1E1E1C;
}

.cart-value{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.shipp-label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.shipp-value{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.sub-label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.sub-value{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}
.top-menu .sub-menu.collapse{
    padding: 20px;
    border: 0.5px solid #1E1E1C;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    width: 40%;
    height: 30px;
 }
 .top-menu .sub-menu ul[data-depth="1"] > li > a:hover{
    border-bottom: 1px solid #AF9262;
    padding: 0px;
    width: max-content;
 }

.total-label{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.total-value{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
}

.produzido-em-portugal{
    padding-top: 30px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: flex-end!important;
}

.produzido-em-portugal svg{
    padding-right: 10px!important;
}

.cart-grid-body .btn-link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1E1E1C;
    align-items: center;
    display: flex;
}

.cart-grid-body .btn-link:hover{
    color: #AF9262;
    text-decoration: none!important;
}

.form-group{
    align-items: center;
    display: flex;
}

.form-control-label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #1F1E21;
}

.class-birthday{
    align-items: baseline;
    display: flex;
}

.form-group .radio-inline{
    padding-right: 10px!important;
    font-weight: 300;
    font-size: 16px;
}

#customer-form p .font-weight-bold,
#customer-form p .font-italic{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F1E21;
    text-transform: capitalize;
}

.card-block .cart-summary-products p{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-summary-subtotals .label{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}

.cart-summary-subtotals .value{
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 14px!important;
    line-height: 22px!important;
    letter-spacing: 0.025em!important;
    text-transform: uppercase!important;
    color: #1E1E1C!important;
}
#js-checkout-summary > hr:nth-child(2) {
    margin: 0px;
}

.media-list{
    font-size: 15px;
}

.media-list .product-price{
    font-size: 15px!important;
}

body#checkout a:hover {
    color: #AF9262!important;
}

.label, label {
    font-family: 'Montserrat';
    font-size: 14px!important;
    padding-left: 5px;
}

.delivery-option .carrier-delay{
    font-size: 14px;
}

.delivery-option .carrier-price{
    font-size: 14px;
}

.form-control-label{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1F1E21;
}

.form-control{
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #1F1E21!important;
}

body#checkout section.checkout-step .form-footer {
    display: flex;
    justify-content: space-between;
}

.add-address a{
    text-transform: capitalize;
}

body#checkout .header-nav-link:hover{
    color: #000!important;
}

.block_newsletter .pull-xs-right:hover{
    cursor: pointer;
    color: #000;
    background-color: #fff;
}

.user-info{
    display: flex;
    flex-flow: column-reverse;
    font-family: 'Montserrat';
}

.user-info svg{
    margin-right: 5px;
    height: 20px;
    width: 23px;
}

.user-info .account{
    justify-items: center;
    align-content: center;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    max-height: 21px;
    overflow: hidden;
}

.user-info .logout{
    justify-content: center;
    display: none!important;
}

.user-info .account:hover{
    color: #AF9262!important;

}

.user-info .logout:hover{
    color: #AF9262!important;
}


.search-widget .search-btn-close{
    justify-content: center!important;
    display: flex!important;
}

.search-widget .search-btn-close i{
    background-color: #00000073;
    border: 0.5px solid #AF9262;
    border-radius: 25px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-widget .search-btn-close i:hover{
    background-color: #00000099!important;
    border: 0.5px solid #FFF!important;
}

.search-widget form {
    display: flex!important;
    justify-content: center!important;
    align-content: center!important;
}

.search-widget form button[type=submit] {
    position: relative!important;
    transform: unset!important;
    width: 60px!important;
    height: 60px!important;
    padding: unset!important;
    color: #fff!important;
    background-color: #af9262!important;
}

.search-widget form button[type=submit]:hover{
    background-color: #00000099!important;
    color: #AF9262!important;
    border-bottom: 2px solid #AF9262!important;
}

.search-widget form button[type=submit] i{
    font-size: 30px!important;
    width: 100%!important;
    height: 100%!important;
    align-items: center!important;
    display: grid!important;
}

.nav-tabs .nav-link:hover{
    color: #AF9262!important;
}

.footer-container .container a:hover{
    color: #AF9262!important;
}

.input-group .input-group-btn button{
    padding: 36% 10px!important;
}

body#checkout #delivery textarea{
    margin-top: 10px;
}

#wrapper .breadcrumb ol {
    padding-left: 65px!important;
}

#main .page-content{
    margin-top: 0px;
    padding-top: 0px;
}

.contact-form {
    padding-top: 0px!important;
}
.data > .custo-chamada {
    font-size: 9px;
    padding-left: 0px;
}
.contact-form .form-group label{
    text-align: left;
    font-size: 16px!important;
}

.messagerow{
    align-items: baseline;
}

.messagerow .col-md-9{
    width: 50%;
}

.messagerow .col-md-9 textarea{
    height: 100px;
}

.contact-form .group-span-filestyle .btn-default{
    height: 60px;
    display: flex;
    align-items: center;
}

.contact-form .form-group select{
    height: 60px!important;
}

.search-widget {
    position: fixed!important;
    background-color: rgba(0,0,0,0.9) !important;
    display: flex!important;
    top: 0!important;
    left: 0%!important;
    width: 100vw!important;
    height: 100vh;
    margin-left: 0px!important;
    z-index: 100!important;
}

.sb-overlay{
    background: unset!important;
}

.search-widget .container{
    display: block!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100vw!important;
}

.search-widget .container{
    margin-top: 25vh!important;
}

.search-widget form input[type=text] {
    min-width: inherit!important;
    width: 50%!important;
    font-family: 'Montserrat'!important;
    font-size: 20px;
    color: #fff!important;
    background-color: #00000070!important;
    height: 60px!important;
    border-bottom: 2px solid #AF9262!important;
}

.search-widget form input[type=text]::placeholder {
    color: #fff!important;
}

.search-widget form input[type=text]:focus {
    border-bottom: 2px solid #AF9262!important;
    outline: unset!important;
}

.ui-menu-item span{
    font-family: 'Montserrat'!important;
    font-size: 20px!important;
}

.user-info > a:nth-child(1) > span:nth-child(2):hover,
.cart-preview > div > a:nth-child(1) > span:nth-child(2):hover {
    color: #AF9262!important;
}

.text-sm-center a{
    font-weight: 900;
    text-transform: uppercase;
}

.text-sm-center a:hover{
    color: #AF9262!important;
}

.page-not-found .search-widget form {
    display: flex!important;
    width: unset!important;
}

.page-footer{
    margin-top: unset;
}

#authentication #wrapper{
    padding-top: 80px;
    padding-bottom: 60px;
    min-height: calc(100vh - 550px);
}

.search-button{
    padding-left: 30px;
}



.cart-items{
    max-height: calc(100vh - 350px);
    overflow: scroll;
    overflow-x: hidden;
}

#cart .cart-items{
    overflow: visible;
}

body#checkout #footer {
    padding: unset!important;
}
.cart-grid-body .card-block h1{
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 2rem!important;
}

body#checkout section.checkout-step .form-footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tab-content>.active {
    margin-top:3rem!important;
}

body#checkout #delivery textarea, body#checkout #gift_message textarea{
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/******************
A MINHA CONTA
******************/
#my-account #wrapper{
    padding-bottom: 80px;
}
#my-account #main .page-header {
    padding-top:80px;
}
