
/* add on */
.addAllBtn{
    background: #fb641b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
	  padding: 16px;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
  
.addOnCnt .add1 {
    display: inline-block;
    padding: 20px 0;
}

.addOnCnt .add1rate {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 0 28px;
}

.add1.add1icon .add1rate:after {
    content: "+";
    right: 0;
}
  
.add1rate:after, .add1rate:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #878787;
    font-size: 22px;
}

.addOnCnt .add1.d0MOdi .add1rate:before {
    content: "=";
    left: 0;
}

.addOnCnt .aitemsAdd {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.addAddonBtnDiv {
    padding: 0 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.addOnCnt .add1text {
    color: #878787;
    padding: 0 28px;
}

.addOnCnt .add1.add1icon .add1rate, .addOnCnt .add1.add1icon .add1text {
    padding: 0 40px;
}

 .addOnCnt .aitemsAddDiv {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

/* add on */
    /* Sidebar Styles */
    body {
      /* font-family: "Times New Roman", Times, serif; */
      /* font-family: Arial, Helvetica, sans-serif; */
      background-color: #ffffffcc;
      color: black;
     overflow-x: hidden !important; 
    }
       

.extra-content {
  margin: 10px 0;  
  border-radius: 5px;
}

.extra-content ul {
  margin-left: 0px; 
  font-size: 14px;
  line-height: 20px;
}

.extra-content li {    
  display: list-item;
  color : #777777;
  text-align: justify;
}

.hidden {
  display: none;
}

i {
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

.reviews-section,
.comparison-section {
  /*margin-top: 30px;*/
  font-size: 14px;
}

.reviews-section h3,
.comparison-section h3 {
  font-size: 1.5em;
  color: white
}

.review {
  background-color: #f9f9f9;

  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.review p {
  margin: 5px 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.comparison-table th,
.comparison-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.comparison-table th {
  background-color: #f2f2f2;
}
@media (min-width: 1400px) {
	.prod-container {
		max-width: 1140px;
	}  
}

@media (min-width: 1200px) {
	.prod-container {
		max-width: 1140px;
	}
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
}

.addon-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    border: 2px solid rgb(94 69 142); 
    background-color: rgb(255 255 255);
    color: rgb(94, 69, 142);
    font-size: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
}

.wishlist-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    border: 2px solid rgb(224, 224, 224);        /* White border outline */
    border-radius: 50%;             /* Circular shape */
    background-color: rgb(224, 224, 224);        /* Fill inside the circle with white */
    color: rgb(94, 69, 142);        /* Heart color */
    font-size: 16px;                /* Heart size */
    width: 34px;                    /* Circle width */
    height: 34px;                   /* Circle height */
    display: flex;                  /* Center icon */
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
}

.wishlist-icon:hover {
    position: absolute;
    bottom: 10px;
    right: 30px;
    border: 2px solid rgb(224, 224, 224);       
    border-radius: 50%;          
    background-color: rgb(224, 224, 224);       
    color: green;      
    font-size: 16px;             
    width: 34px;                  
    height: 34px;                  
    display: flex;                 
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
}

.product-img-wrapper:hover .wishlist-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    border: 2px solid rgb(224, 224, 224);  
    border-radius: 50%;       
    background-color: rgb(224, 224, 224);        
    color: green;      
    font-size: 16px;     
    width: 34px;           
    height: 34px;         
    display: flex;          
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
}

@media (max-width: 768px) {
  .wishlist-icon {
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: 2px solid rgb(224, 224, 224);
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    color: rgb(94, 69, 142);
    font-size: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s;
	}
	.rgt{
	  margin-right:-150px !important;
	}
                
} 
 <style>

/* add on */
.addAllBtn{
    background: #fb641b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
	  padding: 16px;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
  
.addOnCnt .add1 {
    display: inline-block;
    padding: 20px 0;
}

.addOnCnt .add1rate {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 0 28px;
}

.add1.add1icon .add1rate:after {
    content: "+";
    right: 0;
}
  
.add1rate:after, .add1rate:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #878787;
    font-size: 22px;
}

.addOnCnt .add1.d0MOdi .add1rate:before {
    content: "=";
    left: 0;
}

.addOnCnt .aitemsAdd {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.addAddonBtnDiv {
    padding: 0 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.addOnCnt .add1text {
    color: #878787;
    padding: 0 28px;
}

.addOnCnt .add1.add1icon .add1rate, .addOnCnt .add1.add1icon .add1text {
    padding: 0 40px;
}

 .addOnCnt .aitemsAddDiv {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

/* add on */
    /* Sidebar Styles */
    body {
      /* font-family: "Times New Roman", Times, serif; */
      /* font-family: Arial, Helvetica, sans-serif; */
      background-color: #ffffffcc;
      color: black;
   overflow-x: hidden !important;
  
    }
           
/* Sidebar Styles */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 60px;
    left: 0;
    background-color:rgb(94, 69, 142);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1050; 
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #888; 
    background-color: white;
    border-color: #888;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color:  white;
    color: black;
    
}

.sidebar .close-btn {
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 36px;
    cursor: pointer;
    color: black;
}

.sidebar.open {
    width: 250px;
}
  
 
    @media (max-width: 768px) {
      

  .classbtn {
    margin-left: 200px !important;
  }
  .thumbnail-container img{
    margin-bottom: 50px;
  }
  .one{
    width: 100%;
  }
  .product-details {
    padding: 20px;
  }
  .here{
    display: none !important;
    /* display: flex; */
    /* width: 150px;
    height: 150px; */
  }
  .heis{
    height:450px !important;
  }
  .trium{
    display: block !important;
    display: flex !important;
  }
  .icon-links{
                    display: none;
                }

}

.card-body p {
  margin: 8px;
}

    .product-image {
      width: 100%;
      max-width: 400px;
      /* height: 500px; */
      /* border: 1px solid #ddd; */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .thumbnail-container {
      margin-left: 50px;
    }
    
    .thumbnail-container img {
      margin-top: 10px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .thumbnail-container img:hover {
      transform: scale(1.2);
    }

    .product-info h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .product-info p {
      margin-bottom: 10px;
      line-height: 20px;
    }

    .product-details {
      padding: 10px;
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    }

    .add-to-cart-btn { 
      background-color: rgb(94, 69, 142);
      color: white;
      border: 2px solid rgb(94, 69, 142);
      padding: 9px 22px;
      font-size: 13px;
      border-radius: 12px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .add-to-cart-btn:hover {
      background-color:rgb(94, 69, 142);
      color: white;
    }
    .added-notification.show {
      top: 65px;
    }

    .bi-check-lg {
      background-color: rgb(94 69 142) !important;
      color: rgb(255 255 255) !important;
      cursor: pointer;
    }

    .product-stock {
      color: #d9534f;
      /* font-weight: bold; */
    }
    .com{
    text-decoration: none;
}
.trium{
  display: none;
}
/* Image container */
.image-container {
  display: inline-block;
}

.zoomable-image {
  max-width: 100%;
  cursor: pointer; /* Pointer cursor to indicate clickability */
}

/* Popup overlay */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Popup content */
.popup-content {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 768px) {
  .button-text {
    display: none;
  } 
}
/* Sidebar Styles */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 60px;
    left: 0;
    background-color:rgb(94, 69, 142);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1050; 
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #888; 
    background-color: white;
    border-color: #888;
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color:  white;
    color: black;
    
}

.sidebar .close-btn {
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 36px;
    cursor: pointer;
    color: black;
}

.sidebar.open {
    width: 250px;
}
  
 
    @media (max-width: 768px) {
      

  .classbtn {
    margin-left: 200px !important;
  }
  .thumbnail-container img{
    margin-bottom: 50px;
  }
  .one{
    width: 100%;
  }
  .product-details {
    padding: 20px;
  }
  .here{
    display: none !important;
    /* display: flex; */
    /* width: 150px;
    height: 150px; */
  }
  .heis{
    height:450px !important;
  }
  .trium{
    display: block !important;
    display: flex !important;
  }
  .icon-links{
                    display: none;
                }

}

.card-body p {
  margin: 8px;
}

    .product-image {
      width: 100%;
      max-width: 400px;
      /* height: 500px; */
      /* border: 1px solid #ddd; */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .thumbnail-container {
      margin-left: 50px;
    }
    
    .thumbnail-container img {
      margin-top: 10px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .thumbnail-container img:hover {
      transform: scale(1.2);
    }

    .product-info h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .product-info p {
      margin-bottom: 10px;
      line-height: 20px;
    }

    .product-details {
      padding: 10px;
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    }

    .product-detail h3 {
      border-top: solid 1px #e3d7eb;
      color: rgb(94, 69, 142);
      padding-top: 3px;
      cursor: pointer;
      display: flex;
      justify-content: space-between; 
      margin-top: 10px;
      font-size: 1rem;
    }

    .add-to-cart-btn { 
      background-color: rgb(94, 69, 142);
      color: white;
      border: 2px solid rgb(94, 69, 142);
      padding: 9px 22px;
      font-size: 13px;
      border-radius: 12px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .add-to-cart-btn:hover {
      background-color:rgb(94, 69, 142);
      color: white;
    }
    .added-notification.show {
      top: 65px;
    }

    .bi-check-lg {
      background-color: rgb(94 69 142) !important;
      color: rgb(255 255 255) !important;
      cursor: pointer;
    }

    .product-stock {
      color: #d9534f;
      /* font-weight: bold; */
    }
    .com{
    text-decoration: none;
}
.trium{
  display: none;
}
/* Image container */
.image-container {
  display: inline-block;
  width: 450px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}

.btnsDiv {
  display: flex; 
  gap:20px;
}

.quantitydiv {
  display: flex; 
  height:40px;
  align-items: center;  
  border: 2px solid rgb(94, 69, 142); 
  width: 128px;  
  border-radius: 10px;
  /* background-color: white;" */
}

.quantitydiv .btn {
  background-color: rgb(94, 69, 142) !important;
  color: white;
  /* border-radius: 0px; */
  width:150px;
}

.rightbtn { 
  border-radius: 0px 8px 8px 0px; 
}

.leftbtn { 
  border-radius: 8px 0px 0px 8px; 
}

.zoomable-image {
  max-width: 100%;
  cursor: pointer; /* Pointer cursor to indicate clickability */
}

/* Popup overlay */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Popup content */
.popup-content {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 768px) {
  .button-text {
    display: none;
  } 
}

    /* Container for size buttons */
.size-buttons {
  display: flex;
  gap: 0px; 
}

/* Style for each size button */
.size-button {
  height: 25px;
  width :52px;
  text-align: center;
  border: 2px solid #ccc;
  background-color: white;  
  font-size: 12px;
  /* height: 20px; */
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  border-radius: 7px;
  text-transform: uppercase;
  padding: 2px;
}

/* Hover effect */
.size-button:hover {
  background-color: black;
  color: white;
  transform: scale(1.1);
}

/* Selected state for the size button */
.size-button.selected {
  background-color: grey;
  color: white;
  /* border-color: #007bff; */
}

/* For better accessibility, this ensures focus button shows well */
.size-button:focus {
  outline: none;
  /* box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.5); */
}

   .dell{
        text-decoration: none;
    }
/* Default: Hide on larger screens (tablets and desktops) */
  /* Default: Hide on larger screens (tablets and desktops) */
  .icon-links1 {
                display: none;
            }

/* Show only on mobile screens (below 768px) */
@media (max-width: 768px) {
    .icon-links1 {
                    display: flex;
                    border-radius: 50px;
                    position: fixed;
                    bottom: 20px;
                    left: 65px;
                    width: 68%;
                    height: 40px;
                    background-color: rgb(94, 69, 142);
                    justify-content: space-around;
                    align-items: center;
                    padding: 10px;
                    z-index: 1000;
                } 
                
}
footer{
  width: 100% !important;
}

  footer ul li a:hover {
        text-decoration: underline;
    }

    /* Add margin or gap between list items in the footer */
    footer .d-flex a {
        margin-right: 10px;

    }

    footer .footer ul li {
        margin-bottom: 10px;
        /* Add space between list items */
    }

    footer h5,
    footer p {
        margin-bottom: 15px;
        /* Add space between headings and paragraphs */
    }

    /* Optional: Add margin-bottom to the last row */
    footer .row.mt-4 {
        margin-top: 20px;
        /* Adjust for space between the footer content and copyright text */
    }
    @media (min-width: 992px) {
                .footers {
                    margin-left: 150px;
                    width: 1000px;
                    gap: 20px;
                }
                .en{
                margin-left:120px;
            }

            }

            @media (max-width: 768px) {
                .footers {
                    margin-left: 20px !important;
                }
                footer {
                    width: 100%;
                }

            }

    /* Horizontal scroll container for mobile */
@media (max-width: 768px) {
  .scroll-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
    gap: 10px;
    padding-bottom: 10px;
  }

  .scroll-row::-webkit-scrollbar {
    display: none; /* Hide scrollbar for mobile */
  }

  .rgt {
    flex: 0 0 auto;
    /* width: 70% !important; */
    margin-right: 10px !important;
  }

}
@media (max-width: 768px) {

  /* Make the parent container flex column (stack children vertically) */
  .aitemsAdd {
    display: flex ;
    flex-direction: column;
    gap: 10px;              
  }

  /* The price container inside should be flex row to align 3 items */
  .aitemsAddDiv > div {
    display: flex !important;      /* force flex */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  /* Each price block styling */
  .add1 {
    flex: 1;
    min-width: 0;
    text-align: center;
  }

  .add1text,
  .add1rate {
    white-space: nowrap;
    text-align: center;
  }

  /* Button container styling */
  .addAddonBtnDiv {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Button width */
  .addAddonBtnDiv .btn {
    width: auto;
  }
}
