@media (min-width: 1024px) /* Tablet Wide */ {
    header .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .memberBtn:hover .userMenu {
        display: block;
    }

    .memberBtn > a {
        padding: 15px;
        height: 70px;
        flex-direction: column;
    }

        .memberBtn > a span {
            font-size: 0.8rem;
            padding-top: 5px;
        }

    .shopping-cart-link {
        margin-top: 5px;
        flex-direction: column-reverse;
        align-items: center;
    }

        .shopping-cart-link span:first-child {
            font-size: 0.8rem;
            padding-top: 5px;
        }

    .cart-counter {
        left: 10px;
        top: -5px;
    }

    .searchExpander {
        flex-direction: column;
        text-shadow: 0 0 5px var(--primary-color), 0 0 10px var(--primary-color), 0 0 15px var(--primary-color);
    }

        .searchExpander > span {
            font-size: 0.8rem;
            font-weight: 300;
            padding-top: 5px;
        }
        .searchExpander > i {
            padding-top: 7px;
        }
    .sidebar {
        padding-top: 100px;
        margin-top: -100px;
    }
    .productsCrsl .swiper-container {
        padding: 0 20px;
    }
    .breadcrumb {
        justify-content: flex-start;
        padding-right: 0;
        position: relative;
        z-index: 1030;
    }

        .breadcrumb li {
            color: #000;
        }
    .homeSliderText {
        width: auto;
        padding-right: 4rem;
        animation-name: fromLeft;
        animation-duration: 1s;
    }

    @keyframes fromLeft {
        from {
            padding-right: 2rem;
        }

        to {
            padding-right: 4rem;
        }
    }

    .contantForm .form-group:nth-child(1),
    .contantForm .form-group:nth-child(2),
    .contantForm .form-group:nth-child(3),
    .contantForm .form-group:nth-child(4) {
        width: calc(50% - 1rem);
    }

    .contantForm .form-group:nth-child(5),
    .contantForm .form-group:nth-child(6) {
        width: 100%;
    }

    .OrderSummaryCheckout {
        padding-bottom:30px;
    }

    .shop > .col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .shop > .col-md-10 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .product .price {
        font-size: 1.5rem;
    }

    .productImages,
    .productImagesThumbs {
        margin-top: 0;
        height: 732px;
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

        .productImagesThumbs .productThumb {
            width: 100% !important;
            max-width: 145px;
            background-size: cover;
        }

            .productImagesThumbs .productThumb:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                border-left: 0 solid var(--secondary-color);
                transition: all .1s ease-in-out;
            }

            .productImagesThumbs .productThumb.swiper-slide-thumb-active:after {
                border-left: 5px solid var(--secondary-color);
            }

    #shareModal .modal-body {
        padding-right: 60px;
    }

    .modal-content .close {
        transform: translateY(50%);
    }

    .btn-primary,
    .addToCart {
        padding: 12px 15px;
    }

    .homeNewsletter .checkbox-group {
        margin-top: 15px;
        margin-left: 10px;
    }

    .homeNewsletter .submitButton {
        margin-top: 35px;
    }

        .homeNewsletter .submitButton .btn {
            padding: 7px 15px;
        }

    .product .price .originalPrice {
        font-size: 1rem;
        align-items: flex-end;
    }
    .homeSignUp {
        position: absolute;
        left: 43%;
        bottom: 0;
        padding: 2rem 3rem;
    }
    .page-hero h1 {
        position: relative;
    }
    .page-hero h1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        width: 280px;
        height: 100%;
        background-color: var(--primary-color);
    }
    .productImage {
        padding-top: 150%;
        background-size: cover;
        border-radius: 10px;
        transition: all .3s ease-in;
    }
        /*.product:hover .productImage {
            background-size: 103%;
        }*/
    .product .productInfo {
        transition: all .2s ease-in;
    }
        .product:hover .productInfo {
            transform: translateX(-5px);
        }
    .cardAccount.Orders {
        min-height: 410px;
    }
    .sticky-top {
        padding-top: 100px;
        margin-top: -100px;
    }
}

