﻿@charset "UTF-8";
/*
1. color
2. config
3. mixins
4. plugins
5. base
6. components
7. header
8. footer
9. demo
*/
/* 1. color */
/* 2. config */
/*----------------------------------------
    Variables
-----------------------------------------*/
/* 3. mixins */
/* 4. plugins */
/* -------------------------------------------
    Swiper Container


/*End Fonts*/

/*------------------------------------------------
    Banner
        - Default
        - Video Banner
        - Newsletter Banner
            - Simple
            - With Dark Background
        - Banner Divider
------------------------------------------------*/
.banner {
    position: relative;
    background-repeat: no-repeat;
    /*background-size: cover;
    background-position: center;*/
    font-size: 1rem;
    overflow: hidden;
}

    .banner figure img {
        display: block;
        width: 100%;
    }

    .banner .banner-content {
        position: relative;
        z-index: 1;
    }

        .banner .banner-content a:not(.btn) {
            color: inherit;
        }

            .banner .banner-content a:not(.btn):hover, .banner .banner-content a:not(.btn).active {
                color: #0165D5;
            }

    .banner .banner-info {
        line-height: 1.45;
        margin-bottom: 1rem;
    }

.banner-fixed > .container,
.banner-fixed > .container-fluid,
.banner-fixed > .banner-content {
    position: absolute;
    z-index: 1;
}

