 /* Custom styles for index.html only 

 .full-width-container:hover .navbar a,
 .full-width-container:hover .navbar {
     color: #000;
 }

 .full-width-container:hover .tf-ion-android-cart,
 .full-width-container:hover .cart-word,
 .full-width-container:hover .cart-number {
     color: #000;
 }
 .navigation .navbar-nav>li>a {
     color: #fff;
     font-weight: 600;
 }
*/

 .hero-slider .slider-item {
     height: 100vh;
 }

 .th-fullpage {
     height: 100vh;
 }

 /*
 .tf-ion-android-cart {
     color: #fff;
 }

 .cart-word {
     color: white;
 }

 .cart-number {
     color: white;
 }

 .dropdown-menu>li>a {
     color: #000000 !important;
 }

 .dropdown-menu>li>a:hover {
     color: #ffffff !important;
 }

 .hero-link {
     background-color: white;
     color: black;
     font-size: 2.0rem;
 }

 .hero-link:hover {
     color: white;
 }*/



 .category-button {
   /*  background-color: white; */
     border: none;
     padding: 12px;
     padding-left: 18px;
     padding-right: 18px;
     border-radius: 4%;
     position: relative;
     overflow: hidden;
     z-index: 0;
 }

 .category-button::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
    /* background-color: #000; */
     transition: all 0.5s ease-in-out;
     z-index: -1;
 }

 .category-button:hover::before {
     left: 0;
 }
/*
 .category-button:hover {
     color: white; 
    
 }*/

 .category-button::before {
     transition: left 0.5s ease-in-out;
 }

 /* First Category Section */
 .product-category .content h3.cat-label {
   /*  font-size: 3rem;
     font-weight: 700;
     color: #333; */
     margin-bottom: 1rem;
     text-align: left;
     background-color: transparent;
 }

 .product-category .content p {
   /*  font-size: 1.9rem; 
     line-height: 1.6; 
     color: #666;*/
     margin-bottom: 2rem;
 }

 .product-category .content .btn-main {
     
     padding: 0.8rem 2rem;
   /*  font-size: 1.9rem;
     background-color: #ffffff;
     border: 1px solid black;
     color: black; */
     border-radius: 2px;
     transition: all 0.3s ease;
 }

 /*.product-category .content .btn-main:hover {
     background-color: #000000;
     color: white;
 }*/

/*
 #second-cat-section {
     background-color: rgb(229, 229, 229);
 }*/

 #inspirational-message {
     position: relative;
     height: 30vh;
     background-image: url('/static/images/slider/slider-5.jpg');
     background-size: cover;
     background-position: center;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     padding: 2rem;
 }

 #about-message {
     position: relative;
     height: 90vh;
     background-image: url('/static/images/slider/slider-2.jpg');
     background-size: cover;
     background-position: center;
     color: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     padding: 2rem;
 }

 #about-message .content {
     position: relative;
     z-index: 1;
    /* color: #fff; */
     text-align: left;
     padding: 2rem;
     background-color: rgba(0, 0, 0, 0.7);
     border-radius: 8px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .inspirational-message::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
 }

 .inspirational-message>* {
     position: relative;
     z-index: 2;
 }

 .inspirational-message h2 {
    /* font-size: 3rem;*/
     font-weight: 700;
     margin-bottom: 1rem;
 }

 /*
 .inspirational-message p {
     font-size: 1.5rem;
     line-height: 1.6;
     color: white;
 }*/

 #contact-info {
    /* background-color: rgb(16, 16, 39);*/
    /* color: #fff;*/
     padding: 2rem 0;
     text-align: center;
     height: 20vh;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 #contact-info .container .row>div {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /*
 #contact-info i {
     font-size: 2.0rem;
     margin-right: 1rem;
 }

 #contact-info span {
     font-size: 2.0rem;
 }*/

 #product-list {
     
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     height: 90vh;
     align-items: center;
     justify-items: center;
 }

 .product-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
     padding: 2rem;
    /* border-left: 1px solid rgba(182, 182, 182, 0.558);
     border-right: 1px solid rgba(182, 182, 182, 0.558);*/
     box-sizing: border-box;
     height: 100%;
     width: 100%;
 }


 .product-image {
     max-width: 100%;
     max-height: 70%;
     height: auto;
     flex: 1;
     object-fit: contain;
 }

 .product-item h3 {
    /* font-size: 3rem;*/
     margin: 1rem 0 0.5rem;
     text-align: center;
 }

 .product-item .btn {
    /* font-size: 1.3rem; */
     padding: 0.8rem 2rem;
    /* background-color: #ffffff; */
     border: 1px solid black;
    /* color: black; */
     border-radius: 2px;
     transition: all 0.3s ease;
 }
/*
 .product-item .btn:hover {
     background-color: #000000;
     color: white;
 }*/

 .about-btn {
   /*  background-color: white;
     color: black; */
    /* font-size: 1.7rem;*/
     padding: 0.5rem 1rem;
  
     width: fit-content;
 }
 /*
 .about-btn:hover{
     background-color: #000000;
     color: white;
 }*/

 @media (max-width: 1500px) {
    #product-list {
      margin-top: 1.5%;
      display: grid;
      grid-template-columns: 1fr; 
      height: auto; 
      align-items: center;
      justify-items: center;
    }
    #contact-info {
      /*  background-color: rgb(16, 16, 39);
        color: #fff;*/
        padding: 2rem 0;
        text-align: center;
        height: 20vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    #contact-info .container .row>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
   
    #contact-info i {
        font-size: 1.7rem;
       
    }
   
    #contact-info span {
        font-size: 1.7rem;
    }
    .content{
        margin-bottom: 5px;
    }
  }
  