/* main-style-css */

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2")
            format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff")
            format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf")
            format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2")
            format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff")
            format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf")
            format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2")
            format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff")
            format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf")
            format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2")
            format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff")
            format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf")
            format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
            format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff")
            format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf")
            format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
    font-display: swap;
}


/* iransans-fonts-end */

body {
    margin: 0px;
    font-family: IRANSans !important;
    font-weight: 300;
    text-align: right !important;
    font-size: 14px;
    direction: rtl !important;
    overflow-x: hidden !important;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #212529;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

.fullPageContent {
    overflow-x: hidden;
    width: 100%;
}

.d-none {
    display: none !important;
}

.main-wrapper {
    overflow-x: hidden;
}

/* alerts-from-bootstrap */

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.profile-main .alert {
    width: 100%;
    flex-shrink: 0;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

/* alerts-from-bootstrap-end */

/* home */

.main-home {
    max-width: 1336px;
    margin: 0.5rem auto;
    overflow-x: hidden;
}

.main-home a {
    text-decoration: none;
    color: #2a2a2a;
}

.home-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-top__slider {
    border-radius: 5px;
    overflow: hidden;
    border: solid 0.5px #e1e1e1;
    width: 67.58982036%;
}

.home-top__slider .owl-carousel {
    position: relative;
}

.brand__sugestions--container .owl-carousel .owl-stage {
    padding-right: 0 !important;
}

.brand__sugestions--container .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.brand__sugestions--container .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.home-top__slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-top__slider--banner img {
    width: 902px;
}

.home-top__side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-top__side--banner {
    overflow: hidden;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
}

.home-top__side--banner img {
    max-width: 100%;
    height: auto;
}

.categories {
    margin: 0.5rem 0;
}

.categories__slider {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}

.categories__slider .owl-stage {
    padding-right: 0 !important;
}

/* .categories__slider .owl-carousel .owl-nav {
	margin: 0;
} */

/*
.categories__slider .owl-prev,
.categories__slider .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem !important;
}

.categories__slider .owl-prev {
	right: 0;
}

.categories__slider .owl-next {
	left: 0;
} */

.categories__slider-card {
    text-align: center;
}

.categories__slider-card--title {
    font-weight: 300;
    font-size: 0.75rem;
    color: #2a2a2a;
}

.categories__slider-card--img img {
    margin: 0 auto;
    width: 95px;
    height: 95px;
}

.spec-cat__menu a {
    text-decoration: none;
}

a.spec-cat__menu--child {
    color: #212529 !important;
    display: block !important;
    font-weight: 300;
}

.spec-cat__menu--parent {
    background-color: #2ab88d;
    padding: 0 0.5rem 0 0;
}

.spec-cat__menu--parent h2 {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.4rem;
    letter-spacing: -0.089em;
    display: block;
}

.spec-cat__menu--parent h2 a {
    color: #fff;
}

.spec-cat__menu--child h2 {
    padding: 0.7rem 0.9rem 0.25rem 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #2a2a2a;
}

@media (max-width: 810px) {
    .spec-cat__menu--child h2 {
        padding: 0;
    }

    .spec-cat__menu--child {
        padding: 0.5rem 0;
    }
}

.spec-cat__menu--child h2:hover {
    color: #2ab88d;
}

.spec-cat {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    overflow: hidden;
    height: 582px;
    max-width: 1336px;
    margin: 0.5rem 0;
}

.spec-cat__menu {
    width: 172px;
}

.spec-cat__products {
    width: 776px;
    display: flex;
    overflow: auto;
}

.spec-cat__image-slider {
    width: 386px;
    border: solid 0.5px #e1e1e1;
}

.spec-cat__image-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.spec-cat__products {
    display: flex;
}

.spec-cat__products--card,
.latest-product__carousel--card {
    width: 194px !important;
    height: 290px;
    flex-shrink: 0;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.spec-cat__products--card img,
.latest-product__carousel--card img {
    max-width: 132px;
    margin: 0 auto;
}

.spec-cat__products--card .img-container,
.latest-product__carousel--card .img-container {
    display: block;
    text-align: center;
    margin: 0.3rem 0 4rem 0;
}

.home-wide-banner,
.home-big-banner,
.home-medium-banner {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}

.home-big-banner div {
    overflow: hidden;
    border-radius: 5px;
}

.home-wide-banner div {
    border-radius: 5px;
    overflow: hidden;
}

.home-medium-banner div {
    border-radius: 5px;
    overflow: hidden;
}

.home-big-banner div img,
.home-wide-banner div img,
.home-medium-banner div img {
    max-width: 100%;
}

.spec-cat__products--card-title,
.latest-product__carousel--card-title {
    font-size: 0.95rem;
    padding: 0 0.7rem 0 0.7rem;
    margin: 0.5rem 0;
    font-weight: 300;
    letter-spacing: -0.051em;
    line-height: 20px;
    height: 2.5rem;
}

.spec-cat__products--card-stock,
.latest-product__carousel--card-stock {
    line-height: 1.1;
}

.spec-cat__products--card-stock span,
.latest-product__carousel--card-stock span {
    text-align: center;
    display: block;
    color: #209471;
    font-size: 0.9rem;
    line-height: 14px;
    padding-top: 0.2rem;
}

span.spec-cat__products--card-price,
span.latest-produc_carousel--card-price {
    font-size: 1.1rem;
    margin-top: 1rem;
    letter-spacing: -0.031em;
}

.spec-cat-simple,
.lately-added-products {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    margin: 0.5rem 0;
    overflow: hidden;
}

.spec-cat-simple__side-banner,
.spec-cat-simple__side-banner img {
    width: 172px;
    height: 290px;
}

.spec-cat-simple__carousel,
.spec-cat-simple__carousel-secondary {
    display: flex;
    overflow: auto;
    max-width: 1164px;
}

.spec-cat-simple__carousel::-webkit-scrollbar,
.spec-cat-simple__carousel-secondary::-webkit-scrollbar,
.spec-cat__products::-webkit-scrollbar {
    display: none;
}

.spec-cat-simple__carousel,
.spec-cat-simple__carousel-secondary,
.spec-cat__products {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 811px) {
    .spec-cat-simple.mobile-spec-cat-simple-secondary {
        display: none;
    }
}

@media (max-width: 810px) {
    .spec-cat-simple.desktop-spec-cat-simple-secondary {
        display: none;
    }
}

/* .spec-cat__products .owl-item,
.spec-cat-simple__carousel .owl-item,
.latest-products .owl-item {
    width: 194px !important;
} */

/* .spec-cat-simple__carousel .owl-stage,
.latest-products .owl-stage {
    padding-right: 0 !important;
    display: flex !important;
} */

/*
.spec-cat-simple__carousel .owl-prev,
.spec-cat-simple__carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem !important;
} */

/* .spec-cat-simple__carousel .owl-nav .owl-prev {
    right: 0;
}

.spec-cat-simple__carousel .owl-nav .owl-next {
    left: 0;
} */

.home-brands {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 5rem;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    overflow-x: auto;
    overflow-y: hidden;
}

.home-brands__item {
    margin: auto;
}

.home-brands__item--more {
    background-color: #cccccc;
    height: 80%;
    padding: 0 2rem;
    border-radius: 5px;
    flex-shrink: 0;
}

.home-brands__item--more p {
    font-size: 14px;
    font-weight: 300;
    color: #535353;
    line-height: 62.4px;
    display: inline-block;
    vertical-align: middle;
}

.home-brands center a,
.home-brands center span {
    color: #2a8d6f;
}

.home-brands__carousel {
    display: flex;
    flex-direction: row;
    position: relative;
    border-bottom: solid 0.5px #e1e1e1;
}

.home-brands__carousel .owl-stage {
    padding-right: 0 !important;
}

.home-brands .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    right: 0;
}

/* .home-brands .owl-prev,
.home-brands .owl-next,
.latest-products .owl-prev,
.latest-products .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem !important;
} */

.home-brands .owl-nav .owl-prev,
.latest-products .owl-nav .owl-prev {
    right: 0;
}

.home-brands .owl-nav .owl-next,
.latest-products .owl-nav .owl-next {
    left: 0;
}

/* home-end */

/* home-responsive */

@media (max-width: 810px) {
    .spec-cat__products {
        width: 100%;
    }

    .home-top__slider--banner img {
        max-width: 100%;
        height: auto;
    }

    .home-top {
        flex-direction: column;
    }

    .home-top__slider {
        margin: 0 0 0.5rem 0;
    }

    .home-top__side--banner {
        margin: 0 0.5rem 0.5rem 0.5rem;
    }

    .home-top__slider {
        width: 100%;
    }

    .desktop-specs {
        display: none;
    }

    .home-wide-banner {
        flex-direction: column;
    }

    .home-wide-banner div {
        margin: 0.2rem 0.2rem;
    }

    .catSpecCarouselMobile {
        overflow-x: auto;
        display: flex;
    }

    .spec-cat {
        height: auto;
    }

    .spec-cat-simple {
        display: block;
    }

    .home-big-banner {
        flex-direction: column;
    }

    .home-big-banner div {
        margin: 0.2rem;
    }

    .home-wide-banner,
    .home-big-banner,
    .home-medium-banner {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }

    .home-medium-banner div {
        width: 49%;
        flex-shrink: 0;
        margin: 0.1rem;
    }

    .m__spec-cat--slider {
        width: 194px;
        height: 290px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
    }

    .m__spec-cat--slider .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .m__spec-cat--slider .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .m__spec-cat--slider .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

.m__spec-cat--slider img {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 810px) {
    .m__spec-cat--slider img {
        max-width: 100%;
        height: auto !important;
    }
}

.mobile-specs .spec-cat__menu--parent {
    text-align: center;
}
/*
.mobile-specs .spec-cat__menu--parent h2 {
    margin: 0.2rem;
} */

.mobile-specs__btn {
    float: right;
}

.mobile-spec-menu-close {
    width: 100vh;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}

.mobile-specs-container {
    position: relative;
}

@media (min-width: 811px) {
    .mobile-specs {
        display: none;
    }
}

.spec-cat__menu--child {
    display: block;
}

/* ////////////////modal///////////////// */

.spec-cat__menu.mobile-spec-menu {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .spec-cat__menu.mobile-spec-menu {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.mobile-spec-menu__content {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    background-color: #fff;
    -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: table;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25);
    -webkit-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
    overflow-y: auto;
    z-index: 999999999999;
    padding: 1.25rem;
}

/* .admin-order-modal__content--head{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.admin-order-modal__content--body{
    padding: 1rem;
} */

.spec-cat__menu.mobile-spec-menu:target {
    opacity: 1;
    visibility: visible;
}

.spec-cat__menu.mobile-spec-menu:target .mobile-spec-menu__content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.mobile-spec-menu__close:link,
.mobile-spec-menu__close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1;
}

.mobile-spec-menu__close:hover {
    color: #55c57a;
}

#mobile-spec-menu__cls {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    /* z-index: -1; */
}

@media (min-width: 811px) {
    #mobile-spec-menu__cls {
        display: none;
    }
}

/* ////////////////modal-end///////////////// */

/* home-responsive-end */

/* menu */

.menu-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.menu-dropdown-parent {
    list-style-type: none;
    margin: 0px 0.8rem;
    padding-top: 5px;
}

.menu-dropdown-parent > a {
    font-weight: 200;
    line-height: 29px;
}

.menu-dropdown-child-container > li {
    margin: 5px 10px;
    width: 18%;
}

.menu-dropdown-child-container > li > a {
    border-bottom: 1px solid #e9e9e9;
    width: 70%;
    display: inline-block;
    height: 30px;
}

ul.menu-dropdown > .menu-dropdown-parent > a:hover {
    color: #6cccb0;
    text-decoration: none;
}

.menu-dropdown {
    height: 40px;
    margin: 10px 0px;
}

.menu-dropdown-child-container {
    display: none;
    z-index: 100000;
    position: absolute;
    padding: 1.15rem 1.5rem 3.5rem 0;
    margin: 6px 0 0 0;
    right: 0px;
    width: 100%;
    flex-wrap: wrap;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-dropdown-child-container li {
    display: block;
    float: right;
    font-size: 12px;
    margin: 10px 0px 8px;
}

.menu-dropdown-parent:hover .menu-dropdown-child-container {
    display: block;
}

nav a {
    text-decoration: none;
    color: #5b5656;
    font-size: 13px;
}

.menu-dropdown-grandChild-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    color: #4a5f73;
}

.menu-dropdown-grandchild-container > li {
    margin: 10px 0px;
}

.menu-dropdown-grandChild-container li a {
    color: #78838e;
}

.menu-dropdown-child-container li > a:hover {
    color: #6cccb0;
    text-decoration: none;
}

.desktop-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 50;
}

