﻿/*@import url('UI_Font.css');
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
     /*    font-family: 'IRY';
*/
}

a {
    text-decoration: none;
    /* color: black;*/
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 21px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.border-raduis-bottom {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

video {
    width: 100%;
}

/* Rounded sliders */
.slider.round {
    margin-top: 7px;
    border-radius: 34px;
    height: 27px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.fs-14 {
    font-size: 14px !important;
}

.fs-19 {
    font-size: 19px;
}

.fs-18 {
    font-size: 18px;
    color: #ebebeb;
}

.fs-16 {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .fs-19 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .fs-12 {
        font-size: 12px;
    }
}


.pt-7 {
    padding-top: 70px;
}

.w-45 {
    width: 45% !important
}

.subProductCategory {
    overflow: auto;
    max-height: 500px;
    list-style: none;
    padding-right: 0;
}

    .subProductCategory > li > a {
        padding-right: 20px;
        font-weight: 600;
    }

    .subProductCategory > li > a {
        text-decoration: none;
        color: #a6a7a9;
    }

    .subProductCategory > li:hover {
        background-color: #ebfeff;
        color: #18b7c5;
        transition: 0.6s;
    }

    .subProductCategory > li > a:hover {
        background-color: #ebfeff;
        color: #18b7c5;
        transition: 0.6s;
    }

.bg-skyblue {
    background-color: #ebfeff;
}

.parent-header {
    width: 100%;
}

.parent-logo {
    width: 13%;
}

.parent-search-box {
    width: 64%;
    margin-top: 7px;
}

.parent-login {
    margin: 0 5px 0 5px;
    margin-top: 7px;
}

.parentShoppingCart {
    margin: 0 5px 0 5px;
    margin-top: 7px;
}

.h-35 {
    height: 35px !important;
}

.h-150 {
    height: 150px !important;
}

.h-680 {
    height: 680px;
}

@media only screen and (max-width: 760px) {
    .h-150 {
        height: 100px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .parent-logo {
        width: 14%;
    }
}

@media only screen and (max-width: 1400px) {
    .parent-search-box {
        width: 59%;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1400px) {
    .parent-login {
        margin: 0 5px 0 5px;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1400px) {
    .parentShoppingCart {
        margin: 0 5px 0 5px;
        margin-top: 7px;
    }
}


@media only screen and (max-width: 1200px) {
    .parent-logo {
        width: 16%;
    }
}

@media only screen and (max-width: 1200px) {
    .parent-search-box {
        width: 52%;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1200px) {
    .parent-login {
        margin: 0 5px 0 5px;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1200px) {
    .parentShoppingCart {
        margin: 0 5px 0 5px;
        margin-top: 7px;
    }
}

.hover-box {
    transition: ease-in-out 0.3s;
}

    .hover-box:hover {
        box-shadow: 0px 1px 15px #e1e1e1;
        background-color: #f4f4f4;
    }

.linkhover:hover {
    color: #07adbd;
}

.subProductMaterial {
    overflow: auto;
    max-height: 205px;
    padding-right: 0;
}

    .subProductMaterial > li > a {
        text-decoration: none;
        color: #a6a7a9;
    }

    .subProductMaterial :hover {
        background-color: #ebf9fa;
        color: #18b7c5;
        transition: 0.6s;
    }

.formControl {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.borderOrange {
    border: 1px solid #ff6600;
}

.categoryBorder {
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
}

.btnCategory {
    background-color: #ffffff;
    color: #ff6600;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-radius: 0;
    border: 0;
}

.bgSkyBlue {
    background-color: #3ec2cf;
}

.textSkyBlue {
    color: #3ec2cf;
}

.borderSkyBlue {
    border: 2px solid #3ec2cf;
}


.mainFooter {
    position: relative;
}

.childFooter {
    position: absolute;
    top: -55px;
    left: 150px;
    right: 170px;
    border-radius: 10px;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.me-138 {
    margin-left: 138px;
}

.ms-33 {
    margin-right: 10px;
}

.pb-45 {
    padding-bottom: 45px;
}

#ProductFilterMobile {
    min-height: 1px;
    position: absolute;
    top: 615px;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 25px;
    z-index: 1000000;
}

#ProductListFilterMobile {
    min-height: 1065px;
    position: absolute;
    top: 466px;
    background-color: white;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 25px;
    z-index: 1000000;
}

.exsitProduct {
    border-top: 1px solid #ff6600;
}

.subProductCategoryMobile {
    overflow: auto;
    max-height: 220px;
    list-style: none;
    padding-right: 0;
}

    .subProductCategoryMobile > a > li {
        padding-right: 20px;
        font-weight: 600;
    }

    .subProductCategoryMobile > a {
        text-decoration: none;
        color: #a6a7a9;
    }

        .subProductCategoryMobile > a :hover {
            background-color: #ebf9fa;
            color: #18b7c5;
            transition: 0.6s;
        }


.subProductMaterialMobile {
    overflow: auto;
    max-height: 140px;
    padding-right: 0;
}

    .subProductMaterialMobile > a {
        text-decoration: none;
        color: #a6a7a9;
    }

    .subProductMaterialMobile :hover {
        background-color: #ebf9fa;
        color: #18b7c5;
        transition: 0.6s;
    }


.parentDivFilter {
    padding-top: 40px;
}

#parentFilterMobile {
    transition: display 0.6s;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-menu {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.categoryBorderMobile {
    border-top: 1px solid #f58742;
    border-bottom: 1px solid #f58742;
}

.exsitProductMobile {
    border-top: 1px solid #f58742;
}

.shopping-cart {
    background-color: white;
    border: 1px solid #fe6800;
    color: #fe6800;
    cursor: pointer;
}

.loginIcon {
    background-color: white;
    border: 1px solid #3ec2cf;
    color: #3ec2cf;
}

.btnOrange {
    background-color: #f37020;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 7px;
    border: 1px solid #f37020;
}


@media only screen and (min-width: 1200px) {
    .btnOrange {
        background-color: #f37020;
        border-radius: 10px;
        color: #ffffff;
        font-size: 13px;
        font-family: 'IRY';
        padding: 8px;
        border: 1px solid #f37020;
    }
}

@media only screen and (min-width: 1400px) {
    .btnOrange {
        background-color: #f37020;
        border-radius: 10px;
        color: #ffffff;
        font-size: 14px;
        font-family: 'IRY';
        padding: 8px;
        border: 1px solid #f37020;
    }
}

.productCategoryChild {
    position: relative;
    top: -10px;
}

.overlayMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.main_menu_title {
    color: black;
    cursor: pointer;
}

    .main_menu_title:hover {
        color: #39C0B7;
    }

.ulSubProductCategoryBtn {
    list-style-type: none;
    position: absolute;
    z-index: 100;
    overflow-y: scroll;
    height: 675px;
    direction: ltr;
}


    .ulSubProductCategoryBtn > a {
        padding: 5px;
        font-size: 14px;
        font-weight: 400;
        color: #9d9ea2;
        text-decoration: none;
        direction: rtl
    }

        .ulSubProductCategoryBtn > a :hover {
            color: #18b7c5;
            transition: 0.6s;
        }

.frontUlSubProductCategory {
    position: absolute;
    padding: 0;
    padding-right: 7px;
    z-index: 100;
    right: 202px;
    top: 0;
    list-style-type: disc;
}

    .frontUlSubProductCategory > a {
        font-size: 14px;
        font-weight: 400;
        color: #9d9ea2;
        text-decoration: none;
        width: 45%;
    }

        .frontUlSubProductCategory > a > li {
            padding: 10px;
            padding-right: 0;
        }

        .frontUlSubProductCategory > a :hover {
            color: #18b7c5;
            transition: 0.6s;
        }

.hoverBlue {
    color: #9d9ea2 !important;
}

    .hoverBlue :hover {
        color: #18b7c5 !important;
        transition: 0.6s;
    }

    .hoverBlue ::before {
        color: red;
    }

.aSubCategory {
    font-size: 15px;
    font-weight: 500;
    color: #9d9ea2;
    text-decoration: none;
}

    .aSubCategory :hover {
        color: #18b7c5;
        transition: 0.6s;
    }

.parentProductCategory {
    position: absolute;
    z-index: 100000;
    background-color: #ffffff;
    height: 700px;
    width: 700px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 3px;
    overflow: hidden;
}

.divSubCategory > a {
    color: lightgray;
    font-size: 14px;
    width: 50%;
    padding-right: 15px
}

.divSubCategory {
    width: 50% !important;
}

.subUlCategory {
    list-style-type: none;
    color: #c5c5c5;
}

    .subUlCategory > li > a {
        text-decoration: none;
        color: #c5c5c5;
        padding-top: 14px;
    }

        .subUlCategory > li > a :hover {
            color: #18b7c5;
        }

.bg-orange {
    background-color: #f8951d;
}

#inputControl {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ebf9fa !important;
    border: 1px solid #3ec2cf;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    #inputControl::placeholder {
        font-size: 14px;
        color: #a5a3a3;
    }

#inputControlMobile {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ebf9fa !important;
    border: 1px solid #3ec2cf;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    #inputControlMobile::placeholder {
        font-size: 14px;
        color: #a5a3a3;
    }


#labelControl {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #3ec2cf !important;
    border: 2px solid #3ec2cf;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 19px;
    padding-right: 13px;
    font-size: 19px;
}

#labelControlMobile {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #3ec2cf !important;
    border: 2px solid #3ec2cf;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#inputGroup {
    background-color: #ffffff;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.owl-prev > span {
    position: absolute;
    right: -25px;
    top: 32px;
    font-size: 60px;
    font-weight: initial;
    color: #afb1b3;
}

.owl-next > span {
    position: absolute;
    left: -25px;
    top: 32px;
    font-size: 60px;
    font-weight: lighter;
    color: #afb1b3;
}

@media only screen and (max-width: 760px) {
    .owl-next > span {
        position: absolute;
        left: 14px;
        top: 102px;
        font-weight: lighter;
        margin-left: -21px;
        font-size: 30px;
        color: #8a8888;
        background-color: #f2f2f2;
        margin-right: -15px;
        padding: 0px 12px 0px 14px;
    }
}


@media only screen and (max-width: 760px) {
    .owl-prev > span {
        position: absolute;
        right: 14px;
        top: 102px;
        font-size: 30px;
        font-weight: initial;
        color: #8a8888;
        background-color: #f2f2f2;
        margin-right: -15px;
        padding: 0px 14px 0px 13px;
    }
}

#owl-carouselProductList > div > .owl-prev > span {
    position: absolute;
    right: -25px;
    top: 20px;
    font-size: 60px;
    font-weight: initial;
    color: #afb1b3;
}

#owl-carouselProductList > div > .owl-next > span {
    position: absolute;
    left: -25px;
    top: 21px;
    font-size: 60px;
    font-weight: lighter;
    color: #afb1b3;
}

@media only screen and (max-width: 760px) {
    #owl-carouselProductList > div > .owl-next > span {
        position: absolute;
        left: -14px;
        top: 22px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}


@media only screen and (max-width: 760px) {
    #owl-carouselProductList > div > .owl-prev > span {
        position: absolute;
        right: -14px;
        top: 24px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}


#owl-carouselProductDetail > div > .owl-prev > span {
    position: absolute;
    right: 356px;
    top: 485px;
    font-size: 37px;
    font-weight: 100;
    border: 1px solid;
    border-radius: 90px;
    height: 30px;
    width: 30px;
    color: #afb1b3;
    display: flex;
    justify-content: center;
    align-items: center;
}

#owl-carouselProductDetail > div > .owl-next > span {
    position: absolute;
    left: 11px;
    top: 485px;
    font-size: 37px;
    font-weight: 100;
    color: #afb1b3;
    border: 1px solid;
    border-radius: 90px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 15px;
        top: 418px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 1400px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 290px;
        top: 418px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 1200px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 6px;
        top: 352px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 1200px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 235px;
        top: 352px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 980px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 20px;
        top: 540px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 980px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 423px;
        top: 540px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 765px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 12px;
        top: 410px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 765px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 290px;
        top: 410px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 575px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 22px;
        top: 435px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 575px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 300px;
        top: 435px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 545px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 12px;
        top: 415px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 545px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 280px;
        top: 415px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 500px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 16px;
        top: 380px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 500px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 230px;
        top: 380px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 475px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 22px;
        top: 365px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 475px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 209px;
        top: 365px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 450px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 16px;
        top: 345px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 450px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 206px;
        top: 345px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 430px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 16px;
        top: 333px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 430px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 193px;
        top: 333px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 415px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 4px;
        top: 298px;
        font-size: 40px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 415px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 193px;
        top: 298px;
        font-size: 40px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 400px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 10px;
        top: 307px;
        font-size: 35px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 400px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 193px;
        top: 307px;
        font-size: 35px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 390px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 10px;
        top: 307px;
        font-size: 35px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 390px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 182px;
        top: 307px;
        font-size: 35px;
        font-weight: initial;
        color: #afb1b3;
    }
}


