:root {
    interpolate-size: allow-keywords;
    --color1: #f69946;
    --color2: #fcf9f4;
    --color3: #564741;
    --color4: rgb(97, 97, 97);
    --color5: #564741;
    --color6: #3a3330;
    --text1: (#3a3a3a);
}

@font-face {
    font-family: "RokhFaNum";
    src: url("/fonts/RokhFaNum.eot");
    src:
        url("/fonts/RokhFaNum.eot?#iefix") format("embedded-opentype"),
        url("/fonts/RokhFaNum.svg#/fonts/RokhFaNum") format("svg"),
        url("/fonts/RokhFaNum.ttf") format("truetype"),
        url("/fonts/RokhFaNum.woff") format("woff"),
        url("/fonts/RokhFaNum.woff2") format("woff2");
}

@font-face {
    font-family: "shabnam";
    src: url("/fonts/Shabnam-Medium-FD.eot");
    src:
        url("/fonts/Shabnam-Medium-FD.eot?#iefix") format("embedded-opentype"),
        url("/fonts/Shabnam-Medium-FD.svg#/fonts/Shabnam-Medium-FD") format("svg"),
        url("/fonts/Shabnam-Medium-FD.ttf") format("truetype"),
        url("/fonts/Shabnam-Medium-FD.woff") format("woff"),
        url("/fonts/Shabnam-Medium-FD.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

.qwertyuiop {
    display: none !important;
}

html {
    direction: rtl;
    padding: 0;
    margin: 0;
}

body {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: "RokhFaNum";
    background-color: var(--color2);
    color: var(--color3);
    font-size: 16px;
    height: 100vh;
}

.MainBody {
    min-height: 80vh;
}

form,
input,
textarea {
    font-family: "RokhFaNum";
    font-size: 16px;
}

.paw {
    background-image: url(/images/icon/paw45deg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 1.5em;
    padding: 0.2em;
    padding-top: 0.3em;
    padding-right: 1.7em;
}

.container,
.containerLarge {
    margin: 60px auto;
    display: block;
    position: relative;
}

.btn,
.btn:link,
.btn:visited {
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 6px;
    color: var(--text1);
    border: 2px solid;
    transition: all 0.2s;
    cursor: pointer;
    font-family: RokhFaNum;
}

.btn:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.btn:disabled {
    cursor: default !important;
    background-color: gray !important;
    color: #d3d3d3 !important;
    border-color: gray !important;
    box-shadow: none !important;
}

.btn:disabled:hover {
    box-shadow: none !important;
    background-color: gray !important;
    color: #d3d3d3 !important;
    border-color: gray !important;
}

.btn.btn1,
.btn.btn1:link,
.btn.btn1:visited {
    background-color: var(--color5);
    color: white;
    border: 2px solid var(--color5);
}

.btn.btn1:hover {
    background-color: var(--color6);
    color: var(white);
    border: 2px solid var(--color6);
}

.btn.btn2,
.btn.btn2:link,
.btn.btn2:visited {
    background-color: var(--color1);
    color: var(--color1);
    border: 2px solid var(--color1);
    color: white;
}

.btn.btn2:hover {
    background-color: #f96d00;
    color: #f96d00;
    border: 2px solid #f96d00;
    color: white;
}

.btnP,
.btnP:link,
.btnP:visited {
    display: inline-block;
    padding: 13px 25px 10px 25px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: shabnam;
    padding-left: 50px;
    background-position: 18px center;
    background-size: 30px auto;
    background-repeat: no-repeat;
    border: 2px solid;
}

.btnP1,
.btnP1:link,
.btnP1:visited {
    background-color: var(--color1);
    color: white;
    background-image: url(/images/icon/pawwhite.png);
    border-color: var(--color1);
}

.btnP1:hover {
    background-color: var(--color3);
    border-color: var(--color3);
}

.btnFloat {
    position: absolute;
    left: 1.5em;
    top: 0.51em;
}

.btncart,
.btncart:link,
.btncart:visited {
    background-image: url(/images/icon/cartsh.png);
    background-color: var(--color5);
    color: white;
    border-color: var(--color5);
    background-size: cover;
    background-repeat: no-repeat;
}

.btncart:hover {
    background-color: var(--color6);
    border-color: var(--color6);
}

.shine {
    transition: all 0.2s;
    overflow: hidden;
    position: relative;
}

.shine::before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    /* transition: all .3s; */
    z-index: -1000;
}

.shine:hover:before,
.shine:focus:before {
    -webkit-animation: shine 0.6s;
    animation: shine 0.6s;
    z-index: 999;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.msg {
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    min-height: 80px;
    padding: 20px;
    border-radius: 5px;
}

.msg.msgR {
    background-color: #ff8585;
    color: #360101;
}

.msg a,
.msg a:link,
.msg a:visited {
    color: var(--color1);
}

.msg a:hover {
    color: var(--color6);
}

.pageNotFound {
    background-image: url("/images/pageNotFound.png");
    text-align: center;
    margin-top: 100px;
    width: 100%;
    height: 40vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ===================[HEADER]=================== */

.motherhead {
    z-index: 1000000;
}

.mainHeader {
    min-height: 20px;
    margin: 0 auto;
    transition: all 0.2s ease;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100vw !important;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.fixed .mainLogo {
    margin-top: 50px;
    transition: all 0.2s ease;
}

.mainHeader > div {
    margin: 0 auto;
    vertical-align: middle;
}

.mainHeader > div .mainLogo {
    float: right;
    width: 100px;
    background-image: url(/images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    width: 100px;
    height: 62px;
    padding: 0;
    margin-top: -7px;
}

.maindiv .profBTN {
    float: left;
    background-image: url(/images/icon/pers.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 9px;
    width: 25px;
    height: 40px;
    margin-top: 2px;
}

.maindiv .cartBTN {
    float: left;
    background-image: url(/images/icon/shopping.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 9px;
    width: 20px;
    height: 20px;
    margin-top: 11px;
    position: relative;
}

.maindiv .cartBTN span {
    position: absolute;
    display: block;
    background-color: rgba(255, 0, 0, 0.7);
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    color: var(--color6);
    transition: all 0.2s ease-out;
    /*animation: flickerEffect 1s infinite;*/
}

.maindiv .cartBTN span.nodisplay {
    display: none;
}

@keyframes flickerEffect {
    0% {
        opacity: 1;
        width: 20px;
        height: 20px;
    }
    40% {
        opacity: 0.6;
        width: 22px;
        height: 22px;
    }
    60% {
        opacity: 0.4;
        width: 28px;
        height: 28px;
        left: -14px;
        top: -14px;
    }
    100% {
        opacity: 0;
        width: 20px;
        height: 20px;
    }
}

.maindiv .cartBTN:hover {
    transform: scale(1.1);
}

.maindiv .profBTN:hover {
    transition: all 0.2s ease-out;
    transform: scale(1.2);
}

.mainHeader > div > div {
    margin: 0px auto;
    padding: 10px;
    max-width: 1000px;
}

.mainHeader > div form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: white;
    border: 1px solid var(--color1);
    padding: 2px;
}

.mainHeader > div form .mainSearch {
    width: 600px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 8px 0;
}

.mainHeader > div form .mainSearchBTN {
    background-image: url(/images/icon/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.mainHeader > div form .mainSearchBTN:hover {
    background-color: var(--color1);
    background-size: cover;
}

.navbar {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    padding: 0;
}

.navBarActive .dropdownmenu {
    position: relative;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list > li {
    position: relative;
}

.nav-list a {
    text-decoration: none;
    color: var(--color3);
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    transition: color 0.3s ease;
    border-radius: 5px;
}

.nav-list a:hover {
    color: var(--color1);
    background-color: rgba(236, 90, 5, 0.1);
}

/* ------------------dropdown------------------- */

.dropdownmenu {
    list-style: none;
    position: absolute;
    right: 0;
    padding: 0px;
    margin: 0;
    display: none;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdownmenu a {
    padding: 8px 12px;
    font-size: 14px;
    display: block;
    text-align: right;
    color: var(--color3);
}

.dropdownmenu a:hover {
    background-color: rgba(236, 90, 5, 0.1);
}

.navitem-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    /* دو ستون */
}

.navitem-dropdown {
    overflow: hidden;
    cursor: pointer;
}

.navitem-dropdown ul {
    padding: 10px;
}

.navitem-dropdown li {
    border-bottom: 1px solid var(--color6);
    min-width: 150px;
    position: relative;
}

.nav-list a,
.nav-list a:link,
.nav-list a:visited {
    margin: 2px;
}

.nav-list li > .active {
    color: var(--color1);
    background-color: rgba(236, 90, 5, 0.1);
}

.navitem-dropdown:hover {
    overflow: visible;
}

.navitem-dropdown:hover > a,
.navitem-dropdown:hover > a:link,
.navitem-dropdown:hover > a:visited {
    color: var(--color1);
    background-color: rgba(236, 90, 5, 0.1);
}

.navitem-dropdown:hover .dropdownmenu {
    animation: dropDownMenu;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.dropdownmenu .dropdownmenu {
    background-color: #fff5ee;
}

.sandwich {
    display: none;
}

/* ============================[ANIMATIONS]============================ */

@keyframes dropDownMenu {
    from {
        /* height: 0; */
        opacity: 0;
    }
    to {
        /* height: auto; */
        opacity: 1;
    }
}

/*==============================[Banner]=================================*/

.par {
    position: relative;
    border-radius: 15px;
    min-height: 100px;
    margin: 20px auto;
    max-height: 40vh;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.par > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.par > div p {
    font-size: 24px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}

.btn.btn1.linkmah {
    width: 200px;
    height: 45px;
    background-color: var(--color1);
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.btn.btn1.linkmah:hover {
    background-color: var(--color3);
    border-color: var(--color3);
}

.pawwhite {
    display: inline-block;
    background-image: url("/images/pawwhite.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
}

.btn.btn1.linkmah a {
    color: var(--color2);
    display: flex;
    align-items: center;
}

.tripleConainer {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    cursor: default;
}

.tripleConainer > div {
    padding: 20px;
    padding-right: 130px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 120px auto;
    border-radius: 15px;
    box-shadow: -10px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.tripleConainer > div > h5 {
    font-size: 22px;
    margin: 0;
}

.tripleConainer > div:hover > h5 {
    color: var(--color1);
}

.tripleConainer > div > p {
    font-size: 13px;
    font-family: shabnam;
}

/*================================[]===================================*/

.product-grid {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
}

.product-grid::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
}

.product-grid::-webkit-scrollbar-track {
    background: var(--color3);
    border-radius: 10px;
    width: 2px;
}

.product-grid::-webkit-scrollbar-thumb {
    width: 2px;
    background: var(--color1);
    border-radius: 10px;
}

.product-grid::-webkit-scrollbar-thumb:hover {
    background: #fe7a36;
    border-radius: 10px;
}

.product-card {
    background-color: var(--color1);
    background-image: url(/images/bgPattern.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: 300px;
    height: 340px;
    text-align: center;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-left: 20px;
    margin-top: 100px;
    margin-right: 20px;
}

.cardChild {
    margin: 0 auto;
    margin-top: -95px;
    background-color: #fcf9f4;
    height: 358px;
    width: 280px;
    top: -95px;
    border-radius: 15px 15px 15px 15px;
    border: 1px;
    border-style: solid;
    border-color: #ebebeb;
}

.product-card:hover .cardChild {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border: 1px solid transparent !important;
}

.cardChild .product-img {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background-color: rgba(187, 187, 187, 0.233);
    margin: 30px auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cardChild h3 {
    font-size: 18px;
    overflow: hidden;
}

.cardChild .price {
    font-size: 17px;
    color: var(--color1);
}

.cardChild .discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--color1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.btncontainer {
    font-family: "shabnam";
    font-size: 12px;
    font-weight: normal;
    padding: 11px 20px 9px 20px;
    border-radius: 100px;
    margin: 1.2rem auto;
}

.btncontainer a {
    color: #ebebeb;
}

.productdiscount {
    position: relative;
    height: 377px;
    background-color: var(--color1);
    margin: 50px auto;
    border-radius: 15px;
    margin-top: 0;
    z-index: 100;
}

.divimgdog {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 281px;
    background-image: url(/images/img/PngItempng.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.productdiscount h3 {
    padding-top: 60px;
    padding-right: 30px;
    color: var(--color3);
    font-family: "RokhFaNum";
    font-size: 30px;
    line-height: 1.7em;
    font-weight: bold;
    margin-top: 0;
    padding-top: 30px;
}

.productdiscount > p {
    padding-top: 0px;
    padding-right: 30px;
    color: var(--color3);
    font-family: "shabnam";
    font-size: 15px;
    line-height: 1.7em;
    width: 400px;
    padding-left: 30px;
    text-align: justify;
}

.preproductdiscount::before {
    content: "";
    display: block;
    min-width: 80vw;
    margin: 0 auto;
    background-image: url(/images/img/catdog.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    height: 200px;
    margin-bottom: -27px;
    z-index: 1000;
    position: relative;
}

.progrid {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    margin-right: 400px;
    margin-top: -250px;
}

.progrid::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
}

.progrid::-webkit-scrollbar-track {
    background: #fe7a36;
    border-radius: 10px;
    width: 2px;
}

.progrid::-webkit-scrollbar-thumb {
    width: 2px;
    background: var(--color3);
    border-radius: 10px;
}

.progrid::-webkit-scrollbar-thumb:hover {
    background: var(--color3);
    border-radius: 10px;
}

.procard {
    background-color: var(--color3);
    background-image: url(/images/bgPattern.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: 300px;
    height: 340px;
    text-align: center;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-left: 20px;
    margin-top: 100px;
}

.card_Child {
    margin: 0 auto;
    margin-top: -85px;
    background-color: #fcf9f4;
    height: 350px;
    width: 280px;
    border-radius: 15px 15px 15px 15px;
    border: 1px;
    border-style: solid;
    border-color: #ebebeb;
}

.procard:hover .card_Child {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border: 1px solid transparent !important;
}

.procard .discount {
    position: absolute;
    color: #fff;
    display: block;
    background-image: url("../images/icon/tag.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 100px;
    height: 120px;
    top: -93px;
    left: 2px;
    text-align: left;
    padding-top: 25px;
    padding-left: 10px;
    font-size: 20px;
}

.card_Child .product-img {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background-color: rgba(187, 187, 187, 0.233);
    margin: 30px auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card_Child h3 {
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
}

.card_Child p {
    padding: 0;
    margin: 0 auto;
}

.card_Child .price {
    font-size: 17px;
    color: var(--color1);
}

.emptydiv {
    width: 100%;
    height: 90px;
    padding: 50px;
}

.catdog {
    text-align: center;
    margin-top: 100px;
}

.catdog .divcatdog {
    background-color: var(--color3);
    height: 135px;
    margin: 3px;
    font-size: 30px;
    border-radius: 15px;
    position: relative;
}

.catdog .divcatdog .cat,
.catdog .divcatdog .dog {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    text-align: right;
}

.catdog .divcatdog .cat {
    background-image: url(/images/img/catcute.png);
}

.catdog .divcatdog .dog {
    background-image: url(/images/img/cutedog.png);
}

.catdog .divcatdog a,
.catdog .divcatdog a:link,
.catdog .divcatdog a:visited {
    display: block;
    font-family: "RokhFaNum";
    font-size: 40px;
    line-height: 1.5;
    color: #ffffff;
    text-align: right;
    margin-right: 10%;
}

.target-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    background-color: var(--color6);
    background-image: url(/images/bgPattern.png);
    border-radius: 25px;
    padding: 30px 20px;
    width: 90%;
    max-width: 1300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.counter-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    direction: rtl;
}

.counter-box {
    text-align: center;
    color: var(--color1);
    flex: 1;
}

.counter-box h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.counter-box h2::after {
    content: "+";
    font-size: 2rem;
    margin-left: 8px;
    direction: rtl;
}

.counter-box p {
    font-size: 1rem;
    margin: 10px 0 0;
    font-weight: 400;
    text-align: center;
}

.catdogMag {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    margin-bottom: 80px;
}

.catdogMag::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
}

.catdogMag::-webkit-scrollbar-track {
    background: var(--color3);
    border-radius: 10px;
    width: 2px;
}

.catdogMag::-webkit-scrollbar-thumb {
    width: 2px;
    background: var(--color1);
    border-radius: 10px;
}

.catdogMag::-webkit-scrollbar-thumb:hover {
    background: #fe7a36;
    border-radius: 10px;
}

.mag {
    background-color: var(--color1);
    background-image: url(/images/bgPattern.png);
    background-size: contain;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: 350px;
    text-align: center;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin-left: 20px;
    margin-right: 30px;
    vertical-align: top;
}

.inmag {
    margin: 30px auto;
    background-color: #fcf9f4;
    height: 400px;
    width: 280px;
    border-radius: 15px 15px 15px 15px;
    border: 1px;
    border-style: solid;
    border-color: #ebebeb;
    position: relative;
    white-space: normal;
    text-align: justify;
    padding: 10px;
}

.inmag p {
    font-family: "shabnam";
}

.inmag p a {
    color: var(--color1);
    margin: 10px;
    font-family: "shabnam";
}

.imgmag {
    height: 130px;
    background-size: cover;
    border-radius: 15px;
    margin: 10px auto;
    margin-top: 0;
    display: block;
}

footer {
    background-color: var(--color6);
    padding: 20px 20px;
    color: white;
    clear: both;
    bottom: 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1400px;
    margin: auto;
}

.footer-section {
    flex: 1 1 10%;
    margin: 5px;
}

.footer-section h2 {
    color: white;
    font-size: 18px;
}

.links-container {
    display: flex;
    justify-content: space-between;
}

.links-container div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.links-container a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: color 0.3s;
    white-space: nowrap;
}

.links-container a:hover {
    color: #ffa500;
    text-decoration: none;
}

.footer-section h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    white-space: nowrap;
}

.footer-section p,
.footer-section a {
    font-size: 14px;
    line-height: 1.8;
    color: white;
    font-family: "shabnam";
}

.footer-section.links a,
.footer-section.links a:link,
.footer-section.links a:visited {
    margin: 0 10px;
}

.working-hours {
    background-color: #4a3b3b;
    padding: 15px;
    border-radius: 10px;
}

.working-hours p {
    margin: 5px 0;
}

.licenses {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.licenses div {
    width: 100px;
    height: 120px;
    border: 2px dashed #ffa500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffa500;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}

.licenses div a,
.licenses div a:link,
.licenses div a:visited {
    flex-basis: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(250, 250, 250, 0.2);
}

iframe {
    width: 100%;
    height: 280px;
    border-radius: 15px;
}

.social a {
    margin: 0 10px;
    color: white;
    font-size: 20px;
}

.social a:hover {
    color: #ffa500;
}

.footer-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #ffa500;
    padding-top: 10px;
}

.footer-bottom p {
    vertical-align: center;
    font-family: "shabnam";
}

.socials {
    display: flex;
    margin: 10px 0;
}

.socials a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.socials a:hover {
    background-color: var(--color1);
    padding: 10px;
}

.homeSocial,
.homeSocial:link,
.homeSocial:visited {
    display: inline-block;
    transition: all 0.2s;
    color: var(--color3);
    margin: 20px 5px;
}

.homeSocial:hover {
    transform: scale(1.2);
    color: var(--color2);
}

/*================================[store]===================================*/

.bannerstore {
    position: relative;
    min-height: 100px;
    margin: 20px auto;
    max-height: 45vh;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerstore > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerstore > div p {
    font-size: 24px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}

.filterdiv {
    gap: 20px;
    flex-direction: column;
    border: 2px solid #997566;
    border-radius: 20px;
}

.filterdiv .filters {
    margin: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-content: center;
    gap: 10px;
}

.filterdiv .filters div {
    width: 45%;
    text-align: center;
    border-color: #997566;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
}

.filterdiv .filters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filterdiv p,
.filterdiv a {
    font-family: "shabnam";
}

.filterdiv .brand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-color: #997566;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    margin: 0 35px;
    padding: 15px;
}

.brand div .chevron {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/icon/down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.brand div:not(.chevron) {
    width: 45%;
    text-align: center;
}

.pricerange {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: center;
    gap: 20px;
    border-color: #997566;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    margin: 20px 35px;
    padding: 15px;
}

.pricerange .slider {
    width: 60%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 15px;
    margin: 0 auto;
}

.pricerange .slider:hover {
    opacity: 1;
}

.pricerange .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--color1);
    cursor: pointer;
    border-radius: 50%;
}

.pricerange .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--color1);
    cursor: pointer;
}

.filterdiv p {
    margin: 0 auto;
}

.filterdiv .product-card {
    margin: 0 auto;
    margin-top: 100px;
}

.containerinner .productdiv {
    width: 78%;
    margin: 0 auto;
}

.productdiv .product-card {
    margin-bottom: 20px;
}

/*================================[product]===================================*/

.wholediv {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 20px;
    max-width: 1600px;
    margin: 60px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wholediv > * {
    flex: 1 1 0;
    min-width: 350px;
}

.wholediv .productdiv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wholediv .productdiv .product-img {
    width: 480px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto;
}

.wholediv .productdiv .thumbnails {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.wholediv .productdiv .thumbnails span {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: transform 0.3s;
}

.wholediv .productdiv .thumbnails .thumbnailone:hover {
    transform: scale(1.1);
}

.wholediv .productdiv .thumbnails .thumbnailtwo:hover {
    transform: scale(1.1);
}

.wholediv .desdiv {
    padding: 20px 20px;
}

.wholediv .buybutton .des {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wholediv .desdiv .product-table {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-weight: normal;
}

.wholediv .desdiv .product-table .prodoctDetail {
    width: 100%;
    border-collapse: collapse;
}

.wholediv .desdiv .product-table .prodoctDetail tr {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.wholediv .desdiv .product-table .prodoctDetail tr td {
    font-family: shabnam;
    color: #222222;
    padding: 10px 5px;
}

.wholediv .desdiv .product-table .prodoctDetail tr td:first-child {
    font-weight: bold;
}

.product-table .productTags span {
    font-family: RokhFaNum;
    font-size: 16px;
}

.product-table .productTags {
    font-family: shabnam;
    font-size: 14px;
    padding: 20px 5px 30px 5px;
}

.product-item {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.product-item p {
    margin: 0;
    font-size: 16px;
    font-family: "shabnam";
}

.product-item p:first-child {
    font-weight: bold;
    color: #333;
}

.tags {
    margin-top: 10px;
    color: blue;
}

.wholediv .buybutton {
    padding: 50px 20px;
    margin: 0 auto;
}

.wholediv .buybutton .des {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    font-weight: normal;
}

.wholediv .buybutton .des > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.wholediv .buybutton .des > div .icon {
    width: 40px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wholediv .buybutton .des p {
    font-family: "shabnam";
}

.border {
    border: 1px solid #ddd;
}

.wholediv .buybutton .des .cur {
    display: flex;
    width: 100%;
    justify-content: left;
    gap: 5px;
}

.wholediv .buybutton .des .cur h3 {
    font-family: "shabnam";
}

.wholediv .buybutton .des .quantity {
    width: 100px;
    height: 50px;
    border: 1px solid #777777;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    gap: 0;
    margin-bottom: 10px;
}

.wholediv .buybutton .des .quantity .div1 {
    border-left: 1px solid #777777;
    width: 33px;
    cursor: pointer;
}

.wholediv .buybutton .des .quantity .div2 {
    width: 33px;
}

.wholediv .buybutton .des .quantity .div3 {
    border-right: 1px solid #777777;
    width: 33px;
    cursor: pointer;
}

.wholediv .buybutton .des .quantity span {
    color: #222222;
    display: flex;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.wholediv .buybutton .des .quantity .div1:hover,
.wholediv .buybutton .des .quantity .div3:hover {
    background-color: var(--color1);
    border-radius: 5px;
}

.wholediv .buybutton .des button {
    background-color: var(--color1);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin: auto;
    font-family: "shabnam";
}

.tabs {
    width: 80%;
    margin: 20px auto;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 80px 5px 0 0;
    margin-left: 5px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.padding {
    padding: 0 180px;
}

.tab-button.active {
    background: #f69946;
    color: white;
    border-bottom: 2px solid #f69946;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 2px solid #f69946;
    background: #fff;
}

.tab-content.active-tab {
    display: block;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
}

.specifications-table th,
.specifications-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.specifications-table thead {
    background-color: #f8f8f8;
    font-weight: bold;
}

.specifications-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.specifications-table tbody tr:hover {
    background-color: #f1f1f1;
    transition: 0.3s;
}

.accordion {
    padding: 80px;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    height: 55px;
    overflow: hidden;
}

.accordion-header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    border-radius: 5px;
}

.accordion-header:hover {
    background: #e2e6ea;
}

.accordion-header .iconn {
    position: relative;
    width: 25px;
    height: 25px;
    background: #3a3a3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    font-family: Calibri !important;
}

.accordion-header .iconn::after {
    font-family: Calibri !important;
    content: "+";
}

.accordion-item.active {
    height: auto;
    animation: autoHeight 0.2s;
}

@keyframes autoHeight {
    0% {
        height: 55px;
    }
    100% {
        height: auto;
    }
}

.accordion-item.active .iconn::after {
    font-family: Calibri !important;
    content: "-";
}

.accordion-item.active .iconn {
    background: #f69946;
    transform: rotate(180deg);
}

.accordion-content {
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.accordion-content p {
    margin: 0;
}

.service-container {
    display: flex;
    gap: 20px;
    background-color: var(--color3);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service-box {
    text-align: center;
    color: white;
    flex: 1;
}

.service-box i {
    font-size: 2rem;
    color: var(--color1);
    margin-bottom: 10px;
}

.service-box .icon {
    transition: transform 0.3s ease-in-out;
}

.service-box:hover .icon {
    transform: scale(1.2);
}

.service-box h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.service-box p {
    font-size: 0.9rem;
}

/*================================[about]===================================*/

.Firstcont .firsttext p {
    text-align: justify;
}

/*================================================================================*/

.factorTBL {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
}

.factorTBL tr {
    width: 100%;
}

.factorTBL td,
.factorTBL th {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.factorTBL th {
    background-color: #f4f4f4;
}

.factorTBL .factorTblBtn,
.factorTBL .factorTblBtn:link,
.factorTBL .factorTblBtn:visited {
    font-size: 16px;
    color: var(--color1);
    margin: 3px;
    transition: all 0.2s ease;
    display: inline-block;
}

.factorTBL .factorTblBtn:hover {
    transform: scale(1.2);
}
