﻿body {
    background: #fff;
}

section#middle {
    max-width: 1300px;
    width: auto;
}

.product-detail .wd-flags {
    position: absolute;
    z-index: 10;
    left: 100px;
}

@media (max-width: 767px) {
    .product-detail .wd-flags {
        z-index: 10 !important;
        margin-left: 50px !important;
        right: 165px;
        top: 10px;
        align-items: start;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
}

.white-bg {
    background: white;
    -webkit-box-shadow: 1px 2px 10px -4px #00000063;
    box-shadow: 0px 2px 12px -4px #00000063;
    padding: 15px 25px;
    border-radius: 3px;
    max-width: 1300px;
    margin: 1.5rem auto !important;
}

.wd-product-rating {
    display: flex;
    margin: 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.product-detail .head .information .product-information .short-description,
.quant-buy span,
.product-detail .head .information .brand-ref,
.wd-product-information .reference,
.wd-product-information dd.product-availability-availability,
.product-detail .head .information .detalhes .wd-product-variations {
    display: none;
}

.quant-buy {
    display: grid;
    grid-template-columns: 30% 1fr;
}

.data-value {
    color: #d0171a;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 95%;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px #00000029;
    padding: 15px 15px 15px 15px !important;
}

.data-value label {
    font-weight: bold;
}

.row.buy-box {
    display: unset !important;
}

.col-lg-8.col-12.no-padding {
    margin: 0px 15px 0 0px;
    padding: 10px 0px;
    width: 100%;
    max-width: 100%;
}

.product-detail .head .information .name {
    color: #1d1d1d;
    margin-bottom: 5px;
    line-height: 1;
}

.product-detail .head .information .product-information {
    margin-bottom: 0;
}
.product-detail .head .sale-price span {
    color: #d0171a;
}

.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-price-description
    .priceContainer
    .condition
    * {
    font-weight: 700;
    font-size: 15px;
}

.product-detail .head .information .product-information .short-description {
    color: #272727;
    font-size: 15px;
}

.col.col-lg-5.col-md-12.col-12.payment {
    padding: 0;
}

.product-detail .head .information .buy .buy-info {
    display: unset;
}

.product-detail .head .information .wd-product-payment-options {
    margin: 0;
}

.product-detail .head .information .wd-product-payment-options button {
    padding: 0;
    border: none;
    height: unset;
    text-align: left;
    margin: 10px 0;
    font-size: 13px;
    color: #777777;
}
.product-detail .head .information .wd-product-payment-options button::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.115' height='9.343' viewBox='0 0 13.115 9.343'%3E%3Cg id='noun-card-5410422' transform='translate(-116.67 -93.33)'%3E%3Cpath id='Caminho_3829' data-name='Caminho 3829' d='M118.637,239.169a1.869,1.869,0,0,1-1.967-1.752V233.33h13.115v4.088a1.869,1.869,0,0,1-1.967,1.752Zm6.557-3.5a.588.588,0,1,0,0,1.168h1.312a.588.588,0,1,0,0-1.168Z' transform='translate(0 -136.497)' fill='%23205ea2' fill-rule='evenodd'/%3E%3Cpath id='Caminho_3830' data-name='Caminho 3830' d='M116.67,95.082v.584h13.115v-.584a1.869,1.869,0,0,0-1.967-1.752h-9.18A1.869,1.869,0,0,0,116.67,95.082Z' transform='translate(0)' fill='%23205ea2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.product-detail .head .information .wd-product-payment-options button:hover {
    border: none;
}

.product-detail
    .head
    .information
    .wd-product-deliveryfee
    .input-wrapper
    input {
    border: 1px solid var(--main-color);
    height: 35px;
    border-radius: 15px;
}

.product-detail
    .head
    .information
    .wd-product-deliveryfee
    .button-wrapper
    button {
    background: var(--main-color);
    width: 50px;
    position: absolute;
    right: -50px;
    top: -3px;
}

@media (max-width: 767px) {
    .product-detail
        .head
        .information
        .wd-product-deliveryfee
        .button-wrapper
        button {
        background: var(--main-color);
        width: 14px;
        position: absolute;
        right: -47px;
        top: -6px;
    }
}

@media (max-width: 767px) {
    .product-detail
        .head
        .information
        .wd-product-deliveryfee
        .input-wrapper
        input {
        border: 1px solid var(--main-color);
        height: 35px;
        border-radius: 15px;
        width: 130px;
        position: relative;
        top: -40px;
        left: 0.4rem;
    }
}

.consulta-cep a {
    font-size: 13px;
    color: var(--pmp-darkblue);
    text-decoration: underline;
}

.product-detail .delivery-box {
    background: #e9e9e9;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    position: relative;
    top: -12px;
}

button.btn-buy {
    background: var(--main-color);
}

.product-detail .head .information .delivery {
    display: grid;
    max-width: 100%;
    grid-template-columns: 30% 45% 1fr;
    align-items: center;
    padding-right: 0;
    background: #e9e9e9;
    padding: 0 15px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
}

.product-detail .head .information .delivery p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--pmp-darkblue);
}

