header .navbar.navbar-expand-xl .navbar-nav .nodown .nav-link::before {
 display:none
}

.headercolor {
	display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    background-color: navy;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
}

.footer-section-2 .sub-footer {
    padding: 10px 0px;
}

.review-section .reviewer-box p {
    margin-top: 10px;
}

.WhatsAppButton__root {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
	position: fixed;
	bottom: 60px;
	right: 48px;
}
 
.WhatsAppButton__root a{
	text-decoration: none
}	
.WhatsAppButton__root .wp{
	width:44px; opacity:1
}
  .landbot-whatsapp__button {
    border-radius: 6px;
    box-shadow: 0 4px 9px #00000024;
    border: none;
    background: #02e777;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 14px;
    transition: all ease-in-out 100ms;
  
    text-decoration: none;
  }
  
  .landbot-whatsapp__button:hover {
    cursor: pointer;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.14);
  }
  
  .whatsapp__poweredBy {
	right: 56px; bottom: 8.8px;  
    display: flex;
    position: absolute;
    bottom: 2px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    background-color: #fff !important;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    word-wrap: break-word;
    white-space: pre-wrap;
    color: #1d2129;
    padding: 12px;
    text-decoration: none;
    max-width: 248px;
    height: auto !important;
  }
  
  .whatsapp__poweredByTopLeft {
    bottom: 0px;
    left: 0px;
  }
  
  .whatsapp__poweredByTopRight {
    bottom: 0px;
    right: 0px;
  }
  
  .whatsapp__poweredBySideLeft:after {
    transform: translateX(-165px) rotate(45deg);
    -webkit-transform: translateX(-165px) rotate(45deg);
    -moz-transform: translateX(-165px) rotate(45deg);
    -o-transform: translateX(-165px) rotate(45deg);
    -ms-transform: translateX(-165px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 10px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredBySideLefty:after {
    transform: translateX(-6px) rotate(45deg);
    -webkit-transform: translateX(-6px) rotate(45deg);
    -moz-transform: translateX(-6px) rotate(45deg);
    -o-transform: translateX(-6px) rotate(45deg);
    -ms-transform: translateX(-6px) rotate(45deg);
    -moz-box-shadow: rgb(0, 0, 0, 0.2) 2px -2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 10px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredByTopRight:after {
    transform: translateX(-20px) rotate(45deg);
    -webkit-transform: translateX(-20px) rotate(45deg);
    -moz-transform: translateX(-20px) rotate(45deg);
    -o-transform: translateX(-20px) rotate(45deg);
    -ms-transform: translateX(-20px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredByTopLeft:after {
    transform: translateX(-20px) rotate(45deg);
    -webkit-transform: translateX(-145px) rotate(45deg);
    -moz-transform: translateX(-20px) rotate(45deg);
    -o-transform: translateX(-20px) rotate(45deg);
    -ms-transform: translateX(-20px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    background-color: #fff;
    left: 100%;
  }
  
  .closePopUp {
    width: 12px !important;
    float: right;
    height: 12px !important;
    margin-right: -4px !important;
    margin-top: -10px !important;
    border-radius: 50% !important;
    z-index: 99999;
  }
  
  .closePopUp:hover {
    cursor: pointer;
    transform: scale(1.2) rotateZ(90deg);
  }
  
  
  .category-box {
    background-color: #ffffff !important;
    border-radius: 10px;
 }
 .txt-error{
    color: #ff6666;
    font-weight: 600;
    font-size: 15px;
 }
 
 
  .online-store {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(auto,220px);
    grid-gap: 6px;
    margin: 14px 0px 0;
    font-size: .9286rem;
    line-height: 20px;
    text-align: center;
}
 .online-store li a {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #e7e7e7;
    border-radius: 4px;
    padding: 8px 10px;
    background: hsl(60,100%,calc(94% + var(--i) * 2%));
    display: block;
    color: var(--color-text);
}
.online-store .cname {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    min-width: 0;
}
.online-store .logo {
    width: 1.2858rem;
    height: 1.2858rem;
    margin-right: .3571rem;
    border-radius: 50%;
}
.online-store .cname span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 15px;
}
   
.payment-option img{ 
    width: 35px;
    margin-right: 5px;
}


.tab-pane .comments-area {
    padding-top: 0;
    border: 0;
}
.comments-area {
    background: transparent;
    border-top: 1px solid #ececec;
    padding: 0px 0;
    margin-top: 0px;
}
.comments-area h4 {
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 18px;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}
.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list .single-comment:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.comments-area .thumb {
    margin-right: 20px;
    min-width: 100px;
}
.comments-area .comment-list .single-comment img {
    min-width: 35px;
    max-width: 35px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
    margin-right: 15px;
}
.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.p-rating {
    margin-bottom: 1px;
}
.p-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url("img/rating-stars.png");
    background-position: 0 0;
}

.product-rate {
  background-image: url("../img/rating-stars.png");
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.comments-area p {
    font-size: 14px !important;
    color: #7E7E7E;
    margin-right: 10px;
    margin-bottom: 0;
}
.comments-area p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list .single-comment {
    margin: 0 0 15px 0;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    padding: 20px 20px 5px; 
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.progress + .progress {
  margin-top: 1rem;
}

.progress {
    height: 1.2rem!important;
}
.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 70px;
  font-size: 15px;
  font-weight: 800;
}

.progress-bar {
  background-color: #FFA41C!important;
}
.m-average h3{ margin:0px!important;}

.mr-15{margin-right:15px;}


.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

.full-stars{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fdc040;
}

.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 20pt;
}

.empty-stars:before {
  
}

.full-stars:before {
 
}
.m-reviews .dataTables_scrollHead{ display: none;}
.m-reviews .table{ width: 100%!important;}
.m-reviews .mr-1{ margin-right:5px;}
.m-reviews .table tr td{
    border: none;
    margin: 0px;
    padding: 0;
}

.m-reviews .dataTables_info {
    font-size: 13px!important;
}
.m-reviews  ul li {
    display: inherit!important;
    list-style: none!important;
    width: auto !important;
    margin-left: 0px !important;
    font-size: 13px!important;
}
.m-reviews .page-item.active .page-link {
    background-color: #26abe2;
    border-color: #26abe2;
}
.m-reviews .page-link {
    color: #26abe2;
    border: 1px solid #26abe2;
}
.custom-rate .empty-stars:before,.custom-rate .full-stars:before {
    font-size: 16pt;
}
.product-description{ word-wrap: break-word;}
.pvalue{margin-bottom:0px!important} 
   
    
@media only screen and (max-width: 767px) {
 .cust-image .emb-white {
    font-size: 2.07547vw;
    line-height: 2.59434vw;
}
.cust-image .emb-black {
    font-size: 2.07547vw;
    line-height: 2.59434vw;
}

    
   .mobile-view-tab {
    display: block!important;
   
} 
    
 .WhatsAppButton__root {
    bottom: 80px;
}   
    
.arrow-slider .slick-prev, .arrow-slider .slick-next {
    width: calc(25px + (30 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(25px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.products-list .product-image img {
    height: 200px;
}

.product-section .right-box-contain {
    text-align: left;
}
.product-section .right-box-contain .price-rating .custom-rate {
    justify-content: left;
}
.product-section .right-box-contain .product-packege .select-packege {
    justify-content: left;
}
.product-section .right-box-contain .note-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
}
.cart-button {
    min-width: 220px;
    width: 100%;
}
.product-section .right-box-contain .buy-box {
    width: 100%;
}
.product-section .right-box-contain .note-box .product-qty {
    width: 100%;
    max-width: 100%;
}
.quantity-price {
    display: flex;
    padding: 5px 0px;
}
.shopping-cart .item {
    padding: 0px 0px;
}
.shopping-cart .item .cart-item-image {
    padding-right: 12px;
}
.shopping-cart .item .cart-item-details {
    padding: 0 0px;
    width: 100%;
}
.cart-product-remove {
    display: flex;
    padding: 0 20px;
    cursor: pointer;
    width: 100%;
    justify-content: flex-end;
    color: #268cb9;
}

.shopping-cart .item  .cart-item-details h4 {
    font-size: calc(14px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
}

.shopping-cart .item .img-cart-product {
    width: 80px;
    height: 140px;
}
.product-box-5 .product-image img {
    height: 220px;
}

.product-main-2 .img-product-slider {
    max-height: 500px !important;
    width: 100%!important;
    object-fit: cover;
    object-position: top;
}
.left-slider-image-2 .sidebar-image img {
    height: 125px;
}
.dc-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
header .header-top .social-link h6 {
    display: none;
}
header .sticky-header .header-nav{
    display: none;
}

header .top-nav {
    padding:0px 0px 5px;
}
.home-section-2.home-section-bg {
    margin-top: -22px;
}
.sticky-header {
    padding-top: 5px !important;
}
.active .sticky-header {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

}

@media only screen and (max-width: 460px) {
    
}

@media only screen and (max-width: 360px) {
    
}
.sbp24 {
    background: #fff;
    padding: 24px 0px;
}
.m_center {
    text-align: center;
}
.school-profile .school-img {
    max-width: 195px !important;
    max-height: 175px;
    padding: 8px;
    height: 175px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
	border: 1px solid #ddd;
}
.school-profile h6 {
    font-size: calc(14px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 5px;
}
.bookset .ant-btn {
    line-height: 1.499;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 40px;
    padding: 0 26px;
    font-size: 14px;
    border-radius: 4px;
    color: #009345 !important;
    border: 1px solid #009345;
    background-color: #ffffff;
    width: auto;
    margin-bottom: 4px;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0px auto;
    margin-top: 10px;
}
.mob-pro-details{
    border-bottom: 3px double #c8c8c8;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.bookset h4 {
    font-weight: 500;
	margin-bottom:5px;
}
.bookset .product-detail {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}
.bookset .product-box-5 {
    padding: 10px;
    border-radius: 7px;
}
.text-right {
    text-align: right!important;
}
.mt-10{
	margin-top:10px;
}
.studetas {
    font-size: calc(19px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}
.bookset-add-btn {
	margin: 0px !important;
    width: auto !important;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    border-bottom: 2px solid;
    height: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e31e24;
    border-color: #e31e24;
    float: right;
}
.custom-control.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-control.custom-checkbox .custom-control-label {
    position: relative;
    left: -8px;
    top: -1px;
}

.custom-control.custom-checkbox .custom-control-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #adb5bd;
    border-radius: 4px;
}

.custom-control.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background: url('checkmark.png') center center/80% no-repeat;
}

.custom-control.custom-checkbox input[type="checkbox"]:disabled:checked + .custom-control-label::before {
    background: url('checkmark.png') center center/80% no-repeat;
}

.custom-control.custom-checkbox input[type="checkbox"]:disabled + .custom-control-label::before {
    background: #e9ecef;
    border-color: #adb5bd;
}
.note_txt {
    font-style: italic;
    font-size: 12px;
    text-decoration: underline;
}
.tbg{
    background: #f5f5f5 !important;
} 
.cart-table-content {
    margin-bottom: 0px;
}
.cart-table-content .item_ {
    padding: 5px;
    background: #fdfdfd;
    border: 1px solid #868e96;
    color: #868e96;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-flex;
    margin-top: 5px;
}
.about-us table {
    width: 70%;
    margin-bottom: 20px;
}
.about-us table thead th, .about-us table tbody td {
    border: 1px solid #ddd;
    padding: 10px 10px;
}

.sticky-header {
    position: fixed;
    top: 0px;
    width: 100%;
	padding-top: 10px !important;
}
.sticky-header.active {
    background: rgb(235 236 237 / 73%)!important;
    backdrop-filter: blur(15px);
    transition-duration: .4s;
    pointer-events: all !important;
    transition-property: transform, opacity;
    background: rgba(235, 236, 237,0.6);
    -webkit-box-shadow: 2px 4px 30px rgba(0,0,0,.2);
    box-shadow: 2px 4px 30px rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(15px);
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    padding-top: 0px !important;
}
.sticky-header.active .navbar-light .navbar-nav .nav-link {
    color: #010101;
}
.sticky-header.active .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    color: #010101;
}
.sticky-header.active .top-nav .navbar-top .web-logo img {
    width: 50px;
}
.sticky-header.active .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
    background-color: rgb(0 0 0 / 50%);
}
.sticky-header.active .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
    color: #000;
}

.mad-product-categories .mad-product-category .text-content {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 35px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
	text-align: left;
}
.mad-product-categories .mad-product-category .text-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.mad-product-categories .mad-product-category .text-content span {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 0px solid #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: #31580d;
    padding: 7px 18px;
    border-radius: 68px;
    color: #fdd132;
    font-size: 16px;
}
.wbox .product-box-5 {
    background: #f5f5f5;
}  
.fix-header {
    background: #fff;
}
.fix-header .navbar-light .navbar-nav .nav-link {
    color: #010101;
}
.fix-header .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    color: #010101 !important;
}
.pb20 {
    padding-bottom: 20px;
}
.pt30 {
    padding-top: 30px !important;
}
.icon_boxes {
    border-radius: 6px;
    padding: 5px 0 0;
    position: relative;
}
.icon_boxes .icon {
    font-size: 35px;
    line-height: initial;
    margin-right: 20px;
}
.icon_boxes .icon span {
    color: #041e42;
}
.button-52 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 50px 13px;
    padding-top: 15px;
    outline: 0;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #ffffff !important;
    max-width: fit-content;
    margin: 0px auto;
	margin-top:15px;
}
.button-52:after {
  content: "";
  background-color: #ffa006;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 8px;
  left: 8px;
  transition: 0.2s;
}
.button-52:hover:after {
  top: 0px;
  left: 0px;
  color: #FFFFFF;
}
.carousel-caption h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.carousel-caption p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 300;
}
.checkout-cart .hover-btn:hover {
    color: #000;
}
.custom-box {
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    overflow: hidden;
    border: 1px solid #e7e6e6;
    height: 100%;
    transition: all .3s ease;
    position: relative;
    top: 0;
    background: #ffff;
}
.custom-box img{
    border-radius: 15px;
}

.video_home {
	padding: 0 5px
}

h3.h3-20 {
	font-size: 20px;
	text-align: center !important;
	display: block
}

video#myVideo {
	border-radius: 10px;
	width: 100%
}

.slide:not(.slick-active) {
	cursor: pointer;
	opacity: .3
}

.course-box .course-details {
	padding: 10px 10px 10px 10px;
	position: relative
}

.svg-block.image-left image {
	-webkit-transform: translateX(-19%);
	-ms-transform: translateX(-19%);
	transform: translateX(-19%)
}

.svg-block.video-block {
	position: relative
}

.svg-block.video-block p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.svg-block svg {
	width: 100%
}

.svg-block svg mask {
	mask-type: alpha
}

@media (max-width:767px) {
	.svg-block {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:480px) {
	.svg-block {
		max-width: 100%
	}
}

.video-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .05em;
	color: rgba(229, 9, 20, .8)
}

.video-btn:hover {
	text-decoration: underline;
	color: #46AADD
}

.video-btn .play-ico {
	margin-right: 13px
}

.video-btn .play-ico span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(229, 9, 20, .8)
}

.video-btn .play-ico.x2 img {
	height: 25px
}

.video-btn .play-ico.animate {
	position: relative;
	z-index: 10
}

.video-btn .play-ico.animate::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	z-index: 1;
	height: 80%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(229, 9, 20, .8);
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-animation: pulseElem 1s infinite linear;
	animation: pulseElem 1s infinite linear
}

