*{
    font-family: "Syne", sans-serif !important;
}
i{
	font-family: "Font Awesome 6 Free" !important;
}
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}
.nu___mb___er{
    font-family: "Poppins", sans-serif !important;
}
.fz__15{
  font-size: 14px !important;
}
.fz__18{
  font-size: 18px !important;
}
.fz__18.price{
  font-size: 18px !important;
}
.fz__16{
  font-size: 16px !important;
}
.fz__15.price{
  font-size: 15px !important;
}
.fz__22{
  font-size: 22px !important;
}
.fz__30{
  font-size: 30px !important;
}
.fw____600{
  font-weight: 600;
}
.t_normal{
  text-transform: capitalize !important;
}
.search__box_category{
    position: relative;
    width: 50%;
    margin-bottom: 15px;
}
.search__box_category i{
    position: absolute;
    background: #6b87ae;
    padding: 14px 15px;
    right: 0px;
    top: 0px;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search__box_category input{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 4px;
}
.top-filter-menu.categoryl__section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.col-custom-.full____width{
    width: 100%;
}
.category-section-3 .category-box-list .category-box-view .shop-button a{
    color: white;
}
.lottie___parent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lottie___parent_shop{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.lottie___parent .lottie__file{
    width: 180px;
}
.lottie___parent_shop .lottie__file_shop{
    width: 250px;
}
.no_stock_text{
    background-color: rgb(165, 60, 60);
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 15px;
}
.search_i_box{
    padding-left: 20px;
}
.search_i_box input{
    padding: 11px 15px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 301px;
}
.ptype_t{
    font-size: 13px !important;
    margin-left: 5px;
    font-weight: 400;
}



.search-recommendations {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
}
/* width */
.search-recommendations::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .search-recommendations::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .search-recommendations::-webkit-scrollbar-thumb {
    background: #6b87ae;
  }
  
  /* Handle on hover */
  .search-recommendations::-webkit-scrollbar-thumb:hover {
    background: #6b87ae;
  }
.recommend-section {
    padding: 10px;
}
.recommend-section h6 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.recommend-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recommend-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}
.recommend-item:hover {
    background: #f8f8f8;
}
.recommend-image {
    width: 65px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
}
.recommend-details {
    display: flex;
    flex-direction: column;
}
.recommend-details span {
    font-size: 14px;
}
.category {
    font-size: 12px !important;
    color: #777;
}
.price {
    font-size: 12px !important;
    color: #6b87ae;
}
.item-count {
    font-size: 12px !important;
    color: #777;
    margin-left: 10px;
}





.product-box-3 .product-header .product-image img{
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    margin-bottom: 11px !important;
}
.product-box-3{
    padding: 10px !important;
}
.product-box-3 .product-header .product-image{
    padding: 0px !important;
}
.input___number input{
    font-family: "Poppins", sans-serif !important;
}
.login___method{
    display: flex;
    gap: 10px;
    border-bottom: unset;
}
.login___method .nav-link{
    background: transparent;
    border: 1px solid #6b87ae;
    color: black;
    padding: 10px 20px;
}
.login___method .nav-link.active{
    background: #6b87ae;
    color: white;
}
.onhover-div-login .btn-link {
    color: inherit;
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.onhover-div-login a{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
}
.onhover-div-login button{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
}
.onhover-div-login a i{

}
.onhover-div-login .btn-link:hover {
    color: var(--theme-color);
}





















.notifications {
    position: fixed !important;
    bottom: 30px !important;
    z-index: 1111111 !important;
    right: 20px !important;
  }
  
  .notifications :where(.toast, .column) {
    display: flex !important;
    align-items: center !important;
  }
  .notifications .toast.success i{
    color: green !important;
  }
  .notifications .toast.error i{
    color: red !important;
  }
  .notifications .toast.info i{
    color: rgb(88, 88, 209) !important;
  }
  .notifications .toast.warning i{
    color: #f7c600 !important;
  }
  
  .notifications .toast {
    width: 400px !important;
    position: relative !important;
    overflow: hidden !important;
    list-style: none !important;
    border-radius: 4px !important;
    padding: 16px 17px !important;
    margin-bottom: 10px !important;
    background: white !important;
    justify-content: space-between !important;
    animation: show_toast 0.3s ease forwards !important;
  }
  
  @keyframes show_toast {
    0% {
        transform: translateX(100%) !important;
    }
    40% {
        transform: translateX(-5%) !important;
    }
    80% {
        transform: translateX(0%) !important;
    }
    100% {
        transform: translateX(-10%) !important;
    }
  }
  
  .notifications .toast.hide {
    animation: hide_toast 0.3s ease forwards !important;
  }
  
  @keyframes hide_toast {
    0% {
        transform: translateX(-10%) !important;
    }
    40% {
        transform: translateX(0%) !important;
    }
    80% {
        transform: translateX(-5%) !important;
    }
    100% {
        transform: translateX(calc(100% + 20px)) !important;
    }
  }
  
  .toast::before {
    position: absolute !important;
    content: '' !important;
    height: 3px !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    animation: progress 5s linear forwards !important;
  }
  
  @keyframes progress {
    100% {
        width: 0% !important;
    }
  }
  
  .toast.success::before {
    background: var(--success) !important;
  }
  
  .toast.error::before {
    background: var(--error) !important;
  }
  
  .toast.warning::before {
    background: var(--warning) !important;
  }
  
  .toast.info::before {
    background: var(--info) !important;
  }
  
  .toast .column i {
    font-size: 19px !important;
  }
  
  .toast.success .column i {
    color: var(--success) !important;
  }
  
  .toast.error .column i {
    color: var(--error) !important;
  }
  
  .toast.warning .column i {
    color: var(--warning) !important;
  }
  
  .toast.info .column i {
    color: var(--info) !important;
  }
  
  .toast .column span {
    font-size: 19px !important;
    margin-left: 12px !important;
  }
  
  .toast i:last-child {
    color: #aeb0d7 !important;
    cursor: pointer !important;
  }
  
  .toast i:last-child:hover {
    color: var(--dark) !important;
  }

  .notifications .toast:not(.showing):not(.show){
    opacity: 1 !important;
  }

  
.cart-section .cart-table table tbody tr td .quantity-price .cart_qty button{
    width: 30px !important;
    height: 30px !important;
}
.cart-section .input-group{
    background: white;
    border-radius: 25px;
    padding: 4px;
}
.image__placeholder {
    position: absolute;
    height: 100%;
    padding: 9px;
    cursor: pointer;
    right: 62px;
    background: #f1f1f1;
    border-radius: 4px;
}
.image__placeholder label {
    height: 100%;
    display: block;
}
.image__placeholder img {
    height: 100%;
    width: auto;
    border-radius: 4px;
    object-fit: contain;
}





.content_view .ti_tle{
	font-size: 28px;
	font-weight: 600;
  line-height: 25px;
	margin-bottom: 20px;
}
.content_view{
  font-size: 17px;
}
.content_view h1, .content_view h2, .content_view h3, .content_view h4, .content_view h5, .content_view h6{
	font-weight: 500 !important;
  line-height: 25px;
  font-family: "Poppins", sans-serif !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
  line-height: 25px;
  font-size: 24px !important;
}
.empty_view{
	text-align: center;
	font-size: 20px;
  line-height: 25px;
  font-family: "Poppins", sans-serif !important;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 20px;
}
.content_view{
	margin-top: 30px;
	padding-bottom: 25px;
  line-height: 25px;
}
.content_view p strong{
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
  font-weight: 700 !important;
  font-size: 17px;
}
.content_view ul li strong{
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
	font-weight: 500 !important;
	font-size: 16px;
}
.content_view ul li p{
  font-family: "Poppins", sans-serif !important;
  margin: 0px !important;
  line-height: 25px;
	font-size: 16px;
}
.content_view p{
	font-size: 16px;
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
	font-weight: 400;
	color: rgb(43, 43, 43);
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_view ul{
	padding-left: 10px;
	margin-bottom: 25px;
}
.content_view ul li{
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 25px;
	margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
	list-style: none;
}
.content_view ul li::before{
  content: '';
  background: url('../images/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.category___title h2{
  font-size: 23px !important;
}
.logo____growque{
  width: 100px;
}
.left___________box.acccct_ve{
  left: 0px !important;
}


@media screen and (max-width: 500px) {
  .category-section-3 .category-box-list{
    min-height: 220px;
  }
  .product-box .product-image img{
    height: 125px;
  }
  .shop-section .show-button .top-filter-menu{
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .search_i_box{
    padding-left: 0px;
    width: 100%;
  }
  .search_i_box input{
    width: 100%;
  }
  .product-box-3 .product-header .product-image img{
    height: 125px !important;
  }
  .product-section .right-box-contain{
    text-align: start;
  }
  .product-section .right-box-contain .product-package .select-package{
    justify-content: flex-start;
  }
  .product-section .right-box-contain .note-box{
    justify-content: flex-start;
  }
  .product-section .right-box-contain .buy-box{
    justify-content: flex-start;
  }
  .search__box_category{
    width: 100%;
  }
  .filter__bt___n{
    display: none !important;
  }
  header .header-top .about-list{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cate____mobile{
    display: none;
  }
  .cart-section .product-box-contain{
    display: flex;
    flex-direction: column;
  }
  .cart-section .product-box-contain .price h4{
    display: none;
  }
  .cart-section .product-box-contain .subtotal h4{
    margin-bottom: 2px;
  }
  .cart-section .product-box-contain .subtotal {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cart-section .product-box-contain .quantity h4{
    display: none;
  }
  .cart-section .product-box-contain .save-remove h4{
    display: none;
  }
  .table>:not(caption)>*>*{
    border-width: 0;
  }
  .cart-table table tbody tr td.quantity{
    width: 60%;
  }
  .cart-table table tbody tr td.product-detail .product{
    display: flex;
    align-items: center !important;
  }
  .cart-section .product-box-contain{
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #afafaf;
  }
  .cart-table table tbody tr td.quantity{
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cart-table table tbody tr td{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar{
    padding: 12px;
  }
  .modal-fullscreen-sm-down .modal-body{
    margin-top: 15px;
  }
  .notifications{
    width: 85%;
  }
}
.toast .column span{
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
}