.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px
}

main .slider {
    z-index: 2
}

main .slider__home {
    border-radius: 1.5rem;
    overflow: hidden
}

main .slider img {
    border-radius: 1.5rem
}

main .slider .col-3 {
    padding-bottom: 25px
}

main .products__item {
    border-radius: .75rem;
    padding: .75rem;
    padding-bottom: 1rem;
    -webkit-box-shadow: 0 1px -2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px -2px 20px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    min-height: 432.5px;
}

    main .products__item:hover {
        -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05)
    }

        main .products__item:hover .btn.btn-gray, .pagination-slider-product:hover {
            color: #fff;
            background-color: #0048aa;
            -webkit-box-shadow: 0 12px 23px rgba(0, 72, 170, 0.25);
            box-shadow: 0 12px 23px rgba(0, 72, 170, 0.25)
        }

            main .products__item:hover .btn.btn-gray .price-svg-fill {
                stroke: #fff !important
            }

main .products__item__image {
    overflow: hidden;
    margin-bottom: 1.5rem
}

    main .products__item__image .label {
        padding: .25rem .6rem;
        top: 0;
        border-radius: .5rem;
        border-bottom-right-radius: 0;
        font-size: .9em;
    }

        main .products__item__image .label.red {
            left: 0;
            background-color: #f63a3a
        }

        main .products__item__image .label.green {
            right: 0;
            background-color: #00c092
        }

        main .products__item__image .label.dark {
            right: 0;
            color: rgb(230,18,61) !important;
            padding: .25rem .6rem;
            top: 0;
            border-bottom-left-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
            font-size: 1.1em;
            font-weight: 900;
            display: block;
            text-align: right !important;
            position: relative !important;
            width: 104%;
            margin-bottom: 12px;
        }

main .products__item__content .category {
    color: #9fa4ae;
    font-weight: 300
}

main .products__item__content .title {
    font-weight: 500 !important;
    font-size: 1em !important;
    margin-top: .5rem !important;
    color: #212135 !important;
    height: 42px !important;
    font-family: inherit !important;
}

    main .products__item__content .title a {
        color: #212135
    }

main .products__item__content .price {
    margin-top: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    bottom: 10px;
    width: 90%
}

    main .products__item__content .price del {
        bottom: 30px;
    }

    main .products__item__content .price span {
        font-size: 1.125em;
        color: #f63a3a;
        bottom: 1px;
    }

    main .products__item__content .price .btn {
        padding: 8.8px
    }

        main .products__item__content .price .btn .price-svg-fill {
            stroke: #9fa4ae !important;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease
        }

        main .products__item__content .price .btn:hover .price-svg-fill {
            stroke: #fff !important
        }

main .properties {
    z-index: 2
}

main .properties__box {
    padding: 2rem 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 23px 40px -20px rgba(33, 33, 53, 0.2);
    box-shadow: 0 23px 40px -20px rgba(33, 33, 53, 0.2);
    margin-top: -25px;
    z-index: 9
}

main .properties__item {
    border-left: 1px solid #ddd;
    font-weight: 300;
    color: #2f3943;
}

    main .properties__item .icon {
        width: 48px;
        height: 48px;
        margin-left: 1.5rem
    }

        main .properties__item .icon svg {
            width: 100%;
            height: 100%
        }

@media only screen and (max-width: 768px) {
    main .products .special_box {
        padding: 2rem 0;
        max-width: 100%;
        overflow: hidden
    }

        main .products .special_box .col-4 {
            padding: 0
        }

        main .products .special_box .container {
            padding-left: 0
        }
}

@media (max-width: 768px) {
    main .products .special_box .special_image {
        margin-bottom: 1rem
    }
}

@media (max-width: 768px) {
    main .products .special_box .special_image img {
        width: auto;
        max-height: 360px
    }
}

@media (max-width: 576px) {
    main .properties__box {
        padding: 1rem;
        border-top-left-radius: 0
    }
}

@media only screen and (max-width: 991px) {
    main .properties__item {
        font-size: 12px
    }

        main .properties__item .icon {
            width: 2.5rem;
            height: 2.5rem;
            margin-left: .5rem
        }
}

@media only screen and (max-width: 768px) {
    main .properties__item {
        -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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 1rem
    }

        main .properties__item p {
            margin-top: .5rem
        }
}

@media only screen and (max-width: 576px) {
    main .properties__item {
        border-left: unset;
        width: 20%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        text-align: center
    }

        main .properties__item:nth-child(1) {
            display: none
        }

        main .properties__item .icon {
            margin-left: 0
        }

        main .properties__item p {
            width: 100%;
            overflow-wrap: break-word;
            word-wrap: break-word;
            font-size: 9px
        }
}

main .properties__item:last-child {
    border-left: 0
}

