

/* === product-03-single === */

.product-03 {
    color: rgb(68, 68, 68);
    background-color: #f3f3f3;
}

    .product-03#product-description {
        position: relative;
    }

.product-03-title {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

#prodCarousel .carousel-item {
    height: auto;
    background-color: #b8b8b8;
}

.product-carousel {
    position: relative;
}

#prodCarousel .carousel-item > img {
    position: static;
    width: 100%;
}

#prodCarousel .slide-indicators {
    position: relative;
    margin: 0;
    margin-top: 16px;
    justify-content: flex-start;
}

    #prodCarousel .slide-indicators div.indicators-item {
        width: 111px;
        height: 74px;
        padding: 0;
        background-color: #b8b8b8;
        text-indent: initial;
        margin: 0;
        margin-left: 16px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

        #prodCarousel .slide-indicators div.indicators-item.active {
            border: 2px solid rgb(68, 68, 68);
        }

        #prodCarousel
        .slide-indicators
        div.indicators-item:first-child {
            margin-left: 0;
        }

        #prodCarousel .slide-indicators div.indicators-item img {
            max-width: 100%;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    #prodCarousel .slide-indicators .slick-arrow {
        font-size: 30px;
        position: absolute;
        top: 50%;
    }

        #prodCarousel
        .slide-indicators
        .slick-arrow.slick-disabled {
            opacity: 0.4;
        }

        #prodCarousel .slide-indicators .slick-arrow.fa-angle-left {
            left: 15px;
            transform: translate(-50%, -50%);
        }

        #prodCarousel
        .slide-indicators
        .slick-arrow.fa-angle-right {
            right: 15px;
            transform: translate(50%, -50%);
        }

#prodCarousel .nav-carousel {
    margin-top: 0px;
    position: relative;
}

    #prodCarousel .nav-carousel .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    #prodCarousel
    .nav-carousel
    .slick-slide + .slick-slide
    .indicators-item {
        border-left: 1px solid #e5e5e5;
    }

    #prodCarousel .nav-carousel img {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #prodCarousel .nav-carousel .indicators-item {
        position: relative;
        overflow: hidden;
        margin: 0px 5px;
        /*border: 1px solid #c9c9c9;*/
    }

        #prodCarousel .nav-carousel .indicators-item:after {
            padding-bottom: 100%;
            display: block;
            content: "";
        }

        #prodCarousel .nav-carousel .indicators-item.slick-current {
            border: 1px solid #000;
        }

    #prodCarousel .nav-carousel .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        display: flex;
        align-items: center;
        width: 30px;
        justify-content: center;
        font-size: 36px;
        cursor: pointer;
    }

        #prodCarousel .nav-carousel .slick-arrow.slick-disabled {
            opacity: 0.4;
        }

    #prodCarousel .nav-carousel .arrow-prev {
        left: 0;
    }

    #prodCarousel .nav-carousel .arrow-next {
        right: 0;
    }

.product-03-content-descr {
    font-size: 16px;
    padding: 15px 0px;
}

    .product-03-content-descr ul {
        list-style: none;
        padding-left: 0;
    }

        .product-03-content-descr ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 5px;
        }

            .product-03-content-descr ul li:before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                position: absolute;
                left: 0;
                top: 0;
            }

.product-03-content-stock {
    font-size: 16px;
    margin-bottom: 15px;
}

.product-03-content-sku {
    margin-top: 20px;
}

.product-03-content-sku,
.product-03-content-pcode {
    font-size: 14px;
    color: #000000;
}

.product-03-content-price {
    font-size: 30px;
    color: #000;
}

.product-03-content-price-vat {
    font-size: 16px;
    margin-bottom: 10px;
    color: #9b9b9b;
}

.product-03 .stock-status {
    margin-bottom: 0px;
    font-weight: 500;
    color: #282828;
    font-size: 14px;
}

    .product-03 .stock-status.out {
        color: #bb2c2c;
    }

.product-03-btn {
    border-radius: 0;
    padding: 21px 0px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    background-color: #181818;
    border: 2px solid #181818;
}

    .product-03-btn.book-to-view {
        border: 2px solid #181818;
        background: none;
        color: #181818;
        padding: 21px 0px;
    }

.product-03 .basket-control {
    margin-top: 20px;
}

.product-03 hr.section-hr {
    border-color: #cdcdcd;
    border-width: 3px;
}

.product-03#product-description #product-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 999;
}

.product-03#product-description .social-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

    .product-03#product-description .social-buttons .title {
        color: #3e3e3e;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 15px;
    }

    .product-03#product-description
    .social-buttons > .share-icon {
        background: #2f292b;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        transition: 0.3s all;
    }

        .product-03#product-description
        .social-buttons > .share-icon:hover {
            transform: scale(1.1);
        }

        .product-03#product-description
        .social-buttons > .share-icon
        a {
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            cursor: pointer;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

.product-03#product-description .attr-line {
    margin-bottom: 15px;
}

    .product-03#product-description .attr-line .color_attr {
        display: none;
    }

    .product-03#product-description .attr-line .color-select {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 5px;
        flex-wrap: wrap;
    }

        .product-03#product-description
        .attr-line
        .color-select
        .color-value {
            margin-right: 5px;
        }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value
            .color-label {
                display: block;
            }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value
            .color-preview {
                width: 35px;
                height: 35px;
                display: block;
                cursor: pointer;
                opacity: 0.4;
                transition: opacity 0.3s;
            }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value:hover
            .color-preview {
                opacity: 1;
            }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value.active
            .color-preview {
                opacity: 1;
            }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value
            .color-label {
                border: 1px solid #bbb;
                padding: 5px;
            }

            .product-03#product-description
            .attr-line
            .color-select
            .color-value.active
            .color-label {
                border: 1px solid #404040;
                padding: 5px;
            }

    .product-03#product-description .attr-line .image_attr {
        display: none;
    }

    .product-03#product-description .attr-line .image-select {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 5px;
        flex-wrap: wrap;
    }

        .product-03#product-description
        .attr-line
        .image-select
        .image-value {
            position: relative;
            margin-right: 5px;
            cursor: pointer;
        }

            .product-03#product-description
            .attr-line
            .image-select
            .image-value.active {
                border: 1px solid #000;
            }

        .product-03#product-description
        .attr-line
        .image-select
        .image-preview {
            width: 60px;
            height: 60px;
            background-size: cover !important;
            background-position: center !important;
        }

        .product-03#product-description
        .attr-line
        .image-select
        .image-value
        label.image-label-switch {
            display: block;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99;
            cursor: pointer;
        }

        .product-03#product-description
        .attr-line
        .image-select
        .image-value
        .image-label {
            display: block;
            text-align: center;
        }

