﻿/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.5rem;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body * {
    font-family: "Segoe UI";
}

:root {
    --pmp-red: #d0171a;
    --pmp-darkblue: #205ea2;
    --pmp-lightblue: #008094;
}

span.pickup-msg {
    padding-left: 10px;
}

section#middle:not(.HomeRoute section#middle) {
    max-width: 1300px !important;
    width: auto !important;
}

.location {
    display: none;
}

.types.delivery-options {
    padding-top: 15px;
}

body a {
    color: #222222;
}

body .container {
    max-width: 1300px;
}

.banner-principal .banner-wrapper {
    height: auto !important;
}

/*Vitrines*/

body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.549' height='25.098' viewBox='0 0 14.549 25.098'%3E%3Cpath id='nav-arrow-right' d='M9,6,21.136,17.136,9,28.272' transform='translate(-7.587 -4.587)' fill='none' stroke='%23000%0A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    rotate: 180deg;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.549' height='25.098' viewBox='0 0 14.549 25.098'%3E%3Cpath id='nav-arrow-right' d='M9,6,21.136,17.136,9,28.272' transform='translate(-7.587 -4.587)' fill='none' stroke='%23000%0A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.wd-product-list .wd-content > ul li {
    max-width: 100%;
}

.item-description {
    padding: 0px 10px;
}

.item-description * {
    text-align: left;
    justify-content: center;
}

.wd-product-line {
    padding: 0px 0 0 0 !important;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    transition: all ease 0.3s;
    max-height: 470px;
}

.wd-product-line:hover {
    box-shadow: 0px 0px 5px 2px #e5e5e5;
}

.wd-product-line .wd-buy-button {
    padding-bottom: 0;
    border-radius: 5px;
}

.wd-product-line .item-description .bottom > a {
    background: transparent;
    padding: 0;
}

.item-description .bottom button {
    background: #349f5b;
    text-align: center;
    background: white;
    border: 1px solid;
    color: var(--pmp-lightblue);
    font-size: 18px;
    margin: 3px 0;
    border-radius: 5px !important;
    width: 100%;
    height: 40px;
    padding: 0;
}

.item-description .bottom button:hover {
    background-color: var(--pmp-lightblue) !important;
    color: white;
}

.wd-product-line .wd-buy-button button {
    background: #349f5b;
    text-align: center;
    background: white;
    color: var(--pmp-lightblue);
    border: 1px solid #ebebeb;
    margin: 3px 0;
    border-radius: 5px !important;
}

.wd-product-line .wd-buy-button button:hover {
    background-color: #167B3F !important;
    color: white !important;
}

.wd-product-line-wishlist {
    top: -10px;
    right: 10px;
}

.wd-product-line
    .medias
    .wd-product-line-wishlist
    button.js-btn.active::before {
    color: #8f0101;
    font-weight: 700;
}

.wd-product-line .wd-buy-button button {
    transition: all ease 0.3s;
}

.wd-product-list
    .wd-content
    > ul
    li:hover
    .wd-product-line
    .wd-buy-button
    button,
.wd-browsing-grid-list > ul > li:hover .wd-product-line .wd-buy-button button {
    opacity: 1;
    visibility: visible;
}

.wd-product-line .item-description .name a {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .wd-product-line .item-description .name a {
        font-size: 13px;
    }
}

.wd-product-line
    .wd-product-price-description
    .condition
    span:not(.wd-product-line .wd-product-price-description .condition .label) {
    font-weight: 700;
}

.wd-product-line .wd-product-price-description .condition .label {
    font-weight: 600;
    color: #646464;
}

.wd-product-line .wd-product-price-description {
    height: 80px !important;
    display: flex;
    align-items: center;
}

.wd-product-price-description .sale-price span {
    color: #060606;
    font-weight: 700;
}

/* .brand-ref,
.wd-product-rating,
.more,
.description,
.wd-product-line .wd-product-line-medias-variations {
    display: none;
} */

.page-basket .description {
    display: block !important;
}

.more {
    display: none !important;
}

.wd-product-line
    .wd-product-price-description
    .condition
    span:not(.wd-product-line .wd-product-price-description .condition .label) {
    color: #646464;
    font-weight: 600;
}

@media (max-width: 992px) {
    .wd-product-line .wd-buy-button button {
        opacity: 1;
        visibility: visible;
    }
}

