/*** START - Custom Ly 2025-09-01 ***/
/* Tema: 5 - v1.15.2 - https://pwstore.wdna.me/ */

/* MONTSERRAT */
@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat-Medium"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.woff") format("woff"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_medium.eot?#iefix") format("embedded-opentype");
    unicode-range: U+000-5FF;
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat-Regular"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.woff") format("woff"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_regular.eot?#iefix") format("embedded-opentype");
    unicode-range: U+000-5FF;
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat-Bold"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.woff") format("woff"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_semibold.eot?#iefix") format("embedded-opentype");
    unicode-range: U+000-5FF;
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat-Bold"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.woff") format("woff"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/montserrat/montserrat_bold.eot?#iefix") format("embedded-opentype");
    unicode-range: U+000-5FF;
    font-display: swap;
    font-weight: bold;
    font-style: normal
}

/* Primary: #c2272d */
/* Primary-hover: #a62227 */
/* Second: #871e29 */
/* Second-hover: #65161e */
/* Third: #871e29 */


/* Input Error */
.btn {
    background-color: #c2272d;
}

.btn:focus,
.btn:hover {
    background-color: #a62227;
}

.card {
    border-radius: 4px;
    border: 1px solid #eee;
}

.cookie-notification-button {
    font-size: 10px !important;
    font-weight: 500;
}

.has-error .form-input-hint,
.is-error+.form-input-hint {
    color: #e85600
}

/*.home-main { background-color: #ffffff; }*/
.label {
    color: #333;
}

.loading:after {
    border-bottom-color: rgba(194, 039, 045, 0.6);
    border-left-color: rgba(194, 039, 045, 0.8);
}

.notfound-btn {
    background-color: #c2272d;
    border-radius: 4px;
}

.notfound-btn:focus,
.notfound-btn:hover {
    background-color: #a62227;
}

.notfound-text {
    color: #000000;
}

.sidenav-overlay.loading:after {
    border-bottom-color: rgba(194, 039, 045, 0.6);
    border-left-color: rgba(194, 039, 045, 0.8);
}

.home-main {
    background-color: #ffffff;
}

html {
    background-color: #f8f8f8;
    color: #393939;
}

html {
    font-family: 'Montserrat', sans-serif;
}

.header {
    font-family: "Montserrat", sans-serif;
}

/*.nav-main_link { font-family: "Montserrat", sans-serif; }*/
.showcase-offer {
    font-family: "Montserrat", sans-serif;
}


@media (max-width: 991px) {
    .product-gallery_link.image-main {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    }
}

/** Start - Header  **/
/*.account_link { color: #871e29; font-size: 14px; font-weight: 500; line-height: 15px; text-transform: none; }*/
.account_link {
    color: #3f3d40;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-transform: none;
}

.cart_quantity {
    background-color: #403e41;
    color: #ffffff;
    font-weight: bold;
}

.header .navbar {
    background-color: #ffffff;
}

.header {
    background-color: #ffffff;
}

.header-link .icon_user {
    margin-top: 0;
}

.header-link svg {
    fill: #c2272d;
}

.header-link.header-link_cart svg {
    fill: #c2272d;
}

.header-link_account {
    margin-left: 0;
}

.header-link_menu__mobile .icon-bar {
    background-color: #c2272d;
}

.header-link_menu__mobile.active .icon-bar {
    background-color: #c2272d;
}

.nav-content {
    background-color: #c2272d;
    color: #ffffff;
}

.nav-main {
    justify-content: flex-start;
}

.nav-main_content li {
    text-transform: none;
}

.nav-main_link svg {
    fill: #ffffff;
}