.video-btn .play-ico.animate::before {
	width: 120%;
	height: 120%
}

.video-btn .play-ico.animate span {
	position: relative;
	z-index: 10
}

.video-btn .play-ico.animate .play-ico {
	position: relative;
	z-index: 10;
	margin: 0
}

.video-btn .play-ico img {
	height: 16px;
	margin-right: -4px;
	-webkit-filter: brightness(0) invert(1) !important;
	filter: brightness(0) invert(1) !important
}

@media (max-width:480px) {
	.video-btn .play-ico.animate {
		position: relative;
		z-index: 10
	}

	.video-btn .play-ico.animate::before {
		display: none
	}
}

@-webkit-keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
		opacity: 1
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0
	}
}

@keyframes pulseElem {
	0% {
		width: 80%;
		height: 80%;
		opacity: 1
	}

	100% {
		width: 150%;
		height: 150%;
		opacity: 0
	}
}

.course-box-wrap a {
	color: #000
}


.location-select {
    max-height: 190px;
    overflow-y: auto;
    height: 100%;
}

.location-modal .form-control,.location-modal  .location-list {
    font-family: sans-serif;
}

.ui-widget.ui-widget-content {
    z-index: 9999!important;
    max-width: 450px;
}
.ul-search-product {
    z-index: 9999!important;
    max-width: 100%!important;
}