@media (min-width: 1280px) /* Small Laptops */ {
}

@media (min-width: 1440px) /* Standard Laptop */ {
}

@media (min-width: 1600px) /* HighRes & Desktops */ {
    header .navbar-nav .nav-link {
        padding: 15px 25px !important;
    }
        header .navbar-nav .nav-link.dropdown-toggle::after {
            left: 4px;
            font-size: .6em;
        }
    .product h4 {
        font-size: 1.6rem;
    }
    .homeSliderText {
        width: auto;
        padding: 1rem 6rem 1rem 2rem;
        animation-name: fromLeft;
        animation-duration: 1s;
    }
    @keyframes fromLeft {
        from {
            padding-right: 2rem;
        }

        to {
            padding-right: 6rem;
        }
    }
        .homeSliderText .homeSliderPreTitle {
            font-size: 36px;
        }

        .homeSliderText .homeSliderTitle {
            font-size: 72px;
        }

        .homeSliderText .homeSliderSubTitle {
            font-size: 72px;
        }
}

















@media (max-width: 1023px) /* Tablet Tall*/ {
}

@media (max-width: 768px) /* Big Mobiles */ {
    h2 {
        font-size: 30px;
        font-weight: 300;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    a.underlined:before {
        border-color: #000;
        left: 0;
    }

    #homeSlider .swiper-slide {
        height: 0;
        padding-top: 170%;
    }

    .navSearch {
        background-color: transparent;
    }

        .navSearch #collapsibleNavbar {
            background-color: transparent;
            transition-duration: 1s;
        }
            .navSearch #collapsibleNavbar #mainNav {
                height: calc(100vh - 70px);
            }
            .navSearch #collapsibleNavbar:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                z-index: -1;
                background-color: rgba(200, 171, 151, 0.5);
                backdrop-filter: blur(20px);
            }

    header .navCollapser {
        padding: 5px 5px;
        border: 0;
        display: block;
        height: 40px;
        width: 40px;
        transition: all .2s ease-in-out;
    }

        header .navCollapser span {
            display: block;
            width: 30px;
            height: 2px;
            border-radius: 2px;
            background-color: #fff;
            transition: all .2s ease-in-out;
            box-shadow: 0 0 5px var(--primary-color);
        }

            header .navCollapser span:nth-child(1) {
                margin-bottom: 7px;
            }

            header .navCollapser span:nth-child(2) {
                margin-bottom: 7px;
                width: 26px;
            }

            header .navCollapser span:nth-child(3) {
                width: 18px;
            }

        header .navCollapser[aria-expanded="true"] {
            padding: 0 5px 10px 0;
        }

            header .navCollapser[aria-expanded="true"] span:nth-child(1) {
                transform: rotate(-45deg) translate(-2.5px,10px);
                transform-origin: center;
                margin-bottom: 0;
                width: 30px;
            }

            header .navCollapser[aria-expanded="true"] span:nth-child(2) {
                width: 0;
                transform: translate(-12.5px, 10px);
            }

            header .navCollapser[aria-expanded="true"] span:nth-child(3) {
                transform: rotate(45deg) translate(2.5px,-5px);
                transform-origin: center;
                margin-bottom: 0;
                width: 30px;
            }
    header .navbar-nav .nav-link {
        padding: 10px 15px !important;
        height: 60px;
    }

    header .navbar-nav .nav-item:hover .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    #collapsibleNavbar .dropdown-menu .dropdown-item {
        padding: 10px 40px 10px 10px;
        color: #fff;
        background-color: transparent;
        font-size: 1.2rem;
    }
    .headerSearch {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
    }

        .headerSearch .headerSearchWrap {
            padding: 0 5px;
            max-height: 0;
            margin-left: 0;
            width: 100%;
            max-width: 100%;
        }
            .headerSearch .headerSearchWrap:not(.show) {
                width: 100%;
                max-width: 100%;
                height: 58px;
            }
            .headerSearch .headerSearchWrap.show {
                padding: 10px;
                background-color: rgba(200, 171, 151, 0.2);
                backdrop-filter: blur(20px);
                max-height: 70px;
            }

        .headerSearch .headerSearchWrap .input-group {
            min-width: 270px;
        }

    .searchExpander {
        position: fixed;
        right: 70px;
        top: 10px;
        height: 50px;
        margin-left: 0;
        transform: translateX(23px);
    }
        .searchExpander:not([aria-expanded="true"]) {
            transition: all .1s ease-in-out;
        }

        .searchExpander[aria-expanded="true"] {
            transition: all .1s ease-in-out;
        }
        .memberBtn > a {
            transform: translateX(-20px);
        }

    header .btn,
    header .btn:hover {
        color: #ffffff;
        text-shadow: 0 0 5px var(--primary-color), 0 0 15px var(--primary-color);
    }

    #header .header-logo img {
        max-height: 48px;
        transform: translateY(-2px);
    }

    .shopping-cart-link .charsAnimation {
        display: none;
    }
    .cart-counter {
        left: 0px;
        top: 0px;
    }
    #cartSummaryModal .modal-body .sideCartItems {
        max-height: calc(100vh - 165px);
    }

    #cartSummaryModal .close {
        padding: 15px;
        height: 58px;
        width: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cartSummaryModal .modal-title {
        font-weight: bold;
    }

    header .navbar-nav .nav-link.dropdown-toggle::after {
        left: 15px;
        transform: translateY(-50%);
    }

    .blockSelectedProducts .container {
        padding: 0;
    }
    .homeSignUp {
        padding: 1rem;
        margin-right: 2rem;
        margin-left: 2rem;
        margin-bottom: -13rem;
        margin-top: 1rem;
        position: relative;
        z-index: 1;
        font-size: 1.25rem;
    }
    .homeSignUp h2 {
        margin-bottom: 1.5rem;
    }

    footer {
        font-size: 1em;
    }
        .home footer {
            padding-top: 12rem;
        }

    footer .blockRow > div:nth-child(1) {
        width: 50%;
        order: 2;
    }
    footer .blockRow > div:nth-child(2) {
        width: 50%;
        order: 3;
        padding-top: 50px;
    }
    footer .blockRow > div:nth-child(3) {
        order: 4;
    }
    footer .blockRow > div:nth-child(4) {
        order: 1;
    }
        footer .blockFooterLogo img {
            max-width: 20   5px
        }
    footer p {
        margin: 1rem 0;
    }
    footer h3 {
        margin-top: 3rem;
    }
    footer h3:empty {
        display: none;
    }
    .backofficeEditBtn {
        display: none;
    }

    .whatsappFixedBtn {
        transform: scale(.75);
        left: 0;
        bottom: 0;
    }
    /* home */
    .homeSliderText .homeSliderPreTitle {
        font-size: 18px;
    }
    .homeSliderText .homeSliderTitle {
        font-size: 42px;
        line-height: 1em;
    }
    .homeSliderText .homeSliderSubTitle {
        font-size: 54px;
        line-height: 1em;
    }

    #homeSliderWrapper .swiper-button-prev,
    #homeSliderWrapper .swiper-button-next {
        display: none;
    }

    #homeSliderWrapper .swiper-slide-bg img {
        height: 100vh;
        width: auto;
        object-fit: cover;
    }
    #homeSliderWrapper video {
        min-height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 50%;
        transform: translate(50%);
    }
    .HalfImg .blockBasic,
    .HalfImg .blockNewsletterForm {
        min-height: 430px;
        padding: 10px;
    }

    .homeAbout img {
        width: calc(100% - 30px);
        border-radius: 10px;
        margin: 30px auto;
    }
    .homeAbout .blockImage {
        text-align: center;
    }
    .homeAbout .blockText {
        padding: 0 15px;
    }
    .homeAbout .blockText h3 {
        font-size: 2.2rem;
        line-height: 1.3em;
    }

    .homeNewsletter .checkbox-group {
        margin-top: 5px;
    }

    .homeNewsletter .submitButton {
        margin-top: 15px;
    }

    .productsCrsl {
        margin: 0 -10px;
        position: relative;
    }
        .productsCrsl .swiper-container {
            padding-right: 60px;
        }
        .productsCrsl:after {
            content: '';
            background: var(--cream-color-light);
            position: absolute;
            top: 0;
            bottom: 155px;
            right: 0;
            width: 60px;
            z-index: 5;
        }
        .productsCrsl:before {
            content: '';
            background: var(--cream-color-light);
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 70px;
            z-index: 5;
        }
        .blockSelectedProducts:before {
            content: '';
            width: 60px;
            border-bottom: 2px solid;
            position: absolute;
            top: 143px;
            right: 0;
            color: #888;
            z-index: 9;
        }
        .productsCrsl .productsCrslBtn {
            position: absolute;
        }
            .productsCrsl .productsCrslBtn.swiper-button-prev {
                left: auto;
                right: 10px;
                top: 30px;
            }
            .productsCrsl .productsCrslBtn.swiper-button-next {
                left: auto;
                right: 10px;
                top: 90px;
            }
        .productsCrsl .productImage {
            border-radius: 0 10px 10px 0;
        }
        .productsCrsl .product .productInfo {
            right: -60px;
            border-radius: 10px 0 0 90px;
            bottom: 40px;
        }
    /* Contact */
    .contantForm {
        margin: 0 10px;
    }
    .iconBox {
        font-size: .8rem;
    }

        .iconBox strong {
            font-size: 1rem;
        }

    .contact .leadForm .form-group {
        width: 100%;
    }

        .contact .leadForm .form-group:nth-child(1),
        .contact .leadForm .form-group:nth-child(2) {
            width: 50%;
        }

        .contact .leadForm .form-group:nth-child(1) {
            padding-left: 5px;
        }

        .contact .leadForm .form-group:nth-child(2) {
            padding-right: 5px;
        }
    /* Products */
    .breadcrumb {
        display: none;
    }
    .page-hero h1{
        font-size: 2rem;
        font-weight: 300;
        text-align: right;
    }

    .sidebarToggler {
        position: absolute;
        right: 10px;
        bottom: -42px;
        z-index: 9;
        border-radius: 10px 10px 10px 60px;
        font-size: 1.2rem;
    }
    .sidebarToggler i {
        font-size: 1rem;
    }
    .filtersBar {
        padding-top: 50px;
    }
    #sideBarCategsFilters .sidebarToggler {
        border-radius: 50px;
    }
    #sideBarCategsFilters {
        top: 60px;
        margin-top: 0;
        padding-top: 60px;
        z-index: 1099;
        background-color: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(10px);
        height: calc(100vh - 60px );
    }

    .product .price {
        font-size: 1.5rem;
    }

        .product .price .originalPrice {
            font-size: 0.8rem;
            font-weight: 300;
            text-decoration-color: black;
        }

    .col-12 .product .price {
        font-size: 2.25rem;
        position: relative;
    }

        .col-12 .product .price .originalPrice {
            position: absolute;
            bottom: 2rem;
            font-size: 1.5rem;
        }

    .product .priceNbtn .btn {
        margin-top: 10px;
    }

    .addToCart.charsAnimation.rotatingChars {
        padding: 7px 15px;
        display: flex
    }

    .btn-primary.rotatingChars {
        padding: 10px 15px;
    }

    .product h4 {
        font-size: 1.6rem;
        padding-top: 5px;
        text-align: right;
    }
    .product .productInfo {
        right: -8px;
        border-radius: 8px 8px 8px 60px;
        padding: 0px 10px 5px 40px;
    }

    .col-12 .product h4 {
        min-height: 72px;
        font-size: 2rem;
    }
    .col-6:nth-child(1) .product {
        margin-top: 4rem;
    }
    .col-6:nth-child(2n+2) .product {
        margin-top: -4rem;
    }
    .col-6:nth-child(2) .product {
        margin-top: 0;
    }
    .col-6 .onsale,
    .col-6 .outofstock,
    .col-6 .newItem,
    .col-6 .lastItem {
        transform: rotate(-45deg) translateX(-32px) translateY(-28px) scale(.70);
    }
    .col-6 .product h4 {
        font-size: 1rem;
        width: calc(100% + 30px);
    }
    .col-6 .product .amount {
        font-size: 1rem;
    }
    .col-6 .product .currency {
        font-size: .7em;
    }
    .col-6 .product .price .originalPrice .amount {
        font-size: 0.9rem;
        line-height: 1.1rem;
        font-weight: 200;
    }

    .product.rental .price:after {
        right: 1px;
        font-size: 14px;
    }
    .catBanners > div:first-child {
        padding-top: 2rem;
    }
    .catBanner {
        margin: 0 -10px;
    }

        .catBanner .bannerPirsum {
            height: 350px;
            padding: 10px;
        }

        .catBanner .bgImg {
            background-position: center;
            border-radius: 10px;
            background-size: cover;
            color: #fff;
            position: relative;
        }
            .catBanner .bgImg .container {
                transform: rotate(270deg) translate(calc(10px - 100%), 10px);
                transform-origin: top left;
                padding: 0;
            }
            .catBanner .bgImg h3 {
                display: block;
                padding: 5px 15px 5px 15px;
                background-color: var(--primary-color);
                border-radius: 10px 10px 10px 30px;
                font-size: 21px;
                font-weight: 300;
                white-space: nowrap;
                max-width: 540px;
            }
    /* Product Page*/
    .shopping-cart-link {
        height: 40px;
        width: 40px;
        padding: 10px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .variationsPanel {
        margin: 0 -10px;
        border-radius: 15px;
        /*overflow: hidden;*/
    }
    .talach {
        text-align: center;
        padding: 5px 20px;
        top: 100%;
        left: 0;
        width: 250px;
        z-index: 99;
    }
    .productThumb {
        height: 170px;
    }

    .productImagesThumbs .productThumb:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: 0 solid #000;
        transition: all .1s ease-in-out;
    }

    .productImagesThumbs .productThumb.swiper-slide-thumb-active:after {
        border-top: 5px solid #000;
    }
    .productImages .swiper-pagination {
        text-align: left;
        padding-left: 10px;
    }
        .productImages .swiper-pagination .swiper-pagination-bullet {
            border: 1px solid rgb(255 255 255 / 50%);
            opacity: 1;
            box-sizing: content-box;
        }
    .productImages .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }

    .productImages .swiper-wrapper .productImage {
        background-size: cover;
        height: 80vh;
    }

    .productOrVariationTitle {
        position: relative;
        z-index: 10;
    }
    .titlesNprice {
        margin-top: -3rem;
        position: relative;
        z-index: 9;
    }
    .products,/* fixing horizontal scroll */
    .relatedProducts { 
        overflow: hidden;
    }
    .toastify {
        max-width: calc(100% - 20px);
    }
    .filtersPage .filterTag a {
        padding: 10px 5px 10px 17px;
    }
    .gridTabs .tab-pane ol {
        padding-right: 15px;
    }
    /* members */
    .cardAccount {
        padding: 1rem;
    }
    .orederRow .btn-primary {
        padding: 2px;
    }
}

@media (max-width: 370px) /* Small Mobiles */ {
    #header .header-logo img {
        max-height: 40px;
    }
}