@media only screen and (max-width: 375px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 12px;
        top: 296px;
        font-size: 35px;
        font-weight: lighter;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 375px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 173px;
        top: 296px;
        font-size: 35px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 365px) {
    #owl-carouselProductDetail > div > .owl-prev > span {
        position: absolute;
        right: 152px;
        top: 275px;
        font-size: 35px;
        font-weight: initial;
        color: #afb1b3;
    }
}

@media only screen and (max-width: 365px) {
    #owl-carouselProductDetail > div > .owl-next > span {
        position: absolute;
        left: 18px;
        top: 275px;
        font-size: 35px;
        font-weight: lighter;
        color: #afb1b3;
    }
}


#owl-carouselProductDetail > .owl-dots {
    position: absolute;
    left: 143px;
    top: 474px;
    font-size: 37px;
    font-weight: 100;
}


@media only screen and (max-width: 1400px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 111px;
        top: 406px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 1200px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 90px;
        top: 339px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 990px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 219px;
        top: 530px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 756px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 145px;
        top: 400px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 575px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 156px;
        top: 427px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 545px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 132px;
        top: 407px;
        font-size: 37px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 500px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 132px;
        top: 375px;
        font-size: 30px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 475px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 126px;
        top: 361px;
        font-size: 30px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 450px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 115px;
        top: 340px;
        font-size: 30px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 430px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 115px;
        top: 330px;
        font-size: 30px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 415px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 73px;
        top: 294px;
        font-size: 29px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 400px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 90px;
        top: 313px;
        font-size: 20px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 370px) {
    #owl-carouselProductDetail > .owl-dots {
        position: absolute;
        left: 95px;
        top: 293px;
        font-size: 20px;
        font-weight: 100;
    }
}

