/*!
Theme Name: Ahmadicm
Author: Amirhossein Zangali
Description: Custom Ahmadicm Theme
Version: 1.0.7
Text Domain: ahmadicm
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--text-light);
}

:root {
    --text-black: #414040;
    --text-gray: #817B7B;
    --text-red: #E5393A;
    --text-green: #2CCB4B;
    --text-light: #F5F6FE;
    --text-white: #FCFCFF;
}

ins {
    text-decoration: none;
}

/* start nav  */

.logo-1 {
    width: 84px;
    height: 64px;
}

.logo-2 {
    width: 102px;
    height: 28px;
}

.input-search {
    width: 380px !important;
}

.icon-search {
    right: 50%;
    top: 42%;
}

.icon-box-nav {
    width: 36px;
    height: 36px;
    background-color: #FAD7D8;
}

.icon-box-nav i {
    color: var(--text-red);
}

/*.icon-box-nav span {*/
/*    font-size: 10px;*/
/*}*/

.btn-login {
    width: 112px;
    height: 36px;
    background-color: var(--text-red);
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}

.btn-login:hover {
    width: 112px;
    height: 36px;
    background-color: var(--text-red);

}

.btn-empty-cart {
    background-color: var(--text-red);
    font-size: 14px;
    transition: all ease-in-out 0.3s;
}

.btn-empty-cart:hover {
    background-color: var(--text-red);

}

.nav-badge {
    transform: translate(50%, -50%);
    border-radius: 50%;
    border: 2px solid white;
    width: 18px;
    height: 18px;
    pointer-events: none;
    background-color: var(--text-red);
}

.nav-badge-1 {
    left: 39%;
    top: 3.3%;
}

.nav-badge-2 {
    left: 0%;
    top: 3%;
}

.nav-item a {
    font-size: 14px !important;
}

.nav-item i {
    color: var(--text-red);
}

.nav-box {
    height: 50px;
}

.Category-nav {
    width: 129px;
    height: 34px;
    background-color: #FAD7D8;
    cursor: pointer;
}

.Category-nav a {
    color: var(--text-red);
}

#categorySubmenu {
    top: 100%;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

#categorySubmenu.show {
    opacity: 1;
    transform: translateY(0);
}

.mega-menu-item.active>a {
    background-color: #f8f9fa !important;
}

.has-submenu:hover>.submenu-level-2,
.has-submenu:hover>.submenu-level-3 {
    display: block !important;
}

.hover-bg:hover {
    background-color: #f5f5f5;
}

.submenu-level-2,
.submenu-level-3 {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.28s ease;
    display: block !important;
    z-index: 9999;
    min-width: 220px;
    max-height: 80vh;
}

.has-submenu:hover>.submenu-level-2,
.has-submenu:hover>.submenu-level-3 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.has-submenu {
    position: relative;
}

.hover-bg {
    transition: background-color 0.2s ease;
}

.hover-bg:hover {
    background-color: #f8f9fa !important;
}

.border-right-nav {
    width: 1px;
    height: 25px;
    border: 1px solid #F5F6FE;
}

.line-bottom {
    position: relative;
    border-bottom: 3px solid transparent;
}

.line-bottom:hover {
    border-bottom: 3px solid transparent;
    transition: all ease-in-out 0.3s;
}

.line-bottom:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E5393A;
    bottom: -15%;
    right: 0;
    border-radius: 3px 3px 0 0;
}

.text-Main-page {
    border-bottom: 3px solid transparent;
    color: var(--text-black);
}

.text-Main-page.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E5393A;
    bottom: -15%;
    right: 0;
    border-radius: 3px 3px 0 0;
}

.text-Main-page.active {
    color: var(--text-red);
}

.text-Main-page:hover {
    color: var(--text-red);
}

.span_danger_nav {
    width: 85px;
    height: 4px;
    display: block;
    background-color: #E5393A;
    bottom: -9%;
    right: 15%;
}

.call-box-nav a {
    font-size: 14px;
    line-height: 0.25;
    color: var(--text-black);
}

.call-box-nav span {
    font-size: 13px !important;
}

.call-box-nav i {
    color: var(--text-red);
}

.User-profile-main-page {
    width: 20px;
    height: 20px;
}

/* end nav  */

/* start auto scroll slider */

.auto-scroll-box {
    width: 70px;
    height: 70px;
    border: 2px solid red;
    padding: 2px;
    transition: box-shadow 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.auto-scroll-slider {
    position: relative;
    overflow: visible;
}

.auto-scroll-track {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 0;
    scroll-snap-type: x mandatory;
}

.auto-scroll-track::-webkit-scrollbar {
    height: 0;
}

.auto-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.auto-scroll-btn.prev {
    right: -1.5%;
}

.auto-scroll-btn.next {
    left: -1.5%;
}

.auto-scroll-btn:hover {
    background: #E5393A;
    color: #fff;
    border-color: #E5393A;
}

.auto-scroll-track>div {
    scroll-snap-align: start;
}

.auto-scroll-img {
    width: 100%;
    height: 100%;
}

.auto-scroll-title {
    font-size: 12px;
    transition: color 1s ease-in-out;
}

.auto-scroll-main-box:hover .auto-scroll-box {
    box-shadow: 0 0 10px rgba(229, 57, 58, 0.5);
}

.auto-scroll-main-box:hover .auto-scroll-title {
    color: var(--text-red);
}

/* end auto scroll slider */

/* start header slider */

.slider-header-main-box {
    height: 415px;
    /* background: linear-gradient(#1F3A72, #264686, #2A4F96); */
    position: relative;
    overflow: visible;
}

/* .slider-header-main-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: 110% -400% !important;
    opacity: 0.1;
    pointer-events: none;
} */

.slider-header-right-box {
    width: 60%;
}

.slider-header-left-box {
    /* width: 40%; */
    width: 100%;
    height: 100%;
    overflow: visible;
}

.header-slider-row {
    max-width: 100vw !important;
}

.header-slider-title {
    font-size: 40px;
}

.header-slider-text {
    font-size: 17px;
}

.header-slider-img {
    /* width: 800px; */
    /* height: 415px; */
    width: 100%;
    top: -10%;
    left: 0%;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
}

.rec-under-indicat {
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 5%;
    height: auto;
}

.carousel-indicators {
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators button {
    width: 5px !important;
    height: 14px !important;
    border-radius: 35%;
    border: none;
    background-color: #D9D9D9 !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: var(--text-red) !important;
    opacity: 1;
    height: 24px !important;
}

/* end header slider */

/* start Product categories */

.sec-title-box {
    color: var(--text-black);
    background: linear-gradient(rgba(255, 255, 255, 0.232), rgba(255, 255, 255, 0.358));
    height: 100%;
    width: 15%;
}

.title {
    right: 0%;
    white-space: nowrap;
}

.sec-title-box-view {
    color: var(--text-black);
    background: linear-gradient(rgba(255, 255, 255, 0.232), rgba(255, 255, 255, 0.358));
    height: 100%;
    width: 100% !important;
}

.icon-box {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #E5393A;
    transition: all ease-in-out 0.3s;
}

.icon-box i {
    font-size: 13px;
    color: var(--text-red);
}

.view-all {
    color: var(--text-black);
    font-size: 15px !important;
}

.view-all:hover {
    color: var(--text-red) !important;
    transition: all ease-in-out 0.3s;
}

.view-all:hover i {
    color: var(--text-white);
}

.view-all:hover .icon-box {
    background-color: var(--text-red) !important;
}

.Product-categories-img {
    width: 80px;
    height: 65px;
}

.Product-categories-text {
    font-size: 14px;
    transition: color 0.5s ease-in-out;
}

.Product-categories-main-box {
    min-height: 140px !important;
    height: 140px !important;
    transition: all 0.5s ease-in-out;
    transition-duration: 0.5s;
}

.Product-categories-main-box:hover {
    box-shadow: 0 0 10px rgba(229, 57, 58, 0.5);
}

.Product-categories-main-box:hover .Product-categories-text {
    color: var(--text-red) !important;
}

/* end Product categories */

/* ===== Bundle Section ===== */

.bundle-title {
    font-size: 20px;
    font-weight: 700;
}

.bundle-description {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
}

.bundle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* ===== Card Style ===== */

.bundle-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    color: #000;
    transition: all 0.25s ease;
    background: #fafafa;
}

.bundle-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.bundle-image img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.bundle-product-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
}

.bundle-price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.bundle-price del {
    font-size: 12px;
    color: #999;
    margin-left: 6px;
}

/* start Special sale */

.Special-sale-section {
    position: relative;
}

