:root{
  --logo-green: #00A066;
}

body{
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
  /* background: #EAEEEF !important; */
  /*background: var(--middle-header-background-color) !important;*/
  /*background: #212023;*/
  
}

a,button, .btn, [onclick], input[type="checkbox"], label[for]{
  cursor: pointer !important;
}
input{
  cursor: auto !important;
  caret-color: auto !important;
}

.input-field.is-invalid{
  border-color: #ec2434 !important;
}
.custom-checkbox span, .custom-radio span{
  border: 2px solid #f4f4f4;
  padding: 2px;
}
.custom-radio input[type=radio] ~ span:before {
  content: "";
  display: block;
  border: 2px solid #363746; /*363755*/
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
}

.file-drop-zone{
  border: none;
}

.file-input .file-actions .file-footer-buttons button{
  border: none;
  outline: none;
}

.container-xxxl {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 100%;
}

.vr{
  width: 1px;
  height: 100%;
  min-height: 16px;
  margin: auto 0.5rem;
}

#kvFileinputModal.modal{
  top: 0;
}
#kvFileinputModal.modal .kv-zoom-body{
  height: 600px !important;
}
@media (min-width: 1024px){
  .file-zoom-dialog .modal-lg {
    max-width: 1024px;
}
}

.kv-zoom-body embed{
  height: 100%;
  width: 100%;
}
.kv-file-content embed{
  height: 100%;
  overflow: hidden;
}

.premium-btn{
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
}

.btn-primary:hover{
  color: var(--primary-button-color);
}


.invalid-feedback{
  display: block !important;
}

.text-info {
  --bs-text-opacity: 1;
  /* color: var(--footer-hover-color) !important; */
  color: var(--text-color) !important;
}

.text-light span, .text-light p, .text-light a, .text-light small, .text-light strong,  .text-light font{
  color: #fff !important;
  }

.bg-info{
  background: var(--footer-hover-color) !important;
}
.btn-info{
  background: var(--footer-hover-color) !important;
}
.menu-text-dark{
  color: var(--primary-color) !important;
}

.w-fit{
  width: fit-content !important;
}

.rounded-lg{
  border-radius: 2rem !important;
}
.rounded-md{
  border-radius: 1rem !important;
}
.bg-off-white{
  background-color: #f5f5f5 !important;
}

.lc-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

#footer .widget {
  font-size: 14px !important;
}

.bg-light {
  --bs-bg-opacity: 1 ;
  background-color: #fff !important;
}


/* header css */

.header .header-middle .header-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0;
}


/* header search css */
.header .header-middle .header__right .header__extra.header-compare {
  position: relative;
  margin: 0 15px 0 0;
  line-height: 1;
}
/* .header .header-middle .header__left .logo a img{
  filter: brightness(0) invert(1);
} */
.search-container{
  position: relative;
}
.search-container .input-search-product{
  visibility: visible;
  transition: all 0.8s ease-in-out;
  position: absolute;
  right: 50px;
  width: 200px;
  background: #f3f3f3;
}
/* .search-container:hover .input-search-product, .search-container:focus .input-search-product, .search-container:focus-within .input-search-product, .search-container:active .input-search-product{
  visibility: visible;
} */
@media (max-width: 768px){

  .search-container .input-search-product{
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    position: absolute;
    right: 50px;
    width: 200px;
    background: #f3f3f3;
  }
  
  /* .search-container:hover .input-search-product, .search-container:focus .input-search-product, .search-container:focus-within .input-search-product, .search-container:active .input-search-product{
    visibility: hidden;
  } */
}




/* header user card css */

.header-user-avatar{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 700;
  color: var(--header-text-color);
  border-radius: 50%;
  border: 3px solid var(--header-text-color);
  padding: 3px;
  overflow: hidden;
}


.header-user-avatar img{
  width: 35px;
  height: 35px;
  
  border-radius: 50%;
  

}

.avatar{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 500;
  color: var(--header-text-color);
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #E0E4EF;
}
.avatar img{
  width: 30px;
  height: 30px;
  
  border-radius: 50%;
}



