@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

.top-social-icons {
    float: right;
}
.top-social-icons li {
    margin-left: 10px;
}
.top-social-icons a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    border-radius: 20%;
    font-size: 12px;
}
header .top-nav .navbar-top .web-logo img {
    width: calc(182px + 42 * (100vw - 320px) / 1600);
}

.category-menu {
    z-index: 1;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.category-menu ul {
    gap: 12px !important;
}
.category-menu ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.category-menu .onhover-category-list .onhover-category-box {
    top: 0;
    left: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    padding: 20px 25px;
    border-radius: 5px;
    width: 350px;
    height: 50%;
}
.category-menu .onhover-category-list .onhover-category-box ul li::after {
    display: none;
}
.category-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px;
    border-bottom: 0px dashed rgba(74, 85, 104, 0.5);
}
.category-menu .onhover-category-list:hover .onhover-category-box {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08); */
    /* transition: 0.3s; */
    background-color: #f8f8f8;
}

.review-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}
.review-name {
    color: #16a085;
    font-size: 20px;
    font-weight: 600;
}

.review-text {
    color: #555;
    line-height: 1.8;
}

.rating i {
    color: #f4b400;
    font-size: 18px;
    margin-left: 2px;
}

.best-selling-products .product-list {
    border: 0px;
    padding: calc(0px + 12 * (100vw - 320px) / 1600);
}
.best-selling-products .product-list li {
    height: 100px;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.best-selling-products .product-list li + li {
    margin-top: 18px;
}
.best-selling-products .product-list li + li:after {
    content: "";
    position: absolute;
    top: -28px;
    right: 0;
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - 103px);
    display: none;
}

@media (max-width: 576px) {
    .review-card {
        padding: 15px;
    }

    .review-img {
        width: 60px;
        height: 60px;
    }

    .review-name {
        font-size: 18px;
    }

    .rating {
        margin-top: 10px;
    }
}
@media (max-width: 1812px) {
    header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
        width: 360px;
    }
}

@media (max-width: 1660px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-detail {
        display: inline-block;
        margin-left: 10px;
    }
}