.product-03#product-description .attribute-select {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.product-03#product-description .attribute-value {
    position: relative;
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e7e2d9;
    padding: 13px 15px;
}

    .product-03#product-description .attribute-value input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .product-03#product-description .attribute-value.active {
        border: 2px solid #131313;
    }

.product-03 .attribute-label {
    color: #181818;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.product-03 #attribute-block select {
    border-radius: 0;
}

.product-03 .product-qty-picker {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .product-03 .product-qty-picker .qty-picker-control {
        display: flex;
        width: 30px;
        height: 40px;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        cursor: pointer;
        background-color: var(--button-background);
        color: #fff;
    }

    .product-03 .product-qty-picker .product-qty-wrapper {
        width: 100%;
        background-color: #c8c8c8;
    }

        .product-03 .product-qty-picker .product-qty-wrapper input {
            text-align: center;
            border-radius: 0;
            border: 1px solid #c8c8c8;
        }

            .product-03
            .product-qty-picker
            .product-qty-wrapper
            input::-webkit-outer-spin-button,
            .product-03
            .product-qty-picker
            .product-qty-wrapper
            input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .product-03
            .product-qty-picker
            .product-qty-wrapper
            input[type="number"] {
                -moz-appearance: textfield;
            }

.product-03 .product-associations {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 30px;
    position: relative;
    background: #f3f3f3;
}

    .product-03 .product-associations .slick-track {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .product-03 .product-associations .slick-slide {
        margin: 0 5px;
        height: auto;
    }

    .product-03 .product-associations .slick-list {
        margin: 0 -5px;
    }

    .product-03 .product-associations .slick-slide > div,
    .product-03 .product-associations .slick-slide .item {
        height: 100%;
    }

    .product-03 .product-associations .item {
        padding: 15px 15px 30px;
        background-color: #fff;
    }

    .product-03 .product-associations .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-03 .product-associations .image-wrapper {
        position: relative;
        overflow: hidden;
    }

        .product-03 .product-associations .image-wrapper img {
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
        }

    .product-03 .product-associations .slick-arrow {
        z-index: 99;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 80px;
        background: transparent;
        color: #181818;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        opacity: 1;
        transition: all 0.3s;
        cursor: pointer;
        border: none;
        outline: none;
    }

        .product-03 .product-associations .slick-arrow.prev {
            left: -50px;
        }

        .product-03 .product-associations .slick-arrow.next {
            right: -50px;
        }

    .product-03 .product-associations .text {
        margin-top: 15px;
        color: #000;
        text-decoration: none;
        text-align: center;
    }

        .product-03 .product-associations .text .prod-brand {
            color: #808080;
            font-size: 12px;
            text-transform: uppercase;
            margin-top: 20px;
        }

        .product-03 .product-associations .text .prod-name {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .product-03 .product-associations .text .price {
            font-size: 20px;
            font-weight: 700;
            color: var(--lgreen);
        }

    .product-03 .product-associations .title {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 40px;
        font-weight: 500;
    }

    .product-03 .product-associations .slick-slider {
        position: static;
    }

    .product-03 .product-associations .slick-dots {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: 0;
        align-items: center;
        justify-content: center;
        margin: 0;
        gap: 10px;
        position: absolute;
        left: 50%;
        bottom: -35px;
        z-index: 20;
        transform: translateX(-50%);
    }

        .product-03 .product-associations .slick-dots button {
            display: none;
        }

        .product-03 .product-associations .slick-dots li {
            width: 30px;
            height: auto;
            padding: 10px 0px;
            cursor: pointer;
            transition: 0.4s all;
        }

            .product-03
            .product-associations
            .slick-dots
            li.slick-active {
                width: 60px;
            }

            .product-03 .product-associations .slick-dots li::before {
                content: "";
                width: 100%;
                height: 1px;
                background-color: rgba(24, 24, 24, 0.3);
                display: block;
                transition: 0.3s all;
            }

            .product-03
            .product-associations
            .slick-dots
            li.slick-active::before {
                background-color: #181818;
            }

#product-description .product-info .mobile-nav-tab {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

    #product-description .product-info .mobile-nav-tab i {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    #product-description
    .product-info
    .mobile-nav-tab:not(.active)
    i.fa-minus {
        display: none;
    }

    #product-description
    .product-info
    .mobile-nav-tab.active
    i.fa-plus {
        display: none;
    }

.product-03 #product-03-tabs {
    margin-top: 30px;
}

    .product-03 #product-03-tabs .panel.panel-default {
        margin-bottom: 5px;
    }

    .product-03 #product-03-tabs .panel-title {
        background: #fff;
        font-size: 16px;
        color: #434343;
        border: 1px solid #dbdbdb;
        font-weight: normal;
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        background: rgb(237, 237, 237);
        background: linear-gradient( 0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 100% );
    }

        .product-03 #product-03-tabs .panel-title .fa-minus,
        .product-03
        #product-03-tabs
        .panel-title.collapsed
        .fa-plus {
            display: inline;
        }

        .product-03 #product-03-tabs .panel-title .fa-plus,
        .product-03
        #product-03-tabs
        .panel-title.collapsed
        .fa-minus {
            display: none;
        }

        .product-03 #product-03-tabs .panel-title i {
            float: right;
        }

    .product-03 #product-03-tabs .panel-body {
        padding: 15px 0px;
    }