main .blog__item {
    margin-bottom: 1.5rem
}

    main .blog__item .image {
        width: 100px;
        margin-left: 16px
    }

        main .blog__item .image img {
            height: 90px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            border-radius: 16px
        }

    main .blog__item .content {
        width: calc(100% - 120px)
    }

        main .blog__item .content .title {
            font-size: 1em;
            margin-top: .5rem;
            margin-bottom: 0;
            font-weight: 500;
            color: #2f3943
        }

            main .blog__item .content .title a {
                color: #2f3943;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease
            }

                main .blog__item .content .title a:hover {
                    color: #0048aa
                }

        main .blog__item .content .desc {
            font-weight: 300;
            color: #9fa4ae;
            display: none
        }

    main .blog__item.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

        main .blog__item.column .image img {
            height: 190px
        }

        main .blog__item.column .content .title {
            font-size: 1.125em;
        }

main .blog__list li > a {
    padding: .75rem 1rem;
    border-radius: 1rem;
    color: #2f3943;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

    main .blog__list li > a > i {
        left: 1rem;
        top: 0;
        bottom: 0;
    }

    main .blog__list li > a .title {
        font-weight: 400;
        font-size: 1em
    }

    main .blog__list li > a:hover {
        color: #fff;
        background-color: #0048aa
    }

        main .blog__list li > a:hover span {
            color: #fff;
            opacity: .75
        }

main .home__specialImage .row > * {
    padding-left: 8px;
    padding-right: 8px
}

main .home__specialImage .first {
    width: 30.5%
}

main .home__specialImage .diff {
    width: 39%
}

.h-unset {
    height: unset !important
}

.pagination-slider-product {
    background-color: #f8f8f8;
    width: 41.5px;
    height: 41.5px;
    border-radius: 14px;
    z-index: 1
}

    .pagination-slider-product:after {
        color: #CDCDCD;
        font-size: 12px
    }

    .pagination-slider-product:hover:after {
        color: #fff
    }

.cinema-wrapper, .home__specialImage {
    margin: 1rem 0
}

.sw-btn-slider-home:after {
    font-size: 14px
}

.sw-btn-slider-home {
    color: #0048aa;
    background-color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out
}

.slider__home:hover .sw-btn-slider-home {
    visibility: visible;
    opacity: 1;
}

.sw-pgn-slider-home.swiper-pagination-bullets {
    bottom: 25px;
}

.sw-pgn-slider-home .swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 50px;
    background-color: #0048aa
}

@media only screen and (max-width: 425px) {
    .pagination-slider-product {
        display: none
    }

    main .products__item {
        min-height: 381.5px
    }

    main .products__item__content .price {
        bottom: 20px
    }

    main .properties__box {
        box-shadow: none
    }

    .title {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width: 768px) {
    main .home__specialImage .first, main .home__specialImage .diff {
        width: 100%;
        padding: 0 8px
    }

    .slider-product-container {
        padding: 0
    }
}

.stock-product-box {
    border-top: 2px solid rgb(230,18,61) !important;
}

::-webkit-scrollbar {
    background: rgba(255, 255, 255, 1) !important;
    width: 8px;
    border-radius: 45px;
}

    ::-webkit-scrollbar:hover {
        width: 12px;
    }

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1) !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(229, 235, 235, 1) !important;
    border-radius: 23px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(229, 235, 235, 1) !important;
    }


.yalda-banner {
    background-color: #b70f1e !important;
    padding: 1.5rem 0 !important;
}

    .yalda-banner strong {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: "iranyekanextrablack";
    }


    .yalda-banner img {
        -webkit-animation-name: yalda-banner-animation;
        animation-name: yalda-banner-animation;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes yalda-banner-animation {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes yalda-banner-animation {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}



.shared__titleBox {
    position: relative;
    margin-bottom: .5rem;
    padding-top: .25rem;
    padding-right: .5rem;
}

    .shared__titleBox h2 {
        font-family: unset !important;
    }

.shared__titleBox {
    position: relative;
    margin-bottom: .5rem;
    padding-top: .25rem;
    padding-right: .5rem
}

    .shared__titleBox .title {
        font-weight: 500;
        color: #2f3943;
        font-size: 1.5em;
        margin-bottom: 0
    }

    .shared__titleBox .desc {
        color: #9fa4ae
    }

    .shared__titleBox .more-btn {
        position: absolute;
        left: 1rem;
        top: 1rem;
        color: #9fa4ae;
        font-weight: 300;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease
    }

@media only screen and (max-width:576px) {
    .shared__titleBox .more-btn {
        position: unset;
        margin-top: 1rem
    }
}

.shared__titleBox .more-btn i {
    margin-right: .25rem
}

.shared__titleBox .more-btn:hover {
    color: #0048aa
}