.wd-product-line .item-description .name {
    height: 46px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wd-product-line .bottom .buy-unavailable {
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 3px;
}

.wd-checkout-basket-summaryheader .wd-widget {
    background-color: #fff;
    padding: 15px;
    top: 43px;
    right: -75px;
    overflow: visible;
    border: 1px solid #cfd2d5;
    margin-right: 30px;
}

.wd-checkout-basket-summaryheader .wd-widget > .wd-content ul .name span {
    line-height: 18px;
    display: inline-block;
    text-align: initial;
}

li.value {
    margin-left: 87px;
}

.wd-product-line .item-description .name {
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 0;
    height: 50px !important;
}

@media screen and (max-width: 767px) {
    .wd-product-price-description {
        margin-top: 0px !important;
    }

    .item-description * {
        text-align: left;
    }
}

#left .wd-facet-group .selected-facets .selected-facet ul li {
    margin-top: 0;
    margin-bottom: 5px;
    border: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vit .slick-arrow,
.banner-principal .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    background: var(--pmp-darkblue);
    padding: 5px 10px;
    border-radius: 100%;
    transition: all ease 0.3s;
    opacity: 0;
}

.vit .slick-arrow:hover,
.banner-principal .slick-arrow:hover {
    padding: 7px 12px;
}

.vit .slick-prev,
.banner-principal .slick-prev {
    rotate: 180deg;
}

.vit .slick-next,
.banner-principal .slick-next {
    right: 0px;
}

.vit .slick-next::before,
.vit .slick-prev::before,
.banner-principal .slick-next::before,
.banner-principal .slick-prev::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.549' height='25.098' viewBox='0 0 14.549 25.098'%3E%3Cpath id='nav-arrow-right' d='M9,6,21.136,17.136,9,28.272' transform='translate(-7.587 -4.587)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.vit:hover .slick-arrow,
.banner-principal:hover .slick-arrow {
    opacity: 1;
}

.vit .wd-product-list .wd-content > ul,
.banner-principal .wd-product-list .wd-content > ul {
    margin: 0;
    padding: 0;
}

.vit .wd-product-list .wd-content > ul {
    padding-right: 35px;
    padding-left: 35px;
}

@media (max-width: 992px) {
    .vit .slick-arrow,
    .banner-principal .slick-arrow {
        opacity: 1;
        transform: scale(0.8);
        top: 40%;
    }
    .wd-widget.wd-browsing-product-carousel,
    .wd-widget.wd-product-featured-list,
    .wd-widget.wd-product-list {
        margin-top: 10px;
    }
}

ul.slick-dots {
    justify-content: center;
    display: flex !important;
    gap: 10px;
}

ul.slick-dots > li button {
    font-size: 0;
    padding: 6px;
    border-radius: 100%;
    background: #aaaaaa;
}

ul.slick-dots > li.slick-active button {
    background: var(--pmp-darkblue);
}

@media (max-width: 700px) {
    .wd-product-line .wd-product-line-medias .variation img {
        max-width: 160px;
    }
}

/*Fim vitrine*/

/*LOGIN, CADASTRO E MY ACCOUNT*/
.AccountRegisterRoute
    .wd-profile-register
    .wd-header
    .area-profile.LoginRoute
    .login-box
    .painel-criarconta
    .wd-title,
.AccountRegisterRoute
    .wd-profile-register
    .wd-header
    .area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .wd-title,
.area-profile.LoginRoute
    .login-box
    .painel-criarconta
    .AccountRegisterRoute
    .wd-profile-register
    .wd-header
    .wd-title,
.area-profile.LoginRoute .login-box .painel-criarconta h2,
.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .AccountRegisterRoute
    .wd-profile-register
    .wd-header
    .wd-title,
