html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


.shop-header-img {
  width: 40%;     /* makes the image scale with the screen width */
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */
}

  .shop-header-img-half {
   width: 50%;
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */

  }


/* Responsive adjustments */
@media (max-width: 768px) {
  .shop-header-img {
    width: 30%; /* Shrink image on tablets/phones */
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */

  }


  .shop-header-img-half {
    width: 30%; /* Shrink image on tablets/phones */
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */

  }

  .shop-header-title {
    font-size: 1.4rem; /* Smaller font on mobile */
  }
}

@media (max-width: 480px) {
  .shop-header-img {
     width: 30%; /* Even smaller on small phones */
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */

  }

  .shop-header-img-half {
    width: 30%; /* Shrink image on tablets/phones */
  height: auto;    /* keeps the aspect ratio */
  display: block;  /* removes unwanted gaps below the image */

  }

  .shop-header-title {
    font-size: 1.2rem;
  }
}


.main-padding {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .main-padding {
    padding-top: 150px;
  }
}
 
.product_thumb_Name{
	min-height:80px;
	text-align: left; 
	padding: 10px;
}
.owl-stage-outer{
	max-height:550px;
}	
@media (max-width: 768px) {
    /* Styles for tablets */
    .owl-stage-outer{
        max-height: 400px; /* Set your max height for tablets here */
    }
}
@media (max-width: 480px) {
	/* Styles for mobile phones */
	 .owl-stage-outer{
		max-height: 300px; /* Set your max height for mobile phones here */
	}
}
.owl-carousel.thumbnail-carousel .owl-item.active {
    width: auto !important;
    margin-right: 10px !important;
}
.owl-carousel.thumbnail-carousel .owl-item {
    width: auto !important;
    margin-right: 10px !important;
}
.owl-carousel.thumbnail-carousel img {
	max-height: 180px; /* Set your desired max height here */
	max-width: 150px; /* Set your desired max width here */
}
@media (max-width: 768px) {
    /* Styles for tablets */
    .owl-carousel.thumbnail-carousel img {
        max-height: 150px; /* Set your max height for tablets here */
		max-width: 120px; /* Set your desired max width here */
    }
}
@media (max-width: 480px) {
	/* Styles for mobile phones */
	 .owl-carousel.thumbnail-carousel img {
		max-height: 120px; /* Set your max height for mobile phones here */
		max-width: 100px; /* Set your desired max width here */
	}
}
.map 
{
    width: 100%;
}
/* Media query for web */
@media only screen and (min-width: 768px) {
  .map 
  {
   /*  width: 100%; */
  }
}
.websafeDarkOrange {
     color: #FF6666 !important; 	 /* websafe  dark orange */
}
 .websafeHotPink{
    color : #FF3399 !important; /* websafe hot pink */
    /* websafe pink */
}
 .websafeEmeraldGreen {
     color: #33CC66 !important; 	 /* websafe emerald green */
}
 
 .websafeDarkGreyBlack {
     color: #333333 !important; /* websafe dark grey*/
} 
 .websafeMidGrey {
     color: #999999 !important; /* websafe Mid Grey*/
} 
.websafeLightGrey {
     color: #cccccc !important; /* websafe Light Grey*/
}
 .websafeMutedDeepRed {
     color: #cc3333 !important;   /* websafe Muted Deep Red */
}
 .websafeWhite  {
     color: #FFFFFF !important;   /* websafe White*/
}
.websafeDarkOrange_BG {
     background: #FF6666 !important; 	 /* websafe  dark orange */
}
 .websafeHotPink_BG{
    background : #FF3399 !important; /* websafe hot pink */
    /* websafe pink */
}
 .websafeEmeraldGreen_BG {
     background: #33CC66 !important; 	 /* websafe emerald green */
}
 
 .websafeDarkGreyBlack_BG {
     background: #333333 !important; /* websafe dark grey*/
}
 .websafeMutedDeepRed_BG {
     background: #cc3333 !important;   /* websafe Muted Deep Red */
}
 .websafeWhite_BG  {
     background-color: #FFFFFF !important;   /* websafe White*/
}
.responsive-image {
            max-width: 100%;
            height: auto;
        }
