.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

html :where(img) {
    max-width: unset;
}

body {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #fff !important;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1140px;
}

.text-justify {
    text-align: justify;
}

/* Buttons */

.btn {
    display: inline-block;
    padding: 0rem 1rem;
    border-radius: 0.2rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #2e3038;
    width: 28rem;
    max-width: 100%;
    transition: all .2s;
}

.btn strong {
    font-weight: 900;
}

.btn:hover {
    color: #2e3038;
    transform: translateY(-3px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.btn--white,
.btn--white:hover {
    color: #fff;
}

.btn--black,
.btn--black:hover {
    color: #000;
}

.btn--bg-black,
.btn--bg-black:hover {
    background-color: #000;
}

.btn--bg-brown {
    background-color: #8f6859;
}

.btn--gray,
.btn--gray:hover {
    color: #626262;
}

.btn--bg-light-gray,
.btn--bg-light-gray:hover {
    background-color: #fff;
}

.btn--bg-transparent {
    background-color: transparent;
}

.btn--border-white {
    border: 1px solid #fff;
}

.btn--border-black {
    border: 1px solid #000;
}

.btn--border-brown,
.btn--border-brown:hover {
    border: 1px solid #8f6859;
}

.btn--bg-hovered-white:hover {
    background-color: #fff;
}

.btn--hovered-brown:hover {
    color: #8f6859;
}

.btn--bg-hovered-black:hover {
    background-color: #000;
}

.btn--hovered-white:hover {
    color: #fff;
}

/* Spacing */

.section-padding {
    padding: 6rem 0;
}

.section-margin {
    margin: 6rem 0;
}

/* End Spacing */

/* Header */

.header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
}

.header-infos {
    background-color: #5c0502;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.8rem 0;
}

.header-infos__content {
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
}

.header-infos__item {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.header-infos__item i {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem;
    background-color: #fff;
    color: #5c0502;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-infos__item-text {
    display: flex;
    gap: 0.8rem;
}

.header-infos__item-text a {
    display: block;
    color: #fff;
    transition: all .15s;
}

.header-infos__item-text a:hover {
    transform: scale(1.05);
}

.header-infos__item--social {}

.social {
    display: flex;
    gap: 0.8rem;
}

.social__item {
    transition: all .4s !important;
}

.social__item i {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem;
    background-color: #fff;
    color: #5c0502;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-infos .social__item:hover {
    transform: scale(1.4);
}

.header-main {
    position: relative;
}

.header-logo {}

.header-logo img {
    width: 17.7rem;
    max-width: 100%;
}

.header-nav {}

.header-nav__list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 100%;
    list-style: none;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 0;
}

.header-nav__item {}

.header-nav__list>li>a {
    display: block;
    color: #000000;
    font-size: 1.8rem;
    position: relative;
    padding: 4rem 0.8rem;
    transition: all .2s ease-in;
}

.header-nav__list>li>a:hover {
    color: #000000;
}

.header-nav__list>li>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: #8f6859;
    transition: all .1s ease-in;
}

.header-nav__list>li:hover>a:after,
.header-nav__list>li.current-menu-item>a::after {
    height: 0.8rem;
}

.header-nav__list>li.current-menu-item>a {
    font-weight: 700;
}

.nav-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    transition-delay: 0s;
}

.header-nav__list>li:hover .nav-megamenu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    transition-delay: .2s;
}

.nav-megamenu__list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;

}

.nav-megamenu__item {
    padding: 1rem;
}

.nav-megamenu__link {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    transition: all .2s;
    display: block;
}

.nav-megamenu__link:hover {
    color: #8f6859;
}

.nav-megamenu-sub__list {
    list-style: none;
    padding-left: 1rem;
}

.nav-megamenu-sub__item {}

.nav-megamenu-sub__link {
    color: rgb(41, 41, 41);
}

.nav-megamenu-sub__link:hover {
    color: #8f6859;
}

.header-nav__btn {
    position: relative;
    left: 0;
    color: #5c0502;
    flex-direction: column;
    gap: .2rem;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    width: max-content;
    display: none;
}