.Special-sale-right-box {
    position: relative;
    overflow: visible;
    background: linear-gradient(to top, #000101, #3C5483);
}

.Special-sale-title {
    font-size: 36px;
}

.Special-sale-text {
    font-size: 16px;
    width: 85%;
}

.horizontal-line {
    background-color: var(--text-red);
    width: 23%;
    height: 3px;
}

.Special-sale-pic {
    position: absolute;
    top: 45%;
    right: -14%;
    width: 400px;
    height: 350px;
    clip-path: inset(0 45px 0 0);
    z-index: 10;
}

.Special-sale-img {
    width: 190px;
    height: 130px;
}

.Special-sale-info-text {
    font-size: 15px;
    width: 90%;
}

.Special-sale-price-box {
    color: var(--text-red);
    background-color: #F5F6FE80;
    width: 95%;
}

.Special-sale-price-num1 {
    font-size: 12px;
}

.Special-sale-price-num2 {
    font-size: 15px;
}

.shopping-discount-box-main-page {
    width: 40px;
    height: 25px;
    background-color: var(--text-red);
    font-size: 14px;
}

/* end Special sale */

/* start Candles and wires */

.icon-box {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #E5393A;
    transition: all ease-in-out 0.3s;
}

.icon-box i {
    font-size: 13px;
    color: var(--text-red);
}

.view-all {
    color: var(--text-black);
    font-size: 15px !important;
}

.view-all:hover {
    color: var(--text-red) !important;
    transition: all ease-in-out 0.3s;
}

.view-all:hover i {
    color: var(--text-white);
}

.view-all:hover .icon-box {
    background-color: var(--text-red) !important;
}

.wires-img {
    width: 150px;
    height: 130px;
}

.title-wires {
    font-size: 15px !important;
    color: var(--text-black);
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

}

.box-price-wires {
    background-color: #F5F6FE80 !important;
    width: 100% !important;
}

.box-price-wires i {
    color: var(--text-red);
}

.previous-price {
    font-size: 10px;
    color: var(--text-gray);
}

.price-wires {
    font-size: 14px;
    color: var(--text-black);
}

.box-candle-wires {
    background-color: var(--text-white);
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box-candle-wires:hover {
    box-shadow: 0 0 10px rgba(229, 57, 58, 0.5);
}

.border-bottom-wires {
    border-bottom: 3px solid var(--text-red);
}

/* end Candles and wires */

/* start Commercial department */

.Commercial-department-main-box {
    background: linear-gradient(to left, #000101, #3C5483);
    position: relative;
    overflow: hidden;
}

.Commercial-department-box {
    position: relative;
    z-index: 10;
}

.horizontal-line2 {
    background-color: var(--text-red);
    width: 11%;
    height: 3px;
}

.Commercial-department-text {
    font-size: 24px;
}

.Commercial-department-para {
    font-size: 16px;
    width: 90%;
}

.Commercial-department-pic1 {
    position: absolute;
    width: 290px;
    height: 260px;
    bottom: 0%;
    right: -1%;
    z-index: 5;
    opacity: 0.8;
}

.Commercial-department-pic2 {
    position: absolute;
    width: 290px;
    height: 260px;
    bottom: 0%;
    left: -1%;
    z-index: 6;
    opacity: 0.8;
}

.Commercial-department-pic3 {
    position: absolute;
    width: 490px;
    height: 95;
    top: 12%;
    left: 43%;
    transform: translateX(-50%);
    z-index: 4;
}

/* end Commercial department */

/* start Branches */

.Branches-right-main-box {
    position: relative;
}

.Branches-left-main-box {
    position: relative;
}

.Branches-right-img {
    width: 645px;
    height: 175px;
}

.Branches-left-img {
    width: 645px;
    height: 175px;
    margin-right: 15px !important;
}

.Branches-title-right,
.Branches-title-left {
    font-size: 28px;
    z-index: 1;
}

.Branches-title-right {
    position: absolute;
    left: 2%;
    color: var(--text-green);
}

.Branches-title-left {
    position: absolute;
    right: 10%;
    top: 0%;
    color: var(--text-red);
}

.Branches-phone1,
.Branches-phone2 {
    font-size: 24px;
}

.Branches-location1,
.Branches-location2 {
    font-size: 18px;
    width: 30%;
}

.tel-loc-box1 {
    position: absolute;
    width: 80%;
    bottom: 0%;
    right: 5%;
    z-index: 1;
}

.tel-loc-box2 {
    position: absolute;
    width: 100%;
    bottom: -10%;
    right: 7%;
}

.Branches-right-pic1 {
    width: 415px;
    height: 160px;
    position: absolute;
    bottom: 5%;
    right: 25%;
}

.Branches-right-pic2 {
    width: 380px;
    height: 148px;
    position: absolute;
    bottom: 0%;
    right: 34%;
}

/* end Branches */

/* start Blog */

.blog-img {
    width: 100%;
    height: 170px;
    transition: box-shadow 0.3s ease-in-out;
}

.blog-title,
.blog-link {
    font-size: 14px;
}

.blog-date {
    font-size: 12px;
}

.blog-link {
    color: var(--text-red);
}

.blog-category-active {
    color: var(--text-red) !important;
}

.blog-main-box a:hover .blog-img {
    box-shadow: 0 0 10px rgba(229, 57, 58, 0.5);
}

/* end Blog */

/* start instagram  */

#instagram-story .sbi_photo_wrap,
#instagram-story .sbi_photo {
    border-radius: 50% !important;
    overflow: hidden !important;
}

.instagram-mobile {
    z-index: 22;
    height: 100vh;
    /* transform: rotate(-5.36deg) !important; */
}

.bg-instagram-mobile {
    background: linear-gradient(#e53939e2, #F5F6FE);
    border-radius: 50%;
    height: 550px;
    width: 550px;
    top: 20%;
    z-index: 1;
}

.instagram-item {
    width: 211px !important;
    height: 211px !important;
}

/* end instagram  */

/* start Statistics and information  */

.information-img {
    top: -77%;
    left: 22%;
}

.information-item span {
    color: var(--text-black);
    line-height: 1;
}

.information-number {
    font-size: 36px;
}

.information-name {
    font-size: 20px;
}

.information-icon {
    color: var(--text-red) !important;
    font-weight: 700px !important;
    left: -23%;
    top: 1%;
    font-size: 36px !important;
}

.information-item .information-number {
    transition: all ease-in-out 0.3s;
}

.information-item:hover .information-number {
    color: var(--text-red) !important;
}

/* end Statistics and information  */

/* start footer  */

footer {
    background-color: #223F7A;
}

.title-footer {
    font-size: 16px;
    background-color: #223F7A;
    margin-right: 2%;
}

.border-right-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 8px 9px;
    overflow: visible !important;
}

.title-footer {
    font-size: 16px;
    background-color: #223F7A;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 40px 18px;
    position: absolute;
    width: 100% !important;
    top: 0;
    left: -1%;
}

.icon-box-footer {
    width: 32px;
    height: 32px;
    background-color: #213864;
}

.list-contact {
    transition: all ease-in-out 0.5s;
}

.list-contact li a:hover {
    color: var(--text-red) !important;
}

.address-contact {
    transition: all ease-in-out 0.5s;
}

.address-contact:hover {
    color: var(--text-red) !important;
}

.best-seller-img {
    width: 50px;
    height: 34px;
}

.list-best-seller li a {
    font-size: 14px;
    transition: all ease-in-out 0.5s;
}

.list-best-seller li a:hover {
    color: var(--text-red) !important;
}

.Category-list li a {
    transition: all ease-in-out 0.5s;
}

.Category-list i {
    font-size: 5px;
    transition: all ease-in-out 0.5s;
}

.Category-list li a:hover {
    color: var(--text-red) !important;
}

.Category-list li a:hover i {
    color: var(--text-red) !important;
}

.Category-list-2 {
    margin-top: 58px !important;
}

.footer-item a i {
    color: var(--text-black);
}

.footer-item span {
    font-size: 14px;
}

.footer-icon-box i {
    transition: all ease-in-out 0.5s;
}

.footer-icon-box i:hover {
    color: var(--text-red) !important;
}

.Category-list-position {
    padding-top: 14px;
}

/* end footer  */

/* start scroll top  */

.scroll-top {
    background-color: #1F3A72 !important;
    width: 50px;
    height: 50px;
    right: 35px;
    bottom: 100px;
    z-index: 99;
    transition: all 0.5s ease;
}

.scroll-top:hover {
    background-color: #1F3A72 !important;
}

/* end scroll top  */

.chaty-cta-close.chaty-tooltip:after {
    content: 'بستن';
}

/* start Category submenu */

.Category-submenu-img {
    width: 50px;
    height: 40px;
}

.Category-submenu-title {
    font-size: 14px;
}

.List-car-parts-item {
    background-color: #F5F6FE;
}

.category-trigger:hover .bi-chevron-left {
    transform: translateX(-4px);
    transition: transform 0.2s ease;
}

.category-item.active {
    background-color: #e9ecef !important;
    box-shadow: 0 0 0 2px #0d6efd inset;
}

.List-car-parts-item:hover {
    background-color: #f8f9fa;
}

.List-car-parts-item {
    transition: background-color 0.2s ease;
}

.category-column {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
}

.category-column.show {
    opacity: 1;
    transform: translateX(0);
}

.sub-item-link {
    display: block;
    padding: 9px 14px;
    border-radius: 6px;
    color: #333;
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s;
    position: relative;
}

.sub-item-link:hover {
    background: #f8f9fa;
    color: #e31e24;
    padding-right: 20px;
}

.sub-item-link:hover.has-submenu::before,
.sub-item-link.sub-active.has-submenu::before {
    color: #e31e24;
}

.sub-item-link.sub-active {
    background: #e31e24 !important;
    color: white !important;
}

.sub-item-link.sub-active::before {
    color: white !important;
}

#deepSubmenuColumn {
    right: 100% !important;
    top: 0 !important;
    margin-right: -1px;
    border-radius: 12px 0 12px 12px !important;
    box-shadow: -8px 0 25px rgba(0,0,0,0.12) !important;
    animation: slideInFromLeft 0.35s ease-out forwards;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#deepSubmenuColumn.show {
    display: block !important;
}

#deepSubmenuTitle {
    color: #222;
    font-size: 16px;
}

#deepSubmenuList a {
    display: block;
    padding: 11px 0;
    color: #444;
    font-size: 14.5px;
    transition: all 0.2s;
}

#deepSubmenuList a:hover {
    color: #e31e24;
    padding-right: 10px;
    font-weight: 600;
}

.category-item {
    transition: all 0.2s ease-in-out;
}

.category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-item.active {
    background-color: transparent;
}

.category-item.active .Category-submenu-title {
    color: #dc3545 !important;
    font-weight: bold;
}

/* end Category submenu */