.banner-fixed > .container,
.banner-fixed > .container-fluid {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.banner-fixed.content-middle .banner-content {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.banner-fixed.content-center .banner-text {
    text-align: center;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.banner-fixed.content-center.content-middle .banner-content {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.banner-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-newsletter-2 .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-newsletter-2 {
    font-size: 1rem;
}

    .banner-newsletter-2 .banner-content {
        padding: 0 1.5rem;
        max-width: 49.8rem;
        min-width: 30rem;
    }

    .banner-newsletter-2 .banner-title {
        font-size: 3em;
        margin-bottom: 0.5rem;
    }

    .banner-newsletter-2 p {
        font-size: 1.3em;
        margin-bottom: 3.5rem;
    }

    .banner-newsletter-2 .form-control {
        font-size: 1.4em;
        border: 0;
        border-bottom: 2px solid #88817b;
        max-width: 37.7rem;
        margin: 0 auto 2rem auto;
        text-align: center;
    }

    .banner-newsletter-2 img {
        min-height: 33rem;
    }

    .banner-newsletter-2 .btn {
        height: 4.8rem;
    }

    .banner-newsletter-2 .input-wrapper {
        max-width: 38rem;
        width: 100%;
    }

.banner-newsletter-4 {
    background-color: #eeeeee;
}

    .banner-newsletter-4 .banner-content {
        margin: 1rem;
        padding: 3.5rem 2rem 1rem;
    }

    .banner-newsletter-4 input {
        border: 2px solid #cccccc;
    }

.banner-newsletter-5 {
    background-color: #cccccc;
    padding: 4rem;
}

    .banner-newsletter-5 .banner-content {
        max-width: 56rem;
        padding: 1.5rem 1.5rem 2rem;
        margin-right: auto;
        margin-left: auto;
    }

    .banner-newsletter-5 .banner-title {
        margin-bottom: 0.5rem;
    }

    .banner-newsletter-5 p {
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.8;
        max-width: 49rem;
        margin-bottom: 2.5rem;
    }

    .banner-newsletter-5 input.form-control {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: transparent;
    }

.banner-border-gradient::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69%;
    padding-top: 30%;
    background: linear-gradient(-30deg, #999999 0%, #999999 50%, transparent 50.1%);
}

.banner-divider {
    width: 4rem;
    height: 0.4rem;
    border: 0;
    margin-right: 0;
    margin-bottom: 1.2rem;
}

.banner-video .btn-play-video {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .banner-video .btn-play-video:hover {
        background-color: #333;
    }

        .banner-video .btn-play-video:hover::before {
            color: #fff;
        }

    .banner-video .btn-play-video::before {
        content: "";
        position: absolute;
        margin-right: 0.2rem;
        font-family: "Font Awesome 5 Free";
        font-size: 2.8rem;
        font-weight: 600;
        color: #333;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        z-index: 1;
    }

.banner-video video {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-video.playing .btn-play-video, .banner-video.paused .btn-play-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
}

.banner-video.playing:hover .btn-play-video, .banner-video.paused:hover .btn-play-video {
    visibility: visible;
    opacity: 1;
}

.banner-video.playing video, .banner-video.paused video {
    display: block;
}

.banner-video.playing .btn-play-video::before {
    content: "";
}

@media (max-width: 1199px) {
    .widget-banner .banner-title {
        margin-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    .banner-newsletter-2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 479px) {
    .banner-newsletter-4 .input-wrapper,
    .banner-newsletter-5 .input-wrapper {
        display: block;
        text-align: center;
        height: auto;
    }

        .banner-newsletter-4 .input-wrapper .btn,
        .banner-newsletter-5 .input-wrapper .btn {
            margin: 2rem;
        }

    .banner-newsletter-4 .input-wrapper-round .form-control,
    .banner-newsletter-4 .input-wrapper-round .btn {
        border-radius: 3rem;
    }
}

/*------------------------------------
    Blog
        - Default
        - List
        - Mask
        - Widget
------------------------------------*/
.post {
    font-size: 1rem;
}

    .post .btn {
        font-weight: 700;
        text-transform: capitalize;
    }

        .post .btn i {
            font-size: 1.8rem;
            margin-right: 8px;
        }

            .post .btn i::before {
                margin: 0;
            }

    .post .post-details > *:last-child {
        margin-bottom: 0;
    }

.post-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 4.1rem;
    height: 4.2rem;
    background: #fff;
    color: #333;
    font-weight: 600;
    line-height: 1;
    z-index: 3;
    border-radius: 0.3rem;
}

    .post-calendar .post-day {
        display: block;
        margin-bottom: 0.1rem;
        font-size: 1.4rem;
    }

    .post-calendar .post-month {
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
    }

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

    .post-media img {
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .post-media .post-calendar {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }

.post-details {
    padding: 1.5rem 0 2.5rem;
}

.post-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}

    .post-title:hover {
        color: #2c4beb;
    }

    .post-title a {
        color: inherit;
    }

.post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem;
}

.post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: yekan;
    line-height: 1.7;
    margin-bottom: 0.1rem;
}

    .post-meta a {
        font-weight: 600;
        font-size: 1.4rem;
        color: #333;
        white-space: nowrap;
    }

        .post-meta a:hover {
            color: #2c4beb;
        }

            .post-meta a:hover span {
                color: inherit;
            }

    .post-meta .post-author {
        margin: 0 0.4rem;
    }

    .post-meta .post-date {
        margin: 0 0.4rem 0 2rem;
        font-weight: 400;
    }

    .post-meta .post-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        font-weight: 400;
    }

        .post-meta .post-comment i {
            font-size: 1.8rem;
        }

        .post-meta .post-comment span {
            margin: 0 0.8rem 0 0.4rem;
            font-weight: 600;
            color: #333;
            -webkit-transition: inherit;
            transition: inherit;
        }

.post-cats {
    margin-bottom: 0.6rem;
    color: #fff;
}

    .post-cats a {
        color: inherit;
        font-size: 1.4rem;
    }

        .post-cats a:not(:first-child) {
            margin-right: 0.3rem;
        }

.post-date {
    font-weight: 400;
}

.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .post-list .post-media {
        max-width: 43.1%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43.1%;
        flex: 0 0 43.1%;
        margin-left: 2rem;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .post-list img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .post-list .post-details {
        padding: 2.3rem 0 2.4rem;
    }

@media (min-width: 768px) {
    .post-list .post-title {
        white-space: normal;
    }
}

.post-grid .post-details {
    padding-top: 1.6rem;
}

.post-mask {
    position: relative;
}

    .post-mask::before {
        content: "";
        display: block;
        height: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.75;
        background: -webkit-gradient(linear, right top, right bottom, from(rgba(125, 185, 232, 0)), to(#000));
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
        z-index: 1;
    }

    .post-mask .post-details {
        position: absolute;
        bottom: 2.5rem;
        right: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: 0 3rem;
        z-index: 2;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .post-mask .post-details-visible {
        position: absolute;
        bottom: 100%;
        right: 3rem;
        left: 3rem;
    }

    .post-mask .post-title {
        letter-spacing: 0;
    }

    .post-mask .post-meta {
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .post-mask .post-meta i {
            margin-left: 0.8rem;
        }

    .post-mask a {
        position: relative;
        color: inherit;
    }

        .post-mask a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .post-mask .post-comment {
        padding-right: 2.8rem;
    }

        .post-mask .post-comment::before {
            content: "";
            font-family: "wolmart";
            position: absolute;
            font-size: 1.8rem;
            right: 0;
        }

    .post-mask:hover .post-details {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .post-mask:hover .post-meta {
        opacity: 1;
    }

.post-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .post-widget .post-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.6%;
        flex: 0 0 28.6%;
        max-width: 28.6%;
    }

    .post-widget .post-details {
        margin-right: 1.6rem;
        padding: 0;
    }

    .post-widget .post-meta {
        margin-bottom: 0.5rem;
    }

    .post-widget .post-date {
        margin: 0;
        font-size: 1.3rem;
        color: #666;
    }

    .post-widget .post-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0.1rem;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.45;
        white-space: normal;
    }

.post-md .post-details {
    padding-top: 1.8rem;
}

.post-md .post-content p {
    -webkit-line-clamp: 3;
}

@media (min-width: 576px) {
    .post-list .post-details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 991px) {
    .post-lg.text-center .post-details,
    .post-md.text-center .post-details {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .post-details {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .post-list {
        display: block;
    }

        .post-list .post-media {
            margin-left: 0;
            max-width: none;
        }
}
/*------------------------------------
    Category
        - Base
            - Default
            - Group Category
                - Image
                - Icon
            - Category Banner
-------------------------------------*/
.category {
    position: relative;
    font-size: 1rem;
    color: #666;
}

    .category a {
        color: inherit;
    }

        .category a:hover {
            color: #2c4beb;
        }

    .category img {
        display: block;
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .category .category-name {
        margin-bottom: 0;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: -0.025em;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .category .category-count {
        font-size: 1.4rem;
    }

    .category p {
        text-align: start;
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        color: #666;
    }

.category-content .category-list {
    color: #666666;
    text-align: start;
    font-size: 1.3em;
}

    .category-content .category-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        line-height: 1.9;
    }

        .category-content .category-list li::before {
            content: "";
            color: inherit;
            font-family: "wolmart";
            font-size: 1.3rem;
            margin-left: 0.3rem;
            margin-right: -0.3rem;
            -webkit-transition: color 0.4s;
            transition: color 0.4s;
        }

        .category-content .category-list li:hover::before {
            color: #2c4beb;
            -webkit-animation: navItemArrow 0.6s linear infinite;
            animation: navItemArrow 0.6s linear infinite;
        }

.category-absolute .category-content {
    position: absolute;
    cursor: pointer;
}

.category-default .category-content {
    padding-bottom: 0.2rem;
    -webkit-transition: padding-bottom 0.3s;
    transition: padding-bottom 0.3s;
}

.category-default .btn {
    position: absolute;
    margin-top: -2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin-top 0.3s, opacity 0.3s, visibility 0.3s;
    transition: margin-top 0.3s, opacity 0.3s, visibility 0.3s;
}

.category-default:hover .category-content {
    padding-bottom: 3.2rem;
}

.category-default:hover .btn {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
}

.category-default1 .category-content {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(38, 38, 38, 0.8);
    height: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

    .category-default1 .category-content .category-name {
        padding-bottom: 0;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.035em;
        -webkit-transition: padding-bottom 0.3s;
        transition: padding-bottom 0.3s;
    }

    .category-default1 .category-content .category-count {
        position: absolute;
        font-size: 1.2rem;
        line-height: 1.3;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

.category-default1:hover .category-name {
    padding-bottom: 1.7rem;
}

.category-default1:hover .category-count {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
    visibility: visible;
}

.category-group-image,
.category-group-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
}

    .category-group-image > *,
    .category-group-icon > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .category-group-image .category-content ul,
    .category-group-icon .category-content ul {
        padding-right: 0;
    }

.category-group-image {
    padding: 1rem;
    font-size: 1rem;
    height: 100%;
}

    .category-group-image .category-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: start;
        padding: 1.1rem 3rem 0.8rem 0;
    }

        .category-group-image .category-content ul {
            margin: 0;
        }

    .category-group-image .category-name {
        font-size: 1.6em;
        font-weight: 400;
        text-transform: none;
        margin-bottom: 1.1rem;
        line-height: 1.4;
        text-align: start;
        letter-spacing: 0;
    }

    .category-group-image a {
        white-space: nowrap;
    }

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #fff;
    -webkit-transition: border-width 0.1s, -webkit-box-shadow 0.1s;
    transition: border-width 0.1s, -webkit-box-shadow 0.1s;
    transition: box-shadow 0.1s, border-width 0.1s;
    transition: box-shadow 0.1s, border-width 0.1s, -webkit-box-shadow 0.1s;
}

.category-ellipse .category-content {
    margin-top: 1.7rem;
}

.category-ellipse .category-name:hover {
    color: #2c4beb;
}

.category-ellipse:hover .category-media {
    border-width: 8px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.category-classic {
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

    .category-classic .category-content {
        right: 0;
        left: 0;
        bottom: 1.5rem;
        overflow: hidden;
        text-align: center;
    }

    .category-classic .category-name {
        font-size: 1.4rem;
        line-height: 1.45;
        text-transform: capitalize;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .category-classic .btn {
        position: absolute;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        top: 100%;
        -webkit-transition: top 0.3s, -webkit-transform 0.3s;
        transition: top 0.3s, -webkit-transform 0.3s;
        transition: top 0.3s, transform 0.3s;
        transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

    .category-classic:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

        .category-classic:hover .category-name {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .category-classic:hover .btn {
            top: 50%;
            -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
        }

.category-icon .category-media {
    padding: 2.4rem 0.5rem;
    border: 1px solid #eee;
    width: 130px;
    height: 130px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5rem;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
}

.category-icon .category-name {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 0;
}

.category-icon:hover .category-media {
    border-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.category-icon:hover .category-name {
    color: #2c4beb;
}

.category-banner .category-content {
    right: 0;
    bottom: 2rem;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 5rem 0 0 5rem;
    padding: 1.3rem 3rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.category-banner .category-name {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.035em;
}

.category-banner:hover .category-content {
    background-color: rgba(66, 164, 232, 0.8);
}

.category-center .category-content {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.category-center .btn {
    visibility: hidden;
    opacity: 0;
    line-height: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, line-height 0.3s;
    transition: visibility 0.3s, opacity 0.3s, line-height 0.3s;
}

.category-center:hover .btn {
    visibility: visible;
    opacity: 1;
    line-height: 1;
}

.category-lg .category-name {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    white-space: nowrap;
}

.category-lg .category-count {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.category-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .category-image a {
        display: block;
        width: 100%;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .category-image .category-media {
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
    }

        .category-image .category-media img {
            display: block;
        }

    .category-image p {
        font-size: 1.3rem;
        line-height: 1;
        color: inherit;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .category-image.media-circle .category-media {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
    }

    .category-image.text-center p {
        text-align: center;
    }

    .category-image:hover {
        cursor: pointer;
    }

        .category-image:hover a {
            color: #2c4beb;
        }

@media (max-width: 767px) {
    .category-group-image .category-content {
        padding-right: 1.5rem;
    }
}


/*------------------------
    Form
        - Form Control
        - Input Wrapper
-------------------------*/
.form .form-control {
    margin-bottom: 2rem;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: black !important;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.7rem;
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    font-size: 1.4rem;
    font-family: yekan;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

    .form-control::-webkit-input-placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control::-moz-placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control:-ms-input-placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control::-ms-input-placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control::placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control::-webkit-input-placeholder {
        color: inherit;
    }

    .form-control::-moz-placeholder {
        color: inherit;
    }

    .form-control.form-solid {
        background-color: #fff;
        border: 0;
        color: #8d8d8d;
    }

    .form-control.form-control-md {
        font-size: 1.3rem;
        min-height: 4.4rem;
    }

    .form-control.form-control-sm {
        font-size: 1.2rem;
        min-height: 4rem;
    }

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}

.select-box,
.select-menu {
    position: relative;
}

    .select-box select,
    .select-menu select {
        position: relative;
        max-width: 14.6rem;
        min-height: auto;
        width: 100%;
        height: 100%;
        padding-right: 9px;
        padding-left: 27px;
        border: 1px solid #e3e3e3;
        color: inherit;
        background-color: transparent;
        font-size: 1.2rem;
        font-family: inherit;
        letter-spacing: inherit;
        z-index: 1;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

        .select-box select:focus,
        .select-menu select:focus {
            outline: none;
        }

    .select-box::before,
    .select-menu::before {
        content: "";
        font-family: "Wolmart";
        font-size: 9px;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        left: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .select-box option {
        font-size: 1.2rem;
    }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor;
    }
}

.input-wrapper input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    font-size: 1.4rem;
    font-family: yekan;
    border-width: 1px 1px 1px 0;
}

.input-wrapper-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%;
}

    .input-wrapper-inline .btn {
        line-height: 1;
    }

.input-wrapper-rounded .form-control {
    border-radius: 0.4rem;
}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 3rem;
}

.input-wrapper-round .btn {
    border-radius: 3rem;
    line-height: 1;
}

.input-wrapper-round .form-control {
    border-radius: 0 3rem 3rem 0;
}

.input-wrapper-round .btn {
    border-radius: 3rem 0 0 3rem;
}

.input-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 4.4rem;
    position: relative;
    width: 100%;
}

    .input-group .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.3rem;
        padding: 0 1.8rem 0 1.4rem;
        height: inherit;
        min-height: auto;
        max-width: 100%;
        -webkit-appearance: textfield;
        border: solid #ccc;
        border-width: 1px;
        color: #666;
    }

        .input-group .form-control:hover::-webkit-outer-spin-button, .input-group .form-control:hover::-webkit-inner-spin-button, .input-group .form-control:focus::-webkit-outer-spin-button, .input-group .form-control:focus::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    .input-group button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1.5rem;
        padding: 0;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        background-color: #eee;
        color: #666;
        font-size: 1.4rem;
        border: none;
    }

        .input-group button + button {
            margin-left: 3.3rem;
        }

        .input-group button:hover {
            cursor: pointer;
        }

.custom-radio {
    position: relative;
}

    .custom-radio .custom-control-input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .custom-radio .custom-control-label {
        padding-right: 3rem;
    }

        .custom-radio .custom-control-label::after {
            content: "";
            position: absolute;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid;
            border-radius: 2px;
            color: #999;
            font-family: "Font Awesome 5 Free";
            font-size: 1rem;
            font-weight: 900;
            width: 1.8rem;
            height: 1.8rem;
            cursor: pointer;
            -webkit-transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
            transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
        }

        .custom-radio .custom-control-label.round::after {
            border-radius: 50%;
        }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        content: "";
        background-color: #2c4beb;
        color: #fff;
        border: 2px solid #2c4beb;
        padding-right: 2px;
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label.color-dark::after {
        background-color: #333;
        border-color: #333;
    }

.custom-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
}

    .custom-checkbox + label {
        display: inline-block;
        position: relative;
        padding-right: 2.5rem;
        cursor: pointer;
    }

        .custom-checkbox + label::before {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            width: 18px;
            height: 18px;
            line-height: 15px;
            border: 1px solid #ccc;
            border-radius: 2px;
        }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label::before {
        line-height: 14px;
    }
}

.custom-checkbox:checked + label::before, .custom-checkbox.checked + label::before {
    content: "";
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center;
}

.btn-absolute input.form-control {
    width: 100%;
    padding-right: 2rem;
    color: #999;
    font-size: 1.4rem;
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.4rem;
    left: 0;
    font-size: 1.3rem;
}

    .btn-absolute .btn:hover {
        color: #2c4beb;
    }

/* -----------------------------------
    Custom Icons
        - User Icon
        - Minicart Icon
        - Menu Icon
-------------------------------------*/
.user-icon {
    display: block;
    padding-bottom: 2px;
}

    .user-icon::before, .user-icon::after {
        content: "";
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .user-icon::before {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-bottom: 1px;
        border: 1px solid #333;
        -webkit-box-shadow: 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 2px #333;
        box-shadow: 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 2px #333;
    }

    .user-icon::after {
        width: 22px;
        height: 12px;
        border-radius: 7px 7px 0 0;
        border: 1px solid #333;
        -webkit-box-shadow: 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333;
        box-shadow: 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333;
    }

.minicart-icon {
    position: relative;
    height: 2.167em;
    text-align: center;
}

    .minicart-icon::before, .minicart-icon::after {
        border: solid 2px;
        border-color: #333333;
    }

    .minicart-icon::before {
        content: "";
        display: block;
        position: absolute;
        top: -0.3em;
        right: 50%;
        -webkit-transform: translateX(50%) scale(0.7);
        transform: translateX(50%) scale(0.7);
        width: 1.32em;
        height: 1.2em;
        border-radius: 10px 10px 0 0;
        border-bottom: none;
    }

    .minicart-icon::after {
        content: "";
        display: inline-block;
        width: 29px;
        height: 24px;
        background-color: transparent;
        border-radius: 0 0 5px 5px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: 1px;
    }

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem;
}

    .menu-icon::before, .menu-icon::after {
        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;
    }

.icon-angle-left::before {
    content: "";
}

.icon-angle-right::before {
    content: "";
}

.icon-angle-left,
.icon-angle-right {
    font-family: "wolmart";
    font-style: normal;
}

.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

    .close-icon::before, .close-icon::after {
        display: block;
        position: absolute;
        background-color: #ccc;
        content: "";
    }

    .close-icon::before {
        height: 2px;
        width: 100%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .close-icon::after {
        height: 100%;
        width: 2px;
        top: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

/* ---------------------------------------
    Icon Box
--------------------------------------- */
.icon-box .icon-box-title {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -0.025em;
    margin-bottom: 0.4rem;
}

.icon-box p {
    font-size: 1.3rem;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666;
}

.icon-box .icon-box-content {
    text-align: center;
}

.icon-box.text-center .icon-box-icon {
    margin-bottom: 1.6rem;
}

    .icon-box.text-center .icon-box-icon.icon-bag {
        margin-bottom: 1.8rem;
    }

    .icon-box.text-center .icon-box-icon.icon-money {
        margin: 0.1rem 0 2.2rem;
    }

    .icon-box.text-center .icon-box-icon.icon-chat {
        margin-bottom: 1.2rem;
    }

.icon-box.icon-box-lg .icon-box-title {
    font-size: 1.8rem;
}

.icon-box.icon-colored-circle .icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #2c4beb;
    color: #fff;
    margin-bottom: 2rem;
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 1.4rem;
}

.icon-box-primary .icon-box-icon i {
    color: #2c4beb;
}

.icon-box-secondary .icon-box-icon i {
    color: #ffb639;
}

.icon-box-white .icon-box-icon svg {
    fill: #fff;
}

.icon-box-white .icon-box-icon i {
    color: #fff;
}

.icon-box-light .icon-box-icon svg {
    fill: #999;
}

.icon-box-icon i {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1;
}

    .icon-box-icon i.w-icon-truck {
        font-size: 3.9rem;
    }

    .icon-box-icon i.w-icon-bag {
        font-size: 3.7rem;
    }

    .icon-box-icon i.w-icon-money {
        font-size: 3.2rem;
    }

    .icon-box-icon i.w-icon-chat {
        font-size: 4.4rem;
    }

.icon-box-lg .icon-box-icon i {
    font-size: 6rem;
}

.icon-box.icon-box-secondary .icon-box-icon i {
    font-size: 3rem;
}

.icon-box-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .icon-box-side .icon-box-content {
        text-align: start;
    }

        .icon-box-side .icon-box-content p {
            line-height: 1;
        }

    .icon-box-side .icon-box-icon {
        margin-left: 1.5rem;
        margin-bottom: 0;
    }

    .icon-box-side i {
        display: inline-block;
        vertical-align: middle;
    }

.icon-border-circle .icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.circle-icon-section {
    margin: 0.7rem 0 5.7rem;
    padding: 5.7rem 0 3.2rem;
    background-color: #f8f8f8;
}

    .circle-icon-section .iconbox-wrap {
        margin-bottom: 4.9rem;
    }

.icon-box.icon-border-box {
    border: 1px solid #eeeeee;
    padding: 4rem 1rem 3.4rem;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    border-radius: 0.5rem;
}

    .icon-box.icon-border-box .icon-box-icon {
        margin-bottom: 2.5rem;
    }

    .icon-box.icon-border-box .icon-box-title {
        margin-bottom: 0.7rem;
    }

    .icon-box.icon-border-box p {
        margin-bottom: 1.6rem;
        line-height: 1.9;
    }

    .icon-box.icon-border-box a {
        color: #2c4beb;
        font-weight: 600;
        font-size: 1.4rem;
    }

        .icon-box.icon-border-box a i {
            font-size: 1.6rem;
            vertical-align: middle;
            line-height: 0;
        }

    .icon-box.icon-border-box:hover {
        -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    }

.iconbox-boxed-section .row {
    margin: 0 -3rem;
}

    .iconbox-boxed-section .row > * {
        padding: 0 3rem;
    }

.iconbox-boxed-section .shadow-swiper {
    overflow-y: auto;
    padding: 4rem;
    margin: -4rem;
}

@media (max-width: 1320px) {
    .iconbox-boxed-section .shadow-swiper {
        padding: 4rem 2rem;
        margin: -4rem -2rem;
    }
}

@media (min-width: 768px) {
    .icon-box-side.icon-box-money {
        margin-top: 0.2rem;
    }

    .icon-box-side.icon-box-chat {
        margin-top: -0.3rem;
    }
}

@media (max-width: 767px) {
    .icon-box-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .icon-box-side .icon-box-icon {
            margin-left: 0;
            margin-bottom: 1rem;
        }

        .icon-box-side .icon-box-content {
            text-align: center;
        }

        .icon-box-side.icon-box-money {
            margin-top: 0.6rem;
        }

        .icon-box-side.icon-box-chat .icon-box-icon {
            margin-bottom: 0.4rem;
        }
}
/*----------------------------
    Overlay
-----------------------------*/
.overlay-dark figure, .overlay-dark .banner,
.overlay-light figure,
.overlay-light .banner {
    position: relative;
}

    .overlay-dark figure::after,
    .overlay-dark figure > a::after, .overlay-dark.banner::after,
    .overlay-light figure::after,
    .overlay-light figure > a::after,
    .overlay-light.banner::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: #333;
        opacity: 0;
        -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background 0.3s, transform 0.3s;
        transition: opacity 0.3s, background 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

    .overlay-dark:hover figure::after, .overlay-dark:hover figure > a::after, .overlay-dark.banner:hover::after,
    .overlay-light:hover figure::after,
    .overlay-light:hover figure > a::after,
    .overlay-light.banner:hover::after {
        opacity: 0.1;
    }

.overlay-dark.banner-fixed::after, .overlay-dark.post > figure::after,
.overlay-light.banner-fixed::after,
.overlay-light.post > figure::after {
    content: none;
}

.overlay-dark.post > figure > a::after,
.overlay-light.post > figure > a::after {
    z-index: 1;
}

.overlay-light figure::after,
.banner.overlay-light::after {
    background: #ccc;
}

.overlay-zoom {
    overflow: hidden;
}

    .overlay-zoom img {
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
    }

    .overlay-zoom:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

.overlay-rotate {
    overflow: hidden;
}

    .overlay-rotate img {
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
    }

    .overlay-rotate:hover {
        -webkit-transform: rotateZ(-3deg) scale(1.08);
        transform: rotateZ(-3deg) scale(1.08);
    }










/*-------------------------------------------
    Products
        - Default
        - Simple
        - Slide Up
        - Image Gap
        - Widget
        - List
--------------------------------------------*/
.product {
    position: relative;
    font-family: yekan;
    font-size: 1rem;
    color: #020101;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, opacity 0.3s;
    transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}

    .product:hover .product-action,
    .product:hover .product-action-vertical,
    .product:hover .product-action-horizontal {
        visibility: visible;
        opacity: 1;
    }

    .product:hover .product-action-horizontal {
        bottom: 1.5rem;
    }

    .product .product-price {
        display: flex;
        flex-direction: column;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.product-media {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #eee;
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}

    .product-media img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

        .product-media img:last-child {
            position: absolute;
            opacity: 0;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .product-media img:first-child {
            position: relative;
            opacity: 1;
        }

    .product-media:hover img:last-child {
        opacity: 1;
    }

.product-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    right: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    letter-spacing: -0.005em;
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}

    .product-label.label-new {
        background: #2c4beb;
        padding: 0.6rem 1rem;
    }

    .product-label.label-discount {
        background: #ffb639;
    }

    .product-label.label-hot {
        background: #799b5a;
    }

.product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
}

    .product-sales-wrapper .progress-bar {
        height: 1rem;
        background: #eee;
        margin-bottom: 0.7rem;
    }

    .product-sales-wrapper .product-sales-count {
        color: #666;
        font-size: 1.3rem;
    }

        .product-sales-wrapper .product-sales-count mark {
            background-color: transparent;
            color: inherit;
        }

.btn-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.14em 0;
    line-height: 1.2;
    background-color: #2c4beb;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .btn-product:hover, .btn-product:active {
        color: #fff;
    }

    .btn-product.btn-link {
        display: inline-block;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.6;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        background-color: transparent;
        padding: 0;
    }

        .btn-product.btn-link::after {
            margin-top: 0;
        }

    .btn-product.btn-sm {
        padding: 0.693em 0;
    }

.btn-wishlist {
    line-height: 1;
}

    .btn-wishlist i::before {
        margin: 0;
    }

.btn-cart {
    font-weight: 600;
}

    .btn-cart.btn-link {
        color: #2c4beb;
    }

        .btn-cart.btn-link:hover, .btn-cart.btn-link:active {
            color: #2c4beb;
        }

    .btn-cart:not(.btn-product-icon) i.w-icon-cart {
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }

.btn-product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 3.5rem;
    overflow: hidden;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .btn-product-icon:hover, .btn-product-icon:active {
        border-color: #2c4beb;
        color: #fff;
        background-color: #2c4beb;
    }

    .btn-product-icon.btn-cart, .btn-product-icon.btn-quickview {
        font-size: 1.6em;
    }

    .btn-product-icon.btn-compare {
        font-size: 2em;
    }

.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}

.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}

.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}

    .btn-product-icon.loading::before {
        opacity: 0.4;
    }

.product-action {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product-action-vertical {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product-action-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.08);
    box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.08);
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    width: 166px;
    max-width: 80%;
    border-radius: 3px;
    padding: 5px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}

    .product-action-horizontal .btn-product-icon {
        margin-bottom: 0;
        border: none;
        color: #333;
    }

        .product-action-horizontal .btn-product-icon.btn-wishlist {
            font-size: 1.7em;
        }

        .product-action-horizontal .btn-product-icon.btn-compare {
            font-size: 1.9em;
        }

        .product-action-horizontal .btn-product-icon:hover, .product-action-horizontal .btn-product-icon:active, .product-action-horizontal .btn-product-icon:focus,
        .product-hidden-details .btn-product-icon:hover,
        .product-hidden-details .btn-product-icon:active,
        .product-hidden-details .btn-product-icon:focus,
        .product-list .product-details .btn-product-icon:hover,
        .product-list .product-details .btn-product-icon:active,
        .product-list .product-details .btn-product-icon:focus {
            background-color: transparent;
            color: #2c4beb;
        }

.product-details {
    position: relative;
    padding-top: 1.7rem;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

    .product-details > .btn-wishlist {
        position: absolute;
        top: 1.7rem;
        left: 0;
        color: #999999;
        font-size: 1.8em;
        z-index: 1;
    }

        .product-details > .btn-wishlist.loading {
            left: 1.8rem;
        }

            .product-details > .btn-wishlist.loading::after {
                right: 0.9rem;
                top: 0.9rem;
            }

        .product-details > .btn-wishlist:hover {
            color: #2c4beb;
        }

            .product-details > .btn-wishlist:hover i {
                -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
            }


.product-status {
    font-size: 1.4rem;
}

    .product-rate {
        font-size: 1.5rem;
    }

.product-rate i {
    color: #ff9933;
}


.product-hidden-details .product-action {
    position: relative;
    visibility: hidden;
    opacity: 0;
}

    .product-hidden-details .product-action .btn-wishlist {
        position: static;
    }

.product-hidden-details .btn-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 9.5rem;
    max-width: 12.3rem;
    height: 3.5rem;
    padding: 0.92em 0;
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1;
    background-color: #454545;
    border-radius: 0.3rem;
}

    .product-hidden-details .btn-cart:hover {
        background-color: #2c4beb;
        border-color: #2c4beb;
    }

    .product-hidden-details .btn-cart i {
        margin: 0;
        display: none;
    }

.product-hidden-details .btn-product-icon {
    visibility: hidden;
    opacity: 0;
}

.product-hidden-details .btn-product-icon, .product-list .product-details .btn-product-icon {
    width: 3rem;
    height: 3.5rem;
    margin: 0 1rem 0 0;
    border: none;
    color: #333;
    text-align: center;
}

    .product-hidden-details .btn-product-icon.btn-compare, .product-list .product-details .btn-product-icon.btn-compare {
        margin-right: 0.8rem;
    }

.product-hidden-details .btn-wishlist, .product-list .btn-wishlist {
    font-size: 1.8rem;
}

.product-hidden-details .btn-compare, .product-list .btn-compare {
    font-size: 2rem;
}

.product-name {
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-name a {
        color: inherit;
    }

        .product-name a:hover {
            color: #2c4beb;
        }

.product-cat {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #999;
    line-height: 1;
    text-transform: uppercase;
}

    .product-cat a {
        display: inline-block;
        color: inherit;
    }

        .product-cat a:hover {
            color: #2c4beb;
        }

.product-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product-variations > a {
        border: 1px solid #ccc;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 0.3rem;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

        .product-variations > a:not(:last-child) {
            margin-left: 0.8rem;
        }

        .product-variations > a:not(.color).active,
        .product-variations > a:not(.color):hover {
            border: 1px solid #2c4beb;
        }

.ratings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}

.ratings-full,
.ratings {
    position: relative;
    font-family: "wolmart";
    letter-spacing: 0.2em;
}

.ratings-full {
    cursor: pointer;
    margin-left: 0.5rem;
}

    .ratings-full::before {
        content: "" "" "" "" "";
        color: rgba(0, 0, 0, 0.16);
        white-space: nowrap;
    }

    .ratings-full:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ratings {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .ratings::before {
        content: "" "" "" "" "";
        color: #ffb639;
    }

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}

    .rating-reviews:hover {
        color: #2c4beb;
    }

.product-price {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.6;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
}

    .product-price .old-price {
        font-weight: 400;
        color: #aaa;
        font-size: 1.3rem;
    }

    .product-price .new-price {
        color: #333;
        text-decoration: none;
    }

        .product-price .new-price:not(:last-child) {
            margin-left: 1rem;
        }

    .product-price:not(:last-child) {
        margin-bottom: 0.9rem;
    }

.sold-by {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #666;
}

    .sold-by a {
        color: #2c4beb;
    }

.product-wrap {
    margin-bottom: 2rem;
   
}

.product-simple:hover .product-price {
    visibility: hidden;
    opacity: 0;
}

.product-slideup-content {
    overflow: hidden;
}

    .product-slideup-content .product-hidden-details {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding-top: 1.5rem;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        background-color: #fff;
    }

    .product-slideup-content .product-details {
        background-color: #fff;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .product-slideup-content .btn-wishlist {
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

    .product-slideup-content .btn-compare {
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
    }

    .product-slideup-content:hover .product-details,
    .product-slideup-content:hover .product-hidden-details {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .product-slideup-content:hover .btn-product-icon {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #eee;
    background-color: #fff;
}

    .product-image-gap .product-details {
        padding: 1.8rem 1rem 1rem;
    }

    .product-image-gap.product-classic .product-action {
        right: 0;
        bottom: 0;
    }

    .product-image-gap:hover {
        -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    }

.product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-widget .product-name {
        font-size: 1.3rem;
        white-space: normal;
        line-height: 1.45;
        margin-bottom: 0.6rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.product-widget {
    padding: 1rem 0;
}

    .product-widget .product-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11rem;
        flex: 0 0 11rem;
        margin: 0 0 0 1rem;
        max-width: 11rem;
        padding: 0 0 0 1rem;
    }

    .product-widget .product-details {
        padding: 0 0 0 1rem;
    }

    .product-widget .product-name {
        margin-bottom: 0.7rem;
        color: #666;
    }

    .product-widget .product-price {
        font-size: 1.5rem;
    }

.sidebar .product-widget {
    padding: 1rem 0;
}

    .sidebar .product-widget .product-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.73%;
        flex: 0 0 35.73%;
        max-width: 35.73%;
        min-width: 33.33%;
        margin-left: 1rem;
        padding: 0;
    }

    .sidebar .product-widget .product-name {
        margin-bottom: 0.6rem;
        color: #333;
    }

    .sidebar .product-widget .ratings-container {
        margin-bottom: 0.5rem;
    }

.product.text-center .ratings-container {
    text-align: start;
}

.product.text-center .ratings-container,
.product.text-center .product-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product .product-pa-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .product .product-pa-wrapper .product-price {
        margin-bottom: 0;
    }

    .product .product-pa-wrapper .product-action {
        bottom: -1rem;
    }

    .product .product-pa-wrapper .load-more-overlay.loading::after {
        top: 0;
    }

.product:hover .product-pa-wrapper .product-action {
    bottom: 0;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2rem;
}

    .product-list .product-media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26rem;
        flex: 0 0 26rem;
        max-width: 26rem;
        margin-left: 2rem;
        
    }

    .product-list .product-details {
        padding: 0;
    }

    .product-list .product-name {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .product-list .ratings-container {
        margin-bottom: 0.9rem;
    }

    .product-list .product-price {
        margin-bottom: 0.6rem;
        font-size: 1.8rem;
    }

    .product-list .product-action {
        position: relative;
        visibility: visible;
        opacity: 1;
    }

    .product-list .product-desc {
        margin-bottom: 3.9rem;
        font-size: 1.3rem;
        color: #666;
        line-height: 1.9;
    }

        .product-list .product-desc li {
            position: relative;
            padding-right: 2rem;
            line-height: 1.86;
        }

            .product-list .product-desc li::before {
                position: absolute;
                display: block;
                right: 0;
                top: 1px;
                content: "";
                font-family: "wolmart";
                font-weight: 700;
            }

    .product-list .btn-product {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        padding: 0.86em 0.5em;
        max-width: 17.6rem;
        background-color: transparent;
        border: 2px solid #ccc;
        color: #333;
        font-size: 1.4rem;
        border-radius: 0.3rem;
        -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
        transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    }

        .product-list .btn-product:hover {
            background-color: #2c4beb;
            border-color: #2c4beb;
            color: #fff;
        }

        .product-list .btn-product i.w-icon-cart {
            margin: 0 0 0 0.8rem;
            font-size: 1.7rem;
        }

.product-absolute::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.product-absolute .product-name {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 1rem;
    white-space: normal;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin-top: 1rem;
    -webkit-transition: margin-top 0.3s, opacity 0.3s;
    transition: margin-top 0.3s, opacity 0.3s;
    opacity: 0;
    z-index: 1;
}

    .product-absolute .product-name:hover a {
        text-decoration: underline;
    }

.product-absolute:hover {
    -webkit-box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
}

    .product-absolute:hover::before {
        opacity: 1;
    }

    .product-absolute:hover .product-name {
        margin-top: 0;
        opacity: 1;
    }

        .product-absolute:hover .product-name a {
            color: #fff;
        }

@media (max-width: 575px) {
    .product-list {
        display: block;
        margin-bottom: 2rem;
    }

        .product-list .product-media {
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin: 0 0 2rem 0;
        }
}

@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 0.8rem;
    }

        .product:not(.product-list) .btn-product-icon {
            width: 3rem;
            height: 3rem;
        }

        .product:not(.product-list) .product-label-group {
            top: 1rem;
            right: 1rem;
        }

        .product:not(.product-list) .product-action-vertical {
            top: 1rem;
            left: 1rem;
        }

    .product-hidden-details .btn-cart {
        max-width: 3.5rem;
        min-width: auto;
    }

        .product-hidden-details .btn-cart i {
            display: block;
        }

        .product-hidden-details .btn-cart span {
            display: none;
        }
}
/* ------------------------------------
    Sidebar
        - Base
        - Sidebar Elements
        - Fixed Sidebar
        - Right Sidebar
        - Tag
        - Blog Sidebar
------------------------------------- */
.sidebar-active .sidebar .sidebar-overlay,
.right-sidebar-active .right-sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 0.5;
}

.sidebar-active .sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-close {
    opacity: 1;
    visibility: visible;
}

.sidebar-active .sidebar .sidebar-content,
.right-sidebar-active .right-sidebar .sidebar-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sidebar-overlay, .sidebar-toggle, .sidebar-content, .sidebar-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2200;
}

.sidebar-overlay {
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s, opacity 0.4s;
    transition: visibility 0.4s, opacity 0.4s;
}

.sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 206px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #222;
    opacity: 0.6;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

    .sidebar-toggle:hover {
        opacity: 0.8;
        color: #fff;
    }

.right-sidebar .sidebar-toggle {
    border-radius: 0 0.3rem 0.3rem 0;
}

.left-sidebar .sidebar-toggle {
    border-radius: 0.3rem 0 0 0.3rem;
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    right: calc(100vw - 50px);
    top: 25px;
    z-index: 2201;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.sidebar-content {
    bottom: 0;
    width: 31rem;
    padding: 2rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.widget:not(.widget-collapsible) .widget-title {
    border: none;
}

.sidebar .widget:last-child .widget-body {
    padding-bottom: 0;
}

.right-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .right-sidebar .sidebar-toggle {
        right: auto;
        left: 0;
    }

    .right-sidebar .sidebar-close {
        right: 10px;
        padding: 10px;
    }

    .right-sidebar .sidebar-content {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        right: auto;
        left: 0;
    }

        .right-sidebar .sidebar-content::-webkit-scrollbar {
            width: 0;
        }

.filter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0 1.7rem;
}

    .filter-actions label {
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        color: #333;
    }

    .filter-actions .filter-clean {
        padding-bottom: 0;
        text-transform: capitalize;
        font-weight: 400;
    }

.price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.3rem 0 1rem;
}

    .price-range input {
        padding: 0.5rem;
        font-family: yekan;
        color: #999;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 62px;
        height: 37px;
        line-height: 37px;
        vertical-align: middle;
        -webkit-appearance: textfield;
    }

        .price-range input::-webkit-outer-spin-button, .price-range input::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .price-range input::-webkit-input-placeholder {
            color: inherit;
        }

        .price-range input::placeholder, .price-range input::-webkit-input-placeholder, .price-range input::-moz-placeholder {
            color: inherit;
        }

    .price-range .delimiter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0.65rem;
        font-size: 1.9rem;
        font-weight: 600;
        color: #999;
    }

    .price-range .btn {
        padding: 0;
        font-size: 1.3rem;
        font-weight: 400;
        width: 4.8rem;
        height: 3.7rem;
        vertical-align: middle;
        line-height: 2.6;
        margin-right: 1rem;
        text-transform: none;
    }

.filter-items {
    font-size: 1.4rem;
}

    .filter-items a {
        position: relative;
        display: block;
        color: inherit;
        padding: 1rem 0.2rem 1rem 0;
    }

        .filter-items a:hover {
            color: #2c4beb;
        }

    .filter-items.item-check a {
        padding-right: 2.8rem !important;
    }

        .filter-items.item-check a::before {
            content: "";
            position: absolute;
            border: 1px solid;
            border-radius: 2px;
            width: 18px;
            height: 18px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 2px;
            color: #999;
            font-size: 1rem;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            text-align: center;
            text-indent: 1px;
            line-height: 1.3em;
        }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .filter-items.item-check a::before {
        text-indent: 0;
    }
}

.filter-items.item-check .active > a::before {
    content: "";
    background-color: #2c4beb;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 3px;
    right: 1px;
    padding-top: 3px;
    font-weight: 600;
}

.filter-items.search-ul a::before {
    content: none;
}

.filter-items .show > a {
    color: #2c4beb;
}

    .filter-items .show > a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filter-items li span {
    position: absolute;
    left: 0;
    color: #ccc;
}

.filter-items .with-ul > a > i {
    position: absolute;
    left: 0;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    top: 50%;
}

.filter-items ul {
    display: none;
    position: relative;
    padding-right: 1.2rem;
    margin: 0.2rem 0;
}

    .filter-items ul::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 7px;
        bottom: 7px;
        border-right: 1px solid #eee;
    }

    .filter-items ul a {
        font-size: 1.3rem;
        color: #999;
        padding: 0.45rem 0;
    }

.toolbox-horizontal .sidebar-fixed {
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.toolbox-horizontal.toolbox .left-sidebar-toggle {
    padding: 0.65em;
    margin-bottom: 0;
}

.toolbox-horizontal .select-menu select,
.toolbox-horizontal .toolbox-show select {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

.toolbox-horizontal .toolbox-show select {
    padding-right: 1.4rem;
    padding-left: 3.1rem;
}

.toolbox-horizontal .select-box::before {
    left: 0.9rem;
}

.toolbox-horizontal .toolbox-layout {
    margin-right: 2rem;
}

.toolbox-horizontal .select-menu:not(.toolbox-sort) {
    display: block;
}

    .toolbox-horizontal .select-menu:not(.toolbox-sort)::before {
        content: none;
    }

.toolbox-horizontal .select-menu-toggle {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    padding: 1.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
}

.toolbox-horizontal .filter-items {
    padding: 0.7rem 0 1rem;
}

    .toolbox-horizontal .filter-items a:not(.btn) {
        padding: 1rem 0;
        color: #333;
    }

    .toolbox-horizontal .filter-items .btn {
        color: #fff;
    }

@media (min-width: 992px) {
    .toolbox-horizontal {
        padding: 2rem;
        margin: -2rem;
    }

        .toolbox-horizontal .sidebar-fixed .sidebar-content.toolbox-left {
            padding-bottom: 0;
        }

        .toolbox-horizontal .toolbox-left .toolbox-item {
            margin-left: 1rem;
            margin-bottom: 1rem;
        }

            .toolbox-horizontal .toolbox-left .toolbox-item.opened .filter-items {
                opacity: 1;
                visibility: visible;
            }

        .toolbox-horizontal .filter-items {
            position: absolute;
            top: 100%;
            margin-top: 0.5rem;
            min-width: 23rem;
            padding: 1rem 2rem 2rem;
            font-size: 1.2rem;
            color: #333;
            visibility: hidden;
            opacity: 0;
            z-index: 100;
            -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
            background-color: #fff;
        }

            .toolbox-horizontal .filter-items li {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 1rem 0 0 0.5rem;
            }

            .toolbox-horizontal .filter-items a:not(.btn) {
                background: #f5f5f5;
                padding: 0.5em 1em;
                border-radius: 0.3rem;
            }

            .toolbox-horizontal .filter-items .active > a {
                background-color: #2c4beb;
                color: #fff;
            }

        .toolbox-horizontal .select-menu::before {
            font-size: 1.1rem;
            left: 1rem;
            color: #333;
        }

        .toolbox-horizontal .select-menu-toggle {
            position: relative;
            border: 1px solid #ccc;
            font-weight: 400;
            font-size: 1.2rem;
            color: #222;
            line-height: 1.5;
            padding: 0.65em 1.2em 0.65em 4.3em;
            text-transform: none;
            border-radius: 0.3rem;
            -webkit-transition: border-color 0.4s, color 0.4s;
            transition: border-color 0.4s, color 0.4s;
        }

            .toolbox-horizontal .select-menu-toggle::after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0.9rem;
                font-family: "wolmart";
                content: "";
                font-size: 1.1rem;
                font-weight: 600;
                line-height: 1;
            }

        .toolbox-horizontal .filter-items.item-check a {
            padding-right: 1em !important;
        }

            .toolbox-horizontal .filter-items.item-check a::before {
                content: none;
            }

        .toolbox-horizontal .price-range {
            margin: 0;
        }
}

.shop-sidebar {
    position: relative;
}

    .shop-sidebar .widget-body {
        margin-bottom: 1rem;
    }

    .shop-sidebar .filter-price-text {
        font-size: 1.3rem;
        letter-spacing: -0.025em;
    }

.widget-icon-box {
    padding: 0 2rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
}

    .widget-icon-box .icon-box-side {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding: 2rem 0;
    }

        .widget-icon-box .icon-box-side:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

    .widget-icon-box i.w-icon-truck {
        font-size: 3.4rem;
    }

    .widget-icon-box i.w-icon-bag, .widget-icon-box i.w-icon-money {
        font-size: 3rem;
    }

    .widget-icon-box .icon-box-title {
        font-weight: 600;
    }

    .widget-icon-box p {
        color: #999;
    }

.widget-banner .banner-content {
    right: 10.7%;
    bottom: 12.5%;
}

.widget-banner .banner-price-info {
    margin-right: -2px;
    margin-bottom: 0.2rem;
    font-size: 4.6em;
}

.widget-banner sup {
    margin-right: 1px;
    vertical-align: 12px;
    font-size: 0.652em;
}

.widget-banner sub {
    margin-right: -1.7em;
    vertical-align: 0;
    font-size: 0.26em;
}

.widget-banner .banner-subtitle {
    font-size: 1.6rem;
}

.widget.widget-products .title {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
}

    .widget.widget-products .title.title-link::before {
        height: 2px;
        background-color: #666;
        bottom: -0.7rem;
    }

.widget.widget-products .swiper-button-next,
.widget.widget-products .swiper-button-prev {
    top: -4.5rem;
    left: -0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.widget.widget-products .swiper-button-prev {
    left: 0.3rem;
}

.widget.widget-products .swiper-button-next {
    left: 0.2rem;
}

.blog-sidebar .widget .widget-title {
    cursor: default;
}

.blog-sidebar .widget .widget-body {
    padding: 0;
}

.blog-sidebar .widget:not(:last-child) .widget-body {
    margin-bottom: 2.5rem;
}

.blog-sidebar .widget:last-child .widget-body {
    margin-bottom: 1rem;
}

.blog-sidebar .widget .widget-title {
    margin-bottom: 1rem;
}

.widget-search-form .form-control {
    border-radius: 0 0.3rem 0.3rem 0;
    font-size: 1.2rem;
    color: #777;
}

.widget-search-form .btn-search {
    padding: 0.9em 1.07em 1em;
    border-width: 1px 0 1px 1px;
    border-color: #eee;
    border-radius: 0.3rem 0 0 0.3rem;
}

    .widget-search-form .btn-search i {
        font-size: 1.8rem;
    }

    .widget-search-form .btn-search:hover, .widget-search-form .btn-search:active, .widget-search-form .btn-search:focus {
        background-color: #fff;
        color: #2c4beb;
    }

.widget-posts .swiper-button-next, .widget-posts .swiper-button-prev {
    top: -4.2rem;
    border: none;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-weight: 600;
}

    .widget-posts .swiper-button-next:not(.swiper-button-disabled):hover, .widget-posts .swiper-button-prev:not(.swiper-button-disabled):hover {
        background-color: #fff;
        color: #2c4beb;
    }

.widget-posts .swiper-button-prev {
    left: 0.4rem;
}

.widget-posts .swiper-button-next {
    left: 0.3rem;
}

.widget-custom-block p {
    line-height: 1.6;
}

.tags .tag {
    display: inline-block;
    margin: 0.5rem 0 0.5rem 1rem;
    padding: 0.5rem 0.9rem;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    line-height: 1.35;
    text-transform: capitalize;
    color: #333;
    border-radius: 0.3rem;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

    .tags .tag:hover {
        border-color: #2c4beb;
        color: #2c4beb;
    }

.vendor-sidebar .widget-collapsible .widget-body {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.vendor-sidebar .widget-categories .widget-body {
    padding: 0.7rem 0 2rem;
}

.vendor-sidebar .widget-time .widget-body {
    padding: 0.3rem 0 2rem;
}

.vendor-sidebar .widget.widget-products .widget-body {
    padding: 1rem 0 2rem;
}

.vendor-sidebar .product-widget .product-media {
    padding-right: 0.2rem;
}

.vendor-sidebar .product-widget .product-details {
    padding-bottom: 0.8rem;
}

.vendor-sidebar .product-widget .product-name {
    margin-bottom: 0.6rem;
}

.vendor-sidebar .product-widget .ratings-container {
    margin-bottom: 0.4rem;
}

.vendor-sidebar .product-widget .product-price {
    font-size: 1.6rem;
}

.widget-contact .form-control {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    border-radius: 0.3rem;
}

.widget-contact input {
    min-height: 4.4rem;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.widget-contact textarea {
    min-height: 17.4rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 2rem;
}

.widget-time li {
    padding: 1rem 0;
}

.widget-time label::after {
    content: "-";
    display: inline-block;
    margin-right: 0.4rem;
}

.widget-time .widget-body span {
    display: inline-block;
    width: 11rem;
    font-weight: 600;
    color: #333;
}

.widget-wcmp-contact .form-control {
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    color: #666;
}

.widget-wcmp-contact input {
    min-height: 4rem;
}

.widget-wcmp-contact textarea {
    max-height: 12.4rem;
}

.widget-search-products input {
    min-height: 4rem;
    margin-left: 0.5rem;
    color: #666;
    border-radius: 0.3rem;
}

.widget-search-products .btn {
    padding: 0.86em 1em;
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

    .widget-search-products .btn:hover, .widget-search-products .btn:focus, .widget-search-products .btn:active {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

@media (min-width: 992px) {
    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
        flex: 0 0 31rem;
        max-width: 31rem;
    }

    .main-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .row .main-content {
        max-width: calc( 100% - 31rem );
    }

    .shop-sidebar.sidebar-fixed .sidebar-content {
        padding: 0 0 2rem;
    }

    .sidebar-fixed .sidebar-toggle,
    .sidebar-fixed .sidebar-overlay {
        display: none;
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 2;
        width: auto;
        -webkit-transform: none;
        transform: none;
    }

    .shop-content {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .sidebar-active .page-wrapper {
        margin-right: 310px;
        margin-left: -310px;
    }

    .right-sidebar-active .page-wrapper {
        margin-right: -310px;
        margin-left: 310px;
    }
}

@media (max-width: 479px) {
    .sidebar-content {
        width: 27rem;
    }

    .sidebar-active .page-wrapper {
        margin-right: 27rem;
        margin-left: -27rem;
    }

    .right-sidebar-active .page-wrapper {
        margin-right: -27rem;
        margin-left: 27rem;
    }

    .widget-icon-box .icon-box-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .widget-icon-box .icon-box-icon {
        margin: 0 0 0.5rem;
    }

    .widget-icon-box .icon-box-content {
        text-align: center;
    }
}
/*----------------------------
    Titles
        - Default
        - Simple
            - Link icon
            - Tab boxed
            - Tab link
        - Center
-----------------------------*/
/*  Default */
.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

    .title.title-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        right: 0;
        bottom: -0.8rem;
        background-color: #2c4beb;
        z-index: 1;
    }

    .title.title-sm {
        font-size: 1.6rem;
    }

    .title.title-md {
        font-size: 2rem;
    }

    .title.title-lg {
        font-size: 3rem;
    }

/* Simple */
.title-underline {
    position: relative;
    padding-bottom: 1.6rem;
}

    .title-underline::before {
        content: none;
    }

    .title-underline::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 0;
        width: 100%;
        height: 1px;
        background-color: #eee;
    }

.title-cross::before, .title-cross::after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    content: "";
    height: 2px;
    background-color: #eeeeee;
}

.title-cross::before {
    margin-left: 3rem;
}

.title-cross::after {
    margin-right: 3rem;
}

@media (max-width: 479px) {
    .title-cross::before {
        margin-left: 1.5rem;
    }

    .title-cross::after {
        margin-right: 1.5rem;
    }
}

.title-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3rem;
}

    .title-link-wrapper .title {
        position: relative;
        margin-bottom: 0.7rem;
        padding: 0.8rem 0;
    }

    .title-link-wrapper a {
        margin-bottom: 0.5rem;
        margin-right: auto;
        text-transform: capitalize;
    }

        .title-link-wrapper a:hover {
            color: #2c4beb;
        }

        .title-link-wrapper a i {
            vertical-align: middle;
            margin-right: 0.5rem;
            font-size: 1.35rem;
        }

    .title-link-wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .title-link-wrapper.no-link .title-link {
        margin-bottom: 0.8rem;
    }

.tab-with-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .tab-with-title .nav-tabs {
        border-bottom: 0;
    }

    .tab-with-title .nav-item:not(:last-child) {
        margin-left: 2rem;
    }

    .tab-with-title .nav-link {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0;
        color: #333;
        text-transform: capitalize;
        padding: 0;
    }

    .tab-with-title.tab-nav-boxed {
        padding: 0.3rem 0;
    }

        .tab-with-title.tab-nav-boxed .title {
            margin-bottom: 0;
            margin-left: 2rem;
        }

        .tab-with-title.tab-nav-boxed .nav-item:not(:last-child) {
            margin-left: 1rem;
        }

        .tab-with-title.tab-nav-boxed .nav-item:last-child {
            margin: 0;
        }

        .tab-with-title.tab-nav-boxed .nav-link {
            border: 1px solid #ccc;
            border-radius: 0.3rem;
            padding: 0.85em 1.42em;
            font-weight: 600;
            text-transform: uppercase;
        }

            .tab-with-title.tab-nav-boxed .nav-link.active, .tab-with-title.tab-nav-boxed .nav-link:hover {
                border-color: #2c4beb;
            }

    .tab-with-title.tab-nav-link {
        padding: 1.6rem 2rem 0.6rem;
        background: #f5f5f5;
    }

        .tab-with-title.tab-nav-link .title, .tab-with-title.tab-nav-link .nav-link {
            margin-bottom: 1rem;
        }

        .tab-with-title.tab-nav-link .title {
            margin-left: 2rem;
        }

    .tab-with-title.tab-nav-underline .nav-link::after {
        bottom: -1px;
    }

    .tab-with-title .nav-item.show .nav-link,
    .tab-with-title .nav-item .nav-link.active,
    .tab-with-title .nav-item:hover .nav-link {
        color: #2c4beb;
    }

.title-separator {
    margin: 0 0.5rem;
}

/* Center */
.title-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab-with-title.tab-nav-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.2rem;
}

    .tab-with-title.tab-nav-center .nav-tabs {
        margin: 0;
    }

    .tab-with-title.tab-nav-center .nav-item {
        margin: 0 1rem;
    }

    .tab-with-title.tab-nav-center .nav-link {
        padding: 0.8rem 0;
    }

        .tab-with-title.tab-nav-center .nav-link::after {
            bottom: 0;
            height: 0.3rem;
            border: none;
            background-color: #2c4beb;
        }

.filter-with-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .filter-with-title .title {
        margin-bottom: 0.5rem;
    }

.title-section p {
    font-size: 1.3rem;
    color: #666;
    line-height: 2;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .tab-with-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tab-with-title .nav-tabs {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .tab-with-title.tab-nav-boxed .title {
            margin-bottom: 1rem;
            margin-left: 0;
        }

        .tab-with-title.tab-nav-boxed .nav-item {
            margin-right: 0.5rem !important;
            margin-left: 0.5rem !important;
        }

        .tab-with-title.tab-nav-boxed .nav-link {
            margin-bottom: 0.5rem;
        }

        .tab-with-title.tab-nav-link .nav-item {
            margin: 0 1rem !important;
        }

        .tab-with-title.tab-nav-link .title {
            margin-left: 0;
        }

    .filter-with-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .filter-with-title .title {
            margin-bottom: 1rem;
        }

        .filter-with-title .nav-filters {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .filter-with-title .nav-filters li {
                margin: 0 1.5rem;
            }
}

@media (max-width: 575px) {
    .title-link-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .title-link-wrapper .title-link {
            margin-bottom: 2rem;
        }

        .title-link-wrapper a {
            margin-right: 0;
        }
}
/*-----------------------------
    Tooltip
-----------------------------*/
.tooltiptext {
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 125%;
    right: 50%;
    background-color: #333;
    color: #fff;
    font: 400 1.3rem Poppins, sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 96%;
    right: 50%;
    margin-right: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/*----------------------
    Vendor
----------------------*/
.vendor-widget {
    margin-bottom: 2rem;
}

    .vendor-widget .vendor-name {
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-size: 1.5rem;
        text-transform: capitalize;
        letter-spacing: -0.025em;
        line-height: 1.4;
    }

        .vendor-widget .vendor-name a {
            color: inherit;
        }

        .vendor-widget .vendor-name:hover {
            color: #2c4beb;
        }

.vendor-products.grid-type {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
    margin: -2.5px;
    width: calc(100% + 5px);
    grid-auto-rows: 1fr;
}

    .vendor-products.grid-type > * {
        padding: 2.5px;
    }

.vendor-products .lg-item {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
}

.vendor-products .sm-item {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.vendor-products .product-media {
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .vendor-products .product-media img {
        height: 100%;
    }

.vendor-logo {
    max-width: 7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7rem;
    flex: 0 0 7rem;
    margin-left: 1rem;
}

.vendor-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.8rem 0;
}

.vendor-product-count {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}

.vendor-banner {
    min-height: 18rem;
}

    .vendor-banner a, .vendor-banner img {
        min-height: inherit;
    }

    .vendor-banner a {
        display: block;
    }

.visit-vendor-btn {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9933;
}

    .visit-vendor-btn:hover {
        color: #2c4beb;
    }

.vendor-widget-1 .product-media:hover {
    border-color: #2c4beb;
}

.vendor-widget-1 .vendor-personal {
    margin-top: 0.2rem;
}

.vendor-widget-1 .ratings-container {
    margin-bottom: 0;
}

.vendor-widget-2 {
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .vendor-widget-2:hover {
        border-color: #2c4beb;
    }

    .vendor-widget-2 .vendor-details {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .vendor-widget-2 .product-media {
        border: none;
    }

    .vendor-widget-2 .ratings-container {
        margin-bottom: 0;
    }

.vendor-widget-3 .vendor-logo {
    border-radius: 0.5rem;
    overflow: hidden;
}

.vendor-widget-3 .vendor-details {
    padding: 2rem 0;
}

.vendor-widget-3 .vendor-personal {
    padding-top: 0.3rem;
}

.vendor-widget-3 .ratings-container {
    margin-bottom: 0;
}

    .vendor-widget-3 .ratings-container:not(:last-child) {
        margin-bottom: 0.5rem;
    }

.vendor-widget-banner {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

    .vendor-widget-banner .product-media {
        border: none;
    }

    .vendor-widget-banner .vendor-details {
        display: block;
        text-align: center;
        padding-top: 0;
        margin-top: -4.5rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .vendor-widget-banner .vendor-logo {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        max-width: 9rem;
        margin: 0 auto 1.3rem auto;
        border-radius: 50%;
        background-color: #2c4beb;
    }

        .vendor-widget-banner .vendor-logo img {
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            border-radius: 50%;
        }

    .vendor-widget-banner .vendor-name {
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .vendor-widget-banner .ratings-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

        .vendor-widget-banner .ratings-container .ratings-full {
            margin-left: 0;
        }

    .vendor-widget-banner .vendor-product-count {
        display: block;
        margin-bottom: 0.6rem;
        font-size: 1.4rem;
    }

    .vendor-widget-banner:hover {
        -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.08);
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.08);
        border-color: transparent;
    }

        .vendor-widget-banner:hover .vendor-logo img {
            -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
        }

.store {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

    .store .ratings-container {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .store .store-banner img {
        height: 100%;
        width: 100%;
    }

.store-content {
    position: absolute;
}

.store-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.9rem;
    color: #fff;
}

    .store-title a {
        display: inline-block;
        text-transform: capitalize;
        font-size: 2rem;
        line-height: 1;
        color: inherit;
        text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
        font-weight: 600;
        letter-spacing: -0.025em;
    }

.featured-label {
    background: #2d54a3;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.2rem 1rem;
    -webkit-box-shadow: 0px 0px 25px -5px #afafaf;
    box-shadow: 0px 0px 25px -5px #afafaf;
    border-radius: 0.3rem;
    margin-right: 1.4rem;
    display: inline-block;
}

.seller-info-list {
    margin: 0;
    padding-right: 1.6em;
}

    .seller-info-list .store-address, .seller-info-list .store-phone {
        font-size: 1.4rem;
    }

    .seller-info-list > * {
        line-height: 1.6;
        letter-spacing: -0.025em;
        margin-bottom: 0.8rem;
        color: #fff;
        opacity: 0.8;
    }

        .seller-info-list > * a {
            color: inherit;
        }

        .seller-info-list > * i {
            margin-right: -2.2rem;
            margin-left: 0.3rem;
            vertical-align: middle;
            font-size: 1.5rem;
            line-height: 0;
        }

    .seller-info-list .store-phone:hover, .seller-info-list .store-email:hover {
        color: #ffb639;
    }

.store-address {
    font-size: 1.3rem;
    color: #fff;
    opacity: 0.8;
    line-height: 1.8;
}

.store-rating, .store-open {
    color: #fff;
    opacity: 0.8;
}

.store-footer {
    position: relative;
    padding: 2.3rem 2rem;
}

.btn.btn-icon-right.btn-visit i {
    font-size: 2rem;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}

.seller-brand {
    border-radius: 50%;
    background-color: #ff9742;
    width: 8rem;
    height: 8rem;
}

    .seller-brand img {
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

.vendor-brand {
    max-width: 15rem;
    margin: 0 auto;
    text-align: center;
}

    .vendor-brand .brand {
        border: 1px solid #eee;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 2.2rem;
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    }

    .vendor-brand .vendor-name {
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .vendor-brand .vendor-name:hover {
            color: #2c4beb;
        }

    .vendor-brand:hover .brand {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

.store-grid {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

    .store-grid .store-banner img {
        min-height: 19.4rem;
    }

    .store-grid .store-content {
        top: 2.5rem;
        right: 3rem;
        max-width: 19.2rem;
    }

    .store-grid .seller-brand {
        left: 1.9rem;
        top: -58%;
    }

    .store-grid:hover .seller-brand img {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    .store-grid .store-title:hover {
        color: #2c4beb;
    }

.store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
}

    .store-list .store-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40rem;
        flex: 0 0 40rem;
        max-width: 40rem;
    }

        .store-list .store-header a {
            display: block;
            height: 100%;
        }

    .store-list .store-banner {
        height: 100%;
    }

    .store-list .store-content {
        position: relative;
    }

    .store-list .featured-label {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        margin-right: 0;
    }

    .store-list .store-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 6rem 2rem 2rem;
    }

    .store-list .store-title {
        color: #333;
    }

        .store-list .store-title a {
            text-shadow: none;
        }

    .store-list .ratings-container {
        margin-bottom: 0.3rem;
    }

    .store-list .store-address {
        color: #666;
        opacity: 1;
        margin-bottom: 0.9rem;
    }

    .store-list .seller-brand {
        top: 50%;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .store-list:hover .seller-brand img {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }

    .store-grid .seller-brand,
    .store-list .seller-brand {
        position: absolute;
    }

        .store-grid .seller-brand img,
        .store-list .seller-brand img {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            max-width: calc(100% + 2px);
            margin: -1px;
            -webkit-box-shadow: 0px 0px 0px 1px #eee;
            box-shadow: 0px 0px 0px 1px #eee;
        }

.store.store-banner .store-media img {
    min-height: 44rem;
    width: 100%;
}

.store.store-banner .store-content {
    top: 0;
    right: 0;
    max-width: 34.5rem;
    padding: 5rem 5rem 5rem 4rem;
    background-color: rgba(37, 38, 42, 0.9);
    height: 100%;
}

.store.store-banner .seller-brand {
    margin-bottom: 2.3rem;
}

.store.store-banner .store-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    letter-spacing: -0.025em;
}

.store.store-banner .social-icon {
    margin-left: 0.5rem;
    color: #fff;
    border-color: #ccc;
    opacity: 0.8;
}

.store-wcmp .store-content {
    right: 0;
    left: 0;
    bottom: 0;
    height: 50%;
    background-color: rgba(34, 34, 40, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
}

.store-wcmp .seller-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 8rem;
    margin-left: 2.2rem;
}

.store-wcmp .seller-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 10rem);
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}

.store-wcmp .store-title {
    margin: 0.4rem 0 1.1rem;
}

    .store-wcmp .store-title a {
        font-size: 1.8rem;
    }

        .store-wcmp .store-title a:hover {
            text-decoration: underline;
        }

.store-wcmp .seller-info-list {
    margin: 0;
}

    .store-wcmp .seller-info-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        letter-spacing: 0;
        opacity: 0.7;
    }

        .store-wcmp .seller-info-list li p {
            margin-bottom: 0;
            line-height: 2;
        }

    .store-wcmp .seller-info-list .store-address p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .store-wcmp .seller-info-list .store-rating p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .store-wcmp .seller-info-list i {
        margin-top: 1.3rem;
        margin-left: 0.8rem;
        font-size: 1.4rem;
    }

.store-wcmp .ratings-container {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.store-wcmp-banner .store-media img {
    width: 100%;
}

.store-wcmp-banner .store-content {
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 40%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
}

.store-wcmp-banner .seller-brand {
    margin: -7rem auto 2rem auto;
}

.store-wcmp-banner .social-icons {
    position: absolute;
    left: 2rem;
    top: -5rem;
}

.store-wcmp-banner .store-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.store-wcmp-banner .seller-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
}

    .store-wcmp-banner .seller-info-list > * {
        margin: 0 0.6rem;
        opacity: 0.6;
        text-align: center;
    }

        .store-wcmp-banner .seller-info-list > * i {
            margin-left: 0.4rem;
            margin-right: 0;
        }

.store-wcmp-banner .seller-brand,
.store-wcfm-banner .seller-brand {
    width: 10rem;
    height: 10rem;
}

    .store-wcmp-banner .seller-brand img,
    .store-wcfm-banner .seller-brand img {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        max-width: calc(100% + 2px);
        margin: -1px;
    }

.store-wcmp-banner .social-icon:not(:last-child),
.store-wcfm-banner .social-icon:not(:last-child) {
    margin-left: 0.5rem;
}

.store-wcmp-banner .social-icon,
.store-wcfm-banner .social-icon {
    border-radius: 0.3rem;
}

.store-wcfm-banner .store-content {
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 16rem;
    padding: 2.3rem 3rem 2.6rem;
}

.store-wcfm-banner .store-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.store-wcfm-banner .personal-info {
    margin-left: 4rem;
}

.store-wcfm-banner .seller-brand {
    margin: -7.2rem 0 2rem;
}

.store-wcfm-banner .ratings-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
}

.store-wcfm-banner .ratings-full {
    margin: 0;
}

.store-wcfm-banner .store-title {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    font-weight: 600;
}

.store-wcfm-banner .seller-info-list {
    padding-right: 2.4rem;
}

    .store-wcfm-banner .seller-info-list li {
        margin-bottom: 0.4rem;
        letter-spacing: 0;
    }

        .store-wcfm-banner .seller-info-list li i {
            margin: 0 -2.4rem 0 0.4rem;
            font-size: 1.4rem;
        }

.store-wcfm-banner .store-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.store-wcfm-banner .btn-inquiry {
    margin-bottom: 3rem;
}

.btn-inquiry,
.btn-visit:not(.btn-link) {
    padding: 0.8em 1.6em;
    font-size: 1.3rem;
    background-color: #eee;
    border-color: #eee;
    color: #333;
    margin-left: 0.6rem;
}

    .btn-inquiry:hover, .btn-inquiry:active, .btn-inquiry:focus,
    .btn-visit:not(.btn-link):hover,
    .btn-visit:not(.btn-link):active,
    .btn-visit:not(.btn-link):focus {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

.vendor-toolbox .vendor-search-toggle {
    margin-left: 1.5rem;
    padding: 0.73em 0.9em 0.86em;
    font-weight: 700;
}

    .vendor-toolbox .vendor-search-toggle i {
        margin: 0 0 0 0.8rem;
        font-size: 1.5rem;
        font-weight: 600;
    }

.vendor-toolbox .toolbox-left label {
    font-weight: 400;
    color: #333;
}

.vendor-toolbox .toolbox-layout {
    margin-right: 1.5rem;
}

.vendor-toolbox .btn-layout {
    color: #ccc;
}

    .vendor-toolbox .btn-layout.icon-mode-list i {
        font-size: 2rem;
    }

.vendor-search-wrapper {
    display: none;
    padding: 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 3.2rem;
}

    .vendor-search-wrapper .vendor-search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .vendor-search-wrapper input {
        min-height: 3.8rem;
        height: 3.8rem;
        color: #777;
        border-radius: 0.3rem;
    }

        .vendor-search-wrapper input:focus {
            border-color: #8080809e;
        }

    .vendor-search-wrapper .btn {
        padding: 0.7em 1.65em;
    }

.vendor-product-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.9rem 1.5rem;
    border: 1px solid #eee;
    border-radius: 0.3rem;
}

    .vendor-product-title a {
        color: #333;
    }

        .vendor-product-title a:hover {
            color: #2c4beb;
        }

.vendor-map {
    border: 1px solid #eee;
}

.google-map {
    height: 35rem;
    background-color: #98c3e5;
}

@media (max-width: 991px) {
    .store-wcmp {
        height: 100%;
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

        .store-wcmp .store-content {
            display: block;
            position: relative;
            background: #fff;
        }

        .store-wcmp .seller-brand {
            margin-bottom: 2rem;
            -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

            .store-wcmp .seller-brand img {
                width: calc(100% + 2px);
                height: calc(100% + 2px);
                max-width: calc(100% + 2px);
                margin: -1px;
                border: 1px solid #eee;
            }

        .store-wcmp .seller-date {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            max-width: 100%;
        }

        .store-wcmp .store-title a {
            color: #2c4beb;
            text-shadow: none;
        }

        .store-wcmp .store-address, .store-wcmp .store-rating {
            color: #333;
        }

    .store-wcfm-banner .store-content {
        display: block;
    }

    .store-wcfm-banner .store-content-right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 1rem 14rem 0 0;
    }

        .store-wcfm-banner .store-content-right .btn {
            margin-bottom: 1.5rem;
        }
}

@media (max-width: 767px) {
    .toolbox.vendor-toolbox {
        display: block;
    }

    .store-list .store-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
        flex: 0 0 30rem;
        max-width: 30rem;
    }

    .store.store-banner .store-content {
        background: none;
        padding-right: 2rem;
        padding-left: 2rem;
        max-width: 27rem;
    }

    .store-wcmp-banner .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .store-list {
        display: block;
    }

        .store-list .store-header {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .store-list .store-content {
            padding-right: 2rem;
        }

        .store-list .seller-brand {
            right: auto;
            -webkit-transform: none;
            transform: none;
            left: 2rem;
            top: -27%;
        }

    .store-wcfm-banner .store-content-left {
        display: block;
        text-align: center;
    }

    .store-wcfm-banner .personal-info {
        margin-left: 0;
    }

    .store-wcfm-banner .seller-brand {
        margin-left: auto;
        margin-right: auto;
    }

    .store-wcfm-banner .store-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .store-wcfm-banner .store-content-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .store-list .seller-brand {
        top: -22%;
        width: 7rem;
        height: 7rem;
    }
}
/*-------------------------------------
    Widget
-------------------------------------*/
.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.widget-products .widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding-bottom: 0.8rem;
}

.widget-products .widget-body {
    padding: 0 2rem;
}

.widget-products.widget-products-bordered .widget-body {
    border: 1px solid #eee;
}

.widget-products.widget-products-bordered .product-widget:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.widget-products .swiper-button-prev,
.widget-products .swiper-button-next {
    top: -1.7rem;
    left: -1rem;
    border: 0;
    color: #747474;
    font-weight: normal;
    width: 15px;
    height: 15px;
}

    .widget-products .swiper-button-prev:not(.swiper-button-disabled):hover, .widget-products .swiper-button-prev:not(.swiper-button-disabled):focus, .widget-products .swiper-button-prev:not(.swiper-button-disabled):active,
    .widget-products .swiper-button-next:not(.swiper-button-disabled):hover,
    .widget-products .swiper-button-next:not(.swiper-button-disabled):focus,
    .widget-products .swiper-button-next:not(.swiper-button-disabled):active {
        background: transparent;
        border: 0;
        color: #2c4beb;
    }

.widget-products .swiper-button-prev {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.widget-products .swiper-button-next {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidebar .widget-products .widget-body {
    border: 0;
    padding: 0;
}

.widget .widget-title {
    position: relative;
    margin: -0.1rem 0;
    padding: 1.4rem 0 1.4rem 2.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget .widget-body {
    padding: 0.7rem 0 1rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #333;
}

.widget-collapsible .widget-title label {
    position: relative;
    padding: 0 0.2rem;
}

    .widget-collapsible .widget-title label::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -1.2rem;
        width: 100%;
        height: 2px;
        background-color: #666;
    }

.widget-collapsible .toggle-btn {
    left: 0.4rem;
    margin-top: -0.1rem;
    width: 10px;
    padding: 0;
    opacity: 1;
}

    .widget-collapsible .toggle-btn::before, .widget-collapsible .toggle-btn::after {
        content: "";
        position: absolute;
        border-top: 2px solid #666;
        width: 12px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

.widget-collapsible > .collapsed .toggle-btn::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.widget-collapsible > .collapsed .toggle-btn::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.widget-collapsible .collapsed + .widget-body {
    display: none;
}

.widget-collapsible .collapsed ~ .widget-body {
    opacity: 0.1;
}

/* ----------------------------------------
    Element Category Page
------------------------------------------*/
.category-default img {
    min-height: 20rem;
}

.category-default .category-content {
    right: 3rem;
}

.category-default .category-title {
    margin-bottom: 0;
    font-size: 2.2em;
}

.category-default .category-count {
    opacity: 0.6;
    line-height: 1.2;
}

.category-ellipse-section {
    margin-bottom: 5.2rem;
}

.category-classic-section {
    background-color: #f8f8f8;
}

.category-masonry-section {
    padding-bottom: 3.7rem;
}

    .category-masonry-section .category-grid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, calc( 100% / 4 ));
        margin: -1rem;
    }

        .category-masonry-section .category-grid > * {
            padding: 1rem;
        }

    .category-masonry-section .grid-item1 {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

    .category-masonry-section .grid-item2 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .category-masonry-section .grid-item3 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
    }

        .category-masonry-section .grid-item3 .category-banner, .category-masonry-section .grid-item3 figure, .category-masonry-section .grid-item3 img {
            height: 100%;
        }

@media (max-width: 991px) and (min-width: 768px) {
    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc( 100% / 3 ));
    }

    .category-masonry-section .grid-item3 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 3;
        grid-row-end: span 3;
    }
}

@media (max-width: 767px) {
    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc( 100% / 2 ));
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 3rem;
    }

    .page-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 479px) {
    .category-masonry-section .grid-item2, .category-masonry-section .grid-item3 {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }
}
/*--------------------------------------------
    Single Product Page
----------------------------------------------*/
.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: sticky;
}

    .product-gallery.row > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-gallery.product-gallery-sticky {
        top: 2rem;
    }

.product-gallery-btn {
    position: absolute;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    left: 1.5rem;
    bottom: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50%;
    color: #999;
    background: #fff;
    font-size: 2rem;
    line-height: 1;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

    .product-gallery-btn.product-degree-viewer {
        bottom: 6.5rem;
    }

    .product-gallery-btn.product-video-viewer {
        bottom: 11.5rem;
    }

    .product-gallery-btn:hover {
        opacity: 1;
        color: #333;
    }

.product-sticky-content.fixed {
    background-color: #fff;
}

.bought-together-products > * {
    width: auto;
}

.bought-together-products .product-wrap {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.8rem;
    flex: 0 0 15.8rem;
    max-width: 15.8rem;
}

    .bought-together-products .product-wrap:not(:first-child) {
        margin-right: 3rem;
    }

        .bought-together-products .product-wrap:not(:first-child) .product-media::before, .bought-together-products .product-wrap:not(:first-child) .product-media::after {
            content: "";
            position: absolute;
            right: -2.5rem;
            top: 50%;
            background-color: #999;
        }

        .bought-together-products .product-wrap:not(:first-child) .product-media::before {
            width: 17px;
            height: 1px;
            -webkit-transform: translateX(8px);
            transform: translateX(8px);
        }

        .bought-together-products .product-wrap:not(:first-child) .product-media::after {
            width: 1px;
            height: 17px;
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
        }

.bought-together-products .product-details {
    padding: 1.5rem 0.2rem 0;
}

.bought-together-products .product-button {
    position: relative;
    margin: 1.3rem 10rem 2.5rem 0;
}

    .bought-together-products .product-button::before, .bought-together-products .product-button::after {
        content: "";
        position: absolute;
        right: -5rem;
        top: 70px;
        width: 17px;
        height: 1px;
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        background-color: #999;
    }

    .bought-together-products .product-button::before {
        margin-top: -12px;
    }

.bought-together-products .bought-price {
    font-size: 2.4rem;
}

.bought-together-products .bought-count {
    margin-bottom: 2.7rem;
    line-height: 1.3;
}

.bought-together-products .product-media:hover img {
    opacity: 1;
}

.bought-together-products .product-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .bought-together-products .product-checkbox label {
        position: static;
        padding-right: 0;
    }

.bought-together-products .custom-checkbox {
    cursor: pointer;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

    .bought-together-products .custom-checkbox + label::before {
        top: 1.5rem;
        right: 1.5rem;
        -webkit-transform: none;
        transform: none;
    }

.product-tabs .nav-item:not(:last-child) {
    margin-left: 4rem;
}

.product-tabs .nav-link {
    padding: 1.5rem 0 1.3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    text-transform: capitalize;
}

    .product-tabs .nav-link::after {
        border-top: 2px solid transparent;
    }

.product-tabs .nav-tabs .nav-link:hover, .product-tabs .nav-tabs .nav-link.active {
    color: #333;
}

.product-tabs .tab-pane {
    padding: 3.5rem 0 2.7rem;
}

.product-tabs ul {
    font-size: 1.4rem;
    color: #666;
}

.product-tabs .product-video img {
    min-height: 20rem;
}

#product-tab-description .sub-title {
    margin: 0.4rem 0 0.4rem;
    font-size: 1.4rem;
}

    #product-tab-description .sub-title span {
        margin-left: 1.2rem;
    }

#product-tab-description .detail {
    line-height: 1.6;
}

#product-tab-description ul {
    font-size: 1.3rem;
}

#product-tab-description.card-body .col-md-6 {
    margin-bottom: 1.7rem;
}

#product-tab-specification ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0rem 0 1rem;
}

#product-tab-specification ul label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    max-width: 20rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 1;
    color: #333;
}