.header-nav__btn>span {
    text-transform: uppercase;
    transition: all .2s;
}

.header-nav__icon {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.header-nav__icon-bar {
    position: absolute;
    width: 80%;
    height: .6rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #5c0502;
    border-radius: 5px;
    transition: all .1s;
}

.header-nav__icon-bar--1 {
    top: 8px;
}

.header-nav__icon-bar--2 {
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-nav__icon-bar--3 {
    bottom: 8px;
}

.header-nav__icon.opened+span {
    font-size: 1.6rem;
}

.header-nav__icon.opened .header-nav__icon-bar {
    height: 0.2rem;
}


.header-nav__icon.opened .header-nav__icon-bar--2 {
    opacity: 0;
    visibility: hidden;
}

.header-nav__icon.opened .header-nav__icon-bar--1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5c0502;
}

.header-nav__icon.opened .header-nav__icon-bar--3 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #5c0502;
}

.header-main__content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.4rem;
    justify-content: flex-end;
}

.header-options {
    display: flex;
    gap: 1rem;
}

.header-search {
    display: flex;
}

.header-search button,
.header-cart {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.4rem;
    background-color: #5c0502;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all .2s;
}

.header-search button:hover,
.header-cart:hover {
    transform: scale(1.1);
}


.header-search input {
    background-color: #eaeaea;
    border: none;
    border-radius: .4rem;
    padding: 0 0.8rem;
    width: 100%;
}

.header-search input:focus {
    outline: none;
    background-color: #e1e1e1;
}

.header-search input::placeholder {
    font-size: 1.2rem;
}

.header-cart:hover {
    color: #fff;
}

/* End Header */
/* Home */

.banner {
    aspect-ratio: 1903/436;
}

.banner__carousel {
    position: relative;
}

.banner__carousel .owl-dots,
.projects-carousel .owl-dots {
    position: absolute;
    bottom: .8rem;
    left: 50%;
    transform: translate(-50%);
}

.banner__carousel.owl-theme .owl-dots .owl-dot span,
.projects-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 16px;
    background: transparent;
    border: 1px solid #fff;
    transition: all .2s ease;
    border-radius: 30px;
}

.banner__carousel.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.home-products {}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}

.title__primary {
    color: #000;
    font-size: 2.8rem;
    font-weight: bold;
}

.title__secondary {
    color: #8f6859;
    font-size: 1.6rem;
}

.products-list {}

.item {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #8f6859);
    z-index: -1;
}

.item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 3rem;
}

.item__category {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.item__title {
    color: #fff;
    font-weight: bold;
    /* font-size: 2.4rem; */
    font-size: 2.0rem;
    text-align: center;
}

.item__btn {
    margin-top: 2rem;
}

.item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: all .6s;
}

.item:hover .item__image {
    transform: scale(1.1);
    filter: brightness(0.9);
}

.home-about {
    background-color: #f6f1eb;
    padding-top: 6rem;
}

.home-about__content {
    margin-bottom: 4rem;
}

.home-about__text {
    margin-bottom: 4rem;
}

.home-about__image {
    width: 100%;
}

.home-brands {}

.brand-list {
    margin-bottom: 6rem;
}

.brand-item {
    display: flex;
    width: 100%;
    height: 10rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.brand-item img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.home-qualities {
    background-color: #f7f8fa;
}

.qualities-tabs__nav {
    display: flex;
}

.qualities-tabs__nav>li {
    flex-grow: 1;
}

.qualities-tabs__nav>li>button {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    background-color: #eae5e5;
    color: #000;
    font-size: 2rem;
}

.qualities-tabs__nav>li>button.active {
    background-color: #aa8d83;
    color: #fff;
}

.qualities-tabs__nav>li>button:hover {
    background-color: #aa8d83;
    color: #fff;
}

.qualities-tabs__content {
    padding: 4rem 0;
}

.home-projects {
    background-color: #f6f1eb;
    margin-top: 12rem;
}

.projects-carousel,
.projects-carousel .owl-stage-outer,
.projects-carousel .owl-stage-outer .owl-stage,
.projects-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100% !important;
}


