#cpzcb_debug {
    position: fixed;
    right: 0;
    top: 35%;
}

#cpzcb_debug:hover {
    opacity: .8;
}

.fa-update:before {
    content: "\f021";
}

.fa-tracked:before {
    content: "\f041";
}

.row-container {
    max-width: var(--publisher-site-width);
    margin: auto;
    padding: 15px;
}

.row-middle {
    display: flex;
    width: 100%;
}

.row-middle>div {
    width: 100%;
    height: auto;
    flex: 1;
}

.justify-content-end {
    justify-content: flex-end;
    display: flex;
}

#btn-debug {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999;
    background-color: #cc0808;
    color: white;
    padding: 10px 20px;
    border-radius: 5px 0 0 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 0 3px #00000080;
}




.cpz-ad {
    margin: 0 auto 1.5rem;
    text-align: center;
    min-height: 150px;
    width: 100%;
}

.coupons.clean .cpz-ad {
    max-height: 300px;
}

#enews-register {
    display: none;
}

body.off-canvas-menu-open.off-canvas-scroll .off-canvas-overlay {
    display: block;
}

.rh-header .rh-container {
    display: flex;
}

.rh-header .rh-container button.open-modal,
.rh-header .rh-container button.open-search,
.rh-header .rh-container .avatar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 54px;
    height: 54px;
    width: 54px;
}

.rh-header .rh-container .avatar-link img {
    border-radius: 50%;
    max-width: 45px;
}

.rh-header .rh-container button.open-search i,
.rh-header .rh-container button.open-modal i {
    font-size: 29px;
}

.topheadermobile {
    display: flex;
    background-color: #cc0808 !important;
}

.topheadermobile button.open-modal,
.topheadermobile a.avatar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 60px;
    height: 54px;
    width: 54px;
}

.topheadermobile button.open-modal i {
    font-size: 30px;
}

.topheadermobile a.avatar-link img {
    border-radius: 50%;
}

.back-top {
    border-radius: 5px;
}

span.back-top .fa-arrow-up:before {
    content: "▴";
    font-size: 30px;
    font-style: normal;
}

.site-header.header-style-5 .main-menu.menu>li.menu-item-has-children>a:after {
    content: "▾";
    font-size: 18px;
    color: white;
}

.mainstore {
    font-family: "Poppins", sans-serif;
}

.alert-dark {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.cpztopsearch {
    position: absolute;
    max-width: 39%;
    top: 20px;
    width: 100%;
    z-index: 99999;
}

.cpztopsearch input {
    border-radius: 6px;
}

.cpztopsearch ul {
    margin: 0;
    padding: 0;
    background-color: #cc0808;
}

.cpztopsearch ul img {
    max-width: 90px;
}

.cpztopsearch ul {
    margin: 0;
    padding: 0;
    background-color: #cc0808;
}

.cpztopsearch ul img {
    max-width: 90px;
}

.cpztopsearch ul li {
    padding: .25rem 1rem;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    list-style: none;
}

.cpztopsearch ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpztopsearch ul li a span {
    display: block;
    width: 100%;
}

#search-suggestion {
    display: none;
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#search-suggestion .grid-suggestion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-suggestion a {
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    margin-bottom: 1rem;
}

.grid-suggestion a span {
    display: none;
}

.grid-suggestion a:hover img {
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
}

#search-suggestion a img {
    max-width: 85px;
    width: 100%;
}

#search-suggestion a div {
    width: 100%;
    padding: 0 10px;
}

#search-suggestion ul a img {
    min-height: 50px;
}

#search-suggestion a div p {
    margin: 0;
    font-weight: bold;
}

#search-suggestion a div span {
    font-style: italic;
}

#main-navigation {
    margin-left: 60%;
    width: auto;
}

#cpztopsearch {
    position: absolute;
    top: 20px;
    z-index: 99999;
    right: 430px;
    padding: 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: transparent !important;
    color: #757575;
    font-size: 14px;
    height: 36px;
    width: 40px;
}

#cpztopsearch i {
    font-size: 14px;
    transform: rotate(95deg);
}

.menu-action-buttons {
    display: flex;
    width: auto !important;
}

.menu-action-buttons button i {
    font-size: 25px;
}

.open-modal img {
    width: 35px;
}

.dealstore-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    margin-bottom: 17px;
}

.dealstore-list li span {
    text-align: center;
    display: block;
    cursor: pointer;
    color: #cc0808;
    padding: 10px;
}

.dealstore-list li span:hover {
    color: #00a500;
}

.group-stores {
    display: flex;
    margin-bottom: 2rem;
    border-bottom: 1px solid #8080803d;
}

.group-stores .letter {
    width: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #00a500;
}

.group-stores .list {
    width: calc(100% - 50px);
}

.group-stores ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
    padding-left: 0;
}

.dealstore-letter-item {
    min-width: 33%;
    max-width: 403px;
    list-style-type: none;
}

.dealstore-letter-item a {
    display: block;
    padding: 0 15px 10px 5px;
    max-width: 99%;
}

.mainstore {
    background-color: #f6f7f7;
    padding-bottom: 1rem;
}

.mainstore .storeHeader {
    margin-top: 1rem;
}

.menu-user-area img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.menu-user-area .usernav {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    position: absolute;
    width: 150px;
    right: 0;
    display: none;
    background-color: white;
}

.menu-user-area:hover .usernav {
    display: flex;
}

.menu-user-area .usernav a {
    height: 50px;
    cursor: pointer;
    padding: 0 0 0 1rem;
    display: flex;
    justify-content: flex-start;
    position: relative;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    align-items: center;
}

.row-container {
    max-width: var(--publisher-site-width);
    margin: auto;
}

.mainstore {
    background-color: #f6f7f7;
    padding-bottom: 1rem;
}

.storeHeader {
    position: relative;
    display: grid;
    gap: 20px;
    color: #1F1F1F;
    padding: 5px 16px 0;
    grid-template-columns: 290px auto;
    grid-template-rows: auto auto;
    margin-bottom: 16px;
}