@media (max-width: 500px) {
    body {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* start nav  */

    .logo-1 {
        width: 60px !important;
        height: 44px !important;
    }

    .input-search {
        width: 190px !important;
        font-size: 12px !important;
    }

    .icon-search {
        right: 85% !important;
        top: 58% !important;
    }

    .icon-box-nav {
        width: 30px !important;
        height: 30px !important;
    }

    .icon-box-nav i {
        font-size: 14px !important;
    }

    .icon-box-nav-login {
        width: 30px !important;
        height: 30px !important;
        border: 1px solid var(--text-red);
    }

    .icon-box-nav-login i {
        color: var(--text-white);
    }

    .offcanvas {
        width: 90% !important;
        background-color: var(--text-light);
    }

    .offcanvas-body li a {
        color: var(--text-black) !important;
        font-size: 13px !important;
    }

    /* end nav  */

    /* start auto scroll slider */

    .auto-scroll-box {
        width: 60px;
        height: 60px;
    }

    .auto-scroll-btn {
        display: none;
    }

    /* end auto scroll slider */

    /* start header slider */

    .slider-header-main-box {
        height: 255px;
        flex-direction: column;
    }

    /* .slider-header-main-box::before {
        width: 100% !important;
        height: 100% !important;
        background-position: right top !important;
        background-size: 350px auto !important;
        opacity: 0.2;
    } */

    .slider-header-right-box {
        width: 100%;
    }

    .slider-header-left-box {
        /* width: 100%; */
        justify-content: center !important;
    }

    .header-slider-title {
        font-size: 24px;
    }

    .header-slider-text {
        font-size: 12px;
    }

    .header-slider-img {
        /* width: 450px; */
        height: 255px;
    }

    .rec-under-indicat {
        width: 50px;
        height: 40px;
        display: block;
        bottom: -5%;
        z-index: 9;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -5%;
        left: 50%;
    }

    .carousel-indicators button {
        width: 5px !important;
        height: 15px !important;
        border-radius: 35%;
        border: none;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 1;
        transition: all 0.3s ease;
    }

    .carousel-indicators button.active {
        opacity: 1;
        height: 24px !important;
    }

    /* end header slider */

    /* start Product categories */

    .title {
        font-size: 15px !important;
    }

    .view-all {
        font-size: 12px !important;
    }

    .icon-box {
        width: 15px;
        height: 15px;
    }

    .icon-box i {
        font-size: 10px !important;
    }

    .title-wires {
        font-size: 12px !important;
    }

    .Product-categories-main-box {
        min-height: 130px !important;
        height: 130px !important;
    }

    .Product-categories-img {
        width: 66px;
        height: 54px;
    }

    .Product-categories-text {
        font-size: 12px;
    }

    .Product-categories-container {
        overflow: hidden !important;
    }

    /* end Product categories */

    /* start Special sale */

    .Special-sale-right-box {
        border-radius: 6px !important;
    }

    .Special-sale-left-box {
        margin-top: 10px;
        border-radius: 6px !important;
    }

    .Special-sale-title {
        font-size: 22px;
    }

    .Special-sale-text {
        font-size: 13px;
        width: 100%;
    }

    .Special-sale-pic {
        top: 50%;
        right: 30%;
        width: 250px;
        height: 125px;
        clip-path: inset(0 0 0 0);
    }

    .shopping-discount-box-main-page {
        width: 30px;
        height: 20px;
        color: white;
        background-color: var(--text-red);
        font-size: 12px;
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 10;
    }

    /* end Special sale */

    /* start Candles and wires */

    .view-all {
        font-size: 12px !important;
    }

    .icon-box {
        width: 15px;
        height: 15px;
    }

    .icon-box i {
        font-size: 10px !important;
    }

    .title-wires {
        font-size: 12px !important;
        display: -webkit-box !important;

    }

    .title-wires {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 1.5em;
        width: 100%;
    }

    .box-candle-wires {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .box-candle-wires>div:last-child {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .previous-price {
        font-size: 9px !important;
    }

    .box-price-wires i {
        font-size: 14px !important;
    }

    .price-wires {
        font-size: 12px;
    }

    /* end Candles and wires */

    /* start Commercial department */

    .horizontal-line2 {
        background-color: var(--text-red);
        width: 13%;
        height: 3px;
    }

    .Commercial-department-text {
        font-size: 18px;
    }

    .Commercial-department-para {
        font-size: 12px;
        width: 65%;
    }

    .Commercial-department-pic2 {
        position: absolute;
        width: 150px;
        height: 180px;
        bottom: 0%;
        left: -1%;
        z-index: 6;
        opacity: 0.5;
    }

    .Commercial-department-pic3 {
        position: absolute;
        width: 240px;
        height: 50px;
        top: 6%;
        left: 35%;
        transform: translateX(-50%);
        z-index: 4;
    }

    /* end Commercial department */

    /* start Branches */

    .Branches-right-main-box {
        position: relative;
    }

    .Branches-left-main-box {
        position: relative;
    }

    .Branches-right-img {
        width: 100%;
        height: 105px;
    }

    .Branches-left-img {
        width: 100%;
        height: 105px;
        margin-right: 0px !important;
    }

    .Branches-title-right,
    .Branches-title-left {
        font-size: 15px;
    }

    .Branches-title-right {
        position: absolute;
        left: 5%;
        color: var(--text-green);
    }

    .Branches-title-left {
        position: absolute;
        /* right: 1%; */
        top: 0%;
        color: var(--text-red);
    }

    .Branches-phone1,
    .Branches-phone2 {
        font-size: 15px;
    }

    .Branches-location1,
    .Branches-location2 {
        font-size: 11px;
        width: 70%;
        z-index: 1;
    }

    .tel-loc-box1 {
        position: absolute;
        width: 90%;
        bottom: -10%;
        right: 3%;
    }

    .tel-loc-box2 {
        position: absolute;
        width: 95%;
        bottom: -23%;
        right: 3%;
    }

    .Branches-right-pic1 {
        width: 230px;
        height: 97px;
        position: absolute;
        bottom: 0%;
        right: 36%;
    }

    .Branches-right-pic2 {
        width: 231px;
        height: 90px;
        position: absolute;
        bottom: 0%;
        right: 38%;
    }

    /* end Branches */

    /* start Blog */

    .blog-img {
        width: 100%;
        height: 100px;
    }

    .blog-title,
    .blog-link {
        font-size: 12px;
    }

    .blog-date {
        font-size: 10px;
    }

    .blog-link {
        color: var(--text-red);
    }

    /* end Blog */

    /* start instagram  */

    .instagram-mobile {
        width: 344px;
        height: 475px;
        z-index: 22;
        /* transform: rotate(-5.36deg) !important; */
    }

    .bg-instagram-mobile {
        background: linear-gradient(#e53939e2, #F5F6FE);
        border-radius: 50%;
        height: 350px;
        width: 350px;
        top: 20%;
        z-index: 1;
    }

    /* end  instagram  */

    /* start Statistics and information  */

    .information-img {
        width: 65px !important;
        height: 65px !important;
        top: -77%;
        left: 22%;
    }

    .information-name {
        font-size: 12px !important;
    }

    .information-item span {
        color: var(--text-black);
        line-height: 1;
    }

    .information-number {
        font-size: 22px !important;
    }

    .information-icon {
        left: -23%;
        top: 1%;
        font-size: 22px !important;
    }

    /* end Statistics and information  */

    /* start footer  */

    footer {
        position: relative;
    }

    .symbol-trust-img {
        width: 77px;
        height: 79px;
    }

    .title-footer {
        font-size: 14px !important;
        background-color: #223F7A;
        margin-right: 2%;
    }

    .Category-list-position {
        padding-top: 0;
        position: absolute;
        top: 0.5%;
        right: 40%;
    }

    .border-right-footer {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 90%;
        position: relative;
        padding: 5px 7px;
        overflow: visible !important;
    }

    .icon-box-footer {
        width: 25px;
        height: 25px;
        background-color: #213864;
    }

    .icon-box-footer i {
        font-size: 13px !important;
    }

    footer span,
    a,
    p {
        font-size: 13px !important;
    }

    .footer-item span {
        font-size: 10px !important;
    }

    .footer-item a i {
        font-size: 13px !important;
    }

    /* end footer  */

    /* start scroll top  */

    .scroll-top {
        width: 40px;
        height: 40px;
    }

    /* end scroll top  */

    /* start spark offcanvas accordion styles */

    #sparkSidebar .accordion-item {
        border: 1px solid #ececec;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 12px;
        background-color: #ffffff;
    }

    #sparkSidebar .accordion-button {
        border-radius: 12px !important;
        background-color: #ffffff;
        color: #212529;
        box-shadow: none;
    }

    #sparkSidebar .accordion-button::after {
        display: none;
    }

    #sparkSidebar .accordion-button i.bi {
        transition: transform 0.2s ease, color 0.2s ease;
        color: #999;
    }

    #sparkSidebar .accordion-button:not(.collapsed) {
        color: #E5393A;
        background-color: #fff5f6;
    }

    #sparkSidebar .accordion-button:not(.collapsed) i.bi {
        color: #E5393A;
        transform: rotate(180deg);
    }

    .slider-offcanvas2 {
        font-size: 12px;
    }

    /* end spark offcanvas accordion styles */
}


/* start Log in and register  */
.page-title span,
.page-title h1 {
    font-size: 14px;
    margin-bottom: 0;
}

.log-logo {
    width: 185px;
    height: 139px;
}

.btn-close-login {
    left: 0%;
}

.title-form-log {
    color: var(--text-black);
    font-size: 18px !important;
}

.form-log input {
    width: 365px;
}

.form-log label {
    font-size: 16px;
}

.btn-log {
    background-color: var(--text-green);
    color: white;
}

.btn-log:hover {
    background-color: var(--text-green);
    color: white;
}

.btn-log-password {
    color: var(--text-green);
}

.btn-log-password:hover {
    color: var(--text-green);
}

.btn-log-password-edit {
    color: var(--text-green);
}

.btn-log-password-edit:hover {
    color: var(--text-green);
}

.login-note {
    font-size: 14px !important;
    color: var(--text-black);
}

.eye-password-icon i {
    font-size: 18px !important;
}

.eye-password-icon {
    top: 59%;
    left: 5%;
}

