@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Nunito+Sans:opsz@6..12&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
p, span, ul, li, a, button{font-family: 'Nunito Sans', sans-serif;}
.error{color: red;}
.btn-block{width:100%;}
.br-0{border-radius:0px;}
.form-control{border-radius:0px;}
.sticky-logo .site-logo img{max-width: 85px;padding-top: 2px; padding-bottom: 2px;}
.site-logo .header-site-logo{max-width: 120px;}
.ltn__utilize-mobile-menu .site-logo{max-width: 100px;}
.footer-logo .site-logo img{max-width: 130px;}
.ltn__header-3 .ltn__header-middle-area {padding: 5px 0;}
.alert {padding: 5px 5px;border-radius: 0px;}
.alert-dismissible .btn-close {padding: 12px 10px;}
.heder-shop-name{cursor: pointer;}
.heder-shop-name p{
	margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px;
}
.ltn__utilize-menu > ul > li .sub-menu li.mobile-sub-menu-title{background-color: var(--section-bg-1);}
.modal{z-index: +9999;}
.modal .modal-dialog {margin-top: 75px;}
.slider-left-category .ltn__category-menu-toggle > ul > li > a {padding: 5px 15px;}
.slider-left-category .ltn__category-submenu ul li {padding: 0px 0px;}
.slider-left-category .ltn__category-submenu{padding: 5px 10px;}

@media (min-width: 768px) {
	.container-fluid-2{
		padding-right: 100px !important;
		padding-left: 100px !important;
		width: 100%;
	    padding-right: var(--bs-gutter-x,.75rem);
	    padding-left: var(--bs-gutter-x,.75rem);
	    margin-right: auto;
	    margin-left: auto;
	}
}
@media (max-width: 767px) {
	.container-fluid-2{
		padding-right: 15px !important;
		padding-left: 15px !important;
		width: 100%;
	    padding-right: var(--bs-gutter-x,.75rem);
	    padding-left: var(--bs-gutter-x,.75rem);
	    margin-right: auto;
	    margin-left: auto;
	}
	.modal .modal-title {font-size: 14px;}
}
@media (max-width: 767px) {
	.site-logo .header-site-logo {max-width: 55px;}
	.ltn__utilize.ltn__utilize-mobile-menu {padding: 5px 10px !important;}
	.site-logo .mobile-side-menu{max-width: 50px;}
}
/*HOME PAGE*/
@media (max-width: 767px) {
    .desktop-banner{display:none;}
    .mobile-banner{display:block;}
}
@media (min-width: 768px) {
    .desktop-banner{display:block;}
    .mobile-banner{display:none;}
}
.sec-top-category .cat-item{padding-right: 5px;padding-left: 5px;}
.sec-top-category .ltn__category-item-name .ltn__category-item-name-h{margin-bottom: 0px;}
.sec-product-grid .product-item, .product-grid-page .product-item{padding-right: 5px;padding-left: 5px;}
.page-sec-title-bottom-border{width: 80px;height: 4px;background: #2cb34a;margin: auto;}
/*END HOME PAGE*/

/*************** Start Shopping Cart Page ***************/
.shopping-cart-page .cart-list-item{border-bottom: 1px solid #ccc;margin-bottom: 10px;padding-bottom: 10px;}
.shopping-cart-page .cart-list-item .cart-product-title{margin-bottom: 0px;font-size: 16px;}
.shopping-cart-page .cart-list-item .cart-plus-minus, .shopping-cart-page .cart-list-item .remove-my-cart-product{display:inline-block;}
/*.shopping-cart-page .cart-coupon-row .coupon-apply-btn{}*/
/*************** End Shopping Cart Page ***************/
.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent gray background */
    z-index: 9999; /* Ensure it's on top of everything */
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Spin animation */
}

.content {
    padding: 20px;
}
/*Check Out Page*/
.check-out-page .payment-method .cod, .check-out-page .payment-method .pre-paid{
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #f7f8fa;
}
.check-out-page .payment-method label{font-size: 18px;font-weight: 600;}
.check-out-page .payment-method .cod img{max-width: 120px;}
.check-out-page .payment-method .pre-paid{}
.check-out-page .address-book{}
.check-out-page .address-book .address-item{
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 5px;
    background: #f7f8fa;
}
.check-out-page .address-book .address-item .address-item{font-weight: 600;}
/*Check Out Page*/
/* Spin animation keyframes */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@media (min-width: 992px){
    .search-suggestion {
        position: absolute;
        margin-left: -64px;
        width: 400px;
        margin: auto;
    }
}

.search-suggestion {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    z-index: +2;
}
.search-suggestion .suggestion {
    list-style: none;
    text-align: left;
    padding-left: 0px;z-index: +2;
}
.search-suggestion .suggestion .suggestion-item {
    background: #fff;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
}
.search-suggestion .suggestion .suggestion-item:hover {
    background: #e3e3e3;
}
#float-whatsapp{
    position: fixed;
    z-index: 2147483647;
    background-color: #00d535;
    color: #ffffff;
    bottom: 70px;
    font-size: 29px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    left: 4%;
    text-align: center;
    border-radius: 50%;
}
#float-messenger{
    position: fixed;
    z-index: 2147483647;
    background: linear-gradient(rgb(255, 143, 178) 0%, rgb(83 59 215) 50%, rgb(0, 229, 255) 100%);
    color: #ffffff;
    bottom: 125px;
    font-size: 29px;
    font-weight: bold;
    height: 50px;
    width: 50px;
    left: 4%;
    text-align: center;
    border-radius: 50%;
}
@media (max-width: 767px){
    #float-messenger{
        bottom: 75px;
    }
    #float-whatsapp{
        bottom: 20px;
    }
}