/* Pure custom css file (IS NOT GENERATED FROM SASS OR SCSS) */

.w-0 {
    width: 0px !important;
}

.h-0 {
    height: 0px !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.section-title h2:after {
    height: 5px;
    border-radius: 99px;
}

.btn-see-more {
    color: #fff;
    background-color: #047493;
    border-radius: 10px;
    padding: 0.9rem 1.2rem;
    font-size: 19px;
    border: none;
    letter-spacing: 1px;
    transition: 0.2s;
}

.btn-see-more:hover {
    transform: scale(1.1);
    background-color: #047493;
}

.btn-see-more:active {
    transform: scale(0.95);
    background-color: #047493;
}

.header__menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.header__menu #myHeader {
    display: flex;
    width: 100%;
}

.product-details .product__details__text span.old-price {
    text-decoration: line-through !important;
    font-size: 23px !important;
    color: #757575 !important;
    padding-left: 0.5rem !important;
}

.product-details .product__discount__percent {
    height: 60px;
    width: 60px;
    background: #dd2222;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 30px;
    top: 15px;
    background-color: #047493 !important;
    animation: bounceAnimation 2s infinite;
}

.hero_category_ul {
    position: relative;
}

.hero__categories li a {
    transition: 0.15s;
}

.hero__categories li a:hover {
    transform: scale(1.04);
}

.hero__categories .wrapper-submenu {
    width: 100%;
    top: 0px;
}

.hero__categories .wrapper-submenu .submenu {
    height: 100%;
    overflow: auto;
}

@media not screen and (max-width: 991px) {
    .hero__categories .wrapper-submenu {
        top: 0px !important;
        height: 100%;
    }

    .hero__categories .wrapper-submenu .wrapper-submenu {
        top: -1px !important;
    }

    .hero__categories .wrapper-submenu .submenu-close {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header__menu {
        display: none;
    }

    .hero__categories .wrapper-submenu {
        height: 100%;
    }

    .hero__categories .wrapper-submenu .wrapper-submenu {
        position: absolute;
        top: 0px !important;
        left: 0px !important;
    }
}

@media only screen and (max-width: 479px) {
    .cm-e-menu .hero_category_ul ul {
        max-height: 148px;
    }
}


/* Scroll top btn Start() */
.scroll-top-btn {
    position: fixed;
    display: none;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background-color: #047493;
    border-radius: 8px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    z-index: 999999;
}

.scroll-top-btn i.fa {
    rotate: -90deg;
    color: #fff;
}

/* Scroll top btn End() */

/*  */
#product-list .product__discount__item.discounted {
    padding: 8px;
    background: #fffbf9;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

#product-list .product__discount__item.discounted .product__discount__item__pic {
    border-radius: 6px;
}

/*  */

/* Discount slider Start() */
.featured.main__page .container {
    position: relative;
    background: #fffbf9;
    border-radius: 35px;
    padding-top: 2rem;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.featured.main__page .product__discount__item__pic {
    border-radius: 15px;
}

.featured.main__page .product__discount__slider .owl-dots button {
    transition: 0.25s;
}

.featured.main__page .product__discount__slider .owl-dots button.active {
    background-color: #047493;
    border-color: #047493;
    width: 35px;
    border-radius: 99px;
}

#product-list .product__discount__percent,
.featured.main__page .product__discount__slider .product__discount__percent {
    background-color: #047493 !important;
    animation: bounceAnimation 2s infinite;
}

/* Sale Ribbons Start() */

/* Ribbon */


/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #064b5e;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #047493;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top right*/
.ribbon {
    top: -10px;
    right: -10px;
}

.ribbon::before,
.ribbon::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon::before {
    top: 0;
    left: 0;
}

.ribbon::after {
    bottom: 0;
    right: 0;
}

.ribbon span {
    left: -21px;
    top: 34px;
    transform: rotate(45deg);
    letter-spacing: 2px;
}

@media only screen and (max-width: 576px) {
    .ribbon {
        width: 120px;
        height: 120px;
    }

    .ribbon span {
        left: -35px;
        top: 21px;
    }
}

/* Sale Ribbons End() */

/* Discount slider End() */


/* See more Start() */

.btn-loading-icon {
    position: relative;
    display: inline-block;
    bottom: 3px;
    right: 5px;
    height: 25px;
    transform: scale(1.3);
    transition: 0.2s;
}

.btn-loading-icon img {
    height: 100%;
}

/* See more End() */

/* Improve Filter Start() */
#filter-form .col-lg-12 button.btn {
    background-color: #fbfbfb;
}

#filter-form .col-lg-12 button.btn,
#filter-form .col-lg-12 .card {
    border-radius: 8px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 0.5rem;
    color: #5b5b5b;
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.7rem 1.2rem;
}

.sidebar__item ul li a,
#filter-form .col-lg-12 .card.card-body {
    font-weight: 400;
    font-size: 14px !important;
}

#filter-form .col-lg-12 .card.card-body {
    max-height: 400px;
}

.sidebar__item ul li a.fs-6 {
    font-size: 1rem !important;
}

#filter-form .col-lg-12 {
    margin-bottom: 1rem;
}

.sidebar__item .accordion .filter-button {
    padding: 0.7rem 1.2rem;
    letter-spacing: 1px;
}

#filter-form .col-lg-12 #multiCollapsePrice input {
    border-radius: 8px;
    text-align: center;
}

#filter-form .col-lg-12 #multiCollapsePrice input[name="price_min"] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#filter-form .col-lg-12 #multiCollapsePrice input[name="price_max"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}

/* Improve Filter End() */


/* Animations */

@keyframes bounceAnimation {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(0.95);
    }
}
