@charset "UTF-8";

.section-top-margin {
    margin-top: 10rem !important;
}

.section-bottom-margin {
    margin-bottom: 10rem !important;
}

.section-top-padding {
    padding-top: 10rem !important;
}

.section-bottom-padding {
    padding-bottom: 10rem !important;
}

.section-all {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    margin-bottom: 10rem !important;
}

.bg-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
}

    .bg-loader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, #ffffff33, rgba(0, 0, 0, 0.1) 60%);
        z-index: 1;
    }

    .bg-loader.hide {
        visibility: hidden;
        opacity: 0;
    }

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #1879ca;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

    .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px dotted #1879ca;
        border-style: solid solid dotted;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        animation: rotationBack 1s linear infinite;
        transform-origin: center center;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.image-hover-wrap .image-hover {
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #9999995e;
}

    .image-hover-wrap .image-hover img {
        width: 100%;
        overflow: hidden;
        height: 250px;
        object-fit: cover;
        object-position: top;
        transition: ease-in-out 2s;
        border-radius: 5px 5px 0px 0px;
    }

        .image-hover-wrap .image-hover img:hover {
            object-position: bottom;
        }

    .image-hover-wrap .image-hover .image-hover-name {
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
        background: linear-gradient( 269.34deg, #2180d0 -0.22%, #53abf6 49.89%, #1879ca 100% );
        line-height: 50px;
        border-radius: 0 0 5px 5px;
        margin-bottom: 0;
        color: #fff;
    }

.owl-carousel .owl-item img {
    height: auto;
}

.owl-loaded .owl-stage:after {
    content: "";
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden;
}

    .owl-carousel:not(.owl-loaded)[class*="cols-"]:not(.gutter-no) {
        margin-right: -10px !important;
        margin-left: -10px !important;
        width: auto;
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1.5rem;
    direction: rtl;
}

.owl-theme.owl-shadow-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 4rem;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    margin: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: #2266cc;
}

    .owl-theme .owl-nav .owl-next i:before,
    .owl-theme .owl-nav .owl-prev i:before {
        margin: 0;
    }

    .owl-theme .owl-nav .owl-next.disabled,
    .owl-theme .owl-nav .owl-prev.disabled {
        color: #ccc;
    }

.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.owl-theme .owl-nav .owl-next {
    right: -40px;
}

.noUi-target {
    background: #eee;
    margin: 5px 5px 3rem 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}

.noUi-connects {
    padding: 11.5px 0;
    top: -10px;
}

.noUi-connect {
    background: #1879ca;
    margin-top: 11px;
    height: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}

.noUi-horizontal .noUi-handle {
    top: -0.5rem;
    width: 1.7rem;
    height: 1.7rem;
    background: #1879ca;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}

.scrollable,
.load-more-overlay.loading:after,
.accordion {
    overflow: hidden;
}

.count-to {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: #1879ca;
}

.count-title {
    color: #363636;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.7rem;
    font-size: 2rem;
}

.counter-descri {
    line-height: 1.86em;
    margin-bottom: 0;
}

.symbol-dollar:after {
    display: none;
}

.symbol-dollar:before {
    content: "تومان";
    float: left;
    margin-right: 10px;
}

.symbol-percent:after {
    content: "%";
}

.count-queue {
    display: flex;
    justify-content: center;
    align-items: center;
}

.queue-score .count-to:after {
    content: "";
}

.queue-score .count-to:not(:last-child):after {
    display: inline-block;
    content: ": ";
    width: 32px;
}

.queue-days .count-to:after {
    content: "";
}

.queue-days .count-to:not(:last-child):after {
    display: inline-block;
    content: "/";
    font-weight: 400;
    width: 25px;
}

.symbol-no:after {
    display: none;
}

.numberInput {
    height: 15px !important;
    padding-left: 10px !important;
    text-indent: 5px !important;
}

input[type="radio"] ~ label:after,
input[type="radio"] ~ label:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

input[type="radio"] ~ label:before {
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

input[type="radio"] ~ label:after {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.5rem;
    background: #666;
    opacity: 0;
}

input[type="radio"]:checked ~ label:after {
    opacity: 1;
}

.instagram {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.instagram-section2 .instagram {
    border-radius: 0 !important;
}

.instagram a {
    display: block;
    position: relative;
    height: 100%;
}

    .instagram a:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1;
    }

    .instagram a:after {
        content: "\f16d";
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg) scale(2);
        font-size: 3rem;
        font-family: "Font Awesome 6 Brands";
        color: #fff;
        opacity: 0;
        transition: opacity 0.3s, transform 0.3s;
        z-index: 1;
    }

.instagram img {
    display: block;
    transition: transform 0.3s;
    width: 100%;
    height: auto;
}

.instagram:hover a:before {
    opacity: 0.5;
}

.instagram:hover a:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.instagram:hover img {
    transform: scale(1.15);
}

.instagram-info .instagram-content {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    font-size: 1.4rem;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s;
}

    .instagram-info .instagram-content i {
        vertical-align: middle;
        font-size: 1.6rem;
    }

    .instagram-info .instagram-content .d-icon-comments:before {
        font-size: 1em;
    }

    .instagram-info .instagram-content a {
    }

        .instagram-info .instagram-content a:not(:last-child) {
            margin-left: 2rem;
        }

        .instagram-info .instagram-content a:before {
            content: none;
        }

.member {
    text-align: center;
    margin-bottom: 2rem;
}

    .member img {
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .member figure {
        margin-bottom: 1.5rem;
    }

.member-job,
.member-name {
    margin-bottom: 1rem;
    font-size: 1.6rem !important;
}

.member-job {
    font-weight: 400;
    color: inherit;
    text-transform: none;
}

.product-classic .btn-quickview {
    opacity: 1;
}

    .product-classic .btn-quickview i:before {
        content: "";
    }

.product-classic .btn-wishlist {
    margin: 0 1rem 0 1rem;
}

.product-classic .btn-quickview,
.product-classic .btn-wishlist {
    transform: translateX(200%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
}

.product-classic .btn-quickview {
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s;
}

.product-classic:hover .btn-quickview,
.product-classic:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-classic .product-details {
    padding-right: 0;
}

.product-classic .ratings-container {
    margin-bottom: 1.5rem;
}

.product-slideup-content {
    overflow: hidden;
}

    .product-slideup-content .product-hide-details {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        transition: transform 0.3s;
        background-color: #fff;
    }

    .product-slideup-content .product-details {
        padding-bottom: 1px;
        background-color: #fff;
        transition: transform 0.3s;
    }

    .product-slideup-content .btn-quickview,
    .product-slideup-content .btn-wishlist {
        opacity: 0;
        visibility: hidden;
        transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s;
    }

    .product-slideup-content .btn-quickview {
        transform: translateX(-200%);
    }

    .product-slideup-content .btn-wishlist {
        transform: translateX(200%);
    }

.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

    .social-links.rounded-link,
    .social-links.square-link {
        display: flex;
        justify-content: center;
    }

        .social-links.rounded-link .social-link,
        .social-links.square-link .social-link {
            margin: 5px 15px;
            border: none;
            font-size: 24px;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

            .social-links.rounded-link .social-link:not(:hover),
            .social-links.square-link .social-link:not(:hover) {
                color: #fff;
                background-color: #e1e1e1;
            }

        .social-links.rounded-link .social-link {
            border-radius: 10px;
        }

.social-link-active {
    display: flex;
    justify-content: center;
}

    .social-link-active .social-link {
        border: none;
        margin: 1rem;
        font-size: 26px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        color: #fff;
    }

    .social-link-active .social-facebook {
        background: #3b5998;
        border-color: #3b5998;
    }

    .social-link-active .social-twitter {
        background: #1da1f2;
        border-color: #1da1f2;
    }

    .social-link-active .social-linkedin {
        background: #0073b2;
        border-color: #0073b2;
    }

    .social-link-active .social-email {
        background: #dd4b39;
        border-color: #dd4b39;
    }

    .social-link-active .social-google {
        background: #dd4b39;
        border-color: #dd4b39;
    }

    .social-link-active .social-pinterest {
        background: #bd081c;
        border-color: #bd081c;
    }

    .social-link-active .social-reddit {
        background: #ff4107;
        border-color: #ff4107;
    }

    .social-link-active .social-tumblr {
        background: #304e6c;
        border-color: #304e6c;
    }

    .social-link-active .social-vk {
        background: #6383a8;
        border-color: #6383a8;
    }

    .social-link-active .social-youtube {
        background: #ce5a67;
        border-color: #ce5a67;
    }

    .social-link-active .social-whatsapp {
        background: #3c8a38;
        border-color: #3c8a38;
    }

    .social-link-active .social-xing {
        background: #1a7576;
        border-color: #1a7576;
    }

    .social-link-active .social-instagram {
        background: #7c4a3a;
        border-color: #7c4a3a;
    }

.social-default .social-link:not(:hover) {
    color: #999;
}

.filter-items .active > a:before {
    content: "";
    color: #fff;
    background-color: #1879ca;
    border-color: #1879ca;
}

.store {
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 2rem;
}

    .store a.social-link {
        border-color: #1879ca;
    }

    .store a {
        color: #fff;
    }

    .store h4 {
        margin-bottom: 0;
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 1px 1px #ffb700;
    }

    .store figure {
        position: relative;
    }

    .store img {
        width: 100%;
        display: block;
    }

.tab-content {
    background-color: transparent;
}

.nav-item:not(:last-child) {
    margin-left: 2.5rem;
}

.nav-fill .nav-item {
    flex: 1;
}

.tab-vertical.tab-simple .nav-item .nav-link.active,
.tab-vertical.tab-simple .nav-item.show .nav-link,
.tab-vertical.tab-simple .nav-item:hover .nav-link {
    color: #ce5a67;
}

    .tab-vertical.tab-simple .nav-item .nav-link.active:after,
    .tab-vertical.tab-simple .nav-item.show .nav-link:after,
    .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
        background-color: #ce5a67;
        transform: translateY(-50%) scale(1);
    }

@media (max-width: 767px) {
    .tab-vertical.tab-simple .nav-item .nav-link.active:after,
    .tab-vertical.tab-simple .nav-item.show .nav-link:after,
    .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
        transform: scale(1);
    }
}

.tab-inverse .nav-item .nav-link.active,
.tab-inverse .nav-item.show .nav-link,
.tab-inverse .nav-item:hover .nav-link {
    background-color: #fff;
    border-color: #fff;
}

.tab-inverse.tab-simple .nav-item .nav-link.active,
.tab-inverse.tab-simple .nav-item.show .nav-link,
.tab-inverse.tab-simple .nav-item:hover .nav-link {
    border-top-color: #ce5a67;
}

.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
    background-color: #ce5a67;
    border-color: #ce5a67;
}

.tooltip {
    position: absolute;
    display: block;
    padding: 1rem;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 240px;
    transition: opacity 0.3s;
    box-shadow: 0 5px 14px 0 rgba(155, 155, 155, 0.1);
    z-index: 11;
}

    .tooltip .tooltip-name {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 3.6rem;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .tooltip .tooltip-price {
        font-size: 1.6rem;
        font-weight: 400;
        color: #363636;
        margin-bottom: 0.8rem;
    }

    .tooltip .btn {
        padding: 0.7em 3.78em;
        border-radius: 10px;
    }

@media (max-width: 767px) {
    .tooltip {
        display: none;
    }
}

.header .container,
.header .container-fluid,
.header .inner-wrap {
    display: flex;
    align-items: center;
}

.header .inner-wrap {
    width: 100%;
}

.has-center .header-left,
.has-center .header-right {
    flex: 1;
}

.has-center .header-left {
    justify-content: flex-end;
}

.has-center .header-center {
    margin-right: 2rem;
    margin-left: 2rem;
}

.header-right {
    flex: 1;
}

.header-center,
.header-left,
.header-right {
    display: flex;
    align-items: center;
}

.header-left {
    margin-right: auto;
}

.header-middle {
    position: relative;
    padding-top: 2.8rem;
    padding-bottom: 2.7rem;
    background: linear-gradient(0deg, #f5f5f5 0, rgb(24 121 202 / 6%) 100%);
    box-shadow: 0 10px 10px -10px #5353531a;
    -webkit-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
    z-index: 999;
    display: flex;
}

    .header-middle .login-link {
        display: flex;
        align-items: center;
        margin-left: 2rem;
        padding-bottom: 0.2rem;
    }

        .header-middle .login-link span {
            cursor: pointer;
        }

    .header-middle i {
        font-size: 2.3rem;
        cursor: pointer;
    }

    .header-middle .header-left a {
        margin-left: 2rem;
    }

    .header-middle .login-link:hover {
        color: #ffb700;
    }

    .header-middle .logo {
        margin-left: 0;
        margin-bottom: 0.1rem;
    }

    .header-middle .compare {
        margin-left: 3.5rem;
    }

        .header-middle .compare i {
            font-size: 3.2rem;
            margin-bottom: 0.1rem;
        }

    .header-middle .main-nav {
        margin-left: 1.5rem;
    }

    .header-middle .header-left .cart-dropdown > a:after {
        content: none;
    }

    .header-middle .icon-box {
        margin-left: 1.8rem;
        padding-bottom: 0.1rem;
        transition: none;
    }

        .header-middle .icon-box:hover .icon-box-icon,
        .header-middle .icon-box:hover .icon-box-title,
        .header-middle .icon-box:hover p {
            color: inherit;
        }

    .header-middle .icon-box-icon,
    .header-middle .icon-box-title,
    .header-middle p {
        transition: color 0.3s;
    }

    .header-middle .icon-box-icon {
        margin-bottom: 0;
        padding: 0;
        font-size: 3rem;
    }

    .header-middle .icon-box-title {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1;
    }

    .header-middle p {
        font-size: 1.4rem;
        font-weight: 700;
        color: #363636;
        line-height: 1;
    }

.logo {
    max-width: 200px;
}

    .logo img {
        display: block;
    }

@keyframes fixedTop {
    0% {
        margin-top: -60px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0;
    }

    to {
        transform: translateY(0);
    }
}

.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
    z-index: 1100;
    animation: fixedTop 0.4s;
    transition: color 350ms ease, background-color 350ms ease;
    box-shadow: rgba(24, 121, 202, 0.17) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgba(24, 121, 202, 0.06) 100% );
}

    .sticky-header.fixed .menu li a:hover {
        color: #ffa517;
    }

    .sticky-header.fixed .megamenu {
        animation: fixedTop 0.4s;
        transition: color 350ms ease, background-color 350ms ease;
        background: #ffffff33;
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
    }

        .sticky-header.fixed .megamenu a {
            color: #333;
        }

            .sticky-header.fixed .megamenu a:hover {
                color: #ffa517;
            }

    .sticky-header.fixed .menu li > ul {
        border-radius: 10px;
        border: 1px solid #ffff1933;
        background: #fff;
    }

        .sticky-header.fixed .menu li > ul a:hover {
            color: #ffa517;
        }

    .sticky-header.fixed .menu .menu-title {
        color: #0b80d2;
        font-size: 16px;
    }

    .sticky-header.fixed i {
        font-size: 20px;
        color: #222222;
    }

    .sticky-header.fixed span {
        color: #222222;
    }

.mobile-menu-toggle {
    display: none;
    margin-left: 0;
    font-size: 2.5rem;
}

.coming-soon {
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.page-title {
    margin-bottom: 1.5rem !important;
    font-size: 2.5rem !important;
    color: #333 !important;
}

.page-desc {
    font-weight: 400 !important;
    line-height: 1.6 !important;
    font-size: 16px;
}

.about-us .counter {
    padding: 4.5rem 1rem 4.2rem;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.05);
}

    .about-us .counter p {
        line-height: 1.72;
    }

.about-us .store-section img.bg-img {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 450px;
}

.about-us .store-section .banner-radius {
    border-radius: 10px;
}

.about-us .customer-section,
.about-us .store-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.customer-section .section-subtitle,
.store-section .section-subtitle {
    margin-bottom: 0.7rem;
}

.about-main ul li:nth-child(even) {
    border: none !important;
}

.about-main ul li i {
    color: #1879ca;
    margin-left: 15px;
    margin-bottom: 15px;
}

.store-section .section-desc {
    margin-bottom: 2rem;
    line-height: 1.75;
}

.customer-section .btn,
.store-section .btn {
    margin-bottom: 0.7rem;
}

    .customer-section .btn i,
    .store-section .btn i {
        font-size: 2.1rem;
        padding-top: 6px;
        color: #f4bf96;
    }

.brand-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14.2rem;
    object-fit: contain;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
}

.brand-2 .owl-item {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 15px;
}

    .brand-2 .owl-item img {
        border: 2px solid #ddd;
        border-radius: 5px;
    }

@media (min-width: 768px) {
    .about-us .store-section .row > div:first-child {
        padding-right: 6rem;
    }
}

@media (max-width: 767px) {
    .order-md-first {
        order: 1;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.account-wrap {
    padding: 30px;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .account-wrap fieldset {
        border-radius: 5px;
    }

        .account-wrap fieldset legend {
            padding: 0.5rem 1rem;
            border-radius: 4px;
            background: #1879ca;
            font-size: 1rem;
            color: #fff;
            border: 1px dashed #fff;
            box-shadow: 0 0 0 2px #1879ca, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
        }

    .account-wrap label {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
        line-height: 1;
        color: #111;
    }

        .account-wrap label i {
            color: #ffb700;
            font-size: 6px;
            margin-right: 5px;
        }

#downloads .btn,
.card-address .btn {
    padding: 0;
}

    .card-address .btn i {
        font-size: 1.4rem;
    }

.order-number {
    width: 11.4rem;
    color: #000;
}

.order-date {
    width: 24.8rem;
    color: #666;
}

.order-status {
    width: 14.7rem;
    font-size: 1.3rem;
    color: #363636;
}

    .order-status span {
        display: inline-block;
        padding: 0.1rem 0.5rem;
        background-color: #ccc;
        border-radius: 10px;
        line-height: 1.9;
    }

.card-address p {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .account .nav-tabs {
        width: 100%;
    }

    .account .tab-content {
        padding-right: 1.5rem;
    }
}

@media (max-width: 479px) {
    .account .order-action,
    .account thead th:last-child {
        display: none;
    }
}

.section-buttons .row {
    justify-content: center;
    text-align: center;
}

.section-buttons.background-section {
    padding: 7.5rem 0 5.5rem;
}

.section-buttons .btn {
    margin-bottom: 2rem;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .btn-wrapper .btn {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .btn-wrapper .btn-block {
        max-width: 18rem;
    }

@media (min-width: 992px) {
    .btn-wrapper .btn {
        margin: 1.4rem 0;
    }

        .btn-wrapper .btn:not(:last-child) {
            margin-left: 2rem;
        }
}

.default-section {
    margin-top: 8.8rem;
}

.category-icon-section .category-icon {
    height: 100%;
}

.category-icon-section {
    background: #fff;
    margin-top: 15rem;
    margin-bottom: 10rem;
}

.badge-section .height-x1 {
    height: 30rem;
}

.badge-section .height-x2 {
    height: 60rem;
}

.badge-section .category-badge {
    overflow: hidden;
    height: 100%;
}

    .badge-section .category-badge .category-media,
    .badge-section .category-badge > a {
        display: block;
        height: 100%;
    }

    .badge-section .category-badge img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

@media (max-width: 767px) {
    section.badge-section .height-x1 {
        height: 18rem;
    }

    section.badge-section .height-x2 {
        height: 36rem;
    }
}

@media (max-width: 991px) {
    .category-group-icon {
        padding: 0 1rem;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .badge-section .category-badge img {
        height: 100%;
        width: auto;
    }
}

@media (-ms-high-contrast: none) and (max-width: 767px), screen and (-ms-high-contrast: active) and (max-width: 767px) {
    .badge-section .category-badge img {
        width: 100%;
        height: auto;
    }
}

.countdown-coming {
    text-align: left;
    direction: ltr;
}

    .countdown-coming .countdown-row {
        display: flex;
        justify-content: center;
        line-height: 1;
    }

    .countdown-coming .countdown-amount {
        display: block;
        padding: 0 4.2rem;
        font-size: 3rem;
        color: #666;
    }

    .countdown-coming .countdown-period {
        display: block;
        font-size: 1.6rem;
        text-align: center;
        text-transform: lowercase;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999;
    }

    .countdown-coming .countdown-section:not(:first-child):before {
        content: ": ";
        position: absolute;
        color: #ffb700;
        font-size: 3rem;
        line-height: 0.9;
        transform: translate(-3px);
    }

.coming-wrap form {
    margin-bottom: 0.6rem;
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

    .coming-wrap form .form-control {
        width: 100%;
        height: 50px;
        padding: 1.5rem;
        color: #aaa;
        flex: 1;
        min-width: 40px;
        font-size: 1.2rem;
        text-align: right;
        border-color: #ccc;
        border-radius: 3rem;
        background: #fff;
    }

    .coming-wrap form .btn-countdown {
        background: #1879ca;
        border-radius: 30px;
        width: 100px;
        height: 45px;
        margin-top: 3px;
        margin-left: 3px;
        position: absolute;
        min-width: 4.3rem;
        left: 0;
        padding: 0;
        color: #fff;
    }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .countdown-coming .countdown-amount {
        padding: 0 2.1rem;
    }
}

.coming-section .row {
    min-height: 100vh;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .coming-section .row {
        height: 1px;
    }
}

.coming-section h1 {
    font-size: 5rem;
    font-weight: 900;
}

.coming-section p {
    line-height: 2.15;
}

.coming-section form {
    position: relative;
}

.coming-section .form-control {
    font-weight: 300;
    border-color: #dadada;
    padding: 1.15rem 1.5rem 1.15rem 10rem;
}

.coming-section .btn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.55rem 2.85rem;
    font-size: 1.3rem;
    border-radius: 0;
}

    .coming-section .btn:hover {
        background: #ce5a67;
        color: #fff;
    }

.coming-section .social-link {
    border-width: 1px;
    line-height: 28px;
    margin-left: 5px;
}

@media (max-width: 479px) {
    .coming-section {
        padding-bottom: 1px;
    }

    .countdown-coming .countdown-amount {
        font-size: 2.7rem;
    }

    .countdown-coming .countdown-period {
        font-size: 1.3rem;
    }
}

.error-section {
    min-height: 450px;
}

@media (max-width: 991px) {
    .banner {
        font-size: 9px;
    }
}

@media (max-width: 479px) {
    .banner {
        font-size: 8px;
    }
}

.product-wrapper {
    direction: rtl;
    padding-bottom: 1rem;
}

    .product-wrapper .product-details {
        margin-top: 10px;
    }

    .product-wrapper.row [class*="col-"] {
        margin-bottom: 2rem;
    }

.card-body ul {
    padding-right: 0;
    list-style-type: none;
}

.owl-nav-top .owl-nav i {
    padding-right: 0;
    padding-left: 0;
}

.title-desc-container {
    margin: 0 auto;
    text-align: center;
    max-width: 65rem;
}

.title-custom-cross {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

    .title-custom-cross.title-line:after,
    .title-custom-cross.title-right-line:before {
        max-width: 6rem;
    }

.title-underline-simple.title-underline span:after {
    content: none;
}

.title-custom-underline:after {
    content: "";
    position: absolute;
    top: 3.4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4rem;
    border: 2px solid #ce5a67;
}

.posts .btn i {
    margin-right: 0.3rem;
    font-size: 1.4rem;
}

.posts .post-classic .post-content,
.posts .post-grid .post-content,
.posts .post-list .post-content {
    line-height: 1.85;
}

@media (min-width: 1600px) {
    .post-slider .owl-stage-outer {
        padding: 5rem;
        margin: -5rem;
    }

    .post-slider .post-frame {
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.05);
    }
}

@media (min-width: 1200px) {
    .posts .post-list .post-media {
        margin-left: 2rem;
        width: calc(42.74% - 2rem);
    }

    .posts .post-list .post-details {
        width: 57.26%;
    }
}

@media (max-width: 767px) {
    .posts .post-list {
        display: block;
    }

        .posts .post-list .post-details,
        .posts .post-list .post-media {
            margin: 0;
            width: 100%;
        }
}

@media (max-width: 479px) {
    .post-slider .owl-stage-outer {
        padding: 5rem 1.5rem;
        margin: -5rem -1.5rem;
    }
}

.filter-items a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
    font-weight: 900;
    text-align: center;
    text-indent: 1px;
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 0;
    border: 1px solid #999;
    width: 16px;
    height: 16px;
    font-size: 11px;
    padding: 0 1px 0 1px;
    line-height: 13px;
    border-radius: 4px;
}

.cart-added-alert {
    display: none;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.container > .cart-added-alert:first-child {
    margin-top: -1rem;
}

.cart-added-alert span {
    color: #353535;
    text-align: right;
    direction: rtl;
    display: inline-flex;
    justify-content: flex-start;
}

.cart-added-alert .btn-success,
.cart-added-alert span {
    vertical-align: middle;
}

.cart-added-alert .btn-success {
    background: #1879ca;
    color: #fff;
    border-radius: 5px;
}

.post-single {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 10px -3px;
    border-radius: 10px;
}

    .post-single .post-details {
        padding: 4rem 0 0 0;
    }

    .post-single .post-title {
        margin-bottom: 2.5rem;
        font-size: 2.4rem;
    }

    .post-single .post-body a {
        text-decoration: underline;
        color: #363636;
    }

        .post-single .post-body a:hover {
            color: #ce5a67;
        }

    .post-single .post-body h4 {
        margin-bottom: 2rem;
        font-size: 2rem;
        line-height: 1.2;
    }

    .post-single .post-body p {
        line-height: 1.72;
    }

    .post-single .post-body li,
    .post-single .post-body p {
        text-align: justify;
    }

    .post-single .post-body figcaption {
        color: #999;
    }

        .post-single .post-body figcaption a {
            color: inherit;
            border-bottom: 1px solid #999;
            text-decoration: none;
            transition: border-color 0.3s, color 0.3s;
        }

            .post-single .post-body figcaption a:hover {
                border-color: #ce5a67;
            }

    .post-single .with-img {
        display: flex;
    }

        .post-single .with-img figure {
            display: table;
            margin: 0 auto;
        }

        .post-single .with-img .list {
            margin-right: 0;
            line-height: 1.82;
        }

        .post-single .with-img li:not(:last-child) {
            margin-bottom: 0.3rem;
        }

    .post-single blockquote {
        padding-right: 6rem;
    }

        .post-single blockquote p {
            font-size: 1.8rem;
        }

        .post-single blockquote:before {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            font-family: "Font Awesome 5 Free";
            content: "\f10d";
            font-weight: 900;
            font-size: 2.5rem;
            color: #ffb700;
            line-height: 1;
        }

    .post-single .post-author-detail {
        position: relative;
        display: flex;
        align-items: flex-start;
        margin-top: 6rem;
        padding: 3rem;
        border: 1px solid #e1e1e1;
        z-index: 1;
    }

    .post-single .author-media {
        max-width: 6rem;
        flex: 0 0 6rem;
        margin-left: 1.8rem;
        overflow: hidden;
    }

        .post-single .author-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .post-single .author-header {
        flex-wrap: wrap;
        margin: 0.2rem 0 1.2rem;
    }

        .post-single .author-header :not(i) {
            line-height: 1;
        }

        .post-single .author-header .author-name {
            font-size: 1.8rem;
            line-height: 1.2;
        }

        .post-single .author-header .author-title {
            font-size: 1.3rem;
            line-height: 1.86;
        }

        .post-single .author-header .author-link {
            display: inline-block;
            font-size: 1.3rem;
            margin: 1rem 0;
            text-decoration: none;
        }

            .post-single .author-header .author-link:hover {
                color: #ce5a67;
            }

    .post-single .author-body {
        flex-grow: 1;
    }

@media (max-width: 575px) {
    .post-single blockquote {
        padding-right: 4rem;
    }

        .post-single blockquote p {
            font-size: 1.6rem;
        }

    .post-single .post-author-detail {
        padding: 1.7rem;
    }
}

.details-section-wrap {
    position: relative;
    overflow: hidden;
    font-family: vazir;
    font-size: 1.5rem;
    color: #666;
    transition: 0.8s;
    border-radius: 10px;
}

.details-section {
    position: relative;
    padding-bottom: 12rem;
}

.details-section-right:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #12121208;
    border-right: 40px solid transparent;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.details-section-right {
    border-radius: 0 10px 10px 0;
    padding: 80px 40px 20px 40px !important;
    position: relative;
    background: #12121208;
}

    .details-section-right .details-section-title {
        margin-bottom: 0.6rem;
        font-size: 2.6rem;
        font-weight: 700;
        color: #363636;
    }

.details-section-left {
    margin-bottom: -40px;
    border-radius: 10px 0 0 10px;
    padding: 40px 0 0 40px !important;
    overflow: hidden;
    background: #12121208;
    display: flex;
    justify-content: center;
}

.details-section-img {
    height: 400px;
}

    .details-section-img img {
        min-height: 380px;
        height: 100%;
        border-radius: 10px;
    }

.content-section-main {
    display: block;
    position: relative;
    margin-top: -90px;
}

    .content-section-main .strip {
        padding: 20px 40px 20px 5px;
        border-radius: 0 0.5em 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: calc(100% - 40px);
        margin-left: 80px;
        position: relative;
        height: 40px;
        background: #12121208;
    }

        .content-section-main .strip::after {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 40px solid #12121208;
            border-left: 40px solid transparent;
            position: absolute;
            left: -40px;
            bottom: 0;
        }

.content-section-wrap {
    padding: 5rem 2rem 10rem 2rem;
    border-radius: 10px 0 10px 10px;
    background: #12121208;
}

.other-section-wrap {
    margin-top: 20px;
    padding: 0 1rem 0 1rem;
}

    .other-section-wrap .container {
        background: #12121208;
        border-radius: 10px;
    }

.blockquote-terms {
    border-right: 4px solid #ffb700;
    padding-right: 10px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) -1.95px 1.95px 2.6px;
}

    .blockquote-terms p {
        margin-top: 2rem;
    }

.post-footer {
    display: flex;
    align-items: center;
}

    .post-footer .social-icons {
        margin-right: auto;
    }

    .post-footer .social-icon {
        display: inline-block;
        margin: 0.3rem 2.8rem 0.3rem 0;
        font-size: 1.5rem;
        color: #999;
    }

        .post-footer .social-icon.social-pinterest {
            margin-left: 1rem;
        }

.page-nav {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    width: 100%;
}

.pager-link {
    position: relative;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.35s ease;
}

    .pager-link + .pager-link {
        border-right: 0.1rem solid #ebebeb;
    }

    .pager-link:after {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Pro";
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        transition: all 0.35s ease 0.05s;
    }

    .pager-link.pager-link-prev {
        padding-right: 3rem;
        padding-left: 4.2rem;
    }

        .pager-link.pager-link-prev:after {
            right: 0.2rem;
            content: "";
        }

    .pager-link.pager-link-next {
        padding-left: 3rem;
        padding-right: 4.2rem;
        align-items: flex-end;
        text-align: left;
    }

        .pager-link.pager-link-next:after {
            content: "";
            left: 0.2rem;
        }

    .pager-link:focus,
    .pager-link:hover {
        color: #999;
    }

        .pager-link:focus .pager-link-title,
        .pager-link:hover .pager-link-title {
            box-shadow: 0 0.2rem 0 #333;
        }

.pager-link-title {
    display: inline-block;
    margin-top: 0.6rem;
    flex: 0 0 auto;
    color: #363636;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: none;
    transition: all 0.35s ease;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575px) {
    .pager-link-title {
        display: none;
    }

    .pager-link.pager-link-next {
        border: 0;
    }
}

.related-posts {
    padding: 7rem 0 4.5rem;
}

    .related-posts .post-details {
        padding: 2.3rem 0 1rem;
    }

    .related-posts .post-title {
        text-transform: none;
    }

    .related-posts .post-content {
        margin-bottom: 1.8rem;
        line-height: 1.72;
    }

    .comments .title-simple,
    .related-posts .title-simple,
    .reply .title-simple {
        font-size: 2.4rem;
    }

.shop-table {
    text-align: right;
}

    .shop-table .product-thumbnail a {
        display: block;
        width: 100px;
    }

    .shop-table .remove {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.3rem;
        height: 2.3rem;
        font-size: 1.3rem;
        color: #363636;
        border: 1px solid #eee;
        border-radius: 50%;
    }

    .shop-table .product-name {
        color: #000;
    }

    .shop-table td.product-remove {
        padding-right: 0;
        width: 23px;
    }

    .shop-table .product-price {
        display: table-cell;
    }

.share-on > * {
    margin-left: 2.8rem;
}

.share-on .social-link {
    border: none;
    width: auto;
    height: auto;
}

    .share-on .social-link.social-facebook {
        color: #3b5998;
    }

    .share-on .social-link.social-twitter {
        color: #1da1f2;
    }

    .share-on .social-link.social-pinterest {
        color: #bd081c;
    }

    .share-on .social-link.social-email {
        color: #dd4b39;
    }

    .share-on .social-link.social-whatsapp {
        color: #3c8a38;
    }

    .share-on .social-link.social-icon:hover {
        background-color: transparent;
        color: #ce5a67;
    }

@media (min-width: 768px) {
    .wishlist-table td.product-price {
        width: 130px;
    }

    .wishlist-table td.product-stock-status {
        width: 130px;
    }
}

@media (min-width: 992px) {
    .wishlist-table td.product-price {
        width: 107px;
    }

    .wishlist-table td.product-stock-status {
        width: 201px;
    }

    .wishlist-table td.product-add-to-cart {
        width: 235px;
    }
}

@media (max-width: 767px) {
    .shop-table {
        text-align: center;
    }

    .wishlist-table td.product-price {
        display: block;
        width: 100%;
    }
}

.wishlist-table th.product-name {
    padding-right: 2px;
    width: 120px;
}

.wishlist-table .wishlist-out-stock {
    color: #d26e4b;
}

.wishlist-table .wishlist-in-stock {
    color: #ce5a67;
}

.wishlist-table .btn-product {
    padding: 1.4rem;
    white-space: nowrap;
    width: 13rem;
    margin: 0 auto;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s;
}

    .wishlist-table .btn-product:hover {
        color: #fff;
        background-color: #ce5a67;
    }

    .wishlist-table .btn-product.btn-disabled {
        border-color: #f2f3f5 !important;
        background-color: #f2f3f5 !important;
    }

.wishlist-page {
    border-top: 1px solid #e1e1e1;
}

.wishlist-empty .main-content {
    text-align: center;
}

.wishlist-empty .wishlist-icon {
    font-size: 150px;
    color: #ffb700;
    text-shadow: 0px 4px 6px #aaa7a7;
    font-weight: 100;
}

.wishlist-empty .wishlist-descri {
    margin: 22px 0;
    font-size: 2.2rem;
    font-weight: 500;
    color: #333 !important;
    line-height: 2;
}

    .wishlist-empty .wishlist-descri b {
        color: #1879ca !important;
    }

.wishlist-empty .btn {
    width: 20rem;
    margin-top: 1rem;
}

.remove {
    margin-left: 0;
    width: 2rem;
    text-align: center;
}

.btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
    border-color: #f4bf96;
    background-color: #f4bf96;
}

.product-thumbnail figure {
    position: relative;
    display: inline-block;
}

.shop-table th {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #999;
    line-height: 1;
    text-align: right;
    margin-left: 5px;
}

.shop-table td:last-child {
    padding-left: 0;
}

.shop-table td:last-child {
    padding: 0;
}

.shop-table .quantity.form-control {
    font-weight: 700;
}

.product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #ffb700;
    padding: 0 !important;
}

.shipping {
    margin-bottom: 0.3rem;
}

.shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem;
}

.shipping-row-last li {
    padding-bottom: 0.3rem;
}

.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.9rem 0;
}

    .step-by .title.title-step {
        margin: 0 1rem 0 3.4rem;
        font-size: 2rem;
        font-weight: 700;
        color: #666;
        letter-spacing: -0.5px;
        padding: 0.4rem 0;
    }

        .step-by .title.title-step:not(:last-child):after {
            content: "";
            display: inline-block;
            position: absolute;
            left: -3rem;
            top: 52%;
            line-height: 0;
            vertical-align: middle;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            font-size: 1.7rem;
            background-color: #fff;
            color: #ccc;
        }

        .step-by .title.title-step.visited {
            color: #363636;
        }

            .step-by .title.title-step.visited ~ .active:before {
                color: #363636;
            }

        .step-by .title.title-step.active {
            color: #ce5a67;
        }

        .step-by .title.title-step:first-child {
        }

            .step-by .title.title-step:first-child:before {
                display: none;
            }

        .step-by .title.title-step:last-child {
            margin-left: 0;
        }

.summary {
    padding: 2.4rem 3rem 3rem;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .summary td:last-child,
    .summary th:last-child {
        text-align: left;
    }

    .summary th {
        text-align: right;
    }

    .summary .form-control {
        width: 100%;
        max-width: 100%;
    }

.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #363636;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1;
}

.summary-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0;
    padding: 2rem 0;
}

.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #363636;
    margin-bottom: 0;
    font-family: vazir;
    min-width: 150px;
}

.summary-total-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1879ca;
    text-align: left;
    margin-bottom: 0;
    font-family: vazir;
}

.total .summary-subtitle {
    padding: 2.4rem 0 2.3rem;
}

@media (max-width: 767px) {
    .summary {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .shop-table td.product-price {
        display: block;
        width: 100%;
        text-align: center;
    }

    .shop-table tr {
        position: relative;
        padding: 2rem 0 3rem;
    }

    .shop-table .product-quantity,
    .shop-table .product-subtotal,
    .shop-table .product-thumbnail {
        margin-bottom: 0.5rem;
    }
}

.shipping-address {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e1e1e1;
}

    .shipping-address label {
        display: block;
        margin-bottom: 1.4rem;
        font-size: 1.5rem;
    }

    .shipping-address .form-control {
        margin-bottom: 1.5rem;
        padding: 1rem 1.4rem;
        font-size: 1.3rem;
        border-color: #e1e1e1;
        color: #999;
        min-height: 4.1rem;
    }

    .shipping-address .btn {
        padding: 0.9em 1.7em;
    }

    .checkout .select-box,
    .checkout input.form-control,
    .shipping-address .select-box,
    .shipping-address input.form-control {
        background-color: #fff;
        border-radius: 5px;
    }

        .checkout .select-box .form-control,
        .checkout input.form-control .form-control,
        .shipping-address .select-box .form-control,
        .shipping-address input.form-control .form-control {
            padding: 1rem 1.4rem 0.8rem;
            border-radius: 5px;
        }

        .checkout .select-box:before,
        .checkout input.form-control:before,
        .shipping-address .select-box:before,
        .shipping-address input.form-control:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f078";
            left: 1.5rem;
            font-size: 1.1rem;
            z-index: 2;
        }

.cart-total {
    text-align: right;
}

    .cart-total .btn-calc {
        margin-bottom: 1.8rem;
    }

    .cart-total td,
    .cart-total th {
        border-top: 1px solid #e1e1e1;
    }

.cart-subtotal th {
    font-weight: 400;
}

.cart-subtotal td,
.cart-subtotal th {
    padding: 1.5rem 0;
}

.order-total {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ce5a67;
}

    .order-total td,
    .order-total th {
        padding-top: 1.9rem;
    }

.cart-table .product-name {
    font-weight: 600;
    color: #363636;
    line-height: 1.86;
}

.cart-table td.product-name {
    width: 39%;
    margin-left: 1%;
}

.cart-table td.product-number {
    width: 10%;
    margin-left: 1%;
}

.cart-table td.product-subtotal {
    width: 24%;
    margin-left: 1%;
}

.cart-table td.product-quantity {
    width: 24%;
}

.cart-table .product-subtotal {
}

.cart-table .input-group button,
.cart-table .input-group input {
    border-color: #eee;
}

.cart-table .input-group .quantity-minus {
    border-radius: 0 10px 10px 0;
}

.cart-table .input-group .quantity-plus {
    border-radius: 10px 0 0 10px;
}

.cart-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cart-actions .btn-icon-left {
        padding: 1.06em 2.2em;
    }

        .cart-actions .btn-icon-left i {
            margin-right: 0.8rem;
            font-size: 2rem;
        }

    .cart-actions button {
        padding: 1.07em 2.23em;
    }

        .cart-actions button.btn-disabled {
            background-color: #1879ca !important;
            border-width: 1px;
            color: #fff !important;
            opacity: 0.4;
            cursor: default;
            border-radius: 10px !important;
            padding: 15px 50px !important;
        }

.cart-coupon-box .coupon-title {
    margin-bottom: 2.3rem;
    padding-top: 0.8rem;
    font-size: 1.8rem;
}

#coupon_code {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    font-size: 1.3rem;
    border: 1px solid #e1e1e1;
    transition: border-color 0.3s;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .cart.main .product-thumbnail {
        width: 12rem;
    }

    .cart.main .product-price {
        width: 11rem;
    }

    .cart.main .product-quantity {
        width: 17.7rem;
    }

    .cart.main .product-subtotal {
        width: 13.2rem;
    }

    .cart.main .product-close {
        width: 2.3rem;
    }
}

@media (max-width: 767px) {
    .shop-table {
        text-align: center;
    }

        .shop-table thead {
            display: none;
        }

        .shop-table tbody,
        .shop-table td,
        .shop-table tr {
            display: block;
        }

            .shop-table tbody tr {
                box-shadow: unset;
                border-radius: 0px;
            }

        .shop-table tbody {
            border: 1px solid #e1e1e1;
        }

            .shop-table tbody .product-name {
                text-align: center !important;
                width: 100%;
                margin-bottom: 0;
            }

            .shop-table tbody .product-number {
                text-align: center !important;
                width: 100%;
            }

    .cart-table td.product-subtotal {
        width: 100%;
        margin-left: 0;
    }

    .cart-table td.product-quantity {
        width: 100%;
    }

    .shop-table tr {
        position: relative;
        padding: 4rem 1rem 4rem;
    }

        .shop-table tr + tr {
            border-top: 1px solid #e1e1e1;
        }

    .shop-table td {
        padding: 0;
        border: none;
    }

    .shop-table .product-thumbnail {
        margin-bottom: 1rem;
    }

        .shop-table .btn-product,
        .shop-table .product-thumbnail a,
        .shop-table td {
            margin-right: auto;
            margin-left: auto;
        }

    .shop-table .product-stock-status {
        margin-bottom: 2rem;
    }

    .shop-table .btn-product {
        max-width: 220px;
    }

    .shop-table .product-remove {
        position: absolute;
        left: 2rem;
        top: 2rem;
        padding: 0.5rem;
        width: auto;
    }

    .shop-table .product-quantity {
        margin-bottom: 1rem;
    }

    .wishlist-table td.product-price {
        display: block;
        width: 100%;
    }
}

.cart-page {
    border-top: 1px solid #fff;
}

.cart-empty .main-content {
    text-align: center;
}

.cart-empty .cart-icon {
    font-size: 150px;
    color: #ffb700;
    font-weight: 100;
    text-shadow: 0px 4px 6px #aaa7a7;
}

.cart-empty .cart-descri {
    margin: 22px 0;
    font-size: 2.2rem;
    font-weight: 500;
    color: #333 !important;
    line-height: 2;
}

.checkout {
    line-height: 1.54;
}

    .checkout .form-list {
        padding: 40px 10px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 5px #0000000a;
    }

    .checkout .alert.card-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #fff;
        text-transform: none;
        border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 5px #0000000a;
    }

        .checkout .alert.card-header > a {
            display: inline-block;
            padding: 0;
        }

            .checkout .alert.card-header > a:after,
            .checkout .alert.card-header > a:before {
                content: none;
            }

    .checkout .alert-body {
        transition: display 0.3s;
    }

        .checkout .alert-body p {
            font-size: 1.3rem;
        }

        .checkout .alert-body.expanding {
            display: none;
        }

        .checkout .alert-body.collapsing {
            display: block;
        }

        .checkout .alert-body .form-control {
            margin: 0;
        }

    .checkout .checkbox {
        margin: 0.6rem 0 1.6rem 0.2rem;
    }

    .checkout .link-group .btn {
        padding: 1em 2.5em;
    }

    .checkout .link-group span {
        margin: 0 1.1rem;
        font-size: 1.4rem;
    }

    .checkout .lost-link {
        font-size: 1.3rem;
        color: #000;
    }

    .checkout .check-coupon-box .form-control {
        max-width: 42.5rem;
    }

    .checkout .check-coupon-box .btn {
        padding: 1.04em 2.05em;
        border-width: 1px;
        background: #fff;
    }

    .checkout .link-group {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .checkout label {
        display: block;
        padding-right: 0.2rem;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        line-height: 0.9;
    }

    .checkout form label {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 10px;
        font-size: 1.3rem;
        line-height: 1;
        color: #111;
    }

        .checkout form label i {
            color: #ffb700;
            font-size: 6px;
            margin-right: 5px;
        }

    .checkout .form .title.title-simple {
        margin-top: 0.3rem;
        font-size: 1.8rem;
    }

    .checkout .select-box select {
        max-width: 100%;
        width: 100%;
    }

    .checkout .form-control {
        margin-bottom: 2.1rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1.3rem;
        font-family: vazir;
        transition: background-color 0.3s, border-color 0.3s;
        color: #999;
        min-height: 4.1rem;
        border-radius: 10px;
    }

        .checkout .form-control:not(:focus) {
            background-color: #fff;
        }

        .checkout .form-control:not(select):focus {
            border-color: #000;
        }

    .checkout textarea.form-control {
        padding-top: 1.5rem;
    }

    .checkout .form-checkbox {
        padding-top: 0.7rem;
        margin-bottom: 2.8rem;
    }

    .checkout .form-control-label {
        padding-right: 2.6rem;
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.58;
    }

    .checkout .product-name {
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        color: #666;
    }

    .checkout .btn-order {
        width: 100%;
        border-color: #f4bf96;
        background-color: #f4bf96;
        transition: opacity 0.3s;
        margin-top: 20px;
    }

        .checkout .btn-order:hover {
            opacity: 0.9;
        }

    .checkout .card-header a {
        padding: 1.5rem 2.5rem 1.5rem 0;
    }

        .checkout .card-header a:after,
        .checkout .card-header a:before {
            position: absolute;
            content: "";
            display: inline-block;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .checkout .card-header a:before {
            right: 0;
            width: 1.8rem;
            height: 1.8rem;
            background-color: #fff;
            border: 1px solid #cdcdcd;
        }

        .checkout .card-header a.collapse:after {
            width: 0.8rem;
            height: 0.8rem;
            right: 0.5rem;
            background: #ffb700;
        }

    .checkout .card-body {
        padding: 0.2rem 2.9rem 1.1rem 1.1rem;
        line-height: 1.4;
    }

    .checkout .payment.accordion {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 2rem;
    }

        .checkout .payment.accordion .summary-subtitle {
            font-size: 1.5rem;
        }

    .checkout .checkout-info {
        padding: 1.5rem 0;
        margin: 0;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.01em;
        font-family: vazir;
    }

    .checkout .product-quantity {
        margin-right: 0.4rem;
    }

    .checkout .title.title-simple {
        font-weight: 700;
    }

    .checkout .summary .form-control-label {
        line-height: 1.4;
    }

        .checkout .summary .form-control-label:before {
            top: 0;
            transform: none;
        }

        .checkout .summary .form-control-label a {
            color: #000;
        }

            .checkout .summary .form-control-label a:hover {
                color: #ce5a67;
            }

.summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1;
}

.table-order {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
    padding: 4rem 4rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
}

    .table-order .col-md-4 {
        padding-right: 0;
        padding-left: 0;
    }

    .table-order .col-md-2 {
        padding-right: 0;
        padding-left: 0;
    }

    .table-order .col-md-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .table-order .table-order-header {
        margin-bottom: 5px;
    }

    .table-order .table-order-content {
        margin-bottom: 5px;
    }

    .table-order span.table-order-header {
        background: #f4f6f8;
        border-radius: 5px;
        color: #363636;
        padding: 7px 20px !important;
        display: block;
    }

    .table-order span.table-order-content {
        background: #f9f9f9;
        border-radius: 5px;
        color: #363636;
        padding: 7px 20px !important;
        display: block;
    }

.order-table {
    color: #363636;
}

    .order-table th {
        padding-bottom: 15px !important;
        padding-left: 5px;
    }

        .order-table th span {
            font-size: 1.6rem;
            font-weight: 600;
            background: #f4f6f8;
            border-radius: 5px;
            color: #363636;
            padding: 7px 20px !important;
            width: 100%;
            display: block;
            text-align: center;
        }

    .order-table td {
        padding-bottom: 5px !important;
        padding-left: 5px;
    }

    .order-table tr td span {
        font-size: 1.6rem;
        font-weight: 600;
        border-radius: 5px;
        color: #363636;
        padding: 7px 20px !important;
        display: block;
        text-align: center;
    }

    .order-table .order-total td {
        border-bottom: none;
        padding: 1.2rem 0 0;
    }

    .order-table .shipping-row label {
        margin-bottom: 1.5rem;
    }

    .order-table .shipping-row-last {
        border-bottom: 1px solid #e1e1e1;
    }

        .order-table .shipping-row-last label {
            margin-bottom: 1rem;
            color: #666;
            text-align: right;
            display: inline-block;
        }

    .order-table .summary-subtotal {
        border-top: 1px solid #e1e1e1;
    }

        .order-table .summary-subtotal td:first-child {
            padding: 0.4rem 0 0.3rem;
        }

    .order-table .summary-subtotal-price {
        padding-top: 1rem;
    }

    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 1.6rem;
    }

.sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    height: auto;
    overflow: auto;
    padding-bottom: 50px;
}

.sumnary-shipping .summary-subtitle {
    padding-bottom: 2.2rem;
    text-align: right;
}

.summary-total {
    border-bottom: 1px solid #e1e1e1;
}

    .summary-total .summary-subtitle {
        padding: 2.3rem 0 2.1rem;
        color: #1879ca;
    }

@media (max-width: 479px) {
    .order-table tbody .product-name,
    .order-table tbody .product-total {
        padding-bottom: 2rem;
        line-height: 1.2;
    }

    .order-table tbody > tr:nth-child(2) td {
        padding-bottom: 2rem;
    }
}

.order .title {
    font-size: 2rem;
}

.order .order-message {
    max-width: 34rem;
    padding: 3rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #fcf5ed;
    border: 1px solid #eee;
}

    .order .order-message .icon-box-icon {
        margin-left: 3.2rem;
    }

    .order .order-message svg {
        width: 5rem;
        height: 5rem;
        stroke: #ce5a67;
    }

    .order .order-message .icon-box-title {
        font-size: 1.8rem;
    }

.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem;
    justify-content: center;
}

.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

    .order .overview-item:not(:last-child) {
        margin-left: 3rem;
        padding-left: 3.1rem;
    }

        .order .overview-item:not(:last-child):after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            display: block;
            transform: translateY(-50%);
            width: 1px;
            height: 42px;
            background: #e1e1e1;
        }

    .order .overview-item span {
    }

    .order .overview-item strong {
        color: #363636;
        font-weight: 600;
        font-size: 2rem;
    }

.order .btn.btn-back {
    font-size: 1.3rem;
}

.order .summary-subtotal:last-child {
    border-bottom: none;
}

.order .address-info {
    border-bottom: 1px solid #e1e1e1;
}

    .order .address-info p {
        color: #666;
        font-family: vazir;
        line-height: 2.15;
    }

.order-details {
    padding: 6rem 3rem;
    border-radius: 10px;
    background: #12121208;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
}

.order-details-table .product-name {
    padding: 1.6rem 0 1.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000;
    white-space: inherit;
}

    .order-details-table .product-name i {
        font-size: 1rem;
    }

    .order-details-table .product-name span {
        font-weight: 700;
        color: #363636;
    }

.order-details-table th > .summary-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
}

.order-details-table .product-price {
    display: block;
}

.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
    text-align: left;
}

.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666;
}

.order-details-table .product-price {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    padding-top: 1.2rem;
}

.order-details-table thead {
    border-bottom: 1px solid #e1e1e1;
}

    .order-details-table thead .summary-subtitle {
        font-size: 1.8rem;
    }

.order-details-table tbody tr:first-child td {
    padding-top: 3.2rem;
}

    .order-details-table tbody tr:first-child td.product-price {
        padding-top: 2.8rem;
    }

@media (max-width: 767px) {
    .order .order-message {
        font-size: 2rem;
    }

    .order .overview-item {
        flex-direction: row;
        width: 100%;
        align-items: center;
    }

        .order .overview-item:not(:last-child):after {
            content: none;
        }

        .order .overview-item span {
            margin-left: 2rem;
        }
}

@media (max-width: 575px) {
    .order .order-details {
        padding: 0 2rem;
    }

    .order .order-message {
        font-size: 1.8rem;
    }

    .order .overview-item {
        font-size: 1.6rem;
    }
}

@media (max-width: 479px) {
    .order .order-details {
        padding: 0 1.5rem;
    }

    .order .order-message {
        font-size: 1.6rem;
    }

    .order .overview-item {
        font-size: 1.4rem;
    }

    .step-by .title.title-step {
        font-size: 1.8rem;
    }

        .step-by .title.title-step:after {
            font-size: 1.4rem;
            top: 50%;
        }
}

.sample-icons .tab-pane {
    overflow: hidden;
}

.sample-icon-circle {
    margin-bottom: 2rem;
}

    .sample-icon-circle i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        font-size: 30px;
        background: #ce5a67;
        color: #fff;
    }

.sample-icon {
    display: flex;
    align-items: center;
    line-height: 41px;
}

    .sample-icon span {
        font-size: 12px;
        white-space: nowrap;
    }

    .sample-icon i {
        display: inline-block;
        margin-left: 10px;
        width: 32px;
        font-size: 20px;
        text-align: center;
    }

    .sample-icon:hover {
        color: #ce5a67;
        background: #f2f3f5;
        border-radius: 4px;
    }

        .sample-icon:hover i {
            font-size: 30px;
        }

.sample-icon-list i {
    font-size: 22px;
}

@media (min-width: 1200px) {
    .cols-xl-12 > * {
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }
}

.faq-wrap {
    display: flex;
    justify-content: space-between;
}

.faq-right .accordion {
    background: #12121208;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 20px;
}

.faq-left-wrap .form-control {
    background-color: #fff;
}

.faq-left-wrap {
    position: relative;
    z-index: 1;
    padding: 30px;
    position: relative;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 30px 30px -20px;
    backdrop-filter: blur(0.3rem);
}

.faq-left label i {
    font-size: 8px;
    color: #ffb700;
}

.faq section {
    padding-top: 4.1rem;
}

.faq .card {
    border-width: 1px 0 0 0;
    border-color: #ebebeb;
}

    .faq .card:last-child {
        border-color: #ebebeb;
    }

.faq .card-header {
    font-size: 1.6rem;
    text-transform: none;
}

    .faq .card-header a {
        padding: 1.7rem 1rem;
    }

        .faq .card-header a:after {
            font-size: 1.5rem;
            left: 1.3rem;
            color: #fff;
            background: #f4bf96;
            border-radius: 25% !important;
            padding: 5px;
        }

.faq .card-body {
    padding: 0.2rem 1rem;
}

.compare-default .container {
    overflow-x: auto;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .compare-default .container > div:nth-child(2n) {
        background-color: #fff;
        border: 1px solid #cccccc7a !important;
    }

.compare-default .compare-table .compare-value:last-child .to-left,
.compare-default .compare-table .compare-value:nth-child(2) .to-right {
    pointer-events: none;
    color: #e1e1e1;
}

.compare-default .compare-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.compare-default .compare-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .compare-default .compare-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 810px) {
    .compare-default .compare-col {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 575px) {
    .compare-default .compare-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.compare-default .compare-field {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding-right: 5rem;
}

.compare-default .compare-basic .compare-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.compare-default .compare-basic .compare-value {
    padding-left: 0;
}

.compare-default .compare-value {
    position: relative;
    padding-left: 1rem;
    padding-right: 2rem;
    color: #222;
    font-weight: 300;
}

@media (max-width: 575px) {
    .compare-default .compare-field {
        padding-left: 2rem;
    }

    .compare-default .compare-value {
        padding-right: 10px;
    }
}

.compare-default .btn-product-icon {
    line-height: 34px;
    display: block;
    width: 36px !important;
    height: 36px !important;
}

.compare-default a.btn-default {
    margin: 0 5px 5px;
    border-radius: 5px;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    overflow: hidden;
    background: #1879ca;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .compare-default a.btn-default i {
        color: #fff;
    }

.compare-default .product-details .btn-product-icon:hover i {
    color: #1879ca;
}

.compare-default .btn-default.btn-cart:hover,
.compare-default .btn-default:hover {
    background-color: #ffb700;
    color: #fff !important;
}

.compare-default .product:hover .btn-cart:not(.btn-default:hover) {
    background-color: #fff;
    color: #999;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.compare-default .btn-cart {
    flex: unset;
}

.compare-default .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

    .compare-default .btn-wishlist i {
        line-height: 3.2rem;
    }

.compare-default .btn-moving {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s, visibility 0.2s, left 0.2s, right 0.2s;
}

.compare-default .btn-right {
    right: 0px;
}

.compare-default .btn-left {
    left: 0px;
}

.compare-default .product-details {
    padding-left: 0;
}

    .compare-default .product-details .product-action {
        display: inline-flex;
    }

.compare-default .product:hover .btn-moving {
    visibility: visible;
    opacity: 1;
}

.compare-default .product:hover .btn-left {
    left: -30px;
}

.compare-default .product:hover .btn-right {
    right: -30px;
    left: auto;
}

.compare-default .compare-title {
    font-weight: 600;
}

.compare-default .product-price {
    font-size: inherit;
    font-weight: 400;
    border: none;
}

.compare-default .compare-availability p {
    margin: 0;
    padding: 0;
}

.compare-default .compare-availability .stock {
    color: #df1b1b;
}

.compare-default .compare-availability .in-stock {
    color: #ffb700;
    background-color: unset;
}

.compare-default .compare-rating .ratings-container {
    font-size: inherit;
    margin: 0;
}

.compare-default .compare-rating .rating-reviews {
    font-size: inherit;
}

.compare-empty {
    padding: 20px 0 70px;
}

    .compare-empty .main-content {
        text-align: center;
    }

    .compare-empty .compare-icon {
        font-size: 80px;
    }

    .compare-empty .compare-descri {
        font-size: 14px;
        margin: 22px 0;
    }

    .compare-empty .btn {
        width: 20rem;
        margin-top: 1rem;
    }

.countdown-default {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

    .countdown-default .countdown-row {
        display: flex;
        justify-content: center;
        line-height: 1.5;
    }

    .countdown-default .countdown-amount {
        font-size: 1.8rem;
        font-weight: 600;
        color: #363636;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .countdown-default .countdown-period {
        font-size: 1.6rem;
        padding-bottom: 5px;
        color: #ffffff;
    }

    .countdown-default .countdown-section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: content-box;
        width: 50px;
        margin: 5px 10px;
        border: 1px solid transparent;
    }

@media (min-width: 576px) {
    .countdown-default:not(.ct-2-grid)
    .countdown-section:not(:first-child):before {
        content: ": ";
        position: absolute;
        color: #ffff;
        font-size: 3rem;
        margin-right: 10px;
        top: 50%;
        left: calc(0% - 20px);
        transform: translateY(-50%);
    }
}

@media (max-width: 575px) {
    .countdown-default:not(.ct-2-grid) .countdown-row {
        display: grid;
        grid-template-columns: repeat(2, calc(100% / 2));
    }
}

.border-split .countdown-row {
    position: relative;
}

    .border-split .countdown-row:before,
    .border-split .countdown-row:after {
        position: absolute;
        content: "";
    }

    .border-split .countdown-row:before {
        right: 0;
        left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        top: 50%;
    }

    .border-split .countdown-row:after {
        top: 0;
        bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        right: 50%;
    }

.cd-section-border .countdown-section {
    border: 1px solid #eee;
}

.counter-box .counter {
    box-shadow: 5px 5px 20px 0 rgba(34, 34, 34, 0.1);
    padding: 54px 10px 48px;
}

.counter-box .count-title {
    margin-bottom: 7px;
}

.counter-block .counter {
    display: flex;
    justify-content: center;
    border: 3px solid #eee;
    transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 31px 0 30px 0;
}

.counter-block .count-to {
    padding-left: 2rem;
    margin: 0;
    border-left: 2px solid #eee;
    min-width: 130px;
}

.counter-block .count-title {
    margin-bottom: 0;
}

.counter-block .counter-content {
    padding-right: 20px;
    text-align: right;
}

.counter-simple {
    background-color: #f8f8f8;
}

    .counter-simple .count-to {
        color: #363636;
        margin-bottom: 0;
    }

    .counter-simple .count-title {
        margin-top: 5px;
        color: #666;
    }

.counter-background {
    background-color: #313439;
}

    .counter-background .count-to {
        color: #fff;
        margin-bottom: 0;
    }

    .counter-background .count-title {
        padding-top: 5px;
        color: rgba(255, 255, 255, 0.68);
    }

    .counter-background figure {
        margin-bottom: 3rem;
    }

@media (max-width: 1199px) {
    .counter-background figure {
        margin-bottom: 1rem;
    }
}

.counter-seperate {
    background-color: #f8f8f8;
}

    .counter-seperate .count-to {
        margin: 5px 0 3px;
    }

    .counter-seperate .count-title {
        color: #666;
    }

.counter-inline .row {
    margin: 0 -20px;
}

.counter-inline .counter-part {
    padding: 0 2rem;
}

.counter-inline .counter {
    padding: 1.3rem 2rem 1.3rem 0;
}

.counter-inline .inline-count {
    display: flex;
    align-items: center;
    color: #363636;
}

@media (max-width: 1199px) {
    .counter-inline .row {
        margin: 0 -10px;
    }

    .counter-inline .counter-part {
        padding: 0 1rem;
    }

    .counter-inline .counter {
        padding-right: 1rem;
    }
}

.counter-inline .count-to {
    font-size: 14px;
    margin: 0;
}

.counter-inline .border-dot .counter {
    border: 1px dashed #848484;
}

    .counter-inline .border-dot .counter .count-to {
        font-weight: 400;
    }

.counter-inline .border-solid .counter {
    background-color: #444;
    border-radius: 10px;
}

.title-descri {
    margin-right: auto;
    margin-left: auto;
    width: 65rem;
    max-width: 90%;
}

.big-slider .banner-subtitle {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 2.3px;
}

.big-slider .banner-title {
    position: relative;
    margin: 0 0 30px -5px;
    font-size: 3.6em;
    line-height: 1.1em;
}

    .big-slider .banner-title:after {
        content: " ";
        position: absolute;
        right: 0;
        height: 4px;
        width: 4.9rem;
        top: 115%;
        background: #faca2a;
    }

.big-slider P {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.8em;
}

.big-slider .banner img {
    min-height: 444px;
    object-fit: cover;
}

.big-slider.owl-carousel .owl-nav button.owl-prev {
    left: 4.5%;
}

.big-slider.owl-carousel .owl-nav button.owl-next {
    right: 4.5%;
}

.big-slide1 .banner-content {
    right: 16.1%;
}

.big-slide1 .ls-super {
    letter-spacing: 1px;
}

.big-slide2 .banner-content {
    position: absolute;
    left: 17.5%;
    right: auto;
    transform: translate(0, -50%);
}

.big-slide2 .banner-title:after {
    background-color: #ce5a67;
    margin-bottom: 40px;
}

.big-slide2 p {
    font-size: 14px;
}

.big-slide2 .btn {
    border-radius: 10px;
    padding: 0.92em 1.61em;
}

.slide-effect img {
    max-width: 573px;
}

.slide-effect .slider-name {
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}

.grid-section .banner-content {
    padding: 0 1.5rem;
}

.grid-section figure {
    border-radius: 10px;
    overflow: hidden;
}

.grid-banner .banner-content {
    right: 5.2%;
    left: 5.2%;
    padding: 0;
}

.grid-banner .banner-title {
    margin: 2px 0 5px 0;
    color: #ffffff;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.grid-banner .banner-subtitle {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14em;
}

.grid-banner .banner-price {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42em;
}

    .grid-banner .banner-price span {
        margin-right: 3px;
        font-size: 24px;
        color: #ffb700;
    }

    .grid-banner .banner-price sup {
        font-size: 14px;
    }

.grid-banner1 .banner-content {
    top: 13.4% !important;
}

.grid-banner1 .banner-subtitle {
    margin: 0 0 13px 0;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.3px;
}

.grid-banner1 .banner-title {
    font-size: 2.6em;
}

.grid-banner2 img,
.grid-banner3 img {
    object-position: 20% center;
}

.grid-banner2 .banner-content,
.grid-banner3 .banner-content {
    padding-right: 8.5%;
}

.grid-banner2 .banner-title {
    font-size: 2.4em;
}

    .grid-banner2 .banner-title span {
        font-size: 1.25em;
    }

.grid-banner2 .banner-subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.grid-banner2 .banner-price-info {
    font-size: 1.8em;
}

    .grid-banner2 .banner-price-info ins {
        text-decoration: none;
    }

    .grid-banner2 .banner-price-info del {
        opacity: 0.5;
    }

.grid-banner3 .banner-subtitle {
    font-size: 1.8em;
}

.grid-banner3 .banner-title {
    margin-bottom: 0.3rem;
    font-size: 2.6em;
}

.grid-banner3 .banner-desc {
    font-size: 1.8rem;
}

.grid-banner3 p {
    margin-bottom: 1.3rem;
    opacity: 0.5;
}

.grid-type {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
    margin: -1rem;
}

@media (max-width: 991px) {
    .grid-type {
        grid-template-columns: repeat(auto-fill, calc(100% / 4));
    }
}

@media (max-width: 767px) {
    .grid-type {
        grid-template-columns: repeat(auto-fill, calc(100% / 3));
    }
}

@media (max-width: 575px) {
    .grid-type {
        grid-template-columns: repeat(auto-fill, calc(100% / 2));
    }
}

.grid-type .banner img {
    min-height: 300px;
    object-fit: cover;
}

.grid-type .product-wrap {
    padding: 0 10px;
    grid-row-end: span 1;
    grid-column-end: span 1;
}

.grid-type .product-single-wrap {
    grid-column-end: span 2;
}

.grid-type .banner-content {
    top: 10.9%;
    right: 8.2%;
}

.grid-type .banner,
.grid-type .banner > figure,
.grid-type .banner > figure img {
    height: 100%;
}

.grid-type .banner-title {
    font-size: 28px;
}

.grid-type .banner-subtitle {
    font-size: 18px;
}

.grid-type .btn {
    padding: 13px 28px;
}

    .grid-type .btn:not(:hover) {
        border-color: #8f8f8f;
    }

@media (max-width: 991px) {
    .md-order-1 {
        order: -1;
    }
}

.image-box {
    text-align: center;
    margin-bottom: 2rem;
}

    .image-box img {
        display: block;
        width: 100%;
    }

    .image-box figure {
        position: relative;
        margin-bottom: 1.5rem;
    }

.image-box-job,
.image-box-name {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.image-box-job {
    font-size: 1.3rem;
    font-weight: 400;
    color: inherit;
    text-transform: none;
}

.image-overlay {
    font-size: 1.3rem;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 2rem;
}

    .image-overlay a.social-link {
        border-color: transparent;
    }

    .image-overlay h4 {
        margin-bottom: 0;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .image-overlay figure {
        position: relative;
    }

    .image-overlay img {
        width: 100%;
        display: block;
    }

.nemad-box {
    margin-bottom: 0;
    float: left;
    background-color: #2c2c2c;
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px;
    width: 120px;
    height: 130px;
    border: 1px solid #333;
}

    .nemad-box img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        float: none;
    }

@media (max-width: 1200px) {
    .nemad-box {
        width: 100px;
        height: 110px;
    }
}

.info-box {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 50px;
}

ul.simple {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: auto;
    overflow: auto;
    margin-bottom: 50px;
}

    ul.simple li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }

.btn-discount {
    padding: 0 20px !important;
    height: 40px;
}

@media (max-width: 580px) {
    .summary-subtitle {
        font-size: 1.2rem;
    }

    .summary-subtotal-price {
        font-size: 1.2rem;
        min-width: 100px;
    }
}

.form-main {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
    padding: 4rem 4rem;
}

@charset "UTF-8";

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    src: url("../fonts/awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-regular-400.ttf") format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/awesome/webfonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/awesome/webfonts/fa-v4compatibility.ttf") format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2.5rem;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    color: #ffb700;
}

    .owl-theme
    .owl-nav
    .owl-next:not(.disabled):active
    .owl-theme
    .owl-nav
    .owl-next:not(.disabled):focus,
    .owl-theme
    .owl-nav
    .owl-next:not(.disabled):active
    .owl-theme
    .owl-nav
    .owl-prev:not(.disabled):focus,
    .owl-theme .owl-nav .owl-next:not(.disabled):hover,
    .owl-theme
    .owl-nav
    .owl-prev:not(.disabled):active
    .owl-theme
    .owl-nav
    .owl-next:not(.disabled):focus,
    .owl-theme
    .owl-nav
    .owl-prev:not(.disabled):active
    .owl-theme
    .owl-nav
    .owl-prev:not(.disabled):focus,
    .owl-theme .owl-nav .owl-prev:not(.disabled):hover {
        background-color: #ffb700;
        border-color: #ffb700;
        color: #fff;
    }

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffb700;
    border-color: #ffb700;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}

@media (max-width: 1300px) {
    .owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 20px;
    }
}

.owl-nav-full .owl-nav {
    opacity: 0;
    transition: opacity 0.4s;
}

    .owl-nav-full .owl-nav .owl-next,
    .owl-nav-full .owl-nav .owl-prev {
        margin: 0;
        top: 0;
        height: 100%;
        transform: none;
        border: 0;
        font-size: 3rem;
        font-weight: 400;
        color: #363636;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.8);
        transition: 0.4s;
    }

        .owl-nav-full .owl-nav .owl-next:not(.disabled):hover,
        .owl-nav-full .owl-nav .owl-prev:not(.disabled):hover {
            color: #ffb700;
            background-color: rgba(255, 255, 255, 0.8);
        }

        .owl-nav-full .owl-nav .owl-next.disabled,
        .owl-nav-full .owl-nav .owl-prev.disabled {
            visibility: hidden;
            opacity: 0;
        }

    .owl-nav-full .owl-nav .owl-prev {
        left: 0;
        box-shadow: 4px 0 7px -5px rgba(0, 0, 0, 0.2);
    }

    .owl-nav-full .owl-nav .owl-next {
        right: 0;
        box-shadow: -4px 0 7px -5px rgba(0, 0, 0, 0.2);
    }

.owl-nav-full:hover .owl-nav {
    opacity: 1;
}

.owl-nav-full:hover .owl-prev {
    left: 0;
}

.owl-nav-full:hover .owl-next {
    right: 0;
}

.owl-nav-arrow .owl-nav .owl-next,
.owl-nav-arrow .owl-nav .owl-prev {
    margin: 0;
    color: #666;
    font-weight: 400;
    width: 1em;
    height: 1em;
    font-size: 4.5rem;
    border: none;
}

    .owl-nav-arrow .owl-nav .owl-next i,
    .owl-nav-arrow .owl-nav .owl-prev i {
        display: none;
    }

    .owl-nav-arrow .owl-nav .owl-next:before,
    .owl-nav-arrow .owl-nav .owl-prev:before {
        font-family: "Font Awesome 6 Pro";
    }

    .owl-nav-arrow .owl-nav .owl-next:not(.disabled):active,
    .owl-nav-arrow .owl-nav .owl-next:not(.disabled):focus,
    .owl-nav-arrow .owl-nav .owl-next:not(.disabled):hover,
    .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):active,
    .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):focus,
    .owl-nav-arrow .owl-nav .owl-prev:not(.disabled):hover {
        background-color: transparent;
        color: #ffb700;
    }

    .owl-nav-arrow .owl-nav .owl-next.disabled,
    .owl-nav-arrow .owl-nav .owl-prev.disabled {
        color: #aaa;
    }

.owl-nav-arrow .owl-nav .owl-next {
    right: 5%;
}

    .owl-nav-arrow .owl-nav .owl-next:before {
        content: "\f054";
    }

.owl-nav-arrow .owl-nav .owl-prev {
    left: 5%;
    margin-right: 20px;
}

    .owl-nav-arrow .owl-nav .owl-prev:before {
        content: "\f053";
    }

.owl-nav-inner .owl-nav .owl-next,
.owl-nav-inner .owl-nav .owl-prev {
    opacity: 0;
    visibility: hidden;
}

.owl-nav-inner .owl-nav .owl-prev {
    left: 0;
}

.owl-nav-inner .owl-nav .owl-next {
    right: 0;
}

.owl-nav-inner:hover .owl-next,
.owl-nav-inner:hover .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-inner:hover .owl-prev {
    left: 2rem;
}

.owl-nav-inner:hover .owl-next {
    right: 2rem;
}

.owl-nav-top .owl-nav {
    position: absolute;
    display: flex;
    top: -5.3rem;
    right: -0.4rem;
    color: #ccc;
}

    .owl-nav-top .owl-nav .owl-next:not(.disabled) .owl-prev:not(.disabled) {
        color: #777;
    }

    .owl-nav-top .owl-nav .owl-next,
    .owl-nav-top .owl-nav .owl-prev {
        position: static;
        transform: translateY(-11%);
    }

    .owl-nav-top .owl-nav .owl-next {
        margin-left: 5px;
    }

    .owl-nav-top .owl-nav i {
        padding: 0.1rem 0.5rem;
        font-size: 1.8rem;
        font-weight: 700;
    }

        .owl-nav-top .owl-nav i:before {
            margin: 0;
        }

.owl-nav-top.owl-nav-arrow .owl-nav .owl-next,
.owl-nav-top.owl-nav-arrow .owl-nav .owl-prev {
    font-size: 3.4rem;
}

.owl-nav-bottom .owl-nav {
    position: absolute;
    bottom: 1.7rem;
    left: -0.4rem;
    color: #999;
}

    .owl-nav-bottom .owl-nav i {
        font-size: 2rem;
        font-weight: 700;
    }

        .owl-nav-bottom .owl-nav i:before {
            margin: 0;
        }

.owl-nav-bottom .owl-prev {
    margin-left: 0.8rem;
}

.owl-dot-grey .owl-dots .owl-dot span {
    background-color: #efefef;
    border-color: #efefef;
}

.owl-dot-grey .owl-dots .owl-dot.active span {
    background-color: #999;
    border-color: #999;
}

.owl-dot-dark .owl-dots .owl-dot span {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}

.owl-dot-dark .owl-dots .owl-dot.active span {
    background-color: #363636;
    border-color: #333;
}

.owl-dot-inner .owl-dots {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    direction: rtl !important;
}

.brand-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.brand-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.brand-carousel:not(.loaded) {
    text-align: center;
    align-items: center;
}

.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    visibility: hidden;
    opacity: 0;
}

    .owl-carousel .slide-animate.show-content {
        visibility: visible;
        opacity: 1;
    }

.owl-full-height,
.owl-full-height .owl-item,
.owl-full-height .owl-stage,
.owl-full-height .owl-stage-outer,
.owl-same-height .owl-item > * {
    height: 100%;
}

.owl-same-height .owl-stage {
    display: flex;
}

.owl-full-height .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-shadow-carousel .owl-stage-outer {
    margin: -30px;
    padding: 30px;
}

.owl-nav-bg .owl-nav .owl-prev {
    right: 15.4%;
}

.owl-nav-bg .owl-nav .owl-next {
    left: 15.4%;
}

.owl-nav-bg .owl-nav [class*="owl-"] {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    font-size: 3.2rem;
    color: #666;
    border-color: #666;
}

    .owl-nav-bg .owl-nav [class*="owl-"].disabled {
        border-color: #acabab;
    }

.owl-nav-bg .owl-nav i {
    line-height: 1;
    margin-bottom: 2px;
}

.owl-nav-fade .owl-nav .owl-prev {
    opacity: 0;
    margin-right: 4rem;
}

.owl-nav-fade .owl-nav .owl-next {
    opacity: 0;
    margin-left: 4rem;
}

.owl-nav-fade:hover .owl-nav .owl-prev {
    opacity: 1;
    margin-right: 0;
}

.owl-nav-fade:hover .owl-nav .owl-next {
    opacity: 1;
    margin-left: 0;
}

.owl-split .owl-item:not(:last-child) {
    position: relative;
}

    .owl-split .owl-item:not(:last-child):after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ebebeb;
    }

.owl-middle .owl-stage {
    display: flex;
    align-items: center;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: vazir;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
}

main {
    display: block;
    position: static;
    background-color: #fff;
}

body:not(.loaded) * {
    transition: all 0s !important;
}

.page-wrapper {
    position: static;
    transition: margin 0.4s;
}

table {
    width: 100%;
    border-collapse: separate;
}

    table td,
    table th {
        padding: 0;
    }

.section {
    padding: 7rem 0;
}

.grey-section {
    background: #f6f7f9;
}

.blue-section {
    background: url(../images/bg-pattern-1.png) #1879ca no-repeat center;
    background-size: cover;
}

.background-section {
    background-repeat: no-repeat;
}

.parallax {
    background-color: #3c3f41;
}

.banner-cta {
    padding: 7.5rem 0 6.9rem;
}

    .banner-cta .banner-title {
        font-size: 3.6em;
        padding-bottom: 2rem;
        font-weight: 400;
    }

    .banner-cta p {
        margin-bottom: 2rem;
        line-height: 1.72;
        text-align: center;
    }

    .banner-cta .input-wrapper {
        margin: 0 auto 2.8rem;
        max-width: 51rem;
        height: 4.9rem;
    }

        .banner-cta .input-wrapper input.form-control {
            padding-right: 2.2rem;
            padding-left: 2.2rem;
            border: 0;
            font-size: 1.3rem;
        }

    .banner-cta .btn {
        padding-right: 1.4em;
        padding-left: 1.4em;
    }

        .banner-cta .btn i {
            margin-right: 0.6rem;
            font-size: 1.6rem;
        }

ul {
    padding-right: 0em;
    list-style: none;
}

.breadcrumb,
.category ul,
.comments ul,
.dropdown-box,
.filter-items,
.list,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-nav,
.product-tabs > div ul,
.select-menu > ul,
.widget-body,
.widget-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s;
}

    a:hover {
        color: #ffb700;
    }

:focus {
    outline: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr {
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee;
}

input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    font-family: vazir;
}

    input:focus {
        outline: 0;
    }

.input-group > button,
.input-group > input,
.input-wrapper > button,
.input-wrapper > input {
    margin: 0;
}

i {
    font-style: normal;
}

button:focus {
    outline: none;
}

.scrollable,
.sidebar-content {
    -webkit-overflow-scrolling: touch;
}

    .scrollable::-webkit-scrollbar,
    .sidebar-content::-webkit-scrollbar {
        height: 7px;
        width: 4px;
    }

    .scrollable::-webkit-scrollbar-thumb,
    .sidebar-content::-webkit-scrollbar-thumb {
        margin-left: 2px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        cursor: pointer;
    }

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

@keyframes bouncedelay {
    0%, 80%, to {
        transform: scale(1);
    }

    40% {
        transform: scale(1.2);
    }
}

@keyframes rotatedelay {
    0% {
        transform: rotateZ(0);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes reveal-1 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, 55%, 0);
        border-radius: 0;
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, 55%, 0);
        border-radius: 0;
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}

@keyframes reveal-2 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(55%, -55%, 0);
        border-radius: 0;
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(55%, -55%, 0);
        border-radius: 0;
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}

@keyframes reveal-3 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, -55%, 0);
        border-radius: 0;
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, -55%, 0);
        border-radius: 0;
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}

@keyframes reveal-4 {
    0% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }

    20% {
        transform: rotate3d(0, 0, 1, 135deg) translate3d(-55%, 55%, 0);
        border-radius: 0;
    }

    80% {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(-55%, 55%, 0);
        border-radius: 0;
    }

    to {
        transform: rotate3d(0, 0, 1, 495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}

.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity;
}

.fade {
    opacity: 0;
    transition: opacity 0.5s;
}

    .fade.in {
        opacity: 1;
    }

.scroll-top {
    position: fixed;
    text-align: center;
    bottom: 30px;
    right: auto;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    color: #ffb700;
    transform: translateY(40px);
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background: rgb(68 68 68 / 10%);
    -webkit-backdrop-filter: blur(0.9rem);
    backdrop-filter: blur(0.9rem);
    border: 1px solid #ffffff0f;
}

    .scroll-top:hover {
        color: #ffb700;
    }

    .scroll-top i {
        font-weight: 900;
        line-height: inherit;
    }

@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fixedTop {
    0% {
        transform: translateY(-100%);
        transform-origin: center top 0;
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0;
    }

    to {
        transform: translateY(0);
    }
}

.sticky-content.fix-top {
    top: 0;
}

.sticky-content.fix-bottom {
    bottom: 0;
}

.sticky-content.fixed {
    position: fixed;
    opacity: 1;
    right: 0;
    left: 0;
    z-index: 1051;
    background-color: #eeeeeeaa;
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .sticky-content.fixed.fix-top {
        animation: fixedTop 0.4s;
    }

    .sticky-content.fixed.fix-bottom {
        animation: fixedBottom 0.4s;
    }

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-left: 2px solid rgba(0, 0, 0, 0.4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
    content: "";
    display: block;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    right: 50%;
    margin-right: -10px;
    left: auto;
    position: absolute;
    width: 21px;
}

.load-more-overlay {
    position: relative;
}

    .load-more-overlay.loading:after {
        content: "";
    }

    .load-more-overlay:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.8;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.sticky-icon-links li:nth-child(4) a {
    background: #ffb700;
}

.d-loading {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
}

    .d-loading.small i {
        position: absolute;
        right: calc(50% - 10px);
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }

    .d-loading i {
        position: absolute;
        right: calc(50% - 17px);
        top: calc(50% - 17px);
        width: 34px;
        height: 34px;
        border: 2px solid transparent;
        border-top-color: #ffb700;
        border-radius: 50%;
        animation: spin 0.75s infinite linear;
    }

        .d-loading i:before {
            content: "";
            top: -2px;
            right: -2px;
            position: absolute;
            width: inherit;
            height: inherit;
            border: inherit;
            border-radius: inherit;
            animation: spin 1.5s infinite ease;
        }

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.p-sticky {
    position: sticky !important;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.x-50 {
    right: 50% !important;
    transform: translateX(50%) !important;
}

.x-60 {
    right: 60% !important;
    transform: translateX(60%) !important;
}

.x-50.y-50 {
    transform: translate(50%, -50%) !important;
}

.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-1 {
    flex: 1 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .d-md-show {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .d-xs-show {
        display: none !important;
    }
}

.font-primary {
    font-family: vazir !important;
}

.font-weight-700er {
    font-weight: 800 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-semi-700 {
    font-weight: 600 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-100 {
    font-weight: 300 !important;
}

.text-normal {
    text-transform: none !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #1879ca !important;
}

.text-yellow {
    color: #ffb700 !important;
}

.text-light {
    color: #ccc !important;
}

.text-grey {
    color: #909090 !important;
}

.text-body {
    color: #666 !important;
}

.text-dark {
    color: #222 !important;
}

.text-black {
    color: #000 !important;
}

.text-primary {
    color: #1879ca !important;
}

.text-secondary {
    color: #ffb700 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-0 {
    line-height: 0 !important;
}

.bg-white {
    background-color: #fff !important;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
    padding: 4rem 2rem;
}

.bg-dark {
    background-color: #222 !important;
}

.bg-grey {
    background-color: #999 !important;
}

.bg-light {
    background-color: #ccc !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-primary {
    background-color: #1879ca !important;
}

.bg-secondary {
    background-color: #ffb700 !important;
}

.border-no {
    border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: vazir;
    line-height: 1.4;
    color: #353535;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.5rem;
}

p {
    font-family: vazir;
    font-size: 1.4rem;
    line-height: 1.86;
    text-align: justify;
}

blockquote {
    margin: 0;
}

.list {
    font-size: 1.4rem;
    line-height: 1.86;
    color: #666;
}

.list-style-none {
    list-style: none;
}

.list-type-number {
    list-style-type: decimal;
}

.list-type-check li {
    position: relative;
    padding-right: 2.4rem;
}

    .list-type-check li:before {
        display: block;
        position: absolute;
        right: 3px;
        top: 2px;
        font-family: "Font Awesome 6 Pro";
        content: "\f00c";
        font-weight: 700;
        font-size: 1.3rem;
        color: #ffb700;
    }

@media (max-width: 767px) {
    .list-type-number {
        margin-right: 2.3rem;
    }
}

.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 479px) {
    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.container-fluid {
    max-width: 1820px;
}

.container {
    max-width: 1220px;
}

.divider {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
    height: 2.5rem;
    width: 1px;
    background-color: #e1e1e1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

    .row > * {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.gutter-lg {
    margin-right: -15px;
    margin-left: -15px;
}

    .gutter-lg > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.gutter-sm {
    margin-right: -5px;
    margin-left: -5px;
}

    .gutter-sm > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.gutter-xs {
    margin-right: -1px;
    margin-left: -1px;
}

    .gutter-xs > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.gutter-no {
    margin-right: 0;
    margin-left: 0;
}

    .gutter-no > * {
        padding-left: 0;
        padding-right: 0;
    }

.cols-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
}

.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
}

.cols-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.cols-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}

.cols-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
}

.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}

.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
}

.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

@media (min-width: 480px) {
    .cols-xs-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-xs-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 576px) {
    .cols-sm-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-sm-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-sm-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-sm-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 768px) {
    .cols-md-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-md-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-md-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 992px) {
    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-lg-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-lg-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 1200px) {
    .cols-xl-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-xl-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-xl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 1600px) {
    .cols-xxl-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-xxl-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-xxl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-xxl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-xxl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-xxl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-xxl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-xxl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

.col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
}

.col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
}

.col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
}

.col-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

@media (min-width: 480px) {
    .col-xs-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-xs-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-xs-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-sm-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-md-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-lg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-xl-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-xl-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.order-first {
    order: -1;
}

.order-last {
    order: 9;
}

@media (min-width: 576px) {
    .order-sm-auto {
        order: 0;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 9;
    }
}

@media (min-width: 768px) {
    .order-md-auto {
        order: 0;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 9;
    }
}

@media (min-width: 992px) {
    .order-lg-auto {
        order: 0;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 9;
    }
}

@media (min-width: 1200px) {
    .order-xl-auto {
        order: 0;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 9;
    }
}

.grid {
    margin: -1rem;
}

    .grid .banner,
    .grid .banner img,
    .grid .category,
    .grid .category > a,
    .grid .category img,
    .grid figure {
        height: 100%;
    }

    .grid img {
        object-fit: cover;
    }

    .grid .grid-item {
        padding: 1rem;
        transform: translate3d(0, 0, 0);
    }

    .grid.gutter-sm {
        margin: -0.5rem;
    }

        .grid.gutter-sm .grid-item {
            padding: 0.5rem;
        }

    .grid.gutter-no {
        margin: 0;
    }

        .grid.gutter-no .grid-item {
            padding: 0;
        }

    .grid:after {
        content: "";
        display: block;
        clear: both;
    }

.split-line > * {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ebebeb;
}

.split-line > :after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 3rem);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ebebeb;
}

.split-line.cols-1 > :nth-child(1n):after,
.split-line.cols-2 > :nth-child(2n):after,
.split-line.cols-3 > :nth-child(3n):after,
.split-line.cols-4 > :nth-child(4n):after,
.split-line.cols-5 > :nth-child(5n):after,
.split-line.cols-6 > :nth-child(6n):after,
.split-line.cols-7 > :nth-child(7n):after,
.split-line.cols-8 > :nth-child(8n):after,
.split-line > .col-1:nth-child(12n):after,
.split-line > .col-2:nth-child(6n):after,
.split-line > .col-3:nth-child(4n):after,
.split-line > .col-4:nth-child(3n):after,
.split-line > .col-5:nth-child(2n):after,
.split-line > .col-6:nth-child(2n):after,
.split-line > .col-7:nth-child(1n):after,
.split-line > .col-8:nth-child(1n):after,
.split-line > .col-9:nth-child(1n):after,
.split-line > .col-10:nth-child(1n):after,
.split-line > .col-11:nth-child(1n):after {
    content: none;
}

@media (min-width: 576px) {
    .split-line.cols-sm-1 > :nth-child(n):after,
    .split-line.cols-sm-2 > :nth-child(n):after,
    .split-line.cols-sm-3 > :nth-child(n):after,
    .split-line.cols-sm-4 > :nth-child(n):after,
    .split-line.cols-sm-5 > :nth-child(n):after,
    .split-line.cols-sm-6 > :nth-child(n):after,
    .split-line.cols-sm-7 > :nth-child(n):after,
    .split-line.cols-sm-8 > :nth-child(n):after,
    .split-line > .col-sm-1:nth-child(n):after,
    .split-line > .col-sm-2:nth-child(n):after,
    .split-line > .col-sm-3:nth-child(n):after,
    .split-line > .col-sm-4:nth-child(n):after,
    .split-line > .col-sm-5:nth-child(n):after,
    .split-line > .col-sm-6:nth-child(n):after,
    .split-line > .col-sm-7:nth-child(n):after,
    .split-line > .col-sm-8:nth-child(n):after,
    .split-line > .col-sm-9:nth-child(n):after,
    .split-line > .col-sm-10:nth-child(n):after,
    .split-line > .col-sm-11:nth-child(n):after {
        content: "";
    }

    .split-line.cols-sm-1 > :nth-child(1n):after,
    .split-line.cols-sm-2 > :nth-child(2n):after,
    .split-line.cols-sm-3 > :nth-child(3n):after,
    .split-line.cols-sm-4 > :nth-child(4n):after,
    .split-line.cols-sm-5 > :nth-child(5n):after,
    .split-line.cols-sm-6 > :nth-child(6n):after,
    .split-line.cols-sm-7 > :nth-child(7n):after,
    .split-line.cols-sm-8 > :nth-child(8n):after,
    .split-line > .col-sm-1:nth-child(12n):after,
    .split-line > .col-sm-2:nth-child(6n):after,
    .split-line > .col-sm-3:nth-child(4n):after,
    .split-line > .col-sm-4:nth-child(3n):after,
    .split-line > .col-sm-5:nth-child(2n):after,
    .split-line > .col-sm-6:nth-child(2n):after,
    .split-line > .col-sm-7:nth-child(1n):after,
    .split-line > .col-sm-8:nth-child(1n):after,
    .split-line > .col-sm-9:nth-child(1n):after,
    .split-line > .col-sm-10:nth-child(1n):after,
    .split-line > .col-sm-11:nth-child(1n):after {
        content: none;
    }
}

@media (min-width: 768px) {
    .split-line.cols-md-1 > :nth-child(n):after,
    .split-line.cols-md-2 > :nth-child(n):after,
    .split-line.cols-md-3 > :nth-child(n):after,
    .split-line.cols-md-4 > :nth-child(n):after,
    .split-line.cols-md-5 > :nth-child(n):after,
    .split-line.cols-md-6 > :nth-child(n):after,
    .split-line.cols-md-7 > :nth-child(n):after,
    .split-line.cols-md-8 > :nth-child(n):after,
    .split-line > .col-md-1:nth-child(n):after,
    .split-line > .col-md-2:nth-child(n):after,
    .split-line > .col-md-3:nth-child(n):after,
    .split-line > .col-md-4:nth-child(n):after,
    .split-line > .col-md-5:nth-child(n):after,
    .split-line > .col-md-6:nth-child(n):after,
    .split-line > .col-md-7:nth-child(n):after,
    .split-line > .col-md-8:nth-child(n):after,
    .split-line > .col-md-9:nth-child(n):after,
    .split-line > .col-md-10:nth-child(n):after,
    .split-line > .col-md-11:nth-child(n):after {
        content: "";
    }

    .split-line.cols-md-1 > :nth-child(1n):after,
    .split-line.cols-md-2 > :nth-child(2n):after,
    .split-line.cols-md-3 > :nth-child(3n):after,
    .split-line.cols-md-4 > :nth-child(4n):after,
    .split-line.cols-md-5 > :nth-child(5n):after,
    .split-line.cols-md-6 > :nth-child(6n):after,
    .split-line.cols-md-7 > :nth-child(7n):after,
    .split-line.cols-md-8 > :nth-child(8n):after,
    .split-line > .col-md-1:nth-child(12n):after,
    .split-line > .col-md-2:nth-child(6n):after,
    .split-line > .col-md-3:nth-child(4n):after,
    .split-line > .col-md-4:nth-child(3n):after,
    .split-line > .col-md-5:nth-child(2n):after,
    .split-line > .col-md-6:nth-child(2n):after,
    .split-line > .col-md-7:nth-child(1n):after,
    .split-line > .col-md-8:nth-child(1n):after,
    .split-line > .col-md-9:nth-child(1n):after,
    .split-line > .col-md-10:nth-child(1n):after,
    .split-line > .col-md-11:nth-child(1n):after {
        content: none;
    }
}

@media (min-width: 992px) {
    .split-line.cols-lg-1 > :nth-child(n):after,
    .split-line.cols-lg-2 > :nth-child(n):after,
    .split-line.cols-lg-3 > :nth-child(n):after,
    .split-line.cols-lg-4 > :nth-child(n):after,
    .split-line.cols-lg-5 > :nth-child(n):after,
    .split-line.cols-lg-6 > :nth-child(n):after,
    .split-line.cols-lg-7 > :nth-child(n):after,
    .split-line.cols-lg-8 > :nth-child(n):after,
    .split-line > .col-lg-1:nth-child(n):after,
    .split-line > .col-lg-2:nth-child(n):after,
    .split-line > .col-lg-3:nth-child(n):after,
    .split-line > .col-lg-4:nth-child(n):after,
    .split-line > .col-lg-5:nth-child(n):after,
    .split-line > .col-lg-6:nth-child(n):after,
    .split-line > .col-lg-7:nth-child(n):after,
    .split-line > .col-lg-8:nth-child(n):after,
    .split-line > .col-lg-9:nth-child(n):after,
    .split-line > .col-lg-10:nth-child(n):after,
    .split-line > .col-lg-11:nth-child(n):after {
        content: "";
    }

    .split-line.cols-lg-1 > :nth-child(1n):after,
    .split-line.cols-lg-2 > :nth-child(2n):after,
    .split-line.cols-lg-3 > :nth-child(3n):after,
    .split-line.cols-lg-4 > :nth-child(4n):after,
    .split-line.cols-lg-5 > :nth-child(5n):after,
    .split-line.cols-lg-6 > :nth-child(6n):after,
    .split-line.cols-lg-7 > :nth-child(7n):after,
    .split-line.cols-lg-8 > :nth-child(8n):after,
    .split-line > .col-lg-1:nth-child(12n):after,
    .split-line > .col-lg-2:nth-child(6n):after,
    .split-line > .col-lg-3:nth-child(4n):after,
    .split-line > .col-lg-4:nth-child(3n):after,
    .split-line > .col-lg-5:nth-child(2n):after,
    .split-line > .col-lg-6:nth-child(2n):after,
    .split-line > .col-lg-7:nth-child(1n):after,
    .split-line > .col-lg-8:nth-child(1n):after,
    .split-line > .col-lg-9:nth-child(1n):after,
    .split-line > .col-lg-10:nth-child(1n):after,
    .split-line > .col-lg-11:nth-child(1n):after {
        content: none;
    }
}

@media (min-width: 1200px) {
    .split-line.cols-xl-1 > :nth-child(n):after,
    .split-line.cols-xl-2 > :nth-child(n):after,
    .split-line.cols-xl-3 > :nth-child(n):after,
    .split-line.cols-xl-4 > :nth-child(n):after,
    .split-line.cols-xl-5 > :nth-child(n):after,
    .split-line.cols-xl-6 > :nth-child(n):after,
    .split-line.cols-xl-7 > :nth-child(n):after,
    .split-line.cols-xl-8 > :nth-child(n):after,
    .split-line > .col-xl-1:nth-child(n):after,
    .split-line > .col-xl-2:nth-child(n):after,
    .split-line > .col-xl-3:nth-child(n):after,
    .split-line > .col-xl-4:nth-child(n):after,
    .split-line > .col-xl-5:nth-child(n):after,
    .split-line > .col-xl-5col:nth-child(n):after,
    .split-line > .col-xl-6:nth-child(n):after,
    .split-line > .col-xl-7:nth-child(n):after,
    .split-line > .col-xl-7col:nth-child(n):after,
    .split-line > .col-xl-8:nth-child(n):after,
    .split-line > .col-xl-8col:nth-child(n):after,
    .split-line > .col-xl-9:nth-child(n):after,
    .split-line > .col-xl-10:nth-child(n):after,
    .split-line > .col-xl-11:nth-child(n):after {
        content: "";
    }

    .split-line.cols-xl-1 > :nth-child(1n):after,
    .split-line.cols-xl-2 > :nth-child(2n):after,
    .split-line.cols-xl-3 > :nth-child(3n):after,
    .split-line.cols-xl-4 > :nth-child(4n):after,
    .split-line.cols-xl-5 > :nth-child(5n):after,
    .split-line.cols-xl-6 > :nth-child(6n):after,
    .split-line.cols-xl-7 > :nth-child(7n):after,
    .split-line.cols-xl-8 > :nth-child(8n):after,
    .split-line > .col-xl-1:nth-child(12n):after,
    .split-line > .col-xl-2:nth-child(6n):after,
    .split-line > .col-xl-3:nth-child(4n):after,
    .split-line > .col-xl-4:nth-child(3n):after,
    .split-line > .col-xl-5:nth-child(2n):after,
    .split-line > .col-xl-5col:nth-child(5n):after,
    .split-line > .col-xl-6:nth-child(2n):after,
    .split-line > .col-xl-7:nth-child(1n):after,
    .split-line > .col-xl-7col:nth-child(7n):after,
    .split-line > .col-xl-8:nth-child(1n):after,
    .split-line > .col-xl-8col:nth-child(8n):after,
    .split-line > .col-xl-9:nth-child(1n):after,
    .split-line > .col-xl-10:nth-child(1n):after,
    .split-line > .col-xl-11:nth-child(1n):after {
        content: none;
    }
}

.mt-0 {
    margin-top: 0rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.pt-1 {
    padding-top: 0.5rem !important;
}

.pb-1 {
    padding-bottom: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.pt-2 {
    padding-top: 1rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.pb-5 {
    padding-bottom: 2.5rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.mt-7 {
    margin-top: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 3.5rem !important;
}

.pt-7 {
    padding-top: 3.5rem !important;
}

.pb-7 {
    padding-bottom: 3.5rem !important;
}

.mt-8 {
    margin-top: 4rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.pt-8 {
    padding-top: 4rem !important;
}

.pb-8 {
    padding-bottom: 4rem !important;
}

.mt-9 {
    margin-top: 4.5rem !important;
}

.mb-9 {
    margin-bottom: 4.5rem !important;
}

.pt-9 {
    padding-top: 4.5rem !important;
}

.pb-9 {
    padding-bottom: 4.5rem !important;
}

.mt-10 {
    margin-top: 5rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

.pt-10 {
    padding-top: 5rem !important;
}

.pb-10 {
    padding-bottom: 5rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pr-2 {
    padding-right: 1rem !important;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.pr-3 {
    padding-right: 1.5rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}

.ml-5 {
    margin-left: 2.5rem !important;
}

.mr-5 {
    margin-right: 2.5rem !important;
}

.pl-5 {
    padding-left: 2.5rem !important;
}

.pr-5 {
    padding-right: 2.5rem !important;
}

.ml-6 {
    margin-left: 3rem !important;
}

.mr-6 {
    margin-right: 3rem !important;
}

.pl-6 {
    padding-left: 3rem !important;
}

.pr-6 {
    padding-right: 3rem !important;
}

.ml-7 {
    margin-left: 3.5rem !important;
}

.mr-7 {
    margin-right: 3.5rem !important;
}

.pl-7 {
    padding-left: 3.5rem !important;
}

.pr-7 {
    padding-right: 3.5rem !important;
}

.ml-8 {
    margin-left: 4rem !important;
}

.mr-8 {
    margin-right: 4rem !important;
}

.pl-8 {
    padding-left: 4rem !important;
}

.pr-8 {
    padding-right: 4rem !important;
}

.ml-9 {
    margin-left: 4.5rem !important;
}

.mr-9 {
    margin-right: 4.5rem !important;
}

.pl-9 {
    padding-left: 4.5rem !important;
}

.pr-9 {
    padding-right: 4.5rem !important;
}

.ml-10 {
    margin-left: 5rem !important;
}

.mr-10 {
    margin-right: 5rem !important;
}

.pl-10 {
    padding-left: 5rem !important;
}

.pr-10 {
    padding-right: 5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important;
    }

    .mr-sm-0 {
        margin-right: 0rem !important;
    }

    .ml-sm-0 {
        margin-left: 0rem !important;
    }

    .pt-sm-0 {
        padding-top: 0rem !important;
    }

    .pr-sm-0 {
        padding-right: 0rem !important;
    }

    .pl-sm-0 {
        padding-left: 0rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.5rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.5rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.5rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.5rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.5rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.5rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 1rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }

    .mr-sm-2 {
        margin-right: 1rem !important;
    }

    .ml-sm-2 {
        margin-left: 1rem !important;
    }

    .pt-sm-2 {
        padding-top: 1rem !important;
    }

    .pr-sm-2 {
        padding-right: 1rem !important;
    }

    .pl-sm-2 {
        padding-left: 1rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important;
    }

    .ml-sm-3 {
        margin-left: 1.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important;
    }

    .pl-sm-3 {
        padding-left: 1.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 2rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important;
    }

    .mr-sm-4 {
        margin-right: 2rem !important;
    }

    .ml-sm-4 {
        margin-left: 2rem !important;
    }

    .pt-sm-4 {
        padding-top: 2rem !important;
    }

    .pr-sm-4 {
        padding-right: 2rem !important;
    }

    .pl-sm-4 {
        padding-left: 2rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important;
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important;
    }

    .mr-sm-5 {
        margin-right: 2.5rem !important;
    }

    .ml-sm-5 {
        margin-left: 2.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important;
    }

    .pr-sm-5 {
        padding-right: 2.5rem !important;
    }

    .pl-sm-5 {
        padding-left: 2.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }

    .mt-sm-6 {
        margin-top: 3rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }

    .mr-sm-6 {
        margin-right: 3rem !important;
    }

    .ml-sm-6 {
        margin-left: 3rem !important;
    }

    .pt-sm-6 {
        padding-top: 3rem !important;
    }

    .pr-sm-6 {
        padding-right: 3rem !important;
    }

    .pl-sm-6 {
        padding-left: 3rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important;
    }

    .mr-sm-7 {
        margin-right: 3.5rem !important;
    }

    .ml-sm-7 {
        margin-left: 3.5rem !important;
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important;
    }

    .pr-sm-7 {
        padding-right: 3.5rem !important;
    }

    .pl-sm-7 {
        padding-left: 3.5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important;
    }

    .mt-sm-8 {
        margin-top: 4rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }

    .mr-sm-8 {
        margin-right: 4rem !important;
    }

    .ml-sm-8 {
        margin-left: 4rem !important;
    }

    .pt-sm-8 {
        padding-top: 4rem !important;
    }

    .pr-sm-8 {
        padding-right: 4rem !important;
    }

    .pl-sm-8 {
        padding-left: 4rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important;
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }

    .mr-sm-9 {
        margin-right: 4.5rem !important;
    }

    .ml-sm-9 {
        margin-left: 4.5rem !important;
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important;
    }

    .pr-sm-9 {
        padding-right: 4.5rem !important;
    }

    .pl-sm-9 {
        padding-left: 4.5rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important;
    }

    .mt-sm-10 {
        margin-top: 5rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }

    .mr-sm-10 {
        margin-right: 5rem !important;
    }

    .ml-sm-10 {
        margin-left: 5rem !important;
    }

    .pt-sm-10 {
        padding-top: 5rem !important;
    }

    .pr-sm-10 {
        padding-right: 5rem !important;
    }

    .pl-sm-10 {
        padding-left: 5rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0rem !important;
    }

    .mr-md-0 {
        margin-right: 0rem !important;
    }

    .ml-md-0 {
        margin-left: 0rem !important;
    }

    .pt-md-0 {
        padding-top: 0rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0rem !important;
    }

    .pr-md-0 {
        padding-right: 0rem !important;
    }

    .pl-md-0 {
        padding-left: 0rem !important;
    }

    .mt-md-1 {
        margin-top: 0.5rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.5rem !important;
    }

    .mr-md-1 {
        margin-right: 0.5rem !important;
    }

    .ml-md-1 {
        margin-left: 0.5rem !important;
    }

    .pt-md-1 {
        padding-top: 0.5rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.5rem !important;
    }

    .pr-md-1 {
        padding-right: 0.5rem !important;
    }

    .pl-md-1 {
        padding-left: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 1rem !important;
    }

    .mb-md-2 {
        margin-bottom: 1rem !important;
    }

    .mr-md-2 {
        margin-right: 1rem !important;
    }

    .ml-md-2 {
        margin-left: 1rem !important;
    }

    .pt-md-2 {
        padding-top: 1rem !important;
    }

    .pb-md-2 {
        padding-bottom: 1rem !important;
    }

    .pr-md-2 {
        padding-right: 1rem !important;
    }

    .pl-md-2 {
        padding-left: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important;
    }

    .mr-md-3 {
        margin-right: 1.5rem !important;
    }

    .ml-md-3 {
        margin-left: 1.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important;
    }

    .pr-md-3 {
        padding-right: 1.5rem !important;
    }

    .pl-md-3 {
        padding-left: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 2rem !important;
    }

    .mb-md-4 {
        margin-bottom: 2rem !important;
    }

    .mr-md-4 {
        margin-right: 2rem !important;
    }

    .ml-md-4 {
        margin-left: 2rem !important;
    }

    .pt-md-4 {
        padding-top: 2rem !important;
    }

    .pb-md-4 {
        padding-bottom: 2rem !important;
    }

    .pr-md-4 {
        padding-right: 2rem !important;
    }

    .pl-md-4 {
        padding-left: 2rem !important;
    }

    .mt-md-5 {
        margin-top: 2.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important;
    }

    .mr-md-5 {
        margin-right: 2.5rem !important;
    }

    .ml-md-5 {
        margin-left: 2.5rem !important;
    }

    .pt-md-5 {
        padding-top: 2.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important;
    }

    .pr-md-5 {
        padding-right: 2.5rem !important;
    }

    .pl-md-5 {
        padding-left: 2.5rem !important;
    }

    .mt-md-6 {
        margin-top: 3rem !important;
    }

    .mb-md-6 {
        margin-bottom: 3rem !important;
    }

    .mr-md-6 {
        margin-right: 3rem !important;
    }

    .ml-md-6 {
        margin-left: 3rem !important;
    }

    .pt-md-6 {
        padding-top: 3rem !important;
    }

    .pb-md-6 {
        padding-bottom: 3rem !important;
    }

    .pr-md-6 {
        padding-right: 3rem !important;
    }

    .pl-md-6 {
        padding-left: 3rem !important;
    }

    .mt-md-7 {
        margin-top: 3.5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important;
    }

    .mr-md-7 {
        margin-right: 3.5rem !important;
    }

    .ml-md-7 {
        margin-left: 3.5rem !important;
    }

    .pt-md-7 {
        padding-top: 3.5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }

    .pr-md-7 {
        padding-right: 3.5rem !important;
    }

    .pl-md-7 {
        padding-left: 3.5rem !important;
    }

    .mt-md-8 {
        margin-top: 4rem !important;
    }

    .mb-md-8 {
        margin-bottom: 4rem !important;
    }

    .mr-md-8 {
        margin-right: 4rem !important;
    }

    .ml-md-8 {
        margin-left: 4rem !important;
    }

    .pt-md-8 {
        padding-top: 4rem !important;
    }

    .pb-md-8 {
        padding-bottom: 4rem !important;
    }

    .pr-md-8 {
        padding-right: 4rem !important;
    }

    .pl-md-8 {
        padding-left: 4rem !important;
    }

    .mt-md-9 {
        margin-top: 4.5rem !important;
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }

    .mr-md-9 {
        margin-right: 4.5rem !important;
    }

    .ml-md-9 {
        margin-left: 4.5rem !important;
    }

    .pt-md-9 {
        padding-top: 4.5rem !important;
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }

    .pr-md-9 {
        padding-right: 4.5rem !important;
    }

    .pl-md-9 {
        padding-left: 4.5rem !important;
    }

    .mt-md-10 {
        margin-top: 5rem !important;
    }

    .mb-md-10 {
        margin-bottom: 5rem !important;
    }

    .mr-md-10 {
        margin-right: 5rem !important;
    }

    .ml-md-10 {
        margin-left: 5rem !important;
    }

    .pt-md-10 {
        padding-top: 5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 5rem !important;
    }

    .pr-md-10 {
        padding-right: 5rem !important;
    }

    .pl-md-10 {
        padding-left: 5rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }

    .pt-lg-0 {
        padding-top: 0rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important;
    }

    .ml-lg-0 {
        margin-left: 0rem !important;
    }

    .mr-lg-0 {
        margin-right: 0rem !important;
    }

    .pl-lg-0 {
        padding-left: 0rem !important;
    }

    .pr-lg-0 {
        padding-right: 0rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.5rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.5rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.5rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.5rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.5rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.5rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.5rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 1rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important;
    }

    .pt-lg-2 {
        padding-top: 1rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important;
    }

    .ml-lg-2 {
        margin-left: 1rem !important;
    }

    .mr-lg-2 {
        margin-right: 1rem !important;
    }

    .pl-lg-2 {
        padding-left: 1rem !important;
    }

    .pr-lg-2 {
        padding-right: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important;
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important;
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important;
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important;
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 2rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important;
    }

    .pt-lg-4 {
        padding-top: 2rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important;
    }

    .ml-lg-4 {
        margin-left: 2rem !important;
    }

    .mr-lg-4 {
        margin-right: 2rem !important;
    }

    .pl-lg-4 {
        padding-left: 2rem !important;
    }

    .pr-lg-4 {
        padding-right: 2rem !important;
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important;
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important;
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important;
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important;
    }

    .mt-lg-6 {
        margin-top: 3rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }

    .pt-lg-6 {
        padding-top: 3rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }

    .ml-lg-6 {
        margin-left: 3rem !important;
    }

    .mr-lg-6 {
        margin-right: 3rem !important;
    }

    .pl-lg-6 {
        padding-left: 3rem !important;
    }

    .pr-lg-6 {
        padding-right: 3rem !important;
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important;
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important;
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important;
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important;
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important;
    }

    .mt-lg-8 {
        margin-top: 4rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }

    .pt-lg-8 {
        padding-top: 4rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }

    .ml-lg-8 {
        margin-left: 4rem !important;
    }

    .mr-lg-8 {
        margin-right: 4rem !important;
    }

    .pl-lg-8 {
        padding-left: 4rem !important;
    }

    .pr-lg-8 {
        padding-right: 4rem !important;
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important;
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important;
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important;
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important;
    }

    .mt-lg-10 {
        margin-top: 5rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }

    .pt-lg-10 {
        padding-top: 5rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important;
    }

    .ml-lg-10 {
        margin-left: 5rem !important;
    }

    .mr-lg-10 {
        margin-right: 5rem !important;
    }

    .pl-lg-10 {
        padding-left: 5rem !important;
    }

    .pr-lg-10 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important;
    }

    .ml-xl-0 {
        margin-left: 0rem !important;
    }

    .mr-xl-0 {
        margin-right: 0rem !important;
    }

    .pl-xl-0 {
        padding-left: 0rem !important;
    }

    .pr-xl-0 {
        padding-right: 0rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.5rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.5rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.5rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.5rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 1rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-2 {
        margin-left: 1rem !important;
    }

    .mr-xl-2 {
        margin-right: 1rem !important;
    }

    .pl-xl-2 {
        padding-left: 1rem !important;
    }

    .pr-xl-2 {
        padding-right: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-3 {
        margin-left: 1.5rem !important;
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important;
    }

    .pl-xl-3 {
        padding-left: 1.5rem !important;
    }

    .pr-xl-3 {
        padding-right: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 2rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-4 {
        margin-left: 2rem !important;
    }

    .mr-xl-4 {
        margin-right: 2rem !important;
    }

    .pl-xl-4 {
        padding-left: 2rem !important;
    }

    .pr-xl-4 {
        padding-right: 2rem !important;
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important;
    }

    .ml-xl-5 {
        margin-left: 2.5rem !important;
    }

    .mr-xl-5 {
        margin-right: 2.5rem !important;
    }

    .pl-xl-5 {
        padding-left: 2.5rem !important;
    }

    .pr-xl-5 {
        padding-right: 2.5rem !important;
    }

    .mt-xl-6 {
        margin-top: 3rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-6 {
        margin-left: 3rem !important;
    }

    .mr-xl-6 {
        margin-right: 3rem !important;
    }

    .pl-xl-6 {
        padding-left: 3rem !important;
    }

    .pr-xl-6 {
        padding-right: 3rem !important;
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important;
    }

    .ml-xl-7 {
        margin-left: 3.5rem !important;
    }

    .mr-xl-7 {
        margin-right: 3.5rem !important;
    }

    .pl-xl-7 {
        padding-left: 3.5rem !important;
    }

    .pr-xl-7 {
        padding-right: 3.5rem !important;
    }

    .mt-xl-8 {
        margin-top: 4rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-8 {
        margin-left: 4rem !important;
    }

    .mr-xl-8 {
        margin-right: 4rem !important;
    }

    .pl-xl-8 {
        padding-left: 4rem !important;
    }

    .pr-xl-8 {
        padding-right: 4rem !important;
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-9 {
        margin-left: 4.5rem !important;
    }

    .mr-xl-9 {
        margin-right: 4.5rem !important;
    }

    .pl-xl-9 {
        padding-left: 4.5rem !important;
    }

    .pr-xl-9 {
        padding-right: 4.5rem !important;
    }

    .mt-xl-10 {
        margin-top: 5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }

    .ml-xl-10 {
        margin-left: 5rem !important;
    }

    .mr-xl-10 {
        margin-right: 5rem !important;
    }

    .pl-xl-10 {
        padding-left: 5rem !important;
    }

    .pr-xl-10 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@keyframes maskUp {
    0% {
        transform: translate(0, 100%);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.maskUp {
    animation-name: maskUp;
}

.maskRight {
    animation-name: maskRight;
}

.maskDown {
    animation-name: maskDown;
}

.maskLeft {
    animation-name: maskLeft;
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpShorter {
    animation-name: fadeInUpShorter;
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightShorter {
    animation-name: fadeInRightShorter;
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownShorter {
    animation-name: fadeInDownShorter;
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(0.2);
    }

    to {
        opacity: 0;
        transform: scale(1);
    }
}

.dotPulse {
    animation-name: dotPulse;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }

    to {
        filter: brightness(100%);
    }
}

.brightIn {
    animation-name: brightIn;
}

.appear-animate {
    visibility: hidden;
    opacity: 0;
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}

@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}

.zoomInShorter {
    -webkit-animation-name: zoomInShorter;
    animation-name: zoomInShorter;
}

@keyframes bounceInUp {
    60%, 75%, 90%, 0%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    to {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1;
    }
}

.slideZoomIn {
    -webkit-animation-name: slideZoomIn;
    animation-name: slideZoomIn;
}

@keyframes rotateStar {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.label-star {
    align-items: center;
    padding: 9px 7px 5px;
    border-radius: 0.3rem;
    line-height: 1;
}

    .label-star:after,
    .label-star:before {
        animation: 4s linear 0s infinite rotateStar;
        content: "";
        display: inline-block;
        margin: 0.5rem 0.5rem 0.5rem 1.5rem;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-size: 0.467em;
        font-weight: 400;
    }

    .label-star:before {
        margin-right: 0.5rem;
        animation-direction: reverse;
    }

.alert-round {
    border-radius: 5px;
}

.alert-phone {
    position: relative;
    padding: 1.6rem 1.8rem 1.6rem 3.8rem;
    border: 1px solid #222;
    font-size: 1.4rem;
    line-height: 1.75;
}

    .alert-phone .btn-close {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 2.1rem;
        transform: translateY(-50%);
        margin-top: -0.1rem;
        font-size: 1.5rem;
        line-height: 0;
    }

        .alert-phone .btn-close i {
            color: #df1b1b;
        }

.alert-title {
    font-size: 1.4rem;
    line-height: inherit;
    color: inherit;
}

.btn-close {
    transition: color 0.3s;
}

    .btn-close:hover {
        color: #000;
    }

.alert-primary {
    background-color: #ffb700;
    border-color: #ffb700;
    color: #ffb700;
}

.alert-success {
    background-color: #a8c26e;
    border-color: #a8c26e;
    color: #a8c26e;
}

.alert-warning {
    background-color: #ffb700;
    border-color: #ffb700;
    color: #ffb700;
}

.alert-danger {
    background-color: #b10001;
    border-color: #b10001;
    color: #b10001;
}

.alert-black {
    background-color: #363636;
    border-color: #222;
}

    .alert-black .btn-close:hover {
        color: #666;
    }

.alert-simple {
    background-color: transparent;
    border-style: dashed;
    border-color: #cacbcc;
}

.alert-dark {
    color: #fff;
}

    .alert-dark .btn-close {
        color: #fff;
    }

.alert-icon {
    padding: 1.5rem 1.9rem 1.5rem 3.9rem;
}

    .alert-icon > i {
        vertical-align: middle;
        margin-left: 1.2rem;
        line-height: 1;
        font-size: 2.4rem;
        color: #ffb700;
    }

.alert-light.alert-primary {
    background-color: #edf4f9;
    border-color: #edf4f9;
}

.alert-light.alert-danger {
    background-color: #f6d6d5;
    border-color: #f6d6d5;
    color: #6d1a17;
}

    .alert-light.alert-danger .btn-close {
        color: #6d1a17;
    }

.alert-light.alert-warning {
    background-color: #fff5eb;
    border-color: #fff5eb;
}

.alert-message {
    display: block;
    padding: 1.3rem 1.9rem 1.9rem 3.9rem;
}

    .alert-message .btn-close {
        position: absolute;
        transform: translateY(0);
        top: 2.7rem;
        left: 2.1rem;
        font-size: 1.4rem;
    }

    .alert-message .alert-title {
        margin-bottom: 0.5rem;
        font-weight: 700;
        line-height: 1.7;
    }

    .alert-message p {
        margin: 0;
        padding-left: 2rem;
        line-height: 1.7;
    }

    .alert-message.alert-link p {
        color: #666;
    }

    .alert-message.alert-link a {
        color: #ffb700;
    }

        .alert-message.alert-link a:hover {
            text-decoration: underline;
        }

.alert-phone.alert-inline {
    padding-left: 4rem;
}

    .alert-phone.alert-inline .alert-title {
        display: inline-block;
        margin: 0 0 0 0.8rem;
    }

    .alert-phone.alert-inline p {
        display: inline;
    }

.alert-btn:not(.alert-message) {
    padding: 1.5rem 0.9rem 1.5rem 3rem;
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 9999;
    direction: ltr;
    background: linear-gradient( 0deg, rgb(245, 245, 245) 0%, rgb(24 121 202 / 6%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
    min-width: 50rem;
}

.alert-btn .btn:not(.btn-close) {
    margin-right: 1rem;
    padding: 0.73em 1.61em;
}

.alert-btn.alert-message p {
    margin-bottom: 1rem;
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close) {
    background-color: transparent;
    padding: 0.7em 1.43em;
    border-width: 3px;
    color: #fff;
}

    .alert-btn.alert-dark.alert-warning .btn:not(.btn-close):hover {
        border-color: #df7f50;
        background: #df7f50;
    }

.alert-btn.alert-light.alert-warning .btn:not(.btn-close) {
    color: #ffb700;
    background-color: #fff;
    border-color: #fff;
}

    .alert-btn.alert-light.alert-warning .btn:not(.btn-close):hover {
        color: #fff;
        background-color: #ffb700;
        border-color: #ffb700;
    }

.alert-summary > i {
    margin-left: 0.9rem;
    font-size: 1.6rem;
    line-height: 1.25;
}

.alert-summary ul {
    margin: 1.7rem 0 0 2.7rem;
    list-style-type: disc;
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}

    .banner figure img {
        display: block;
        width: 100%;
        height: auto;
    }

    .banner.inner-banner:before {
        content: "";
        position: absolute;
        right: 1rem;
        left: 1rem;
        top: 1rem;
        bottom: 1rem;
        border: 2px solid rgba(225, 225, 225, 0.3);
        z-index: 1;
    }

    .banner.inner-banner .banner-content {
        z-index: 2;
    }

    .banner .banner-content {
        position: relative;
    }

.banner-radius {
    border-radius: 1rem;
    overflow: hidden;
}

.banner-subtitle {
    line-height: 1;
}

.banner-price-info,
.banner-title {
    line-height: 1;
}

.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
    position: absolute;
    z-index: 1;
}

.banner-fixed > .container,
.banner-fixed > .container-fluid {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner-fixed.content-middle .banner-content {
    top: 50%;
    transform: translateY(-50%);
}

.banner-fixed.content-center .banner-content {
    text-align: center;
    right: 50%;
    transform: translateX(-50%);
}

.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%);
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .intro-slider .banner img {
        height: 100%;
        width: 100%;
    }
}

.banner-button-hide .banner-content {
    transition: padding 0.3s;
}

.banner-button-hide .btn {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    right: 50%;
    transition: 0.3s;
}

.banner-button-hide:not(:hover) .btn {
    margin: 0;
    visibility: hidden;
    opacity: 0;
}

.banner-button-hide:hover .banner-content {
    padding-bottom: 6.2rem;
}

@media (max-width: 991px) {
    .banner {
        font-size: 8px;
    }
}

@media (max-width: 479px) {
    .banner {
        font-size: 7px;
    }
}

.post .btn i {
    margin-right: 8px;
}

    .post .btn i:before {
        margin: 0;
    }

.post .post-details > :last-child {
    margin-bottom: 0;
}

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    font-size: 45px;
    background: #1879ca;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin: -80px auto 0 auto;
    z-index: 2;
}

    .post-calendar:before {
        content: "";
        position: absolute;
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -6px;
        border: 2px dashed #1879ca;
        border-radius: 50%;
        animation: rotate 9s linear infinite;
    }

@keyframes rotate {
    100% {
        transform: rotate(180deg);
    }
}

.post-calendar .post-day {
    display: block;
    margin-bottom: 1px;
    font-size: 1.6rem;
}

.post-calendar .post-month {
    display: block;
    margin-right: 2px;
    font-size: 1rem;
}

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    overflow: visible;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
}

    .post-media img {
        display: block;
        width: 100%;
        transition: transform 0.3s;
    }

.b-r-10 img {
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.post-media.b-r-half img {
    border-radius: 10px 10px 0 0;
}

.post-media .post-calendar {
    position: absolute;
    left: calc(50% - 45px);
    bottom: -10.5rem;
}

.post-media .owl-dots {
    bottom: 2.5rem;
}

    .post-media .owl-dots .owl-dot span {
        border-color: #fff;
        background-color: transparent;
    }

    .post-media .owl-dots .owl-dot:hover span {
        border-color: #fff;
        background-color: #fff;
    }

.post-details-inverse {
    background: #f4f6f8 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    position: relative;
    z-index: 1 !important;
    top: -5rem;
}

.post-list-main {
    margin-top: 70px;
}

    .post-list-main li {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #999 !important;
    }

        .post-list-main li span.span-left {
            float: left;
        }

        .post-list-main li i {
            color: #ffb700;
            margin-left: 5px;
        }

.post-details-inverse:before {
    content: "";
    position: absolute;
    background-image: url(../images/shape-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.post-details {
    padding: 2.3rem 0 2rem;
    position: relative;
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;
    z-index: 1;
}

.post-media-wrap img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px;
}

.post-details.post-details-wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 5px -3px;
    padding: 0.1px 30px 20px 30px;
    margin: -70px auto 0 auto;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: all ease 0.4s;
    border: 1px solid #eee;
}

.post-details .post-main {
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0;
}

.post-details.post-details-wrap .post-date-wrap {
    position: relative;
    top: -30px;
    display: inline-block;
    font-size: 12px;
    padding: 14px 21px;
    line-height: 1;
    background-color: #eeeeeeaa;
    border-radius: 7px;
    box-shadow: rgba(83, 83, 83, 0.1) 0px 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .post-details.post-details-wrap .post-date-wrap a {
        color: #353535;
    }

    .post-details.post-details-wrap .post-date-wrap i {
        margin-left: 5px;
        color: #353535;
    }

.post-details.post-details-wrap i {
    margin-left: 2px;
    color: #ffb700;
}

.post-details.post-details-wrap span {
    align-items: center;
}

.post-details.post-details-wrap .post-author {
    margin-left: 10px;
}

.post-wrap:hover {
    cursor: pointer;
}

    .post-wrap:hover .post-details-wrap {
        margin-top: -130px;
        border-color: transparent;
    }

        .post-wrap:hover .post-details-wrap a {
            color: #151515;
        }

        .post-wrap:hover .post-details-wrap .post-main {
            padding-bottom: 60px;
        }

.post-meta {
    margin-bottom: 0.4rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: inherit;
    line-height: 1.2;
    color: #999;
    margin-top: 0.7rem;
}

    .post-meta a,
    .post-meta span {
        font-weight: 600;
        color: #222;
    }

        .post-meta a:hover {
            color: #ffb700;
        }

    .post-meta span {
        transition: color 0.3s;
    }

    .post-meta .post-author {
        text-transform: uppercase;
    }

    .post-meta .post-comment {
        margin-bottom: 0.4rem;
        font-family: inherit;
        font-size: 1.3rem;
        font-weight: inherit;
        line-height: 1.2;
        color: #999;
        margin-top: 0.7rem;
    }

        .post-meta .post-comment mark {
            background: inherit;
        }

        .post-meta .post-comment:hover span {
            color: inherit;
        }

.post-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.8rem;
    line-height: 1.72;
    color: #666;
}

@media (min-width: 576px) {
    .post-classic .post-title {
        font-size: 2.4rem;
    }
}

.post-sm .post-details {
    padding: 2.2rem 0.3rem 2rem;
}

.post-list {
    margin-bottom: 2rem;
}

    .post-list .post-details {
        padding: 2rem 0;
    }

    .post-list img {
        min-height: 20rem;
        object-fit: cover;
    }

@media (min-width: 576px) {
    .post-list {
        display: flex;
        align-items: center;
    }

        .post-list .post-media {
            margin-left: 2rem;
        }

        .post-list .post-details,
        .post-list .post-media {
            width: calc(50% - 1rem);
        }
}

.post-col .post {
    margin: 0;
    padding: 1rem 0.3rem;
}

.post-image-gap {
    padding: 2rem;
    background-color: #fff;
    transition: box-shadow 0.3s;
}

    .post-image-gap .post-details {
        padding-bottom: 1rem;
    }

    .post-image-gap:hover {
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    }

.post-mask .post-info-btn {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 85px;
    height: 85px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
    z-index: 2;
    background: #eeeeee;
}

.post-mask.gradient .post-media {
    border: none;
    box-shadow: none;
}

.post-mask.gradient img {
    border-radius: 10px;
}

.post-mask .post-info-link {
    position: absolute;
    top: 15px;
    left: 12px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.post-mask .post-info-btn i {
    background: #1879ca;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #ecebe9;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
}

.post-mask:hover .post-info-btn i {
    background-color: #ffb700;
    border-color: #ffb700;
    border-radius: 100%;
}

.post-mask {
    position: relative;
    box-shadow: unset !important;
    transition: 0.3s;
}

    .post-mask:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.75;
        background: rgba(51, 51, 51, 0.5);
        transition: all 0.3s;
        pointer-events: none;
        z-index: 1;
    }

    .post-mask img {
        min-height: 19rem;
    }

    .post-mask.gradient:before {
        width: fit-content;
        height: 100%;
        background: linear-gradient( rgba(0, 0, 0, 0) 26.21%, rgb(0, 0, 0) 79.8%, rgb(0, 0, 0) 100% );
        opacity: 0.8;
        border-radius: 10px;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 5px #0000000a;
    }

    .post-mask.gradient {
        margin-bottom: 4rem;
    }

    .post-mask .post-details {
        position: absolute;
        padding: 0;
        right: 3rem;
        left: 3rem;
        bottom: 4rem;
        z-index: 2;
        transform: translateY(1rem);
        transition: transform 0.4s;
        background: unset !important;
    }

    .post-mask .post-meta {
        color: #fff;
    }

        .post-mask .post-meta a,
        .post-mask .post-meta span {
            color: inherit;
        }

        .post-mask .post-meta a {
            font-weight: 400;
        }

    .post-mask .post-title {
        margin: 0;
        text-transform: none;
        line-height: 1.32;
        margin-bottom: 2rem;
    }

        .post-mask .post-title a {
            color: #fff;
        }

            .post-mask .post-title a:hover {
                color: #fff;
            }

    .post-mask .btn-link {
        margin-top: 1.5rem;
        border: 2px solid #1879ca;
        padding: 10px 75px;
        border-radius: 5px;
        background: #1879ca !important;
    }

    .post-mask:hover .post-media a:before {
        opacity: 0.1;
    }

    .post-mask:hover .btn-link {
        opacity: 1;
    }

.post-mask-inverse img {
    min-height: 29rem;
}

.post-mask-inverse {
    position: relative;
    box-shadow: unset !important;
    transition: 0.2s;
}

    .post-mask-inverse .post-media img {
        border-radius: 10px;
    }

    .post-mask-inverse:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.75;
        background: rgba(51, 51, 51, 0.5);
        transition: all 0.3s;
        pointer-events: none;
        z-index: 1;
    }

    .post-mask-inverse.gradient:before {
        height: 100%;
        background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 57.06%, rgb(0, 0, 0) 70.73%, rgb(0, 0, 0) 100% );
        opacity: 0.8;
        border-radius: 10px;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 5px #0000000a;
    }

    .post-mask-inverse .post-details-inverse {
        position: absolute;
        padding: 20px 0 !important;
        top: 2rem;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, 1rem);
        transition: transform 0.4s;
        background: unset !important;
        text-align: center;
    }

        .post-mask-inverse .post-details-inverse:before {
            background: unset !important;
        }

    .post-mask-inverse .post-meta {
        color: #fff;
    }

        .post-mask-inverse .post-meta a,
        .post-mask .post-meta span {
            color: inherit;
        }

        .post-mask-inverse .post-meta a {
            font-weight: 400;
        }

    .post-mask-inverse h4.post-title-inverse {
        margin: 0;
        text-transform: none;
        line-height: 3;
        font-weight: 400;
        font-size: 2rem;
        color: #fff;
    }

    .post-mask-inverse h6.post-title-inverse {
        margin: 0;
        line-height: 1.32;
        font-weight: 200;
        color: #fff;
    }

    .post-mask-inverse .post-title-inverse a:hover {
        color: #fff;
    }

    .post-mask-inverse .btn-link {
        margin-top: 1.5rem;
        border: 2px solid #fff;
        padding: 10px 75px;
        border-radius: 30px;
        background-color: transparent !important;
    }

    .post-mask-inverse:hover .post-media a:before {
        opacity: 0.1;
    }

    .post-mask-inverse:hover .btn-link {
        opacity: 1;
    }

.post-frame {
    padding: 2rem 2rem 0;
    box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
}

    .post-frame .post-details {
        padding: 2.2rem 0 2rem;
        margin-top: 10rem;
    }

    .post-frame .post-content {
        margin-bottom: 1.8rem;
        line-height: 1.72;
    }

ul.blog-filters {
    padding-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #363636;
    border-top: 1px solid #e1e1e1;
}

    ul.blog-filters li {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    ul.blog-filters .nav-filter {
        letter-spacing: 0;
    }

.blog-filters span {
    margin-right: 0.8rem;
    color: #aaa;
}

.blog-filters li {
    padding: 0;
    margin-left: 0.8rem;
    line-height: 2.143;
    border-bottom: 2px solid transparent;
}

.blog-filters a.nav-filter {
    border-width: 2px;
}

.post-outer .post-details {
    position: relative;
    background-color: #fff;
    width: calc(100% - 100px);
    min-width: 75%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1rem;
    text-align: center;
    transform: translateY(-50%);
    padding: 2.3rem 0 2rem;
    position: relative;
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    direction: rtl;
}

    .post-outer .post-details .btn {
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0em;
    }

.post-outer .post-meta {
    color: #222;
}

.post-outer .post-title {
    margin-bottom: 1.8rem;
}

.owl-carousel.blog-centerzoom-carousel .post {
    position: relative;
}

.owl-carousel.blog-centerzoom-carousel .post-details {
    background-color: #1d1d1d;
}

.owl-carousel.blog-centerzoom-carousel .btn {
    font-size: 13px;
}

.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-prev {
    top: 80.5%;
    right: 10.5%;
}

.owl-carousel.blog-centerzoom-carousel .owl-nav .owl-next {
    top: 80.5%;
    left: 10.5%;
}

@media (min-width: 992px) {
    .owl-carousel.blog-centerzoom-carousel .owl-item {
        padding-bottom: 300px;
    }

    .owl-carousel.blog-centerzoom-carousel .post-details {
        position: absolute;
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-media {
        transform: scale(0.75);
        transition: transform 0.2s;
        transform-origin: top center;
    }

    .owl-carousel.blog-centerzoom-carousel .owl-item .post-details {
        width: 75%;
        top: 75%;
        transition: width 0.2s, top 0.2s, left 0.2s;
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-media {
        transform: scale(1.5);
    }

    .owl-carousel.blog-centerzoom-carousel .center .post-details {
        top: 150%;
        width: 150%;
        right: -25%;
    }

    .owl-carousel.blog-centerzoom-carousel
    .active + .owl-item:not(.active)
    .post-media,
    .owl-carousel.blog-centerzoom-carousel
    .owl-item:not(.active) + .owl-item:not(.active)
    .post-media {
        transform-origin: top left;
    }

    .owl-carousel.blog-centerzoom-carousel
    .owl-item:not(.active) + .active
    .post-media {
        transform-origin: top left;
    }

    .owl-carousel.blog-centerzoom-carousel .center + .active .post-media {
        transform-origin: top right;
    }

    .owl-carousel.blog-centerzoom-carousel .center + .active .post-details {
        right: 25%;
    }
}

.btn {
    display: inline-block;
    border: 1px solid #e4eaec;
    background-color: #e4eaec;
    color: #363636;
    outline: 0;
    padding: 1.22em 2.78em;
    font-family: vazir;
    line-height: 1.2;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
}

    .btn:active,
    .btn:focus,
    .btn:hover {
        color: #fff;
        border-color: #1879ca;
        background-color: #1879ca;
    }

    .btn i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.4rem;
        line-height: 0;
        font-size: 1.9rem;
    }

        .btn i:before {
            margin: 0;
        }

.btn-filter {
    padding: 12px 20px;
    margin: 0;
    border-radius: 5px;
    line-height: inherit;
    margin-top: -10px !important;
    min-width: 180px;
}

.btn-solid {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}

    .btn-solid:active,
    .btn-solid:focus,
    .btn-solid:hover {
        border-color: #363636;
        background-color: #363636;
        color: #fff;
    }

.btn-outline {
    border: 1px solid #e4eaec;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
}

    .btn-outline:active,
    .btn-outline:focus,
    .btn-outline:hover {
        border-color: #666;
        background-color: #666;
        color: #fff;
    }

    .btn-outline.btn-outline-light {
        padding: 1.07em 2.21em;
        border-width: 1px;
    }

    .btn-outline.btn-bg {
        color: #fff;
    }

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 15px;
}

    .btn-outline-white:active,
    .btn-outline-white:focus,
    .btn-outline-white:hover {
        border-color: #f8f8f8;
        background-color: #f8f8f8;
        color: #353535;
    }

.btn-outline-blue {
    border: 2px solid #1879ca;
    color: #1879ca;
    background-color: transparent;
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 15px;
}

    .btn-outline-blue:active,
    .btn-outline-blue:focus,
    .btn-outline-blue:hover {
        border-color: #1879ca;
        background-color: #1879ca;
        color: #fff;
    }

.btn-icon-left i,
.btn-icon-right i,
.btn-reveal-right i,
.btn-reveal-left i {
    line-height: 0;
}

.btn-icon-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-icon-left i {
        margin-left: 0.7rem;
        margin-right: 0;
    }

.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(0.5em);
    margin-left: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}

.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
    opacity: 1;
    margin-right: 0;
    transform: translateX(0);
    margin-left: 0.7rem;
}

.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translateX(-0.5em);
    margin-right: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}

.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
    opacity: 1;
    margin-left: 0.7rem;
    transform: translateX(0);
    margin-left: 0;
}

.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
    animation: 0.5s ease slideRight;
}

.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
    animation: 0.5s ease slideLeft;
}

.btn-slide-up:active i,
.btn-slide-up:focus i,
.btn-slide-up:hover i {
    animation: 0.5s ease slideUp;
}

.btn-slide-down:active i,
.btn-slide-down:focus i,
.btn-slide-down:hover i {
    animation: 0.5s ease slideDown;
}

.btn-infinite:hover i {
    animation-iteration-count: infinite;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-0.5em);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0.5em);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.5em);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.5em);
    }

    to {
        transform: translateY(0);
    }
}

.btn-link {
    padding: 0;
    color: #363636;
    border: 0;
    background-color: transparent;
}

    .btn-link:active,
    .btn-link:focus,
    .btn-link:hover {
        background-color: transparent;
    }

.btn-disabled {
    cursor: not-allowed;
    background-color: #e4eaec !important;
    color: #999 !important;
    border-color: #e4eaec !important;
    box-shadow: none !important;
}

    .btn-disabled:after,
    .btn-disabled:before {
        content: none !important;
    }

.btn.btn-block {
    display: block;
    padding-right: 0;
    padding-left: 0;
    min-width: 20rem;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn.btn-link {
        overflow: visible;
    }
}

.category {
    position: relative;
    font-size: 1rem;
}

    .category img {
        display: block;
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .category .category-name {
        margin-bottom: 0.8rem;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.2;
        color: inherit;
    }

        .category .category-name a {
            color: inherit;
        }

    .category .category-count {
        font-size: 1.3rem;
        line-height: 1.2;
    }

.category-rounded .category-media {
    overflow: hidden;
    border-radius: 1rem;
}

.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background 0.3s;
}

.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    height: 5.2rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.category-absolute .btn {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    line-height: 1;
}

.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1;
}

.category-default .category-content {
    background-color: #fff;
    border-radius: 5px;
}

.category-default .category-name,
.category-light .category-name {
    margin-bottom: 0;
    color: #363636;
    letter-spacing: 0em;
}

.category-badge .btn,
.category-default .btn {
    padding: 0;
    line-height: 5rem;
}

.category-default1 .category-content {
    background-color: #fff;
    color: #222;
}

.category-default1 .category-name {
    margin: 0;
}

.category-default1:hover .category-content {
    background-color: #ffb700;
    color: #fff;
}

.category-light .category-name {
    padding: 1.8rem 3.9rem;
    background-color: #fff;
    border-radius: 0.3rem;
    transition: background-color 0.3s, padding 0.3s;
}

    .category-light .category-name a {
        position: relative;
        transition: padding 0.3s;
    }

        .category-light .category-name a:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Font Awesome 6 Pro";
            font-size: 1.6rem;
            font-weight: 400;
            opacity: 0;
            transition: opacity 0.3s;
        }

.category-light:hover .category-name {
    padding-right: 2.8rem;
    padding-left: 2.7rem;
    background-color: #ffb700;
    color: #fff;
}

    .category-light:hover .category-name a {
        padding-left: 2.3rem;
    }

        .category-light:hover .category-name a:after {
            opacity: 1;
        }

.category-icon {
    padding: 2.6rem 0.5rem;
    border: 1px solid #e1e1e1;
    color: #363636;
    text-align: center;
    transition: border 0.3s;
    border-radius: 0.3rem;
}

    .category-icon i {
        margin-bottom: 1.3rem;
        font-size: 4.2rem;
        color: #666;
        transition: transform 0.3s;
    }

    .category-icon .category-name {
        margin: 0;
        color: #222;
    }

    .category-icon:hover i {
        transform: translateY(-4px);
    }

    .category-icon:hover .category-content {
        background: transparent;
    }

.category-icon-inline {
    display: inline-flex;
    align-items: center;
}

    .category-icon-inline .category-media {
        font-size: 3.2rem;
        line-height: 1;
        color: #444;
        transition: color 0.3s;
    }

        .category-icon-inline .category-media i {
            margin-left: 0.8rem;
        }

        .category-icon-inline .category-media svg {
            display: block;
            margin-left: 1rem;
            width: 3.5rem;
            height: 3.9rem;
            stroke: #444;
            fill: #444;
            transition: stroke 0.3s;
        }

    .category-icon-inline .category-name {
        margin: 0;
        text-transform: none;
        text-align: right;
        font-size: 1.3rem;
        font-weight: inherit;
        font-family: inherit;
        line-height: 1.08;
        color: inherit;
        transition: color 0.3s;
    }

    .category-icon-inline:hover .category-media,
    .category-icon-inline:hover .category-name {
        color: #ffb700;
    }

    .category-icon-inline:hover svg {
        stroke: #ffb700;
        fill: #ffb700;
    }

    .category-icon-inline:hover i,
    .category-icon-inline:hover svg {
        animation: slideUpShorter 0.6s;
    }

@keyframes slideUpShorter {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(0);
    }
}

.cat-content-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #363636;
    cursor: pointer;
    background-color: #eaf0f9;
}

.category-classic .category-media {
    overflow: hidden;
}

.category-classic .category-content {
    left: 0;
    background-color: rgba(38, 38, 38, 0.808);
    color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
}

.category-classic .category-name {
    margin-bottom: 0;
    text-transform: uppercase;
}

.category-i-over figure:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffb700;
    opacity: 0.9;
    border-radius: 1rem;
}

.category-i-over figure i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    top: 37.5%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px 0 #ffb700;
    font-size: 4.2rem;
    z-index: 1;
    color: #fff;
}

.category-classic .category-content,
.category-i-over .category-content {
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 25%;
}

.category-classic .category-count,
.category-i-over .category-count {
    display: block;
    opacity: 0;
    line-height: 0;
    visibility: hidden;
    transition: opacity 0.3s, line-height 0.3s, visibility 0.3s, padding 0.3s;
}

.category-classic:hover .category-count,
.category-i-over:hover .category-count {
    visibility: visible;
    line-height: 1.2;
    opacity: 1;
    padding-top: 4px;
}

.category-center img {
    border-radius: 0;
}

.category-center .category-content {
    bottom: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.category-center .category-name {
    font-size: 2.6rem;
    color: #fff;
}

.category-center .owl-dots {
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
}

.category-group-icon,
.category-group-image {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 0.3rem;
}

    .category-group-icon > *,
    .category-group-image > * {
        flex: 1;
    }

    .category-group-icon li:not(:last-child),
    .category-group-image li:not(:last-child) {
        margin-bottom: 0.9rem;
    }

.category-group-image {
    color: #666;
}

    .category-group-image .category-content {
        position: static;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 2.3rem 1rem 2.3rem 0;
        background: transparent;
        text-align: right;
        align-items: flex-start;
    }

    .category-group-image .category-name {
        width: 100%;
        margin-bottom: 1.5rem;
        text-transform: none;
        font-size: 1.6rem;
        font-weight: 700;
        color: #363636;
        letter-spacing: -0.01em;
    }

    .category-group-image a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .category-group-image .category-list {
        font-size: 1.3rem;
        line-height: 1.2;
        width: 100%;
    }

        .category-group-image .category-list a {
            position: relative;
            display: inline-block;
            transition: text-decoration 0.3s;
        }

            .category-group-image .category-list a:hover {
                color: #363636;
                text-decoration: underline;
            }

            .category-group-image .category-list a:active {
                color: #ffb700;
            }

    .category-group-image:hover .category-name {
        margin-bottom: 1.5rem;
    }

    .category-group-image:hover .category-content {
        background: transparent;
    }

.category-group-icon {
    display: flex;
    align-items: center;
    border: 0;
    color: #fff;
}

    .category-group-icon > * {
        flex: 1;
    }

    .category-group-icon .category-media {
        text-align: center;
    }

        .category-group-icon .category-media i {
            display: inline-block;
            font-size: 6.8rem;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 1.8rem;
            line-height: 1;
            transition: transform 0.3s;
            color: #fff;
        }

    .category-group-icon > a {
        padding-left: 1rem;
    }

        .category-group-icon > a:hover i {
            transform: translateY(-0.5rem);
        }

    .category-group-icon .category-content {
        padding: 28px 0 28px 10px;
        background: transparent;
        text-align: right;
        align-items: flex-start;
    }

    .category-group-icon .category-name {
        margin-bottom: 0;
        text-align: center;
        color: #fff;
    }

    .category-group-icon .category-list {
        font-size: 1.3rem;
        line-height: 1.2;
    }

        .category-group-icon .category-list li {
            white-space: nowrap;
        }

            .category-group-icon .category-list li:before {
                content: "";
                padding-left: 0.8rem;
                font-family: "Font Awesome 5 Free";
                font-size: 1.3rem;
                font-weight: 600;
                color: #fff;
            }

        .category-group-icon .category-list a {
            position: relative;
            display: inline-block;
            transition: text-decoration 0.3s;
        }

            .category-group-icon .category-list a:hover {
                color: inherit;
                text-decoration: underline;
            }

    .category-group-icon:hover .category-name {
        margin-bottom: 0;
    }

    .category-group-icon:hover .category-content {
        background: transparent;
    }

.category-banner {
    overflow: hidden;
    color: #222;
}

    .category-banner.text-white .btn {
        color: #fff;
    }

    .category-banner .category-content {
        top: 40%;
        right: 5rem;
        bottom: auto;
        width: auto;
        height: auto;
        align-items: flex-start;
        z-index: 1;
        background-color: transparent;
        transition: top 0.3s, padding 0.3s;
    }

    .category-banner .category-name {
        text-transform: none;
        text-align: right;
        font-size: 2rem;
        font-family: inherit;
    }

    .category-banner .category-count {
        visibility: visible;
        opacity: 1;
        font-size: 1.4rem;
        line-height: 1.2;
        transition: color 0.3s;
        z-index: 1;
    }

    .category-banner .btn {
        top: auto;
        left: auto;
        transform: none;
    }

    .category-banner:hover .category-content {
        top: 35%;
        padding-bottom: 3rem;
        background-color: transparent;
    }

    .category-banner:hover .btn {
        opacity: 1;
    }

.category-badge .category-content {
    padding: 1.4rem 4rem;
    right: 2rem;
    left: auto;
    bottom: 2rem;
    background-color: #fff;
}

.category-badge .category-name {
    margin-bottom: 0;
    font-weight: 700;
    color: #222;
}

.category-overlay .category-content {
    align-items: center;
    width: 100%;
}

.category-overlay .category-count {
    padding: 0;
    line-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
    transition: transform 0.3s, opacity 0.3s, line-height 0.3s, padding 0.3s;
}

.category-overlay .category-name {
    margin: 0;
}

.category-overlay:hover .category-content {
    padding: 0;
    top: 50%;
}

.category-banner.overlay-zoom {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.category-overlay:hover .category-count {
    padding-top: 1rem;
    transform: translateY(0);
    opacity: 1;
}

.category-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.7rem;
    padding: 1.5rem;
    color: #fff;
    background-color: #363636;
    transition: background-color 0.3s;
}

    .category-block .category-name {
        margin: 0;
        text-align: center;
        font-weight: 400;
        line-height: 1.7rem;
        text-transform: none;
    }

    .category-block:hover {
        background-color: #ffb700;
    }

        .category-block:hover .category-name {
            color: #fff;
        }

.comments {
    padding: 6rem 0;
    border-top: 1px solid #ebebeb;
}

    .comments ul ul {
        margin-right: 6rem;
        padding-top: 4.5rem;
    }

    .comments li {
        margin-bottom: 4.5rem;
    }

        .comments li:last-child {
            border-bottom-width: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

@media (max-width: 575px) {
    .comments ul ul {
        margin-right: 3rem;
    }
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .comment p:last-child {
        margin-bottom: 0;
    }

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.8rem 2.5rem 0 0;
}

.comment-reply {
    color: #777;
    position: absolute;
    right: 0;
    top: 1.7rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.5rem;
    transition: color 0.3s, box-shadow 0.3s;
}

    .comment-reply:focus,
    .comment-reply:hover {
        color: #ffb700;
        box-shadow: 0 2px 0 #ffb700;
    }

.comment-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    height: 6rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 5px;
}

    .comment-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.comment-user {
    margin-bottom: 1rem;
}

    .comment-user h4 {
        margin-bottom: 1rem;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0;
    }

        .comment-user h4 a:focus,
        .comment-user h4 a:hover {
            color: #ffb700;
        }

        .comment-user h4 span {
            display: block;
        }

.comment-date {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1;
}

.reply .form-control {
    max-width: 100%;
    color: #999;
    border-color: #e1e1e1;
    background-color: #fff;
}

.reply p {
    font-size: 1.3rem;
}

.form .form-control {
    margin-bottom: 2rem;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: vazir;
    color: #aaa;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
    border-radius: 5px;
}

    .form-control::placeholder {
        color: inherit;
        transition: color 0.3s;
        text-align: right;
        direction: rtl;
    }

    .form-control::-webkit-input-placeholder {
        color: inherit;
        transition: color 0.3s;
    }

    .form-control::-moz-placeholder {
        color: inherit;
        transition: color 0.3s;
    }

    .form-control:focus::placeholder {
        color: transparent;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .form-control:focus::-moz-placeholder {
        color: transparent;
    }

    .form-control.form-solid {
        background-color: #fff;
        border: 0;
        color: #8d8d8d;
    }

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
}

    .custom-checkbox + label {
        display: block;
        position: relative;
        padding-right: 2.6rem;
        cursor: pointer;
        color: #1879ca;
        font-size: 1.2rem;
    }

form-control-label.label:before {
    content: "";
    color: #fff;
    background-color: #1879ca;
    border-color: #1879ca;
}

.custom-checkbox + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label:before {
        line-height: 14px;
    }
}

.custom-checkbox:checked + label:before {
    content: "";
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
}

.custom-checkbox,
.custom-checkbox *,
.custom-checkbox *::before,
.custom-checkbox *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: var(--secondary-color);
    border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

    .custom-checkbox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    }

    .custom-checkbox::before {
        top: 40%;
        left: 50%;
        content: "";
        position: absolute;
        width: 4px;
        height: 7px;
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        transform: translate(-50%, -50%) rotate(45deg) scale(0);
        opacity: 0;
        -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
        -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
        transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    }

    .custom-checkbox:hover {
        border-color: var(--primary-color);
    }

    .custom-checkbox:checked {
        background: var(--primary-color);
        border-color: transparent;
    }

        .custom-checkbox:checked::before {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
        }

    .custom-checkbox:active:not(:checked)::after {
        -webkit-transition: none;
        -o-transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: none;
        opacity: 1;
    }

.select-box,
.select-menu {
    position: relative;
}

    .select-box select,
    .select-menu select {
        position: relative;
        max-width: 14rem;
        min-height: auto;
        width: auto;
        height: 100%;
        padding-right: 9px;
        padding-left: 25px;
        border: 1px solid #d7d7d7;
        border-radius: 2px;
        color: inherit;
        background-color: transparent;
        font-size: 1.3rem;
        font-family: inherit;
        z-index: 1;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .select-box select:focus,
        .select-menu select:focus {
            outline: none;
        }

    .select-box:before,
    .select-menu:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-weight: 900;
        font-size: 9px;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .select-box option {
        font-size: 1.3rem;
    }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor;
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.quantity {
    -moz-appearance: textfield;
    max-width: 48px;
}

.input-group {
    display: inline-flex;
    width: 11rem;
    height: 4.5rem;
}

    .input-group .form-control {
        flex: 1;
        padding: 0;
        height: inherit;
        font-size: 1.4rem;
        border: solid #ebebeb;
        border-width: 1px 0;
        color: #363636;
        text-align: center;
        border-radius: 0;
    }

    .input-group button {
        padding: 0;
        width: 3.1rem;
        border: 1px solid #ebebeb;
        font-size: 1.3rem;
        color: #363636;
        background-color: transparent;
        cursor: pointer;
        -webkit-appearance: none;
    }

.custom-radio {
    position: relative;
}

    .custom-radio input {
        display: none;
    }

input[type="radio"] ~ label {
    padding-right: 2.5rem;
}

    input[type="radio"] ~ label:after,
    input[type="radio"] ~ label:before {
        position: absolute;
        content: "";
        display: inline-block;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    input[type="radio"] ~ label:before {
        right: 0;
        width: 1.8rem;
        height: 1.8rem;
        background-color: #fff;
        border: 1px solid #cdcdcd;
    }

    input[type="radio"] ~ label:after {
        width: 0.8rem;
        height: 0.8rem;
        right: 0.5rem;
        background: #ffb700;
        opacity: 0;
    }

input[type="radio"]:checked ~ label:after {
    opacity: 1;
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem;
    text-align: right;
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 50px;
}

    .input-wrapper-inline .btn {
        line-height: 1;
    }

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 2.4rem;
}

.input-wrapper-round .btn {
    border-radius: 2.4rem;
    line-height: 1;
}

.input-wrapper-round.input-wrapper-inline .form-control {
    border-radius: 0 2.4rem 2.4rem 0;
}

.input-wrapper-round.input-wrapper-inline .btn {
    border-radius: 2.4rem 0 0 2.4rem;
    background: #ffb700;
    color: #fff;
    border-color: #ffb700;
}

.form-wrapper.form-wrapper-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .form-wrapper.form-wrapper-inline form {
        flex: 1 1 0;
    }

@media (max-width: 991px) {
    .form-wrapper.form-wrapper-inline {
        display: block;
        text-align: center;
    }

        .form-wrapper.form-wrapper-inline form {
            margin-right: auto;
            margin-left: auto;
        }
}

.btn-absolute input.form-control {
    width: 100%;
    height: 50px;
    padding: 1.5rem;
    color: #aaa;
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.3rem;
    left: 0;
    font-size: 1.6rem;
}

.btn-absolute .btn-search {
    background: #1879ca;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: 3px;
    margin-left: 3px;
}

.btn-absolute .btn:hover {
    color: #ffb700;
}

.btn-absolute .btn i {
    margin-right: 0;
}

.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

.icon-box i:before {
    margin: 0;
}

.icon-box .icon-box-content {
    text-align: right;
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    line-height: 0;
    color: #1879ca;
}

    .icon-box-icon svg {
        height: 3.4rem;
        width: 4.8rem;
    }

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

    .icon-box-side .icon-box-content {
        text-align: right;
    }

    .icon-box-side .icon-box-icon {
        width: 50px;
        height: 50px;
        margin-left: 1.5rem;
        margin-bottom: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #ffb700;
        border: 1px solid #ecebe9;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
        padding: 20px;
        font-weight: 200;
    }

        .icon-box-side .icon-box-icon i {
            font-size: 3rem;
            font-weight: 200;
        }

    .icon-box-side .icon-box-title {
        margin: 0;
    }

.icon-border .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 3px solid #ffb700;
    font-size: 2.5rem;
    color: #fff;
}

.icon-border svg {
    height: 2.4rem;
}

.icon-inversed .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #3dbca7;
    color: #fff;
    font-size: 2.5rem;
}

.icon-inversed svg {
    height: 2.4rem;
    fill: #ffffff;
}

.icon-solid .icon-box-icon {
    font-size: 4.8rem;
    color: #3dbca7;
}

.icon-solid svg {
    width: 5.4rem;
    height: 5.4rem;
    fill: #3dbca7;
}

.icon-solid.icon-box-side {
    align-items: flex-start;
}

    .icon-solid.icon-box-side svg {
        width: 4.8rem;
        height: 4.8rem;
    }

.icon-box-tiny .icon-box-icon {
    margin: 0 0 0 1rem;
    font-size: 2.8rem;
}

.icon-box-tiny svg {
    height: 2.8rem;
    width: 2.8rem;
}

.icon-box-tiny .icon-box-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .icon-box-side {
        flex-direction: column;
    }

        .icon-box-side .icon-box-icon {
            display: inline-block;
            margin: 0 0 0 2rem;
            padding: 2rem;
        }
}

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem;
}

    .menu-icon:after,
    .menu-icon:before {
        display: block;
        content: "";
        width: 100%;
    }

    .menu-icon:before {
        height: 6px;
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .menu-icon:after {
        height: 4px;
        border-bottom: 2px solid;
    }

.minicart-icon {
    display: inline-block;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    margin-top: 1px;
    border: solid 2px;
    border-radius: 2px;
    text-align: center;
    transition: background 0.4s, border-color 0.4s;
}

    .minicart-icon:before {
        content: "";
        position: absolute;
        top: -0.75em;
        right: 0.585em;
        width: 1em;
        height: 0.5em;
        border-radius: 10px 10px 0 0;
        border: inherit;
        border-bottom: none;
        transition: transform 0.4s;
    }

.minipopup-area {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.minipopup-box {
    text-align: right !important;
    position: absolute;
    right: -8rem;
    width: 303px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
    z-index: 9999;
    direction: rtl;
    border-radius: 10px;
}

    .minipopup-box.show {
        opacity: 1;
        right: 0;
    }

    .minipopup-box.focus {
        transform: scale(0.98) translateY(-100%);
    }

    .minipopup-box .product.product-cart,
    .minipopup-box .product.product-compare {
        margin-top: 0;
    }

        .minipopup-box .product.product-cart .product-name,
        .minipopup-box .product.product-compare .product-name {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 0;
            color: #000;
            font-weight: 400;
        }

    .minipopup-box .product.product-cart,
    .minipopup-box .product.product-compare {
        margin-top: 0;
    }

        .minipopup-box .product.product-cart .product-media,
        .minipopup-box .product.product-compare .product-media {
            margin-left: 1.7rem;
            height: 9rem;
        }

        .minipopup-box .product.product-cart .product-detail,
        .minipopup-box .product.product-compare .product-detail {
            margin-top: 0.3rem;
        }

        .minipopup-box .product.product-cart .product-name,
        .minipopup-box .product.product-compare .product-name {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 1.1rem;
            color: #000;
            font-weight: 400;
            line-height: 1.4;
            letter-spacing: 0em;
        }

            .minipopup-box .product.product-cart .product-name:hover,
            .minipopup-box .product.product-compare .product-name:hover {
                color: #ffb700;
            }

        .minipopup-box .product.product-cart .product-price,
        .minipopup-box .product.product-compare .product-price {
            text-align: right;
            margin-bottom: -0.2rem;
            font-size: 1.3rem;
        }

        .minipopup-box .product.product-cart .product-quantity,
        .minipopup-box .product.product-compare .product-quantity {
            margin-left: 0.7rem;
            font-size: 1.4rem;
            font-weight: 600;
            color: #222;
        }

            .minipopup-box .product.product-cart .product-quantity:after,
            .minipopup-box .product.product-compare .product-quantity:after {
                margin: 0 0 -0.2rem 0.7rem;
                font-size: 1.3rem;
            }

        .minipopup-box .product.product-cart.product-purchased .purchased-title,
        .minipopup-box .product.product-compare.product-purchased .purchased-title {
            margin-bottom: 1.9rem;
        }

        .minipopup-box .product.product-cart.product-purchased .product-detail,
        .minipopup-box .product.product-compare.product-purchased .product-detail {
            margin-top: 0.1rem;
        }

        .minipopup-box .product.product-cart.product-purchased .product-name,
        .minipopup-box .product.product-compare.product-purchased .product-name {
            margin-bottom: 1.2rem;
        }

    .minipopup-box img {
        max-width: 9rem;
        max-height: 9rem;
    }

    .minipopup-box .ratings-container {
        margin-bottom: 0;
    }

    .minipopup-box .product-price {
        color: #ffb700;
        margin-bottom: 0;
    }

    .minipopup-box .action-group {
        justify-content: space-around;
        margin-top: 2rem;
    }

    .minipopup-box .product.product-notify {
        text-align: center;
    }

        .minipopup-box .product.product-notify img {
            margin: 0 auto 10px auto;
        }

    .minipopup-box .btn.btn-sm {
        padding: 0.92em 2.07em;
        border-width: 1px;
    }

    .minipopup-box .btn.btn-outline {
        margin-right: 0.7rem;
        padding: 0.92em 2.2em;
    }

.minipopup-title {
    margin-bottom: 1.5rem;
    color: #363636;
    text-align: center;
}

    .minipopup-title .btn {
        margin-right: 1rem;
    }

.purchased-time {
    color: #ffb700;
    font-size: 1.3rem;
}

@media (max-width: 479px) {
    .minipopup-area {
        right: 9px;
    }
}

.overlay,
.overlay-visible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s;
}

.overlay {
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

a > .overlay {
    cursor: pointer;
}

figure:hover .overlay {
    padding-top: 0;
    opacity: 1;
}

.overlay.social-links {
    flex-direction: row;
}

.overlay .social-links {
    justify-content: center;
}

.overlay a:hover {
    color: #fff;
    text-decoration: underline;
}

.overlay a.social-link {
    border-color: #1879ca;
}

.overlay .social-link:hover {
    color: #fff;
    text-decoration: none;
}

figure:hover .overlay-visible {
    background: rgba(235, 235, 235, 0.01);
    padding-bottom: 9rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.overlay-transparent {
    background: transparent;
}

.overlay-dark,
.overlay-effect1,
.overlay-effect2,
.overlay-effect3,
.overlay-effect4,
.overlay-light {
    overflow: hidden;
}

    .overlay-dark figure,
    .overlay-effect1 figure,
    .overlay-effect2 figure,
    .overlay-effect3 figure,
    .overlay-effect4 figure,
    .overlay-light figure {
        overflow: hidden;
    }

    .overlay-dark .banner,
    .overlay-dark figure,
    .overlay-effect1 .banner,
    .overlay-effect1 figure,
    .overlay-effect2 .banner,
    .overlay-effect2 figure,
    .overlay-effect3 .banner,
    .overlay-effect3 figure,
    .overlay-effect4 .banner,
    .overlay-effect4 figure,
    .overlay-light .banner,
    .overlay-light figure {
        position: relative;
    }

        .overlay-dark.banner:after,
        .overlay-dark figure:after,
        .overlay-dark figure > a:after,
        .overlay-effect1 figure:after,
        .overlay-effect1 figure > a:after,
        .overlay-effect1.banner:after,
        .overlay-effect2 figure:after,
        .overlay-effect2 figure > a:after,
        .overlay-effect2.banner:after,
        .overlay-effect3 figure:after,
        .overlay-effect3 figure > a:after,
        .overlay-effect3.banner:after,
        .overlay-effect4 figure:after,
        .overlay-effect4 figure > a:after,
        .overlay-effect4.banner:after,
        .overlay-light.banner:after,
        .overlay-light figure:after,
        .overlay-light figure > a:after {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            background: #222;
            opacity: 0;
            transition: opacity 0.3s, background 0.3s, transform 0.3s;
        }

        .overlay-dark.banner:hover:after,
        .overlay-dark:hover figure:after,
        .overlay-dark:hover figure > a:after,
        .overlay-effect1.banner:hover:after,
        .overlay-effect1:hover figure:after,
        .overlay-effect1:hover figure > a:after,
        .overlay-effect2.banner:hover:after,
        .overlay-effect2:hover figure:after,
        .overlay-effect2:hover figure > a:after,
        .overlay-effect3.banner:hover:after,
        .overlay-effect3:hover figure:after,
        .overlay-effect3:hover figure > a:after,
        .overlay-effect4.banner:hover:after,
        .overlay-effect4:hover figure:after,
        .overlay-effect4:hover figure > a:after,
        .overlay-light.banner:hover:after,
        .overlay-light:hover figure:after,
        .overlay-light:hover figure > a:after {
            opacity: 0.2;
        }

    .overlay-dark.banner-fixed:after,
    .overlay-dark.post > figure:after,
    .overlay-effect1.banner-fixed:after,
    .overlay-effect1.post > figure:after,
    .overlay-effect2.banner-fixed:after,
    .overlay-effect2.post > figure:after,
    .overlay-effect3.banner-fixed:after,
    .overlay-effect3.post > figure:after,
    .overlay-effect4.banner-fixed:after,
    .overlay-effect4.post > figure:after,
    .overlay-light.banner-fixed:after,
    .overlay-light.post > figure:after {
        content: none;
    }

    .overlay-dark.post > figure > a:after,
    .overlay-effect1.post > figure > a:after,
    .overlay-effect2.post > figure > a:after,
    .overlay-effect3.post > figure > a:after,
    .overlay-effect4.post > figure > a:after,
    .overlay-light.post > figure > a:after {
        z-index: 1;
    }

    .overlay-effect2 figure:before,
    .overlay-effect2 figure > a:before,
    .overlay-effect2.banner:before,
    .overlay-effect4 figure:before,
    .overlay-effect4 figure > a:before,
    .overlay-effect4.banner:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.2;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .overlay-effect2.banner-fixed:before,
    .overlay-effect2.post > figure:before,
    .overlay-effect4.banner-fixed:before,
    .overlay-effect4.post > figure:before {
        content: none;
    }

    .banner.overlay-light figure:after,
    .overlay-light figure > a:after {
        background: #ccc;
    }

    .banner.overlay-dark figure:after,
    .overlay-dark figure > a:after {
        background: #222;
    }

.particle-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-subtitle {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: #666;
    direction: rtl;
}

    .page-header .breadcrumb {
        display: flex;
        justify-content: center;
    }

        .page-header .breadcrumb li {
            font-size: 1.2rem;
            padding-left: 5px;
        }

            .page-header .breadcrumb li.delimiter {
                color: #ffb700;
                font-size: 0.5rem;
                align-items: center;
                display: flex;
            }

            .page-header .breadcrumb li:not(:last-child):after {
                content: none;
            }

    .page-header > .breadcrumb li:not(:last-child) a {
        opacity: 0.5;
    }

    .page-header > .breadcrumb li:hover a {
        color: #1879ca;
        opacity: 1;
    }

@media (max-width: 767px) {
    .page-title {
        font-size: 3.6rem;
    }
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    justify-content: center;
    color: #363636;
    direction: rtl;
}

.page-link-next i,
.page-link-prev i {
    font-size: 1.2rem;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3rem;
    line-height: 1;
    border: 0.1rem solid transparent;
    transition: border 0.3s;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 10px -3px;
}

.active > .page-link,
:hover:not(.disabled) > .page-link {
    color: #fff;
    border-radius: 50%;
    background: #1879ca;
    border: 1px solid #ecebe9;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
    transition: 0.3s ease-in-out;
}

.disabled > .page-link {
    color: #aaa;
}

.page-link-next,
.page-link-prev {
    display: flex;
    align-items: center;
}

.page-item:not(:last-child) {
    margin: 0 5px;
}

.page-item-dots {
    white-space: nowrap;
}

    .page-item-dots:before {
        content: "...";
        margin-top: 0em;
        margin-left: 0.5rem;
        display: inline-block;
        vertical-align: middle;
    }

.show-info {
    margin: 0;
    color: #363636;
}

    .show-info span {
        margin: 0 0.5rem;
        color: #363636;
    }

.page-item-total {
    margin-left: 0.5rem;
}

@media (min-width: 576px) {
    .page-item-dots,
    .page-item-total {
        margin-left: 2rem;
    }
}

.mfp-wrap {
    z-index: 3000;
}

.mfp-bg {
    z-index: 3000;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

    .mfp-bg.mfp-ready {
        opacity: 0.7;
    }

    .mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-container {
    padding: 4rem 2rem;
}

.mfp-close {
    transform: rotateZ(45deg);
    transition: transform 0.3s;
    width: 18px;
    height: 18px;
    opacity: 1;
}

.mfp-wrap .mfp-close {
    top: 20px;
    left: 20px;
}

.mfp-content .mfp-close {
    top: -25px;
    left: 0;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    top: 15px;
    left: 0;
}

.mfp-close span {
    display: none;
}

.mfp-close:after,
.mfp-close:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffb700;
    width: 2px;
    height: 100%;
    top: 0;
    right: calc(50% - 1px);
}

.mfp-close:before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    right: 0;
}

.mfp-close:focus,
.mfp-close:hover {
    transform: rotateZ(135deg) scale(1.5);
}

.mfp-arrow,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 4.8rem;
    height: 4.8rem;
    color: #fff;
    border-radius: 50%;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
    opacity: 0.5;
    right: 10%;
    transition: opacity 0.3s;
    border: 2px solid;
}

.pswp__ui > button:before {
    background: transparent;
    position: static;
    line-height: 44px;
}

.pswp__ui > button.pswp__button--arrow--left:before {
    margin-left: 3px;
}

.pswp__ui > button.pswp__button--arrow--right:before {
    margin-right: 3px;
}

.pswp__ui > button:hover {
    opacity: 1;
}

.pswp__button--arrow--right:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    position: static;
    display: inline;
    margin: 0;
    border: 0;
}

.mfp-arrow:after {
    content: none;
}

button.mfp-arrow {
    border: 2px solid;
}

.mfp-arrow-left,
.pswp__button--arrow--left {
    left: 10%;
}

    .mfp-arrow-left:before,
    .pswp__button--arrow--left:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
    }

.mfp-content > * {
    position: relative;
    margin: auto;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.mfp-ready .mfp-content > * {
    opacity: 1;
}

.mfp-removing .mfp-content > * {
    opacity: 0;
}

.login-popup {
    max-width: 490px;
    padding: 4rem;
    border-radius: 0.3rem;
}

    .login-popup .nav-fill {
        height: 80px;
    }

    .login-popup .mfp-close {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #ffb700;
    }

    .login-popup .tab {
        font-size: 1.8rem;
        color: #ccc;
    }

        .login-popup .tab .nav-item {
            flex: none;
        }

    .login-popup .nav-item .nav-link {
        padding: 0 0 1px;
        color: #999;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2.43;
        transition: font-size 0.3s, color 0.3s;
    }

        .login-popup .nav-item .nav-link.active {
            font-size: 2.2rem;
        }

    .login-popup .delimiter i {
        margin: 0 0.8rem;
        font-size: 10px;
    }

    .login-popup .tab-pane {
        padding: 0;
    }

    .login-popup form {
        margin-bottom: 2.2rem;
    }

    .login-popup .form-group {
        margin-bottom: 1.8rem;
    }

.form-group label {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1;
    color: #111;
}

    .form-group label i {
        color: #ffb700;
        font-size: 6px;
        margin-right: 5px;
    }

.login-popup .form-group .form-control {
    height: 3.7rem;
    font-size: 1.3rem;
    color: #aaa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 18px;
    box-shadow: none;
    transition: 0.5s;
}

.login-popup .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4.3rem;
    margin-bottom: 2.3rem;
    font-size: 1.3rem;
}

.login-popup .lost-link {
    text-align: right;
    color: #1879ca;
    font-size: 1.1rem;
    padding: 25px 0 0 0;
}

    .login-popup .lost-link:hover {
        color: #ffb700;
    }

.login-popup .form-choice label {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    color: #666;
}

    .login-popup .form-choice label:after,
    .login-popup .form-choice label:before {
        content: "";
        height: 1px;
        flex: 1;
        background: #e1e1e1;
    }

    .login-popup .form-choice label:after {
        margin-right: 3rem;
    }

    .login-popup .form-choice label:before {
        margin-left: 3rem;
    }

.login-popup .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.4rem;
    border-radius: 50%;
    color: #fff;
    background: #1879ca;
    border: 5px solid #fff !important;
    box-shadow: rgb(24 121 202 / 27%) 0 1px 4px;
}

.container > .login-popup {
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

.form-header {
    padding: 30px 10px 40px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .form-header h3 {
        margin-bottom: 0;
        font-size: 3.5rem;
        color: #666;
        font-weight: 500;
    }

.mfp-product .mfp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem 4rem;
}

.mfp-product .mfp-content {
    max-width: 98.8rem;
    margin: auto;
}

.mfp-product .product {
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
}

.mfp-product .product-single .product-details {
    padding: 0;
}

.mfp-product .product-details {
    position: absolute;
    overflow-y: auto;
    height: 100%;
    top: 0;
}

.mfp-product .mfp-close {
    position: absolute;
    top: -2.7rem;
    left: 0;
}

.mfp-product .owl-nav .owl-next,
.mfp-product .owl-nav .owl-prev {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 3rem;
}

.mfp-product .owl-nav .owl-next {
    right: 1rem;
}

.mfp-product .owl-nav .owl-prev {
    left: 1rem;
}

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.pswp__img--placeholder--blank {
    background-color: #f2f3f5;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: transparent;
}

.pswp__caption__center {
    text-align: center;
}

.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1);
}

.mfp-removing.mfp-zoom-popup .mfp-content,
.mfp-zoom-popup .mfp-content {
    transition: 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-ready.mfp-flip-popup .mfp-content {
    transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-flip-popup .mfp-content,
.mfp-removing.mfp-flip-popup .mfp-content {
    transition: 0.3s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(20deg);
}

.mfp-img-popup .mfp-content {
    width: unset;
}

@media (max-width: 767px) {
    .mfp-product .product {
        padding: 2rem 1rem;
    }

    .mfp-arrow {
        color: #444;
    }

    .mfp-product .product-details {
        position: relative;
    }
}

@media (min-width: 768px) {
    .mfp-product .row {
        margin: 0 -1.5rem;
    }

        .mfp-product .row > .col-md-6 {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

    .mfp-product .product-gallery {
        margin-bottom: 0;
    }

    .mfp-product .pr-md-3 {
        padding-left: 1.5rem !important;
    }
}

.equal-height .product {
    height: 100%;
}

.product-shadow {
    transition: box-shadow 0.3s;
}

    .product-shadow:hover {
        box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.5);
    }

.product-label-round .product-label {
    padding: 0.5rem 1.1rem;
    border-radius: 1rem;
}

.text-center .product-details {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.product {
    position: relative;
    overflow: hidden;
    color: #999;
    transition: 0.3s;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 10px;
}

.product-wrap .product {
    border: solid 1px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

.product:hover .product-action,
.product:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
}

.product-media:hover img:first-child {
    opacity: 0;
}

.product-media:hover img:last-child {
    opacity: 1;
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
}

    .product-media img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 0.5s;
    }

        .product-media img:last-child {
            position: absolute;
            opacity: 0;
            right: 0;
            left: 0;
            top: 0;
            right: 0;
            object-fit: cover;
        }

        .product-media img:first-child {
            position: relative;
            opacity: 1;
            overflow: hidden;
            border-radius: 6px;
            margin: 0;
        }

.grid-label-wrap {
    width: 100%;
    height: 188px;
    position: absolute;
    top: 3px;
    left: 4px;
    overflow: hidden;
}

    .grid-label-wrap:before {
        position: absolute;
        content: "";
        width: 40px;
        height: 8px;
        left: 75px;
        background: #444;
        border-radius: 8px 8px 0 0;
    }

    .grid-label-wrap:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 40px;
        left: 0;
        top: 73px;
        background: #444;
        border-radius: 0 8px 8px 0;
    }

.grid-label-main {
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: -60px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border: 1px dashed;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

    .grid-label-main.grid-label-discount {
        box-shadow: 0 0 0 3px #ffb700, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
        background: #ffb700;
    }

    .grid-label-main.grid-label-new {
        box-shadow: 0 0 0 3px #df1b1b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
        background: #df1b1b;
    }

    .grid-label-main.grid-label-stock {
        box-shadow: 0 0 0 3px #999, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
        background: #999;
    }

    .grid-label-main.grid-label-special {
        box-shadow: 0 0 0 3px #ffb700, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
        background: #ff000c;
    }

.product-label-group {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: -0.5rem;
    top: 1rem;
    z-index: 2;
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1.1rem;
    font-size: 1.1rem;
    border-radius: 2px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
}

    .product-label.label-new {
        background: #ffb700;
    }

    .product-label.label-new {
        direction: rtl;
        background: #ffb700;
        border-radius: 3px 20px 20px 0;
        box-shadow: 0 0 8px #0000004d;
    }

        .product-label.label-new:after {
            content: "";
            position: absolute;
            bottom: -0.1rem;
            left: 0;
            border: 0.35rem solid rgb(201 145 1);
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

    .product-label.label-stock {
        background: #ffb700;
    }

    .product-label.label-stock {
        direction: rtl;
        background: #999;
        border-radius: 3px 20px 20px 0;
        box-shadow: 0 0 8px #0000004d;
    }

        .product-label.label-stock:after {
            content: "";
            position: absolute;
            bottom: -0.1rem;
            left: 0;
            border: 0.35rem solid rgb(79 79 79);
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

    .product-label.label-sale {
        direction: rtl;
        background: #ffb700;
        border-radius: 3px 20px 20px 0;
        box-shadow: 0 0 8px #0000004d;
    }

        .product-label.label-sale:after {
            content: "";
            position: absolute;
            bottom: -0.1rem;
            left: 0;
            border: 0.35rem solid rgb(163 118 2);
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

    .product-label.label-top {
        background: #3087cf;
        width: fit-content;
        border-radius: 10px;
        align-items: center;
        display: flex;
        margin-right: 2px;
        box-shadow: 0 0 8px #0000004d;
    }

.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 400;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    width: 26px;
    height: 26px;
    color: #676767;
    background: #ffffff;
    border: 1px solid #ffffff;
}

    .btn-product-icon:hover {
        color: #f4180d;
    }

    .btn-product-icon:not(.btn-wishlist) i {
        margin-bottom: 2px;
    }

    .btn-product-icon.btn-compare i {
        font-size: 1.8rem;
    }

.btn-wishlist {
    line-height: 1;
}

    .btn-wishlist.loading:after,
    .btn-wishlist.loading:before {
        z-index: 1;
    }

    .btn-wishlist.added i {
        font-weight: 900;
    }

.product-action-vertical {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2;
}

.product-footer-main {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 10px auto;
    z-index: 3;
    opacity: 1;
}

    .product-footer-main .btn-footer {
        width: 100%;
        background: #f7f7f7 !important;
        margin: 0 3px 0 0 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 5px !important;
        padding: 8px 10px !important;
        color: #333 !important;
        position: static;
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 1 !important;
        height: 4rem !important;
        transition: all 0.3s;
    }

        .product-footer-main .btn-footer:hover {
            background: #1879ca !important;
            border: 1px solid #1879ca !important;
            color: #fff !important;
        }

    .product-footer-main .btn-cart.btn-footer {
        width: 4rem !important;
        display: inline-table;
    }

        .product-footer-main .btn-cart.btn-footer i {
            margin: 0 !important;
        }

    .product-footer-main .btn-wishlist.btn-footer {
        width: 4rem !important;
    }

.product-form .btn-cart:disabled,
.product-form .btn-notify:disabled,
.product-form .btn-external:disabled {
    transition: 0.3s;
    margin-bottom: 15px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: unset;
    color: #999;
    cursor: not-allowed;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    line-height: 1;
}

.product-form .btn-cart,
.product-form .btn-notify,
.product-form .btn-external {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 5px;
    background-color: #1879ca;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
    line-height: 1;
}

.product-media .featured-wrap {
    position: absolute;
    top: 10px;
    left: 0px;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2;
}

.product-media .featured-text {
    background: linear-gradient(100deg, #1879ca 7.72%, #0070ce 118.76%);
    border-radius: 3px;
    color: #ffffff;
    z-index: 9;
    padding: 2px 5px;
    position: relative;
    left: 10px;
    top: -100%;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 3px;
    display: block;
    text-align: center;
}

    .product-media .featured-text.featured-special {
        background: linear-gradient(113deg, #ffb700 5.37%, #da9e04 108.05%);
    }

.product-action-vertical .btn-wishlist.loading {
    overflow: hidden;
}

.product-action {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
}

.product-details {
    position: relative;
    padding: 10px 0 10px 0;
}

    .product-details > .btn-wishlist {
        position: absolute;
        top: 1.2rem;
        left: 0;
        color: #999;
        z-index: 1;
        font-size: 1.6rem;
    }

        .product-details > .btn-wishlist i {
            display: inline-block;
            margin: 0;
            transition: transform 0.3s;
        }

        .product-details > .btn-wishlist:hover {
            color: #ffb700;
        }

            .product-details > .btn-wishlist:hover i {
                transform: rotateY(180deg);
            }

    .product-details > :last-child {
        margin-bottom: 0;
    }

    .product-details .product-action {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

.product-cat {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .product-cat a:hover {
        color: #ffb700;
    }

.product-name {
    font-family: inherit;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-name a:hover {
        color: #ffb700;
    }

.product-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    direction: rtl;
    color: #888;
}

    .product-location i {
        color: #ffb700;
    }

.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    direction: rtl;
    color: #888;
}

    .product-price i {
        color: #ffb700;
    }

    .product-price .new-price {
        margin-left: 1rem;
        text-decoration: none;
    }

.ratings-container {
    display: flex;
    align-items: center;
    margin-right: 1px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.ratings-full {
    cursor: pointer;
}

.ratings,
.ratings-full {
    position: relative;
    font-family: "Font Awesome 6 Pro";
}

    .ratings-full + .rating-reviews {
        margin-right: 1rem;
    }

    .ratings-full:before {
        content: "\f005""\f005""\f005""\f005""\f005";
        color: rgba(0, 0, 0, 0.16);
        font-family: "Font Awesome 6 Pro";
    }

    .ratings-full:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ratings {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .ratings:before {
        content: "\f005""\f005""\f005""\f005""\f005";
        color: #ffb700;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

.rating-reviews {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #676767;
    margin: 0 0 0 5px;
}

    .rating-reviews:hover {
        color: #ffb700;
    }

.product-variations {
    display: flex;
}

.ratings-container + .product-variations {
    margin-top: -5px;
}

.product-variations > a:not(.size-guide) {
    display: inline-block;
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: transparent;
    background-size: cover;
    font-size: 1.3rem;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    color: #363636;
    transition: 0.3s;
    border: 1px solid #e1e1e1;
}

    .product-variations > a:not(.size-guide):last-child {
        margin-left: 0;
    }

.product-variations .color:not(.active) {
    border: none;
}

.product-variations > a.active,
.product-variations > a:not(.size-guide):hover {
    border: 1px solid;
    box-shadow: inset 0 0 0 2px #fff;
}

.product-details .product-action,
.product-hide-details .product-action {
    position: relative;
    opacity: 1;
}

    .product-details .product-action .btn-wishlist,
    .product-hide-details .product-action .btn-wishlist {
        position: static;
    }

.product-details .btn-product-icon,
.product-hide-details .btn-product-icon {
    width: auto;
    border: 0;
    background-color: transparent;
    color: #363636;
    transition: color 0.3s, background-color 0.3s, visibility 0.3s;
}

    .product-details .btn-product-icon i,
    .product-hide-details .btn-product-icon i {
        font-size: 1.8rem;
    }

    .product-details .btn-product-icon:hover,
    .product-hide-details .btn-product-icon:hover {
        color: #ffb700;
    }

.product:hover .product-action .btn-cart {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 12.3rem;
    }
}

@media (-ms-high-contrast: none) and (max-width: 575px), screen and (-ms-high-contrast: active) and (max-width: 575px) {
    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        flex: 0 0 9.5rem;
    }
}

.product-slideup-content:hover .btn-quickview,
.product-slideup-content:hover .btn-wishlist {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-slideup .product-details {
    padding-bottom: 0;
    background-color: #fff;
    transition: transform 0.3s;
}

.product-slideup .ratings-container {
    margin-bottom: 0;
}

.product-slideup .btn-quickview,
.product-slideup .btn-wishlist {
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s;
}

.product-slideup .btn-quickview {
    transform: translateX(-200%);
}

.product-slideup .btn-wishlist {
    transform: translateX(200%);
}

.product-slideup .product-action {
    display: flex;
    position: absolute;
    padding-top: 1.5rem;
    top: 100%;
    bottom: auto;
    visibility: hidden;
    opacity: 0;
}

.product-slideup:hover {
    transform: translateY(-58px);
}

    .product-slideup:hover .btn-quickview,
    .product-slideup:hover .btn-wishlist {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .product-slideup:hover .product-action {
        visibility: visible;
        opacity: 1;
    }

.product-slideup-content .btn-cart,
.product-slideup .btn-cart {
    margin-left: 0;
}

.product-slideup-content .btn-wishlist,
.product-slideup .btn-wishlist {
    position: static;
    margin: 0 1.6rem 0 0;
}

.split-line {
    overflow: hidden;
}

.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

    .product-image-gap .product-details {
        padding: 1.8rem 1rem 1rem;
    }

    .product-image-gap .ratings-container {
        margin-bottom: 0;
    }

    .product-image-gap:hover {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    }

@media (max-width: 479px) {
    .product-image-gap .product-details {
        padding: 1.8rem 0 1rem;
    }
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list {
    margin-bottom: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: solid 1px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

    .product-list .row {
        margin-right: 0;
        margin-left: 0;
    }

    .product-list .product-media {
        flex: 0 0 28rem;
        max-width: 28rem;
        margin: 0;
    }

    .product-list .product-details {
        padding: 0;
        flex: 1;
    }

    .product-list .product-label {
        font-size: 1.1rem;
    }

    .product-list .btn-quickview {
        opacity: 1;
    }

    .product-list .btn-wishlist {
        margin: 0 0 0 0.8rem;
    }

    .product-list .btn-quickview {
        transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s;
    }

    .product-list .ratings-container {
        margin-bottom: 0.8rem;
    }

    .product-list .product-name {
        font-size: 1.8rem;
        font-weight: 600;
        color: #363636;
    }

    .product-list .product-price {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .product-list .product-short-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 2rem;
        text-transform: none;
        font-size: 1.4rem;
        line-height: 1.78;
        color: #666;
    }

    .product-list:hover .btn-quickview,
    .product-list:hover .btn-wishlist {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

.product-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .product-list-sm .product-media {
        flex: 0 0 10rem;
        max-width: 10rem;
        margin: 0 0 0 1rem;
    }

    .product-list-sm .product-details {
        flex: 0 0 calc(100% - 10rem);
        max-width: calc(100% - 10rem);
        padding: 0;
    }

    .product-list-sm .product-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0.7rem;
        color: #363636;
        padding-right: 0;
    }

        .product-list-sm .product-name:hover {
            color: #ffb700;
        }

    .product-list-sm .ratings-container {
        margin: 0;
    }

    .product-list-sm .product-price {
        font-size: 1.4rem;
    }

    .product-list-sm + .product-list {
        margin-top: 2rem;
    }

    .product-list-sm .btn-cart {
        margin-top: 2rem;
        height: 3.3rem;
        max-width: 11.7rem;
        border: 1px solid #d7d7d7;
        color: #ffb700;
        background: transparent;
        font-size: 1.3rem;
    }

        .product-list-sm .btn-cart:hover {
            border-color: #ffb700;
            background: #ffb700;
        }

.product.text-center .product-cat {
    padding: 0;
}

.product.text-center .product-action,
.product.text-center .product-price,
.product.text-center .product-variations,
.product.text-center .ratings-container {
    justify-content: center;
}

.product.shadow-media:hover .product-media {
    box-shadow: 0 20px 20px -16px rgba(0, 0, 0, 0.5);
}

.product.cart-full .product-price,
.product.product-with-qty .product-details .product-price {
    margin-bottom: 1rem;
}

.product.cart-full .btn-cart,
.product.product-with-qty .product-details .btn-cart {
    padding: 0;
    border-color: #ebebeb;
    border-radius: 5px;
}

    .product.cart-full .btn-cart:active,
    .product.cart-full .btn-cart:focus,
    .product.cart-full .btn-cart:hover,
    .product.product-with-qty .product-details .btn-cart:active,
    .product.product-with-qty .product-details .btn-cart:focus,
    .product.product-with-qty .product-details .btn-cart:hover {
        background-color: #ffb700;
        border-color: #ffb700;
        color: #fff;
    }

.product.cart-full .btn-cart {
    max-width: none;
    width: 100%;
}

.product.product-with-qty .product-details {
    padding-right: 0;
    padding-left: 0;
}

.product.product-with-qty .btn-cart {
    max-width: 12.3rem;
    margin-left: 0;
}

    .product.product-with-qty .btn-cart i {
        display: none;
    }

.product.product-with-qty .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
}

.product.product-with-qty .product-header p {
    border-bottom: 1px solid #f4f4f4;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.product.product-with-qty button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #363636;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    border-radius: 0.3rem;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .product.product-with-qty button:hover {
        background-color: #ffb700;
        color: #fff;
    }

.product.product-with-qty .quantity {
    min-height: auto;
    width: 3.2rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.3rem;
    border: none;
    text-align: center;
    color: #363636;
}

.product.product-variable:not(.cart-full) .btn-cart:after {
    display: none;
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-size: 1.8rem;
    font-weight: 400;
}

.product:hover.product-with-qty .btn-cart {
    background-color: transparent;
    color: #363636;
}

@media (max-width: 575px) {
    .product-list {
        display: block;
    }

        .product-list .product-media {
            margin: 0;
            max-width: 100%;
        }

        .product-list .product-details {
            padding: 1.8rem 0 2rem;
        }

    .product-action-vertical {
        top: 10px;
        left: 10px;
    }
}

@media (max-width: 479px) {
    .product-details .btn-cart,
    .product-hide-details .btn-cart {
        display: flex;
    }

        .product-details .btn-cart span,
        .product-hide-details .btn-cart span {
            display: none;
        }

        .product-details .btn-cart i,
        .product-hide-details .btn-cart i {
            margin-left: 0;
        }

    .product.product-with-qty .product-details .btn-cart {
        max-width: 4.2rem;
        padding: 0.78em 0;
    }

    .product.product-with-qty .btn-cart i {
        display: block;
    }

    .product.product-with-qty .product-quantity {
        margin-left: 1rem;
    }

    .cart-full .product-details .btn-cart span {
        display: inline;
    }

    .cart-full .btn-cart i {
        display: none;
    }

    .product.product-variable:not(.cart-full) .btn-cart:after {
        display: block;
    }

    .product.product-variable:not(.cart-full) .btn-cart i {
        display: none;
    }
}

.product-filters {
    margin-left: 1.5rem;
}

.product-single-carousel,
.product-thumbs-wrap {
    flex-basis: 100%;
    max-width: 100%;
}

    .product-single-carousel .product-image img {
        border-radius: 10px;
    }

    .product-single-carousel .owl-nav .owl-next,
    .product-single-carousel .owl-nav .owl-prev {
        color: #aaa;
        border: 0;
    }

.product-image {
    position: relative;
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}

    .product-thumbs-wrap img {
        display: block;
    }

    .product-thumbs-wrap button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.4rem;
        border: 0;
        transition: opacity 0.3s, transform 0.3s;
        z-index: 1;
        opacity: 0;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
        -webkit-appearance: none;
        cursor: pointer;
    }

    .product-thumbs-wrap:hover button:not(.disabled) {
        opacity: 0.9;
        transform: none;
    }

    .product-thumbs-wrap button:not(.disabled):hover {
        opacity: 1;
    }

    .product-thumbs-wrap > button {
        display: none;
    }

    .product-thumbs-wrap button,
    .product-thumbs .owl-nav .owl-next,
    .product-thumbs .owl-nav .owl-prev {
        background-color: #fff;
        color: #666;
        font-size: 1.6rem;
    }

    .product-thumb:before,
    .product-thumbs-wrap button {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

.product-thumbs {
    transition: top 0.3s ease-out;
    display: flex;
}

    .product-thumbs.owl-carousel {
        margin: 0 -0.5rem;
        width: calc(100% + 1rem);
    }

    .product-thumbs .owl-stage {
        display: flex;
    }

    .product-thumbs .owl-prev {
        transform: translateX(-100%);
        right: 0.5rem;
    }

    .product-thumbs .owl-next {
        right: auto;
        left: 0.5rem;
        transform: translateX(100%);
    }

.product-thumb {
    position: relative;
    margin: 0 0.5rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

    .product-thumb:before {
        content: "";
        transition: border-color 0.3s;
        border: 1px solid transparent;
        border-radius: 10px;
    }

    .product-thumb.active:before {
        border-color: #1879ca;
    }

    .product-thumb .btn-play {
        position: relative;
        display: block;
        z-index: 2;
    }

        .product-thumb .btn-play:before {
            content: "";
            position: absolute;
            right: -100px;
            top: -100px;
            left: -100px;
            bottom: -100px;
            background: rgba(0, 0, 0, 0.1);
            transition: background 0.3s;
        }

        .product-thumb .btn-play:after {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 16px;
            font-weight: 800;
            color: #fff;
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translate(-50%, -50%);
            border: 2px solid #fff;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 36px;
            text-align: center;
            transition: box-shadow 0.3s;
        }

        .product-thumb .btn-play:hover:before {
            background: rgba(0, 0, 0, 0.2);
        }

        .product-thumb .btn-play:hover:after {
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
        }

.product-single {
    color: inherit;
}

    .product-single .product-details {
        background-color: transparent;
    }

.container-fluid .product-single .product-details {
    padding-top: 4px;
}

aside + div .product-single .product-details {
    padding: 0;
}

.product-single .product-cat {
    margin-bottom: 1.3rem;
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
}

    .product-single .product-cat span {
        margin-left: 0.7rem;
    }

.product-single .product-name {
    margin-bottom: 0.7rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: #363636;
    font-family: vazir;
}

.product-single .product-price {
    display: block;
    margin-bottom: 1.1rem;
    color: #1879ca;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.product-single .old-price {
    font-size: 2.4rem;
    font-weight: 600;
}

.product-single .rating-reviews {
    font-size: 1.3rem;
}

    .product-single .rating-reviews:not(:hover) {
        color: #999;
    }

.product-single .ratings-container {
    margin-bottom: 1.7rem;
    font-size: 14px;
}

    .product-single .ratings-container .ratings:before {
        color: #ffb700;
    }

.product-single .ratings-full {
    margin-top: -2px;
}

.product-single label {
    color: #363636;
    font-weight: 600;
}

.product-single .product-action {
    display: inline-block;
}

    .product-single .product-action .btn-wishlist {
        position: relative;
    }

.product-single .divider {
    margin-right: -1rem;
    margin-left: 1.8rem;
}

.product-single .social-links {
    color: #999;
}

.product-single .social-link {
    border: none;
}

.product-single .product-footer > * {
    margin-bottom: 1rem;
}

.product-single .btn-compare,
.product-single .btn-wishlist {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 1.4rem;
    background-color: transparent;
    transition: color 0.3s;
    text-transform: none;
    color: #666;
}

    .product-single .btn-compare i,
    .product-single .btn-wishlist i {
        display: inline-block;
        margin: 0 0 -0.3rem 0.5rem;
        vertical-align: middle;
        font-size: 1.8rem;
        line-height: 0;
    }

    .product-single .btn-compare:hover,
    .product-single .btn-wishlist:hover {
        color: #ffb700;
    }

    .product-single .btn-compare i {
        margin-left: 0.8rem;
        font-size: 2.1rem;
    }

.product-single .quantity {
    font-weight: 700;
}

.product-single .product-meta + .product-countdown-container {
    margin-top: 0.4rem;
}

.product-single .product-countdown-container {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1rem 1.6rem;
    border: 1px solid #444;
    background-color: #444;
    text-transform: none;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem;
}

    .product-single .product-countdown-container label {
        margin-left: 0.5rem;
        text-transform: none;
        color: #fff;
    }

    .product-single .product-countdown-container .product-sale-info {
        position: relative;
        padding-left: 1.5rem;
    }

        .product-single .product-countdown-container .product-sale-info i {
            margin-left: 0.8rem;
        }

        .product-single .product-countdown-container .product-sale-info:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 2.4rem;
            background: rgba(255, 255, 255, 0.2);
        }

        .product-single .product-countdown-container .product-sale-info + label {
            margin-right: 1.5rem;
        }

.product-single .product-label-group {
    top: 2rem;
    right: 2.5rem;
    z-index: 2;
    align-items: flex-start;
}

.product-single .product-label {
    color: #fff;
}

.product-single .product-variations > a:not(.size-guide) {
    width: 3rem;
    height: 3rem;
}

.product-single .product-equipment .equipment {
    width: auto !important;
    border-radius: 3px;
}

.product-single .color {
    border: 0;
}

.product-single .size {
    width: 3.6rem;
}

.product-single .accordion ul {
    list-style: none;
    padding-right: 0;
}

.product-single .rating-form label,
.product-single form label {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: none;
    color: #666;
}

.product-meta {
    margin-bottom: 1.8rem;
    color: #999;
    font-size: 1.3rem;
}

    .product-meta span {
        margin: 0 3px 0 1.9rem;
    }

.product-form {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 3rem;
    margin: 0 0 1rem;
}

    .product-form > label {
        min-width: 7rem;
        margin-bottom: 1rem;
        font-size: 16px;
        font-weight: 400;
    }

    .product-form.product-variations {
        line-height: 37px;
    }

    .product-form .select-box:before {
        left: 1.4rem;
        font-size: 1.3rem;
        color: #363636;
    }

    .product-form select {
        max-width: none;
        padding: 0.8rem 1.4rem 0.8rem 3rem;
        color: #363636;
        border-color: #ebebeb;
        font-size: 1.3rem;
    }

    .product-form .product-variations {
        display: block;
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .product-form.product-qty {
        line-height: 4.5rem;
    }

    .product-form .quantity-minus {
        border-radius: 0 0.3rem 0.3rem 0;
    }

    .product-form .quantity-plus {
        border-radius: 0.3rem 0 0 0.3rem;
    }

    .product-form .input-group {
        margin-left: 1rem;
    }

.product-external .product-short-desc {
    color: #ee8204;
}

.product-external .product-form button {
    background: #ee8204;
}

.stock {
    display: inline-block;
    padding: 4px 2rem;
    margin-bottom: 2rem;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}

.in-stock {
    background: #ffb700;
}

.out-of-stock {
    background: #ccc;
}

.product-single .product-label.label-stock {
    white-space: nowrap;
    background: #ccc;
}

.hurryup-bar > p {
    margin-bottom: 0.5rem;
    color: #363636;
    background: transparent;
    padding: 0;
}

.hurryup-bar .bar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 38rem;
    height: 14px;
    background: #eee;
    border-radius: 10px;
}

.hurryup-bar .stock-bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    background: #ffb700;
    border-radius: 10px;
}

.product-form-group {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1;
}

    .product-form-group > * {
        margin-bottom: 1rem;
    }

    .product-form-group .product-variations {
        margin-bottom: 7px;
    }

    .product-form-group tr {
        border-bottom: 1px solid #eee;
    }

    .product-form-group td {
        padding: 2rem 0;
    }

    .product-form-group .item-name {
        padding-right: 2rem;
        color: #363636;
        line-height: 1.4;
    }

    .product-form-group .item-price {
        font-weight: 600;
        color: #363636;
        padding-right: 4.5rem;
    }

.size-guide {
    display: inline-flex;
    align-items: center;
    font-weight: 300;
}

    .size-guide i {
        margin-left: 0.8rem;
        font-size: 2.1rem;
        color: #666;
    }

.select-box + .size-guide {
    margin-right: 10px;
}

.product-variation-price {
    display: none;
    padding-top: 25px;
}

    .product-variation-price span {
        margin-bottom: 1rem;
        color: #363636;
        font-size: 2.4rem;
        font-weight: 700;
    }

.product-variation-clean {
    display: block;
    position: absolute;
    margin-top: 1rem;
    padding: 0.3em 1em;
    right: 0;
    top: calc(100% - 10px);
    font-size: 1rem;
    line-height: 1.6;
    background: #f4f4f4;
    color: #000;
}

.related-products {
    margin-top: 6.5rem;
}

@media (min-width: 992px) {
    .pg-vertical .product-thumbs-wrap {
        order: 1;
        max-width: 109px;
        margin: 0 0 0 1rem;
    }

    .pg-vertical .product-single-carousel {
        max-width: calc(100% - 119px);
    }

    .pg-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .pg-vertical .product-thumb {
        margin: 0 0 1rem;
    }

    .pg-vertical .thumb-down,
    .pg-vertical .thumb-up {
        display: flex;
        width: 100%;
        height: 2.4rem;
    }

    .pg-vertical .thumb-up {
        transform: translateY(-100%);
    }

        .pg-vertical .thumb-up i:before {
            content: "";
        }

    .pg-vertical .thumb-down {
        top: auto;
        transform: translateY(100%);
    }

        .pg-vertical .thumb-down i:before {
            content: "";
        }

    .pg-vertical .product-label-group {
        right: 14rem;
    }
}

.product-single.product-sticky-both .p-sticky {
    top: 88px;
}

.product-single.product-sticky-both .product-details {
    padding: 0;
}

.product-tabs.tab-nav-simple .nav-link {
    font-size: 2rem;
    font-weight: 700;
    color: #363636;
}

.page-content.with-sidebar {
    padding-bottom: 10rem;
    overflow: hidden;
}

.right-sidebar-active .right-sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-overlay,
.top-sidebar-active .top-sidebar .sidebar-close,
.top-sidebar-active .top-sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 1;
}

.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content,
.top-sidebar-active .top-sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1;
    background: #f7f7f7;
}

.top-sidebar-active .category-sidebar {
    display: none;
}

.sidebar-active .page-wrapper {
    margin-right: -250px;
    margin-left: 250px;
}

.right-sidebar-active .page-wrapper {
    margin-right: 250px;
    margin-left: -250px;
}

.sidebar-content,
.sidebar-overlay,
.sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: #ffffff33;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
    backdrop-filter: blur(3px);
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1879ca;
    border-radius: 0 10px 10px 0;
}

.sidebar-close {
    position: fixed;
    margin: 0;
    left: calc(100vw - 60px);
    top: 12px;
    font-size: 3rem;
    color: #ffb700;
    z-index: 1201;
    background-color: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .sidebar-close:hover {
        color: #ccc;
    }

.sidebar-content {
    bottom: 0;
    width: 29.5rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s;
    direction: ltr;
}

aside .sidebar-content .widget {
    padding: 3rem 1rem;
    margin-bottom: 2rem;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    direction: rtl;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    aside .sidebar-content .widget:first-child {
        margin-top: 0rem;
    }

    aside .sidebar-content .widget.widget-filter:first-child {
        margin-top: 1.5rem !important;
    }

    aside .sidebar-content .widget.widget-social {
        min-height: 220px;
        background: #1879ca;
        padding: 4.7rem 3rem;
        text-align: center;
    }

        aside .sidebar-content .widget.widget-social .widget-social-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            aside .sidebar-content .widget.widget-social .widget-social-header p {
                line-height: 1.2;
                color: #fff;
            }

        aside .sidebar-content .widget.widget-social .widget-social-footer {
            margin-top: 20px;
        }

            aside
            .sidebar-content
            .widget.widget-social
            .widget-social-footer
            .social-link-aside {
                width: 35px;
                height: 35px;
                color: #1879ca;
                font-size: 18px;
                border-radius: 50%;
                margin-left: 10px;
                align-items: center;
                display: flex;
                justify-content: center;
                transition: 0.5s;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                background-color: #fff;
                -webkit-backdrop-filter: blur(0.9rem);
                backdrop-filter: blur(0.9rem);
                border: 1px solid #ffffff0f;
            }

                aside
                .sidebar-content
                .widget.widget-social
                .widget-social-footer
                .social-link-aside:hover {
                    background: #2a2a2a;
                    color: #ffb700;
                    box-shadow: 0 0 5px rgb(255 255 255 / 23%);
                }

    aside .sidebar-content .widget.widget-advertisement {
        padding: 0 !important;
        box-shadow: rgba(0, 0, 0, 0.05) -1.95px 1.95px 2.6px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

        aside .sidebar-content .widget.widget-advertisement img {
            border-radius: 5px !important;
            display: block;
            width: 100%;
        }

        aside
        .sidebar-content
        .widget.widget-advertisement
        .widget-advertisement-title {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.5);
            color: #ffb700;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 18px;
            text-align: center;
            white-space: nowrap;
        }

.widget-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    margin-right: 0;
    margin-left: 0;
}

.widget-filter {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}

.sidebar-content .widget-body {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    opacity: 1;
    transition: opacity 0.3s;
}

.widget-body input.form-control {
    padding: 0 1.55rem 0 5rem;
    border-radius: 5px;
    border: 2px solid;
    border-color: #e1e1e1;
    font-family: inherit;
    background-color: #fff;
    color: #999;
}

.widget-body .btn-search {
    position: absolute;
    color: #2a2a2a;
    width: 70px;
    height: 100%;
    border-radius: 5px;
    left: 0;
    border: none;
    background-color: #2a2a2a;
    padding: 0;
}

.widget-body input.form-control {
    border-radius: 5px;
    border: 1px solid #eaeaeb;
    font-family: inherit;
    color: #999;
    text-align: right;
    background-color: #f8f8f8;
    padding: 0 20px 0 0;
    height: 60px;
}

.widget-body .btn-search:hover {
    color: #ffb700;
}

.widget-body .input-wrapper {
    display: flex;
    position: relative;
}

.widget-body .btn-search i {
    vertical-align: middle;
    font-size: 1.8rem;
    color: #ffb700;
    margin: 0;
}

.sidebar-content .sidebar-close {
    display: flex;
    position: static;
    align-items: center;
    margin-bottom: 2rem;
    line-height: 1;
}

.sidebar-content .d-icon-times {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
}

.sidebar-content .widget.price-with-count .filter-items > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-content .btn-filter {
    padding: 0.86em 2em;
    border-radius: 2px;
}

    .sidebar-content .btn-filter:active,
    .sidebar-content .btn-filter:focus,
    .sidebar-content .btn-filter:hover {
        background: #2a2a2a;
        color: #ffb700;
    }

.post-list-sm {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .post-list-sm .post-media {
        max-width: 10rem;
        flex: 0 0 10rem;
        height: 7rem;
    }

        .post-list-sm .post-media img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }

    .post-list-sm .post-details {
        padding: 0;
        margin-right: 1.5rem;
        background-color: transparent;
    }

    .post-list-sm .post-meta {
        margin-bottom: 0.4rem;
        color: #999;
    }

        .post-list-sm .post-meta i {
            color: #999;
            margin-left: 5px;
        }

        .post-list-sm .post-meta a {
            font-size: 1.3rem;
            font-weight: 400;
            color: #999;
        }

    .post-list-sm .post-title {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: none;
        font-size: 1.3rem;
    }

.right-sidebar {
    order: 2;
}

    .right-sidebar .sidebar-toggle {
        left: auto;
        right: 0;
    }

    .right-sidebar .sidebar-close {
        left: 10px;
    }

    .right-sidebar .sidebar-content {
        transform: translateX(100%);
        left: auto;
        right: 0;
    }

@media (min-width: 992px) {
    .sidebar-fixed .sidebar-close,
    .sidebar-fixed .sidebar-overlay,
    .sidebar-fixed .sidebar-toggle {
        display: none;
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 9;
    }

    .sidebar-fixed .sidebar-content {
        width: auto;
        transform: none;
    }
}

.right-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0;
}

.tag {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    margin: 0.5rem 1rem 0.5rem 0;
    border: 1px solid #ccc;
    font-size: 1.3rem;
    line-height: 1.35;
    transition: color 0.3s, border-color 0.3s;
    border-radius: 3px;
    background: #fff;
}

    .tag:hover {
        color: #ffb700;
        border-color: #ffb700;
    }

.sidebar-content .form-control {
    border-color: #ccc;
    border-radius: 3rem;
    background: #fff;
}

.sidebar-content .input-wrapper-inline .btn i {
    color: #fff;
}

.widget-collapsible > .widget-title.collapsed {
    padding-bottom: 2.7rem;
}

.widget-collapsible > .widget-title.collapwidget-collapsible > .widget-title {
    padding-bottom: 0;
}

.widget-collapsible .toggle-btn {
    top: 10px;
    left: 12px;
    padding: 0;
    width: 10px;
    opacity: 1;
    color: #999;
}

    .widget-collapsible .toggle-btn:after,
    .widget-collapsible .toggle-btn:before {
        content: "";
        position: absolute;
        border-top: 2px solid #666;
        width: 8px;
        transition: transform 0.3s;
    }

.widget-collapsible > .collapsed .toggle-btn:before {
    transform: rotate(90deg);
}

.widget-collapsible > .collapsed .toggle-btn:after {
    transform: rotate(180deg);
}

.widget-collapsible .collapsed ~ .widget-body {
    opacity: 0.1;
}

.widget-collapsible p {
    margin-bottom: 0;
    color: #aaa;
    line-height: 1.86;
}

.toolbox-wrap .widget-title,
.widget-collapsible .widget-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0rem 0.3rem 1.8rem;
    contain-intrinsic-block-size: AUTO 100px;
    text-transform: none;
    transition: padding 0.3s;
    display: flex;
}

.filter-items.search-ul li {
    padding: 13.5px 3px;
}

.filter-items li {
    padding: 10px 10px 10px 3px;
}

.filter-items > li:not(:last-child) {
    border-bottom: none;
}

.filter-items a {
    position: relative;
    display: block;
}

    .filter-items a span {
        margin-right: 20px !important;
    }

    .filter-items a:hover {
        color: #ffb700;
    }

.filter-items.search-ul a:before {
    content: none;
}

.filter-items .children li {
    padding: 5.5px 0;
}

.filter-items li span {
    margin-right: 0.5rem;
}

.filter-items .with-ul > a > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.7rem;
    line-height: 0;
    margin: -1.3rem -3px 0 0;
    padding: 1.2rem 5px;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition: transform 0.3s;
}

.filter-items .show > a {
    color: #ffb700;
}

    .filter-items .show > a i {
        transform: rotate(-180deg);
    }

.filter-items ul {
    display: none;
    position: relative;
    margin: 1rem 0 -0.5rem;
    padding-right: 1.3rem;
}

    .filter-items ul:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 4px;
        bottom: 3px;
        border-right: 1px solid #bfbfbf;
    }

.filter-items .color {
    top: 50%;
    display: inline-block;
    margin-left: 0.8rem;
    margin-top: -4.5px;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
}

.social-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}

    .social-links.square-link .social-link {
        border-radius: 0;
    }

    .social-links.rounded-link,
    .social-links.square-link {
        display: flex;
        justify-content: center;
    }

        .social-links.rounded-link .social-link,
        .social-links.square-link .social-link {
            margin: 5px 15px;
            border: none;
            font-size: 24px;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

            .social-links.rounded-link .social-link:not(:hover),
            .social-links.square-link .social-link:not(:hover) {
                color: #fff;
                background-color: #e1e1e1;
            }

        .social-links.rounded-link .social-link {
            border-radius: 0.3rem;
        }

.social-link-active {
    display: flex;
    justify-content: center;
}

    .social-link-active .social-link {
        border: none;
        margin: 1rem;
        font-size: 26px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        color: #fff;
    }

    .social-link-active .social-facebook {
        background: #3b5998;
        border-color: #3b5998;
    }

    .social-link-active .social-twitter {
        background: #1da1f2;
        border-color: #1da1f2;
    }

    .social-link-active .social-linkedin {
        background: #0073b2;
        border-color: #0073b2;
    }

    .social-link-active .social-email {
        background: #dd4b39;
        border-color: #dd4b39;
    }

    .social-link-active .social-google {
        background: #dd4b39;
        border-color: #dd4b39;
    }

    .social-link-active .social-pinterest {
        background: #bd081c;
        border-color: #bd081c;
    }

    .social-link-active .social-reddit {
        background: #ff4107;
        border-color: #ff4107;
    }

    .social-link-active .social-tumblr {
        background: #304e6c;
        border-color: #304e6c;
    }

    .social-link-active .social-vk {
        background: #6383a8;
        border-color: #6383a8;
    }

    .social-link-active .social-youtube {
        background: #ffb700;
        border-color: #ffb700;
    }

    .social-link-active .social-whatsapp {
        background: #3c8a38;
        border-color: #3c8a38;
    }

    .social-link-active .social-xing {
        background: #1a7576;
        border-color: #1a7576;
    }

    .social-link-active .social-instagram {
        background: #7c4a3a;
        border-color: #7c4a3a;
    }

.social-link {
    margin: 2px 8px 2px 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #1879cc;
    color: #fff;
    transition: color 0.4s, border 0.4s, background 0.4s;
    text-align: center;
    background: #1879ca;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

    .social-link:last-child {
        margin-left: 0;
    }

    .social-link i {
        line-height: 1;
    }

    .social-link:hover {
        background: #ffb700;
        border-color: #ffb700;
        color: #fff;
        box-shadow: #ffb7006b 0 1px 4px;
    }

.no-border .social-link {
    border: 0;
    line-height: 30px;
}

    .no-border .social-link:not(:hover) {
        background: transparent;
    }

.no-backgrond .social-link {
    background-color: none;
    line-height: 30px;
}

    .no-backgrond .social-link:not(:hover) {
        background: transparent;
    }

.inline-links .social-link {
    display: inline-block;
    margin-left: 2rem;
    width: auto;
    height: auto;
    border: 0;
    color: inherit;
}

    .inline-links .social-link:not(:last-child) {
        margin-left: 2rem;
    }

    .inline-links .social-link:hover {
        background: transparent;
    }

    .inline-links .social-link.social-facebook:hover {
        color: #3b5998;
    }

    .inline-links .social-link.social-twitter:hover {
        color: #1da1f2;
    }

    .inline-links .social-link.social-linkedin:hover {
        color: #0073b2;
    }

    .inline-links .social-link.social-email:hover {
        color: #dd4b39;
    }

    .inline-links .social-link.social-google:hover {
        color: #dd4b39;
    }

    .inline-links .social-link.social-pinterest:hover {
        color: #bd081c;
    }

    .inline-links .social-link.social-reddit:hover {
        color: #ff4107;
    }

    .inline-links .social-link.social-tumblr:hover {
        color: #304e6c;
    }

    .inline-links .social-link.social-vk:hover {
        color: #6383a8;
    }

    .inline-links .social-link.social-whatsapp:hover {
        color: #3c8a38;
    }

    .inline-links .social-link.social-xing:hover {
        color: #1a7576;
    }

    .inline-links .social-link.social-instagram:hover {
        color: #7c4a3a;
    }

.social-link-template .inline-links .social-link {
    font-size: 24px;
    margin: 3px 19px;
}

    .social-link-template .inline-links .social-link:not(:hover) {
        color: #999;
    }

.social-default .social-link {
    width: 45px;
    height: 45px;
    margin: 3px 7.5px;
    line-height: 45px;
    font-size: 24px;
}

    .social-default .social-link:not(:hover) {
        color: #999;
    }

.tab-content {
    background-color: transparent;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

    .nav-tabs .nav-item .nav-link.active,
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-item:hover .nav-link {
        color: #1879ca;
    }

.nav-link {
    display: block;
    margin-bottom: -0.1rem;
    padding: 1.6rem 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border 0.35s, color 0.35s, background-color 0.35s;
}

.nav-link-with-img {
    position: relative;
    margin-bottom: -4px;
    height: 100%;
    padding: 1.5rem 0 2rem;
}

    .nav-link-with-img figure {
        height: 7.4rem;
        width: 12.1rem;
    }

    .nav-link-with-img .img-cat-title {
        position: absolute;
        bottom: 1.5rem;
        font-size: 1.4rem;
        font-weight: 500;
        min-width: 12.1rem;
    }

    .nav-link-with-img:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        border-bottom: 4px solid #ffb700;
        transform: scaleX(0) translateX(-50%);
        transform-origin: left;
        transition: transform 0.3s;
    }

    .nav-link-with-img.active:after,
    .nav-link-with-img:hover:after {
        transform: scaleX(1) translateX(-50%);
    }

.nav-item:not(:last-child) {
    margin-left: 2.5rem;
}

.nav-fill .nav-item {
    flex: 1;
}

.tab-content {
    position: relative;
}

    .tab-content > .tab-pane {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        height: 0 !important;
        opacity: 0;
        z-index: -1;
        transition: visibility 0.3s, opacity 0.3s;
    }

        .tab-content > .tab-pane:not(.active) {
            overflow: hidden;
            visibility: hidden;
        }

    .tab-content > .active {
        position: relative;
        height: auto !important;
        opacity: 1;
        z-index: auto;
    }

.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666;
}

    .tab-pane p {
        line-height: 1.72;
    }

.tab-nav-simple .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #666;
}

.tab-nav-simple .nav-item .nav-link.active,
.tab-nav-simple .nav-item.show .nav-link,
.tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: #fff;
}

.tab-nav-center .nav {
    justify-content: center;
}

.tab-nav-right .nav {
    justify-content: flex-start;
}

.tab-nav-boxed .nav-item {
    margin-left: 0;
}

.tab-nav-boxed .nav-link {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.tab-nav-round .nav-item:not(:last-child) {
    margin-left: 2px;
}

.tab-nav-round .nav-link {
    margin-bottom: 0;
    border-radius: 2.3rem;
    background-color: #f2f3f5;
}

.tab-nav-round .nav-tabs {
    border-bottom: 0;
}

.tab-boxed .tab-pane {
    padding-right: 2rem;
    padding-left: 2rem;
}

.tab-outline .tab-content {
    border: 1px solid #ebebeb;
}

.tab-outline .nav-tabs {
    border-bottom: 0;
}

.tab-outline .nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
    border: 1px solid transparent;
    border-top-width: 2px;
}

.tab-outline .nav-item .nav-link.active,
.tab-outline .nav-item.show .nav-link,
.tab-outline .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-top-color: #ffb700;
}

.tab-outline2 .nav {
    position: relative;
    z-index: 1;
}

.tab-outline2 .tab-content {
    border: 1px solid #ebebeb;
}

.tab-outline2 .nav-tabs {
    border-bottom: 0;
}

.tab-outline2 .nav-link {
    padding: 1.5rem 2.4rem;
    border: 1px solid transparent;
}

.tab-outline2 .nav-item .nav-link.active,
.tab-outline2 .nav-item.show .nav-link,
.tab-outline2 .nav-item:hover .nav-link {
    border-color: #ebebeb;
    border-bottom-color: #fff;
}

.tab-vertical {
    display: flex;
}

    .tab-vertical .nav-tabs {
        flex-flow: column nowrap;
        width: 27.8%;
        border: 0;
        border-left: 2px solid #ebebeb;
    }

    .tab-vertical .tab-content {
        flex: 1;
    }

    .tab-vertical .nav-item {
        margin-left: 0;
    }

    .tab-vertical .nav-link {
        position: relative;
        margin-left: -2px;
        padding-right: 2rem;
        width: calc(100% + 2px);
        border: 0;
        text-align: right;
    }

        .tab-vertical .nav-link:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 2px;
            height: calc(100% - 6px);
            top: 50%;
            transform: translateY(-50%);
            background-color: transparent;
            z-index: 1;
        }

    .tab-vertical .tab-pane {
        padding: 1.7rem 2rem;
    }

    .tab-vertical.tab-simple .nav-link {
        margin-left: -2px;
    }

        .tab-vertical.tab-simple .nav-link:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 2px;
            height: calc(100% - 6px);
            top: 50%;
            transform: translateY(-50%) scale(0);
            background-color: transparent;
            transition: transform 0.3s;
            z-index: 1;
        }

    .tab-vertical.tab-simple .nav-item .nav-link.active,
    .tab-vertical.tab-simple .nav-item.show .nav-link,
    .tab-vertical.tab-simple .nav-item:hover .nav-link {
        color: #ffb700;
    }

        .tab-vertical.tab-simple .nav-item .nav-link.active:after,
        .tab-vertical.tab-simple .nav-item.show .nav-link:after,
        .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
            background-color: #ffb700;
            transform: translateY(-50%) scale(1);
        }

@media (max-width: 767px) {
    .tab-vertical {
        flex-flow: column nowrap;
    }

        .tab-vertical .nav-tabs,
        .tab-vertical .tab-content {
            width: 100%;
        }

        .tab-vertical .nav-tabs {
            border: 0;
        }

        .tab-vertical .tab-content {
            padding-right: 0;
        }

        .tab-vertical.tab-simple .nav-link:after {
            height: 2px;
            width: 100%;
            background-color: transparent;
            top: calc(100% - 2px);
            transform: scale(0);
        }

        .tab-vertical.tab-simple .nav-item .nav-link.active:after,
        .tab-vertical.tab-simple .nav-item.show .nav-link:after,
        .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
            transform: scale(1);
        }
}

.tab-inverse .tab-content {
    border-color: #fff;
}

.tab-inverse .nav-tabs {
    border: 0;
}

.tab-inverse .nav-link {
    margin: 0;
    width: 100%;
}

.tab-inverse .nav-item .nav-link.active,
.tab-inverse .nav-item.show .nav-link,
.tab-inverse .nav-item:hover .nav-link {
    background-color: #fff;
    border-color: #fff;
}

.tab-inverse.tab-simple .nav-link {
    padding-top: 1.4rem;
    border-top: 2px solid transparent;
}

.tab-inverse.tab-simple .nav-item .nav-link.active,
.tab-inverse.tab-simple .nav-item.show .nav-link,
.tab-inverse.tab-simple .nav-item:hover .nav-link {
    border-top-color: #ffb700;
}

.tab-nav-solid .nav-link {
    padding-bottom: 1.6rem;
    border: 0;
}

.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #ffb700;
    border-color: #ffb700;
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 1.4rem;
    }

    .tab-nav-boxed .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 479px) {
    .tab-nav-round .nav-link {
        margin-bottom: 0.5rem;
    }
}

.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666;
}

    .nav-filters li:not(:last-child) {
        margin-left: 1.8rem;
    }

.nav-filter {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    line-height: 1;
    transition: color 0.3s;
}

    .nav-filter.active {
        color: #ffb700;
    }

.filter-underline .nav-filter {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border-color 0.3s;
}

    .filter-underline .nav-filter.active {
        border-color: #ffb700;
    }

.tooltiptext {
    font-family: vazir;
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 150%;
    right: 48%;
    background-color: #363636;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s;
}

.tooltip-bottom:after,
.tooltip-top:after {
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -6px;
    border-width: 6px;
    border-style: solid;
}

.tooltip-top:after {
    top: 96%;
    border-color: #333 transparent transparent transparent;
}

.tooltip-bottom:after {
    top: -37%;
    border-color: transparent transparent #333 transparent;
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.0125em;
    color: #363636;
}

    .title.title-center {
        justify-content: center;
    }

    .title.title-descri {
        font-size: 3rem;
    }

.title-line:after {
    flex: 1;
    margin-right: 3rem;
    content: "";
    height: 2px;
    background-color: #e1e1e1;
}

.title-right-line:before {
    flex: 1;
    margin-left: 3rem;
    content: "";
    height: 2px;
    background-color: #e1e1e1;
}

@media (max-width: 479px) {
    .title-line:before {
        margin-left: 1.5rem;
    }

    .title-line:after {
        margin-right: 1.5rem;
    }
}

.title-wrapper .title {
    margin-bottom: 0.5rem;
}

.title-wrapper p {
    margin-bottom: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #999;
}

.title-simple {
    display: block;
}

    .title-simple:after,
    .title-simple:before {
        content: none;
    }

.title-sm {
    font-size: 2rem;
}

.title-icon {
    flex-direction: column;
}

    .title-icon > i {
        margin-top: 1rem;
        font-size: 1.8rem;
        color: #ffb700;
    }

    .title-icon:after,
    .title-icon:before {
        content: none;
    }

.title-white {
    color: #fff;
}

    .title-white:after,
    .title-white:before {
        background-color: #fff;
        opacity: 0.1;
    }

    .title-white > .title {
        color: #fff;
    }

        .title-white > .title:after,
        .title-white > .title:before {
            background-color: #fff;
            opacity: 0.1;
        }

    .title-white > p {
        color: #fff;
        opacity: 0.5;
    }

.title-link {
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e1e1e1;
}

    .title-link:after,
    .title-link:before {
        content: none;
    }

    .title-link a {
        color: #444;
        font-size: 1.3rem;
    }

        .title-link a:hover {
            color: #ffb700;
        }

    .title-link i {
        font-size: 1rem;
    }

.with-link {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

    .with-link:after {
        background-color: #e1e1e1;
    }

    .with-link a {
        display: inline-flex;
        align-items: center;
        margin-right: auto;
        font-weight: 700;
        font-size: 13px;
        line-height: 2.05em;
        letter-spacing: -0.325px;
        color: #363636;
        transition: color 0.3s;
    }

        .with-link a:hover {
            color: #ffb700;
        }

    .with-link i {
        margin-right: 0.9rem;
        font-size: 1.9rem;
        line-height: 0;
    }

.title-echo {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 7px;
    color: #f6f6f6;
    font-size: 6rem;
}

    .title-echo span {
        position: absolute;
        font-size: 3.74rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #363636;
    }

.about-circle .icon-box-icon i {
    color: #fff;
    background: #1879ca;
    border: 1px solid #ecebe9;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    padding: 20px;
    font-size: 3rem;
    font-weight: 200;
}

.about-circle .icon-box {
    text-align: center;
    margin: 0 auto;
}

    .about-circle .icon-box .icon-box-title {
        margin-right: 0;
    }

@media (max-width: 767px) {
    .title-echo {
        font-size: 3.2em;
    }

    .about-circle .icon-box p {
        max-width: 100%;
    }
}

.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
}

    .widget-title i {
        font-weight: 200;
        font-size: 2rem;
        margin-left: 10px;
        color: #1879ca;
    }

.widget-products .widget-title {
    padding: 2.8rem 0.3rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 600;
}

@keyframes show_msg_first {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes show_msg {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.label-down {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .label-down i {
        display: inline-block;
    }

    .label-down span {
        display: block;
    }

    .label-down i + span {
        margin-top: 0.7rem;
    }

.label-block span {
    display: block;
}

.label-block .cart-name {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
}

    .label-block .cart-name :after {
        content: none;
    }

.label-block .cart-price {
    font-size: 1.4rem;
    font-weight: 700;
}

.label-block.cart-toggle i {
    font-size: 3rem;
}

.mobile-link {
    display: block;
    margin-left: 0;
    margin-bottom: -3px;
}

    .mobile-link i {
        font-size: 2.4rem;
    }

    .mobile-link + .mobile-link {
        margin-right: 2rem;
    }

    .mobile-link:hover {
        color: #ffb700;
    }

@media (min-width: 768px) {
    .mobile-link {
        display: none;
    }
}

.dropdown {
    position: relative;
}

    .dropdown .product {
        overflow: unset;
    }

        .dropdown .product i {
            font-size: 1.6rem;
            position: absolute;
            left: 0;
            color: #ffb700;
        }

    .dropdown.show .dropdown-box,
    .dropdown:hover .dropdown-box {
        visibility: visible;
        opacity: 1;
        top: 99%;
    }

    .dropdown.show .dropdown-box,
    .dropdown:hover .dropdown-box {
        transform: translate3d(0, 0, 0);
    }

    .dropdown.show > a,
    .dropdown:hover > a {
        color: #ffb700;
    }

    .dropdown a {
        display: flex;
        align-items: center;
    }

        .dropdown a .dropdown-image {
            max-width: 1.4rem;
            margin-left: 0.7rem;
            height: auto;
        }

    .dropdown > a {
        line-height: 1;
        padding: 9px 0;
    }

        .dropdown > a:after {
            display: inline-block;
            margin-right: 8px;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 10px;
            line-height: 1;
            content: "";
        }

    .dropdown li.active > a,
    .dropdown li:hover > a {
        color: #ffb700;
    }

    .dropdown.dir-up:after {
        border-bottom-color: transparent;
        border-top: 11px solid #fff;
        transform: translate3d(-50%, 8px, 0);
    }

    .dropdown.dir-up.show .dropdown-box,
    .dropdown.dir-up:hover .dropdown-box {
        top: auto;
        bottom: 100%;
    }

    .dropdown.dir-up.show:after,
    .dropdown.dir-up:hover:after {
        top: auto;
        bottom: calc(100% - 20px);
        transform: translate3d(-50%, 0, 0);
    }

.dropdown-box {
    position: absolute;
    left: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 19;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0);
}

    .dropdown-box a {
        font-weight: 400;
        padding: 0.6rem 1rem;
    }

    .dropdown-box li {
        font-size: inherit;
        line-height: 1.1;
    }

.dropdown:not(.category-dropdown):not(.off-canvas) .dropdown-box {
    z-index: 1061;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

@media (min-width: 992px) {
    .dropdown-expanded:after {
        content: none;
    }

    .dropdown-expanded:before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: -2.1rem;
        width: 1px;
        height: 2.5rem;
        background-color: #e1e1e1;
    }

    .dropdown-expanded > a {
        display: none;
    }

    .dropdown-expanded .dropdown-box {
        position: static;
        display: flex;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        box-shadow: none;
        border: 0;
        padding: 9px 0;
        transform: none;
        color: #fff;
    }

        .dropdown-expanded .dropdown-box a {
            padding: 0;
            letter-spacing: 0em;
        }

        .dropdown-expanded .dropdown-box > li {
            margin-left: 2.3rem;
        }

            .dropdown-expanded .dropdown-box > li:last-child {
                margin-left: 0;
            }
}

@media (max-width: 991px) {
    .dropdown.dropdown-expanded li:hover > a {
        color: #ffb700;
    }
}

.cart-dropdown .dropdown-box,
.compare-dropdown .dropdown-box,
.wishlist-dropdown .dropdown-box {
    left: -1rem;
    padding: 3rem;
    min-width: 33.5rem;
}

.cart-dropdown .products,
.compare-dropdown .products {
    max-height: 360px;
    overflow-x: hidden;
}

.cart-dropdown > a {
    padding: 0.7rem 0;
}

.cart-dropdown .cart-toggle {
    padding: 0.3rem 0 0;
}

    .cart-dropdown .cart-toggle:after {
        content: none;
    }

.cart-dropdown .cart-label {
    display: block;
    cursor: pointer;
    margin: 0 0 0 1rem;
    font-weight: inherit;
}

.cart-dropdown .minicart-icon {
    display: inline-block;
    font-size: 1.3rem;
    color: #ffb700;
}

.cart-dropdown .minicart-icon2 {
    display: inline-block;
    font-size: 1.3rem;
    color: #ffb700;
}

.cart-dropdown .cart-count {
    display: inline-block;
    transition: color 0.4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: #ffb700;
}

.cart-dropdown .cart-total {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
    padding: 1.7rem 0 1.5rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #edeef0;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: normal;
}

    .cart-dropdown .cart-total label {
        margin: 0 0.3rem 0 auto;
        line-height: inherit;
        font-weight: 700;
        font-size: 1.6rem;
        color: #1879ca;
    }

    .cart-dropdown .cart-total .price {
        font-weight: 700;
        font-size: 1.6rem;
        color: #1879ca;
    }

.cart-dropdown .cart-action {
    column-gap: 10px;
    text-align: center;
}

    .cart-dropdown .cart-action .btn {
        display: flex;
        justify-content: center;
        padding: 0.9em 2em;
    }

        .cart-dropdown .cart-action .btn.btn-link {
            display: inline-block;
            margin-bottom: 2rem;
            padding-bottom: 0.5rem;
            padding: 0;
            border-bottom: 2px solid #ffb700;
            border-radius: 0;
            line-height: 1.3;
        }

            .cart-dropdown .cart-action .btn.btn-link:active,
            .cart-dropdown .cart-action .btn.btn-link:focus,
            .cart-dropdown .cart-action .btn.btn-link:hover {
                color: #ffb700;
            }

.cart-dropdown:hover .minicart-icon {
    background: #ffb700;
}

    .cart-dropdown:hover .minicart-icon:before {
        transform: rotateY(180deg);
    }

.cart-dropdown:hover .cart-count {
    color: #fff;
}

.cart-dropdown.cart-dropdown-white .cart-count,
.cart-dropdown.cart-dropdown-white .cart-label,
.cart-dropdown.cart-dropdown-white .cart-price {
    color: #fff;
}

.cart-dropdown.cart-dropdown-white .minicart-icon {
    border-color: #fff;
}

.cart-dropdown.cart-dropdown-white:hover .minicart-icon {
    background-color: #fff;
}

.cart-dropdown.cart-dropdown-white:hover .cart-count {
    color: #ffb700;
}

.cart-dropdown.type2 .cart-toggle {
    align-items: center;
}

.cart-dropdown.type2:hover {
    color: #ffb700;
}

.cart-dropdown.type2 .cart-count {
    position: absolute;
    font-size: 0.8rem;
    font-family: vazir;
    line-height: 1.8;
    text-align: center;
    border-radius: 50%;
    background-color: #1879ca;
    color: #fff;
    z-index: 1;
    top: -0.5rem;
    left: 17px;
    width: 1.72em;
    height: 1.72em;
    text-align: center;
}

.cart-dropdown.type2 .label-block .cart-count {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.compare-dropdown .compare-toggle:after {
    content: none;
}

.compare-dropdown .compare-btn {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.wishlist-dropdown .wishlist-toggle:after {
    content: none;
}

.wishlist-dropdown .wishlist-btn {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 0.9em 2em;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 700;
}

.cart.main {
    border-top: 1px solid #e1e1e1;
}

.cart .accordion {
    border-bottom: 1px solid #eaeaea;
}

.cart .card-header {
    font-size: 1.4rem;
}

    .cart .card-header > a {
        padding-right: 2px;
    }

.cart .card-body {
    margin-bottom: 2.4rem;
    padding: 0;
}

.cart .form-control {
    font-family: vazir;
}

.cart .remove {
    margin-left: 0;
    width: 2rem;
    text-align: center;
}

.cart .summary {
    line-height: 2.15;
}

    .cart .summary .title {
        margin-bottom: 1rem;
        padding-bottom: 1.8rem;
        border-bottom: 1px solid #eaeaea;
    }

.cart .btn-checkout {
    display: block;
    padding-top: 1.06em;
    padding-bottom: 1.06em;
}

.cart .product-thumbnail figure {
    position: relative;
    display: inline-block;
}

.cart .shop-table th {
    padding: 0.2rem 0 1.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1;
    text-align: right;
}

.cart .shop-table td {
    padding: 1.6rem 1rem 1.6rem 0;
}

    .cart .shop-table td:last-child {
        padding-left: 0;
    }

    .cart .shop-table td:last-child {
        padding: 2rem 0 1.5rem 1rem;
    }

.cart .shop-table .quantity.form-control {
    font-weight: 700;
}

.cart .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.3rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #2a2a2a;
}

.cart .shipping {
    margin-bottom: 0.3rem;
}

.cart .btn {
    border-width: 1px;
}

.cart .shipping-row-last .summary-subtitle {
    padding: 2.4rem 0 1.9rem;
}

.cart .shipping-row-last li {
    padding-bottom: 0.3rem;
}

.cart .cart-list-wrap {
    border-radius: 5px;
    height: fit-content;
}

    .cart .cart-list-wrap .cart-list {
        padding: 40px 20px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 5px #0000000a;
        margin-bottom: 20px;
    }

.off-canvas .dropdown-box {
    position: fixed;
    top: 0;
    left: -34rem;
    max-width: 34rem;
    width: 100%;
    height: auto;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: left 0.3s;
    transform: none;
    z-index: 2999;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

    .off-canvas .dropdown-box .login-popup {
        padding: 0;
    }

.off-canvas .canvas-overlay {
    position: fixed;
    right: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.off-canvas .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #e1e1e1;
    padding-bottom: 1.3rem;
    margin-bottom: 1.5rem;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

.off-canvas .canvas-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #666;
    font-weight: 400;
}

.off-canvas .btn-close:active,
.off-canvas .btn-close:focus,
.off-canvas .btn-close:hover {
    color: #ffb700;
}

.off-canvas .btn-close i {
    margin-left: 0;
    font-size: 1.2rem;
}

.off-canvas .product-cart,
.off-canvas .product-compare,
.off-canvas .product-wishlist {
    margin-top: 2rem;
}

.off-canvas.opened .dropdown-box {
    left: 0;
}

.off-canvas.opened .canvas-overlay {
    opacity: 1;
    visibility: visible;
}

.off-canvas:hover .dropdown-box {
    top: 0;
}

@media (max-width: 479px) {
    .off-canvas .dropdown-box {
        max-width: 30.4rem;
    }
}

.product.product-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #edeef0;
}

    .product.product-cart-header a,
    .product.product-cart-header span {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1;
        color: #222529;
    }

    .product.product-cart-header a {
        padding: 0;
        padding-bottom: 0;
        color: #222529;
        line-height: 1;
    }

        .product.product-cart-header a:hover {
            text-decoration: underline;
        }

.product.product-cart,
.product.product-compare,
.product.product-wishlist {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

    .product.product-cart:not(:first-child),
    .product.product-compare:not(:first-child),
    .product.product-wishlist:not(:first-child) {
        margin-top: 2rem;
    }

    .product.product-cart .product-media,
    .product.product-compare .product-media,
    .product.product-wishlist .product-media {
        position: static;
        width: 8rem;
        margin-left: 2rem;
    }

        .product.product-cart .product-media a,
        .product.product-compare .product-media a,
        .product.product-wishlist .product-media a {
            display: block;
            height: 100%;
            padding: 0;
        }

        .product.product-cart .product-media img,
        .product.product-compare .product-media img,
        .product.product-wishlist .product-media img {
            height: 100%;
            border: solid 1px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
        }

    .product.product-cart .product-detail,
    .product.product-compare .product-detail,
    .product.product-wishlist .product-detail {
        flex: 1;
        margin: 0 0 0rem 1rem;
    }

    .product.product-cart .product-name,
    .product.product-compare .product-name,
    .product.product-wishlist .product-name {
        padding: 0;
        margin-bottom: 0.9rem;
        margin-left: 1rem;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.34;
        font-family: vazir;
        color: #666;
    }

        .product.product-cart .product-name:hover,
        .product.product-compare .product-name:hover,
        .product.product-wishlist .product-name:hover {
            color: #ffb700;
        }

    .product.product-cart .price-box,
    .product.product-compare .price-box,
    .product.product-wishlist .price-box {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        line-height: 1;
        text-align: right;
    }

.price-box {
    flex: 1;
    justify-content: space-between;
}

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    font-size: 1.6rem;
    letter-spacing: -0.35px;
}

.product.product-cart .product-quantity,
.product.product-compare .product-quantity,
.product.product-wishlist .product-quantity {
    align-items: center;
    display: flex;
    margin-left: 1rem;
    font-weight: 400;
}

    .product.product-cart .product-quantity:after,
    .product.product-compare .product-quantity:after,
    .product.product-wishlist .product-quantity:after {
        margin-left: 1rem;
        margin-right: 1rem;
        content: "تعداد";
        text-transform: none;
        line-height: 0;
        font-size: 1.5rem;
    }

.product.product-cart .product-price,
.product.product-compare .product-price,
.product.product-wishlist .product-price {
    margin: 0;
    color: #363636;
}

.product.product-cart .btn-close,
.product.product-compare .btn-close,
.product.product-wishlist .btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #363636;
    font-size: 1.3rem;
}

    .product.product-cart .btn-close i,
    .product.product-compare .btn-close i,
    .product.product-wishlist .btn-close i {
        margin-right: 4px;
        margin-top: 0;
        font-size: 1.5rem;
        font-weight: 400;
        color: #999;
    }

    .product.product-cart .btn-close:hover,
    .product.product-compare .btn-close:hover,
    .product.product-wishlist .btn-close:hover {
        color: #ffb700;
        border-color: #ffb700;
    }

.product.product-cart:last-child,
.product.product-compare:last-child,
.product.product-wishlist:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}

@media (max-width: 575px) {
    .cart-dropdown .product .product-media,
    .compare-dropdown .product .product-media {
        margin-left: 1rem;
    }

    .cart-dropdown .dropdown-box,
    .compare-dropdown .dropdown-box {
        min-width: 31rem;
    }

    .cart-dropdown .cart-total,
    .compare-dropdown .cart-total {
        font-size: 1.3rem;
    }
}

.category-dropdown > a {
    padding: 1.7rem 1.7rem;
    background: #ffb700;
}

    .category-dropdown > a:after {
        content: none;
    }

    .category-dropdown > a i {
        font-size: 1.8rem;
    }

    .category-dropdown > a span {
        margin-right: 1rem;
    }

.category-dropdown .dropdown-box {
    padding: 0;
    right: 0;
    min-width: 12rem;
    box-shadow: none;
    background-color: #f4f4f4;
    transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
    visibility: hidden;
    top: 100%;
}

.category-dropdown:after,
.category-dropdown:before {
    left: 25px;
}

.category-dropdown:after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px);
}

.category-dropdown.menu-fixed .dropdown-box,
.category-dropdown.menu-fixed:after {
    visibility: hidden;
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s, z-index 0s, transform 0s;
}

.category-dropdown.dropdown.show .dropdown-box,
.category-dropdown.dropdown.show:after {
    visibility: visible;
}

.category-dropdown.dropdown.show:after {
    transform: translate3d(-50%, 0, 0);
}

.category-dropdown.has-border:after {
    border-bottom-color: #fff;
}

.category-dropdown.has-border:after,
.category-dropdown.has-border:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: -9999px;
    transform: translateX(-50%);
    border: 11px solid transparent;
    border-bottom: 11px solid #e1e1e1;
    transition: opacity 0.4s ease;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.category-dropdown.has-border .dropdown-box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.category-dropdown.has-border.menu-fixed:before {
    visibility: visible;
    opacity: 1;
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    top: 100%;
    transform: translate3d(-50%, 0, 0);
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none;
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box,
.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after {
    visibility: visible;
    opacity: 1;
}

.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% - 1px);
    visibility: visible;
    opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
        top: calc(100% - 2px);
    }
}

.menu {
    display: flex;
    align-items: center;
}

    .menu a {
        display: inline-block;
    }

    .menu .menu-title {
        margin-bottom: 1rem;
        padding: 0 1rem;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1;
    }

    .menu ul {
        padding: 2rem 0;
        background: #fff;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .menu li {
        position: relative;
        line-height: 1.5;
    }

        .menu li a {
            padding: 0.7rem 0 0.7rem 1rem;
        }

        .menu li .megamenu,
        .menu li > ul {
            position: absolute;
            top: -9999px;
            right: 100%;
            margin: 0;
            z-index: 1041;
            visibility: hidden;
            opacity: 0;
            transition: transform 0.2s ease-out;
            background: #fff;
            border: 1px solid #e9eaee;
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            color: #0f141e;
            font-size: 15px;
            border-radius: 10px;
            padding: 10px 10px;
        }

        .menu li > ul {
            min-width: 22.6rem;
        }

            .menu li > ul li {
                padding-top: 9px;
                padding-bottom: 9px;
                color: #0f141e;
                border-bottom: 1px solid #e9eaee;
            }

                .menu li > ul li a {
                    padding: 0.7rem 0 0.7rem 0;
                }

                .menu li > ul li:last-child {
                    border-bottom: none;
                }

    .menu > li.submenu-container .megamenu {
        width: 1180px;
    }

    .menu .active > a:not(.menu-title),
    .menu li:hover > a:not(.menu-title) {
        color: #ffb700;
    }

    .menu .show .megamenu,
    .menu .show > ul,
    .menu li:hover .megamenu,
    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: -1.5rem;
        transform: translate3d(0, 0, 0);
    }

    .menu > li:last-child {
        margin-left: 0;
    }

    .menu > li > a {
        position: relative;
        padding: 1.3rem 0;
        font-weight: 500;
        line-height: 1;
    }

        .menu > li > a:after {
            margin-right: 0.8rem;
        }

    .menu > li .megamenu,
    .menu > li > ul {
        right: -1.9rem;
    }

    .menu > li.submenu-container .megamenu,
    .menu > li.submenu-container li > ul {
        right: unset;
        left: -1.9rem !important;
    }

    .menu > li.submenu-container .megamenu {
        width: 1180px;
        left: 100% !important;
    }

    .menu > li.show .megamenu,
    .menu > li.show > ul,
    .menu > li:hover .megamenu,
    .menu > li:hover > ul {
        top: 100%;
    }

    .menu .submenu > a {
        position: relative;
        display: block;
    }

    .menu > .submenu > a {
        z-index: 10;
    }

    .menu.no-arrow > li > a:after {
        content: none;
    }

    .menu > li:hover > ul:before {
        content: "";
        position: absolute;
        right: 31px;
        top: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: transparent transparent #fff;
        z-index: 3;
    }

.submenu > a:after {
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    left: 0.5rem;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 1rem;
    color: #666;
    content: "";
}

.vertical-menu {
    display: block;
    min-width: 28rem;
}

    .vertical-menu > li {
        margin-left: 0;
        padding: 0 2rem;
    }

        .vertical-menu > li .megamenu,
        .vertical-menu > li > ul {
            transform: translate3d(-15px, 0, 0);
        }

        .vertical-menu > li > a {
            display: inline-block;
        }

            .vertical-menu > li > a:after {
                content: none;
            }

        .vertical-menu > li.show .megamenu,
        .vertical-menu > li.show > ul,
        .vertical-menu > li:hover .megamenu,
        .vertical-menu > li:hover > ul {
            right: 100%;
            top: -1rem;
        }

    .vertical-menu > .submenu:after {
        border: 11px solid transparent;
        border-left: 11px solid #fff;
    }

    .vertical-menu > .submenu.show:after,
    .vertical-menu > .submenu:hover:after {
        top: 50%;
        right: calc(100% - 20px);
        transform: translate3d(0, -50%, 0);
    }

    .vertical-menu > .submenu > a:after {
        position: absolute;
        line-height: 0;
        content: "";
    }

    .vertical-menu.no-arrow > li {
        display: flex;
    }

        .vertical-menu.no-arrow > li > a:after {
            content: none;
        }

.toggle-menu {
    display: block;
}

    .toggle-menu > li {
        margin-left: 0;
    }

    .toggle-menu .submenu:after,
    .toggle-menu .submenu > a:after {
        content: none;
    }

    .toggle-menu .submenu li {
        padding: 0 0.5rem;
    }

    .toggle-menu li > ul {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        background: transparent;
        box-shadow: none;
    }

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

    .toggle-btn:before {
        content: "\f078";
        display: block;
        font-size: 0.8rem;
        font-weight: 100;
        font-family: "Font Awesome 5 Free";
        line-height: 1;
        transition: transform 0.5s;
    }

.show > a .toggle-btn:before {
    transform: rotate(90deg);
}

.menu-active-underline > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 100%;
    border-bottom: 2px solid;
    transform-origin: left center;
    transform: scale(0, 1);
    transition: transform 0.3s;
}

.menu-active-underline > li.active > a,
.menu-active-underline > li:hover > a {
    color: inherit;
}

    .menu-active-underline > li.active > a:before,
    .menu-active-underline > li:hover > a:before {
        transform-origin: right center;
        transform: scale(1, 1);
    }

.main-nav {
    margin: 0 auto 0 auto !important;
    padding-right: 0.6rem;
}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 94rem;
    background: #fff;
}

    .megamenu ul {
        padding: 0;
    }

    .megamenu .row {
        flex: 1;
        padding: 0 1rem;
    }

        .megamenu .row > * {
            padding: 1.8rem 1rem 0.8rem;
        }

    .megamenu .menu-banner {
        padding: 0;
        overflow: hidden;
    }

        .megamenu .menu-banner figure {
            height: 100%;
        }

        .megamenu .menu-banner img {
            height: 100%;
            object-fit: cover;
        }

        .megamenu .menu-banner .btn-link:hover {
            color: #ffb700;
        }

.menu-banner1 .banner-content {
    right: 9%;
}

.menu-banner1 .banner-subtitle,
.menu-banner1 .banner-title {
    font-size: 3.6rem;
}

.menu-banner1 .banner-subtitle {
    margin-bottom: 0.4rem;
}

.menu-banner1 .banner-title {
    margin-bottom: 1.8rem;
    padding-right: 1.2rem;
    position: relative;
}

    .menu-banner1 .banner-title span {
        display: inline-block;
        position: absolute;
        right: -0.9rem;
        top: 50%;
        font-size: 1.3rem;
        line-height: 1;
        transform: rotateZ(-90deg) translateX(0.6rem);
        letter-spacing: -0.1em;
    }

.menu-banner2 .banner-content {
    bottom: 10%;
}

.menu-banner2 .banner-title {
    margin-bottom: 0.6rem;
    font-size: 2.6rem;
}

.menu-banner2 .banner-subtitle {
    font-size: 1.6rem;
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    right: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
}

    .tip.tip-hot {
        background-color: #ffb700;
    }

    .tip.tip-new {
        background-color: #ffb700;
    }

.mobile-menu-wrapper {
    width: 296px;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 10000;
    font-family: vazir;
    transition: visibility 0.4s;
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transform: translateX(296px);
    transition: transform 0.4s;
    direction: rtl;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .mobile-menu-container .input-wrapper {
        margin-bottom: 0.6rem;
        display: flex;
        position: relative;
        max-width: 61.3rem;
        width: 100%;
        height: 50px;
    }

        .mobile-menu-container .input-wrapper .form-control {
            width: 100%;
            height: 50px;
            padding: 1.5rem;
            color: #aaa;
            flex: 1;
            min-width: 40px;
            font-size: 1.2rem;
            text-align: right;
            border-color: #ccc;
            border-radius: 3rem;
            background: #fff;
        }

        .mobile-menu-container .input-wrapper .btn-search {
            background: #1879ca;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            margin-top: 3px;
            margin-left: 3px;
            position: absolute;
            min-width: 4.3rem;
            left: 0;
            padding: 0;
        }

            .mobile-menu-container .input-wrapper .btn-search i {
                font-size: 1.6rem;
                color: #fff;
                font-weight: 500;
            }

    .mobile-menu-container .mobile-menu {
        margin-bottom: 0.5rem;
    }

    .mobile-menu-container .tab {
        margin-top: 3rem;
    }

    .mobile-menu-container .tab-content {
        background-color: transparent;
    }

    .mobile-menu-container .nav {
        border-width: 2px;
    }

    .mobile-menu-container .nav-link {
        margin-bottom: -2px;
        color: #fff;
        font-size: 13px;
        padding: 10px;
    }

    .mobile-menu-container .tab-pane {
        padding-top: 10px;
    }

    .mobile-menu-container .nav-item:hover .nav-link {
        color: #fff;
        border-color: transparent;
    }

    .mobile-menu-container .nav-item .nav-link.active,
    .mobile-menu-container .nav-item.show .nav-link {
        color: #ffb700;
        border-color: #ffb700;
    }

    .mobile-menu-container .nav-item + .nav-item {
        margin-right: 1px;
    }

    .mobile-menu-container.scrollable::-webkit-scrollbar-thumb,
    .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
        margin-left: 2px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 7px;
        cursor: pointer;
    }

.mobile-menu {
    line-height: 1.5;
    line-height: 1.5;
}

    .mobile-menu a {
        font-size: 1.3rem;
    }

    .mobile-menu ul {
        display: none;
        width: 100%;
    }

    .mobile-menu > li:first-child {
        padding-top: 0.5rem;
    }

    .mobile-menu > li:last-child {
        padding-bottom: 0.5rem;
    }

    .mobile-menu li a {
        display: block;
        position: relative;
        padding: 1.3rem 0.6rem 1.3rem 1rem;
    }

    .mobile-menu li i {
        display: inline-block;
        margin-bottom: 1px;
        font-size: 2rem;
        margin-left: 1rem;
        line-height: 0;
        vertical-align: middle;
    }

    .mobile-menu li li a {
        padding-right: 1rem;
    }

    .mobile-menu li li li a {
        padding-right: 2.5rem;
    }

    .mobile-menu li:not(:last-child) {
        border-bottom: 1px solid #e1e1e1;
    }

.mobile-menu-title {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff33;
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.4s;
}

.mobile-menu-close {
    position: fixed;
    right: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    opacity: 0;
}

    .mobile-menu-close i {
        font-size: 2.8rem;
        color: #ffb700;
    }

.mmenu-anim {
    transform: translateY(%30);
}

    .mmenu-anim,
    .mmenu-anim > li {
        transition: transform 0.4s, opacity 0.3s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
    }

        .mmenu-anim > li:nth-child(0) {
            opacity: 0;
            transform: translateY(0px);
        }

        .mmenu-anim > li:first-child {
            opacity: 0;
            transform: translateY(50px);
        }

        .mmenu-anim > li:nth-child(2) {
            opacity: 0;
            transform: translateY(100px);
        }

        .mmenu-anim > li:nth-child(3) {
            opacity: 0;
            transform: translateY(150px);
        }

        .mmenu-anim > li:nth-child(4) {
            opacity: 0;
            transform: translateY(200px);
        }

        .mmenu-anim > li:nth-child(5) {
            opacity: 0;
            transform: translateY(250px);
        }

        .mmenu-anim > li:nth-child(6) {
            opacity: 0;
            transform: translateY(300px);
        }

        .mmenu-anim > li:nth-child(7) {
            opacity: 0;
            transform: translateY(350px);
        }

        .mmenu-anim > li:nth-child(8) {
            opacity: 0;
            transform: translateY(400px);
        }

        .mmenu-anim > li:nth-child(9) {
            opacity: 0;
            transform: translateY(450px);
        }

        .mmenu-anim > li:nth-child(10) {
            opacity: 0;
            transform: translateY(500px);
        }

        .mmenu-anim > li:nth-child(11) {
            opacity: 0;
            transform: translateY(550px);
        }

        .mmenu-anim > li:nth-child(12) {
            opacity: 0;
            transform: translateY(600px);
        }

.mmenu-active {
    overflow: hidden;
}

    .mmenu-active .mmenu-anim,
    .mmenu-active .mmenu-anim > li {
        opacity: 1;
        transform: translateY(0);
    }

    .mmenu-active .page-wrapper {
        margin-left: -296px;
        margin-right: 296px;
    }

    .mmenu-active .mobile-menu-wrapper {
        visibility: visible;
    }

    .mmenu-active .mobile-menu-container {
        transform: translateX(0);
    }

    .mmenu-active .mobile-menu-overlay {
        opacity: 0.8;
    }

    .mmenu-active .mobile-menu-close {
        opacity: 1;
    }

@media (max-width: 400px) {
    .mobile-menu-close {
        right: calc(100vw - 40px);
        top: 10px;
    }
}

.category-menu {
    background: #fef0e3;
}

    .category-menu .menu-title {
        padding: 1.8rem 0.2rem 1.8rem;
        margin: 0;
        font-size: 1.8rem;
        font-weight: 700;
        font-family: vazir;
        line-height: 1;
        color: #363636;
    }

    .category-menu .menu-body:last-child li:last-child {
        border: 0;
    }

    .category-menu i {
        vertical-align: middle;
        line-height: 0;
        margin-left: 1rem;
        padding-right: 0.2rem;
        font-size: 2rem;
        color: #666;
    }

    .category-menu > li > a {
        display: block;
        padding: 1.2rem 0 1.3rem;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.46;
        color: #675545;
    }

    .category-menu > li:not(:last-child) > a {
        border-bottom: 1px solid #f0e0d1;
    }

    .category-menu li:hover > a:not(.menu-title) {
        color: #ffb700;
    }

        .category-menu li:hover > a:not(.menu-title) i {
            color: inherit;
        }

    .category-menu .submenu > a:after {
        font-size: 1rem;
    }

    .category-menu .submenu .megamenu {
        min-width: 68.5rem;
        padding: 0 0 0 0.9rem;
    }

        .category-menu .submenu .megamenu > li {
            padding: 0 1rem;
            flex: 1;
        }

            .category-menu .submenu .megamenu > li:last-child {
                padding-left: 0;
                flex: none;
            }

        .category-menu .submenu .megamenu .menu-title {
            padding: 2.7rem 0rem 0.2rem;
            font-size: 1.4rem;
            font-weight: 600;
        }

        .category-menu .submenu .megamenu .divider {
            height: 1px;
            width: 100%;
            margin: 0;
        }

        .category-menu .submenu .megamenu ul {
            position: relative;
            right: 0;
            top: 0;
            padding: 0;
            font-size: 1.3rem;
            opacity: 1;
            visibility: visible;
            box-shadow: none;
            min-width: auto;
            z-index: auto;
            transform: none;
        }

            .category-menu .submenu .megamenu ul li {
                padding: 0;
                line-height: 1.2;
            }

                .category-menu .submenu .megamenu ul li a {
                    padding: 0.7rem 0;
                }

        .category-menu .submenu .megamenu .menu-banner .banner-content {
            right: 3rem;
        }

        .category-menu .submenu .megamenu .menu-banner .banner-subtitle {
            font-size: 1.4rem;
        }

        .category-menu .submenu .megamenu .menu-banner .banner-title {
            font-size: 2.4rem;
            line-height: 1.2;
            margin-bottom: 2.8rem;
        }

        .category-menu .submenu .megamenu .menu-banner .btn-md {
            padding: 0.7em 1.41em 0.7em 1.41em;
        }

        .category-menu .submenu .megamenu .menu-banner5 .banner-content {
            top: 2.6rem;
        }

        .category-menu .submenu .megamenu .menu-banner5 .banner-subtitle {
            margin-bottom: 1.1rem;
        }

        .category-menu .submenu .megamenu .menu-banner5 .banner-title {
            line-height: 1.25;
        }

        .category-menu .submenu .megamenu.type2 {
            display: block;
            min-width: 88rem;
            padding: 0 1rem 2rem;
        }

            .category-menu .submenu .megamenu.type2 .menu-title {
                padding-top: 1.5rem;
            }

            .category-menu .submenu .megamenu.type2 figure {
                text-align: center;
            }

    .category-menu ul {
        padding: 2rem 0;
        background: #fff;
        font-family: vazir;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #666;
    }

@media (max-width: 1199px) {
    .category-menu .submenu .megamenu.type2 {
        min-width: 72rem;
    }
}

.footer {
    font-family: vazir;
    font-size: 1.3rem;
    background: #000;
    padding-left: 10px;
    padding-right: 10px;
}

    .footer p {
        font-size: 14px;
        color: #909090;
        margin-left: 10px;
    }

    .footer .social-link {
        background: #ffb700;
        color: #0f1217;
        border: 1px solid #999;
        height: 29px;
        width: 29px;
        margin: 0.2rem 0.4rem;
        font-size: 1.4rem;
    }

        .footer .social-link:hover {
            color: #909090;
        }

    .footer .widget-title {
        border-bottom: none;
    }

.logo-footer,
.logo-footer img {
    display: block;
}

.footer-top {
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.footer-middle {
    padding: 3.5rem 0 2.9rem;
}

    .footer-middle .widget {
        margin-bottom: 3rem;
    }

    .footer-middle .widget-title {
        padding: 0.6rem 0 0.3rem;
        font-weight: 600;
        color: #909090;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 26px;
    }

    .footer-middle h4.widget-title:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background: #ffb700;
        right: 0;
        bottom: 0;
    }

    .footer-middle .widget-title:after {
    }

    .footer-middle .widget-body {
        padding: 8px 0 0;
        color: #909090;
    }

        .footer-middle .widget-body i {
            width: 25px;
            text-align: center;
            color: #ffb700;
            padding-left: 25px;
            padding-right: 5px;
            font-size: 15px;
        }

        .footer-middle .widget-body li {
            line-height: 1.5;
            margin-bottom: 15px;
            display: block;
        }

            .footer-middle .widget-body li:last-child {
                margin-bottom: 0;
            }

    .footer-middle .widget-instagram .widget-body {
        margin-right: 1px;
    }

.recent-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.recent-post-image {
    display: table-cell;
}

    .recent-post-image img {
        width: 70px;
        height: 54px;
        border-radius: 2px;
    }

.recent-post-info {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
}

    .recent-post-info span {
        display: table;
        padding-top: 5px;
    }

    .recent-post-info i {
        color: #ffb700;
        font-size: 14px;
        padding-left: 5px;
    }

.nemad-box {
    margin-bottom: 0;
    float: left;
    background-color: #2c2c2c;
    border-radius: 10px;
    padding: 5px;
    margin-left: 10px;
    width: 120px;
    height: 130px;
    border: 1px solid #333;
}

    .nemad-box img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        float: none;
    }

@media (max-width: 1200px) {
    .nemad-box {
        width: 80px;
        height: 90px;
    }
}

.footer-middle .widget-instagram .col-3 {
    padding: 5px;
}

.footer-middle .widget-instagram img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-middle label {
    font-weight: 500;
    color: #ccc;
}

.widget.widget-info a {
    font-weight: 500;
}

.footer-main {
    padding: 2.6rem 0 0.4rem;
}

.footer-bottom {
    padding: 3.4rem 0;
}

    .footer-bottom,
    .footer-bottom .container,
    .footer-bottom .container-fluid {
        display: flex;
        align-items: center;
    }

        .footer-bottom .footer-left,
        .footer-bottom .footer-right {
            flex: 1;
        }

        .footer-bottom .footer-left {
            display: flex;
            justify-content: flex-end;
        }

        .footer-bottom .footer-right {
            display: flex;
            justify-content: flex-start;
        }

@media (max-width: 991px) {
    .footer-top .logo-footer {
        margin-bottom: 2.7rem;
    }

        .footer-top .logo-footer img {
            margin-right: auto;
            margin-left: auto;
        }

    .newsletter-info {
        margin-bottom: 2rem;
    }

    .footer-middle {
        padding: 4.8rem 0 4.8rem;
    }

        .footer-middle .widget-body {
            padding: 0;
        }

    .footer-bottom,
    .footer-bottom > .container {
        display: block;
    }

        .footer-bottom .footer-left,
        .footer-bottom .footer-right {
            justify-content: center;
        }

        .footer-bottom .footer-center,
        .footer-bottom .footer-left {
            margin-bottom: 2.7rem;
            margin-top: 2.7rem;
        }

    .footer-center {
        text-align: center;
    }
}

.footer .copyright {
    margin: 0;
}

.widget-newsletter .newsletter-info {
    max-width: 35rem;
    width: 100%;
}

.widget-newsletter .input-wrapper-inline {
    height: 4.9rem;
}

.widget-newsletter .input-wrapper {
    max-width: 100%;
}

.widget-newsletter input {
    min-height: 100%;
    border: 0;
    border-radius: 0.3rem 0 0 0.3rem;
    color: #999;
    background: #fff;
    padding-bottom: 0.1rem;
    line-height: 1;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em;
    border-radius: 4px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

    .widget-newsletter .btn i {
        font-size: 1.6rem;
    }

.widget-newsletter .widget-title {
    padding: 0;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: inherit;
    line-height: 1;
    color: #fff;
}

.widget-newsletter p {
    margin-bottom: 1.9rem;
    font-family: inherit;
    font-size: 1.3rem;
    letter-spacing: 0 !important;
    line-height: 1.23;
    color: #666;
    padding-top: 0.1rem;
}

.footer .widget-category .category-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 2rem;
}

.footer .widget-category .category-name {
    margin-bottom: 0;
    margin-left: 2.4rem;
    font-size: 1.4rem;
    color: #ccc;
}

.footer .widget-category a {
    display: inline-block;
    position: relative;
    margin-left: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #999;
}

    .footer .widget-category a:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -1px;
        width: 100%;
        border-bottom: 1px solid;
        transform: scaleX(0);
        transition: transform 0.3s;
    }

    .footer .widget-category a:hover:before {
        transform: scale(1);
    }

    .footer .widget-category a:not(:last-child):after {
        content: "";
        position: absolute;
        height: 14px;
        margin-right: 1rem;
        top: 50%;
        border-right: 1px solid #454545;
        transform: translateY(-50%);
    }

.footer .widget-about .logo-footer {
    display: block;
    margin-bottom: 1.6rem;
}

.footer .widget-about p {
    margin-bottom: 3rem;
    color: #999;
    line-height: 1.85;
}

.footer .widget-about .widget-body {
    padding: 0;
}

.payment img {
    display: block;
}

.sticky-footer {
    display: flex;
}

    .sticky-footer > * {
        flex: 1;
    }

    .sticky-footer .search-toggle {
        padding: 0;
    }

    .sticky-footer .header-search.show,
    .sticky-footer .header-search:hover {
        color: #363636;
    }

.header-search .input-wrapper {
    display: flex;
    position: relative;
}

.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.1rem 1.5rem;
    border: 0;
    background-color: #f4f4f4;
    font-size: 1.3rem;
}

.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: #ffb700;
    border: 0;
    color: #fff;
    font-size: 2rem;
}

    .header-search .btn-search i {
        margin: 1rem 0.1rem 0.6rem 0;
        vertical-align: middle;
        font-size: 2rem;
    }

.header-search .select-box {
    background-color: #f4f4f4;
}

    .header-search .select-box select {
        position: relative;
        padding-right: 1.1rem;
        padding-left: 3rem;
        border: 0;
        font-weight: 400;
        font-size: 1.3rem;
        z-index: 1;
    }

.header-search.hs-toggle .input-wrapper {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    min-width: 31rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    z-index: 100;
    transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
}

.header-search.hs-toggle:hover {
    color: #ffb700;
}

.header-search.hs-toggle .btn-search {
    background-color: #1879ca;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1;
}

    .header-search.hs-expanded .input-wrapper {
        width: 100%;
        border: 2px solid #ffb700;
        border-radius: 0.5rem;
        height: 4.5rem;
    }

    .header-search.hs-expanded .select-box {
        width: 13.2rem;
        border-radius: 0.5rem 0 0 0.5rem;
        color: #666;
    }

        .header-search.hs-expanded .select-box,
        .header-search.hs-expanded .select-box select {
            cursor: pointer;
        }

            .header-search.hs-expanded .select-box:before {
                left: 11px;
                font-size: 1rem;
            }

            .header-search.hs-expanded .select-box:after {
                content: "";
                display: block;
                position: absolute;
                top: 5px;
                left: -3px;
                height: 25px;
                border-left: 1px solid #e1e1e1;
            }

    .header-search.hs-expanded input.form-control {
        flex: 1;
        min-height: 100%;
        padding-right: 1.9rem;
        padding-left: 1.9rem;
        color: #ababab;
        background-color: #f4f4f4;
    }

    .header-search.hs-expanded .btn-search {
        min-width: 4.7rem;
        background-color: #f4f4f4;
        color: #444;
        font-size: 1.6rem;
    }

        .header-search.hs-expanded .btn-search:hover {
            color: #ffb700;
        }

.header-search.search-left .input-wrapper {
    right: 0;
    left: auto;
}

.header-search.hs-toggle.show .input-wrapper,
.header .header-search.hs-toggle:hover .input-wrapper {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.4s;
    opacity: 1;
}

.mobile-search {
    display: none;
}

    .mobile-search .search-toggle i {
        font-size: 2rem;
        vertical-align: middle;
    }

.hs-toggle.dir-up:after {
    top: auto;
    bottom: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff;
}

.hs-toggle.dir-up .input-wrapper {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 10px, 0);
}

.search-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 0;
    transition: color 0.3s;
}

    .search-toggle span {
        cursor: pointer;
    }

    .search-toggle.with-label {
        display: inline-flex;
        align-items: center;
    }

        .search-toggle.with-label i {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 2px;
            font-size: 1.6rem;
        }

        .search-toggle.with-label span {
            margin-right: 0.5rem;
            cursor: pointer;
            font-weight: inherit;
        }

.main-nav {
    margin: 0 0 0 0.3rem;
}

.wishlist:hover {
    color: #ffb700;
}

@keyframes fixedTop {
    0% {
        margin-top: -60px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes fixedBottom {
    0% {
        transform: translateY(100%);
        transform-origin: center top 0px;
    }

    to {
        transform: translateY(0);
    }
}

.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    z-index: 1100;
    animation: fixedTop 0.4s;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important;
    }
}

.mobile-menu-toggle {
    display: none;
    margin-left: 2rem;
    font-size: 2.5rem;
    color: #222;
}

    .mobile-menu-toggle.menu-bar:after,
    .mobile-menu-toggle.menu-bar:before {
        content: "";
        display: block;
        width: 100%;
    }

    .mobile-menu-toggle.menu-bar:before {
        height: 11px;
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .mobile-menu-toggle.menu-bar:after {
        height: 9px;
        border-bottom: 2px solid;
    }

@media (max-width: 1199px) {
    .main-nav .menu > li {
        margin-left: 2rem;
    }
}

@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }

    .header-top .header-left {
        margin-right: 2rem;
    }

    .header-middle .header-right {
        justify-content: flex-start;
    }

    .header-middle .header-left .divider {
        display: none;
    }

    .header-middle .header-center {
        margin-right: auto;
        margin-left: auto;
    }

    .header-middle .compare,
    .header-middle .icon-box {
        margin-left: 1.5rem;
    }

    .mobile-menu-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-middle .mobile-search {
        display: block;
    }

    .header-middle .header-search {
        display: none;
    }

    .header-top .delimiter,
    .header-top .divider,
    .header-top .login-link,
    .header-top .register-link {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-top .header-left {
        position: relative;
        overflow: visible;
    }

    .header-middle .logo {
        margin-left: 0;
    }

    .header-middle .header-left a {
        margin-left: 1.5rem;
    }

    .header-middle .icon-box {
        margin-left: 1rem;
    }

    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
    }

    .header-right {
        overflow: hidden;
    }
}

@keyframes show_msg_first {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes show_msg {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.input-wrapper > button {
    padding-right: 12px;
    padding-left: 12px;
}

.sticky-footer .hs-toggle .input-wrapper {
    min-width: 29rem;
    left: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem;
    color: #1879ca;
}

    .sticky-link i {
        width: 2.3rem;
        height: 2.4rem;
        text-align: center;
        font-size: 2.3rem;
        line-height: 1;
        transform: translateY(0);
        transition: transform 0.35s ease;
    }

        .sticky-link i.d-icon-search {
            font-size: 1.9rem;
        }

    .sticky-link span {
        margin-top: 0.8rem;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.025em;
    }

    .sticky-link.active {
        color: #363636;
    }

    .sticky-link:hover {
        font-weight: 600;
    }

        .sticky-link:hover i {
            transform: translateY(-5px);
        }

@media (min-width: 576px) {
    .sticky-footer {
        padding: 0 4rem;
    }
}

@media (min-width: 768px) {
    .sticky-footer {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer-middle .row > div:last-child .widget {
        margin-bottom: 1rem;
    }
}

.banner-right-section {
    position: relative;
    z-index: 2;
}

    .banner-right-section img {
        min-height: 34rem;
        object-fit: cover;
    }

@media (max-width: 991px) {
    .banner-2 .banner-content {
        width: 100%;
        padding: 0 2rem;
    }
}

.posts {
    transition: height 0.4s;
}

    .posts .post-meta a:not(:first-child) {
        margin-right: 0.5rem;
    }

    .posts .post-cats {
        margin-bottom: 1.6rem;
    }

    .posts .btn:after {
        margin-top: 4px;
    }

    .posts .post-classic .post-details {
        padding: 3.8rem 0.5rem 2rem;
    }

    .posts .post-classic .post-title {
        margin-bottom: 1.4rem;
    }

    .posts .post-classic .post-content {
        margin-bottom: 2.8rem;
    }

    .posts .post-list .post-details {
        padding-top: 3.8rem;
    }

    .posts .post-grid {
        margin-bottom: 1.5rem;
    }

        .posts .post-grid .post-details {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

        .posts .post-grid .post-meta {
            margin-bottom: 0.4rem;
        }

        .posts .post-grid .post-content {
            margin-bottom: 2.8rem;
        }

.post-slider .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}

.post-info {
    text-align: center;
    position: relative;
    top: -1rem;
}

    .post-info h4 {
        font-size: 18px;
        color: #111;
        margin-bottom: 0;
    }

    .post-info p {
        font-size: 14px;
        color: #1879ca;
    }

@media (min-width: 1600px) {
    .post-slider .owl-stage-outer {
        padding: 2rem;
        margin: -2rem;
    }

    .post-slider .post-frame {
        background: #fff;
        border-radius: 10px;
        border: solid 1px rgba(0, 0, 0, 0.15);
        box-shadow: none !important;
    }
}

@media (min-width: 1200px) {
    .posts .post-list .post-media {
        margin-left: 2rem;
        width: calc(42.74% - 2rem);
    }

    .posts .post-list .post-details {
        width: 57.26%;
    }
}

@media (max-width: 767px) {
    .posts .post-list {
        display: block;
    }

        .posts .post-list .post-details,
        .posts .post-list .post-media {
            margin: 0;
            width: 100%;
        }
}

@media (max-width: 479px) {
    .post-slider .owl-stage-outer {
        padding: 5rem 1.5rem;
        margin: -5rem -1.5rem;
    }
}

.banner-1 img,
.banner-2 img {
    min-height: 30rem;
    object-fit: cover;
}

.banner-1 .banner-content {
    width: 100%;
}

.banner-1 .banner-title {
    font-size: 4em;
}

.banner-1 .banner-subtitle {
    white-space: nowrap;
    font-size: 3em;
}

.banner-1 p {
    margin-bottom: 2.4rem;
    font-size: 2em;
    line-height: 1.25;
}

.banner-2 .banner-content {
    width: 69%;
}

.banner-2 p {
    font-size: 1.6em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
}

.banner-2 input.form-control {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.3rem;
}

.banner-3 .banner-content {
    right: 7.8%;
}

.banner-4 .banner-subtitle {
    margin-bottom: -0.4rem;
    line-height: 1.3;
}

.banner-4 .banner-title {
    font-family: vazir, sans-serif;
    font-size: 3.6rem;
}

.banner-5 .banner-content {
    left: 10.5%;
}

.banner-desc-container {
    max-width: 50rem;
    margin: 0 auto 4rem;
    text-align: center;
}

@media (max-width: 991px) {
    .banner-2 .banner-content {
        width: 100%;
        padding: 0 2rem;
    }
}

.product-details .product-navigation {
    padding: 0.2rem 2px 0.3rem;
}

.product-gallery {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
}

    .product-gallery .owl-carousel .owl-stage-outer {
        box-shadow: unset;
    }

    .product-gallery.product-gallery-sticky {
        top: 2rem;
        padding-bottom: 3rem;
        transition: top 0.3s;
        direction: ltr;
    }

.sticky-header-active .product-gallery.product-gallery-sticky {
    top: 8rem;
}

.product-gallery.row > * {
    display: flex;
    align-items: center;
}

.product-gallery.row .product-image-full {
    left: 2rem;
}

.product-image-full {
    display: block;
    position: absolute;
    padding: 1rem;
    left: 1rem;
    bottom: 1rem;
    color: #999;
    font-size: 2rem;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

:hover > .product-image-full {
    opacity: 1;
}

.product-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2px 1.1rem;
}

    .product-navigation .product-nav {
        margin-bottom: 1rem;
    }

.product-nav {
    display: flex;
    position: relative;
    color: #999;
}

    .product-nav i {
        vertical-align: middle;
        font-size: 1.9rem;
        line-height: 0;
    }

    .product-nav li + li {
        margin-right: 2rem;
    }

    .product-nav .product-nav-next > a,
    .product-nav .product-nav-prev > a {
        display: flex;
        align-items: center;
    }

    .product-nav .product-nav-prev i {
        margin-left: 2px;
    }

    .product-nav .product-nav-next i {
        margin-right: 2px;
    }

    .product-nav .product-name {
        padding-left: 0;
        color: #666;
        font-size: 1.3rem;
        font-weight: 400;
        white-space: normal;
    }

    .product-nav li:hover .product-nav-popup {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

.product-nav-popup {
    position: absolute;
    top: 126%;
    left: 10px;
    z-index: 30;
    width: 120px;
    padding: 0 5px 5px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
    transition: opacity 0.3s, transform 0.3s;
}

    .product-nav-popup:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 18px;
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
        background-color: #fff;
        box-shadow: inherit;
    }

    .product-nav-popup img {
        position: relative;
        padding-top: 5px;
        background-color: #fff;
    }

.product-nav-prev .product-nav-popup:before {
    left: 6.6rem;
}

.product-tabs .nav-link {
    padding: 1rem 2.5rem;
    line-height: 1.2;
}

.product-tabs .nav-item {
    margin-left: 0;
}

.product-tabs .tab-pane {
    padding: 1.5rem 0.2rem;
    line-height: 1.86;
}

.product-footer + .product-tabs {
    margin-top: 2.5rem;
}

.product-status .list-type li,
.product-tabs .tab-pane .list-type li {
    padding-right: 3rem;
}

.product-status {
    line-height: 2;
}

#product-tab-description .description-title,
.card-description .description-title {
    font-size: 2rem;
    line-height: 24px;
}

    #product-tab-description .description-title ~ p,
    .card-description .description-title ~ p {
        line-height: 1.86;
    }

#product-tab-description li,
.card-description li {
    position: relative;
    padding-right: 2.4rem;
}

    #product-tab-description li:before,
    .card-description li:before {
        position: absolute;
        display: block;
        right: 3px;
        top: 2px;
        content: "";
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        font-size: 1.3rem;
        color: #363636;
    }

#product-tab-description .table tbody,
.card-description .table tbody {
    line-height: 1.8;
}

#product-tab-description .table td,
#product-tab-description .table th,
.card-description .table td,
.card-description .table th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) {
    #product-tab-description .pl-md-6,
    .card-description .pl-md-6 {
        padding-right: 3rem !important;
    }
}

#product-tab-description .btn-play,
.card-description .btn-play {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 35px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #363636;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}

#product-tab-description .icon-box-icon,
.card-description .icon-box-icon {
    font-size: 3rem;
    border-color: #cdcdcd;
}

#product-tab-description .icon-box-content p,
.card-description .icon-box-content p {
    font-size: 1.3rem;
    color: #999;
}

.icon-box .icon-box-content ul {
    margin-top: 0;
    margin-bottom: 0;
}

.icon-box.active .icon-box-content ul li span {
    color: #fff !important;
}

#product-tab-description .divider,
.card-description .divider {
    margin: 1.3rem 0 1.3rem;
    height: 4.4rem;
}

#product-tab-description figure img,
.card-description figure img {
    vertical-align: middle;
}

#product-tab-description .icon-box-icon,
.card-body .icon-box-icon {
    width: 5.1rem;
    height: 5.1rem;
    margin-left: 2rem;
}

    #product-tab-description .icon-box-icon .d-icon-truck,
    .card-body .icon-box-icon .d-icon-truck {
        font-size: 3.6rem;
    }

#product-tab-description .icon-box-title,
.card-body .icon-box-title {
    margin-bottom: 0.2rem;
}

#product-tab-description .icon-box-wrap {
    max-width: 559px;
}

#product-tab-additional label,
.card-additional label {
    display: inline-block;
    min-width: 20rem;
    color: #363636;
}

#product-tab-additional p,
.card-additional p {
    display: inline-block;
    margin-bottom: 0;
}

#product-tab-size-guide,
.card-sizeguide {
    display: block;
}

    #product-tab-size-guide .size-image,
    .card-sizeguide .size-image {
        flex: 0 0 36%;
        text-align: center;
        padding: 0 10px;
    }

    #product-tab-size-guide .size-table,
    .card-sizeguide .size-table {
        flex: 1;
        font-size: 14px;
        color: #21293c;
    }

        #product-tab-size-guide .size-table thead th,
        .card-sizeguide .size-table thead th {
            padding: 30px 10px 30px 0;
            font-weight: 600;
            background: #f4f4f2;
            text-align: right;
        }

        #product-tab-size-guide .size-table tbody tr > *,
        .card-sizeguide .size-table tbody tr > * {
            padding: 12px 10px 12px 0;
            font-weight: 700;
            text-align: right;
        }

        #product-tab-size-guide .size-table tbody tr:nth-child(2n),
        .card-sizeguide .size-table tbody tr:nth-child(2n) {
            background-color: #ebebeb;
        }

#product-tab-reviews .comments-list li,
.card-reviews .comments-list li {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1;
}

#product-tab-reviews .comments,
.card-reviews .comments {
    padding: 1rem;
}

#product-tab-reviews .comment p,
.card-reviews .comment p {
    margin-bottom: 0;
}

#product-tab-reviews .comment-rating,
.card-reviews .comment-rating {
    left: 0;
    top: 3rem;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

#product-tab-reviews .ratings-full,
.card-reviews .ratings-full {
    margin-left: 0;
}

#product-tab-reviews .reply,
.card-reviews .reply {
    margin-bottom: 0;
}

    #product-tab-reviews .reply p,
    .card-reviews .reply p {
        margin-bottom: 2.5rem;
        font-size: 1.3rem;
        color: #666;
    }

    #product-tab-reviews .reply .btn,
    .card-reviews .reply .btn {
        padding: 1.2em 2.97em;
    }

        #product-tab-reviews .reply .btn i,
        .card-reviews .reply .btn i {
            font-size: 1.9rem;
            margin-right: 1rem;
        }

#product-tab-reviews .form-checkbox,
.card-reviews .form-checkbox {
    font-size: 1.3rem;
}

#product-tab-reviews .form-control-label,
.card-reviews .form-control-label {
    padding-right: 0;
}

    #product-tab-reviews .form-control-label:before,
    .card-reviews .form-control-label:before {
        display: inline-block;
        position: relative;
        transform: none;
        vertical-align: middle;
        margin-left: 0.5rem;
    }

#product-tab-reviews .btn.btn-link.active,
#product-tab-reviews .btn.btn-link:hover,
.card-reviews .btn.btn-link.active,
.card-reviews .btn.btn-link:hover {
    color: #ffb700;
}

#product-tab-reviews {
    padding-top: 3rem;
}

.product-details .collapse:after {
    color: #ffb700;
}

.accordion-border .card {
    padding: 0 1.3rem;
}

.accordion .collapsed,
.accordion .expanding {
    display: none;
}

.card-header {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #363636;
}

    .card-header a {
        display: flex;
        align-items: center;
        position: relative;
        padding: 1.8rem 0.5rem;
    }

        .card-header a:hover {
            color: #1879ca;
        }

            .card-header a:hover span {
                color: #1879ca;
            }

        .card-header a:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0.5rem !important;
            font-family: "Font Awesome 6 Pro";
            font-size: 1.2rem;
            font-weight: 400;
            color: #363636;
        }

    .card-header .collapse {
        color: #1879ca;
    }

        .card-header .collapse::after {
            color: #1879ca;
        }

.expand:after {
    content: "\232a";
}

.collapse:after {
    content: "\f078";
}

.card-body {
    padding: 1.3rem 0.5rem;
}

.card {
    background-color: transparent;
}

.accordion-simple .card {
    border-top: 1px solid #e1e1e1;
}

.accordion-gutter-md .card:not(:last-child) {
    margin-bottom: 10px;
}

.accordion-gutter-sm .card:not(:last-child) {
    margin-bottom: 2px;
}

.accordion-plus .expand:after {
    content: "\f077";
}

.accordion-plus .collapse:after {
    content: "\f078";
}

.accordion-boxed .card-body,
.accordion-boxed .card-header a {
    padding-right: 2rem;
    padding-left: 2rem;
}

    .accordion-boxed .card-header a:after {
        left: 2.3rem !important;
    }

.accordion-background .card {
    background-color: #fff;
    border-color: #fff;
}

.accordion-dropshadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}

    .accordion-dropshadow .card {
        background-color: #fff;
        border-color: #fff;
    }

.accordion-icon .card-header i {
    margin-left: 1.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 0;
}

.accordion-card-bg .card {
    border: 1px solid #f2f3f5;
}

.accordion-card-bg .card-header a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    background-color: #f2f3f5;
}

.accordion-card-bg.accordion-primary .card {
    border: 0;
    background-color: #f2f3f5;
}

.accordion-card-bg.accordion-primary .card-header a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background-color: #37c;
    color: #fff;
}

    .accordion-card-bg.accordion-primary .card-header a:after {
        color: #fff;
    }

.accordion-color .collapse {
    color: #1879ca;
}

.accordion-card-border .card {
    border: 1px solid #dae1e5;
}

.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.2rem;
}

    .rating-form label {
        margin-left: 1rem;
    }

.rating-stars {
    display: flex;
    position: relative;
    height: 14px;
    font-size: 1.4rem;
}

    .rating-stars a {
        color: #999;
        text-indent: -9999px;
        letter-spacing: 1px;
        width: 16px;
        letter-spacing: 0.05em;
    }

        .rating-stars a:before {
            content: "";
            position: absolute;
            right: 0;
            height: 14px;
            line-height: 1;
            font-family: "Font Awesome 6 Pro";
            text-indent: 0;
            overflow: hidden;
            white-space: nowrap;
        }

        .rating-stars a.active:before,
        .rating-stars a:hover:before {
            content: "";
            color: #ffb700;
        }

    .rating-stars .star-1 {
        z-index: 10;
    }

    .rating-stars .star-2 {
        z-index: 9;
    }

    .rating-stars .star-3 {
        z-index: 8;
    }

    .rating-stars .star-4 {
        z-index: 7;
    }

    .rating-stars .start-5 {
        z-index: 6;
    }

    .rating-stars .star-1:before {
        width: 20%;
    }

    .rating-stars .star-2:before {
        width: 40%;
    }

    .rating-stars .star-3:before {
        width: 60%;
    }

    .rating-stars .star-4:before {
        width: 80%;
    }

    .rating-stars .star-5:before {
        content: "";
    }

.product-sticky-content:not(.fixed) .sticky-product-details {
    display: none;
}

.product-sticky-content:not(.fixed) .container {
    padding: 0;
}

.product-sticky-content.fixed {
    padding: 1rem 0;
}

    .product-sticky-content.fixed .container {
        display: flex;
        align-items: center;
    }

    .product-sticky-content.fixed .product-form {
        flex: 1;
    }

    .product-sticky-content.fixed .product-form-group {
        justify-content: flex-start;
    }

        .product-sticky-content.fixed .product-form,
        .product-sticky-content.fixed .product-form-group > * {
            margin-bottom: 0;
        }

            .product-sticky-content.fixed .product-form > label {
                display: none;
            }

    .product-sticky-content.fixed .input-group {
        margin-left: 0.8rem;
    }

.sticky-product-details {
    display: flex;
    align-items: center;
}

    .sticky-product-details img {
        display: block;
        width: 9rem;
        height: 9rem;
    }

    .sticky-product-details .product-image {
        margin-left: 1rem;
        max-width: 9rem;
    }

    .sticky-product-details .product-title {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .sticky-product-details .product-price {
        font-weight: 600;
    }

    .sticky-product-details .product-price,
    .sticky-product-details .product-title {
        font-size: 2rem;
    }

    .sticky-product-details .product-price,
    .sticky-product-details .ratings-container {
        margin-bottom: 0;
    }

    .sticky-product-details .product-info {
        display: flex;
    }

    .sticky-product-details .product-price {
        margin-left: 2rem;
    }

aside .service-list > * {
    justify-content: flex-start;
    padding: 2rem 1rem 0rem 1rem;
}

aside .service-list .icon-box-title {
    font-size: 1.5rem;
    line-height: 1.2;
}

aside .service-list p {
    line-height: 1.2;
}

aside .service-list .icon-box1 i {
    margin-right: 0;
    font-size: 3.7rem;
}

aside .banner-content {
    right: 5%;
    top: 0%;
    width: 90%;
}

aside .banner-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

aside .banner-title {
    font-size: 2.3rem;
    line-height: 1.4em;
}

aside .owl-nav-top .owl-nav {
    direction: ltr;
    top: -5.1rem;
}

    aside .owl-nav-top .owl-nav i {
        padding: 0.1rem;
        font-size: 1.3rem;
    }

        aside .owl-nav-top .owl-nav i:before {
            font-weight: 600;
        }

.review-form-section .review-medias {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

    .review-form-section .review-medias > .btn {
        display: flex;
        align-items: center;
    }

.review-form-section .file-input {
    position: relative;
    margin-left: 2rem;
    padding: 0;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-form-section .file-input-wrapper {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-form-section input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}

.review-form-section .btn-action {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: box-shadow 0.3s;
}

    .review-form-section .btn-action:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

.review-form-section .btn-upload:before {
    content: "";
}

.review-form-section .btn-remove {
    top: auto;
    bottom: -10px;
}

    .review-form-section .btn-remove:before {
        content: "";
        font-size: 12px;
    }

.review-medias {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.avg-rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .avg-rating-container mark {
        font-size: 6rem;
        font-weight: 700;
        line-height: 1;
        color: #ffb700;
        background: none;
        margin-left: 1.8rem;
    }

    .avg-rating-container .rating-reviews:hover {
        color: #999;
    }

.ratings-item {
    display: flex;
    align-items: center;
}

    .ratings-item .ratings-container {
        margin-left: 1.8rem;
    }

    .ratings-item .progress-value {
        margin-right: 2rem;
    }

.rating-percent {
    background: #eee;
    height: 0.8rem;
    width: 20rem;
    max-width: 100%;
    border-radius: 1rem;
}

    .rating-percent span {
        display: block;
        height: 100%;
        border-radius: inherit;
        background: #999;
    }

.comments .toolbox {
    padding: 0 0 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e1e1e1;
}

    .comments .toolbox .btn {
        font-size: 1.3rem;
        padding: 0.82em 1.08em;
    }

    .comments .toolbox .toolbox-sort .form-control {
        min-width: 15rem;
    }

.comments .toolbox-pagination {
    border: none;
}

.comments .page-item {
    margin-bottom: 0;
}

.comments .file-input-wrappers {
    display: flex;
}

    .comments .file-input-wrappers > * {
        width: 6rem;
        height: 6rem;
        margin-left: 1rem;
        cursor: zoom-in;
    }

    .comments .file-input-wrappers img {
        height: 100%;
    }

.comments .feeling i {
    font-size: 1.4rem;
}

.comments .btn-play {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .comments .btn-play i {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
    }

.review-form-section .review-form-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: #fff;
    z-index: 1101;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    transition: left 0.3s;
    overflow: auto;
}

.review-form-section .review-overlay {
    position: fixed;
    right: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.review-form-section.opened .review-form-wrapper {
    left: 0;
}

.review-form-section.opened .review-overlay {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    #product-tab-reviews .comments-list > ul,
    .card-body .comments-list > ul {
        padding: 0;
    }

    #product-tab-reviews .comment-body,
    .card-body .comment-body {
        padding-right: 1.5rem;
    }

    #product-tab-additional label {
        min-width: 13rem;
    }
}

@media (min-width: 576px) {
    #product-tab-size-guide .size-table tbody th,
    #product-tab-size-guide thead th:first-child,
    .card-sizeguide .size-table tbody th,
    .card-sizeguide thead th:first-child {
        padding-right: 3rem;
    }

    #product-tab-size-guide {
        display: flex;
    }
}

@media (min-width: 992px) {
    .product-form select {
        width: 20rem;
    }

    .product-single .product-details {
        padding-right: 1rem;
    }

    .product-details.row {
        padding-right: 0;
    }

        .product-details.row > :last-child {
            padding-right: 2rem;
        }
}

@media (min-width: 1600px) {
    .container-fluid .product-thumbs.owl-carousel {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .container-fluid .product-thumb {
        margin: 0 10px;
    }

    .container-fluid .product-thumbs-wrap {
        margin-top: 20px;
    }

    .container-fluid .product-thumbs .owl-prev {
        right: 10px;
    }

    .container-fluid .product-thumbs .owl-next {
        left: 10px;
    }

    .container-fluid .pg-vertical .product-thumb {
        margin: 0 0 20px;
    }

    .container-fluid .pg-vertical .product-thumbs-wrap {
        margin: 0 20px 0 0;
    }

    .container-fluid .pg-vertical .product-single-carousel {
        max-width: calc(100% - 129px);
    }
}

@media (min-width: 768px) and (max-width: 1035px) {
    .product-single #product-tab-size-guide {
        display: block;
    }
}

@media (max-width: 991px) {
    aside .service-list .icon-box-side {
        flex-direction: row;
    }

        aside .service-list .icon-box-side .icon-box-icon {
            padding: 0;
            margin: 0 0 0 2rem;
        }

        aside .service-list .icon-box-side .icon-box-content {
            text-align: right;
        }
}

.product-sticky-both .btn-cart {
    margin-bottom: 1rem;
}

.product-sticky-both .product-action {
    display: flex;
}

.product-sticky-both .btn-wishlist {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .product-sticky-both .btn-cart {
        max-width: 100%;
    }

    .product-sticky-both .product-form .p-relative,
    .product-sticky-both .product-form .select-box {
        margin-left: 0;
        width: 100%;
    }

    .product-sticky-both .product-form select {
        flex: 1;
        width: 100%;
    }
}

@media (max-width: 991px) {
    #product-tab-description .icon-box-side,
    .card-body .icon-box-side {
        flex-direction: row;
    }

    #product-tab-description .icon-box-icon,
    .card-body .icon-box-icon {
        display: inline-flex;
        margin-bottom: 0;
        padding: 0;
    }

    #product-tab-description .icon-box-content,
    .card-body .icon-box-content {
        text-align: right;
    }

    .review-form-wrapper {
        width: 45rem;
    }
}

@media (max-width: 575px) {
    .review-form-wrapper {
        width: 30rem;
    }

        .review-form-wrapper .file-input-wrapper {
            width: 6rem;
            height: 6rem;
        }

        .review-form-wrapper .file-input {
            margin-left: 1rem;
        }
}

.toolbox,
.toolbox-item,
.toolbox-item-full,
.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .toolbox.toolbox-pagination {
        z-index: 20;
    }

.toolbox {
    position: relative;
    z-index: 21;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3.5rem 0.2rem 1rem;
    transition: margin 0.4s;
    background-color: transparent;
}

    .toolbox.sticky-toolbox {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 10px;
        background: #fff;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
        border: solid 1px rgba(0, 0, 0, 0.1);
    }

    .toolbox-left > :not(:last-child),
    .toolbox-right > :not(:last-child),
    .toolbox > :not(:last-child) {
        margin-right: 0.8rem;
    }

    .toolbox label {
        margin-left: 0.8rem;
        font-weight: 600;
    }

    .toolbox select {
        cursor: pointer;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
        border-color: #ebebeb;
        z-index: 0;
    }

    .toolbox .select-box .form-control {
        color: #363636;
    }

    .toolbox .select-box:before {
        font-size: 1rem;
        left: 1rem;
        z-index: 1;
    }

    .toolbox .toolbox-sort .form-control {
        max-width: 15rem;
        padding-right: 1.4rem;
        border-radius: 5px;
    }

    .toolbox .toolbox-sort:before {
        left: 1rem;
        z-index: 2;
    }

.toolbox-item {
    flex-wrap: nowrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 5px;
}

    .toolbox-item label {
        color: #363636;
    }

.toolbox-item-full {
    flex-basis: 100%;
}

.btn-layout {
    color: #dadada;
    font-size: 22px;
    padding: 0 2px;
}

    .btn-layout:last-child {
        padding-left: 0;
    }

    .btn-layout.active,
    .btn-layout:hover {
        color: #1879ca;
    }

    .btn-layout + .btn-layout {
        margin-right: 2px;
    }

.select-menu {
    color: #363636;
}

    .select-menu:before {
        left: 0.2em;
        font-size: 1.3rem;
        margin-top: 1px;
        color: #363636;
        z-index: 2;
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: #e3e3e3 transparent transparent transparent;
        position: absolute;
        top: 28px;
        left: 10px;
        border-width: 5px;
        font-weight: 400;
    }

    .select-menu ul,
    .select-menu ul:before {
        content: "";
        position: absolute;
        border: 1px solid #eee;
        width: 11px;
    }

    .select-menu ul {
        top: 100%;
        z-index: 1000;
        min-width: 18rem;
        width: max-content;
        margin-top: 1rem;
        padding: 1rem 1.4rem 1rem;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
    }

        .select-menu ul:before {
            top: -6px;
            right: 22px;
            height: 11px;
            border-width: 1px 0 0 1px;
            background-color: #fff;
            transform: rotate(45deg);
        }

    .select-menu.opened > ul {
        opacity: 1;
        visibility: visible;
    }

    .select-menu-toggle,
    .select-menu select {
        position: relative;
        border: 1px solid #ebebeb;
        padding: 0.8rem 1.4rem 0.8rem 4rem;
        font-size: 1.4rem !important;
        line-height: 1.5;
        padding: 13px 15px;
        font-size: 16px;
        line-height: 22px;
        border: none;
        background: #fff;
        min-width: 135px;
    }

.select-menu-toggle {
    border-radius: 5px;
}

.select-menu select {
    max-width: 17.2rem;
    padding: 0.85rem 2.6rem 0.85rem 0.9rem;
}

.select-item {
    padding: 6px 0.7rem 4px 1.2rem;
    color: #363636;
    background: #eee;
}

    .select-item i {
        padding: 0.5rem 0.6rem 0.7rem;
        margin-right: 5px;
        font-size: 9px;
        vertical-align: middle;
    }

.select-items {
    display: none;
}

.toolbox + .select-items {
    font-size: 1.3rem;
    margin: 2px 0 1.8rem;
}

.select-items > * {
    display: inline-block;
    margin: 0 0.8rem 0.5rem 0;
}

.select-items .filter-clean {
    margin-right: 1.2rem;
}

.sticky-content-wrapper + .select-items {
    font-size: 1.3rem;
    margin: 2px 0 1.8rem;
}

.toolbox-pagination {
    position: relative;
    padding: 1rem 0.2rem;
    justify-content: center;
}

.left-sidebar-toggle,
.right-sidebar-toggle,
.sidebar-content .filter-actions .sidebar-toggle-btn,
.toolbox .top-sidebar-toggle {
    padding: 0.61em 0.92em 0.61em;
    margin-left: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

    .left-sidebar-toggle .d-icon-filter-2,
    .right-sidebar-toggle .d-icon-filter-2,
    .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2,
    .toolbox .top-sidebar-toggle .d-icon-filter-2 {
        font-size: 1.4rem;
    }

        .left-sidebar-toggle .d-icon-filter-2:before,
        .right-sidebar-toggle .d-icon-filter-2:before,
        .sidebar-content .filter-actions .sidebar-toggle-btn .d-icon-filter-2:before,
        .toolbox .top-sidebar-toggle .d-icon-filter-2:before {
            font-weight: 600;
        }

.toolbox .toolbox-left .left-sidebar-toggle {
    font-weight: 600;
}

.toolbox-item.right-sidebar-toggle {
    margin-left: 0.8rem;
}

.toolbox-wrap {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.3;
}

    .toolbox-wrap .toolbox > * {
        line-height: 37px;
    }

    .toolbox-wrap .toolbox-layout {
        display: flex;
    }

    .toolbox-wrap option {
        text-transform: none;
    }

    .toolbox-wrap .sidebar-content .widget-title {
        padding-bottom: 1rem;
    }

.sticky-toolbox.fixed {
    position: fixed;
    background-color: #fff;
    padding: 1rem 2rem 0;
}

.widget .widget-body .filter-actions {
    display: block;
    padding: 0 0 1.5rem 0.2rem;
}

.filter-price-text {
    font-size: 1.3rem;
    color: #999;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .filter-items a:before {
        text-indent: 0;
    }
}

.toolbox .btn-link {
    padding: 0;
}

.filter-clean {
    font-size: 1.4rem;
    margin-right: auto;
    color: #363636;
    transition: color 0.3s;
}

    .filter-clean:hover {
        color: #ffb700;
    }

.shop-sidebar {
    position: relative;
}

    .shop-sidebar .btn-outline:not(:hover) {
        color: #ffb700;
        background-color: #fff;
    }

    .shop-sidebar .left-sidebar-toggle,
    .shop-sidebar .sidebar-toggle-btn {
        padding: 0.8em 1.04em;
    }

    .shop-sidebar .filter-actions {
        display: flex;
        align-items: center;
        padding-left: 0.6rem;
        margin-bottom: 2rem;
    }

.btn-icon-right i {
    margin-left: 0.8rem;
    font-size: 1.8rem;
}

@media (min-width: 576px) {
    .mr-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .sidebar-fixed {
        transition: margin 0.4s;
    }

        .sidebar-fixed .filter-actions:first-child {
            padding-top: 3rem;
        }

        .sidebar-fixed + .main-content {
            transition: flex-basis 0.4s, max-width 0.4s;
        }

    .sticky-sidebar-wrapper.closed {
        height: 0;
    }

    .closed.sidebar {
        margin-right: -25%;
    }

    .closed.right-sidebar {
        margin-left: -25%;
    }

    .closed + .main-content {
        max-width: 100%;
        flex-basis: 100%;
    }

    .main-content-wrap {
        overflow: hidden;
    }

    .sidebar-toggle-remain .toggle-remain {
        position: absolute;
        transition: 0.4s;
        right: 0;
    }
}

@media (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .sidebar-toggle-remain .toggle-remain {
        top: 2.7rem;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle-remain .filter-clean {
        line-height: 3.7rem;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle-remain.sidebar .toggle-remain i {
        transition: transform 0.3s;
    }

    .sidebar-toggle-remain.sidebar.closed .toggle-remain {
        right: calc(100% + 30px);
    }

        .sidebar-toggle-remain.sidebar.closed .toggle-remain i {
            transform: rotateY(180deg);
        }

    .sidebar-toggle-remain.sidebar.closed + * > .toolbox:first-child {
        margin-right: 10.8rem;
    }

    .sidebar-toggle-remain.sidebar .toggle-remain:before {
        content: "";
        position: absolute;
        background-color: #fff;
        left: calc(100% + 2px);
        width: 20px;
        bottom: -2px;
        top: -2px;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle-remain.right-sidebar.closed .toggle-remain {
        right: -3rem;
        transform: translateX(-100%);
    }

        .sidebar-toggle-remain.right-sidebar.closed .toggle-remain i:before {
            content: "";
        }

    .sidebar-toggle-remain.right-sidebar.closed + * > .toolbox:first-child {
        padding-left: 11rem;
    }
}

@media (min-width: 992px) {
    .toolbox-wrap .sidebar-content {
        transition: border 0.3s;
    }

        .toolbox-wrap .sidebar-content .widget {
            border: none;
        }
}

@media (min-width: 992px) {
    .shop-sidebar .filter-actions {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .toolbox .sidebar-content {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .toolbox-wrap .filter-actions:first-child {
        padding: 0;
    }

    .toolbox-wrap .sidebar-toggle-btn {
        display: none;
    }

    .toolbox-wrap > .closed {
        margin: 0;
    }

        .toolbox-wrap > .closed .sidebar-content {
            display: none;
            border-color: transparent;
            background: transparent;
        }

    .toolbox-wrap .filter-clean {
        display: none;
        position: absolute;
        left: 0;
        top: -40px;
    }
}

@media (min-width: 1200px) {
    .select-menu:not(:last-child):not(.toolbox-show) {
        margin-left: 2rem;
    }

    .toolbox .shop-sidebar {
        margin-left: 2rem;
    }
}

@media (max-width: 991px) {
    .toolbox .sidebar-fixed {
        margin-left: 0;
    }

    .toolbox .sidebar-content {
        display: block;
    }

    .sidebar-content .select-menu {
        display: block;
        margin: 0;
        font-size: 1.4rem;
    }

        .sidebar-content .select-menu ul {
            position: static;
            width: 100%;
            padding: 0;
            border: 0;
            color: #666;
            margin: 0 0 1.1rem;
            opacity: 1;
            visibility: visible;
        }

            .sidebar-content .select-menu ul a:before {
                width: 18px;
                height: 18px;
                margin-top: 0;
            }

            .sidebar-content .select-menu:before,
            .sidebar-content .select-menu > a:before,
            .sidebar-content .select-menu ul:before {
                content: none;
            }

    .sidebar-content .select-menu-toggle {
        display: block;
        border-width: 3px 0 0;
        padding: 2rem 2px 1.6rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .sidebar-content .toolbox-item:first-child a {
        border: none;
    }
}

@media (max-width: 767px) {
    .toolbox-item.show-info,
    .toolbox-item > span,
    .toolbox-item label {
        display: none;
    }
}

@media (max-width: 575px) {
    .toolbox-item.select-box {
        margin-left: 0;
    }

        .toolbox-item.select-box ~ .toolbox-item.right-sidebar-toggle {
            margin-right: 1rem;
        }

    .sticky-sidebar .filter-actions .sidebar-toggle-btn,
    .toolbox .toolbox-left .left-sidebar-toggle {
        margin-left: 1rem;
    }

    .toolbox-left {
        justify-content: flex-start !important;
    }

    .toolbox .toolbox-left {
        margin: 0;
    }

    .toolbox .left-sidebar-toggle {
        margin-left: 1rem;
    }

    .toolbox .toolbox-sort .form-control {
        max-width: 12.8rem;
    }

    .toolbox-pagination {
        flex-direction: column;
    }

        .toolbox-pagination > .show-info {
            margin-left: 0;
        }

        .toolbox-pagination > :not(:last-child) {
            margin-bottom: 1rem;
        }
}

@media (max-width: 479px) {
    .sticky-toolbox.fixed {
        padding: 1rem 1.5rem 0;
    }

    .toolbox {
        padding-left: 0;
        padding-right: 0;
    }

        .toolbox .toolbox-sort .form-control {
            max-width: 12.5rem;
            padding-right: 1rem;
        }

        .toolbox select {
            padding-top: 0.63rem;
            padding-bottom: 0.63rem;
            padding-left: 2rem;
        }

        .toolbox .btn-sm.toolbox-item,
        .toolbox .btn.toolbox-item {
            font-size: 1.3rem;
            padding: 0.61em 0.92em 0.61em;
        }
}

.divider {
    background-color: #eee;
}

.search-toggle i {
    font-size: 2rem;
}

.header-middle .dropdown {
    padding-right: 0.2rem;
}

.menu > li {
    margin-left: 2.9rem;
}

.menu > .submenu > a:after {
    position: static;
    content: "\f078";
    margin-top: 0.1rem;
    font-size: 0.65em;
}

.footer-middle .container {
    position: relative;
}

.footer .form-control {
    margin-top: -0.1rem;
    padding: 0 1.8rem;
}

.widget-newsletter .btn {
    padding: 1.2em 1.33em 1.07em 1.4em;
}

    .widget-newsletter .btn i {
        margin-top: 0rem;
        padding-right: 2px;
    }

.footer-info {
    padding-top: 0.1rem;
}

.social-links {
    margin-right: -0.5rem;
}

.intro-carousel {
    opacity: 0;
}

    .intro-carousel.owl-loaded {
        opacity: 1;
    }

.intro-slide .banner-media img {
    height: 787px;
    object-fit: cover;
}

.intro-slide .banner-content {
    font-family: "vazir", "sans-serif";
    z-index: 3;
}

.intro-slide .banner-item {
    z-index: 2;
}

    .intro-slide .banner-item img {
        width: auto;
    }

.intro-slide1 .banner-content > span {
    font-size: 11em;
}

    .intro-slide1 .banner-content > span:first-child {
        white-space: nowrap;
        z-index: 3;
    }

.intro-slide1 .banner-content span + span {
    z-index: 1;
}

.intro-slide1 .banner-item1 {
    top: 28.9%;
    right: 0%;
    max-width: 100%;
}

.intro-slide1 .banner-item2 {
    top: -82%;
    right: 28.5%;
}

.intro-slide1 .banner-item3 {
    top: -110%;
    right: 58.2%;
}

.intro-slide2 .banner-content {
    top: 32.5%;
    right: 50.56%;
}

    .intro-slide2 .banner-content .banner-title span {
        font-size: 7em;
        line-height: 1.142;
    }

    .intro-slide2 .banner-content .btn {
        margin-top: 5.6rem;
    }

        .intro-slide2 .banner-content .btn i {
            margin-left: 0.7rem;
            font-size: 1.6rem;
        }

.intro-slide2 .banner-item4 {
    top: 37%;
    right: 16.5%;
}

.intro-slide3 .banner-content {
    top: 30.3%;
    right: 21.9%;
}

    .intro-slide3 .banner-content .banner-title {
        font-size: 10.3em;
    }

        .intro-slide3 .banner-content .banner-title span {
            margin-left: 8.1rem;
        }

    .intro-slide3 .banner-content .btn {
        margin-left: -0.2rem;
    }

.btn-round {
    border-radius: 27px;
    border-color: #f96;
    background: #f96;
}

.owl-nav-arrow .owl-nav .owl-prev {
    left: 4.7%;
}

.owl-nav-arrow .owl-nav .owl-next {
    right: 4.7%;
    left: auto;
}

.intro-svg {
    transform: translateY(calc(-100% + 8.4rem));
    z-index: 1;
}

section .title {
    margin-bottom: 0.7rem;
    font-family: "vazir", "sans-serif";
    font-size: 3rem;
    font-weight: 600;
}

.category-section p {
    margin-bottom: 4.4rem;
}

.category-slider .title {
    font-size: 2.4rem;
    margin-top: 3.5rem;
}

.category-slider .subtitle {
    margin-bottom: 2rem;
    padding-top: 0.6rem;
    line-height: 1.75em;
}

.category-slider .category img {
    width: auto;
}

del {
    padding-left: 0.6rem;
    color: #aaa;
    text-decoration-color: #df1b1b;
}

.feature-box {
    top: -1.4rem;
    background: #faf9f7;
    overflow: hidden;
}

    .feature-box .row p {
        padding-top: 0.1rem;
    }

    .feature-box .svg-delivery-icon {
        margin-bottom: 0.6rem;
    }

        .feature-box .svg-delivery-icon svg {
            width: 5.6rem;
            height: 5.6rem;
        }

    .feature-box .svg-order-icon {
        margin-bottom: 1.2rem;
    }

        .feature-box .svg-order-icon svg {
            width: 5rem;
            height: 5rem;
        }

    .feature-box .svg-delicious-icon {
        margin: -0.4rem 0 0.8rem;
    }

        .feature-box .svg-delicious-icon svg {
            width: 5.7rem;
            height: 5.7rem;
        }

    .feature-box .svg-calory-icon {
        padding-top: 0.3rem;
        margin-bottom: 1.1rem;
    }

        .feature-box .svg-calory-icon svg {
            width: 5.2rem;
            height: 5.2rem;
        }

    .feature-box .feature-body-left .title,
    .feature-box .feature-body-right .title {
        font-size: 2.4rem;
        white-space: nowrap;
    }

    .feature-box .feature-body-left p,
    .feature-box .feature-body-right p {
        max-width: 26rem;
        line-height: 1.75em;
    }

    .feature-box .feature-body-right .title-1 {
        margin-bottom: 1.7rem;
    }

    .feature-box .feature-body-right .second-div .title {
        justify-content: flex-start;
    }

    .feature-box .feature-body-right .second-div p {
        margin-right: auto;
    }

    .feature-box .feature-body-center svg {
        width: calc(90%);
    }

    .feature-box .feature-body-center img {
        top: 7.6%;
        left: 17.4%;
    }

.bestseller-section {
    margin-bottom: 12rem;
}

    .bestseller-section p {
        margin-bottom: 2.3rem;
    }

.blog-section .title {
    padding-top: 0.1rem;
}

.blog-section p {
    margin-bottom: 2.2rem;
}

.blog-section .post-date span {
    padding-left: 1px;
}

.blog-section .post-details .btn {
    font-weight: 700;
    color: #ffb700;
}

    .blog-section .post-details .btn i {
        margin-right: 0.9rem;
    }

    .blog-section .post-details .btn:focus,
    .blog-section .post-details .btn:hover {
        color: #666;
    }

@media (min-width: 1600px) {
    .page-content svg {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .dropdown-expanded .dropdown-box > li {
        margin-left: 2.1rem;
    }

        .dropdown-expanded .dropdown-box > li:last-child {
            margin-left: 0;
        }

    .footer-middle .col-lg-3 {
        flex: 0 0 22.2%;
        max-width: 22.2%;
    }
}

@media (max-width: 991px) {
    .header-middle .header-right .logo {
        margin-left: 2rem;
    }

    .header-middle .header-center {
        padding-left: 1rem;
    }

    .intro-slide .banner-media img {
        height: 700px;
    }

    .footer-middle .widget-body {
        padding-top: 1rem;
    }

    .footer-middle .row > div:last-child .widget {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1399px) {
    .intro-slide1 .banner-item2,
    .intro-slide1 .banner-item3 {
        display: none;
    }

    .intro-slide1 .banner-content {
        flex-direction: column;
    }

        .intro-slide1 .banner-content span {
            line-height: 1.5;
        }

            .intro-slide1 .banner-content span + span {
                margin-right: 2rem;
            }

    .intro-slide2 .banner-item4 {
        top: 25.5%;
        right: 10%;
    }

    .intro-slide3 .banner-title {
        top: 23.9%;
        right: 17.1%;
        font-size: 10.3em;
    }

    .intro-slide3 .btn {
        top: 66%;
        right: 51%;
    }

    .footer {
        margin-top: 0;
    }

    .newarrival-section svg {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .intro-slide .banner-media img {
        height: 600px;
    }

    .feature-box .feature-body-center {
        order: 1;
        padding-bottom: 2rem;
    }

        .feature-box .feature-body-center img {
            top: 50%;
            left: 50%;
            transform: translate(-45%, -60%);
        }

        .feature-box .feature-body-center svg {
            max-height: 50rem;
            margin: 0 auto;
        }

    .feature-box .feature-body-left,
    .feature-box .feature-body-right {
        order: 2;
        margin-bottom: 4.5rem;
    }

        .feature-box .feature-body-left .svg-icon,
        .feature-box .feature-body-left .title,
        .feature-box .feature-body-left p,
        .feature-box .feature-body-right .svg-icon,
        .feature-box .feature-body-right .title,
        .feature-box .feature-body-right p {
            display: flex;
            justify-content: center !important;
            text-align: center;
            max-width: unset;
        }

    .intro-slide3 .banner-title,
    .intro-slide3 .btn {
        right: unset;
        left: 2rem;
    }
}

@media (max-width: 575px) {
    .intro-slide1 .banner-content > span:first-child {
        margin: 0 !important;
        padding: 0 !important;
    }

    .intro-slide3 .banner-content {
        right: 2rem;
    }

        .intro-slide3 .banner-content .banner-title span {
            margin-left: 2rem;
        }
}

@media (max-width: 479px) {
    .intro-slide .banner-content {
        font-size: 6px;
    }

    .intro-slide1 .banner-title {
        padding-right: 2rem;
    }

    .intro-slide2 .banner-title span {
        font-size: 5rem;
    }

    .intro-slide3 .banner-title {
        right: 0.4rem;
    }
}

.page-content .toolbox .sidebar,
.page-content .toolbox .toolbox-left {
    padding-top: 0.05rem;
}

.page-content .toolbox select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.page-content .toolbox-left .form-control {
    padding: 0.5rem 1.4rem 0.5rem 2.6rem;
    border-radius: +5px;
}

.page-content .toolbox-left .toolbox-sort:before {
    left: 1rem;
}

.page-content .product-wrapper {
    margin-bottom: -0.3rem;
}

.related-products h2 {
    font-size: 2.4rem;
    font-weight: 700;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr !important;
}

.newarrival-section {
    background: #f5f5f5;
    margin-bottom: 12rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
}

.section-title-wrap {
    display: flex;
    justify-content: space-between;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 0.5rem;
    margin-right: 5rem;
    font-weight: 500;
    line-height: 1 !important;
    display: block !important;
}

    .section-subtitle:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        margin: 0 10px 0 15px;
        top: 50%;
        transform: translateY(-5%);
        background-color: #ffb700;
        right: -6rem;
    }

.section-title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block !important;
    color: #333 !important;
    line-height: 2;
}

    .section-title b {
        color: #1879ca !important;
        font-weight: 500;
    }

.section-link {
    border: 2px solid #1879ca;
    color: #1879ca;
    padding: 0.2rem 3rem;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 3.5rem;
    font-weight: 800;
    background: #ffffff45;
    transition: 0.3s;
    cursor: pointer;
}

    .section-link:hover {
        border-color: #ffb700;
        color: #ffb700;
    }

.section-revers-title-wrap {
    display: flex;
    justify-content: space-between;
}

.section-revers-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2rem;
    margin-right: 5rem;
    font-weight: 600;
    line-height: 1 !important;
    display: block !important;
}

    .section-revers-subtitle:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        margin: 0 20px;
        top: 50%;
        transform: translateY(-5%);
        background-color: #fff;
        right: -6rem;
    }

.section-revers-title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block !important;
    color: #fff !important;
}

.section-revers-link {
    background: transparent;
    color: #fff;
    padding: 0.2rem 3rem;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 3.5rem;
    border: 2px solid #fff;
    font-weight: 800;
}

.b-r-10 {
    border-radius: 10px;
}

.b-r-top {
    border-radius: 10px 10px 0 0;
}

.b-r-bottom {
    border-radius: 0 0 10px 10px;
}

.product-popular {
    border-radius: 10px;
    background: #fff;
    overflow: visible;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
}

    .product-popular .product-media img {
        border-radius: 5px;
    }

.product-footer-btn {
    margin-top: 2rem;
}

.product-footer-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.product-footer h5 {
    padding-right: 2rem !important;
}

.product-footer-wrap ul {
    list-style: none;
}

    .product-footer-wrap ul li {
        margin-bottom: 10px;
    }

        .product-footer-wrap ul li i {
            margin-left: 5px;
            color: #1879ca;
        }

.product-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    text-align: center;
}

.product-footer-rule {
    margin-top: 20px;
    background-color: rgb(249 249 249);
    border-width: 0;
    border-radius: 10px;
    border-color: rgb(192, 202, 213);
    border-style: solid;
    padding-bottom: 25px;
    padding-top: 25px;
}

    .product-footer-rule ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.product-footer-rule-right {
    padding-right: 10px;
}

.product-footer-rule-left {
    padding-right: 10px;
}

.product-option i {
    color: #3087cf;
}

.section-slider {
    min-height: 550px;
}

.section-slider-wrap {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    position: relative;
    min-height: 500px;
    align-items: flex-end;
    background: url(../images/bg-slider.png) no-repeat;
    background-size: contain;
    padding-top: 10rem !important;
    background-position: left;
}

.slider-info {
    padding-bottom: 150px;
}

    .slider-info h2 {
        font-size: 55px;
        line-height: 76px;
        font-weight: 600;
    }

    .slider-info h3 {
        font-size: 30px;
        color: #1879ca;
        line-height: 40px;
        text-align: right;
        margin: 20px 0;
        font-weight: 500;
    }

    .slider-info P {
        color: #999;
        margin-bottom: 30px;
    }

.slider-img img {
    position: relative;
    z-index: 1;
    margin-bottom: -160px;
    margin-left: -270px;
    width: 860px;
    height: auto;
}

.btn-blue-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.btn-blue {
    padding: 15px 50px;
    border-radius: 5px;
    background: #1879ca;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
}

    .btn-blue::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        transition: width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-blue:hover::before {
        width: 0;
        height: 0;
    }

    .btn-blue:hover {
        background: #036dc6;
        box-shadow: 0 5px 10px rgb(24 121 202 / 25%);
        transform: translateY(-3px);
        color: #fff;
    }

.search-bottom-btn a.btn-orang {
    display: block;
}

.btn-orang {
    padding: 10px 50px;
    border-radius: 5px;
    background: #ffb700;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
    text-align: center;
}

    .btn-orang::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        transition: width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-orang:hover::before {
        width: 0;
        height: 0;
    }

    .btn-orang:hover {
        background: #ffb700;
        box-shadow: 0 5px 10px rgb(24 121 202 / 25%);
        transform: translateY(-3px);
        color: #fff;
    }

.btn-quickview-stock {
    transition: 0.3s;
    margin-bottom: 15px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: unset;
    color: #999;
}

    .btn-quickview-stock:active,
    .btn-quickview-stock:focus,
    .btn-quickview-stock:hover {
        background: #cacaca;
        box-shadow: 0 5px 10px rgb(150 150 150 / 25%);
        transform: translateY(-3px);
        color: #fff;
        border-color: #ccc;
    }

.btn-yellow {
    padding: 15px 50px;
    border-radius: 5px;
    background: #ffb700;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
}

    .btn-yellow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        transition: width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-yellow:hover::before {
        width: 0;
        height: 0;
    }

    .btn-yellow:hover {
        background: #ffb700;
        box-shadow: rgb(255 183 0 / 17%) 0 5px 10px;
        transform: translateY(-3px);
        color: #fff;
    }

.category-section {
    position: relative;
    padding: 12rem 0;
    margin-bottom: 12rem;
    background-image: linear-gradient(180deg, #1879ca 0%, #1879ca 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.background-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#uc_sliding_diagonals_background_effect_bg_addon30773 {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    #uc_sliding_diagonals_background_effect_bg_addon30773 .uc-bg {
        animation: uc-slidingpanel-slide 13s ease-in-out infinite alternate;
        background-image: linear-gradient(-60deg, #60a1d6 50%, #1879caad 50%);
        bottom: 0;
        left: -50%;
        opacity: 0.2;
        position: absolute;
        right: -50%;
        top: 0;
        z-index: 0;
    }

    #uc_sliding_diagonals_background_effect_bg_addon30773 .uc-bg2 {
        animation-direction: alternate-reverse;
        animation-duration: 15s;
    }

    #uc_sliding_diagonals_background_effect_bg_addon30773 .uc-bg3 {
        animation-duration: 18s;
    }

@keyframes uc-slidingpanel-slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.category-section .title-wrapper span.title-info {
    width: 250px;
}

.category-section .shape-divider {
    position: static;
}

.category-section .category {
    border-radius: 5px;
    overflow: hidden;
}

.category-section .category-content {
    border: 1px solid #ffffff29;
    color: #fff;
    overflow: hidden;
    min-height: 68px;
    -webkit-backdrop-filter: blur(0.9rem);
    backdrop-filter: blur(0.9rem);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background: #ffffff14;
    -webkit-backdrop-filter: blur(0.9rem);
    backdrop-filter: blur(0.9rem);
    border: 1px solid #ffffff3d;
    border-top: none;
}

.category-section .category .category-name {
    font-weight: 700;
}

.testimonial-wrap {
    margin-bottom: 5.6rem;
}

.testimonial {
    border-radius: 10px;
    padding: 30px 15px;
    background: #f6f6f6;
}

.testimonial-info {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    direction: rtl;
}

    .testimonial-info .testimonial-author-thumbnail {
        margin-left: 1.5rem;
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 50%;
    }

    .testimonial-info img {
        width: 100%;
        height: auto;
    }

    .testimonial-info cite {
        font-size: 1.4rem;
        font-weight: 400;
        font-style: normal;
        color: #1879ca;
        line-height: 1;
        position: relative;
        top: -30px;
    }

        .testimonial-info cite span {
            display: block;
            margin-top: 0.7rem;
            font-size: 1.3rem;
            font-weight: 400;
            text-transform: none;
            color: #999;
            line-height: 1;
        }

.testimonial-inversed blockquote:after {
    left: 45px;
    right: auto;
}

.testimonial-inversed .testimonial-author-thumbnail {
    order: 2;
    margin-right: 1.5rem;
    margin-left: 0;
}

.testimonial-inversed .testimonial-info {
    justify-content: flex-end;
}

.testimonial-inversed cite {
    text-align: right;
}

.testimonial-centered {
    padding: 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 5px #0000000a;
    border: 1px solid #eaeaea;
}

    .testimonial-centered i {
        font-size: 30px;
        color: #999;
    }

    .testimonial-centered .testimonial-info {
        display: block;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .testimonial-centered .testimonial-author-thumbnail {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        top: -40px;
        width: 80px;
        height: 80px;
        border: 4px solid #1879ca45;
        border-radius: 50%;
    }

    .testimonial-centered blockquote {
        margin-right: auto;
        margin-left: auto;
        background-color: transparent;
    }

        .testimonial-centered blockquote:after {
            content: none;
        }

    .testimonial-centered .testimonial-title {
        margin-bottom: 2.6rem;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .testimonial-centered blockquote {
        padding: 0 10px 0 10px;
        position: relative;
        top: -20px;
        color: #999;
    }

    .testimonial-centered cite span {
        margin-top: 0.8rem;
    }

.testimonial-bg {
    padding: 2rem 2rem 0.8rem;
    background-color: transparent;
}

    .testimonial-bg .testimonial-author-thumbnail {
        margin-bottom: 2.3rem;
    }

    .testimonial-bg blockquote {
        max-width: 86rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .testimonial-bg cite {
        font-weight: 600;
        color: #fff;
    }

        .testimonial-bg cite span {
            color: rgba(255, 255, 255, 0.8);
        }

.comment-main-wrap {
    margin-bottom: 12rem;
}

.search-main {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: url(../images/bg-pattern-2.png) #1879ca no-repeat center;
    background-size: cover;
}

.search-main-info {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-right: 10px;
}

.search-top div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.search-location-top {
    position: relative;
}

.search-date-top {
    position: relative;
}

.search-time-top {
    position: relative;
}

.search-location-top .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

.search-date-top .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

.search-time-top .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

select::-webkit-scrollbar {
    width: 6px;
}

select::-webkit-scrollbar-thumb {
    background-color: #1879ca;
    border-radius: 10px;
}

select::-webkit-scrollbar-track {
    background-color: #eee;
}

.search-location-top span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-date-top span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-time-top span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-date-top label {
    color: #fff;
    font-weight: 600;
}

.search-time-top label {
    color: #fff;
    font-weight: 600;
}

.search-center {
    margin-top: 10px;
}

    .search-center div[class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.search-location-center {
    position: relative;
}

.search-date-center {
    position: relative;
}

.search-time-center {
    position: relative;
}

.search-location-center .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

.search-date-center .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

.search-time-center .form-control {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #999;
    margin-top: 10px;
    border-radius: 5px;
    font-family: vazir;
}

.search-location-center span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-date-center span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-time-center span.form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 0;
}

.search-location-center label {
    color: #fff;
    font-weight: 600;
}

.search-date-center label {
    color: #fff;
    font-weight: 600;
}

.fa-heart-full:before {
    content: "\2665";
}

.fa-light .fa-heart-full {
    color: #df1b1b;
}

.search-time-center label {
    color: #fff;
    font-weight: 600;
}

.search-bottom {
    margin-left: 10px;
    margin-top: 20px;
}

.search-bottom-wrap {
    justify-content: end;
}

.search-bottom-btn {
    padding-left: 0;
    padding-right: 15px;
}

.booking-area {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.booking-form {
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
    background: url(../images/bg-pattern-5.png) #f5f5f5 no-repeat center;
    background-size: cover;
}

    .booking-form .form-control {
        border: 1px solid #ced4da;
        color: #757f95;
        background: #fff;
    }

    .booking-form span.form-control-icon {
        color: #757f95;
        top: 38px;
    }

    .booking-form label {
        color: #353535;
        font-weight: 300;
        padding-right: 3px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
}

.section-title-main {
    direction: rtl;
    margin-bottom: 3rem;
    z-index: 100;
    position: relative;
}

.section-blog {
    margin-bottom: 12rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: url(../images/bg-pattern-1.png) #f5f5f5 no-repeat center;
    background-size: cover;
}

:root {
    --fontSize: 16px;
    --transition: 0.5s;
    --whiteColor: #ffffff;
    --blackColor: #111111;
    --primaryColor: #00299b;
    --paragraphColor: #666666;
    --fontFamily: "Spartan", sans-serif;
}

.footer-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    animation: fixedTop 0.4s;
    transition: color 350ms ease, background-color 350ms ease;
    background: rgb(68, 68, 68 / 10%);
    -webkit-backdrop-filter: blur(0.9rem);
    backdrop-filter: blur(0.9rem);
    padding: 50px 0 0 0;
    border-radius: 10px;
    border: 1px solid #ffffff0f;
}

.features-area {
    z-index: 0;
    position: relative;
    background-color: #0f1217;
    padding-top: 100px;
    padding-bottom: 75px;
}

.lines {
    top: 0;
    left: 0;
    right: 0;
    width: 90vw;
    z-index: -1;
    height: 100%;
    margin: auto;
    position: absolute;
}

    .lines .line {
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        overflow: hidden;
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
    }

        .lines .line:after {
            left: 0;
            top: -50%;
            content: "";
            width: 100%;
            height: 15vh;
            display: block;
            position: absolute;
            animation: run 7s 0s infinite;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100% );
        }

        .lines .line:nth-child(1) {
            margin-left: -25%;
        }

            .lines .line:nth-child(1):after {
                animation-delay: 2s;
            }

        .lines .line:nth-child(3) {
            margin-left: 25%;
        }

            .lines .line:nth-child(3):after {
                animation-delay: 2.5s;
            }

        .lines .line:nth-child(4) {
            margin-left: -40%;
        }

            .lines .line:nth-child(4):after {
                animation-delay: 2.5s;
            }

        .lines .line:nth-child(5) {
            margin-left: 40%;
        }

            .lines .line:nth-child(5):after {
                animation-delay: 2.5s;
            }

@keyframes run {
    0% {
        top: -50%;
    }

    to {
        top: 110%;
    }
}

.benefit-section {
    padding-left: 10px;
    padding-right: 20px;
}

.benefit-container > figure {
    position: relative;
}

.benefit-content {
    position: absolute;
    top: 0;
    min-width: 100%;
    padding-top: 6.4rem;
}

    .benefit-content > * {
        display: flex;
        flex-direction: column;
    }

    .benefit-content .icon-box {
        position: relative;
        margin-bottom: 8rem;
    }

        .benefit-content .icon-box .icon {
            font-size: 3.4rem;
        }

        .benefit-content .icon-box .icon-2 {
            font-size: 4rem;
        }

        .benefit-content .icon-box .icon-3 {
            font-size: 3rem;
        }

        .benefit-content .icon-box svg {
            fill: #fff;
        }

        .benefit-content .icon-box .icon-box-title {
            font-size: 2rem;
        }

        .benefit-content .icon-box .icon-box-icon {
            width: 8rem;
            height: 8rem;
            margin: 0;
        }

            .benefit-content .icon-box .icon-box-icon:before {
                background: #3dbca7;
            }

.benefit-icon1 {
    direction: rtl;
    left: 8.8%;
}

.benefit-icon2 {
    direction: rtl;
    right: 4%;
}

.benefit-icon3 {
    direction: rtl;
    left: 5.4%;
}

.benefit-icon4 {
    direction: ltr;
    right: 8.6%;
}

.benefit-icon5 {
    direction: ltr;
    left: 3.8%;
}

.benefit-icon6 {
    direction: ltr;
    right: 5.2%;
}

.icon-box {
    justify-content: left;
}

.icon-box-main {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
    min-height: 180px;
    text-align: right;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
    cursor: pointer;
}

    .icon-box-main h4 {
        text-align: right !important;
    }

    .icon-box-main.active {
        background: #1879ca;
    }

.service-list .icon-box-main:hover {
    background: #1879ca;
    color: #fff;
}

    .service-list .icon-box-main:hover h4 {
        color: #fff;
    }

    .service-list .icon-box-main:hover i {
        color: #fff;
    }

.icon-box-main.active .icon-box-content h4 {
    color: #fff !important;
}

.icon-box-main.active .icon-box-content p {
    color: #fff !important;
}

.icon-box-main.active .icon-box-content span {
    color: #fff !important;
}

.icon-box-main.active i {
    color: #fff !important;
}

a.icon-box-link {
    transition: all 0.3s;
}

    a.icon-box-link:hover .icon-box-main {
        color: #fff;
        background: #1879ca;
    }

    a.icon-box-link:hover i {
        color: #fff;
    }

    a.icon-box-link:hover .icon-box-title {
        color: #fff;
    }

.bg-number {
    font-size: 180px;
    line-height: 1;
    color: #00000017;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 10px;
    font-weight: 600;
    bottom: 0;
    margin-bottom: -26px;
}

.icon-box p {
    margin: 0;
    max-width: 23rem;
}

.bg-gray {
    background: url(../images/bg-slider.png) #f5f5f5 no-repeat left top;
    background-size: 100rem;
    background-position-y: 10rem;
    background-attachment: fixed;
}

.bg-white-r {
    padding: 4rem 1rem;
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    border-radius: 10px;
}

.ifno-wrap ul {
    list-style: none;
    padding-right: 0;
}

    .ifno-wrap ul li {
        margin-bottom: 5px;
    }

        .ifno-wrap ul li i {
            padding-left: 5px;
            margin-bottom: 5px;
            color: #1879ca;
            font-weight: 300;
        }

.table-info .table-striped tr td {
    padding: 7px 20px !important;
    border: 3px solid white !important;
    border-radius: 12px !important;
}

.table-info table tbody > tr:nth-child(odd) > td,
.table-info table tbody > tr:nth-child(odd) > th {
    background-color: #f4f6f8;
}

.table-info table tbody > tr:nth-child(even) > td,
.table-info table tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.driver-wrap {
    margin: 0 auto 20px;
    max-width: 500px;
    overflow: hidden;
    padding: 30px;
    background: linear-gradient( 0deg, rgb(245, 245, 245) 0%, rgb(24 121 202 / 6%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

.driver {
    padding: 0 !important;
}

.driver-header {
    height: 80px;
    text-align: center;
    margin: 10px 0 80px 0;
}

    .driver-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .driver-header h5 {
        font-size: 18px;
        color: #1879ca;
    }

.rate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    font-size: 30px;
    background: #1879ca;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin: -80px auto 0 auto;
    z-index: 2;
}

    .rate-icon:before {
        content: "";
        position: absolute;
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -6px;
        border: 2px dashed #1879ca;
        border-radius: 50%;
        animation: rotate 9s linear infinite;
    }

.driver-content {
    z-index: 1;
    background: #f4f6f8 !important;
    padding: 80px 10px 10px 10px !important;
    border-radius: 10px !important;
    position: relative;
    z-index: 1 !important;
    top: -3em;
}

    .driver-content h6 {
        margin-right: 5px;
        margin-bottom: 10px !important;
    }

    .driver-content h4 {
        font-size: 18px;
    }

.color-blue {
    color: #1879ca;
}

.color-orang {
    color: #ffb700;
}

.discount {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
    border-radius: 10px;
}

    .discount ul {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        list-style: none;
        padding-right: 0;
    }

        .discount ul li {
            line-height: 25px;
            margin-bottom: 10px;
        }

            .discount ul li i {
                margin-left: 5px;
                color: #1879ca;
            }

.header-discount {
    background-color: rgba(249, 249, 249, 0);
    padding: 55px 20px 15px 20px;
}

h4.amount-discount {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 0 !important;
}

.divider-discount {
    border-top-color: #6e6e6e;
    width: 30%;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0 auto;
}

.discount .header-discount h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 0;
    font-family: vazir;
    padding-bottom: 15px;
}

.discount .header-discount h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.discount img {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #0000000a;
    border-radius: 10px;
}

.title-main {
    line-height: 1.2;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 5rem;
    color: #666;
    font-size: 2.8rem;
}

    .title-main:after {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background: repeating-linear-gradient( 306deg, transparent, transparent 7px, #ffb700 7px, #ffb700 15px );
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        position: absolute;
        z-index: -1;
        top: 130%;
        border-radius: 1px;
    }

.table tbody {
    line-height: 1.8;
}

.table.table-main td,
.table.table-main th {
    padding: 10px;
    text-align: right;
    vertical-align: top;
    min-width: 10rem;
}

.table.table-main tr {
    border-bottom: 1px solid #e9e9e9;
}

    .table.table-main tr:last-child {
        border-bottom: none;
    }

.b-r-half {
    border-radius: 10px 10px 0 0 !important;
}

.listing-features {
    position: relative;
    margin: 0;
    padding: 0 0 5px;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
}

.listing-price {
    padding: 0 0 10px;
}

.listing-features .ratings-container {
    overflow: hidden;
}

.listing-details-group {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

    .listing-details-group ul {
        margin: 0 0 10px;
    }

    .listing-details-group ul {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .listing-details-group ul li {
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex: 33.33%;
            flex: 33.33%;
            max-width: 33.33%;
        }

            .listing-details-group ul li span img {
                line-height: 0;
                width: 22px !important;
                display: flex;
                justify-content: center;
                border-radius: unset !important;
            }

            .listing-details-group ul li p {
                margin: 0 5px 0 0;
                font-size: 12px;
            }

.listing-price-details {
    display: flex;
    align-items: center;
    background: #ffb7000f;
    padding: 5px 10px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 1px dashed;
    border-color: #ffb7009e;
}

.stock-price {
    filter: blur(5px);
    color: #999;
    user-select: none;
    margin-right: 10px;
}

.listing-price-details p {
    color: #ffb700;
    margin: 0 0 0 3px;
}

.listing-price-details span {
    margin: 0 0 0 3px;
    color: #ffb700 !important;
    font-weight: 600;
}

.list-price li {
    display: flex;
    justify-content: space-between;
}

.list-price li {
    margin-bottom: 5px;
}

    .list-price li span {
        background: #f9f9f9;
    }

    .list-price li:nth-child(odd) span {
        background: #f4f6f8;
    }

    .list-price li .day-price {
        border-radius: 5px;
        color: #363636;
        padding: 7px 20px !important;
        margin: 0 !important;
        width: 100%;
        margin-left: 3px !important;
        display: flex;
        align-items: center;
    }

.list-price .daily {
    border-radius: 5px;
    color: #363636;
    padding: 7px 20px !important;
    margin: 0 !important;
}

.listing-location-details {
    display: flex;
}

    .listing-location-details h6 {
        margin-bottom: 0;
        color: #999;
        font-size: 14px;
        font-weight: 400;
        margin-left: 7px;
    }

    .listing-location-details span {
        margin-left: 5px;
    }

    .listing-location-details .listing-price {
        font-size: 13px;
        display: flex;
        margin-bottom: 5px;
    }

        .listing-location-details .listing-price h6 {
            margin-bottom: 0;
            color: #999;
            font-size: 14px;
            font-weight: 400;
            margin-left: 7px;
        }

.listing-item .listing-content .listing-location-details .listing-price h6 {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.listing-location-details .listing-price h6 span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
}

.listing-location-details .listing-price span {
    margin-left: 5px;
    line-height: 0;
}

    .listing-location-details .listing-price span i {
        display: none;
    }

.listing-button .btn-order {
    background: #201f1d;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 7px 10px;
    width: 100%;
}

.checkout-date-location {
    text-align: right;
}

    .checkout-date-location ul li {
        margin-bottom: 5px;
        background: #f9f9f9;
        border-radius: 5px;
        color: #363636;
        padding: 7px 20px !important;
        width: 100%;
    }

        .checkout-date-location ul li:nth-child(odd) {
            background: #f4f6f8;
        }

.product-media .owl-theme .owl-dots .owl-dot span {
    width: 15px;
}

.product-media .owl-dot-inner .owl-dots {
    bottom: 1.4rem;
}

.contact-info {
    padding: 30px;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 30px 30px -20px;
    backdrop-filter: blur(0.3rem);
}

.contact-touch {
    background: #12121208;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 5rem 2rem;
}

.contact-left {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    position: relative;
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

    .contact-left .banner-title {
        color: #666;
    }

.contact-icon {
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    margin-bottom: 40px;
}

    .contact-icon i {
        padding: 15px;
        border-radius: 5px;
        background: #2a2a2a;
        color: #ffb700;
        width: 64px;
        height: 64px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        font-size: 3.4rem;
    }

.contact-touch label i {
    color: #ffb700;
    font-size: 6px;
    margin-right: 5px;
    margin-bottom: 1rem;
}

.contact-section {
    margin-bottom: 12rem;
}

.store-section {
    margin-bottom: 12rem;
}

.about-section-wrap .bg-white-r {
    background: linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100% );
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

.about-img {
    position: relative;
    margin: 0 0 24px 0;
}

    .about-img .about-exp span {
        font-weight: 500;
        font-size: 26px;
        color: #ffffff;
        display: inline-block;
        margin: 200px -95px;
        transform: rotate(-90deg);
    }

    .about-img img {
        border-radius: 10px;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
    }

.about-left {
    border-radius: 10px;
    padding: 40px 20px 20px 20px !important;
    background: #12121208;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.abt-img {
    padding: 30px 60px 30px 0;
    position: relative;
    z-index: 1;
}

.about-img .about-exp {
    position: absolute;
    background: #1879ca;
    border-radius: 10px;
    width: 370px;
    height: 100%;
    box-shadow: 0 5px 30px 7px rgba(9, 136, 255, 0.1);
    display: flex;
    justify-content: start;
    align-items: center;
}

.no-bg {
    border-radius: 0 !important;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.page-content-wrap {
    padding-bottom: 12rem;
}

.img-wrap {
    display: flex;
    justify-content: center;
}

.order-step {
    padding: 0;
}

.additional-equipment {
    display: flex;
    justify-content: center;
}

.main-content {
    padding-right: 0;
    padding-left: 0;
}

.contact-section .icon-box {
    justify-content: flex-start !important;
    margin-bottom: 40px;
    flex-direction: unset;
}

.discount-lable-wrap {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.discount-lable {
    color: inherit;
    position: absolute;
    z-index: 1;
    inset: 0;
    display: -webkit-inline-box;
    flex-flow: column;
    -webkit-box-pack: start;
    justify-content: flex-end;
    align-items: flex-start;
    height: fit-content;
    top: -12rem;
}

.discount-left-wrap {
    width: 20px;
    clip-path: polygon( 100% 0, 0.125rem calc(100% - 0.125rem), 100% calc(100% - 0.125rem), 100% 100%, 0 100%, 0 calc(100% - 0.125rem), calc(100% - 0.125rem) 0 );
}

.discount-right-wrap {
    width: 20px;
    clip-path: polygon( 0px 0, 100% 0, 100% 0.125rem, 0.125rem 100%, 0 100%, calc(100% - 0.125rem) 0.125rem, 0 0.125rem );
    background: red;
}

.discount-left {
    background: #fff;
}

.discount-right {
    background: #fff;
}

.discount-main {
    border-bottom: 0.125rem solid rgba(255, 255, 255, 1);
    min-width: 12rem;
}

.discount-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.discount-header-left {
    border-top: 0.125rem solid rgba(255, 255, 255, 1);
}

.discount-header-center {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 0.625rem;
    margin-top: -1rem;
    font-weight: 600;
}

.discount-header-right {
    border-top: 0.125rem solid rgba(255, 255, 255, 1);
}

.discount-header-left:first-child {
    width: 1.25rem;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.discount-header-wrap {
    -webkit-box-flex: 2;
    flex-grow: 2;
}

.discount-content-top {
    padding: 0 1.25rem;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.discount-content-bottom {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.benefit-left .icon-box .icon-box-content {
    order: 1;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .benefit-right {
        align-items: flex-end;
    }

    .footer .col-lg-3 {
        flex: 0 0 22.2%;
        max-width: 22.2%;
    }
}

@media (min-width: 768px) {
    .icon-box {
        flex-direction: row;
    }

    .benefit-left .icon-box-side .icon-box-content {
        text-align: right;
    }

    .benefit-right .icon-box-side .icon-box-content {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .intro-section .owl-carousel .owl-item img {
        height: 450px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.5rem;
    }

    .benefit-right {
        align-items: flex-end !important;
    }

    .btn-product-icon {
        padding-top: 2px;
    }

    .listing-location-details .listing-price {
        font-size: 11px;
    }

        .listing-location-details .listing-price h6 {
            font-size: 11px;
        }

            .listing-location-details .listing-price h6 span {
                font-size: 11px;
            }

    .listing-price-details p {
        margin: 0 0 0 3px;
    }

    .listing-price-details span {
        font-size: 11px;
    }

    .btn {
        font-size: 12px;
    }

    h1 {
        font-size: 3rem;
    }

    .slider-info h3 {
        font-size: 20px;
    }

    .benefit-container > figure {
        opacity: 0.4;
    }

    .benefit-content .icon-box {
        position: static;
        margin-bottom: 4rem;
        transform: none !important;
    }

    .icon-box .icon-box-icon {
        display: inline-flex;
    }

    .benefit-left {
        align-items: flex-end;
    }

    .benefit-content {
        padding-top: 4rem;
    }

    .benefit-container {
        margin-bottom: 0rem;
    }

    .footer-middle .widget-title {
        margin-bottom: 15px;
    }

    .recent-post {
        border-bottom: none;
    }

    .post-calendar {
        width: 70px;
        height: 70px;
        font-size: 38px;
    }

    .post-media .post-calendar {
        left: calc(50% - 35px);
        bottom: -9rem;
    }

    .driver-content {
        padding: 60px 5px 5px 5px !important;
    }

    .filter-items li {
        font-size: 1.1rem;
    }

    .rate-icon {
        width: 60px;
        height: 60px;
        font-size: 35px;
    }

    .toolbox-item.right-sidebar-toggle {
        font-size: 12px;
    }

    .product-list .product-media {
        flex: 0 0 20rem;
        max-width: 20rem;
        margin: 0 0 2rem 0;
    }

    .list-price li .day-price {
        padding: 5px 10px !important;
        font-size: 11px;
    }

    .list-price .daily {
        padding: 5px 10px !important;
        font-size: 11px;
    }

    .content-section-main .strip {
        display: none;
    }

    .content-section-wrap {
        border-radius: 10px;
    }

    .details-section-right {
        border-radius: 10px 10px 0 0;
    }

        .details-section-right:after {
            display: none;
        }

    .section-title {
        font-size: 1.8rem;
    }

    .details-section-left {
        padding: 40px !important;
        border-radius: 10px;
    }

    .booking-area {
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.6rem;
    }

    h6 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.5rem;
    }

    .card-header a {
        line-height: 2;
        font-size: 14px;
    }

    .sidebar-content {
        background: #fff;
    }

    .about-img .about-exp span {
        font-weight: 400;
        font-size: 22px;
        margin: 170px -75px;
    }

    .section-slider {
        min-height: 500px;
    }

    .section-slider-wrap {
        display: grid;
        justify-content: center;
        min-height: 500px;
        align-items: flex-end;
        padding-top: 10rem !important;
    }

    .slider-info {
        padding-bottom: 0;
        text-align: center;
    }

        .slider-info h3 {
            text-align: center;
        }

    .slider-img img {
        margin-bottom: -130px;
        width: 700px;
    }

    .benefit-content {
        padding-top: 0rem;
    }

    .form-control {
        font-size: 1.3rem;
        padding: 0.85rem;
    }

    .search-date-top span.form-control-icon {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
    }

    .search-time-top span.form-control-icon {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
    }

    .search-location-top span.form-control-icon {
        font-size: 1.3rem;
    }

    .search-date-center span.form-control-icon {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
    }

    .search-time-center span.form-control-icon {
        width: 30px;
        height: 30px;
        font-size: 1.3rem;
    }

    .search-location-center span.form-control-icon {
        font-size: 1.3rem;
    }

    .post-mask .post-details {
        bottom: 3rem;
    }

    .post-details .discount-lable * {
        text-align: center;
        color: rgba(255, 255, 255, 1);
        background: red;
    }

    .benefit-container > figure {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .benefit-content {
        position: relative;
    }

    .benefit-left {
        align-items: center;
    }

    .benefit-right {
        align-items: center !important;
    }

    .icon-box-side .icon-box-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table-order {
        padding: 2rem 0.5rem;
    }

    .contact-info {
        margin-bottom: 60px;
    }

    .footer-middle {
        text-align: center;
    }

        .footer-middle .widget-title {
            display: inline-block;
        }

    .footer p {
        text-align: center;
    }

    .recent-post {
        display: flex;
        justify-content: center;
        max-width: 24rem;
        margin: 10px auto;
    }

    .footer-info {
        justify-content: center !important;
    }

    .footer-middle .widget-instagram .widget-body {
        justify-content: center !important;
    }

    .product-remove {
        position: absolute;
        top: 10px;
        left: 20px;
        justify-content: flex-end;
    }

    .details-section-main {
        margin-bottom: 1rem;
    }

    .details-section-left {
        margin-bottom: 0;
        border-radius: 0 0 10px 10px;
        padding: 0 0 40px 0 !important;
        text-align: center;
    }

    .details-section-img {
        height: 300px;
    }

        .details-section-img img {
            min-height: 300px;
            width: calc(100% - 30px);
            margin: 0 auto;
        }

    .bg-number {
        font-size: 100px;
        left: 15px;
        margin-bottom: -5px;
    }

    .intro-section .owl-carousel .owl-item img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.4rem;
    }

    .product-gallery {
        margin-bottom: 4rem;
    }

    .post-frame {
        padding: 1rem 1rem 0;
    }

    .post-details {
        padding: 1.5rem 0 1rem;
        width: 90%;
    }

    .contact-info {
        margin-bottom: 12rem;
    }

    .contact-touch {
        padding-right: 10px;
    }

    .footer-middle {
        text-align: center;
    }

        .footer-middle h4.widget-title:before {
            right: 38%;
        }

    .recent-post {
        display: flex;
        justify-content: center;
    }

    .footer-info {
        justify-content: center !important;
    }

    .footer-middle .widget-instagram .widget-body {
        justify-content: center;
    }

    .section-revers-link {
        padding: 0.2rem 2rem;
    }

    .section-revers-title {
        font-size: 1.8rem;
    }

    .section-revers-subtitle {
        margin-right: 4rem;
        font-size: 14px;
    }

        .section-revers-subtitle:before {
            width: 25px;
            margin: 0 10px;
            right: -4rem;
        }

    .section-link {
        padding: 0.2rem 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        margin-right: 3rem;
        font-size: 20px;
    }

        .section-subtitle:before {
            width: 25px;
            margin: 0 10px;
            right: -4rem;
        }

    .search-top div[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .search-center div[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .search-bottom {
        margin-left: 5px;
    }

    .post-mask .post-details {
        bottom: 4rem;
    }

    .discount-lable {
        top: -12rem;
    }

    .listing-features .ratings-container {
        font-size: 11px;
    }

    .table-order span.table-order-content {
        padding: 7px 0 !important;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .table-order span.table-order-header {
        padding: 7px 7px !important;
        font-size: 10px;
        text-align: center;
    }

    .product-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .intro-slide2 .banner-content .btn {
        margin-top: 0.5rem;
    }

    .intro-section .owl-carousel .owl-item img {
        height: 250px;
    }

    .booking-area {
        margin-top: 50px;
    }

    .title-echo span {
        font-size: 2.74rem;
        top: 43%;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.4rem;
    }

    p {
        font-size: 1.3rem;
    }

    .ifno-wrap {
        margin-bottom: 20px;
    }

        .ifno-wrap ul {
            padding: 0;
            margin: 0;
        }

    .form-main {
        padding: 2rem 1rem;
    }

    .about-img {
        margin: 0 0 40px 0;
    }

    .post-frame {
        padding: 1rem 1rem 0;
    }

    .about-img .about-exp span {
        font-weight: 400;
        font-size: 20px;
        margin: 150px -65px;
    }

    .search-top {
        display: unset;
    }

    .search-center {
        display: unset;
    }

    .search-location-top span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .booking-form .form-group span.form-control-icon {
        top: 45px;
    }

    .search-date-top span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .search-time-top span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .search-location-center span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .search-date-center span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .search-time-center span.form-control-icon {
        width: 25px;
        height: 25px;
        line-height: 24px;
        top: 22px;
        left: 5px;
    }

    .search-bottom-btn {
        padding-right: 5px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .slider-info h3 {
        font-size: 16px;
    }

    .slider-info P {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .section-slider {
        min-height: 350px;
    }

    .section-slider-wrap {
        min-height: 300px;
    }

    .slider-img img {
        margin-bottom: -150px;
    }

    .search-main-info {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-revers-link {
        line-height: 2.5rem;
        font-weight: 500;
    }

    .section-link {
        line-height: 2.5rem;
        font-weight: 500;
    }

    .section-subtitle {
        font-size: 18px;
        margin-bottom: 1.2rem;
    }

    .post-mask .post-details {
        bottom: 2.5rem;
    }

    .post-title {
        margin-bottom: 1.8rem;
        font-size: 1.5rem;
    }

    .discount-lable {
        top: -11rem;
    }

    .section-revers-title {
        font-size: 1.4rem;
    }

    .contact-info {
        margin-right: 10px;
        margin-left: 10px;
    }

    .img-fluid {
        max-width: 90%;
    }

    .details-section-right {
        padding: 80px 20px 20px 20px !important;
    }

    .product-footer-right {
        font-size: 10px;
    }

    .product-footer-left {
        font-size: 10px;
    }

    .content-section-wrap {
        padding: 2rem 1rem 2rem 1rem;
    }
}

.btn-red {
    background-color: red !important;
    color: white !important;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 5px 2px 2px 2px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background-color: white;
    border-radius: 12px;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #4a6cf7;
}

    .checkbox-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background-color: #f0f4ff;
    }

    .checkbox-item input[type="checkbox"] {
        margin-left: 15px;
        width: 20px;
        height: 20px;
        accent-color: #4a6cf7;
        cursor: pointer;
    }

    .checkbox-item label {
        font-size: 17px;
        color: #334155;
        cursor: pointer;
        flex-grow: 1;
    }

.item-icon {
    margin-left: 12px;
    color: #4a6cf7;
    font-size: 18px;
}

.modal-footer {
    padding: 25px;
    background-color: white;
    border-top: 1px solid #e9ecef;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
}

.content {
    padding: 30px;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

/* استایل بخش آپلود - بهبود یافته برای مرکز‌چینی کامل */
.custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border: 3px dashed #4a6bff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f7f9ff;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

    .custom-file-upload:hover {
        border-color: #ff6b6b;
        background: #fff;
        transform: scale(1.05);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .custom-file-upload i {
        font-size: 70px;
        color: #4a6bff;
        margin-bottom: 20px;
        transition: all 0.3s ease;
        display: block;
        text-align: center;
        width: 100%;
    }

    .custom-file-upload:hover i {
        color: #ff6b6b;
        transform: scale(1.1);
    }

    .custom-file-upload span {
        font-size: 18px;
        font-weight: 600;
        color: #4a6bff;
        text-align: center;
        padding: 0 10px;
        display: block;
        width: 100%;
        line-height: 1.4;
    }

    .custom-file-upload:hover span {
        color: #ff6b6b;
    }

#file-input {
    display: none;
}

/* پیش نمایش عکس */
.preview-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.preview-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .preview-item.primary {
        border: 3px solid #4cd964;
        transform: scale(1.03);
    }

    .preview-item:hover {
        transform: translateY(-5px);
    }

    .preview-item.primary:hover {
        transform: scale(1.03) translateY(-5px);
    }

    .preview-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
    }

.preview-info {
    padding: 12px;
    background: #f8f9fa;
    text-align: center;
}

    .preview-info .file-name {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }

    .preview-info .file-size {
        font-size: 12px;
        color: #6c757d;
    }

.preview-actions {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.preview-item:hover .preview-actions {
    opacity: 1;
}

.set-primary-btn {
    background: #4a6bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .set-primary-btn:hover {
        background: #3a5be0;
        transform: translateY(-2px);
    }

.remove-btn {
    background: #ff6b6b;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

    .remove-btn:hover {
        background: #ff5252;
        transform: translateY(-2px);
    }

.primary-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4cd964;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.instructions {
    background: #e9f7ff;
    border-right: 4px solid #4a6bff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

    .instructions h3 {
        color: #4a6bff;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .instructions ol {
        padding-right: 20px;
        line-height: 1.8;
    }

    .instructions li {
        margin-bottom: 10px;
    }

.file-info {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    padding: 12px;
    background: #f0f5ff;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
}

.primary-info {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #e1f7e3;
    border-radius: 10px;
    border: 1px dashed #4cd964;
}

    .primary-info h3 {
        color: #4cd964;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .preview-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .header h1 {
        font-size: 20px;
    }

    .content {
        padding: 20px;
    }

    .preview-actions {
        opacity: 1; /* همیشه نمایش داده شود در موبایل */
    }

    .custom-file-upload {
        width: 180px;
        height: 180px;
    }

        .custom-file-upload i {
            font-size: 50px;
            margin-bottom: 15px;
        }

        .custom-file-upload span {
            font-size: 16px;
        }
}

#video-input {
    display: none;
}

/* پیش نمایش ویدیو */
.preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

.video-preview {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #000;
    position: relative;
    display: none;
}

    .video-preview video {
        width: 100%;
        display: block;
    }

.video-info {
    padding: 15px;
    background: #f8f9fa;
    text-align: center;
    border-radius: 0 0 12px 12px;
    width: 100%;
}

    .video-info .file-name {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .video-info .file-duration {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 10px;
    }

    .video-info .file-size {
        font-size: 14px;
        color: #6c757d;
    }

.video-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.action-btn {
    background: #ff6b6b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .action-btn:hover {
        background: #1a2a6c;
        transform: translateY(-2px);
    }

    .action-btn.remove {
        background: #dc3545;
    }

        .action-btn.remove:hover {
            background: #bd2130;
        }

.duration-warning {
    color: #dc3545;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.instructions {
    background: #e9f7ff;
    border-right: 4px solid #1a2a6c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

    .instructions h3 {
        color: #1a2a6c;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .instructions ol {
        padding-right: 20px;
        line-height: 1.8;
    }

    .instructions li {
        margin-bottom: 10px;
    }

.file-info {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    padding: 12px;
    background: #f0f5ff;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
}

.upload-btn {
    background: #1a2a6c;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .upload-btn:hover {
        background: #ff6b6b;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .upload-btn:disabled {
        background: #6c757d;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

@media (max-width: 768px) {
    .header h1 {
        font-size: 20px;
    }

    .content {
        padding: 20px;
    }

    .custom-file-upload {
        width: 180px;
        height: 180px;
    }

        .custom-file-upload i {
            font-size: 50px;
            margin-bottom: 15px;
        }

        .custom-file-upload span {
            font-size: 16px;
        }

    .video-actions {
        flex-direction: column;
        gap: 10px;
    }

    .action-btn {
        width: 100%;
        justify-content: center;
    }
}

.progress-container {
    width: 100%;
    max-width: 500px;
    height: 12px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    display: none;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #1a2a6c 0%, #ff6b6b 100%);
    border-radius: 10px;
    width: 0%;
    transition: width 0.3s ease;
}

/*Filter Modal*/
.modal-filter-modal-content {
    padding: 20px;
    font-family: 'Vazir', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.search-box {
    position: relative;
    margin-bottom: 25px;
}

    .search-box input {
        width: 100%;
        padding: 12px 45px 12px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #f8f9fa;
    }

        .search-box input:focus {
            border-color: #0c9992;
            background: white;
            box-shadow: 0 0 0 3px rgba(12, 153, 146, 0.1);
            outline: none;
        }

    .search-box i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 16px;
    }

.filter-options {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: #fdfdfd;
}

.filter-option-item {
    padding: 12px 15px;
    margin: 5px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

    .filter-option-item:hover {
        background: #f0f8ff;
        border-color: #0c9992;
        transform: translateX(5px);
    }

    .filter-option-item.selected {
        background: #e6f7f6;
        border-color: #0c9992;
        box-shadow: 0 2px 8px rgba(12, 153, 146, 0.15);
    }

.option-checkbox {
    margin-left: 10px;
}

    .option-checkbox:checked {
        background-color: #0c9992;
        border-color: #0c9992;
    }

.modal-form-check-label {
    cursor: pointer;
    font-weight: 500;
    color: #2c3e50;
    font-size: 14px;
    margin-right: 25px;
    transition: color 0.3s ease;
}

.filter-option-item:hover .form-check-label {
    color: #0c9992;
}

.modal-selected .modal-form-check-label {
    color: #0c9992;
    font-weight: 600;
}

.-no-results {
    text-align: center;
    padding: 30px;
    color: #6c757d;
    font-style: italic;
}

.no-results i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #dee2e6;
}

.modal-selected-count {
    background: #0c9992;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.modal-options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.modal-options-title {
    font-weight: 700;
    color: #2c3e50;
    font-size: 16px;
}

/* اسکرول بار زیبا */
.modal-filter-options::-webkit-scrollbar {
    width: 6px;
}

.modal-filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-filter-options::-webkit-scrollbar-thumb {
    background: #0c9992;
    border-radius: 10px;
}

    .modal-filter-options::-webkit-scrollbar-thumb:hover {
        background: #097770;
    }

/* انیمیشن برای آیتم‌ها */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-option-item {
    animation: fadeIn 0.3s ease forwards;
}

/* ریسپانسیو */
@media (max-width: 576px) {
    .modal-filter-modal-content {
        padding: 15px;
    }

    .search-box input {
        padding: 10px 40px 10px 12px;
        font-size: 13px;
    }

    .filter-option-item {
        padding: 10px 12px;
    }

    .modal-form-check-label {
        font-size: 13px;
    }
}

/*Chat*/
/* اضافه کردن به mystyle.css */
.chat-container {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.chat-messages {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    background: #f9f9f9;
}

.message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    position: relative;
}

    .message.sent {
        background: #007bff;
        color: black;
        margin-left: auto;
        text-align: left;
    }

    .message.received {
        background: #e9ecef;
        color: #333;
        margin-right: auto;
    }

.message-content {
    margin-bottom: 5px;
}

.message-time {
    font-size: 0.8em;
    opacity: 0.7;
}

.chat-input {
    display: flex;
    gap: 10px;
}

    .chat-input input {
        flex: 1;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

.send-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

    .send-btn:hover {
        background: #0056b3;
    }

.contact-methods {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.contact-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.call-btn {
    background: #28a745;
    color: white;
}

.chat-btn {
    background: #17a2b8;
    color: white;
}

.contact-btn:hover {
    opacity: 0.9;
}
/*ABOUT*/
/* Hero Section */
.hero {
    background: linear-gradient(rgba(26, 86, 219, 0.9), rgba(30, 66, 159, 0.9)), url('https://images.unsplash.com/photo-1621135802920-133df287f89c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 4rem 0;
    text-align: center;
}

    .hero h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero p {
        font-size: 1.2rem;
        max-width: 800px;
        margin: 0 auto 2rem;
    }

.about-section {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

    .section-title h2 {
        font-size: 2rem;
        color: var(--primary);
        display: inline-block;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            right: 50%;
            transform: translateX(50%);
            width: 80px;
            height: 3px;
            background-color: var(--secondary);
        }

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}

.about-text {
    flex: 1;
    min-width: 300px;
}

    .about-text h3 {
        color: var(--primary);
        margin-bottom: 1rem;
    }

.about-image {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

    .about-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Features Section */
.features {
    background-color: white;
    padding: 4rem 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background-color: var(--light);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}

/* Services Section */
.services {
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary);
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

.service-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}

/* CTA Section */
.cta {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 4rem 0;
    text-align: center;
    border-radius: 10px;
    margin: 4rem 0;
}

    .cta h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .cta p {
        max-width: 700px;
        margin: 0 auto 2rem;
        font-size: 1.1rem;
    }

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }

    nav ul {
        gap: 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-title h2 {
        font-size: 1.7rem;
    }
}


/*Contact*/
/* Ticket Form Styles in Contact Template */
.contact-info .fas {
    font-size: 1.4rem;
    width: 20px;
}

.info-box {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(112 184 245 / 5%) 100%);
    border-radius: 10px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgb(24 121 202 / 17%) 0 10px 10px -10px;
    backdrop-filter: blur(0.3rem);
}

.form-main fieldset {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
    background: #fafafa;
}

.form-main legend {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: #1879ca;
    font-size: 1.4rem;
    color: #fff;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 2px #1879ca, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
    width: auto;
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.concat-btn-lg {
    padding: 12px 30px;
    font-size: 1.6rem;
    border-radius: 10px;
}

/* Success Page Styles */
.coming-soon {
    padding: 4rem 2rem;
}

.concat-order-message {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
/* Ticket Tracking Styles */
.badge-lg {
    padding: 8px 16px;
    font-size: 1.4rem;
    border-radius: 20px;
}

.badge-success {
    background: linear-gradient(45deg, #28a745, #20c997);
}

.badge-warning {
    background: linear-gradient(45deg, #ffc107, #fd7e14);
}

.badge-secondary {
    background: linear-gradient(45deg, #6c757d, #495057);
}

.info-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .info-item:last-child {
        border-bottom: none;
    }

    .info-item strong {
        color: #333;
        min-width: 120px;
        display: inline-block;
    }

/* Ticket Status Colors */
.status-pending {
    color: #ffc107;
}

.status-in-progress {
    color: #17a2b8;
}

.status-resolved {
    color: #28a745;
}

.status-closed {
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .badge-lg {
        font-size: 1.2rem;
        padding: 6px 12px;
    }

    .info-item {
        margin-bottom: 10px;
    }
}
/* Alert Styles */
/*.alert {
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.alert-success {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
}

.alert .close {
    color: white;
    opacity: 0.8;
}

    .alert .close:hover {
        opacity: 1;
    }*/