.white-bg-color {
    background-color: #fff !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pagination .page-item .page-link {
        margin-left: -1px !important;
        color: #3f51b5;
    }

    .pagination .page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .pagination .page-item.active .page-link {
        background-color: #0048aae6;
        border-color: #0048aae6;
        color: #fff;
        margin-left: 0px !important;
    }

    .pagination .page-item.disabled .page-link {
        color: #818990;
    }

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1600px;
}

.blured {
    overflow: hidden;
}

    .blured header,
    .blured main,
    .blured footer,
    .blured #backToTop {
        -webkit-filter: blur(3px);
        filter: blur(3px);
        opacity: 0.5;
    }

@keyframes wiper {
    0% {
        width: 0;
    }

    6.25% {
        width: 280px;
    }

    18.75% {
        width: 280px;
    }

    25% {
        width: 0;
    }

    100% {
        width: 0;
    }
}

@-webkit-keyframes wiper {
    0% {
        width: 0;
    }

    6.25% {
        width: 280px;
    }

    18.75% {
        width: 280px;
    }

    25% {
        width: 0;
    }

    100% {
        width: 0;
    }
}


@media (max-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }

    .font-size-5x {
        font-size: 3.25em;
    }

    .wrapper {
        padding: 4rem 0;
    }

    .row.reverse-responsive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {

    h1,
    .h1 {
        font-size: 2.25rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    h5,
    .h5,
    h6,
    .h6 {
        font-size: 1rem;
    }

    .font-size-2x {
        font-size: 1.125em;
    }

    .font-size-3x {
        font-size: 1.5em;
    }

    .font-size-4x {
        font-size: 2em;
    }

    .font-size-5x {
        font-size: 2.75em;
    }

    .container {
        width: 100%;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    .wrapper {
        padding: 3.5rem 0;
    }
}

main .site-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin: 3.3rem auto 1.5rem;
}

main .site-content {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80%;
}

main .white-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    main .white-row > * {
        padding-left: 15px;
        padding-right: 15px;
    }


main .widget-style .widget-title {
    border-bottom: 1px solid #ddd;
    color: #3f51b5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    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;
}

    main .widget-style .widget-title h2,
    main .widget-style .widget-title h3,
    main .widget-style .widget-title h4,
    main .widget-style .widget-title h5 {
        position: relative;
        display: inline-block;
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 0;
    }

        main .widget-style .widget-title h2::before,
        main .widget-style .widget-title h3::before,
        main .widget-style .widget-title h4::before,
        main .widget-style .widget-title h5::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: -1rem;
            width: 100%;
            height: 2px;
            background-color: #0048aa;
        }

main .widget-style .widget-body .category-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

    main .widget-style .widget-body .category-list li {
        padding-right: 1rem;
        margin: 0.6rem 0;
    }

        main .widget-style .widget-body .category-list li a {
            display: block;
            color: #818990;
            font-weight: 300;
            font-size: 88%;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            main .widget-style .widget-body .category-list li a:hover {
                color: #3f51b5;
            }

        main .widget-style .widget-body .category-list li.title {
            padding-right: 0;
        }

            main .widget-style .widget-body .category-list li.title a {
                color: #3c4e64;
                font-size: 100%;
                font-weight: 400;
            }

    main .widget-style .widget-body .category-list:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

main .widget-style .widget-body .all-category-link {
    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;
    text-align: center;
    color: #fff;
    background-color: #3f51b5;
    padding: 1.5rem;
    border-radius: 0.75rem;
    font-weight: 700;
    height: 100%;
    line-height: 1.5;
}

    main .widget-style .widget-body .all-category-link i {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: #fff;
        color: #3f51b5;
        text-align: center;
        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: 1.25em;
        margin-bottom: 1rem;
    }

main .widget-style .widget-body .accordion-btn {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 90%;
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    display: block;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    cursor: pointer;
    background-color: #3f51b5;
    border-radius: 3px;
}

    main .widget-style .widget-body .accordion-btn:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    main .widget-style .widget-body .accordion-btn::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f106";
        font-weight: 400;
        position: absolute;
        left: 1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        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: 1.125em;
        color: #fff;
    }

    main .widget-style .widget-body .accordion-btn.collapsed {
        background-color: transparent;
        color: #818990;
    }

        main .widget-style .widget-body .accordion-btn.collapsed::after {
            content: "\f107";
            color: #3c4e64;
        }

main .widget-style .widget-body .accordion-content {
    padding: 1rem 0;
    font-size: 85%;
    font-weight: 400;
    color: #818990;
}

