﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&subset=hebrew&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Keania+One&family=Noto+Sans+Hebrew:wght@100..900&display=swap');


* {
    -webkit-tap-highlight-color: transparent;
}

html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    line-height: 21px;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #e0e0e0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #000;
    -webkit-box-shadow: inset 1px 1px 2px rgb(155 155 155 / 40%);
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* fallback color behind video */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

    #pageLoader.hideLoader {
        opacity: 0;
        transition: opacity 0.6s ease, visibility 0.6s ease;
        visibility: hidden;
    }

    #pageLoader video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* video covers the whole screen */
    }

b {
    font-weight: 600;
}

.wow {
    visibility: visible !important;
}

.mfp-counter {
    direction: ltr;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.mfp-figure:after {
    box-shadow: unset !important;
    background: unset !important;
}

.details-description {
    margin-bottom: 20px;
}

    .details-description h2 {
        font-size: 18px;
    }

img.mfp-img {
    /*max-width: 80% !important;*/
}

.mfp-counter {
    right: 10% !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 9% !important;
}

/*.mfp-content {
    margin-top: 130px !important;
}
*/



.stats__grid--desktop {
    opacity: 0;
}

.alert-danger {
    max-width: 375px;
}

.footer {
    padding: 45px 0;
    border-top: 1px solid #C2C2C2;
    background-color: #EDF2F2;
}

footer {
}

a {
    color: #454545;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    a:hover, a:focus {
        text-decoration: none;
        cursor: pointer;
    }


ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    direction: rtl !important;
    background-color: #f9f9f9;
}

.pagination {
    float: left;
    margin-left: 55px;
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #000;
        border-color: #000;
    }

.cartFooter {
    padding-bottom: 50px;
}

.favContainer {
    padding: 40px 0;
}

.MytooltipNew {
    font-size: 16px !important;
    padding: 10px !important;
    max-width: 100px !important;
}

ui-tooltip {
    max-width: 100px !important;
}

.ui-menu-item:hover {
    background-color: #f4f4f4;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid #000 !important;
}

.ui-menu-item:focus {
    background-color: #f4f4f4;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid #000 !important;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    font-size: 14px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px;
}

.ui-menu .ui-menu-item {
    overflow: hidden;
    border: 1px solid #fff;
    min-height: 50px;
}

    .ui-menu .ui-menu-item:focus a {
        border: 1px solid #000;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #000 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
}

.subTableAfterOrder {
    text-align: center;
}

#myNav {
    display: none;
}

.error {
    color: red;
}

.navbar-brand > img {
    max-width: 150px;
}

.thanxContent {
    padding: 20px;
    margin-bottom: 20px;
}

.closebtn {
    display: none;
}