#product-description .product-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #product-description .product-info .nav-item {
        margin-right: 5px;
    }

    #product-description .product-info .nav-link {
        color: #000 !important;
        padding: 10px 30px !important;
        transition: all 0.3s;
        background: rgb(237, 237, 237);
        background: linear-gradient( 0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 100% );
        border: 1px solid #ddd;
    }

        #product-description .product-info .nav-link:hover {
            color: #fff !important;
            background: #000;
        }

        #product-description .product-info .nav-link.active {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

            #product-description .product-info .nav-link.active:hover {
                color: #000 !important;
                background: #fff;
            }

#product-description .tab-content {
    padding: 30px;
}

#prodCarousel .zoom-carousel {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 25px;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.4s all;
    z-index: 9;
}

    #prodCarousel .zoom-carousel:hover {
        opacity: 1;
    }

#carouselzoom-modal.modal .modal-header {
    position: relative;
}

    #carouselzoom-modal.modal .modal-header .close {
        position: absolute;
        top: 5px;
        right: 15px;
        color: #000;
        font-weight: 300;
        font-size: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0.6;
        padding: 0;
    }

        #carouselzoom-modal.modal .modal-header .close:hover {
            opacity: 1;
        }

        #carouselzoom-modal.modal .modal-header .close .fa {
            margin-left: 5px;
            font-size: 30px;
        }

#carouselzoom-modal.modal .modal-dialog {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    height: 90vh;
    background: #fff;
}

    #carouselzoom-modal.modal .modal-dialog .modal-content {
        height: 100%;
    }

        #carouselzoom-modal.modal
        .modal-dialog
        .modal-content
        .slick-slider.carousel-modal {
            height: calc(100% - 140px);
        }

#carouselzoom-modal .carousel-modal .slick-list,
#carouselzoom-modal .carousel-modal .slick-track,
#carouselzoom-modal
.carousel-modal
.slick-track
.slick-slide {
    height: 100%;
}

#carouselzoom-modal .carousel-modal .slick-slide > div {
    height: 100%;
    position: relative;
    width: 100%;
}

#carouselzoom-modal .carousel-modal .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    #carouselzoom-modal .carousel-modal .item img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    #carouselzoom-modal
    .carousel-modal
    .item
    .zoom-hover-image {
        position: absolute;
        height: 50vh;
        width: 50vh;
        overflow: hidden;
    }

        #carouselzoom-modal
        .carousel-modal
        .item
        .zoom-hover-image.zoomed > img {
            transform: none;
            width: 200%;
            height: auto;
            max-width: 300%;
            max-height: none;
        }

#carouselzoom-modal .indicators-modal {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    transition: 0.3s all;
    height: 180px;
}

    #carouselzoom-modal .indicators-modal .slick-list,
    #carouselzoom-modal .indicators-modal .slick-track {
        height: 100%;
    }

    #carouselzoom-modal
    .indicators-modal.slick-slider
    .slick-track {
        display: flex;
        flex-direction: row;
    }

    #carouselzoom-modal .indicators-modal .item {
        position: relative;
        overflow: hidden;
        max-height: 180px;
        cursor: pointer;
        border: 1px solid #bebebe;
    }

        #carouselzoom-modal .indicators-modal .item.slick-current {
            border: 2px solid #000;
        }

        #carouselzoom-modal .indicators-modal .item:after {
            padding-bottom: 100%;
            content: "";
            display: block;
        }

        #carouselzoom-modal .indicators-modal .item img {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    #carouselzoom-modal .indicators-modal .slick-arrow {
        top: calc(50% + 7.5px);
        transform: translateY(-50%);
        background: #2f292b;
        width: 30px;
        opacity: 1;
        font-size: 30px;
        position: absolute;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        z-index: 99;
        opacity: 0.4;
        transition: 0.3s all;
    }

        #carouselzoom-modal .indicators-modal .slick-arrow:hover,
        #carouselzoom-modal .indicators-modal .slick-arrow:active {
            opacity: 0.8;
        }

        #carouselzoom-modal
        .indicators-modal
        .slick-arrow.slick-disabled,
        #carouselzoom-modal
        .indicators-modal
        .slick-arrow.slick-disabled:hover,
        #carouselzoom-modal
        .indicators-modal
        .slick-arrow.slick-disabled:active {
            opacity: 0.2;
            cursor: not-allowed;
        }

    #carouselzoom-modal .indicators-modal .left.slick-arrow {
        left: -10px;
    }

    #carouselzoom-modal .indicators-modal .right.slick-arrow {
        right: -10px;
    }

#product_stock_subscribe {
    padding: 30px 30px;
    background: rgba(0, 0, 0, 0.1);
}

    #product_stock_subscribe h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    #product_stock_subscribe .form-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    #product_stock_subscribe .form-control {
        min-height: 52px;
        border-radius: 0;
    }

    #product_stock_subscribe .checkbox {
        position: absolute;
        opacity: 0;
    }

        #product_stock_subscribe .checkbox + label {
            position: relative;
            padding-left: 23px !important;
            cursor: pointer;
            padding-top: 0;
        }

        #product_stock_subscribe .checkbox + label {
            cursor: pointer;
        }

    #product_stock_subscribe .help-block.form-error {
        color: rgb(185, 74, 72);
        position: absolute;
        bottom: -20px;
        left: 0px;
    }

    #product_stock_subscribe
    .form-group.tickbox.has-error
    input[type="checkbox"] + label:before {
        color: rgb(185, 74, 72);
    }

    #product_stock_subscribe .has-error div.error {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        font-size: 14px;
    }

    #product_stock_subscribe .tickbox.has-error div.error {
        display: none !important;
    }

    #product_stock_subscribe button[type="submit"] {
        border-radius: 0;
        height: 52px;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0px;
        color: #fff;
        border-color: var(--body-color);
        background-color: var(--body-color);
    }

    #product_stock_subscribe div.error {
        display: none !important;
    }

.product-03 .product-icons .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #dbdbdb;
}

.product-03 .product-icons {
    overflow: hidden;
}

