

.custom-side-nav {
    overflow-y: auto;
}
.custom-side-nav .menu-item {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    padding: 2px 0;
    text-transform: capitalize;
}
.custom-side-nav .menu-item:hover {
    color: #73499d;
}
.custom-side-nav .menu-item.active {
    color: #73499d;
    font-weight: 700;
}
.custom-side-nav .menu-item i {
    color: #73499d;
}
.custom-side-nav ul {
    margin: 0;
}
.custom-side-nav .main-menu {
    margin-left: 0;
}
.custom-side-nav .sub-menu,
.custom-side-nav .sub-sub-menu {
    border-left: 1px solid #ddd;
    /* padding-bottom: 10px; */
    padding-left: 15px;
}




/* this classes for custom category and brand section  */

.top-card {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    padding: 5px 8px;
    transition: 0.4s;
}
.top-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.top-card img {
    height: 100px;
    width: 100px;
}
.top-card .title {
    color: #003f7c;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.4s;
}
.testimonial .title .first {
    color: #353935;
}
.testimonial .title .second {
    color: #003f7c;
}

.top-10 .section-title .first {
    color: #353935;
}
.top-10 .section-title .second {
    color: #003f7c;
}

.text-center {
    text-align: center !important;
}


/* ?????? */

.section-branding {
    padding: 30px 0;
}
.section-branding .title {
    color: #353935;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center;
}
@media (max-width: 991px) {
    .section-branding .title {
        font-size: 22px;
    }
}
.section-branding .title span {
    color: #0f6674;
}
.section-branding .item-container {
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .section-branding .item-container {
        flex-wrap: wrap;
    }
}
.section-branding .item {
    max-width: 120px;
    padding: 5px;
    transition: all 0.5s ease-in-out;
}
.section-branding .item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .section-branding .item {
        max-width: 50%;
    }
}
.section-branding .item .caption {
    background-color: #e5ff00;
    font-weight: 700;
    margin-top: 5px;
    padding: 2px 0;
    text-align: center;
}







.testimonial-card {
    background: transparent;
    border: 1px solid #73499d;
    border-radius: 10px;
    margin: 0 20px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
}
.testimonial-card img.card-avatar {
    border: 5px solid var(--body);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 60px;
}
.testimonial-card .quote {
    color: #333;
    font-size: 34px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}
.testimonial-card .message {
    height: 80px;
}
.testimonial-card .user-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.testimonial-card .ratings {
    color: #aaa;
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.1em;
    position: relative;
}
.testimonial-card .ratings .fill {
    display: block;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.testimonial-card .ratings .fill:before {
    color: #eb6214;
    content: "\f005\f005\f005\f005\f005";

}
.testimonial-card .ratings:before {
    content: "\f005\f005\f005\f005\f005";

}




.testimonial {
    padding: 20px 0;
}
.testimonial .testimonial-slider .swiper-button-next,
.testimonial .testimonial-slider .swiper-button-prev {
    background-color: #73499d;
    color: #fff;
    visibility: hidden;
}
.testimonial .testimonial-slider .swiper-container .swiper-button-next,
.testimonial .testimonial-slider .swiper-container .swiper-button-prev {
    visibility: visible;
}
.testimonial .testimonial-slider .swiper-button-next {
    left: auto;
    right: 25px;
}
.testimonial .testimonial-slider .swiper-button-prev {
    left: 25px;
    right: auto;
}
.testimonial .testimonial-slider .swiper-button-next:after,
.testimonial .testimonial-slider .swiper-button-prev:after {
    font-size: 25px;
}
.testimonial .title {
    font-size: 30px;
    font-weight: 700;
    padding: 25px 0;
}
@media (max-width: 991px) {
    .testimonial .title {
        font-size: 22px;
    }
}
.testimonial .title .first {
    color: #353935;
}
.testimonial .title .second {
    color: #003f7c;
}






.footer .footer-logo {
    width: 150px;
}
@media (max-width: 575px) {
    .footer .footer-logo {
        margin: 0 auto;
        width: 200px;
    }
}




#flot-icon{
    position: fixed;
    bottom: 100px;
    right:20px;
    
    z-index: 9999999;
    
    
}

.round{
    opacity: .8;
    border-radius: 50%;
    background-color:rgba(252, 252, 252, 0.425);
    height:45px;
    width:45px;
}


.img_fluid{
    width: 100%;
}
.round:hover{
    opacity: 1;
    background-color:rgba(184, 184, 184, 0.705);
}




.floating-cart-button {
    align-items: center;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.floating-cart-button a {
    padding: 5px 5px 0;
}
.floating-cart-button .cart-qty {
    font-weight: 700;
    padding: 0 5px 5px;
    text-transform: capitalize;
}
.floating-cart-button i {
    font-size: 20px;
}
.floating-cart-button .total-price {
    background-color: #73499d;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}







.v-select-custom .vs__dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1rem;
  }
  .float-right[data-v-0be0e1ce] {
    float: right;
  }
  .card-address   {
    align-items: center;
    border: 2px solid #eae4e4;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 10px 5px;
    transition: all 0.5s ease-in-out;
  }
  .card-address i   {
    opacity: 0;
  }
  .card-address  :hover {
    background-color: #fdfdfd;
    cursor: pointer;
  }
  .active-address   {
    border: 2px solid #c40c99;
  }
  .active-address i   {
    color: #c40c90;
    opacity: 1;
  }
  hr   {
    margin: 5px 0 !important;
  }
  .form-control   {
    margin-bottom: 0 !important;
  }
  .btn   {
    padding: 1.4rem 3rem !important;
  }
  .delivery-card   {
    border: 2px solid #eae4e4;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 10px;
    transition: all 0.5s ease-in-out;
  }
  .delivery-card.active   {
    border: 2px solid #c40c99;
    color: #0b0b0b;
  }
  .delivery-card.active i   {
    color: #c40c90;
    opacity: 1;
  }
  