#product-tab-specification ul p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

#product-tab-vendor .vendor-banner img {
    min-height: 29.5rem;
    width: 100%;
}

#product-tab-vendor .vendor-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.7rem;
}

#product-tab-vendor .vendor-logo img {
    border: 1px solid #eee;
    border-radius: 5px;
}

#product-tab-vendor .vendor-name {
    margin: 0.3rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

    #product-tab-vendor .vendor-name a {
        color: inherit;
    }

#product-tab-vendor .ratings-full {
    margin-left: 0.8rem;
}

#product-tab-vendor .rating-reviews {
    font-size: 1.4rem;
    color: #666;
}

#product-tab-vendor .vendor-info {
    margin-bottom: 3.1rem;
    font-size: 1.4rem;
}

    #product-tab-vendor .vendor-info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.75rem 0;
    }

    #product-tab-vendor .vendor-info label {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
        flex: 0 0 12rem;
        max-width: 12rem;
        padding-left: 1rem;
        color: #333;
    }

#product-tab-vendor .store-address {
    font-size: 1.4rem;
    color: #666;
    opacity: 1;
}

#product-tab-vendor .store-phone a {
    color: #333;
}

    #product-tab-vendor .store-phone a:hover {
        color: #2c4beb;
    }

#product-tab-vendor p {
    font-size: 1.4rem;
    line-height: 1.75;
}