.product-03 .icon-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-03 .icon-item img {
        margin-right: 10px;
    }

    .product-03 .icon-item .text h4 {
        font-family: Open Sans;
        font-size: 20px;
        margin-bottom: 0;
    }

    .product-03 .icon-item .text p {
        margin-bottom: 0;
    }

.product-page .breadcrumbs {
}

    .product-page .breadcrumbs .breadcrumb-item {
        color: #000;
    }

        .product-page .breadcrumbs .breadcrumb-item:before {
            content: "";
        }

        .product-page
        .breadcrumbs
        .breadcrumb-item ~ .breadcrumb-item:before {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 11px;
            vertical-align: middle;
            color: #000;
            margin-bottom: 2px;
        }

.product-page .product-rate .stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

    .product-page .product-rate .stars > i {
        margin-right: 2px;
    }

.product-page .product-rate .count {
    text-align: center;
}

.top-reviews .reviews-total .stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
}

.top-reviews .reviews-total .from {
    font-size: 16px;
}

.product-page #reviews .write-review-button {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    justify-content: end;
}

    .product-page #reviews .write-review-button a {
        color: #3e3e3e;
        font-size: 16px;
    }

.product-page #reviews .top-reviews {
    padding-bottom: 15px;
}

.product-page #reviews .reviews-list .review-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dbdbdb;
}

    .product-page #reviews .reviews-list .review-item .title {
        margin-bottom: 0;
        color: #3e3e3e;
        font-size: 16px;
    }

    .product-page
    #reviews
    .reviews-list
    .review-item
    .review-text {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }

        .product-page
        #reviews
        .reviews-list
        .review-item
        .review-text
        a {
            color: #3e3e3e;
        }

    .product-page
    #reviews
    .reviews-list
    .review-item
    .review-author {
        font-size: 16px;
        font-style: italic;
    }

.product-page #reviews .review-navigation {
    margin-top: 15px;
}

    .product-page #reviews .review-navigation .of_reviews {
        margin-left: 5px;
        margin-right: 5px;
    }

    .product-page #reviews .review-navigation button {
        width: 50px;
    }

        .product-page #reviews .review-navigation button.disabled {
            pointer-events: none;
        }

.popup-write-review .modal-dialog {
    width: 800px;
    max-width: 800px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 20px 0px;
}

.popup-write-review .close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none !important;
    transition: 0.2s all;
}

    .popup-write-review .close:hover {
        background: #fff;
        color: #000;
        border: 2px solid #000;
    }

.popup-write-review .modal-body {
    padding: 30px;
}

.popup-write-review h2 {
    margin-bottom: 20px;
}

.popup-write-review .product-block {
    display: flex;
    flex-direction: column;
}

.popup-write-review .product-info {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    padding: 15px;
    flex: 1;
}

    .popup-write-review .product-info .product-image img {
        width: 100%;
    }

    .popup-write-review .product-info .product-name {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .popup-write-review .product-info .product-price {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

.popup-write-review #write-review-form input,
.popup-write-review #write-review-form textarea {
    border-radius: 0;
}

.popup-write-review
#write-review-form
button[type="submit"] {
    background: #2f292b;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-family: open sans;
    font-weight: normal;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 15px;
}

.popup-write-review
#write-review-form
.form-group.has-error {
    position: relative;
}

    .popup-write-review
    #write-review-form
    .form-group.has-error
    .form-control.error {
        background: rgb(255, 244, 244);
    }

.popup-write-review
#write-review-form
.has-error > div.error {
    color: #b94a48;
    line-height: 140%;
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: 0;
    font-size: 14px;
}

.popup-write-review #write-review-form .revirew-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .popup-write-review
    #write-review-form
    .revirew-stars
    #review_rate {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 1px;
        opacity: 0;
        pointer-events: none;
    }

    .popup-write-review #write-review-form .revirew-stars i {
        cursor: pointer;
        font-size: 22px;
        opacity: 0.3;
        transition: 0.3s opacity;
    }

        .popup-write-review
        #write-review-form
        .revirew-stars
        i.selected {
            opacity: 1;
        }

    .popup-write-review
    #write-review-form
    .revirew-stars.has-error
    i,
    .popup-write-review
    #write-review-form
    .revirew-stars.has-error
    .value {
        color: #b94a48;
    }

    .popup-write-review
    #write-review-form
    .revirew-stars
    .value {
        margin-left: 10px;
        font-size: 22px;
    }

.product-03 .bundle_content .table td,
.product-03 .bundle_content .table th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.product-page .breadcrumb {
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.product-page .breadcrumb-item,
.product-page .breadcrumb-item a,
.product-page .breadcrumb-item span {
    font-size: 13px;
    color: #3e3e3e;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
}

.product-page
.select2-container--default
.select2-selection--single {
    border-radius: 0;
    border: 1px solid #ced4da;
    min-height: 42px !important;
}

    .product-page
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
        border: 0;
        width: auto;
        margin: 0;
        background-color: var(--button-background);
        color: #fff;
        padding: 0px 7px;
        left: auto;
        top: -1px;
        height: calc(100% + 4px);
        right: 0;
    }

        .product-page
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b:before {
            content: "\f078";
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            transition: 0.3s all;
            display: block;
        }

.product-page
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b:before {
    transform: scale(1, -1);
}

.main-block {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 0px;
    height: 100%;
    background-color: #fff;
}

    .main-block .product-images-block,
    .main-block .product-socials-block,
    .main-block .product-title-block,
    .main-block .product-desc-block {
        min-width: 0;
    }

    .main-block .product-images-block {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 1;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .main-block .main-carousel {
        border-bottom: 1px solid #e5e5e5;
    }

    .main-block .product-socials-block {
        grid-row-start: 3;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .main-block .product-title-block {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 2;
        grid-column-end: 2;
        margin-bottom: 0px;
        padding: 30px 66px 15px 66px;
    }

    .main-block .product-desc-block {
        grid-row-start: 2;
        grid-row-end: 5;
        grid-column-start: 2;
        grid-column-end: 2;
        padding: 0px 66px 30px 66px;
    }

.prod-attr-list {
    margin-bottom: 15px;
}

    .prod-attr-list i {
        margin-right: 5px;
    }

    .prod-attr-list p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 28px;
        color: #282828;
    }

        .prod-attr-list p span {
            font-weight: 800;
        }

#accordionProduct {
    margin-top: 30px;
}

    #accordionProduct .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

        #accordionProduct .accordion-body a {
            color: inherit;
        }

