.cat figure {
    height: 6.5rem !important;
}

@keyframes scleton {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.icon-fix {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.icon-iran {
    width: 44px;
    display: inline-table;
}

@media (max-width: 992px) {
    .icon-iran {
        width: 43px;
    }
}

.breadcrumb li,
.breadcrumb a {
    color: var(--breadcrumbColor) !important;
}

.icon {
    display: inline-table;
}

.order-detail {
    background: white;
    border-radius: 1rem;
    height: 593px !important;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media(min-width:1400px) {
    .container {
        width: 1320px !important;
        max-width: 1320px !important;
    }

    .header .right {
        width: 33.1% !important;
    }

    .header .left {
        width: 66.9% !important;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .container {
        width: 1200 !important;
        max-width: 1200 !important;
    }

    .header .right {
        width: 32.333% !important;
    }

    .header .left {
        width: 67.667% !important;
    }
}

.blog .card {
    background-size: cover !important;
}

.pro .card figure .figure-inn img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pro .card figure {
    height: max-content !important;
}

.pro-new-item {
    padding: .5rem !important;
}

@media (max-width:576px) {
    .pro-new-item {
        padding: 0.25rem 0.25rem !important;
    }

    .container {
        padding-right: .375rem;
        padding-left: .375rem;
    }
}

.pro-new-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, #000 90%);
    color: #fff !important;
    font-size: 1rem !important;
}

.product-details-header .simple-pro-zoom .button-img {
    width: 3.5rem !important;
    height: auto !important;
    border-radius: .25rem !important;
    text-indent: unset !important;
    overflow: hidden;
}

.product-details-header .simple-pro-zoom .button-img img {
    height: unset !important;
}

.product-details-header .simple-pro-zoom .carousel-indicators {
    position: unset !important;
}

.cart .time-table .time-item input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    background: #f9f9f9;
}

.cart .time-table .time-item input:checked {
    background: var(--bg-two);
}

.cart .time-table .time-item input:checked+label {
    color: #fff !important;
}

.cart .time-table .time-item label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}

.orders .order-item {
    margin-bottom: .75rem;
}

.orders .order-item:last-child {
    margin-bottom: 0;
}

.orders .nav-tabs {
    overflow-y: hidden !important;
}

.orders .order-item .images img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: -1rem;
    border: 1px solid #efefef;
}

.orders .order-item .images img:first-child {
    margin-right: 0 !important;
}

.simple-pro-zoom .swiper {
    width: 100%;
    height: 100%;
}

.simple-pro-zoom .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-pro-zoom .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-pro-zoom .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.simple-pro-zoom .swiper-slide {
    background-size: cover;
    background-position: center;
}

.simple-pro-zoom .mySwiper2 {
    height: 80%;
    width: 100%;
}

.simple-pro-zoom .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.simple-pro-zoom .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.simple-pro-zoom .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.simple-pro-zoom .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev:focus,
.swiper-button-prev:focus-visible,
.swiper-button-next:focus,
.swiper-button-next:focus-visible {
    outline: 0px solid transparent !important;
    border-radius: 0px !important;
    border: 0px dashed transparent !important;
    border-radius: 0px !important;
}
.swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-next::after {
    font-size: 20px !important;
    color: #000 !important;
}
.swiper-button-next, .swiper-button-prev {
    top: 92.5% !important;
}
.simple-pro-zoom .swiper-slide img {
    cursor: pointer;
}