@font-face {
  font-family: 'SpecialGothicExpanded';
  src: url('/font/Gothic_Expanded/SpecialGothicExpandedOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.MyMainContainer{
  max-width: 1700px!important;
}



.logo_first_letter{
  background-color: #1ca4a7;
  color:#fff!important;
  border-radius: 7px 0 0 7px;
  padding-right: 2xp!important;
}
/* .main_logo:hover .logo_second_letter{
   transition: text-shadow 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #0076b625;
    border-radius: 0 7px 7px 0;
} */

.mc-collor{
  color:#1ca4a7!important;
}

*{
  font-family: sans-serif;
}
/* body {    
    background-color: #f7f7f7;
} */

body {
    background-image: url('/assets/images/pills-bg.png');
    background-repeat: repeat;
    background-size: 100px 100px;
    background-position: top left;
    background-attachment: fixed;
}


a {
    font-style: normal;
}
.website_top_menu_block {
  background: linear-gradient(135deg, #1ca4a7 0%); padding:7px 0 7px 0;color:#000;
}
#myTab {
  border:none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* background-color: #46ff382b; */
}
.r_top_menu {
    padding: 5px 0px;
    background-color: #5a5753;
    color:#fff;
    font-size: 15px;
}

.chat_icon{
    color: gold;
    margin-right: 6px;
}
.secon_menu_icon{
    cursor: pointer;
    font-size: 40px;
    margin-left:-5px;
}

ul {
  list-style: none;       /* Removes bullet points */
  padding: 0;             /* Removes left indentation */
  margin: 0;              /* Optional: removes top/bottom spacing */
}
li{
    list-style: none;
}

.my_top_icon_style {
    font-size: 39px;
}
.main_logo span{
    font-family: SpecialGothicExpanded;
    color: #1ca4a7;
    font-size: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    
    text-shadow: -1px -1px 1px rgb(0, 0, 0);
    transition: text-shadow 0.4s ease;
    transition: background-color 0.4s ease;
    
}

/* By default, hide both */
.desktop_categories_tabs,
.mobile_categories_menu {
  display: none;
}

/* Show on desktop (≥768px) */
@media (min-width: 768px) {

.main_logo span{
  
    font-size: 35px;
    
    
}


  .mob_fullcart_butt{
    display: none;
  }
  .desktop_categories_tabs {
    display: block;
  }
  .website-logo{
    width:277px;
    margin-left: -22px;
  }
  #basket-area-on-mobile{
    display: none;
  }
  .enig-cart-but {
    display: none;
  }

  .show_when_mobile {
    display: none;
  }

  .product_mg_list {
   
    border-bottom: 1px solid #eee;
  }
.enigma_mob_ver {
  display: none;
}

.enigma_des_ver {
  display: inline-block;
}
  
}

/* Show on mobile (<768px) -----------------------------------------------MOBILE */
@media (max-width: 767.98px) {
  .main_logo span{
  
    font-size: 30px;
    
    
}
  .my_close_class {
    position: absolute;
    bottom:10px;
    right:10px;
  }
  .mob_fullcart_butt{
    position: absolute;
    font-size: 40px;
    top: -4px;
    color: green;
    right: 14px;
  }
  .hidethis {
    display: none;
  }
  .mobile_categories_menu {
    display: block;
  }
  .website-logo{
    width:200px;
    margin-left: -17px;
  }
  
  #basket-area-on-mobile{
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;        
    width: 100%;
    height: 43px;    
  }

  .add_cart_button {
    display: none;
  }
  .enig-cart-but {
    display: inline-block;
    font-size:40px
  }
  .enig-remove-when{
    display: none;
  }

  .enig_10 {
    font-size:15px!important;
  }
  .product_mg_list .mycorrection_1{
    font-size: 17px!important;
  }
  .product_mg_list {
    border:1px solid silver;
    border-radius: 5px;
  }
  .enig-cart-but {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 40px;
  }
 .enigm_iincrease_mob {
    min-width: 150px;
    position: relative;
  
  }