.product-page .accordion-item {
    border: 0;
    border-top: 1px solid #e9e4da;
    border-bottom: 1px solid #e9e4da;
}

    .product-page .accordion-item:not(:last-child) {
        border-bottom: 0;
    }

    .product-page .accordion-item .accordion-button {
        background: none !important;
        border: 0;
        box-shadow: none;
        padding-left: 0px;
        color: #131313;
        font-size: 20px;
        font-weight: 400;
    }

        .product-page .accordion-item .accordion-button::after {
            content: "\f078";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            position: absolute;
            top: 50%;
            left: auto;
            right: 0;
            transform: translateY(-50%);
            background-image: none;
        }

        .product-page
        .accordion-item
        .accordion-button:not(.collapsed)::after {
            transform: translateY(-50%) rotate(-180deg);
            content: "\f00d";
            right: 5px;
        }

.product-page .cv-title {
    width: 100%;
    flex: 100%;
    text-align: center;
}

.product-03 square-placement {
    text-align: center;
    margin-top: 15px;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    #prodCarousel .slide-indicators div.indicators-item {
        height: 74px;
    }
}

@media screen and (max-width: 991px) {
    #prodCarousel .slide-indicators {
        justify-content: center;
    }

        #prodCarousel .slide-indicators li:first-child {
            margin-left: 16px;
            margin-bottom: 15px;
        }

    #prodCarousel .slide-indicators {
        flex-wrap: wrap;
    }

        #prodCarousel .slide-indicators div.indicators-item {
            background-color: #fff;
        }

        #prodCarousel .slide-indicators div.indicators-item {
            width: 28.7%;
        }

    .main-block {
        grid-template-rows: auto;
        grid-template-columns: repeat(1, auto);
    }

        .main-block .product-images-block,
        .main-block .product-socials-block,
        .main-block .product-title-block,
        .main-block .product-desc-block {
            grid-column-start: 1;
            grid-column-end: 2;
        }

        .main-block .product-images-block {
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .main-block .product-socials-block {
            grid-row-start: 4;
            grid-row-end: 5;
        }

        .main-block .product-title-block {
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .main-block .product-desc-block {
            grid-row-start: 3;
            grid-row-end: 4;
        }
}

@media screen and (max-width: 767px) {
    #product-description .tab-content {
        padding: 0;
    }

    .product-03-content {
        margin-top: 30px;
    }

    #prodCarousel .slide-indicators div.indicators-item {
        width: 29.6%;
    }
}

@media screen and (max-width: 575px) {
    .product-03 .product-qty-picker {
        margin-bottom: 15px;
    }

    .product-03 #prodCarousel .slide-indicators {
        display: none;
    }

    .mobile-navigation {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .mobile-navigation .carousel-control-next {
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            background: #2f292b;
            height: 25%;
            width: 30px;
            opacity: 1;
            font-size: 30px;
        }

        .mobile-navigation .carousel-control-prev {
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            background: #2f292b;
            height: 25%;
            width: 30px;
            opacity: 1;
            font-size: 30px;
        }

    .product-03-title,
    .product-03-content-price {
        font-size: 22px;
    }

    .product-03 .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 450px) {
    #prodCarousel .slide-indicators div.indicators-item {
        width: 28%;
    }

    .main-block .product-title-block {
        padding: 0px 30px 20px 30px;
    }

    .main-block .product-desc-block {
        padding: 0 30px 30px 30px;
    }

    #product_stock_subscribe {
        padding: 20px;
    }

        #product_stock_subscribe h2 {
            font-size: 22px;
            text-align: center;
        }

        #product_stock_subscribe .form-group {
            flex-direction: column;
            justify-content: center;
            align-items: normal;
            gap: 10px;
        }

    .product-page .accordion-item .accordion-body {
        padding: 10px 0;
    }
}

/* === product-03-single === */



/* === category-w-carousel === */

.cwcarousel {
    padding: 65px 0px;
    background-color: #f3f3f3;
}

.feat_products + .cwcarousel {
    padding-top: 40px;
}

.cwcarousel:has(+ .twof_onec) {
    padding-bottom: 5px;
}

.cwcarousel .category-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row dense;
}

    .cwcarousel .category-grid .item {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        --paddingx: 40px;
        --paddingy: 38px;
    }

        .cwcarousel .category-grid .item:not(.products):before {
            content: "";
            background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6978992280505952) 0%, rgba(0, 0, 0, 0.29733900396095936) 26%, rgba(0, 0, 0, 0) 75% );
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .cwcarousel .category-grid .item.small {
            aspect-ratio: 1/0.6;
        }

        .cwcarousel
        .category-grid
        .item.products + .item:not(.products):not(.small) {
            grid-column: 2/3;
        }

            .cwcarousel
            .category-grid
            .item.products + .item:not(.products):not(.small) + .item.products {
                grid-column: 1/2;
            }

        .cwcarousel .category-grid .item:not(.products) img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            z-index: 0;
            pointer-events: none;
        }

.cwcarousel .content {
    position: absolute;
    left: var(--paddingx);
    bottom: var(--paddingy);
    width: calc(100% - calc(var(--paddingx) * 2));
    height: auto;
    max-height: calc(100% - calc(var(--paddingy) * 2));
    z-index: 2;
}

    .cwcarousel .content .text {
        color: #fff;
    }

        .cwcarousel .content .text p:last-child {
            margin-bottom: 0;
        }

    .cwcarousel .content h3 {
        font-size: 24px;
    }

        .cwcarousel .content h3 b,
        .cwcarousel .content h3 strong {
            font-size: 36px;
            font-weight: 400;
            text-transform: uppercase;
        }

