/***********************\ GLOBAL /***********************/

html {
    scroll-behavior: smooth;
}

* {
    max-width: 100vw !important;
    box-sizing: border-box
}

body {
    box-sizing: border-box;
    max-width: 100vw !important;
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
    font-family: 'Montserrat'
}

:root {
    --rosa: #d9918b !important;
    --rosaDark: #bf7d78 !important;
    --grey: #6d6e6b !important;
    --black: #3a372f !important;
    --greyLight: #b2b2b2 !important
}

input::placeholder,
textarea::placeholder {
    color: #4d4d4d;
    font-size: .8rem
}

input {
    padding-left: 15px;
    width: calc(100% - 10px) !important;
    height: 2rem !important;
    line-height: 2rem !important;
}




/* .site-content {
    margin-top: 90px;
} */


/***********************\ CORES /***********************/

.colorRosa {
    color: var(--rosa) !important;
}

.colorGrey {
    color: var(--grey) !important;
}

.colorBlack {
    color: var(--black) !important;
}

.colorGreyLight {
    color: var(--greyLight) !important
}

.bgRosa {
    background-color: var(--rosa) !important;
}

.bgRosaDark {
    background-color: var(--rosaDark) !important;
}


/***********************\ FONTES /***********************/

.montserrat {
    font-family: 'Montserrat' !important
}

.montserratBold {
    font-family: 'Montserrat Bold'
}

.montserratLight {
    font-family: 'Montserrat Light'
}

.alpaca {
    font-family: 'Alpaca Scarlett' !important
}


/***********************\ MENU /***********************/

.menu-desktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: 8%;
    width: calc(100% - 8%);
    font-size: 13px !important;
}

.menu-desktop-logo>a>img {
    padding: 15px;
    width: 220px;
    padding-top: .8rem;
}

.menu-desktop-itens {
    font-family: 'Alpaca Scarlett';
    justify-content: flex-end;
}

.menu-logo {
    width: 100% !important
}

.menu-item {
    transition: .5s;
    margin: 0rem .3rem;
}

.menu-item:hover {
    color: var(--rosa) !important;
    transition: .5s
}

.menu-cta {
    border: 2px solid var(--rosa);
    height: 32px;
    color: var(--rosa);
}

.menu-item-img {
    height: 21px;
    margin-bottom: 5px
}

.menu-cart-count {
    position: absolute;
    left: 6px;
    bottom: 2px;
    height: 15px;
    line-height: 14px;
    padding: 2px;
    width: 20px;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 4px;
}

.menu-item-bag {
    margin-right: 1.5rem;
    margin-left: .5rem
}


/***********************\ SLIDER /***********************/

.slider-redes {
    width: 8vw;
    height: 100%;
}

.slider-redes>div {
    display: flex;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    height: 100%;
    justify-content: center;
    right: 0;
    position: absolute;
}

.slider-redes-link {
    margin: 1.5rem 0px;
}

.slider-control {
    position: absolute;
    bottom: 10%;
    left: 8.5vw;
    font-size: .85rem
}

.slider-control-img {
    margin-right: 7px
}

.slider-container {
    position: absolute;
    top: 0;
    left: 20%;
    width: 40%;
    bottom: 0;
    justify-content: center;
}

.slider-title {
    font-size: 2.6rem !important;
    letter-spacing: 3px !important;
    line-height: 3rem
}

.slider-cta>img {
    margin-right: 15px
}

.movePrevCarousel {
    display: flex
}


/***********************\ SOBRE /***********************/

.sobre {
    margin-top: 5rem;
}

.about-text {
    margin-top: 2rem;
    padding-left: 4rem !important
}

.about-title {
    font-size: 2.24rem;
    letter-spacing: 1px
}

.about-description {
    font-size: .8rem;
    line-height: 1.6rem
}

.about-text-two>div {
    margin: 7rem 4rem 0 0;
    font-size: .8rem;
    line-height: 1.6rem
}

.about-img-two>img {
    position: absolute;
    bottom: 0;
}

.about-text-line {
    position: absolute;
    left: -1.2rem;
    top: 1rem;
}


/***********************\ SOBRE /***********************/

.video {
    background: url('../images/bg-video.png') no-repeat;
    height: 500px;
    background-size: 100%;
    margin-top: -8rem;
}

.video-frame {
    width: 90%;
    height: 250px;
    z-index: 10;
    position: absolute;
    right: 15px;
    top: 0
}

.video-placeholder {
    width: 90%;
    height: 250px;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 15px
}

.video-content {
    height: 400px
}