.input-error {
    border: 2px solid red !important;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.4);
}

.input-success {
    border: 2px solid #28a745 !important;
    box-shadow: 0 0 4px rgba(40, 167, 69, 0.4);
}

#errorMsg {
    transition: opacity 0.3s ease;
}

/* end Log in and register  */

/* start Category page */

.form-categories-page {
    position: relative;
}

.icon-categories-page {
    position: absolute;
    left: 35%;
    transform: translateY(-50%);
    color: var(--text-gray);
    font-size: 16px;
    border: none;
    background-color: transparent;
     right: 50% !important;
    top: 55%;
    width: 30px;
}

.icon-categories-list-page {
    position: absolute;
    left: 5%;
    transform: translateY(-50%);
    color: var(--text-gray);
    font-size: 16px;
    border: none;
    background-color: transparent;
    right: auto!important;
    top: 55%;
    width: 30px;
}

.title-header-categories-page {
    color: var(--text-gray);
    font-size: 14px;
    transition-duration: 0.5s;
    border-radius: 70px;
}

.title-header-categories-page:hover {
    color: var(--text-red);
}

.form-check-input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form-check-label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.form-check-input[type="checkbox"]+.form-check-label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 20px;
    background-color: #DEE8E4;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: none;
}

.form-check-input[type="checkbox"]+.form-check-label::after {
    content: '';
    position: absolute;
    top: 65%;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: none;
    transform: translateY(-50%);
}

.form-check-input[type="checkbox"]:checked+.form-check-label::before {
    background-color: #DEE8E4;
}

.form-check-input[type="checkbox"]:checked+.form-check-label::after {
    left: 24px;
    background-color: var(--text-red);
    transform: translateY(-50%);
}

.text-header-categories-page {
    font-size: 14px;
    color: var(--text-gray);
}

.Price-filter-text {
    font-size: 16px;
}

.range-slider-wrapper {
    position: relative;
    width: 100%;
}

.range-slider-track {
    position: relative;
    height: 5px;
    background-color: #D3D3D3;
    border-radius: 3px;
}

.range-slider-progress {
    position: absolute;
    height: 100%;
    background-color: #E74C3C;
    border-radius: 3px;
    transition: all 0.1s ease;
    z-index: 1;
    pointer-events: none;
    top: 0;
    left: 0;
}

.range-slider-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.range-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #E74C3C;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
}

.range-slider-input::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.3);
    transform: scale(1.1);
}

.range-slider-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background-color: #E74C3C;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
}

.range-slider-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.3);
    transform: scale(1.1);
}

.range-slider-input::-webkit-slider-track {
    background: transparent;
    height: 6px;
}

.range-slider-input::-moz-range-track {
    background: transparent;
    height: 6px;
    border: none;
}

.range-slider-min {
    z-index: 3;
}

.range-slider-max {
    z-index: 3;
}

.price-range .price-track {
    position: relative;
    height: 6px;
    background-color: #D3D3D3;
    border-radius: 3px;
}

.price-range .price-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #E74C3C;
    border-radius: 3px;
    pointer-events: none;
}

.price-range .price-thumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #E74C3C;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
    cursor: pointer;
    z-index: 3;
    touch-action: none;
}

.price-range .price-thumb-left,
.price-range .price-thumb-right {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #E74C3C;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
    cursor: pointer;
    z-index: 3;
    touch-action: none;
}

.price-range .price-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 6px rgba(231, 76, 60, 0.3);
}

.range-label {
    font-size: 12px;
    color: var(--text-gray);
    font-weight: 500;
}

.range-value {
    font-size: 14px;
    color: var(--text-red);
    font-weight: bold;
    background-color: rgba(231, 76, 60, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    min-width: 30px;
    text-align: center;
}

.Price-filter-number {
    font-size: 14px;
    color: var(--text-gray);
}

.Apply-filter-button {
    background-color: var(--text-green);
    width: 290px;
    height: 40px;
    font-size: 14px;
    border: none;
}

.custom-accordion-btn {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.custom-accordion-btn:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.custom-accordion-btn:not(.collapsed) {
    background-color: transparent !important;
}

.custom-accordion-text {
    color: black !important;
    font-size: 14px;
}

.custom-accordion-btn:not(.collapsed) .custom-accordion-text {
    color: #dc3545 !important;
}

.custom-accordion-icon {
    color: black !important;
    transition: transform 0.3s ease;
}

.custom-accordion-btn:not(.collapsed) .custom-accordion-icon {
    color: #dc3545 !important;
    transform: rotate(180deg);
}

.Sort-category-page {
    font-size: 14px;
}

.Sort-items-category-page {
    font-size: 12px;
    color: var(--text-gray);
    transition-duration: 0.5s;
}

.Sort-items-category-page {
    position: relative;
}

.Sort-items-category-page:hover {
    color: var(--text-red);
}

.Sort-items-category-page:hover::after {
    content: '';
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--text-red);
}

.Previous-next-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px;
    color: black;
    transition-duration: 0.3s;
}

.Previous-next-button:hover {
    color: var(--text-red);
}

.Number-page-items {
    width: 40px !important;
    height: 40px !important;
    transition-duration: 0.5s;
    margin-left: 5px;
}

.Number-page-items:hover {
    background-color: var(--text-red);
}

.Number-page-items.active {
    background-color: var(--text-red);
}

.Number-page-items.active a {
    color: white !important;
}

.Number-page-items a {
    transition-duration: 0.5s;
}

.Number-page-items:hover a {
    color: white !important;
}

.Number-page-items:hover a,
.Number-page-items:hover span {
    color: white !important;
}

.Number-pages {
    font-size: 18px;
}

.accordion-button {
    font-size: 14px !important;
}

.accordion-body a {
    font-size: 14px !important;
}

/* end Category page */

/* start search page */

.accordion-button:focus,
.accordion-button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button.collapsed {
    color: #000 !important;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    color: red !important;
    background-color: transparent !important;
}

.accordion-button>* {
    color: inherit !important;
}

.accordion-body a {
    color: #000 !important;
    text-decoration: none !important;
}

.accordion-body a:focus,
.accordion-body a:active {
    color: red !important;
}

/* end search page */

/* start single blog  */

.category-single-blog span {
    font-size: 16px !important;
    color: var(--text-black);
}

.category-single-blog i {
    color: var(--text-black);
}

.border-gray {
    width: 90%;
    height: 1px;
    background-color: #F5F6FE;
}

.list-item-single-blog a {
    color: var(--text-black);
    transition: all ease-in-out 0.3s !important;
    border-right: 4px solid transparent;
    font-size: 15px !important;
    height: 30px;
    border-radius: 2px 2px 2px 2px;
}

.list-item-single-blog a:hover {
    color: var(--text-red);
    border-right: 4px solid var(--text-red);
    border-radius: 2px 2px 2px 2px;
}

.newest-tab {
    transition: all ease-in-out 0.5s;
}

.newest-tab:hover {
    background-color: var(--text-red) !important;
}

.newest-tab:hover i {
    color: white !important;
}

.newest-tab:hover span {
    color: white !important;

}

.list-item-blog {
    font-size: 14px;
    color: var(--text-black);
}

.content-preview-list li {
    height: 47px !important;
}

.content-preview-list li img {
    width: 87px;
    height: 47px;
}

.header-title-single-page {
    font-size: 20px;
}

.author-img {
    width: 32px;
    height: 32px;
    border-radius: 170%;
}

/* end single blog  */

/* start shoping cart */

.shoping-cart-box span {
    font-size: 20px;
}

.shoping-img {
    width: 400px;
    height: 220px;
}

/* end shoping cart */

/* start shoping cart page */

#customer_details .input-text,
#customer_details input.input-text,
#customer_details textarea,
#customer_details select {

    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

#customer_details .input-text:hover,
#customer_details input.input-text:hover,
#customer_details textarea:hover,
#customer_details select:hover {
    border-color: #c0c0c0;
}

#customer_details .input-text:focus,
#customer_details input.input-text:focus,
#customer_details textarea:focus,
#customer_details select:focus {
    outline: none;
    border-color: var(--text-red, #e11d48);
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.15);
    background-color: #fffafa;
}

#customer_details .form-row label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

#customer_details input[type="checkbox"].input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

#customer_details input[type="checkbox"].input-checkbox:hover {
    border-color: #c0c0c0;
    background-color: #f9f9f9;
}

#customer_details input[type="checkbox"].input-checkbox:checked {
    background-color: var(--text-red, #e11d48);
    border-color: var(--text-red, #e11d48);
}

#customer_details input[type="checkbox"].input-checkbox:checked::before {
    content: "✓";
    color: white;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#customer_details input[type="checkbox"].input-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.15);
}

#customer_details label.woocommerce-form__label-for-checkbox,
#customer_details .create-account label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
    gap: 8px;
}

#customer_details .select2-container--default .select2-selection--single {
    height: auto;
    padding: 0;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 16px;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 80%;
    width: 20px;
    right: auto;
    left: 10px;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-top: -2px;
}

#customer_details .select2-container--default.select2-container--focus .select2-selection--single,
#customer_details .select2-container--default.select2-container--open .select2-selection--single,
#customer_details .select2-container:hover .select2-selection--single {
    border-color: var(--text-red, #e11d48);
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.15);
    background-color: #fffafa;
}

#customer_details .select2-container:hover .select2-selection--single {
    border-color: #c0c0c0;
}

.shopping-show-box {
    width: 105px !important;
    height: 70px !important;
}

.shopping-show-box img {
    width: 100% !important;
    height: 70px !important;
}

.shopping-title-box {
    font-size: 16px;
}

.shopping-title-box a {
    text-decoration: none;
    color: var(--text-black);
}

.shopping-icon-box {
    font-size: 15px;
    border: 1px solid #DEE8E4;
}

.shopping-text-box {
    width: 40px;
    height: 35px;
    background-color: #F5F6FE;
}

