﻿

.page-title {
    margin-bottom: 16px;
}

    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 32px;
        color: #091E42;
    }

@media (max-width: 576px) {
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 28px;
    }
}

.card {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px;
}

/* Main CSS */
.header-wrapper {
    background-color: #000000;
    min-height: 85px;
    padding: 10px;
}

    .header-wrapper .nav-brand img {
        max-width: 130px;
    }

    .header-wrapper .nav-brand .nav-menu-btn {
        display: none;
    }

    .header-wrapper .nav-info ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
    }

        .header-wrapper .nav-info ul li {
            display: flex;
            flex-direction: column;
        }

            .header-wrapper .nav-info ul li a {
                color: #fff;
            }

    .header-wrapper .nav-menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
    }

        .header-wrapper .nav-menu ul li {
            display: flex;
            flex-direction: column;
        }

            .header-wrapper .nav-menu ul li a {
                color: #fff;
            }

            .header-wrapper .nav-menu ul li .cart i {
                font-size: 24px;
            }

            .header-wrapper .nav-menu ul li .cart span {
                position: absolute;
                top: -3px;
                width: 20px;
                height: 20px;
                display: grid;
                place-content: center;
                right: -10px;
                background-color: #fff;
                border-radius: 50%;
                color: #000000;
                font-weight: bold;
                border: 2px solid #000000;
            }