.colorImg {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.m-b-40 {
    margin-bottom: 40px;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */
h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

@media(max-width:450px) {
    h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.info-r {
    display: none !important;
}

p.lead {
    font-size: 20px;
    line-height: 1.4;
}

#contactForm label {
    font-weight: 400;
    margin-bottom: 10px;
}

.mainContent {
    width: 100%;
    position: relative;
}



.mainNavbarTopRow {
    font-size: 15px;
    color: #fff;
    text-align: right;
    padding: 5px 115px;
    background-color: #737373;
}

.topMenuA {
    color: #fff;
    padding-left: 15px;
}

    .topMenuA:hover {
        color: #fff;
        text-decoration: underline;
    }

.mainNavbarTopPersonal {
    width: 50%;
    padding: 10px;
}

.dropdown-toggle {
    color: #fff;
}

    .dropdown-toggle:hover {
        color: #fff;
    }

    .dropdown-toggle:focus {
        color: #fff;
    }

.mainNavbarTopMenu {
    width: 100%;
}

.mainNavbarTopPhone {
    width: 20%;
    padding: 20px 0;
    text-align: left;
    order: 3;
}

.mainNavbarTopPhoneA {
    color: #fff;
    margin-left: 10%;
}

    .mainNavbarTopPhoneA:hover {
        color: #fff;
    }

    .mainNavbarTopPhoneA:focus {
        color: #fff;
    }

    .mainNavbarTopPhoneA i {
        color: #fff;
    }

.mainNavbarTopPhoneNav {
    width: 20%;
    padding: 15px 0;
    text-align: left;
    order: 3;
    display: none;
}

.mainNavbarTopPhoneNavA {
    color: #fff;
    margin-left: 10%;
}

    .mainNavbarTopPhoneNavA:hover {
        color: #0e293e;
    }

    .mainNavbarTopPhoneNavA:focus {
        color: #0e293e;
    }

    .mainNavbarTopPhoneNavA i {
        color: #0e293e;
    }

.mainNavbarTopMenu {
    display: flex;
    justify-content: end;
}

.mainMenuUl {
    text-align: center;
}

.mobileLogoDiv {
    display: none;
}

.mobileCartDiv {
    display: none;
}

.mobileHeartDiv {
    display: none;
}

.homeProductsBtnMobile {
    display: none;
}

.mainMenuLi {
    display: inline-block;
    padding: 20px 0;
}

    .mainMenuLi:after {
        content: "|";
    }

    .mainMenuLi:last-child:after {
        content: "";
    }

.mainMenuA {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
}

    .mainMenuA:hover {
        color: #fff;
        text-decoration: underline;
    }

    .mainMenuA:focus {
        color: #fff;
        text-decoration: underline;
    }

.mainNavbarTopPersonalLi a:hover i {
    color: #F7931E;
}

.mainNavbarBottom {
    background-color: #fff;
    display: block;
    width: 100%;
}

.mainNavbarBottomMenu {
    flex: 1;
    order: 1;
}

.mainNavbarBottomSearch {
    margin: 30px 0;
    width: 100%;
}

.mainNavbarBottomLogo {
    flex: 1;
    order: 3;
    text-align: left;
    padding: 15px;
}

.mainNavbarBottomLogoA img {
    max-width: 235px;
}

/* MAIN SEARCH START */
.ui-widget.ui-widget-content {
    z-index: 9999;
    max-height: 500px;
    overflow: auto;
    right: 30px;
    max-width: 300px;
}

.mainSearchForm {
    position: relative;
    max-width: 400px;
}

.mainNavbarBottomSearchDiv {
    padding: 15px;
    min-height: 75px;
}

.mainNavbarBottomSearchInput {
    width: 400px;
    max-width: 100%;
    min-height: 36px;
    padding: 10px 5px 10px 35px;
    font-size: 13px !important;
    margin-bottom: 0px !important;
    border: 1px solid #000;
    border-radius: 8px;
}

.mainSearchBtn {
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    padding: 0;
    border: none;
    padding-left: 10px;
    text-align: left;
    background-color: transparent;
    color: #777;
    font-weight: 400;
    font-size: 20px;
}

    .mainSearchBtn i {
        color: #fff;
        background-color: #737373;
        border-radius: 50%;
        padding: 8px;
    }

    .mainSearchBtn img {
        color: #fff;
        border-radius: 50%;
        padding: 8px;
    }
/* MAIN SEARCH END */
/* USER MENU START */
.userMenu li {
    display: inline-block;
    color: #fff;
}

    .userMenu li a {
        color: #fff;
        padding-right: 5px;
    }

.userMenuUL li a {
    color: #0e293e;
}

.mainNavbarTopPersonalUl {
    display: inline-block;
}

.mainNavbarTopPersonalLi {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    height: 30px;
    padding: 6px 10px;
}

    .mainNavbarTopPersonalLi:not(:last-child) {
        border-left: 1px solid rgb(14 41 62 / 30%);
    }

.mainNavbarTopPersonalBtnDiv {
    display: inline-block;
    border-left: 1px solid rgb(14 41 62 / 30%);
    padding-left: 25px;
    height: 30px;
}

.mainNavbarTopPersonalBtn {
    background-color: #01BAC6;
    padding: 10px 15px 10px 30px;
    color: #fff;
    border-radius: 32px;
    display: inline-block;
    width: 150px;
    max-width: 100%;
    text-align: center;
    position: relative;
    margin-top: -2px;
}

    .mainNavbarTopPersonalBtn:hover {
        color: #fff;
        background-color: #09969f;
        transition: all 0.3s ease-in-out;
    }

    .mainNavbarTopPersonalBtn img {
        position: absolute;
        left: 15px;
    }

.mainNavbarTopPersonalA {
    padding: 10px;
}

    .mainNavbarTopPersonalA.active {
        color: #737373;
    }

    .mainNavbarTopPersonalA i {
        font-size: 20px;
    }

.shoppingSpan {
    margin-right: -5px;
}
/* USER MENU END */
/* CATEGORIES MENU START */
.menu-container {
    padding: 0;
}

    .menu-container h3 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    .menu-container:nth-child(3) {
        margin-top: 200px;
    }

.navbar-header {
    display: none;
}

nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-top {
    background-color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset;
}

.payment-method {
    margin-top: 10px;
}

.miniCartProduct img {
    max-width: 100%;
    padding: 5px;
}

.miniCartDescription h4 {
    font-size: 14px;
    font-weight: 600;
}

.brandItemP {
    font-size: 12px;
    color: #808080;
}

.lastCartItemTr {
    margin-bottom: 10px;
}

.brandItemP b {
    font-weight: 600;
}

.originalPrice {
    color: #bbbbbb;
    text-decoration: line-through;
    padding-right: 10px;
}

.cartMenu {
    padding-right: 10px;
}

.cartDetailsDiv {
    min-width: 300px;
    right: 0 !important;
    left: auto !important;
    padding: 20px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.headerCartTable {
}

.cartTable {
    border-top: solid 1px #EBEDEF;
    margin-bottom: 60px;
}

.rightSidebar {
    margin-top: 30px;
    float: left;
}

.nodiscount {
    display: none;
}

.miniCartFooter {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.headerCartBtn {
    width: 100%;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
}

    .headerCartBtn:hover {
        color: #fff;
        background-color: #204a6b;
        transition: all 0.3s ease-in-out;
    }

.cartMenu:hover .cartDetailsDiv {
    visibility: visible;
    opacity: 1;
}



.section-title-inner {
    min-height: 55px;
}

.userMenu {
    margin-left: 10px;
}

.menu {
    display: none;
    justify-content: right;
}
/*.dropdownNew {
    color: #fff;
    background-color: #fff;
}*/
.dropdownNew {
    padding: 15px 5px;
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #0e293e;
    position: relative;
    font-size: 14px;
    perspective: 1000px;
    z-index: 100;
    overflow: visible;
}

    .dropdownNew:hover {
        background: #0e293e;
        cursor: pointer;
        overflow: visible;
    }


        /* .dropdownNew:hover .dropdown_menu li {
            display: table-cell;
        }*/
        .dropdownNew:hover .dropdown_menu li {
            display: block;
        }

.dropdown_menu {
    position: relative;
    padding: 10px 0 0;
    background-color: #fff;
    z-index: 9;
    margin-left: -15px;
    /*border-bottom: 1px solid #e9e9e9;*/
    /*box-shadow: 1px 1px 10px #c3c3c3;*/
}

    /*.dropdownNew:hover .dropdown_menu li {
            display: block;
        }*/
    /*.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
}*/
    .dropdown_menu li {
        display: none;
        color: #34495e;
        background-color: #fff;
        font-size: 16px;
        opacity: 0;
        position: relative;
        /*border-bottom: 1px solid #e9e9e9;*/
    }

        /*   .dropdown_menu li:not(:last-child) {
            border-left: 1px solid rgb(14 41 62 / 30%);
        }*/
        /*
    .dropdown_menu li:hover {
        background-color: #f9f9f9;
    }*/

        .dropdown_menu li a {
            color: #000;
            transition: none;
            display: block;
            width: 100%;
            padding: 8px 12px 15px 12px;
            font-size: 14px;
            font-weight: 500;
        }

            .dropdown_menu li a:hover {
                color: #F7931E;
            }

                .dropdown_menu li a:hover i {
                    color: #F7931E;
                }

/*  .dropdown_menu li a::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #000;
                -moz-transition: width .3s;
                -o-transition: width .3s;
                -webkit-transition: width .3s;
                transition: width .3s;
                margin-bottom: 0px !important;
                bottom: 0px;
                right: 0;
                position: absolute;
            }

            .dropdown_menu li a:hover::after {
                width: 100%;
                -moz-transition: width .3s;
                -o-transition: width .3s;
                -webkit-transition: width .3s;
                transition: width .3s;
            }*/
.Rama2AImgDiv {
    width: 35px;
    height: 35px;
    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;
    }

.Rama2DeskName {
    display: inline-block;
    position: relative;
}

.Rama2DeskNameP {
}

.dropdown_item-2 .coloredTitle {
    text-align: center;
    font-size: 14px !important;
}

.Rama2UL .back-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 15px;
    cursor: pointer;
    color: #333;
}

.menuDeskColorTitle {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.subMenuTitle {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px;
    text-align: center;
}

.dropdown_item-2 li a {
    padding: 10px 20px;
}

.dropdown_menu li:hover a {
    transition: none;
}

.dropdown_menu li ul {
    display: none;
    height: auto;
    min-width: 285px;
    padding: 15px 0;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 100%;
    top: 44px;
    right: 0;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dfdfdf;
    border-bottom: 2px solid #0e293e;
}
/*  .dropdown_menu li ul {
            display: none;
            height: auto;
            padding: 0px;
            margin: 0px;
            border: 0px;
            position: absolute;
            width: 100%;
            right: 100%;
            margin-top: -40px;
            z-index: 200;
            box-shadow: 0px 0px 10px #dfdfdf
        }*/

.dropdown_menu li:hover ul {
    display: block;
}

.breadcrumb > li + li:before {
    padding: 0 0px !important;
    color: #000;
    padding: 0 5px;
    content: "\203A";
    font-size: 14px;
}

.breadcrumbAbs {
    position: absolute;
    bottom: 0;
    text-align: center;
}

    .breadcrumbAbs ul {
        background-color: transparent;
    }

        .breadcrumbAbs ul li {
            color: #fff;
        }

    .breadcrumbAbs > .active {
        color: #fff;
    }

    .breadcrumbAbs a {
        color: #000 !important;
    }

    .breadcrumbAbs ul li a {
        /*color: #fff !important;*/
        font-weight: 500;
        font-size: 12px !important;
    }

.subCategoryList {
    margin-top: 25px;
}

@media(max-width:992px) {
    .breadcrumbAbs {
        width: 100%;
        position: relative;
    }

        .breadcrumbAbs ul {
            margin: 5px;
        }
}


.catMenuImg {
    width: 20px;
    margin-left: 5px;
}

.catMenuIcon {
    float: left;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 5px;
    font-weight: 600;
    margin-left: -15px;
    color: #000;
    transform: rotate(-90deg);
}

/*.catMenuIcon {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    color: #d4d4d4;
}*/
/*.dropdownNew:hover .dropdownNewIArrow {
    transform:rotate(180deg);
    transition:all 0.2s ease-in-out;
}*/

.dropdown_menu--animated {
    height: auto;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    opacity: 1;
}

/*.dropdownNew:hover .dropdown_menu--animated {
    height: auto;
    transition: all 0.5s ease-in-out;
    display: block;
    opacity: 1;
}*/
.dropdownNew:hover .dropdown_menu--animated {
    height: auto;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    opacity: 1;
}

.dropdown_menu--animated {
    opacity: 1;
}

    .dropdown_menu--animated li {
        display: block;
        opacity: 1;
    }

.BigMenuUL {
    width: 1160px !important;
    padding-bottom: 20px !important;
    max-width: 100vw;
}

.BigMenuULDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0px 20px;
}

.BigMenuULCol {
    width: 20% !important;
    position: relative !important;
    box-shadow: none !important;
    border-bottom: 0px !important;
}

.BigMenuUlTitle a {
    color: #000 !important;
}

    .BigMenuUlTitle a::after {
        background: none !important;
    }

.BigMenuUlTitle:hover {
    background: none !important;
}

.dropdown_item-1.pink a {
    color: #DA4175;
}

.dropdown_item-1.lightBlue a {
    color: #01BAC6;
}

.dropdown_item-1.Blue a {
    color: #119098;
}

.Rama1LI.pink a {
    color: #DA4175;
}

.Rama1LI.lightBlue a {
    color: #01BAC6;
}

.Rama1LI.Blue a {
    color: #119098;
}

.dropdown_item-3 {
}

    .dropdown_item-3 a {
        transition: none;
        display: flex;
        align-items: center;
        padding: 20px 20px 20px 10px;
        font-size: 15px;
        border-bottom: 1px solid #cececea8;
        max-width: 95%;
    }
/*.dropdown_menu-8 {
    animation: downOut 300ms ease-in-out forwards;
    transform-origin: center center;
}*/
.dropdownNewI {
    padding-left: 10px;
}

.dropdownNewIArrow {
    padding-right: 20px;
}

@-moz-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@-webkit-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@-o-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@media(max-width:1550px) {
    .dropdown_menu li a {
        padding: 3px 10px;
        font-weight: 500;
    }

    .mainNavbarTopPersonal {
        padding: 5px;
        bottom: 15px;
    }

    .mainNavbarTop {
        padding: 30px 0 10px 0;
    }

    .dropdown_item-2 li a {
        padding: 8px 30px !important;
    }

    .dropdown_menu li {
        font-size: 13px;
    }

        .dropdown_menu li a {
            font-size: 13px;
        }

    .BigMenuUL {
        width: 950px !important;
    }

    .dropdown_menu li ul {
        min-width: 180px;
    }

    .box .post {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media(max-width:1550px) {
    .dropdown_menu li ul{
        top:28px;
    }
}

    .ShowMenu {
        opacity: 1;
        height: auto;
        transition: all 0.5s ease-in-out;
        display: flex;
        flex-wrap: wrap;
        z-index: 9;
        align-items: center;
        gap: 0px;
    }

    .TopLiMenuClass {
        cursor: pointer;
        overflow: visible;
    }
    /* CATEGORIES MENU END */

    /*#region HOME PAGE*/

    .homeTopContainer {
        min-height: 75vh;
        margin-top: 175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        max-width: 95%;
        border-radius: 15px;
        margin-bottom: 25px;
        max-height: 75vh;
        overflow: hidden;
        border-radius: 65px;
        padding: 0;
    }

    .videoHolder {
        /*position: absolute;*/
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        border-radius: 65px;
    }

    #video-bgHero {
        position: relative;
        top: -10%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    /*.homeTopContainerCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 100%;
    text-align: center;
    color: #fff;
}*/

    .homeTopContainerCenter {
        position: absolute;
        top: 25%;
        right: 3%;
        width: 465px;
        max-width: 100%;
        text-align: center;
        color: #000;
        padding: 50px;
    }


    .mainSearchFormHome {
        width: 100%;
        max-width: 100%;
        opacity: 0;
    }

    .mainNavbarBottomSearchInputHome {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        height: 60px !important;
    }

    .homeCatsContainer {
        padding: 30px 0 60px 0;
    }


    .homeContactForm {
        background-color: #fff;
        border-radius: 9px;
        padding: 25px;
        text-align: center;
    }

    .homeContactContainer {
        min-height: 370px;
        background-color: #000000;
        padding: 100px 8% 50px 8%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top: 4px solid #F7931E;
        margin-top: 30px;
    }

    .homeContactContainerSmall {
        width: 1650px;
        max-width: 100%;
    }

    .homeContactLogo {
        text-align: center;
        margin: 30px 0;
    }

        .homeContactLogo img {
            max-width: 350px;
        }

    .homeContactTitle {
        font-size: 47px;
        font-weight: 500;
        text-align: center;
        color: #000;
    }

    .homeContactTitle2 {
        font-size: 45px;
        color: #000;
        font-weight: 600;
        text-align: center;
        margin: 30px 20px 50px 20px;
    }

    .homeContactInputDiv {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
    }

    .homeContactInput {
        max-width: 100%;
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        color: gray;
        border: 1px solid #444444;
        width: 100%;
        margin-bottom: 10px;
    }

    .homeContactBtnDiv {
        width: 100%;
        display: inline-block;
    }

    .coloredTitle {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        color: #000;
        background: linear-gradient(90deg, #F7931E 0, #FF0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 2px solid #000;
        display: inline;
        border-radius: 13px;
        padding: 3px 5px;
    }

    .homeContactBtn {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        background-color: #000;
        color: #fff;
        border-radius: 30px;
        border: 1px solid #000;
        padding: 10px;
    }

        .homeContactBtn:hover {
            background-color: #484848;
            transition: all 0.3s ease-in-out;
        }

        .homeContactBtn img {
            margin-right: 3px;
        }

    .homeProductsContainer {
        padding: 80px 0;
        background-color: #F5F0F0;
    }

    .homeProductsH2 {
        float: right;
        font-size: 47px;
        font-weight: 500;
        opacity: 0;
    }

    .carouselContainer {
        /*padding: 30px 0;*/
    }

    .productsContainerDiv {
        display: flex;
        justify-content: center;
    }

    .productsContainer {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }

    .view-toggle button.active {
        background-color: #333;
        color: #fff;
    }

    .productItem {
        flex: 1 0 31%;
        flex-grow: 0;
        margin: 10px;
        border-radius: 24px;
        background-color: #fff;
        padding: 20px;
        position: relative;
        overflow: hidden;
        /*height: 435px;*/
        box-shadow: 1px 1px 20px #acacac;
        transition: all 0.3s ease-in-out;
    }

        .productItem:hover {
            box-shadow: 1px 1px 20px #acacac;
            z-index: 1;
            transition: all 0.3s ease-in-out;
        }

            .productItem:hover .productItemHeart {
                bottom: 15px;
                transition: all 0.3s ease-in-out;
            }

            .productItem:hover .productItemCart {
                bottom: 15px;
                transition: all 0.3s ease-in-out;
            }

        .productItem .colorSelectItem {
            height: 35px;
            width: 35px;
        }

    .productItemBanners {
        position: absolute;
        right: 0;
        top: 15px;
    }

    .productItemBanner {
        padding: 10px 15px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        border-radius: 10px 0px 0px 10px;
        box-shadow: 0px 3px 10px #eee;
        margin-bottom: 5px;
        width: fit-content;
    }

        .productItemBanner.orange {
            background-color: #F7931E;
        }

        .productItemBanner.black {
            background-color: #000;
        }

        .productItemBanner.red {
            background-color: red;
        }

    .productsContainer.two-per-row .productItem {
        flex: 0 0 calc(49% - 12px)
    }

    .productsContainer.three-per-row .productItem {
        flex: 0 0 calc(32% - 12px)
    }

    .productsContainer.four-per-row .productItem {
        flex: 0 0 calc(24% - 12px)
    }

    .productsContainer.one-per-row .productItem {
        flex: 0 0 100%; /* 1 item per row */
    }

    .three-per-row {
        width: 100%;
    }

    .four-per-row {
        width: 100%;
    }

    .catRightMenu {
        position: fixed;
        right: 0;
        top: 0;
        width: 330px; /* set width */
        background-color: #fff;
        height: 100vh;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform 0.4s ease;
    }

        .catRightMenu.open {
            transform: translateX(0);
        }

    .overlayCat {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }

        /* Active overlay */
        .overlayCat.show {
            opacity: 1;
            visibility: visible;
        }

    .catTopBtns {
        display: flex;
        flex-wrap: wrap;
        width: 93%;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        padding: 15px 0;
        margin: 0 auto;
        justify-content: space-between;
    }

    .sideMenuBtn {
        background-color: #000;
        color: #fff;
        border-radius: 35px;
        padding: 10px 35px;
        display: inline-block;
        min-width: 200px;
        text-align: center;
        cursor: pointer;
        margin-right: 25px;
        box-shadow: 2px 5px 22px #888888;
    }

        .sideMenuBtn img {
            max-width: 20px;
            margin-left: 5px;
        }

    .orderByDiv {
        max-width: 200px;
    }

    .catRightMenuInner {
        position: relative;
        top: 50px;
    }

    .catRightMenuInnerTitle {
        font-size: 28px;
        font-weight: 700;
        margin: 15px;
    }

    .closeMenu {
        position: absolute;
        top: -30px;
        left: 30px;
        cursor: pointer;
        font-size: 22px;
    }

        .closeMenu i {
            color: #000;
        }

    .one-per-row .productItemImgDiv {
        padding: 10px;
        height: 265px;
    }

    .productItemPrices {
        text-align: center;
        margin: 20px 0;
        min-height: 22px;
    }

    .productItemPriceBefore {
        font-size: 16px;
        display: inline-block;
        font-weight: 600;
        color: #d4d4d4;
        text-decoration: line-through;
        text-decoration-color: black;
    }

    .productItemPriceAfter {
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
    }

        .productItemPriceAfter.priceOrange {
            color: #f7931e;
            margin-right: 5px;
            direction: ltr;
        }

    .productItemBtn {
        width: 100%;
        max-width: 500px;
        background-color: rgb(247, 147, 30);
        text-align: center;
        color: rgb(255, 255, 255);
        margin: 0px 0px 10px;
        padding: 12px 30px;
        border-radius: 30px;
        display: block;
        font-size: 16px;
    }

        .productItemBtn:hover {
            background-color: rgb(206, 111, 0);
            transition: 0.3s ease-in-out;
        }

    .productItemA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .productItemHeart {
        position: absolute;
        top: 12px;
        left: 14px;
        width: 35px;
        height: 33px;
        color: #000;
        background-color: transparent;
        padding: 7px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .productItemHeart:hover {
            background-color: #000;
            color: #fff;
        }

        .productItemHeart i {
            font-size: 20px;
        }

    .productItemCart {
        position: absolute;
        bottom: -45px;
        left: 52%;
        color: #fff;
        background-color: #737373;
        padding: 8px 11px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .productItemCart i {
        }

        .productItemCart a {
            color: #fff;
        }

    .productItemImgDiv {
        height: 260px;
        border-radius: 24px;
        /*border: 1px solid #cacaca;*/
        padding: 5px;
    }

    .productItemImg {
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        display: block;
    }

    .productItemName {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0 15px 0;
        text-align: center;
        line-height: 1.1;
        min-height: 53px;
    }

    .homePageBannerContainer {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .homePageBannerImg {
        width: 100%;
    }

    .homePageBannerA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .homeClientsContainer {
        height: 650px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin: 100px 0;
        overflow: hidden;
    }

    .videoClientsHolder {
        position: absolute;
        top: -215px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        border-radius: 15px;
    }

    #videoClients-bgHero {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .homeClientsInner {
        position: absolute;
        height: 110%;
        right: 10%;
        top: -30px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 8px 30px 6px rgba(0, 0, 0, 0.1);
        width: 400px;
        text-align: center;
    }

    @media(max-width:1800px) {
        .homeClientsInner {
            top: -80px;
        }

        .videoClientsHolder {
            top: -95px;
        }
    }

    .homeClientsInnerContent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }

    .homeClientsH2 {
        font-style: normal;
        font-weight: 800;
        font-size: 42px;
        line-height: 120%;
        text-align: center;
        color: #040707;
        opacity: 0;
    }

    .kav {
        height: 3px;
        width: 100px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #000;
    }

    .homeClientsDesc {
        margin-bottom: 40px;
        opacity: 0;
    }

        .homeClientsDesc p {
            font-size: 22px;
            text-align: center;
            line-height: 120%;
        }


    .homeGroupOrders {
        background-color: #EDF2F2;
        padding: 60px 80px;
        margin: 50px 0;
    }

    .homeGroupOrdersTitle {
        font-size: 47px;
        font-weight: 500;
        margin-bottom: 30px;
        opacity: 0;
        display: inline-block;
    }

    .groupOrderItems {
        display: flex;
        flex-wrap: nowrap;
        margin: 30px 0;
    }

    .groupOrderItemsCat {
        display: flex;
        flex-wrap: wrap;
    }

        .groupOrderItemsCat .groupOrderItem {
            flex: 0 0 30%;
            min-height: 455px;
        }

    .groupOrderItem {
        background-color: #fff;
        margin: 20px;
        padding: 20px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .groupOrderItemA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .groupOrderItemUpload {
        overflow: hidden;
    }

    .groupOrderItemUploadA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .groupOrderItemInner {
        height: 415px;
        overflow: hidden;
        position: relative;
    }


    /* .groupOrderItem::after {
        position: absolute;
        content: attr(data-label);
        top: 11px;
        right: -14px;
        padding: 0.5rem;
        width: 10rem;
        background: #3949ab;
        color: white;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    }*/
    .groupOrderItemTimer {
        position: absolute;
        right: -10px;
        top: 20px;
        background-color: #DA4175;
        color: #fff;
        direction: rtl;
        padding: 5px;
        width: 155px;
        text-align: center;
        font-size: 16px;
        z-index: 1;
    }

    .groupOrderItem::before {
        transform: rotate(26deg);
        content: "\A";
        border-style: solid;
        border-width: 4px 11px 20px 11px;
        border-color: transparent #b62859 transparent transparent;
        position: absolute;
        right: -6px;
        top: 45px;
    }

    .groupOrderItemUpload::before {
        border: none;
    }

    .groupOrderItemTimer img {
        max-width: 18px;
        margin-left: 5px;
    }

    .groupOrderImgDiv {
        height: 250px;
    }

    .groupOrderImgDivUpload {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .groupOrderImg {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

    .groupOrderItemName {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        color: #040707;
    }

    .groupOrderItemName2 {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .groupOrderItemAmount {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #040707;
        margin-top: 10px;
    }

    .groupOrderItem:hover {
        transform: scale(1.1);
        z-index: 2;
        box-shadow: 1px 1px 10px #c3c3c3;
        transition: all 0.3s ease-in-out;
    }


    html {
        scroll-behavior: smooth;
    }

    .groupOrderItemBtn {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        border-radius: 30px;
        padding: 10px 30px;
        background-color: #737373;
        width: 200px;
        text-align: center;
        max-width: 100%;
    }

        .groupOrderItemBtn:hover {
            background-color: #4e4a4a;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    /*  .groupOrderItem:hover .groupOrderItemBtn {
        bottom: 15px;
        transition: all 0.3s ease-in-out;
    }*/


    .homeSaleOrders {
        background-color: #EDF2F2;
        padding: 60px 80px;
        margin: 50px 0;
    }

    .homeSaleOrdersTitle {
        font-size: 47px;
        font-weight: 500;
        margin-bottom: 30px;
        opacity: 0;
        display: inline-block;
    }

    .homeSaleOrdersTitle2 {
        opacity: 0;
    }

    .logosTitleHome {
        text-align: center;
        font-size: 47px;
        font-weight: 500;
        margin: 20px 0 25px 0;
    }

    .logosTitleHome2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .saleOrderItems {
        display: flex;
        flex-wrap: nowrap;
        margin: 30px 0;
    }

    .saleOrderItem {
        background-color: #fff;
        flex: 0 0 30%;
        margin: 20px;
        padding: 20px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .saleOrderItemA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .saleOrderItemUpload {
        overflow: hidden;
    }

    .saleOrderItemUploadA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .saleOrderItemInner {
        height: 415px;
        overflow: hidden;
        position: relative;
    }

    .saleOrderItemAmountTemp {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }

        .saleOrderItemAmountTemp span {
            color: #737373;
            float: left;
        }
    /* .saleOrderItem::after {
        position: absolute;
        content: attr(data-label);
        top: 11px;
        right: -14px;
        padding: 0.5rem;
        width: 10rem;
        background: #3949ab;
        color: white;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    }*/
    .saleOrderItemTimer {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #DA4175;
        color: #fff;
        direction: rtl;
        padding: 3px;
        width: 135px;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        z-index: 1;
        border-radius: 5px;
    }

    /*.saleOrderItem::before {
    transform: rotate(26deg);
    content: "\A";
    border-style: solid;
    border-width: 4px 11px 20px 11px;
    border-color: transparent #b62859 transparent transparent;
    position: absolute;
    right: -6px;
    top: 45px;
}
*/
    .saleOrderItemUpload::before {
        border: none;
    }

    .saleOrderItemTimer img {
        max-width: 18px;
        margin-left: 5px;
    }

    .saleOrderImgDiv {
        height: 250px;
    }

    .saleOrderImgDivUpload {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .saleOrderImg {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
        padding-top: 25px;
    }

    .saleOrderItemName {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        color: #040707;
    }

    .saleOrderItemName2 {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .saleOrderItemAmount {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #040707;
        margin-top: 10px;
    }

    .saleOrderItem:hover {
        transform: scale(1.1);
        z-index: 2;
        box-shadow: 1px 1px 10px #c3c3c3;
        transition: all 0.3s ease-in-out;
    }



    .saleOrderItemBtn {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border-radius: 30px;
        padding: 10px 24px;
        background-color: #737373;
        width: 200px;
        text-align: center;
        max-width: 100%;
    }

        .saleOrderItemBtn:hover {
            background-color: #4e4a4a;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    /* .saleOrderItem:hover .saleOrderItemBtn {
        bottom: 15px;
        transition: all 0.3s ease-in-out;
    }*/

    .weAreContainer {
        margin: 35px 0;
        position: relative;
        min-height: 100vh;
        margin-bottom: 145px;
    }

    .tranpezoidDivBack {
        width: 100%;
        height: 700px;
        right: -15%;
        background: #256397;
        transform: perspective(50px) rotateX(1deg) rotate(-8deg);
        margin: 50px;
        border-radius: 75px;
        position: absolute;
        z-index: 0;
        opacity: 0.15;
    }

    .tranpezoidDiv {
        width: 100%;
        height: 700px;
        right: -17%;
        background: #5C93AF;
        transform: perspective(50px) rotateX(1deg) rotate(-5.00deg);
        margin: 50px;
        border-radius: 90px;
        position: absolute;
        z-index: 1;
        padding: 75px;
    }

    .tranpezoidDivInnerDiv {
        position: absolute;
        top: 20%;
        z-index: 2;
        left: 20%;
        width: 90%;
    }

    .tranpezoidDivInnerRight {
        max-width: 685px;
        float: right;
        margin-right: 15%;
        position: absolute;
        bottom: 0;
    }

    .tranpezoidDivInnerRightImg {
        max-width: 100%;
    }

    .tranpezoidDivInner {
        max-width: 700px;
        float: left;
    }

        .tranpezoidDivInner .tab-content {
            min-height: 185px !important;
        }

    .weAreTitle {
        font-weight: 500;
        text-align: center;
        font-size: 64px;
        line-height: 120%;
        color: #FAFAFA;
        margin-bottom: 20px;
        opacity: 0;
    }

    .weAreTabs {
        opacity: 0;
    }

    .weAreDesc {
        margin-bottom: 20px;
        opacity: 0;
    }

        .weAreDesc p {
            font-weight: 500;
            font-size: 23px;
            line-height: 145%;
            text-align: right;
            letter-spacing: 0.015em;
            color: #FAFAFA;
        }

    .weAreBtn {
        display: block;
        max-width: 215px;
        font-size: 15px;
        color: #000;
        text-align: center;
        background-color: #fff;
        padding: 10px;
        border-radius: 30px;
        opacity: 0;
        font-weight: 700;
    }

        .weAreBtn:hover {
            background-color: #f4f4f4;
            color: #000;
            transition: all 0.3s ease-in-out;
        }


    .weAreTabsLi.active a {
        color: #000 !important;
        font-weight: 700;
        border-radius: 4px 4px 0 0 !important;
        margin-left: 2px;
    }

    .weAreTabsLi {
        margin-right: 20px;
        border-radius: 4px 4px 0 0 !important;
    }

        .weAreTabsLi a {
            color: #000 !important;
            font-weight: 700;
            background-color: #C2C2C2;
            border-radius: 4px 4px 0 0 !important;
        }

            .weAreTabsLi a:hover {
                background-color: #fff !important;
            }

    /*.weAreTabsLi.active {
    background-color: #fff;
}*/

    .weAreTabs.nav-tabs > li.active > a, .weAreTabs.nav-tabs > li.active > a:focus, .weAreTabs.nav-tabs > li.active > a:hover
    .weAreTabsLi {
        color: #fff !important;
    }

    .tab-content {
        margin: 20px 0;
        color: #fff;
    }

        .tab-content p {
            font-size: 19px;
            line-height: 150%;
            text-align: right;
            letter-spacing: 0.015em;
            font-weight: 300;
        }
    /*#endregion HOME PAGE*/


    /*#region CATEGORY PAGE*/

    /* CSS */
    .menu-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }


    .menu-content {
        background: white;
        width: 100%;
        max-width: 700px;
        height: 80vh;
        border-radius: 8px;
        position: relative;
        transform: translateY(-100px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menu-content-desk {
        width: 100%;
        max-width: 95%;
        height: 80vh;
        position: relative;
        opacity: 1;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .menu-popup.open .menu-content {
        transform: translateY(0);
        opacity: 1;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: black;
    }

    .menu-title {
        text-align: center;
        color: black;
        margin: 20px 0;
        font-size: 24px;
    }

    .menu-items {
        /*  height: calc(60vh - 80px);
    overflow-y: auto;*/
        padding: 0 20px;
    }

    .menu-item {
        padding: 15px 0;
    }

        .menu-item:not(:last-child) {
            border-bottom: 1px solid #000;
        }

    .menu-item-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .menu-item-header span {
            font-size: 14px;
            font-weight: 600;
        }

    .orderDiv {
        display: flex;
        margin: 10px 0;
    }

    .change-order {
        margin-right: 5px;
    }

    .fixed-menu-item {
        position: fixed;
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
    }

    .chevron {
        transition: transform 0.3s ease;
        font-size: 16px;
        margin-right: 8px;
    }

        .chevron.open {
            transform: rotate(-90deg);
        }

    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 20px;
    }

        .submenu.open {
            max-height: 260px; /* Adjust based on content */
        }

        .submenu.open {
            overflow-y: auto; /* scroll only if needed */
            scrollbar-width: thin; /* Firefox */
            scrollbar-color: orange transparent; /* Firefox styling */
        }

            /* Chrome, Edge, Safari */
            .submenu.open::-webkit-scrollbar {
                width: 6px; /* width of the scrollbar */
            }

            .submenu.open::-webkit-scrollbar-thumb {
                background-color: orange;
                border-radius: 3px;
            }

            .submenu.open::-webkit-scrollbar-track {
                background: transparent; /* hide track when no scroll */
            }

        .submenu li {
            padding: 10px 0;
            font-size: 14px;
            color: #333;
        }

    .submenuBtn {
        width: 100%;
        display: block;
        padding: 10px 30px;
        text-align: center;
        border: 1px solid #f7931e;
        border-radius: 35px;
        color: #000;
    }

        .submenuBtn:hover {
            background-color: #f7931e;
            transition: all 0.3s ease-in-out;
            color: #000;
        }

        .submenuBtn.active {
            background-color: #f7931e;
            transition: all 0.3s ease-in-out;
            color: #fff;
        }

    @media (min-width: 768px) {
        .menu-content {
            width: 90%;
        }
    }

    .radios {
        display: flex;
        justify-content: space-between;
    }

    #IsSideCut {
        display: flex;
        gap: 10px;
    }

        /* Hide actual radio buttons */
        #IsSideCut input[type="radio"] {
            display: none;
        }

        /* Custom styled labels as buttons */
        #IsSideCut label {
            padding: 10px 30px;
            border: 1px solid orange;
            border-radius: 30px;
            background-color: white;
            color: black;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s;
            user-select: none;
        }

            #IsSideCut label.active {
                background-color: orange;
                color: white;
            }

        /* When radio is checked, style the label */
        #IsSideCut input[type="radio"]:checked + label {
            background-color: orange;
            color: white;
        }

    #IsFoldable {
        display: flex;
        gap: 10px;
    }

        /* Hide actual radio buttons */
        #IsFoldable input[type="radio"] {
            display: none;
        }

        /* Custom styled labels as buttons */
        #IsFoldable label {
            padding: 10px 30px;
            border: 1px solid orange;
            border-radius: 30px;
            background-color: white;
            color: black;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s;
            user-select: none;
        }

            #IsFoldable label.active {
                background-color: orange;
                color: white;
            }
        /* When radio is checked, style the label */
        #IsFoldable input[type="radio"]:checked + label {
            background-color: orange;
            color: white;
        }

    .price-range-container {
        max-width: 400px;
        margin: 20px auto;
        font-family: Arial, sans-serif;
    }

    /*.price-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
    direction: ltr;
}*/

    .price-values input[type="number"] {
        width: 80px;
        text-align: center;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .price-slider input[type="range"] {
        width: 100%;
        -webkit-appearance: none;
        height: 2px;
        border-radius: 5px;
        background: #c0c0c0;
        outline: none;
        margin: 0;
        direction: ltr;
    }

        .price-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 10px;
            height: 10px;
            background: orange;
            border: 2px solid orange;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s;
        }

        .price-slider input[type="range"]::-moz-range-thumb {
            width: 10px;
            height: 10px;
            background: orange;
            border: 2px solid orange;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s;
        }

    .price-range-container {
        width: 275px;
        margin: 30px auto;
        font-family: Arial, sans-serif;
    }

    .price-values {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #currentRange {
        direction: ltr;
    }

    .range-slider {
        position: relative;
        height: 6px;
    }

        .range-slider input[type=range] {
            position: absolute;
            width: 100%;
            height: 6px;
            pointer-events: none; /* prevent direct overlapping clicks */
            -webkit-appearance: none;
            background: transparent;
            direction: ltr;
        }

            .range-slider input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                pointer-events: auto; /* re-enable thumb */
                height: 16px;
                width: 16px;
                border-radius: 50%;
                background: #0073e6;
                cursor: pointer;
            }

            .range-slider input[type=range]::-moz-range-thumb {
                pointer-events: auto;
                height: 16px;
                width: 16px;
                border-radius: 50%;
                background: #0073e6;
                cursor: pointer;
            }

    .slider-track {
        position: absolute;
        height: 6px;
        background: #ddd;
        border-radius: 3px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-range {
        position: absolute;
        height: 6px;
        background: #f7931e;
        border-radius: 3px;
        top: 50%;
        transform: translateY(-50%);
    }

    .range-slider input[type=range]::-webkit-slider-thumb {
        background: #f7931e;
    }

    .range-slider input[type=range]::-moz-range-thumb {
        background: #f7931e;
    }

    .filterSubmit {
        width: 100%;
        max-width: 500px;
        background-color: rgb(247, 147, 30);
        text-align: center;
        color: rgb(255, 255, 255);
        margin: 0px 0px 30px;
        padding: 12px 30px;
        border-radius: 30px;
        display: block;
        margin: auto;
        border: none;
    }

    .filterSubmitInit {
        width: 100%;
        max-width: 500px;
        text-align: center;
        color: #000;
        text-decoration: underline;
        margin: 0px 0px 30px;
        padding: 12px 30px;
        border-radius: 30px;
        display: block;
        margin: auto;
        border: none;
    }

        .filterSubmitInit:hover {
            text-decoration: underline;
        }

    .salesContainer {
        text-align: center;
        padding: 75px 0;
        margin: 90px auto;
        border-top: 1px solid #d0d0d0;
    }

    .salesContainerInner {
        margin: 0 auto;
        max-width: 1300px;
        margin-top: 40px;
    }

    .salesBanner {
        margin-bottom: 20px;
        width: 100%;
    }

    .salesItem {
        width: 100%;
        height: 350px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
        padding: 40px 20px;
        border-radius: 12px;
        margin: 0 20px;
        position: relative;
    }

    .salesItemOverlay {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background-color: #000;
        opacity: 0.5;
        z-index: 1;
        border-radius: 12px;
    }

    .salesItemTitle {
        color: #fff;
        font-size: 36px;
        font-weight: 800;
        text-align: center;
        z-index: 2;
        position: relative;
    }

    .salesItemDesc {
        z-index: 2;
        margin: 20px 0;
        position: relative;
    }

        .salesItemDesc p {
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            z-index: 2;
            position: relative;
        }

    .salesItemA {
        display: block;
        width: 90%;
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 30px;
        z-index: 2;
        position: absolute;
        bottom: 40px;
    }


    .switchContainer {
        text-align: center;
        margin: 25px 0;
    }

    .switchExplore {
        margin-top: 80px !important;
    }

    .switchShop {
        margin-top: 50px !important;
    }

    .switchShopCat {
    }

    .switcher {
        direction: ltr;
        max-width: 315px;
        margin: auto;
        background-color: #fff;
        border: 1px solid gray;
        border-radius: 35px;
        display: flex;
        justify-content: space-around;
    }

    .recepiesSwitcher {
        max-width: 330px;
    }

    .switcherA {
        padding: 10px 39px;
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }

        .switcherA.active {
            background-color: #F7931E;
            color: #000;
            border-radius: 30px;
        }

    .switcherArrow {
        display: flex;
        max-width: 315px;
        margin: auto;
    }

    .switcherArrowCat {
        width: 315px;
    }

    .switcherArrowDiv {
        flex: 0 0 50%;
    }

    .bounce-image {
        display: inline-block;
        animation: bounce 6s ease-out infinite; /* 2s for slow bounce */
    }

    @keyframes bounce {
        0% {
            transform: translateY(0); /* default position */
        }

        30% {
            transform: translateY(-10px); /* move up */
        }

        60% {
            transform: translateY(-20px); /* slight bounce down */
        }
    }

    .exploreContainer {
        overflow: hidden;
    }

    .exploreRound {
        padding: 20px;
        margin-bottom: 5px;
        justify-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .exploreRoundCat {
        margin-top: 180px;
    }

    .exploreImgDiv {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 20px;
    }

        .exploreImgDiv img {
            width: 120%;
            height: 120%;
            margin-right: -17px;
            margin-top: -17px;
        }

    .exploreImgDivCat {
        width: 170px;
        height: 170px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 75% !important;
    }

    .exploreH1 {
        font-size: 36px;
        font-weight: 800;
        text-align: center;
        color: #000;
        margin: 40px 0 20px 0;
    }

    .generalTitlesDesk .exploreH1 {
        color: #fff;
        font-size: 60px;
    }

    .exploreName2 {
        color: #333333cc;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        text-align: center;
        max-width: 620px;
    }

    .generalTitlesDesk .exploreName2 {
        color: #fff;
    }

    .filters {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
        margin-top: 50px;
    }

        .filters li {
            display: inline-block;
            margin: 0 2px;
            min-height: 40px;
        }

            .filters li a {
                padding: 5px 25px;
                border: 1px solid orange;
                border-radius: 30px;
                font-size: 13px;
                font-weight: 500;
            }

                .filters li a.active {
                    background-color: #F7931E;
                    color: #000;
                }

    .works-grid-wrapper {
        padding: 0;
        max-width: 1300px;
        margin: 0 auto;
        margin-top: 55px !important;
    }

    .work-item {
        position: relative;
        overflow: hidden;
        width: Calc(33% - 20px);
        float: right;
        height: 400px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    @media(max-width:1500px) {
        .work-item {
            height: 260px;
        }
    }

    @media(max-width:1000px) {
        .work-item {
            height: 180px;
        }
    }

    @media(max-width:762px) {
        .work-item {
            height: 214px;
            margin-bottom: 1px;
        }

        .work-item {
            width: Calc(33% - 1px);
        }
    }

    .work-item-overlay {
        /* background-color: #000;
    opacity: 0.6;*/
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .projectGalleryDiv .works-grid-wrapper {
        margin-top: 15px !important;
    }

    .play-toggle {
        opacity: 0;
        position: absolute;
        bottom: 15px;
        left: 15px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        user-select: none;
        transition: all 0.3s ease-in-out;
    }

    .vimeo-container:hover .play-toggle {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .mute-toggle {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        font-size: 14px;
        padding: 5px 7px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        user-select: none;
    }

    .homeProductsMobileNew {
        margin: 30px 0;
    }



    .vimeo-container {
        position: relative;
        width: 100%;
        height: 900px;
    }

    .singleVideo {
        max-height: 80vh;
    }

    video {
        pointer-events: none;
    }

    .catBannerContainer {
        margin-bottom: 0px;
    }

    .catBanner {
        margin: 0;
        min-height: 200px;
        padding: 0px;
        position: relative;
        padding-top: 20px;
        margin-top: 200px;
    }

    .catBannerH1 {
        font-size: 47px;
        font-weight: 700;
        text-align: center;
        color: #000;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .catBannerH2 {
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #464646cc;
        margin-top: 25px;
        line-height: 1.8;
        max-width: 620px;
        text-align: center;
    }

    .breadCat a {
        color: #000 !important;
    }

    .breadCat li:last-child a {
        font-weight: 700;
    }

    .main-container-wrapper {
        padding-top: 35px;
    }

    .main-container-lower {
        padding-top: 40px;
    }

    .main-container-wrapper-search {
        padding-top: 35px;
    }

    .filterAndView {
        display: flex;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
    }

    .filterAndViewFilter {
        flex: 0 0 50%;
    }

    .filterBtnBlack {
        background-color: #000;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        border-radius: 30px;
        width: 100%;
        text-align: center;
    }

    .filterAndViewView {
        flex: 0 0 50%;
        display: flex;
        justify-content: end;
        gap: 10px;
    }

    .ViewBtnDiv {
        width: 45px;
        height: 45px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #000;
        text-align: center;
    }

        .ViewBtnDiv.active {
            border: 1px solid #F7931E;
        }

    .twoItemsBlack {
        display: none;
        margin: 0 auto;
    }

    .twoItemsOrange {
        display: block;
        margin: 0 auto;
    }

    .oneItemBlack {
        display: block;
        margin: 0 auto;
    }

    .oneItemOrange {
        display: none;
        margin: 0 auto;
    }

    .ViewBtn {
    }

        .ViewBtn.active {
        }



    .main-container {
        width: 85%;
        max-width: 100%;
    }

    .main-container-cat {
        max-width: 1280px;
    }

    .filterCol {
    }


    /*#endregion CATEGORY PAGE*/
    /*#region Filters*/
    .accordionFilter {
        background-color: #FCF6EF;
        color: #3F3F44;
        cursor: pointer;
        border-bottom: 1px solid #EFEFEF;
        border-radius: 0;
        padding: 18px 18px 10px 25px;
        width: 100%;
        border: none;
        text-align: right;
        outline: none;
        font-size: 19px;
        font-weight: 400;
        transition: 0.4s;
    }

    .accordionFilterANew {
        display: block;
    }
    /*
    .activeFilter, .accordionFilter:hover {
        background-color: #FFFDFB;
    }*/
    .activeParam {
        font-weight: 500;
    }

    .accordionFilter.activeFilter {
        font-weight: 500;
        transition: 0.01s;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .accordionFilter:after {
        content: '\002B';
        color: #000;
        font-weight: bold;
        font-size: 24px;
        float: left;
        margin-left: 5px;
        padding: 0px 5px;
        margin-top: 0px;
        position: absolute;
        left: 0;
    }



    .activeFilter:after {
        content: '\2212';
    }

    .activeFilter:before {
        color: #fff;
        background-color: #FCCAA3;
    }

    .panelFilter {
        padding: 6px 18px;
        max-height: 0;
        overflow: hidden;
        border: none;
        transition: max-height 0.2s ease-out;
        border: none;
        border-top: 0px !important;
    }

        .panelFilter p {
            font-size: 18px;
            color: #3F3F44;
            font-weight: 400;
            padding: 20px;
        }

    .filterItemValuesA {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 18px;
        opacity: 0;
    }

        .filterItemValuesA:hover {
            text-decoration: underline;
            color: #000;
        }

        .filterItemValuesA.active {
            text-decoration: underline;
        }

    .filterItemValuesAColor {
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #C2C2C2;
        border-radius: 50%;
        margin: 6px;
        padding: 3px;
    }

        .filterItemValuesAColor:hover {
            border: 1px solid #000;
        }

        .filterItemValuesAColor.active {
            border: 1px solid #000;
        }

    .filterItemValuesAColorIn {
        width: 17px;
        height: 17px;
        border-radius: 50%;
    }

    .filterItemValuesATags {
        background: rgba(1, 186, 198, 0.1);
        border: 1px solid #01BAC6;
        border-radius: 5px;
        color: #000;
        align-items: center;
        padding: 12px 15px;
        margin-top: 20px;
        display: inline-block;
        margin-left: 10px;
    }

    .heading-primary {
        font-size: 2em;
        padding: 2em;
        text-align: center;
    }

    .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: #f5f0f0;
        z-index: 9;
        border-bottom: 2px solid #5c5a5a;
    }


    .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;
    }

    .animateIn {
        animation: accordionIn 0.45s normal ease-in-out both 1;
    }

    .animateOut {
        animation: accordionOut 0.45s alternate ease-in-out both 1;
    }

    @keyframes accordionIn {
        0% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
            transform-origin: 50% 0;
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes accordionOut {
        0% {
            opacity: 1;
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(0.9) rotateX(-60deg);
        }
    }


    /*#endregion Filters*/


    /*=======MapSite============*/
    #siteMapContainer {
        margin: 20px 0 50px 0;
    }

    .mysitemap, .mysitemap ul, .mysitemap li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mysitemap {
    }

        .mysitemap ul {
            display: none;
        }

        .mysitemap li {
            line-height: 200%;
            margin-top: 1px;
            background: #c5c5c5;
            position: relative;
            width: 100%;
        }
        /* IE leaves a blank space where span is added so this is to avoid that */
        * html .mysitemap li {
            float: right;
            display: inline;
        }

            .mysitemap li a {
                padding: 5px 28px;
                display: block;
                font-size: 20px;
                color: #525252;
            }

                .mysitemap li a:hover {
                    color: #3a3a3a;
                    text-decoration: none;
                    background: #d7d7d7;
                }

            .mysitemap li span {
                float: right;
                position: absolute;
                top: 15px;
                right: 2px;
                width: 20px;
                height: 20px;
                cursor: auto;
                font-size: 0;
            }

                .mysitemap li span, .mysitemap li span.collapsed {
                    background: url(img/collapsed.gif) no-repeat 0 0;
                }

                    .mysitemap li span.expanded {
                        background: url(img/expanded.gif) no-repeat 0 0;
                    }
            /* second level */
            .mysitemap li li {
                background: #fff;
            }

                .mysitemap li li a {
                    padding: 0px 55px 0px 20px;
                    display: block;
                    font-size: 16px;
                }

                .mysitemap li li span {
                    right: 28px;
                    top: 7px;
                }
                /* third level */
                .mysitemap li li li a {
                    padding-right: 84px;
                    display: block;
                    border-top: 1px solid rgba(0, 0, 0, 0.07);
                }

                .mysitemap li li li span {
                    right: 56px;
                }

    button.close {
        color: black !important;
        opacity: .7;
        float: left;
        margin: 0px;
        font-size: 30px;
        z-index: 999999;
    }

        button.close:hover {
            color: black;
        }


    .table > tbody > tr > td {
        line-height: 2;
    }

    /* FOOTER START */
    .footerMenus {
        margin: 30px 0;
        width: 25%;
    }

    .footerMenusDiv {
        display: flex;
        flex-wrap: wrap;
    }

    .footerMenusItems {
        display: flex;
        flex-wrap: wrap;
    }

        .footerMenusItems.first {
            border-left: 1px solid #fff;
            margin-left: 55px;
        }

    .footerMenus50 {
        flex: 0 0 50%;
    }

    .footerMenus100 {
        flex: 0 0 100%;
    }

    .footerMenusLogo {
        display: flex;
        align-items: center;
    }

    .footerTitle {
        color: #000;
        text-align: right;
        margin: 25px 0;
        font-weight: 600;
        background: linear-gradient(90deg, #F7931E 0, #FF0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 22px;
        display: inline-block;
        padding-bottom: 3px;
    }

    .footerContainer {
        width: 1400px;
        max-width: 100%;
    }

    .multi-column {
        column-count: 2; /* number of columns */
        column-gap: 20px; /* spacing between columns */
        list-style: none; /* optional */
        padding: 0;
    }

        .multi-column li {
            break-inside: avoid; /* ensures each li stays together */
            padding: 5px 0;
        }

    .footerUl {
        padding: 10px 0;
        text-align: center;
    }

        .footerUl li {
            padding: 0px 0;
            margin: 10px 0;
            text-align: right;
        }

            .footerUl li a {
                font-size: 16px;
                color: #fff;
            }

                .footerUl li a:hover {
                    color: #F7931E;
                }

                .footerUl li a i {
                    font-size: 18px;
                    color: #F7931E;
                    padding-left: 10px;
                }

        .footerUl img {
            padding: 5px;
            max-width: 27px;
        }

    .footerColLogo {
        padding: 0 20px;
    }

    .footerCol {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footerLogo {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .footerText {
    }

        .footerText p {
            font-size: 14px;
        }

    .formAndContact {
        display: flex;
        gap: 25px;
        flex-direction: row-reverse;
    }

    .homeContactForm {
        width: 30%;
    }

    .footerColContact {
        width: 70%;
    }

    .footerColContact {
        margin: 0px;
        text-align: center;
        border: 2px solid #F7931E;
        border-radius: 8px;
        padding: 50px;
    }

    .orangeBorderedTitle {
        color: #F7931E;
        font-size: 22px;
        font-weight: 600;
        border-bottom: 2px solid #fff;
        display: inline;
        padding: 3px 5px;
        border-radius: 12px;
        background: linear-gradient(90deg, #F7931E 0, #FF0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .footerColContactTitle {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin: 30px 0;
    }

    .footerContactUl {
    }

        .footerContactUl li {
            margin: 10px;
        }

            .footerContactUl li a {
                color: #fff;
            }

    .p-r-10 {
        padding-right: 10px;
    }

    .footerSocialTitle {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        margin: 75px 0 50px;
    }

    .newsLetterInput {
        border: 1px solid #373a3c;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 0;
        font-size: 14px;
        transition: border-color .5s ease;
    }

    .showRooms {
    }

    .showRoomsTitleDiv {
        text-align: center;
        margin-top: 30px;
    }

    .showRoomsTitle {
        color: #F7931E;
        text-align: center;
        margin: 25px 0;
        font-weight: 600;
        background: linear-gradient(90deg, #F7931E 0, #FF0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .showRoomsItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .showRoomDiv {
        flex: 0 0 calc(25% - 15px);
        border: 2px solid #F7931E;
        border-radius: 8px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        position: relative;
        margin: 20px 0px;
        min-height: 175px;
    }

    .showRoomDivOverlay {
        position: absolute;
        background-color: #00171fdb;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        border-radius: 8px;
        z-index: 1;
    }

    .showRoomDivTitle {
        z-index: 2;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .showRoomDivDesc {
        z-index: 2;
        position: relative;
    }

        .showRoomDivDesc p {
            color: #fff;
            font-size: 15px;
        }

        .showRoomDivDesc img {
            margin-left: 5px;
        }

    .showRoomDivA {
        z-index: 2;
        position: relative;
        background-color: #32CCFE;
        padding: 5px 15px;
        display: block;
        text-align: center;
        width: 75%;
        max-width: 200px;
        border: 2px solid #fff;
        border-radius: 30px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

        .showRoomDivA img {
        }



    .showRoomsPage {
    }

    .showRoomsPageTitle {
        color: #F7931E;
        text-align: center;
        margin: 25px 0;
        font-weight: 600;
    }

    .showRoomsPageItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .showRoomPageDiv {
        flex: 0 0 calc(50% - 15px);
        border-radius: 8px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15px;
        position: relative;
        margin: 20px 0px;
        min-height: 415px;
    }

    .showRoomPageDivOverlay {
        position: absolute;
        background-color: #000000a6;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        border-radius: 8px;
        z-index: 1;
    }

    .showRoomPageDivIn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 100%;
    }

    .showRoomPageDivTitle {
        z-index: 2;
        position: relative;
        text-align: center;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .showRoomPageDivDesc {
        z-index: 2;
        position: relative;
    }

        .showRoomPageDivDesc p {
            color: #fff;
            font-size: 15px;
            text-align: center;
        }

        .showRoomPageDivDesc img {
            margin-left: 5px;
        }

    .showRoomPageDivA {
        z-index: 2;
        position: relative;
        background-color: #32CCFE;
        padding: 5px 15px;
        display: block;
        text-align: center;
        width: 75%;
        max-width: 200px;
        border: 2px solid #fff;
        border-radius: 30px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0px);
        font-size: 14px;
        font-weight: 500;
        font-weight: 500;
    }

        .showRoomPageDivA img {
            max-width: 22px;
        }

    .showRoomPageBtn {
        background-color: #F7931E;
        border: 1px solid #F7931E;
        color: #fff;
        display: block;
        padding: 8px;
        width: 275px;
        border-radius: 30px;
        margin: 20px auto;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        max-width: 100%;
    }

        .showRoomPageBtn:hover {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .showRoomPageTransBtn {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        display: block;
        padding: 8px;
        width: 275px;
        border-radius: 30px;
        margin: 20px auto;
        text-align: center;
        font-size: 16px;
        max-width: 100%;
    }

        .showRoomPageTransBtn:hover {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .social {
        margin-top: 30px;
        text-align: center;
    }

        .social li {
            display: inline-block;
        }

        .social #fa-facebook {
            padding: 12px 10px 12px 10px;
            border-radius: 35px;
        }

        .social #fa-instagram {
            padding: 12px 8px 12px 8px;
            border-radius: 35px;
        }

        .social a {
            transform: scale(1);
            transition: all 0.3s ease-in-out;
            background-color: #fff;
            padding: 14px;
            border-radius: 8px;
            margin: 0 5px;
            border: 2px solid;
        }

            .social a:hover {
                transform: scale(1.1);
                transition: all 0.3s ease-in-out;
            }

        .social i {
            color: #000;
            padding-right: 10px;
            font-size: 25px;
        }

    .fa.fa-instagram {
        /*  color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;*/
    }

    /*.fa.fa-facebook {
    color: #0866ff;
}*/
    .footerCredit img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .footerCreditDesc {
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    .footerRowRight {
        text-align: left;
    }

    .tmpMsg {
        text-align: center;
        margin: 25px 0 50px 0;
        font-size: 30px;
        font-weight: 600;
    }

    .footerCreditContainer {
        background-color: #EDF2F2;
        padding: 25px 0;
        text-align: center;
        border-top: 1px solid #C2C2C2;
    }

    .footerCreditImg {
        max-width: 190px;
        margin-bottom: 10px;
    }

    .footerCreditLinksUl li {
        display: inline-block;
    }

    .footerCreditLinksUl a {
        color: #000;
        font-size: 12px;
    }

        .footerCreditLinksUl a:hover {
            text-decoration: underline;
        }

    .dividerBorder {
        color: #fff;
    }
    /* FOOTER END */

    .logosContainer {
        padding: 40px;
    }
    /* ABOUT PAGE START */

    .parallax-category {
        min-height: 65px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0px 20px;
        max-width: 100%;
        position: relative;
        border-radius: 10px;
        /*margin-bottom: 40px;*/
        margin-top: 130px;
    }

    .parallax-article {
        min-height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0px 20px;
        max-width: 100%;
        position: relative;
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .parallax-section-overlay {
        background-color: #040707;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0.5;
        border-radius: 10px;
    }

    .mainParallaxTitles {
        position: relative;
        text-align: center;
    }

    .mainParallaxH1 {
        font-size: 48px;
        text-align: center;
        line-height: 1.2;
        color: #000;
        font-weight: 800;
        margin-top: 20px;
    }

    .mainParallaxH2 {
        font-size: 35px;
        margin-top: 20px;
    }

    .aboutContainer {
        width: 1600px;
        max-width: 100%;
    }

    .aboutItems {
        display: flex;
        flex-wrap: wrap;
    }

    .aboutItem {
        width: 100%;
        margin: 40px 0;
        display: flex;
        opacity: 0;
    }

        .aboutItem:nth-child(even) {
            flex-direction: row-reverse;
        }

    .aboutItemImgDiv {
        width: 60%;
        position: relative;
    }

    #video-about {
        position: relative;
        top: 15%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 95%;
        border-radius: 15px;
    }

    .aboutItemImg {
        border-radius: 8px;
        max-width: 100%;
    }

    .videoHolderAbout {
        border-radius: 15px !important;
    }

    .aboutItemTextDiv {
        width: 40%;
        padding: 0 75px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .aboutItemTextTitle {
        color: #040707;
        text-align: right;
        font-size: 38px;
        font-weight: 700;
        line-height: 120%;
    }

    .aboutItemTextDesc {
        padding-top: 20px;
    }

        .aboutItemTextDesc p {
            color: #040707;
            text-align: right;
            font-size: 18px;
            font-weight: 400;
            line-height: 130%;
            letter-spacing: 0.27px;
        }

    .aboutLowerDiv {
        background-color: #01BAC6;
        border-radius: 20px;
        margin: 60px 0 80px 0;
        padding: 30px;
        display: flex;
        max-height: 310px;
    }

    .aboutLowerRight {
        width: 40%;
    }

    .aboutLowerRightImg {
        max-width: 100%;
    }

    .aboutLowerLeft {
    }

    .aboutLowerTitle {
        color: #FAFAFA;
        text-align: right;
        font-size: 38px;
        font-weight: 700;
        line-height: 132%;
        letter-spacing: 0.38px;
    }

    .aboutLowerDesc {
        margin-top: 20px;
    }

        .aboutLowerDesc p {
            color: #FAFAFA;
            text-align: right;
            font-size: 18px;
            font-weight: 400;
            line-height: 120%;
        }
    /* ABOUT PAGE END */
    /* CATEGORY PAGE START */
    .breadcrumb {
        background-color: transparent;
        margin-top: 20px;
        padding: 8px 5px;
    }

    .first-breadcrumb {
        color: #8e8e8e;
        font-weight: 400;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .3px;
    }

    .breadcrumb .active {
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .3px;
    }

    .add-wishlist.active {
        background-color: #000;
        color: #fff;
    }

    .m-r-60 {
        margin-right: 3.5%;
    }

    .userInfo {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .section-title span {
        color: #939598;
        display: inline-block;
        padding: 5px 15px 5px 0;
        text-transform: uppercase;
        width: auto;
    }

    .style2 .section-title, .section-title.style2 {
        font-size: 40px;
        font-weight: lighter;
        line-height: 44px;
        margin: 10px 0 20px;
        padding: 0;
        position: relative;
        border: none;
    }

        .section-title-style2 span, .section-title.style2 span {
            background: white;
            display: inline-block;
            padding: 10px;
            position: relative;
            width: auto;
            z-index: 2;
        }

    .subCategoryItems {
    }

        .subCategoryItems:hover {
            background-color: #01bac6;
            transition: all 0.3s ease-in-out;
        }

            .subCategoryItems:hover a {
                color: #fff;
            }

    .subCategoryTitle {
        display: block;
        font-size: 14px;
    }

    .productFilter {
        margin-bottom: 15px;
    }

    .product-image4 {
        height: 265px;
    }

    .tooltip {
        font-size: 12px !important;
    }

    .Mytooltip {
        width: 24px;
        height: 24px;
        border-radius: 32px;
        display: inline-block;
    }

    .categoryGalleryTitle {
        font-size: 26px;
        margin: 10px 25px;
    }

    .productsContainer {
        max-width: 1300px;
        margin: 25px 0 20px 0;
        /*display: none;*/
    }
    /* CATEGORY PAGE END */


    /* Rating Start */
    .SocialBarContainer {
        width: 100% !important;
        position: relative;
        padding: 0 !important;
        margin: 50px 0 50px 0 !important;
        min-height: 135px;
    }

    .SocialBarRow {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
        padding-top: 10px;
        padding-bottom: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        width: 100%;
        margin-top: 20px;
    }


    .SocialShareButtonsAndTitleHolder {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }

    .SocialShareButtonsTitle {
        color: #616161;
        padding-bottom: 5px;
        padding-right: 5px;
        font-size: 18px;
        min-height: 30px;
    }

    .SocialShareButtonsHolder {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        justify-content: flex-start;
    }

    .SocialStarsHolder {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        justify-content: start;
    }


    .SocialBarDivRating {
        padding: 0 !important;
        /*width: 70%;*/
    }

    .SocialBarThumbnailRating {
        border: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
    }

        .SocialBarThumbnailRating:hover {
            /*background-color: #fff !important;*/
        }

    .wrapper-ratings {
        position: relative;
        min-height: 80px;
        font-size: 22px;
    }

    #rating_text {
    }

    #rating_box {
        color: #616161;
        margin-left: 20px;
        font-size: 14px;
    }

        #rating_box .amountOfRatingsRecived {
        }

            #rating_box .amountOfRatingsRecived #count_value {
            }

            #rating_box .amountOfRatingsRecived #rating_value {
            }

        #rating_box .avergedRating {
        }

        #rating_box #Your-score {
        }

    .dirug {
    }

    #jrate {
        direction: rtl;
        position: absolute;
        top: 35px;
        right: 0px;
    }

    #demo-onchange-value {
        position: absolute;
        right: 40px;
        top: 30px;
        color: #9d9d9d;
        font-size: 14px;
    }

    .owl-item:hover {
        z-index: 9;
    }

    #TempThank {
        display: none;
        color: #9d9d9d;
        min-height: 20px;
    }

    .noResults {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        margin: 30px 0;
        line-height: 1.3;
    }

    .noResults2 {
        font-size: 25px;
        text-align: center;
        font-weight: 500;
        margin-top: 25px;
    }

    .StarsAuthorContainer {
        position: absolute;
        top: 70px;
        max-width: 100%;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        color: #9d9d9d;
        justify-content: center;
        width: 100%;
    }

        .StarsAuthorContainer .StarsAuthor {
            font-size: 10px;
        }

            .StarsAuthorContainer .StarsAuthor a {
                color: #616161;
            }

                .StarsAuthorContainer .StarsAuthor a:hover {
                    color: #616161;
                }

                .StarsAuthorContainer .StarsAuthor a:focus {
                    outline: none !important;
                }

        .StarsAuthorContainer .lastUpdatedAt {
            font-size: 12px;
        }

    #TempThank {
        font-size: 14px;
    }
    /* Rating END */
    /* whatsapp Start */
    .SocialBarDivWhatsapp {
    }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover {
            }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:hover {
                }

                .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:focus {
                    outline: none !important;
                }

                .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA .whatsappIcon {
                    color: #fff;
                    background-color: #25d366;
                    padding-top: 8px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA {
            }

                .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA .whatsappIcon {
                    color: #fff !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* whatsapp END */
    /* facebook Start */
    .SocialBarDivFacebook {
    }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover {
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:hover {
                }

                .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:focus {
                    outline: none !important;
                }

                .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA .facebookIcon {
                    color: #fff;
                    background-color: #4267B2;
                    padding-top: 9px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA {
            }

                .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA .facebookIcon {
                    color: #fff !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* facebook END */
    /* google plus Start */
    .SocialBarDivGoogle {
    }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover {
            }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:hover {
                }

                .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:focus {
                    outline: none !important;
                }

                .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA .googlekIcon {
                    color: #616161;
                    padding-top: 9px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA {
            }

                .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA .googlekIcon {
                    color: #191818 !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* google plus END */
    /* twitter Start */
    .SocialBarDivtwitter {
    }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover {
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:hover {
                }

                .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:focus {
                    outline: none !important;
                }

                .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA .twitterIcon {
                    color: #fff;
                    background-color: #000;
                    padding-top: 9px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA {
            }

                .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA .twitterIcon {
                    color: #fff !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* twitter END */
    /* linkedin Start */
    .SocialBarDivlinkedin {
    }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover {
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:hover {
                }

                .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:focus {
                    outline: none !important;
                }

                .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA .linkedinIcon {
                    color: #fff;
                    background-color: #0077B5;
                    padding-top: 9px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA {
            }

                .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA .linkedinIcon {
                    color: #fff !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* linkedin END */
    /* print Start */
    .SocialBarDivprint {
    }

        .SocialBarDivprint .SocialBarThumbnailprint {
            position: relative;
            padding: 0 3px 5px 3px;
        }

            .SocialBarDivprint .SocialBarThumbnailprint:hover {
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA {
                font-size: 18px;
                position: relative;
            }

                .SocialBarDivprint .SocialBarThumbnailprint .printA:hover {
                }

                .SocialBarDivprint .SocialBarThumbnailprint .printA:focus {
                    outline: none !important;
                }

                .SocialBarDivprint .SocialBarThumbnailprint .printA .printIcon {
                    color: #616161;
                    padding-top: 9px;
                    width: 35px;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 50%;
                    height: 35px;
                    font-size: 18px !important;
                    border: 1px solid;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }

            .SocialBarDivprint .SocialBarThumbnailprint:hover .printA {
            }

                .SocialBarDivprint .SocialBarThumbnailprint:hover .printA .printIcon {
                    color: #191818 !important;
                    -moz-transition: color 0.3s ease;
                    -o-transition: color 0.3s ease;
                    -webkit-transition: color 0.3s ease;
                    transition: color 0.3s ease;
                }
    /* print END */
    @media print {
        #SideFormFixed > * {
            display: none !important;
        }

        .SocialBarContainer > * {
            display: none !important;
        }

        [meta] {
            display: none !important;
        }

        .ArticleContainer > * {
            display: none !important;
        }

        .whatsappFloaingIconLink > * {
            display: none !important;
        }

        .instagramFloaingIconLink > * {
            display: none !important;
        }

        .facebookFloaingIconLink > * {
            display: none !important;
        }

        .navbarIcons > * {
            display: none !important;
        }

        .topPhone > * {
            display: none !important;
        }

        #FooterAndContactHolder > * {
            display: none !important;
        }

        .facebook-likebox > * {
            display: none !important;
        }

        .navbar > * {
            display: none !important;
        }
    }

    /* Like Button Start */
    .SocialBarDivLike {
        margin: auto;
        padding: 0 5px 0 5px;
    }

        .SocialBarDivLike:hover .SocialBarThumbnailLike {
        }

        .SocialBarDivLike .SocialBarThumbnailLike {
        }
    /* Like Button END */
    /* Share Social Bar END */

    /* PRODUCT PAGE START */
    .headerOffset {
        margin-top: 15px;
    }

    .breadcrumb a {
        color: #000000;
        font-size: 14px;
    }


    .productPageItems {
        display: flex;
        flex-wrap: wrap;
    }

    .productPageItem {
        flex: 0 0 50%;
    }

    .product-title {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 0;
        padding-bottom: 20px;
        font-weight: 800;
    }

    .companyProdBrandImg {
        border-radius: 50%;
        max-width: 100px;
    }

    .companyProdDiscount {
        margin: 10px 0;
    }

    .companyProdPrice {
        margin: 10px 0;
    }
    /* Top Image Slider Start */
    .SlideshowDIV {
        display: block;
        position: relative;
        width: 85%;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
        min-height: 470px;
        /*margin-top: 25px;*/
    }

    .slide {
        display: block;
        position: relative;
        width: 100%;
        cursor: zoom-in;
    }

    .slideImage {
        max-width: 100%;
        /* width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);*/
    }

    .slidercaption {
        width: 100%;
        display: block;
        position: absolute;
        z-index: 9999;
        top: 20px;
        padding: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .slidercaption h3 {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
        }

        .slidercaption p {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
        }

        .slidercaption a {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            text-decoration: none;
            border: 2px solid #ed2a24;
            padding: 5px 8px;
        }

            .slidercaption a:hover {
                color: #fff;
            }

            .slidercaption a:focus {
                outline: none !important;
            }

    .cycle-next {
        width: 50px;
        height: 64px;
        background-image: url(../../images/next_gray.png);
        top: 45%;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        z-index: 999;
        padding: 15px 7px 15px 10px;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .cycle-next .caretrightIcon {
            color: #fff;
            font-size: 80px !important;
            cursor: pointer;
        }

    .cycle-prev {
        background-image: url(../../images/prev_gray.png);
        top: 45%;
        position: absolute;
        left: 10px;
        width: 50px;
        height: 64px;
        background-repeat: no-repeat;
        z-index: 999;
        padding: 15px 7px 15px 10px;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .cycle-prev .caretleftIcon {
            color: #fff;
            font-size: 80px !important;
            cursor: pointer;
        }

    .cycle-pager {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 999;
        color: #fff;
        font-size: 25px;
        bottom: 1;
        cursor: pointer;
        opacity: 0;
    }

        .cycle-pager span {
            padding: 0 2px;
        }

        .cycle-pager .cycle-pager-active {
            color: #fff;
        }

    .cycle-next:hover {
        background-image: url('../../images/next_black.png');
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .cycle-prev:hover {
        background-image: url('../../images/prev_black.png');
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .SlideshowDIV:hover .cycle-pager {
        opacity: 1;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    /* Top Image Slider END */

    @media(max-width:550px) {
        .headerOffset {
            padding-top: 40px;
        }
    }

    .minusZoom {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9999;
        display: none;
    }

    .tiles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .tile {
        position: relative;
        float: left;
        /*width: 33.333%;*/
        height: 100%;
        overflow: hidden;
    }

    .photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: transform .5s ease-out;
    }

    .txt {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 10%;
        left: 0;
        font-family: 'Roboto Slab', serif;
        font-size: 9px;
        line-height: 12px;
        text-align: center;
        cursor: default;
    }

    .x {
        font-size: 32px;
        line-height: 32px;
    }

    .productTxt {
        padding: 15px 0px 15px 15px;
        font-size: 18px;
    }

        .productTxt p {
            font-size: 18px !important;
            color: #5d5d5d !important;
            line-height: 25px;
            max-width: 530px;
            font-family: 'Open Sans Hebrew', Helvetica Arial, Sans-Serif !important;
        }

        .productTxt span {
            font-size: 18px !important;
            color: #5d5d5d !important;
            line-height: 25px !important;
            max-width: 530px;
            font-family: 'Open Sans Hebrew', Helvetica Arial, Sans-Serif !important;
        }

        .productTxt div {
            font-size: 18px !important;
            color: #5d5d5d !important;
            line-height: 25px !important;
            max-width: 530px;
            font-family: 'Open Sans Hebrew', Helvetica Arial, Sans-Serif !important;
        }

    .ProductPageHeader {
        font-size: 26px;
        color: #000;
        margin-bottom: 20px;
        font-weight: 600;
        margin-top: 10px;
    }

    .ProductPageHeaderDesign {
        font-size: 20px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 600;
        margin-top: 10px;
    }

    .ProductPageHeaderDesign2 {
        font-size: 17px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 600;
        margin-top: 10px;
    }

    .logoUploadDiv {
        padding: 10px 20px;
        border-radius: 10px;
        margin-bottom: 55px;
        max-width: 500px;
        text-align: center;
    }

    .productDivider {
        height: 1px;
        background-color: rgb(203 203 203 / 50%);
        width: 360px;
        margin: 35px 0;
        clear: both;
    }

    .product-code {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
        color: #040707;
    }

    .quantityTable {
        width: 355px;
        margin-bottom: 20px;
    }

        .quantityTable thead tr {
            background-color: #cad7e2;
            text-align: center;
            font-size: 18px;
        }

            .quantityTable thead tr td {
                padding: 8px 20px;
                font-weight: 600;
            }

        .quantityTable tbody tr {
            background-color: #fff;
            text-align: center;
        }

            .quantityTable tbody tr td {
                padding: 8px 20px;
                cursor: pointer;
                font-size: 15px;
            }

            .quantityTable tbody tr.active {
                background-color: #0f293d;
                color: #fff;
            }

            .quantityTable tbody tr:hover {
                background-color: #0f293d;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }

    .productColorItem {
        width: 20px;
        height: 20px;
    }

    .colorIdLi {
        display: inline-block;
        margin: 10px 15px;
        vertical-align: top;
        list-style: none;
        padding: 3px;
        border-radius: 50%;
        border: 1px solid #888888 !important;
        width: 32px;
        height: 32px;
    }

        .colorIdLi.selected {
            border: 1px solid #000 !important;
        }

    .designBtn {
        display: inline-block;
        max-width: 165px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-align: center;
        padding: 15px;
        border-radius: 30px;
        border: 1px solid #01BAC6;
        background-color: #fff;
        margin: 40px 0;
    }

        .designBtn:hover {
            color: #fff;
            transition: all 0.3s ease-in-out;
            background-color: #01BAC6;
        }

    .designBtnModal {
        display: inline-block;
        width: 270px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding: 15px;
        border-radius: 30px;
        background-color: #737373;
        margin: 15px 0;
    }

        .designBtnModal:hover {
            color: #fff;
            transition: all 0.3s ease-in-out;
            background-color: #4e4a4a;
        }

        .designBtnModal:focus {
            color: #fff;
        }

    .headerOffsetProduct {
        max-width: 1450px !important;
        margin-top: 155px;
    }

    .productQuantityDiv {
        margin-bottom: 30px;
    }

    .productQuantityDivFav {
        text-align: center;
    }

    .productQuantityFirst {
        font-weight: 700;
        font-size: 19px;
        line-height: 120%;
        text-align: center;
        color: #040707;
    }

    .productQuantityInput {
        border: 2px solid #000 !important;
        border-radius: 7px !important;
        max-width: 120px;
        margin: 0 10px;
        color: #000 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        text-align: center;
    }

        .productQuantityInput:focus {
            border: none !important;
            border-bottom: 1px solid #b2b2b2 !important;
        }

        .productQuantityInput:focus-visible {
            border: none !important;
            border-bottom: 1px solid #b2b2b2 !important;
        }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    .productQuantitySec {
        font-weight: 700;
        font-size: 19px;
        line-height: 120%;
        text-align: center;
        color: #040707;
    }

    .productQuantityThird {
        font-weight: 500;
        font-size: 19px;
        line-height: 120%;
        text-align: center;
        color: #040707;
    }

    .addToCartBtn {
        border: none;
        width: 100%;
        max-width: 500px;
        margin: 0 0 30px 0;
        background-color: #F7931E;
        padding: 12px 30px;
        text-align: center;
        border-radius: 30px;
        color: #fff;
    }

        .addToCartBtn:hover {
            transition: all 0.3s ease-in-out;
            background-color: #ce6f00;
        }

    .blackBtn {
        border: none;
        width: 100%;
        display: block;
        max-width: 500px;
        margin: 0 auto;
        background-color: #000;
        padding: 12px 30px;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #000;
        color: #fff !important;
        font-size: 16px;
        max-width: 100%;
        text-decoration: none !important;
    }

        .blackBtn:hover {
            transition: all 0.3s ease-in-out;
            background-color: #fff;
            color: #000 !important;
        }



    .allColorsA {
        overflow: hidden;
        position: relative;
    }

    .allColorsImg {
        max-width: 120%;
        position: absolute;
        top: -2px;
        right: -3px;
    }

    .product-color {
        margin: 10px 0;
    }

    .color-details {
        margin-bottom: 30px;
    }

    .brandingErr {
        color: red;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .productBrandingLi {
        padding: 10px 0;
    }

        .productBrandingLi input {
            margin-left: 10px;
        }

        .productBrandingLi label {
            font-size: 18px;
            cursor: pointer;
        }

            .productBrandingLi label b {
                font-weight: 600;
            }

    .productPageBtn {
        border: none;
        background-color: #0e293e;
        color: #fff;
        padding: 12px 30px;
        font-size: 18px;
        margin: 5px 0;
    }

        .productPageBtn:hover {
            background-color: #254d6d;
            transition: all 0.3s ease-in-out;
        }

    .m-t-30 {
        margin-top: 30px;
    }

    .productPageLogoDesc {
        color: gray;
    }

    .productPageLogoErr {
        color: red;
    }

    .productLogoDiv {
        margin: 10px 0;
    }

    .productBrandingList {
        max-width: 350px;
    }

    .productSummaryDiv {
        position: fixed;
        left: 15px;
        top: 200px;
        border: 1px solid #d8d8d8;
        width: 15%;
        min-width: 250px;
        background-color: #f7fbff;
        padding: 10px;
        z-index: 1;
    }

    @media(max-width:1250px) {
        .productSummaryDiv {
            position: relative;
            left: 0;
            top: 15px;
            border: 1px solid #d8d8d8;
            width: 350px;
            margin-bottom: 35px;
        }
    }

    .productSummaryDivHeader {
        font-size: 24px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #000;
    }

    .productSummaryUl li {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        font-size: 17px;
    }

    .productSummaryFeature {
        font-weight: 500;
        font-size: 17px;
        padding: 0 5px;
    }

    .brandingSubtotalLi {
        padding: 10px 15px;
    }

    .productSummarySubtotal div {
        font-weight: 600;
    }

    .productSummarySubtotal {
        border-top: 1px solid #d8d8d8;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .recommended {
        margin-bottom: 45px;
    }

    .slidecontainer {
        max-width: 355px;
    }

    .LogoSubtotalLi {
        padding: 10px 15px;
    }


    .productBidForm {
        width: 70%;
        max-width: 100%;
        padding: 16px;
        border: 2px solid #737373;
        margin-top: 30px;
        border-radius: 15px;
        margin-bottom: 30px;
        opacity: 0;
    }

    .productBidFormTitle {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #000;
        text-align: center;
    }

    .productBidFormBtn {
        background-color: #737373;
        color: #fff;
        min-height: 45px;
        font-size: 18px;
        border-radius: 30px;
        font-weight: 600;
    }

        .productBidFormBtn:hover {
            background-color: #4e4a4a;
            transition: all 0.3s ease-in-out;
        }

    .link-wishlist {
        text-align: center;
        border: 1px solid;
        border-radius: 5px;
        padding: 5px;
    }

    .similarContainer {
        background-color: #F5F0F0;
        padding: 100px 0 60px 0;
    }

    .ProductPageH2 {
        font-weight: 500;
        font-size: 47px;
        line-height: 120%;
        text-align: right;
        color: #040707;
    }

    :root {
        --main-image-width: 500px;
        --main-image-height: 400px;
        --thumbnail-track-width: 90px;
        --thumbnail-height: 79px;
    }

    .productPageGallery {
        min-height: 430px;
        max-width: 500px !important;
        margin: 0 auto;
        position: sticky;
        top: 160px;
    }

    .product-image-carousels {
        display: flex;
        justify-content: center;
        position: relative;
        visibility: hidden;
        opacity: 0;
    }

    .share-sentance {
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
    }
    /** Thumbnails carousel */
    .thumbnails-slider {
        width: var(--thumbnail-track-width);
        padding: 0;
        margin-right: 5px;
        /** Previous/next buttons */
        /** Single thumbnail */
    }

    .hiddenImages {
        display: none;
    }

    .thumbnails-slider button {
        height: 90px;
        width: 30px;
        padding: 0;
        margin: 0;
        font-size: 30px;
        color: rgba(0, 0, 0, .7);
        background-color: #737373;
        z-index: 9;
    }

        .thumbnails-slider button:not([disabled]):hover {
            /* background-color: rgba(0, 0, 0, .1);
            color: black;*/
        }

        /* .thumbnails-slider button:focus {
            background-color: royalblue;
        }*/

        .thumbnails-slider button:focus .slick-prev-icon, .thumbnails-slider button:focus .slick-next-icon {
            color: white !important;
        }

        .thumbnails-slider button.slick-prev {
            top: -29px;
            left: 30px;
            transform: rotate(90deg);
        }

            .thumbnails-slider button.slick-prev .slick-prev-icon {
                display: inline-block;
                transform: rotate(90deg);
                color: black;
            }

        .thumbnails-slider button.slick-next {
            bottom: -30px;
            right: 29px;
            top: auto;
            transform: rotate(90deg);
        }

            .thumbnails-slider button.slick-next .slick-next-icon {
                display: inline-block;
                transform: rotate(90deg);
                color: black;
            }

    .thumbnails-slider .thumbnail-button {
        display: block;
        height: var(--thumbnail-height) !important;
        cursor: pointer;
        border: 0;
        background: none;
        /*background-color: #F5F0F0;*/
        border: 1px solid #F5F0F0;
        transition: opacity 0.1s linear;
        min-height: 100px;
    }

        .thumbnails-slider .thumbnail-button:focus img, .thumbnails-slider .thumbnail-button:hover img, .thumbnails-slider .thumbnail-button[aria-current="true"] img {
            opacity: 1;
            filter: grayscale(0);
            border: 2px solid #737373 !important;
            /*background-color: #F5F0F0;*/
            border: 1px solid #F5F0F0;
        }

        /* .thumbnails-slider .thumbnail-button:focus img {
            outline: 3px dashed white;
            outline-offset: -4px;
        }*/

        /*.thumbnails-slider .thumbnail-button img {
        display: block;
        width: 100%;
        height: 100%;*/
        /*opacity: 0.3;*/
        /*object-fit: cover;*/
        /*filter: grayscale(0.6);*/
        /*transition: all 0.1s linear;
        padding: 10px 5px;
    }*/
        .thumbnails-slider .thumbnail-button img {
            display: block;
            /* width: 100%; */
            height: 100%;
            max-width: 100%;
            margin: 0 auto;
            /* opacity: 0.3; */
            object-fit: contain;
            /* filter: grayscale(0.6); */
            transition: all 0.1s linear;
            padding: 10px 5px;
        }
    /** Main image carousel */
    .main-image-slider {
        position: relative;
        width: var(--main-image-width);
        height: var(--main-image-height);
        position: relative;
        margin-bottom: 1px;
        /*background-color: #F5F0F0;*/
        background-color: #fff;
        margin-right: 10px;
        /** Previous/next buttons */
        /** Slides */
    }

        .main-image-slider button {
            z-index: 1;
        }

            .main-image-slider button.slick-prev {
                left: 10px;
            }

                .main-image-slider button.slick-prev .slick-prev-icon {
                    opacity: 1;
                }

            .main-image-slider button.slick-next {
                right: 10px;
            }

                .main-image-slider button.slick-next .slick-next-icon {
                    opacity: 1;
                }

        .main-image-slider .slick-slide {
            width: var(--main-image-width);
        }

            .main-image-slider .slick-slide .image-link {
                height: var(--main-image-height);
                overflow: hidden;
                transition: outline 0.1s linear;
                padding: 15px;
            }

                .main-image-slider .slick-slide .image-link:focus {
                    outline: 4px dashed white;
                    outline-offset: -7px;
                }

                .main-image-slider .slick-slide .image-link img {
                    display: block;
                    object-fit: cover;
                    max-width: 100%;
                    max-height: 100%;
                    margin: 0 auto;
                }

    #containerImage {
        width: 500px;
        height: 400px;
        /*border: 1px solid #000;*/
        /*    background-position: center;
    background-repeat: no-repeat;
    background-size: unset;*/
        /*float: left;*/
        margin: 0 auto;
        background-color: #fff;
    }

    .brandText {
        text-align: center;
    }

        .brandText p {
        }

    .canvasContainer {
        width: 500px;
        height: 500px;
        position: relative;
        z-index: 999;
        float: left;
    }

    #logo {
        border: none !important;
    }

    .fileUploadHolder {
        /*display: none;*/
        max-width: 300px;
        border: 1px solid #000;
        margin-bottom: 40px;
        border-radius: 5px;
    }

    .noResultsDiv {
        font-size: 30px;
        text-align: center;
    }

    .newFileInput {
        display: block;
        width: 300px;
        text-align: center;
        padding: 10px;
        background-color: #737373;
        color: #fff;
        cursor: pointer;
    }

        .newFileInput:hover {
            color: #fff;
            transition: all 0.3s ease-in-out;
            background-color: #4e4a4a;
        }


    .brandDialog {
        width: 1200px;
        max-width: 90%;
    }

    .brandContent {
        border-radius: 10px;
    }

    .brandHeader {
        background-color: #737373;
        text-align: center;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .brandClose {
        color: #fff !important;
        font-size: 35px !important;
        padding-right: 10px !important;
    }

    .brandTitle {
        font-size: 25px;
    }

    .brandCloseBtn {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #737373;
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

        .brandCloseBtn:hover {
            background-color: #4e4a4a;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .TopCat {
        color: #000 !important;
        font-weight: 600 !important;
    }

    .brandCloseBtnIn {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #000;
        width: 300px;
        max-width: 100%;
        display: block;
        margin: unset;
        font-weight: 500;
    }

        .brandCloseBtnIn:hover {
            background-color: #4e4a4a;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .editedImagesP {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .editedImagesHolder {
        display: none;
        margin: 20px 0;
    }

    .editImages {
        width: 24%;
        display: inline-block;
    }

    .editImagesImg {
        width: 100%;
        display: none;
        max-width: 100%;
        margin: 0 auto;
        border: 1px solid #000;
    }

    .brandImgItems {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px 0;
        padding: 20px;
        gap: 20px;
    }

    .brandImgItem {
        width: 100%;
        border: 1px solid #737373;
        border-radius: 5px;
        padding: 20px;
        position: relative;
    }

    .konvajs-content {
        max-width: 500px;
    }
    /*.konvajs-content canvas{
    left:65px!important;
}*/
    .brandImgTrash {
        font-size: 41px;
        margin-right: 30px;
        margin-top: -40px;
        cursor: pointer;
    }

        .brandImgTrash:hover {
            color: red;
        }

    .brandImgItemA {
        width: 100%;
        display: block;
        padding: 10px;
        font-weight: 600;
    }

        .brandImgItemA:hover {
            color: #000;
        }

        .brandImgItemA:focus {
            color: #000;
        }

    .brandImgItemInner {
        overflow: hidden;
        display: none;
    }

    .brandImgItemDiv {
        display: flex;
    }

    .brandImgItemRight {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }

    .brandImgItemRightTitle {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .brandImgItemRightTitle2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .brandImgItemLeft {
        width: 60%;
    }
    /* PRODUCT PAGE END */
    /* GROUP PRODUCT PAGE START */
    .groupProductSaleDetailsCart {
        margin: 10px 0;
    }

    .groupProductSaleDetailsTitle {
        font-size: 25px;
        display: inline-block;
    }

    .groupProductSaleDetailsAmount {
        font-size: 25px;
        display: inline-block;
    }

    .groupProductDetails {
        width: 500px;
        display: flex;
        padding: 10px;
        justify-content: space-around;
        flex-wrap: wrap;
        border-radius: 13px;
        background: #DA4175;
        color: #fff;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
        max-width: 100%;
        margin: 30px 0;
    }

    .groupProductDetailsCart {
        width: 370px;
        margin: 10px 0;
    }

    .groupProductDetailsRightTitle {
        text-align: right;
        font-size: 14px;
        font-weight: 300;
        line-height: 120%;
    }

    .groupProductDetailsTimer {
        text-align: right;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        margin-top: 10px;
    }

    .groupProductDetailsUnits {
        text-align: right;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        margin-top: 10px;
    }

    .groupOrderItemsPage {
        padding: 60px 80px;
    }
    /* GROUP PRODUCT PAGE END */
    /*#region Accordion*/
    .accordionQA {
        background-color: #ffffff;
        cursor: pointer;
        border: 1px solid #C2C2C2 !important;
        border-radius: 13px;
        padding: 30px;
        width: 100%;
        text-align: right;
        outline: none;
        font-size: 20px;
        transition: 0.4s;
        border-bottom: none !important;
        min-height: 100px;
        font-weight: 600;
    }

        .activeQA, .accordionQA:hover {
            /*background-color: rgb(14 41 62 / 10%);*/
        }

        .accordionQA.activeQA {
            font-weight: 600;
            transition: 0.01s;
            border-bottom: 0px solid transparent !important;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .accordionQA:after {
            content: '⌄';
            color: #000;
            font-weight: bold;
            font-size: 17px;
            float: left;
            margin-left: 5px;
            margin-top: 0px;
        }

    /*    .accordionQA:before {
        content: '';
        background-image: url(../../images/qaicon.png);
        color: #0e293e;
        background-color: #fff;
        font-weight: bold;
        font-size: 17px;
        float: right;
        margin-left: 13px;
        padding: 30px;
        border-radius: 0;
        border: none;
        margin-top: -5px;
        background-position: center;
        background-repeat: no-repeat;
    }*/

    .activeQA:after {
        content: '\25B2';
    }

    .activeQA:before {
        color: #fff;
    }

    .panelQA {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        border: none;
        border: 1px solid #6b767f !important;
        transition: max-height 0.2s ease-out;
        margin-bottom: 20px;
    }

        .panelQA p {
            font-size: 18px;
            color: #737373;
            font-weight: 400;
            padding: 20px;
        }

    .Qa_header {
        font-size: 30px;
        margin: 15px 0px 30px 0;
        font-weight: 600;
    }
    /*#endregion Accordion*/
    /* CART PAGE START */
    .cartTableHeader {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        border-bottom: 2px solid #efefef;
    }

        .cartTableHeader td {
            padding: 10px;
        }

    .CartProductThumb img {
        max-width: 100%;
        padding: 0px;
    }

    .cartPageDiv {
        margin-bottom: 80px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .cartDeskRightCol {
        width: 50%;
    }

    .noProdsCart {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .cartDeskLeftCol {
        width: 40%;
    }

    .cartDeskRightColInner {
        max-width: 600px;
        margin: 0 auto;
    }

    .CartDescription h4 {
        font-size: 18px;
        color: #878787;
        font-weight: 600;
    }

        .CartDescription h4 a {
            font-size: 18px;
            color: #878787;
            font-weight: 600;
        }

    .CartDescription h3 {
        font-size: 14px;
        color: #878787;
        font-weight: 600;
    }

    .CartDescription {
        font-size: 14px;
        text-align: right;
        padding-right: 20px;
    }

    .cartBrandP {
        color: #9a9a9a;
    }

        .cartBrandP b {
            font-weight: 600;
            color: #000;
        }

    .contentBox {
        padding: 41px 35px;
        border: 3px solid #efefef;
        border-radius: 30px;
        background: #FAFAFA;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
        max-width: 400px;
        margin-top: 100px;
    }

    /*.cartBtn {
    background-color: #01BAC6;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    padding: 15px;
}

    .cartBtn:hover {
        color: #fff;
        background-color: #09969f;
        transition: all 0.3s ease-in-out;
    }*/

    .cartBtn {
        background-color: #737373;
        border: none;
    }

        .cartBtn:hover {
            color: #fff;
            background-color: #4e4a4a;
            transition: all 0.3s ease-in-out;
        }

    .cartContainer {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 700px;
    }

    .cartBtnNewStick {
        background-color: #000;
        border-radius: 50px;
        border: none;
        font-size: 16px;
        padding: 15px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        z-index: 999;
    }

        .cartBtnNewStick:hover {
            color: #fff;
            background-color: #4e4a4a;
            transition: all 0.3s ease-in-out;
        }

    .cartBoxTitle {
        color: #040707;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 28.8px */
        margin-bottom: 20px;
    }

    .cartBoxTitle2 {
        color: #737373;
        text-align: center;
        font-family: Open Sans Hebrew;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 22.8px */
    }

    .cartBoxItems {
        margin: 20px 0;
    }

    .cartBoxItem {
        display: flex;
        margin: 10px 0;
    }

    .cartBoxItemName {
        width: 80%;
        color: #737373;
        font-size: 15px;
    }

    .cartBoxItemUnits {
        width: 20%;
        text-align: left;
        font-size: 15px;
        color: #040707;
    }

    .cartTbody {
        border-bottom: 2px solid #efefef;
    }

    sup {
        color: red;
        font-size: 12px;
    }

    .m-t-10 {
        margin-top: 10px;
    }

    .backToCartTitle {
        text-align: left;
        margin-bottom: 15px;
        direction: ltr;
    }

        .backToCartTitle i {
            padding-right: 10px;
        }

    .cartPageContainer {
        margin-top: 30px;
        min-height: 500px;
    }

    .cartTitle {
        color: #040707;
        text-align: right;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        display: inline-block;
    }

        .cartTitle span {
            color: #737373;
            font-size: 19px;
            font-weight: 400;
        }

    .keppShoppingLink {
        display: inline-block;
        float: left;
        color: #DA4175;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        border-bottom: 2px solid #DA4175;
        padding: 2px 5px;
        margin-top: 10px;
    }

        .keppShoppingLink:hover {
            color: #DA4175;
        }

    .cartLeftBox {
        margin-top: 100px;
    }

    .cartTableDiv {
        margin: 0 0 20px 0;
        padding: 5px;
        box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 30%);
        border-radius: 30px;
        /*    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;*/
        position: sticky;
        top: 160px;
        background-color: #fff;
        border: 15px solid #fff;
    }

    .cartTableDivH2 {
        color: #F7931E;
        text-align: center;
        margin: 25px 0;
        font-weight: 600;
    }


    .cartItems {
        max-height: 455px;
        overflow-y: auto;
        /*scrollbar-width: none;
    -ms-overflow-style: none;*/
    }

    @media(max-width:1600px) {
        .cartItems {
            max-height: 380px;
        }
    }

    .sumTotalProds {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        padding: 15px 0 10px 0;
    }

    .sumTotalProdsInit {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 0;
        text-decoration: underline;
        cursor: pointer;
    }

    .sumTotalProds:hover {
        text-decoration: underline;
    }

    .notAllowedOrder {
        font-size: 22px;
        max-width: 700px;
        text-align: center;
        margin: 0 auto;
        line-height: 30px;
        color: red;
    }

    .cartItem {
        margin: 0;
        padding: 5px 15px;
        min-height: 125px;
        display: flex;
        align-items: center;
    }

    .cartItemInfo {
        width: 100%;
        display: flex;
    }

    .cartItemInfoImg {
        width: 20%;
        height: fit-content;
        position: relative;
        border: 1px solid #c6c6c6;
        border-radius: 40px;
        padding: 15px;
    }

    .cartItemInfoImgBg {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        display: flex;
    }

        .cartItemInfoImgBg img {
            margin: 0 auto;
            display: block;
            max-width: 100%;
        }

    .cartItemInfoImgA {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cartItemInfoTitle {
        color: #040707;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 28.8px */
    }

    .cartItemInfoTitles {
        width: 80%;
        padding: 20px;
    }

    .brandImagesCart {
        display: flex;
        flex-wrap: wrap;
    }

    .brandImagesCartItem {
        display: inline-block;
        width: 24%;
        height: 80px;
    }

    .brandImagesCartImg {
        max-width: 100%;
        max-height: 100%;
    }

    .cartItemInfoSku {
        color: #aeaeae;
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-top: 5px;
        margin-bottom: 12px;
    }

    .cartItemHalfWidth {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }

    .cartItemQuantity {
        flex: 0 0 50%;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }

    .cartItemPrice {
        flex: 0 0 50%;
        padding: 20px;
        text-align: left;
    }

    .cartItemPriceTitle {
        font-weight: 700;
        color: #000;
        font-size: 20px;
    }

    .cartItemTrash {
        text-align: center;
    }

        .cartItemTrash img {
        }

    .cartItemHalfWidthShip {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        border-top: 1px solid #f6eeee;
        border-bottom: 1px solid #f6eeee;
        padding: 5px 0;
        margin: 5px 0;
    }

    .cartItemQuantityShip {
        flex: 0 0 50%;
        font-size: 16px;
    }

    .cartItemPriceShip {
        flex: 0 0 50%;
        text-align: left;
    }

    .cartItemPriceTitleShip {
        color: #000;
        font-size: 16px;
        padding-left: 20px;
    }

    .number {
        margin: 0px;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .numberErr {
    }

    .numberErrMin {
        color: red;
        display: none;
        font-size: 13px;
    }

    .cartAmoutInput {
        width: 100px;
        text-align: center;
        /*border: none !important;*/
        font-size: 15px !important;
        font-weight: 400;
        border-radius: 20px !important;
    }

    .minus, .plus {
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 25px;
        padding: 0px 5px 4px 5px;
        border: 1px solid #000;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-weight: 400;
        cursor: pointer;
    }

    .cartItemQuantity .number {
        max-width: 140px;
        padding: 5px 10px;
        border: 1px solid gray;
        border-radius: 12px;
    }

    .cartItemQuantity .cartAmoutInput {
        width: 45px;
        margin-bottom: 0;
        font-size: 20px !important;
    }

    .cartItemQuantity .minus, .plus {
        border: none;
    }

    .product-cart-delete-title {
        color: #ca3e3e;
        font-size: 16px;
        text-align: right;
        font-weight: 500;
    }

    .haveGrillcard {
        text-align: center;
    }

    .haveGrillcardTxt {
        text-align: center;
        font-size: 20px;
        color: #000;
        margin-top: 15px;
    }

    .couponDiv {
        margin: 50px 0;
    }

    .couponDivItems {
        display: flex;
        flex-wrap: wrap;
    }

    .couponDivItemInput {
        flex: 0 0 70%;
    }

    .couponInput {
        background-color: #fff;
        border: 1px solid #c2c2c2;
        border-radius: 12px;
        box-shadow: 0px 2px 10px #cacaca;
        padding: 10px 20px;
        width: 100%;
        margin: 0 0px 0 20px;
        direction: ltr;
        text-align: left;
        letter-spacing: 1px;
    }

    .couponDivItemBtn {
        flex: 0 0 30%;
    }

    .initiateCoupon {
        background-color: #000;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 12px;
        border-radius: 30px;
        margin: 0 10px;
        cursor: pointer;
    }

        .initiateCoupon:hover {
            background-color: #9e9e9e;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .couponNote {
        text-align: center;
        color: #ca3e3e;
        margin: 20px 0;
        font-size: 18px;
    }

    .cart-separator {
        height: 2px;
        background-color: #d2d2d2;
        width: 100%;
        margin: 25px 0;
    }

    .cartSubtotalTopItem {
        display: flex;
        flex-wrap: wrap;
        margin: 15px 0;
    }

    .cartSubtotalTopItemRight {
        flex: 0 0 50%;
        font-size: 18px;
        font-weight: 500;
        color: gray;
    }

    .cartSubtotalTopItemLeft {
        flex: 0 0 50%;
        text-align: left;
    }

        .cartSubtotalTopItemLeft .orange {
            color: orange;
        }

        .cartSubtotalTopItemLeft span {
            font-weight: 800;
            font-size: 26px;
        }

    .cartSubtotalTopItemRight.bold {
        font-weight: 700;
    }

    .chicoDivHolder {
        max-width: 500px;
        margin: 25px auto;
    }

    .chicoDivTitleCart {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 7px;
    }

    .chicoDivGifImgCart {
        border-radius: 50%;
        width: 155px;
        height: 155px;
        position: absolute;
        right: 10px;
        top: -20px;
    }

    .chicoDivIDivCart {
        position: absolute;
        bottom: 0;
        right: 20px;
        cursor: pointer;
    }

    #shippingType {
        display: none;
    }

    .cartShippingType {
        border: 2px solid #f7931e;
    }

    .cartPageMoreProducts {
        max-width: 100%;
        margin: 45px auto;
        max-height: 650px;
    }

        .cartPageMoreProducts .owl-stage-outer {
            padding: 25px 0;
        }

        .cartPageMoreProducts .productItemImgDiv {
            height: 200px;
        }

        .cartPageMoreProducts .owl-nav {
            display: none !important;
        }

        .cartPageMoreProducts .owl-carousel.owl-rtl .owl-item {
            min-width: 250px;
        }

    .productItemCartMore {
        /*max-width: 270px;*/
        margin: auto;
    }
    /* CART PAGE END */
    /* FAVORITES PAGE START */
    .favPageContainer {
        margin-top: 165px;
    }

    .section-title-inner {
        color: #040707;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        float: right;
    }

        .section-title-inner span {
            color: #737373;
            font-size: 24px;
            font-weight: 400;
            line-height: 120%;
        }

    .favProductsItems {
        border-top: 1px solid #C2C2C2;
        padding: 20px 0;
        display: flex;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

    .favProductsItem {
        border-radius: 5px;
        background: #FAFAFA;
        box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
        width: 32%;
        padding: 15px;
    }

        .favProductsItem:hover {
            box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.20);
            transition: all 0.3s ease-in-out;
        }

    .favProductsItemImg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        height: 200px;
        margin-bottom: 20px;
        background-size: contain;
    }

    .favProductsItemName {
        color: #040707;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        min-height: 60px;
    }

    .favProductsItemBtns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }

    .favProductsItemAdd {
        border-radius: 40px;
        padding: 7px 25px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        margin-left: 10px;
        background-color: #737373;
    }

        .favProductsItemAdd:hover {
            background-color: #4e4a4a;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .favProductsItemRemove img {
        max-width: 35px;
    }
    /* FAVORITES PAGE END */


    /* SHOW FAV PAGE START */
    .showFavItems {
        display: flex;
        flex-wrap: wrap;
    }

    .showFavGalleryDiv {
        width: 30%;
        max-width: 100%;
    }

    .showFavLeftDiv {
        padding: 20px;
        background-color: #f4f4f4db;
        width: 70%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-right: 1px solid #adadad;
    }

    .showFavItem {
        display: flex;
        width: 100%;
        margin: 15px 0;
        border-radius: 10px;
        box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.10);
        border-radius: 15px;
    }

        .showFavItem:hover {
            box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.20);
            transition: all 0.3s ease-in-out;
        }

    .showFavA {
        color: #01BAC6;
        font-weight: 600;
        display: block;
    }

    .showFavItemTitle {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        margin: 20px 0;
    }

        .showFavItemTitle span {
            font-size: 20px;
            font-weight: 400;
            color: gray;
            display: block;
            margin-top: 10px;
        }

    .showFavItemTitle2 {
        font-size: 16px;
        font-weight: 400;
        margin: 8px 0;
        color: gray;
    }

        .showFavItemTitle2 span {
            font-weight: 600;
        }

    .shareCartLink {
        display: inline-block;
        color: #DA4175;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        padding: 2px 5px;
        max-width: 100%;
        margin: 0;
    }

        .shareCartLink a {
            color: #DA4175 !important;
        }

    .SocialShareButtonsHolderTitle {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    /* .shareCartLink i {
        color: #DA4175 !important;
    }*/
    .showFavItemLogoDiv {
        margin: 15px 0;
        display: inline-block;
    }

    .showFavGalleryTitle {
        font-size: 25px;
        font-weight: 500;
        text-align: center;
    }

    .showFavItemLogoTitle {
    }

        .showFavItemLogoTitle img {
            max-width: 130px;
        }

    .showFavItemGallery {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .owl-nav {
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 0);
        display: block !important;
        width: 105%;
    }

    .owl-prev {
        margin-left: 20px;
        float: right;
    }

    .owl-next {
        float: left;
    }

    .owl-prev {
        margin-left: 20px;
    }

    .owl-next span {
        font-size: 35px;
        color: #000000;
        border: 1px solid #000;
        border-radius: 50%;
        display: block;
        padding: 2px 10px 9px 10px;
    }

    .owl-carousel-home-top-deals .itemFav {
        top: 30px;
        left: 30px;
    }

    .owl-prev span {
        font-size: 35px;
        color: #000000;
        border: 1px solid #000;
        border-radius: 50%;
        display: block;
        padding: 2px 10px 9px 10px;
    }

    @media(max-width:992px) {
        .owl-nav {
            text-align: center;
            /* margin-top: 30px; */
            position: absolute;
            left: 50%;
            bottom: -40px;
            transform: translate(-50%, 0);
            display: block !important;
        }

        .owl-prev {
            margin-left: 20px;
            float: none;
        }

        .owl-next {
            float: none;
        }
    }

    .showFavGallery {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .showFavGalleryImg {
        display: none !important;
    }
    /* SHOW FAV PAGE END */
    .thankyouOrderContainer {
        padding: 0 50px 50px;
    }
    /***  ------- Cart & Wisth list ------- ***/
    .CartProductThumb a img, .CartProductThumb a img {
        width: 86px;
        max-width: 100%;
    }

    .CartProductThumb a img {
        max-width: 60px !important;
    }

    tr.CartProduct {
        border-bottom: 1px solid #E7E9EC;
        background-color: white;
    }

        tr.CartProduct:hover {
            background-color: #E7E9EC;
        }

        tr.CartProduct td, tr.CartProduct th {
            padding: 10px 0;
        }

    .CartDescription .color {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }

        .CartDescription .color img {
            width: 15px;
            margin-right: 3px;
        }

    .miniCartDescription .color {
        display: block;
        margin-bottom: -2px;
        font-size: 13px;
    }

        .miniCartDescription .color img {
            width: 10px;
            margin-right: 3px;
        }


    /* mycart */

    .cartTableHeader {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    /* CHECKOUT PAGE START */
    .defaultBtn {
        background-color: #0e293e;
        border-radius: 0px;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] {
        color: #000000;
        font-size: 14px;
        margin-bottom: 10px;
        height: 45px;
    }

    .couponForm input[type="text"] {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        height: 35px;
    }
    /* CHECKOUT PAGE END */

    /* Articles Page Start */


    .ArticlesH1Div {
        background: #000;
        height: 300px;
        position: relative;
    }

    .ArticlesH1 {
        position: absolute;
        width: 80%;
        margin: 0 10%;
        text-align: center;
        font-size: 90px;
        font-weight: 300;
        color: #fff;
        top: 120px;
        line-height: 80px;
    }

    .articlesContainer {
        padding: 75px 50px;
    }

    .ArticleSmallImg {
        width: 100%;
        height: 100%;
    }

    .articleDesc {
        padding: 20px;
    }

    .articlesTitle {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 15px;
        color: black;
    }

    .articlesName2 {
        line-height: 1.5;
        color: black;
        FONT-SIZE: 24px;
        font-weight: 300;
    }

        .articlesName2 p {
            color: black;
            FONT-SIZE: 24px;
            font-weight: 300;
        }

    .ArticlePageContainer {
        padding: 20px 20px;
        width: 80%;
        /*min-height: 310px;*/
        float: left;
    }

    .productDetailes {
        padding: 20px 15px 20px 5px;
    }

    .ArticleTxt {
        font-weight: 400;
        font-size: 16px;
        max-width: 845px;
        margin: 0 auto;
    }

        .ArticleTxt img {
            max-width: 100%;
        }

        .ArticleTxt p {
            margin: 5px 0 5px;
            margin: 5px 0 5px;
            font-weight: 500 !important;
            font-size: 16px !important;
        }

            .ArticleTxt p span {
                margin: 5px 0 5px;
                margin: 5px 0 5px;
                font-weight: 500 !important;
                font-size: 16px !important;
            }

        .ArticleTxt a {
            color: #F7931E;
            text-decoration: underline;
        }

        .ArticleTxt h2 {
            padding: 25px 0 10px 0;
            font-size: 28px;
            font-weight: 600;
            color: #F7931E;
        }

        .ArticleTxt h3 {
            padding: 25px 0 10px 0;
            font-size: 25px;
            color: #F7931E;
        }

    @media(max-width:992px) {
        .ArticlePageContainer {
            width: 100%;
            float: none;
        }

        .ArticleTxt img {
            max-width: 100% !important;
            height: auto !important;
        }
    }

    .projectSocialContainer {
        max-width: 1050px;
    }

    .articleHeaderImg {
        margin: 10px;
        float: left;
        display: block;
        margin-bottom: 20px;
        max-width: 600px !important;
    }

    .ArticleTxt ul, ol {
        list-style: inherit;
        margin-right: 20px;
    }
    /* Articles Page End */
    /* Articles Page NEW Start */
    .innerPage {
        padding: 0;
    }

    .moreArticlesPageContainer {
        padding: 15px;
    }

    .moreArticlesImg {
        width: 100%;
        max-height: 90px;
    }

    .MainArticleImg {
        height: 250px;
        max-height: 250px;
        transition: all 0.3s ease 0s;
    }

    .moreArticlesDesc {
        color: #000;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
    }

        .moreArticlesDesc span {
        }

    .moreArticlesDetails p {
        color: #000;
    }

    .moreArticlesItem {
        height: 490px;
        overflow: hidden;
    }

    .MainArticleImgDiv {
        overflow: hidden;
    }

    .moreArticlesItem:hover .MainArticleImg {
        transform: scale(1.2);
        transition: all 0.3s ease 0s;
    }

    .moreArticlesDate {
        color: #000;
    }

    .moreArticlesTitle {
        font-size: 30px;
        margin-top: 15px;
        color: #000;
        font-weight: 400;
        padding-bottom: 5px;
    }

    .upperDetails {
        border-bottom: 1px solid #000;
    }

    .readMoreP {
        text-decoration: underline;
        color: #313131;
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
    }

        .readMoreP:hover {
            font-weight: bold;
        }
    /* Articles Page NEW End */



    /*<-------------- Columns Gallery Start ------------->*/

    .row1 {
        display: -ms-flexbox; /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap; /* IE10 */
        flex-wrap: wrap;
        padding: 10px 0 15px 0;
    }

    /* Create four equal columns that sits next to each other */
    .column1 {
        -ms-flex: 20%;
        flex: 25%;
        max-width: 25%;
        padding: 0 4px;
    }

        .column1 img {
            margin-top: 0px;
            vertical-align: middle;
            width: auto;
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

    /* Responsive layout - makes a two column-layout instead of four columns */
    @media screen and (max-width: 800px) {
        .column1 {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
        }
    }


    /*#region POPUP START*/
    .popUp {
        background-color: #fff;
    }

        .popUp .fixedBackVid video {
            opacity: 0.5;
        }

        .popUp .modal-dialog {
            width: 85%;
            height: 90%;
            margin-top: 45px;
        }

        .popUp .modal-content {
            height: 100%;
            border-radius: 15px;
            border: 1px solid #cccccc;
            box-shadow: 0 5px 15px rgb(0 0 0 / 16%);
            background-color: #ffffff54;
        }

    .modal-body {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        align-items: center;
        flex-direction: column;
    }

    .stage {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

        .stage.active {
            display: block;
        }

        .stage.fade-in {
            opacity: 1;
        }

        .stage.fade-out {
            opacity: 0;
        }

    .continueSiteBtn {
        background-color: transparent;
        min-width: 400px;
        border-radius: 30px;
        padding: 15px;
        margin: 0px auto;
        text-align: center;
        font-size: 18px;
    }

        .continueSiteBtn:hover {
            background-color: #000;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .gradBtn {
        background: linear-gradient(135deg, #F7931E 0%, #FF0000 100%);
        color: #fff;
        border: 1px solid #F7931E;
        display: block;
        padding: 15px;
        width: 100%;
        border-radius: 30px;
        margin: 20px auto;
        text-align: center;
        font-size: 18px;
        max-width: 400px;
    }

        .gradBtn:hover {
            color: #fff;
        }

    .popUp .homeH2 {
        font-size: 45px;
        margin: 35px 0;
    }

    .popupAnswerItems {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    .popupAnswerItem {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
        display: flex;
        border-radius: 10px;
        box-shadow: 0 6px 19px #a6a6a6;
        position: relative;
        padding: 10px 30px;
        max-width: 400px;
        margin: 15px 0;
        width: 100%;
    }

    .popupAnswerItemOvelay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
        background-color: #fff;
        border-radius: 10px;
    }

    .popupAnswerItemTitle {
        color: #000;
        font-weight: 700;
        font-size: 20px;
        position: relative;
        align-content: center;
    }

    .popupAnswerWhiteItems {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        width: 400px;
    }

    .popupAnswerWhiteItem {
        display: block;
        border-radius: 30px;
        border: 1px solid #F7931E;
        position: relative;
        padding: 15px 30px;
        max-width: 400px;
        margin: 10px 0;
        width: 100%;
        background-color: #fff;
    }

        .popupAnswerWhiteItem:hover {
            background-color: #F7931E;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }

        .popupAnswerWhiteItem.active {
            background-color: #F7931E;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }







    .modal-header, .modal-footer {
        border: 0px !important;
        padding: 10px 0 10px 0 !important;
    }

    .registerForm > .contact_headerss > p {
        color: #000 !important;
        text-align: center;
        margin: 0;
    }

    .PassConfErr {
        display: none;
        color: red;
    }

    .contact_headerss span {
        font-weight: 300 !important;
        text-shadow: 1px 1px 1px #4f4f4f;
        COLOR: white;
    }

    .popupClose {
        margin-right: 18px;
        margin-top: -25px !important
    }

    @media(max-width:900px) {
        .btn_contact {
            width: 100%;
            height: 50px;
            font-size: 29px !important;
            font-weight: 600;
            position: relative;
            border-radius: 30px !important;
            background-color: #000 !important;
            border-color: #000 !important;
        }
    }

    @media(min-width:900px) {
        .btn_contact {
            width: 100%;
            height: 50px;
            font-size: 28px !important;
            font-weight: 600;
            background-color: #000 !important;
            border-color: #000 !important;
            border-radius: 30px !important;
            position: relative;
        }

            .btn_contact:hover {
                background-color: #252222 !important;
                border-color: #252222 !important;
            }
    }



    #popupblockInput {
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }

        #popupblockInput > div {
            margin-bottom: 10px !important;
        }

            #popupblockInput > div:last-of-type {
                margin-top: 20px !important;
            }

    .modal-header > .close {
        opacity: unset !important;
        font-size: 52px;
        float: right;
        margin-right: 20px;
        margin-top: 0px !important;
    }

    #popupblockInput > div > input {
        height: 45px;
        font-size: 26px !important;
        font-weight: 600;
        border-radius: 30px;
        border: 1px solid black;
    }

    .popupblock {
        float: none;
        margin: auto;
        margin-top: 5px;
    }

    .btn_contact .FormPlane {
        -moz-transition: margin-right 0.3s ease;
        -o-transition: margin-right 0.3s ease;
        -webkit-transition: margin-right 0.3s ease;
        transition: margin-right 0.3s ease;
        color: #fff;
        font-size: 20px !important;
        position: absolute;
        margin-right: 18px;
        top: 12px;
        z-index: 10;
        -moz-transform: scaleX(-1) rotate(30deg);
        -ms-transform: scaleX(-1) rotate(30deg);
        -o-transform: scaleX(-1) rotate(30deg);
        -webkit-transform: scaleX(-1) rotate(30deg);
        transform: scaleX(-1) rotate(30deg);
    }

    .btn_contact:hover .FormPlane {
        -moz-transition: margin-right 0.3s ease;
        -o-transition: margin-right 0.3s ease;
        -webkit-transition: margin-right 0.3s ease;
        transition: margin-right 0.3s ease;
        margin-right: 35px;
    }


    .FormNameDIV5 li {
        float: left;
        margin-top: -55px;
        margin-left: 45px;
        color: #a94442;
        font-size: 13px;
    }

    .popupClose span {
        color: #000;
        font-size: 25px;
    }

    /*#endregion POPUP End*/

    .favBtn {
        background-color: #0e293e !important;
    }

        .favBtn:hover {
            background: #215680 !important;
            transition: background 0.3s ease-in-out;
        }

    .fav-delete-btn {
        font-size: 20px;
    }

    .modal-header-login {
        background-color: #0e293e;
        color: #fff;
        padding: 20px !important;
    }

    .close-login {
        color: #fff !important;
        font-size: 32px !important;
        position: absolute;
    }

    .modal-body-login {
        max-width: 85%;
        margin: 0 auto;
        padding: 30px;
    }

    .modal-login-btn {
        background-color: #0e293e;
    }

    .form-control.not-valid {
        border-color: #F17370;
    }

    input[type="text"].not-valid {
        border-color: #F17370;
    }


    /*#region CONTACT START*/

    .contactContainer {
        display: flex;
        flex-wrap: wrap;
        margin-top: 180px;
    }

    .contactRight {
        width: 50%;
        height: 700px;
        position: relative;
        padding: 0 40px;
    }

    .contactRightImg {
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 20px;
        border-radius: 15px;
    }

    .contactRightImgOverlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        border-radius: 15px;
    }

    .contactBreadcrumbs {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }

        .contactBreadcrumbs .breadcrumbAbs {
            text-align: right;
            padding-right: 100px;
        }

    .contactRightTitles {
    }

    .contactRightTitle {
        color: #000;
        text-align: right;
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
        padding-right: 30px;
    }

    .contactRightDivImg {
        max-width: 100%;
        border-radius: 10px;
        margin-right: 30px;
        max-height: 450px;
        margin-top: 20px;
    }

    .contactRightTitle2 {
        color: #000;
        text-align: right;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin-top: 15px;
        padding-right: 30px;
        max-width: 80%;
    }

    .contactLeft {
        width: 50%;
        display: flex;
        padding: 30px;
    }

    .contactLeftForm {
        width: 50%;
        display: flex;
        justify-content: center;
        padding-top: 25px;
    }

    .conctFormTitle {
        color: #040707;
        text-align: right;
        font-size: 38px;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 30px;
    }

    #contactForm label {
        margin-bottom: 10px;
        color: #040707;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }

    .contactInput {
        background-color: #E8E8E8 !important;
    }

    .contactForm {
        width: 350px;
        max-width: 80%;
    }



    .contactLeftContact {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 35px;
        max-width: 320px;
        margin: 0 auto;
    }

    .contactLeftContactTitle {
        color: #040707;
        text-align: right;
        font-size: 19px;
        font-weight: 700;
        line-height: 120%;
    }

    .contactLeftContactP {
        color: #040707;
        text-align: right;
        font-size: 19px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .contactLeftContactP2 {
        color: #737373;
        text-align: right;
        font-size: 19px;
        font-weight: 400;
        line-height: 120%;
    }

    .contactLeftContact .row {
        margin: 0;
    }

    .contactSocial {
        text-align: center;
    }
    /*#region CONTACT END*/
    /*#region FIND START*/

    .findContainer {
        display: flex;
        flex-wrap: wrap;
        margin-top: 185px;
    }

    .findRight {
        width: 50%;
        height: 700px;
        position: relative;
    }

    .findRightImg {
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 20px;
        border-radius: 15px;
    }

    .findRightImgOverlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        border-radius: 15px;
    }

    .findBreadcrumbs {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }

        .findBreadcrumbs .breadcrumbAbs {
            text-align: right;
            padding-right: 100px;
        }

    .findRightTitles {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .findRightTitle {
        color: #FAFAFA;
        text-align: right;
        font-size: 59px;
        font-weight: 700;
        line-height: 120%;
    }

    .findRightTitle2 {
        color: #FAFAFA;
        text-align: right;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin-top: 30px;
    }

    .findLeft {
        width: 50%;
        display: flex;
        padding: 30px;
    }

    .findLeftForm {
        width: 60%;
        display: flex;
        justify-content: center;
        padding-right: 50px;
    }

    .findFormTitle {
        color: #040707;
        text-align: right;
        font-size: 38px;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .findFormTitle2 {
        color: #040707;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 20px;
    }

    #findForm label {
        margin-bottom: 10px;
        color: #040707;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }

    .findInput {
        background-color: #E8E8E8 !important;
    }

    .findForm {
        width: 100%;
        max-width: 100%;
    }

    #findForm button {
        width: 100%;
        border: none;
        margin-top: 20px;
    }

    .findLeftfind {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 35px;
        max-width: 320px;
        margin: 0 auto;
    }

    .findLeftfindTitle {
        color: #040707;
        text-align: right;
        font-size: 19px;
        font-weight: 700;
        line-height: 120%;
    }

    .findLeftfindP {
        color: #040707;
        text-align: right;
        font-size: 19px;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .findLeftfindP2 {
        color: #737373;
        text-align: right;
        font-size: 19px;
        font-weight: 400;
        line-height: 120%;
    }

    .findLeftfind .row {
        margin: 0;
    }

    .findSocial {
        text-align: center;
    }

    .findInputText {
        border-radius: 13px;
    }

    .twoInputsDiv {
        display: flex;
        margin-bottom: 5px;
    }

    .twoInputs {
        width: 50%;
        padding: 0 10px;
    }

    .findEmailDiv {
        padding: 0 10px !important;
    }

    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }


        .upload-btn-wrapper input[type=file] {
            font-size: 100px;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

    .btnUpload {
        border-color: #DDDDDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 30px;
        border-style: solid;
        border-width: 1px;
        color: #000000;
        font-size: 14px;
        height: 45px;
        background-color: #E8E8E8 !important;
        margin-top: 0 !important;
        cursor: pointer;
        text-align: right;
        padding: 10px;
    }

    .btnUploadImg {
        position: absolute;
        left: 15px;
        top: 12px;
        max-width: 18px;
    }
    /*#region FIND END*/
    /*#region LOGIN START*/
    .loginContainer {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .loginRight {
        width: 50%;
        min-height: 700px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
    }

    .loginLeft {
        width: 50%;
        padding: 20px;
        display: flex;
        justify-content: center;
        justify-items: center;
    }

    .loginLeftInner {
        min-width: 350px;
        max-width: 100%;
        padding-top: 85px;
    }

    .section-title-inner {
        float: none;
    }

    .loginLeftInnerTitle {
        color: #040707;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        line-height: 120%;
    }

    .loginLeftInnerTitle2 {
        color: #737373;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin: 20px 0;
    }

    .loginLabel {
        color: #040707;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }

    .nextDBtnLogin {
        width: 100%;
        border: none;
        margin-top: 20px;
    }

    .checkbox {
        float: right;
    }

    .marg10 {
        margin: 10px 0;
    }

    .registerFromLogin {
        text-align: center;
    }

        .registerFromLogin a {
            font-weight: 300;
            color: #737373;
        }

            .registerFromLogin a span {
                font-weight: 700;
                color: #000;
            }
    /*#region LOGIN END*/

    /*#region REGISTER START*/
    .loginContainer {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    .loginRight {
        width: 50%;
        min-height: 590px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
    }

    .loginLeft {
        width: 50%;
        padding: 20px;
        display: flex;
        justify-content: center;
        justify-items: center;
    }

    .loginLeftInner {
        min-width: 350px;
        max-width: 100%;
        padding-top: 50px;
    }


    .loginLeftInnerTitle {
        color: #040707;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        line-height: 120%;
    }

    .loginLeftInnerTitle2 {
        color: #737373;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin: 20px 0;
    }

    .loginLabel {
        color: #040707;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }

    .nextDBtnLogin {
        width: 100%;
        border: none;
        margin-top: 20px;
    }

    .agentLogin {
        text-align: center;
        margin-top: 25px;
        opacity: 0;
    }

        .agentLogin a {
            font-weight: 300;
            color: #fff;
            background-color: #000;
            padding: 5px 15px;
            margin-top: 50px;
            display: block;
            max-width: 230px;
            margin: 0 auto;
            border-radius: 30px;
            transition: all 0.3s ease-in-out;
            border: 2px solid #000;
            float: right;
        }

            .agentLogin a:hover {
                color: #000;
                background-color: #fff;
                transition: all 0.3s ease-in-out;
            }

                .agentLogin a:hover span {
                    color: #000;
                    transition: all 0.3s ease-in-out;
                }

            .agentLogin a span {
                font-weight: 700;
                color: #fff;
            }

    .registerFromLogin {
        text-align: center;
        margin-top: 25px;
    }

        .registerFromLogin a {
            font-weight: 300;
            color: #fff;
            background-color: #000;
            padding: 15px;
            margin-top: 50px;
            display: block;
            max-width: 100%;
            margin: 0 auto;
            border-radius: 30px;
            transition: all 0.3s ease-in-out;
            border: 2px solid #000;
        }

            .registerFromLogin a:hover {
                color: #000;
                background-color: #fff;
                transition: all 0.3s ease-in-out;
            }

                .registerFromLogin a:hover span {
                    color: #000;
                    transition: all 0.3s ease-in-out;
                }

            .registerFromLogin a span {
                font-weight: 700;
                color: #fff;
            }
    /*#region REGISTER END*/
    /*#region ARTICLES START*/
    .articleTopContainer {
        margin-top: 175px;
    }
    /*#region ARTICLES END*/

    /*#region TABS START*/

    .tabsDiv {
        width: 1200px;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .resultUl {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }

    .resultLi {
        float: none !important;
    }

    .resultA {
        color: #808285;
        font-size: 16px;
        font-weight: 400;
        direction: rtl;
        border: none !important;
        padding: 5px !important;
        border-bottom: 3px solid transparent !important;
        border-radius: 0px !important;
    }

        .resultA:hover {
            color: #E31F26;
        }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #fff !important;
    }

    .nav-tabs {
        border-top: none !important;
        border-bottom: 1px solid #ddd;
    }

    .nav > li > a > img {
        max-width: 35px;
    }

    .resultImg {
    }

    .tabsDiv.nav-tabs > li.active > a, .tabsDiv.nav-tabs > li.active > a:hover, .tabsDiv.nav-tabs > li.active > a:focus {
        filter: grayscale(100%) brightness(79%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(1.8) !important;
        background-color: unset !important;
        border: none !important;
        border-bottom: 3px solid #E31F26 !important;
        border-radius: 0;
        margin-top: -2px;
        direction: rtl;
    }

    .tab-content {
        min-height: 300px;
    }

    .tabContentTitle {
        color: #000;
        text-align: center;
        font-size: 19px;
        font-weight: 500;
        line-height: 120%;
        max-width: 250px;
        margin: 30px auto;
    }

        .tabContentTitle span {
            color: #808285;
            font-weight: 300;
        }

    .accountProdsDiv {
        visibility: hidden;
        background-color: #F5F0F0;
        padding: 20px;
    }

    .detailsForm {
        text-align: right;
    }

    .detailsFormDiv {
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }

        .detailsFormDiv .width50 {
            width: 45%;
        }

    .nextDBtnDetails {
        border-radius: 150px;
        background: #ED1C24;
        padding: 15px 65px;
        border: none;
    }

        .nextDBtnDetails:hover {
            background: #bb0c13;
        }

    .formGroupBtn {
        width: 100%;
    }

    .detailsFormDiv input {
        background-color: #E8E8E8;
    }

    .parallax-account {
        min-height: 215px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0px;
        max-width: 100%;
        position: relative;
        border-radius: 10px;
        margin-bottom: 40px;
    }

    .brandLogoDiv {
        position: absolute;
        right: 5%;
        bottom: -75px;
        z-index: 9;
        text-align: center;
    }

    .brandLogo {
        border-radius: 50%;
        width: 85px;
        height: 80px;
        border: 2px solid #fff;
        padding: 10px;
        background-color: gray;
        margin: 0 auto;
    }

    .brandLogoImg {
        max-width: 90%;
        margin: 0 auto;
    }

    .brandLogoTitle {
        color: #040707;
        text-align: right;
        font-size: 24px;
        font-weight: 600;
        margin-top: 10px;
        line-height: 120%;
    }

    @media(max-width:1525px) {
        .brandLogoDiv {
            right: 5%;
            bottom: -30px;
        }
    }

    .accountOrdersDiv {
    }

    .accountItemCartInfo {
    }

    .accountCartItemQuantity {
        width: 15%;
    }

    .accountCartItemDate {
        width: 15%;
        color: #000;
    }

    .accountCartItemTrash {
        width: 10%;
    }

    .accountAcrtTableTr td {
        color: #000;
    }

    .accountCartAmoutInput {
        text-align: center;
        margin: 0 auto;
        color: #000;
    }

    .accountFavoritesDiv {
        background-color: #F5F0F0;
        padding: 20px;
    }

    .accountDetailsTitle {
        color: #040707;
        text-align: right;
        font-size: 30px;
        font-weight: 700;
        line-height: 120%;
        padding-right: 25px;
        margin-bottom: 20px;
    }
    /*#region TABS END*/
    .clientsTopContainer {
        min-height: 550px;
        margin-top: 175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        max-width: 99%;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    #video-bgHeroClients {
        position: relative;
        top: -30%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .clientsTxt {
        margin: 40px auto;
    }

    .clientsTxtDiv {
        padding: 20px;
    }

        .clientsTxtDiv h2 {
            font-size: 35px;
            font-weight: 600;
            line-height: 20px;
            margin: 20px 0;
        }

        .clientsTxtDiv p {
            font-size: 18px;
            font-weight: 500;
        }

    .logosTitle {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        margin: 20px 0 40px 0;
    }

    .clientsTxtImg {
        max-width: 100%;
        border-radius: 20px;
    }

    .bredcrumbsVideo ul {
        background-color: transparent !important;
    }

    .bredcrumbsVideo a {
        color: #fff !important;
        font-weight: 400;
    }

    .videoParallaxTitles {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
    }

    .stats__grid--desktop:hover .CenteredLogoClients {
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
    }

    .over {
        width: 100%;
        height: 125px;
        text-align: center
    }

    .Centered {
        display: inline-block;
        vertical-align: middle;
        width: 80px;
        height: 80px
    }

    .CenteredLogoClients {
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
        max-width: 65%;
        transition: all 0.3s ease-in-out;
    }

    .m-t-b-10 {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .m-t-b-20 {
        margin-bottom: 20px;
        margin-top: 20px
    }

    img.grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0)
    }

    .ClientsTempNotGrayscale {
        filter: none;
        -webkit-filter: grayscale(0) !important
    }

    .panel-default > .panel-heading {
        border-color: #ddd;
        background-color: #737373;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .panel-default {
        border-radius: 10px 10px 0 0;
    }

    .brandItems {
        background-color: #fff;
        /*min-height: 215px;*/
        display: flex;
        flex-wrap: wrap;
    }

    .brandCatItem {
        width: 20%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex: 1 0 20%;
        min-height: 100px;
        margin: 20px;
    }

    .brandCatItemA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .brandCatItemImg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 75px;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .brandCatItem:hover .brandCatItemImg {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }

    .brandCatItem:hover .brandCatItemP {
        color: #01BAC6;
    }

    .brandCatItemP {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding-top: 10px;
    }
    /*#region New Cats START*/

    .newCatsContainer {
        max-width: 90%;
        margin: 40px auto;
    }

    .newCatsItems {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .newCatsItem {
        width: 30%;
        height: 340px;
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0px 4px 10px #0000004d;
    }

    .newCatsItemImg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease-in-out;
    }

    .newCatsItem:hover .newCatsItemImg {
        transform: scale(1.05);
        transition: all 0.3s ease-in-out;
    }

    .newCatsItem:hover .newCatsA {
        /*background-color: rgb(0 0 0 / 50%);*/
        transition: all 0.3s ease-in-out;
    }

    .newCatsItemImgGif {
        position: absolute;
        width: 45px;
    }

    .newCatsA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .newCatsATitle {
    }

    .newCatsATitleDiv {
        position: absolute;
        bottom: 15px;
        right: 25px;
        font-size: 20px;
        color: #000;
        font-weight: 700;
        z-index: 9;
        transition: all 0.3s ease-in-out;
    }

    .newCatsATitleImg {
        position: absolute;
        bottom: 15px;
        right: -50px;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        width: 25px;
        z-index: 9;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .newCatsItem:hover .newCatsATitleDiv {
        right: 100px;
        transition: all 0.3s ease-in-out;
    }

    .newCatsItem:hover .newCatsATitleImg {
        right: 50px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    /*#region New Cats END*/
    .videoOvelayHeader {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 50%);
    }

    .groupOrderItemUploadWidth100 {
        width: 100%;
    }

    .groupOrderImgDivUploadHeight {
        height: 160px;
    }

    .groupOrderItemName2Padd {
        padding-bottom: 70px;
    }

    .dispNone {
        display: none;
    }

    .productAccordion {
        text-align: center;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 20px #cacaca;
        padding: 15px;
        margin: 25px 0;
    }

    .supplyText {
        text-align: right;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 20px #cacaca;
        padding: 15px;
        margin: 25px 0;
    }

    .productAccordionTitle {
        font-weight: 600;
    }

    .accordion {
        width: 100%;
        margin: 25px auto;
    }

    .accordion-item {
        border-bottom: 1px solid #ccc;
    }

    .accordion-header {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 10px;
        flex-flow: row-reverse;
    }

        .accordion-header .icon {
            margin-right: 10px;
            transition: transform 0.3s ease;
        }

        .accordion-header .title {
            flex: 1;
            text-align: right;
            font-weight: 600;
        }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 10px;
    }

        .accordion-content h2 {
            color: #F7931E !important;
            font-weight: 600;
            text-align: right;
            margin: 20px 0;
        }

        .accordion-content h3 {
            color: #F7931E;
            font-weight: 600;
        }

        .accordion-content.open {
            padding: 10px 10px 30px 10px;
            text-align: right;
        }

        .accordion-content a {
            color: #F7931E;
            text-decoration: underline;
        }

    .grillcardPageQA .accordion-content p {
        font-size: 18px;
        font-weight: 400;
    }

    .fileItemA img {
        margin-left: 5px;
    }

    .accordion-header.active .icon {
        transform: rotate(-90deg);
    }

    .icon i {
        transition: transform 0.3s ease;
    }

    .accordion-header.active i {
        transform: rotate(-90deg);
    }

    .fileItemA {
        color: #000 !important;
        text-decoration: none !important;
        display: block;
        margin: 10px 0;
    }

    .colorSelect {
        text-align: center;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 4px 20px #cacaca;
        padding: 15px;
        margin: 25px 0;
    }

    .colorSelectTitle {
        font-weight: 600;
    }

    .colorSelectItems {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        gap: 10px;
        min-height: 35px;
    }

    .colorSelectItem {
        height: 40px;
        border-radius: 50%;
        width: 40px;
        border: 1px solid #cccccc;
        padding: 3px;
    }

        .colorSelectItem.active {
            border: 2px solid #F7931E;
        }

    .colorSelectItemInner {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
    }

        .colorSelectItemInner.two-colors {
            background: linear-gradient( to bottom, var(--c1) 50%, var(--c2) 50% );
        }

    .colorSelectItemA {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }


    /* PRODUCT PAGE GALLERY START */
    .product-gallery {
        width: 500px;
    }


    /* Main image */
    .main-image {
        width: 500px;
        height: 500px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-bottom: 15px;
        position: relative;
        border: 1px solid #b8b8b8;
        cursor: pointer;
    }

        .main-image iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 15px;
        }

        .main-image video {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background: #000;
        }

        .main-image img {
            max-width: 100%;
            max-height: 100%;
            border-radius: 15px;
            opacity: 1;
            transition: opacity 0.4s ease;
        }

            .main-image img.fade-out {
                opacity: 0;
            }

    @media(max-width:1600px) {
        .main-image {
            width: 380px;
            height: 380px;
        }

        .product-gallery {
            width: 380px;
        }
    }
    /* Thumbnails */

    .thumbnailsHolder {
        position: relative;
    }

    .thumbnails {
        display: flex;
        gap: 8px;
        position: relative;
        overflow: hidden;
    }

    .thumbnail-track {
        display: flex;
        transition: transform 0.3s ease;
        gap: 15px;
    }

    .thumbnail {
        width: 25%; /* 25% of parent */
        min-width: 25%;
        aspect-ratio: 1 / 1; /* makes it a square */
        background: #fff;
        border-radius: 10px;
        cursor: pointer;
        padding: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        display: flex; /* enable flexbox */
        align-items: center; /* vertical center */
        justify-content: center; /* horizontal center */
        overflow: hidden; /* hide overflow */
    }

        .thumbnail img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain; /* keep aspect ratio */
            border-radius: 10px;
        }

        .thumbnail.active {
            border: 2px solid #F7931E;
        }

    /* Carousel arrows */
    .arrow {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background: #F7931E;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 20px;
        padding: 1px 10px 5px 10px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        z-index: 5;
    }

        .arrow:disabled {
            opacity: 0.4;
            cursor: default;
        }

        .arrow.left {
            right: -15px;
        }

        .arrow.right {
            left: -15px;
        }

    /* PRODUCT PAGE GALLERY START */

    .upgradeContainer {
        padding: 35px 15px;
        clear: both;
    }

    .upgradeContainerResult {
        display: none;
    }

    .upgradeContainerTitle {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
        margin: 25px 0 45px;
    }

    .upgradeContainerTitle2 {
        font-size: 18px;
    }

    .checkAddition {
        position: absolute;
        left: -10px;
        top: -10px;
        display: none;
    }

    .active .checkAddition {
        display: block;
    }

    .additionalProdsItems {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin: 25px 0;
        padding: 25px 3%;
        max-height: 500px;
        overflow-y: scroll;
        flex-direction: row-reverse;
        direction: ltr;
    }


    .additionalProdsItem {
        flex: 0 0 31%;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid gray;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .additionalProdsItem:hover {
            border: 1px solid #F7931E;
        }

    .additionalProdsItemDown {
        flex: 0 0 28%;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid gray;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .additionalProdsItemDown:hover {
            border: 1px solid #F7931E;
        }

        .additionalProdsItemDown.active {
            border: 2px solid #F7931E;
        }

    .additionalProdsItem.active {
        border: 2px solid #F7931E;
    }

    .additionalProdsItemImg {
        height: 200px;
    }

    .additionalProdsItemImgDown {
        height: 105px;
    }

    .additionalProdsItemImg img {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .additionalProdsItemImgDown img {
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .additionalProdsItemName {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        margin: 12px 0;
    }

    .additionalProdsItemPrice {
        font-size: 18px;
        font-weight: 400;
        color: darkgray;
    }

    .additionalProdsItemNameDown {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0;
    }

    .additionalProdsItemPriceDown {
        font-size: 16px;
        font-weight: 400;
        color: darkgray;
    }

        .additionalProdsItemPriceDown.orange {
            color: orange;
            font-weight: 600;
            font-size: 18px;
        }

    .additionalProdsModalDialog {
        max-width: 450px;
    }

    .additionalProdsModal {
    }

        .additionalProdsModal .modal-body {
            padding: 15px 45px;
        }

        .additionalProdsModal img {
            max-width: 100%;
        }

    .additionalProdsModalName {
        font-size: 28px;
        font-weight: 800;
        text-align: right;
        margin-top: 20px;
        line-height: 30px;
    }

    .additionalProdsModalSku {
        text-align: right;
        margin: 20px 0;
    }

    .additionalProdsModalSkuA {
        display: block;
        color: #F7931E;
        margin-top: 10px;
    }

    .additionalProdsModalDesc {
        margin: 15px 0;
    }

        .additionalProdsModalDesc p {
            text-align: right;
        }

    .additionalProdsItemPrices {
    }

    .additionalProdsModalPrice {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .additionalProdsModalPrice strong {
            color: red;
            font-weight: 300;
            text-decoration: line-through;
        }

    .additionalProdsModalPriceFinal {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 24px;
        font-weight: 600;
    }

        .additionalProdsModalPriceFinal strong {
            margin-right: 10px;
        }

        .additionalProdsModalPriceFinal span {
            margin-right: -4px;
            font-size: 20px;
            font-weight: 500;
        }

    .additionalProdsModalBtn {
        background-color: #F7931E;
        display: block;
        width: 85%;
        margin: auto;
        border: 1px solid #F7931E;
        border-radius: 35px;
    }

        .additionalProdsModalBtn:hover {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
            border: 1px solid #F7931E;
        }

        .additionalProdsModalBtn:active {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
            border: 1px solid #F7931E;
        }

        .additionalProdsModalBtn:focus {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
            border: 1px solid #F7931E;
        }

        .additionalProdsModalBtn:disabled {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
            border: 1px solid #F7931E;
        }

    .modalCloseBtnDiv {
        background: none;
        border: none;
        margin-right: 20px;
        margin-top: 10px;
    }

    .additionalProdsModal .modal-footer {
        padding-bottom: 30px !important;
    }

    .upgradeResult {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .upgradeResultItem {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid gray;
        text-align: center;
        cursor: pointer;
        box-shadow: 0px 0px 16px #00000059;
        transition: all 0.3s ease-in-out;
    }

        .upgradeResultItem:hover {
            border: 1px solid #F7931E;
            box-shadow: 0px 0px 16px #000000a6;
            transition: all 0.3s ease-in-out;
        }

        .upgradeResultItem img {
            max-width: 100%;
        }

    .depositContainer {
        margin: 35px 0;
    }

    .depositInputs {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .depositInput {
        flex: 0 0 65%;
    }

    .depositErr {
        display: none;
        color: red;
    }

    .checkDepositInput {
        flex: 0 0 30%;
        border: none;
        width: 100%;
        max-width: 500px;
        margin: 0 0 30px 0;
        background-color: #F7931E;
        padding: 12px 30px;
        text-align: center;
        border-radius: 30px;
        color: #fff;
    }

        .checkDepositInput:hover {
            transition: all 0.3s ease-in-out;
            background-color: #ce6f00;
        }

    .depostAndSummary {
        display: flex;
        flex-wrap: wrap;
    }

    .depositDiv {
        flex: 0 0 100%;
    }

    .depositDivInner {
        max-width: 100%;
    }

    .productPageSummary {
        flex: 0 0 100%;
        /*  position: sticky;
    top: 160px;*/
        align-self: flex-start;
        padding-right: 20px;
    }

    .depositTitle {
        margin-bottom: 10px;
    }

    /*.chicoDivContainer {
    display: none;
}*/

    .chicoDiv {
        max-width: 500px;
        display: flex;
        margin: 25px auto;
    }

    .chicoDivHolderService {
        max-width: 400px;
    }

    .chicoDivGif {
        flex: 0 0 20%;
        position: relative;
    }

    .chicoDivGifImg {
        border-radius: 50%;
        width: 155px;
        height: 155px;
        position: absolute;
        right: 10px;
        top: -8px;
    }

    .chicoDivIImg {
    }

    i.fa-info {
    }

    .chicoDifLeft {
        background: #F7931E;
        background: linear-gradient(174deg, rgba(247, 147, 30, 1) 0%, rgba(255, 0, 0, 1) 100%);
        flex: 0 0 80%;
        border-radius: 25px 5px 5px 20px;
        padding: 8px 80px 15px 15px;
        min-height: 115px;
        box-shadow: 0px 15px 25px #c2c2c2;
    }

    .chicoDifLeftService {
        padding: 20px 80px 15px 5px;
    }

    .chicoDivIDiv {
        position: absolute;
        bottom: 0;
        right: 25px;
        cursor: pointer;
    }

    /* desktop hover (keep if you want) */
    .chicoDivGif:hover .tooltipNewDiv {
        display: block;
    }

    /* mobile/JS controlled */
    .chicoDivGif.active .tooltipNewDiv {
        display: block;
    }

    .tooltipNewDiv {
        display: none;
        position: absolute;
        right: 100px;
        top: -35px;
        box-shadow: 0px 3px 10px #888888;
        background-color: #fff;
        border-radius: 8px;
        padding: 15px;
        width: 340px;
        z-index: 9999;
    }

    .tooltipNew {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.55;
        color: #333333;
    }

    .tooltipNewTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        color: #171717;
        margin-bottom: 14px;
    }

    .chicoDivTitle {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 7px;
    }

    .chicoDivTitle2 {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
    }

    .chicoDivTitle3 {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        padding-top: 18px;
    }

    .slot-machine {
        display: flex;
        gap: 5px;
        align-items: inherit;
        margin-top: 10px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .noOrderLink {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 24px;
        text-decoration: underline;
    }

        .noOrderLink:hover {
            background-color: #F7931E;
            transition: all 0.3s ease-in-out;
        }

    .digit {
        width: 35px;
        height: 43px;
        border-radius: 12px;
        background: linear-gradient(to bottom, #ffffff, #e5e5e5);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 -4px 6px rgba(0, 0, 0, 0.2);
        font-size: 20px;
        text-align: center;
        color: #000;
        overflow: hidden;
        position: relative;
        padding: 10px 0 0 0;
    }

        .digit span {
            display: block;
            opacity: 0;
            transform: translateY(-40px);
            animation: fadeDown 0.6s forwards;
            font-family: "Keania One", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

    @keyframes fadeDown {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .custom-checkbox {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 8px;
        margin: 10px 0;
    }

        /* hide native box */
        .custom-checkbox input {
            display: none;
        }

        /* custom box */
        .custom-checkbox span {
            width: 20px;
            height: 20px;
            border: 1px solid gray;
            border-radius: 8px;
            background: white;
            display: inline-block;
            position: relative;
            transition: all 0.2s ease;
        }

        /* checkmark */
        .custom-checkbox input:checked + span::after {
            content: "";
            position: absolute;
            left: 6px;
            top: 2px;
            width: 6px;
            height: 12px;
            border: solid black;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .PlusDiv {
        position: absolute;
        left: -5px;
        top: -10px;
    }

        .PlusDiv .PlusDivPlus {
            display: block;
        }

        .PlusDiv .PlusDivV {
            display: none;
        }

    .active .PlusDiv .PlusDivPlus {
        display: none;
    }

    .active .PlusDiv .PlusDivV {
        display: block;
    }

    .shipAs.disabled {
        filter: grayscale(100%);
        opacity: 0.6;
        pointer-events: none;
    }

    .productAdditionsRow {
        font-weight: 400;
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
        color: gray;
    }


        .productAdditionsRow.gift {
            color: #F7931E;
        }

    .productAdditionsLeft {
        text-align: left;
        flex: 0 0 45%;
    }

    .productAdditionsRight {
        flex: 0 0 45%;
    }

    .productAdditionsRemainRow {
        font-weight: 400;
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
        color: gray;
    }


    .productAdditionsRow.gift {
        color: #F7931E;
    }

    .productAdditionsRemainLeft {
        text-align: left;
        flex: 0 0 45%;
        direction: ltr;
    }

        .productAdditionsRemainLeft.green {
            color: green;
            font-size: 14px;
            font-weight: 600;
        }

        .productAdditionsRemainLeft.red {
            color: red;
            font-size: 14px;
            font-weight: 600;
        }


    .productAdditionsRemainRight {
        flex: 0 0 45%;
    }

        .productAdditionsRemainRight.green {
            color: green;
            font-size: 14px;
            font-weight: 600;
        }

        .productAdditionsRemainRight.red {
            color: red;
            font-size: 14px;
            font-weight: 600;
            white-space: pre-line;
        }

    .removeAddition {
        flex: 0 0 10%;
        background: none;
        border: 1px solid #000;
        border-radius: 50%;
        padding: 0px 2px !important;
        display: inline-block;
        max-width: 24px;
        max-height: 24px;
        font-size: 16px;
    }

    .productPageSummaryTotalPrice {
        font-weight: 800;
        font-size: 28px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px 0 20px 0;
    }

        .productPageSummaryTotalPrice div {
            flex: 0 0 50%;
        }

    .priceBeforeRed {
        font-size: 18px;
        font-weight: 400;
        color: #c3c3c3;
        text-decoration: line-through;
        text-decoration-color: black;
        display: block;
        text-align: left;
        width: 100%;
    }

    .productPageSummaryTotalPriceLeft {
        text-align: left;
    }

        .productPageSummaryTotalPriceLeft.orange {
            color: #F7931E;
        }

    .productPageSummaryBtns {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .productPageSummaryQuantity {
        flex: 0 0 30%;
    }

    .productPageSummaryBtnDiv {
        flex: 0 0 70%;
    }

    .number-input {
        display: flex;
        align-items: center;
        width: 95px;
        border: 1px solid gray;
        border-radius: 8px;
        overflow: hidden;
    }

        .number-input button {
            flex: 0 0 24px; /* fixed width for buttons */
            height: 28px;
            border: none;
            background: white;
            color: black;
            font-size: 16px;
            line-height: 1;
            cursor: pointer;
        }

            .number-input button:active {
                background: #f0f0f0;
            }

        .number-input input {
            flex: 1;
            border: none;
            text-align: center;
            font-size: 14px;
            outline: none;
            max-width: 45px;
            -moz-appearance: textfield;
            margin-bottom: 0;
        }

            .number-input input::-webkit-outer-spin-button,
            .number-input input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0; /* remove spinners in Chrome */
            }


    /* HOMEPAGE START*/
    .fixedBackVid video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        opacity: 0.3;
    }

    .homeTopContainerNew {
        margin-top: 170px;
    }

    .stories-containerTop {
        max-width: 650px;
        margin: auto;
    }

    .stories-container {
        display: flex;
        overflow-x: auto;
        gap: 30px;
        padding: 10px 0px 10px 15px; /* add left padding so first item is fully visible */
        scrollbar-width: none;
        flex-direction: row-reverse;
        justify-content: end;
        margin-top: 10px;
    }

        .stories-container::-webkit-scrollbar {
            display: none;
        }

    .story-item {
        flex: 0 0 auto;
        width: calc((100% / 3.5)); /* show 3.5 items on mobile */
        max-width: 117px; /* optional max size */
        text-align: center;
        text-decoration: none;
        color: inherit;
    }

    .story-image {
        position: relative;
        width: 117px;
        height: 117px;
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        overflow: hidden;
    }

    .story-image-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        background: #fff;
    }

    .story-image-gif {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none; /* important */
    }

    .story-title {
        font-size: 14px;
        font-weight: 300;
        margin-top: 6px;
        white-space: nowrap;
        color: #000;
    }

    .stories-container {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }

    @media (max-width: 768px) {
        .stories-container {
            scroll-snap-type: x mandatory;
        }

        .story-item {
            scroll-snap-align: start;
        }
    }

    .heroVid {
        margin: 25px 0;
        text-align: center;
    }

    .heroVidKitchens {
        margin: 25px 0 0 0;
    }

    .heroVidVideo {
        border-radius: 8px;
        box-shadow: 0px 0px 10px #9a9a9a;
        max-width: 90%;
    }

    .heroVidVideoHomeHome {
        max-height: 80vh;
    }

    .newComersContainer {
        text-align: center;
        padding: 25px 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .newComersContainerNew {
        margin-top: 0px;
    }

    .homeH2 {
        color: #454545;
        font-weight: 800;
        font-size: 50px;
        text-align: center;
        margin-top: 35px;
        line-height: 80px;
    }

    .padd0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .carousel-container {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        padding: 40px 0;
        overflow: hidden;
    }

    .carousel {
        position: relative;
        width: 100%;
        max-width: 400px;
        height: 500px;
        margin: 50px auto;
        perspective: 1200px;
        overflow: visible;
    }

    .carousel-track {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
    }

    .carousel-item {
        height: 480px;
        border-radius: 8px;
        overflow: hidden;
        background: #000;
        transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
        border: 1px solid #fff;
        box-shadow: 0px 0px 10px #949494;
        margin: 20px;
    }

        .carousel-item img,
        .carousel-item video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            opacity: 0.9;
        }

    .media-title {
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: 800;
        color: #fff;
        z-index: 2;
        padding: 20px 45px;
        line-height: 26px;
    }

    .media-link {
        position: absolute;
        bottom: 15px;
        left: 50%;
        min-width: 80%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: block;
        padding: 5px 10px 7px 10px;
        color: #fff;
        background: rgba(0, 0, 0, 1);
        border: 1px solid #949494;
        border-radius: 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        z-index: 2;
    }

        .media-link:hover {
            background: #fff;
            color: #F7931E;
            transition: all 0.3s ease-in-out;
            border: 1px solid #F7931E;
        }

    @media(max-width:992px) {
        .carousel-item {
            position: absolute;
            width: 310px;
            height: 480px;
            border-radius: 8px;
            overflow: hidden;
            background: #000;
            transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
            border: 1px solid #fff;
            box-shadow: 0px 0px 10px #949494;
            margin: unset;
        }

        .media-title {
            position: absolute;
            top: 10px;
            left: 0;
            width: 100%;
            text-align: center;
            font-size: 30px;
            font-weight: 800;
            color: #fff;
            z-index: 2;
            padding: 20px 15px;
            line-height: 32px;
        }

        .media-link {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            text-align: center;
            display: block;
            padding: 10px 0;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 4px;
            text-decoration: none;
            z-index: 2;
            transform: none;
        }
    }

    .container-car-desk {
        width: 1450px;
        max-width: 100%;
        margin: 25px auto;
        margin-top: 40px;
    }

    .container-car-desk-kitch {
        margin-top: 0px;
    }
    /* .media-link:hover {
        color: #fff;
    }*/
    /* Buttons */
    .carousel-btn {
        position: absolute;
        bottom: -45px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid black;
        background: #fff;
        font-size: 16px;
        padding: 4px;
        cursor: pointer;
    }

        .carousel-btn.prev {
            left: calc(50% - 35px);
        }

        .carousel-btn.next {
            right: calc(50% - 35px);
        }
    /* Viewport: shows exactly 5 dots */
    .carousel-dots {
        position: absolute;
        bottom: -45px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        z-index: 3;
        direction: rtl;
    }

    .carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        background: #c4c4c4;
        padding: 0;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .carousel-dot.active {
            background: #000;
        }

    .hotDealsContainer {
        text-align: center;
        margin-top: 80px;
        padding: 25px 0;
        margin-bottom: 25px;
    }

    /* Base structure reused from first carousel */
    .second-carousel .carousel-item {
        background: #fff;
        border-radius: 22px;
        box-shadow: 0px 0px 10px #ccc;
        overflow: hidden;
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .second-carousel .carousel-item img {
            width: 100%;
            height: 250px;
            object-fit: contain;
            border-bottom: 1px solid #eee;
            margin-top: 25px;
        }

    .thired-carousel {
        height: 425px;
    }

        .thired-carousel .carousel-item {
            background: #fff;
            border-radius: 5px;
            box-shadow: 0px 0px 10px #ccc;
            overflow: hidden;
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 400px;
            width: 85%;
            border: none;
        }

            .thired-carousel .carousel-item img {
                width: 100%;
                height: 250px;
                object-fit: contain;
                border-bottom: 1px solid #eee;
                margin-top: 25px;
            }

    .itemFav {
        position: absolute;
        left: 20px;
        top: 20px;
        object-fit: none !important;
        width: 35px !important;
        color: #000;
        opacity: 1 !important;
        border-radius: 0 !important;
        height: auto !important;
        border-bottom: 0px !important;
        margin-top: 0 !important;
        z-index: 9;
    }

    .second-carousel .item-info {
        padding: 10px;
        text-align: center;
    }

        .second-carousel .item-info .line {
            font-size: 14px;
            margin: 4px 0;
            color: #333;
        }

        .second-carousel .item-info .price {
            font-size: 20px;
            font-weight: bold;
            margin-top: 8px;
            color: #000;
        }

    .second-carousel h3 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 8px;
        color: #000;
        line-height: 18px;
        text-align: right;
    }

    .second-carousel .item-info .price span {
        font-size: 14px;
        font-weight: bold;
        margin-top: 8px;
        color: #000;
    }

    .second-carousel .buy-btn {
        display: block;
        background: orange;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 35px;
        margin: 10px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
    }

    .highlightsContainer {
        padding: 30px 0;
        max-width: 1450px;
        margin: 0 auto;
        text-align: center;
    }

    @media(max-width:992px) {
        .highlightsContainer {
            max-width: 650px;
            padding-top: 0px;
        }
    }

    .highlightsItems {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 35px 0;
    }

    .higlightsItem {
        flex: 0 0 50%;
        padding: 20px;
        margin-bottom: 5px;
        justify-items: center;
        cursor: pointer;
    }

    .highlightsItemImgDiv {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

        .highlightsItemImgDiv img {
            width: 105%;
            height: 105%;
            margin-right: -3px;
            margin-top: -3px;
        }

    .highlightsTitle {
        text-align: center;
        margin-top: 10px;
    }

    .grillDeskContainer {
        min-height: 500px;
        margin-top: 80px;
        padding: 3em 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .grillcardContainer {
        text-align: center;
        padding: 30px 0;
        max-width: 1500px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 70px;
    }

    .grillDeskDiv {
        display: flex;
        flex-wrap: wrap;
    }

    .grillDeskDivRight {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .grillDeskDivLeft {
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .grillDeskDesc {
        margin: 20px 0;
        max-width: 600px;
    }

        .grillDeskDesc p {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            line-height: 1.5em;
        }

    .grillDeskDivRight .homeH2 {
        color: #fff;
    }

    .grillDeskDivRight .coloredTitle {
        border-bottom: 2px solid #ffffff;
    }

    .grillDeskDivLeft img {
        max-width: 400px;
        box-shadow: none;
    }

    .grillcardImg {
        width: 100%;
        max-width: 100%;
        margin: 25px 0;
        box-shadow: 0px 0px 24px #7e7e7e;
        border-radius: 20px;
    }

    .grillcardA {
        display: block;
        background: #F7931E;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 35px;
        margin: 10px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        max-width: 75%;
        border: 1px solid #F7931E;
        margin: 0 auto;
        margin-top: 10px;
    }

        .grillcardA:hover {
            background-color: #fff;
            color: #F7931E;
            transition: all 0.3s ease-in-out;
        }

    .reviewsContainer {
        margin-top: 120px;
    }

    .reviewA {
        display: block;
        background: #F7931E;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 35px;
        margin: 10px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        max-width: 75%;
        border: 1px solid #F7931E;
        margin: 0 auto;
        margin-top: 70px;
        max-width: 250px;
    }

        .reviewA:hover {
            background-color: #fff;
            color: #F7931E;
            transition: all 0.3s ease-in-out;
        }

    .reviewItem {
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0px 0px 19px #e2e2e2;
        margin: 80px 30px 30px 30px;
        padding: 30px;
    }

    .reviewItemImgDiv {
    }

    .reviewItemImg {
        max-width: 120px;
        margin: 0 auto;
        margin-top: -85px;
        border-radius: 50%;
    }

    .reviewItemTitle {
        font-weight: 600;
        font-size: 18px;
        margin: 25px 0 15px 0;
    }

    .reviewItemStars {
        max-width: 150px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .reviewItemDesc {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    @media(max-width:992px) {
        .carousel {
            margin-top: 20px;
        }

        .grillcardContainer {
            text-align: center;
            padding: 30px 0;
            max-width: 500px;
            margin: 0 auto;
            margin-top: 80px;
        }

        .newComersContainer {
            padding-top: 0;
        }

        .reviewItemDesc {
            width: 80%;
            margin: 0 auto;
            font-size: 18px;
        }

        .reviewA {
            max-width: 100%;
            margin-top: 95px;
        }
    }

    .masonry {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 250px;
        gap: 20px;
        margin: 35px 0;
        direction: ltr;
        margin-top: 75px;
    }

    .masonryKitch {
        margin-top: 45px;
    }

    .itemMasonryOverlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /*background: linear-gradient( to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100% );*/
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0) 100% );
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    .masonryKitch .itemMasonryOverlay {
        background: linear-gradient( to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100% );
    }

    .masonryHome .itemMasonryOverlay {
        background: linear-gradient( to top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 19% );
    }
    /* Base card */
    .itemMasonry {
        position: relative;
        /*background-size: cover;*/
        background-size: 100% 100%;
        background-position: center;
        border-radius: 18px;
        overflow: hidden;
    }

        .itemMasonry:hover .itemMasonryOverlay {
            opacity: 1;
        }
        /* Tall card */
        .itemMasonry.tall {
            grid-row: span 2;
        }

        /* Wide card */
        .itemMasonry.wide {
            grid-column: span 2;
        }

        /* Label */
        .itemMasonry span a {
            position: absolute;
            bottom: 6px;
            right: 12px;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 10px;
        }
    /* Full screen popup */
    /* Popup fills the screen; page behind won't scroll */
    /*#galleryPopup {
    position: fixed;*/
    /*inset: 0;*/
    /*display: none;*/
    /*background: rgba(0,0,0,.7);*/
    /*overflow-y: auto;*/ /* enable vertical scrolling */
    /*max-height: 100vh;*/ /* example: popup height */
    /*scrollbar-width: none;*/ /* Firefox */
    /*-ms-overflow-style: none;*/ /* IE and old Edge */
    /*}*/
    #galleryPopup {
        position: fixed;
        display: none;
        overflow-y: auto;
        max-height: 100vh;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: y proximity; /* ← ADD THIS */
        scroll-padding-top: 63px;
    }

        #galleryPopup::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

    .work-itemIcon {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    /* Make the items list the scroll container */
    #galleryItems {
        /*max-height: 93vh;*/ /* or a fixed height that fits your design */
        /*overflow-y: scroll;*/
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; /* smooth on iOS */
        -ms-overflow-style: none; /* IE/Edge */
        padding-top: 30px;
        /* scroll-snap-type: y mandatory;
    overflow-y: scroll;*/
    }

        #galleryItems::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

    .gallery-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 9999;
        overflow-y: auto;
    }

    @media(max-width:762px) {
        .gallery-popup {
            top: 0px;
            width: 100%;
        }
    }

    #galleryItems .gallery-media {
        position: relative;
        width: 100%;
        height: auto;
    }

    #galleryItems .vimeo-player {
        width: 100%; /* fills container width */
        height: auto;
        max-height: 100%;
        margin: 0 auto; /* center vertically if needed */
        display: block;
    }
    /* Popup inner */
    .popup-content {
        max-width: 100%;
        margin: 40px auto;
        padding: 30px 0;
        color: #fff;
        position: relative;
        width: 100%;
        overflow-y: visible;
    }

    .popup-content-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    /* Close button */
    .popup-close {
        position: fixed;
        top: 0px;
        left: 0;
        /* transform: translate(-60%, 0px); */
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        color: #000;
        width: 100%;
        text-align: center;
        background-color: #fff;
        z-index: 999;
        padding: 10px;
    }

        .popup-close img {
            width: 25px;
            margin-left: 5px;
        }

    .orangeBtnPopup {
        background-color: #fff;
        border: 1px solid #F7931E;
        color: #000;
        display: block;
        padding: 8px;
        width: 200px;
        border-radius: 30px;
        margin: 0px auto;
        text-align: center;
        font-size: 18px;
        max-width: 400px;
    }

        .orangeBtnPopup:hover {
            color: #fff;
            background-color: #F7931E;
            transition: all 0.3s ease-in-out;
        }
    /* Single item */
    /*.gallery-item {
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
    color: #000;*/
    /*scroll-snap-align: start;
    scroll-snap-stop: always;*/ /* ← the key: forces stop at EVERY item, can't skip past */
    /*height: 100vh;*/
    /*}*/
    .gallery-item {
        margin-bottom: 50px; /* ← change from 100px to 0 (snap + margin fight each other) */
        border-radius: 10px;
        overflow: hidden;
        color: #000;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
        /* Only video items get full-screen height */
        .gallery-item:has(.vimeo-container),
        .gallery-item:has(.youtube-item),
        .gallery-item:has(video) {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    /* Top row */
    .gallery-header:not(:first-child) {
        margin-top: 100px;
    }

    .gallery-header {
        display: flex;
        align-items: center;
        padding: 10px;
    }

        .gallery-header img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

    .gallery-header-img {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 2px;
        background: linear-gradient(174deg, #F7931E, #FF0000);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
    }

    .mfp-bg {
        z-index: 99999 !important;
    }

    .mfp-wrap {
        z-index: 99999 !important;
    }

    .gallery-title {
        font-weight: 700;
        font-size: 16px;
    }

    .gallery-title-date {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: 3px;
    }
    /* Media wrapper */
    .gallery-media {
        position: relative;
    }

        .gallery-media img,
        .gallery-media video {
            width: 100%;
            display: block;
        }

        /* Gradient overlay */
        .gallery-media::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgb(0 0 0) 0%, transparent 50%, rgb(0 0 0 / 0%) 100%);
            /*background: linear-gradient(to top, rgb(0 0 0) 0%, transparent 50%, rgba(0, 0, 0) 100%);*/

            pointer-events: none;
        }

        .gallery-media.noshadow::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: none;
            /*background: linear-gradient(to top, rgb(0 0 0) 0%, transparent 50%, rgba(0, 0, 0) 100%);*/

            pointer-events: none;
        }

    /*.lowerShadow::before {
    background: none;
}*/

    .youtube-item {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }

        .youtube-item iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 125%;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }

    .youtube-shorts {
        height: 85vh;
    }

        .youtube-shorts iframe {
            height: 120%;
        }

    .unmute-overlay {
        position: absolute;
        bottom: 15px;
        right: 15px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
        z-index: 5;
        transition: background 0.3s;
    }

        .unmute-overlay:hover {
            background: rgba(0, 0, 0, 0.8);
        }

    .owl-carousel-pop .owl-stage-outer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(0 0 0) 0%, transparent 50%, rgb(0 0 0 / 0%) 100%);
        /*background: linear-gradient(to top, rgb(0 0 0) 0%, transparent 50%, rgba(0, 0, 0) 100%);*/
        pointer-events: none;
        z-index: 1;
    }
    /* Click here button */
    .gallery-media .cta {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 20px;
        border: 1px solid #fff;
        border-radius: 35px;
        color: #fff;
        background: transparent;
        cursor: pointer;
        display: flex;
        min-width: 70%;
        max-width: 90%;
        justify-content: center;
        gap: 10px;
        z-index: 9;
    }

    .gallery-media .owl-nav {
        display: none !important;
    }
    /* Dots container */
    .gallery-media .owl-dots {
        text-align: center;
        margin-top: 10px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -10px);
    }

    /* Each dot */
    .gallery-media .owl-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 4px;
        background: #fff !important;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        /* Active dot */
        .gallery-media .owl-dot.active {
            width: 18px;
            border-radius: 4px; /* pill shape */
            background: #fff;
        }
    /*    .gallery-media .owl-dots {
        position:absolute;
        bottom:0px;
        left:50%;
        transform:translate(0px, -50%);

    }
        .gallery-media .owl-dots .owl-dot span {
            background-color: #fff;
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }*/

    .cta img {
        max-width: 20px;
    }

    .arrow_anim_left {
        transform: scaleX(-1);
    }
    /* Text section */
    .gallery-text {
        padding: 10px 15px 0px 15px;
        font-size: 15px;
    }

    /* Tags */
    .gallery-tags {
        padding: 10px 15px 25px 15px;
        font-size: 20px;
        font-weight: 600;
    }

        .gallery-tags span {
            margin-right: 8px;
            font-weight: bold;
            font-size: 18px;
            color: #000;
        }

    /* HOMEPAGE END*/


    /* GENERAL PAGE START*/
    .generalTopContainer {
        margin-top: 130px;
    }

    .generalTitles {
        text-align: center;
    }

    .generalH1 {
        font-weight: 800;
        font-size: 50px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 35px;
        line-height: 65px;
    }

    .generalH1Contact {
        text-align: right;
        margin-bottom: 30px;
    }

    .kitchensBtns {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 30px;
    }

        .kitchensBtns .orangeBtnFull {
            width: 350px;
            margin: 0 auto;
            max-width: 100%;
        }

        .kitchensBtns .blackBtn {
            width: 350px;
            /*border: 1px solid #fff;*/
        }

    .eventsItemsContainer {
        width: 1450px;
        max-width: 100%;
    }

    .eventsItems {
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .eventItem {
        flex: 0 0 32%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 320px;
        position: relative;
        border-radius: 8px;
        padding: 20px;
        position: relative;
        overflow: hidden;
    }

        .eventItem::before {
            content: "";
            position: absolute;
            inset: 0; /* Top, right, bottom, left = 0 */
            background-image: inherit; /* Take the same background */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: transform 1s ease; /* Slow smooth zoom */
            z-index: 0;
        }

        .eventItem:hover::before {
            transform: scale(1.2); /* Zoom in */
        }

    @media(max-width:1200px) {
        .eventItem {
            flex: 0 0 48%;
        }
    }

    .eventItemOverlay,
    .eventItemInner {
        position: relative;
        z-index: 1; /* Keep text and overlay above */
    }

    .eventItemInner {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 85%;
    }

    .eventItemTitle {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    .eventItemDate {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-top: 6px;
    }

    .eventItemAddressAndPrice {
        color: #fff;
        font-size: 15px;
        margin: 10px 0;
        text-align: center;
    }

    .eventItemOverlay {
        background-color: #00000094;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 8px;
    }

    .eventItemA {
        display: block;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 10px;
        color: #fff;
        font-size: 16px;
    }

        .eventItemA:hover {
            background-color: #fff;
            color: #000;
            transition: all 0.3s ease-in-out;
        }

    .eventPageItems {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .eventPageItem {
        flex: 1;
        margin: 25px;
    }

    .eventPageItemImg {
        border-radius: 30px;
        max-width: 100%;
        box-shadow: 0 4px 12px #a8a8a8;
    }

    .text-right {
        text-align: right;
    }

    .eventPageFeature {
        margin: 15px 0;
        font-size: 16px;
        font-weight: 500;
    }

        .eventPageFeature span {
            margin-right: 5px;
        }

    .eventPageTxt {
        margin: 20px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .eventPageFormDiv {
        text-align: center;
        background-color: #000;
        margin: 20px 0;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 18px #adadad;
    }

    .eventPageFormTitle {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        margin: 20px 0;
    }

    .eventPageFormTitle2 {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .eventFormItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .eventFormItem {
        flex: 1;
        position: relative;
    }

        .eventFormItem sup {
            color: #F7931E;
            position: absolute;
            top: 10px;
            font-size: 18px;
            right: 3px;
            font-weight: 600;
        }

    .eventFormItemInput {
        width: 100%;
        border-radius: 10px;
        padding: 0 15px;
        font-weight: 500;
    }

        .eventFormItemInput::placeholder {
            color: #000;
            font-weight: 500;
        }
        /* Chrome, Safari, Opera */
        .eventFormItemInput::-webkit-input-placeholder {
            color: #000;
            font-weight: 500;
        }
        /* Old WebKit */
        .eventFormItemInput:-ms-input-placeholder {
            color: #000;
            font-weight: 500;
        }
        /* IE 10+ */
        .eventFormItemInput::-ms-input-placeholder {
            color: #000;
            font-weight: 500;
        }

    .eventFormItemBtn {
        background-color: #F7931E;
        width: 100%;
        text-align: center;
        border-radius: 30px;
        color: #fff;
        padding: 13px;
        font-size: 16px;
        font-weight: 500;
    }

        .eventFormItemBtn:hover {
            background-color: #cf7914;
            transition: all 0.3s ease-in-out;
        }

    .generalTitlesContainer {
        max-width: 845px;
        margin: 0 auto;
    }

    .generalTitlesDeskContainer {
        margin: 0 auto;
        min-height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin: 40px 20px;
        border-radius: 10px;
    }

    .generalTitlesDeskContainerKitchens {
        margin-top: 180px;
        min-height: 675px;
    }

    .generalTitlesDeskContainerOverlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000069;
        border-radius: 10px;
        box-shadow: 0 4px 19px #828080;
    }

    .generalTitlesDesk {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .generalTitlesDesk .breadcrumb a {
            color: #fff !important;
        }

        .generalTitlesDesk .breadcrumb > li + li:before {
            color: #fff !important;
        }

        .generalTitlesDesk .generalH1 {
            color: #fff;
            font-size: 60px;
        }

        .generalTitlesDesk .coloredTitle {
            border-bottom: 2px solid #fff;
        }

    .ItemsDiv {
        text-align: center;
        margin: 20px 0;
    }

    .projectsPageTopInner .breadcrumb > li + li:before {
        color: #fff !important;
    }

    .guidesItemsContainer {
        width: 1450px;
        max-width: 100%;
    }

    .guidesItems {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 35px;
    }

    .guideItem {
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 calc(20% - 13.33px);
        position: relative;
    }

    .guideItemATop {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .guideItemImgDiv {
        height: 150px;
        flex: 0 0 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
    }

    .guideItemLeft {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .guideItemTitle {
        font-size: 16px;
        font-weight: 600;
        text-align: right;
    }

    .guideItemA {
        display: block;
        text-align: right;
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
    }

        .guideItemA img {
            margin-right: 5px;
        }

    .guideItemTopA {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .generalTitle {
        font-weight: 800;
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .orangeBtn {
        background-color: #F7931E;
        border: 1px solid #F7931E;
        color: #fff;
        display: block;
        padding: 15px;
        width: 100%;
        border-radius: 30px;
        margin: 20px auto;
        text-align: center;
        font-size: 18px;
        max-width: 400px;
    }

        .orangeBtn:hover {
            color: #F7931E;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

        .orangeBtn:focus {
            color: #fff;
            background-color: #F7931E;
            transition: all 0.3s ease-in-out;
        }

    .ArticleTxt img {
        border-radius: 10px;
        box-shadow: 0 5px 18px #000;
        max-width: 100%;
        margin: 20px 0;
    }

    .articleH1 {
        padding: 0 15px;
        line-height: 50px;
    }

    .breadcrumbArticle {
        text-align: right;
    }

    .articleDate {
        font-size: 14px;
        color: #aaaaaa;
        text-align: right;
        padding: 0 15px;
    }

    .articleCarousel {
        margin-top: 60px;
    }

    .orangeBtnArticle {
        margin: 45px auto 75px;
        max-width: 300px;
        font-size: 16px;
    }

    .articleMoreProducts {
        max-width: 1200px;
        text-align: center;
        margin: 100px auto 5px auto;
    }

        .articleMoreProducts .owl-stage-outer {
            padding: 25px 0;
            margin: 0 10px;
        }

        .articleMoreProducts .productItemImgDiv {
            height: 200px;
            border: none;
        }

    /*.articleMoreProducts .owl-nav {
        display: none !important;
    }*/

    .switchShopGeneral {
        margin-top: 45px !important;
    }


    .reviewPageItems {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 20px;
        margin-top: 60px;
    }

        .reviewPageItems .reviewItem {
            margin: 20px 0;
            display: flex;
            flex-wrap: wrap;
            flex: 0 0 calc(33.333% - 13.33px);
            align-content: baseline;
        }

            .reviewPageItems .reviewItem .reviewItemImgDiv {
                width: 100%;
                text-align: center;
            }

            .reviewPageItems .reviewItem .reviewItemTitle {
                width: 100%;
                text-align: center;
            }

    .orangeBtnFull {
        background-color: #F7931E;
        border: 1px solid #F7931E;
        color: #fff !important;
        display: block;
        padding: 12px 30px;
        width: 100%;
        border-radius: 30px;
        margin: 20px auto;
        text-align: center;
        font-size: 16px;
        max-width: 400px;
        text-decoration: none !important;
    }

        .orangeBtnFull:hover {
            color: #F7931E !important;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

        .orangeBtnFull:active {
            color: #F7931E !important;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

    .whyKitchens {
        margin: 145px -15px 145px;
        min-height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 6% 0;
        position: relative;
    }

    .whyKitchensInner {
        position: relative;
    }

    .whyKitchensOverlay {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background-color: #0000004f;
    }

    .whyKitchensTitleWhite {
        color: #fff;
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        margin: 15px 0;
    }

    .whyKitchensItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        max-width: 900px;
        justify-items: initial;
        justify-self: center;
    }

    .whyKitchensItem {
        flex: 0 0 calc(33% - 20px);
        padding: 0px;
        justify-content: center;
    }

    .whyKitchensItemImg {
        max-width: 130px;
        margin: 20px auto;
    }

    .whyKitchensItemTitle {
        color: #fff;
        font-weight: 600;
        text-align: center;
        font-size: 20px;
        max-width: 250px;
    }

    .kitchenCats {
        text-align: center;
        margin: auto -15px;
    }

    .highlightsH2 {
        margin-bottom: 10px;
    }

    .our-cats-kitchens-desc {
        font-size: 18px;
        font-weight: 500;
        margin: 0px 0 10px 0;
    }

    .brandsDiv {
        text-align: center;
        margin: auto -15px;
    }

    .brandsItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 60px;
    }

    .brandItem {
        flex: 0 0 100%;
        height: 70vh;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
        box-shadow: 0 5px 18px #adadad;
        margin-bottom: 50px;
    }

    .brandItemOverlay {
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, white, transparent);
    }

    .brandItemLogoImg {
        max-width: 175px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .kitchensContent {
        text-align: center;
        margin: 45px 0;
    }

    .m-t-25 {
        margin-top: 25px;
    }

    .projectsPageTop {
        min-height: 350px;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 -15px;
    }

    .projectsPageTopOverlay {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #00000052;
    }

    .projectsPageTopInner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .whiteBC a {
        color: #fff;
    }

    .projectsH1 {
        font-size: 60px;
        color: #fff;
        text-align: center;
        font-weight: 800;
        margin: 20px 0;
    }

    .projectsItems {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 30px 0;
    }

    .projectItem {
        position: relative;
        height: 350px;
        border-radius: 20px;
        flex: 0 0 calc(33% - 20px);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .projectItemOverlay {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0px;
        bottom: 0px;
        background: linear-gradient(to top, #0a09099c, transparent);
        border-radius: 20px;
    }

    .projectItemA {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0px;
        bottom: 0px;
        z-index: 1;
    }

    .projectBigImgImg {
        display: none;
    }

    .projetItemDesc {
        position: absolute;
        bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .projetItemDescRight {
        flex: 0 0 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .projetItemDescRight img {
            max-width: 40px;
            transform: scaleX(-1);
        }

    .projetItemDescLeft {
        flex: 0 0 80%;
        padding: 10px;
    }

    .projectItemTitle {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .projectItemTitle2 {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .projectTxt {
        text-align: center;
    }

        .projectTxt ul {
            list-style: none;
            padding-left: 0;
        }

            .projectTxt ul li {
                position: relative;
                padding-right: 30px;
                margin: 15px 0;
            }

                .projectTxt ul li::before {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 10px;
                    height: 14px;
                    background-image: url(/Content/images/bullet.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                }

    .projectGalleryDiv {
        margin-top: 35px;
    }

    .projectGalleryH1 {
        margin-bottom: 30px;
        text-align: center;
    }

    .projectTopImg {
        max-width: 100%;
        border-radius: 20px;
        box-shadow: 0 5px 18px #b0b0b0;
        margin-top: 20px;
    }

    .projectName2 {
        padding: 15px;
        font-weight: 700;
        max-width: 845px;
        margin: 0 auto;
        text-align: center;
        font-size: 19px;
    }

    .serviceItems {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
    }

    .serviceItem {
        flex: 0 0 100%;
        border: 1px solid #F7931E;
        border-radius: 8px;
        box-shadow: 0 3px 15px #0000004d;
        margin: 5px 0;
        padding: 15px;
        background-color: #fff;
        min-height: 85px;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: right;
    }

    .serviceItemImg {
        margin-left: 15px;
    }

        .serviceItemImg i {
            color: #F7931E;
            font-size: 30px;
        }

    .serviceItemTitleDiv {
    }

        .serviceItemTitleDiv p {
            color: #000;
            font-weight: 700;
            font-size: 16px;
        }

        .serviceItemTitleDiv i {
            color: #000;
            font-weight: 500;
            font-size: 16px;
        }

    .chicoDivGifImgService {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        position: absolute;
        right: 0px;
        top: -2px;
    }

    .chicoDivHolderService {
        margin: 30px 0;
    }
    /* GENERAL PAGE END
*/
    .switchExplore {
        margin-top: 180px !important;
    }

    .switchShopCat {
        margin-top: 25px !important;
    }

    .switchExplore {
        margin-top: 80px !important;
    }
    /* NEW NAVBAR START */
    .topNavBanner {
        background-color: #F7931E;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        padding: 6px;
    }

    .navbar {
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 19px #929292;
    }

        .navbar.stuck {
            top: -33px;
            transition: top 0.1s ease-in-out;
        }

    .navbar-top {
        background-color: #fff;
        padding: 0 5%;
        display: flex;
        flex-wrap: wrap;
        top: 35px;
    }


    .mainNavbarTop {
        background-color: #fff;
        width: 50%;
        padding: 10px 0 0 0;
    }
    /* NEW NAVBAR END */


    /* CART PAGE START */
    .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;
        cursor: pointer;
    }

        .shipDiv.active {
            border: 2px solid #F7931E;
            box-shadow: 0 3px 10px #b3b3b3;
            background-color: #F7931E;
        }

        .shipDiv.disabled {
            pointer-events: none;
        }

            .shipDiv.disabled .shipDesc {
                color: #cecece;
            }

            .shipDiv.disabled .shipDescTitle {
                color: #cecece;
            }

            .shipDiv.disabled .shipPrice {
                color: #cecece;
            }

    .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;
    }

    .cartPageMoreProducts {
        max-height: 600px;
    }

        .cartPageMoreProducts .owl-carousel .owl-stage {
            max-height: 600px;
        }

        .cartPageMoreProducts .owl-stage-outer {
            margin: 0 -15px;
            max-height: 600px;
        }

    .cartLabel {
        font-weight: 600;
        margin-bottom: 8px;
    }

        .cartLabel sup {
            color: #f7931e;
        }

    .cartInput {
        border-radius: 7px;
        box-shadow: 0px 3px 10px #eee;
        color: #a09d9d !important;
    }

    .custom-checkbox-square {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 8px;
        margin: 10px 0;
        font-size: 14px;
    }

        /* hide native box */
        .custom-checkbox-square input {
            display: none;
        }

        /* custom box */
        .custom-checkbox-square span {
            width: 25px;
            height: 25px;
            border: 1px solid gray;
            border-radius: 8px;
            background: white;
            display: inline-block;
            position: relative;
            transition: all 0.2s ease;
        }

        /* checkmark */
        .custom-checkbox-square input:checked + span::after {
            content: "";
            position: absolute;
            left: 8px;
            top: 4px;
            width: 6px;
            height: 12px;
            border: solid black;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    /* CART PAGE END */
    @media(max-width:1500px) {
        .main-container {
            width: 100%;
        }
    }

    @media(max-width:1360px) {
        .productsContainer.three-per-row .productItem {
            flex: 0 0 calc(48% - 12px);
        }
    }
    /* GRILL CARD PAGE START */
    .grillcardPageImgDiv {
    }

    .grillcardPageImgDiv {
    }

    .grillcardPageContainer {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 35px auto;
        justify-content: space-between;
    }

    .grillcardPageRight {
        width: 45%;
        padding: 30px;
    }

    .grillcardPageLeft {
        width: 45%;
    }

    .grillcardPageTxt {
        margin: 20px 0;
    }

        .grillcardPageTxt p {
            font-size: 18px;
            font-weight: 500;
        }

    .grillcardPageQA .title {
        font-size: 18px;
    }

    .grillcardPageQA i {
        font-size: 18px;
    }

    .grillcardPageQA .accordion-header {
        padding: 20px 10px;
    }

    .grillcardPageLeftInner {
        border-radius: 9px;
        box-shadow: 0px 4px 20px #d2d2d259;
        padding: 20px;
        background-color: #fff;
        margin-top: 20px;
    }

    .grillcardForm label {
        margin-bottom: 5px;
        color: #000;
        font-weight: 500;
        border: 0 !important;
        border-top: 0 !important;
        box-shadow: none !important;
    }

    .grillcardForm sup {
        color: #F7931E;
    }

    .grillcardForm input {
        border-radius: 10px;
        box-shadow: 0px 4px 20px #d2d2d259;
    }

    .grillcardForm textarea {
        border-radius: 10px;
        box-shadow: 0px 4px 20px #d2d2d259;
    }

    .chicoDivHolderGrillcard {
        margin: 40px 0;
    }

        .chicoDivHolderGrillcard .chicoDifLeft {
            padding: 15px 80px 15px 15px;
            min-height: 100px;
        }

        /*  .chicoDivHolderGrillcard .chicoDivTitle2 {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }*/

        .chicoDivHolderGrillcard .chicoDivGifImgService {
            right: 15px;
            top: -8px;
        }

    .grillcardSumDiv {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 10px
    }

    .grillcardSumDivRight {
        width: 50%;
        font-size: 22px;
        font-weight: 800;
    }

    .grillcardSumDivLeft {
        width: 50%;
        font-size: 22px;
        font-weight: 800;
        text-align: left;
    }

    .grillcardFormBtn {
        border: none;
        width: 100%;
        margin: 0 0 30px 0;
        background-color: #F7931E;
        padding: 12px 30px;
        text-align: center;
        border-radius: 30px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

        .grillcardFormBtn:hover {
            transition: all 0.3s ease-in-out;
            background-color: #ce6f00;
        }
    /* GRILL CARD PAGE END */

    /* ARTICLE PAGE START */
    .ArticlePageNewContainer {
        display: block;
        flex-wrap: wrap;
        max-width: 1300px;
        margin: 30px auto;
        justify-content: center;
    }

    .ArticlePageNewContainerRight {
    }

    .ArticlePageNewContainerLeft {
        width: 30%;
        padding: 20px 0;
    }

    .guidesItemsArticle {
        flex-direction: column;
    }

        .guidesItemsArticle .guideItemImgDiv {
            height: 145px;
            flex: 0 0 50%;
        }

        .guidesItemsArticle .guideItemLeft {
            flex: 0 0 50%;
            padding-top: 20px;
        }
    /* ARTICLE PAGE END */

    /* SERVICE PAGE START */
    .servicePageContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .servicePageLeft {
        width: 40%;
        text-align: center;
    }

    .servicePageRight {
        width: 50%;
    }

    .accordionService {
        border: 1px solid #ccc;
        border-radius: 20px;
        margin: 16px 0;
    }

    .chicoDivHolderService {
        margin: 30px auto;
    }

    .servicePageContainer .generalH1 {
        font-size: 44px;
    }

    .servicePageContainer .footerSocialTitle {
        color: #000;
    }
    /* SERVICE PAGE END */


    /* IFRAME PAGE START */
    .entry-content {
        max-width: 750px;
        margin: 0 auto;
        margin-top: 180px;
    }
    /* IFRAME PAGE START */



    .skeleton {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite;
        border-radius: 8px;
    }

    @keyframes shimmer {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }


    /* ── Loader wrapper ── */
    /* ── Video loader wrapper ── */
    .video-loader {
        position: absolute;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #111;
    }

    /* ── Loader logo wrap ── */
    .loader-logo-wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: auto;
    }

    /* ── Glow ── */
    .loader-glow {
        display: none;
        position: absolute;
        top: -70px;
        right: 27%;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: radial-gradient(circle, #FF6A00 0%, transparent 70%);
        animation: loaderGlowPulse 1.8s ease-in-out infinite;
    }

    /* ── Embers ── */
    .loader-embers {
        position: absolute;
        top: 10px;
        left: 67%;
    }

    .loader-ember {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #FF8C00;
    }

        .loader-ember.e1 {
            animation: loaderEmber1 2.3s ease-out infinite 0s;
        }

        .loader-ember.e2 {
            animation: loaderEmber2 2.3s ease-out infinite 0.55s;
            width: 8px;
            height: 8px;
        }

        .loader-ember.e3 {
            animation: loaderEmber3 2.3s ease-out infinite 1.1s;
            width: 6px;
            height: 6px;
            background: #FFB347;
        }

        .loader-ember.e4 {
            animation: loaderEmber4 2.3s ease-out infinite 1.65s;
            width: 8px;
            height: 8px;
            background: #FFD700;
        }

    /* ── Logo image ── */
    .loader-flame-img {
        width: 55px;
        height: auto;
        position: relative;
        z-index: 1;
        animation: loaderFloat 3s ease-in-out infinite;
        transform-origin: center bottom;
    }

    /* ── Keyframes — all prefixed "loader" so they never clash with your header logo ── */
    @keyframes loaderGlowPulse {
        0%,100% {
            opacity: 0.5;
            transform: scale(1);
        }

        50% {
            opacity: 0.15;
            transform: scale(1.35);
        }
    }

    @keyframes loaderFloat {
        0%,100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-6px);
        }
    }

    @keyframes loaderEmber1 {
        0% {
            transform: translate(0,0);
            opacity: 0
        }

        15% {
            opacity: 1
        }

        100% {
            transform: translate(-14px,-55px);
            opacity: 0
        }
    }

    @keyframes loaderEmber2 {
        0% {
            transform: translate(0,0);
            opacity: 0
        }

        15% {
            opacity: 0.85
        }

        100% {
            transform: translate(12px,-65px);
            opacity: 0
        }
    }

    @keyframes loaderEmber3 {
        0% {
            transform: translate(0,0);
            opacity: 0
        }

        20% {
            opacity: 0.7
        }

        100% {
            transform: translate(4px,-50px);
            opacity: 0
        }
    }

    @keyframes loaderEmber4 {
        0% {
            transform: translate(0,0);
            opacity: 0
        }

        12% {
            opacity: 0.9
        }

        100% {
            transform: translate(-6px,-45px);
            opacity: 0
        }
    }

    .video-retry-btn {
        position: absolute;
        z-index: 11;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
    }

        .video-retry-btn i {
            font-size: 28px;
            opacity: 0.85;
        }

        .video-retry-btn:hover i {
            opacity: 1;
        }

    .articleTitlesDeskContainer {
        min-height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin: 170px 20px 20px 20px;
        border-radius: 10px;
    }

    .articleNewTopContainer {
        margin-top: 30px;
    }

    #scrollTinyLoader {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0;
    }

        #scrollTinyLoader img {
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
        }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .grillCardInputs {
        direction: ltr;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .couponSegment {
        width: 62px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
        padding: 8px 4px;
        border: 1px solid #949494;
        border-radius: 4px;
    }

    .couponDash {
        color: #949494;
        font-weight: 700;
    }

    .giftToastOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9999;
    }

    .giftToast {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 12px;
        padding: 30px 40px;
        min-width: 260px;
        max-width: 90%;
        text-align: center;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
        direction: rtl;
    }

    .giftToastIcon {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .giftToastText {
        font-size: 18px;
        font-weight: 700;
        color: #222;
    }

    .giftToastClose {
        position: absolute;
        top: 8px;
        left: 12px; /* left because the toast is RTL */
        font-size: 22px;
        color: #949494;
        cursor: pointer;
        line-height: 1;
    }

        .giftToastClose:hover {
            color: #000;
        }

    .initiateCoupon.couponApplied {
        opacity: 0.5;
        pointer-events: none;
    }

    .giftCardRow .cartSubtotalTopItemLeft div {
        color: #F7931E; /* green for discount */
        font-weight: 700;
    }

    .homeTopContainerTxtNew {
        margin-top: 100px;
    }

    .whyKitchensHome {
        margin-bottom: 30px;
        background-size: cover;
        background-attachment: fixed;
        min-height: 700px;
    }

    .homeH2Rev {
        margin-top: 0px;
    }

    .additionalProdsItemsDisp {
        display: none;
    }

.whatsPulse {
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    -webkit-animation: IconPulsing 3s infinite;
    animation: IconPulsing 3s infinite;
}

@-webkit-keyframes IconPulsing {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes IconPulsing {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}