/***********************\ SPLIT /***********************/

.split {
    background: url('../images/bg-split.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: 6rem;
}


.split-text {
    font-size: 1.72rem !important;
}

.split-line {
    margin: 0 .6rem;
    max-width: 100px!important;
}

.split-controls {
    padding: 2.5rem !important
}

.split-control>a {
    margin: 0 .6rem
}

.split-control>a>img {
    width: 45px
}


/***********************\ PARALLAX /***********************/

.parallax-section {
    margin-top: 3rem
}

.parallax-content {
    font-size: 2.2rem;
    padding: 3rem 4rem;
}

.parallax-content>img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}


/***********************\ COMO FUNCIONA /***********************/

.how-it-work {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.how-it-work .item {
    display: flex;
    align-items: center;
}

.work-title {
    font-size: 1.7rem;
    letter-spacing: 2px
}

.work-item-text {
    font-size: .8rem
}

.work-img {
    text-align: center;
}

.work-img>img {
    width: 30px
}

.work-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: flex-end;
    text-align: right;
}

.work-bg>img {
    width: 55%
}

.how-work-img img {
    width: 70%;
}


/***********************\ DEPOIMENTO /***********************/

.depoimentos {
    margin-top: 4rem;
}

.depoimentos-title {
    font-size: 1.7rem;
    margin-top: 4rem;
    letter-spacing: 2px
}

#depoimentos-slider {
    height: 600px !important;
}

#depoimentos-slider>div {
    min-height: 500px !important;
}

.depoimento-item {
    padding: .3rem;
    font-size: .85rem !important;
}

.depoimento-line {
    position: absolute;
    top: 0rem;
    left: -1rem;
    width: 3px !important;
}

.depoimento-nome {
    font-size: 1.1rem
}

.depoiment-content {
    margin-left: 15px;
}

.depoimentos-bg {
    position: absolute;
    bottom: -7rem;
    right: 0;
    width: 70px
}


/***********************\ CONTADOR /***********************/

.counter {
    margin-top: 6rem;
    letter-spacing: 2px
}

.counter-title {
    font-size: 1.8rem
}

.depo-count {
    font-size: 1.8rem !important;
    height: 34px;
    padding-right: 2px;
}


/***********************\ PREÇOS /***********************/

.precos {
    margin-top: 4rem;
    letter-spacing: 2px
}

.preco-title {
    padding: 2.5rem 2rem 4rem 3rem;
    background: url(../images/bg-precos.jpg) no-repeat;
    background-size: 69% 69%;
    margin: 2rem;
    background-position: center;
}

.precos-content {
    margin-top: 4rem
}

.precos-item-title {
    font-size: 16px;
    padding: 1rem
}

.precos-item-preco {
    background-color: #f7f7f7;
    font-size: .7rem
}

.precos-item-price {
    font-size: 1.5rem !important
}

.precos-item-descripton {
    font-size: .65rem
}

.precos-item-descripton>.row {
    margin: 1rem 0
}

.precos-table>img {
    width: 90%;
    margin: 0 5%
}


/***********************\ PREÇOS /***********************/

.blog {
    /*     margin-top: 4rem; */
}

.carousel .carousel-item {
    opacity: 1 !important;
}

.blog-data {
    font-size: .8rem
}

.blog-title {
    font-size: .9rem
}


/***********************\ REDES /***********************/

.redes {
    margin-top: 4rem
}

.redes-img {
    width: 90%;
    margin: 0 5%
}


/***********************\ NEWSLETTER /***********************/

.parallax-title {
    font-size: 1.3rem
}

.parallax-newsletter>div {
    width: 70%;
    text-align: center
}

.newsletter-input {
    border: 1px solid white !important;
    border-radius: 25px 0 0 25px !important;
    background-color: white !important;
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
}

.newsletter-btn {
    width: 100px;
    font-size: .8rem;
    height: 47px !important;
    min-height: 47px !important;
    max-height: 47px !important;
    line-height: 44px;
    border: 2px solid white;
    border-radius: 0 25px 25px 0px;
    color: white;
}


/***********************\ CONTATO /***********************/

.contato {
    margin-top: 4rem;
}

.contato>* {
    font-family: 'Open Sans'
}

.contato-text {
    font-size: .8rem;
}

.contato-line {
    position: absolute;
    top: 15px;
    left: -1rem
}

.contato-icon {
    margin-right: 10px
}

.contato-img>img {
    margin: 0 10px
}

.contato-form {
    padding: 4rem 3rem !important;
    background-color: white;
}

