.ltn__grid-views {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 400px; /* Set a fixed height */
    width: 100%; /* Adjust width based on the column grid */
    border: 1px solid #ddd; /* Optional: for visual consistency */
    padding: 15px; /* Optional: for spacing */
    box-sizing: border-box; /* Ensure padding doesn’t affect dimensions */
}

.ltn__grid-views .product-img img {
    max-height: 200px; /* Set a maximum height for images */
    object-fit: cover; /* Maintain aspect ratio and cover the space */
    width: 100%; /* Make sure the image fits the card width */
}

.ltn__list-views{
    display: flex;
    height: 250px; /* Set a fixed height */
    width: 100%; /* Adjust width based on the column grid */
    border: 1px solid #ddd; /* Optional: for visual consistency */
    padding: 15px; /* Optional: for spacing */
    box-sizing: border-box; /* Ensure padding doesn’t affect dimensions */
}

.ltn__list-views .product-img img {
    max-height: 200px; /* Set a maximum height for images */
    object-fit: cover; /* Maintain aspect ratio and cover the space */
    width: 200px; /* Make sure the image fits the card width */
}
.wishlist-icon sup{
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    text-align: center;
    border-radius: 100%;
    right: 8px;
    top: -8px;
}
.ltn__header-3 .ltn__header-middle-area {
    padding: 15px 0;
}
.ltn__header-middle-area{
    background-color: #bbf1a9;
}
.ltn__slide-item{
    height: 450px;
}
.ltn__category-item{
    position: relative;
    margin-top: 40px;
    min-height: 108px;
}
.slick-slide{
    padding-top: 50px;
    margin-bottom: 20px;
}
.ltn__category-item .ltn__category-item-name h6 a,.ltn__category-item .ltn__category-item-img i{
    color: #0A9A73;
}
.section-title-area {
    margin-bottom: 0px;
}
.ltn__feature-item-8 {
    padding: 15px 0 15px;
}
.footer-top-area {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-widget {
    margin-bottom: 0px;
}
.ltn__copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ltn__product-item.ltn__product-item-2{
    border: 1px solid #e6e4e4;
    border-radius: 2px;
}
.widget.custom_widget {
    max-height: 350px;
    overflow-y: auto;
}
.widget.custom_widget::-webkit-scrollbar {
    width: 8px; 
}

.widget.custom_widget::-webkit-scrollbar-track {
    background: #f9f9f9; 
}

.widget.custom_widget::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 10px; 
    border: 2px solid #f9f9f9; 
}
.alert {
    padding: 0rem 0.3rem;
}
.alert ul{
    margin-bottom: 0px !important;
}
.alert ul li{
    margin-top: 0px !important;
}
.custom_widget ul li{
    position: relative;
}
.custom_widget input[type=checkbox] {
    visibility: hidden;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    vertical-align: text-bottom;
    position: relative;
    z-index: 1; /* Ensure it does not interfere */
}

.custom_widget input[type=checkbox]::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    top: 2px;
    visibility: visible;
    display: inline-block;
}

.custom_widget input[type=checkbox]:checked::before {
    background: #007bff; /* Change the box color when checked */
    border-color: #0056b3;
}

.custom_widget input[type=checkbox]:after {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
}