.cwcarousel .item.small:last-child .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.cwcarousel .prod-carousel {
    position: relative;
}

    .cwcarousel .prod-carousel:not(.slick-initialized) {
        display: none;
    }

    .cwcarousel .prod-carousel::before,
    .cwcarousel .prod-carousel::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 15%;
        display: block;
        z-index: 1;
    }

    .cwcarousel .prod-carousel::before {
        background: linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100% );
        left: 0;
    }

    .cwcarousel .prod-carousel::after {
        background: linear-gradient( -90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100% );
        right: 0;
    }

.cwcarousel .slick-slider .slick-track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.cwcarousel .carousel-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    border: none;
    outline: none;
    background: none;
}

    .cwcarousel .carousel-arrow.prev-slide {
        left: 35px;
    }

    .cwcarousel .carousel-arrow.next-slide {
        right: 35px;
    }

.cwcarousel .proditem {
    padding: 40px 100px 0px;
}

.cwcarousel .products-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

    .cwcarousel .products-item a {
        text-decoration: none;
    }

    .cwcarousel .products-item .products-02-image,
    .cwcarousel .products-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
    }

    .cwcarousel .products-item .product-brand {
        color: #808080;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

        .cwcarousel .products-item .product-brand.d-empty {
            line-height: 18px;
            visibility: hidden;
        }

    .cwcarousel .products-item .product-name {
        color: var(--darkbtn);
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .cwcarousel .products-item .product-price {
        color: var(--darkbtn);
        font-size: 20px;
        font-weight: 900;
        margin-top: 10px;
    }

.cwcarousel .slick-dots {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

    .cwcarousel .slick-dots button {
        display: none;
    }

    .cwcarousel .slick-dots li {
        width: 30px;
        height: auto;
        padding: 10px 0px;
        cursor: pointer;
        transition: 0.4s all;
    }

        .cwcarousel .slick-dots li.slick-active {
            width: 60px;
        }

        .cwcarousel .slick-dots li::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: rgba(24, 24, 24, 0.3);
            display: block;
            transition: 0.3s all;
        }

        .cwcarousel .slick-dots li.slick-active::before {
            background-color: rgb(24, 24, 24);
        }

@media (max-width: 991px) {
    .cwcarousel .category-grid .item {
        --paddingx: 35px;
        --paddingy: 35px;
    }

    .cwcarousel .category-grid .item {
        aspect-ratio: 1/1.25;
    }

        .cwcarousel .category-grid .item .btn {
            text-align: center;
            padding: 16px 15px;
            width: auto;
        }

            .cwcarousel .category-grid .item .btn span {
                display: none;
            }
}

@media (max-width: 767px) {
    .cwcarousel .category-grid {
        grid-template-columns: 1fr;
    }

        .cwcarousel .category-grid .item {
            aspect-ratio: 1/1;
        }

            .cwcarousel
            .category-grid
            .item.products + .item:not(.products):not(.small) {
                grid-column: unset;
            }

            .cwcarousel .category-grid .item.products {
                display: none;
            }
}

@media (max-width: 575px) {
    .cwcarousel .category-grid .item {
        aspect-ratio: 1/1.25 !important;
    }

        .cwcarousel .category-grid .item .content {
            flex-direction: column !important;
        }
}

/* === category-w-carousel === */



/* === two-featurettes-one-carousel === */

.twof_onec {
    padding: 65px 0px;
    background-color: #f3f3f3;
}

.feat_products + .twof_onec {
    padding-top: 40px;
}

.cwcarousel + .twof_onec {
    padding-top: 5px;
}

.twof_onec .category-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row dense;
}

    .twof_onec .category-grid .item {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        --paddingx: 40px;
        --paddingy: 38px;
    }

        .twof_onec .category-grid .item:not(.products):before {
            content: "";
            background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6978992280505952) 0%, rgba(0, 0, 0, 0.29733900396095936) 26%, rgba(0, 0, 0, 0) 75% );
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .twof_onec .category-grid .item.small {
            aspect-ratio: 1/0.6;
            min-height: 397px;
        }

        .twof_onec
        .category-grid
        .item.products + .item:not(.products):not(.small) {
            grid-column: 2/3;
        }

            .twof_onec
            .category-grid
            .item.products + .item:not(.products):not(.small) + .item.products {
                grid-column: 1/2;
            }

        .twof_onec .category-grid .item:not(.products) img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            z-index: 0;
            pointer-events: none;
        }

.twof_onec .content {
    position: absolute;
    left: var(--paddingx);
    bottom: var(--paddingy);
    width: calc(100% - calc(var(--paddingx) * 2));
    height: auto;
    max-height: calc(100% - calc(var(--paddingy) * 2));
    z-index: 2;
}

    .twof_onec .content .text {
        color: #fff;
    }

    .twof_onec .content .text {
        font-size: 20px;
        line-height: 26px;
    }

        .twof_onec .content .text p:last-child {
            margin-bottom: 0;
            font-size: 20px;
            line-height: 24px;
        }

    .twof_onec .content h3 {
        font-size: 24px;
    }

        .twof_onec .content h3 b,
        .twof_onec .content h3 strong {
            font-size: 36px;
            line-height: 36px;
            font-weight: 400;
            text-transform: uppercase;
        }

.twof_onec .item.small:last-child .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

    .twof_onec .item.small:last-child .content h3 {
        font-size: 36px;
        line-height: 36px;
        font-weight: 400;
        text-transform: uppercase;
    }

.twof_onec .prod-carousel {
    position: relative;
}

    .twof_onec .prod-carousel:not(.slick-initialized) {
        display: none;
    }

    .twof_onec .prod-carousel::before,
    .twof_onec .prod-carousel::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 15%;
        display: block;
        z-index: 1;
    }

    .twof_onec .prod-carousel::before {
        background: linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100% );
        left: 0;
    }

    .twof_onec .prod-carousel::after {
        background: linear-gradient( -90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100% );
        right: 0;
    }