.contato-input {
    border: 2px solid var(--rosa) !important
}


/***********************\ CONTATO /***********************/

.footer {
    padding-top: 5rem;
    margin-top: -2rem;
    font-size: .9rem
}

.footer-logo {
    width: 200px
}

.divider {
    background-color: rgba(255, 255, 255, .3);
    height: 1px;
    width: 100%;
    margin: 1rem 0
}

.footer-logo-markdigi {
    width: 150px
}


/***********************\ COMPRAR /***********************/

.comprar {
    font-family: 'Montserrat Bold';
    margin-top: 3rem
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio]+img {
    cursor: pointer;
}

[type=radio]:checked+img {
    outline: 4px solid var(--rosa);
}

.compra-title {
    font-size: 2.3rem
}

.compra-subtitle {
    font-size: .9rem
}

.compra-radio {
    margin: 1rem;
    width: 100%;
    margin: 1rem 1rem;
    width: calc(100% - 2rem);
    padding: 1rem;
}

input[type="checkbox"][id^="cb"] {
    display: none;
}

.compra-checkbox {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    height: initial !important;
    line-height: initial !important;
    padding: .2rem !important;
}

.compra-checkbox:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.compra-checkbox img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

:checked+label {
    border: 4px solid var(--rosa);
    height: initial;
    line-height: initial;
    padding: .2rem !important;
    margin: 0
}

:checked+label:before {
    display: none;
    background-color: grey;
}

:checked+label img {
    z-index: -1;
}

.comprar-ambientes {
    margin: 2rem
}

.comprar-ambientes>div {
    min-height: 260px !important
}

.file-upload-btn {
    cursor: pointer
}

.compra-input {
    border: 1px solid #f1ecd9 !important;
}

.comprar-button {
    position: absolute;
    bottom: 20px;
    left: 2.5rem;
    right: 2.5rem
}


/**BASE CODE STACK**/

a:visited {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    font-style: italic;
    color: #929292 !important
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #191919 !important
}

select {
    display: initial;
}


/* CART FIX */

.right-align {
    text-align: right !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.shop_table>thead>tr>th,
.shop_table>tbody>tr>td {
    padding: 5px 5px;
}

.product-thumbnail>a>img {
    width: 90px;
}

.product-thumbnail {
    width: 100px;
    text-align: center
}

.woocommerce-Price-amount {
    font-size: 1.3rem;
    font-weight: 700
}

.woocommerce-Price-currencySymbol {
    font-size: 1rem;
    margin-right: 5px
}

.quantity>input {
    width: 110px !important;
    text-align: center
}

.product-quantity,
.quantity {
    width: 130px;
}

.product-remove>a {
    border: 2px solid gray;
    border-radius: 50%;
    padding: 0px 6px !important;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: gray;
    font-weight: 900
}

.cart-collaterals-content {
    border-left: 1px solid lightgray;
    padding: 0 1rem !important
}

.cart-collaterals>.cart_totals>h2 {
    font-size: 15px !important;
    margin: 0px !important;
    text-transform: uppercase;
    padding: 8px !important;
    font-weight: 700;
    border-bottom: 1px solid lightgray
}

.cart-subtotal,
.woocommerce-shipping-totals,
.order-total,
.coupon-title {
    border-bottom: 1px solid lightgray
}

.woocommerce-shipping-methods>li>label {
    color: #404040 !important
}

.woocommerce-shipping-totals>td {
    text-align: right;
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px 0 !important
}

.woocommerce-shipping-destination {
    font-size: .8rem;
    text-align: right
}

.woocommerce-shipping-calculator,
.shipping-calculator-form {
    text-align: right
}

.shipping-calculator-button {
    color: #42a5f5
}

.order-total>td {
    text-align: right !important
}

.wc-proceed-to-checkout,
.place-order>button[type=submit] {
    background: #008000;
    color: white !important;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.woocommerce-cart-form__cart-item td.product-name {
    width: 60% !important
}

.coupon {
    margin-top: 1rem
}

.coupon-title {
    font-weight: 700;
    padding: 0px 5px 10px;
}

#coupon_code {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.coupon>button {
    margin-bottom: 1rem;
    width: 100%;
}

.woocommerce-notices-wrapper {
    display: flex;
    justify-content: center
}

.woocommerce-message {
    padding: 5px 15px;
    margin: 2rem 0;
    border-radius: 15px;
    color: white !important
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: inherit !important
}

.showcoupon {
    color: #42a5f5
}

.form-checkout-dados {
    border-top: 2px solid lightgray
}

.woocommerce-billing-fields>h3,
#order_review_heading {
    font-size: 1.2rem !important;
    text-transform: uppercase
}