main .category-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
    font-size: 15px;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}

    main .category-aside .widget-style .widget-title {
        color: #818990;
        font-weight: 400;
    }

        main .category-aside .widget-style .widget-title h2,
        main .category-aside .widget-style .widget-title h3,
        main .category-aside .widget-style .widget-title h4,
        main .category-aside .widget-style .widget-title h5 {
            font-weight: 400;
        }

            main .category-aside .widget-style .widget-title h2::before,
            main .category-aside .widget-style .widget-title h3::before,
            main .category-aside .widget-style .widget-title h4::before,
            main .category-aside .widget-style .widget-title h5::before {
                display: none;
            }

main .breadcrumb-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    main .breadcrumb-wrapper ul li::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 1.25rem;
        background-color: #ccc;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    main .breadcrumb-wrapper ul li a {
        color: #818990;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        main .breadcrumb-wrapper ul li a:hover {
            color: #3f51b5;
        }

    main .breadcrumb-wrapper ul li:last-child::after {
        display: none;
    }

main .slider-wrapper .carousel .carousel-cell {
    width: 100%;
}

    main .slider-wrapper .carousel .carousel-cell img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 1rem;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0.75rem;
    }

main .slider-wrapper .carousel .flickity-page-dots {
    bottom: 1rem;
}

    main .slider-wrapper .carousel .flickity-page-dots .dot {
        background: #3f51b5;
    }

main .products-carousel-wrapper .widget-style {
    margin: 20px 0;
}

main .products-carousel-wrapper .carousel .carousel-cell {
    width: 20%;
    padding: 0 0.5rem;
}

main .products-carousel-wrapper .carousel .flickity-page-dots {
    display: none;
}

    main .products-carousel-wrapper .carousel .flickity-page-dots .dot {
        background: #0048aa;
    }

main .products-carousel-wrapper .flickity-rtl .flickity-prev-next-button.next {
    left: -2rem;
}

main
.products-carousel-wrapper
.flickity-rtl
.flickity-prev-next-button.previous {
    right: -2rem;
}