.twof_onec .slick-slider .slick-track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.twof_onec .carousel-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    border: none;
    outline: none;
    background: none;
}

    .twof_onec .carousel-arrow.prev-slide {
        left: 35px;
    }

    .twof_onec .carousel-arrow.next-slide {
        right: 35px;
    }

.twof_onec .proditem {
    padding: 40px 120px;
}

.twof_onec .products-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

    .twof_onec .products-item a {
        text-decoration: none;
    }

    .twof_onec .products-item .products-02-image,
    .twof_onec .products-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
    }

    .twof_onec .products-item .product-brand {
        color: #808080;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

        .twof_onec .products-item .product-brand.d-empty {
            line-height: 18px;
            visibility: hidden;
        }

    .twof_onec .products-item .product-name {
        color: var(--darkbtn);
        font-size: 16px;
        font-weight: 500;
    }

    .twof_onec .products-item .product-price {
        color: var(--darkbtn);
        font-size: 20px;
        font-weight: 900;
        margin-top: 10px;
    }

.twof_onec .slick-dots {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 10px;
    position: absolute;
    left: var(--paddingx);
    bottom: var(--paddingy);
    z-index: 20;
}

    .twof_onec .slick-dots button {
        display: none;
    }

    .twof_onec .slick-dots li {
        width: 30px;
        height: auto;
        padding: 10px 0px;
        cursor: pointer;
        transition: 0.4s all;
    }

        .twof_onec .slick-dots li.slick-active {
            width: 60px;
        }

        .twof_onec .slick-dots li::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.3);
            display: block;
            transition: 0.3s all;
        }

        .twof_onec .slick-dots li.slick-active::before {
            background-color: rgb(255, 255, 255);
        }

.twof_onec .item.carousel {
}

    .twof_onec .item.carousel .slick-list,
    .twof_onec .item.carousel .slick-track,
    .twof_onec .item.carousel .slick-slide,
    .twof_onec .item.carousel .slick-slide > div {
        height: 100%;
        z-index: 2;
    }

    .twof_onec .item.carousel .item-carousel {
        position: relative;
        height: 100%;
    }

.twof_onec .item.small .content .text {
    padding-bottom: 20px;
}

.twof_onec
:has(.slick-dots)
.item.small:last-child
.content
.text {
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .twof_onec .category-grid .item.small {
        aspect-ratio: 1/0.8;
    }

    .twof_onec
    .category-grid
    .item:not(.products):last-child
    img {
        object-position: top left;
    }

    .twof_onec .item.small:last-child .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .twof_onec
    :has(.slick-dots)
    .item.small:last-child
    .content
    .text {
        padding-bottom: 20px;
    }

    .twof_onec .slick-dots {
        left: auto;
        right: var(--paddingx);
    }
}

@media (max-width: 991px) {
    .twof_onec .category-grid .item.small {
        aspect-ratio: 1/1.25;
    }
}

@media (max-width: 767px) {
    .twof_onec .category-grid {
        grid-template-columns: 1fr;
    }

        .twof_onec .category-grid .item.small {
            aspect-ratio: 1/0.8;
        }
}

@media (max-width: 575px) {
    .twof_onec .category-grid .item.small,
    .twof_onec .category-grid .item {
        aspect-ratio: 1/1.25;
    }

    .twof_onec .item.carousel .item-carousel {
        padding-bottom: var(--paddingy);
    }

    .twof_onec .slick-dots {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: calc(var(--paddingx) / 4);
    }

    .twof_onec
    .category-grid
    .item.small.carousel
    .slick-track
    .slick-slide:nth-child(2)
    .content
    .text
    p:last-child {
        font-size: 16px;
    }

    .twof_onec .content h3 b,
    .twof_onec .content h3 strong,
    .twof_onec .item.small:last-child .content h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .twof_onec
    :has(.slick-dots)
    .item.small:last-child
    .content
    .text
    p
    br {
        display: none;
    }

    .twof_onec .content .text p:last-child {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .twof_onec
    :has(.slick-dots)
    .item.small:last-child
    .content
    .text {
        text-align: center;
    }

    .twof_onec .item.small:last-child .content {
        align-items: center;
    }
}

/* === two-featurettes-one-carousel === */



/* === newsletter_01 === */

.newsletter_01 {
    padding: 65px 0px;
    background-color: #f3f3f3;
}

    .newsletter_01 .title {
        margin-bottom: 0;
    }

    .newsletter_01 form button[type=submit] {
        border-radius: 0px;
        color: #fff;
        border-color: var(--body-color);
        background-color: var(--body-color);
    }

    .newsletter_01 form .help-block.form-error {
        color: rgb(185, 74, 72);
    }

    .newsletter_01 #news_email {
        min-height: 58px;
        border-color: #fff;
        border-radius: 0;
    }

    .newsletter_01 form .has-error div.error {
        position: absolute;
        left: calc(var(--bs-gutter-x) * .5);
        top: calc(100% + 5px);
    }
    /*.newsletter_01 form .checkbox{
        position: absolute;
        opacity: 0;
        width: 1px;
    }

    .newsletter_01 form .checkbox + label {
        position: relative;
        padding-left: 23px !important;
        cursor: pointer;
    }

    .newsletter_01 form input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        content: "\f0c8";
        color: rgb(0, 0, 0);
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        display: inline-block;
        font-style: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    .newsletter_01 form .tickbox.has-error input[type="checkbox"] + label::before {
        color: rgb(255, 0, 0);
    }

    .newsletter_01 form .checkbox:checked + label::before {
        content: "\f14a";
        color: rgb(0, 0, 0);
    }*/
    .newsletter_01 form .tickbox.has-error div.error {
        display: none !important;
    }

@media(max-width: 767px) {
    .newsletter_01 {
        padding: 35px 0px;
    }

        .newsletter_01 .title,
        .newsletter_01 p {
            text-align: center;
        }
}

@media(max-width: 575px) {
    .newsletter_01 form button[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }

    .newsletter_01 form .has-error div.error {
        top: calc(100% + 70px);
    }
}