.checkout-div {
    background-color: #f6f6f6;
    padding: 0 1rem 3rem !important;
}

#order_review>table>thead>tr>th:first-child {
    width: 70%
}

.cart_item>.product-total,
.cart-subtotal>td {
    text-align: right
}

.wc_payment_method>label {
    display: flex;
    align-items: center;
    font-weight: 300 !important
}

.wc_payment_method>label>img {
    margin-left: 7px
}


/****************************************/


/**BLOG**/

h1.entry-title {
    text-align: center;
    font-size: 2em;
    margin: 0.5em;
}

.post .post-thumbnail {
    float: left;
    margin: 1.5em;
}

.post p {
    margin-bottom: 1.5em;
    font-size: 0.9em;
}

.blog_recentes h3 {
    font-size: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 2em;
    text-align: center;
    overflow: hidden;
}

.content-area {
    margin-top: 6rem
}


/*WooCommerce*/


/* CART FIX */

div.woocommerce-billing-fields__field-wrapper {
    padding: 0;
    margin-right: 30px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: wrap;
}

.shop_table>thead {
    font-size: 1rem;
}

form.woocommerce-checkout #customer_details {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid black
}

.right-align {
    text-align: right !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.shop_table>thead>tr>th,
.shop_table>tbody>tr>td {
    padding: 5px 5px;
    border-bottom: 1px solid lightgray;
}

.product-thumbnail>a>img {
    width: 90px;
}

.woocommerce-Price-amount {
    font-size: 1.3rem;
    font-weight: 700
}

.woocommerce-Price-currencySymbol {
    font-size: 1rem;
    margin-right: 5px
}

.quantity>input {
    width: 110px !important;
    text-align: center
}

.product-quantity,
.quantity {
    width: 130px;
}

.product-remove>a {
    border: 2px solid gray;
    border-radius: 50%;
    padding: 0px 6px !important;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: gray;
    font-weight: 900
}

.cart-collaterals-content {
    border-left: 1px solid lightgray;
    padding: 0 1rem !important
}

.cart-collaterals>.cart_totals>h2 {
    font-size: 15px !important;
    margin: 0px !important;
    text-transform: uppercase;
    padding: 8px !important;
    font-weight: 700;
    border-bottom: 1px solid lightgray
}

.cart-subtotal,
.woocommerce-shipping-totals,
.order-total,
.coupon-title {
    border-bottom: 1px solid lightgray
}

.woocommerce-shipping-methods>li>label {
    color: #404040 !important
}

.woocommerce-shipping-totals>td {
    text-align: right;
    font-size: 1rem;
    line-height: 1rem;
    padding: 10px 0 !important
}

.woocommerce-shipping-destination {
    font-size: .8rem;
    text-align: right
}

.woocommerce-shipping-calculator,
.shipping-calculator-form {
    text-align: right
}

.shipping-calculator-button {
    color: #42a5f5
}

.order-total>td {
    text-align: right !important
}

.wc-proceed-to-checkout,
.place-order>button[type=submit] {
    background: #008000;
    color: white !important;
    padding: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.coupon {
    margin-top: 1rem
}

.coupon-title {
    font-weight: 700;
    padding: 0px 5px 10px;
}

#coupon_code {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.coupon>button {
    margin-bottom: 1rem;
    width: 100%;
}

.woocommerce-notices-wrapper {
    display: flex;
    justify-content: center
}

.woocommerce-message {
    padding: 5px 15px;
    margin: 2rem 0;
    border-radius: 15px;
    color: white !important;
    background-color: #14b168;
}

.woocommerce-message a {
    float: right;
    padding: 13px 20px;
    background-color: #0f834d;
    border: 2px solid white;
    font-size: 14px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: inherit !important
}

.showcoupon {
    color: #42a5f5
}

.form-checkout-dados {
    border-top: 2px solid lightgray
}

.woocommerce-billing-fields>h3,
#order_review_heading {
    font-size: 1.2rem !important;
    text-transform: uppercase
}

.checkout-div {
    background-color: #f6f6f6;
    padding: 0 1rem 3rem !important;
}

#order_review>table>thead>tr>th:first-child {
    width: 70%
}

.cart_item>.product-total,
.cart-subtotal>td {
    text-align: right
}

.wc_payment_method>label {
    display: flex !important;
    align-items: center;
    padding-left: 30px !important;
    font-weight: 300 !important;
    height: 32px !important;
}