/*.nav-main_link { color: #ffffff; fill: #ffffff; font-size: 14px; font-weight: 600; line-height: 20px; text-transform: uppercase; }*/
.nav-main_link {
    color: #ffffff;
    fill: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.nav-main_link:focus,
.nav-main_link:hover {
    color: #fff4e7;
    fill: #fff4e7;
}

.search .btn {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    fill: #090e1d;
}

.search .form-input {
    color: #333333;
}

.search .form-input::placeholder {
    color: #333333;
}

.search svg {
    fill: #c2272d;
}

.search-desktop .btn {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    fill: #c2272d;
    z-index: 2;
}

.search-desktop .btn:focus,
.search-desktop .btn:hover {
    fill: #65161e;
}

/*.search-desktop .form-input { background-color: #f2f2f2; border-color: #f2f2f2; border-radius: 4px !important; color: #090e1d; font-size: 12px; font-weight: 500; height: 42px; padding: 8px calc( 8px + 18px + 16px) 8px 20px; text-transform: none !important; }*/
/*.search-desktop .form-input::placeholder { color: #090e1d; font-size: 12px; text-transform: none !important; font-weight: 500; }*/
.search-desktop .form-input {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 4px !important;
    color: #5b5b5b;
    font-size: 12px;
    font-weight: 500;
    height: 42px;
    padding: 8px calc(8px + 18px + 16px) 8px 20px;
    text-transform: none !important;
}

.search-desktop .form-input::placeholder {
    color: #5b5b5b;
    font-size: 12px;
    text-transform: none !important;
    font-weight: 500;
}

.search-desktop {
    max-width: 100%;
    width: 752px;
}

.search_link .icon-bar:first-child {
    border: 2px solid #c2272d;
}

.search_link .icon-bar:last-child {
    background-color: #c2272d;
}

.search_link.active .icon-bar:first-child {
    background-color: #c2272d;
}

.sidebar-nav .metismenu .has-arrow::after {
    color: #010101;
}

.sidebar-nav .nav-mobile .nav-mobile_link {
    text-transform: initial;
}

.sidebar-nav .nav-mobile .nav-mobile_link a {
    color: #090e1d;
    fill: #090e1d;
}

.sidebar-nav .nav-mobile .nav-mobile_link a:active,
.sidebar-nav .nav-mobile .nav-mobile_link a:focus,
.sidebar-nav .nav-mobile .nav-mobile_link a:hover {
    color: #181f39;
    fill: #181f39;
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
    background-color: #f2f2f2;
}

.sidebar-nav .nav-mobile ul {
    background-color: #f2f2f2;
}

.sidebar-nav .sidebar-nav-content {
    background-color: #f2f2f2;
}

.sidebar-nav .sidebar-nav-header {
    background-color: #c2272d;
    border-color: #236db4;
}

.sidenav-body_empty .cart-section_empty p {
    color: rgba(130, 021, 031, 0.9);
}

.sidenav-body_empty .cart-section_empty svg {
    fill: rgba(130, 021, 031, 0.9);
}

.sidebar-nav {
    background-color: #f2f2f2;
}

.search-filters-btn {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .header .navbar {
        height: 88px;
    }

    .header .navbar-center {
        max-width: calc(100% - (298px + 286px));
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .navbar-section:first-child {
        max-width: 298px;
    }

    .header .navbar-section:last-child {
        max-width: 286px;
    }

    .header-link.header-link_cart {
        margin-left: 40px;
    }

    .logo img {
        max-height: calc(88px - (8px * 2));
    }

    .nav-main_item {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-main_item:before {
        background-color: #9a323c;
        bottom: 0;
        content: '';
        display: table;
        height: 15px;
        left: 0;
        margin: auto;
        position: absolute;
        right: auto;
        top: 0;
        width: 1px;
    }

    .nav-main_item:first-child {
        margin-left: 0;
    }

    .nav-main_item:first-child:before {
        display: none;
    }

    .nav-main_item:last-child {
        margin-right: 0;
    }

    .nav-main_item__all .icon-nav-first {
        margin-right: 10px;
        margin-top: 0;
    }

    .nav-main_item__all .nav-main_link {
        padding-right: 40px;
    }

    .nav-main_link {
        padding-left: 37px;
        padding-right: 37px;
    }

    .nav-main_content li {
        font-size: 12px;
        line-height: 16px;
    }

    .nav-main>.nav-main_item:last-child .nav-main_content__children {
        left: auto;
        right: calc(100% - 10px);
        top: 20px;
    }

    .nav-main>.nav-main_item:last-child>.nav-main_content {
        left: auto;
        right: 0;
    }

    .nav-main { height: 64px; }
    .nav-main_link {
        padding-bottom: calc((64px - 30px) / 2);
        padding-top: calc((64px - 30px) / 2);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header .navbar-center {
        max-width: calc(100% - (258px + 286px));
    }

    .header .navbar-section:first-child {
        max-width: 258px;
    }

    .header .navbar-section:last-child {
        max-width: 286px;
    }

    .nav-main_link {
        font-size: 13px;
    }

    .nav-main_item {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-main_item__all .nav-main_link {
        padding-right: 28px;
    }

    .nav-main_link {
        padding-left: 27px;
        padding-right: 27px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-center {
        max-width: calc(100% - (170px + 260px));
    }

    .header .navbar-section:first-child {
        max-width: 170px;
    }

    .header .navbar-section:last-child {
        max-width: 260px;
    }

    .nav-main_item {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-main_item__all .nav-main_link {
        padding-right: 18px;
    }

    .nav-main_link {
        font-size: 12px;
    }

    .nav-main_link {
        padding-left: 17px;
        padding-right: 17px;
    }

    .nav-main_item__all .icon-nav-first {
        margin-right: 8px;
    }
}

@media (max-width: 991px) {
    .header .navbar {
        height: 80px;
    }

    .logo img {
        max-height: calc(80px - (8px * 2));
    }

    .sidebar-nav .nav-mobile .nav-mobile_link {
        font-weight: 500;
    }

    .sidebar-nav {
        margin-top: 80px;
    }
}

/** End - Header  **/


/** Start - Footer  **/
.footer-contact-item_email .footer-contact_link {
    text-decoration: underline;
}

.footer-contact-item_tel .footer-contact_link {
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
}

.footer-contact-item_treatment .footer-contact_title {
    font-size: 14px;
    line-height: 16px;
}

.footer-contact_item {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 18px;
}

.footer-contact_item:last-child {
    padding-bottom: 0;
}

.footer-contact_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.footer-content_info .footer-box {
    margin-bottom: 8px;
    margin-top: 8px;
}

.footer-content_info a {
    color: #fff;
}

.footer-content_info a:focus,
.footer-content_info a:hover {
    color: #eaeaea;
}

.footer-content_info {
    background-color: #c2c4c4;
    color: #fff;
}

.footer-content_main .footer_title {
    display: table;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.footer-content_second .footer-box {
    margin-bottom: 0;
}

.footer-content_second>.container>.col-12 {
    border-bottom: 0 solid #3569dd;
    padding-bottom: 22px;
    padding-top: 22px;
}

.footer-content_second {
    background-color: #ffffff;
    color: #404040;
    text-transform: none;
}

.footer-info_text b {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 6px 0;
}

.footer-info_text {
    color: #404040;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.footer-page_item {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0;
}

.footer-page_link {
    font-size: 1em;
    font-weight: 500;
    line-height: 16px;
}

.footer-page_link:focus,
.footer-page_link:hover {
    -webkit-text-stroke: 0.3px #292929;
    color: #292929;
    opacity: 1;
    text-stroke: 0.3px #292929;
}

.footer-payment_info {
    display: none;
}

.footer-payment_item svg>* {
    fill: #ffffff;
}

.footer-payment_item svg {
    fill: #ffffff;
}

.footer-payment_item {
    border-color: #000000;
    border-radius: 0;
    border: none;
    height: auto;
    margin: 8px 10px;
    max-height: 34px;
    padding: 0;
    width: auto;
}

.footer-payment_list {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-social {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-social_item {
    margin: 0 5px;
}

.footer-stamp_item img {
    max-height: 56px;
    max-width: 100%;
}

.footer-stamp_item svg {
    height: 100%;
    max-height: 56px;
    max-width: 110px;
    width: 100%;
}

.footer-stamp_item {
    margin: 4px 16px;
}

.footer-stamp_list {
    margin-left: -16px;
    margin-right: -16px;
}

.logo-footer img {
    filter: grayscale(1) brightness(100);
    max-height: 48px;
}

.logo-footer {
    display: table;
    margin-bottom: 38px;
    width: 100%;
}

.logo-wdna svg {
    height: 21px;
    margin-left: 6px;
    width: 68px;
}

.logo-wdna {
    align-items: center;
    color: #fff;
    display: flex;
    fill: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin-left: auto;
    margin-right: auto;
}

.social-icons__link svg {
    fill: #544e50;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    width: auto;
}

.social-icons__link {
    align-items: center;
    border-color: #544e50;
    border-radius: 50%;
    border-width: 1px;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.social-icons__link:focus svg,
.social-icons__link:hover svg {
    fill: #3c3c3b;
}

.social-icons__link:focus,
.social-icons__link:hover {
    background-color: transparent;
    border-color: #3c3c3b;
}

footer .footer-content_main {
    padding-bottom: 86px;
    padding-top: 80px;
}

footer .footer-content_second .container {
    padding-bottom: 0;
    padding-top: 0;
}

footer a {
    color: #ffffff;
}

footer a:focus,
footer a:hover {
    color: #c2272d;
}

footer {
    background-color: #544e50;
    color: #ffffff;
}


@media (min-width: 1400px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
    .footer-content_main>.container>.columns>.column>.footer-box:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer-content_main>.container>.columns>.column:nth-child(1) .footer-box {
        max-width: 240px;
    }

    .footer-content_main>.container>.columns>.column:nth-child(3) .footer-box {
        max-width: 184px;
        float: right;
        width: 100%;
    }

    .footer-content_main>.container>.columns>.column:nth-child(4) .footer-box {
        max-width: 142px;
        float: right;
        width: 100%;
    }

    .footer-content_main>.container>.columns>.column:nth-child(5) .footer-box {
        max-width: 220px;
        float: right;
        width: 100%;
    }

    .footer-content_info .footer-box {
        float: left;
    }

    .footer-content_info>.container>.col-12>.columns>.column:nth-child(1) {
        align-items: center;
        display: flex;
    }

    .footer-content_info>.container>.col-12>.columns {
        align-items: center;
    }

    .footer-content_info {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-content_main .footer-box {
        margin-bottom: 60px;
    }

    .footer-content_main .footer-box.footer-box_payment {
        margin-bottom: 56px;
    }

    .logo-wdna {
        float: right;
    }

    .footer-payment_list {
        margin-top: -8px;
    }

    .footer-stamp_list {
        margin-top: -4px;
    }

    .logo-footer {
        margin-top: -20px;
    }

    .footer-content_second>.container>.col-12>.columns {
        align-items: center;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {}

@media (max-width: 1199px) {
    .footer-contact-item_tel .footer-contact_link {
        font-size: 15px;
        line-height: 17px;
    }

    .footer-contact-item_treatment .footer-contact_title {
        font-size: 12px;
        line-height: 14px;
    }

    .footer-contact_item {
        font-size: 11px;
        line-height: 15px;
    }

    .footer-contact_title {
        font-size: 10px;
        line-height: 12px;
        padding-bottom: 4px;
    }

    .footer-content_main .footer_title {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 16px;
    }

    .footer-info_text b {
        font-size: 11px;
        line-height: 13px;
        padding: 4px 0;
    }

    .footer-info_text {
        font-size: 10px;
        line-height: 12px;
    }

    .footer-page_item {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 0;
    }

    .footer-page_link {
        line-height: 14px;
    }

    .logo-footer img {
        max-height: 38px;
    }

    .logo-wdna svg {
        height: 19px;
        width: 66px;
    }

    .logo-wdna {
        font-size: 9px;
        line-height: 12px;
    }

    .social-icons__link img,
    .social-icons__link svg {
        height: 16px;
        max-height: 16px;
        max-width: 16px;
    }

    .social-icons__link {
        height: 40px;
        max-width: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footer-content_main>.container>.columns>.column:nth-child(3) .footer-box {
        max-width: 140px;
    }

    .footer-content_main>.container>.columns>.column:nth-child(4) .footer-box {
        max-width: 122px;
    }

    .footer-content_main>.container>.columns>.column:nth-child(5) .footer-box {
        max-width: 220px;
    }

    .logo-footer {
        margin-top: -16px;
    }
}

@media (max-width: 991px) {
    .footer-content_info>.container>.col-12>.columns {
        align-items: center;
    }

    .footer-content_info {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .footer-content_main .footer-box {
        margin-bottom: 60px !important;
    }

    .footer-payment_item {
        margin: 4px 8px;
    }

    .footer-payment_list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .footer-stamp_item {
        margin: 4px 8px;
    }

    .footer-stamp_list {
        margin-left: -8px;
        margin-right: -8px;
    }

    footer .footer-content_main {
        padding-bottom: calc(70px - 60px);
        padding-top: 80px;
    }

    .logo-wdna {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-content_second>.container>.col-12 .footer-box {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .footer-content_second>.container>.col-12 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer-content_info .footer-box {
        float: left;
    }

    .footer-content_info>.container>.col-12>.columns>.column:nth-child(1) {
        align-items: center;
        display: flex;
    }

    .logo-wdna {
        float: right;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .footer-content_info .footer-box {
        float: left;
    }

    .footer-content_info>.container>.col-12>.columns>.column:nth-child(1) {
        align-items: center;
        display: flex;
    }

    .logo-wdna {
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

@media (max-width: 575px) {
    .footer-content_info {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .footer-content_main .footer-box {
        padding-right: 8px;
    }

    .footer-content_main .footer-box.footer-box_contact {
        margin-bottom: 32px !important;
    }

    .logo-wdna {
        margin-bottom: 8px;
        margin-top: 12px;
    }

    footer .footer-content_main {
        padding-bottom: calc(60px - 60px);
        padding-top: 70px;
    }
}

@media (max-width: 409px) {
    .footer-contact-item_tel .footer-contact_link {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-contact_item.footer-contact-item_email {
        font-size: 9px;
        line-height: 13px;
    }

    .footer-content_main .footer-box {
        padding-right: 0;
    }

    .footer-content_main .footer_title {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 20px;
    }
}

/** End - Footer  **/

/** End - Content  **/
.showcase-banners .slider__arrow svg,
.showcase-products .slider__arrow svg {
    fill: #7d7d7d;
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
    background-color: #fff;
    border-color: #ededed;
}

.showcase-banners .slider__arrow:focus,
.showcase-banners .slider__arrow:hover,
.showcase-products .slider__arrow:focus,
.showcase-products .slider__arrow:hover {
    background-color: #f3f3f3;
    border-color: #d5d5d5;
}

.showcase-model-10 .showcase-banners_footer__link {
    background-color: #c2272d;
    border-radius: 4px;
}

.showcase-offer {
    background-color: #c2272d;
    border-radius: 3px;
    height: 25px;
    min-width: 45px;
}

.showcase-offer_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.showcase-offer.showcase-offer_new-product {
    background-color: #13264c;
}

.showcase-prices {
    align-content: center;
    height: calc(22px + ((16px * 2) + 4px));
}

.showcase-prices_plots span {
    color: #544e50;
    display: block;
    font-weight: 500;
}

.showcase-prices_plots {
    color: #544e50;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding-top: 4px;
}

.showcase-prices_price {
    color: #544e50;
    font-size: 20px;
    line-height: 22px;
}

.showcase-prices_strike {
    display: none !important;
    color: #cccccc;
}

.showcase-product .card-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showcase-product .card-footer {
    min-height: calc((22px + ((16px * 2) + 4px)) + ((30px + 20px) + (30px + 7px)));
}

.showcase-product .card-footer {
    padding-bottom: 0;
    padding-top: 0;
}

.showcase-product .card-footer:last-child {
    padding-bottom: 0;
}

.showcase-product .card-header {
    padding-bottom: 32px;
    padding-top: 18px;
}

.showcase-product .showcase-prices {
    justify-content: center;
    width: 100%;
}

.showcase-product {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 30px 24px 28px;
    text-align: center;
}

.showcase-product_buy.showcase-product-buy_whats {
    background-color: #c2272d;
}

.showcase-product_buy.showcase-product-buy_whats:focus,
.showcase-product_buy.showcase-product-buy_whats:hover {
    background-color: #a62227;
}

.showcase-product_buy svg {
    fill: #ffffff;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

.showcase-product_buy {
    align-items: center;
    background-color: #544e50;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    justify-content: center;
    line-height: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 200px;
    min-height: 30px;
    opacity: 1;
    padding: 2px 16px;
    position: static;
    text-transform: uppercase;
    width: 100%;
}

.card-footer .showcase-product_buy:not(:first-of-type) {
    margin-top: 7px;
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
    background-color: #c2c4c4;
    color: #ffffff;
}

.showcase-product_link__image {
    height: 250px;
    max-width: 250px;
    width: 100%;
}

.showcase-product_link_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #393939;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    height: calc(20px * 2);
    line-height: 20px;
}

.showcase-products.showcase-products_carousel {
    border-bottom: 0;
}

.showcase-tag.showcase-tag-free_shipping {
    background-color: #c2272d;
}

.showcase-tag {
    border-radius: 3px;
}

.showcase-title {
    color: #393939;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.showcase {
    padding-bottom: 50px;
}

.showcase-list {
    padding-bottom: 0;
}

.showcase:not(.showcase-model-9):last-child {
    padding-bottom: 80px !important;
}

.showcase-offer.showcase-offer_new-product {
    display: none;
}

@media (max-width: 991px) {
    .showcase-product_buy {
        float: left;
    }
}

@media (max-width: 575px) {
    .showcase-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 32px;
    }
}

/** Start - Content  **/

/** Start - Showcase Product List  **/
.showcase-model-list .showcase-prices_plots span {
    color: #4c4c4c;
}

.showcase-model-list .showcase-prices_plots {
    display: none;
    color: #4c4c4c;
}

.showcase-model-list .showcase-prices_price {
    color: #000000;
}

.showcase-model-list .showcase-product .card-footer {
    min-height: 0;
}

.showcase-model-list .showcase-product .card-header {
    padding-bottom: 30px;
    padding-top: 42px;
}

.showcase-model-list .showcase-product .showcase-prices {
    justify-content: flex-start;
    height: auto;
}

.showcase-model-list .showcase-product {
    border-color: #dddddd;
}

.showcase-model-list .showcase-product {
    text-align: left;
}

.showcase-model-list .showcase-product_link_title {
    -webkit-line-clamp: 2;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    height: calc(18px * 2);
    line-height: 18px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .showcase-model-list .showcase-product .card-header {
        padding-bottom: 24px;
        padding-top: 36px;
    }
}

@media (max-width: 991px) {
    .showcase-model-list .showcase-prices_plots {
        font-size: 10px;
        line-height: 12px;
    }

    .showcase-model-list .showcase-product .card-header {
        padding-bottom: 16px;
        padding-top: 36px;
    }
}

@media (max-width: 575px) {
    .showcase-model-list .showcase-product .card-header {
        padding-bottom: 8px;
        padding-top: 40px;
    }
}

/** End - Showcase Product List  **/

/** Start - Showcase Model 2  **/
.showcase.showcase-model-2 {
    padding-bottom: 40px;
}

/** End - Showcase Model 2  **/


/** Start - Showcase Model 7  **/
.showcase.showcase-model-7 {
    background-color: #ffffff;
    margin-bottom: 50px;
    padding-bottom: 56px;
    padding-top: 46px;
}

.showcase.showcase-model-7.showcase:nth-of-type(3) {
    margin-top: -46px;
}

/** End - Showcase Model 7  **/

/** Start - Showcase Promo  **/
.showcase-model-9 .showcase-product .showcase-prices {
    justify-content: flex-start;
}

.showcase-model-9 .showcase-product {
    text-align: left;
}

.showcase-model-9 .showcase-timer {
    background-color: #c2272d;
}

.showcase-model-9:before {
    background-color: #c2272d;
}

.showcase-model-9 .showcase-timer-content_title {
    background-color: #c2272d;
}

.showcase-model-9 .showcase-timer-content {
    border-color: #223e73;
}

@media (max-width: 991px) {
    .showcase-model-9 {
        background-color: #c2272d;
    }
}

/** End - Showcase Promo  **/

/** Start - Product  **/
.image-main {
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}

.product-btn svg {
    margin-right: 6px;
    max-height: 18px;
    max-width: 18px;
}

.product-btn {
    align-items: center;
    display: flex;
    font-size: 12px;
    height: 52px;
    justify-content: center;
    line-height: 15px;
    padding: 8px 16px;
}

.product-btn {
    width: 100%;
}

.product-btn.product-btn_buy {
    border-radius: 6px;
    background-color: #544e50;
    color: #ffffff;
    fill: #ffffff;
}

.product-btn.product-btn_buy.product-btn-buy_whats {
    background-color: #c2272d;
}

.product-btn.product-btn_buy.product-btn-buy_whats:focus,
.product-btn.product-btn_buy.product-btn-buy_whats:hover {
    background-color: #a62227;
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
    background-color: #c2c4c4;
    color: #ffffff;
}

.product-btn.product-btn_shipping {
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    color: #c2272d;
    float: left;
    font-size: 13px;
    margin-bottom: 30px;
    width: 100%;
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
    color: #a62227;
}

.product-btn_payment {
    background-color: transparent !important;
    color: #c2272d;
}

.product-btn_payment:focus,
.product-btn_payment:hover {
    color: #a62227;
}

.product-buy .product-btn {
    float: left;
}

.product-buy .product-btn:last-of-type {
    margin-top: 10px;
}

.product-buy {
    display: table;
    width: 100%;
}

.product-description_ico {
    background-color: #c2272d;
    border-color: #c2272d;
}

.product-gallery .slider__arrow {
    background-color: #333333;
    border-color: #333333;
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
    box-shadow: none;
}

.product-gallery {
    background-color: rgba(0, 0, 0, 0.05);
}

.product-msg {
    color: #c2272d;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 30px;
}

.product-tag.product-tag-free_shipping {
    background-color: #c2272d;
}

.product-variations_content__button .product-variation_item.active .product-variation_link {
    border-color: #c2272d;
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
    box-shadow: 0 0 0 2px #c2272d;
}

@media (max-width: 575px) {
    .product-msg {
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

/** End - Product  **/

/** Start - Popup  **/
.avatar {
    background: #c2272d;
}

.btn-sidenav-close.btn-sidenav-close_custom {
    background-color: #c2272d;
}

.btn-sidenav-close.btn-sidenav-close_custom:focus,
.btn-sidenav-close.btn-sidenav-close_custom:hover {
    background-color: #a62227;
}

.btn.btn-access svg {
    fill: #c2272d;
}

.btn.btn-access:focus svg,
.btn.btn-access:hover svg {
    fill: #a62227;
}

.btn.btn-access:focus,
.btn.btn-access:hover {
    color: #a62227;
}

.sidenav-overlay .btn:not(.btn-access) {
    background-color: #c2272d;
    border-color: #c2272d;
}

.sidenav-overlay .btn:not(.btn-access):focus,
.sidenav-overlay .btn:not(.btn-access):hover {
    background-color: #a62227;
    border-color: #a62227;
}

.sidenav-overlay_account .forget-password a {
    color: #c2272d;
}

.sidenav-overlay_cart .cart-product_quantity .btn {
    background-color: transparent !important;
}

.sidenav-payment-calculation .accordion-header {
    background-color: #c2272d;
}

/** End - Popup  **/

/** Start - Search  **/
.search-filter-icon {
    background-color: #c2272d;
    border-color: #c2272d;
}

.search-filter-price .noUi-connect {
    background: #c2272d;
}

.search-filter-price .noUi-handle {
    background-color: #c2272d;
}

.search-options-pagination a.search-options-pagination_link__arrow {
    background-color: #c2272d;
    border-color: #c2272d;
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover {
    background-color: #c2272d;
    border-color: #c2272d;
    box-shadow: 0 10px 10px rgba(019, 039, 077, 0.25);
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link {
    background-color: #c2272d;
}

.search-view_link svg {
    fill: #c2272d;
}

.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
    background: #c2272d;
    border-color: #c2272d;
}

.search-filters-content .form-radio .form-icon {
    background-color: #f0f0f0;
}

.search-filter-link_category.active .form-radio .form-icon::after {
    background-color: #c2272d;
}

.search-options_mobile .search-option-icon svg {
    fill: #c2272d;
}

/** End - Search  **/

/** Start - Search List  **/
.showcase-search.showcase-search_list .showcase-product .card-footer {
    min-height: 0;
}

.showcase-search.showcase-search_list .showcase-product .showcase-prices {
    justify-content: flex-start;
}

.showcase-search.showcase-search_list .showcase-product {
    text-align: left;
}

.showcase-search.showcase-search_list .showcase-product_buy {
    margin-left: 0;
}

.showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 26px;
}

.showcase-search.showcase-search_list .showcase-product_link_title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: calc(20px * 2);
    line-height: 20px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .showcase-search.showcase-search_list .showcase-product .card-header {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .showcase-search.showcase-search_list .showcase-prices_plots {
        font-size: 12px;
        line-height: 14px;
        padding-top: 2px;
    }
}

@media (max-width: 767px) {
    .showcase-search.showcase-search_list .card-footer .showcase-product_buy:not(:first-of-type) {
        margin-top: 4px;
    }

    .showcase-search.showcase-search_list .showcase-product .card-header {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .showcase-search.showcase-search_list .showcase-product_buy svg {
        height: 12px;
        margin-right: 4px;
        width: 12px;
    }

    .showcase-search.showcase-search_list .showcase-product_buy {
        font-size: 9px;
        height: auto;
        line-height: 11px;
        max-width: 160px;
        min-height: 24px;
        opacity: 1;
        padding: 2px 8px;
    }

    .showcase-search.showcase-search_list .showcase-product_buy {
        width: 100%;
    }
}

@media (max-width: 575px) {}

/** End - Search List  **/

/** Start - Pages  **/
.btn.btn-access {
    align-items: center;
    display: flex;
    height: auto;
    text-align: left;
    white-space: initial;
}

.btn.btn-access span {
    max-width: calc(100% - (22px + 20px));
}

/** End - Pages  **/

/** Start - Address  **/
.card-page .btn {
    border-radius: 6px;
    background-color: #c2272d;
}

.card-page .btn:focus,
.card-page .btn:hover {
    background-color: #a62227;
}

.card-page .card-title {
    color: #c2272d;
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
    background-color: #333333;
}

.card-pages-nav .card-header {
    color: #c2272d;
}

.page-accordion .accordion-header svg {
    fill: #333;
}

.page-table-box_main .form-switch input:checked+.form-icon {
    background-color: #c2272d;
}

.page-title {
    color: #c2272d;
}

.page-table-box_edit .btn {
    border-radius: 6px;
}

@media (max-width: 991px) {
    .page-accordion_address .btn-table-item {
        background-color: transparent !important;
    }

    .page-accordion_address .btn-table-item.btn-edit svg {
        fill: #333333;
    }

    .page-accordion_address .form-switch .form-icon {
        background-color: rgba(194, 039, 045, 0.51);
    }

    .page-accordion_address .form-switch input:checked+.form-icon {
        background-color: #c2272d;
    }
}

/** End - Address  **/

/** Start - Orders  **/
.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
    background-color: #c2272d;
    border-color: #c2272d;
}

.adresses-main .dropdown-toggle:focus,
.adresses-main .dropdown-toggle:hover,
.orders-main .dropdown-toggle:focus,
.orders-main .dropdown-toggle:hover {
    background-color: #a62227;
    border-color: #a62227;
}

.page-pagination .pagination_link__arrow {
    background-color: #c2272d;
    border-color: #c2272d;
}

.page-pagination .pagination_link__arrow:focus,
.page-pagination .pagination_link__arrow:hover {
    background-color: #a62227;
    border-color: #a62227;
}

.table-product_custom a {
    color: #c2272d;
}

/** End - Orders  **/

/** Start - Checkout  **/
.btn-checkout-coupon {
    background-color: #ffffff;
    color: #c2272d;
}

.btn-checkout-coupon:focus,
.btn-checkout-coupon:hover {
    background-color: #c2272d;
    border-color: #c2272d;
    color: #ffffff;
}

.checkout-accordion .accordion-price {
    color: #c2272d;
}

.checkout-card-finish_body .card-title .checkout-icon svg {
    fill: #c2272d;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon {
    background-color: #c2272d;
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
    border-color: rgba(194, 039, 045, 0.25);
    opacity: 1 !important;
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
    background-color: rgba(194, 039, 045, 0.25);
}

.checkout-card-finish_body .timeline .timeline-item::before {
    background-color: #c2272d;
}

.checkout-card-finish_footer a {
    color: #c2272d;
}

.checkout-card-finish_header .checkout-icon {
    background-color: #c2272d;
}

.checkout-card-shipping_payment .card-title svg {
    fill: #c2272d;
}

.checkout-card-summary_info .card-header a {
    color: #c2272d;
}

.checkout-card-summary_info .card-subtitle a {
    color: #c2272d;
}

.checkout-card-summary_info .card-subtitle {
    color: #333;
}

.checkout-link-login a {
    color: #c2272d;
}

.checkout-more-option {
    background-color: #c2272d;
}

.checkout-option .form-radio input:checked+.form-icon {
    border-color: #c2272d;
}

.checkout-option .form-radio input:checked+.form-icon::before {
    background-color: #c2272d;
}

.checkout-payment-icon.checkout-payment-icon_option svg {
    fill: #c2272d;
}

.header .icon-ssl svg {
    fill: #c2272d;
}

.tab-checkout-status .tab-item.active .avatar {
    background-color: #c2272d;
}

.tab-checkout-status .tab-item.active a>span {
    color: #c2272d;
}

.tab-checkout-status .tab-item.active a {
    border-bottom-color: #c2272d;
}

.checkout-card-finish_payment a.checkout-text {
    color: rgba(194, 039, 045, 0.85);
}

.checkout-card-finish_payment .checkout-text_icon .checkout-icon svg {
    fill: #c2272d;
}

@media (min-width: 992px) {
    .tab-checkout-status.tab-checkout-status_all::after {
        background-color: #c2272d;
    }

    .tab-checkout-status::before {
        background-color: #c2272d;
    }
}

/** End - Checkout  **/

/** Start - Fontes  **/
.card-footer> :not(.checkout-product-total) .checkout-product-price,
.card-footer> :not(.checkout-product-total) .checkout-product-title {
    font-weight: 500;
}

.cart-subtotal_price,
.cart-subtotal_text {
    font-weight: 500;
}

.checkout-accordion .accordion-price {
    font-weight: 500;
}

.checkout-card .card-title {
    font-weight: 500;
}

.checkout-card-finish_body .tile-title {
    font-weight: 500;
}

.checkout-card-finish_header .checkout-text b {
    font-weight: 500;
}

.checkout-card-summary_info .card-header a {
    font-weight: 500;
}

.checkout-option .checkout-option_title {
    font-weight: 500;
}

.checkout-payment-option__title {
    font-weight: 500;
}

.checkout-product-price {
    font-weight: 500;
}

.page-tbody .page-table-item {
    font-weight: 500;
}

.page-thead .page-table-item {
    font-weight: 500;
}

.product-prices_price {
    font-weight: bold;
}

/*.product-title { font-weight: bold; }*/
.sidenav-overlay_cart .cart-product_price {
    font-weight: 500;
}

.sidenav-overlay_cart .cart-total {
    font-weight: 500;
}

.btn.btn-access {
    font-weight: 500;
}

.sidenav-payment-calculation .product-payment_price {
    font-size: 12px;
    line-height: 16px;
}

.sidenav-payment-calculation .product-payment_title {
    font-size: 16px;
    line-height: 20px;
}

.sidenav-payment-calculation .product-payment_title {
    font-weight: 500;
}

.sidenav-shipping-calculation table {
    font-weight: 500;
}

/** End - Fontes  **/

/*** END - Custom Ly 2025-09-01 ***/



/** Start - Banner Custom  **/
.showcase.showcase-model-2 { padding-bottom: 0 !important; }
.banner-custom-content { background-color: #fff; border-bottom: 1px solid #dddddd; color: #6e6e6e; fill: #f76856; margin-bottom: 60px; text-transform: uppercase; }
.banner-custom_box { padding-bottom: calc((120px - 38px) / 2); padding-top: calc((120px - 38px) / 2); }
.banner-custom_icon svg { max-height: 100%; max-width: 100%; }
.banner-custom_icon { margin-right: 12px;}
.banner-custom_icon { height: 38px; width: 46px; }
/*.banner-custom_icon__1 { height: 36px; width: 46px; }*/
/*.banner-custom_icon__2 { height: 36px; width: 33px; }*/
/*.banner-custom_icon__3 { height: 37px; width: 44px; }*/
.banner-custom_info { padding-top: 0; }
.banner-custom_item { float: left; }
.banner-custom_item:first-child .banner-custom_item__box:before { display: none; }
.banner-custom_item__box { align-items: center; display: flex; justify-content: center; }
.banner-custom_item__box:before { background-color: #ebebeb; bottom: auto; content: ''; display: none; height: calc(100% - (12px * 2) + 4px ); left: -1px; position: absolute; right: auto; top: 12px; width: 1px; }
.banner-custom_text span { display: block; }
.banner-custom_text { font-size: 15px; font-weight: bold; letter-spacing: -1px; line-height: 15px; }
.banner-custom_title { font-size: 15px; font-weight: bold; letter-spacing: -1px; line-height: 15px; }


@media (min-width: 992px) {
    .banner-custom_box { padding-left: 140px; padding-right: 140px; }
    .banner-custom_item { width: auto; }
    .banner-custom_list { display: flex; justify-content: space-between; width: 100%; }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-custom_box { padding-left: 80px; padding-right: 80px; }
    .banner-custom_box { padding-bottom: 24px; padding-top: 24px; }
    .banner-custom_icon { margin-right: 8px; }
    .banner-custom_icon { height: 34px; width: 42px; }
    /*.banner-custom_icon__1 { height: 32px; width: 42px; }*/
    /*.banner-custom_icon__2 { height: 32px; width: 29px; }*/
    /*.banner-custom_icon__3 { height: 33px; width: 40px; }*/
    .banner-custom_text { font-size: 13px; line-height: 13px; }
    .banner-custom_title { font-size: 13px; line-height: 13px; }
}

@media (max-width: 991px) {
    .banner-custom-content { margin-bottom: 60px; }
    .banner-custom_box { padding-bottom: 24px; padding-top: 24px; }
    .banner-custom_icon { margin-right: 8px; }
    .banner-custom_icon { height: 34px; width: 42px; }
    /*.banner-custom_icon__1 { height: 32px; width: 42px; }*/
    /*.banner-custom_icon__2 { height: 34px; width: 39px; }*/
    /*.banner-custom_icon__3 { height: 33px; width: 40px; }*/
    .banner-custom_text { font-size: 13px; line-height: 13px; }
    .banner-custom_title { font-size: 13px; line-height: 13px; }
}
/** End - Banner Custom  **/
