@media screen and (max-width: 1626px) {
    .product-card {
        width: 12rem !important;
    }
    .category-list-group {
        height: 100% !important;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 1514px) {
    .product-card {
        width: 12rem !important;
    }
    /* .category-list-items {
        display: none !important;
    } */
    .banners-img-lists {
        flex: 0%;
        max-width: 100%;
    }
    /* .mobile-category {
        display: block !important;
    } */
}

@media screen and (max-width: 1490px) {
    .category-list-group {
        height: 100% !important;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 1352px) {
    .category-list-group {
        height: 100% !important;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 1292px) {
    .product-card {
        width: 11rem !important;
    }
}

@media screen and (max-width: 1220px) {
    .category-list-group {
        height: 300px !important;
    }
}

@media screen and (max-width: 1122px) {
    .category-list-group {
        height: 273px !important;
    }
}

@media screen and (max-width: 1090px) {
    .product-card {
        width: 170px !important;
    }
}

@media screen and (max-width: 980px) {
    .product-card {
        width: 200px !important;
    }
    .category-list-group {
        height: 235px !important;
    }
}

@media screen and (max-width: 890px) {
    .product-card {
        width: 18rem !important;
    }
    .product-image {
        height: 16rem !important;
    }
    .mobile-header {
        display: block !important;
    }
    .header {
        display: none !important;
    }
    .category-list-items {
        display: none !important;
    }
    .banners-img-lists {
        flex: 0%;
        max-width: 100%;
    }
    .mobile-category {
        display: block !important;
    }
}
@media screen and (max-width: 790px) {
    .header {
        display: none !important;
    }
    .product-card {
        width: 180px !important;
        height: 17rem;
    }
    .product-image {
        height: 11rem !important;
    }
    .card-header {
        display: none;
    }
    .heading-section-1 {
        margin-right: -67px;
        margin-left: -69px;
    }
    .mobile-contents {
        margin-top: 0px !important;
    }
    .mobile-products {
        margin-left: -53px !important;
        margin-right: -52px !important;
    }
    .col-12 {
        padding: 10px 11px !important;
    }
    .title {
        margin-bottom: 0px;
    }
    /* mobile-category {
        padding: 0.5rem !important;
    } */
}

@media screen and (max-width: 500px) {
    mobile-category {
        padding: 0.5rem !important;
    }
}

@media screen and (max-width: 400px) {
    .product-card {
        width: 164px !important;
    }
}
/* @media screen and (max-width: 400px) {
    .product-card {
        width: 164px !important;
    }
} */

/*  */
.card-header {
    padding: 0px;
}
.mobile-header,
.mobile-category {
    display: none;
}
.btn-warning {
    color: #fff !important;
}

.card-product .img-wrap {
    height: 160px !important;
}

.btn {
    cursor: pointer !important;
}

.ht {
    background-color: #c46213 !important;
}
.border-list {
    border: none !important;
}

/*
h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
*/

/* .category-list-items {
overflow-y: scroll;
} */

.list-group-item,
.card {
    border: none;
}
.category-item {
    padding: 4px 0px;
}
.category-item:hover {
    font-size: 17px;
    font-weight: 500;
    background-color: rgb(230, 230, 230) !important;
}
img {
    max-width: 98%;
}
.card,
.header {
    box-shadow: 0 2.8px 2.2px rgba(179, 179, 179, 0.034),
        0 6.7px 5.3px rgba(179, 179, 179, 0.034),
        0 12.5px 10px rgba(179, 179, 179, 0.034),
        0 22.3px 17.9px rgba(179, 179, 179, 0.034),
        0 41.8px 33.4px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
}
.card {
    border-radius: 10px !important;
}

.category-list-group {
    overflow-y: scroll;
}

.sub-categories-list {
    display: none;
}
.category-item:hover ~ div.sub-categories-list {
    cursor: pointer;
    display: block;
    position: absolute;
}

.banner-section {
    z-index: -1;
}
.sub-categories-list {
    /* position: absolute; */
    width: 800px;
    /* margin-left: 255px; */
    margin-top: -33px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.993);
    z-index: 1 !important;

    box-shadow: 0 2.8px 2.2px rgba(179, 179, 179, 0.034),
        0 6.7px 5.3px rgba(179, 179, 179, 0.034),
        0 12.5px 10px rgba(179, 179, 179, 0.034),
        0 22.3px 17.9px rgba(179, 179, 179, 0.034),
        0 41.8px 33.4px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
}
.wrapper {
    background-color: #fff;
}
.owl-prev,
.owl-next {
    display: none !important;
}
p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card {
    width: 14rem;
}
.product-image {
    width: 100%;
    height: 13rem;
}

/* custom checkbox */
input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #fd7e14;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    border: 2px solid #fd7e14;
    background: #fd7e14;
}

input[type="checkbox"]:hover {
    border: 2px solid #fd7e14;
    background: #fd7e14;
}

input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

input[type="checkbox"]:focus {
    outline: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f6993f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Phone */
.mobile-logo {
    width: 20% !important;
}

.corder-rounded {
    border-radius: 50px !important;
}

.sub-cate-title:hover {
    color: rgb(255, 168, 7);
    font-weight: 500;
    text-decoration: underline rgb(255, 168, 7);
    text-underline-offset: 1px;
}

/* .col-3 {
    max-width: 21%;
} */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.display-cat-list {
    display: none !important;
}

/* .header-list-cat:hover {
    background-color: #c46213;
} */

.dropdown-list-cat {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header-list-cat:hover > dl > dd.header-cat {
    /* border: 1px solid #e9e9e9; */
    display: block;
}
.header-cat {
    width: 240px;
    height: 100%;
    display: none;
    position: absolute;
    top: 42px;
    left: 20px;
    margin-left: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 0px 2.2px rgba(179, 179, 179, 0.034),
        0 100px 80px rgba(179, 179, 179, 0.034);
    border: 0.1px solid rgba(180, 180, 180, 0.267);
}

.text-dart-green {
    color: green !important;
}

.bg-dark-green {
    background-color: #006a4d;
}

.border-radius-50 {
    border-radius: 50px;
}

.font-small {
    font-size: 12px;
}

.select2-container .select2-selection--single {
    height: 38px;
    /* padding-top: 6px; */
}

.shop-images:hover {
    background-color: rgb(233, 233, 233);
    cursor: pointer;
}