.wc_payment_method>label>img {
    margin-left: 7px
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods label,
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 0;
    font-size: 9px;
    padding: 5px 10px;
}

.woocommerce table.shop_table td,
table.shop_table th {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: .9rem;
}

#order_review_heading {
    display: none;
}

#order_review {
    width: 35%;
    padding: 1rem !important;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: none;
}

input {
    padding-left: 10px !important;
    width: calc(100% - 10px) !important;
}

textarea, textarea.contato-input {
    padding-left: 10px !important;
    padding-top: 5px !important;
    width: calc(100% - 10px) !important;
}

#pagseguro-credit-card-form input {
    padding: 0px !important;
    height: 2rem !important;
    margin-bottom: 0px !important
}

#pagseguro-credit-card-form input::placeholder {
    font-size: 1.2rem
}

#pagseguro-credit-card-from p {
    margin-bottom: 0px !important
}

ul.wc_payment_methods {
    margin: 0;
}

#order_comments {
    width: 95%
}

#place_order {
    margin-top: 1rem
}

@media (max-width: 748px) {
    .woocommerce-checkout form.checkout.woocommerce-checkout {
        flex-flow: column;
    }
    form.woocommerce-checkout #customer_details {
        width: 100%;
    }
    input {
        padding-left: 0px !important;
    }
    div.woocommerce-billing-fields__field-wrapper {
        margin-right: 00px;
    }
    #order_review {
        width: 100%;
        margin-top: 2rem;
    }
    #order_comments {
        width: 100%;
    }
    .woocommerce-message a {
        width: 100%;
        text-align: center;
        margin: 1rem 0;
    }
}


/* PAGE CARRINHO */

.woocommerce-checkout-review-order [type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
    top: 5px !important;
}

dl.variation {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

dt.variation-Estilo {
    margin-top: 1rem
}

.woocommerce-cart-form {
    width: 75%;
    margin: 0 auto;
}

.woocommerce-cart-form thead {
    font-size: 1.4em;
}

.woocommerce-cart-form td.product-thumbnail {
    width: 15%;
}

.woocommerce-cart-form td.product-remove,
.woocommerce-cart-form th.product-remove {
    width: 10% !important;
}

.woocommerce-cart-form td.product-thumbnail,
.woocommerce-cart-form th.product-thumbnail {
    display: none
}

.woocommerce-cart-form td.product-name,
.woocommerce-cart-form th.product-name {
    width: 60% !important;
}

.woocommerce-cart-form td.product-name,
.woocommerce-cart-form td.product-price,
.woocommerce-cart-form td.product-subtotal {
    font-size: 1.5em;
    text-transform: uppercase;
}

.woocommerce-cart-form td.product-quantity {
    width: 20%;
}

.woocommerce-cart-form td.product-quantity .qty {
    width: 50%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.woocommerce-cart-form td.product-subtotal {
    color: green;
    font-weight: bold;
}

td.product-remove a {
    font-size: 2em;
    color: grey;
    margin-left: 30px;
}

div.coupon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

label.active {
    color: black;
    font-size: 1.2em;
    border-bottom: 1px solid grey;
}

div.coupon button {
    background-color: red;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 20px;
}

div.coupon button:hover {
    color: black;
    background-color: grey;
}

button.button {
    display: flex;
    margin: 20px auto;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 15px 20px;
    cursor: pointer
}

button.button:hover {
    color: black;
}

button[name="update_cart"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

div.cart_totals h2 {
    font-size: 2.5em;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
}

.wc-proceed-to-checkout {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wc-proceed-to-checkout .wc-forward {
    font-size: 1.2em;
    background-color: green;
    padding: 5px;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
}

div.wc-proceed-to-checkout {
    padding: 0;
}

.cart_totals table {
    padding: 15px;
}

.content-area .onsale,
.woocommerce-product-gallery__trigger {
    display: none;
}

#post-27 .woocommerce {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    color: #777;
    padding-top: 20px;
}


/*ajuste carrinho provisÃ³rio 06/06/2019*/

#post-27 .woocommerce {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    color: #777;
    padding-top: 20px;
}

#post-27 .woocommerce-cart-form {
    margin-right: 4%;
    width: 100%;
}

#post-27 .woocommerce-cart-form table thead {
    font-size: 1.3em;
}

#post-27 .woocommerce-cart-form table thead tr th {
    color: #777;
    font-weight: 400;
}

#post-27 .woocommerce-cart-form table tbody {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}

