.home .side-menu-wrapper .side-nav {
    position: static;
}

.home .side-menu-wrapper .side-menu.menu-vertical > li {
    padding: 0;
    background: transparent;
}

    .home .side-menu-wrapper .side-menu.menu-vertical > li > a {
        display: flex;
        height: 47px;
        padding: 0 0 1px 2px;
        align-items: center;
        border-top: 0;
        border-bottom: 1px solid #e7e7e7;
        color: #555;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0.01em;
        text-transform: none;
    }
.storefront-search-suggestion-item .price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0;
}

    .storefront-search-suggestion-item .price .regular {
        order: 1;
        margin-left: 0;
        margin-right: 8px;
    }

    .storefront-search-suggestion-item .price .sale {
        order: 2;
    }

    .storefront-search-suggestion-item .price .vat {
        order: 3;
        margin-left: 8px;
        color: #777777;
        white-space: nowrap;
    }

    .home .side-menu-wrapper .side-menu.menu-vertical > li:hover {
        background: transparent;
    }

        .home .side-menu-wrapper .side-menu.menu-vertical > li:hover > a,
        .home .side-menu-wrapper .side-menu.menu-vertical > li.show > a {
            color: #555;
            text-decoration: none;
        }

    .home .side-menu-wrapper .side-menu.menu-vertical > li > a:hover {
        color: #0088cc;
    }

    .home .side-menu-wrapper .side-menu.menu-vertical > li i {
        margin-right: 1.4rem;
        font-size: 20px;
    }

.home .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li > .sf-with-ul:after {
    right: 1rem;
    color: #777;
    font-size: 1.3rem;
}

.home .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li:hover > .sf-with-ul:after,
.home .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li.show > .sf-with-ul:after {
    color: #0088cc;
}

.home .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li > .sf-with-ul:before {
    display: none;
}

.home .side-menu-wrapper .side-menu.menu-vertical ul {
    min-width: 200px;
    padding: 1rem 0;
    border: 1px solid #e7e7e7;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

    .home .side-menu-wrapper .side-menu.menu-vertical ul li a {
        display: block;
        height: auto;
        padding: 0.8rem 1.5rem;
        border-bottom: 0;
        color: #555;
        font-size: 1.3rem;
        font-weight: 400;
        text-decoration: none;
    }

    .home .side-menu-wrapper .side-menu.menu-vertical ul li:hover,
    .home .side-menu-wrapper .side-menu.menu-vertical ul li:hover > a {
        background: transparent;
        color: #0088cc;
        text-decoration: none;
    }

.home .side-menu-wrapper .side-menu li:hover a {
    text-decoration: none;
}
.home .side-menu-wrapper .side-menu.menu-vertical > li > ul {
    margin-left: 5px;
}
@media (max-width: 991px) {
    .home .side-menu-wrapper {
        display: none;
    }
}
.promo-banner-section {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}

.promo-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "small1 small2 large"
        "wide wide large";
    gap: 2rem;
}

.promo-banner {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f4;
}

    .promo-banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.promo-banner-small {
    height: 180px;
}
.promo-banner-wide {
    grid-area: wide;
    height: 180px;
}

.promo-banner-large {
    grid-area: large;
    height: 380px;
}

.promo-banner-grid .promo-banner:nth-child(1) {
    grid-area: small1;
}

.promo-banner-grid .promo-banner:nth-child(2) {
    grid-area: small2;
}

@media (max-width: 991px) {
    .promo-banner-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "small1 small2"
            "wide wide"
            "large large";
    }

    .promo-banner-large {
        min-height: 260px;
    }
}

@media (max-width: 575px) {
    .promo-banner-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "small1"
            "small2"
            "wide"
            "large";
        gap: 1.5rem;
    }

    .promo-banner-small,
    .promo-banner-wide,
    .promo-banner-large {
        min-height: 150px;
    }
}
.promo-banner figure {
    height: 100%;
    margin: 0;
}

.promo-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-columns .widget {
    margin-bottom: 0;
}

.footer-columns .widget-title {
    margin-bottom: 20px;
}

