/* Start Global Styles */
@import url(./fonts/fontawesome-free-5.15.4-web/css/all.min.css);
@import url(./../plugins/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css);
@import url(./../plugins/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css);

@font-face {
    font-family: 'YekanBakhFamily';
    src: url('./fonts/YekanBakhFamily/Webfonts/woff2/YekanBakh-Regular.woff2') format('woff2'),
        url('./fonts/YekanBakhFamily/Webfonts/woff2/YekanBakh-SemiBold.woff2') format('woff2'),
        url('./fonts/YekanBakhFamily/Webfonts/woff2/YekanBakh-Bold.woff2') format('woff2'),
        url('./fonts/YekanBakhFamily/Webfonts/woff/YekanBakh-Regular.woff') format('woff'),
        url('./fonts/YekanBakhFamily/OTF/YekanBakh-Regular.otf') format('otf'),
        url('./fonts/YekanBakhFamily/TTF/YekanBakh-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'YekanBakhFamily', sans-serif;
    background-color: #ECECEC;
}

:root {
    --main-color: #D1A36F;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    list-style: none;
}

a:hover {
    color: #D1A36F;
}

.lh-3 {
    line-height: 3;
}

.breadcrumb-item a {
    color: #878787;
    font-size: 14px;
}

.mainColor {
    color: #D1A36F;
}

.pointer {
    cursor: pointer;
}

.bg-main {
    background-color: #D1A36F;
    color: #000;
}

.afterNone::after {
    display: none;
}

.dropdown-menu li {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.dropdown-menu li:hover {
    background-color: #000000ca;
    color: var(--bs-white);
}

.product-purple-color {
    background-color: #CD8EF5;
}

.product-orange-color {
    background-color: #C35415;
}

.product-green-color {
    background-color: #B5CE97;
}

.product-black-color {
    background-color: #2B2B2B;
}

.text-justify {
    text-align: justify;
}

.object-fit-cover {
    object-fit: cover;
}
.fs-15{
    font-size: 15px;
}
.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

/* Finish Global Styles */

/* Start Header Section */

header .headerBox {
    height: 94px;
}

.tabMenus li {
    margin-left: 1rem;
    margin-right: 1rem;
}

.navbar-dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .03s linear;
    -webkit-transition: visibility 0s, opacity .03s linear;
    -moz-transition: visibility 0s, opacity .03s linear;
    -ms-transition: visibility 0s, opacity .03s linear;
    -o-transition: visibility 0s, opacity .03s linear;
}

.dropdown-menu-box {
    position: absolute;
    background-color: #FFFFFF;
    list-style: none;
    left: 0;
    right: 0;
    top: 64px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dropdown-menu-box-gruop {
    max-width: 80%;
    margin: auto;
    position: absolute;
    z-index: 10;
}

.hover-menu-show:hover .navbar-dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.category-subMenu {
    text-align: start;
}

.navLink-subMenu li {
    margin: 10px 0;
}

.navLink-subMenu li a:hover {
    color: #D1A36F;
}

.navLink-subMenu li a {
    color: #6E6C6C;
    font-size: 13px;
}
.cartItemCounter{
    position: absolute;
    border: 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 23px;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    top: -5px;
    right: -5px;
}
/* Finish Header Section */

/* Start Intro Section */



.carousel-item,
.carousel-item img {
    width: 100%;
    height: 100%;
}

.box-img-slider {
   /* border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;*/
}

/* Finish Intro Section */

/* Start  Article Section */
.title-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 15px 0;
}

.card-product {
    color: #000;
}

.product-first-img-box {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.product-secend-img-box {
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

.secend-product-img {
    display: none;
}

.card-product:hover .product-secend-img-box {
    opacity: 1;
    visibility: visible;
}

.card-product:hover .product-first-img-box {
    opacity: 0;
    visibility: hidden;
}

.card-product:hover .first-product-img {
    display: none;
}

.card-product:hover .secend-product-img {
    display: block;
}

.product-colors span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-colors {
    position: absolute;
    top: 10px;
    left: 14px;
    padding:55px 0px 0 0;
}

.xzoom-gallery3 {
    width: 100%;
    height: auto;
}

.product-offer {
    width: 40px;
    height: 35px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #DC3545;
    position: absolute;
    top: 0;
    right: 5%;
}

.bg-blackLeather {
    background-image: url(../images/backGrounds/blackLeather.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 88%;
    padding-bottom: 5rem;
}

.bg-whiteLeather {
    background-image: url(../images/backGrounds/whiteLeather.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 88%;
    padding-bottom: 5rem;
}

.categoryes {
    color: #000;
    transition: 5s ease-in-out;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -ms-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
}

.categoryes img {
    scale: 1;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.categoryes:hover img {
    scale: 1.03;
}

.categoryes:hover div {
    color: #D1A36F;
}

/* Finish  Article Section */

/* Start  Footer Section */
footer {
    margin-top: 3rem;
}

footer a {
    color: #ffffff;
}

.bg-footer {
    width: 100%;
    min-height: 393px;
    color: #ffffff;
    background: url('./../images/backGrounds/footerBG.png') no-repeat;
    background-position:center;
    background-size: cover;
}

footer input {
    background-color: unset;
    border: none;
    outline: none;
}

footer ul {
    padding: 0;
}

footer ul li {
    margin: 20px 0;
}

.inputNews {
    width: 243px;
    height: 40px;
}

.inputNews input {
    padding: 8px;
    color: #ffffff;
}

.inputNews button {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
}

.footerLogo-box {
    width: 75%;
}

.footerSocial div {
    justify-content: end;
    text-align: end;
}

/* Finish  Footer Section */


/* Start  Search Page */

.inputSearch {
    width: 100%;
    max-width: 730px;
    height: 40px;
    margin: auto;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inputSearch input {
    padding: 12px;
    width: 100%;
    background-color: unset;
    border: none;
    outline: none;
}

.inputSearch button {
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
}

/* Finish  Search Page */

/* Start  Singep Page */
.productSingelShowImg {
    padding-top: 20px;
    background: #F5F5F5;
}

.productSingelShowImg img {
    max-height: 480px;
    object-fit: contain;
}

.infoSingelProduct {
    font-size: 14px;
}

/*.color-selection a {
    color: #000;
    background-color: #F5F5F5;
    font-size: 14px;
    margin: 10px 8px;
    padding: 5px;
    width: 128px;
}*/
.color-selection a {
    color: #000;
    background-color: #F5F5F5;
    font-size: 14px;
    width: 128px;
    max-height: 160px;
    margin: 0 8px;
}

.nanProduct-color {
    opacity: .4;
}

.select-size-group {
    display: flex;
    align-items: center;
}

.selection-size-label {
    font-size: 17px;
    cursor: pointer;
    margin: 5px 8px;
}

.selection-size-input {
    display: none;
}

.selection-size-input:checked+.selection-size-label {
    color: #D1A36F;
}

.nanSize-product {
    text-decoration: line-through;
    color: #B3B3B3;
}

.singel-actionBox {
    flex: 1;
}

.singel-actionBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 51px;
    height: 51px;
    border: 1px solid #000;
}

.singel-purches {
    flex: 8;
}
.counter-detail {
    width: 51px !important;
    height: 51px !important;
    background-color: #D1A36F !important;
}
/* Finish  Singep Page */

/* Start  Cart Page */

.headerTableCart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
    background-color: #E0E0E0;
    padding: 15px 18px 15px 8px;

}

.bodyTableCart {
    width: 100%;
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.product-cart-boxes {
    position: relative;
}

.close-cart {
    position: absolute;
    top: 10px;
    left: 26px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product-cart-boxes-offe {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    width: 38px;
    height: 20px;
    background-color: #CA0000;
    color: #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.productAdded {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E3E3E3;
    background-color: #F5F5F5;
    padding-top: 2rem;
}

.bodyTableCart::-webkit-scrollbar {
    width: .45em;
    display: block;
    background-color: #F5F5F5;
}

.bodyTableCart::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    outline: none;
    border-radius: 10px;
}

.counter-container {
    display: flex;
    align-items: center;
}

.counter-button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0 10px;
    user-select: none;
}

.counter-input {
    width: 35px;
    height: 35px;
    border: 0;
    outline: none;
    text-align: center;
    font-size: 15px;
}

.address-section {
    background-color: #F5F5F5;
    padding: 20px 20px 45px 20px;
    position: relative;
}

.address-section-header {
    display: flex;
    justify-content: space-between;
}

.add-new-addressPlus {
    position: relative;
}

.add-new-addressPlus::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #D1A36F;
    position: absolute;
    top: 7.5px;
    right: -8px;

}

.add-new-addressPlus::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #D1A36F;
    position: absolute;
    top: 12px;
    right: -12px;

}

.address-radio-box {
    width: 100%;
    min-height: 79px;
    background-color: #FFFFFF;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.address-radio-box input[type="radio"] {
    display: none;
}

.address-radio-box.selected {
    background-color: #F1E3D4;
    border: 1px solid #D1A36F;
}

.address-radio-box h2 {
    margin: 10px 0;
}

.address-radio-box p {
    margin: 0;
    color: #74757D;
    font-size: 13px;
}

.Purchase-information-box {
    padding: 20px;
    background-color: #ffffff;
}

.Purchase-information-title {
    display: flex;
    justify-content: space-between;
}

.tips-box {
    background-image: url('./../images/backGrounds/circle-info.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: left;
    background-color: #ffffff;
    padding: 20px;
}

.tips-box-info {
    padding: 0 20px;
    list-style: auto;
    line-height: 3;
}

/* Finish  Cart Page */
.box-payment-section {
    background-color: #ffffff;
    margin: 1.75rem 0;
    padding: 25px;
}

.radio-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    border: 1px solid #B5B5BD;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.radio-box input[type="radio"] {
    display: none;
}

.radio-box input[type="radio"]:checked+label {
    background-color: #F5F5F5;
    border-color: #000;
}

.radio-box input[type="radio"]:checked+label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
}

.radio-box label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.radio-box input[type="radio"]:checked+label::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    right: 3.00px;
    top: 29.4px;
}

.radio-box label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
    margin-left: 13px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    transition: background-color 0.3s;
}
/* Start  compare-product Page */
.comparison-box {
    background-color: #ffffff;
}
.btn-modal-comparison {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: inherit;
}
.search-comparison input {
    padding: 8px;
    color: #ffffff;
    width: 50%;
    border: 0;
    box-shadow: rgba(117, 141, 163, 0.2) 10px 11px 11px;
}
.search-comparison button {
    border: none;
    outline: none;
    width: 5%;
}
/* End  compare-product Page */
/* Start  Beranches Page */
.customer-level-info {
    list-style: disc;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    flex: 4;
    line-height: 2;
    margin-bottom: 0;
    margin-left: -317px;
}
.branches-card{
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.branches-card:hover{
        color: #000;
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
}
.green-customer {
    background-color: #D8E6D6;
}

.bronze-customer {
    background-color: #BE530033;
}

.silver-customer {
    background-color: #DCDCDC;
}

.gold-customer {
    background-color: #F1E3D4;
}

.diamond-customer {
    background-color: #0DCAF014;
}

.clube-boxes-intro {
    width: 20%;
    margin: 6px;
    height: 229px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.clube-boxes-intro::after {
    content: "";
    background-image: url('../images/clubCustomers/gray-painted-wall-texture-background\ 1.png');
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 229px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2;
}

.clube-boxes-pattern {
    height: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/clubCustomers/Top.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.clube-classic {
    background-color: rgba(221, 226, 219, 1);
}

.clube-bronze {
    background-color: rgba(231, 219, 212, 1)
}

.clube-silver {
    background-color: rgba(217, 217, 216, 1)
}

.clube-gold {
    background-color: rgba(234, 228, 215, 1)
}

.clube-diamond {
    background-color: rgba(220, 230, 232, 1)
}

.clube-boxes-intro p {
    margin: 0;
}

.clube-boxes {
    min-height: 250px;
}

.clube-boxes::after {
    content: "";
    position: absolute;
    width: 50%;
    height: -webkit-fill-available;
}

.clube-boxes-info {
    backdrop-filter: blur(35px);
    min-height: 202px;
    align-items: center;
    display: flex;
    font-size: 13px;
}

.clube-boxes-info ul {
    padding: 0 20px 0 20px;
    line-height: 22px;
    list-style: disc;
}

.clube-boxes-bg-classic::after {
    background: linear-gradient(270deg, #ECECEC 0.79%, #297006 100%);
}

.clube-boxes-info-classic {
    background: rgba(216, 230, 214, 0.7);
}

.clube-boxes-bg-bronze::after {
    background: linear-gradient(270deg, #ECECEC 0%, #C77039 98.57%);
}

.clube-boxes-info-bronze {
    background: rgba(227, 206, 189, 0.7);
}

.clube-boxes-bg-silver::after {
    background: linear-gradient(90deg, #413E3B 0%, #ECECEC 100%);
}

.clube-boxes-info-silver {
    background: rgba(220, 220, 220, 0.7);
}

.clube-boxes-bg-gold::after {
    background: linear-gradient(90deg, #DC9A11 0%, #ECECEC 100%);
}

.clube-boxes-info-gold {
    background: rgba(241, 227, 212, 0.7);
}

.clube-boxes-bg-diamond::after {
    background: linear-gradient(270deg, #ECECEC 0%, #49B3C3 94.96%);
}

.clube-boxes-info-diamond {
    background: rgba(218, 233, 236, 0.62);
}
.info-clubCustomers {
    margin-bottom: 2.5rem;
}

.info-clubCustomers p {
    font-size: 13px;
    margin-bottom: 8px;
}

.customer-level-box {
    display: flex;
    margin: auto;
}

.customer-level-info {
    list-style: disc;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    flex: 4;
    line-height: 2;
    margin-bottom: 0;
    margin-left: -317px;
}

.green-customer {
    background-color: #D8E6D6;
}

.bronze-customer {
    background-color: #BE530033;
}

.silver-customer {
    background-color: #DCDCDC;
}

.gold-customer {
    background-color: #F1E3D4;
}

.diamond-customer {
    background-color: #0DCAF014;
}

/* Finish Beranches Page */

/* Start ProductsGroup Page */
.products-categoryes {
    display: flex;
}

.product-categorye-item {
    flex: 1;
}

.product-categorye-item a:hover div p {
    color: #D1A36F;
}

.product-categorye-item a div p {
    color: #ffffff;
    margin-top: -30px;
    text-align: center;
    font-size: 13px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


/***********************************************************************
                            Contact-Us
********************************************************************* */
.form-contact-box {
    background-color: #ffffff;
    padding: 27px;
}

.form-contact-box form div {
    margin: 12px 0;
}

.form-contact-box form div input,
.form-contact-box form div textarea {
    font-size: 13px;
}

.address-contact-box {
    background-image: url("../images/backGrounds/Ellipse-Contact.png");
    background-position: 0% 0%;
    background-size: 45%;
    background-repeat: no-repeat;
}

.address-contact-box p {
    font-size: 13px;
}

.address-contact-box h5 {
    font-size: 14px;
    font-weight: bold;
}

/***********************************************************************
                            Services
********************************************************************* */
.services {
    background-color: #2D2829;
    padding: 80px 0;
    position: relative;
}

.services::after {
    content: '';
    display: block;
    background-color: #ECECEC;
    height: 101%;
    position: absolute;
    width: 52%;
    margin: auto;
    right: 0;
    left: 0;
    top: -1px;
    z-index: 1;
}

.card-services {
    background-color: #ffffff;
    height: 100%;
    padding: 13px;
    position: sticky;
    z-index: 10;
}

.card-services img {
    margin-top: -50px;
}

.img-group-top {
    margin-top: -30px;
}

.group-ml {
    background-image: url("../images/backGrounds/groupMl.png");
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width:1024px) {
    .w-md-25 {
        width: 25% !important;
    }
    .owl-stage {
        padding-left: 0 !important;
    }

    .honor-img {
        width: 150px;
    }

    .w-md-75 {
        max-width: 75%;
    }
    .w-md-85 {
        max-width: 85%;
    }

    .carousel-inner.slider {
        width: 100%;
         height: 100vh; 
      /*  height: calc(100vh - 94px);*/
    }

    .list-menuItems-box {
        /* height: 310px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .arrow-slider {
        padding: 8px;
        width: 45px;
        height: 45px;
    }

    .box-model-product {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .comparison-box {
        width: 445px;
        min-height: 502px;
    }
}

@media only screen and (max-width:766px) {
    .product-cart-boxes-offe {
        position: relative;
        bottom: 80px;
        right: -128px;
    }

    .bodyTableCart::-webkit-scrollbar {
        background-color: transparent;
    }

    .customer-level-box {
        display: flex;
        flex-direction: column-reverse;
    }

    .customer-level-info {
        margin-left: 0;
        padding: 0 15px;
    }
}

@media only screen and (max-width:1023px) {
    .mobile-design {
        max-width: 75%;
        background-color: #2D2829;
        overflow-y: auto;
    }

    .mobile-design .navbar-actions-icons {
        flex-direction: row;
        justify-content: space-around;
    }

    .navbar-links-menu {
        width: 100%;
        max-height: 100%;
        padding-top: 25px;
        border-top: 1px solid #3A3A40;
    }

    .login-mobile-user {
        background-color: #3A3A40;
        color: #ffffff;
    }

    .user-profile-login {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 9px 10px;
        background: #3A3A40;
    }

    .user-profile-login-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        margin: 0 1rem;
    }

    .user-profile-login-info p {
        margin: 0;
        color: #ffffff;
        font-size: 13px;
    }

    .navbar-links-menu a {
        color: #ffffff !important;
    }

    .dropdown-menu-box-gruop {
        max-width: 100%;
        background-color: #2D2829;
    }

    .category-subMenu-box {
        background-color: #3A3A40;
        color: #ffffff;
        position: relative;
    }



    .bg-blackLeather {
        background-size: 74% 71%;
        background-position-y: 51%;
        background-position-x: right;
    }

    .bg-footer {
        background-image: url("./../images/backGrounds/footerBGMobile.png");
        background-attachment: fixed;
    }

    footer {
        position: relative;
    }

    .footerLogo,
    .footerSocial {
        position: absolute;
        top: 0;
    }

    .footerSocial {
        right: 5%;
    }

    .footerLogo {
        left: 5%;
    }

    .fixe-mobile {
        display: flex;
        justify-content: center;
    }

    .singel-purches {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #2D2829;
        color: #ffffff;
        padding: 12px;
        z-index: 100;
    }

    .singel-actionBox {
        position: absolute;
        top: 16%;
    }

    .singel-actionBox a {
        border: 0;
    }

    .fs-16 {
        font-size: 13px;
    }

    .productAdded {
        margin-bottom: 3rem;
        padding-top: 0;
    }

    .totalPriceBox {
        color: #9B5D41;
        margin-bottom: -92px;
    }

    .totalPriceBoxInfo {
        width: 100%;
        background-color: #F1E3D4;
        max-width: 80%;
        padding: 3px;
        margin: auto;
        text-align: center;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .flash-openMenu.show {
        color: #D1A36F !important;
    }

    .flash-openMenu.show i {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    .mobileMenu-lists {
        padding: 10px 0;
        border-top: 1px solid #3A3A40;
        border-bottom: 1px solid #3A3A40;
    }

    .carousel-inner.slider-at-mobile {
       height: 290px;
    }

    .add-new-addressPlus {
        position: absolute;
        bottom: -6px;
    }

    .products-group-body .card-title {
        font-size: 12px;
    }

    .products-group-body .products-group-body-price {
        flex-direction: column-reverse;
        align-items: center;
    }

    .products-group-body .products-group-body-price p {
        font-size: 13px;
    }

    .products-group-body .products-group-body-price .text-decoration-line-through {
        font-size: 10px;
    }

    .services::after {
        width: 70%;
        right: auto;
    }

    .box-model-product {
        overflow-x: auto;
    }

    .box-model-product img {
        width: 80px;
    }

    .box-info-singel {
        min-width: 88px;
    }

    .product-colors span {/*
        width: 50px !important;
        height: 50px !important;*/
    }

}

@media only screen and (max-width: 768px) {
    .owl-stage {
        padding-left: 0 !important;
    }

}

@media only screen and (max-width: 997px) {
    header {
        height: 94px;
        background-color: #fff;
        width: 100%;
    }
    .field input {
        width: 100px!important;
    }

    .help-size-mobile {
        position: absolute;
        top: 0;
        left: 0;
    }

    .fixed-top-scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: -6px;
        z-index: 1030;
        box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }

    .customer-level-box img {
        margin-right: -40px;
    }

}

/* Site Online */
.category-subMenu-box img {
    width: 68px;
}

.card-product-hover {
    color: #000;
}

.box-info-singel {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.arrow-slider {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-slider span {
    width: 20px;
    height: 23px;
    background-size: 70%;
}

footer {
    position: relative;
}

.shadow-footer {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
}

.box-search-header {
    background-color: #ECECEC;
    height: 60px;
    width: 236px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.box-search-header input {
    border: 0;
}

.box-search-header button {
    outline: 0;
    border: 0;
    left: 7px;
}

.card {
    border-radius: 0;
}
.card-title{
    font-size: 15px;
}
main{
    min-height: 300px;
}
.card{
    height: 100%;
}
.card-product-hover{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.pagination.pagination-simple {
    margin: 0;
}

.pagination {
    clear: both;
    display: block;
    width: 100%;
}

.pagination ul {
    display: block;
    padding: 0;
    text-align: center;
}

.pagination ul li {
    list-style: none;
    display: inline;
}

.pagination.pagination-simple li>a,
.pagination.pagination-simple li>span {
    border: 0;
    background-color: transparent !important;
}

.pagination ul li>a,
.pagination ul li>span {
    color: #b0b0b0;
    padding: 8px 14px;
}

.pagination.pagination-simple .active>a,
.pagination.pagination-simple .active>a:focus,
.pagination.pagination-simple .active>a:hover,
.pagination.pagination-simple .active>span,
.pagination.pagination-simple .active>span:focus,
.pagination.pagination-simple .active>span:hover {
    background: 0 0;
    color: #D1A36F;
    font-size: 28px;
    font-weight: 600;
    padding-top: 3px;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    transition: max-width 0.3s ease;
    display: inline-block;
    cursor: pointer;
}
.card-title:hover {
    white-space: normal;
    max-width: 100%;
}
.card-body{
    min-height: 125px;
}

.green-user {
    background-color: rgba(216, 230, 214, 1);
}

.green-user i,
.green-user p {
    color: rgba(25, 169, 13, 1);
}
.shadow-img-category{
    position: relative;
}
.shadow-img-category::after{
    content: "";
    display: block;
    background-image: url(../images/backGrounds/pattern-categorye.png);
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 124px;
}
.shadow-img-category div{
    position: sticky;
    z-index: 99;
}

/***************************************
            Filter
***************************************/
.color-checkbox {
    display: none;
}

.color-option.selected {
    border:3px dashed #000;
    background-color: #f0f0f0;
    position: relative;
}
.color-option.selected::after{
    content: "";
        display: block;
        position: absolute;
        width: 33px;
        height: 2px;
        bottom: -10px;
        background-color: #3A3A40;
        right: -1px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}

.filter-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E0E0E0;
    padding: 4px 8px;
}

.filter-box {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.filter-actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.apply-button,
.clear-button {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border: 1px solid #E0E0E0;
}

.apply-button {
    background-color: #D1A36F;
}
.wrapper-price h2 {
    font-size: 24px;
    font-weight: 600;
}

.wrapper-price p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    align-items: center;
}

.field input {
    width: 160px;
    height: 45px;
    outline: none;
    font-size: 16px;
    margin-right: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.formatted-price div{
    border: 1px dashed #ccc;
    padding: 8px;
    border-radius: 8px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.color-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-option {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    transition: border-color 0.3s, background-color 0.3s;
}

.color-option:hover {
    border-color: #ddd;
}

.color-option.selected {
    border-color: #000;
    background-color: #f0f0f0;
}

.filter-box.hidden {
    display: none;
}

@media only screen and (max-width:767px) {
    .filter-box {
        right: 10px;
    }
}

/***************************************
          End  Filter
***************************************/
/**************************************
                Comments
**************************************/

.comments-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.comments-section h2 {
    margin: 0 0 20px;
    font-size: 1.5rem;
    color: #333;
}

.comments-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.comment {
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    background-color: #fdfdfd;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
}

.comment-role {
    font-size: 0.6rem;
    background-color: #D1A36F;
    color: #fff;
    padding: 2px 6px;
    margin: 0px 5px 10px 10px;
    border-radius: 3px;
}

.comment-date {
    font-size: 0.8rem;
    color: #999;
    margin-left: auto;
}

.comment-body {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.reply {
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    border: 1px dashed #ddd;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.reply .reply-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reply .reply-author {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    margin-right: 5px;
}

.reply .reply-role {
    font-size: 0.6rem;
    background-color: #D1A36F;
    color: #fff;
    padding: 2px 6px;
    margin: 0px 5px 10px 10px;
    border-radius: 3px;
}

.reply .reply-date {
    font-size: 0.8rem;
    color: #999;
    margin-left: auto;
}

.reply .reply-body {
    font-size: 0.9rem;
    color: #333;
}

.reply-button {
    background-color: #D1A36F;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 0.9rem;
    margin: 18px 20px 15px 0;
    cursor: pointer;
}

.reply-button:hover {
    background-color: #a16f36;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1rem;
}
.comment-form input:focus,
.comment-form textarea:focus {
    border:1px solid #caa172c5!important;
    outline: 0;
}

.comment-form textarea {
    resize: none;
    height: 100px;
}

.comment-form button {
    background-color: #D1A36F;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.comment-form button:hover {
    background-color: #ac783c;
}

/***********************************************
                    Comments
 ******************************************** */
 /**************************************
                FAQ
**************************************/
 .accordion-button:not(.collapsed) {
     background-color: #D1A36F;
     color: #fff;
     box-shadow: 0 0 0 0.25rem rgba(161, 157, 31, 0.34);
 }

 .accordion-button:not(.collapsed)::after {
     content: "";
     rotate: 180deg;
 }