.customer-avatar{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--logo-green);
  padding: 2px;
}
.customer-avatar .avatar{
  background: var(--primary-button-color);
  color: var(--primary-color);
}

@media  (max-width: 767px){
  .avatar{
    width: 25px;
    height: 25px;
    font-size: 1.2em;
  }
  .avatar img{
    width: 25px;
    height: 25px;
  }

  .customer-avatar{
    width: 35px;
    height: 35px;
  }
  
}


/* .header-user-name {
  max-width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */


.dropdown{
  max-width: 200px;
  width: fit-content;
  position: relative;

}

.dropdown .dropdown-body{
  position: absolute;
  background: #fff;
  min-width: 400px;
  right: -5000px;
  top: 50px;
  transition: 0.8s all ease-in-out; 
  z-index: 99;
  opacity: 0;
}
/* .dropdown:hover .dropdown-body, .dropdown:focus .dropdown-body, .dropdown:focus-within .dropdown-body{

  right: 0;
  opacity: 1;
} */

.dropdown .dropdown-body::before{
  border-bottom: 12px solid #f3f3f3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  right: 0px;
  position: absolute;
  top: -10px;
}

.dropdown-button{
  position: relative;
  /* min-width: 100px; */
  min-width: fit-content;
  cursor: pointer !important;
}
.dropdown-button::before{
  position: absolute;
    left: -1px;
    top: 50%;
    background: var(--primary-color);
    width: 1px;
    height: 30px;
    margin-top: -15px;
    content: "";
}

.dropdown .dropdown-button.mobile-nobody{
  min-width: 100px;
  width: 100px;
}
.dropdown:has(.dropdown-body) .dropdown-button{
  width: 200px;
}

.dropdown-button .customer-title{
  max-width: 100px;
  width: fit-content;

}
.customer-title p, .customer-title h5, .customer-title h6, .customer-title small{
  line-height: 1.5;
}

