 
  
  .navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .navbar * {
    font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
  }
  
  .navbar-brand,
  .nav-link {
    color: #555;
    font-size: 1.4rem;
  }
  
  .navbar-brand {
    font-weight: bold;
  }
  


  #filterMenu{
    margin: 10px;
  }
  
 .filter ul ul {
	display: -webkit-inline-box;
 }


  /*
  .nav-link {
    text-transform: uppercase;
  }
  
  .nav-link:hover {
    text-decoration: none;
  }
  */
  
  .nav-link {
    text-transform: uppercase;

    display: inline-block;
    position: relative;
    
  }
  
  .nav-link:hover {
    text-decoration: none;
  }
 
  .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: -3px;
    left: 0;
    background-color: #e40909;
    transform-origin: bottom right;
    transition: transform 1.0s ease-out;
  }
  
  .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

 

  .dropdown-jumbo:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    bottom: -3px;
    left: 0;
    background-color: #e40909;
    transform-origin: bottom right;
    transition: transform 1.0s ease-out;
  }

  .dropdown-jumbo:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  









  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .dropdown-menu {
    border: none;
    padding: 1rem;
  }
  
  .dropdown-jumbo {
    width: 100%;
    left: 0;
  }
  

  /* jumbo submenu shows on hover the menu item */
  .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}



@media (min-width: 992px) {
  
	ul.navbar-nav {
	 flex-direction: initial; 
	}
	
	li.nav-item {
	 padding-right: 47px;
	}
	 
}


  .submenu-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 1rem;
  }

  .submenu-col {
    position: relative;
    padding-top: 43px;
  }

  .submenu-col:hover .overlay {
    opacity: 1;
  }
  
  
  .submenu-col:hover   {
    background-color: turquoise;
  }
  
  .overlay {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: turquoise;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .submenu-col a {
    text-decoration: none;
  }

  .submenu-col img {
    min-height: 200px;  
    max-height: 300px; 
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  } 
  
  /* Media query for screen resolution between 769px and 990px 
  @media (min-width: 769px) and (max-width: 992px) {
    .submenu-col img {
      height: 30%;  
    }
  }*/
  
  .submenu-link {
    display: block;
    text-align: center; 
    text-decoration: none;
    margin-top: 5px;
    color:#2b2b2b;
    font-weight:normal;
    font-size: 2em;
  }
  
  .submenu-link:hover {
    color: red;
  }
   
  
  div.whatsAppContainer {
    position: fixed;
    right: 40px;
    bottom: 40px;
  }
  
  
  
/* -------------------------------------- Product cell on listing page - START -------------------------------------- */

.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-container .product_listing_container:nth-child(even):hover {
    background-color: #FB6D1A;
    cursor: pointer;
}

.product-container .product_listing_container:nth-child(odd):hover {
    background-color: #81D8D0;
    cursor: pointer;
}


.product-summary {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  
  
}

@media (max-width: 576px) {
  .product-summary {
    width: 100%;
    max-width: none;
  }
}

/* -------------------------------------- Product cell on listing page - END -------------------------------------- */
  
  
  
/* -------------------------------------- Categories Filter  and Product listing relationship -------------------------------------- */
     
     
 @media (min-width: 1024px)  { 
	  
	.paintingsListing div {
	  /*float: left; */ /* Make divs float side-by-side */
	  box-sizing: border-box; /* Include padding and border in width calculation */
	}
	
	.paintingsListing div:first-child {
	  background-color: white;  
	}
	 
} 
   
  
/* -------------------------------------- Categories Filter -------------------------------------- */
  
  
.filter {
            background-color: #f8f8f8;
            padding: 20px;
            border-radius: 5px;
            border-color:  #e40909;
        }
        
.navbar-toggler {
	border-color:  #e40909;
}        
	
 	
.navbar-toggler:focus, .navbar-toggler:hover { 
   box-shadow: 0 0 0 2px #e40909; /* Shadow with desired color */
   border-color: #e40909; /* Maintain border color */
}

.filter h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff69b4;
    margin-bottom: 20px;
}

.filter ul {
      list-style: none;
	  padding-left: 0;
	  display: flex;
	  flex-wrap: wrap;
}

.filter .main-key {
    font-size: 18px;
    font-weight: bold;
    color: #ff69b4;
    margin-bottom: 10px;
}

.filter ul li {
    flex-basis: calc(50% - 10px); /* Adjust the width as needed */
	margin-bottom: 10px;
}

@media (max-width: 576px) {
  .filter ul li {
    flex-basis: 100%;
  }
}

.filter input[type="checkbox"] {
    margin-right: 5px;
}

.filter label {
    color: #555;
}