.contactUs_btn{
border-radius: 5px;
background-color: #FF3399;
color: #FFF;
font-size: 12px;
}
.footer-outer-div {
     padding-top: 20px;
}
 #scroll-top {
     height:40px;
     position:fixed;
     right:15px;
     width:40px;
     z-index:9999;
     bottom:0;
     color:#fff;
     background-color:#43494e;
     font-size:16px;
     text-align:center;
     line-height:1;
     padding:11px 0;
     visibility:hidden;
     opacity:0;
     border-radius:0 0 0 0;
     transition:all 0.3s,margin-right 0s;
     transform:translateY(40px) 
}
 #scroll-top:focus, #scroll-top:hover {
     background-color:#3a4045 
}
 #scroll-top.fixed {
     transform:translateY(0);
     opacity:1;
     visibility:visible;
     color:#FFF;
     width:41px;
     height:40px;
     right:10px;
     text-align:center;
     text-decoration:none;
     z-index:996;
     transition:background 0.3s ease-out;
     background:rgba(64,64,64,0.75) 
}
 #scroll-top.fixed:hover {
     color:#9a2948 
}

 .filterPadding{
     padding-left:20px;
}
 #wrapper {
     height: 100vh;
     width: 100vw;
     position: relative;
}
/* Popup part */
/*
 #popup-container {
     position: fixed;
*/
    /* z-index: 10;
    */
