

.notify {
    position: fixed;
    display: none;
    background-color: #55595a;
    color: #ffffff;
    padding: 16px;
    /* right: 32px; */
    /* min-width: 270px; */
    width: 100%;
    z-index: 99999;
    text-align: center;
    top: 0px;
    -webkit-transition: bottom 100ms ease-in-out;
    transition: bottom 100ms ease-in-out;
}

.cart-icon-count {
    position: absolute;
    top: 3px;
    right: -3px;
    background-color: #FED766;
    border-radius: 100%;
    font-size: 11px;
    width: 18px;
    height: 18px;
    padding: 1px 6px;
    color: white;
}

.box {
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.box:hover {
    cursor: pointer;
    border: 1px solid #b2b2b2;
    box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);
}

.box .title {
    height: 3.5rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box .discount {
    display: inline-block;
    width: 54px;
    height: 45px;
    margin-bottom: 12px;
    line-height: 15px;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: #FED766;
    border-radius: 2px;
    margin-right: 9px;
}

.box .discount-text {
    display: block;
    font-size: 12px;
}

.box .price-del {
    color: #8a8a8a;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 22px;
    height: 22px;
}

.box .price {
    color: #24336b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.box a {
    text-decoration: none !important;
}

.box .box-body {
    transition: all .3s;
    position: relative;
    top: 0;
}

.box .box-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.box:hover .box-body{
    top: -50px;
}

.one-price {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.fs-8 {
    font-size: .5em !important;
}

.fs-10 {
    font-size: .65em !important;
}

.fs-11 {
    font-size: .80em !important;
}

.fs-12 {
    font-size: .85em !important;
}

.fs-16 {
    font-size: 1em !important;
}

.fs-24 {
    font-size: 1.5em !important;
}

.fs-32 {
    font-size: 2em !important;
}


.btn-link {
    color: #FED766 !important;
}

.text-primary {
    color: #303377 !important;
}

.bg-primary {
    background-color: #303377 !important;
}

.bg-soft-primary {
    background-color: #aa66e8 !important;
}

.text-info {
    color: #FED766 !important;
}

.alert-custom {
    background-color: #D4DEDC !important;
}

.big-select {
    height: 55px;
}

.w-60 {
    width: 60% !important;
}

.bg-soft-gray {
    background-color: #f1f1f1;
}

.search {
    min-width: 250px !important;
    box-shadow: none !important;
    outline: none !important;
}

.main-category-zoom {
    transition: .5s;
}

.main-category-zoom:hover {
    transform: scale(1.1);
    z-index: 1;
}

.soldout {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    z-index: 1;
    color: white;
    padding: 3px 10px;
    background-color: #e88888;
}

.accordion-title {
    position: relative;
}

.accordion-title[aria-expanded="true"] svg, .navbar-toggler[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transition: transform .5s;
}

.accordion-title[aria-expanded="false"] svg, .navbar-toggler[aria-expanded="false"] svg {
    transform: rotate(0deg);
    transition: transform .5s;
}

.page-link {
    color: #000;
}

.page-item.active .page-link {
    color: #000;
    background-color: #e8e8e8;
    border-color: #000000;
}

@media (max-width: 575.98px) {
    .category-nav li a{
        border-left: none !important;
    }

    .search {
        width: auto !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .category-nav li a{
        border-left: none !important;
    }

    .search {
        width: auto !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .category-nav li a{
        border-left: none !important;
    }

    .search {
        width: auto !important;
    }

}