#product-tab-description.card-body,
#product-tab-vendor.card-body,
#product-tab-specification.card-body,
#product-tab-reviews.card-body {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
}

.accordion-simple:not(.accordion-icon) .card-header a::after {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    #product-tab-vendor .pl-md-6 {
        padding-right: 3rem !important;
    }
}

#product-tab-reviews {
    border-bottom-width: 0;
}

    #product-tab-reviews p {
        font-size: 1.4rem;
    }

    #product-tab-reviews .avg-rating-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    #product-tab-reviews .avg-mark {
        font-size: 6em;
        font-weight: 600;
        color: #2c4beb;
        letter-spacing: -0.025em;
        line-height: 1;
        margin-bottom: 0;
    }

    #product-tab-reviews .avg-rating {
        margin-right: 1.8rem;
    }

        #product-tab-reviews .avg-rating p {
            font-size: 1.4rem;
            line-height: 1.4;
        }

        #product-tab-reviews .avg-rating .ratings-container {
            margin-bottom: 0.3rem;
        }

        #product-tab-reviews .avg-rating .ratings-full {
            margin-left: 0.8rem;
        }

    #product-tab-reviews .ratings-value {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }

        #product-tab-reviews .ratings-value span:first-child {
            margin-left: 2.1rem;
            font-size: 2.5rem;
        }

        #product-tab-reviews .ratings-value .count {
            margin-right: 0.6rem;
            font-size: 1.2rem;
            color: #aaa;
        }

    #product-tab-reviews .ratings-list .ratings-container {
        margin-bottom: 1.5rem;
    }

    #product-tab-reviews .ratings-list .progress-bar {
        max-width: 20rem;
        margin-right: 1.3rem;
        margin-bottom: 0;
        border-radius: 0.4rem;
    }

        #product-tab-reviews .ratings-list .progress-bar span {
            border-radius: 0.4rem;
        }

    #product-tab-reviews .ratings-list .progress-value {
        margin-right: 2rem;
        min-width: 4rem;
    }

        #product-tab-reviews .ratings-list .progress-value mark {
            font-size: 1.2rem;
            color: #666;
        }

    #product-tab-reviews .title-link {
        font-size: 1.4rem;
    }

    #product-tab-reviews .review-form {
        padding-top: 0.3rem;
    }

        #product-tab-reviews .review-form .form-control {
            min-height: 4rem;
            margin-bottom: 2rem;
            font-family: yekan;
            font-size: 1.3rem;
            border-color: #eee;
            color: #777;
        }

            #product-tab-reviews .review-form .form-control::-webkit-input-placeholder {
                color: inherit;
            }

            #product-tab-reviews .review-form .form-control::-moz-placeholder {
                color: inherit;
            }

            #product-tab-reviews .review-form .form-control:-ms-input-placeholder {
                color: inherit;
            }

            #product-tab-reviews .review-form .form-control::-ms-input-placeholder {
                color: inherit;
            }

            #product-tab-reviews .review-form .form-control::placeholder {
                color: inherit;
            }

        #product-tab-reviews .review-form textarea {
            height: 13.3rem;
        }

        #product-tab-reviews .review-form .btn {
            background-color: #454545;
            border-color: #454545;
        }

    #product-tab-reviews .form-group {
        margin: 0.4rem 0 4.1rem;
        font-size: 1.4rem;
    }

        #product-tab-reviews .form-group label {
            padding-right: 2.7rem;
        }

        #product-tab-reviews .form-group .custom-checkbox + label::before {
            top: 0;
            -webkit-transform: none;
            transform: none;
            margin-top: 0.2rem;
        }

    #product-tab-reviews .tab-nav-boxed .nav-item {
        margin: 0 1rem 0.5rem 1rem;
    }

    #product-tab-reviews .tab-nav-boxed .nav-link {
        font-size: 1.3rem;
        font-weight: 600;
        color: #333;
        border-width: 1px;
        padding: 0.9em 1.5em;
        border-radius: 2rem;
    }

        #product-tab-reviews .tab-nav-boxed .nav-link::after {
            content: none;
        }

        #product-tab-reviews .tab-nav-boxed .nav-link:hover, #product-tab-reviews .tab-nav-boxed .nav-link.active {
            color: #2c4beb;
        }

    #product-tab-reviews .tab-nav-boxed .tab-pane {
        padding: 1.5rem 0 0;
    }