.custom_widget input[type=checkbox]:checked:after {
    opacity: 1;
}
.ltn__shop-options {
    margin-bottom: 20px;
}
.widget {
    border: 1px solid var(--border-color-11);
    padding: 35px 20px 15px 20px;
}
.product-ratting li {
    display: inline-block !important;
}
.ltn__menu-widget > ul li {
    margin-top: 5px;
}
.ltn__contact-address-item p{
    color: #d51144;
    font-weight: bold;
}
#scrollUp{
    bottom: 20px;
}
@media (max-width: 1399px) {
    .ltn__section-title-2 .section-title {
        font-size: 50px;
    }
}
@media (max-width: 1200px) {
    .header-search-2 {
        min-width: 300px;
    }
    .header-search-2 input {
        height: 38px;
    }
}
@media (max-width: 991px) {
    .ltn__header-3 .ltn__header-middle-area {
        padding: 5px 0;
    }
    .site-logo .h-20 {
        height: 4rem;
    }
    .ltn__header-3 .mini-cart-icon-2 > a h6 {
        display: none;
    }
    .social_media_li,.wishlist_li{
        display: none !important;
    }
    .ltn__header-3 .header-search-2 {
        min-width: 260px;
    }
    .mini-cart-icon-2 > a {
        min-width: 0px;
    }
    .mini-cart-icon-2 > a .mini-cart-icon {
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .ltn__header-3 .ltn__header-middle-area {
        padding: 0px 0;
    }
    .ltn__section-title-2 .section-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .h-20 {
        height: auto !important;
        width: 60px;
    }
    .ltn__header-middle-area .col{
        padding: 0;
    }
    .header-search-2 input {
        height: 27px;
    }
    .ltn__section-title-2 .section-title {
        font-size: 20px;
    }
    .ltn__breadcrumb-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ltn__header-options > ul > li {
        margin-right: 0px;
    }
    .ltn__header-3 .header-search-2 {
        min-width: 100%;
    }
    .ltn__header-middle-area > .container > .row > .col:first-child {
        flex-grow: 1;
    }
    
    .ltn__header-middle-area > .container > .row > .col:nth-child(2) {
        flex-grow: 3;
    }
    
    .ltn__header-middle-area > .container > .row > .col:last-child {
        flex-grow: 1; 
    }
    .site-logo {
        min-width: 60px;
    }
    .mini-cart-icon-2 > a .mini-cart-icon sup {
        font-size: 10px;
        height: 15px;
        width: 15px;
        line-height: 15px;
    }
    .ltn__header-options i.fa-user {
        font-size: 15px;
    }
    .mini-cart-icon-2 > a .mini-cart-icon i {
        font-size: 15px;
    }
    .ltn__header-top-area {
        padding: 0 !important;
    }
    .ltn__top-bar-menu .ltn__currency-menu .active-currency, .ltn__top-bar-menu > ul > li {
        font-size: 11px;
    }
    .ltn__top-bar-menu ul li {
        margin: 0 15px 0 0;
    }
    .ltn__header-options i, .ltn__header-top-area i {
        font-size: 10px;
    }
    .ltn__header-3 .ltn__header-options > ul > li {
        margin-right: 0px;
    }
}
.ltn__category-item{
    background-color: transparent;
}
.ltn__category-item::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 150px;
    height: 150px;
    border: 1px solid rgb(202, 209, 203);
    background: rgba(236, 146, 146, 0.2);
    border-radius: 15px 0px 15px 0px;
    z-index: -1;
}
.product-purchasing,.produc_add_to_cart{
    width: 100%;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #000;
    width: 200px;
    height: 200px;
    cursor: crosshair;
    z-index: 1000;
}

#zoom-result {
    position: absolute;
    top: 0px; /* Adjust based on your layout */
    right: 100px; /* Adjust based on your layout */
    width: 600px; /* Adjust as needed */
    height: 400px; /* Adjust as needed */
    border: 1px solid rgb(220, 215, 215);
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1000;
    display: none;
}
.ltn__product-item {
    height: 400px;
}
.ltn__product-item .product-img {
    height: 250px;
}
.ltn__product-item .product-info {
    height: 92px;
    margin: 0px 5px;
}
.ltn__product-item-3 .product-info {
    height: 105px;
    padding: 0px 10px 0px;
}
.ltn__product-item.ltn__product-item-3 {
    margin-bottom: 65px;
}
.section-title {
    font-size: 40px;
}
.ltn__top-bar-menu > ul > li > i, .ltn__top-bar-menu > ul > li > a > i {
    color: #e4500c;
    margin-right: 0px;
}
.ltn__banner-item {
    margin-bottom: 10px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 25px !important;
}
.ltn__breadcrumb-area {
    margin-bottom: 40px;
}
.ltn__category-menu-toggle{
    height: 400px;
    overflow-y: auto;
}
.ltn__category-menu-toggle::-webkit-scrollbar {
    width: 8px;
    background-color: #f1f1f1;
}
.ltn__category-menu-toggle::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.ltn__category-menu-toggle::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
#liton_product_list .ltn__product-item{
    height: auto;
}
#liton_product_list .ltn__product-item .product-info{
    height: auto;
}
.table-bordered {
    border: 1px solid #000000;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000;
}