.non-serviceable-modal .non-serviceable-modal--illustration {
    text-align: center;
}
 .non-serviceable-modal .non-serviceable-modal--message {
    padding: 20px 0;
    color: #1e1e1e;
}
.non-serviceable-modal .non-serviceable-modal--message {
    padding: 20px 0;
    color: #1e1e1e;
}

.non-serviceable-modal .button  {
    height: 35px;
    padding: 0 40px;
}
.non-serviceable-modal--cta {
    display: flex;
    justify-content: center;
}

.non-serviceable-modal--cta .button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #ffa006;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}

.ui-widget-content .subtitle {
    font-size: 12px;
    color: #878787;
}
.location-modal .modal-dialog .modal-content .modal-header .modal-title {
    color: var(--theme-color);
}

.course-title{
    margin-top: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}


.product-package .select-package {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: calc(5px + 8*(100vw - 320px)/1600)
}

@media(max-width: 767px) {
	.product-package .select-package {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

[dir=rtl] .product-package .select-package {
	padding-right: 0
}

.product-package .select-package li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-height: unset;
	margin: 0;
	padding: 0;
	position: relative
}

.product-package .select-package li a {
	padding: 6px 11px;
	border: 1px solid #ececec;
	border-radius: 4px;
	display: block;
	color: #4a5568;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.product-package .select-package li a.active {
	border: 1px solid var(--theme-color);
	background: var(--theme-color2);
	color: #fff
}

.product-package .select-package .form-check-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	float: unset;
	margin: 0;
	opacity: 0;
	cursor: pointer
}