.desktop-menu nav {
    margin-right: 3rem;
}

/* mobile-menu */
@media (min-width: 811px) {
    .m-menu,
    .mobile-hamburger {
        display: none;
    }
}

@media (max-width: 810px) {
    .desktop-menu {
        display: none;
    }
}

.m-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000000000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid #8a8989;
}

ul.m-menu__parent {
    padding: 2rem 2rem 0 0 !important;
}

.m-menu ul,
.m-menu ul a,
.m-menu li {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
}

.m-menu__parent li a {
    font-size: 1rem;
}

@media (max-width: 810px) {
    .m-menu__parent li a {
        font-size: 0.9rem;
    }
}

.m-menu__parent > li > a {
    width: 100%;
    display: block;
    padding-left: 1rem;
}

.m-menu__first-child li a {
    font-size: 0.9rem;
}

ul.m-menu__second-child {
    border-right: 1px solid #1fbb8c;
    margin-right: 1.2rem;
    margin-top: 0.3rem;
}

.m-menu__second-child li a {
    font-size: 0.8rem;
}

.m-menu__parent li {
    margin: 0.2rem;
    padding: 0.3rem;
}

.menu-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}

.m-menu__action {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.m-menu-active {
    color: #177d5e;
}

.m-menu__hidden-child {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}

/* mobile-menu-end */

/* menu-end */
/* header-end */

.hidden-v {
    visibility: hidden;
}

.p-relative {
    position: relative;
}

/* product-single */

.checked-radio-icon {
    display: none;
    width: 24px;
    height: 24px;
    margin: 0.5rem auto auto auto;
}

input.variant-selector:checked ~ .color-circle-view {
    border: 2px solid #fff;
    box-shadow: 0px 0px 0 3px #767676;
}

input.variant-selector:checked ~ .color-circle-view .checked-radio-icon {
    display: block;
}

.product-single-mobile {
    display: none;
}

.product-specification-comment-longDescription {
    background-color: #fff;
    width: 100%;
    padding: 0% 3.9% 1% 1.6%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    height: auto;
    float: right;
    direction: rtl;
}

.product-single-extras {
    width: 97%;
    margin: 0.5rem auto;
}

.similar-products-slider {
    background-color: #fff;
    margin: 0.5rem 0;
    padding: 0% 3.9% 1% 1.6%;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    height: auto;
    float: right;
    width: 100%;
}

.product-main-container {
    position: relative;
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding: 0% 3.9% 1% 1.6%;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}

.product-right-column {
    display: flex;
    flex-direction: column;
    width: 27%;
    margin-top: 3%;
}

.product-thumbnails::-webkit-scrollbar {
    display: none;
}

.product-thumbnails {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-center-column {
    width: 46%;
    text-align: center;
    position: relative;
}

h1.product-name {
    font-size: 18px;
}

.product-info-tabs,
.product-info-tabs div,
.product-specification {
    height: auto;
    width: 100%;
    float: right;
    direction: rtl;
}

.product-info-tabs.ah-tab-wrapper a {
    /* color: #5b5656ad; */
    color: #6f7479;
}

.product-info-tabs.ah-tab-wrapper a[data-ah-tab-active="true"] {
    /* color: #5b5656ad; */
    color: #2125299c;
}

.specification-table {
    color: #5b5656;
}

.product-info-tabs.ah-tab-wrapper a:hover {
    /* color: #5b5656; */
    color: #2125299c;
    border-bottom-color: #2125299c;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    border-bottom-color: #2125299c;
}

.specification-table td {
    padding: 0.7rem;
}

.specification-table tr {
    border-bottom: 8px solid #fff;
}

.specification-table td:nth-child(odd) {
    background-color: #eee;
    border-left: 8px solid #fff;
    width: 11rem;
}

.specification-table td:nth-child(even) {
    background-color: #eeeeee75;
    width: 40rem;
}

.specification-table td:nth-child(even):hover {
    background-color: #eee;
}

.product-main-image {
    margin: 0px auto;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.product-card-information h2 {
    margin: 0px 0.5rem;
    text-align: center;
    line-height: 0.6;
}

.product-card-container {
    width: 25%;
    height: auto;
}

.product-card-container a {
    text-decoration: none;
    color: #5b5656;
}

.dropdown-filter-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
}

.filter-tab {
    margin-bottom: 0.5rem;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    border-bottom-color: rgb(243, 243, 243);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    border: 1px solid #f3f3f3;
}

.filter-tab p {
    margin: 0;
}

.filter-tab > .filter-tab-header > p > button > i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #2ab88d;
}

.price-filter-container {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    justify-content: start;
    align-content: center;
    margin-bottom: 0.5rem;
}

.price-filter-bar {
    width: 85%;
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 1rem;
}

.noUi-horizontal {
    height: 0.1875rem;
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none;
}

.noUi-connect {
    background: #2ab88d;
}

.noUi-handle::after,
.noUi-handle::before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -0.375rem;
    left: auto;
}

.noUi-horizontal .noUi-handle {
    background-color: #2ab88d;
    top: -6px;
    left: -0.375rem;
    width: 1rem;
    height: 1rem;
    border: none;
    border-radius: 50%;
    box-shadow: none;
}

.price-filter-amount {
    text-align: center;
    margin-bottom: 1rem;
}

.filter-submit-color {
    margin-top: 1rem;
}

.custom-control-label::after {
    right: 0;
    left: auto;
}

.custom-control-label::after {
    right: 0;
    left: auto;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    right: 0;
    left: auto;
}

.custom-control-label::before {
    right: 0;
    left: auto;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2ab88d;
    background-color: #2ab88d;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 5px;
}

.card-body {
    font-size: 0.77rem;
}

.with-bobles h2:after,
.with-bobles h2:before {
    content: "";
}

.with-bobles {
    position: relative;
}

.with-bobles h2:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px;
}

.category a {
    text-decoration: none;
    color: #5b5656;
}

.category ul,
.category li {
    list-style-type: none;
    line-height: 2;
}

.category ul {
    border-right: 1px solid #1fbb8c;
    margin-top: 1rem;
    margin-right: 1rem;
}

.category li a {
    padding: 0.5rem;
    padding-top: 0;
}

.filter-product-body {
    padding: 1.25rem;
}

.filter-product-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.filter-product-control li {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter-product-control label {
    padding-right: 2rem;
    font-size: 12px;
}

.filter-product-control label:after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    right: 0;
    left: auto;
}

.filter-product-control label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    right: 0;
    left: auto;
}

.dropdown-filter-btn {
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    text-align: right;
    width: 100%;
    display: block;
}

.filter-title {
    font-weight: bold;
    font-size: 18px;
    color: #6f7479;
    margin: 1rem 0;
}

.filter-title h2 {
    font-size: 16px;
}

.filter-title > h2 {
    padding-right: 2rem;
}

.dropdown-filter-btn > i {
    float: left;
}

.dropdown-filter-btn > h2 {
    margin: 0;
}

.product-title-container {
    background-color: #f3fdfa;
    border-right: 5px solid #5fc2a5;
    border-radius: 6px;
    padding: 0.8rem 0.7rem 0.5rem 0.5rem;
}