main .products-carousel-wrapper.blue-version .widget-style {
    background-color: #0048aa;
    padding: 15px;
    border-radius: 12px;
}

    main .products-carousel-wrapper.blue-version .widget-style .widget-title {
        position: relative;
        color: #fff;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

        main .products-carousel-wrapper.blue-version .widget-style .widget-title h2,
        main .products-carousel-wrapper.blue-version .widget-style .widget-title h3,
        main .products-carousel-wrapper.blue-version .widget-style .widget-title h4,
        main .products-carousel-wrapper.blue-version .widget-style .widget-title h5 {
            position: relative;
            z-index: 1;
            font-size: 1.125em;
            background-color: #0048aa;
            color: #fff;
        }

        main
        .products-carousel-wrapper.blue-version
        .widget-style
        .widget-title
        .btn-white {
            position: relative;
            z-index: 1;
            background-color: #0048aa;
            color: #fff;
            border-color: #fff;
            border-width: 2px;
        }

            main
            .products-carousel-wrapper.blue-version
            .widget-style
            .widget-title
            .btn-white
            i {
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.25rem;
            }

main .product-box {
    background-color: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
}



    main .product-box .image img {
        display: block;
        width: 100%;
        height: auto;
    }

    main .product-box .image .offerd {
        position: absolute;
        left: 4px;
        top: 4px;
        padding: 0.35rem;
        background-color: #f63a3a;
        color: #fff;
        font-weight: 400;
        font-size: 85%;
        border-radius: 8px 8px 0 8px;
        padding: 4px 9.5px;
    }

    main .product-box .content {
        padding: 8px;
        position: relative;
    }

        main .product-box .content .title {
            font-weight: 500;
            font-size: 1.3rem;
            color: #212135;
            margin-bottom: 0.75rem;
            min-height: 50px;
        }

        main .product-box .content .price {
            color: #3c4e64;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            width: 100%;
            min-height: 50px;
        }

            main .product-box .content .price del {
                font-size: 14px;
                color: #818990;
            }

.sw-sl-pro img {
    width: 100%;
    object-fit: cover;
}

.sw-btn-pro-next::after, .sw-btn-pro-prev::after {
    font-size: 12px !important;
    color: #cdcdcd;
}

.sw-btn-pro-next:hover:after,
.sw-btn-pro-prev:hover:after {
    color: #fff;
}

.sw-btn-pro-next, .sw-btn-pro-prev {
    background-color: #f8f8f8;
    border-radius: 14px;
    width: 41.5px !important;
    height: 41.5px !important;
}

    .sw-btn-pro-next:hover, .sw-btn-pro-prev:hover {
        color: #fff;
        background-color: #0048aa;
        -webkit-box-shadow: 0 12px 23px rgb(0 72 170 / 25%);
        box-shadow: 0 12px 23px rgb(0 72 170 / 25%);
    }

@media (max-width: 992px) {
    main > .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    main .site-sidebar {
        width: 100%;
    }

    main .site-content {
        width: 100%;
    }

    main .products-carousel-wrapper .carousel .carousel-cell {
        width: 33.333333%;
        margin-bottom: 1.5rem;
    }

    main
    .products-carousel-wrapper.blue-version
    .widget-style
    .widget-title::before {
        width: 50%;
    }

    main .white-row {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
    }

        main .white-row > * {
            display: inline-block;
            width: auto;
        }

        main .white-row .product-box {
            display: inline-block;
            width: 220px;
            white-space: normal;
        }

    main .widget-style .widget-body .white-row .all-category-link {
        width: 180px;
        white-space: normal;
    }

    main .category-aside {
        top: 0;
        position: relative;
    }

        main .category-aside .widget-style .widget-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            main .category-aside .widget-style .widget-body .category-list {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: 50%;
                margin-bottom: 0;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }

                main .category-aside .widget-style .widget-body .category-list:nth-child(2n) {
                    border-right: 1px solid #ddd;
                    padding-right: 0.5rem;
                }

                main .category-aside .widget-style .widget-body .category-list:last-child {
                    border-bottom: 1px solid #ddd;
                }
}

@media (max-width: 768px) {
    main .site-content,
    main .site-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    main .products-carousel-wrapper .carousel .carousel-cell {
        width: 45%;
        padding-left: 0;
        padding-right: 0;
    }


    main .products-carousel-wrapper:not(.blue-version) .widget-style {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 0;
        height: auto;
    }

    main
    .products-carousel-wrapper:not(.blue-version)
    .flickity-rtl
    .flickity-prev-next-button.previous {
        right: 0;
    }

    main
    .products-carousel-wrapper:not(.blue-version)
    .flickity-rtl
    .flickity-prev-next-button.next {
        left: 0;
    }
}

@media (max-width: 576px) {
    main .slider-wrapper .carousel .carousel-cell img {
        -o-object-position: center;
        object-position: center;
        min-height: 160px;
    }


    main .products-carousel-wrapper .carousel .carousel-cell {
        width: 60%;
        padding-left: 0;
        padding-right: 0;
    }

    main
    .products-carousel-wrapper.blue-version
    .widget-style
    .widget-title::before {
        display: none;
    }
}



@media (max-width: 470px) {
    main .products-carousel-wrapper .carousel .carousel-cell {
        width: 75%;
    }
}
/*# sourceMappingURL=styles.css.map */

.navigation-buttons {
    padding-right: 250px;
}

#backtotop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(234, 25, 89);
    position: fixed;
    bottom: 75px;
    right: 27px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #backtotop::after {
        content: "\e9a9";
        font-family: abcicon;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        color: #fff;
        transition: linear all .3s;
        position: relative;
    }

    #backtotop:hover {
        cursor: pointer;
    }

        #backtotop:hover::after {
            color: #fdfdfd !important
        }

    #backtotop.show {
        opacity: 1;
        visibility: visible
    }

main.home-page-product {
    background-color: #f2f4f6;
}

.faq-box-product {
    font-size: 17px;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}

.compare-btn-header {
    position: fixed;
    bottom: 45px;
    left: 50px;
    z-index: 10;
    background-color: #157de6;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 100 !important;
}

    .compare-btn-header span {
        color: #fff;
    }

    .compare-btn-header:hover {
        transform: scale(1.1)
    }

@media (max-width: 399px) {
    main .product-box .image img {
        width: auto;
        margin: auto;
    }


    main .product-box .content .price {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width:414px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

.wrapper-faq-product {
    height: 244px;
    overflow: hidden;
    overflow-y: scroll;
    direction: ltr;
    padding-right: 5px;
}

    .wrapper-faq-product::-webkit-scrollbar {
        width: 5px;
    }

    .wrapper-faq-product::-webkit-scrollbar-track {
        border-radius: 100px;
        background-color: #d2dbe3;
    }

    .wrapper-faq-product::-webkit-scrollbar-thumb {
        background: #0048aa;
        border-radius: 100px;
    }

.price-product {
    color: #212135;
    font-size: 15px;
}

.btn-bag {
    padding: 8.8px !important;
    position: relative;
    z-index: 5;
}

    .btn-bag:hover {
        background-color: #0048aa;
    }

        .btn-bag:hover .price-svg-fill {
            stroke: #fff;
        }

.price-svg-fill {
    stroke: #9fa4ae;
}

.brands-wrapper-product {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
}
