﻿@media(max-width:992px) {
    .mainContent {
        width: 100%;
        margin: 0;
    }

    .navbar {
        height: auto;
        max-width: 100%;
        right: 0;
    }

    footer {
        width: 100%;
        margin: 0;
    }

    .filterCol {
        position: fixed;
        background-color: #fff;
        right: 0;
        bottom: -100%;
        z-index: 999999;
        height: 65%;
        width: 100%;
        transition: all 0.3s ease-in-out;
        overflow-y: scroll;
        border-top: 1px solid #000;
    }

        .filterCol.in {
            bottom: 15px;
            z-index: 99999;
        }

    .youtube-item {
        height: 435px;
    }

    .youtube-shorts {
        height: 85vh;
    }

    .unmute-overlay {
        right: 5px;
    }

    .closeFilterColI {
        padding: 10px;
        display: block;
    }

    #vimeo-container {
        height: 700px;
    }

    #play-toggle {
        opacity: 1;
    }

    .closeFilterColIDiv {
        width: 35px;
        /* height: 4px; */
        flex-shrink: 0;
        margin: 0 auto;
        display: block;
        border-radius: 33px;
        /* background: #C2C2C2; */
        text-align: center;
    }

        .closeFilterColIDiv i {
            font-size: 22px;
            color: #C2C2C2;
        }

    .filterBtn {
        width: 100%;
        background-color: #fff;
        border: 1px solid #000;
        padding: 15px;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

        .filterBtn img {
            margin-right: 10px;
        }

    .catBannerH1 {
        font-size: 35px;
    }

    .catBannerContainer {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .switchContainer {
        text-align: center;
        margin: 50px 0 25px 0;
    }

    .switchShop {
        margin-top: 55px !important;
    }

    .switchExplore {
        margin-top: 100px !important;
    }

    .switcherARec {
        padding: 10px 36px;
    }

    .main-container-wrapper {
        padding-top: 15px;
    }

    .mainNavbarTop {
        display: none;
    }

    .p-r-l-0 {
        padding-left: 0;
        padding-right: 0;
    }


    .MainArticleImg {
        height: 110px;
    }

    .moreArticlesTitle {
        font-size: 16px;
    }

    .readMoreP {
        font-size: 16px;
    }

    .moreArticlesDesc {
        font-size: 14px;
    }

    .moreArticlesItem {
        height: 355px;
    }

    .ArticleTxt {
        max-width: 100%;
        padding: 15px;
    }

        .ArticleTxt h2 {
            line-height: 30px;
        }

    .homeTitleP {
        font-size: 22px;
        font-weight: 400;
    }

        .homeTitleP img {
            max-width: 40px;
        }

    .homeArticlesItem {
        margin: 5px;
        padding: 8px;
        width: 45%;
    }

    .homeArticlesItemImgDiv {
        height: 115px;
    }

    .homeArticlesItemTitle {
        font-size: 16px;
    }

    .homeArticlesItemA {
        font-size: 14px;
    }

    .mainNavbarTopMenu {
        display: none;
    }

    .closebtn {
        display: block;
    }

    .userMenuUL a {
        color: #0e293e !important;
    }

    #myNav {
        display: unset;
    }

    .mainNavbarTopPersonal {
        width: 50%;
    }

    .mainNavbarTopPhone {
        width: 50%;
    }


    /* NavBar Start */
    .topBarPhone {
        position: absolute;
        top: 19px;
        right: 13%;
        font-size: 25px;
        color: #fff;
    }

    .faPhoneLink {
        display: block;
    }

    .navbarIcons {
        float: right;
        display: flex;
    }

    .faPhoneLink {
        font-size: 18px;
        /*padding: 0 3px;*/
    }

    .navPhoneIcon {
        color: #fff;
        background: transparent !important;
    }

    .faContactLink {
        font-size: 18px;
        padding: 0 3px;
    }

    .navContactIcon {
        color: #fff;
        background: #fcfcfc;
    }

    .faWhatsappLink {
        font-size: 18px;
        padding: 0 3px;
    }

    .navWhatsappIcon {
        color: #fff;
        background: #fcfcfc;
    }

    .faIcon2 {
        padding-top: 10px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: right;
        margin-top: 18px;
    }

    .faIcon3 {
        padding-top: 9px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: left;
        margin-top: 18px;
    }

    .faIcon4 {
        padding-top: 9px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: left;
        margin-top: 18px;
    }


    .mobileNavbarLogo img {
        height: 100%;
        width: 190px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        margin-left: 11px;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 12px;
    }

    .navbar-toggle {
        flex: 0 0 10%;
    }

        .navbar-toggle span {
            color: white;
        }

    .mobileLogoDiv {
        display: flex;
        flex: 70%;
        align-items: center;
        justify-content: end;
    }

    .mobileLogoA {
        text-align: left;
        padding-left: 10px;
    }

    .mobileLogoImg {
        max-width: 75%;
    }

    .footerRow {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .footerUl li a {
        font-size: 16px;
    }

    .footer {
        padding: 40px 0;
    }

    .social {
        min-height: 45px;
    }

    .footerCol {
        text-align: center;
        border-bottom: 1px solid #C2C2C2;
        padding: 20px 0;
    }

    .footerLogo {
        max-width: 190px;
    }

    .footerText p {
        font-size: 14px;
        max-width: 80%;
        margin: 0 auto;
    }

    .footerCreditContainer {
        border-top: none;
    }



    .navbar-nav {
        text-align: right;
    }

    .navbar-toggle .icon-bar {
        background-color: #0e293e;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle.OpenButton .top-bar {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        -o-transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggle.OpenButton .middle-bar {
        opacity: 0;
    }

    .navbar-toggle.OpenButton .bottom-bar {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        -o-transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggle .top-bar {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggle .middle-bar {
        opacity: 1;
    }

    .navbar-toggle .bottom-bar {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #fcfcfc;
    }

    .navbar-header {
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease;
        /* border-bottom: 1px solid rgba(28, 28, 28, 0.3) !important; */
        /* background: #000 !important; */
        max-width: 100%;
        z-index: 2000 !important;
        background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%);
        background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        padding-bottom: 15px;
    }

    .menuMobileAccountBtns {
        width: 150px;
        margin: 0 auto;
        height: 55px;
        text-align: center;
    }

    .mobileMenuARight {
        float: right;
        color: white !important;
    }

    .mobileMenuALeft {
        float: right;
        color: white !important;
        margin-right: 50px;
    }

    .shrinked {
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease;
        border-bottom: 1px solid rgba(28, 28, 28, 0.3) !important;
        background: rgba(0, 0, 0, 0.8) !important;
        max-width: 100%;
        z-index: 2000 !important;
    }

    .MyNavBar {
        padding: 0 !important;
        width: 100%;
        margin-top: 70px;
        position: -moz-sticky !important;
        position: -ms-sticky !important;
        position: -o-sticky !important;
        position: -webkit-sticky !important;
        position: sticky !important;
        margin-bottom: -61px !important;
    }

    .MyNavBarContainer {
        padding: 0 !important;
        width: 100%;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Arrow Icons Start */
    .icon-menu-2 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 15px;
        top: 0px;
        float: left;
        color: #F7931E;
        z-index: 1;
    }

        .icon-menu-2:after {
            content: "\f107";
            font-size: 20px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 5px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .icon-menu-3 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 9px !important;
        top: 1px;
        z-index: 99999999;
        float: left;
    }

        .icon-menu-3:after {
            content: "\f107";
            font-size: 18px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 20px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .icon-menu-4 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 9px !important;
        top: 3px;
        z-index: 99999999;
        float: left;
    }

        .icon-menu-4:after {
            content: "\f107";
            font-size: 18px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 20px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    /* Arrow Icons END */


    /* Rama 1 Start */
    .Rama1UL {
        width: 100%;
        margin: 0 !important;
        position: relative !important;
        padding: 5px 0px 0px 0px !important;
        line-height: 0px !important;
        margin-bottom: 10px !important;
        text-align: center;
        background-color: #fff;
        border-bottom: 4px solid #F7931E;
    }

    .Rama1LI {
        color: white;
        padding: 3px 20px 3px 2px !important;
        line-height: 0px !important;
        position: relative !important;
        width: 100%;
    }

        .Rama1LI .Rama1A {
            color: #000;
            padding: 10px 5px 10px 0px !important;
            line-height: 15px !important;
            font-size: 16px;
            font-weight: 400;
            text-align: right;
            z-index: 2;
        }

        /*  .Rama1LI .Rama1A:not(:last-child) {
                border-bottom: none;
            }*/

        .Rama1LI.active .Rama1A {
            color: #fcfcfc;
        }

        .Rama1LI .Rama1A.active {
            color: #fcfcfc;
        }
    /* Rama 1 END */

    /* Rama 2 Start */
    /*    .Rama2UL {
        position: relative !important;
        list-style: none;
        padding: 10px 0px 10px 0px !important;
        line-height: 0px !important;
        display: none;
    }*/

    .Rama2LI {
        padding: 0px 0px !important;
        position: relative !important;
    }

        .Rama2LI.p-r-20 {
            padding-right: 20px !important;
        }

    .Rama2LITitle a {
        color: #000 !important;
    }

    .Rama2UL > .Rama2LI:first-child {
        width: 100%;
    }

    .Rama2UL > .Rama2LI:last-child {
        width: 100%;
    }

    .Rama2LI .Rama2A {
        padding: 12px 20px !important;
        font-size: 16px;
        font-weight: 500;
        text-align: right;
        display: block;
    }

    .Rama2LI.active .Rama2A {
        color: #fcfcfc;
    }

    .Rama2LI .Rama2A.active {
        color: #fcfcfc;
    }


    /* Reset default submenu */
    .Rama2UL {
        position: fixed;
        top: 0;
        left: -100%; /* hidden off screen */
        width: 100%;
        height: 100vh;
        background: #fff; /* white background */
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        z-index: 9999;
        padding: 20px 0px 20px; /* space for back button */
    }

        /* When submenu is active */
        .Rama2UL.active {
            left: 0;
        }

        /* Back/Close button */
        .Rama2UL .back-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 15px;
            cursor: pointer;
            color: #333;
        }

        /* Submenu links styling */
        .Rama2UL .Rama2A {
            display: flex;
            align-items: center;
            padding: 15px 10px;
            font-size: 15px;
        }

    .Rama2A:hover {
        background-color: #F7931E;
    }

    .Rama2A:active {
        background-color: #F7931E;
    }

    .Rama2AImgDiv {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid #d6d6d6;
        position: relative;
        display: inline-block;
        margin-left: 10px;
        padding: 3px;
        background-color: #fff;
    }

        .Rama2AImgDiv img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
            display: block;
        }
    /* Rama 2 END */
    .SearchLI .search-open #free-search {
        width: 100%;
        margin: 0;
    }

        .SearchLI .search-open #free-search .InputDIV {
        }

            .SearchLI .search-open #free-search .InputDIV input {
                width: 90%;
                margin-right: 15px;
                /* margin: 0 auto; */
                height: 34px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #000;
                background-color: #fff;
                background-image: none;
                border: none !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                border-bottom: 1px solid white !important;
            }

    .navbar-responsive-collapse .SearchLI .SearchLIIcon {
        color: #aaa;
        margin-right: 15px;
        margin-top: 13px;
    }

        .navbar-responsive-collapse .SearchLI .SearchLIIcon:hover {
            color: #aaa;
        }

    .navbar-responsive-collapse .SearchLI {
        margin-top: 0px;
        height: 40px;
    }

    .navbar-responsive-collapse.shrink .SearchLI {
        margin-top: 0px;
    }

    .navbar-responsive-collapse .SearchLI .search-open {
        right: 45px;
        top: 0px;
        display: block;
        padding: 0;
        position: absolute;
        background: #fcfcfc;
        border-top: none !important;
        box-shadow: none !important;
        z-index: 99;
        width: 83vw;
    }

    .navbar-responsive-collapse.shrink .SearchLI .search-open {
        right: 45px;
        top: 0px;
        display: block;
        padding: 0;
        position: absolute;
        background: #fcfcfc;
        border-top: none !important;
        box-shadow: none !important;
        z-index: 99;
        width: 83vw;
    }

    .SearchBTN {
        border: 0;
        color: #fcfcfc;
        font-size: 14px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        font-weight: 400;
        /* padding: 17px 13px; */
        position: relative;
        background: transparent;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        outline: 0 !important;
    }
    /* NavBar END */


    .mainParallaxTitles {
        width: 95%;
    }

    .mainParallaxH2 {
        font-size: 22px;
        max-width: 300px;
    }

    .mobileLogo {
        max-width: 205px;
    }

    .userMenu li a {
        font-size: 14px;
    }

    .mainNavbarTopPhoneA {
        color: #fff;
        margin-left: 10%;
        border-radius: 40px;
        padding: 7px 12px;
        border: 1px solid #fff;
    }

    .mainNavbarTopPhoneNavA {
        color: #0e293e;
        margin-left: 20px;
        margin-top: 0px;
        border-radius: 40px;
        padding: 7px 12px;
        border: 1px solid #0e293e;
        display: inline-block;
    }

    .rightSidebar {
        text-align: left;
        margin-top: 0px;
    }

    .caps {
        direction: ltr;
        font-size: 14px;
    }

        .caps i {
            padding-right: 3px;
        }

    .panel-body {
        padding: 10px;
    }


    .accordionFilter {
        background-color: #FCF6EF;
        color: #000000;
        cursor: pointer;
        border-bottom: 1px solid #EFEFEF;
        border-radius: 0;
        padding: 18px 18px 10px 18px;
        width: 100%;
        border: none;
        text-align: right;
        outline: none;
        font-size: 16px;
        font-weight: 400;
        transition: 0.4s;
    }

        .accordionFilter dl, .accordionFilter-list {
            /*border: 1px solid #ddd;*/
            margin-bottom: 0;
        }

            .accordionFilter dl:after, .accordionFilter-list:after {
                content: "";
                display: block;
                height: 1em;
                width: 100%;
                background-color: #3f6997;
            }

        .accordionFilter dd, .accordionFilter__panel {
            background-color: #eee;
            font-size: 1em;
            line-height: 1.5em;
            overflow: initial;
        }

        .accordionFilter p {
            padding: 1em 2em 1em 2em;
        }

    .accordionFilter {
        position: relative;
        background-color: #fff;
        z-index: 9;
        border-bottom: 1px solid #dbdbdb;
        direction: rtl;
        padding: 15px;
    }


    .containeraccordionFilter {
        max-width: 960px;
        margin: 0 auto;
        padding: 0;
    }

    .accordionFilterTitle, .accordionFilter__Heading {
        background-color: #3f6997;
        text-align: center;
        font-weight: 700;
        padding: 25px;
        max-height: 55px;
        display: block;
        text-decoration: none;
        color: #fff;
        transition: background-color 0.5s ease-in-out;
        border-bottom: 1px solid #3f6997;
    }

        .accordionFilterTitle:before, .accordionFilter__Heading:before {
            content: "+";
            font-size: 1.5em;
            line-height: 0.5em;
            float: left;
            transition: transform 0.3s ease-in-out;
        }

        /*    .accordionFilterTitle:hover, .accordionFilter__Heading:hover {
        background-color: #3f6997;
        color: #fff;
    }

    .accordionFilterTitleActive, .accordionFilterTitle.is-expanded {
        background-color: #3f6997;
        color: #fff;
    }*/

        .accordionFilterTitleActive:before, .accordionFilterTitle.is-expanded:before {
            transform: rotate(-225deg);
        }

    .accordionFilterItem {
        height: auto;
        max-height: 50em;
        transition: max-height 1s;
    }

    @media screen and (min-width: 48em) {
        .accordionFilterItem {
            /*max-height: 15em;*/
            transition: max-height 0.5s;
        }
    }

    .accordionFilterItem.is-collapsed {
        max-height: 0;
        overflow: hidden;
    }

    .no-js .accordionFilterItem.is-collapsed {
        max-height: auto;
    }

    .activeParam {
        font-weight: 500;
    }

    .accordionFilter.activeFilter {
        font-weight: 600;
        transition: 0.1s;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }



    .mobileAccordionImg {
        width: 10%;
    }

    .panelFilter {
        padding: 0px;
        max-height: 0;
        overflow: hidden;
        border: none;
        transition: max-height 0.2s ease-out;
        border: none;
        border-top: 0px !important;
    }

    .accountProdsDiv {
        padding: 5px;
    }

    .accordionFilter:after {
        border-style: solid;
        border-width: 0.1em 0.1em 0 0;
        content: '';
        display: inline-block;
        height: 12px;
        left: 0.15em;
        position: relative;
        top: 15px;
        transform: rotate(-138deg);
        vertical-align: top;
        width: 12px;
        transition: all 0.3s ease-in-out;
    }

    .activeFilter:after {
        transform: rotate(-225deg);
        transition: all 0.3s ease-in-out;
    }

    .homeContactContainer {
        padding: 25px 0 50px 0;
    }

    .homeContactLogo img {
        max-width: 285px;
    }

    .homeContactForm {
        border-radius: 8px;
        padding: 40px 25px;
    }

    .footerSocialTitle {
        font-size: 20px;
        margin: 75px 0 40px;
    }

    .orangeBorderedTitle {
        font-size: 18px;
    }

    .footerColContactTitle {
        font-size: 28px;
    }

    .footerContactUl {
        text-align: right;
    }

        .footerContactUl li a i {
            margin-left: 5px;
            font-size: 20px;
        }

    .homeContactInputDiv {
        width: 100%;
    }

    .homeContactBtnDiv {
        width: 100%;
    }

    .homeContactBtn {
        max-width: 95%;
        margin-top: 5px;
    }

    .showRoomsTitle {
        font-size: 18px;
    }

    .showRoomDiv {
        flex: 0 0 100%;
    }

    .showRoomPageDiv {
        flex: 0 0 100%;
    }

    .serviceItem {
        flex: 0 0 100%;
    }

    .mobileCartDiv {
        display: flex;
        flex: 0 0 10%;
        justify-content: center;
        align-items: center;
    }

    .mobileHeartDiv {
        display: flex;
        flex: 0 0 10%;
        justify-content: center;
        align-items: center;
    }

    .mainNavbarBottomSearchInput {
        border: 1px solid #000 !important;
        border-radius: 8px;
    }

    .mainNavbarBottomSearchDiv {
        padding: 15px 5px 15px 15px;
        min-height: 75px;
    }

    #myNav {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.6s ease;
    }

        #myNav.open {
            opacity: 1;
            visibility: visible;
        }

    /* fade in down animation */
    @keyframes fadeInDown {
        from {
            transform: translateY(-20px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* fade out up animation */
    @keyframes fadeOutUp {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-20px);
            opacity: 0;
        }
    }

    /* apply animations */
    #myNav.open {
        animation: fadeInDown 1s forwards;
        z-index: 99;
    }

    #myNav.closing {
        animation: fadeOutUp 1s forwards;
    }

    .mainNavbarBottom {
        z-index: 999;
        position: relative;
        display: flex;
    }


    /* PRODUCT PAGE START */

    .productPageItem {
        flex: 0 0 100%;
    }

    .productPageGallery {
        min-height: 400px;
        max-width: 100% !important;
    }

    .product-gallery {
        max-width: 100%;
        width: 100%;
    }

    .main-image {
        width: 100%;
        max-width: 100%;
        height: 300px;
        padding: 10px;
    }

    .productPageItems {
        flex-direction: column-reverse;
    }

    .headerOffset {
        margin-top: 50px;
    }

    .main-container {
        width: 100%;
    }

    .productsContainer {
        padding: 0px 5px;
        box-sizing: border-box;
    }

        .productsContainer .productItem {
            flex: 0 0 Calc(50% - 10px);
            margin: 10px;
            padding: 30px 5px 5px 5px;
            box-sizing: border-box;
        }

        .productsContainer.two-per-row .productItem {
            flex: 0 0 calc(47% - 10px);
        }

    .one-per-row .productItem {
        padding: 10px 10px 5px 10px;
    }

    .one-per-row .productItemHeart {
        top: 15px;
        left: 15px;
    }

    .one-per-row .productItemName {
        font-size: 16px;
    }

    .one-per-row .productItemPriceAfter {
        font-size: 20px;
    }

    .one-per-row .productItemBtn {
        max-width: 90%;
        margin: 10px auto 20px;
    }

    .productItemPrices {
        text-align: center;
        margin: 15px 0;
    }

    .colorSelectItems {
        margin-top: 10px;
    }

    .productItemHeart {
        top: 5px;
        left: 10px;
    }

    .productItemImgDiv {
        height: 150px;
        border-radius: 24px;
        border: none;
        padding: 10px;
        display: flex;
        align-items: center;
    }

        .productItemImgDiv a {
            display: contents;
        }

    .productItem .colorSelectItem {
        height: 25px;
        width: 25px;
    }

    .productItemName {
        font-size: 13px;
        margin: 10px 0 20px 0;
        text-align: right;
        padding: 0 5px;
        min-height: 75px;
    }

    .productItemPriceAfter {
        font-size: 16px;
    }

    .productItemBtn {
        max-width: 100%;
        display: block;
        font-size: 14px;
    }

    .filterAndView {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .thumbnail {
        border-radius: 5px;
        padding: 10px 3px;
        min-width: 25%;
    }

    .thumbnail-track {
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .thumbnailsHolder {
        max-width: 90%;
        margin: 0 auto;
    }

    img.mfp-img {
        max-width: 100% !important;
    }

    .ui-widget.ui-widget-content {
        right: 25px;
        max-width: 90%;
    }

    .breadcrumb > li {
        display: inline;
    }

    .arrow.right {
        left: -20px;
        top: 40%;
        padding: 0px 10px 5px 10px;
    }

    .arrow.left {
        right: -20px;
        top: 40%;
        padding: 0px 10px 5px 10px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .product-title {
        font-size: 32px;
        max-width: 80%;
        line-height: 34px;
    }

    .productAccordion {
        padding: 25px 15px;
    }

    .icon i {
        font-size: 12px;
    }

    .colorSelectItem {
        height: 35px;
        width: 35px;
    }

    .homeTopContainerNew {
        margin-top: 95px;
    }

    .carousel-container {
        padding: 0px 0;
    }

    .reviewItemDesc {
        width: 100%;
        font-size: 14px;
    }

    .upgradeContainer {
        padding: 35px 0px;
        background-color: #fff;
        border-top: 1px solid #d3d3d3;
    }

    .upgradeContainerTitle {
        font-size: 20px;
        text-align: center;
    }

    .upgradeContainerTitle2 {
        font-size: 15px;
        text-align: center;
    }

    .additionalProdsItem {
        flex: 0 0 45%;
        padding: 10px;
    }

    .additionalProdsItemImg {
        height: 90px;
    }

        .additionalProdsItemImg img {
            width: 100%;
            height: auto;
            max-height: 100%;
            max-width: 80%;
        }

    .additionalProdsItemName {
        font-size: 16px;
    }

    .additionalProdsItemPrice {
        font-size: 14px;
    }

    .coloredTitle {
        font-size: 16px;
    }

    .subMenuTitle {
        color: #000;
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0 20px;
    }

    .upgradeResult {
        max-width: 85%;
    }

    .depositDiv {
        flex: 0 0 100%;
    }

    .depositInputs {
        gap: 5px 20px;
    }

    .depositInput {
        flex: 0 0 100%;
    }

    .checkDepositInput {
        flex: 0 0 100%;
    }

    .productPageSummary {
        flex: 0 0 100%;
        border-top: 1px solid #c8c8c8;
        padding-top: 25px;
    }

    .productPageSummaryTotalPrice {
        font-size: 20px;
    }

    .depositContainer {
        margin: 10px 0;
        padding: 0;
        border-top: 1px solid #c1c1c1;
        padding-top: 30px;
    }

    .chicoDivTitle {
        font-size: 24px;
        font-weight: 800;
    }

    .chicoDivGifImg {
        width: 131px;
        height: 143px;
        right: -15px;
        top: -3px;
    }

    .chicoDivTitle2 {
        font-size: 13px;
    }

    .chicoDivGif {
        flex: 0 0 15%;
    }

    .chicoDifLeft {
        flex: 0 0 85%;
        padding: 25px 70px 15px 5px;
    }

    .digit {
        width: 30px;
        height: 35px;
        border-radius: 9px;
        font-size: 16px;
        padding: 7px 0 0 0;
    }

    .chicoDivTitle3 {
        font-size: 16px;
        padding-top: 14px;
    }

    .chicoDivIDiv {
        right: -10px;
    }

    .additionalProdsItemImgDown {
        height: 75px;
    }

    .additionalProdsItemNameDown {
        font-size: 15px;
        margin: 12px 0 3px 0;
    }

    .additionalProdsItemPriceDown {
        font-size: 14px;
    }

    .number-input input {
        height: 40px;
    }

    .additionalProdsModalName {
        font-size: 22px;
        line-height: 30px;
    }

    .additionalProdsModalDesc p {
        font-size: 14px;
    }

    .additionalProdsModal img {
        max-width: 70%;
    }

    .additionalProdsModalPriceFinal {
        font-size: 20px;
    }

    .productAdditionsRow {
        font-size: 15px;
    }
    .productAdditionsRemainRow{
        font-size:15px;
    }
    /* PRODUCT PAGE END */
    /* GENERAL PAGE START */
    .generalTopContainer {
        margin-top: 60px;
    }

    .eventItem {
        flex: 0 0 100%;
    }

    .eventPageItems {
        flex-direction: column;
    }

    .eventPageItem {
        margin: 0px;
    }

    .eventFormItems {
        flex-direction: column;
    }

    .guideItem {
        flex: 0 0 100%;
    }

    .guideItemImgDiv {
        height: 150px;
        flex: 0 0 50%;
    }

    .m-p-o {
        padding-left: 0px;
        padding-right: 0px;
    }

    .orangeBtn {
        max-width: 90%;
    }

    .reviewPageItems .reviewItem {
        flex: 0 0 100%;
    }

    .brandsItems {
        display: grid;
    }

    .brandItem {
        flex: 0 0 100%;
    }

    .projectsItems {
        display: grid;
    }

    .projectItem {
        flex: 0 0 100%;
    }
    /* GENERAL PAGE END */

    /* CART PAGE START */



    .cartTableDivH2 {
        font-size: 25px;
    }

    .mainParallaxH1 {
        font-size: 32px;
    }

    .cartItemInfoTitle {
        font-size: 14px;
    }

    .cartItemInfoSku {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cartItemPriceTitle {
        font-size: 20px;
    }

    .cartItemInfoTitles {
        padding: 12px;
    }

    .cartItemQuantity {
        font-size: 16px;
    }

        .cartItemQuantity .minus, .plus {
            width: 20px;
            height: 20px;
            padding: 0px 0px 4px 0px;
        }

        .cartItemQuantity .number {
            display: flex;
            align-items: center;
            margin: 10px 0;
        }

        .cartItemQuantity .cartAmoutInput {
            width: 35px;
            font-size: 18px !important;
            height: 30px;
        }

    .cartItemHalfWidth {
        flex-wrap: nowrap;
    }

    .cartItemPrice {
        padding: 20px 10px;
    }

    .product-cart-delete-title {
        font-size: 14px;
    }

    .cartItemInfoImg {
        height: fit-content;
        border-radius: 20px;
        padding: 7px;
    }

    .couponNote {
        margin: 10px 0 20px 0;
        font-size: 14px;
    }

    .cartSubtotalTopItemLeft span {
        font-size: 22px;
    }

    .cartSubtotalTopItemRight {
        font-size: 14px;
    }

    .cartSubtotalTopItemLeft {
        font-size: 14px;
    }

    .chicoDivHolderCart .chicoDivGifImgCart {
        width: 125px;
        height: 125px;
    }

    .chicoDivHolderCart .chicoDifLeft {
        padding: 25px 90px 15px 5px;
        min-height: 95px;
    }

    .chicoDivHolderCart .chicoDivTitleCart {
        font-size: 20px;
    }

    .chicoDivHolderCart .chicoDivTitle2 {
        font-size: 11px;
    }

    .cartPageMoreProducts {
        max-height: 435px;
    }

        .cartPageMoreProducts .owl-carousel .owl-stage {
            max-height: 435px;
        }


        .cartPageMoreProducts .owl-carousel.owl-rtl .owl-item {
            min-width: 175px;
        }

        .cartPageMoreProducts .productItemHeart i {
            font-size: 22px;
        }

        .cartPageMoreProducts .productItemImgDiv {
            height: 145px;
            padding: 0;
        }

        .cartPageMoreProducts .productItemName {
            min-height: 50px;
        }

        .cartPageMoreProducts .productItemPrices {
            margin: 5px 0;
        }

        .cartPageMoreProducts .productItemBtn {
            font-size: 12px;
            padding: 8px;
        }

        .cartPageMoreProducts .blackBtn {
            font-size: 12px;
            padding: 8px;
        }

        .cartPageMoreProducts .colorSelectItems {
            margin-top: 0px;
        }

        .cartPageMoreProducts .productItemCartMore {
            padding: 10px;
        }

        .cartPageMoreProducts .owl-stage-outer {
            margin: 0 -15px;
            max-height: 435px;
        }
    .cartPageDiv {
        margin-bottom: 0px;
    }
    .shipCartTitle {
        font-weight: 600;
        text-align: center;
        margin: 20px 0;
    }

    .shipDivItems {
        display: flex;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .shipDiv {
        flex: 0 0 100%;
        padding: 10px;
        display: flex;
        border: 1px solid #cdcdcd;
        border-radius: 10px;
        margin: 10px 0;
        align-items: center;
    }
        .shipDiv.active {
            border: 2px solid #F7931E;
            box-shadow: 0 3px 10px #b3b3b3;
        }

        .shipImg {
            flex: 0 0 15%;
        }

        .shipImg img {
            max-width: 65%;
        }

    .shipDesc {
        flex: 0 0 65%;
    }
    .shipDescTitle{
        font-weight:600;
    }
    .shipPrice {
        flex: 0 0 20%;
        text-align: left;
    }
    /* CART PAGE END */

}