/*
     bottom: 25px;
     right: 30px;
}*/
 .popup {
     position: relative;
     display: flex;
     align-items: center;
     width: 300px;
     height: 100px;
     padding: 10px;
     margin-bottom: 10px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
     opacity: 0;
     transform: translateY(50px);
     transition: opacity 0.3s ease, transform 0.3s ease;
}
 .popup-green {
     background-color: #f1fdef;
}
 .popup-red {
     background-color: #f8e8e8;
}
 .popup.active {
     opacity: 1;
     transform: translateY(0);
}
 .popup-content {
     display: flex;
     align-items: center;
     flex-grow: 1;
}
 .popup-content .message {
     display: flex;
     flex-direction: column;
}
 .close {
     cursor: pointer;
     position: absolute;
     top: 10px;
     right: 10px;
     font-size: 14px;
}
/* ******************************************************** */
 .shadow-outline {
     box-shadow: 0 0 25px #f9f4f4, 0 0 5px white;
     border-radius: 10px;
     padding: 10px;
}
 .companyNameStyle{
     font-family : Ultra , Georgia , Lucida, Helvetica , Sans-Serif;
     font-weight: 100;
    /* Specifies a bold font weight for "Ultra" on web*/
     font-size:46px;
     color: black;
}
 .header_bg {
     background-image: url('/headbg.jpg');
     background-repeat: no-repeat;
    /* Optional background positioning and sizing */
     background-position: center center;
     background-size: cover;
}
 .searchBox{
}
 .menu_bg {
 
     background-repeat: no-repeat;
    /* Optional background positioning and sizing */
     background-position: center center;
     background-size: cover;
}
 .companyName-font {
     font-size: 36px;
}
 .mobile-line-break {
     display: none;
}
/* Media query for mobile devices */
 @media (max-width: 767px) {
     .searchBox{
         padding-left:10px;
    }
     .filterPadding{
         padding-left:0px;
    }
     .mobile-line-break {
         display: block;
         margin-bottom: 10px;
        /* Adjust this value to control the spacing between the elements */
    }
     .mobile-flex {
         flex-wrap: wrap;
         align-items: flex-start;
    }
     .mobile-width-100 {
         width: 100% !important;
    }
     .companyName-font {
         font-size: 28px;
         line-height: 1;
    }
     .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
         width: 100%;
         padding-right: var(--bs-gutter-x, 0.0rem);
         padding-left: var(--bs-gutter-x, 0.0rem) !important;
         margin-right: auto;
         margin-left: auto;
    }
    /* h3 {
         padding-top: 20px;
         font-size: 1.2em !important;
    }
     h4 {
         padding-top: 20px;
         font-size: 1.1em !important;
    }*/
    /* Specific CSS for Gmail app on Android */
     .companyNameStyle {
         font-family: Ultra, Georgia , Lucida, Helvetica , Sans-Serif;
         font-weight: 800;
		 margin-top: 10px;
        /* Specifies a normal font weight for the fallback font for mobile*/
    }
     .header_bg {
         background-image: url('/headbg_mobile.jpg');
        /* Additional background properties if needed */
    }
     .menu_bg {
 
         background-repeat: no-repeat;
        /* Optional background positioning and sizing */
         background-position: center center;
         background-size: cover;
         background-color: white;
    }
     .mobileLeft{
         padding-left: 10px;
    }
     .header{
         border:none;
         height:130px;
         position:fixed;
    }
     .content-body{
         padding-top: 140px;
         padding-left: 20px !important;
         padding-right: 10px !important;
    }
     .btn-primary {
         color: #ffffff !important;
         text-decoration: none !important;
         padding: 9px !important;
         font-size: 14px !important;
    }
}
 .focusMenuItem{
     outline: none;
}
 .focusMenuItem:focus > a {
     background-color: #FF3399;
     color: white;
}
 .focusMenuItem:focus > a > span {
 background-color: #FF3399;
     color: white;
}
 .image-container {
     display: flex;   /* changed 04 10 2023 12h44 if inline-block they display one below th other*/
     width: 25%;
    /* Set the width to 25% to fit four images in a line */
     box-sizing: border-box;
     padding: 5px;
    /* Optional: Add some spacing between images */
}
 
 
 li{
     background-color: rgba(255, 255, 255, 0.55);
    /*opacity:80%;
    */
     color:#3e3e3e;
    /* dark grey*/
}
 .text-white {
     color: #ffffff !important;
}
 .image-container {
     display: inline-block;
     width: 25%;
    /* Set the width to 25% to fit four images in a line */
     box-sizing: border-box;
     padding: 5px;
    /* Optional: Add some spacing between images */
}
 .rounded-button {
     color: white;
     background-color: #FF3399;
    /* pink */
     padding: 0.5rem 1rem;
     border-radius: 1.5rem;
     text-transform: uppercase;
     font-size: 1rem;
     line-height: 1.334;
     display: inline-block;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
}
 .rounded_border {
     padding:30px;
     border: 3px #ff0b89 solid;
     border-radius: 50px;
}
 .form-control-lg{
     font-size:14px;
}
 .img_Gallery {
    /* max-height: auto;
     */
     width: auto;
     object-fit: contain;
     max-width: 200px;
     max-height: 250px;
}
 .roundedcorners {
     border-radius: 20px;
     overflow: hidden;
     position: relative;
     display: block;
     z-index: 10;
     padding: 10px;
     width: 120px;
     height: auto;
     vertical-align:top;
}
 .roundedcorners_Div {
     border-radius: 20px;
     overflow: hidden;
     position: relative;
     display: block;
     z-index: 10;
     padding: 10px;
     height: auto;
     vertical-align:top;
}
 #textArea_Char_Counter {
     float: right;
     padding: 0.1rem 0 0 0;
     font-size: 0.875rem;
}
 html .background-color-mid-light {
     background-color: #ffffff;
    /* white */
}
 html .background-color-mid-dark {
     background-color: #f6f6f6 !important;
}
 html .background-color-table-mid {
     background-color: #d0d0d0 !important;
}
 .text-color-greenCart {
     color: #28a745 !important;
}
 .text-color-pinkHeart {
     color: #FF3399 !important;
    /* ritual lheart icon */
}
 .text-color-eye {
     color: #2582b9 !important;
}
 .text-product-light {
     color: white !important;
     font-family : 'Poppins';
     font-weight: 100;
     font-size:16px;
}
 .buttonLogin {
     margin-top: 50px;
     width: 100%;
     background-color: #e1eab0;
     color: #080710;
     padding: 15px 0;
     font-size: 18px;
     font-weight: 600;
     border-radius: 5px;
     cursor: pointer;
}
 img {
     border-radius: 10px;
}
 #myUL {
     list-style-type:none;
     margin:0;
     padding:0;
}
 #myUL ul {
     list-style-type: none;
     color: #ffffff;
    /* white */
}
 .caret {
     cursor: pointer;
     user-select: none;
     color: #ffffff;
    /* white */
     font-family: 'Poppins';
     font-weight:100;
     font-size:16px;
}
 .caret::before {
     content: "\25B6";
     display: inline-block;
     margin-right: 6px;
}
 .caret-down::before {
     transform: rotate(90deg);
     color: #ffffff;
    /* white */
}
 #myUL .nested{
     display: none;
     color: #ffffff;
    /* white */
}
 #myUL .activexx {
     display: block;
     color: #55cfd6;
}
 html, body {
     width: 100%;
}
 .mccolor{
     color: #FF3399 !important;
    /* pink */
}
 .mcColour{
     color: #FF3399 !important;
    /* pink */
}
 .sccolor {
     color: #28a745;
}
 .sc0color {
     color: #127f8b;
}
 .text-color-dark {
     color: #2e353e !important;
}
 .text-color-darkred {
     color: #dc3545 !important;
}
 .productName {
     font-family: flood-std,sans-serif;
     font-weight: 400;
     font-style: normal;
     line-height: 42px;
     font-size: 40px;
     color: black;
}

 .price {
     font-family: lato;
     font-weight: 400;
     font-style: bold;
     font-size: 28px;
     color: black;
}
 .shortDescription{
     font-family: lato;
     font-weight: 300;
     font-style: semi-bold;
     font-size: 20px;
     color: #777777;
    /* grey 15 */
}
 .productLabels{
     font-family: lato;
     font-weight: 400;
     font-style: bold;
     font-size: 18px;
     color: black;
}
 .productOptions{
     font-family: lato;
     font-weight: 300;
     font-style: semi-bold;
     font-size: 20px;
     color: #777777;
    /* grey 15 */
}
 .miniRedInfo {
     font-family: lato;
     font-weight: 400;
     font-size: 16px;
}
/*
 .dot {
     height: 25px;
     width: 25px;
     background-color: #FF3399;
 
     border-radius: 50%;
     display: inline-block;
     color: #ffffff;
 
     text-align: center;
     padding-top: 1px;
	 border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}
*/
.dot {
  width: 25px;
  height: 25px;
  background-color: #FF3399;
  color: #ffffff;
  border-radius: 50% !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  position: relative;
  z-index: 10;
}
 /* Media query for smaller screens */
    @media (max-width: 768px) {
       .hide-search-box {
        display: none; /* Hide on small screens */
      }
	    .hide-icon {
        display: none; /* Hide on small screens */
      }
    }
	
	.mobile-only {
      display: none; /* Hide by default */
    }
    /* Media query for smaller screens */
    @media (max-width: 768px) {
      .mobile-only {
        display: block; /* Show only on small screens */
      }
    }    
	
	/* Media query for smaller screens */
    @media (max-width: 768px) {
      .mobile-only-search-menu {
        display: inline-block; /* Show only on small screens */
      }
    }
	
	