.shopping-text-box input {
    border: none;
    background-color: transparent;
    width: 40px !important;
    height: 35px;
}

.shopping-text-box span {
    font-size: 20px;
}

.shopping-price-text {
    font-size: 18px;
}

.shopping-discount-text {
    font-size: 16px;
}

.shopping-discount-box {
    width: 40px;
    height: 25px;
    color: white;
    background-color: var(--text-red);
    font-size: 14px;
}

.shopping-btn {
    font-size: 16px;
    width: 170px;
    height: 40px;
    color: var(--text-green);
    border: 1px solid var(--text-green);
    transition: all ease-in-out 0.5s;
}

.shopping-btn:hover {
    width: 170px;
    height: 40px;
    color: var(--text-white);
    border: 1px solid var(--text-green);
    background-color: var(--text-green);
}

.shopping-info-text {
    font-size: 16px;
}

.shopping-info-btn {
    color: var(--text-green);
    border: 1px solid var(--text-green);
    font-size: 16px;
    width: 100%;
    height: 50px;
    transition: all ease-in-out 0.5s;
}

.shopping-info-btn:hover {
    color: var(--text-white);
    border: 1px solid var(--text-green);
    background-color: var(--text-green);
}

.input-select-address {
    background-color: #F5F6FE !important;
}

.shopping-percent-text {
    font-size: 16px;
    color: var(--text-green);
}

/* end shoping cart page */

/* start shopping cart confirm and pay */

.title-address {
    font-size: 18px;
}

.edit-address {
    font-size: 16px;
    color: var(--text-green);
}

.address-info,
.person-info {
    font-size: 16px;
}

.title-shop {
    font-size: 18px;
}

/* end shopping cart confirm and pay */

/* start about  */

.title-about {
    color: var(--text-black);
    font-size: 20px;
}

.summery-about {
    font-size: 16px;
    color: var(--text-black);
    letter-spacing: 1px;
    line-height: 2;
    word-spacing: 3px;
    text-align: justify;
}

.img-about {
    width: 100%;
    height: 438px;
}

/* end about  */

/* start call  */

.form-call-page label {
    font-size: 16px;
}

.form-call-page textarea {
    background-color: #F7F9FC;
}

.input-call {
    width: 500px;
    height: 45px;
    background-color: #F7F9FC;
}

.btn-call-page {
    font-size: 16px;
    width: 143px;
    height: 41px;
    background-color: var(--text-green);
    color: white;
    transition: all ease-in-out 0.5s;
}

.btn-call-page:hover {
    background-color: var(--text-green);
    color: white;
}