#owl-carouselProductDetail > .owl-dots > button > span {
    padding: 0 !important;
    background-color: #ccc;
    margin: 5px;
}

#owl-carouselProductDetail > .owl-dots > .active > span {
    background-color: #f58742;
    width: 30px;
    height: 8px;
}


.shoppingCartBtn {
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 25px;
    padding-left: 7px;
}

.menuBtn {
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 25px;
    padding-right: 7px;
}

.login-logo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.loginBtn {
    background-color: #18b7c5;
    border-radius: 10px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginInput {
    border: 1px solid #ccc;
    direction: rtl;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .loginInput::placeholder {
        font-size: 12px;
        padding-right: 10px;
    }

.loginPassword {
    font-size: 14px;
    color: #f37020;
    margin-top: 10px;
    margin-left: 5px;
}

.loginApp {
    color: #f37020;
}


.bgOrange {
    background-color: #f8951d;
}

.bg-gray {
    background-color: #f2f2f2;
}

.btn-orange {
    background-color: #ff9501;
    border-radius: 0px 0px 10px 10px;
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #ff9501;
    font-family: 'IRY';
}

@media only screen and (max-width: 980px) {
    .btn-orange {
        background-color: #ff9501;
        border-radius: 0px 0px 10px 10px;
        color: #ffffff;
        font-size: .75rem;
        padding: 7px;
        border: 1px solid #ff9501;
        font-family: 'IRY' !important;
    }
}

@media only screen and (max-width: 500px) {
    .btn-orange {
        background-color: #ff9501;
        border-radius: 0px 0px 10px 10px;
        color: #ffffff;
        font-size: 12px;
        padding: 6px;
        border: 1px solid #ff9501;
        font-family: 'IRY' !important;
    }
}

.white-hover:hover {
    color: black !important;
}

.white-hover-menu:hover {
    color: black !important;
}

.viewAllBtn {
    color: #ff9501;
    border: 1px solid #ff9501;
    border-radius: 7px;
}

    .viewAllBtn:hover {
        color: white;
        background-color: #ff9501;
    }


.pointer {
    cursor: pointer;
}

.text-orange {
    color: #f37020;
}

#product-carousel-prev {
    position: absolute;
    left: -53px;
    top: 142px;
    background-color: #f2f2f2;
}

#product-carousel-next {
    position: absolute;
    right: 161px;
    background-color: #f2f2f2;
    top: 142px;
}