/* === newsletter_01 === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 80px;
}

    .footer-04-ecommerce .column-title {
        color: var(--body-color);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        color: var(--body-color);
        font-size: 16px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .footer-04-ecommerce .contact-with-us {
        display: flex;
        flex-direction: row;
        margin-top: 25px;
        margin-bottom: 25px;
        align-items: center;
    }

        .footer-04-ecommerce .contact-with-us .title {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-right: 10px;
        }

        .footer-04-ecommerce .contact-with-us .icons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .contact-with-us .icons > a {
                background: #4b4b4b;
                width: 40px;
                height: 40px;
                line-height: 40px;
                margin: 0 5px;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 24px;
                border-radius: 50%;
                text-decoration: none;
                transition: 0.1s all;
            }

                .footer-04-ecommerce .contact-with-us .icons > a:hover,
                .footer-04-ecommerce .contact-with-us .icons > a:active {
                    background: #fff;
                    color: #4b4b4b;
                }

    .footer-04-ecommerce .last-footer {
        color: var(--body-color);
        font-style: normal;
        font-size: 14px;
    }

        .footer-04-ecommerce .last-footer a {
            color: var(--body-color);
            font-size: 14px;
            width: 100%;
            text-decoration: none;
        }

        .footer-04-ecommerce .last-footer em.separator {
            color: #fff;
            font-style: normal;
            margin-left: 5px;
            margin-right: 5px;
        }

        .footer-04-ecommerce .last-footer .advansys {
            font-family: Arial;
            font-weight: 700;
        }

    .footer-04-ecommerce .copyright-footer-links {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px;
        margin-bottom: 15px;
    }

        .footer-04-ecommerce .copyright-footer-links a {
            font-size: 14px;
            color: #888888;
            padding: 5px 0px;
            width: auto;
        }

    .footer-04-ecommerce .second-footer {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 0px;
        margin-top: 30px;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            height: 100%;
        }

            .footer-04-ecommerce .second-footer .footer-payments img {
                max-height: 36px;
            }

    .footer-04-ecommerce .social-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

        .footer-04-ecommerce .social-icons a {
            background-color: var(--body-color);
            color: #fff;
            fill: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            text-decoration: none;
        }

            .footer-04-ecommerce .social-icons a svg,
            .footer-04-ecommerce .social-icons a svg g {
                fill: #fff;
                stroke: #fff;
                width: 19px;
                height: auto;
            }

@media(max-width: 991px) {

    .footer-04-ecommerce {
        overflow: hidden;
        position: relative;
    }

        .footer-04-ecommerce .row {
            gap: 60px 0px;
        }

        /*.additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

        .additional-links .footer-link a {
        }*/

        .footer-04-ecommerce .contact-with-us {
            justify-content: center;
            align-items: center;
        }

        .footer-04-ecommerce .last-footer {
            text-align: center;
        }

        .footer-04-ecommerce .second-footer {
            border-bottom: 0;
        }

            .footer-04-ecommerce .second-footer .footer-payments {
                gap: 20px;
                justify-content: center;
                position: relative;
            }

                .footer-04-ecommerce .second-footer .footer-payments:after {
                    content: "";
                    background-color: #e5e5e5;
                    height: 1px;
                    width: 100vw;
                    position: absolute;
                    left: 50%;
                    bottom: -30px;
                    transform: translateX(-50%);
                }

        .footer-04-ecommerce .social-icons {
            justify-content: center;
        }

        .footer-04-ecommerce .copyright-footer-links {
            justify-content: center;
            margin-top: 0;
            margin-bottom: 0;
        }

        .footer-04-ecommerce .last-footer .row {
            gap: 0px 0px;
        }
}

@media(max-width: 767px) {
    .footer-04-ecommerce .second-footer .footer-payments {
        flex-wrap: nowrap;
        justify-content: center;
    }

        .footer-04-ecommerce .second-footer .footer-payments div {
            flex-shrink: 1;
        }

        .footer-04-ecommerce .second-footer .footer-payments img {
            width: 100%;
            height: auto;
        }
}

@media(max-width: 575px) {
    .footer-04-ecommerce .column-title {
        position: relative;
        padding: 20px 0px;
        margin: 0;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .footer-04-ecommerce .link-list {
        display: none;
    }

        .footer-04-ecommerce .link-list.open {
            display: block;
        }

    .additional-links .footer-link {
        width: 100%;
        display: block;
    }

    .footer-04-ecommerce .contact-with-us {
        flex-direction: column;
    }

        .footer-04-ecommerce .contact-with-us .title {
            margin-bottom: 15px;
        }

    .footer-04-ecommerce {
        padding-bottom: 30px;
        padding-top: 10px;
    }

        .footer-04-ecommerce .row {
            gap: 0px 0px;
        }

        .footer-04-ecommerce .link-list.open {
            margin-bottom: 20px;
        }

    .mobile-flinks > div {
        position: relative;
    }

        .mobile-flinks > div:not(:first-child):before,
        .mobile-flinks > div:last-child:before,
        .mobile-flinks > div:last-child:after {
            content: "";
            background-color: #cfcfcf;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 1px;
            transform: translateX(-50%);
        }

        .mobile-flinks > div:last-child:after {
            top: auto;
            bottom: 0;
        }

    .footer-04-ecommerce .second-footer {
        margin-top: 0;
        border-top: 0;
    }

        .footer-04-ecommerce .second-footer .footer-payments {
            padding-bottom: 30px;
            flex-wrap: wrap;
        }

            .footer-04-ecommerce .second-footer .footer-payments::after {
                bottom: 0px;
            }

            .footer-04-ecommerce .second-footer .footer-payments div {
                flex-shrink: unset;
            }

            .footer-04-ecommerce .second-footer .footer-payments img {
                width: auto;
                height: auto;
                max-width: 120px;
            }

    .footer-04-ecommerce .social-icons {
        margin-top: 25px;
    }
}

/* === footer-04-ecommerce === */