.vendor-product-section {
    margin-bottom: 4.2rem;
}

    .vendor-product-section .ratings-container, .related-product-section .ratings-container {
        margin-bottom: 0.3rem;
    }

.product-single .product-countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.7rem 0 1.3rem;
    font-size: 1.5rem;
}

    .product-single .product-countdown-container .countdown-amount {
        font-weight: 700;
        color: #2c4beb;
    }

.description-section .title.title-link::before, .review-section .title.title-link::before {
    height: 0.2rem;
}

aside .service-list {
    padding: 0 2rem;
    border: 1px solid #eee;
}

    aside .service-list > * {
        padding: 1.6rem 0;
    }

        aside .service-list > *:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

    aside .service-list .icon-box svg {
        width: 3rem;
        height: 3rem;
    }

    aside .service-list .icon-box-title {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    aside .service-list p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

aside .sp-sidebar-banner .banner-content {
    top: 9%;
    right: 6.5%;
}

aside .sp-sidebar-banner .banner-title, aside .sp-sidebar-banner .banner-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

aside .sp-sidebar-banner span {
    font-size: 2.4rem;
    margin-left: 0.5rem;
}

@media (min-width: 992px) {
    .sticky-both-content .product-details-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.hotspot-banner {
    overflow: visible;
}

.hotspot-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .hotspot-product .product {
        position: absolute;
        opacity: 0;
        width: 20em;
        padding: 1rem;
        visibility: hidden;
        background: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
        border-radius: 0.5rem;
        overflow: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s, z-index 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s, z-index 0.3s, -webkit-transform 0.3s;
        z-index: -1;
    }

        .hotspot-product .product .product-action-vertical {
            opacity: 1;
            visibility: visible;
        }

    .hotspot-product:hover {
        background-color: #333;
    }

        .hotspot-product:hover .btn-hotspot {
            color: #fff;
        }

        .hotspot-product:hover .product {
            opacity: 1;
            visibility: visible;
            z-index: 1;
        }

    .hotspot-product.hotspot-product-1 {
        right: 22.6%;
        top: 10.9%;
    }

    .hotspot-product.hotspot-product-2 {
        right: 23.8%;
        top: 82%;
    }

    .hotspot-product.hotspot-product-3 {
        right: 71.1%;
        top: 36.1%;
    }

.hotspot-right .product {
    right: 100%;
    top: -6rem;
}

.hotspot-right:hover .product {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
}

.hotspot-top .product {
    bottom: 100%;
    right: -40px;
}

.hotspot-top:hover .product {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.hotspot-left .product {
    left: 100%;
    top: -60px;
}

.hotspot-left:hover .product {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.btn-hotspot {
    font-size: 1.2em;
    line-height: 1;
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pswp img {
    border-radius: 0.3rem;
}

@media (min-width: 768px) {
    body.addtocart-fixed .footer {
        padding-bottom: 12.5rem;
    }
}

@media (max-width: 767px) {
    .hotspot-banner {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .bought-together-products .product-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
        flex: 0 0 12rem;
        max-width: 12rem;
    }

    .bought-together-products .product-button {
        margin: -1rem 3rem 3rem 0;
    }

        .bought-together-products .product-button::before, .bought-together-products .product-button::after {
            right: -1.5rem;
        }
}

@media (max-width: 479px) {
    .hotspot-banner {
        font-size: 0.6rem;
    }
}

@media (max-width: 375px) {
    #product-tab-specification ul li::before {
        width: calc(44% - 1rem);
    }

    #product-tab-specification ul label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }
}
/* 7. header */
/*--------------------------------
    Header
        -Header
        -Welcom-msg
        -Header Search
        -Main Menu
        -Other
            - Login
            - Wishlist
        -Stick Header
        -Other Options
--------------------------------*/
.header {
    font-family: yekan;
    background: #fff;
    color: #333;
}

    .header .container,
    .header .container-fluid,
    .header .inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .inner-wrap {
        width: 100%;
    }

    .header a:not(.btn) {
        color: inherit;
    }

        .header a:not(.btn):hover {
            color: #2c4beb;
        }

.header-top,
.header-middle,
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-left,
.header-center,
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right {
    margin-right: auto;
}

.has-center .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.has-center .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.has-center .header-center {
    margin-right: 2rem;
    margin-left: 2rem;
}

.header-top {
    background: #f5f6f8;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
}

    .header-top .header-right {
        padding-left: 0.2rem;
    }

        .header-top .header-right > .dropdown:first-child {
            margin-right: 0;
        }

        .header-top .header-right > .dropdown:hover .dropdown-box::before {
            visibility: visible;
            opacity: 1;
            top: auto;
            bottom: 100%;
        }

        .header-top .header-right .dropdown-box::before {
            content: "";
            position: absolute;
            z-index: 1002;
            right: 50%;
            top: -9999px;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            border: 11px solid transparent;
            border-bottom: 11px solid #fff;
            -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
            transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
            transition: opacity 0.2s ease-out, transform 0.2s ease-out;
            transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
            visibility: hidden;
            opacity: 0;
            cursor: pointer;
            pointer-events: none;
        }

        .header-top .header-right a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .header-top .header-right i {
            margin-left: 0.6rem;
            font-size: 1.5rem;
        }

        .header-top .header-right > * {
            margin-right: 2rem;
        }

        .header-top .header-right .delimiter {
            margin: 0 0.3rem;
            color: #aaa;
        }

        .header-top .header-right .divider {
            width: 1px;
            height: 1.5rem;
            background-color: #ccc;
        }

.logo {
    min-width: 14.4rem;
    margin-left: 0;
}

    .logo img {
        display: block;
    }

.header h1 {
    line-height: 0;
    margin-bottom: 0;
}

.header-bottom {
    color: #333;
    background: #fafafa;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    border: 1px solid #eee;
}

    .header-bottom .main-nav {
        margin-right: 2.1rem;
    }

    .header-bottom .header-right {
        padding-left: 0.2rem;
    }

        .header-bottom .header-right > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1.4rem 0 1.3rem;
        }

            .header-bottom .header-right > a i {
                vertical-align: middle;
            }

                .header-bottom .header-right > a i.w-icon-map-marker {
                    font-size: 2.2rem;
                    margin-top: -0.5rem;
                }

                .header-bottom .header-right > a i.w-icon-sale {
                    font-size: 2.4rem;
                    margin-left: 0.8rem;
                }

            .header-bottom .header-right > a:first-child {
                margin-left: 3.2rem;
            }

    .header-bottom:not(.fixed) .show-dropdown .dropdown-box {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 2rem;
    }

.welcome-msg {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -0.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 14px 0;
    text-transform: uppercase;
}

.header-middle {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: #333;
    background: #fff;
    font-size: 1.2rem;
    border-bottom: none;
}

    .header-middle .header-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
}

    .account .login {
        font-size: 1.3rem;
        line-height: 1.5em;
        color: #999;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .account .w-icon-account {
        color: white;
        width: 5.3rem;
        height: 5.3rem;
        border: 1px solid rgba(238, 238, 238, 0.5);
        font-size: 2.6rem;
        -webkit-transition: border-color 0.3s, color 0.3s;
        transition: border-color 0.3s, color 0.3s;
    }

    .account span {
        color: #ccc;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .account b {
        color: white;
        font-size: 1.5rem;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .account:hover .login, .account:hover span, .account:hover b {
        color: #2c4beb;
    }

    .account:hover .w-icon-account {
        color: #2c4beb;
        border-color: #2c4beb;
    }

.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem;
}

    .header-search input.form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 40px;
        padding: 0.9rem;
        border: 2px solid #e5e5e5;
        font-size: 1.2rem;
        letter-spacing: 0;
        font-family: yekan;
    }

        .header-search input.form-control::-webkit-input-placeholder {
            color: inherit;
        }

        .header-search input.form-control::-moz-placeholder {
            color: inherit;
        }

        .header-search input.form-control:-ms-input-placeholder {
            color: inherit;
        }

        .header-search input.form-control::-ms-input-placeholder {
            color: inherit;
        }

        .header-search input.form-control::placeholder {
            color: inherit;
        }

    .header-search .btn-search {
        margin: 0;
        padding: 0;
        min-width: 5.1rem;
        color: #333;
        border-right: 0;
        border-color: #e5e5e5;
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: -0.025em;
        text-transform: none;
    }

        .header-search .btn-search i {
            font-size: 1.7rem;
            line-height: 1;
            letter-spacing: -0.01em;
            font-weight: 500;
        }

        .header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus {
            color: #2c4beb;
            background-color: transparent;
        }

    .header-search .select-box::before {
        left: 1.2rem;
        margin-top: -0.1rem;
        font-weight: 400;
    }

    .header-search .select-box select {
        position: relative;
        padding: 0 1.5rem 0 2rem;
        border: 0;
        font-weight: 400;
        z-index: 1;
    }

    .header-search.hs-toggle .input-wrapper {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: -2.5rem;
        top: 100%;
        min-width: 30rem;
        padding: 1.5rem;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        z-index: 100;
        -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    .header-search.hs-toggle:hover {
        color: #2c4beb;
    }

    .header-search.hs-toggle .form-control {
        padding: 1.4rem 2rem;
        font-size: 1.3rem;
        color: #777;
        background-color: #f4f4f4;
        border: none;
        height: 5rem;
    }

    .header-search.hs-toggle .btn-search {
        background-color: #f4f4f4;
        min-width: 5rem;
        font-size: 1.8rem;
        color: #222;
        border: none;
    }

        .header-search.hs-toggle .btn-search i {
            margin-bottom: 0.3rem;
            font-size: inherit;
        }

    .header-search.hs-toggle.show .input-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-search.hs-toggle.show .search-toggle::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .header-search.hs-expanded {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 auto;
        min-width: auto;
        max-width: 55.6rem;
    }

        .header-search.hs-expanded .select-box {
            width: 14.6rem;
            border: 2px solid #e5e5e5;
            border-left: none;
            color: #666666;
        }

            .header-search.hs-expanded .select-box::after {
                content: "";
                height: 35px;
                width: 1px;
                background: #e5e5e5;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .header-search.hs-expanded input.form-control {
            color: #666;
            border-left: none;
            .border-right: none;
        }

        .header-search.hs-expanded .btn-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: opacity 0.4s, color 0.4s;
            transition: opacity 0.4s, color 0.4s;
        }

            .header-search.hs-expanded .btn-search i {
                margin: 0;
            }

            .header-search.hs-expanded .btn-search span {
                margin-left: 0.5rem;
                letter-spacing: -0.03em;
            }

    .header-search.hs-simple {
        min-width: 35rem;
    }

        .header-search.hs-simple input.form-control {
            border: none;
            background-color: #f5f5f5;
        }

        .header-search.hs-simple .btn-search {
            position: absolute;
            left: 0;
            height: 100%;
            min-width: 4.5rem;
            background: transparent;
            color: #666;
        }

    .header-search.hs-rounded .select-box,
    .header-search.hs-rounded .form-control {
        border-radius: 0 0.5rem 0.5rem 0;
    }

    .header-search.hs-rounded .btn-search {
        border-radius: 0.5rem 0 0 0.5rem;
    }

    .header-search.hs-rounded.hs-simple input.form-control {
        border-radius: 5rem;
    }

    .header-search.hs-rounded.hs-expanded .form-control {
        border-radius: 0;
    }

    .header-search.hs-round .select-box,
    .header-search.hs-round .form-control {
        border-radius: 0 0.3rem 0.3rem 0;
    }

    .header-search.hs-round .btn-search {
        border-radius: 0.3rem 0 0 0.3rem;
    }

    .header-search.hs-round.hs-simple input.form-control {
        border-radius: 3rem;
    }

    .header-search.hs-round.hs-expanded .form-control {
        border-radius: 0;
    }

.dir-up.hs-toggle .input-wrapper {
    top: auto;
    bottom: 100%;
    margin-bottom: 2rem;
}

.main-nav .menu > .has-submenu {
    padding-left: 1.5rem;
}

.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}

.compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.4rem 0 0 3rem;
    color: #333;
}

    .compare span.compare-label {
        cursor: pointer;
        margin-top: 0.1rem;
        font-weight: inherit;
        color: inherit;
    }

    .compare i {
        font-size: 3.3rem;
        color: inherit;
    }

    .compare:hover {
        color: #2c4beb;
    }

.wishlist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-left: 2.3rem;
    color: #333;
}

    .wishlist span {
        margin-top: 0.3rem;
        font-weight: inherit;
        color: inherit;
        cursor: pointer;
    }

    .wishlist i {
        font-size: 2.7rem;
        color: inherit;
    }

    .wishlist:hover {
        color: #2c4beb;
    }

.header-call {
    position: relative;
    margin-left: 4.8rem;
}

    .header-call .w-icon-call {
        margin: 0 0 0.2rem 0.6rem;
        font-size: 3rem;
    }

    .header-call .call-info {
        margin-top: 0.4rem;
    }

    .header-call .phone-number {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .header-call .chat a {
        color: #333;
    }

        .header-call .chat a:hover {
            color: #2c4beb;
        }

    .header-call:hover .w-icon-call,
    .header-call:hover .phone-number {
        color: #2c4beb;
    }

    .header-call::after {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -2.5rem;
        width: 1px;
        height: 4.1rem;
        background-color: #e5e5e5;
    }

.cart-dropdown {
    color: #333;
}

    .cart-dropdown > a i {
        font-size: 2.6rem;
        color: inherit;
    }

.label-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .label-down i {
        display: inline-block;
    }

    .label-down span {
        display: block;
    }

    .label-down i + span {
        margin-top: 0.3rem;
        letter-spacing: -0.03em;
        line-height: 1;
    }

.header-border .header-bottom {
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }

    .header .sticky-content-wrapper {
        display: none;
    }

    .header-top .header-left {
        margin-left: 2rem;
    }

    .header-middle .header-right > *:not(:last-child) {
        margin-left: 2rem;
    }

    .header-bottom {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-call {
        margin-left: 1rem !important;
    }

        .header-call::after {
            content: none;
        }
}

@media (max-width: 991px) and (min-width: 480px) {
    .header-middle .logo {
        margin-right: 2rem;
    }
}

@media (max-width: 479px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden;
    }

    .welcome-msg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
        animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
    }

    .header-middle .logo {
        margin: 0 auto;
    }

    .header-middle .header-right {
        margin-right: 0 !important;
    }
}


/* Banner Grid */
.intro-banner-group .height-x1 {
    height: 23rem;
}

.intro-banner-group .height-x2 {
    height: 34.5rem;
}

.intro-banner-group .height-x3 {
    height: 46rem;
}

.intro-banner-group .swiper-pagination {
    bottom: 1.9rem;
}

.intro-banner-group .banner-content {
    position: absolute;
}

.intro-banner-group .grid-item2 .banner-content {
    right: 7.7%;
    top: 10%;
}

.intro-banner-group .grid-item2 .banner-title {
    font-size: 2em;
    margin-bottom: 0.4rem;
}

.intro-banner-group .grid-item2 .banner-price-info {
    font-size: 3em;
    margin-bottom: 1.7rem;
}

.intro-banner-group .grid-item2 span {
    font-weight: 800;
}

.intro-banner-group .grid-item2 .btn:hover {
    color: white;
    border-color: #0165D5;
    background-color: #0165D5;
}

.intro-banner-group .grid-item5 .banner-content {
    right: 7.7%;
    padding-top: 0.4rem;
}

.intro-banner-group .grid-item5 .banner-price-info {
    font-size: 1.8em;
    margin-bottom: 0.8rem;
}

.intro-banner-group .grid-item5 .banner-title {
    font-size: 3.6em;
    font-weight: 800;
    margin-bottom: 1.7rem;
}

.intro-banner-group .grid-item5 p {
    color: #aaa;
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
    line-height: 1.2;
}

.intro-banner-group .grid-item5 .btn {
    padding: 1.3rem 2.7rem;
}

.intro-banner-group .grid-item5 i {
    font-size: 1.3em;
    margin: 0 0.3rem 0.3rem 0;
}

.intro-banner-group .grid-item3 .banner-content {
    right: 7.7%;
    padding-top: 0.4rem;
}