#product-carousel-prev2 {
    position: absolute;
    left: 161px;
    top: 142px;
    background-color: #f2f2f2;
}

#product-carousel-next2 {
    position: absolute;
    right: 161px;
    background-color: #f2f2f2;
    top: 142px;
}

@media only screen and (max-width: 1400px) {
    #product-carousel-prev {
        position: absolute;
        left: -50px;
        top: 142px;
        background-color: #f2f2f2;
    }
}

@media only screen and (max-width: 1400px) {
    #product-carousel-next {
        position: absolute;
        right: 134px;
        background-color: #f2f2f2;
        top: 142px;
    }
}

@media only screen and (max-width: 1400px) {
    #product-carousel-prev2 {
        position: absolute;
        left: 134px;
        top: 142px;
        background-color: #f2f2f2;
    }
}

@media only screen and (max-width: 1400px) {
    #product-carousel-next2 {
        position: absolute;
        right: 134px;
        background-color: #f2f2f2;
        top: 142px;
    }
}

.p-7 {
    padding: 7px;
}

#owl-carousel2 > div > .owl-prev > span {
    position: absolute;
    top: 130px;
    right: 0px;
    background-color: #f2f2f2;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
}


#owl-carousel2 > div > .owl-next > span {
    position: absolute;
    top: 130px;
    left: -1px;
    background-color: #f2f2f2;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
}


#owl-carousel3 > div > .owl-prev > span {
    position: absolute;
    top: 112px;
    right: 0px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 18px;
}


#owl-carousel3 > div > .owl-next > span {
    position: absolute;
    top: 112px;
    left: -1px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 18px;
}

#owl-carousel4 > div > .owl-prev > span {
    position: absolute;
    top: 112px;
    right: 0px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
}


#owl-carousel4 > div > .owl-next > span {
    position: absolute;
    top: 112px;
    left: -1px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

#owl-carousel5 > div > .owl-prev > span {
    position: absolute;
    top: 112px;
    right: 0px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 18px;
}


#owl-carousel5 > div > .owl-next > span {
    position: absolute;
    top: 112px;
    left: -1px;
    background-color: #ccc;
    height: 43px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0;
    margin: 0;
    width: 18px;
}

#owl-carousel7 > div > .owl-prev > span {
    position: absolute;
    top: 10px;
    right: -12px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0;
}


#owl-carousel7 > div > .owl-next > span {
    position: absolute;
    top: 10px;
    left: -10px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0;
}

#owl-carousel8 > div > .owl-prev > span {
    position: absolute;
    top: 10px;
    right: -23px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0;
}


#owl-carousel8 > div > .owl-next > span {
    position: absolute;
    top: 10px;
    left: -23px;
    text-align: center;
    width: 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.owl-nav {
    margin: 0 !important;
}

.border-orange {
    border: 2px solid #f58742;
}

.sliders {
    width: 100%;
}

.w-92 {
    width: 92% !important;
}

@media only screen and (max-width: 750px) {
    .w-92 {
        width: 100% !important;
    }
}

.w-96 {
    width: 96% !important;
}


.b-raduis19 {
    border-radius: 19px !important;
}

#bestSellerProductSlider {
    width: 61%;
    margin: auto
}

@media only screen and (max-width: 1750px) {
    #bestSellerProductSlider {
        width: 70%;
    }
}

@media only screen and (max-width: 1600px) {
    #bestSellerProductSlider {
        width: 75%;
    }
}