.col-lg-4.col-12.no-padding.quantidade {
    max-width: 100%;
}

.col-lg-4.col-12.no-padding.quantidade {
    max-width: 100%;
}

.product-detail .head .information .buy .buy-box .wd-product-amount .btn,
.product-detail .head .information .buy .buy-box .wd-product-amount input {
    height: 45px;
    color: var(--pmp-darkblue) !important;
}

.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-amount
    .btn.js-qty-less {
    border-radius: 5px 0 0 5px;
}

.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-amount
    .btn.js-qty-more {
    border-radius: 0 5px 5px 0;
}

.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-amount
    .btn.js-qty-more,
.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-amount
    .btn.js-qty-less {
    font-size: 18px;
}

.product-detail .head .information .buy .buy-box .wd-buy-button .btn-buy {
    background: #5ccb5f;
    border-radius: 5px;
    padding: 13px;
}

.product-detail .head .information .buy .buy-box .wd-buy-button {
    margin: 0;
}

.product-detail .head .information .buy .buy-box .wd-product-amount {
    margin: 0 !important;
}

.product-detail .head .information {
    border: 1px solid #efefef;
    border-radius: 10px;
    margin: 1px 0px;
    padding: 0;
}

.product-detail .head .information > div:not(.no-gutters),
.product-detail .head .information .buy .buy-box > div {
    padding: 10px 15px 0 15px;
}

button.js-qty-more.btn,
button.js-qty-less.btn {
    color: var(--main-color) !important;
}

body button.btn-buy:hover {
    background-color: #167b3f;
}

/*Descrição*/
.product-detail .wd-descriptions .wd-descriptions-text {
    max-width: unset;
}

.product-detail .wd-descriptions .wd-content {
    border: none;
    box-shadow: 0px 2px 6px 0px #00000029;
    margin: 0 5px;
    padding: 10px;
    border-radius: 15px;
    color: #777777;
}