#post-27 .woocommerce-cart-form table tbody td.product-name,
#post-27 .woocommerce-cart-form table tbody td.product-price,
#post-27 .woocommerce-cart-form table tbody td.product-quantity,
#post-27 .woocommerce-cart-form table tbody td.product-subtotal {
    font-size: 1.0em;
}

#post-27 .woocommerce-cart-form table tbody td.product-name a {
    font-size: 1.0em;
    color: #666;
}

#post-27 .woocommerce-cart-form table tbody td.product-remove a {
    text-align: center;
}

#post-27 .woocommerce-cart-form table tbody td.product-remove a {
    margin-left: 0;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 24px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    display: flex;
    justify-content: center;
}

.woocommerce-cart-form td.product-subtotal {
    color: #000;
}

#post-27 .woocommerce-cart-form table tbody div.coupon {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
    padding: 12px;
}

#post-27 .woocommerce-cart-form table tbody div.coupon label {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #777;
    display: block;
}

#post-27 .woocommerce-cart-form table tbody div.coupon input[type="text"] {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    /* background: yellowgreen; */
    width: 50% !important;
    display: inline-block;
    height: 3rem !important;
    text-align: center;
    margin-bottom: 0;
}

#post-27 .woocommerce-cart-form table tbody div.coupon button[type="submit"] {
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    color: #515151;
    background-color: #ebe9eb;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    border-radius: 0;
    width: 45% !important;
    display: inline-block;
    margin: 0 0 0 4%;
}

.shop_table_responsive tr {
    border-bottom: 2px solid white;
}


/*lado 2 totais*/

#post-27 .woocommerce .cart-collaterals div.cart_totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: none;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals a {
    margin-bottom: 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 35%;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals table {
    margin: 0 0 1.5em;
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals table .cart_totals tbody th {
    font-size: .9em;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: normal;
}

td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
    text-align: right
}

#post-27 .woocommerce .cart-collaterals div.cart_totals .wc-proceed-to-checkout {
    background-color: #5cb31d!important;
    margin-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals a {
    background-color: transparent;
}

div.cart_totals h2 {
    font-size: 1.3em;
    font-weight: 400;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals table .cart_totals tbody th .wc-proceed-to-checkout {
    width: 100%;
    background-color: #5cb31d;
    border-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

#post-27 .woocommerce .cart-collaterals div.cart_totals table .cart_totals tbody th .wc-proceed-to-checkout .wc-forward {
    background-color: #5cb31d
}

#post-27 .woocommerce .cart-collaterals div.cart_totals table .cart_totals tbody th .woocommerce-cart-form table {
    border: 0px solid grey;
}


/*Ajuste checkout provisÃ³rio */

.woocommerce-info {
    background-color: transparent !Important;
}

.woocommerce-form-coupon-toggle {
    position: relative;
    display: block;
    top: 0;
    left: 0;
}

.checkout_coupon {
    border: #555 2px solid;
    max-width: 630px;
    margin: 0 auto;
    border-style: dotted;
    padding: 25px 10px;
}

.checkout_coupon .form-row-first {
    width: 70%;
    background: yellowgreen;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    vertical-align: bottom;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin: 0;
}

.checkout_coupon .form-row-first input[type=text]:focus {
    border-bottom: 0px solid #26a69a;
    -webkit-box-shadow: 0 0px 0 0 #26a69a;
    box-shadow: 0 0px 0 0 #26a69a;
}

.checkout_coupon .form-row-last {
    display: inline-block;
    background: yellowgreen;
    width: 25%;
    padding: 0;
    margin: 0;
}

.checkout_coupon .form-row-last button {
    width: 100%;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: transparent;
    height: 2.5rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0 auto;
}


/*lado campos pessoais*/

form.woocommerce-checkout h1,
form.woocommerce-checkout h2,
form.woocommerce-checkout h3,
form.woocommerce-checkout h4,
form.woocommerce-checkout h5,
form.woocommerce-checkout h6 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}

.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    padding-left: 5rem;
}

div.woocommerce-billing-fields h3,
#order_review_heading {
    text-align: left;
    font-size: 1.4em;
    text-transform: uppercase;
}

div.woocommerce-billing-fields__field-wrapper {
    padding: 0;
    margin-right: 30px;
}

.woocommerce-billing-fields,
div.woocommerce-additional-fields,
div.woocommerce-checkout-review-order {
    width: 100%;
}

form.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    border: none
}

form.woocommerce-checkout #customer_details input[type=text]:not(.browser-default),
form.woocommerce-checkout #customer_details input[type=email],
form.woocommerce-checkout #customer_details input[type=tel] {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.woocommerce-input-wrapper {
    display: block;
}