.dropdown-body .dropdown-header{
  width: 100%;
  height: 100px;
  background-image: url('https://tecsa-i.com/storage/general/slider-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.custom-login-page{
  width: 100%;
  height: 100vh;
  background-image: url('https://tecsa-i.com/storage/general/microsoftteams-image-54.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: start;

}

.custom-login-page .custom-login-container{
  width: 310px;
  background: transparent;
  /* margin: auto; */
}

@media (max-width: 767px){
  .custom-login-page{
    flex-direction: column;
    justify-content: end;
    background-position: 75%;
  }
  .custom-login-page .custom-login-container{
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 28.13%, #000000 100%);
    
  }
  .custom-login-page .custom-login-container .login-btn-container{
    width: 80%;
    margin: auto;
  }

  .dropdown-button, .dropdown:has(.dropdown-body) .dropdown-button{
    min-width: 100px;
    width: fit-content;
  }


  .dropdown .dropdown-body{
    min-width: 90vw;
  }


  .dropdown-button .customer-title{
    width: calc(100% - 20px);
  
  }

}



/* ----new login page design #16/11/23 - ayan---- */

.ti-auth-page input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ti-auth-page{
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #f2f2f2;
  
  display: flex;
  align-items: center;

}
.ti-auth-page .left, .ti-auth-page .right{
  width: 50%;
}
@media (max-width: 800px){
  .ti-auth-page{
    width: 100%;
    height: fit-content;
    overflow: hidden;
    background: #fff;
    padding: 0.5rem 0;
    display: flex;
    align-items: start;
  
  }
  .ti-auth-page .left, .ti-auth-page .right{
    width: 100%;
  }
  .ti-auth-page .right{
    display: none;
  }
}

.auth-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth-container{
  width: 70%;
  height: 100%;
  margin: auto;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;

  border-radius: 2rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
@media (max-width: 800px){
  .auth-container{
    width: 95%;
    height: 100%;
    margin: auto;
    padding: 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
  }
}

.ti-auth-page .social-container{
  width: 70%;
}
.ti-auth-page .social-container .social-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}



/* product section css */


/* Product page css */
.product-detail-container .product-bg{
  width: 100%;
  height: auto;
  border-radius: 0 50rem 50rem 0;
  background: var(--footer-hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px){
  .product-detail-container .product-bg{
    width: 100%;
    height: 300px;
    border-radius: 0 50rem 50rem 0;
    background: var(--footer-hover-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
.product-bg .product-custom-slider{
  width: 500px;
  /* height: 500px; */
  /* margin-right: auto;
  margin-top: 0;
  margin-bottom: auto; */
}
.product-bg .product-custom-slider .product-gallery{
  width: 100%;
  height: 100%;
}
.product-bg .product-custom-slider .product-gallery .slick-arrow{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(7px);
  visibility: visible !important;
  opacity: 1;
}
/* .product-bg .product-custom-slider .product-gallery .img-fluid-eq .img-fluid-eq__wrap {
 
  width:500px;
  height: 500px;
  margin: auto;
  margin-top: 1rem;
} */
.product-bg .product-custom-slider .product-gallery .img-fluid-eq .img-fluid-eq__wrap img {
  object-fit: contain;
  width: 100%;
  height: 100% !important;
}

.product-button{
  /*width: 50%;*/
  width: 100%;
}
@media (max-width: 576px){
.product-inner .product-button .quantity {
    /* width: 100px; */
  width: 100%;
}
}
@media (max-width: 767px){
  .product-button{
    width: 100%;
  }
  .product-bg .product-custom-slider .product-gallery .img-fluid-eq .img-fluid-eq__wrap img {
    object-fit: contain;
    width: 100%;
    max-width: 300px;
    height: 100% !important;
    max-height: 300px;
  }

  .product-gallery__warpper .product-gallery__image{
    width: 400px;
  }
}
.product-buy-section .feature-product-button {

  width: 100%;
}

.product-button .quantity {
  flex: auto;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
}

.product-button .quantity .qty {
  font-size: 1em;
  color: #000;
  font-weight: 700;
  border-width: 0;
  width: 100%;
  padding: 10px 0;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  text-align: center;
  display: inline-block;
  /*background: #E0E4EF;*/
  background: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.product-button .quantity .qty-box {
    width: 100%;
    border: 1px solid #c9c9c9;
    position: relative;
    border-radius: 3px !important;
}
.product-inner .product-button .add-to-cart-button {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  	border-radius: 3px !important;
}
@media (max-width: 991px){
.shop-products-listing .product-inner {
    border-style: solid;
    border-width: 0;
    border-color: #c9c9c9;
    margin-top: -1px;
}
.shop-products-listing  {
    border-width: 0;
    border-color: #c9c9c9;
    border-style: solid;
}
}
.product-button .btn {
  width: 100%;
}
.product-detail-container .product-button .add-to-cart-button {
  flex: 1 1 auto;
  margin-right: 0.5rem;
  max-width: 100%;
}


.product-detail-container .cart-form {
  border-bottom: none;
  padding: 17px 0;
  margin-bottom: 30px;
}
.product-detail-container .wishlist-icon.product-page {
  position: absolute;
  /*left: 5rem;
  bottom: 8rem;*/
  top: 6rem;
  right: 1rem;
}

/* .featured-product-item-container :hover{
  background: var(--footer-hover-color);
  color: var(--primary-button-color);
}
.featured-product-item-container :hover .product-body{
  background: transparent;
  color: var(--primary-button-color);
} */

.widget-products-with-category .product-inner .featured-product-item-container{
  transition: 0.8s all ease-in-out;
  
}

.widget-products-with-category .product-inner:hover .featured-product-item-container {
  background: var(--footer-hover-color);
  color: var(--primary-button-color);
  
}
.widget-products-with-category .product-inner:hover .featured-product-item-container .product-body{
  background: transparent;
  color: var(--primary-button-color);
}
.widget-products-with-category .product-inner .product__title a , .widget-products-with-category .product-inner .sold-by-meta.product__brand a, .widget-products-with-category .product-inner .star-rating-wrapper .star-rating .user-rating .svg-icon, .widget-products-with-category .product-inner .featured-product-item-container .product-body .price-amount .amount{
  
  transition: 0.5s all ease-in-out;
}
.widget-products-with-category .product-inner:hover .product__title a{
  
  /* color: var(--primary-button-color) !important; */
  /* color: #cb1a1a !important; */
  color: #ec2434 !important;
}
.widget-products-with-category .product-inner:hover .sold-by-meta.product__brand a{
  
  color: var(--primary-button-color) !important;
}
.widget-products-with-category .product-inner:hover .star-rating-wrapper .star-rating .user-rating .svg-icon{
  
  /* color: var(--primary-button-color) !important; */
  color: #ec2434 !important;

}
.widget-products-with-category .product-inner:hover .featured-product-item-container .product-body .price-amount .amount{
  
  color: var(--primary-button-color) !important;
}
.widget-products-with-category .product-inner .featured-product-item-container .product-body .product-features .ps-list--dot li span{
  transition: 0.5s all ease-in-out;
  color: var(--text-color) !important;
}
.widget-products-with-category .product-inner:hover .featured-product-item-container .product-body .product-features .ps-list--dot li span{
  
  color: var(--primary-button-color) !important;
}

.widget-products-with-category .product-inner .product-image {
  position: relative;
}

.widget-products-with-category .product-inner .product-image .on-hover{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  position: absolute;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  border-radius: 0 100rem 100rem 0;
  height: 250px;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
  margin-bottom: auto;

} 
.widget-products-with-category .product-inner .product-image .on-hover-hide{
 transition: 0.5s all ease-in-out;

} 
.widget-products-with-category .product-inner:hover .product-image .on-hover-hide{
  visibility: hidden;
  opacity: 0;

} 
.widget-products-with-category .product-inner:hover .product-image .on-hover{
  visibility: visible;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  
} 



/* // product on hover image css  */
.widget-products-with-category .product-inner .product-thumbnail__img.on-hover{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  position: absolute;
  /* clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); */
  /* border-radius: 0 100rem 100rem 0; */
  height: 250px;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
  margin-bottom: auto;
  top: 0;

} 
.widget-products-with-category .product-inner .product-thumbnail__img.on-hover-hide{
 transition: 0.5s all ease-in-out;

} 
.widget-products-with-category .product-inner:hover .product-thumbnail__img.on-hover-hide{
  visibility: hidden;
  opacity: 0;

} 
.widget-products-with-category .product-inner:hover .product-thumbnail__img.on-hover{
  visibility: visible;
  opacity: 1;
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
  
}



/* banner css */
.banner-section .banner-container .foreground-container .banner-subtitle h4{
  font-size: 1em ;
  font-weight: normal;
}

.widget-featured-banners.py-5 .container-xxxl .row.row-cols-lg-3.row-cols-md-2.row-cols-1.justify-content-center .col .featured-banner-item.img-fluid-eq.my-2 .img-fluid-eq__wrap {
  width: 100% !important;
  height: 460px !important;
}

.widget-featured-banners.py-5 .container-xxxl .row.row-cols-lg-3.row-cols-md-2.row-cols-1.justify-content-center .col .featured-banner-item.img-fluid-eq.my-2 .img-fluid-eq__dummy {
  margin-top: 460px !important;
}

.widget-featured-banners.py-5 .container-xxxl .row.row-cols-lg-3.row-cols-md-2.row-cols-1.justify-content-center .col .featured-banner-item.img-fluid-eq.my-2 .img-fluid-eq__wrap a img {
  border-radius: 10px !important;
}

.banner-section .banner-container{
  width: 100%;
  /*height: 60vh;*/
  position: relative;
  overflow: hidden;
}

.banner-section .banner-container .background-container{
  width: 100%;
  height: 100%;
  
  /* background: #F5F8FF; */
  background: transparent;
  position: absolute;
  top: 0;
  

}
.banner-section .banner-container .background-container .cut-box{
  width: 40%;
  height: 100%;
  /* background: var(--footer-hover-color); */
  --mask: linear-gradient(-120deg,#0000 250px,#000 0);	
  -webkit-mask: var(--mask);
          mask: var(--mask);

}
.banner-section .banner-container .background-container .oval-box{
  /* width: 30%;
  height: 400px;
  background: var(--footer-hover-color);
  border-radius: 50rem 0 0 50rem; */
  width: 45%;
  height: 100%;
  padding: 15px 5px;
  background: var(--footer-hover-color) !important;
  border-radius: 0 ;
  
}
.banner-section .banner-container .background-container .circle-left-box{
  width: 50%;
  height: 100%;
  padding: 15px 5px;
  background: var(--footer-hover-color)!important;
  /* background: var(--bottom-header-background-color); */
  /* border-radius: 0 50rem 50rem 0; */
  border-radius: 0 ;
  
}
.banner-section .banner-container .background-container .circle-right-box{
  /* width: 40%;
  height: 400px;
  background: var(--bottom-header-background-color);
  border-radius: 50rem 0 0 50rem;
   */
   width: 45%;
   height: 100%;
   padding: 15px 5px;
   background: var(--footer-hover-color) !important;
   border-radius: 0 ;
}
.banner-section .banner-container .background-container .circle-left-box .circle{
  /* width: 60%;
  height: 100%; */
  width: 400px;
  height: 400px;
  background: var(--footer-hover-color);
  border-radius: 50%;
  aspect-ratio: 1/1;
  
}
.banner-section .banner-container .background-container .circle-right-box .circle{
  /* width: 60%;
  height: 100%; */
  width: 400px;
  height: 400px;
  background: var(--footer-hover-color);
  border-radius: 50%;
  
}

.banner-section .banner-container .foreground-container{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.banner-section .banner-container .foreground-container .banner-image,.banner-section .banner-container .foreground-container .banner-text-area{
  width: 50%;
  height: 400px;
}
.banner-section .banner-container .foreground-container .banner-image img{
  /* width: 65%; */
  /* height: 420px; */
  width: 100%;
  margin-left: 15%;
  object-fit: contain;
  aspect-ratio: 6/3;
  margin: auto !important;
}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image{
  /* width: 45%; */
  width: 100%;
  /* height: 420px; */
  aspect-ratio: 6/3;
  object-fit: contain;
  margin: auto !important;
}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image.left{
  margin-right: 20%;

}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image.right{
  margin-left: 20%;

}
.banner-section .banner-container .foreground-container .banner-text-area{
  width: 40%;
  /* margin-right: auto; */
}




/* //new banner design  */
.banner-card{
  width: 100%;
  /*height: 90vh;*/
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
  border: 0 !important;
  border-radius: 1 rem !important;
}
.banner-card.bg-img{
  width: 1300px;
  max-width: 100%;
  /*height: 460px;*/
  aspect-ratio: 1/0.9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* background-position: center; */
  /*background-size: 1300px 460px;*/
  background-size: 1300px auto;
  background-repeat: no-repeat;
}
.one-grid .banner-card{
  /*border-radius: 10px !important;*/
   background-size: 1300px 1200px;
  	max-height: 1200px;
}
.one-grid .banner-image{
  /*border-radius: 10px !important;*/
}
.one-grid .banner-card.bg-img{
  border-radius: 10px;
 /*aspect-ratio: 2/1;
   max-height:1034px;*/
}
.one-grid .for-mobile{
  display: none;
}
@media(max-width: 768px) {
  .banner-card{
    /*height: 70vh;*/
    height: auto;
    aspect-ratio: 1/1;
    max-height: 700px;
    border-radius: 0 !important;
  }
  .banner-card.bg-img{
    width: 1300px;
    max-width: 100%;
    /*height: 460px;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /*background-position: center;*/
    background-position: left;
    /*background-size: 1300px 460px;*/
    background-size: 1300px auto;
    background-repeat: no-repeat;

  }
  .one-grid .for-desktop{
    display: none;
  }
  .one-grid .for-mobile{
    display: block;
  }
}
.banner-card .banner-image{
  width: 700px;
  max-width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  /*background-size: 700px 700px;
  background-size: 650px 650px;*/
  background-size: 700px auto;
  background-position: center;

}
.banner-card .banner-text{
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: start;
  justify-content: center;

}
@media (max-width:768px) {
  .banner-card .banner-image{
    /*width: 350px;*/
    width: 100%;
    max-width: 100%;
    /*height: 350px;*/
    height: 100%;
    
    /*background-size: 350px 350px;
    background-size: 370px 370px;*/
  
  }
  .grid-banner .banner-card .banner-image{
    width: 700px;
    height: 700px;
    
    /*background-size: 700px 700px;
    background-size: 441px 460px;*/
    background-size: 400px auto;
  
  }
}

.banner-card .banner-text h1, .banner-card .banner-text h4, .banner-card .banner-text p{
  max-width: 600px;
}


@media (max-width: 767px){
  .banner-section .banner-container{
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
  }

  .banner-section .banner-container .background-container{
  width: 100%;
  height: 100%;
  }

}
.banner-section .banner-container .background-container .cut-box{
  
          display: none;
  
}
.banner-section .banner-container .background-container .oval-box{
  
          display: none;
  
}
.banner-section .banner-container .background-container .circle-left-box{
  display: none;
  
}
.banner-section .banner-container .foreground-container{
  /* height: 100%; */
  height: fit-content;
}
.banner-section .banner-container .foreground-container .banner-image,.banner-section .banner-container .foreground-container .banner-text-area{
  width: 100%;
  height: 50%;
}
.banner-section .banner-container .foreground-container .banner-image{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-size: 330px 300px !important;
}
.banner-section .banner-container .foreground-container .banner-image{
  /* background: var(--footer-hover-color); */
  /* background: rgba(0, 0, 0, 0.05); */

}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image.left {
  margin-right: 20%;
  margin: auto;
}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image {
  width: 400px;
}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image.right {
  margin-left: 20%;
margin: auto;
}
.banner-section .banner-container .foreground-container .banner-image img.banner-circle-image {
  width: 400px;
}

.banner-section .banner-container .foreground-container .banner-image img{
  /* width: 100%; */
  width: 400px;
  height: auto;
  margin-left: 0;
}
.banner-section .banner-container .foreground-container .banner-text-area{
  width: 100%;
  margin: auto;
  /* padding: 1rem 0.5rem; */
  text-align: center;

}
  
  
  
  /* product page description btn */
  #product-detail-tabs{
    flex-direction: row !important;
  }
  
  
  
  /* home page slider mobile height fix */
  /* @media (max-width: 767px){
    .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
        height: 800px;
    }
  } */


  /* //home slider edge to edge css */
  .section-content.section-content__slider {
    padding: 5px 5px;
  }


/* profile page css */
 .profile-page{
    /* background: #F5F8FF; */
    background: #fff;
  }
  .profile-page .profile-overview{
    background: #F5F8FF;
  }
  
  .profile-page .profile-overview .profile-card{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  
  @media (max-width: 767px){
    .profile-page .profile-overview .profile-card{
      width: 100%;
    }
      
  }
  .profile-page .profile-overview .profile-card .profile-card-header{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  
  }
  .profile-page .profile-overview .profile-card .profile-card-header .sub-menu{
    left: auto !important;
    right: 0 !important;
  }
  .profile-page .profile-overview .profile-card .profile-card-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .profile-page .profile-overview .profile-card .profile-img{
    
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* overflow: hidden; */
    object-fit: cover;
    border: 3px solid #fff;
    position: relative;
  }
  .profile-page .profile-overview .profile-card .profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--footer-hover-color);
    
  }
  .profile-page .profile-overview .profile-card .profile-img span{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    font-weight: 700;
    color: var(--footer-hover-color);
    background: #fff;
    border-radius: 50%;
    border: 3px solid var(--footer-hover-color);
    
  }
  
  .profile-page .profile-overview .profile-card .profile-img img.premium-icon{
    
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px; 
    border: none !important;
    background: transparent !important;
  }
  
  
  .profile-page .profile-overview .profile-card .balance-section{
    width: 100%;
    background-color: #fff;
    text-align: center;
  }

/* checkout page product section css */

  .checkout-page .checkout-content-wrap{
    background: #fff !important;
  }
  
  .checkout-products .cart-item{
    height: 100px;
  }
  .checkout-products .cart-item .w-100{
    height: 100px;
  }
  
  .checkout-products .cart-item .checkout-product-img-wrapper{
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-products .cart-item .checkout-product-img-wrapper .item-thumb{
    height: 95px;
    width: 95px;
  }
  .checkout-products .cart-item .checkout-product-details-wrapper{
    width: calc(100% - 100px);
  }

.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
    height: 100%;
    max-height: 100%;
    background-color: #d6dee5;
}

.section-slides-wrapper.my-3{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-breadcrumbs{
 display: none !important; 
}
.one-grid-mobile{
    display: none;
  }
@media (max-width: 768px){
  .banner-body-clamp{
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
    /*width: 441px;
    height: 768px;
    max-height: 768px;*/
    width: 100%;
    height: 100%;
    max-height: 100%;
	}
  .section-content.section-content__slider {
    padding: 10px 12px; /* padding: 10px 15px;*/
	}
  .one-grid-web{
    display: none;
  }
  .one-grid-mobile{
    display: block;
  }
}

.product-details-content .product-button{
  width: 50%;
}
@media (max-width: 768px){
  .product-details-content .product-button{
  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    flex-wrap: wrap;
    
}
  .product-details-content .product-button .add-to-cart-button{
    width: 50%;
  }
  .product-detail-container .product-button .add-to-cart-button {
    flex: 1 1 auto;
    margin: auto;
    max-width: 45%;
    border-radius: 3px !important;
}
  .product-detail-container .product-button .add-to-cart-button:first-of-type{
    margin-left: 0;
  }
  .product-detail-container .product-button .add-to-cart-button:last-of-type{
    margin-right: 0;
  }
  
  /* For home slider mobile border -radious */
  .section-content.section-content__slider .section-slides-wrapper {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
}
.panel--search-result {
    right: 0;
  	left: auto;
    width: 50vw;
}
.menu--product-categories .menu__toggle .menu__toggle-title{
  text-transform: capitalize;
}
.product-price ins {
    color: #252525 !important;
    background-color: transparent;
    margin-right: 4px;
    order: 1;
}
.product-price {
    color: #690;
    margin-bottom: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}
.product-inner .product__title {
    font-size: 14px;
    font-weight: 400;
    color: #535557;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-inner .product__title a {
    color: #535557;
    transition: ease 0.3s;
    line-height: 20px;
    box-shadow: none;
    text-decoration: none;
}
.btn-primary {
    font-weight: 700;
    border: 0;
    border-radius: 3px;
    transition: 0.5s;
    outline: 0;
    padding: 0.8rem 0.5rem;
    background-color: #E4E4E4;
    color: #252525;
    box-shadow: none !important;
}

/* app download popup -design */
#appDownloadModal .modal-content{
  position: relative;
  z-index: 1;
  background-color: #5DD3C7; /* Adjust the background color */
}
#appDownloadModal .modal-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  background-color: #ffffff; /* Adjust the background color */
}

.app-download-container .img-section{
  width: 45%;
  height: 100%;
  margin-top: auto;

}
.app-download-container .img-section img{
  width: 100%; /*550px*/
  height: 100%;
  max-width: 100%;

}
.app-download-container .download-main-container{
  width: 50%;
}


.app-download-container .qr{
  width: 80px;
  height: 80px;
  object-fit: contain;
  aspect-ratio: 1/1;

}
.app-download-container .store-btn img{
  width: 250px;
  height: 80px;
  object-fit: contain;

}
@media (max-width: 767px){
  #appDownloadModal .modal-content:before {
    top: 0;
    left: 0;
    bottom: 40%;
    height: 60%;
    width: 100%;
    
  }

  .app-download-container .qr{
    width: 50px;
    height: 50px;
    object-fit: contain;
    aspect-ratio: 1/1;
  
  }
  .app-download-container .store-btn img{
    width: 180px;
    height: 50px;
    object-fit: contain;
  
  }
  .app-download-container .download-main-container{
    width: 100%;
  }
  .app-download-container .img-section {
    width: 100%;
  }
  .app-download-container .img-section img{
    
    max-width: 100%;
  
  }

}

/*@media (min-width: 576px){
#appDownloadModal .modal-dialog {
  max-width: 70%;
  margin: 1.75rem auto;
}
}*/