.far.fa-heart:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.353' height='25.762' viewBox='0 0 17.353 25.762'%3E%3Cg id='Caminho_3875' data-name='Caminho 3875' transform='translate(-1710.439 157.8)' fill='none' stroke-linejoin='round'%3E%3Cpath d='M1712.239-156v22.162l7.027-5.006,6.726,5.006V-156Z' stroke='none'/%3E%3Cpath d='M 1712.23876953125 -156 L 1712.23876953125 -133.8379211425781 L 1719.26611328125 -138.8442077636719 L 1725.992065429688 -133.8379211425781 L 1725.992065429688 -156 L 1712.23876953125 -156 M 1712.23876953125 -157.8000030517578 L 1725.992065429688 -157.8000030517578 C 1726.986206054688 -157.8000030517578 1727.792114257812 -156.9941101074219 1727.792114257812 -156 L 1727.792114257812 -133.8379211425781 C 1727.792114257812 -133.1573181152344 1727.408203125 -132.534912109375 1726.800048828125 -132.2294158935547 C 1726.19189453125 -131.9239654541016 1725.463500976562 -131.9876251220703 1724.917358398438 -132.3939971923828 L 1719.242919921875 -136.6176147460938 L 1713.283203125 -132.3718872070312 C 1712.734252929688 -131.9808349609375 1712.013061523438 -131.9293060302734 1711.4140625 -132.2379302978516 C 1710.815185546875 -132.5466461181641 1710.438720703125 -133.1640777587891 1710.438720703125 -133.8379211425781 L 1710.438720703125 -156 C 1710.438720703125 -156.9941101074219 1711.24462890625 -157.8000030517578 1712.23876953125 -157.8000030517578 Z' stroke='none' fill='%23005e91'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.fas.fa-heart:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.353' height='25.762' viewBox='0 0 17.353 25.762'%3E%3Cg id='Caminho_3875' data-name='Caminho 3875' transform='translate(-1710.439 157.8)' fill='none' stroke-linejoin='round'%3E%3Cpath d='M1712.239-156v22.162l7.027-5.006,6.726,5.006V-156Z' stroke='%23005e91' fill='%23005e91'/%3E%3Cpath d='M 1712.23876953125 -156 L 1712.23876953125 -133.8379211425781 L 1719.26611328125 -138.8442077636719 L 1725.992065429688 -133.8379211425781 L 1725.992065429688 -156 L 1712.23876953125 -156 M 1712.23876953125 -157.8000030517578 L 1725.992065429688 -157.8000030517578 C 1726.986206054688 -157.8000030517578 1727.792114257812 -156.9941101074219 1727.792114257812 -156 L 1727.792114257812 -133.8379211425781 C 1727.792114257812 -133.1573181152344 1727.408203125 -132.534912109375 1726.800048828125 -132.2294158935547 C 1726.19189453125 -131.9239654541016 1725.463500976562 -131.9876251220703 1724.917358398438 -132.3939971923828 L 1719.242919921875 -136.6176147460938 L 1713.283203125 -132.3718872070312 C 1712.734252929688 -131.9808349609375 1712.013061523438 -131.9293060302734 1711.4140625 -132.2379302978516 C 1710.815185546875 -132.5466461181641 1710.438720703125 -133.1640777587891 1710.438720703125 -133.8379211425781 L 1710.438720703125 -156 C 1710.438720703125 -156.9941101074219 1711.24462890625 -157.8000030517578 1712.23876953125 -157.8000030517578 Z' stroke='none' fill='%23005e91'/%3E%3C/g%3E%3C/svg%3E");
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li.wd-selected {
    border-bottom: 2px solid var(--main-color);
    box-shadow: 0px 0px 3px 0px #00000029;
    border: 1px solid #ecececd4;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: 5px;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li .wd-title {
    color: var(--third-color);
}

.product-detail
    .wd-descriptions.tab-style
    .wd-descriptions-nav
    li.wd-selected::before {
    content: none;
}

.product-detail .wd-descriptions .wd-content {
    border: none;
    box-shadow: 0px 2px 6px 0px #00000029;
    margin: 0 5px;
    padding: 10px;
    border-radius: 15px;
    color: #777777;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav li {
    color: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    width: 240px;
    border-radius: 10px 10px 0 0;
}

.product-detail
    .wd-descriptions.tab-style
    .wd-descriptions-nav
    li.WarrantyDescription {
    display: none;
}

/*Reviews*/
.product-detail .wd-product-reviews .wd-content .row .col-12.col-lg-6 {
    background: #f0f3f5;
    padding: 10px;
}

.product-detail .wd-product-reviews .wd-content .row .col-12.col-lg-6 * {
    color: var(--third-color);
}

.wd-product-associations.wd-widget.cross-sell .wd-header .wd-title,
.wd-product-reviews.wd-widget .wd-header .wd-title {
    color: var(--main-color);
    font-size: 20px;
}

.wd-product-associations.wd-widget.cross-sell .wd-header,
.wd-product-reviews.wd-widget .wd-header {
    align-items: center;
}

.product-detail .wd-product-reviews .wd-content .person {
    color: black;
}