@media (max-width: 992px) {
    .header-wrapper .nav-info {
        order: 1;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-wrapper .nav-brand {
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-wrapper .nav-brand .nav-menu-btn {
            display: block;
            width: 30px;
            height: 30px;
            background-color: #fff;
            border: 0;
            border-radius: 4px;
            font-size: 18px;
        }

    .header-wrapper .row {
        flex-direction: column;
    }

    .header-wrapper .nav-menu {
        order: 3;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }

        .header-wrapper .nav-menu ul {
            flex-direction: column;
        }

    .header-wrapper .open {
        display: block;
    }
}

.welcome-wrapper {
    min-height: calc(100vh - 85px);
}

    .welcome-wrapper .hero img {
        min-height: calc(100vh - 85px);
        -o-object-fit: cover;
        object-fit: cover;
    }

    .welcome-wrapper .caption {
        position: absolute;
        bottom: 0;
        z-index: 2;
        max-width: 580px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 12px;
        text-align: center;
        left: calc(50% - 290px);
        padding: 50px 20px;
    }

        .welcome-wrapper .caption h1, .welcome-wrapper .caption h2, .welcome-wrapper .caption h3, .welcome-wrapper .caption h4, .welcome-wrapper .caption h5, .welcome-wrapper .caption h6 {
            color: #fff;
            font-size: 42px;
        }

        .welcome-wrapper .caption p {
            color: #fff;
            font-size: 16px;
        }

@media (max-width: 992px) {
    .welcome-wrapper {
        min-height: unset;
    }

        .welcome-wrapper .hero img {
            min-height: 50vh;
        }

        .welcome-wrapper .caption {
            padding: 10px !important;
            width: 100%;
            left: 0;
            border-radius: 0;
        }

            .welcome-wrapper .caption h1, .welcome-wrapper .caption h2, .welcome-wrapper .caption h3, .welcome-wrapper .caption h4, .welcome-wrapper .caption h5, .welcome-wrapper .caption h6 {
                font-size: 24px;
            }
}

.inner-page {
    margin-bottom: 50px;
}

    .inner-page::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .inner-page .hero img {
        max-height: 270px;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: unset;
    }

    .inner-page .caption {
        position: absolute;
        bottom: 50px;
        z-index: 2;
        max-width: 580px;
        min-width: 380px;
        border-radius: 12px;
        text-align: center;
        left: calc(50% - 190px);
        padding: 50px 20px;
    }

        .inner-page .caption h1, .inner-page .caption h2, .inner-page .caption h3, .inner-page .caption h4, .inner-page .caption h5, .inner-page .caption h6 {
            color: #fff;
            font-size: 42px;
            background-color: #fff;
            border-radius: 8px;
            color: #000000;
            font-size: 42px;
            padding: 5px 10px;
            font-weight: 400;
        }

        .inner-page .caption p {
            color: #fff;
            font-size: 16px;
        }

.cta-wrapper::before {
    position: absolute;
    height: 30%;
    bottom: 0;
    width: 100%;
    background-color: #f1f3f6;
    content: "";
}

.cta-wrapper .with-background {
    background-color: #074562;
    padding: 100px 0;
    border-radius: 0 0 0 120px;
}

.cta-wrapper .thumbnail {
    margin-left: -100px;
}

.cta-wrapper .caption {
    margin-left: -200px;
    background-color: #074562;
    padding: 20px;
}

    .cta-wrapper .caption p {
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

@media (max-width: 992px) {
    .cta-wrapper {
        background-color: #074562;
    }

        .cta-wrapper::before {
            display: none;
        }

        .cta-wrapper .thumbnail {
            margin: 0;
            width: 100%;
        }

        .cta-wrapper .caption {
            margin: 0;
            width: 100%;
        }
}

.product-wrapper {
    background-color: #f1f3f6;
    padding: -30px 0 !important;
}

    .product-wrapper .row {
        align-items: center;
        padding: 20px 0;
    }

        .product-wrapper .row .caption {
            padding: 30px;
            background-color: #fff;
            padding-top: 35px;
            border-radius: 12px;
        }

            .product-wrapper .row .caption h1, .product-wrapper .row .caption h2, .product-wrapper .row .caption h3, .product-wrapper .row .caption h4, .product-wrapper .row .caption h5, .product-wrapper .row .caption h6 {
                font-size: 36px;
                font-weight: bold;
            }

            .product-wrapper .row .caption p {
                font-size: 18px;
                font-weight: 600;
                color: #000000;
            }

            .product-wrapper .row .caption span {
                background-color: #000000;
                color: #fff;
                display: inline-block;
                padding: 10px;
                border-radius: 24px;
                position: absolute;
                top: -20px;
                left: 50%;
                transform: translateX(-50%);
            }

        .product-wrapper .row .thumbnail img {
            border-radius: 12px;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 300px;
        }

@media (max-width: 992px) {
    .product-wrapper {
        padding: 50px 0 !important;
    }

        .product-wrapper .col-sm-6 {
            width: 100%;
        }
}

.about-wrapper {
    padding: 50px 0;
}

    .about-wrapper::before {
        position: absolute;
        height: 50%;
        top: 0;
        width: 100%;
        background-color: #f1f3f6;
        content: "";
    }

    .about-wrapper .container-fluid {
        background-image: url(../images/cta.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

        .about-wrapper .container-fluid .circle {
            width: 450px;
            height: 450px;
            background-color: #000000;
            display: grid;
            place-content: center;
            border-radius: 50%;
        }

            .about-wrapper .container-fluid .circle img {
                min-width: 330px;
            }

@media (max-width: 992px) {
    .about-wrapper .container-fluid {
        background-size: cover;
        padding: 50px;
    }

    .about-wrapper .row {
        justify-content: center !important;
    }

    .about-wrapper .circle {
        width: 300px !important;
        height: 300px !important;
    }

        .about-wrapper .circle img {
            min-width: unset !important;
        }
}

.about-wrapper.no-bg::before {
    display: none;
}

.product-slider-wrapper {
    padding-bottom: 50px;
}

    .product-slider-wrapper .product-slider .slick-arrow {
        position: absolute;
        width: 35px;
        height: 35px;
        overflow: hidden;
        background-color: #000000;
        color: #fff;
        border: none;
        border-radius: 50%;
        z-index: 2;
        display: grid;
        place-content: center;
        cursor: pointer;
    }

        .product-slider-wrapper .product-slider .slick-arrow:hover {
            background-color: #091E42;
        }

        .product-slider-wrapper .product-slider .slick-arrow i {
            font-size: 24px;
        }

    .product-slider-wrapper .product-slider .slick-prev {
        top: 50%;
        left: -40px;
    }

    .product-slider-wrapper .product-slider .slick-next {
        top: 50%;
        right: -40px;
    }

    .product-slider-wrapper .product-slider .item .item-content {
        margin: 15px;
        background-color: #f1f3f6;
        border-radius: 12px;
        overflow: hidden;
    }

    .product-slider-wrapper .product-slider .item .product-action {
        padding: 15px;
    }

        .product-slider-wrapper .product-slider .item .product-action h1, .product-slider-wrapper .product-slider .item .product-action h2, .product-slider-wrapper .product-slider .item .product-action h3, .product-slider-wrapper .product-slider .item .product-action h4, .product-slider-wrapper .product-slider .item .product-action h5, .product-slider-wrapper .product-slider .item .product-action h6 {
            font-size: 24px;
            color: #000000;
        }

        .product-slider-wrapper .product-slider .item .product-action .price {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

            .product-slider-wrapper .product-slider .item .product-action .price p {
                margin: 0;
                font-size: 18px;
                font-weight: 600;
                color: #000000;
            }

    .product-slider-wrapper .product-slider .item .thumb {
        padding: 15px;
    }

        .product-slider-wrapper .product-slider .item .thumb:hover img {
            transform: scale(1.1);
        }

        .product-slider-wrapper .product-slider .item .thumb .status {
            position: absolute;
            z-index: 2;
            top: 30px;
            left: 15px;
            padding: 2px 8px;
            display: inline-block;
            color: #fff;
        }

        .product-slider-wrapper .product-slider .item .thumb .sale {
            background-color: #4285F4;
        }

        .product-slider-wrapper .product-slider .item .thumb .sold {
            background-color: #DF0000;
        }

        .product-slider-wrapper .product-slider .item .thumb .new {
            background-color: #000000;
        }

        .product-slider-wrapper .product-slider .item .thumb img {
            border-radius: 12px;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 250px;
            transform-origin: bottom;
        }

.status {
    padding: 2px 8px;
    display: inline-block;
    color: #fff;
}

.sale {
    background-color: #4285F4;
}

.sold {
    background-color: #DF0000;
}

.new {
    background-color: #000000;
}

.footer-wrapper {
    background-color: #000000;
    padding: 50px 0;
}

    .footer-wrapper .credit {
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        margin-top: 20px;
    }

        .footer-wrapper .credit img {
            max-width: 90px;
        }

    .footer-wrapper .logo img {
        max-width: 220px;
    }

    .footer-wrapper .quick-link-item h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
    }

    .footer-wrapper .quick-link-item ul li {
        margin: 8px 0;
    }

    .footer-wrapper .quick-link-item ul a, .footer-wrapper .quick-link-item ul span {
        color: #fff;
    }

@media (max-width: 992px) {
    .footer-wrapper .logo, .footer-wrapper .quick-link {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*.product-inner-info {
    padding: 60px 0;
}*/

.product-inner-info .row .thumb {
    padding: 20px;
    border-radius: 8px;
    background-color: #f1f3f6;
    min-height: 350px;
    width: 520px;
}

    .product-inner-info .row .thumb:hover img {
        transform: scale(1.1);
    }

    .product-inner-info .row .thumb img {
        min-height: 320px;
        max-height: 320px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.product-inner-info .row .details {
    padding: 25px;
    border-radius: 8px;
    background-color: #f1f3f6;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    width: 750px;
    margin: 150px;
}

    .product-inner-info .row .details .price {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

        .product-inner-info .row .details .price p {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #000000;
        }

    .product-inner-info .row .details .quantity {
        background-color: #fff;
        display: flex;
        overflow: hidden;
        border-radius: 4px;
    }

        .product-inner-info .row .details .quantity button {
            background-color: transparent;
            border: none;
            width: 30px;
            height: 30px;
            display: grid;
            place-content: center;
            font-size: 18px;
        }

        .product-inner-info .row .details .quantity input {
            border: 0;
            width: 30px;
            text-align: center;
        }

.about-inner-wrapper .row {
    padding: 20px;
}

    .about-inner-wrapper .row::before {
        position: absolute;
        left: 0;
        height: 100%;
        width: 60%;
        content: "";
        background-color: #f1f3f6;
        top: 0;
    }

.about-inner-wrapper .content {
    padding-top: 50px;
}

.about-inner-wrapper .thumbnail {
    padding-bottom: 50px;
}

.baby-svimjing-wrapper .row {
    padding: 20px;
}

    .baby-svimjing-wrapper .row::before {
        position: absolute;
        left: 0;
        height: 70%;
        width: 80%;
        content: "";
        background-color: #f1f3f6;
        top: 0;
    }

.baby-svimjing-wrapper .content {
    padding-top: 50px;
}

.baby-svimjing-wrapper .thumbnail {
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .baby-svimjing-wrapper .row::before {
        display: none;
    }

    .baby-svimjing-wrapper .thumbnail {
        margin-top: 50px;
    }
}

.about-inner-swimming {
    margin-top: 100px;
}

    .about-inner-swimming .thumbnail {
        padding: 20px;
        border-radius: 8px;
        background-color: #f1f3f6;
    }

        .about-inner-swimming .thumbnail img {
            border-radius: 8px;
        }

    .about-inner-swimming .row {
        align-items: center;
    }

.good-start-wrapper {
    padding: 50px 0;
}

    .good-start-wrapper .row {
        margin: 50px 0;
        align-items: center;
    }

        .good-start-wrapper .row .thumbnail {
            background-color: #f1f3f6;
            padding: 20px;
            border-radius: 8px;
            overflow: hidden;
        }

            .good-start-wrapper .row .thumbnail img {
                border-radius: 8px;
                min-height: 300px;
            }

        .good-start-wrapper .row .other-thumb img {
            min-height: 400px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
            border: 3px solid #000000;
        }

.go-back {
    text-align: center;
    padding-bottom: 50px;
}

.booking-wrapper {
    padding-bottom: 50px;
}

    .booking-wrapper .booking-location {
        margin-bottom: 30px;
    }

        .booking-wrapper .booking-location h3 {
            font-size: 18px;
            margin-bottom: 0;
        }

        .booking-wrapper .booking-location p {
            display: flex;
            margin: 0;
            gap: 5px;
            align-items: center;
        }

            .booking-wrapper .booking-location p span {
                font-size: 14px;
                color: #747474;
            }

            .booking-wrapper .booking-location p i {
                font-size: 18px;
            }

    .booking-wrapper .booking-items {
        margin-bottom: 50px;
    }

        .booking-wrapper .booking-items .card {
            padding: 0;
            margin-bottom: 15px;
        }

            .booking-wrapper .booking-items .card .card-header {
                background: none;
                display: flex;
                flex-direction: column;
            }

                .booking-wrapper .booking-items .card .card-header h3 {
                    font-size: 18px;
                    margin-bottom: 0;
                }

                .booking-wrapper .booking-items .card .card-header p {
                    margin-bottom: 0;
                }

            .booking-wrapper .booking-items .card .card-body ul {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding: 15px;
            }

                .booking-wrapper .booking-items .card .card-body ul li {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .booking-wrapper .booking-items .card .card-body ul li p {
                        display: flex;
                        margin-bottom: 0;
                        flex-direction: column;
                        gap: 0;
                    }

                        .booking-wrapper .booking-items .card .card-body ul li p b {
                            color: #000000;
                            margin-bottom: 0;
                            line-height: 12px;
                        }

                    .booking-wrapper .booking-items .card .card-body ul li i {
                        width: 35px;
                        height: 35px;
                        background-color: #000000;
                        color: #fff;
                        font-size: 18px;
                        border-radius: 4px;
                        display: grid;
                        place-content: center;
                    }

            .booking-wrapper .booking-items .card .text-center {
                border-top: 1px solid #f1f3f6;
                padding: 10px;
            }
/*# sourceMappingURL=style.css.map */
/* for cart page*/
.CartContainer .table th {
    background: #112636;
    border: 1px solid #ffffff3d;
    color: #fff;
}

.CartContainer .table tr td:nth-child(1) img {
    min-width: 130px;
}

.CartContainer .table .remove_product {
    cursor: pointer;
    font-size: 32px;
}

.shhoping-cart-main .shhoping-cart-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

.shhoping-cart-main .shhoping-cart-box-details li p:first-child {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-details li p:last-child {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-main .shhoping-cart-box-action div span {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b1b1b1;
    text-transform: uppercase;
}

.shhoping-cart-main .shhoping-cart-box-action div p {
    margin-bottom: 10px;
    color: #112636;
}

.shhoping-cart-box .remove_product {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #f1f3f6;
    border-radius: 4px;
    cursor: pointer;
}

.shhoping-cart-main .shhoping-cart-box-thumb img {
    border-radius: 4px;
}

.shhoping-cart-main .shhoping-cart-subtotal-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 4px;
}

    .shhoping-cart-main .shhoping-cart-subtotal-box .checkout {
        text-align: center;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout .btn {
            width: 100%;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box .checkout a:first-child {
            display: none;
        }

    .shhoping-cart-main .shhoping-cart-subtotal-box ul li {
        display: flex;
        justify-content: space-between;
    }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li p {
            font-weight: bold;
        }

        .shhoping-cart-main .shhoping-cart-subtotal-box ul li span {
            color: #b1b1b1;
        }

.shhoping-cart-main .checout-option {
    padding-top: 20px;
    border-top: 1px solid #f1f3f6;
}

    .shhoping-cart-main .checout-option .payment-methods {
        padding: 0;
    }

    .shhoping-cart-main .checout-option .checkout {
        padding-top: 0;
    }

    .shhoping-cart-main .checout-option h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

.cart-item-btn a:first-child:hover {
    color: #fff;
}


.cart-hover-items .inner-items a:hover {
    color: inherit;
    cursor: pointer;
}
/* Bootstrap Resetm for buttons */
.subpage {
    padding: 60px 0;
    background-color: #F1F3F6;
    text-align: left;
    margin-bottom: 30px;
}

    .subpage h1,
    .subpage h2,
    .subpage h3,
    .subpage h4,
    .subpage h5 {
        margin-bottom: 0;
        font-size: 42px;
        text-align: left !important;
        font-weight: 700;
        color: #101750;
    }

.shipping-wrapper .box .input i {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.shipping-wrapper .box .input input, .shipping-wrapper .box .input select, .shipping-wrapper .box .input textarea {
    width: calc( 100% - 24px);
}

.shipping-wrapper .box h2 {
    font-size: 24px;
    color: #4A4A4A;
    margin-left: -50px;
    width: calc( 100px + 100%);
    padding: 20px;
    border-bottom: 1px solid #F1F3F6;
    margin-top: -20px;
    margin-bottom: 30px;
}

.shipping-wrapper .box hr {
    width: calc( 100px + 100%);
    margin-left: -50px;
}

@media (max-width: 576px) {
    .shipping-wrapper .box h2 {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .cart-wrapper .cart-box {
        background-color: transparent !important;
    }

    .cart-wrapper {
        padding: 30px 0 !important;
        margin-bottom: 20px;
    }

    .search-bar {
        display: none;
    }
}

.radio-inputs .d-flex {
    flex-wrap: wrap;
}

.radio-inputs .items {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0 !important;
}

div, header, nav, footer, section, aside, article {
    display: block;
    position: relative;
}

*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.order-wrapper {
    padding: 50px 0;
}

@media (max-width: 576px) {
    .order-wrapper .box {
        padding: 10px !important;
    }

    .order-wrapper .fonts {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .matrialis {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .pos {
        left: 0 !important;
        top: 100px !important;
    }
}

.order-wrapper .colors.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .colors {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
}

    .order-wrapper .colors .color-box {
        flex: 0 0 calc( 25% - 10px);
        height: 100px;
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

.order-wrapper .matrialis.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .matrialis {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -100px;
}

    .order-wrapper .matrialis .matriali-box {
        flex: 0 0 calc( 20% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .matrialis img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

.order-wrapper .fonts.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .fonts {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -500px;
}

    .order-wrapper .fonts .fonts-box {
        flex: 0 0 calc( 50% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .fonts img {
        width: 100%;
        height: 80px;
    }

.order-wrapper .pos.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .pos {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
}

    .order-wrapper .pos .pos-box {
        flex: 0 0 calc( 33.33% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .pos img {
        width: 100%;
    }

.order-wrapper .row {
    justify-content: left;
}

    .order-wrapper .row .title {
        margin-bottom: 30px;
    }

        .order-wrapper .row .title h1,
        .order-wrapper .row .title h2,
        .order-wrapper .row .title h3,
        .order-wrapper .row .title h4,
        .order-wrapper .row .title h5,
        .order-wrapper .row .title h6 {
            font-weight: 400;
            font-size: 24px;
        }

    .order-wrapper .row .box {
        padding: 20px 50px;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .order-wrapper .row .input {
        border-bottom: 2px solid #181F2C;
        margin-bottom: 20px;
    }

        .order-wrapper .row .input:focus-within {
            border-color: #112636;
        }

            .order-wrapper .row .input:focus-within label,
            .order-wrapper .row .input:focus-within input,
            .order-wrapper .row .input:focus-within select,
            .order-wrapper .row .input:focus-within textarea {
                color: #112636;
            }

        .order-wrapper .row .input input,
        .order-wrapper .row .input select,
        .order-wrapper .row .input textarea,
        .order-wrapper .row .input button:not(.btn) {
            background-color: transparent;
            border: none;
            width: 100%;
            display: block;
            outline: 0 !important;
        }

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}



.cart-item-btn a:first-child:hover {
    color: #fff;
}


.cart-hover-items .inner-items a:hover {
    color: inherit;
    cursor: pointer;
}


/* CSS for the inner items */
.cart-hover-items .inner-items {
    max-height: 200px;
    overflow-y: auto;
}

.cart-hover-items {
    position: absolute;
    right: 0;
    top: calc(100% + 0px);
    min-width: 300px;
    background-color: #ffffff;
    z-index: 999;
    transform: scaleX(0);
    transform-origin: top;
}


    .cart-hover-items .display-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F1F3F6;
    }

        .cart-hover-items .display-items:last-child {
            border: 0;
        }

        .cart-hover-items .display-items p {
            margin-bottom: 0;
        }

    .cart-hover-items .thumb {
        margin-right: 10px;
    }

        .cart-hover-items .thumb img {
            max-width: 50px;
        }

    .cart-hover-items .price p {
        font-size: 18px;
        font-weight: bold;
    }

        .cart-hover-items .price p span {
            color: #000000;
        }

    .cart-hover-items .remove {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.display-items {
    position: relative;
}

.cart-hover-items .remove button {
    width: 20px;
    height: 20px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #fff;
    color: #112636;
    border: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items a {
    color: inherit;
    cursor: pointer;
}

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}

.cart-hover-items .thumb img {
    max-width: 50px;
}


.cart-hover-items .display-items p {
    margin-bottom: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items .price p {
    font-size: 18px;
    font-weight: bold;
}

    .cart-hover-items .price p span {
        color: #000000;
    }


.cart-item-btn i {
    font-size: 24px;
}

.display-items {
    position: relative;
}



.cart-counter {
    padding: 5px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #4285F4;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #4285F4;
}
/* CSS for the inner items */
.cart-hover-items .inner-items {
    max-height: 200px; /* Adjust as needed */
    overflow-y: auto;
}

.cart-hover-items {
    position: absolute;
    right: 0;
    top: 77%;
    min-width: 300px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: top;
}

    .cart-hover-items a {
        color: #000000 !important; /* Set the color to black */
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }

    .cart-hover-items h5.text-center {
        text-align: center !important;
        font-size: 18px !important;
        margin-bottom: 0;
        padding: 8px;
    }

        .cart-hover-items h5.text-center a {
            text-align: center !important;
            font-size: 16px !important;
            justify-content: center !important;
            align-items: center !important;
        }

.order-wrapper {
    padding: 50px 0;
}

@media (max-width: 576px) {
    .order-wrapper .box {
        padding: 10px !important;
    }

    .order-wrapper .fonts {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .matrialis {
        left: 0 !important;
        top: -300px !important;
    }

    .order-wrapper .pos {
        left: 0 !important;
        top: 100px !important;
    }
}

.order-wrapper .colors.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .colors {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
}

    .order-wrapper .colors .color-box {
        flex: 0 0 calc( 25% - 10px);
        height: 100px;
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

.order-wrapper .matrialis.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .matrialis {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -100px;
}

    .order-wrapper .matrialis .matriali-box {
        flex: 0 0 calc( 20% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .matrialis img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

.order-wrapper .fonts.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .fonts {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: -500px;
}

    .order-wrapper .fonts .fonts-box {
        flex: 0 0 calc( 50% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .fonts img {
        width: 100%;
        height: 80px;
    }

.order-wrapper .pos.open {
    visibility: visible;
    height: auto !important;
}

.order-wrapper .pos {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #F1F3F6;
    padding: 10px;
    margin-top: 2px;
    height: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
}

    .order-wrapper .pos .pos-box {
        flex: 0 0 calc( 33.33% - 10px);
        display: grid;
        place-content: center;
        cursor: pointer;
        margin: 5px;
    }

    .order-wrapper .pos img {
        width: 100%;
    }

.order-wrapper .row {
    justify-content: left;
}

    .order-wrapper .row .title {
        margin-bottom: 30px;
    }

        .order-wrapper .row .title h1,
        .order-wrapper .row .title h2,
        .order-wrapper .row .title h3,
        .order-wrapper .row .title h4,
        .order-wrapper .row .title h5,
        .order-wrapper .row .title h6 {
            font-weight: 400;
            font-size: 24px;
        }

    .order-wrapper .row .box {
        padding: 20px 50px;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .order-wrapper .row .input {
        border-bottom: 2px solid #181F2C;
        margin-bottom: 20px;
    }

        .order-wrapper .row .input:focus-within {
            border-color: #112636;
        }

            .order-wrapper .row .input:focus-within label,
            .order-wrapper .row .input:focus-within input,
            .order-wrapper .row .input:focus-within select,
            .order-wrapper .row .input:focus-within textarea {
                color: #112636;
            }

        .order-wrapper .row .input input,
        .order-wrapper .row .input select,
        .order-wrapper .row .input textarea,
        .order-wrapper .row .input button:not(.btn) {
            background-color: transparent;
            border: none;
            width: 100%;
            display: block;
            outline: 0 !important;
        }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.cardType img {
    width: 45px;
    float: left;
}

.cardType .box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.cardType .box {
    cursor: pointer;
    border: 1px solid #cacaca;
}

    .cardType .box:focus, .cardType .box:hover, .cardType .box.active-box {
        border: 1px solid #6ea700;
        background-color: #cacaca;
    }

    .cardType .box span:first-child {
        float: left;
        width: 58px;
    }

    .cardType .box span {
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: left;
    }

.cardType h1, .headings, .cardType h6, .velang {
    color: #000 !important;
    text-transform: none !important;
}

.cardType hr {
    border-top: 1px solid #b5b5b5;
}

.cardType img {
    width: 45px;
    float: left;
}

.cardType .box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #cacaca;
}

    .cardType .box:focus,
    .cardType .box:hover,
    .cardType .box.active-box {
        border: 1px solid #6ea700;
        background-color: #cacaca;
    }

    .cardType .box span:first-child {
        float: left;
        width: 58px;
    }

    .cardType .box span {
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: left;
    }

.product-slider-wrapper .product-slider .item .product-action h3.product-category {
    font-size: 16px;
}

.product-slider .item .thumb .sale {
    background-color: #4285F4;
}

.product-slider .item .thumb .sold {
    background-color: #DF0000;
}

.product-slider .item .thumb .new {
    background-color: #000000;
}

.product-slider .item .thumb img {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 250px;
    transform-origin: bottom;
}

.product-slider .item .thumb .status {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 15px;
    padding: 2px 8px;
    display: inline-block;
    color: #fff;
}

.product-inner-info * {
    transition: all 0.2s ease-in-out;
}
/*[ng-cloak] {
    display: none;
}*/







*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #269DFF;
    color: #fff;
}

::selection {
    background-color: #269DFF;
    color: #fff;
}

html, body {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    background-color: #f1f3f6;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #269DFF;
    text-decoration: none !important;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
        color: #000;
    }

p {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
    }

img {
    width: 100%;
}

hr {
    border-color: #f1f3f6;
    opacity: 1;
}

@media (max-width: 786px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.text-success {
    color: #15D707 !important;
}

.text-warning {
    color: #FE9D00 !important;
}

.text-primary {
    color: #269DFF !important;
}

.btn {
    min-width: 130px;
}

    .btn.btn-primary {
        border-radius: 24px;
        background-color: #269DFF;
        border-color: #269DFF;
    }

        .btn.btn-primary:hover {
            background-color: #000;
        }

    .btn.btn-secondary {
        border-radius: 24px;
        background-color: #000;
        border-color: #000;
    }

        .btn.btn-secondary:hover {
            background-color: #269DFF;
            border-color: #269DFF;
        }

.page-title {
    font-size: 32px;
    color: #269DFF;
    margin: 0;
}

/* Main CSS */
body {
    background-color: white;
}

header {
    background-color: #fff;
    max-height: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    header .mobile-menu {
        display: none !important;
    }

    header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        header .row .cart {
            display: flex;
            align-items: center;
            justify-content: end;
            gap: 10px;
        }

            header .row .cart .number a {
                font-size: 22px;
                color: #000;
                font-weight: bold;
            }

            header .row .cart button {
                width: 34px;
                height: 34px;
                display: grid;
                place-content: center;
                position: relative;
                background-color: #000;
                border: 0;
                border-radius: 4px;
                color: #fff;
                font-size: 24px;
                width: 34px;
                height: 34px;
            }

                header .row .cart button span.main {
                    position: absolute;
                    top: -10px;
                    right: -10px;
                    width: 20px;
                    height: 20px;
                    background-color: #269DFF;
                    color: #fff;
                    font-size: 10px;
                    font-weight: 700;
                    display: grid;
                    place-content: center;
                    border-radius: 24px;
                }

        header .row .nav {
            display: flex;
            justify-content: center;
        }

            header .row .nav ul {
                display: flex;
                align-items: center;
                gap: 20px;
            }

                header .row .nav ul li:hover a {
                    color: #269DFF;
                }

                header .row .nav ul a {
                    font-size: 16px;
                    color: #000;
                }

        header .row .logo img {
            max-width: 110px;
        }

@media (max-width: 768px) {
    header {
        position: relative;
        z-index: 100;
    }

        header .mobile-menu {
            display: block !important;
        }

        header .logo, header .cart {
            max-width: 50%;
        }

            header .logo .number, header .cart .number {
                display: none;
            }

        header .nav {
            position: absolute;
            top: 61px;
            left: 0;
            min-width: 200px;
            background-color: #fff;
            height: 0;
            visibility: hidden;
        }

            header .nav ul {
                flex-direction: column;
            }

            header .nav.open {
                height: auto !important;
                visibility: visible !important;
            }
}

.hero-wrapper {
    z-index: 1;
    position: relative;
}

    .hero-wrapper .carousel-item img {
        max-height: 470px;
        min-height: 470px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.form-wrapper {
    z-index: 2;
    position: relative;
    margin-top: -150px;
}

    .form-wrapper .icons-wrapper {
        margin: 50px 0;
    }

        .form-wrapper .icons-wrapper .icon-box {
            background-color: #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            padding: 10px;
            gap: 10px;
            align-items: center;
        }

            .form-wrapper .icons-wrapper .icon-box .detail p {
                margin: 0;
                font-size: 18px;
                text-transform: uppercase;
                color: #000;
                font-weight: bold;
                line-height: 20px;
            }

            .form-wrapper .icons-wrapper .icon-box .detail span {
                color: #868686;
                font-size: 14px;
            }

            .form-wrapper .icons-wrapper .icon-box .number {
                font-size: 42px;
                color: #000;
                font-weight: bold;
            }

            .form-wrapper .icons-wrapper .icon-box i {
                font-size: 50px;
            }

    .form-wrapper .form-card {
        background: #000;
        padding: 20px;
        border-radius: 12px;
    }

        .form-wrapper .form-card .form-item {
            margin-bottom: 15px;
        }

            .form-wrapper .form-card .form-item input.btn {
                width: 100%;
            }

            .form-wrapper .form-card .form-item input:not(.btn), .form-wrapper .form-card .form-item select {
                border: 1px solid #fff;
                border-radius: 24px;
                background-color: transparent;
                color: rgba(255, 255, 255, 0.5);
                width: 100%;
                min-height: 40px;
            }

        .form-wrapper .form-card h1, .form-wrapper .form-card h2, .form-wrapper .form-card h3, .form-wrapper .form-card h4, .form-wrapper .form-card h5, .form-wrapper .form-card h6 {
            color: #fff;
            font-size: 28px;
            text-align: center;
        }

@media (max-width: 768px) {
    .form-wrapper {
        margin-top: -250px;
    }
}

.product-wrapper .box {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding-top: 10px;
}

    .product-wrapper .box:hover img {
        transform: scale(1.1);
    }

   .product-wrapper .a .box a:not(.btn) {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .product-wrapper .box img {
        width: 210px;
        height: 210px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        transition: all 0.1s ease-in;
    }

    .product-wrapper .box .details {
        padding: 20px;
        text-align: left;
    }

        .product-wrapper .box .details .tags {
            margin-bottom: 20px;
        }

        .product-wrapper .box .details ul {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .product-wrapper .box .details li {
            display: flex;
            gap: 2px;
            padding: 0 6px;
            border: 1px solid #868686;
            align-items: center;
            border-radius: 24px;
        }

            .product-wrapper .box .details li span, .product-wrapper .box .details li i {
                color: #868686;
                font-size: 14px;
                display: inline-block;
                margin: 0;
            }

        .product-wrapper .box .details span {
            font-size: 22px;
            color: #269DFF;
            display: block;
            margin-bottom: 15px;
        }

        .product-wrapper .box .details p {
            font-size: 16px;
            color: #000;
        }

        .product-wrapper .box .details a.btn {
            width: 100%;
        }

@media (max-width: 768px) {
    .product-wrapper .box {
        margin-bottom: 20px;
    }
}

.cta-wrapper {
    margin: 70px 0;
}

    .cta-wrapper .container {
        background-color: #000;
    }

        .cta-wrapper .container .content {
            display: flex;
            align-items: center;
            padding: 50px 0;
            justify-content: center;
            gap: 30px;
        }

            .cta-wrapper .container .content img {
                width: 230px;
            }

@media (max-width: 768px) {
    .cta-wrapper .content {
        flex-direction: column;
        text-align: center;
    }
}

.contact-wrapper {
    margin-bottom: 100px;
}

    .contact-wrapper .client-item .client-logos {
        margin: 15px 0;
        background-color: #fff;
        border-radius: 4px;
        padding: 20px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-wrapper .client-item .client-logos ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

            .contact-wrapper .client-item .client-logos ul li {
                cursor: pointer;
            }

                .contact-wrapper .client-item .client-logos ul li:hover img {
                    filter: grayscale(100%);
                    transform: scale(1.05);
                }

            .contact-wrapper .client-item .client-logos ul img {
                min-width: 150px;
            }

    .contact-wrapper .icon {
        background-color: #fff;
        display: flex;
        align-items: center;
        margin: 15px 0;
        border-radius: 4px;
        align-items: center;
    }

        .contact-wrapper .icon .detail span {
            color: #868686;
            font-size: 14px;
        }

        .contact-wrapper .icon .detail p {
            margin: 0;
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }

        .contact-wrapper .icon .icon-item {
            padding: 5px;
        }

            .contact-wrapper .icon .icon-item i {
                font-size: 50px;
            }

        .contact-wrapper .icon a {
            position: absolute;
        }

@media (max-width: 768px) {
    .contact-wrapper .client-logos {
        height: auto !important;
    }

        .contact-wrapper .client-logos ul {
            flex-direction: column;
        }
}

footer {
    background-color: #000;
    padding: 30px 0;
}

    footer .social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

        footer .social li:hover i {
            color: #269DFF;
        }

        footer .social i {
            font-size: 24px;
            color: #fff;
        }

    footer .credit {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        footer .credit .payment img {
            max-width: 230px;
        }

@media (max-width: 768px) {
    footer .credit {
        flex-direction: column;
        gap: 10px;
    }
}
/*# sourceMappingURL=style.css.map */
.product-inner-info .row .thumb {
    padding: 20px;
    border-radius: 8px;
    background-color: #f1f3f6;
    min-height: 350px;
    width: 520px;
}

    .product-inner-info .row .thumb:hover img {
        transform: scale(1.1);
    }

    .product-inner-info .row .thumb img {
        min-height: 320px;
        max-height: 320px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.product-inner-info .row .details {
    padding: 25px;
    border-radius: 8px;
    background-color: #f1f3f6;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    width: 750px;
    margin: 150px;
}

    .product-inner-info .row .details .price {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

        .product-inner-info .row .details .price p {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #000000;
        }

    .product-inner-info .row .details .quantity {
        background-color: #fff;
        display: flex;
        overflow: hidden;
        border-radius: 4px;
    }

        .product-inner-info .row .details .quantity button {
            background-color: transparent;
            border: none;
            width: 30px;
            height: 30px;
            display: grid;
            place-content: center;
            font-size: 18px;
        }

        .product-inner-info .row .details .quantity input {
            border: 0;
            width: 30px;
            text-align: center;
        }

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}




.cart-hover-items {
    position: absolute;
    right: 0;
    top: 77%;
    min-width: 300px;
    border-radius: 4px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: top;
}

    .cart-hover-items .display-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #F1F3F6;
    }

        .cart-hover-items .display-items:last-child {
            border: 0;
        }

        .cart-hover-items .display-items p {
            margin-bottom: 0;
        }

    .cart-hover-items .thumb {
        margin-right: 10px;
    }

        .cart-hover-items .thumb img {
            max-width: 50px;
        }

    .cart-hover-items .price p {
        font-size: 18px;
        font-weight: bold;
    }

        .cart-hover-items .price p span {
            color: #000000;
        }

    .cart-hover-items .remove {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.display-items {
    position: relative;
}

.cart-hover-items .remove button {
    width: 20px;
    height: 20px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #fff;
    color: #112636;
    border: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items a {
    color: inherit;
    cursor: pointer;
}

.cart-item-btn:hover .cart-hover-items {
    transform: scaleX(1);
}

.cart-hover-items .thumb img {
    max-width: 50px;
}


.cart-hover-items .display-items p {
    margin-bottom: 0;
}

.cart-hover-items .size p {
    font-size: 14px;
    font-weight: bold;
}

.cart-hover-items .price p {
    font-size: 18px;
    font-weight: bold;
}

    .cart-hover-items .price p span {
        color: #000000;
    }


.display-items {
    position: relative;
}

.cart-hover-items {
    z-index: 10;
    box-shadow: 0 0 24px rgba(0,0,0,0.4)
}

.cart-counter {
    padding: 5px;
    position: absolute;
    right: -18px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #2CBE2C;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #2CBE2C;
}

.slick-slide {
    margin: 0 12px;
}

/* the parent */
.slick-list {
    margin: 0 -12px;
}

.form-wrapper {
    margin-bottom: 45px;
}

.card filters p-3 {
    margin-top: 56px;
}
/*.product-wrapper {
    margin-top: -73px;
}
*/ .product-list .news .box {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1)
}

    .product-list .news .box:hover .but-btn span {
        transform: scale(1.2);
    }

    .product-list .news .box img {
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .product-list .news .box .buy-now {
        padding: 8px 30px;
        background: #112636;
        color: #fff;
        display: inline-block;
        min-width: 130px;
    }

    .product-list .news .box .sold-out {
        padding: 8px 30px;
        background: #fff;
        color: #FF512F;
        display: inline-block;
        min-width: 130px;
        border: 1px solid #FF512F;
    }

    .product-list .news .box .labels {
        position: absolute;
        top: 30px;
        left: 0;
        display: flex;
        flex-direction: column;
    }

        .product-list .news .box .labels span {
            display: inline-block;
            padding: 5px 10px;
            color: #fff;
        }

            .product-list .news .box .labels span.new-producs {
                background-color: #003495;
            }

            .product-list .news .box .labels span.on-sale {
                background-color: #F2BA29;
            }

.product-list .news .box {
    text-align: center;
}

    .product-list .news .box .product-name {
        color: #112636;
        margin-top: 0.8em;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .product-list .news .box .price {
        padding-bottom: 15px;
    }

        .product-list .news .box .price strike {
            font-size: 16px;
            color: #112636;
        }

        .product-list .news .box .price span {
            font-size: 20px;
            font-weight: bold;
            color: #112636;
        }

        .product-list .news .box .price p {
            margin: 0 !important;
        }

    .product-list .news .box .product-category {
        color: rgb(78, 78, 78);
        margin-top: 0.8em;
        font-size: 14px;
    }

    .product-list .news .box .caption p {
        font-size: 20px;
        font-weight: bold;
    }

    .product-list .news .box .caption strike {
        font-weight: 400 !important;
        font-size: 17px !important;
        display: inline-block;
        padding-right: 3px;
    }

.product-list .slide-arrow.slick-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background-color: #112636;
    color: #fff;
    border: 0;
}
.subpage {
    padding: 60px 0;
    background-color: #d8ded8;
    text-align: left;
    margin-bottom: 30px;
}

    .subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5 {
        margin-bottom: 0;
        font-size: 42px;
        text-align: left !important;
        font-weight: 700;
        color: var(--bs-heading-color);
    }
.price-text {
    font-size: 22px;
    color: #269DFF;
}

.strike-price {
    font-size: 17px;
    color: #269DFF;
}
.prod-action .btn{
  margin: 0 !important;
}
 
.nav-tabs .nav-link{
  color: #269DFF;
}
 
.tab-content{
  border-radius: 12px;
  border: none !important;
  background-color: #f1f3f6 !important;
}

.product-slider-wrapper .nav-tabs{
  margin-top: 30px !important;
}
.product-slider-wrapper .price{
  display: flex;
  gap: 5px;
}
 
.product-slider-wrapper .price p:last-child span{
  color: #269DFF;
  font-weight: bold;
}
.st-container{
  background: #f1f3f6;
}
 
.product-wrapper .box .details{
  min-height: 260px;
}
 
.subpage{
  background-color: #f1f3f6 !important;
}
 
.product_meta .tagged_as a[rel="tag"]{
  border: 1px solid #868686;
  padding: 0 6px;
  border-radius: 24px;
  color: #868686;
  font-size: 14px;
}
 
.product_meta .sku_wrapper .sku{
  font-weight: bold;
}
 
header .row .cart{
  color: #fff !important;
}
 
.contact-wrapper .icon {
  background-color: #fff;
  align-items: center;
  margin: 15px 0;
  align-items: center;
}
 
@media (max-width: 768px) {
  .cta-wrapper .content {
    text-align: center;
  }
}
 
@media (max-width: 992px) {
  footer .credit {
    gap: 10px;
  }
}
.news-wrapper .sidebar {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0;
}
.sidebar-inner{
  padding: 15px;
}
 
.sidebar-inner .title {
    font-size: 20px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f3f5;
}
 
.sidebar-inner ul a {
    padding: 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
}
.hero-wrapper.subpage{
  padding: 0 !important;
  margin: 0  !important;
}
 
.hero-wrapper.subpage .slider-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.news-wrapper.inner-content{
  margin: 50px 0 !important;
}
.cart-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-relative {
    position: relative; /* This applies to the button for correct positioning */
}
@media (max-width: 768px){
  .hero-wrapper.subpage .carousel{
    display: none !important;
  }
}

  



.news-wrapper .time-table {
  padding: 50px 0;
  background: url(../images/hero-img.jpg);
  background-size: cover;
  margin-bottom: 50px;
}
.news-wrapper .form-card {
  border: 0 !important;
  padding: 15px 0;
}
.news-wrapper .form-card h3 {
  font-size: 28px;
  color: #269DFF;
  font-style: italic;
  font-weight: bold;
}
.news-wrapper .icons-wrapper {
  margin: 50px 0;
}
.news-wrapper .icons-wrapper .icon-box {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  align-items: center;
}
.news-wrapper .icons-wrapper .icon-box .icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 12px;
}
.news-wrapper .icons-wrapper .icon-box .icon i {
  font-size: 35px;
  color: #fff;
}
.news-wrapper .icons-wrapper .icon-box .bg-primary {
  background-color: #269DFF !important;
}
.news-wrapper .icons-wrapper .icon-box .bg-success {
  background-color: #29C940 !important;
}
.news-wrapper .icons-wrapper .icon-box .bg-warning {
  background-color: #FFAB00 !important;
}
.news-wrapper .icons-wrapper .icon-box .detail p {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 20px;
}
.news-wrapper .icons-wrapper .icon-box .detail span {
  color: #868686;
  font-size: 14px;
}
.news-wrapper .icons-wrapper .icon-box .number {
  font-size: 42px;
  color: #000;
  font-weight: bold;
}

.news-wrapper.inner-content {
  padding: 50px 0;
}
.news-wrapper.inner-content .card {
  border: 0 !important;
  min-height: 400px;
}
.news-wrapper.inner-content .card .info {
  padding: 30px;
  padding-top: 50px;
}
.news-wrapper.inner-content .card p.tag {
  background-color: #f1f3f6;
  color: #000;
  padding: 5px 10px;
  border-radius: 24px;
  margin: 20px 0;
  font-weight: bold;
}
.news-wrapper.inner-content .card h3 {
  font-size: 32px;
}
.news-wrapper.inner-content .card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-wrapper.inner-content .card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-wrapper.inner-content .card ul li i {
  color: #000;
  font-size: 24px;
}
.news-wrapper.inner-content .card ul li span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.card.form-card {
  min-height: unset !important;
}

.rendered-form.formbuilder-embedded-bootstrap {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
 
.rendered-form.formbuilder-embedded-bootstrap .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    height: 55px !important;
    color: #164D9C !important;
    font-size: 16px !important;
    font-weight: bold;
    background-color: #f1f3f6;
}
main .inner-content .news-wrapper.inner-content{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
 
main .inner-content .news-wrapper.inner-content .col-sm-12.my-5{
  margin-top: 0 !important;
}

.product-slider-wrapper .row.align-items-center{
  background-color: #fff;
}
 
.product-slider-wrapper .row.align-items-center .details{
  margin: 0 !important;
  padding: 20px;
}
 
.product-slider-wrapper .row.align-items-center .details #productPrice{
   font-size: 24px;
   font-weight: bold;
   color: #000;
}
 
.product-slider-wrapper .buttons-items{
  background-color: #f1f3f6 !important;
  color: #000 !important;
}
 
.product-slider-wrapper .buttons-items button{
  color: #000 !important;
}
 
.product-slider-wrapper .buttons-items input{
  text-align: center;
  width: 31px !important;
  height: 20px !important;
  border: 0 !important;
  background: transparent !important;
}
.form-wrapper .form-card{
  position: relative;
  z-index: 5 !important;
}
[ng-cloak], .ng-cloak {
    display: none !important;
}
[ng-cloak] {
    opacity: 0.01;
}