.projects-carousel__item {
    position: relative;
    min-height: 30rem;
    height: 100%;
}

.projects-carousel__item>a {}

.projects-carousel__item>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.projects-content {
    padding: 6rem 4rem;
}

.projects-content__text {
    margin-bottom: 6rem;
}

/* End Home */

/* Footer */

.footer {
    padding-top: 6rem;
}

.footer a {
    display: block;
    transition: all .15s;
}

.footer a:hover {
    transform: scale(1.02);
    color: #5c0502;
}

.footer-content {
    background-color: #ede3d7;
    padding: 5rem 0 4rem 0;
}

.footer-contact {}

.footer-title {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.footer-contact__item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.footer-contact__item i {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem;
    background-color: #000;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact__item-text {
    display: flex;
    flex-direction: column;
}

.footer-contact__item-text a {
    color: #000;
}

.footer-contact__item-text address {
    margin-bottom: 0;
}

.footer-contact__item .social__item:hover {
    transform: scale(1.5);
}


.footer-contact__item .social__item i {
    background-color: #000;
    color: #fff;
}

.footer-links {}

.footer-links__list {
    list-style: none;
    padding: 0;
    columns: 2;
    display: inline-block;
}

.footer-links__item {}

.footer-links__link {
    color: #000;
    display: block;
    margin-right: 4rem;
    line-height: 2;
    transition: all .15s;
}

.copyright {
    background-color: #5c0502;
    color: #fff;
    padding: 0.4rem 0;
}

/* End Footer */


/* About */

.about-main {
    padding-bottom: 0;
}

.about-qualities {
    background-color: #f7f8fa;
    padding: 12rem 0 6rem;
    margin-top: 0;
}

/* End About */

/* Products */

.products-sidebar {
    border: 1px solid #ccc;
    /* padding: 2rem; */
}

.sidebar-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 0;

}

.sidebar-categories__item {
    padding: 1rem 2rem;

}

.sidebar-categories__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.sidebar-categories__link {
    color: #000;
    /* display: flex;
    width: 100%;
    justify-content: space-between; */
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    transition: all .2s;

}

.sidebar-categories li::first-letter,
.sidebar-categories__link::first-letter,
.nav-megamenu__list li::first-letter,
.title__primary span::first-letter {
    text-transform: uppercase !important;
}

.sidebar-categories__link:hover,
.sidebar-categories__link:hover i,
.sidebar-categories__link.current-item,
.sidebar-categories__link.current-item i {
    color: #8f6859;
}

.sidebar-collapse-btn {
    background-color: transparent;
    border: none;
    transform: rotate(90deg);
    transition: all .2s;
    float: right;
}

.sidebar-collapse-btn.collapsed {
    transform: rotate(0);
    float: right;
}

.sidebar-subcategories {
    list-style: none;
}

.sidebar-subcategories__item {}

.sidebar-subcategories__link {
    color: #000;
    font-weight: 600;
}

.sidebar-subcategories__link.current-item,
.sidebar-subcategories__link:hover {
    color: #8f6859;
}

.products-projects {
    background-color: #f6f1eb;
}

/* End Products */

/* Products Category */

.products-categories {
    margin-bottom: 6rem;
    position: relative;
}

.products-categories__carousel {
    position: unset;
}

.products-categories__carousel.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.products-categories__carousel .owl-nav button.owl-prev,
.products-categories__carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(172, 143, 132, .6);
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.products-categories__carousel .owl-nav button.owl-prev:hover,
.products-categories__carousel .owl-nav button.owl-next:hover {
    background-color: rgba(172, 143, 132, 1);
}

.products-categories__carousel .owl-nav button.owl-next {
    left: 2rem;
}

.products-categories__carousel .owl-nav button.owl-prev {
    right: 2rem;
}