.product-package .select-package .form-check-input:checked~.form-check-label {
	border-color: var(--theme-color)
}

.product-package .select-package .form-check-input:checked~.form-check-label span {
	color: #fff;
	background-color: var(--theme-color)
}

.product-package .select-package.color li.active {
	opacity: 1;
	border-color: #222
}

.product-package .select-package.color li .form-check-input:checked~.form-check-label {
	opacity: 1;
	border-color: #222
}

.product-package .select-package.color li .form-check-input:checked~.form-check-label span {
	background-color: rgba(0, 0, 0, 0)
}

.product-package .select-package.color li .form-check-label {
	opacity: .7
}

.product-package .select-package.circle li:hover button {
	color: #222;
	background-color: #f1f0f0
}

.product-package .select-package.circle li .form-check-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 100%;
	color: #4a5568;
	padding: 3px;
	border: 1px solid rgba(154, 154, 154, .4);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position: relative
}

.product-package .select-package.circle li .form-check-label span {
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: calc(30px + 4*(100vw - 320px)/1600);
	height: calc(30px + 4*(100vw - 320px)/1600);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f8f8f8;
	color: #222;
	border-radius: 100%
}

.product-package .select-package.product-radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}

.product-package .select-package.product-radio-list .form-check {
	margin: 0;
	padding: 0;
	min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.product-package .select-package.product-radio-list .form-check:hover .form-check-input {
	border-color: rgba(154, 154, 154, .65)
}

.product-package .select-package.product-radio-list .form-check:hover .form-check-label {
	color: #222
}

.product-package .select-package.product-radio-list .form-check .form-check-input {
	cursor: pointer;
	float: unset;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: #f8f8f8;
	border: 1px solid rgba(154, 154, 154, .4);
	position: relative;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-package .select-package.product-radio-list .form-check .form-check-input::after {
	content: "";
	position: relative;
	width: 12px;
	height: 12px;
	background-color: var(--theme-color);
	border-radius: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.product-package .select-package.product-radio-list .form-check .form-check-input:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

.product-package .select-package.product-radio-list .form-check .form-check-input:active {
	-webkit-filter: unset;
	filter: unset
}

.product-package .select-package.product-radio-list .form-check .form-check-input:checked {
	background-color: #fff;
	border-color: var(--theme-color)
}

.product-package .select-package.product-radio-list .form-check .form-check-input:checked::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product-package .select-package.product-radio-list .form-check .form-check-input:checked~.form-check-label {
	color: #222
}

.product-package .select-package.product-radio-list .form-check .form-check-label {
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	margin-top: 1px;
	color: #4a5568;
	cursor: pointer
}

.product-package .select-package .form-select {
	background: linear-gradient(187.77deg, #fafafa 5.52%, #f8f8f8 94%);
	border-radius: 7px;
	border: 1px solid #eee;
	display: inline-block
}

.product-package .select-package.image li .form-check-label {
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(154, 154, 154, .4);
	border-radius: 6px;
	padding: 3px
}

.product-package .select-package.image li .form-check-label img {
	width: 65px;
	border-radius: 4px;
	cursor: pointer;
	height: 65px;
	padding: 0;
	overflow: hidden
}

.product-package .select-package.rectangle li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	min-height: unset;
	margin: 0;
	padding: 0;
	position: relative
}

.product-package .select-package.rectangle li:hover button {
	color: #222;
	background-color: #f1f0f0
}

.product-package .select-package.rectangle li.active button {
	color: #fff;
	background-color: var(--theme-color)
}

.product-package .select-package.rectangle li .form-check-label {
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(154, 154, 154, .4);
	border-radius: 6px;
	padding: 3px;
    margin-bottom: 0;
    opacity: 1;
}

.product-package .select-package.rectangle li .form-check-label span {
	padding:2px 12px;
	background-color: #f8f8f8;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.product-package .select-package .disabled {
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	opacity: .6 !important;
	pointer-events: none
}

.product-package .select-package .disabled::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 0;
	background-color: #ff7272;
	width: 100%;
	height: 1px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1
}

.product-package .select-package .disabled a,
.product-package .select-package .disabled button {
	cursor: default
}

.product-package .select-package .disabled .form-check-input:checked~.form-check-label {
	background-color: #f8f8f8 !important;
	color: #4a5568 !important
}

.product-package .select-package {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: calc(5px + 8*(100vw - 320px)/1600)
}

@media(max-width: 767px) {
	.product-package .select-package {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-package .select-package {
	padding-right: 0
}

.product-package .select-package li {
	border: 1px solid rgba(154, 154, 154, .4);
	border-radius: 6px;
	padding: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.product-package .select-package li a,
.product-package .select-package li button {
	padding: 6px 11px;
	border: 1px solid #ececec;
	border-radius: 4px;
	display: block;
	color: #4a5568;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(0, 0, 0, 0)
}

.product-package .select-package li:hover {
	border: 1px solid rgba(154, 154, 154, .65)
}

.product-package .select-package li:hover button,
.product-package .select-package li:hover img {
	border-color: rgba(154, 154, 154, .65)
}

.product-package .select-package li.active {
	border: 1px solid var(--theme-color);
	border-radius: 6px;
	padding: 3px
}

.product-package .select-package li.active button,
.product-package .select-package li.active img {
	background: var(--theme-color);
	color: #fff;
	font-weight: 600
}

.product-package .select-package li.disabled {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	opacity: .6 !important;
	pointer-events: none
}

.product-package .select-package li.disabled::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left: 0;
	background-color: #ff7272;
	width: 100%;
	height: 1px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product-package .select-package li.disabled a,
.product-package .select-package li.disabled button {
	cursor: default
}
.delivery-address-box label{ margin-bottom: 0;}

.home-section-2 .slick-prev:before,.home-section-2  .slick-next:before {
    color: #2c5c00;
}

	.product-box-5 {
		position: relative;
		background-color: #fff;
		border: 1px solid #ececec;
		border-radius: 10px;
		overflow: hidden;
		transition: .2s;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		overflow: hidden;
		border: 1px solid #e7e6e6;
		height: 100%;
		transition: all .3s ease;
		position: relative;
		top: 0;
	}
		.product-img {
		 position: relative;
		overflow: hidden; 
	}
	.product-img img {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 100%;
	}

	.product-img img.hover-img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
	.product-img a img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%
}

.product-img a img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-img img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%
}

.product-img img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.product-box-5:hover .product-img a img.hover-img {	
	opacity: 1;
	width: 100% !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.product-box-5:hover .product-img img.hover-img {	
	opacity: 1;
	width: 100% !important;
	z-index: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.wa-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 25px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    z-index: 99;
    line-height: 50px;
    cursor: pointer;
    font-size: 22px;
    color: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(18, 198, 101) 0.85%, rgb(0, 148, 70) 100%);
    border-radius: 50%;
}
.wa-float .quick_wa_icon {
    font-size: 30px;
}

.call-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 25px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    z-index: 99;
    line-height: 60px;
    cursor: pointer;
    font-size: 22px;
    color: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255 182 60) 0.85%, #ffa006 100%);
    border-radius: 50%;
}

.call-float .quick_call_icon {
    font-size: 30px;
}

.cart-green-btn {
    color: white !important;
    background: #31580d;
    text-align: center;
    font-size: 14px;
    padding: 8px 8px;
    border-radius: 10px;
    transition: background 0.3s ease;
    width: 100%;
    margin-top: 5px;
    font-weight: 600;
}
.reselling {
    width: 100%;
    margin-top: 8px;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

.reselling .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-container {
    flex-grow: 1;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.reselling .title {
    color: rgb(53, 53, 67);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.reselling .subtitle {
    color: rgb(139, 139, 163);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 15px;
}

.reselling .button-container {
    display: flex;
    gap: 10px;
}

.reselling .separator {
    height: 1px;
    background-color: rgb(206, 206, 222);
    border-radius: 2px;
    width: 100%;
}

.reselling .label {
    color: rgb(53, 53, 67);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
    padding-bottom: 0;
}

.input-container { margin-top:5px}
.reselling .form-check-input {
    font-size: 1.2rem;
}
.reselling  .form-check-input:checked {
    background-color: #ffa006;
    border-color: #ffa006;
}

.reselling .green-text {
    margin-top: 12px;
    color: rgb(3, 141, 99);
    font-weight: 600;
    font-size: 16px;
}
.reselling .error-text {
    display: block;
    color: rgb(225, 25, 0);
    font-size: 12px;
    margin-top: 4px;
}
.reselling .red-text {
    margin-top: 12px;
    color: rgb(225, 25, 0);
    font-weight: 600;
    font-size: 16px;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 0.4;
}
.h-why-choose .title h2 {
    color: #FFDE1B;
}
.h-why-choose .title-leaf2 svg {
    background-color: #46641c;
}

.h-why-choose{	
    background-color: #46641C;
}
.h-why-choose .wc-contain {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h-why-choose .wc-contain .wc-icon {
	/*width: 50%;*/
	margin-bottom: 10px;
    padding: 10px;
}
.h-why-choose .wc-details p {
    color: #fff;	
}

.h-why-choose .wc-details h4 {
    color: #FFDE1B;
    font-family: "Amita", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

@media (max-width:767px) {
.product-box-5 {
    margin-bottom: 10px !Important;
}
.ui-widget.ui-widget-content {
    max-width: 460px;
}

.product-box-5 .product-detail .card-green-btn {
    border-radius: 5px;
}
.product-box-5 .product-image img {
	height: auto !important;
}
section {
    padding: 20px 0px !important;
}
.custom-box {
    padding: 5px;
}

header .location-box button .location-arrow {
	margin-right: 5px !important;
	width: 25px;
	height: 25px;
}
header .location-box button .location-arrow .feather {
    width: 14px;
    height: 14px;
}
header .location-box button .locat-name {
    font-size: 12px;
    max-width: 80px;
}
.header-top p{
    font-size: 12px;
}

.location-select {
    max-height: 100%;
}
.m-slick .slick-dots {
    bottom: 0px !important;
}


}

@media (max-width:520px) {
.ui-widget.ui-widget-content {
    max-width: 340px;
}
}

.social-btn {
    position: relative;
    border: 1px solid #c2c8d0;
    border-radius: 6px;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    height: 50px;
    transition: box-shadow .15 ease-in-out, background-color .15s ease-in-out;
    cursor: pointer;
    padding: 0 8px 0 8px;
    color: #2d333a;
    margin-bottom: 1px !important;
    display: flex !important;
    outline: 0;
    justify-content: center;
    margin-top: 20px !important;
}
.social-logo-wrapper {
    margin-right: 10px;
}.social-text {
    text-align: left;
    position: relative;
}
.social-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.social-btn:hover {
    box-shadow: inset 0 0 0 150px #0000001a;
        color: #2d333a !important;
}


.relative-display {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-a {
    padding: 0px 0px;
}

.custom-arrows button i {
    transform: rotate(90deg);
}

.custom-arrows button {
border: none;
    color: white;
    margin: 0px;
    padding: 5px 0px;
    background: rgb(249 176 99);
    transition: background 0.3s ease;
    width: 100%;
    border-radius: 2px;
}

.custom-arrows button:hover {
    background: rgba(0, 0, 0, 0.6);
}

@media(max-width: 767px) {
    .custom-arrows {
        display: none;
    }

    .vid-thumb{
        width: 100%;
        height: 100%;
    }
    
    .custom-arrows {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.active-group-image {
    filter: brightness(0.55);
    padding: 3px;
    border-radius: 0.25rem;
    border: 1px solid black;
}

.custom-group-image {
    padding: 3px;
    border-radius: 0.25rem;
}

.custom-group-image:hover {
    border: 1px solid black;
}
.color_check {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '';
    border: 1px solid #EAEAEA;
    height: 26px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 26px;
    border-radius: 50%;
}
.color_check i {
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
}

.acolor_name {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: 75%;
}
.avl-colors .avl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-notification {
	display: block;
	width: 245px;
	padding: 7px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 2px rgb(158 158 158 / .2);
	box-shadow: 0 0 7px 2px rgb(158 158 158 / .2);
	border-radius: 5px;
	margin: 7px;
	position: fixed;
	z-index: 99;
	bottom: 130px;
	left: 10px
}

.product-notification .close {
	font-size: 11px !important;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: 99
}

.product-notification .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.product-notification img {
	height: 60px;
	margin-right: 7px;
	border-radius: 6px
}

.product-notification .media-body {
	padding-left: 0
}

.product-notification h5 {
	color: #666;
	font-size: 12px
}

.product-notification .pname {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px
}

.product-notification .detail {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	color: #666
}

.shop-images img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px
}

.p-relative {
	position: relative
}
.text-prmy {
    color: #ffa006;
}


/*category*/
/* Desktop Styles (unchanged from your original) */
.category-nav {
    --active-color: #0d6efd;
    --hover-bg: rgba(13, 110, 253, 0.05);
    display: flex;
    flex-direction: column;
    border-color: rgba(0,0,0,0.08) !important;
    background: white;
    border-radius: 8px;
}

.category-nav .list-unstyled { width: 100%; }

.category-item {
    color: #495057;
    transition: all 0.2s ease;
}

.category-item:hover {
    background: var(--hover-bg);
    color: var(--active-color);
}

.category-active {
    background: rgba(13, 110, 253, 0.08) !important;
    color: var(--active-color) !important;
    font-weight: 500;
    position: relative;
}

.category-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background:#ffa006;
    border-radius: 0 3px 3px 0;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,0.05) !important;
}

.category-active .cat-name{ color: #ffa006;}
.category-nav .category-list {
    overflow-y: auto; 
    height: calc(80vh - 56px);
}


/* Mobile Filter Button (visible only on mobile) */
.mobile-filter-btn {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobile-filter-btn:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.mobile-filter-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mobile-filter-btn i {
    font-size: 16px;
    color: #ffa006;
}

/* Add a subtle animation effect */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 160, 6, 0.4); }
    70% { box-shadow: 0 0 0 8px rgba(255, 160, 6, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 160, 6, 0); }
}

.mobile-filter-btn.highlight {
    animation: pulse 1.5s infinite;
}


.category-group {
    margin-bottom: 40px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.category-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.ph-item {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 15px;
}

.not-available-data {
    text-align: center;
    padding: 40px 0;
}

.no-results-text {
    margin-top: 20px;
}

.no-results-text .text1 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.no-results-text .text2 {
    font-size: 14px;
    color: #777;
    display: block;
}

/* Mobile Styles */

/*category*/

 /*  Custom MX Slick Arrows */
.mx-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.mx-slick-arrow:hover {
  background: #f8f8f8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: #000;
}

.mx-slick-arrow svg {
  width: 20px;
  height: 20px;
}

.mx-slick-prev {
  left: -20px;
}

.mx-slick-next {
  right: -20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .mx-slick-prev {
    left: -10px;
  }
  .mx-slick-next {
    right: -10px;
  }
}


@media only screen and (max-width: 767px) {
    .mobile-filter-btn {
        display: flex;
    }
    
    /* Rest of your mobile styles remain the same */
    .category-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        max-height: 100vh !important;
        height: 100vh !important;
        border-radius: 0;
        overflow-y: auto;
    }
    
    .category-nav.mobile-active {
        display: flex;
    }
    
    /* Add a nice transition when opening */
    .category-nav {
        transition: transform 0.3s ease-out;
        transform: translateY(100%);
    }
    
    .category-nav.mobile-active {
        transform: translateY(0);
    }
    
    /* Close button styling */
    .close-mobile-nav {
        display: block !important;
        margin-left: auto;
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #6c757d;
        padding: 5px 10px;
        transition: all 0.2s ease;
    }
    
    .close-mobile-nav:hover {
        color: #333;
        transform: scale(1.1);
    }
    
   .sticky-search-bar .searchAI {
        padding-left: 18px;
        border: 2px solid #000;
        border-right: 0px;
    }
}