.woocommerce-input-wrapper .select2-container {
    display: table-cell;
}

form.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    border: 0;
}


/*lado pagamentos*/

form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 30%;
    padding: 0 2rem;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0 auto;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    display: flex;
    margin: 0 auto;
    float: initial;
    justify-content: center;
    border-radius: 0px !important;
}

.woocommerce-additional-fields,
.woocommerce-info::before {
    display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    border: none;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .title {
    font-weight: normal;
    text-align: left;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #555;
}

section.shipping-calculator-form p input {
    margin-bottom: 0px !important;
}

.woocommerce-notices-wrapper {
    position: relative;
    display: none !important
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0px;
    position: absolute;
    bottom: -31px;
    width: 500px;
    text-align: center;
    color: white;
    left: 0;
    right: 35%;
}

@media only screen and (max-width: 600px) {
    div.prod-video {
        padding: 30px 0px 20px !important;
    }
    #post-27 .woocommerce,
    form.woocommerce-checkout,
    form.woocommerce-checkout .woocommerce-checkout-review-order {
        display: block;
        padding: 20px;
    }
    #post-27 .woocommerce-cart-form,
    .cart-collaterals,
    form.woocommerce-checkout #customer_details,
    form.woocommerce-checkout .woocommerce-checkout-review-order,
    .shop_table_responsive tr,
    .shop_table_responsive tr td,
    #post-27 .woocommerce-cart-form table tbody div.coupon input[type="text"],
    #post-27 .woocommerce-cart-form table tbody div.coupon button[type="submit"] {
        width: 100%;
    }
    .shop_table_responsive tr {
        display: flex;
        width: 100%;
        margin: 0px auto !important;
    }
    .woocommerce-billing-fields__field-wrapper p {
        margin-bottom: 0px !important;
    }
    div.woocommerce-billing-fields__field-wrapper {
        margin-right: 0px !important;
    }
    #post-27 .woocommerce-cart-form table tbody {
        display: block;
        font-size: .9em !important;
    }
    .woocommerce-cart-form__cart-item.cart_item {
        display: flex;
    }
    .woocommerce-cart-form td.product-thumbnail {
        width: 60%;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        width: 10%;
    }
    .bg-video {
        padding: 10px 10px 15px 40px;
    }
}

.woocommerce table.shop_table td {
    width: 60%;
    padding: 0px !important;
    line-height: 1.5rem;
    font-size: 1.2rem;
    border-bottom: 0px !important
}

.carousel-marcas .owl-item img {
    min-height: auto !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 auto;
    color: #fff;
}

.woocommerce.container.container-single-product {
    padding-top: 3rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 80%;
    margin-bottom: 1rem;
}

figure .woocommerce-product-gallery__image.flex-active-slide {
    display: flex;
    max-height: 30rem;
    align-items: center;
}

.woocommerce .flex-viewport {
    max-height: 30rem;
}

.woocommerce.container.container-single-product p.price {
    color: #FF1C1C;
    font-weight: 500;
    font-size: 2rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
}


/**My Accontu**/

nav.woocommerce-MyAccount-navigation a {
    color: #404040!important;
}

.preco-item-button {
    position: absolute;
    bottom: 1rem !important;
    left: 0rem !important;
    right: 0rem !important;
    width: 90% !important;
    margin-right: 5%;
}

.precos-item-meio {
    min-height: calc(600px + 4.5rem) !important;
    position: relative;
}

.bold {
    font-weight: bold;
}

.precos-item:first-child,
.precos-item:last-child {
    margin-top: 3rem;
    min-height: 600px;
    position: relative;
}

@media (min-width: 1300px) {
    .comprar-ambientes>div {
        min-height: 300px !important
    }
}

@media (min-width: 1500px) {
    .comprar-ambientes>div {
        min-height: 370px !important
    }
}


/**Produtos Personalizos**/

.postid-2059 nav.woocommerce-breadcrumb,
.postid-2059 .woocommerce-product-gallery,
.postid-2059 h1.entry-title,
.postid-2059 .price,
.postid-2059 .woocommerce-Reviews,
.postid-2059 section.related.products,
.postid-2059 .product_meta,
.postid-2059 .woocommerce-tabs.wc-tabs-wrapper,
.postid-2059 aside#secondary,
.postid-2059 span.ginput_price,
.postid-2059 .gform_wrapper .top_label .gfield_label,
.postid-2059 [type="checkbox"]+label:before,
.postid-2059 .quantity {
    display: none !important;
}