.products-categories__item {
    background-color: #f1ebea;
    color: #000;
    transition: all .2s;
    display: block;
    font-size: 2rem;
    padding: .8rem 2rem;
    white-space: nowrap;
}

.products-categories__carousel .owl-item:not(:last-child) .products-categories__item {
    border-right: 1px solid #c0a9a1;
}

.products-categories__carousel .owl-item:not(:last-child) .products-categories__item:hover,
.products-categories__carousel .owl-item:not(:last-child) .products-categories__item.current-item {
    border-right: 1px solid #ac8f84;
}

.products-categories__item.current-item,
.products-categories__item:hover {
    background-color: #ac8f84;
    color: #fff;
}

.products-title-breadcrumb {
    display: flex;
    align-items: center;
    gap: .8rem;

}

.products-title-breadcrumb span {
    display: block;
    line-height: 1.2;
    color: #000;
}

.products-title-breadcrumb span,
.products-title-breadcrumb a {
    color: #000;
}

.products-title-breadcrumb .title__primary {
    margin-bottom: 0;
}

/* End Products Category */

/* Product */

.product-main {
    background-color: #f7f8fa;
    margin-bottom: 6rem;
}

#product-main-carousel {
    margin-bottom: 2rem;
}

#product-main-carousel .splide__slide img {
    width: 100%;
}

#product-thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    padding-left: 2rem;
}

.product-details__item {
    margin-bottom: 2.4rem;
}

.product-details__title {
    font-weight: 500;
}

.product-details__list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    background-color: #fff;
    padding: 1.2rem;
    margin-left: -1.2rem;
}

.product-details__list>li {
    display: block;
    line-height: 2;
}

.product-details__list>li>span {
    font-weight: 600;
}

.product-details__item--pattern {
    margin-top: 4rem;
    margin-bottom: 0;
}

.patterns-items {}

.patterns-carousel {}

.patterns-carousel.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.patterns-carousel .owl-nav button.owl-prev,
.patterns-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(143, 104, 89, .8);
    color: #fff;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.patterns-carousel .owl-nav button.owl-prev:hover,
.patterns-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(143, 104, 89, 1);
}

.patterns-carousel .owl-nav button.owl-next {
    left: -6rem;
}

.patterns-carousel .owl-nav button.owl-prev {
    right: 2rem;
}

.patterns-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    margin-bottom: .4rem;
    padding-bottom: 2rem;
}

.patterns-item__env {
    width: 100%;
}

.patterns-item__env img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

[class^="galeria-"] {
    display: none !important;
}

.patterns-item__pattern {
    width: 100%;
}

.patterns-item__text {
    text-align: center;
}

.patterns-item__text h3 {
    font-size: 2.8rem;
    font-weight: 700;
}

.patterns-item__button {}

/* End Product */

/* Brands */

.brands-page .brand-list {
    margin-top: 4rem;
}

/* End Brands */

/* Projects */

.projects-list {
    margin-top: 4rem;
}

.projects-list .item {
    height: 36rem;
}

/* End Projects */

/* Single Project */

.project-image {
    margin: 4rem 0;
    height: 470px;
}

.project-details {
    padding-top: 0;
}

.project-images {
    display: flex;
    gap: 1.6rem;
}

.project-images a {
    flex-grow: 1;
    height: 25rem;
}

.project-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-details__content {
    height: 100%;
    padding: 2rem;
    background-color: #f6f1eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.project-details__item h3 {
    font-size: 2rem;
}

.contact-form .wpforms-submit-container {
    text-align: center;
}

.contact-form .wpforms-form button[type=submit] {
    padding: 5px 10px !important;
    background: #8f6859 !important;
    color: #fff !important;
    border: 1px solid #8f6859 !important;
    font-size: 2rem !important;
    width: 15rem;
    margin-top: 2rem;
}

.contact-form div.wpforms-container-full .wpforms-form input,
.contact-form div.wpforms-container-full .wpforms-form select,
.contact-form div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid #e1e1e1 !important;
}