.enigm_iincrease_mob * {
text-align: center!important;
}

.for-mobile {
  width: 100%!important;
}

.price_for_mobile {
  display: none!important;
}

.show_when_mobile{
  display: block;
  text-align: center;
  margin-bottom: 5px;
  
}

.product_image {
  height:150px; 
}
.enigma_mob_ver {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  padding-left: 18px;
  padding-right: 11px;
}

.enigma_des_ver {
  display: none;
}


} 
/* Mobile */
.my_cart_icon_for_mobile{
  position: absolute;
    font-size: 40px;
    top: -4px;
    color: green;
    right: 14px;
}
.support_menu{
  color:#89b2c0;
  float:right;
  text-decoration: none;
}

.nav-home-tab {
  font-size: 25px;
}

.for-font-size {
  color: #1ca4a7;
  font-weight: bold;
}

.custom-btn {
  
  
  border: none;
  color: white;
  
}


.main-color{
  color: #1ca4a7;
  font-size: 19px;
  margin-top:-1px;
}

.navbar-top-side a {
  color: #1ca4a7;
}

#loginResult {
  display: none;
}
#loginsuccess{
  display: none;
}

.product_mg_list {
  background: #fff;
  padding: 15px;
  margin-bottom: 2px!important;  
  transition: box-shadow 0.4s ease;
  box-shadow: 0px 1px 4px #dbdbdb85;
}

.product_mg_list:hover{
  box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.23);
}
.product_mg_list .mycorrection_1{
    font-size: 20px;
    font-weight: bold;    
    text-align: left;
    color: #004215;
}

.add_cart_button {    
    color: #808080;
    border-color: #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 0 21px 0 rgba(142, 144, 147, 0.23);
    background-color: #fff;
    font-size: 22px;
    padding: 10px 0 10px;
    transition: background-color 0.4s ease;
    cursor: pointer;

}

.add_cart_button:hover{
  background: #59a9ff;
  color:#fff
}
    
.enig_10 {
  color: green;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
}

.enig_11 {
      color: #626262;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}

.enig-215 {
  padding: 20px;
}
#myTabContent{
  padding: 1px;
  min-height: 300px;
  background-color: #fff;
}


.product_mg_list:last-child {
  border-bottom: none;
}

.enigma_search_button {
  
  transition: color 0.4s ease;
  transition: background-color 0.4s ease;
}

.enigma_search_button:hover {
  color:#fff;
  background-color: #0187cf;
}

.enigma_prod_counter {
  width: 50%;
  margin-top: 5px;
}

.remove_this {
  display: none;
}

.spinns {
  display: none;
  margin-left: 44%;;
}

.basket-full {
  background-color: #1ca4a7 !important;
  color: white;
  border-color: #28a745;
  
}
#cartButton{
  background-color: #1ca4a7;
  color:#fff;
  min-width: 150px;
}
#cartItemCount {
  display: inline-block;
  
}

.basket-full:hover {
  color: yellow;
}
.mob_cart_bottom_button{
  border-radius: 10px 0px 0px 0px;
  float:right; width: 49.5%;
  background-color: #1ca4a7;
}

.first_banner_reffil {
  /* background-image: url('/img/banner_1.jpg'); */
  /*background-size: cover;         scales the image to cover entire element
  background-position: center;    /* centers the image */
  background-repeat: no-repeat;   /* prevents tiling */
  height: 400px;                  /* adjust as needed */
  color: white;
  
}

.refill_time_banner_menu ul li a{
  
  background-color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin:1px 0px ;
  font-size: 21px;
  color:#1f93ff;
  border-radius: 3px;
  font-family: SpecialGothicExpanded;
  transition: color 0.4s ease;
}
.banner_slogan {
  margin-top: 80px;
    font-size: 36px;
    color: #fff;
    padding: 7px;
    background: #0033ff80;
    font-family: monospace;
    text-shadow: 0 0 4px #202020;
  
}
.refill_time_banner_menu ul li a:hover{
  color:#27a9f5;
  
}

.logo_first_latter {
  background-color: lightblue; 
}