.area-profile.LoginRoute .login-box .painel-jasoucliente h2 {
    color: #222222;
    font-size: 18px;
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    .input-wrapper
    input,
.area-profile.LoginRoute
    .login-box
    .painel-criarconta
    .painel-box
    .wd-profile-preregister
    .wd-content
    .input-wrapper
    input,
.AccountRegisterRoute input,
.AccountRegisterRoute .wd-profile-register select,
.area-profile input,
.area-profile select {
    background: #eeeeee !important;
    background-repeat: no-repeat !important;
    border-radius: 25px !important;
    border: #e1e1e1 !important;
    background-size: 20px !important;
    background-position: 97% center !important;
    box-shadow: none !important;
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    .input-wrapper
    label,
.area-profile.LoginRoute
    .login-box
    .painel-criarconta
    .painel-box
    .wd-profile-preregister
    .wd-content
    .input-wrapper
    label {
    color: #676767;
    font-weight: 500;
    font-size: 14px;
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    button,
.area-profile.LoginRoute
    .login-box
    .painel-criarconta
    .painel-box
    .wd-profile-preregister
    .wd-content
    button.register-now {
    border-radius: 6px;
}
.area-profile
    #middle
    #content
    #content-wrapper
    .col-lg-10
    .button-wrapper
    button,
.area-profile:not(.page-login):not(.page-register)
    #middle
    #content
    #content-wrapper
    #content
    .button-wrapper
    button {
    width: 47.2%;
    margin-left: 35px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .area-profile
        #middle
        #content
        #content-wrapper
        .col-lg-10
        .button-wrapper
        button,
    .area-profile:not(.page-login):not(.page-register)
        #middle
        #content
        #content-wrapper
        #content
        .button-wrapper
        button {
        width: 47.2%;
        margin-left: 5rem;
        border-radius: 10px;
    }
}

.area-profile
    #middle
    #content
    #content-wrapper
    .col-lg-10
    .wd-widget
    .wd-header
    .wd-title,
.area-profile:not(.page-login):not(.page-register)
    #middle
    #content
    #content-wrapper
    #content
    .wd-widget
    .wd-header
    .wd-title {
    color: #222222;
    font-weight: 600;
}

.area-profile .wd-profile-panelmenu nav ul li a {
    color: #222222;
}
.area-profile:not(.page-login):not(.page-register) #content,
.col-lg-10 {
    width: 100%;
}
/**/

.wd-profile-login-oauth {
    height: 48px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 150px;
    padding-right: 80px;
}

.facebook-modal {
    display: none;
}

.wd-product-line
    .item-description
    .wd-product-price-description
    .priceContainer
    .list-price.de-por
    + .sale-price {
    width: 57%;
    float: left;
    text-align: left;
    overflow: hidden;
    display: flex;
	justify-content: start; /* Alteração feita, chamado : 03072480 */
}

@media (max-width: 767px) {
    .wd-product-line
        .item-description
        .wd-product-price-description
        .priceContainer
        .list-price.de-por
        + .sale-price {
        width: 100%;
        float: left;
        text-align: left;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        gap: 0.4rem;
    }
}

.wd-product-line
    .item-description
    .wd-product-price-description
    .priceContainer
    .list-price.de-por {
    float: left;
    width: 50%;
    color: #999999;
    text-align: left;
    margin-top: 3px;
}

.ErrorRoute .error-404 span,
.grid-empty .wd-browsing-grid-list span,
.wd-checkout-basket > .empty span {
    padding: 60px 0;
}

/*POPUP*/
.popup-newsletter {
    display: grid;
    grid-template-columns: 39% 1fr;
    width: 680px;
    border-radius: 21px;
    position: fixed;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-content {
    z-index: 1;
    padding: 0 10px;
    background: #a6383e;
}

.popup-image {
    z-index: 9;
}

.popup-image img {
    width: 400px;
}

.popup-newsletter .form-wrapper > p {
    display: none;
}

.popup-content h3 {
    margin: 5px;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
}

.popup-content h3 a {
    font-size: 14px;
    padding: 5px 0px;
    cursor: pointer;
    color: #fff;
}

.popup-content h4 {
    color: #fff;
    margin: 0;
    font-size: 38px;
    text-align: center;
    text-shadow: #00000080 2px 1px 2px;
}

.popup-content h4 span {
    font-size: 20px;
    text-shadow: none;
}

.popup-content label {
    display: none !important;
}

.popup-content .form-wrapper > div input {
    border: 1px solid silver;
    box-shadow: none;
    border-radius: 30px;
}

.popup-content .wd-marketing-newsletter form {
    margin: 0;
    width: 90%;
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
}

.popup-content .input-wrapper.input-button-marketing-newsletter button {
    display: flex;
    width: 80%;
    border-radius: 10px;
    margin: auto;
    padding: 13px;
    justify-content: center;
    font-weight: 700;
}

.popup-content > p {
    font-size: 12px;
    color: #555555;
    margin-top: 35px;
}

.popup-content .form-wrapper > div {
    margin-bottom: 20px;
}

.popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #232323;
    opacity: 0.5;
    z-index: 98;
}

.form-wrapper {
    width: 70%;
}

.message {
    width: 80%;
    text-align: center;
    color: #fff;
}

.the-modal .the-modal-container .message {
    width: 100%;
    color: #000;
}

/*LGPD*/
.LGPD {
    width: 100%;
    font-family: Quicksand;
    font-size: 14px;
    grid-template-columns: 75% 25%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px 50px;
    border-top: solid 1px lightgray;
}
.LGPD-texto p {
    color: #101010;
    margin: 0;
}
.LGPD-texto a {
    color: #003288;
    text-decoration: revert;
}
.LGPD-fechar {
    text-align: center;
    align-self: center;
}
.LGPD-fechar p {
    background-color: var(--pmp-red);
    color: white;
    max-width: 160px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .LGPD {
        grid-template-columns: unset;
        gap: 1rem;
    }
}
div#gb-widget-4747 {
    right: 93vw !important;
    bottom: 15% !important;
}

.wd-product-line-medias a.thumb {
    height: 220px !important;
    width: 220px !important;
    box-sizing: content-box !important;
}
.wd-product-line-medias .variation img {
    width: auto;
    height: 100%;
}

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    height: fit-content;
    max-height: -webkit-fill-available;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.wd-widget
    .wd-product-associations.cross-sell
    .wd-content
    form
    ul
    li.first::after {
    content: "+";
    font-size: 3rem;
    position: absolute;
    right: -23px;
    top: 30%;
}

.wd-widget
    .wd-product-associations.cross-sell
    .wd-content
    form
    .cross-sell-footer::before {
    content: "=";
    font-size: 3rem;
    position: absolute;
    left: 32px;
    top: 30%;
}

.wd-product-associations .cross-sell-product .wd-product-line {
    min-height: 31rem;
}

.wd-product-line .item-description .brand-ref {
    padding-bottom: 10px;
    display: none;
    gap: 4px;
    justify-content: normal;
}

.wd-product-line .item-description .brand-ref a,
.wd-product-line .item-description .brand-ref small {
    display: inline-block;
    font-size: 10px;
    color: #707982;
}

.wd-flags .flag {
    display: table;
    padding: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    /*background-color: firebrick;  (Solicitado no chamado 03064100)*/
    color: #fff;
    text-align: center;
    margin: 0 0 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .wd-flags .flag {
        display: table;
        padding: 2px;
        font-size: 8px;
        font-weight: 500;
        text-transform: uppercase;
        /*background-color: firebrick; (solicitado no chamado 03064100)*/
        color: #fff;
        text-align: center;
        margin: 0 0 3px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
}

.facet-type.wd-facet-type-list.Multiples.availability.wd-widget.wd-widget-js.loaded
    .facet-type-list {
    display: none;
}

.the-modal .the-modal-container .wd-header .wd-title {
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-modal .the-modal-container .button-wrapper {
    text-align: center;
    margin: 0px;
}

#left
    .wd-facet-group
    .facets
    .facet-type
    .facet-type-range
    .range-wrapper
    .the-modal
    .the-modal-container
    .submit,
.area-profile
    .wd-profile-addresses
    .wd-content
    table
    tbody
    td.action
    .the-modal
    .the-modal-container
    .main-address-label:before,
.product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-oneclickbuy
    .the-modal
    .the-modal-container
    a:not(.url-read-more),
.the-modal
    .the-modal-container
    #left
    .wd-facet-group
    .facets
    .facet-type
    .facet-type-range
    .range-wrapper
    .submit,
.the-modal
    .the-modal-container
    .area-profile
    .wd-profile-addresses
    .wd-content
    table
    tbody
    td.action
    .main-address-label:before,
.the-modal .the-modal-container .btn,
.the-modal
    .the-modal-container
    .product-detail
    .head
    .information
    .buy
    .buy-box
    .wd-product-oneclickbuy
    a:not(.url-read-more),
.the-modal .the-modal-container .wd-product-reviews .review-create,
.wd-product-reviews .the-modal .the-modal-container .review-create {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .wd-product-line .item-description .wd-product-price-description {
        display: block;
    }
}

.wd-facet-type-levels .level-0 ul {
    padding: 0 0 3px 0px !important;
}

.the-modal .the-modal-container {
    background: #fff;
    height: 100%;
    padding: 60px 20px 20px;
    border-radius: 14px;
}

@media (max-width: 767px) {
    .the-modal .the-modal-container {
        background: #fff;
        min-height: 15rem !important;
        padding: 60px 20px 20px;
        border-radius: 14px;
        margin: 0 0.5rem !important;
    }
}

.the-modal.opened .close {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

body .input-group,
body .input-wrapper {
    margin-bottom: 15px;
    display: flex;
    margin-top: 35px;
    align-items: center;
}

.icon.oferta-relampago {
    position: fixed;
    float: right;
    bottom: 15%;
    left: 93%;
    z-index: 99999;
	display: none !important;
}

@media (max-width: 767px) {
    .icon.oferta-relampago {
        position: fixed;
        float: right;
        bottom: 18%;
        left: 72%;
        z-index: 99999;
		display: none !important;
    }
}

.wd-product-rating .rating-average {
background: url(//drogariapmp.assets.cdn.linxcommerce.io/custom/content/themes/Base/Imagens/rating.png?nocache) -109px
        0 no-repeat !important;
    width: 105px !important;
    background-size: cover !important;
    height: 14px !important;
    display: none;
}

.wd-product-line .item-description .description {
    padding-bottom: 5px;
    height: 55px;
    font-size: 14px;
    color: #707982;
    display: none;
}

.wd-product-line
    .item-description
    .wd-product-price-description
    .priceContainer
    .list-price.de-por {
    float: left;
    width: 60%; /* Alteração feita, chamado:03072480 */
    color: #999999;
    text-align: left;
    margin-top: 3px;
    /* display: none !important; */
}

@media (max-width: 767px) {
    .wd-product-line
        .item-description
        .wd-product-price-description
        .priceContainer
        .list-price.de-por {
        float: left;
        width: 65%;
        color: #999999;
        text-align: left;
        margin-top: 3px;
        /* display: none !important; */
    }
}

.wd-product-price-description .sale-price .prefix {
    font-size: 1em;
    /* display: none; */
}

.wd-product-line .wd-buy-button form .btn-buy:before {
    font-size: 18px;
    display: none;
}

.wd-product-line .wd-buy-button form .btn-buy {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    line-height: 0;
    color: #fff;
    background: #5ccb5f;
}

.wd-product-line-wishlist {
    float: right;
    display: block;
    position: relative;
    z-index: 4;
    top: 11px;
}

.wd-product-line .wd-product-line-medias-variations {
    height: 0px;
}

.wd-product-line .item-description .wd-product-price-description {
    height: 75px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .wd-product-line .item-description .wd-product-price-description {
        height: 118px !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.wd-product-line .wd-buy-button form {
    display: block;
    position: relative;
    margin-bottom: 4px;
}

.popup-container {
    display: none;
}

.wd-browsing-grid
    .wd-browsing-grid-list
    > ul
    li
    .wd-product-line
    .wd-product-line-medias.wd-product-line-medias-variations.wd-widget-js {
    height: 0px !important;
}

.wd-product-line
    .item-description
    .wd-product-price-description
    .priceContainer
    .list-price.de-por:after {
    display: none;
}

.wd-product-line .item-description > .wd-product-rating {
    height: 0px;
    padding: 0;
    /* margin-bottom: 5px; */
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    .input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

body .input-group label,
body .input-wrapper label {
    display: flex;
    margin-bottom: 5px;
    margin-top: 9px;
    font-weight: 700;
    vertical-align: top;
    font-size: 0.97em;
    margin-right: 20px;
    width: 9rem;
}

.area-profile.AccountRoute
    #middle
    #content
    .wd-profile-register
    .wd-content
    .conteudo
    fieldset
    .content
    .left
    .input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    small {
        display: none;
    }
}

.area-profile.LoginRoute
    .login-box
    .painel-jasoucliente
    .painel-box
    .wd-profile-login
    .input-wrapper
    label {
    width: 95%;
    color: #707982;
}

@media (max-width: 767px) {
    .wd-browsing-grid footer .wd-browsing-grid-pager .page-number span {
        margin-right: 10px;
        padding-top: 10px;
    }

    .wd-browsing-grid footer .wd-browsing-grid-pager {
        width: 375px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wd-browsing-grid-pager .page-number {
        display: flex;
        float: left;
        line-height: 25px;
        margin: 0 10px 5px;
    }

    span.other-pg:nth-child(5) {
        display: none !important;
    }

    span.other-pg:nth-child(6) {
        display: none !important;
    }

    span.other-pg:nth-child(7) {
        display: none !important;
    }

    span.other-pg:nth-child(8) {
        display: none !important;
    }

    .page-number > span:nth-child(7) {
        display: none !important;
    }

    .page-number > span:nth-child(8) {
        display: none !important;
    }

    i.fas.fa-angle-right {
        display: none;
    }

    i.fas.fa-angle-left {
        display: none;
    }
}