.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.filter-submit-btn {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.product-card-category {
    display: block;
    margin: 0.5rem;
    color: #8c8c8cbf;
    font-size: 0.75rem;
    font-weight: 600;
}

@media (max-width: 810px) {
    .product-card-category {
        display: none;
    }

    .product-card {
        box-shadow: 0 0 4px 0 #0000001a;
        width: 12rem;
    }

    .product-list-container .product-card {
        width: auto;
    }
}

.product-card-name {
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.product-card-name::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-image: linear-gradient(right, rgba(52, 73, 94, 0), #fff);
    background-image: -webkit-linear-gradient(right, rgba(52, 73, 94, 0), #fff);
}

.product-card-name > a {
    text-decoration: none;
    color: #5b5656;
    font-size: 0.857rem;
}

.similar-products-slider > div > div > div > a {
    float: left;
    color: #6cccb0;
}

.product-card {
    border: none;
    border-radius: 5px;
    margin: 0.5rem;
    padding: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}

.product-card-price-text {
    font-size: 17px;
}

.product-card:hover {
    -webkit-box-shadow: 0 0 10px 0 #0000001a;
    box-shadow: 0 0 10px 0 #0000001a;
}

.product-card img {
    max-width: 100%;
    margin: 0 auto;
}

.product-card-information {
    text-align: center;
    margin-top: 0.5rem;
}

.product-card-price {
    font-size: 18px;
    color: #48ac8e;
    font-weight: bold;
}

.no-after-title-wide::after {
    display: none;
}

.description-product {
    line-height: 30px;
    color: #666;
    text-align: justify;
    font-size: 14px !important;
}

.longDescription {
    width: 100%;
    height: auto;
    float: right;
}

.title-breadcrumb-special {
    padding: 0 0.5rem;
    direction: rtl;
}

.breadcrumb-ol {
    display: flex;
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.breadcrumb-li > a {
    color: #6f7479;
    text-decoration: none;
    font-size: 12px;
    padding: 0 0.5rem;
}

.product-left-column {
    display: flex;
    flex-direction: column;
    width: 27%;
    justify-content: flex-start;
    margin-top: 3%;
}

.product-left-column form {
    margin-top: 10%;
}

a.product-main-image > img {
    max-width: 497px;
    max-height: 787px;
    margin: 0px auto;
}

small {
    color: #6f6f6f;
    line-height: 1.692;
}

.color-circle-view {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0.5px solid #d3d3d3;
    float: right;
    margin: 5px;
    cursor: pointer;
}

/* category-page */


.category-main-container .readmore-section{
    border-top: 1px solid #e3e3e3;
}

.readmore-section{
    height: 12.5rem;
    overflow: hidden;
}

.product-list-page-description input{
    z-index: -1;
    opacity: 0;
    position: absolute;
}

.product-list-page-description input:checked ~ .readmore-section{
    height: auto;
}

.product-list-page-description label{
    cursor: pointer;
    color: blue;
    float: left;
}
.product-list-page-description label:before {
    content: "بیشتر بدانید";
}

.product-list-page-description input:checked ~ label:before {
    content: "بستن";
}

.readmore-section h2 {
    font-size: 1.5rem;
}
.readmore-section h3 {
    font-size: 1.35rem;
}
.readmore-section h4 {
    font-size: 1.2rem;
}
.readmore-section h5 {
    font-size: 1.1rem;
}



.category-main-container {
    display: flex;
    flex-direction: row;
    margin: 0 2rem;
}

.sticky-sidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: min-content;
}

.sticky-sidebar-profile {
    display: flex;
    flex-direction: column;
    top: 0;
    height: min-content;
}

.sidebar__category {
    margin: 1rem 0;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.sidebar__filter {
    /* padding: 1rem; */
    border-radius: 5px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 1000000000000000000000;
}

.category-main-contnent {
    width: 79%;
    margin: 0 1% 0 0;
    display: flex;
    flex-direction: column;
}

.product-list-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border-radius: 5px;
}
.categoryName-sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b8babd82;
    padding: 1rem;
}
.categoryName {
    padding: 1rem;
}
.categoryName h1 {
    font-size: 1.7rem;
    color: #5b5656;
}
.sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: min-content;
    margin: auto 1.5rem;
    width: 30%;
}

.sorting > a {
    margin: auto;
    font-size: 12px;
    text-decoration: none;
    color: #5c5757 !important;
}

.sorting > a:hover {
    color: #2ab88d;
}

.sorting__btn--selected {
    padding: 0.5rem;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    border: 0;
    outline: 0;
    background-color: #6cccb0;
}

.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pagination a {
    color: #212121;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
}

.pagination a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-radius: 5px;
}

.page-link {
    padding: 0.5rem 0.75rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #2ab88d;
    border-radius: 5px;
}

.page-counter {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.page-counter::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        #fff 60%
    );
    pointer-events: none;
}

.page-counter::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(
        to left,
        rgba(255, 255, 255, 0),
        #fff 60%
    );
    pointer-events: none;
}

.page-counter__scroll {
    overflow-x: auto;
}

.page-counter__scroll nav ul {
    padding-right: 2rem;
    margin-top: 1rem;
}

/* category-page-end */

/* category-page-mobile */
@media (min-width: 811px) {
    .m-sidebar__filter {
        display: none;
    }

    .m-filter-icon {
        display: none;
    }
}