.postid-2059 .single-product div.product {
    display: inherit;
}

.postid-2059 label {
    color: #d9918b;
}

.postid-2059 .gfield_checkbox li {
    width: 33%;
    float: left;
    height: 330px;
    display: flex;
    justify-content: center;
}

.postid-2059 .gfield_checkbox li img {
    width: 100%;
}

.postid-2059 .precos-item:first-child,
.precos-item:last-child {
    margin-top: 3rem;
    min-height: 290px;
    position: relative;
    width: 600px;
    margin: auto;
    text-align: center;
}

.postid-2059 button.button {
    display: flex;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    width: 130px;
    margin: auto;
    justify-content: center;
}


/********/

.postid-2069 nav.woocommerce-breadcrumb,
.postid-2069 .woocommerce-product-gallery,
.postid-2069 h1.entry-title,
.postid-2069 .price,
.postid-2069 .woocommerce-Reviews,
.postid-2069 section.related.products,
.postid-2069 .product_meta,
.postid-2069 .woocommerce-tabs.wc-tabs-wrapper,
.postid-2069 aside#secondary,
.postid-2069 span.ginput_price,
.postid-2069 .gform_wrapper .top_label .gfield_label,
.postid-2069 [type="checkbox"]+label:before,
.postid-2069 .quantity {
    display: none !important;
}

.postid-2069 .single-product div.product {
    display: inherit;
}

.postid-2069 label {
    color: #d9918b;
}

.postid-2069 .gfield_checkbox li {
    width: 33%;
    float: left;
    height: 330px;
    display: flex;
    justify-content: center;
}

.postid-2069 .gfield_checkbox li img {
    width: 100%;
}

.postid-2069 .precos-item:first-child,
.precos-item:last-child {
    margin-top: 3rem;
    min-height: 290px;
    position: relative;
    width: 600px;
    margin: auto;
    text-align: center;
}

.postid-2069 button.button {
    display: flex;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    width: 130px;
    margin: auto;
    justify-content: center;
}


/*********/

.postid-2068 nav.woocommerce-breadcrumb,
.postid-2068 .woocommerce-product-gallery,
.postid-2068 h1.entry-title,
.postid-2068 .price,
.postid-2068 .woocommerce-Reviews,
.postid-2068 section.related.products,
.postid-2068 .product_meta,
.postid-2068 .woocommerce-tabs.wc-tabs-wrapper,
.postid-2068 aside#secondary,
.postid-2068 span.ginput_price,
.postid-2068 .gform_wrapper .top_label .gfield_label,
.postid-2068 [type="checkbox"]+label:before,
.postid-2068 .quantity {
    display: none !important;
}

.postid-2068 .single-product div.product {
    display: inherit;
}

.postid-2068 label {
    color: #d9918b;
}

.postid-2068 .gfield_checkbox li {
    width: 33%;
    float: left;
    height: 330px;
    display: flex;
    justify-content: center;
}

.postid-2068 .gfield_checkbox li img {
    width: 100%;
}

.postid-2068 .precos-item:first-child,
.precos-item:last-child {
    margin-top: 3rem;
    min-height: 290px;
    position: relative;
    width: 600px;
    margin: auto;
    text-align: center;
}

.postid-2068 button.button {
    display: flex;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    width: 130px;
    margin: auto;
    justify-content: center;
}


/*********/

.oculto {
    opacity: 0;
    font-size: 0;
}

.ginput_container {
    text-align: center;
    font-size: 20px;
}


/********/

.variation img {
    display: none;
}

dt.variation-NomedoProduto {
    display: none;
}

dd.variation-NomedoProduto {
    display: none;
}


/*******/

@media (max-width: 720px) {
    .postid-2059 .gfield_checkbox li {
        width: 50%;
        float: left;
        height: 170px;
    }
    .postid-2059 label {
        font-size: 12px!important;
    }
    .postid-2069 .gfield_checkbox li {
        width: 50%;
        float: left;
        height: 170px;
    }
    .postid-2069 label {
        font-size: 12px!important;
    }
    .postid-2068 .gfield_checkbox li {
        width: 50%;
        float: left;
        height: 170px;
    }
    .postid-2068 label {
        font-size: 12px!important;
    }
}

.post-28 ul.wc-item-meta img {
    display: none;
}

.post-28 .wc-item-meta-label {
    font-weight: bold;
    font-size: 20px;
}

.post-28 ul.wc-item-meta {
    margin-top: 20px;
}