.storeHeader>.storeContent,
.storeHeader>.storeButton,
.storeHeader>.filter {
    display: none;
}

.storeLogo {
    background-color: white;
    padding: 10px 15px 20px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
}

.storeLogo img.brand-image {
    max-width: 200px;
    width: auto;
    margin: auto;
    display: block;
    height: auto;
}

.storeLogo .notice,
.storeHeader>.storeButton .notice {
    font-size: 18px;
    line-height: 33px;
    margin: 2px 0;
    font-weight: 600;
    text-shadow: 0 0 3px #00000080;
    color: #00a500;
    display: block;
    text-align: center;
}

.btn-store {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 50px;
    color: white !important;
    background-color: #007fff !important;
}

.btn-store i {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #007fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 1rem;
}

.btn-store.mobile {
    display: none;
}

.btn-store:hover {
    opacity: .85;
}

.btn-store:hover span {
    color: white;
}

.btn-store img {
    width: 25px;
    margin-right: 5px;
}

.btn-store span {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.storeContent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.storeInfo h1,
.storeInfo h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
}

.moreContent p {
    font-size: 1.75rem;
}

.storeHeader .storeInfo .filter {
    display: flex;
}

.storeHeader .filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
}

.filter li:first-child {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.filter li b {
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 3px;
    background-color: white;
    margin: 0 5px;
    display: block;
    cursor: pointer;
    font-size: 13px;
}

.filter li.disabled b {
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 3px 0px;
    background-color: #f6f7f7;
    cursor: no-drop;
    color: gray;
}

.filter li.disabled b mark {
    color: gray;
}

.filter li b mark {
    background-color: transparent;
}

.filter li.coupons.active b,
.filter li.coupons.active b mark {
    background-color: #00a500;
    color: white;
}

.filter li.offers.active b,
.filter li.offers.active b mark {
    background-color: #007fff;
    color: white;
}

.filter li:not(.active):not(.disabled) b:hover {
    color: #2d2d2d;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 8px 3px;
}

.storeMiddle {
    position: relative;
    display: grid;
    gap: 20px;
    color: #1F1F1F;
    padding: 0 16px 20px;
    grid-template-columns: 75% auto;
    grid-template-rows: auto auto;
    font-family: "Poppins", sans-serif;
}

.mainstore aside h4 {
    padding: 15px;
    margin-top: 0;
    border-radius: 0 5px 0 5px;
    border: solid 1px #80808030;
    color: #2d2d2d;
    background-color: white;
    text-shadow: 0px 1px 1px #2d2d2d;
    font-family: "Poppins", sans-serif;
    text-shadow: none;
}

.similares {
    display: grid;
    gap: 15px;
    color: #1F1F1F;
    grid-template-columns: 50% auto;
    margin-bottom: 1rem;
}

.similares a {
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    background-color: #fff;
    color: #1f1f1f;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    min-height: 50px;
}

.similares a mark {
    background-color: transparent;
    display: block;
    text-align: center;
    transition: all .07s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.similares a span {
    visibility: hidden;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 13px;
    transition: all .07s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.similares a:hover {
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 8px 3px;
}

.similares a:hover span {
    visibility: visible;
    top: 20px;
}

.similares a:hover mark {
    position: absolute;
    width: 100%;
    top: 2px;
}

.similares a .count {
    display: none;
}

.similares a:hover .count {
    display: block;
}

.similares-grid,
.dealstores-grid {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.similares-grid>div,
.dealstores-grid>div {
    width: 100%;
    max-width: 24%;
    text-align: center;
    margin-bottom: 15px;
}

.similares-grid>div a,
.dealstores-grid>div a {
    background-color: white;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #EBEBEB;
    display: block;
}

.similares-grid>div a:hover,
.dealstores-grid>div a:hover {
    border-color: #00a5007a;
}

.similares-grid>div p,
.dealstores-grid>div p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.similares-grid>div p.count,
.dealstores-grid>div p.count {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #8c8c8c;
}



section.content {
    background-color: white;
    padding: 2rem 3rem;
    color: #5d5d5d;
    font-size: 15px;
}

section.content strong {
    color: black;
}

section.content figure.size-full img {
    max-width: 100%;
}

section.content figure.aligncenter {
    text-align: center;
    margin: 1rem 0;
}

section.content .wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

section.content .wp-block-table table tbody,
section.content .wp-block-table td,
section.content .wp-block-table tfoot,
section.content .wp-block-table th,
section.content .wp-block-table thead,
section.content .wp-block-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

section.content .wp-block-table td,
section.content .wp-block-table th {
    border: 1px solid;
    padding: .5em;
}

section.content a {
    text-decoration: underline;
    color: #cc0808;
}

.btn-store,
.coupons li button:focus {
    outline: none !important;
}

.cpz-modal.code .btn-modal {
    font-size: 14px;
    margin-top: 1rem;
}

.cpz-modal.code .btn-code.open .item-code {
    justify-content: space-between;
}

.cpz-modal.code .btn-code.open .item-code span.spancode {
    max-width: 100%;
}

.cpz-modal.code .btn-code.open .item-code .copy {
    margin: auto .5rem;
    background-color: #00a500;
    height: 80%;
    width: 70px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    color: white;
    padding: 0 5px;
}

.cpz-modal.code .code-rules {
    display: none;
    text-align: left;
}

.cpz-modal.code .code-rules span {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    font-weight: 600;
}

.cpz-modal.code .code-rules p {
    display: none;
    color: black;
}

.storeHeader {
    background-color: transparent;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 290px auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "storeLogo storeInfo"
}

.storeHeader .storeLogo {
    grid-area: storeLogo;
}

.storeHeader .storeInfo {
    grid-area: storeInfo;
}

.storeHeader .storeButton {
    grid-area: storeButton;
}

.storeHeader .storeContent {
    grid-area: storeContent;
}

.storeHeader .filter {
    grid-area: filter;
}

span.toggle-rules {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    width: auto;
    height: 40px;
    color: #8459B4;
    cursor: pointer;
}

span.toggle-rules:before {
    content: "Regras ▾";
}

body.open-popup {
    overflow-y: hidden;
}

body.open-popup .off-canvas-overlay {
    display: block;
}

.cpz-modal {
    position: fixed;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 250px;
    z-index: 999999999;
    border-radius: 5px 5px 0 0;
    box-shadow: rgb(0 0 0 / 12%) 0px -3px 3px 5px;
    max-height: calc(100vh - 70px);
    height: auto;
    font-family: "Poppins", sans-serif;
    display: none;
}

.cpz-modal .modal-close {
    position: absolute;
    right: 8px;
    border-radius: 5px;
    color: white;
    padding: 7px 10px 5px;
    font-size: 15px;
    top: 8px;
}

.cpz-modal .span-close {
    display: none;
}

.cpz-modal .modal-close:before {
    content: "\2716";
}

.cpz-modal .modal-close:hover {
    background-color: #cc0808;
}

.cpz-modal .inner-container {
    padding: 25px 10px 0;
}

.cpz-modal .container-promotion {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: black;
    margin-bottom: 1rem;
    padding: 16px;
}

.cpz-modal .container-promotion span {
    display: block;
}

.cpz-modal .container-promotion b {
    color: #04b804;
}

.cpz-modal .nsl-container {
    text-align: center;
}

.cpz-modal .nsl-container-buttons {
    width: 100%;
    max-width: 500px;
    margin-top: 1rem;
}

.cpz-modal .btn-social_login {
    margin-bottom: 1rem;
}

.cpz-modal .btn-social_login .nsl-button {
    height: 50px;
}

.cpz-modal .btn-social_login .nsl-button:hover {
    opacity: .85;
}

.cpz-modal .btn-social_login .nsl-button .nsl-button-label-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cpz-modal .btn-social_login .nsl-button .nsl-button-label-container b {
    margin-left: .5rem;
}

.cpz-modal div.nsl-container svg {
    width: 35px;
    height: 35px;
}

.cpz-modal .auth-footer {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: black;
    margin-top: 1rem;
}

.cpz-modal .auth-footer .toggle-login {
    color: #cc0808;
    padding-left: .5rem;
    height: 25px;
    display: inline-flex;
}

.cpz-modal form {
    text-align: center;
}

.cpz-modal form label {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

.cpz-modal form label span {
    position: absolute;
    height: 50px;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
    font-size: 20px;
    color: #bababa;
    padding-left: 20px;
}

.cpz-modal form .icon-envelope:before {
    content: "\2709";
}

.cpz-modal form .icon-lock:before {
    content: "\2739";
}

.cpz-modal form button[type=submit] {
    width: 100%;
    max-width: 500px;
    height: 50px;
    border-radius: 5px;
    background-color: #04b804;
}

.cpz-modal form label input {
    height: 50px;
    border-radius: 5px;
    text-indent: 25px;
}

.cpz-modal .container-code {
    padding: 20px 0;
    text-align: center;
}

.cpz-modal .container-code .badget {
    color: #058b05;
    font-weight: 900;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
    text-shadow: 2px 3px 3px #00000087;
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
}

.cpz-modal .container-code .description {
    font-size: 15px;
    color: black;
}

.cpz-modal.out {
    height: fit-content;
}

.cpz-modal.out .container-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpz-modal.out .container-code .title {
    font-size: 2rem;
    display: block;
    margin: 1.5rem 0;
    color: black;
    font-weight: bold;
}

.cpz-modal .container-code span.notice {
    font-size: 2.3rem;
    line-height: 33px;
    margin: auto;
    font-weight: 600;
    text-shadow: 0px 2px 3px #00000080;
    color: #00a500;
    min-height: 21px;
    display: block;
    text-align: center;
}

.cpz-modal.out .container-code span.notice {
    margin-bottom: 2rem;
}

.cpz-modal .container-code .btn-code {
    margin: 20px 0;
}

.cpz-modal .container-code .flex-buttons {
    display: flex;
    align-items: center;
}

.cpz-modal .container-code .flex-buttons .btn-offer {
    text-transform: none !important;
}

.cpz-modal .toggle-login {
    cursor: pointer;
}

.cpz-modal .toggle-login:hover {
    opacity: .8;
    text-decoration: underline;
}

.password-criterion {
    padding-left: 25px;
}

.password-criterion li.fail {
    color: red;
}

.password-criterion li.success {
    color: green;
}

.cpz-modal.auth .inner-container .container-auth .response {
    margin: 15px 0;
    padding: 15px;
    display: none;
}

.cpz-modal.auth .inner-container .container-auth form {
    display: none;
}

.cpz-modal.auth .inner-container .container-auth[data-form="register"] form[data-action="register"],
.cpz-modal.auth .inner-container .container-auth[data-form="login"] form[data-action="login"],
.cpz-modal.auth .inner-container .container-auth[data-form="recover"] form[data-action="recover"] {
    display: block;
}

.cpz-modal.auth .inner-container .container-auth[data-form="recover"] .toggle-login[data-action="recover"],
.cpz-modal.auth .inner-container .container-auth[data-form="register"] .text-register,
.cpz-modal.auth .inner-container .container-auth[data-form="login"] .text-login {
    display: none;
}

form .progress {
    height: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: none;
}

form .progress.active {
    display: block;
}

form .progress .progress-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5ec25e;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    animation: progress-bar 2s linear infinite !important;
}

.cpzcb-search--mobile {
    display: none;
}

@keyframes progress-bar {
    from {
        background-position: 0 40px;
    }

    to {
        background-position: 0 0;
    }
}

.cpz-modal.code .admobile {
    text-align: center;
    display: none;
}

@media screen and (min-width: 680px) {
    .cpz-modal {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        margin-bottom: 0;
    }

    .cpz-modal.code,
    .cpz-modal.offer,
    .cpz-modal.out {
        max-width: 600px;
    }

    .cpz-modal.auth {
        max-width: 750px;
        padding: 0;
        height: fit-content;
        border-radius: 5px;
    }

    .cpz-modal.auth .inner-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
        padding: 0;
    }

    .cpz-modal.auth .inner-container>div {
        width: 50%;
    }

    .cpz-modal.auth .container-promotion {
        color: white;
    }

    .cpz-modal.auth .inner-container .container-auth {
        padding: 35px;
    }

    .cpz-modal.auth .inner-container .container-promotion {
        background-image: linear-gradient(0deg, #115A2D 7%, #CC0808 87%);
        margin-bottom: 0;
        border-radius: 5px 0 0 5px;
    }

    .cpz-modal.auth .inner-container .container-promotion div {
        background-image: linear-gradient(0deg, #115A2D 7%, #CC0808 87%);
        background-image: url(/wp-content/uploads/2019/12/pr_pattern.png);
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        height: 100%;

    }

    .cpz-modal.auth .inner-container .container-auth[data-form="register"] .nsl-container-block {
        display: none;
    }

    aside .storeLogo {
        position: fixed;
        overflow: hidden;
        transform: translateX(200%);
        transition: .3s ease-in-out;
        visibility: hidden;
        top: 20px;
        max-width: 300px;
        width: 100%;
    }

    aside .storeLogo.is-visible {
        z-index: 10;
        transform: translateX(0);
        visibility: visible;
    }

    body.full-menu-pined .storeLogo {
        top: 90px;
    }

    body.open-popup.code .cpz-modal.code {
        display: flex !important;
        max-width: 1115px;
        min-height: 630px;
    }

    body.open-popup.code .cpz-modal.code .modal-close {
        right: 330px;
    }

    .cpz-modal.code .addesk {
        width: 300px;
    }

    .dealstores-grid>div {
        max-width: calc(100% / 5 - 10px);
    }
}

@media screen and (min-width: 891px) {
    .dealstores-grid>div {
        max-width: calc(100% / 6 - 10px);
    }
}

@media screen and (max-width:680px) {
    .dealstore-letter-item {
        min-width: 50%;
    }

    .storeHeader {
        grid-template-columns: 150px auto;
        grid-template-rows: auto auto;
        gap: 10px 15px;
        grid-template-areas:
            "storeLogo storeInfo"
            "storeContent storeContent"
            "storeButton storeButton"
            "filter filter";
    }

    .storeLogo {
        padding: 0;
        display: flex;
    }

    .storeLogo img.brand-image {
        max-width: 100%;
    }

    .storeLogo .notice,
    .storeLogo .btn-store,
    .storeInfo .moreContent,
    .storeInfo .filter {
        display: none;
    }

    .storeLogo.is-visible .notice {
        display: block;
        position: absolute;
        width: 100%;
        top: 45px;
        padding: 0;
        font-size: 15px;
    }

    .storeHeader .storeInfo .filter {
        display: none;
    }

    .storeHeader>.filter {
        display: flex;
    }

    .storeHeader>.storeButton {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .storeInfo h1 {
        font-size: 20px;
    }

    .storeContent h2 {
        font-size: 19px;
        margin: 0;
    }

    span.toggle {
        display: inline-block;
        font-size: 14px;
        line-height: 40px;
        width: auto;
        height: 40px;
        color: #8459B4;
    }

    span.toggle:before {
        content: "Mais informações ▾";
    }

    span.toggle.active:before {
        content: "Menos informações ▴";
    }

    .storeMiddle {
        display: block;
    }

    .rules {
        display: none;
        padding: 5px 15px 0;
    }

    aside .storeLogo {
        display: none;
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: white;
        width: 100%;
        left: 0;
        border-radius: 0;
        height: 80px;
    }

    aside .storeLogo.is-visible {
        display: flex;
        align-items: flex-start;
    }

    aside .storeLogo img.brand-image {
        width: 80px;
        margin-top: 3px;
    }

    aside .storeLogo .btn-store {
        display: flex;
        align-items: center;
        font-size: 15px;
        width: auto;
        height: auto;
        margin: 10px 20px;
    }

    aside .storeLogo .btn-store span {
        font-size: 13px;
    }

    aside .storeLogo .btn-store i {
        width: 15px;
        height: 15px;
        font-size: 12px;
        margin-right: 7px;
    }

    .similares-grid,
    .dealstores-grid {
        gap: 8px;
        overflow-x: scroll;
        padding-bottom: 7px;
        margin-bottom: 2rem;
    }

    .similares-grid.mobile-scroll,
    .dealstores-grid.mobile-scroll {
        flex-wrap: nowrap;
    }

    .cpz-modal .container-promotion {
        margin-bottom: 0;
    }

    .cpz-modal .container-code {
        padding-top: 0;
    }

    .similares-grid>div,
    .dealstores-grid>div {
        max-width: 47%;
        width: 100%;
        min-width: calc(50% - 4px);
    }

    .similares-grid>div a img,
    .dealstores-grid>div a img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .cpz-modal .container-code .flex-buttons .btn-offer {
        width: auto;
        padding: 5px 10px;
        font-size: 13px;
    }

    .rh-header .rh-container button.open-search {
        right: 108px;
    }

    .cpzcb-search--mobile {
        position: fixed;
        top: 0;
        z-index: 999999999;
        width: 100%;
        background: white;
        display: none;
    }

    .cpzcb-search--mobile .top-search {
        display: flex;
        background-color: #cc0808;
        padding: 15px 15px 10px;
    }

    .cpzcb-search--mobile .top-search button {
        background-color: transparent;
        padding-left: 0;
    }

    .cpzcb-search--mobile .top-search button span {
        font-size: 23px;
    }

    .cpzcb-search--mobile .top-search input {
        height: 45px;
        border-radius: 5px;
        border: none;

        width: 100%;
        padding: 10px 40px 10px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

    .search-container {
        position: relative;
        width: 100%;
    }

    .search-container .cpzcb-icon {
        font-size: 19px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .mobile-search-sugestions {
        padding: 15px;
    }

    .mobile-search-sugestions .sugestions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mobile-search-sugestions a {
        max-width: 31%;
        border-radius: 5px;
        margin-bottom: 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .mobile-search-sugestions a span {
        display: none;
    }

    .mobile-search-sugestions a img {
        width: 100%;
        border-radius: 5px;
    }

    .mobile-search-results ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-search-results ul li {
        border-bottom: solid 1px #e3e3e3;
        padding: 0 15px;
    }

    .mobile-search-results ul li a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
        min-height: 50px;
    }

    .mobile-search-results ul li a span.name {
        color: #cc0808;
    }

    .mobile-search-results ul li a .cpzcb-icon {
        font-size: 15px;
        margin-left: 1rem;
    }

    .mobile-search-results ul img {
        max-width: 75px;
    }

    .cpz-modal.code .admobile {
        display: block;
    }

    .cpz-modal.code .addesk {
        display: none;
    }
}

@media screnn and (max-width: 370px) {
    .rh-header .menu-container .menu-handler {
        width: 40px;
    }

    .rh-header .rh-container button.open-modal {
        width: 40px;
        right: 40px;
    }

    .rh-header .rh-container button.open-search {
        width: 40px;
        right: 80px;
    }

    .similares-grid>div p,
    .dealstores-grid>div p {
        font-size: 13px;
    }
}

.cpzcb-icon[name="close"]::before {
    content: '\2715';
}

.cpzcb-icon[name="star"]::before {
    content: '\2729';
}

.cpzcb-icon[name="search"]::before {
    content: '\1F50D';
}

.cpzcb-icon[name="arrow-right"]::before {
    content: '\25B6';
}

.storeHeader-clean {
    background-color: white;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    margin-bottom: 2rem;
}

.storeHeader-clean .storeTitle {
    padding: 0 15px;
}

.storeHeader-clean .storeTitle .discl {
    display: none;
}

.storeHeader-clean h1 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
}

.storeHeader-clean.is-visible h1 {
    display: none;
}

.storeHeader-clean.is-visible .storeRatings-results {
    display: none;
}

.storeHeader-clean.is-visible .storeTitle .discl {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.storeHeader-clean.is-visible {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
}

.storeHeader-clean.is-visible .row-container {
    padding: 0;
}

.storeHeader-clean.is-visible .storeBrand img {
    max-width: 150px;
    height: auto;
    margin: auto;
    display: block;
}

.storeHeader-clean.is-visible h1 {
    font-size: 27px;
}

.storeHeader-clean .storeflex {
    display: flex;
    align-items: center;
}

.storeHeader-clean .storeBrand {
    width: auto;
}

.storeHeader-clean .storeTitle {
    width: 100%;
}

.storeHeader-clean .storeButton {
    width: 40%;
}

.storeHeader-clean .storeButton button {
    width: auto;
    margin-left: auto;
}

.storeRatings-results {
    display: flex;
    align-items: center;
}

.storeRatings-results .badge {
    padding: 1px 7px;
    background-color: #00a400;
    border-radius: 15px;
    color: white;
}

.storeRatings-results .votes {
    font-weight: bold;
    padding: 0 5px;
}

.actionRatings .star {
    cursor: pointer;
    color: gray;
    font-size: 21px;
}

.actionRatings .star.hover,
.actionRatings .star.selected {
    color: gold;
}

.sidebar-ratings {
    margin-bottom: 1rem;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    margin-bottom: 1rem;
}

.sidebar-ratings h4 {
    padding: 0;
    border: none;
}

.storeHeader-clean .storeflex .btn-store {
    width: auto;
    margin-left: auto;
}

.page-clickout .inner .notice {
    display: block;
    text-align: center;
    color: black;
}

.page-clickout .inner .btn-code {
    display: block;
    margin: 1rem auto;
    max-width: 250px;
    height: 40px;
    min-height: 40px;
}

.page-clickout .inner .btn-offer {
    max-width: 250px;
    width: 100%;
    height: 40px;
}

.page-clickout .inner .span-grow {
    height: 40px;
}

.page-clickout .inner .item-code {
    padding-right: 0;
    height: 40px;
}

.page-clickout .inner .btn-code.open span.copy {
    background-color: #08a904;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px;
    border-radius: 50px;
    font-weight: normal;
    margin: 5px;
    margin-bottom: 8px;
}

.page-clickout .inner .btn-code.open span.copy:after {
    display: none;
}

.page-clickout .inner .btn-offer {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
}

.page-clickout .inner .badge {
    font-size: 35px;
    line-height: 33px;
    margin: 1rem auto;
    font-weight: 600;
    text-shadow: 0px 2px 3px #00000080;
    color: #00a500;
    min-height: 21px;
    display: block;
    text-align: center;
}

.page-clickout .inner .term-image {
    display: block;
    margin: auto;
    max-width: 250px;
}

.page-clickout .inner .description,
.page-clickout .inner .rules,
.page-clickout .inner>p {
    color: black;
    text-align: center;
}

.page-clickout .inner .rules {
    display: block !important;
}

.page-clickout {
    background-color: #cc0808;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
}

.page-clickout .bs-wrap-gdpr-law {
    display: none !important;
}

.page-clickout .inner {
    max-width: 650px;
    width: 100%;
    background-color: white;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    border-radius: 5px;
    padding: 20px;
}

.page-clickout .inner .custom-logo {
    max-width: 250px;
    margin: auto;
}

.page-clickout .inner .title {
    display: block;
    text-align: center;
}

.page-clickout .inner .deeplink {
    display: block;
    text-align: center;
}

.page-clickout .countdown {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    font-weight: bold;
    animation: pulse 1s infinite;
    margin: 1rem auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 650px) {
    .storeHeader-clean:not(.is-visible) .storeflex .btn-store {
        width: 100%;
        height: 37px;
    }

    .storeHeader-clean:not(.is-visible) .storeflex .btn-store i {
        width: 25px;
        height: 25px;
    }

    .storeHeader-clean:not(.is-visible) .storeflex .btn-store span {
        font-size: 13px;
    }

    .storeHeader-clean .storeflex {
        flex-wrap: wrap;
    }

    .storeHeader-clean .storeBrand {
        width: 30%;
    }

    .storeHeader-clean .storeBrand img {
        max-width: 100%;
        height: auto;
    }

    .storeHeader-clean .storeTitle {
        width: 70%;
        padding-right: 0;
    }

    .storeHeader-clean .storeTitle h1 {
        font-size: 20px;
        color: black;
    }

    .storeHeader-clean .storeTitle .storeRatings-results {
        display: none;
    }

    .storeHeader-clean .storeButton {
        display: none;
    }

    .storeHeader-clean .storeButton button {
        margin: auto;
    }

    .storeHeader-clean.is-visible .storeBrand {
        width: 40%;
    }

    .storeHeader-clean.is-visible .storeTitle {
        display: none;
    }

    .storeHeader-clean.is-visible .storeButton {
        width: 60%;
        padding: 0;
    }

    .storeHeader-clean.is-visible .row-container {
        padding: 1rem 5px;
    }

    .storeHeader-clean.is-visible .btn-store i {
        font-size: 15px;
        width: 20px;
        height: 20px;
        margin-right: .5rem;
    }

    .storeHeader-clean.is-visible {
        display: none;
    }

    .cpz-modal.code {
        top: 0;
        min-height: 80vh;
    }

    .cpz-modal .modal-close {
        display: none;
    }

    .cpz-modal .span-close {
        position: absolute;
        left: 8px;
        border-radius: 5px;
        color: blue;
        padding: 7px 10px 5px;
        font-size: 15px;
        top: 8px;
        display: block;
    }

    .cpz-modal.code .btn-code.open .item-code {
        max-width: 100%;
    }

    .cpz-modal.code .btn-code.open .item-code span.spancode {
        text-align: center;
        text-indent: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .storeHeader-clean.is-visible .storeBrand img {
        max-width: 80px;
    }

    .storeHeader-clean.is-visible .storeflex .btn-store {
        font-size: 13px;
        padding: 5px;
        height: 40px;
    }

    .storeHeader-clean.is-visible .storeflex .btn-store span {
        font-size: 13px;
    }
}
:root {
    --viewport-width: 1180px;
}
@media (max-width: 400px) {
    :root {
        --viewport-width: 400px;
    }
}
@media (min-width: 401px) and (max-width: 766px) {
    :root {
        --viewport-width: 766px;
    }
}
@media (min-width: 767px) and (max-width: 981px) {
    :root {
        --viewport-width: 981px;
    }
}
.coupon .edit-post {
    position: absolute;
    z-index: 99;
}
.coupon.full {
    cursor: pointer;
}
.coupon .edit-post a {
    font-size: 13px;
    padding: 5px;
    line-height: normal;
    background-color: green;
}
.coupon .edit-post a:hover {
    background-color: #009900;
    color: white;
}
.coupons-list.lay1 {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
}

.lay1 .coupon {
    width: 300px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    width: calc(100% / 3 - 15px);
    margin: 0 0 15px 15px;
    position: relative;
    float: none;
    clear: none;
}
.storeMiddle .lay1 .coupon {
    width: calc(100% / 3 - 10px);
    margin: 0 0 15px 0;
}
.storeMiddle .lay1 .coupon:nth-child(3n-1) {
    margin-left: 15px;
    margin-right: 15px;
}
.lay1 .coupon .edit-post {
    right: 0;
}

.lay1 .coupon-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 85px;
}
.lay1 .coupon-header i,
.lay1 .coupon-header .icon {
    display: none;
}
.lay1 .coupon.exclusive .coupon-header:before,
.lay1 .coupon[data-type="cashback"] .coupon-header:before {
    
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007fff;
    color: white;
    border-bottom-right-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.lay1 .coupon.exclusive .coupon-header:before {
    content: "Exclusivo";
}
.lay1 .coupon[data-type="cashback"] .coupon-header:before {
    content: "Cashback";
}

.lay1 .coupon-header img {
    height: 75px;
    width: auto;
    margin: auto;
}
.lay1 .coupon-header span {
    color: #333;
    font-weight: 900;
    font-size: clamp(20px, 3vw, 30px);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.lay1 .coupon-header sup.small {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-left: .5rem;
}

.lay1 .coupon-content {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.lay1 .coupon-content .meta {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    font-weight: normal;
    font-size: 13px;
}
.lay1 .coupon-content .meta img {
    max-width: 120px;
    height: auto;
    margin: 0 35px;
}
.lay1 .coupon-content .meta .check {
    color: #00a500;
}
.lay1 .coupon-content .meta i {
    margin-right: .5rem;
}

.lay1 .coupon-content .coupon-title {
    font-size: 19px;
    margin: 0;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.lay1 .coupon-content div.tool {
    height: 26px;
}

.lay1 .coupon-content div.tool::after {
    content: attr(data-tooltip);
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 95%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: visibility 0.1s, opacity 0.1s;
    white-space: normal;
}

.lay1 .coupon-content div.tool::after::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.lay1 .coupon-content div.tool:hover::after {
    visibility: visible;
    opacity: 1;
}

.lay1 .coupon-content p {
    font-size: 14px;
    margin: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.lay1 .coupon-footer {
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    background-color: #e8f7e8;
    text-align: center;
}

button.btn-code-1,
button.btn-offer-1 {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    width: 100%;
    padding: 0;
    background-color: #4fb300 !important;
    border: solid 2px #4fb300;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
}
.coupon.exclusive button.btn-code-1,
.coupon.exclusive button.btn-offer-1,
.coupon[data-type="cashback"] button.btn-code-1,
.coupon[data-type="cashback"] button.btn-offer-1 {
    background-color: #007fff !important;
    border: solid 2px #007fff;
}
.lay1 .coupon.exclusive .coupon-header,
.lay1 .coupon[data-type="cashback"] .coupon-header {
    padding-top: 10px;
}
.lay1 .coupon.exclusive .coupon-footer,
.lay1 .coupon[data-type="cashback"] .coupon-footer {
    background-color: white;
}
.expireds.lay1 .coupon-header .span-badget {
    color: gray;
}
.expireds.lay1 .coupon-footer {
    background-color: #e7e7e7;
}
button.btn-code-1 .span-grow {
    padding: 5px 10px;
    border: dashed 2px white;
}
button.btn-code-1 .span-grow::before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 2;
    border-bottom: 16px solid #fff;
    border-right: 16px solid rgba(0, 0, 0, 0.3);
    transform: rotate(180deg);
    right: 0;
    top: 0;
}
button.btn-code-1:hover .span-grow::before {
    border-bottom: 25px solid #fff;
    border-right: 25px solid rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
button.btn-code-1:hover {
    background-color: #009900;
}
button.btn-code-1.open .span-grow {
    display: none;
}
button.btn-code-1 .span-code {
    background: linear-gradient(315deg, hsla(0, 0%, 0%, 0.1) 10%, transparent 15%, transparent 35%, hsla(0, 0%, 0%, 0.1) 40%, hsla(0, 0%, 0%, 0.1) 60%, transparent 65%, transparent 85%, hsla(0, 0%, 0%, 0.1) 90%) repeat scroll 0 0 / 6px 6px hsl(0, 0%, 100%);
    height: 100%;
    color: black;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}
button.btn-code-1.open .span-code {
    display: flex;
}
button.btn-code-1 .span-code .code {
    display: block;
    max-width: 150px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
}
button.btn-code-1 .copied {
    font-style: italic;
    opacity: .7;
}
button.btn-code-1 .span-code .copy {
    background-color: #4fb300;
    color: white;
    font-weight: normal;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}
.coupon.exclusive button.btn-code-1 .span-code .copy,
.coupon[data-type="cashback"] button.btn-code-1 .span-code .copy {
    background-color: #007fff;
}
.expireds .btn-code-1 {
    background-color: #a9a9a9 !important;
    border: solid 2px #a9a9a9;
}
.expireds button.btn-code-1 .span-code .code {
    color: gray;
}
.coupons-list.lay2 {
    padding: 0;
    list-style: none;
    position: relative;
}

.coupons-list.lay2 li {
    position: relative;
    margin-bottom: 1.5rem;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    background-color: white;
    color: #1F1F1F;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: normal;
}
.lay2 .coupon .edit-post {
    right: 0;
    top: 0;
}
.lay2 .coupon .coupon-header {
    border: dashed 1px gray;
    border-radius: 8px;
    padding: 5px;
    position: relative;
    max-width: 20%;
    width: 100%;
    display: block;
}
.lay2 .coupon[data-type="cashback"] .coupon-header,
.lay2 .coupon.exclusive .coupon-header {
    border-top: none;
    padding-top: 27px;
}
.lay2 .coupon[data-type="cashback"] .coupon-header:before,
.lay2 .coupon.exclusive .coupon-header:before {
    position: absolute;
    background-color: #007fff;
    width: 101%;
    left: -.5%;
    top: 0;
    text-align: center;
    color: white;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.lay2 .coupon[data-type="cashback"] .coupon-header:before {
    content: "Cashback";
}
.lay2 .coupon.exclusive .coupon-header:before {
    content: "Exclusivo";
}
.lay2 .coupon .span-badget {
    color: #333;
    text-shadow: none;
    font-weight: 600;
    line-height: 1;
    font-size: 39px;
    text-align: center;
    margin: .8rem 0;
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
}
.lay2 .coupon .span-badget.small {
    color: #03120e;
    font-size: 20px;
    font-weight: 500;
}
.lay2 .coupon-header img.brand-image {
    height: 75px;
    width: auto;
    margin: auto;
    display: block;
}
.lay2 .coupon .coupon-header i {
    font-size: 19px;
    position: absolute;
    top: -10px;
    left: -5px;
}
.lay2 .coupon[data-type="cashback"] .coupon-header i,
.lay2 .coupon.exclusive .coupon-header i,
.lay2 .coupon.exclusive[data-type="offer"] .coupon-header .icon {
    display: none;
}
.lay2 .coupon .coupon-header .icon {
    position: absolute;
    top: -10px;
    left: -5px;
}
.lay2 .coupon-content .coupon-title {
    font-size: 19px;
    margin: 0;
    color: #000;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}

.lay2 .coupon-content {
    max-width: 80%;
    width: 100%;
    padding: 0 15px;
}
.lay2 .coupon-footer {
    display: flex;
    align-items: center;
    max-width: 20%;
    width: 100%;
    justify-content: center;
}
.lay2 .coupon-content div.tool {
    height: 26px;
    display: inline-grid;
}
.lay2 .coupon-content div.tool::after {
    content: attr(data-tooltip);
    visibility: hidden;
    opacity: 0;
    background-color: #333333e8;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    transform: translate(-78%, -40%);
    z-index: 1;
    width: 250px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: visibility 0.1s, opacity 0.1s;
    white-space: normal;
}
.lay2 .coupon-content div.tool:hover::after {
    visibility: visible;
    opacity: 1;
}
.lay2 .coupon-content p {
    font-size: 14px;
    margin: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.lay2 .coupon-content .meta img {
    max-width: 75px;
    height: auto;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 0px 0px;
    border-radius: 5px;
}
.lay2 .coupon-content .meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    align-items: flex-end;
}
.lay2 .coupon-content .meta i {
    margin-right: .5rem;
}
.lay2 .coupon-content .meta .views {
    margin: 0 10px;
}
.lay2 .coupon-content .meta .check {
    color: #00a500;
}
.expireds.lay2 .coupon .span-badget,
.expireds.lay2 .coupon .span-badget.small,
.expireds.lay2 .coupon .coupon-title {
    color: gray;
}
.expireds.lay1 .brand-image,
.expireds.lay2 .brand-image
.expireds.lay2 .coupon-content img,
.expireds.lay2 .coupon-content .meta img {
    filter: grayscale(100%);
}
button.btn-offer-2 {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    width: 100%;
    padding: 0;
    background-color: #4fb300 !important;
    border: dashed 1px #fff;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
}
button.btn-code-2 {
    padding: 0;
    position: relative;
    min-height: 35px;
    height: 35px;
    font-size: 13px;
    box-shadow: rgb(0 0 0 / 12%) 0 3px 4px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    background-color: #00a500 !important;
    border-radius: .3rem;
    cursor: pointer;
    border-radius: 5px;
}
button.btn-code-2 .span-code {
    position: absolute;
    top: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background: #ecfae5;
    border: dotted 1px #00a500;
    text-align: right;
    padding: 5px 10px;
    border-radius: 5px;
}
button.btn-code-2.open .span-grow {
    display: none;
}
button.btn-code-2 .span-grow {
    z-index: 999;
    position: relative;
    height: 35px;
    background-color: #00a500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    border: dashed 1px white;
    border-radius: 5px;
    transition: all .125s ease-in-out;
}

button.btn-code-2 .span-grow span {
    transition: all .125s ease-in-out;
}
button:hover.btn-code-2 .span-grow {
    width: 80%;
}
button:hover.btn-code-2 .span-grow span {
    text-indent: 10px;
}
button.btn-code-2 .span-grow:after {
    content: "";
    display: block;
    transition: all .125s ease-in-out;
    box-shadow: -2px 8px 7px 0 rgb(0 0 0 / 10%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 0;
    border-radius: 5px;
    transform: rotate(35deg);
    position: absolute;
    transform-origin: top;
    background-image: linear-gradient(36deg, #b1cea8, #c6e8b8 38%, #c9e0be 47%, #c0e1b3 51%, rgba(255, 255, 255, 0) 54%) !important;
    height: 45px;
    width: 30px;
    right: -24%;
    top: 0;
}
.coupons-list.lay1 button.btn-code-2 .span-grow:after {
    right: -17%;
}
.coupon.exclusive button.btn-offer-2 {
    background-color: #007fff !important;
}
.coupon.exclusive button.btn-code-2 .span-grow:after {
    background-image: linear-gradient(36deg, #d5e8fb, #d5e8fb 38%, #a6c9e8 47%, #a6c9e8 51%, rgba(255, 255, 255, 0) 54%) !important;
}
.coupon.exclusive button.btn-code-2 .span-grow {
    background-color: #007fff;
}
.coupon.exclusive button.btn-code-2 .span-code {
    border-color: #007fff;
    background: #d5e8fb;
}
button.btn-code-2.open .span-code {
    display: flex;
    text-align: left;
}
button.btn-code-2 .span-code .code {
    display: block;
    max-width: 150px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
    font-weight: bold;
    letter-spacing: 3px;
}
button.btn-code-2:not(.open) .span-code .copy {
    display: none;
}
button.btn-code-2 .span-code .copy {
    background-color: #4fb300;
    color: white;
    font-weight: normal;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}
.expireds button.btn-code-2 .span-grow {
    background-color: #a9a9a9;
}
.expireds button.btn-code-2 .span-code {
    background: #e9e9e9;
    border: dotted 1px #a9a9a9;
}
.cpz-modal button.btn-code-2,
.cpz-modal button.btn-code-2 .span-code,
.cpz-modal button.btn-offer-1,
.cpz-modal button.btn-offer-2 {
    height: 48px;
}
.cpz-modal button.btn-code-2 .span-code .code {
    max-width: 250px;
}

@media (max-width: 550px) {
    .lay1 .coupon,
    .storeMiddle .lay1 .coupon {
        width: 100%;
        margin: 1rem 0;
    }
    .storeMiddle .lay1 .coupon:nth-child(even),
    .storeMiddle .lay1 .coupon:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
    .coupons-list.lay2 li {
        padding-right: 0;
    }
    .lay2 .coupon .coupon-header {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .lay2 .coupon .coupon-content {
        max-width: 50%;
    }
    .coupons-list.lay1 button.btn-code-2 .span-grow:after {
        right: -10%;
    }
    .coupons-list.lay1 button.btn-code-2 .span-code .code {
        letter-spacing: 10px;
    }
    .lay2 .coupon-content div.tool::after {
        transform: none;
        top: 0;
        left: 0;
    }
}
@media (max-width: 400px) {
    .coupons-list.lay1 button.btn-code-2 .span-grow:after {
        right: -14%;
    }
}
@media (min-width: 551px) and (max-width: 861px) {
    .lay1 .coupon,
    .storeMiddle .lay1 .coupon {
        width: calc(100% / 2 - 15px);
        margin: 0 0 15px 0;
    }
    .lay1 .coupon:nth-child(even),
    .storeMiddle .lay1 .coupon:nth-child(even) {
        margin-left: 15px;
    }
    .lay1 .coupon-content .meta img {
        margin: 0 40px;
    }
}
@media (max-width: 981px) {
    .lay2 .coupon-footer {
        max-width: 15px;
        padding-right: 10px;
    }
    .lay2 .coupon-footer button {
        min-width: 15px;
        border: none;
        background-color: transparent !important;
        box-shadow: none;
    }
    .lay2 .coupon-footer button:before {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: 38px;
        clear: both;
        top: calc(50% - 25px);
        right: 4px;
        color: #4fb300;
    }
    .expireds.lay2 .coupon-footer button:before {
        color: gray;
    }
    .lay2 .coupon-footer button.btn-offer span,
    .lay2 .coupon-footer button.btn-code div {
        display: none;
    }    
}