.product-detail .wd-product-reviews .wd-content .date {
    color: var(--third-color);
}

.product-detail .delivery-box #delivery-formas ul.content li h6 {
    color: var(--third-color);
}

.product-detail .delivery-box #delivery-formas ul.content li h6:nth-child(2) {
    color: var(--main-color);
}

.product-detail .wd-descriptions .wd-descriptions-text * {
    color: var(--third-color);
}

.wd-widget .wd-product-associations:not(.cross-sell) .wd-header .wd-title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 23px;
}

.wd-widget .wd-product-associations:not(.cross-sell) .wd-header {
    border-bottom: 1px solid #d3d3d3a6;
}

body[class*="context-product"]
    #middle
    #content
    .product-detail
    .descriptions
    .wd-descriptions
    .wd-content
    .wd-descriptions-panel
    .header
    .wd-title {
    color: var(--main-color);
}
.product-detail .head .medias figure.wd-product-medias.wd-widget.wd-widget-js {
    display: grid;
    grid-template-areas: "a b";
}

.product-detail
    .head
    .medias
    .wd-product-medias-displayer.wd-widget.wd-widget-js {
    grid-area: b;
}

.product-detail .head .medias .wd-product-media-selector {
    justify-content: center;
    flex-direction: column;
    align-self: start;
}

.wd-product-price-description .list-price.de-por {
    flex-direction: unset;
    align-items: center;
    gap: 17px;
    font-size: 15px;
}

.wd-product-price-description .list-price.de-por span {
    font-size: 20px !important;
    font-weight: 700;
}
.wd-product-media-selector ul > div {
    display: grid;
    gap: 5px;
}

.product-detail .produto-flutuante {
    display: none !important;
}

.product-detail .head .medias .wd-product-medias-displayer .zoom img,
.product-detail
    .head
    .medias
    .wd-product-medias-displayer
    img.ezZoom-small
    img {
    width: 61% !important;
}

dd.brand {
    color: var(--third-color);
}

dd.brand b {
    font-weight: 700;
}

a.review-create {
    color: var(--third-color);
}

/* compre junto */

body
    #middle
    #content
    .product-detail
    .row.associations
    .wd-product-associations.cross-sell {
    display: block;
    margin-top: 25px;
    border-radius: 4px;
}

body
    #middle
    #content
    .product-detail
    .row.associations
    .wd-product-associations.cross-sell
    .wd-header {
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

body
    #middle
    #content
    .product-detail
    .wd-widget
    .wd-product-associations.cross-sell
    .wd-content
    form
    .cross-sell-footer
    .btn-buy {
    background: #d0171a;
    width: 250px;
    font-size: 18px;
    font-weight: 600;
}

/* body
    #middle
    #content
    .product-detail
    .row.associations
    .wd-product-associations.cross-sell
    .wd-product-rating {
    display: none;
} */

.wd-product-associations
    .cross-sell-product
    .wd-product-line
    .info
    .wd-product-price-description {
    height: auto;
}

.wd-product-associations .cross-sell-product .wd-product-line .name {
    min-height: 35px;
    padding: 0 2px;
}

body
    #middle
    #content
    .product-detail
    .wd-widget
    .wd-product-associations
    .wd-content
    ul
    li {
    width: 40%;
    margin: auto;
}

body
    #middle
    #content
    .product-detail
    .row.associations
    .wd-product-associations.cross-sell
    .wd-content
    form.row
    > ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: unset;
}

@media (max-width: 767px) {
    body
        #middle
        #content
        .product-detail
        .row.associations
        .wd-product-associations.cross-sell
        .wd-content
        form.row
        > ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        max-width: unset;
    }
}

body
    #middle
    #content
    .product-detail
    .row.associations
    .wd-product-associations.cross-sell
    .wd-content
    form.row {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    body
        #middle
        #content
        .product-detail
        .row.associations
        .wd-product-associations.cross-sell
        .wd-content
        form.row {
        display: flex;
        justify-items: center;
        justify-content: center;
    }
}