.contact-form div.wpforms-container-full .wpforms-form input:focus,
.contact-form div.wpforms-container-full .wpforms-form select:focus,
.contact-form div.wpforms-container-full .wpforms-form textarea:focus {
    border: 1px solid #999 !important;
}

.contact-form div.wpforms-container-full .wpforms-form input,
.contact-form div.wpforms-container-full .wpforms-form select {
    height: 5rem !important;
}

/* End Single Project */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #5c0502;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #5c0502 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-layer#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color: rgb(255 255 255 / 50%);
    transition: all .2s;
}

.loading-layer#loading .lds-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-orcamento {
    display: block;
    margin: auto;
}

/* BUDGET */

.budget {
    padding: 0;
}

.budget .shop_table {
    width: 100%;
}

.budget table {
    background-color: #fff;
    border: none !important;
}

.budget .shop_table thead tr th {
    padding: 1em !important;
    border-bottom: 1px solid #E7E7E7;
}

.budget .shop_table tr {
    border-bottom: 1px solid #E7E7E7;
}

.budget .woocommerce a.remove {
    color: #5f5f5f !important;
}

.budget .woocommerce a.remove:hover {
    color: #5f5f5f !important;
    background: transparent !important;
}

.budget td.product-quantity {
    text-align: center;
}

.budget td.product-remove {
    text-align: center;
}

.budget .woocommerce .quantity .qty {
    margin-bottom: 0;
}

.budget .woocommerce table.shop_table td {
    padding: 20px 17px !important;
    position: relative;
    color: #5f5f5f !important;
    transform-style: preserve-3d;
    border-top: none !important;
}

.budget .woocommerce table.shop_table td.product-name::after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%) translateZ(-1px);
    top: 50%;
    left: 50%;
    width: calc(100% - 15px);
    height: calc(100% - 20px);
    border: 1px solid #cacaca;
    border-radius: 5px;
    z-index: -1;
}

.budget .woocommerce table.shop_table td.product-name a {
    color: #5f5f5f;
}

.budget .actions .btn {
    width: auto;
    color: #fff;
    background: #bf313d;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
}

.budget .actions .btn:hover {
    color: #fff;
    background: #bf313d;
}

.yith-ywraq-mail-form-wrapper label {
    position: absolute !important;
    left: -9999rem !important;
}

.yith-ywraq-mail-form-wrapper .form-row {
    margin-bottom: 2rem !important;
}

.budget .def__form input,
.def__form textarea {
    background-color: #f6f6f6;
}

.budget .def__form input::placeholder,
.def__form textarea::placeholder {
    font-weight: 600;
    color: #545454;
}

.budget .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0;
}

.budget__main {
    margin-top: 4rem;
}

.budget .woocommerce table.shop_table th {
    color: #545454;
}

.budget__add-more {
    margin-bottom: 2rem;
}

.budget__add-more .btn {
    color: #ae2d3f;
    text-decoration: underline;
}

/*END BUDGET*/


.contact-form-orcamento button[type=submit] {
    padding: 5px 10px !important;
    background: #8f6859 !important;
    color: #fff !important;
    border: 1px solid #8f6859 !important;
    font-size: 2rem !important;
    width: 15rem;
    /* margin-top: 2rem; */
    margin: auto;
    display: block;
}

.contact-form-orcamento input,
.contact-form-orcamento textarea {
    border: 1px solid #e1e1e1 !important;
}

.contact-form-orcamento input:focus,
.contact-form-orcamento select:focus,
.contact-form-orcamento textarea:focus {
    border: 1px solid #999 !important;
}

.contact-form-orcamento input {
    height: 5rem !important;
}

.contact-form-orcamento input,
.contact-form-orcamento textarea {
    font-size: 16px;
}

.btn-continuar-comprando {
    font-size: 2.0rem !important;
}

.btn__carregar--mais {
    margin: auto 0 0 auto;
    width: 65%;
    margin-top: 5rem;
}

/* Fixed Whatsapp */

.whatsapp-fixed {
    position: fixed;
    display: block;
    z-index: 9999;
    background-color: #25d366;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.whatsapp-fixed i {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}