:root {
  --header-height: 90px; /* Default header height */
}
.header {
  height: var(--header-height);
}
.close {
 /* top: calc(var(--header-height) + 10px);*/ /* Dynamically positioned */
}
@media (max-width: 768px) {
  :root {
    --header-height: 90px; /* Updated height for smaller screens */
  }
}
@media (max-width: 480px) {
  :root {
    --header-height: 90px; /* Updated height for very small screens */
  }
}
#myModal {
    display: none;
/*	background-color: #f39 !important;*/
   /* position: fixed;*/
    z-index: 1;
    left: 0;
  /*  top: 100px;
    width: 70%;*/
  /*  height: 70%;*/
 /*   overflow: hidden;*/
  /*  background-color: rgba(0, 0, 0, 0.9);*/ /* Semi-transparent black */
}
 
    /* Gallery Row */
    .row > .column {
      padding: 0 3px;
    }
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    .column {
      float: left;
      /*width: 25%;*/
    }
    /* Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
     overflow: hidden;
      /*background-color: rgba(128, 127, 127, 0.9);  Semi-transparent grey */
    }
.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%; /* Default: Adapt width to viewport */
    max-width: 600px; /* Prevent excessive width on larger screens */
	background-color: rgba(128, 127, 127, 0.9); /* Semi-transparent grey */!important;
} 
    .modal-content img {
      max-width: 70vw;   /* Landscape images fit within viewport width */
      max-height: 70vh;  /* Portrait images fit within viewport height */
      width: auto;
      height: auto;
      display: block;
      margin: auto;
      object-fit: contain;
    }
.close {
    color: white;
    position: absolute;
    /* top: 100px; Default for larger screens */
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .close {
       
       
        
		 color: white;
		position: absolute;
		 
		right: 25px;
		font-size: 35px;
		font-weight: bold;
		
    }
    .modal-content {
        width: 95%; /* Use most of the screen on smaller devices */
        max-width: 500px; /* Adjust to prevent the modal from being too large */
    }
}
@media (max-width: 480px) {
    .close {
       /*  top: 100px; Further adjust for very small devices */
        right: 10px; /* Ensure button isn't too far from the edge */
        font-size: 24px; /* Further scale down font size */
    }
    .modal-content {
        width: 100%; /* Use full width for very small screens */
        max-width: 100%; /* Prevent horizontal scrolling */
    }
}
    .close:hover,
    .close:focus {
      color: #999;
      text-decoration: none;
      cursor: pointer;
    }
    .mySlides {
      display: none;
    }
  
     /* Thumbnail Navigation */
    .thumbnails-container {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
     /* background-color: rgba(0, 0, 0, 0.8);*/
      background-color: rgba(128, 127, 127, 0.9);
      overflow: hidden;
    }
    .thumbnails-wrapper {
      display: flex;
      overflow-x: auto;
      gap: 3px;
      padding: 3px;
      scroll-behavior: smooth;
    }
    .thumbnails-wrapper::-webkit-scrollbar {
      display: none; /* Hide scrollbar */
    }
    .thumbnail {
      flex: 0 0 auto;
      width: 40px;
      height: 40px;
      cursor: pointer;
      opacity: 0.6;
    }
    .thumbnail.active,
    .thumbnail:hover {
      opacity: 1;
    }
  .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5); /* Visible background */
      user-select: none;
    }
    .next {
      right: 10px;
    }
    .prev {
      left: 10px;
    }
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
    }
    .scroll-button {
     /* position: absolute;*/
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1px;
      border: none;
      cursor: pointer;
    }
    .scroll-button:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }
    .scroll-button.left {
      left: 0;
    }
    .scroll-button.right {
      right: 0;
    }