.intro-banner-group .grid-item3 .banner-subtitle {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.intro-banner-group .grid-item3 .banner-title {
    font-size: 3em;
    font-weight: 800;
}

.intro-banner-group .grid-item3 .banner-price-info {
    font-size:1.5em;
}

.intro-banner-group .grid-item3 span {
    position: relative;
    top: -1.4rem;
    opacity: 0.8;
    margin: 0 0.2rem 0 0;
}

    .intro-banner-group .grid-item3 span::after {
        position: absolute;
        top: 100%;
        right: 1px;
        margin-top: 0.3rem;
        content: "";
        width: 3.7rem;
        height: 4px;
        background-color: #cfcfcf;
    }

.intro-banner-group .grid-item3 sup {
    position: relative;
    vertical-align: baseline;
    top: -0.56em;
    font-size: 1.7rem;
}

.intro-banner-group .grid-item4 .banner-content {
    right: 7.7%;
    padding-top: 0.5rem;
}

.intro-banner-group .grid-item4 .banner-subtitle {
    font-size: 1.6em;
    margin-bottom: 0.4rem;
}

.intro-banner-group .grid-item4 .banner-title {
    font-size: 3em;
    font-weight: 800;
    margin: 0 -0.1rem 1.6rem 0;
}

.intro-banner-group .grid-item2 .banner-price-info {
    font-size: 1.6em;
    margin-bottom: 2rem;
}

.intro-banner-group .grid-item2 .banner-title {
    font-size: 3em;
    font-weight: 800;
    margin: 0 -0.1rem 1.6rem 0;
}


.intro-banner-group .grid-item4 .divider {
    display: block;
    width: 4rem;
    border-top-width: 0.4rem;
    border-color: #818181;
    margin-bottom: 2.2rem;
}

.intro-banner-group .grid-item4 i {
    font-size: 1.3em;
    margin-right: 0.3rem;
}

/*@media (max-width: 1000px) {
    .grid-item .banner-media img { max-width: unset !important; }
}
@media (max-width: 760px) {
    .grid-item .banner-media img {
        max-width: 100% !important;
    }
}
*/

    .banner-text-left .banner-content {
        left: 7.7%;
        top: 10%;
    }

    .banner-text-left {
        text-align: left !important;
    }

    .banner-text-center .banner-content {
        width: 100% !important;
        right: -1.5% !important;
    }

    .banner-text-center {
        text-align: center !important;
    }



    .banner-white h3 {
        color: #fff !important;
    }

    .banner-white h5, .banner-white h6 {
        color: rgba(225,225,225,0.7) !important;
    }

    .banner-black h3 {
        color: #000 !important;
    }

    .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active, .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        border-color: #0165D5;
        background-color: #0165D5;
    }

    .intro-slide .banner-subtitle {
        font-size: 2.6em;
        letter-spacing: -0.65px;
        margin: 0;
    }

    .intro-slide .banner-title {
        font-size: 4.5em;
        margin-bottom: 0.9rem;
    }

    .intro-slide .banner-price-info {
        font-size: 2.2em;
        margin-bottom: 0.3rem;
    }

        .intro-slide .banner-price-info span {
            font-size: 2.4rem;
            font-weight: 800;
        }

    .intro-slide p {
        font-size: 1.4rem;
        margin: 0 0.2rem 2.1rem 0;
        line-height: 1.6;
    }

    .intro-slide .btn {
        margin-right: 0.2rem;
        padding: 1.22em 2.42em;
    }

        .intro-slide .btn i {
            font-size: 1.8rem;
            margin-right: 0.3rem;
        }

    .intro-slide .banner-content {
        right: 5.8%;
        margin-top: -0.3rem;
    }

    .slide-text-left .banner-content {
        left: 7.7%;
        top: 10%;
    }

    .slide-text-left {
        text-align: left !important;
    }

    .slide-text-center .banner-content {
        width: 100% !important;
        right: -1.5% !important;
    }

    .slide-text-center {
        text-align: center !important;
    }

    .slide-white h2 {
        color: #fff !important;
    }

    .slide-white h3, .slide-white h4 {
        color: rgba(225,225,225,0.7) !important;
    }

    .slide-black h3 {
        color: #000 !important;
    }

    /* اسکلت لودینگ (skeleton loader) */
    .skeleton-slide {
        width: 100%;
        height: 700px;
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
        border-radius: 10px;
    }

    @keyframes loading {
        0% {
            background-position: 200% 0;
        }

        100% {
            background-position: -200% 0;
        }
    }

    /*------------------------------------------
    Menu
        - Default
        - Menu(Main Menu)
            - Megamenu
            - Menu Banner
            - Tips

        -Mobile Menu
            - MobileMenuWrapper
            - MobileMenuContainer
            - MobileMenu
            - MobileMenuOverlay
            - MobileMenuCloseButtonn

        - Vertical Menu
        - Category Menu
-----------------------------------------*/
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .menu a {
            display: inline-block;
            color: inherit;
        }

            .menu a:hover {
                color: #2c4beb;
            }

        .menu .menu-title {
            margin-bottom: 2rem;
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 1;
            letter-spacing: -0.025em;
            text-transform: uppercase;
        }

        .menu .submenu {
            padding: 2rem 0;
            background: #fff;
            font-family: yekan;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            color: #666666;
        }

            .menu .submenu .has-submenu > a::after {
                content: "";
                font-weight: 600;
                font-size: 0.9rem;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .menu li {
            position: relative;
            line-height: 1;
        }

            .menu li a {
                padding: 0.7rem 0 0.8rem 0;
            }

            .menu li ul,
            .menu .megamenu {
                position: absolute;
                top: -9999px;
                right: 100%;
                margin: 0;
                -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
                z-index: 1001;
                visibility: hidden;
                opacity: 1;
                -webkit-transition: -webkit-transform 0.3s ease-out;
                transition: -webkit-transform 0.3s ease-out;
                transition: transform 0.3s ease-out;
                transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
            }

        .menu .megamenu {
            padding: 0 1rem;
        }

        .menu li > .submenu {
            min-width: 21.5rem;
        }

            .menu li > .submenu li {
                padding: 0 1.9rem;
            }

        .menu li:hover > .submenu,
        .menu li:hover .megamenu,
        .menu .show > .submenu,
        .menu .show .megamenu {
            visibility: visible;
            top: -2rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .menu > li {
            margin-left: 3rem;
        }

            .menu > li:last-child {
                margin-left: 0;
            }

            .menu > li > a {
                position: relative;
                padding: 1.8rem 0 1.7rem 0;
                font-weight: 600;
                font-size: 1.4rem;
                letter-spacing: -0.009em;
                line-height: 1.1;
                text-transform: capitalize;
            }

                .menu > li > a::after {
                    margin-right: 0.6rem;
                }

            .menu > li > .submenu,
            .menu > li .megamenu {
                right: -1.5rem;
            }

            .menu > li:hover > a:not(.menu-title), .menu > li.active > a:not(.menu-title) {
                color: #2c4beb;
            }

            .menu > li:hover > .submenu,
            .menu > li:hover .megamenu, .menu > li.show > .submenu,
            .menu > li.show .megamenu {
                top: 100%;
            }

        .menu .has-submenu > a {
            display: block;
            position: relative;
        }

        .menu > .has-submenu > a::after {
            margin-top: 1px;
            left: -16px;
        }

        .menu.no-arrow > li > a::after {
            content: none;
        }

        .menu .megamenu ul {
            position: static;
            -webkit-box-shadow: none;
            box-shadow: none;
            visibility: visible;
            opacity: 1;
        }

    .active-underline > li > a::before {
        content: "";
        position: absolute;
        right: 0;
        margin-top: 17px;
        width: 100%;
        border-color: inherit;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .active-underline > li:hover > a::before, .active-underline > li.active > a::before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .has-submenu > a::after {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        line-height: 0;
        vertical-align: middle;
        font-family: "Font Awesome 5 Free";
        font-size: 1rem;
        color: inherit;
        content: "";
    }





    /* Mega Menu */
    .megamenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 80rem;
        background: #fff;
    }

        .megamenu > li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 2.7rem 1rem 0;
        }

            .megamenu > li.row:last-child {
                padding: 0 0 2rem 2rem;
            }

        .megamenu ul {
            font-size: 1.4rem;
            font-weight: 400;
            color: #666;
            padding: 0;
            letter-spacing: 0;
        }

            .megamenu ul:last-child {
                margin-bottom: 1rem;
            }

    .megamenu-sm {
        min-width: 40rem;
    }

    /* Menu Baner */
    .megamenu .menu-banner {
        height: calc(100% + 2.7rem);
        margin: -2.7rem -1rem 0;
        overflow: hidden;
    }

        .megamenu .menu-banner figure {
            height: 100%;
        }

        .megamenu .menu-banner img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .megamenu .menu-banner .btn:not(.btn-outline) {
            padding: 0;
            letter-spacing: 0.005em;
        }

    .menu-banner1 .banner-content {
        right: 10%;
        bottom: 5%;
    }

    .menu-banner1 .banner-subtitle {
        font-size: 7.187rem;
        letter-spacing: -0.05em;
        -webkit-transform: rotateZ(90deg) translate(-2%, -50%);
        transform: rotateZ(90deg) translate(-2%, -50%);
        margin-bottom: 35px;
    }

    .menu-banner1 .banner-title {
        position: relative;
        margin-bottom: 1.1rem;
        font-size: 2.4rem;
        letter-spacing: -0.05em;
        line-height: 1.3;
    }

        .menu-banner1 .banner-title span {
            display: block;
            font-size: 2.6rem;
            color: #547ca5;
        }

    .menu-banner2 .banner-content {
        top: 8%;
        right: 12.7%;
    }

    .menu-banner2 .banner-price-info {
        font-weight: 500;
    }

    .menu-banner2 .banner-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1.4rem;
    }

    .menu-banner3 .banner-content {
        bottom: 2.8rem;
        right: 12.8%;
    }

    .menu-banner3 .banner-subtitle {
        font-size: 1.6rem;
    }

    .menu-banner3 .banner-title {
        margin-bottom: 0.1rem;
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .menu-banner3 .banner-price-info {
        margin-bottom: 2.3rem;
        font-size: 2rem;
    }

    .menu-banner4 .banner-content {
        top: 6.9%;
        right: 12.7%;
    }

    .menu-banner4 .banner-subtitle {
        margin-bottom: 1.1rem;
        font-size: 1.4rem;
        color: #ccc;
    }

    .menu-banner4 .banner-title {
        margin-bottom: 0.3rem;
        font-size: 2.2rem;
        line-height: 1.1;
    }

    .menu-banner4 .banner-price-info {
        margin-bottom: 1.6rem;
        font-size: 2.2rem;
    }

    .menu-banner4 .btn-outline {
        padding: 0.75em 1.45em;
        letter-spacing: 0;
    }

        .menu-banner4 .btn-outline:hover, .menu-banner4 .btn-outline:active, .menu-banner4 .btn-outline:focus {
            color: #2c4beb;
            background-color: #fff;
            border-color: #fff;
        }

    .menu-banner5 .banner-content {
        margin-top: -0.2rem;
        right: 2rem;
    }

        .menu-banner5 .banner-content.text-right {
            left: 2rem;
        }

    .menu-banner5 .banner-subtitle {
        font-size: 1.3rem;
        margin-bottom: 0.4rem;
    }

    .menu-banner5 .banner-title {
        margin-bottom: 1.4rem;
        font-size: 2rem;
    }

    .menu-banner5 .banner-price-info {
        font-size: 1.3rem;
    }

    .tip {
        display: inline-block;
        position: relative;
        top: -1px;
        right: 7px;
        padding: 0.3rem 0.5rem 0.2rem;
        border-radius: 0.2rem;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
    }

        .tip.tip-new {
            background-color: #2c4beb;
        }

        .tip.tip-hot {
            background-color: #ff9742;
        }

    .mobile-menu-wrapper {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2400;
        font-family: yekan;
        -webkit-transition: visibility 0.4s;
        transition: visibility 0.4s;
    }

    .mobile-menu-container {
        max-width: 296px;
        padding: 2rem 1.5rem;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #222;
        -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: -1px 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX(296px);
        transform: translateX(296px);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
    }

        .mobile-menu-container .input-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 3rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .mobile-menu-container .input-wrapper .form-control {
                min-height: 4rem;
                padding-top: 0.9rem;
                padding-bottom: 0.8rem;
                color: #777;
                border: 1px solid;
                border-color: #333;
                border-left: 0;
                background-color: transparent;
                font-size: 1.2rem;
                border-radius: 0 0.3rem 0.3rem 0;
            }

            .mobile-menu-container .input-wrapper .btn-search {
                padding: 0;
                min-width: 4.8rem;
                background-color: transparent;
                color: #fff;
                font-size: 2rem;
                -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
                align-self: stretch;
                border: 1px solid #333;
                border-right: 0;
                border-radius: 0.3rem 0 0 0.3rem;
            }

                .mobile-menu-container .input-wrapper .btn-search i {
                    margin: 0 0 0.4rem 0;
                }

        .mobile-menu-container .mobile-menu {
            margin-top: 0.4rem;
            margin-bottom: 0.5rem;
            background: #222;
        }

        .mobile-menu-container .tab-content {
            background-color: transparent;
        }

        .mobile-menu-container .nav {
            border: none;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .mobile-menu-container .nav .nav-item {
                margin: 0;
                width: 50%;
            }

        .mobile-menu-container .nav-link {
            margin-bottom: -2px;
            padding: 1rem;
            font-size: 1.3rem;
            color: #fff;
            border-bottom: 2px solid;
        }

        .mobile-menu-container .nav-item.show .nav-link,
        .mobile-menu-container .nav-item .nav-link.active {
            color: #2c4beb;
            border-color: #2c4beb;
        }

        .mobile-menu-container.scrollable::-webkit-scrollbar-thumb, .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
            margin-left: 2px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 7px;
            cursor: pointer;
        }

        .mobile-menu-container .tab-pane {
            font-size: 1.2rem;
            font-weight: 400;
            color: #fff;
        }

    .mobile-menu {
        line-height: 1.5;
        color: #eeeeee;
        text-transform: capitalize;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
    }

        .mobile-menu ul {
            display: none;
            width: 100%;
        }

        .mobile-menu > li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .mobile-menu > li a svg {
                width: 15px;
                height: 15px;
                margin-left: 10px;
                stroke: #fff;
                fill: #fff;
                vertical-align: middle;
                -webkit-transition: color 0.3s;
                transition: color 0.3s;
            }

        .mobile-menu > li:hover svg, .mobile-menu > li.active svg {
            stroke: #ffb639;
            fill: #ffb639;
        }

        .mobile-menu > li:last-child {
            padding-bottom: 0.5rem;
        }

        .mobile-menu > li:not(:last-child) {
            border-bottom: 1px solid #2E3237;
        }

        .mobile-menu li a {
            display: block;
            position: relative;
            padding: 1.3rem 1rem 1.3rem 0.6rem;
            color: inherit;
            -webkit-transition: color 0.3s;
            transition: color 0.3s;
        }

        .mobile-menu li i {
            display: inline-block;
            margin-top: -0.3rem;
            margin-left: 1rem;
            font-size: 1.8rem;
            line-height: 0;
            vertical-align: middle;
        }

        .mobile-menu li li a {
            padding-right: 0.5rem;
        }

        .mobile-menu li li li a {
            padding-right: 0.5rem;
        }

        .mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
            color: #2c4beb;
        }

    .mobile-menu-title {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 600;
        color: #fff;
    }

    .mobile-menu-overlay {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .mobile-menu-close {
        position: fixed;
        right: calc(100vw - 35px);
        top: 25px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0;
        z-index: 1;
    }

        .mobile-menu-close i {
            font-size: 2.8rem;
            color: #e1e1e1;
        }

    .mmenu-active {
        overflow: hidden;
    }

        .mmenu-active .mmenu-anim > li, .mmenu-active .mmenu-anim {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .mmenu-active .page-wrapper {
            margin-right: 296px;
            margin-left: -296px;
        }

        .mmenu-active .mobile-menu-wrapper {
            visibility: visible;
        }

        .mmenu-active .mobile-menu-container {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .mmenu-active .mobile-menu-overlay {
            opacity: 0.5;
        }

        .mmenu-active .mobile-menu-close {
            opacity: 1;
        }

    .toggle-btn {
        display: block;
        position: absolute;
        padding: 6px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.6;
    }

        .toggle-btn::before {
            content: "";
            display: block;
            transform: rotate(180deg);
            font-size: 1.2rem;
            font-weight: 600;
            font-family: "wolmart";
            line-height: 1;
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s;
        }

    .show > a .toggle-btn::before {
        -webkit-transform: rotate(-630deg);
        transform: rotate(-630deg);
    }

    /* Category Menu */
    .category-menu {
        padding: 1rem 0;
        background: #fff;
    }

        .category-menu i {
            display: inline-block;
            vertical-align: middle;
            line-height: 0;
            margin-left: 0.7rem;
            font-size: 1.6rem;
            width: 1.7rem;
            margin-top: -0.2rem;
        }

        .category-menu > li > a {
            display: block;
            padding: 1.3rem 1.1rem 1.3rem 1rem;
            text-transform: capitalize;
            font-size: 1.3rem;
            font-weight: 400;
            line-height: 1.1;
            letter-spacing: -0.007em;
            color: #666666;
        }

            .category-menu > li > a::before {
                content: none;
            }

        .category-menu > li:not(:last-child) > a {
            border-bottom: 1px solid #eeeeee;
        }

        .category-menu > li:last-child > a i {
            margin: 0 0.4rem 0 0;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .category-menu li .megamenu {
            padding: 0 2rem 0 0;
        }

        .category-menu li:last-child {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

        .category-menu li:hover > a:not(.menu-title) {
            color: #2c4beb;
        }

            .category-menu li:hover > a:not(.menu-title) i {
                color: inherit;
            }

        .category-menu > .has-submenu:hover > a::after {
            left: 0.5rem;
        }

        .category-menu .megamenu {
            min-width: 68.5rem;
        }

            .category-menu .megamenu > li:not(:last-child) {
                padding: 2.8rem 0rem 0 2rem;
            }

            .category-menu .megamenu .menu-title {
                font-size: 1.4rem;
                margin-bottom: 1.3rem;
            }

            .category-menu .megamenu .divider {
                border: 1px solid #eeeeee;
                border-bottom: 0px;
                margin: 0.5rem 0 2rem;
            }

            .category-menu .megamenu li a:not(.btn) {
                padding-top: 0.8rem;
            }

            .category-menu .megamenu.type2 {
                display: block;
            }

                .category-menu .megamenu.type2 figure {
                    text-align: center;
                }

    /* Vertical Menu */
    .vertical-menu {
        display: block;
        min-width: 24rem;
    }

        .vertical-menu i.w-icon-electronics, .vertical-menu i.w-icon-furniture {
            font-size: 1.5rem;
            text-align: center;
        }

        .vertical-menu > li {
            margin-left: 0;
            padding: 0 1rem;
        }

            .vertical-menu > li > ul,
            .vertical-menu > li .megamenu {
                -webkit-transform: translate3d(15px, 0, 0);
                transform: translate3d(15px, 0, 0);
            }

            .vertical-menu > li > a {
                display: block;
            }

                .vertical-menu > li > a::after {
                    content: none;
                }

            .vertical-menu > li:hover > ul,
            .vertical-menu > li:hover .megamenu, .vertical-menu > li.active > ul,
            .vertical-menu > li.active .megamenu {
                right: 100%;
                top: 0rem;
            }

            .vertical-menu > li:first-child:hover > ul,
            .vertical-menu > li:first-child:hover .megamenu, .vertical-menu > li:first-child.active > ul,
            .vertical-menu > li:first-child.active .megamenu {
                top: -1rem;
            }

        .vertical-menu > .has-submenu > a::after {
            content: "";
            position: absolute;
            transform: rotate(180deg);
            left: 1rem;
            line-height: 0;
            font-weight: 600;
            font-size: 1.2rem;
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
        }
    /* =============================================
    مگامنو تمام کانتینر - از کنار منوی عمودی تا انتها
   ============================================= */

    /* Horizontal Menu */
    .horizontal-menu {
        width: 100%;
        padding: 1rem 3.2rem;
        background-color: #333;
        border-radius: 0.5rem;
        color: #fff;
        overflow-x: auto;
    }

        .horizontal-menu > li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 3.05rem;
            text-align: center;
        }

            .horizontal-menu > li:not(:last-child) > a {
                border-bottom: none;
            }

            .horizontal-menu > li > a {
                padding: 0.8rem 1rem;
                font-size: 1.2rem;
                font-weight: 400;
                letter-spacing: 0;
            }

            .horizontal-menu > li:hover i {
                -webkit-transform: translateY(-0.5rem);
                transform: translateY(-0.5rem);
            }

            .horizontal-menu > li:last-child > a i {
                margin: 0 0 0.9rem;
                font-size: 3rem;
                font-weight: 400;
            }

        .horizontal-menu i {
            display: block;
            width: auto;
            height: 3rem;
            margin: 0 0 0.9rem;
            font-size: 3rem;
            line-height: inherit;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

        .horizontal-menu::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        .horizontal-menu::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
        }

    @media (min-width: 1200px) {
        .category-menu .megamenu.type2 {
            min-width: 88rem;
        }
    }

    @media (max-width: 1199px) {
        .main-nav .menu .megamenu {
            right: -18rem;
        }

        .category-menu .megamenu.type2 {
            min-width: 70rem;
        }
    }





    /*test*/



    /* ============================================
           اسکرول بار سفارشی
           ============================================ */
    .category-sidebar::-webkit-scrollbar,
    .tab-content-area::-webkit-scrollbar {
        width: 5px;
    }

    .category-sidebar::-webkit-scrollbar-track,
    .tab-content-area::-webkit-scrollbar-track {
        background: var(--border-gray-100);
        border-radius: 10px;
    }

    .category-sidebar::-webkit-scrollbar-thumb,
    .tab-content-area::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

    body.dark .category-sidebar::-webkit-scrollbar-thumb,
    body.dark .tab-content-area::-webkit-scrollbar-thumb {
        background: #334155;
    }


    /*test*/











    /* 9. Demo */
    /* Demo10 */
    /* Header */
    .header-search input.form-control {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .header-bottom .header-right > a {
        padding-bottom: 1.4rem;
    }

    .category-dropdown .dropdown-box::before {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 1.6rem;
        border: 9px solid transparent;
        border-bottom: 9px solid #fff;
    }

    /* Intro Wrapper */
    .intro-wrapper .swiper-button-next,
    .intro-wrapper .swiper-button-prev,
    .intro-wrapper:hover .swiper-button-next,
    .intro-wrapper:hover .swiper-button-prev {
        margin-top: -2.5rem;
        color: #000 !important;
        opacity: 0.3;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .intro-wrapper .swiper-button-next:not(.swiper-button-disabled):hover,
        .intro-wrapper .swiper-button-prev:not(.swiper-button-disabled):hover,
        .intro-wrapper:hover .swiper-button-next:not(.swiper-button-disabled):hover,
        .intro-wrapper:hover .swiper-button-prev:not(.swiper-button-disabled):hover {
            opacity: 1;
        }

    .intro-wrapper .swiper-button-next,
    .intro-wrapper:hover .swiper-button-next {
        left: 9.8%;
    }

    .intro-wrapper .swiper-button-prev,
    .intro-wrapper:hover .swiper-button-prev {
        right: 9.8%;
    }

    .intro-slide .banner-subtitle {
        font-size: 2.6em;
        letter-spacing: -0.65px;
        margin: 0;
    }

    .intro-slide .banner-title {
        font-size: 4.5em;
        margin-bottom: 0.9rem;
    }

    .intro-slide .banner-price-info {
        font-size: 2.2em;
        margin-bottom: 0.3rem;
    }

        .intro-slide .banner-price-info span {
            font-size: 2.4rem;
            font-weight: 800;
        }

    .intro-slide p {
        font-size: 1.4rem;
        margin: 0 0.2rem 2.1rem 0;
        line-height: 1.6;
    }

    .intro-slide .btn {
        margin-right: 0.2rem;
        padding: 1.22em 2.42em;
    }

        .intro-slide .btn i {
            font-size: 1.8rem;
            margin-right: 0.3rem;
        }


    /* Icon Box Wrapper */
    .icon-box-wrapper {
        border: 1px solid #eee;
    }

        .icon-box-wrapper .icon-box-side {
            position: relative;
            padding: 2.5rem 0 2.2rem;
        }

        .icon-box-wrapper .icon-box-icon {
            margin-left: 1.9rem;
            margin-top: -0.1rem;
        }

        .icon-box-wrapper .icon-box-title {
            margin-bottom: 0.6rem;
            letter-spacing: -0.025em;
        }

        .icon-box-wrapper .icon-payment {
            margin-top: 0.2rem;
        }

        .icon-box-wrapper i.w-icon-bag {
            font-size: 3.6rem;
        }

        .icon-box-wrapper .icon-money {
            margin-left: 1.8rem;
        }

    /* Product Grid */
    .title-deals {
        padding: 0.9rem 0 0.4rem 0;
    }

        .title-deals a {
            margin-bottom: 0.1rem;
        }

        .title-deals .title {
            margin-bottom: 0.3rem;
        }

        .title-deals .product-countdown-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0.5rem;
            background-color: #454545;
            padding: 0.4rem 0.8rem;
            border-radius: 0.3rem;
        }

        .title-deals a i {
            font-size: 1.8rem;
            margin-top: -0.1rem;
            margin-right: 0.7rem;
        }

    .product-grid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, calc(100% / 6));
    }

        .product-grid .product-wrap {
            -ms-grid-column-span: 1;
            grid-column-end: span 1;
            -ms-grid-row-span: 1;
            grid-row-end: span 1;
        }

        .product-grid .grid-item3 {
            -ms-grid-column-span: 2;
            grid-column-end: span 2;
            -ms-grid-row-span: 2;
            grid-row-end: span 2;
        }

            .product-grid .grid-item3 .product, .product-grid .grid-item3 .product-media, .product-grid .grid-item3 img {
                height: 100%;
                border-radius: 0 0 0.5rem 0.5rem;
            }

            .product-grid .grid-item3 .product-details {
                position: absolute;
                bottom: 1.9vw;
                padding: 1.6rem 0;
                background-color: transparent;
            }

            .product-grid .grid-item3 .product-name {
                padding: 0 2rem;
                font-size: 1.8rem;
                font-weight: 500;
                line-height: 1.4;
            }

            .product-grid .grid-item3 .product-price {
                font-size: 2.4rem;
                font-weight: 600;
            }

            .product-grid .grid-item3 .ratings-full, .product-grid .grid-item3 .rating-reviews {
                font-size: 1.3rem;
            }

        .product-grid .ratings-full {
            margin-bottom: 0.1rem;
        }


    /* Notification Wrapper */
    .notification-wrapper {
        min-height: 6.4rem;
    }

        .notification-wrapper .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 83.5%;
            width: 100%;
        }

            .notification-wrapper .content::before {
                content: "";
                font-size: 2.2rem;
                font-family: "wolmart";
                color: #eee;
            }

        .notification-wrapper p {
            font-size: 2.2rem;
            margin: 0.1rem 1rem 0 2rem;
            color: #eee;
            line-height: 1;
        }

        .notification-wrapper .btn {
            padding: 1.1rem 1.7rem;
            margin-left: -0.1rem;
            font-size: 1.3rem;
            border-width: 1px;
        }

            .notification-wrapper .btn i {
                font-size: 1.8rem;
            }

    /* Top Categories Wrapper */
    .title-categories {
        margin-bottom: 2.6rem;
    }

    .categories-wrapper .swiper-slide {
        border: 1px solid #eee;
    }

    .categories-wrapper .category-content {
        bottom: 1.3rem;
    }

    .categories-wrapper .category-name {
        font-size: 1.6rem;
        letter-spacing: 0;
    }


    /* Vendor Wrapper */
    .vendor-wrapper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background-color: #000;
        border-color: #000;
        opacity: 0.2;
    }

    .vendor-wrapper .swiper-pagination {
        margin-top: -1rem;
    }

    .vendor-widget {
        padding: 0.7rem 0.6rem;
        border: 1px solid #eee;
    }

        .vendor-widget .vendor-name {
            font-size: 1.8rem;
            margin-bottom: 0.7rem;
        }

        .vendor-widget .btn {
            font-size: 1.2rem;
        }

            .vendor-widget .btn:hover {
                color: #0165D5;
            }

    .vendor-products.grid-type > * {
        padding: 0.5rem;
    }

    .vendor-details {
        padding: 1.7rem 1.5rem 1.2rem 0;
    }

    .vendor-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
        flex: 0 0 8rem;
        max-width: 8rem;
        border: 1px solid #eee;
    }

    .vendor-widget-1 .vendor-personal {
        margin: 0 0.9rem 0 0;
    }

    .vendor-widget-1 .ratings-container {
        margin-bottom: 0.8rem;
    }

    /* Category Banner Wrapper */
    .category-banner-wrapper {
        margin-top: 3.6rem;
    }

        .category-banner-wrapper .banner-content {
            right: 7.6%;
            margin-top: 0.2rem;
        }

        .category-banner-wrapper .banner-media img {
            min-height: 20rem;
        }

        .category-banner-wrapper .banner-subtitle {
            margin-bottom: 0.3rem;
        }

        .category-banner-wrapper .banner-title {
            font-size: 3.2em;
        }

        .category-banner-wrapper span {
            line-height: 0.7em;
            margin: 0.6rem 0 3.4rem 0;
        }

        .category-banner-wrapper .btn i {
            font-size: 1.8rem;
            margin: -0.3rem 0.7rem 0 0;
        }

    /* Tab Product Wrapper */
    .nav-filters {
        padding: 0;
    }

        .nav-filters li {
            font-size: 1.3rem;
        }

            .nav-filters li:not(:last-child) {
                margin-left: 3.7rem;
            }

    .filter-title .title {
        margin-top: 0.7rem;
        margin-bottom: 1.7rem;
    }

    .filter-content {
        margin-bottom: 2.7rem;
    }

        .filter-content .ratings-full {
            margin-bottom: 0.2rem;
        }
    /* Category Banner 3Cols */
    .category-banner-3cols img {
        min-height: 20rem;
    }

    .category-banner-3cols .banner-content {
        top: 12%;
        right: 7.1%;
    }

    .category-banner-3cols .banner-title {
        margin-bottom: 1.1rem;
        font-size: 2.2em;
        line-height: 1.4;
    }

    .category-banner-3cols span {
        font-weight: 300;
    }

    /* Deals Wrapper */
    .deals-wrapper .title-underline {
        padding: 0 0 1.7rem 3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .deals-wrapper .widget-body .product-widget {
        height: 33.333%;
    }

    .deals-wrapper .widget-body .product-widget-wrap,
    .banner-product-wrapper .widget-body .product-widget-wrap {
        height: 100%;
    }

    @media (min-width: 992px) {
        .product-gallery-vertical .product-thumbs-wrap {
            max-width: 6rem;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
        }

        .product-gallery-vertical .product-single-swiper {
            max-width: calc( 100% - 7rem );
        }
    }

    .single-product {
        padding: 2.6rem 1.8rem 2rem 1.9rem;
        border: 1px solid #eee;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

        .single-product .product-title {
            font-size: 2rem;
        }

        .single-product .new-price {
            font-size: 2.4rem;
            line-height: 1.1;
        }

        .single-product .product-details {
            padding-right: 0;
            padding-top: 0.4rem;
            overflow-y: auto;
        }

        .single-product .product-divider {
            margin: 0.6rem 0 1rem;
        }

        .single-product .product-price {
            margin-bottom: 1.3rem;
        }

        .single-product .product-countdown-container {
            margin-bottom: 1.2rem;
        }

        .single-product .ratings-container {
            margin-bottom: 2.2rem;
            font-size: 1.3rem;
        }

        .single-product .ratings-full,
        .single-product .ratings {
            letter-spacing: 0.3em;
        }

        .single-product .product-form label {
            max-width: 3.7rem;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 3.7rem;
            flex: 0 0 3.7rem;
            font-size: 1.3rem;
        }

        .single-product .product-size-swatch .size {
            padding-right: 0.85rem;
            padding-left: 0.85rem;
            color: #999;
        }

        .single-product .product-qty-form {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 15.2rem;
            flex: 0 0 15.2rem;
            max-width: 15.2rem;
        }

        .single-product .input-group .form-control {
            padding: 0 2rem 0 1.3rem;
        }

        .single-product .input-group button {
            left: 1.4rem;
        }

            .single-product .input-group button + button {
                margin-left: 3.1rem;
            }

        .single-product .product-form:not(.product-variation-form) {
            border-top: 1px solid #eee;
        }

        .single-product .social-links-wrapper {
            margin-top: 0.3rem;
        }

            .single-product .social-links-wrapper .btn-product-icon {
                margin-left: 1.9rem;
                font-size: 1.9rem;
            }

                .single-product .social-links-wrapper .btn-product-icon.btn-compare {
                    font-size: 2.1rem;
                }

    .ratings-full::before {
        color: #ccc;
    }

    .rating-reviews {
        color: #999;
    }

    .product-widget {
        padding: 1rem 0;
    }

        .product-widget .product-media {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45.5%;
            flex: 0 0 45.5%;
            max-width: 45.5%;
        }

        .product-widget .product-details {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
            max-width: 55.5%;
        }

        .product-widget .product-name {
            margin-bottom: 0.6rem;
            color: #333;
            font-weight: 500;
        }

        .product-widget .ratings-container {
            margin-bottom: 0.7rem;
        }

        .product-widget .product-price {
            font-size: 1.6rem;
        }

    .widget-products .widget-body {
        padding: 2.6rem 2rem 2.3rem;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

    .single-product:hover,
    .widget-products.widget-products-bordered .widget-body:hover {
        border-color: #2c4beb;
    }

    @media (min-width: 1200px) {
        .deals-wrapper .product-details {
            max-height: 40.8rem;
        }
    }

    @media (min-width: 992px) {
        .deals-wrapper .single-product .product-gallery,
        .deals-wrapper .single-product .product-single-swiper,
        .deals-wrapper .single-product .product-single-swiper .product-image,
        .deals-wrapper .single-product .product-single-swiper img {
            min-height: 34rem;
        }

        .deals-wrapper .single-product .product-details {
            max-height: 34.5rem;
        }
    }

    .product-countdown-container .product-countdown, .product-countdown-container label {
        white-space: nowrap;
    }

    /* Category Wrapper */
    .category-wrapper {
        margin-bottom: 5.2rem;
    }

    /* Vendor Wrapper */
    .gutter-sm {
        margin: 0 -2.5px;
    }

        .gutter-sm > * {
            padding: 0 2.5px;
        }

    .vendor-widget-2 {
        border-color: #e5e5e5;
    }

    /* Category Banner 2Cols */
    .category-banner-2cols {
        margin-bottom: 3.9rem;
    }

        .category-banner-2cols img {
            min-height: 15rem;
        }

        .category-banner-2cols .banner-content:not(.text-center) {
            right: 6.5%;
        }

            .category-banner-2cols .banner-content:not(.text-center) .banner-subtitle {
                margin-bottom: 0.2rem;
                font-size: 1.4em;
            }

            .category-banner-2cols .banner-content:not(.text-center) .banner-title {
                margin-bottom: 0.6rem;
                font-size: 2.6em;
            }

            .category-banner-2cols .banner-content:not(.text-center) .banner-price-info {
                font-weight: 500;
            }

        .category-banner-2cols .text-center .banner-subtitle {
            margin-bottom: 0.4rem;
            font-size: 2em;
        }

        .category-banner-2cols .text-center .banner-title {
            margin-bottom: 0.6rem;
            font-size: 3em;
        }

        .category-banner-2cols .banner-price-info {
            font-size: 1.6em;
        }

        .category-banner-2cols .banner-title {
            font-weight: 800;
        }

    /* Products */
    .filter-with-title {
        margin-bottom: 1.1rem;
    }

        .filter-with-title .title {
            margin-bottom: 0.9rem;
        }

    #products-1,
    #products-2 {
        margin-bottom: 4.1rem;
    }

    #products-3 {
        margin-bottom: 3.7rem;
    }

    /* Banner */
    .banner-lg .banner-content {
        right: 6.6%;
        margin-top: -0.1rem;
    }

    .banner-lg .banner-subtitle {
        margin-bottom: 0.4rem;
        font-size: 1.6em;
        font-weight: 300;
    }

    .banner-lg .banner-title {
        margin: 0 0 2.9;
        margin-bottom: 2.9rem;
        font-size: 3em;
        font-weight: 800;
    }

    .banner-md .banner-content {
        right: 6.5%;
        padding-top: 0.3rem;
    }

    .banner-md .banner-subtitle {
        margin-bottom: 0.3rem;
        font-size: 1.6em;
    }

    .banner-md .banner-title {
        font-size: 2.6em;
        font-weight: 800;
        margin-bottom: 1.4rem;
    }

    .height-x1 {
        height: 22rem;
    }

    .height-x2 {
        height: 44rem;
    }

    /* Grey Section */
    .grey-section {
        background-color: #f7f7f7;
    }

    /* Brand Wrapper */
    .brand-wrapper {
        border: 1px solid #eee;
    }

        .brand-wrapper:last-child {
            margin-top: -1px;
        }

    .brand-col .brand-wrapper {
        border-top: none;
    }

        .brand-col .brand-wrapper:last-child {
            border-bottom: none;
        }

    .brand-col:last-child .brand-wrapper {
        margin-left: 1px;
        border-left: none;
    }

    .brand-col .brand-wrapper {
        border-right: none;
    }

    /* Post Wrapper */
    .title-link-wrapper a {
        color: #333;
    }

        .title-link-wrapper a:hover {
            color: #2c4beb;
        }

    .title-link-wrapper::after {
        content: none;
    }

    .post-meta a {
        font-size: 1.3rem;
    }

    /* Responsive */
    @media (max-width: 1199px) {
        .intro-slide2 .banner-content {
            padding-left: 2.5%;
        }
    }

    @media (max-width: 991px) {
        .intro-slide2 {
            font-size: 0.9rem;
        }
    }

    @media (max-width: 767px) {
        .floating-item {
            left: auto;
            right: 50%;
        }

        .intro-slide2 .container {
            text-align: start;
        }

        .intro-slide2 .banner-title {
            font-size: 8em;
        }

        .intro-slide3 .banner-content {
            left: 4%;
        }
    }

    @media (max-width: 575px) {
        .banner {
            font-size: 0.8rem;
        }
    }

    @media (max-width: 479px) {
    }











    /*-----Shop Page-----*/
    /* Shop Default Banner */
    .shop-default-banner {
        min-height: 35rem;
    }

        .shop-default-banner .banner-content {
            position: absolute;
            right: 5.8%;
            margin-top: -0.3rem;
            padding: 2rem;
        }

        .shop-default-banner .banner-subtitle {
            font-size: 3em;
            margin-bottom: 0.4rem;
            color: #D8DADC;
        }

        .shop-default-banner .banner-title {
            font-size: 5.8em;
            font-weight: 800;
            line-height: 1em;
            letter-spacing: -1.45px;
            margin-bottom: 3.2rem;
        }

        .shop-default-banner .btn {
            padding: 1.7rem 3.3rem;
            margin-right: 0.4rem;
            border-color: rgba(255, 255, 255, 0.7);
        }

    .toolbox-right {
        margin-right: 0;
        margin-left: auto;
    }

    @-webkit-keyframes sidebar-fadeIn {
        0% {
            opacity: 0;
        }

        80% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes sidebar-fadeIn {
        0% {
            opacity: 0;
        }

        80% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @media (min-width: 1500px) {
        .filter-content.cols-xl-4 > * {
            max-width: 16.6666%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
        }

        .header-top .header-right > * {
            margin-right: 2.1rem;
        }
    }

    @media (max-width: 1500px) {
        .top-banner .btn {
            margin-left: 6.4rem;
        }

        .top-banner .banner-close {
            left: 2rem;
        }

        .top-banner .banner-content {
            padding-right: 0;
        }

        .top-banner .banner-title {
            margin-left: 2rem;
            font-size: 1.7rem;
        }

        .brands-wrapper {
            margin-top: 3.4rem;
        }
    }

    @media (max-width: 1400px) {
        .account span, .header-call .call-info {
            display: none;
        }

        .header-call::after {
            left: -2.1rem;
        }

        .product-grid {
            grid-template-columns: repeat(auto-fill, calc(100% / 4));
        }

            .product-grid .grid-item3 {
                -ms-grid-column: 1;
                grid-column-start: 1;
                -ms-grid-row: 1;
                grid-row-start: 1;
            }

        .header-search.hs-expanded .select-box {
            width: 13.5rem;
        }
    }

    @media (min-width: 1200px) and (max-width: 1400px) {
        .footer-newsletter .col-xl-4,
        .footer-newsletter .col-xl-8 {
            max-width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }
    }

    @media (min-width: 1200px) {
        .main-content {
            max-width: calc(100% - 31.5rem);
        }
    }

    @media (max-width: 1199px) {
        .container {
            padding: 0 2rem;
        }

        .sidebar {
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            max-width: 0;
        }

            .sidebar .submenu-toggle-btn {
                display: block;
            }

        .vertical-menu > .has-submenu > a,
        .dropdown-nav .menu .has-submenu > a {
            margin-left: 5rem;
        }

            .vertical-menu > .has-submenu > a::after,
            .dropdown-nav .menu .has-submenu > a::after {
                display: none;
            }

        .vertical-menu > li.show ul,
        .vertical-menu > li.show .megamenu,
        .vertical-menu > li.show .submenu,
        .dropdown-nav .menu > li.show ul,
        .dropdown-nav .menu > li.show .megamenu,
        .dropdown-nav .menu > li.show .submenu {
            display: block;
            position: relative;
            right: 0;
            top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            min-width: 26.5rem;
            padding-bottom: 0.5rem;
            margin-bottom: 0;
            visibility: visible;
            opacity: 1;
        }

        .vertical-menu > .has-submenu.show .megamenu > li:last-child {
            display: none;
        }

        .dropdown-nav .menu > li:hover .megamenu li:last-child, .dropdown-nav .menu > li:hover .submenu li:last-child {
            display: block;
        }

        .vertical-menu > li:first-child.show > ul, .vertical-menu > li:first-child.show .megamenu {
            top: 0;
        }

        .vertical-menu > li:not(.show).active .megamenu,
        .vertical-menu > li:not(.show).active > ul,
        .vertical-menu > li:not(.show):hover .megamenu,
        .vertical-menu > li:not(.show):hover > ul {
            visibility: hidden;
            opacity: 0;
        }

        .category-menu .megamenu > li:not(:last-child) {
            margin: 0.5rem 0 -1rem 0;
            padding-top: 1rem;
        }

        .category-menu .megamenu .divider {
            border: 0;
            margin-bottom: 0.5rem;
        }

        .category-menu li .megamenu.type2 {
            padding-right: 1rem;
        }

        .main-nav .megamenu > li, .main-nav .submenu {
            padding-top: 0.5rem;
        }

            .main-nav .submenu .submenu {
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

                .main-nav .submenu .submenu li {
                    padding: 0;
                }

        .main-nav .menu > .has-submenu {
            padding-left: 1rem;
        }

        .menu .submenu .has-submenu > a::after {
            content: "";
        }

        .menu .submenu .has-submenu > a {
            font-size: 1.4rem;
            font-weight: 600;
            color: #333;
            letter-spacing: -0.025em;
            cursor: text;
            padding-top: 1rem;
        }

        .header-middle .header-logo {
            display: block;
            margin-left: 2rem;
        }

        .header-middle.sticky-content.fixed {
            right: 0;
        }

        .sidebar-fixed .left-sidebar-content {
            overflow-x: hidden;
        }

        .sidebar-active .page-wrapper {
            margin-right: 315px;
            margin-left: -315px;
        }

        .title-link-wrapper .nav-filters li:not(:last-child) {
            margin-left: 1.5rem;
        }
    }

    @media (min-width: 992px) {
        .toolbox-horizontal .filter-items {
            left: 0;
        }
    }

    @media (max-width: 991px) {
        .footer-top .widget {
            margin-bottom: 3rem;
        }

        .notification-wrapper {
            padding: 3rem;
        }

            .notification-wrapper .content {
                display: block;
                text-align: center;
            }

            .notification-wrapper p {
                margin: 1rem 0 1.5rem;
                font-size: 2.2rem;
                line-height: 1.5;
            }

            .notification-wrapper i.w-icon-mobile {
                margin-left: 0;
            }

        .toolbox-right {
            margin-right: 1rem;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .sidebar-active .sidebar .left-sidebar-content {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .sidebar-fixed .left-sidebar-content {
            position: fixed;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .sidebar-fixed .sidebar-toggle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .sidebar-fixed .sidebar-overlay {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .sale-banner .content-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 32.7rem);
            flex: 0 0 calc(100% - 32.7rem);
            max-width: calc(100% - 32.7rem);
            padding: 2.8rem 0 2.8rem 7.8rem;
        }

        .sale-banner .banner-subtitle {
            padding: 2.6rem 4.9rem 2.2rem 3.2rem;
        }
    }

    @media (max-width: 767px) {
        .banner {
            font-size: 0.8rem;
        }

        .icon-box-wrapper .icon-box-icon {
            margin-left: 0;
        }

        .product-grid {
            grid-template-columns: repeat(auto-fill, calc(100% / 3));
        }

        .filter-title {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .filter-title ul {
                margin: -1.2rem 0 1.2rem 0;
            }
    }

    @media (max-width: 575px) {

       
        .container {
            padding: 0 1.3rem;
        }

        .header-middle .header-logo {
            margin-left: auto;
        }

        .header-middle .dropdown {
            margin-left: 0;
        }

        .product-grid {
            grid-template-columns: repeat(auto-fill, calc(100% / 2));
        }

        .title-post .title,
        .title-recent .title {
            margin-bottom: 1rem;
        }

        .title-link-wrapper .product-countdown-container {
            margin-bottom: 1.2rem;
        }
    }

    @media (max-width: 479px) {
        .top-banner .banner-media img {
            min-height: 5.7rem;
        }

        .top-banner .btn {
            display: none;
        }

        .top-banner i.w-icon-cart {
            display: block;
        }
    }