@media only screen and (max-width: 1500px) {
    #bestSellerProductSlider {
        width: 77%;
    }
}

@media only screen and (max-width: 1480px) {
    #bestSellerProductSlider {
        width: 78%;
    }
}

@media only screen and (max-width: 1400px) {
    #bestSellerProductSlider {
        width: 71%;
    }
}

@media only screen and (max-width: 1300px) {
    #bestSellerProductSlider {
        width: 77%;
    }
}

@media only screen and (max-width: 1200px) {
    #bestSellerProductSlider {
        width: 67%;
    }
}

@media only screen and (max-width: 1100px) {
    #bestSellerProductSlider {
        width: 74%;
    }
}

@media only screen and (max-width: 980px) {
    #bestSellerProductSlider {
        width: 70%;
    }
}

.offerProduct {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    font-size: 12px;
    height: 26px;
}

.pagination {
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 990px) {
    .pagination {
        border: 1px solid #ccc;
        border-radius: 20px;
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: auto;
        margin-left: 54px;
    }
}

@media only screen and (max-width: 550px) {
    .pagination {
        border: 1px solid #ccc;
        border-radius: 20px;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: auto;
        margin-left: 14px;
    }
}

.pagination > span {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #b3b1b1;
    font-size: 15px;
    cursor: pointer;
}

.big-pagination {
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 154px;
}

@media only screen and (max-width: 850px) {
    .big-pagination {
        border: 1px solid #ccc;
        border-radius: 20px;
        width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: auto;
        margin-left: 54px;
    }
}

@media only screen and (max-width: 550px) {
    .big-pagination {
        border: 1px solid #ccc;
        border-radius: 20px;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: auto;
    }
}

.big-pagination > span {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #b3b1b1;
    font-size: 15px;
    cursor: pointer;
}

.pagination-product {
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 200px;
}

    .pagination-product > span {
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #b3b1b1;
        font-size: 15px;
        cursor: pointer;
    }

.main-page {
    background-color: #18b7c5;
    font-size: 16px;
    padding-right: 9px !important;
    padding-left: 9px !important;
    margin-right: 3px;
    margin-left: 3px;
}

.fs-1rem {
    font-size: 1rem;
}

@media only screen and (max-width: 500px) {
    .fs-1rem {
        font-size: .80rem;
    }
}


.border-yellow {
    border: 2px solid #ccc;
}

    .border-yellow:hover {
        border: 2px solid #F8DC7D;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        ;
    }

