/* type2 video */
.video--wrap {
    position: relative;
}

.video__inner {
    position: relative;
    width: 100%;
}

.video__poster {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
}

.video__abs {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    z-index: 1;
}

.content--video-btn {
    position: absolute;
    color: #fff;
    font-size: 3.75rem;
    top: 50%;
    left: 50%;
    background-color: transparent;
    border: none;
    transition: opacity 0.3s ease;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.content--video-btn:hover {
    color: var(--color2);
}

.video--action.play .video__poster {
    opacity: 0;
    visibility: hidden;
}

.video--action.play .content--video-btn {
    opacity: 0;
    visibility: hidden;
}

.video--action.play .video__abs {
    opacity: 1;
    z-index: 2;
}

.video--action:not(.play) .video__poster {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}


/* iran map content style */
.product-shop-hero img,
.product-shop-banner img {
    width: 100%;
}

.product-item-inner {
    margin-bottom: 2rem;
}

.product-shop-banner-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 55%;
    padding: 0 1.5rem;
    text-align: center;
}

.product-shop-banner .title-heading,
.product-shop-banner .button {
    color: #fff !important;
}

.product-shop-banner .title-heading {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.product-shop-banner .button:hover {
    border-bottom: 1px solid #fff;
}

.product-shop-banner .editor-content,
.product-shop-banner .editor-content p {
    font-size: 0.875rem;
}

@media (max-width: 1199.99px) {
    .woocommerce-widget-layered-nav-list li a {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 992px) {
    .product-shop-banner {
        max-width: 100%;
    }

    .product-shop-banner-content {
        max-width: 100%;
    }
}

.product-item .product-item-more {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    color: #6B677A;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    transition: 0.3s;
}

.product-item .product-image {
    display: table;
    padding-bottom: 8px;
}

.product-item .product-item-title {
    color: var(--color1);
    font-family: var(--main_font);
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.5;
}

.product-item .product-desc-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.product-item .product-desc {
    color: #040B29;
    font-size: 0.875rem;
}

.widget.widget-side {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 1rem;
    position: relative;
}

.sidebar-shop .widget-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--color1);
    justify-content: space-between;
    padding: 1rem 0 0;
    font-size: 18px;
}

.sidebar-shop .widget-title .caticon {
    top: auto;
    color: var(--color1);
}

.sidebar-shop {
    order: 2;
}

ul.woocommerce-widget-layered-nav-list {
    margin-top: 20px;
}

.woocommerce-widget-layered-nav a:before {
    content: ' ';
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    margin: 0 0 0 8px !important;
    border: 1px solid #BBBBBB !important;
    display: inline-block;
}

.woocommerce-widget-layered-nav a:after {
    content: "\e928";
    position: absolute;
    font-family: 'icomoon';
    color: #fff;
    line-height: 1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
    margin: 4px 0 0 8px !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

li.woocommerce-widget-layered-nav-list__item a:hover:after,
li.woocommerce-widget-layered-nav-list__item.chosen a:after {
    opacity: 1 !important;
    visibility: visible !important;
}

li.woocommerce-widget-layered-nav-list__item a:hover:before,
li.woocommerce-widget-layered-nav-list__item.chosen a:before {
    background: var(--color1) !important
}

.sidebar-header .title {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--bold_font);
    font-size: 20px;
    background-color: var(--color3);
    margin-bottom: 2rem;
    padding: 1rem;
    color: var(--color1);
}

.caticon:before {
    content: "\e900";
    font-family: icomoon;
}

.caticon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    color: var(--color1);
    font-size: 8px;
    transition: 0.4s ease;
}

.caticon.active {
    transform: rotate(180deg);
}

.btn-sidebar::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #BBBBBB transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translate(-50%, -50%);
}

.btn-sidebar {
    position: relative;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.125rem;
    color: #949494;
    background-color: transparent;
    margin: 38px 0 3rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid #BBBBBB;
    font-family: var(--bold_font);
}

#sidebar-0 {
    position: fixed;
    top: 120px;
    bottom: 0;
    right: -100%;
    background: #FAFAFA;
    z-index: 999;
    transition: 0.3s;
    width: 100%;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
}

#sidebar-0.active {
    right: 0;
}

.woocommerce-ordering {
    display: none;
}

.count-product,
.woocommerce-widget-layered-nav-list .count {
    display: none;
}

ul.page-numbers {
    justify-content: center;
}

@media (min-width: 75em) {
    .product-archive-header {
        border-right: 0;
        border-left: 0;
    }

    .widget.widget-side {
        border-bottom: 0;
    }

    .btn-sidebar {
        display: none;
    }

    #sidebar-0 {
        position: static;
        display: flex;
        border-top: 0;
        flex-direction: row;
        z-index: 3;
        padding: 0;
        justify-content: center;
        margin: 2rem 0 3rem;
        background-color: transparent;
    }

    .sidebar-close {
        display: none;
    }

    .sidebar-shop {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .sidebar-header {
        display: none;
    }

    .count-product {
        display: flex;
        order: 2;
        align-items: center;
        margin-right: auto;
        color: #808080;
        margin-left: 1.5rem;
    }

    .sidebar-shop .widget-title::after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 12px 6px 0 6px;
        border-color: #BBBBBB transparent transparent transparent;
        transform: rotate(0deg);
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translate(-50%, -50%);
    }

    .sidebar-shop .widget-title {
        position: relative;
        background-color: transparent;
        border: 1px solid #BBBBBB;
        max-height: 2rem;
        width: 170px;
        max-width: 170px;
        height: 2rem;
        padding: 4px 0.75rem;
        color: #949494;
        font-size: 15px;
        position: relative;
    }

    .sidebar-shop .product-categories,
    .widget_price_filter form,
    .woocommerce-widget-layered-nav-list {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease;
        background-color: #fff;
        border: 1px solid #BBBBBB;
        border-top: none;
        width: 170px;
        top: calc(100% - 1rem);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        z-index: 500;
        padding: 10px;
        max-height: 300px;
        overflow: auto;
        margin: 0 0 0 -1px;
        display: block !important;
        scrollbar-color: var(--color1);
        scrollbar-width: thin;
    }

    .woocommerce-widget-layered-nav-list::-webkit-scrollbar-track {
        background: var(--color1) !important;
    }

    .price_slider_wrapper button {
        height: 40px;
        margin: 0;
    }

    .sidebar-shop>div {
        padding: 1rem 0;
        border-bottom: 1px solid #E3E3E3;
        font-size: 1rem;
    }

    .sidebar-shop>div:hover .product-categories,
    .sidebar-shop>div:hover form,
    .sidebar-shop>div:hover .woocommerce-widget-layered-nav-list {
        visibility: visible;
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }

    ul.woocommerce-widget-layered-nav-list {
        margin-top: 0;
        display: block !important;
        border-color: #E3E3E3;
    }

    .sidebar-shop ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
        display: flex;
        align-items: center;
        padding: 2px;
        color: #949494;
        font-size: 0.875rem;
        transition: 0.3s;
    }

    .sidebar-shop ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:hover {
        color: var(--color1);
    }

    .sidebar-shop ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item span.count {
        display: none !important;
    }

    .sidebar-shop .widget-title .caticon {
        display: none !important;
    }
}