.wd-widget
    .wd-product-associations
    .wd-content
    ul
    li
    .wd-product-line-medias
    .thumb {
    width: 45% !important;
    height: 170px !important;
    display: block;
}

.wd-widget
    .wd-product-associations.cross-sell
    .wd-content
    form
    .cross-sell-footer {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media only screen and (max-width: 992px) {
    .product-detail .head .information .buy .buy-box .wd-product-amount .btn,
    .product-detail .head .information .buy .buy-box .wd-product-amount input {
        height: 45px;
        padding: 0;
        margin: 0;
        width: 25px;
    }
    .quant-buy {
        grid-template-columns: 23% 77%;
    }
    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .information
        .buy
        .buy-box
        .quantidade {
        margin: 0px;
    }
    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .wd-product-media-selector {
        position: unset;
    }
    .product-detail .head .information .delivery {
        grid-template-columns: 25% 50% 1fr;
        margin-top: 2rem;
    }
    .product-detail .delivery-box #delivery-formas ul.title li {
        font-size: 12px;
    }

    .product-detail .delivery-box {
        padding: 12px;
    }
    .wd-product-price-description .list-price.de-por {
        gap: 12px;
    }
    .product-detail .head .information .delivery p svg {
        display: none;
    }
    .product-detail .head .information .delivery p {
        font-size: 11px;
    }
    .product-detail .head .information .delivery p svg {
        display: none;
    }
    .consulta-cep a {
        font-size: 9px;
    }
    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .descriptions {
        margin: 2em 0;
    }
    .wd-product-media-selector ul {
        width: 100%;
    }
    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .wd-product-media-selector
        ul
        li
        img {
        display: block;
    }
    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .head
        .medias
        .wd-product-medias
        .wd-product-media-selector
        ul
        li {
        width: 0;
        height: 100%;
    }
    .wd-product-line .wd-product-line-medias a.thumb {
        height: unset !important;
    }
    .wd-product-line .wd-product-line-medias .variation {
        display: unset;
    }
    .wd-widget
        .wd-product-associations
        .wd-content
        ul
        li
        .wd-product-line-medias
        .thumb {
        text-align: center;
    }
    .wd-product-line .item-description .wd-product-price-description {
        justify-content: left;
    }
    li.col.col-md-3.col-sm-6.col-12.slick-slide {
        padding: 0;
    }

    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .descriptions
        .wd-descriptions
        .wd-content
        .wd-descriptions-text
        table {
        width: 100% !important;
    }

    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .descriptions
        .wd-descriptions
        .wd-content
        .wd-descriptions-text
        table
        td {
        white-space: unset !important;
    }

    body[class*="context-product"]
        #middle
        #content
        .product-detail
        .descriptions
        .wd-descriptions
        .wd-content
        div#WarrantyDescription {
        display: none !important;
    }
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    div.load {
    top: 123px;
    background-color: var(--main-color);
}

.cross-sell-product .wd-product-line-medias a.thumb {
    padding: 0px;
    margin: 5px auto;
}

.wd-product-associations .cross-sell-product .wd-product-line * {
    text-align: center;
    justify-content: center;
}

.wd-product-bundle .bundle-item-select,
.wd-product-buy-grid table td.variation input {
    width: 70px;
}

@media (max-width: 395px) {
    .head.row.white-bg {
        padding: 15px 5px;
    }
    .quant-buy {
        grid-template-columns: 30% 70%;
    }
}

.product-detail .head .information .buy .buy-box .wd-buy-button .loading-buy {
    background: var(--pmp-darkblue);
    min-height: 45px;
    border-radius: 5px;
}

dd.product-availability-quantity {
    display: none;
}

.product-detail .wd-descriptions.tab-style .wd-descriptions-nav {
    display: flex;
}

li.LongDescription {
    order: 1;
}

.WarrantyDescription {
    order: 2;
}

body[class*="context-product"]
    #middle
    #content
    .product-detail
    .descriptions
    .wd-descriptions
    .wd-content
    .wd-descriptions-panel
    .header
    .wd-icon {
    right: 10px !important;
}