.ProductDetails {
    list-style-type: none;
    padding-right: 0;
}

    .ProductDetails > li {
        font-weight: bold;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .ProductDetails > li > span {
            font-weight: 100;
        }

@media only screen and (max-width: 675px) {
    .ProductDetails > li > span {
        font-weight: 100;
        font-size: 14px;
    }
}

.btn-share {
    background-color: #f2f2f2;
    border: 0;
    color: #adaeb0;
    border-radius: 10px;
    padding: 9px;
}

.share-icon {
    color: #d7d9db;
}

.btnCountInCart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background-color: #f2f2f2;
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 475px) {
    .btnCountInCart {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        background-color: #f2f2f2;
        border: 0;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btnCountInCartShopCart {
    background-color: #f2f2f2;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.main-btnCountInCartShopCart {
    background-color: #f2f2f2;
    border: 0;
    height: 31px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
}

.w-85 {
    width: 85% !important;
}

.btnIncrease {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-size: 14px;
    background-color: #27bdbe;
    border: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}



    .btnIncrease > i {
        font-size: 14px;
    }


.btnIncreaseShopCart {
    background-color: #27bdbe;
    border: 0;
    padding-left: .60rem !important;
    padding-right: .60rem !important;
}

    .btnIncreaseShopCart > i {
        font-size: 12px;
    }


.main-btnIncreaseShopCart {
    background-color: #27bdbe;
    border: 0;
    height: 31px;
    padding-left: .43rem !important;
    padding-right: .43rem !important;
}

    .main-btnIncreaseShopCart > i {
        font-size: 12px;
    }



.btnDecrease {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: .85rem;
    padding-right: .85rem;
}

.btnAddToCart {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 675px) {
    .iconAddToCart {
        font-size: 14px !important;
    }
}

.parentProductDetails {
    border: 1px solid #ccc;
    border-radius: 19px;
}

.report-product {
    font-size: 14px;
    font-family: 'IRY';
}

.line-h-2 {
    line-height: 2.2rem;
}

.pt-inherit {
    padding-top: inherit;
}

.pl-40 {
    padding-left: 40px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.h-21 {
    height: 21px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px !important;
}

.h-260 {
    height: 260px !important;
}

.h-245 {
    height: 245px !important;
}

.h-180 {
    height: 180px !important;
}

.width-100 {
    width: 100%;
}

.width_50 {
    width: 50px !important;
}

.width-100px {
    width: 100px !important;
}

.width_40 {
    width: 40px;
}

.margin-auto {
    margin: auto;
}

.ml-2rem {
    margin-left: 2rem;
}

.font-size-12 {
    font-size: 12px !important;
}

.border-raduis-end {
    border-end-start-radius: 14px !important;
}

.bg-light-orange {
    background-color: #ffc279 !important;
}

.bg-orange-login {
    background-color: #f8951d;
}

@media only screen and (max-width: 675px) {
    .parentProductDetails {
        border: 0;
    }
}

.mt-30 {
    margin-top: 140px;
}

@media only screen and (max-width: 875px) {
    .mt-30 {
        margin-top: 10px;
    }
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.h-38 {
    height: 38px;
}

.w-120 {
    width: 120px !important;
}

.w-70 {
    width: 70% !important;
}

.login-title {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

@media only screen and (max-width: 690px) {
    .btnAddToCart {
        font-size: 14px;
        padding-left: 23px;
        padding-right: 23px;
    }
}


@media only screen and (max-width: 390px) {
    .btnAddToCart {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media only screen and (max-width: 390px) {
    .btnCons {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media only screen and (max-width: 390px) {
    .btnShare {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-left: 12px;
    }
}


@media only screen and (max-width: 375px) {
    .btnAddToCart {
        font-size: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .btnDecrease {
        padding-left: .65rem;
        padding-right: .65rem;
    }
}

@media only screen and (max-width: 375px) {
    .btnDecreaseShopCart {
        padding-left: .60rem;
        padding-right: .60rem;
    }
}

.main-btnDecreaseShopCart {
    padding-left: .40rem;
    padding-right: .40rem;
    height: 31px;
    margin-bottom: 5px !important;
    text-align: center;
}


@media only screen and (max-width: 375px) {
    .btnIncrease {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        font-size: 14px;
        background-color: #27bdbe;
        border: 0;
        font-size: 12px;
        padding-left: .70rem !important;
        padding-right: .70rem !important;
    }
}


@media only screen and (max-width: 375px) {
    .btnCons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 375px) {
    .btnShare {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: 12px;
    }
}

.productComments {
    border: 1px solid #ccc;
    margin-top: 22px;
    border-radius: 21px;
}

.commentBox {
    background-color: #f2f2f2;
    color: #adaeb0;
    border: 0;
    border-radius: 10px;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'IRY';
    padding: 7px 12px;
}

.inputNameComments {
    border: 0;
    border-radius: 7px;
    background-color: #f2f2f2;
    width: 60%;
    height: 40px;
    padding-right: 10px;
}

    .inputNameComments::placeholder {
        font-size: 13px;
    }

@media (max-width: 768px) {
    .text-box-mobile {
        font-size: 16px;
        height: 80px;
    }
}

.inputComments {
    width: 100%;
}

.btnSubmitcomment {
    min-width: 100px;
}

.comment-section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

    .comment-section .rating .fa-star {
        margin: 0 2px;
    }

.uniform-size {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input.uniform-size, textarea.uniform-size {
    padding: 10px;
    height: auto;
}

.btnSubmitcomment {
    background-color: #007bff;
    border: none;
    transition: all 0.3s ease-in-out;
    height: 50px;
}

    .btnSubmitcomment:hover {
        background-color: #0056b3;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.inputComments {
    border: 0;
    border-radius: 7px;
    background-color: #f2f2f2;
    width: 100%;
    height: 100px;
    padding-right: 10px;
    /*margin-right: 46px;*/
    margin-bottom: 20px;
}

    .inputComments::placeholder {
        font-size: 13px;
        position: absolute;
        top: 12px;
    }

.btnSubmitcomment {
    background-color: #27bdbe;
    color: white;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    margin-left: 43px;
    margin-bottom: 21px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'IRY';
    font-size: 14px;
}

.usersComments {
    color: #27bdbe;
    border-left: 1px solid #27bdbe;
    height: 10px;
    padding-left: 3px;
}

.text-firoze {
    color: #27bdbe;
}

.commentsResponse {
    background-color: #f2f2f2;
    width: 97%;
    border-radius: 7px;
}

.ms-6 {
    margin-right: 60px;
}

@media only screen and (max-width: 996px) {
    .inputNameComments {
        border: 0;
        border-radius: 7px;
        background-color: #f2f2f2;
        width: 100%;
        height: 40px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 996px) {
    .inputNameComments::placeholder {
        font-size: 12px;
    }
}


@media only screen and (max-width: 996px) {
    .inputComments {
        border: 0;
        border-radius: 7px;
        background-color: #f2f2f2;
        width: 91%;
        height: 60px;
        padding-right: 10px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 996px) {
    .btnSubmitcomment {
        background-color: #27bdbe;
        color: white;
        border: 0;
        border-radius: 7px;
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.fs-7 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}


.btn-outline-orange {
    border: 1px solid #f58742;
    color: #f58742;
    background-color: #ffffff;
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
}

.fs-15 {
    font-size: 15px;
}

.fs-13 {
    font-size: 13px;
}

.parent-shopping-cart {
    height: 657px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (min-width: 340px) {
    .parent-shopping-cart {
        height: 590px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 360px) {
    .parent-shopping-cart {
        height: 605px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 375px) {
    .parent-shopping-cart {
        height: 621px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 385px) {
    .parent-shopping-cart {
        height: 632px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 400px) {
    .parent-shopping-cart {
        height: 645px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.btn-continue-shopping {
    border: 0;
    background-color: #27bdbe;
    color: #ffffff;
    font-size: 14px;
    border-radius: 7px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: 'IRY';
}

.btn-shop-cart {
    border: 1px solid #f58742;
    color: #f58742;
    background-color: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.shop-cart-icon {
    font-size: 20px !important;
}

.badge-shop-cart {
    right: 105px;
    font-size: 11px;
    background-color: #f58742;
}

.btn-info {
    background-color: #ffffff;
    color: #3ec2cf;
    border: 1px solid #3ec2cf;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#main-shop-cart {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    z-index: 1000000000;
    height: 100%;
    width: 500px;
}

@media only screen and (max-width: 500px) {
    #main-shop-cart {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: white;
        z-index: 1000000;
        height: 84%;
        width: 100%;
    }
}

.main-parent-shopping-cart {
    height: 52vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 500px) {
    .main-parent-shopping-cart {
        height: 42vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 400px) {
    .main-parent-shopping-cart {
        height: 37vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.ps-7 {
    padding-right: 5rem !important;
}

.fs-17 {
    font-size: 17px !important;
}

.category-border {
    width: 2px;
    height: 700px;
    background-color: black;
    margin: 0;
    margin-right: 190px;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 10% auto;
    direction: ltr;
}

.sliders_control {
    position: relative;
    min-height: 50px;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
    color: #8a8383;
    width: 300px;
    height: 30px;
    font-size: 14px;
    border: none;
    text-align: center
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
}

#fromInput {
    border: 1px solid;
    border-radius: 7px;
    padding-left: 33px;
    height: 40px;
    width: 95px;
    font-size: 14px !important;
    padding-left: 15px
}

#toInput {
    border: 1px solid;
    border-radius: 7px;
    padding-left: 33px;
    height: 40px;
    width: 95px;
    font-size: 14px !important;
    padding-left: 15px
}

#fromInputMobile {
    border: 1px solid;
    border-radius: 7px;
    padding-left: 33px;
    height: 40px;
    width: 95px;
    font-size: 14px;
    padding-left: 15px
}

#toInputMobile {
    border: 1px solid;
    border-radius: 7px;
    padding-left: 33px;
    height: 40px;
    width: 106px;
    font-size: 14px;
    padding-left: 15px
}


/*??? ????? ????*/

/*{start}*/


/*{End}*/

/*??? ????? ?? ?????*/

/*{Start}*/



/*{End}*/

/*??? ???? ?? ??? ????*/

/*{Start}*/

/*{End}*/
.category-box {
/*    border: 1px solid orange;*/
/*    border-radius: 5px 5px 5px 5px;*/
    transition: transform 0.3s ease;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.category-title p {
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
    color: orange;
}

@media (max-width: 768px) {
    .category-box {
        /*        flex: 0 0 calc(25% - 10px);
*/ max-width: calc(25% - 5px);
    }
}

.title-userorder {
    width: 298px;
    font-size: 34px;
    color: #fff;
    background-color: rgb(13 202 240); /* آبی شروع */
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    animation: blueTransition 4s infinite alternate;
    transition: transform 0.1s ease;
    margin: 0 auto;
    box-shadow: 3px 3px 8px rgb(141 145 146);
    text-shadow: 2px 2px 4px orange;
}

@keyframes blueTransition {
    0% {
        background-color: rgb(13 202 240);
    }

    50% {
        background-color: rgb(67, 167, 233);
    }

    100% {
        background-color: rgb(13 202 240);
    }
}

.title-container {
    text-align: center;
    margin-top: 20px;
}

.text-shopCart {
    border: 1px solid orange;
    padding: 4px;
    border-radius: 9px 9px 9px 9px;
    width: 112px;
    height: 34px;
}

.text-title {
    color: #ff9100;
}

.text-title-price {
    color: #27bdbe;
}

.btn-continue-shopping {
    background-color: orange;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    animation: pulseEffect 1.5s infinite ease-in-out;
}

    .btn-continue-shopping:hover {
        background-color: darkorange;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

/* انیمیشن تپش */
@keyframes pulseEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}




.product-box {
    width: calc(20% - 10px); /* کاهش عرض به 20% */
    max-width: 200px; /* حداکثر عرض برای باکس‌ها */
    height: auto; /* ارتفاع خودکار با توجه به نسبت عرض */
    aspect-ratio: 1; /* نسبت مربعی ایجاد کند */
    border-radius: 10px; /* گوشه‌های گرد */
    border: 1px solid #ddd; /* خط دور */
    overflow: hidden; /* برای پنهان کردن اضافات */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه */
    transition: transform 0.3s ease-in-out; /* انیمیشن برای حرکت */
}

    .product-box:hover {
        transform: scale(1.05); /* بزرگ شدن باکس هنگام هاور */
    }

.new-label {
    top: 17px;
    left: 0;
    background-color: #f56100;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 0px 17px 17px 0px;
    z-index: 2;
}

.object-fit-cover {
    object-fit: cover; /* تنظیم تصویر در باکس */
    width: 100%;
    height: 100%;
}

/* تنظیمات برای ریسپانسیو */
@media (max-width: 1200px) {
    .product-box {
        width: calc(25% - 10px); /* در دسکتاپ کوچک‌تر: 4 باکس در هر ردیف */
    }
}

@media (max-width: 768px) {
    .product-box {
        width: calc(33.33% - 10px); /* در تبلت: 3 باکس در هر ردیف */
    }
}

@media (max-width: 576px) {
    .product-box {
        width: calc(50% - 10px); /* در موبایل کوچک: 2 باکس در هر ردیف */
    }
}

.owl-dots {
    display: none !important;
}

.owl-carousel .item {
    margin-left: 5px;
}

#owlCarousel .item {
    padding: 5px;
    transition: all 0.3s ease;
}

/* داخل خود کارت‌ها هم کوچیک‌تر بشه */
#owlCarousel .product-box {
    padding: 5px !important;
    font-size: 0.8rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.custom-info-box {
    background-color: #f2f2f2;
    border: 1px solid #ffb366;
    box-shadow: 0 0 12px rgba(255, 147, 41, 0.2);
    border-radius: 16px;
    padding: 30px;
    max-width: 850px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.store-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff7f00;
}

.text-box-wrapper {
    position: relative;
    font-size: 15px;
    color: #444;
    line-height: 2;
    max-height: 170px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

    .text-box-wrapper.expanded {
        max-height: 1000px;
    }

.fade-effect {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(167 31 31 / 0%), #f2f2f2);
    pointer-events: none;
}

.more-link-btn {
    margin-top: 20px;
    background-color: #ff7f00;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .more-link-btn:hover {
        background-color: #ff9933;
        box-shadow: 0 0 8px rgba(255, 128, 0, 0.4);
        transform: scale(1.03);
    }

/* انیمیشن اولیه */
.viewAllBtn {
    background-color: #ff7e00;
    border: none;
    border-radius: 8px;
    color: white;
    transition: 0.3s;
    text-decoration: none;
}

    .viewAllBtn:hover {
        background-color: #e46e00;
    }

.owl-carousel .owl-item {
    margin-right: 4px !important;
    margin-left: 0 !important;
    padding: 0 !important;
}

.owl-dots {
    display: none !important;
}

#owlCarousel .owl-item {
    padding: 5px;
    transition: all 0.3s ease;
    width: 200px !important;
}

#owlCarousel .product-box {
    padding: 5px !important;
    font-size: 0.75rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: 0.3s;
    height: auto;
}

    #owlCarousel .product-box * {
        font-size: 0.75rem !important;
    }

@media (min-width: 992px) {
    #owlCarousel .owl-item {
        width: 240px !important;
        padding: 8px !important;
    }

    #owlCarousel .product-box {
        font-size: 0.85rem;
        padding: 10px !important;
    }

        #owlCarousel .product-box * {
            font-size: 0.85rem !important;
        }
}
/* انیمیشن شناور آرام */
@keyframes floatCard {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

/* انیمیشن پالس نور */
@keyframes pulseCard {
  0% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.4); }
  70% { box-shadow: 0 0 0 20px rgba(255, 102, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0); }
}

/* باکس کارت اصلی */
.point-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
    will-change: transform, box-shadow;
}

/* آیکون عکس داخل کارت */
.point-card-img {
    width: 70px;
    height: 70px;
    transition: transform 0.5s ease;
}

/* عنوان اصلی کارت */
.point-card-title {
    margin: 0;
    transition: color 0.6s ease;
    color: #000;
}

/* توضیحات کارت */
.point-card-desc p {
    margin: 0;
    transition: all 0.6s ease;
}

/* حرکت شناور همیشگی کارت */
.point-card-animate {
    animation: floatCard 5s ease-in-out infinite;
}

/* هاور کارت */
.point-card:hover {
    transform: translateY(-8px) rotateZ(1deg) scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.4);
    animation: pulseCard 2s infinite;
}

/* هاور تغییر رنگ متن */
.point-card:hover .point-card-title,
.point-card:hover .point-card-desc p {
    color: #ff6600;
}

/* نور روی هاور */
.point-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 165, 0, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* هاور نور روشن */
.point-card:hover::before {
    opacity: 1;
}
/* انیمیشن شناور آرام */
@keyframes floatCategory {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

/* انیمیشن نورانی آرام */
@keyframes glowCategory {
    0% { box-shadow: 0 0 0px rgba(255, 140, 0, 0.5); }
    50% { box-shadow: 0 0 15px rgba(255, 140, 0, 0.7); }
    100% { box-shadow: 0 0 0px rgba(255, 140, 0, 0.5); }
}

/* استایل اصلی هر باکس */
.animate-category {
    background: #fff;
    border-radius: 1rem;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    animation: floatCategory 6s ease-in-out infinite;
    will-change: transform, box-shadow;
}

/* افکت هاور جذاب */
.animate-category:hover {
    transform: translateY(-10px) scale(1.05) rotateZ(1deg);
    animation: glowCategory 3s infinite;
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.5);
}

/* عکس داخل باکس */
.category-img {
/*    border-radius: 1rem;*/
    transition: all 0.5s ease;
}

/* افکت عکس داخل باکس در هاور */
.animate-category:hover .category-img {
    transform: scale(1.08) rotateZ(-1deg);
    filter: brightness(1.1);
}