.filter button[type="submit"] {
    background-color: #ff69b4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}        

.filter ul ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust the column width as needed */
  gap: 10px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.filter ul ul li {
  margin-bottom: 0;
}

		
		
		
/* ---------------------------------- PRODUCT LISTING --------------------------------------- */	


.lw { font-size: 60px; }

.product_listing_container {
    width: 350px;
    height: auto;
    padding: 34px;
    /*border: 1px #ccc; */
    margin: 7px;
    
    display: flex !important;
    align-items: center;
}

.product_listing_container img {
	box-shadow: 5px 12px 18px rgba(7, 7, 18, 0.6);
}


.product_listing_container div { 
    background-color: #ffffff;
    margin-top: 7px;
    font-size: small;
    border-top: 1px #423b3b; 
    border-bottom: 1px #423b3b; 
    padding: 15px 0;
    
}  

 


 div.product_listing_container  {  
    padding-top: 22px;
}  

 
.product_listing_container div.product_summary {  
    display: flex; /* Enable flexbox layout */
    justify-content: space-between; /* Distribute elements evenly */
    height: 112px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid; 
    background-color:white;
    
}  

div.img_listing_container {
	width: 283px;
	height: 366px;
	padding: 0px;
}

div.img_listing_container figcaption {
	 margin-top: 12px;
	 display: block;
     text-align: center;
}

.product_listing_container div.product_summary dl   {  
    text-transform: uppercase;
    margin: 0 5px; 
    align-items: center; /* Align items vertically */
}  

.product_listing_container div.product_summary dl dt, .product_listing_container div.product_summary dl dd {   
    text-transform: uppercase;
    text-align: center; /* Center text horizontally */
    height: 41px;
}  

 
.product_listing_container div.product_summary dl:nth-child(1) > dt {   
    height: 41px;
}


.product_listing_container div.product_summary dd {   
    font-size: 0.8em;
}  


/* ----------------- Price CTA area ---------------- */


.product_listing_container div.product_price_cta   {
	width: 304px;
}


.product_listing_container div.product_price_cta span, div.product_price_cta span {
  display: inline-block; /* Make spans inline-block */
  width: 100%; /* Set width to 100% of containing element */
  text-align: center; /* Optional: Center text if desired */
  margin-top: 5px;
  margin-bottom: 5px;
}

div.product_delivery_date_info span {
  display: inline-block; /* Make spans inline-block */ 
  text-align: center; /* Optional: Center text if desired */
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
}

.product_listing_container div.product_price_cta span.price, div.product_price_cta span.price {
  font-weight: bold; /* Make text bold */
  font-size: 1.8em; /* Increase font size by 20% */ 
}

.product_listing_container div.product_price_cta span.estimated_delivery, div.product_price_cta span.estimated_delivery,
.product_listing_container div.product_price_cta span.estimated_delivery_date, div.product_price_cta span.estimated_delivery_date {
  text-transform: uppercase; /* Make text uppercase */
  font-size: 1.1em; /* Increase font size by 20% */ 
}

.product_listing_container div.product_price_cta span.estimated_delivery_date, div.product_price_cta span.estimated_delivery_date { 
  color:#c7621e;
  font-weight: bolder;
}

.product_listing_container div.product_price_cta button  {
  text-transform: uppercase;
  font-size: 1.6em;
}

.product_listing_container div.product_price_cta button.add_frame {
  background-color: transparent; /* Remove default background color */
  border: 1px solid black; /* Black border for both buttons */
  width: 100%; /* Match full width of the container div */
  padding: 13px 0; /* Add padding top and bottom */
  margin-top: 15px; /* Add some margin between buttons */
  margin-bottom: 5px; /* Add some margin between buttons */
}

.product_listing_container div.product_price_cta button.cta_buy, div.product_variant button, .product_variant.quantity button {
  background-color: #e40909; /*e40909 */
  border: 1px solid black;
  width: 90%;
  padding: 8px 0;
  color: white;  
  margin-top: 1px;
  margin-left: 15px;   
  margin-bottom: 0px; 
  font-size: 18px;  
}	

 
.product_d_right  div.product_price_cta button.cta_buy, div.product_variant button, .product_variant.quantity button {
  background-color: #e40909; /*e40909 */
  border: 1px solid black; 
  color: white;  
  padding: 0px 0;
  margin-top: 1px;
  margin-left: 15px;   
  margin-bottom: 0px; 
  font-size: 22px;  
}	


/*-------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .home_contact {
        display: flex;  
        margin-bottom: 30px; 
    }
    
    
}


.home_contact.contact_box p {
    font-size: 17px;
    line-height: 17px;
}
		
		
@media only screen and (max-width: 767px) {
	
	body > div:nth-child(1) > div > header > div.header_middel > div > div > div:nth-child(2) {
		width:auto;		
	}

 }
 

.dropdown_search {
    position: relative;
    opacity: 1;
    right: 0;
    opacity: 1;   
    visibility: visible; 
    top: 120%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search_area{
	width: 52%;
}

@media only screen and (max-width: 767px) {
	
  .search_area{
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {
    .middel_right {
        justify-content: right;
    }
}


/* ---------------------------------- END OF PRODUCT LISTING --------------------------------------- */	




/* ---------------------------------- Product page PI style --------------------------------------- */	
/*
.product-page {
  background-color: #fff;
}

.product-main {
  background-color: #FB6D1A;
  padding: 2rem;
  text-align: center;
}

.product-info {
  padding: 1rem;
  background-color: #fff;
}

.product-title {
  color: #FB6D1A;
}

.product-additional {
  background-color: #81D8D0;
  padding: 2rem;
}

.product-section {
  margin-bottom: 1rem;
  color: #fff;
}

.product-frames {
  background-color: #fff;
  padding: 2rem;
}
*/

/* ---------------------------------- End of Product page PI style --------------------------------------- */





/* ---------------------------------- Product page ChatGpt style --------------------------------------- */


/* Custom CSS for styling */
/*
    body {
      background-color: #FFF;
      color: #000;
    }
    .product-image {
      max-width: 100%;
      height: auto;
    }
    .frame-preview {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .btn-buy {
      background-color: #FB6D1A;
      color: #FFF;
    }
*/    
/* ---------------------------------- End of Product page ChatGpt style --------------------------------------- */

/*    
    
div.product_details {
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
}    
*/