@media (max-width: 810px) {
    .d-sidebar__filter {
        display: none;
    }

    .category-main-container {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .m-sticky-sidebar {
        display: none;
    }

    .m-category-main-contnent {
        width: 96%;
        margin: 0 0.5rem;
    }

    .categoryName-sorting {
        display: flex;
        flex-direction: row;
    }
    .sorting {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: min-content;
        margin: 0.5rem auto;
        width: 90%;
    }
    .product-card-container {
        width: 50%;
        height: auto;
    }
    .product-card {
        box-shadow: 0 0 4px 0 #0000001a;
        max-width: 100%;
    }
    .product-list-container .product-card {
        width: auto;
    }
    .m-sidebar__category {
        display: none;
    }
    .name-filterbtn {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .name-filterbtn div {
        font-size: 1rem;
    }

    .name-filterbtn div.m-filter-icon {
        padding-top: 5px;
    }

    /* filter-mobile */

    .m-sidebar__filter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000000000;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .m-filter-content {
        position: relative;
        top: 2rem;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .m-sidebar__filter .close-btn {
        position: absolute;
        right: 10px;
        font-size: 40px;
        color: #999494;
    }

    .m-sidebar__filter .close-btn a {
        text-decoration: none;
        color: #5b5656;
    }

    .m-filter-content .filter-tab {
        margin: 0;
        padding: 0.5rem;
    }

    .card-body {
        font-size: 0.9rem;
        text-align: right;
        line-height: 27px;
        padding: 0.2rem 2rem 1.2rem 0;
    }

    .price-filter-container {
        margin-bottom: 1.2rem;
    }

    .filter-submit-btn-container {
        height: 3.5rem;
    }

    .fixbtn {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .filter-submit-color .filter-submit-btn {
        padding: 1rem 0;
        border-radius: 0;
    }

    /* filter-mobile-end */
}

/* category-page-mobile-end */

.ah-tab-item {
    transform: translateX(0) !important;
}

.ah-tab-overflow-wrapper {
    display: none;
}

/* .search-resault-page */

.search-page-container {
    margin: 1rem 0.5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid 0.5px #e1e1e1;
}

.d-Five-page-card {
    width: 20% !important;
}

.search-page-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.search-resault {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(150, 105, 105, 0.3);
    border-radius: 0 0 15px 15px;
}

@media (max-width: 810px) {
    div.search-resault {
        max-height: 25rem;
        overflow: auto;
        top: 3rem;
    }

    .m-search-resaultCls {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 100000;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .search-resault__brands,
    .search-resault__categories,
    .search-resault__tags {
        height: 3rem;
        overflow: auto;
        white-space: nowrap;
    }

    .search-resault__container-div > div {
        padding-right: 1rem;
    }

    .search-resault__container-div {
        position: relative;
    }

    .search-resault__brands::after,
    .search-resault__categories::after,
    .search-resault__tags::after {
        content: "";
        display: inline;
        position: absolute;
        right: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            #fff 60%
        );
        pointer-events: none;
    }

    .search-resault__brands::before,
    .search-resault__categories::before,
    .search-resault__tags::before {
        content: "";
        display: inline;
        position: absolute;
        left: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(
            to left,
            rgba(255, 255, 255, 0),
            #fff 60%
        );
        pointer-events: none;
    }
}

div.search-resault ul {
    list-style-type: none;
    padding: 0 2rem 0.5rem 2rem;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}

.search-resault__brands li,
.search-resault__categories li,
.search-resault__tags li {
    display: inline-block;
    background-color: #a3a3a3;
    margin: 0.3rem;
    border-radius: 5rem;
    padding: 0 0.5rem;
}

.search-resault__brands > div,
.search-resault__categories > div,
.search-resault__tags > div {
    margin-bottom: 0.5rem;
}

.search-resault__brands li > a,
.search-resault__categories li > a,
.search-resault__tags li > a {
    text-decoration: none;
    color: white;
}

.search-resault__products li > a {
    text-decoration: none;
    color: #5b5656;
}

.search-resault__products img {
    max-width: 2rem;
}

/* .search-resault-page-end */

/* .tag-page */

.tag-page-container {
    margin: 1rem 0.5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid 0.5px #e1e1e1;
}

.d-Five-page-card {
    width: 20% !important;
}

.tag-page-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* .tag-page-end */

/* all-brands-page */

.all-brands-page-container {
    margin: 1.5rem 1rem;
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

.brands-card-container {
    width: 16.66%;
}

.all-brand-thumb {
    display: block;
    max-width: 110px;
    height: 40px;
    margin: 1rem auto;
}

.brands-card {
    padding: 0.5rem;
    margin: 0.5rem;
}

.brands-card {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000001a;
}

.all-brands-title {
    border-bottom: 1px solid #cac2c2;
}

.all-brands-title h1 {
    color: #474747;
    font-size: 1.5rem;
}

.brand-name {
    text-align: center;
}

.brand-name a {
    color: #474747;
    font-size: 0.9rem;
}

/* all-brands-page-end */

/* mobile-all-brands-page */

@media (max-width: 810px) {
    .brands-card {
        height: 9rem;
    }

    .brands-card-container {
        width: 50%;
    }
}

/* mobile-all-brands-page-end */

/* brand-page */

.brand-main {
    display: flex;
    flex-direction: column;
}

.brand__sugestions--container {
    display: flex;
    background-color: #f5f5f5;
    padding: 1rem;
    position: relative;
}

.brand__sugestions--container h2 {
    font-size: 14px;
    font-weight: 300;
    color: #757575;
}

.brand__sugestion--items::-webkit-scrollbar {
    display: none;
}

.brand__sugestions--cards {
    height: 12rem;
    flex-shrink: 0;
    text-align: center;
    border-radius: 14px;
    background-color: #fff;
    padding-top: 1rem;
}

.brand__sugestions--cards img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: block;
}

.brand__sugestions--cards a {
    text-decoration: none;
    color: #757575;
}

.brand__sugestions--cards a span {
    font-size: 0.8rem;
    margin-top: 1rem;
    display: block;
}

.brand-product-container {
    background-color: #fff;
    margin: 1rem 1.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: solid 0.5px #e1e1e1;
}

.brand-single-topbar {
    margin: 1rem;
    display: flex;
    border-bottom: 1px solid #cac2c2;
}

.brand-single-topbar .brand-logo {
    margin: 0 0.5rem 0.5rem 0.5rem;
}

.brand-single-title {
    margin: 0.3rem 0.5rem 0 0;
}

.brand-single-title h1 {
    line-height: 2rem;
    font-size: 1.7rem;
    color: #5b5656;
}

.brand-product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list-page-description {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 1.5rem;
    padding: 0 2rem;
    border: solid 0.5px #e1e1e1;
    font-family: iransans;
}
.category-discription {
    margin: 1rem 0 !important;
}
.product-list-page-description p {
    text-align: justify;
    font-size: 1rem;
    color: #454545;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 4rem !important;
    color: #393e46 !important;
}

.product-carousel .owl-nav button {
    line-height: 37px !important;
    text-align: center;
}

.product-carousel .owl-nav button.owl-next {
    left: -15px;
    cursor: pointer;
}

.product-carousel .owl-nav button.owl-prev {
    right: -15px;
    cursor: pointer;
}

.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a;
}

.product-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}

.categories__slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.categories__slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none;
}

.owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */
/* brand-page-end */

/* .search-resault-page-mobile */
@media (max-width: 810px) {
    .search-page-container {
        margin: 0.25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: 0.25rem;
        border: solid 0.5px #e1e1e1;
    }

    .d-Five-page-card {
        width: 50% !important;
    }

    .search-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* .search-resault-page-mobile-end */

/* .tag-resault-page-monile */
@media (max-width: 810px) {
    .tag-page-container {
        margin: 0.25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: 0.25rem;
        border: solid 0.5px #e1e1e1;
    }

    .d-Five-page-card {
        width: 50% !important;
    }

    .tag-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* .tag-resault-page-mobile-end */

/* product-single-mobile */

/* product-single-mobile-end */
/* product-single-end */

/* footer */

.footer-container {
    background-color: #eceff1;
    padding: 3rem 7rem 0.2rem 7rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e1e1e1;
}

.footer__yaragh-info {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem;
}

.footer__yaragh-info--dis {
    width: 65%;
    color: #666;
    text-align: justify;
}

.footer__yaragh-info--time {
    text-align: center;
    font-size: 1.05rem;
    padding-bottom: 2rem;
    color: #424040;
    font-weight: 800;
}

.footer__dis-symbol {
    display: flex;
}

.footer-certificates {
    width: 35%;
    display: flex;
    justify-content: center;
}

.footer-partials {
    display: flex;
}

.footer__yaragh--services,
.footer__yaragh--contact-us {
    width: 37%;
}

.footer__yaragh--social-media {
    width: 20%;
}

.footer__yaragh--services ul,
.footer__yaragh--contact-us ul,
.footer__yaragh--social-media ul {
    list-style-type: none;
}

.footer__yaragh--services ul li,
.footer__yaragh--contact-us ul li,
.footer__yaragh--social-media ul li {
    font-size: 0.9rem;
}

.footer__yaragh--services p,
.footer__yaragh--contact-us p,
.footer__yaragh--social-media p {
    font-size: 1rem;
    color: #424040;
    font-weight: 500;
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    color: #6f6f6f;
}

@media (max-width: 810px) {
    .copyright {
        margin-bottom: 3rem;
    }
}

.footer__yaragh--social-media > div {
    display: flex;
}

.footer-partials a {
    text-decoration: none;
    color: #4a5f73;
}

.footer__yaragh--services a:hover,
.footer__yaragh--contact-us a:hover {
    color: #48ac8e;
}

.footer__dis-symbol {
    padding-bottom: 2rem;
}

.footer__yaragh--social-media a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.footer__yaragh--social-media div > a:hover {
    transition: 0.2s ease-in-out;
    background-color: #48ac8e;
}

/* footer-end */

/* footer-mobile */

@media (max-width: 810px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }

    .footer__yaragh-info--time {
        font-size: 0.9rem;
        order: 0;
    }

    .footer__dis-symbol {
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .footer__yaragh-info--dis,
    .footer-certificates {
        width: 100%;
        padding: 0.5rem;
    }

    .footer-partials {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-bottom: 1rem;
    }

    .footer__yaragh--services,
    .footer__yaragh--contact-us,
    .footer__yaragh--social-media {
        width: 100%;
        padding: 0.5rem;
        text-align: center;
    }

    .footer__yaragh--services ul,
    .footer__yaragh--contact-us ul {
        padding: 0;
    }

    .footer__yaragh--social-media > div {
        justify-content: center;
    }

    .copyright {
        order: 3;
    }
}

.user-header {
    padding: 0.5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.registration {
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto;
}

@media (max-width: 810px) {
    .registration {
        width: 23rem;
    }
}

.registration__title {
    margin-bottom: 2rem;
}

.registration__title h1 {
    color: #6f7479;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

.registration__information--title {
    width: 80%;
    margin: 0 auto;
}

.registration__information--title span {
    font-size: 1rem;
    color: #3e4144;
    font-weight: 400;
}

span.registration__information--code {
    display: block;
    text-align: center;
    width: 80%;
    margin: 1rem auto;
}

.numbers-verify {
    margin: 0 auto;
}

.lines-number-input {
    direction: ltr;
    text-align: center;
}

.line-number {
    width: 10rem;
    height: 2rem;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input.line-number::-webkit-outer-spin-button,
input.line-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.line-number[type="number"] {
    -moz-appearance: textfield;
}

.lines-phone-number-input input::-webkit-outer-spin-button,
.lines-phone-number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.lines-phone-number-input input[type="number"] {
    -moz-appearance: textfield;
}

.registration__information--title small {
    color: #6f6f6f;
    font-size: 70%;
}

.registration__information--input {
    position: relative;
    width: 80%;
    margin: 0.5rem auto;
}

.registration__information--input input {
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
    padding: 0 0.5rem;
}

.registration__information--input i {
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.registration__information--hint {
    margin-top: -0.5rem;
    text-align: center;
}

.registration__btn {
    text-align: center;
    margin: 1.5rem 0 1rem 0;
}

.registration__btn button {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    height: 3rem;
    width: 80%;
    background-color: #6cccb0;
    border: none;
}

.registration__information .custom-control {
    width: 80%;
    margin: 0 auto -0.5rem auto;
    text-align: center;
    padding-left: 0px;
}

.registration__information .custom-control-label {
    padding: 0.1rem 1.5rem;
}

.registration__signIn-check,
.registration__pass-recover,
.registration__new-user {
    text-align: center;
    margin-bottom: 1rem;
}

.registration__signIn-check span,
.registration__pass-recover span,
.registration__new-user span {
    font-size: 0.9rem;
}

.registration__signIn-check a,
.registration__pass-recover a,
.registration__new-user a {
    text-decoration: none;
}

.registration__information p {
    margin-bottom: 0.5rem;
}

/* footer-mobile-end */
/* ----------------- Start Category-Section */

/* .category-section {
    background-color: #fff;
}

.category-section-title {
    color: #656565;
    margin: 10px auto 24px;
    line-height: 30px;
    opacity: .7;
    width: 100%;
    text-align: center;
}

.category-section-title h3 {
    font-size: 19px;
}

.category-section-slider .category-slider .item {
    text-align: center;
}

.category-section-slider .category-slider .item img {
    display: block;
    width: 48px;
    margin: auto;
}

.category-section-slider .category-slider .item h4 {
    font-size: 12px;
    line-height: 30px;
    color: #2a2a2a;
    margin-top: 8px;
    text-align: center;
}

.category-section-slider .category-slider .item h6 {
    color: #00bfd6;
    font-size: 12px;
    line-height: 10px;
}

.category-section-slider .category-slider .item h6::before {
    content: "+";
    margin-left: 2px;
}

.category-section-slider .owl-carousel .owl-nav .owl-prev,
.category-section-slider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
    outline: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.category-section-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
}

.category-section-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
}

.category-section-slider .owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

End Category-Section------------ */

.phone-verify {
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto;
}

@media (max-width: 810px) {
    .phone-verify {
        width: 23rem;
    }
}

.phone-verify__send {
    text-align: center;
    margin: 1rem auto;
}

.resend-sms {
    text-align: center;
}

.lines-phone-number-input {
    text-align: center;
}

.lines-phone-number-input input {
    width: 17rem;
    height: 2.8rem;
    border: 1px solid #9f9f9f;
    text-align: center;
    margin: 0.5rem auto;
    font-size: 20px;
    border-radius: 10px;
}

.complete-order__container {
    background-color: #fff;
    border: solid 0.5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto;
}

@media (max-width: 810px) {
    .complete-order__container {
        width: 23rem;
    }
}

.successful-payment {
    background-color: #fff;
    max-width: 80%;
    margin: 10rem auto;
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
}

.unsuccessful-payment {
    background-color: #fff;
    max-width: 80%;
    margin: 10rem auto;
    padding: 3rem;
    border-radius: 10px;
    text-align: center;
}

.successful-payment__icon {
    background-color: #cfe7ab;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.unsuccessful-payment__icon {
    background-color: #ffdade;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.mdi__seccess-green {
    color: #9caf7e;
}

.mdi__unsuccess-red {
    color: #ff3254;
}

.successful-payment__message {
    text-align: center;
    margin: 2rem auto;
    color: #737373;
}

.unsuccessful-payment__message {
    text-align: center;
    margin: 2rem auto;
    color: #737373;
}

.successful-payment__message--1 {
    font-size: 1.313rem;
}

.unsuccessful-payment__message--1 {
    font-size: 1.313rem;
}

.successful-payment__message--1 span {
    padding: 0.2rem;
    background-color: #f3fefb;
    color: #2ab;
    font-family: "Times New Roman", Times, serif;
}

.unsuccessful-payment__message--1 span {
    padding: 0.2rem;
    background-color: #f3fefb;
    color: #2ab;
    font-family: "Times New Roman", Times, serif;
}

.successful-payment__message--2 {
    font-size: 1.071rem;
}

.unsuccessful-payment__message--2 {
    font-size: 1.071rem;
}

.unsuccessful-payment__message--small {
    background-color: #ffdade;
    padding: 0.4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.back-to-order-btn {
    background-color: #2ab88d;
    color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    margin: auto;
}

.cart-index-main {
    overflow-x: hidden;
}

.fix-phone-support,
.fix-wa-support {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 1.5rem;
    z-index: 999999999;
}

.fix-phone-support {
    background-color: #9f9f9f;
    right: 1.5rem;
}

.wa-support--mobile {
    display: none;
}

.wa-support--desktop {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    background-color: #19b68a;
    color: #fff;
    display: flex;
    padding: 0.3rem 0.5rem;
    align-items: center;
    width: 14rem;
    justify-content: space-evenly;
}

.wa-support--desktop p {
    padding: 0;
    margin: 0;
}

@media (max-width: 810px) {
    .wa-support--mobile {
        display: block;
    }

    .wa-support--desktop {
        display: none;
    }
}

.fix-phone-support .mdi.mdi-phone-outline,
.fix-wa-support .mdi.mdi-whatsapp {
    line-height: 3.5rem;
}

.fix-wa-support {
    background-color: #00e676;
    left: 1.5rem;
}

div.yaragh-services {
    margin-top: auto;
}

.yaragh-services table {
    margin: 0px auto;
}

.yaragh-services-border {
    padding: 0px !important;
}

td.yaragh-services-border > div {
    height: 4rem;
    width: 1px;
    background-color: #cbcbcba6;
}

tr.yaragh-services > td {
    padding: 1rem;
    text-align: center;
    font-size: 11px;
}

.product-single__main-content {
    display: flex;
    width: 97%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 0.5px #e1e1e1;
    margin: auto;
}

.product-single__main-content--img-services {
    width: 48.44rem;
    border-left: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
}

.product-single__main-content--img {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    align-items: center;
}

.product-single__main-content--detail {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.product-title-container {
    background-color: #f3fdfa;
    border-right: 5px solid #5fc2a5;
    border-radius: 6px;
    padding: 0.8rem 0.7rem 0.5rem 0.5rem;
    width: min-content;
    white-space: nowrap;
}

@media (min-width: 811px) {
    .product-title-container {
        min-width: 25rem;
    }
}

h1.product-name {
    font-size: 18px;
}

.product-english-name-container {
    padding-bottom: 0.5rem !important;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    margin-top: 16px;
    justify-content: space-between;
    margin-left: 1rem;
    direction: ltr;
}

.product-english-name-border {
    background: #dadce0;
    height: 1px;
    width: 100%;
}

div.product-english-name {
    flex-shrink: 0;
    margin-left: 14px;
    align-items: center;
    color: #70757a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    margin-left: 0px;
    margin-left: 0px;
    padding: 0;
    padding-left: 0px;
    white-space: nowrap;
    padding-left: 4px;
}

span.product-english-name {
    font-family: "Times New Roman", Times, serif;
    align-items: center;
    color: #70757a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.product-single__main-content--info {
    margin-top: 2rem;
    font-size: 12px;
    color: #a3a3a3;
    display: flex;
    flex-direction: column;
}

.category-tag {
    margin-top: 0.25rem;
    display: inline-block;
}

.category-tag a {
    font-size: 0.77rem;
}

.producu-short-desc {
    margin-top: 20px;
}

.product-short-desc {
    margin: 2rem 1rem 1rem 2rem;
    color: #5b5656;
    border-top: 2px dashed #d3d3d3;
    border-bottom: 2px dashed #d3d3d3;
    padding: 1rem 0;
    width: 23rem;
}

.product-short-desc p {
    font-size: 0.9rem;
    margin: 0;
}

.select-options.custom-select.custom-select-lg {
    font-size: 1rem;
    width: 17rem;
    margin-left: 1rem;
}

.product-single__main-content--detail .brand-logo {
    margin: 2rem 0;
}

.title-wide p {
    color: #6f7479;
    line-height: 33px;
}

.title-wide p {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
}

.text-sm-title p {
    font-size: 1rem;
    font-weight: 400;
}

.title-wide p:after,
.title-wide p:before {
    content: "";
}

.title-wide p:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    top: 11px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px;
}

.similar-products-slider--title {
    padding-top: 1.5rem;
}

.brand-logo img {
    border: 1px solid #c4c3c3;
    border-radius: 8px;
}

.form-color {
    margin: 2rem 0 0 0;
    height: 8rem;
}

.form-color form {
    display: flex;
    flex-direction: column;
}

.form-color label {
    display: block;
    margin-bottom: 6px;
    height: 38px;
    float: right;
}

.color-name-container {
    height: 2rem;
    background-color: #f3fdfa;
    border-radius: 5px;
    margin: 1rem 0;
    border-right: 5px solid #5fc2a5;
    font-size: 1.2rem;
    width: 11rem;
    text-align: right;
    padding-right: 0.5rem;
}

.form-color input {
    visibility: hidden;
}

.color-name-view {
    margin-bottom: 1rem;
    color: #6f6f6f;
}

.color-circle-view-container {
    visibility: visible;
    height: 2rem;
}

.guarantee-container {
    text-align: right;
    margin: 0 1rem 2rem 0;
    border: 0.5px dashed #2ab88d;
    width: 11rem;
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
}

.pruduct-price-addToCart-container {
    text-align: center;
    width: 22rem;
}

.product-price {
    color: #2ab88d;
    font-size: 1.9rem;
}

.product-price .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-unavailable {
    font-size: 1rem;
    color: #212529;
    background-color: #e3e3e3;
    letter-spacing: -0.04rem;
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 10px;
}

.addToCart-button {
    width: 100%;
    position: relative;
    background-color: #57d8ac;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit;
}

.product-unavailable-button {
    display: inline-block;
    width: 100%;
    background-color: #7a7a7a !important;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit;
}

span.product-unavailable-button span {
    font-size: 1rem;
}

.addToCart-button i {
    position: absolute;
    right: 10px;
    font-size: 23px;
}

.addToCart {
    margin-top: 10px;
    direction: rtl;
    font-weight: 400;
    height: auto;
}

.installation {
    font-size: 1rem;
    border: 2px solid #ff83006b;
    border-radius: 6px;
    padding: 0.3rem;
    background-color: #ff8300a6;
    color: #fff;
}

.addToCart span {
    font-size: 20px;
}

.product__main-img {
    width: 100%;
}

.product-thumbnails {
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex-shrink: 0;
    justify-content: center;
}

.product-thumbnails div {
    width: 96px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    margin: 0.2rem;
    overflow: hidden;
    padding: 0.4rem;
    flex-shrink: 0;
}

.product-thumbnails div:last-child a {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.product-thumbnails div:last-child a .mdi.mdi-dark::before {
    color: rgba(0, 0, 0, 0.4);
}

.product-thumbnails div img {
    max-width: 100%;
    border-radius: 10px;
}

.form-attribute {
    height: 4.75rem;
}

.product-title-mobile {
    display: none;
}

.mobile-form {
    display: none;
}

/* product-single-mobile */

@media (max-width: 810px) {
    .title-breadcrumb-special {
        height: 2.5rem;
    }

    .breadcrumb-ol {
        display: flex;
        width: 100%;
        height: 2rem;
        float: right;
        list-style: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: 0.25rem;
        margin: 1rem 0.25rem 0 0.25rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .breadcrumb-ol::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-li {
        flex-wrap: nowrap;
        display: flex;
        width: auto;
        white-space: nowrap;
    }

    .breadcrumb-li a {
        padding: 0 0.5rem;
    }

    .addToCart {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 999999999;
        width: 100%;
        padding: 0.75rem;
        background-color: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    }

    .product-mobile-bottomSupport {
        bottom: 4.8rem;
    }

    .product-attributes-form {
        order: -1;
    }

    .product-single__main-content {
        flex-direction: column;
    }

    .product-single__main-content--img {
        display: block;
    }

    .product-single__main-content--img-services {
        width: 100%;
        border: none;
        margin-top: 0.5rem;
    }

    .product-single__main-content--detail {
        padding: 0 1.5rem;
    }

    .product-thumbnails {
        display: none;
        flex-direction: row;
        height: auto;
    }

    .product__main-img img {
        width: 100%;
    }

    .product__main-img {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth;
    }

    .product__main-img .product__main-img--each {
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }

    .product__main-img::-webkit-scrollbar {
        display: none;
    }

    .product__main-img {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .similar-products__mobile--scroll {
        display: flex;
        overflow-x: auto;
    }

    .product__main-img::-webkit-scrollbar,
    .similar-products__mobile--scroll::-webkit-scrollbar {
        display: none;
    }

    .product__main-img,
    .similar-products__mobile--scroll {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .product-title-desktop {
        display: none;
    }

    .product-title-mobile {
        display: block;
        width: 100%;
    }

    .product-title-container {
        background-color: #f3fdfa;
        border-right: 5px solid #5fc2a5;
        border-radius: 6px;
        padding: 0.8rem 0.7rem 0.5rem 0.5rem;
        width: 100%;
        white-space: normal;
    }

    .product-short-desc {
        margin: 1rem 0;
        width: 100%;
    }

    .yaragh-services {
        display: none;
    }

    .desktop-form {
        display: none;
    }

    .mobile-form {
        display: block;
    }

    .form-attribute {
        height: 8.75rem;
    }

    .form-attribute select {
        margin: 0.5rem 0;
    }

    .pruduct-price-addToCart-container {
        width: auto;
    }
}

/* header */

.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    z-index: 99999999999;
}

.desktop-header {
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 51;
    position: relative;
    top: 0;
    padding: 0 2rem;
    width: 100%;
}

.yaragh-logo img {
    width: 100%;
}

div.searchBox {
    position: relative;
    margin: auto 0px;
}

form.searchBox {
    position: relative;
}

form.searchBox input {
    width: 100%;
    height: 2.5rem;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: IRANSans;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #f4f1f1;
    border: none;
    color: #474747;
    outline: none;
}

form.searchBox .mdi-36px.mdi-set,
form.searchBox .mdi-36px.mdi::before {
    font-size: 30px;
}

form.searchBox button {
    background-color: #6cccb0;
    width: 50px;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px 0 0 7px;
    background: #6cccb0;
    border: 0;
    cursor: pointer;
    outline: none;
}

@media (min-width: 811px) {
    div.searchBox {
        width: 40%;
    }
}

.yaragh-support-icon {
    width: 1.75rem;
    height: auto;
    margin: auto auto auto 0.5rem;
}

.yaragh-support-icon img {
    max-width: 100%;
    height: auto;
}

.yaragh-support {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.berankard-support-contact a {
    color: #007bff;
    text-decoration: none;
    font-size: 1.1rem;
}

.berankard-support-contact {
    margin: 1rem 0;
    color: #757575;
    font-size: 1rem;
}

.berankard-support-contact p {
    margin: 0 !important;
    text-align: center;
}

.yaragh-support-contact p,
.yaragh-support-contact h1 {
    margin: 0 !important;
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
}

.logIn-container {
    margin: auto 0px;
    margin-left: 2.5rem;
}

@media (max-width: 810px) {
    .logIn-container {
        margin-left: 0;
    }
}

.logIn-dropdown-parent .mdi-36px.mdi-set,
.logIn-dropdown-parent .mdi-36px.mdi::before {
    font-size: 25px;
}

a.logIn-dropdown-item {
    position: relative;
}

.logIn-dropdown-item {
    display: flex;
    color: #8492a6;
    padding: 10px 15px;
    font-size: 13px;
}

.logIn-dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: 0.35rem 0;
    margin: 0.125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logIn-dropdown-parent {
    list-style-type: none;
}

.logIn .logIn-dropdown {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0px;
    margin: 0;
}

.logIn-dropdown-child-container {
    display: none;
}

.logIn-dropdown-parent:hover .logIn-dropdown-child-container {
    list-style-type: none;
    display: block;
    position: absolute;
    padding-right: 0px;
    background-color: #fff;
    z-index: 10;
    width: 10rem;
    right: -4rem;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
}

@media (max-width: 810px) {
    .logIn-dropdown-child-container {
        width: 6rem !important;
    }
}

.horizontalShortBorder {
    height: 40px;
    width: 1px;
    background-color: #e0e0e2;
    margin: auto 7px;
}

.cart-counter {
    background-color: #f7858d;
    color: #fff;
    display: inline;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 13px;
}

.fix-header-clear {
    height: 12rem;
}

.headerCls {
    transform: translateY(-100%);
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.m-headerCls {
    transform: translateY(-3rem);
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.headerOpn {
    transform: translateY(0);
    transition: transform 0.3s, -webkit-transform 0.3s;
}

/* header-end */

/* mobile-header */

.m-top-phone-banner {
    display: none;
}

.searchBox.m-searchBox {
    display: none;
}

.nav__btn {
    display: none;
}

@media (max-width: 810px) {
    .desktop-header {
        height: 3rem;
    }

    .yaragh-logo {
        width: 80px;
        transform: translateX(-10%);
    }

    .m-top-phone-banner {
        width: 100%;
        height: 3rem;
        background-color: #ab2181;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-size: 1rem;
        align-items: center;
        position: relative;
        z-index: 52;
    }

    form.searchBox.m-searchBox input {
        font-size: 12px;
    }

    .m-top-phone-banner a {
        text-decoration: none;
        color: #fff;
    }

    .yaragh-support {
        display: none;
    }

    .searchBox {
        display: none;
    }

    div.searchBox.m-searchBox {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        padding: 0.25rem 0.5rem 0 0.5rem;
        height: 3rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    }

    form.searchBox.m-searchBox {
        display: block;
        width: 95%;
    }

    .header-main {
        box-shadow: none;
    }

    .nav__btn {
        display: block;
    }
}

/* cart */

.cart-index {
    display: flex;
    flex-direction: row;
    margin: 2rem;
    justify-content: space-between;
}

.cart-list,
.cart-sidebar__price {
    background-color: #fff;
    border: 0.5px solid #e1e1e1;
    border-radius: 15px;
    padding: 2rem;
    min-height: 17rem;
}

.cart-sidebar {
    width: 24%;
}

.cart-sidebar__price--value {
    text-align: center;
}

span.cart-sidebar__price--value {
    display: block;
    margin: 1rem 0;
    font-size: 1.429rem;
    font-weight: 400;
    color: #277b5f;
}

.submit-your-cart-info {
    font-size: 0.786rem;
    color: #a0a0a0;
}

.cart-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-list__item--remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
}

.cart-list__item--img {
    border-radius: 15px;
    overflow: hidden;
}

.cart-list__item--product-info--title span {
    color: #504f4f;
    font-weight: 400;
}

.cart-list__item--product-info--attribute span {
    font-size: 13px;
}

.cart-list__item--color-name {
    position: relative;
    padding-left: 25px;
}

.cart-list__item--color-view {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    display: inline-block;
}

.cart-list__item--product-info--amount span.select2.select2-container {
    width: 10rem !important;
}

@media (max-width: 810px) {
    .cart-list__item--product-info--amount {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cart-list__item--price p {
    font-size: 11px;
    color: #a0a0a0;
    margin-bottom: 0;
}

.cart-list__item--price > strong {
    font-size: 23px;
    color: #6b6b6b;
}

.cartInstallation {
    border: 1px dashed #2ab88d;
    border-radius: 10px;
    padding: 0.5rem;
}

.cartInstallation {
    font-size: 1rem;
    border: 2px solid #ff83006b;
    border-radius: 6px;
    padding: 0.3rem;
    background-color: #ff8300a6;
    color: #fff;
    width: 10rem;
    margin-top: 1rem;
}
.cart-list__item--product-info--amount {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.cartInstallation label {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 2rem;
}

.cartInstallation input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.cartInstallation label::after {
    content: url(../img/wtcheckbox-blank-circle.png);
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.cartInstallation input:checked ~ label::after {
    content: url(../img/wtcheck-circle.png);
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (min-width: 811px) {
    .cart-list__item--product-info {
        width: 14rem;
    }

    .cart-list__item--price {
        width: 10rem;
        text-align: center;
    }
}

/* cart-end */
/* cart-responsive */

.cart-list__item--price.mobile {
    display: none;
}

.cart-list__item--remove.mobile {
    display: none;
}

@media (max-width: 810px) {
    .cart-index {
        flex-direction: column;
        margin: 2rem 0;
    }

    .cart-list {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .cart-sidebar {
        width: 100%;
        margin: 0.5rem 0;
        padding: 0;
    }

    .cart-list__item--product-info {
        width: 12rem;
    }

    .cart-sidebar__price {
        padding: 1rem;
    }

    .cart-list > span:nth-child(1) {
        display: block;
        padding: 1rem;
    }

    .cart-list__item--remove.desktop {
        display: none;
    }

    .cart-list__item--remove.mobile {
        display: block;
    }

    .cart-list__item--img {
        /*! order: -1; */
        margin: 0.5rem;
    }

    .cart-list__item--price > strong {
        font-size: 17px;
    }

    .cart-list__item {
        justify-content: start;
    }

    .cart-list__item--price.desktop {
        display: none;
    }

    .cart-list__item--price.mobile {
        display: block;
    }

    .cartInstallation {
        margin-top: 0.5rem;
    }
}

/* cart-responsive-end */
/* shipping */

.desktop-header.shipping {
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    z-index: 99999999999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.shipping-main {
    display: flex;
    justify-content: space-between;
}

.shipping-details {
    width: 75%;
    background-color: #fff;
}

.shipping-sidebar__price {
    background-color: #fff;
    min-height: 15rem;
    position: relative;
    top: -12rem;
    width: 90%;
    height: 40rem;
    animation-name: receiptToggleIn;
    animation-duration: 1.5s;
}

.shipping-sidebar {
    position: relative;
    width: 24%;
}

@keyframes receiptToggleIn {
    0% {
        top: -45rem;
    }

    100% {
        top: -12rem;
    }
}

.shipping-sidebar > div:first-child {
    height: 8rem;
    width: 100%;
    margin-bottom: 0;
    background-color: #f4f4f4;
    z-index: 999999;
    position: absolute;
    box-shadow: -7px 5px 8px rgba(0, 0, 0, 0.09);
}

.shipping-sidebar > div:nth-child(2) {
    position: sticky;
    top: 3rem;
    top: 12rem;
}

.zigzag {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0px -1px 17px -3px #767676;
}

.zigzag::before,
.zigzag::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

.zigzag::before {
    height: 12px;
    top: 100.5%;
    background: linear-gradient(-135deg, #e3e3e3 8px, transparent 0) 0 8px,
        linear-gradient(135deg, #e3e3e3 8px, transparent 0) 0 8px;
    background-position-x: 0px, 0px;
    background-position-y: 8px, 8px;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.zigzag::after {
    height: 12px;
    top: 100%;
    background: linear-gradient(-135deg, #fff 8px, transparent 0) 0 8px,
        linear-gradient(135deg, #fff 8px, transparent 0) 0 8px;
    background-position-x: 0px, 0px;
    background-position-y: 8px, 8px;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.shipping-sidebar__price > div:first-child {
    position: absolute;
    bottom: 23rem;
    left: 50%;
    transform: translateX(-50%);
    filter: grayscale(100%);
}

.shipping-sidebar__price > div:nth-child(2) {
    width: 96%;
    height: 23rem;
    position: absolute;
    bottom: 0;
    padding: 0 1rem;
    margin: 2rem auto 0 auto;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}

.shipping-sidebar__price > div > div:first-child {
    border-top: 2px dashed #c6bbbb;
    border-bottom: 2px dashed #c6bbbb;
    padding: 1rem 0;
    height: 18rem;
    margin-bottom: 1rem;
}

.addToCart-button {
    width: 100%;
    position: relative;
    background-color: #57d8ac;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit;
    cursor: pointer;
}

.shipping-sidebar__price > div strong {
    font-size: 1.1rem;
}

.shipping-sidebar__price > div table {
    margin-top: 0.5rem;
}

.shipping-sidebar__price > div table td {
    padding: 0.5rem 0;
    text-align: right;
}

.shipping-sidebar__price > div table tr td:nth-child(2) {
    padding-left: 0.7rem;
    text-align: left;
}

.shipping-sidebar__price > div table tr td:first-child {
    width: 50%;
    color: #96a1a6;
    padding-right: 0.7rem;
}

.shipping-details {
    width: 75%;
    padding: 5rem 1rem;
}

.shipping-main input {
    opacity: 0;
    z-index: -1;
    display: none;
}

/* .shipping-main  label {
    position: relative;
} */

.shipping-main .form-check {
    padding: 0 1.5rem;
    margin: 1rem 2rem;
}

.shipping-main .form-check label::after {
    content: url(../img/checkbox-blank-circle-outline.png);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.shipping-main .form-check input:checked ~ label::after {
    content: url(../img/check-circle.png);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.shipping-main .form-check .form-check-img {
    display: inline-block;
}

.shipping-detailes__adresses--selected::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: auto;
    background-size: auto;
    background-size: 96px 3px;
}

.shipping-detailes__adresses--selected::before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: 25px;
    position: absolute;
    background-color: #2ab88d;
    content: "";
}

.shipping-detailes__adresses--selected-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #2ab88d;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2ab88d;
}

.shipping-details--cards {
    padding: 0.5rem 1rem 1rem 1rem;
    border: 1px solid #e1e1e1;
    margin: 1rem;
    border-radius: 15px;
}

.shipping-main .form-check-label-first-span {
    font-size: 0.95rem;
}

.shipping-main .form-check-label-second-span {
    color: #757070;
}

.shipping-details > strong {
    padding: 1rem 2.7rem 1rem 1rem;
}

.shipping-details--cards > strong {
    padding-right: 1rem !important;
}

.shipping-details > strong,
.shipping-details--cards > strong {
    display: block;
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem 0;
    color: #69727b;
}

.shipping-details__method {
    width: 50%;
}

.shipping-details--cards.shipping-delivery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.shipping-details--cards.shipping-delivery strong {
    width: 100%;
    flex-shrink: 0;
}

.delivery-timing {
    border-radius: 15px;
    margin: 1rem;
    width: 30rem;
    height: 90%;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    height: 100%;
}

.delivery-timing table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.delivery-timing table thead {
    text-align: center;
    background-color: #4a9f86;
    color: #fff;
}

.delivery-timing table tr td {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.delivery-timing table tr:nth-child(2n) {
    background-color: #ececec;
}

.holiday {
    text-align: center;
    color: #fff;
}

.delivery-timing .holiday label {
    background-color: #f18181;
    margin: 0;
    cursor: unset;
}

#deliveryCalender small {
    font-size: 1.1rem;
}

.delivery-timing label {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem;
    cursor: pointer;
}

.delivery-timing input:checked ~ label {
    background-color: #109b71c9;
    color: #fff;
}

.delivery-timing label:hover {
    background-color: #2ab88d63;
}

@media (max-width: 810px) {
    .shipping-details__method {
        width: auto;
    }

    #deliveryCalender {
        width: 100%;
    }

    .delivery-timing {
        width: 100%;
    }

    #deliveryCalender small {
        display: none;
    }
}

.shipping-detailes__adresses--head {
    display: flex;
    justify-content: space-between;
}

.shipping-detailes__adresses--head a {
    color: #666 !important;
    background-color: #edf0f5;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 0.5rem;
    cursor: pointer;
    position: relative;
    top: 5rem;
}

.shipping-detailes__adresses--selected {
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.shipping-detailes__adresses--title {
    font-size: 1.8rem;
    color: #6d6d6d;
}

.checkout-contact-content.hidden {
    display: none;
}

.checkout-address {
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1;
}

.checkout-address.show {
    display: block;
}

.shipping-detailes__adresses--items {
    padding: 1rem;
}

.shipping-detailes__adresses--items-cls {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    border: none;
}

.shipping-detailes__adresses--items strong {
    margin: 1rem;
}

.shipping-detailes__adresses--items-new {
    padding: 1rem;
}

.shipping-detailes__adresses--items-head {
    display: flex;
    justify-content: space-between;
}

.shipping-detailes__adresses--items-new input {
    border: 4px dashed #b8b8b8;
    border-radius: 15px;
    background: #fff;
    letter-spacing: -0.3px;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    font-size: 1rem;
    line-height: 2;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
}

.shipping-detailes__adresses--list-item {
    margin: 1rem;
    padding: 1rem;
    border-radius: 15px;
    border: 0.5px solid #e1e1e1;
}

.shipping-detailes__adresses--list-item div {
    margin: 1rem;
}

.shipping-detailes__adresses--list-head {
    display: flex;
    justify-content: space-between;
}

.shipping-detailes__adresses--list-head input {
    color: #666 !important;
    background-color: #edf0f5;
    border-radius: 15px;
    padding: 0.5rem;
    margin: 0.5rem;
    cursor: pointer;
    border: none;
    width: 6rem;
}

.shipping-detailes__adresses--list {
    display: flex;
    flex-wrap: wrap;
}
/* modal */

.modal {
    z-index: 1000001;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 25px;
}

.modal-header {
    border: 0;
    position: relative;
}

.form-ui form {
    padding: 20px;
    margin: 0 auto;
}

.form-ui .form-row-title:first-child {
    margin-top: 0;
}

.form-ui .form-row-title h4 {
    font-size: 13px;
}

.input-ui {
    border-radius: 5px;
    border: 0.5px solid #e1e1e1;
    min-height: 2rem;
    min-width: 10rem;
}

textarea.input-ui {
    resize: both;
    min-width: 21rem;
    min-height: 6rem;
    text-align: right;
}

.btnForModalAdress button {
    width: 8rem;
    height: 2rem;
}

/* modal-end */

/* shipping-end */

/* shipping-responsive */

@media (max-width: 810px) {
    .shipping-main {
        flex-direction: column;
    }

    .shipping-detailes__adresses--head a {
        position: static;
    }

    .shipping-details {
        width: 100% !important;
        padding: 5rem 1rem 1rem 1rem;
    }

    .shipping-details--cards {
        margin: 1rem 0.25rem;
    }

    .shipping-sidebar > div:first-child {
        display: none;
    }

    .shipping-sidebar {
        width: 100%;
    }

    .shipping-sidebar > div:nth-child(2) {
        position: static;
    }

    .shipping-sidebar__price.zigzag {
        position: static;
        border-radius: 15px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
        height: auto;
        width: auto;
    }

    .zigzag::after {
        display: none;
    }

    .zigzag::before {
        display: none;
    }

    .shipping-sidebar__price > div:nth-child(2) {
        position: static;
        transform: translate(0);
    }

    .shipping-sidebar__price > div:nth-child(2) > div:first-child {
        border: none;
    }

    .shipping-sidebar__price > div:first-child {
        display: none;
    }

    .shipping-detailes__adresses--list-item {
        margin: 1rem 0;
        width: 100%;
    }

    textarea.input-ui {
        min-width: 18rem !important;
    }

    .input-ui {
        width: 18rem;
    }

    .form-control {
        width: 18rem;
    }

    .form-row {
        margin-right: 0;
        margin-left: 0;
    }
}

/* shipping-responsive-end */

/* profile */

.profile-main {
    width: 1336px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.profile-main .alert {
    width: 100%;
    display: block;
}

.profile-sidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin: 0.5rem;
}

.profile-sidebar__user-info,
.profile-sidebar__nav {
    background-color: #fff;
    border: 0.5px solid #e1e1e1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin: 0.5rem 0;
}

.profile-sidebar__user-info--haed {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.profile-sidebar__user-info--haed > div:nth-child(2) {
    margin-right: 1rem;
}

.profile-sidebar__user-info--haed small {
    color: #8e8e8e;
    font-size: 0.9rem;
}

.profile-sidebar__user-info--haed > div:nth-child(2) > div:nth-child(1) {
    font-size: 1.1rem;
}

.profile-sidebar__user-info--options {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.profile-sidebar__user-info--options a:hover,
.profile-sidebar__nav--options a:hover {
    background-color: rgba(42, 184, 141, 0.3);
}

.profile-sidebar__user-info--options a,
.profile-sidebar__nav--options a {
    display: block;
    color: #212529;
    padding: 0.5rem;
    border-radius: 10px;
}

.profile-sidebar__user-info--options div {
    text-align: center;
}

.profile-sidebar__nav--options {
    display: flex;
    flex-direction: column;
}

.profile-sidebar__nav > span {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.profile-sidebar__nav--options div {
    display: flex;
    margin: 0.1rem 0;
    align-items: center;
}

.profile-sidebar__nav--options div div {
    margin-left: 1rem;
}

.profile-content {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.profile-content__user-info,
.profile-content__user-last-seen {
    width: 45%;
    background-color: #fff;
    border: 0.5px solid #e1e1e1;
    border-radius: 15px;
    margin: 1rem;
    padding: 1rem 1rem 4rem 1rem;
    position: relative;
}

.profile-content__user-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}

.profile-content__user-info div {
    padding: 0.5rem 0;
    width: 50%;
}

.profile-content__user-info div a {
    display: block;
}

.profile-content__user-info div small {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
    color: #b9b9b9;
}

.profile-content__user-info div span {
    font-size: 1.3rem;
    font-weight: 400;
    color: #4a5f73;
}

.profile-content__user-info div:last-child {
    width: 100%;
    text-align: center;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0.5px solid #c6c6c6;
}

.profile-content__user-info div:last-child:hover {
    background-color: rgba(42, 184, 141, 0.3);
}

/* .profile-content__user-last-seen div:nth-child(1){
    font-size: 2.6rem;
    margin: auto;
    color: #5e5d5d;
    font-weight: 400;
} */

.profile-content__user-last-seen div {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.profile-content__user-last-seen strong {
    font-size: 1.8rem;
    color: #5e5d5d;
}

.profile-content__user-last-seen div span {
    font-size: 1.5rem;
    margin: auto;
    color: #5e5d5d;
    font-weight: 400;
    display: block;
}

.profile-content__cart-history {
    width: 100%;
    margin: 1rem;
    background-color: #fff;
    border: 0.5px solid #e1e1e1;
    border-radius: 15px;
    height: min-content;
    overflow: hidden;
}

.profile-content__cart-history > table {
    width: 100%;
    text-align: center;
}

.profile-content__cart-history > table thead {
    background-color: #4b9981;
    color: #fff;
}

.profile-content__cart-history.profile-content__cart-history--hover
    > table
    tbody
    tr
    td:last-child:hover {
    background-color: rgba(42, 184, 141, 0.3);
}

.profile-content__cart-history > table tbody tr:not(:first-child) {
    border-top: 0.5px solid #e5e5e5;
}

.profile-content__cart-history > table thead tr th,
.profile-content__cart-history > table tbody tr td {
    padding: 0.5rem;
}

.profile-content__cart-history > table tbody tr td:nth-child(4) {
    width: 12rem;
}

.link-to-orders {
    border-top: 0.5px solid #c6c6c6;
}

.link-to-orders a {
    display: block;
}

.profile-content__cart-history--payment-status {
    padding: 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    margin: 0.5rem 0;
    color: #fff;
    background-color: #66a5e0;
    text-align: center;
}

.profile-content__cart-history--container.order-index {
    width: 100%;
}

.profile-content__cart-history--container.order-index > strong {
    font-size: 1.4rem;
    margin: 1.5rem 1rem 0.5rem 1rem;
    color: #414a51;
}

.profile-content.order-single {
    flex-direction: column;
}

.profile-content.order-single .profile-content__title {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    background-color: #fff;
    border: 0.5px solid #e3e3e3;
    border-radius: 15px;
    margin: 0.5rem;
}

.profile-content__title--order-code,
.profile-content__title--order-status {
    display: flex;
    text-align: center;
    align-items: center;
}

.profile-content__title--order-code {
    flex-direction: column;
}

.profile-content__title--order-code strong,
.profile-content__title--order-status strong {
    color: #5e5d5d;
    font-size: 1.2rem;
}

.profile-content__title--order-code small {
    font-size: 0.7rem;
    color: #8e8e8e;
}

.profile-content__title--order-status span {
    font-size: 1rem;
    color: #8e8e8e;
}

.profile-content__order-details {
    display: flex;
    padding: 1rem;
    background-color: #fff;
    border: 0.5px solid #e3e3e3;
    border-radius: 15px;
    margin: 0.5rem;
}

.profile-content__order-details table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
}

.profile-content__order-details table td {
    padding: 1rem;
    border: 0.5px solid #e3e3e3;
    width: 50%;
}

.profile-content__order-details table tr:first-child td {
    border-top: none;
}

.profile-content__order-details table tr:last-child td {
    border-bottom: none;
}

.profile-content__order-details table tr td:first-child {
    border-right: none;
}

.profile-content__order-details table tr td:last-child {
    border-left: none;
}

.profile-content__order-details table tr td div span:first-child {
    font-size: 1rem;
}

.profile-content__order-details table tr td div span:nth-child(2) {
    font-size: 0.85rem;
    color: #8e8e8e;
}

.profile-content__ordered-product > strong {
    font-size: 1.3rem;
    color: #555252;
}

.profile-content__ordered-product {
    margin: 1rem;
    margin: 0.5rem;
}

.profile-content__ordered-product--table.profile-content__cart-history {
    margin: 1rem 0 0 0;
}

.profile-content__ordered-product--table.img {
    width: 4rem;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    border: 0.5px solid #e3e3e3;
}

.profile-content__ordered-product--table.img img {
    max-width: 100%;
}

.profile-main.profile-edit .prodile-content {
    width: 78%;
    padding: 1rem;
}

.profile-main.profile-edit .prodile-content > strong {
    font-size: 1.4rem;
}

.profile-content__info-edit {
    width: 80%;
    margin: auto;
    border-radius: 15px;
    border: 0.5px solid #e3e3e3;
    background-color: #fff;
    padding: 3rem;
}

.profile-content__info-edit form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.profile-content__info-edit
    form
    > .registration__information
    .registration__information--input {
    position: relative;
    width: 100%;
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
}

.profile-content__info-edit
    form
    > .registration__information
    .registration__information--title {
    width: 100%;
}

.profile-content__info-edit form > .registration__information {
    width: 40%;
}

.registration__information--input.phone-num {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
    padding: 0 0.5rem;
    min-height: 2rem;
    min-width: 13rem;
    overflow: hidden;
}

.registration__information.profile-edit-num
    .registration__information--input
    > input {
    color: #9f9c9c;
    border: none;
    width: 60%;
    padding: 0;
    margin: 0;
}

.registration__information--edit-num-btn a {
    font-size: 0.7rem;
}

.registration__information--edit-num-btn a input {
    width: 100%;
    height: 100%;
}

.registration__information--edit-num-btn {
    display: inline-block;
    width: 40%;
    height: 80%;
}

.registration__information--news {
    margin-top: 1rem;
}

.profile-content__pass-change {
    width: 100%;
    background-color: #e3e3e3;
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem 0;
}

.profile-content__pass-change input {
    direction: ltr;
}

.addToCart-button.profile-edit {
    width: 11rem;
}

.profile-edit-cancel-btn {
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #e84f4f;
    color: #fff;
}

.registration__information--edit-num-btn input:hover {
    background-color: #2f9bdd;
    color: #fff !important;
}

.profile-content.profile-adresses {
    flex-direction: column;
    justify-content: start;
}

.profile-content.profile-adresses > strong {
    font-size: 1.3rem;
    margin: 0.5rem 0.5rem 0 0.5rem;
}

.profile-content__adresses-cart {
    height: 15rem;
    border-radius: 0 0 25px 25px;
    background-color: #fff;
    width: 45%;
    position: relative;
    margin: 1rem;
    padding: 1rem;
}

.profile-content__adresses-cart::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: auto;
    background-size: 96px 3px;
}

.profile-content__adresses {
    display: flex;
    flex-wrap: wrap;
}

.profile-content__adresses-cart strong {
    font-size: 1.2rem;
    color: #5e5d5d;
}

.profile-content__adresses-cart:last-child {
    padding-top: 2rem;
}

.profile-content__adresses-cart:last-child > button {
    width: 100%;
    height: 100%;
    border: 2px dashed #8c8888;
    background-color: #fff;
    border-radius: 15px;
}

.profile-content__adresses-cart--adress {
    padding: 0.5rem;
    border-right: 2px solid #2ab88d;
    border-radius: 5px;
    margin: 0.5rem;
    max-width: 100%;
}

.profile-content__adresses-cart--details div {
    padding: 0.5rem;
}

.profile-content__adresses-cart--details div span:first-child {
    font-size: 1rem;
}

.profile-content__adresses-cart--details div span:last-child {
    font-size: 14px;
    color: #979595;
}

.profile-content__adresses-cart--head {
    display: flex;
    justify-content: space-between;
}

.profile-content__adresses-cart--head-btn button {
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background-color: #edf0f5;
    color: #666 !important;
    margin: 0 0.5rem;
}

/* profile-end */

/* profile-responsive */

.mobile-profile-content__cart-history {
    display: none;
}

@media (max-width: 810px) {
    .profile-main {
        flex-direction: column;
        width: 100%;
    }

    .profile-sidebar,
    .profile-content {
        width: 96%;
        flex-direction: column;
        margin: 0.5rem auto;
    }

    .profile-content__user-info {
        width: 100%;
        margin: 0;
    }

    .profile-content__user-last-seen {
        display: none;
    }

    .profile-content__cart-history {
        display: none;
    }

    .mobile-profile-content__cart-history {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 15px;
        border: 0.5px solid #e3e3e3;
        width: 100%;
        overflow: hidden;
        margin-top: 0.5rem;
    }

    .m-cart-history__head {
        height: 2rem;
        font-size: 1.2rem;
        background-color: #4b9981;
        color: #fff;
        width: 100%;
        border-bottom: 0.5px solid #e1e1e1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .m-cart-history__each {
        padding: 1rem;
    }

    .m-cart-history__each:nth-child(2n + 1) {
        background-color: #f9f5f5;
    }

    .m-cart-history__each:not(:last-child) {
        border-bottom: 0.5px solid #e3e3e3;
    }

    .m-cart-history__each table {
        border-collapse: collapse;
        width: 96%;
        margin: 0 auto;
    }

    .m-cart-history__each table small {
        display: block;
        color: #a1a3a8;
        line-height: 2rem;
    }

    .m-cart-history__each table td {
        padding: 0.5rem;
        border: 0.5px solid #e3e3e3;
        text-align: center;
        width: 30%;
    }

    .m-cart-history__each table tr {
        vertical-align: top;
    }

    .m-cart-history__each table tr:nth-child(2) td {
        width: 30%;
    }

    .m-cart-history__each table tr:first-child td {
        border-top: none;
    }

    .m-cart-history__each table tr:last-child td {
        border-bottom: none;
    }

    .m-cart-history__each table tr td:first-child {
        border-right: none;
    }

    .m-cart-history__each table tr td:last-child {
        border-left: none;
    }

    .profile-content__cart-history--payment-status {
        padding: 2px 4px;
        display: block;
    }

    .profile-content__cart-history--payment-status.more-status {
        background-color: #38581d !important;
    }

    .profile-content__adresses-cart {
        width: 100%;
    }

    .profile-content__cart-history--container.order-index > strong {
        display: none;
    }

    .profile-content__title--order-status {
        flex-direction: column;
    }

    .profile-content__info-edit {
        width: 100%;
    }

    .profile-main.profile-edit .prodile-content {
        width: 96%;
        margin: auto;
        padding: 0;
    }

    .profile-content__info-edit form {
        flex-direction: column;
    }

    .profile-content__info-edit form > .registration__information {
        width: 100%;
    }

    .profile-content__pass-change {
        padding: 1rem 0;
    }
}

/* profile-responsive-end */
/* faq */

.faq {
    width: 94%;
    background-color: #fff;
    margin: 3rem auto;
    border-radius: 20px;
    padding: 1rem;
}

.faq > strong {
    color: #19b68a;
    font-size: 2rem;
}

.faq__section {
    margin: 1rem;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid #ab2181;
}

.faq__section strong {
    color: #19b68a;
    font-size: 1.5rem;
}

.faq__section > div {
    margin-top: 0.5rem;
}

.faq__section > div span {
    font-size: 1.1rem;
}

.faq__section > div p {
    font-size: 0.9rem;
    color: #474e55;
}

.faq__section > div > div {
    display: flex;
    padding: 1rem;
}

.faq__section > div > div p {
    padding-right: 0.5rem;
}

.faq__section--table {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.faq__section--table table {
    width: 25rem;
    font-size: 1rem;
    text-align: center;
    border: 0.5px solid #e3e3e3;
    border-radius: 15px;
    border-collapse: collapse;
    overflow: hidden;
}

.faq__section--table table th {
    width: 50%;
}

.faq__section--table table td {
    border: 0.5px solid #e3e3e3;
    padding: 0.5rem;
}

.faq__index {
    margin: 1rem;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid #ab2181;
}

.faq__index div {
    display: flex;
    flex-wrap: wrap;
}

.faq__index strong {
    display: block;
    color: #19b68a;
    font-size: 1.5rem;
}

.faq__index a {
    color: #212529;
    font-size: 1rem;
    display: block;
    width: 40%;
    margin: 0.5rem;
}

.faq__index a:hover {
    color: #ab2181;
}

@media (max-width: 810px) {
    .faq__index div {
        flex-direction: column;
    }
    .faq__index a {
        width: auto;
        margin: 0.5rem;
    }
}

/* faq-end */
.mobile-spec-menu {
    display: none;
}
.mobile-spec-menu-close {
    width: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}
.mobile-spec-menu:target {
    display: block;
    position: absolute;
    padding-right: 0;
    background-color: #fff;
    z-index: 10000000000000;
    width: 13rem;
    height: min-content;
    right: 15px;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
}