.icon-box-address {
    width: 45px;
    height: 45px;
    background: linear-gradient(#C72526, #E5393A);
    color: var(--text-white);
}

.icon-box-address i {
    font-size: 21px;
}

.border-right-address {
    width: 1px;
    height: 40px;
    background-color: #F5F6FE;
}

.address-item span {
    font-size: 16px;
}

.image-container {
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.text {
    white-space: nowrap;
    font-size: 17px;
}

.image-container .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.map-birjand-branch {
    width: 100%;
    height: 180px !important;
    position: relative;
    overflow: hidden;
}

.map-birjand-branch iframe {
    width: 100%;
    height: 100%;
}

.map-zahedan-branch {
    width: 100%;
    height: 180px !important;
    position: relative;
    overflow: hidden;
}

.map-iframe {
    width: 100%;
    height: 100%;
}

.branch-image-container {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.branch-text {
    white-space: nowrap;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* end call  */

/* start single blog  */

.category-single-blog span {
    font-size: 16px !important;
    color: var(--text-black);
}

.category-single-blog i {
    color: var(--text-black);
}

.border-gray {
    width: 90%;
    height: 1px;
    background-color: #F5F6FE;
}

.list-item-single-blog a {
    color: var(--text-black);
    transition: all ease-in-out 0.3s !important;
    border-right: 4px solid transparent;
    font-size: 15px !important;
    height: 30px;
    border-radius: 2px 2px 2px 2px;
}

.list-item-single-blog a:hover {
    color: var(--text-red);
    border-right: 4px solid var(--text-red);
    border-radius: 2px 2px 2px 2px;
}

.newest-tab {
    transition: all ease-in-out 0.5s;
}

.newest-tab:hover {
    background-color: var(--text-red) !important;
}

.newest-tab:hover i {
    color: white !important;
}

.newest-tab:hover span {
    color: white !important;

}

.list-item-blog {
    font-size: 14px;
    color: var(--text-black);
}

.content-preview-list li {
    height: 47px !important;
    transition: all ease-in-out0.5s;
}

.content-preview-list li:hover .list-item-blog {
    color: var(--text-red);
}

.content-preview-list li img {
    width: 87px;
    height: 47px;
}

.header-title-single-page {
    font-size: 20px;
}

.author-img {
    width: 32px;
    height: 32px;
    border-radius: 170%;
}

.author-item {
    font-size: 14px !important;
}

.header-icon-box {
    width: 30px;
    height: 30px;
    color: var(--text-black);
}

.meeting-summary {
    font-size: 16px;
    color: var(--text-black);
    line-height: 1.75;
}

.icon-meeting i {
    font-size: 5px;
}

.border-gray-engine-knock {
    width: 100%;
    height: 1px;
    background-color: #F5F6FE;
}

.lable-single-blog {
    font-size: 14px;
}

.inp-user-comments input {
    width: 436px !important;
    background-color: #F7F9FC;
}

.inp-comments {
    height: 150px !important;
    background-color: #F7F9FC !important;
}

.inp-user-comments label {
    font-size: 16px !important;
}


.comment-box label {
    font-size: 16px !important;
}

.btn-send {
    width: 160px;
    height: 42px;
    background-color: var(--text-green) !important;
    top: 304%;
    left: 8%;
    margin-left: 10px;
}

.btn-send:hover {
    background-color: var(--text-green) !important;
    color: #F7F9FC;
    transition: all ease-in-out 0.3s;
}

.btn-reply {
    width: 101px;
    height: 38px;
    border: 1px solid var(--text-green);
    margin-left: 24px;
    color: var(--text-green);
    transition: all ease-in-out 0.5s;
}

.btn-reply:hover {
    background-color: var(--text-green);
    color: var(--text-white);
}

.box-reap-item-1 {
    margin-right: 70px;
    width: 90%;
}

.box-reap-item-2 {
    width: 84%;
    margin-right: 131px;
}

.box-reap-item-3 {
    width: 90%;
    margin-right: 70px;
}

.box-reap-item-4 {
    width: 95%;
    margin-right: 32px;
}

.reply-item {
    position: relative;
}

.reply-item-2 {
    position: relative;
}

.reply-item-3 {
    position: relative;

}

.reply-item-4 {
    position: relative;
}

.btn-reap {
    width: 37px;
    height: 35px;
    border: 1px solid var(--text-green);
    color: var(--text-green);
    margin-left: 12px;
    transition: all ease-in-out 0.5s;

}

.btn-reap:hover {
    background-color: var(--text-green) !important;
    color: var(--text-white);
}

.title-user {
    margin-right: 75px;
}

.user-img {
    position: absolute;
    top: 13%;
    right: 0;
    width: 65px;
    height: 65px;
}

.user-img-2 {
    position: absolute;
    top: 10%;
    right: 0.5%;
    width: 64px;
    height: 65px;
}

.user-img-3 {
    position: absolute;
    top: 13%;
    right: 0;
    width: 64px;
    height: 65px;
}

.user-img-4 {
    position: absolute;
    top: 13% !important;
    right: 0.5% !important;
    width: 64px;
    height: 65px;
}

.user-img-5 {
    position: absolute;
    top: 0% !important;
    right: 0.5% !important;
    width: 65px;
    height: 65px;
}

.user-img-6 {
    position: absolute;
    top: 0% !important;
    right: 0.5% !important;
    width: 65px;
    height: 65px;
}

.bg-box-comment {
    background-color: #F5F6FE;
}

.comment-box {
    position: relative;
}

.user-comment {
    width: 90% !important;
    margin-right: 75px;
    margin-left: 70px;
}

.btn-reservation {
    height: 43px !important;
    background-color: #DEE8E4 !important;
    border: 1px solid #004F31;
}

.btn-reservation:hover {
    background-color: #004F31 !important;
    color: white;
    transition: all ease-in-out 0.3s !important;
}

/* end single blog  */

/* start single gas valve  */

.img-parend-gas-valve {
    width: 426px;
    height: 246px;
}

.img-parend-gas-valve img {
    width: 390px;
    height: 380px;
}

.img-item-product-gas-valve {
    width: 92px;
    height: 61px;
}

.img-item-product-gas-valve img {
    width: 100%;
}

.img-item-product-gas-valve {
    height: 70px;
    overflow: hidden;
}

.img-item-product-gas-valve img {
    object-fit: contain;
}

.feature-title span {
    font-size: 14px !important;
}

.list-feature li {
    font-size: 14px;
    color: var(--text-black);
}

.list-feature li i {
    color: var(--text-red);
    font-size: 6px;
}

.list-feature li a {
    color: var(--text-red);
}

.border-gray-gas-valve {
    width: 95%;
    height: 3px;
    background-color: #F5F6FE;
}

.featuer-product {
    font-size: 14px;
}

.gas-valve {
    font-size: 18px;
}

.discount-percentage {
    background-color: var(--text-red);
    font-size: 14px;
}

.price {
    font-size: 18px;
}

.box-shoping-number {
    width: 64%;
    height: 42px;
    background-color: #F5F6FE;
}

.box-shoping {
    width: 45px;
    height: 42px;
}

.btn-shop {
    font-size: 16px;
    width: 100%;
    height: 50px;
    background-color: var(--text-green);
    transition: all ease-in-out 0.5s;
}

.btn-shop:hover {
    width: 100%;
    height: 50px;
    background-color: var(--text-green);
}

.special-offer-box {
    background-color: #F1543F;

}

.special-offer-box span {
    font-size: 14px;
}

.description-list {
    background-color: #F5F6FE;
    height: 50px !important;
}

.description-list li a {
    font-size: 16px;
    color: var(--text-black);
}

.description-list li i {
    font-size: 7px;
}

.titile-summery-single-gas {
    color: var(--text-black);
    font-size: 18px;
}

.summry-single-gas {
    line-height: 2 !important;
    font-size: 16px;
}

.list-feature-2 li {
    color: var(--text-black);
}

.list-feature-2 li i {
    color: var(--text-black);
    font-size: 6px;

}

.guarantee-pic-box {
    position: relative;
}

.guarantee-pic1 {
    width: 100%;
    height: 80px;
}

.guarantee-pic2 {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guarantee-title {
    font-size: 18px;
}

.guarantee-text {
    font-size: 14px;
}

/* end single gas valve   */

/* start Shopping cart modal */

.Shopping-cart-modal-main-box {
    width: 40%;
}

.Shopping-cart-modal-pic {
    width: 65px;
    height: 45px;
}

.Shopping-cart-modal-title {
    font-size: 16px;
    width: 90%;
}

.Shopping-cart-modal-text {
    font-size: 14px;
    width: 80%;
}

.Add-Cart-Button-Modal {
    color: var(--text-green);
    border: 1px solid var(--text-green);
    font-size: 14px;
}

.Go-Cart-Button-Modal {
    width: 94.5% !important;
    height: 45px;
    background-color: var(--text-green);
}

.shopping-modal-box {
    width: 105px !important;
    height: 70px;
}

.shopping-modal-img {
    width: 100%;
    height: 70px;
}

.shopping-title-modal-box {
    font-size: 16px;
}

.shopping-icon-modal-box {
    font-size: 15px;
    border: 1px solid #DEE8E4;
}

.shopping-text-modal-box {
    width: 40px;
    height: 35px;
    background-color: #F5F6FE;
}

.shopping-text-modal-box span {
    font-size: 20px;
}

.shopping-price-modal-text {
    font-size: 18px;
}

/* end Shopping cart modal */

/* start user profile page */

.user-profile-pic-box {
    width: 40%;
    height: 115px;
    position: relative;
    border: 3px solid #F5F6FE;
    box-shadow: 0 6px 28px rgba(220, 53, 70, 0.484);
}

.user-profile-pic {
    width: 100%;
    height: 100% !important;
}

.user-profile-icon-box {
    width: 35px !important;
    height: 35px !important;
    background-color: #F5F6FE;
    position: absolute;
    bottom: 1%;
    right: 5%;
}

.user-profile-pic-main-box span {
    font-size: 16px;
}

.User-profile-operations-box {
    background-color: #FCFCFF;
}

.User-profile-operations-box span {
    font-size: 14px;
}

.User-profile-options {
    color: var(--text-gray);
    transition-duration: 0.5s;
}

.User-profile-options:hover {
    color: var(--text-red);
}

.User-profile-options i {

    border-right: 4px solid red;
}

.Open-profile-button {
    width: 100%;
    height: 45px;
    font-size: 14px !important;
    color: var(--text-green);
    border: 1px solid var(--text-green);
}

.favorites-title-text {
    font-size: 18px;
}

.Close-Favorites-Box-Icon {
    width: 30px;
    height: 30px;
    background-color: #e5393942;
    border-radius: 50%;
}

.Close-Favorites-Box-Icon i {
    font-size: 25px;
    color: #E5393A;
}

.Favorites-Box-pic {
    width: 105px;
    height: 80px;
}

.Favorites-Box-pic img {
    width: 100%;
    height: 70px;
}

.name-favorite-piece {
    font-size: 16px;
}

.Price-without-discount {
    font-size: 14px;
}

.Discounted-price {
    font-size: 18px;
}

.View-product-button {
    font-size: 14px;
    color: var(--text-green);
}

.btn-profile {
    background-color: var(--text-green);
    color: white;
    font-size: 16px;
    width: 167px;
    height: 42px;
    transition: all ease-in-out 0.5s;
}

.btn-profile:hover {
    background-color: var(--text-green);
    color: white;
}

.inp-profile input {
    background-color: #F7F9FC !important;
}

.inp-profile .select2-selection {
    background-color: #F7F9FC !important;
}

.inp-profile label {
    font-size: 16px !important;
}

.information-profile {
    font-size: 18px;
}

.form-select {
    background-color: #F7F9FC !important;
}

.address-registration-text {
    font-size: 16px;
    color: var(--text-green);
}

.Edit-address-icon {
    width: 30px;
    height: 30px;
    background-color: #D3F5EA;
    color: var(--text-green);
}

.New-shopping-cart {
    width: 30px;
    height: 30px;
    background-color: #FAD7D8;
    color: var(--text-red);
}

.Profile-person-text {
    font-size: 16px;
    line-height: 38px;
}

.address-box {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.address-box:hover {
    border-color: rgba(229, 57, 58, 0.3);
    box-shadow: 0 0 8px rgba(229, 57, 58, 0.1);
}

.address-box.selected {
    border-color: var(--text-red);
}

.Status-orders-circle-box {
    width: 18px;
    height: 18px;
    border: 1px solid black;
}

.Status-orders-circle {
    width: 13px;
    height: 13px;
    background-color: var(--text-red);
}

.Status-orders-text {
    font-size: 14px;
}

.View-order-text {
    color: var(--text-green);
}

.Ordering-procedures-pic {
    width: 55px;
    height: 60px;
}

.Ordering-procedures-pic img {
    width: 100%;
    height: 60px;
}

.Ordering-procedures-text span {
    font-size: 14px;
}

.Horizontal-line-order-steps {
    width: 70px;
    border-top: 2px dashed black;
}

.Delivered-status-box {
    width: 100px;
    height: 30px;
    background-color: #2ccb4c76;
    color: var(--text-green);
    font-size: 16px;
}

.List-items-and-cost {
    border: 2px solid #FAD7D8;
}

.final-amount-box {
    background-color: #FAD7D8;
    height: 50px;
}

.in-progress-box {
    width: 100px;
    height: 30px;
    background-color: #ECEAFC;
    color: #4C42AA;
    font-size: 16px;
}

.canceled-box {
    width: 100px;
    height: 30px;
    background-color: #FAD7D8;
    color: #E5393A;
    font-size: 16px;
}

.Read-all-announcements-box {
    color: var(--text-red);
    font-size: 14px;
}

.notification-bell-box {
    width: 40px;
    height: 40px;
    color: var(--text-red);
    background-color: #FAD7D8;
}

.Notifications-text {
    font-size: 14px;
}

.View-products {
    font-size: 14px;
    color: var(--text-green);
}


.banner-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/* end user profile page */


@media (max-width: 500px) {

    .icon-categories-page {
        right: 80% !important;
    }

    .icon-categories-list-page {
        right: 90% !important;
    }

    /* start Log in and register  */
    .page-title span,
    .page-title h1 {
        font-size: 12px !important;
    }

    .title-form-log {
        font-size: 16px !important;
    }

    .log-logo {
        width: 140px;
        height: 93px;
    }

    .form-log input {
        width: 270px;
    }

    .form-log label {
        font-size: 14px;
    }

    .login-note {
        font-size: 11px !important;
    }

    .btn-log {
        font-size: 14px !important;
    }

    .btn-log-password {
        font-size: 14px !important;
    }

    .span-send-code {
        font-size: 14px !important;
    }

    .btn-log-password-edit {
        font-size: 12px !important;
    }

    /* end Log in and register  */

    /* start cetagory page */

    .Pages-columns {
        padding: 0;
    }

    .title-header-categories-page {
        font-size: 12px !important;
    }

    .chip-links {
        flex-wrap: wrap;
        gap: 8px;
        padding: 6px 0;
    }

    .chip-link {
        display: inline-flex;
        align-items: center;
        padding: 6px 10px !important;
        border-radius: 999px;
        border: 1px solid #f0f0f0;
        white-space: nowrap;
    }

    .form-check.form-switch {
        justify-content: flex-end;
        margin-right: 0;
        margin-left: auto;
    }

    .form-check-label {
        width: 35px;
        height: 18px;
    }

    .form-check-input[type="checkbox"]+.form-check-label::before {
        width: 35px;
        height: 18px;
    }

    .form-check-input[type="checkbox"]+.form-check-label::after {
        width: 14px;
        height: 14px;
    }

    .form-check-input[type="checkbox"]:checked+.form-check-label::after {
        left: 21px;
    }

    .text-header-categories-page {
        font-size: 12px;
    }

    .Previous-next-button {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px;
        color: black;
    }

    .Number-page-items {
        width: 30px !important;
        height: 30px !important;
    }

    .Number-pages {
        font-size: 14px;
    }

    .filter-mobile-buttons,
    .sort-mobile-buttons {
        font-size: 12px;
    }

    .filter-mobile-box,
    .sort-mobile-box {
        width: 185px;
        height: 40px;
        background-color: white;
    }

    #sortOffcanvas {
        height: auto;
        max-height: 50vh;
        border-radius: 20px 20px 0 0;
        background-color: white;
        width: 100% !important;
    }

    #sortOffcanvas .offcanvas-header {
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    #sortOffcanvas .offcanvas-header .btn-close {
        position: static;
        background: none;
        border: none;
        font-size: 20px;
        color: #000;
        opacity: 1;
        order: 1;
    }

    #sortOffcanvas .offcanvas-header .btn-close::before {
        content: '←';
        font-size: 18px;
        font-weight: bold;
    }

    #sortOffcanvas .offcanvas-title {
        font-size: 14px;
        color: #000;
        margin: 0;
        order: 2;
        flex-grow: 1;
        text-align: center;
    }

    #sortOffcanvas .offcanvas-header i {
        order: 3;
        color: #000;
        font-size: 18px;
    }

    .sort-options {
        padding: 0;
    }

    .sort-option {
        padding: 20px;
        border-bottom: 1px solid #f5f5f5;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .sort-option:last-child {
        border-bottom: none;
    }

    .sort-option span {
        font-size: 12px;
        color: #817B7B;
        transition: color 0.3s ease;
    }

    .sort-option:hover {
        background-color: #f8f9fa;
    }

    .sort-option:hover span {
        color: #E5393A;
    }

    #filterOffcanvas {
        height: auto;
        max-height: 80vh;
        border-radius: 20px 20px 0 0;
        background-color: white;
        width: 100% !important;
    }

    #filterOffcanvas .offcanvas-header {
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    #filterOffcanvas .offcanvas-header .btn-close {
        position: static;
        background: none;
        border: none;
        font-size: 20px;
        color: #000;
        opacity: 1;
        order: 1;
    }

    #filterOffcanvas .offcanvas-header .btn-close::before {
        content: '←';
        font-size: 18px;
        font-weight: bold;
    }

    #filterOffcanvas .offcanvas-title {
        font-size: 14px;
        color: #000;
        margin: 0;
        order: 2;
        flex-grow: 1;
        text-align: center;
    }

    #filterOffcanvas .offcanvas-header i {
        order: 3;
        color: #000;
        font-size: 18px;
    }

    .filter-offcanvas-section {
        background-color: white;
        margin: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .filter-offcanvas-item {
        border-bottom: 1px solid #f5f5f5;
        justify-content: flex-end;
    }

    .filter-offcanvas-item:last-child {
        border-bottom: none;
    }

    .filter-offcanvas-text {
        font-size: 14px;
        color: #414040;
        font-weight: 500;
        margin-right: 15px;
    }

    .filter-offcanvas-header {
        background-color: #f8f9fa;
    }

    .filter-offcanvas-title {
        font-size: 14px;
        color: #414040;
        font-weight: 600;
    }

    .filter-offcanvas-content {
        background-color: white;
    }

    .filter-category-options {
        padding: 0;
    }

    .filter-category-option {
        padding: 15px 0;
        border-bottom: 1px solid #f5f5f5;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .filter-category-option:last-child {
        border-bottom: none;
    }

    .filter-category-option.active {
        background-color: #fff5f6;
    }

    .filter-category-option.active .filter-category-text {
        color: #E5393A;
        font-weight: 600;
    }

    .filter-category-option.active::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: #E5393A;
    }

    .filter-category-text {
        font-size: 14px;
        color: #414040;
        transition: color 0.3s ease;
    }

    .filter-sub-categories {
        margin-right: 20px;
        padding-top: 10px;
    }

    .filter-sub-category {
        padding: 8px 0;
    }

    .filter-sub-category-text {
        font-size: 13px;
        color: #817B7B;
        cursor: pointer;
    }

    .filter-range-slider-wrapper {
        position: relative;
        width: 100%;
    }

    .filter-range-slider-track {
        position: relative;
        height: 5px;
        background-color: #D3D3D3;
        border-radius: 3px;
    }

    .filter-range-slider-progress {
        position: absolute;
        height: 100%;
        background-color: #E74C3C;
        border-radius: 3px;
        transition: all 0.1s ease;
        z-index: 1;
        pointer-events: none;
        top: 0;
        left: 0;
    }

    .filter-range-slider-input {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 6px;
        background: none;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
        z-index: 2;
        margin: 0;
        padding: 0;
    }

    .filter-range-slider-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background-color: #E74C3C;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
        transition: all 0.2s ease;
        position: relative;
        z-index: 3;
    }

    .filter-range-slider-input::-webkit-slider-thumb:hover {
        box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.3);
        transform: scale(1.1);
    }

    .filter-range-slider-input::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background-color: #E74C3C;
        border-radius: 50%;
        cursor: pointer;
        border: none;
        box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.2);
        transition: all 0.2s ease;
        position: relative;
        z-index: 3;
    }

    .filter-range-slider-input::-moz-range-thumb:hover {
        box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.3);
        transform: scale(1.1);
    }

    .filter-range-slider-input::-webkit-slider-track {
        background: transparent;
        height: 6px;
    }

    .filter-range-slider-input::-moz-range-track {
        background: transparent;
        height: 6px;
        border: none;
    }

    .filter-price-value {
        font-size: 12px;
        color: #817B7B;
        font-weight: 500;
    }

    .filter-footer {
        background-color: white;
        border-top: 1px solid #f0f0f0;
        position: sticky;
        bottom: 0;
    }

    .filter-footer .btn {
        height: 45px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
    }

    .filter-footer .btn-outline-danger {
        border-color: #E5393A;
        color: #E5393A;
    }

    .filter-footer .btn-outline-danger:hover {
        background-color: #E5393A;
        border-color: #E5393A;
        color: white;
    }

    .filter-footer .btn-success {
        background-color: #2CCB4B;
        border-color: #2CCB4B;
    }

    .filter-footer .btn-success:hover {
        background-color: #25a83f;
        border-color: #25a83f;
    }

    .available-row {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        user-select: none;
    }

    .available-input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .available-label {
        position: relative;
        width: 40px;
        height: 20px;
        display: inline-block;
    }

    .available-label::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        background: #DEE8E4;
        transition: background-color .25s ease;
    }

    .available-label::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        transition: left .25s ease, background-color .25s ease;
    }

    .available-input:checked+.available-label::after {
        left: calc(100% - 18px);
        background: #E5393A;
    }

    .available-text {
        font-size: 14px;
        color: #817B7B;
    }

    #mobileClearFilters,
    #mobileApplyFilters {
        font-size: 14px;
    }

    .detached-card {
        background-color: #ffffff;
        border: 1px solid #f0f0f0;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

    .detached-card:hover {
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
    }

    .detached-card:active {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    }

    .chip-switch {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border: 1px solid #f0f0f0;
        width: 100%;
        cursor: pointer;
    }

    .chip-switch:focus {
        outline: none;
    }

    .chip-label {
        font-size: 14px;
        color: #414040;
        font-weight: 500;
    }

    .chip-knob {
        position: relative;
        width: 42px;
        height: 22px;
        border-radius: 999px;
        background: #EAEFF5;
    }

    .chip-knob::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #C6CEDA;
        transition: left .25s ease, background-color .25s ease, transform .15s ease;
    }

    .chip-switch[aria-checked="true"] .chip-knob::after {
        left: calc(100% - 20px);
        background: #E5393A;
    }

    .chip-switch:active .chip-knob::after {
        transform: scale(0.96);
    }

    .accordion-button {
        font-size: 12px !important;
    }

    .accordion-body a {
        font-size: 12px !important;
    }

    /* end cetagory page */

    /* start shoping cart */

    .shoping-cart-box span {
        font-size: 14px;
    }

    .shoping-img {
        width: 250px;
        height: 130px;
    }

    /* end shoping cart */

    /* start shoping cart page */

    .shopping-show-box {
        width: 94px !important;
        height: 63px !important;
    }

    .shopping-show-box img {
        width: 100% !important;
        height: 63px !important;
    }

    .shopping-title-box {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .shopping-icon-box {
        font-size: 15px !important;
        border: 1px solid #DEE8E4;
    }

    .shopping-text-box {
        width: 40px;
        height: 35px;
        background-color: #F5F6FE;
    }

    .shopping-text-box span {
        font-size: 20px;
    }

    .shopping-price-text {
        font-size: 16px;
    }

    .shopping-discount-text {
        font-size: 14px;
    }

    .shopping-discount-box {
        width: 30px;
        height: 20px;
        color: white;
        background-color: var(--text-red);
        font-size: 12px;
    }

    .shopping-btn {
        font-size: 14px;
        width: 150px;
        height: 35px;
        color: var(--text-green);
        border: 1px solid var(--text-green);
        transition: all ease-in-out 0.5s;
    }

    .shopping-btn:hover {
        width: 150px;
        height: 35px;
    }

    .shopping-info-text {
        font-size: 14px;
    }

    .shopping-info-btn {
        color: var(--text-green);
        border: 1px solid var(--text-green);
        font-size: 16px;
        width: 100%;
        height: 45px;
        transition: all ease-in-out 0.5s;
    }

    .shopping-info-btn:hover {
        color: var(--text-white);
        border: 1px solid var(--text-green);
        background-color: var(--text-green);
    }

    .shopping-percent-text {
        font-size: 14px;
    }

    /* end shoping cart page */

    /* start shopping cart confirm and pay */

    .title-address {
        font-size: 14px;
    }

    .edit-address {
        font-size: 12px;
        color: var(--text-green);
    }

    .address-info,
    .person-info {
        font-size: 13px;
    }

    .title-shop {
        font-size: 16px;
    }

    /* end shopping cart confirm and pay */

    /* start about  */

    .box-main-about {
        display: flex;
        flex-direction: column-reverse;
    }

    .title-about {
        font-size: 16px !important;
    }

    .summery-about {
        font-size: 15px !important;
        letter-spacing: 1px;
        word-spacing: 0px;
        line-height: 1.5;
        text-align: justify;
    }

    .img-about {
        width: 100%;
        height: 298px;
    }

    /* end about  */

    /* start call  */

    .form-call-page label {
        font-size: 14px;
    }

    .input-call {
        width: 349px;
        height: 33px;
    }

    .btn-call-page {
        font-size: 14px;
        width: 130px;
        height: 36px;
    }

    .btn-call-page:hover {
        background-color: var(--text-green);
        color: white;
    }

    .image-container {
        top: 0%;
    }

    .image-container img {
        width: 110px !important;
        height: 30px !important;
    }

    .text {
        font-size: 14px;
    }

    .branch-image-container {
        top: 2%;
    }

    .branch-image-container img {
        width: 110px !important;
        height: 30px !important;
    }

    .branch-text {
        font-size: 14px;
    }

    .icon-box-address {
        width: 32px;
        height: 32px;
        margin-top: -5px !important;
    }

    .icon-box-address i {
        font-size: 14px;
    }

    .address-item span {
        font-size: 13px;
    }

    .icon-box-address-main-box {
        padding: 0 8px !important;
    }

    /* end call  */

    /* start single blog  */

    .post-meta {
        flex-wrap: wrap;
    }

    .post-meta__actions {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
    }

    .lables {
        width: 22%;
    }

    .lable-single-blog {
        font-size: 12px !important;
    }

    .lable-blog {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .lable-single-blog span {
        white-space: normal;
    }

    .lable-single-blog span.text-secondary {
        flex: 1 1 100%;
        margin-top: 0.3rem;
    }

    .post-meta__info {
        width: 100%;
        flex-wrap: wrap;
    }

    .author-item {
        font-size: 12px !important;
    }

    .inp-user-comments input {
        width: 350px !important;
    }

    .inp-user-comments label {
        font-size: 14px !important;
    }

    .user-comments-title {
        font-size: 16px !important;
    }

    .comment-box label {
        font-size: 14px !important;
    }

    .btn-send {
        width: 110px;
        height: 32px;
        top: 337%;
        left: 2%;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    .title-user {
        font-size: 11px;
        font-weight: bold;
        margin-right: 55px;
    }

    .user-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .user-img-2 {
        position: absolute;
        top: 10%;
        right: 2%;
        width: 50px;
        height: 50px;
    }

    .user-img-3 {
        position: absolute;
        top: 10%;
        right: 0%;
        width: 50px;
        height: 50px;
    }

    .user-img-4 {
        position: absolute;
        top: 10%;
        right: 2%;
        width: 50px;
        height: 50px;
    }

    .user-img-5 {
        position: absolute;
        top: 3% !important;
        right: -1% !important;
        width: 50px;
        height: 50px;
    }

    .user-img-6 {
        position: absolute;
        top: 3% !important;
        right: -1% !important;
        width: 50px;
        height: 50px;
    }

    .user-comment {
        width: 90% !important;
        margin-right: 53px;
        margin-left: 70px;
        font-size: 11px;
        padding-top: 5px;
    }

    .comment-2 {
        width: 80% !important;
        margin-right: 55px;
        margin-left: 70px;
        padding-top: 0;
    }

    .title-user-negar {
        font-size: 10.5px !important;
    }

    .box-reap-item-1 {
        margin-right: 68px;
        width: 98;
    }

    .box-reap-item-2 {
        margin-right: 30px;
    }

    .box-reap-item-3 {
        margin-right: 5px !important;
        width: 100%;
    }

    .box-reap-item-4 {
        width: 100%;
        margin-right: 0px;
    }

    .reply-item {
        width: 92%;
        margin-top: 13px;
        padding: 8px;
    }

    .reply-item-2 {
        width: 92%;
        margin-top: 13px;
    }

    .reply-item-3 {
        width: 98%;
        margin-top: 13px;
        padding: 8px;
        margin-bottom: 25px;
    }

    .reply-item-4 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .btn-reap {
        width: 27px;
        height: 25px;
        margin-left: 2px;
    }

    .rearp-2 {
        margin-left: 11px !important;
    }

    .standing-line-green {
        height: 18px;
    }

    .date-send {
        font-size: 11px;
    }

    .btn-reply {
        width: 65px;
        height: 25px;
        margin-left: -7px;
        font-size: 12px;
    }

    .summery-title {
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .summery-title-single-blog {
        width: 25%;
    }

    /* end single blog  */

    /* start single gas valve  */

    .pages-colums {
        padding: 0 !important;
    }

    .img-parend-gas-valve {
        width: 103.5% !important;
    }

    .img-parend-gas-valve img {
        width: 350px;
        height: 340px;
    }

    .img-item-product-gas-valve {
        width: 85px;
        height: 61px;
    }

    .feature-title span {
        font-size: 13px !important;
    }

    .list-feature li {
        font-size: 14px;
    }

    .list-feature li i {
        font-size: 6px;
    }

    .featuer-product {
        font-size: 14px;
    }

    .gas-valve {
        font-size: 16px;
    }

    .box-shoping-number {
        width: 70%;
        height: 34px;
    }

    .box-shoping {
        width: 50px;
        height: 34px;
    }

    .btn-shop {
        font-size: 14px;
        width: 200px;
        height: 38px;
    }

    .btn-shop:hover {
        width: 200px;
        height: 38px;
    }

    .special-offer-box span {
        font-size: 12px;
    }

    .special-offer-img img {
        width: 90px;
        height: 55px;
        margin-right: 37%;
    }


    .description-list {
        height: 38px !important;
    }

    .description-list li a {
        font-size: 14px;
    }

    .description-list li i {
        font-size: 6px;
    }

    .titile-summery-single-gas {
        font-size: 14px;
    }

    .summry-single-gas {
        line-height: 1.5 !important;
        font-size: 12px;
    }

    .list-feature-2 li {
        color: var(--text-black);
    }

    .list-feature-2 li i {
        color: var(--text-black);
        font-size: 6px;
    }

    .guarantee-pic-box {
        position: relative;
    }

    .guarantee-pic1 {
        width: 100%;
        height: 60px;
    }

    .guarantee-pic2 {
        width: 100%;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .guarantee-title {
        font-size: 16px;
    }

    .guarantee-text {
        font-size: 12px;
    }

    /* end single gas valve   */

    /* start Shopping cart modal */

    .Shopping-cart-modal-main-box {
        width: 100%;
    }

    .Shopping-cart-modal-pic {
        width: 35px;
        height: 35px;
    }

    .Shopping-cart-modal-title {
        font-size: 12px;
        width: 90%;
    }

    .Shopping-cart-modal-text {
        font-size: 12px;
        width: 80%;
    }

    .Add-Cart-Button-Modal {
        color: var(--text-green);
        border: 1px solid var(--text-green);
        font-size: 12px !important;
        padding: 4px 8px !important;
    }

    .Go-Cart-Button-Modal {
        width: 91.5% !important;
        height: 40px;
        background-color: var(--text-green);
        font-size: 14px;
    }

    .shopping-modal-box {
        width: 70px !important;
        height: 50px;
    }

    .shopping-modal-img {
        width: 100%;
        height: 50px;
    }

    .shopping-title-modal-box {
        font-size: 12px;
    }

    .shopping-icon-modal-box {
        font-size: 12px;
        border: 1px solid #DEE8E4;
        width: 25px;
        height: 25px;
    }

    .shopping-text-modal-box {
        width: 30px;
        height: 25px;
        background-color: #F5F6FE;
    }

    .shopping-text-modal-box span {
        font-size: 14px;
    }

    .shopping-price-modal-text {
        font-size: 12px;
    }

    /* end Shopping cart modal */

    /* start user profile page */

    #profileOffcanvas {
        height: auto;
        max-height: 80vh;
        border-radius: 16px 16px 0 0;
        background-color: var(--text-light);
        width: 100% !important;
        border: 2px solid var(--text-green);
    }

    #profileOffcanvas .offcanvas-header {
        padding: 12px 16px;
        border-bottom: 1px solid #f0f0f0;
    }

    #profileOffcanvas .offcanvas-title {
        font-size: 14px;
        color: #000;
    }

    #profileOffcanvas .offcanvas-body {
        padding: 12px 16px 68px 16px;
    }

    #profileOffcanvas .offcanvas-footer {
        position: sticky;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #f0f0f0;
    }

    #profileOffcanvas .User-profile-options span {
        font-size: 13px;
    }

    #profileOffcanvas .User-profile-operations-box span {
        font-size: 12px;
    }

    .favorites-title-text {
        font-size: 16px;
    }

    .Close-Favorites-Box-Icon {
        width: 20px;
        height: 20px;
        background-color: #e5393942;
    }

    .Close-Favorites-Box-Icon i {
        font-size: 20px;
        color: #E5393A;
    }

    .Favorites-Box-pic {
        width: 90px;
        height: 60px;
    }

    .Favorites-Box-pic img {
        width: 100%;
        height: 50px;
    }

    .name-favorite-piece {
        font-size: 14px;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Price-without-discount {
        font-size: 12px;
    }

    .Discounted-price {
        font-size: 16px;
    }

    .View-product-button {
        font-size: 12px;
        color: var(--text-green);
    }

    .btn-profile {
        font-size: 15px;
        width: 140px;
        height: 38px;
    }

    .inp-profile label {
        font-size: 15px !important;
    }

    .information-profile {
        font-size: 16px;
    }

    .summery-profile {
        font-size: 14px !important;
    }

    .Profile-person-text {
        font-size: 12px;
    }

    .address-registration-text {
        font-size: 14px;
    }

    .View-order-text {
        font-size: 12px !important;
    }

    .Ordering-procedures-pic {
        width: 40px;
        height: 30px;
    }

    .Ordering-procedures-pic img {
        width: 100%;
        height: 30px;
    }

    .Ordering-procedures-text span {
        font-size: 12px;
    }

    .Horizontal-line-order-steps {
        width: 20px;
        border-top: 2px dashed black;
    }

    .Delivered-status-box {
        width: 90px;
        height: 25px;
        background-color: #2ccb4c76;
        color: var(--text-green);
        font-size: 14px;
    }

    .in-progress-box {
        width: 90px;
        height: 25px;
        background-color: #ECEAFC;
        color: #4C42AA;
        font-size: 14px;
    }

    .canceled-box {
        width: 90px;
        height: 25px;
        background-color: #FAD7D8;
        color: #E5393A;
        font-size: 14px;
    }


    .Read-all-announcements-box {
        color: var(--text-red);
        font-size: 12px;
    }

    .notification-bell-box {
        width: 40px;
        height: 40px;
        color: var(--text-red);
        background-color: #FAD7D8;
    }

    .Notifications-text {
        font-size: 12px;
    }

    .View-products {
        width: 40%;
        font-size: 12px !important;
        color: var(--text-green);
    }

    /* end user profile page */
}