body {
      background-color: #fff;
    }

    .thumb-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      margin-bottom: 10px;
      border: 2px solid transparent;
      cursor: pointer;
    }
    .thumb-img.active {
      border-color: #ff6e6e;
    }
    .product-main-img {
      width: 100%;
      max-height: 400px;
      object-fit: contain;
    }
    .color-dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-block;
      margin: 3px;
      cursor: pointer;
      border: 1px solid #ccc;
    }
    .color-dot.active {
      border: 2px solid #000;
    }
    .footer {
      background-color: #000;
      padding: 40px 0;
      border-top: 1px solid #ddd;
      
    }
    .breadcrumb-section {
      background-color: #f8f9fa;
      padding: 15px 0;
      margin-bottom: 20px;
    }
    .breadcrumb {
      margin-bottom: 0;
      font-size: 14px;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
    }
    .navbar-brand {
      font-family: 'Cursive';
      font-weight: bold;
    }
    .btn-shop-now {
      background-color: #ff6e6e;
      color: white;
      font-weight: bold;
      border-radius: 20px;
    }
    
    

/* Product design home page*/
    .product-card {
      background-color: #f8f9fa;
      border-radius: 16px;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0px 6px 20px rgba(0,0,0,0.12);
    }
    
    .product-card1 {
      background-color: #f8f9fa;
      border-radius: 16px;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: 90%;
      display: flex;
      flex-direction: column;
    }
    .product-card1:hover {
      transform: translateY(-6px);
      box-shadow: 0px 6px 20px rgba(0,0,0,0.12);
    }
    
    
    .product-img {
      /*height: 340px;*/
      object-fit: contain;
      background: #E4E1E2;
      padding: 5px;
      border-bottom-right-radius:13px;
      border-bottom-left-radius:13px;
      
    }
    .product-body {
      padding: 16px;
      text-align: center;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .product-title {
      font-size: 1.05rem;
      font-weight: 400;
      margin-bottom: 1px;
      color: #222;
      padding-top:8px;
      min-height: 48px; /* keep 2 lines space */
    }
    .product-desc {
      font-size: 13px;
      color: #000000;
      min-height: 42px;
      margin-bottom: 3px;
    }
    .price {
      font-size: 20px;
      font-weight: bold;
      color: #1D1D1D;
      margin: 8px 0;
    }
    /* Orange Button */
    .btn-orange {
      background-color: #ffffff;
      color: #000;
      border: none;
      transition: 0.3s;
      border-radius: 20px;
      font-weight: 500;
      padding: 10px 0;
      width:55%;
      height:40%;
      padding-top:5px;
      font-size:13px;
      border: 1px solid #000000;
    }
    .btn-orange:hover {
      background-color: #e65c00;
      color: #fff;
      border: 1px solid #E65C00;
    }
    
    .title-boder{
        border-bottom: 1px solid #E7E7E7;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .border-text{
        margin-bottom:2px;
    }
    
    .more-text{
        padding-top: 14px;
        text-align: right;
        padding-right:0px;
    }
    
    .more-text-link{
        font-weight: 400;
        color:#ffffff;
    }
    
    .text-right{
        background: #ff6252;
        padding: 2px 5px 2px 5px;
    }
    
    .text-right a:hover{
        color:#ffffff;
    }
    
    .text-right1 button{
        width: 20%;
        padding-top: 0px;
        padding-bottom: 22px;
        position: relative;
        top: 16px;
    }
    

/*end*/


/*slide style*/
    .carousel-item img {
      width: 100%;
      /*height: 480px; */
      /* Adjust height as needed 
      object-fit: cover;
      /*border-radius: 12px;*/
    }
    .carousel-caption {
      background: rgba(0, 0, 0, 0.45);
      padding: 15px;
      /*border-radius: 8px;*/
    }
/*end*/

.footer-text{color:#fff;}
.header-top{padding-bottom:5px;}    

@media only screen and (min-device-width : 100px) and (max-device-width : 300px)
{ 
  .offwhenmobile
  {	
    display:none; 
  }
		
}


@media only screen and (min-device-width : 300px) and (max-device-width : 480px)
{ 
  .offwhenmobile
  {	
    display:none; 
  }	
  
}

@media only screen and (min-device-width : 481px) and (max-device-width : 768px)
{ 
  .offwhenmobile
  {	
    display:none; 
  }	
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px)
{ 
  .offwhenweb
  {	
    display:none; 
  }	
}

@media only screen and (min-device-width : 1025px) and (max-device-width : 1400px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}
/*Laptop Screen Sizes*/
@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}


@media only screen and (min-device-width : 900px) and (max-device-width : 1600px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1366px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

/*end Laptop Screen Sizes*/

/*4K UHD to XGA*/
@media only screen and (min-device-width : 2160px) and (max-device-width : 3840px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

@media only screen and (min-device-width : 2160px) and (max-device-width : 2560px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

@media only screen and (min-device-width : 900px) and (max-device-width : 1440px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{ 
    .offwhenweb
    {	
      display:none; 
    }	
}

/*end 4K UHD to XGA*/
    
    