.footer-columns .link-part {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-columns .link-part li {
        margin-bottom: 10px;
    }

.footer-newsletter p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer-newsletter-form .form-control {
        width: 100%;
    }

    .footer-newsletter-form .btn {
        width: 100%;
    }

@media (max-width: 991px) {
    .footer-columns > div {
        margin-bottom: 30px;
    }
}

.custom-product-slide {
    min-height: 415px;
    overflow: hidden;
    background: linear-gradient( 90deg, #8a8a8a 0%, #7f7f7f 100% );
    border-radius: 10px;
}

    .custom-product-slide .banner-layer {
        position: relative;
        left: auto;
        right: auto;
    }

.custom-slide-content {
    z-index: 2;
    width: 52%;
    padding-left: 7%;
}

.custom-slide-product {
    position: absolute;
    right: 6%;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: flex;
    width: 42%;
    align-items: center;
    justify-content: center;
}

    .custom-slide-product img {
        max-width: 90%;
        max-height: 82%;
        object-fit: contain;
    }

@media (max-width: 767px) {
    .custom-product-slide {
        min-height: 360px;
    }

    .custom-slide-content {
        width: 60%;
        padding-left: 5%;
    }

    .custom-slide-product {
        right: 1rem;
        width: 42%;
    }

        .custom-slide-product img {
            max-width: 100%;
            max-height: 65%;
        }
}

@media (max-width: 575px) {
    .custom-product-slide {
        min-height: 420px;
        align-items: flex-start !important;
    }

    .custom-slide-content {
        width: 100%;
        padding: 4rem 3rem 0;
    }

    .custom-slide-product {
        top: auto;
        right: 0;
        bottom: 1.5rem;
        left: 0;
        width: 100%;
        height: 190px;
    }

        .custom-slide-product img {
            max-height: 100%;
        }
}
.side-menu .menu > li > a,
.mobile-menu li > a,
.main-nav .menu > li > ul li > a {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .side-menu .menu > li > a img,
    .mobile-menu li > a img,
    .main-nav .menu > li > ul li > a img {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        object-fit: cover;
        border-radius: 3px;
    }

.porto-category-image-placeholder {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.porto-category-image-placeholder {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}
.main-nav .menu > li > ul {
    z-index: 99999;
}

    .main-nav .menu > li > ul ul {
        z-index: 99999;
    }
.product-list .btn-add-cart.product-type-simple i {
    display: inline-block;
}

.product-default .btn-add-cart {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #fff;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

    .product-default .btn-add-cart:hover {
        background-color: #2b2b2d;
        border-color: #2b2b2d;
        color: #fff;
    }

.product-default .btn-icon-wish,
.product-default .btn-quickview {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

    .product-default .btn-icon-wish:hover,
    .product-default .btn-quickview:hover {
        background-color: #2b2b2d;
        border-color: #2b2b2d;
        color: #fff;
    }
.porto-result-summary {
    font-size: 1.4rem;
    line-height: 3.4rem;
}

.product-single-gallery .product-slider-container {
    background-color: #f4f4f4;
}

.product-single-gallery .product-single-image {
    width: 100%;
    max-width: 468px;
    height: 468px;
    object-fit: contain;
    margin: 0 auto;
}

.product-single-gallery .prod-thumbnail img {
    object-fit: contain;
    background-color: #f4f4f4;
}

.prod-thumbnail {
    position: relative;
    padding: 0 30px;
}

    .prod-thumbnail .owl-nav .owl-prev {
        left: -25px;
    }

    .prod-thumbnail .owl-nav .owl-next {
        right: -25px;
    }

    .prod-thumbnail .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.porto-variant-picker {
    margin: 2rem 0 2.4rem;
}

.porto-variant-group {
    margin-bottom: 1.6rem;
}

.porto-variant-label {
    margin-bottom: .8rem;
    color: #222529;
    font-size: 1.4rem;
    font-weight: 700;
}

.porto-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.porto-variant-option {
    min-width: 5.6rem;
    height: 4.2rem;
    padding: 0 1.8rem;
    border: 1px solid #d8d8d8;
    border-radius: 2.2rem;
    background: #fff;
    color: #222529;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}

    .porto-variant-option:hover,
    .porto-variant-option.active {
        border-color: #0088cc;
        background-color: #0088cc;
        color: #fff;
    }

    .porto-variant-option.disabled,
    .porto-variant-option:disabled {
        border-color: #e8e8e8;
        background-color: #f7f7f7;
        color: #c7c7c7;
        cursor: not-allowed;
        opacity: .75;
    }

.porto-product-promotions {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.porto-promotion-card {
    display: flex;
    gap: 1.6rem;
    padding: 1.8rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.porto-promotion-badge {
    flex: 0 0 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: #0088cc;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.6rem;
    text-align: center;
}

.porto-promotion-content h4 {
    margin-bottom: .8rem;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}

.porto-promotion-content p {
    margin-bottom: 1rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.7;
}

.porto-promotion-steps {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

    .porto-promotion-steps span,
    .porto-promotion-toggle,
    .porto-promotion-eligible-products a {
        display: inline-flex;
        align-items: center;
        min-height: 3.4rem;
        padding: .6rem 1.2rem;
        border: 1px solid #e7e7e7;
        background: #f8f8f8;
        color: #222529;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .porto-promotion-steps strong {
        margin-left: .4rem;
        color: #0088cc;
    }

.porto-promotion-toggle {
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

    .porto-promotion-toggle:hover {
        border-color: #0088cc;
        background: #0088cc;
        color: #fff;
    }

.porto-promotion-eligible-products {
    display: none;
    margin-top: 1.2rem;
}

    .porto-promotion-eligible-products.active {
        display: flex;
        flex-wrap: wrap;
        gap: .8rem;
    }

    .porto-promotion-eligible-products a:hover {
        border-color: #0088cc;
        color: #0088cc;
        text-decoration: none;
    }

.porto-promotion-empty {
    padding: 1.8rem;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #666;
    font-size: 1.4rem;
}

@media (max-width: 575px) {
    .porto-promotion-card {
        flex-direction: column;
    }
}
.storefront-cart-notification,
.storefront-cart-error-notification {
    position: fixed;
    top: 9rem;
    right: 3rem;
    z-index: 9999;
    max-width: 36rem;
    padding: 1.4rem 2.2rem;
    border-radius: 6px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.storefront-cart-notification {
    background: #2f9e14;
}

.storefront-cart-error-notification {
    background: #dc3545;
}

    .storefront-cart-notification.active,
    .storefront-cart-error-notification.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.storefront-mini-cart-empty {
    margin: 1.5rem 0;
    color: #777;
    font-size: 1.3rem;
    text-align: center;
}
.product-single-share .js-storefront-wishlist-toggle.active,
.product-single-share .js-storefront-wishlist-toggle.active i,
.product-single-share .js-storefront-wishlist-toggle.active span {
    color: #0088cc;
}

.product-single-share .js-storefront-wishlist-toggle.disabled {
    pointer-events: none;
    opacity: .7;
}

.product-action .btn-icon-wish i {
    color: #777;
    font-family: "Font Awesome 5 Free";
}

    .product-action .btn-icon-wish i.fa-heart-o {
        font-weight: 400;
    }

        .product-action .btn-icon-wish i.fa-heart-o:before {
            content: "\f004";
        }

    .product-action .btn-icon-wish i.fa-heart {
        font-weight: 900;
    }

    .product-action .btn-icon-wish.active i,
    .product-action .btn-icon-wish i.fa-heart {
        color: #0088cc;
    }

    .table-wishlist .stock-status.out-of-stock {
    color: #dc3545;
}

.table-wishlist .btn-add-cart.disabled,
.table-wishlist .btn-add-cart:disabled {
    cursor: not-allowed;
    opacity: .65;
}
.porto-static-page {
    padding: 3rem 0 5rem;
}

.porto-static-page-card {
    padding: 3rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.porto-static-page-title {
    margin-bottom: 2rem;
    color: #222529;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
}

.porto-static-page-content {
    color: #555;
    font-size: 1.4rem;
    line-height: 1.9;
}

    .porto-static-page-content p {
        margin-bottom: 1.6rem;
    }

    .porto-static-page-content h2,
    .porto-static-page-content h3,
    .porto-static-page-content h4 {
        margin-top: 2.5rem;
        margin-bottom: 1.2rem;
        color: #222529;
        font-weight: 700;
    }

    .porto-static-page-content ul,
    .porto-static-page-content ol {
        margin-bottom: 1.6rem;
        padding-left: 2rem;
    }

@media (max-width: 575px) {
    .porto-static-page-card {
        padding: 2rem;
    }

    .porto-static-page-title {
        font-size: 2.3rem;
    }
}
.porto-promotions-hero {
    padding: 4rem 0;
    background: #f4f4f4;
}

.porto-promotions-hero-inner {
    max-width: 720px;
}

    .porto-promotions-hero-inner span,
    .porto-promotions-badge {
        display: inline-block;
        margin-bottom: 1rem;
        color: #0088cc;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .porto-promotions-hero-inner h1 {
        margin-bottom: 1rem;
        color: #222529;
        font-size: 3.2rem;
        font-weight: 700;
    }

    .porto-promotions-hero-inner p,
    .porto-promotions-section-header p {
        margin-bottom: 0;
        color: #666;
        font-size: 1.4rem;
        line-height: 1.7;
    }

.porto-promotions-section {
    padding: 4rem 0;
}

.porto-promotions-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1.8rem;
}

    .porto-promotions-section-header h2 {
        margin-bottom: .8rem;
        color: #222529;
        font-size: 2.2rem;
        font-weight: 700;
    }

.porto-promotion-product {
    margin-bottom: 0;
}

    .porto-promotion-product figure {
        background: #f4f4f4;
    }

        .porto-promotion-product figure img {
            width: 100%;
            height: 265px;
            object-fit: contain;
        }

.porto-promotion-ribbon {
    display: inline-block;
    margin: .8rem 0;
    padding: .5rem .9rem;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #0088cc;
    font-size: 1.2rem;
    font-weight: 700;
}

.porto-promotions-empty {
    padding: 3rem;
    border: 1px solid #e7e7e7;
    background: #fff;
    text-align: center;
}

    .porto-promotions-empty h3 {
        margin-bottom: 1rem;
        color: #222529;
        font-size: 2rem;
        font-weight: 700;
    }

    .porto-promotions-empty p {
        margin-bottom: 0;
        color: #666;
        font-size: 1.4rem;
    }

@media (max-width: 767px) {
    .porto-promotions-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .porto-promotions-hero-inner h1 {
        font-size: 2.6rem;
    }
}
.storefront-field-error {
    display: block;
    margin-top: .6rem;
    color: #dc3545;
    font-size: 1.3rem;
}

.login-container .alert {
    margin-bottom: 2rem;
}
.main-nav .menu > li > a {
    border-top: 0 !important;
}

    .main-nav .menu > li.active > a,
    .main-nav .menu > li > a:hover {
        border-top-color: transparent !important;
    }
.header-search-wrapper {
    position: relative;
}

    .header-search-wrapper .search-suggestions {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        z-index: 1200;
        width: 100%;
        min-width: 320px;
        max-height: 360px;
        overflow-y: auto;
        border: 1px solid #e5e5e5;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    }

    .header-search-wrapper .box-suggestions {
        padding: 1.2rem 1.4rem;
    }

        .header-search-wrapper .box-suggestions .title {
            margin-bottom: .8rem;
            color: #222529;
            font-size: 1.3rem;
            font-weight: 700;
            text-transform: uppercase;
        }

    .header-search-wrapper .js-storefront-search-suggestions-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .header-search-wrapper .js-storefront-search-suggestions-list li {
            margin: 0;
            padding: 0;
        }

        .header-search-wrapper .js-storefront-search-suggestions-list a {
            display: block;
            padding: .8rem 0;
            border-top: 1px solid #f0f0f0;
            color: #555;
            font-size: 1.3rem;
            text-decoration: none;
        }

            .header-search-wrapper .js-storefront-search-suggestions-list a:hover {
                color: #0088cc;
            }
        .header-search-wrapper .js-storefront-search-suggestions-list a {
            display: flex;
            align-items: center;
            gap: 1rem;
            min-height: 64px;
        }

        .header-search-wrapper .js-storefront-search-suggestions-list img {
            flex: 0 0 54px;
            width: 54px !important;
            height: 54px !important;
            object-fit: cover;
        }

        .header-search-wrapper .js-storefront-search-suggestions-list .product-image,
        .header-search-wrapper .js-storefront-search-suggestions-list figure {
            flex: 0 0 54px;
            width: 54px !important;
            height: 54px !important;
            margin: 0;
            overflow: hidden;
        }

        .header-search-wrapper .js-storefront-search-suggestions-list .product-name,
        .header-search-wrapper .js-storefront-search-suggestions-list .product-title {
            display: block;
            color: #222529;
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.35;
        }

        .header-search-wrapper .js-storefront-search-suggestions-list .price,
        .header-search-wrapper .js-storefront-search-suggestions-list .product-price {
            display: block;
            margin-top: .2rem;
            color: #0088cc;
            font-size: 1.2rem;
            line-height: 1.3;
        }
        .header-search-wrapper .js-storefront-search-suggestions-list .price,
        .header-search-wrapper .js-storefront-search-suggestions-list .product-price {
            display: flex;
            align-items: baseline;
            gap: .4rem;
            margin-top: .2rem;
            color: #222529;
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.25;
        }

            .header-search-wrapper .js-storefront-search-suggestions-list .price del,
            .header-search-wrapper .js-storefront-search-suggestions-list .product-price del,
            .header-search-wrapper .js-storefront-search-suggestions-list .old-price {
                order: 1;
                color: #999;
                font-size: 1.3rem;
                font-weight: 400;
                text-decoration: line-through;
            }

            .header-search-wrapper .js-storefront-search-suggestions-list .price ins,
            .header-search-wrapper .js-storefront-search-suggestions-list .product-price ins,
            .header-search-wrapper .js-storefront-search-suggestions-list .new-price,
            .header-search-wrapper .js-storefront-search-suggestions-list .special-price {
                order: 2;
                color: #222529;
                font-size: 1.5rem;
                font-weight: 700;
                text-decoration: none;
            }
    .header-search-wrapper .storefront-search-suggestion-item .price {
        display: flex;
        align-items: baseline;
        gap: .45rem;
        margin-top: .2rem;
        line-height: 1.2;
    }

        .header-search-wrapper .storefront-search-suggestion-item .price .regular {
            order: 1;
            color: #999;
            font-size: 1.3rem;
            font-weight: 400;
            text-decoration: line-through;
        }

        .header-search-wrapper .storefront-search-suggestion-item .price .sale {
            order: 2;
            color: #222529;
            font-size: 1.5rem;
            font-weight: 700;
            text-decoration: none;
        }
.porto-order-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: .45rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

    .porto-order-view:hover {
        border-color: #0088cc;
        color: #0088cc;
        text-decoration: none;
    }
.porto-shipment-card {
    margin-top: 1.5rem;
    padding: 1.6rem 2rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.porto-shipment-header {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: .8rem;
}

.porto-shipment-logo {
    max-width: 72px;
    max-height: 34px;
    object-fit: contain;
}

.porto-shipment-title {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .porto-shipment-title strong {
        color: #222529;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .porto-shipment-title span,
    .porto-shipment-tracking,
    .porto-shipment-date {
        margin: 0;
        color: #666;
        font-size: 1.3rem;
    }

        .porto-shipment-tracking a {
            color: #0088cc;
            font-weight: 600;
        }

.porto-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.porto-address-card {
    padding: 2rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

    .porto-address-card.is-default {
        border-color: #0088cc;
    }

.porto-address-card-header {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

    .porto-address-card-header h4 {
        margin: 0;
        color: #222529;
        font-size: 1.8rem;
        font-weight: 700;
    }

.porto-address-badge {
    padding: .35rem .7rem;
    background: #0088cc;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.porto-address-card-body p {
    margin-bottom: .4rem;
}

.porto-address-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.porto-address-action {
    padding: .45rem 1rem;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 600;
}

    .porto-address-action:hover {
        border-color: #0088cc;
        color: #0088cc;
    }

    .porto-address-action.danger:hover {
        border-color: #c82333;
        color: #c82333;
    }

@media (max-width: 767px) {
    .porto-address-grid {
        grid-template-columns: 1fr;
    }
}
.storefront-porto-checkout-page .checkout-container,
.storefront-porto-order-confirmation-page .checkout-container {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.storefront-porto-checkout-page .checkout-progress-bar,
.storefront-porto-order-confirmation-page .checkout-progress-bar {
    margin-bottom: 3rem;
}

.storefront-porto-checkout-page .checkout-steps,
.storefront-porto-order-confirmation-page .checkout-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.storefront-checkout-section {
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e7e7e7;
}

.storefront-checkout-section-title {
    margin-bottom: 1.4rem;
    color: #222529;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
}

.storefront-checkout-info,
.storefront-checkout-alert {
    margin-bottom: 1.8rem;
    padding: 1.3rem 1.5rem;
    border-radius: 4px;
    line-height: 1.6;
}

.storefront-checkout-info {
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    color: #555;
}

.storefront-checkout-alert-warning {
    border: 1px solid #f0ad4e;
    background: #fff8e8;
    color: #555;
}

.storefront-checkout-alert-danger {
    border: 1px solid #d93025;
    background: #fff0f0;
    color: #555;
}

.storefront-checkout-alert a,
.storefront-address-help a {
    color: #08c;
    font-weight: 700;
}

.storefront-fulfillment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.storefront-fulfillment-card,
.storefront-pickup-shop-card,
.storefront-shipping-method-card,
.storefront-billing-type-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    border: 1px solid #e7e7e7;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.storefront-fulfillment-card {
    min-height: 7.2rem;
    padding: 1.5rem;
}

    .storefront-fulfillment-card.active,
    .storefront-fulfillment-card:hover,
    .storefront-pickup-shop-card.active,
    .storefront-pickup-shop-card:hover,
    .storefront-shipping-method-card.active,
    .storefront-shipping-method-card:hover,
    .storefront-billing-type-card.active,
    .storefront-billing-type-card:hover {
        border-color: #08c;
        box-shadow: 0 0 0 1px rgba(0, 136, 204, .14);
    }

    .storefront-fulfillment-card input,
    .storefront-pickup-shop-card input,
    .storefront-shipping-method-card input,
    .storefront-billing-type-card input {
        margin-top: .3rem;
        flex-shrink: 0;
    }

.storefront-fulfillment-card-body strong,
.storefront-shipping-method-main strong {
    display: block;
    color: #222529;
    font-size: 1.4rem;
    line-height: 1.35;
}

.storefront-fulfillment-card-body small,
.storefront-shipping-method-main small,
.storefront-pickup-shop-note,
.storefront-address-help,
.storefront-payment-methods p {
    display: block;
    margin-top: .4rem;
    color: #777;
    font-size: 1.2rem;
    line-height: 1.5;
}

.storefront-pickup-shop-card {
    position: relative;
    margin-bottom: 1.2rem;
    padding: 1.5rem;
}

.storefront-pickup-shop-header {
    display: flex;
    align-items: center;
    gap: .8rem;
}



.storefront-pickup-default-badge {
    display: inline-block;
    margin-left: 1rem;
    padding: .25rem .8rem;
    border-radius: 2rem;
    background: #08c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.storefront-shipping-method-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.storefront-shipping-method-card {
    min-height: 6.8rem;
    padding: 1.3rem;
}

.storefront-shipping-method-main {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

    .storefront-shipping-method-main img {
        max-width: 5rem;
        max-height: 2.8rem;
        margin-bottom: .6rem;
        object-fit: contain;
    }

.storefront-shipping-method-price {
    margin-left: auto;
    color: #222529;
    font-weight: 700;
    white-space: nowrap;
}

.storefront-billing-type-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.storefront-billing-type-card {
    min-width: 14rem;
    padding: 1rem 1.4rem;
}

.storefront-billing-same-checkbox,
.storefront-terms-box {
    margin-bottom: 1.8rem;
}

.storefront-vat-control {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .storefront-vat-control .form-control {
        flex: 1;
    }

.storefront-vat-check-button {
    min-width: 10rem;
    padding: 1rem 1.6rem;
}

    .storefront-vat-check-button.disabled {
        opacity: .65;
        cursor: wait;
    }

.storefront-vat-validation-message {
    display: none;
    margin-top: .8rem;
    font-size: 1.3rem;
    line-height: 1.5;
}

    .storefront-vat-validation-message.success {
        display: block;
        color: #169b62;
        font-weight: 700;
    }

    .storefront-vat-validation-message.error {
        display: block;
        color: #d93025;
        font-weight: 700;
    }

.storefront-vat-loading-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .72);
}

    .storefront-vat-loading-overlay.active {
        display: block;
    }

.storefront-vat-loading-box {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 28rem;
    padding: 2.2rem 2.8rem;
    transform: translate(-50%, -50%);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
    text-align: center;
    color: #222529;
    font-weight: 600;
}

.storefront-vat-loading-spinner {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto 1.2rem;
    border: 3px solid #f2f2f2;
    border-top-color: #08c;
    border-radius: 50%;
    animation: storefrontVatSpin .8s linear infinite;
}

@keyframes storefrontVatSpin {
    to {
        transform: rotate(360deg);
    }
}

.storefront-checkout-old-price {
    display: block;
    color: #999;
    font-size: 1.2rem;
    text-decoration: line-through;
}

.storefront-checkout-summary-table .product-title {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.45;
}

.storefront-payment-methods h4 {
    margin-bottom: 1.2rem;
}

.storefront-payment-methods .form-group {
    margin-bottom: 1.4rem;
}

.js-checkout-pickup-panel.storefront-panel-visible,
.js-checkout-shipping-panel.storefront-panel-visible,
.js-checkout-billing-panel.storefront-panel-visible,
.js-pickup-payment-info.storefront-panel-visible,
.js-shipping-payment-info.storefront-panel-visible {
    display: block !important;
}

.js-checkout-pickup-panel.storefront-panel-hidden,
.js-checkout-shipping-panel.storefront-panel-hidden,
.js-checkout-billing-panel.storefront-panel-hidden,
.js-pickup-payment-info.storefront-panel-hidden,
.js-shipping-payment-info.storefront-panel-hidden {
    display: none !important;
}

.storefront-checkout-modal-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

    .storefront-checkout-modal-overlay.active {
        display: block;
    }

.storefront-checkout-modal {
    position: relative;
    width: 90%;
    max-width: 72rem;
    margin: 8rem auto;
    padding: 2.8rem;
    border-radius: 4px;
    background: #fff;
}

.storefront-checkout-modal-close {
    position: absolute;
    right: 1.8rem;
    top: 1.4rem;
    border: 0;
    background: transparent;
    color: #222529;
    font-size: 3rem;
    line-height: 1;
}

.storefront-checkout-modal-shop {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e7e7e7;
}

    .storefront-checkout-modal-shop table {
        width: 100%;
    }

    .storefront-checkout-modal-shop td {
        padding: .8rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

.storefront-checkout-stock-line {
    padding: 1rem 0;
    border-bottom: 1px solid #e7e7e7;
}

    .storefront-checkout-stock-line span {
        display: block;
        color: #777;
        font-size: 1.2rem;
    }

.storefront-confirmation-hero {
    margin-bottom: 3rem;
    padding: 4.2rem 2.5rem;
    border: 1px solid #e7e7e7;
    background: #fff;
    text-align: center;
}

.storefront-confirmation-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 1.8rem;
    border-radius: 50%;
    background: #08c;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 7rem;
}

.storefront-confirmation-hero h1 {
    margin-bottom: 1rem;
    color: #222529;
    font-size: 2.8rem;
    font-weight: 700;
}

.storefront-confirmation-ref {
    margin-top: 1.8rem;
    font-size: 1.5rem;
}

.storefront-confirmation-card,
.storefront-confirmation-summary-card {
    margin-bottom: 2.5rem;
    padding: 2.4rem;
    border: 1px solid #e7e7e7;
    background: #fff;
}

    .storefront-confirmation-card h3,
    .storefront-confirmation-summary-card h3 {
        margin-bottom: 1.8rem;
        color: #222529;
        font-size: 2rem;
        font-weight: 700;
    }

.storefront-confirmation-table th,
.storefront-confirmation-table td {
    padding: 1.2rem .8rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.storefront-confirmation-product-link {
    color: #222529;
    font-weight: 600;
}

    .storefront-confirmation-product-link:hover {
        color: #08c;
    }

.storefront-confirmation-shop-group {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}

    .storefront-confirmation-shop-group h4 {
        margin-bottom: 1rem;
        color: #08c;
        font-size: 1.6rem;
        font-weight: 700;
    }

    .storefront-confirmation-shop-group ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .storefront-confirmation-shop-group li {
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
        padding: .7rem 0;
        border-bottom: 1px solid #f7f7f7;
    }

.storefront-confirmation-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #f0f0f0;
}

    .storefront-confirmation-summary-row.total {
        border-bottom: 0;
        color: #08c;
        font-size: 1.8rem;
    }

.storefront-confirmation-shop {
    padding: 1.2rem 0;
    border-bottom: 1px solid #f0f0f0;
}

    .storefront-confirmation-shop strong {
        color: #222529;
    }

    .storefront-confirmation-shop p,
    .storefront-confirmation-fulfillment-card p {
        margin-top: .5rem;
        color: #777;
        line-height: 1.6;
    }

.storefront-confirmation-actions .btn + .btn {
    margin-top: 1rem;
}

.storefront-confirmation-shipment {
    padding: 1.4rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.storefront-confirmation-shipment-main {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

    .storefront-confirmation-shipment-main img {
        max-width: 5.2rem;
        max-height: 3rem;
        object-fit: contain;
    }

    .storefront-confirmation-shipment-main span {
        display: block;
        color: #777;
        font-size: 1.2rem;
    }

.storefront-confirmation-tracking {
    margin-top: 1rem;
    color: #555;
}

@media (max-width: 767px) {
    .storefront-fulfillment-options,
    .storefront-shipping-method-list {
        grid-template-columns: 1fr;
    }

    .storefront-vat-control {
        flex-direction: column;
        align-items: stretch;
    }

    .storefront-confirmation-hero h1 {
        font-size: 2.2rem;
    }
}
.creative-grid .js-storefront-wishlist-toggle i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 1;
}

    .creative-grid .js-storefront-wishlist-toggle i.fa-heart-o {
        font-weight: 400;
    }

        .creative-grid .js-storefront-wishlist-toggle i.fa-heart-o:before {
            content: "\f004";
        }

    .creative-grid .js-storefront-wishlist-toggle i.fa-heart {
        font-weight: 900;
    }

    .creative-grid .js-storefront-wishlist-toggle.active i,
    .creative-grid .js-storefront-wishlist-toggle i.fa-heart {
        color: #0088cc;
    }

.creative-grid .js-storefront-wishlist-toggle:hover i {
    color: #fff;
}

.creative-grid .btn-add-cart.disabled,
.creative-grid .btn-add-cart:disabled,
.creative-grid .btn-add-cart[disabled],
.creative-grid .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

    .creative-grid .btn-add-cart.disabled i,
    .creative-grid .btn-add-cart:disabled i,
    .creative-grid .btn-add-cart[disabled] i,
    .creative-grid .btn-add-cart[aria-disabled="true"] i {
        color: #9a9a9a !important;
    }

.creative-grid .product-default:hover .btn-add-cart.disabled,
.creative-grid .product-default:hover .btn-add-cart:disabled,
.creative-grid .product-default:hover .btn-add-cart[disabled],
.creative-grid .product-default:hover .btn-add-cart[aria-disabled="true"],
.creative-grid .overlay-dark:hover figure .btn-add-cart.disabled,
.creative-grid .overlay-dark:hover figure .btn-add-cart:disabled,
.creative-grid .overlay-dark:hover figure .btn-add-cart[disabled],
.creative-grid .overlay-dark:hover figure .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
}
.porto-divider-products-section {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.porto-divider-products-grid .product-default {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

    .porto-divider-products-grid .product-default figure {
        display: block;
        position: relative;
        min-height: 0;
        margin: 0 0 1.2rem;
        padding: 0 1.5rem;
        background-color: #fff;
        box-shadow: none;
    }

        .porto-divider-products-grid .product-default figure > a:not(.btn-quickview) {
            display: block;
            min-height: 0;
            text-align: center;
        }

        .porto-divider-products-grid .product-default figure img {
            width: 100%;
            max-width: 100%;
            height: 320px;
            max-height: none;
            object-fit: contain;
        }

.porto-divider-products-grid .product-details {
    padding: 0 1.5rem;
}

.porto-divider-products-grid .category-wrap {
    min-height: 2rem;
}

.porto-divider-products-grid .category-list {
    max-width: calc(100% - 2.8rem);
}

.porto-divider-products-grid .product-category {
    font-size: 1rem;
    line-height: 1.4;
}

.porto-divider-products-grid .product-title {
    margin-bottom: .6rem;
}

.porto-divider-products-grid .price-box {
    margin-bottom: 1.4rem;
}

.porto-divider-products-grid .inner-quickview figure .btn-quickview {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 15px;
    padding: .8rem 1.4rem;
    border: 0;
    border-radius: 0;
    background-color: #08C !important;
    color: #fff !important;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.82;
    letter-spacing: .025em;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    box-shadow: none;
}

.porto-divider-products-grid .inner-quickview:hover figure .btn-quickview {
    visibility: visible;
    opacity: .85;
}

.porto-divider-products-grid .inner-quickview figure .btn-quickview:hover {
    background-color: #08C !important;
    color: #fff !important;
    opacity: 1;
}

.porto-divider-products-grid .category-wrap .btn-icon-wish,
.porto-divider-products-grid .category-wrap .btn-icon-wish:hover,
.porto-divider-products-grid .category-wrap .btn-icon-wish:focus {
    width: auto !important;
    height: auto !important;
    padding: 1px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #777 !important;
    line-height: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
    box-shadow: none !important;
}

.porto-divider-products-grid .js-storefront-wishlist-toggle i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 1;
}

    .porto-divider-products-grid .js-storefront-wishlist-toggle i.fa-heart-o {
        font-weight: 400;
    }

        .porto-divider-products-grid .js-storefront-wishlist-toggle i.fa-heart-o:before {
            content: "\f004";
        }

    .porto-divider-products-grid .js-storefront-wishlist-toggle i.fa-heart {
        font-weight: 900;
    }

.porto-divider-products-grid .js-storefront-wishlist-toggle:hover i {
    color: #0088cc !important;
}

.porto-divider-products-grid .js-storefront-wishlist-toggle.active i,
.porto-divider-products-grid .js-storefront-wishlist-toggle i.fa-heart {
    color: #0088cc !important;
}

.porto-divider-products-grid .btn-add-cart.disabled,
.porto-divider-products-grid .btn-add-cart:disabled,
.porto-divider-products-grid .btn-add-cart[disabled],
.porto-divider-products-grid .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

    .porto-divider-products-grid .btn-add-cart.disabled i,
    .porto-divider-products-grid .btn-add-cart:disabled i,
    .porto-divider-products-grid .btn-add-cart[disabled] i,
    .porto-divider-products-grid .btn-add-cart[aria-disabled="true"] i {
        color: #9a9a9a !important;
    }

.porto-divider-products-grid .product-default:hover .btn-add-cart.disabled,
.porto-divider-products-grid .product-default:hover .btn-add-cart:disabled,
.porto-divider-products-grid .product-default:hover .btn-add-cart[disabled],
.porto-divider-products-grid .product-default:hover .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
}

@media (max-width: 575px) {
    .porto-divider-products-grid .product-default figure {
        padding: 0 1.2rem;
    }

        .porto-divider-products-grid .product-default figure img {
            height: 240px;
        }

    .porto-divider-products-grid .product-details {
        padding: 0 1.2rem;
    }
}

.porto-featured-products-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .porto-featured-products-section .section-title {
        margin-bottom: 1.8rem;
    }

.porto-featured-products-slider .product-default {
    margin-bottom: 0;
}

    .porto-featured-products-slider .product-default figure {
        background-color: #f4f4f4;
    }

        .porto-featured-products-slider .product-default figure img {
            width: 100%;
            height: 265px;
            object-fit: contain;
        }

.porto-featured-products-slider .product-details {
    padding-top: 1.6rem;
}

.porto-featured-products-slider .category-wrap .btn-icon-wish,
.porto-featured-products-slider .category-wrap .btn-icon-wish:hover,
.porto-featured-products-slider .category-wrap .btn-icon-wish:focus {
    width: auto !important;
    height: auto !important;
    padding: 1px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #777 !important;
    line-height: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
    box-shadow: none !important;
}

.porto-featured-products-slider .js-storefront-wishlist-toggle i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 1;
}

    .porto-featured-products-slider .js-storefront-wishlist-toggle i.fa-heart-o {
        font-weight: 400;
    }

        .porto-featured-products-slider .js-storefront-wishlist-toggle i.fa-heart-o:before {
            content: "\f004";
        }

    .porto-featured-products-slider .js-storefront-wishlist-toggle i.fa-heart {
        font-weight: 900;
    }

.porto-featured-products-slider .js-storefront-wishlist-toggle:hover i {
    color: #0088cc !important;
}

.porto-featured-products-slider .js-storefront-wishlist-toggle.active i,
.porto-featured-products-slider .js-storefront-wishlist-toggle i.fa-heart {
    color: #0088cc !important;
}

.porto-featured-products-slider .btn-add-cart.disabled,
.porto-featured-products-slider .btn-add-cart:disabled,
.porto-featured-products-slider .btn-add-cart[disabled],
.porto-featured-products-slider .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

    .porto-featured-products-slider .btn-add-cart.disabled i,
    .porto-featured-products-slider .btn-add-cart:disabled i,
    .porto-featured-products-slider .btn-add-cart[disabled] i,
    .porto-featured-products-slider .btn-add-cart[aria-disabled="true"] i {
        color: #9a9a9a !important;
    }

.porto-featured-products-slider .product-default:hover .btn-add-cart.disabled,
.porto-featured-products-slider .product-default:hover .btn-add-cart:disabled,
.porto-featured-products-slider .product-default:hover .btn-add-cart[disabled],
.porto-featured-products-slider .product-default:hover .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
}

@media (max-width: 575px) {
    .porto-featured-products-slider .product-default figure img {
        height: 230px;
    }
}
.porto-hover-links-products-section {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.porto-hover-links-products-grid .product-default {
    margin-bottom: 0;
}

    .porto-hover-links-products-grid .product-default figure {
        display: flex;
        min-height: 280px;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.6rem;
        background-color: #fff;
    }

        .porto-hover-links-products-grid .product-default figure > a {
            display: flex;
            width: 100%;
            min-height: 280px;
            align-items: center;
            justify-content: center;
        }

        .porto-hover-links-products-grid .product-default figure img {
            width: 100%;
            height: 280px;
            object-fit: contain;
        }

.porto-hover-links-products-grid .product-details {
    min-height: 168px;
}

.porto-hover-links-products-grid .product-title {
    min-height: 3.8rem;
}

.porto-hover-links-products-grid .price-box {
    margin-bottom: 1.5rem;
}

.porto-hover-links-products-grid .product-action {
    align-items: center;
    justify-content: center;
}

    .porto-hover-links-products-grid .product-action .btn-add-cart {
        min-width: 13.2rem;
        text-transform: uppercase;
    }

        .porto-hover-links-products-grid .product-action .btn-add-cart i {
            margin-right: .6rem;
        }

.porto-hover-links-products-grid .js-storefront-wishlist-toggle i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 1;
}

    .porto-hover-links-products-grid .js-storefront-wishlist-toggle i.fa-heart-o {
        font-weight: 400;
    }

        .porto-hover-links-products-grid .js-storefront-wishlist-toggle i.fa-heart-o:before {
            content: "\f004";
        }

    .porto-hover-links-products-grid .js-storefront-wishlist-toggle i.fa-heart {
        font-weight: 900;
    }

.porto-hover-links-products-grid .js-storefront-wishlist-toggle:hover i {
    color: #0088cc !important;
}

.porto-hover-links-products-grid .js-storefront-wishlist-toggle.active i,
.porto-hover-links-products-grid .js-storefront-wishlist-toggle i.fa-heart {
    color: #0088cc !important;
}

.porto-hover-links-products-grid .btn-add-cart.disabled,
.porto-hover-links-products-grid .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

    .porto-hover-links-products-grid .btn-add-cart.disabled i,
    .porto-hover-links-products-grid .btn-add-cart[aria-disabled="true"] i {
        color: #9a9a9a !important;
    }

.porto-hover-links-products-grid .product-default:hover .btn-add-cart.disabled,
.porto-hover-links-products-grid .product-default:hover .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
}

@media (max-width: 575px) {
    .porto-hover-links-products-grid .product-default figure,
    .porto-hover-links-products-grid .product-default figure > a {
        min-height: 220px;
    }

        .porto-hover-links-products-grid .product-default figure img {
            height: 220px;
        }

    .porto-hover-links-products-grid .product-action .btn-add-cart {
        min-width: 10.8rem;
        font-size: 1.1rem;
    }
}

.porto-service-info-boxes-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.porto-service-info-boxes {
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

    .porto-service-info-boxes .info-box {
        min-height: 84px;
    }

        .porto-service-info-boxes .info-box i {
            color: #222529;
        }

    .porto-service-info-boxes .info-box-content h4 {
        margin-bottom: .3rem;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: -.01em;
        text-transform: uppercase;
    }

    .porto-service-info-boxes .info-box-content p {
        margin-bottom: 0;
        font-size: 1.3rem;
        line-height: 1.4;
    }

.porto-service-info-box-image {
    display: inline-flex;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    margin-right: 1.8rem;
}

    .porto-service-info-box-image img {
        display: block;
        max-width: 4rem;
        max-height: 4rem;
        object-fit: contain;
    }

@media (max-width: 991px) {
    .porto-service-info-boxes .info-box {
        justify-content: flex-start;
    }
}

.porto-out-image-carousel-section {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.porto-out-image-products-carousel .product-default {
    margin-bottom: 0;
}

    .porto-out-image-products-carousel .product-default figure {
        background-color: #f4f4f4;
    }

        .porto-out-image-products-carousel .product-default figure img {
            height: 300px;
            object-fit: contain;
        }

.porto-out-image-products-carousel .product-details {
    align-items: flex-start;
    padding: 0 1.4rem 1.4rem;
    box-sizing: border-box;
}

.porto-out-image-products-carousel .category-list,
.porto-out-image-products-carousel .product-title,
.porto-out-image-products-carousel .price-box {
    width: 100%;
    text-align: left;
}

.porto-out-image-products-carousel .category-list {
    margin-bottom: .3rem;
}

.porto-out-image-products-carousel .product-title {
    margin-bottom: .5rem;
}

.porto-out-image-products-carousel .price-box {
    margin-bottom: 1.4rem;
}

.porto-out-image-products-carousel .product-action {
    justify-content: flex-start;
    width: 100%;
}

    .porto-out-image-products-carousel .product-action .btn-add-cart {
        text-transform: uppercase;
    }

        .porto-out-image-products-carousel .product-action .btn-add-cart i {
            margin-right: .6rem;
        }

.porto-out-image-products-carousel .js-storefront-wishlist-toggle i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    line-height: 1;
}

    .porto-out-image-products-carousel .js-storefront-wishlist-toggle i.fa-heart-o {
        font-weight: 400;
    }

        .porto-out-image-products-carousel .js-storefront-wishlist-toggle i.fa-heart-o:before {
            content: "\f004";
        }

    .porto-out-image-products-carousel .js-storefront-wishlist-toggle i.fa-heart {
        font-weight: 900;
    }

    .porto-out-image-products-carousel .js-storefront-wishlist-toggle:hover i,
    .porto-out-image-products-carousel .js-storefront-wishlist-toggle.active i,
    .porto-out-image-products-carousel .js-storefront-wishlist-toggle i.fa-heart {
        color: #0088cc !important;
    }

.porto-out-image-products-carousel .btn-add-cart.disabled,
.porto-out-image-products-carousel .btn-add-cart[aria-disabled="true"] {
    background-color: #e5e5e5 !important;
    border-color: #d4d4d4 !important;
    color: #9a9a9a !important;
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

    .porto-out-image-products-carousel .btn-add-cart.disabled i,
    .porto-out-image-products-carousel .btn-add-cart[aria-disabled="true"] i {
        color: #9a9a9a !important;
    }

@media (max-width: 575px) {
    .porto-out-image-products-carousel .product-default figure img {
        height: 240px;
    }
}

.porto-hero-with-categories-section {
    margin-bottom: 3rem;
}

.porto-hero-with-categories-section {
    margin-bottom: 3rem;
}

    .porto-hero-with-categories-section .side-menu-wrapper {
        height: auto;
        border: 1px solid #e7e7e7;
        background: #fff;
    }

    .porto-hero-with-categories-section .side-menu-title {
        margin: 0;
        padding: 1.8rem 2rem;
        background-color: #f5f6f7;
        color: #222529;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .porto-hero-with-categories-section .side-menu-wrapper .side-menu-body {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-bottom: .8rem !important;
    }

    .porto-hero-with-categories-section .side-menu-wrapper .side-nav {
        position: static;
    }

    .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical {
        margin: 0;
        padding: 0 0 .4rem;
    }

        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li {
            position: relative;
            padding: 0;
            background: transparent !important;
        }

            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li > a {
                display: flex;
                height: 47px;
                align-items: center;
                gap: 0;
                padding: 0 0 1px 2px;
                border-top: 0;
                border-bottom: 1px solid #e7e7e7;
                background: transparent !important;
                color: #555;
                font-size: 1.4rem;
                font-weight: 600;
                letter-spacing: .01em;
                text-decoration: none;
                text-transform: none;
            }

            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li:hover,
            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li.show {
                background: transparent !important;
            }

                .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li:hover > a,
                .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li.show > a {
                    background: transparent !important;
                    color: #555;
                    text-decoration: none;
                }

            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li > a:hover {
                background: transparent !important;
                color: #0088cc;
            }
    .porto-hero-with-categories-section .porto-hero-side-category-image,
    .porto-hero-with-categories-section .porto-hero-side-category-image-placeholder {
        display: inline-flex;
        width: 2.4rem;
        min-width: 2.4rem;
        height: 2.4rem;
        margin-right: 1.4rem;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        border-radius: 3px;
    }

    .porto-hero-with-categories-section .porto-hero-side-category-image {
        background-color: transparent;
    }

    .porto-hero-with-categories-section .porto-hero-side-category-image-placeholder {
        background-color: transparent;
    }

    .porto-hero-with-categories-section .porto-hero-side-category-name {
        display: inline-block;
        line-height: 1.2;
    }

        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li > .sf-with-ul:after {
            right: 1rem;
            color: #777;
            font-size: 1.3rem;
        }

        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li:hover > .sf-with-ul:after,
        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li.show > .sf-with-ul:after {
            color: #0088cc;
        }

        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical.sf-arrows > li > .sf-with-ul:before {
            display: none;
        }

        .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical ul {
            min-width: 200px;
            padding: 1rem 0;
            border: 1px solid #e7e7e7;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
        }

            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical ul li a {
                display: block;
                height: auto;
                padding: .8rem 1.5rem;
                border-bottom: 0;
                background: transparent !important;
                color: #555;
                font-size: 1.3rem;
                font-weight: 400;
                text-decoration: none;
            }

            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical ul li:hover,
            .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical ul li:hover > a {
                background: transparent !important;
                color: #0088cc;
                text-decoration: none;
            }

    .porto-hero-with-categories-section .side-menu-wrapper .side-menu li:hover a {
        text-decoration: none;
    }

    .porto-hero-with-categories-section .side-menu-wrapper .side-menu.menu-vertical > li > ul {
        margin-left: 5px;
    }

.porto-product-hero-slider {
    height: 414px;
    overflow: hidden;
    border-radius: 10px;
    background: #f7f8fa;
}

    .porto-product-hero-slider .owl-stage-outer,
    .porto-product-hero-slider .owl-stage,
    .porto-product-hero-slider .owl-item {
        height: 100%;
    }

.porto-product-hero-slide {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
    min-height: 414px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(115deg, #ffffff 0%, #f7f9fa 42%, #f2f7fa 66%, #eaf4f8 100%);
}

    .porto-product-hero-slide:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 58%;
        height: 100%;
        background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(0, 136, 204, .035) 48%, rgba(0, 136, 204, .075) 100%);
        pointer-events: none;
    }

.porto-product-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 4.4rem 2rem 4.4rem 7.4rem;
}

.porto-product-hero-category {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 1.3rem;
    padding: .55rem 1.25rem;
    border-radius: 999px;
    background-color: rgba(0, 136, 204, .1);
    color: #0088cc;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.porto-product-hero-title {
    max-width: 51rem;
    margin: 0 0 1.2rem;
    color: #222529;
    font-size: 4.1rem;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.045em;
}

    .porto-product-hero-title a {
        color: inherit;
        text-decoration: none;
    }

        .porto-product-hero-title a:hover {
            color: #0088cc;
            text-decoration: none;
        }

.porto-product-hero-description {
    display: -webkit-box;
    max-width: 47rem;
    margin: 0 0 1.9rem;
    overflow: hidden;
    color: #6b6f76;
    font-size: 1.42rem;
    line-height: 1.62;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.porto-product-hero-price-row {
    display: flex;
    align-items: baseline;
    gap: 1.2rem;
    margin-bottom: 2.3rem;
}

.porto-product-hero-old-price {
    color: #a6a6a6;
    font-size: 1.72rem;
    font-weight: 600;
    text-decoration: line-through;
}

.porto-product-hero-price {
    color: #222529;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.025em;
}

.porto-product-hero-button {
    width: fit-content;
    min-width: 14.8rem;
    padding: 1.35rem 2.8rem;
    border-radius: 3px;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.porto-product-hero-visual {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 3.4rem 4.8rem 3.4rem 1rem;
}

.porto-product-hero-image-shell {
    display: flex;
    width: min(390px, 100%);
    height: 330px;
    align-items: center;
    justify-content: center;
    padding: 1.8rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
}

.porto-product-hero-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .14));
    transition: transform .35s ease, filter .35s ease;
}

.porto-product-hero-image-shell:hover .porto-product-hero-image {
    transform: translateY(-3px) scale(1.035);
    filter: drop-shadow(0 20px 22px rgba(0, 0, 0, .16));
}

.porto-product-hero-slider.owl-theme .owl-nav [class*=owl-] {
    display: inline-flex;
    width: 3.8rem;
    height: 3.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #222529;
    font-size: 2.1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

    .porto-product-hero-slider.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
        background-color: #0088cc;
        color: #fff;
        box-shadow: 0 5px 18px rgba(0, 136, 204, .28);
    }

.porto-product-hero-slider.owl-theme .owl-nav .owl-prev {
    left: 1.6rem;
}

.porto-product-hero-slider.owl-theme .owl-nav .owl-next {
    right: 1.6rem;
}

.porto-product-hero-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 2.4rem;
    left: 5.6rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    line-height: 1;
    text-align: left;
}

    .porto-product-hero-slider.owl-theme .owl-dots .owl-dot {
        display: inline-flex;
        width: 1.2rem;
        height: 1.2rem;
        align-items: center;
        justify-content: center;
    }

        .porto-product-hero-slider.owl-theme .owl-dots .owl-dot span {
            position: relative;
            width: 1.2rem;
            height: 1.2rem;
            margin: 0;
            border: 2px solid rgba(34, 37, 41, .25);
            border-radius: 50%;
            background: transparent;
        }

            .porto-product-hero-slider.owl-theme .owl-dots .owl-dot span:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: .55rem;
                height: .55rem;
                margin: 0;
                border-radius: 50%;
                background-color: #0088cc;
                opacity: 0;
                visibility: hidden;
                transform: translate(-50%, -50%) scale(0);
                transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
            }

        .porto-product-hero-slider.owl-theme .owl-dots .owl-dot.active span,
        .porto-product-hero-slider.owl-theme .owl-dots .owl-dot:hover span {
            border-color: #0088cc;
        }

            .porto-product-hero-slider.owl-theme .owl-dots .owl-dot.active span:before {
                opacity: 1;
                visibility: visible;
                transform: translate(-50%, -50%) scale(1);
            }

@media (max-width: 1199px) {
    .porto-product-hero-content {
        padding-left: 6.2rem;
    }

    .porto-product-hero-title {
        font-size: 3.55rem;
    }

    .porto-product-hero-visual {
        padding-right: 3.2rem;
    }

    .porto-product-hero-image-shell {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .porto-product-hero-slider {
        height: auto;
    }

    .porto-product-hero-slide {
        grid-template-columns: 1fr;
        min-height: 545px;
    }

    .porto-product-hero-content {
        padding: 4rem 3.2rem 2rem;
    }

    .porto-product-hero-title {
        max-width: 100%;
        font-size: 3.35rem;
    }

    .porto-product-hero-description {
        max-width: 100%;
    }

    .porto-product-hero-visual {
        padding: 1rem 3.2rem 5.8rem;
    }

    .porto-product-hero-image-shell {
        width: 100%;
        max-width: 390px;
        height: 255px;
    }

    .porto-product-hero-slider.owl-theme .owl-dots {
        bottom: 2.4rem;
        left: 3.2rem;
    }
}

@media (max-width: 575px) {
    .porto-product-hero-slide {
        min-height: 505px;
    }

    .porto-product-hero-content {
        padding: 3.2rem 2.2rem 1.5rem;
    }

    .porto-product-hero-category {
        font-size: 1rem;
    }

    .porto-product-hero-title {
        font-size: 2.85rem;
    }

    .porto-product-hero-description {
        font-size: 1.32rem;
        line-height: 1.55;
    }

    .porto-product-hero-price {
        font-size: 2.55rem;
    }

    .porto-product-hero-old-price {
        font-size: 1.55rem;
    }

    .porto-product-hero-button {
        min-width: 13.2rem;
        padding: 1.15rem 2rem;
        font-size: 1.15rem;
    }

    .porto-product-hero-visual {
        padding: .8rem 2.2rem 5.5rem;
    }

    .porto-product-hero-image-shell {
        height: 225px;
        padding: 1.2rem;
    }

    .porto-product-hero-slider.owl-theme .owl-nav [class*=owl-] {
        display: none;
    }

    .porto-product-hero-slider.owl-theme .owl-dots {
        left: 2.2rem;
    }
}
.porto-promotions-section {
    padding: 3.5rem 0;
}

    .porto-promotions-section + .porto-promotions-section {
        padding-top: 0;
    }

.porto-promotions-section-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2.2rem 2.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
}

.porto-promotions-section-content {
    min-width: 0;
}

.porto-promotions-section-badge {
    display: inline-block;
    margin-bottom: 1.1rem;
    padding: .8rem 1.4rem;
    border-radius: 999px;
    background: #f04b23;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.porto-promotions-section-card h2 {
    margin: 0 0 .8rem;
    color: #222529;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
}

.porto-promotions-section-card p {
    margin: 0;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
}

.porto-promotions-view-all {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 1.15rem 2.4rem;
    border: 1px solid #0088cc;
    border-radius: 3px;
    background: #0088cc;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease;
    border-radius:5px;
}

    .porto-promotions-view-all:hover,
    .porto-promotions-view-all:focus {
        border-color: #222529;
        background: #222529;
        color: #fff;
        text-decoration: none;
    }

.porto-promotions-products-host h2:empty,
.porto-promotions-products-host h3:empty,
.porto-promotions-products-host .section-title:empty,
.porto-promotions-products-host .products-section-title:empty {
    display: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .porto-promotions-section-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 2rem;
    }

    .porto-promotions-view-all {
        width: 100%;
        text-align: center;
    }
}
.porto-cart-table-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.6rem;
}

.porto-cart-clear-button {
    min-width: 150px;
    padding: 1.05rem 2rem;
    border-radius: 3px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

    .porto-cart-clear-button.disabled,
    .porto-cart-clear-button:disabled {
        cursor: not-allowed;
        opacity: .65;
    }

.porto-cart-country-group {
    margin-top: 1.2rem;
}

.porto-cart-shipping-message {
    margin-top: .6rem;
    color: #777;
    font-size: 1.2rem;
    line-height: 1.4;
}

    .porto-cart-shipping-message.error {
        color: #d93025;
        font-weight: 700;
    }

.porto-cart-shipping-carrier {
    display: flex;
    justify-content: flex-end;
    margin-top: .35rem;
}

.js-cart-shipping-country.disabled {
    cursor: wait;
    opacity: .72;
}

.porto-cart-shipping-carrier-logo {
    display: block;
    width: auto;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
}
@media only screen and (max-width: 575px) {
    .porto-product-action-with-stock-alert {
        align-items: stretch;
    }

    .porto-stock-alert-button,
    .porto-out-of-stock-button {
        width: 100%;
    }

    .porto-stock-alert-actions {
        flex-direction: column;
        align-items: stretch;
    }
}