.product_font {
            font: oblique bold 25px/1.5 
                  "Raleway", sans-serif;
        

            color: green;
        }
.disc_font {
            font: oblique bold 25px/1.5 
                  "Raleway", sans-serif;
     
        }
.description_font {
         
        font-family: cursive;
        }



 .section {
            margin-bottom: 30px;
        }

.product-size a{
  display:inline-block;text-align:center;color:#495057
}
.product-size a 
.product-size-item{
  margin:7px
}
.product-size a.active,
.product-size a:hover{
  color:#1c84ee
}
.product-size a.active 
.product-size-item,
.product-size a:hover 
.product-size-item{
  border-color:#1c84ee!important
}
 .product-section {
           padding: 50px 0;
           background-color: #f9f9f9;
       }
       .product-box {
           margin-bottom: 30px;
       }
       .product-box img {
           max-width: 100%;
           height: auto;
       }
       .product-title {
           font-size: 18px;
           margin: 10px 0 5px;
       }
       .product-price {
           color: #e9134e;
           font-size: 16px;
       }
       .product-actions {
           margin-top: 10px;
       }
       .btn-primary {
           background-color: #e9134e;
           border-color: #e9134e;
       }


       .cart-section {
           padding: 50px 0;
           background-color: #f9f9f9;
       }
 
       .cart-item img {
           max-width: 100px;
           height: 100px;
       }
       .total-section {
           text-align: right;
           padding: 15px;
           border-top: 1px solid #ddd;
       }
       .total-section h3 {
           margin: 0;
           color: #e9134e;
       }
       .btn-primary {
           background-color: #e9134e;
           border-color: #e9134e;
       }

       .img-frame{

        height: 500px;
       /* width: 400px;*/
       }

        .img-small-frame{

        height: 100px;
       
       }
       .frame-box{

    
    border: 2px solid brown;
}

        .invoice-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-family: Arial, sans-serif;
        }
        .invoice-header {
            text-align: center;
            margin-bottom: 20px;
        }
        .invoice-logo {
            width: 150px;
            height: 50px;
            margin-bottom: 10px;
            background-color:black;
            padding: 5px;
            border-radius: 10px;

        }

        .invoice-info {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .invoice-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        .invoice-table th, .invoice-table td {
            padding: 8px;
            border: 1px solid #ddd;
            text-align: left;
        }
        .invoice-total {
            margin-top: 20px;
            font-weight: bold;
            font-size: 16px;
        }

.zoom-out-link:hover img {
    transform: scale(2.0); /* Increase scale factor for larger zoom-out effect */
    transition: transform 0.3s ease; /* Optional: Add a smooth transition */
}

.header-profile-user{
  height: 20px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cart-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.cart-table th, .cart-table td {
    padding: 12px 15px;
}

.cart-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.cart-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.cart-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.cart-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.cart-table img.avatar-md {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-table .btn {
    padding: 5px 10px;
    font-size: 0.8em;
}

.description{
    font-size:0.7em;
  margin-bottom: : -10px;
}

.col-xl-4 p{

  margin: -5px;
}

.col-xl-8 h2{

  margin: -10px;
}
.col-xl-8 p{

  margin: -5px;
}

.invoice-total p{
  margin: -5px;
}


@media (max-width: 768px) {
.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.5em;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cart-table h3{

    font-size: 1.2em;


}

.cart-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.cart-table th, .cart-table td {
    padding: 2px 5px;
}



.cart-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.cart-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.cart-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.cart-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.cart-table img.avatar-md {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-table .btn {
    padding: 5px 10px;
    font-size: 1em;
}


.total-section .btn{
  padding: 2px 5px;
    font-size: 0.5em;
}



}
@media (max-width: 768px) {

.col-xl-4{

   width: 33.33%;

}
.col-xl-4 p{

 font-size: 0.6em;
 margin: -10px;
  
}
.col-xl-4 h2{

 font-size: 1.0em;

  
}
.col-xl-8{

  width: 99.99%;

}

.col-xl-8 h2{

 font-size: 1.0em;
  margin: -10px;
}
.col-xl-8 p{

 font-size: 0.7em;
  margin: -10px;
}
.col-xl-12 p{

 font-size: 0.6em;
 margin: -10px;
  
}
.invoice-total p{
font-size: 0.6em;
  margin: -10px;
}

.btn{
  font-size: 0.6em;
}

}

@media (max-width: 768px) {

.nav-pills img {
        height: 50px;
    }

      .img-frame{

        height: 400px;
       /* width: 400px;*/
       }
       .img-small-frame{

        height: 100px;
       
       }
       .frame-box{

    
    border: 1px solid brown;
}
       .mt-2.btn{
        padding: 1px 5px;
        font-size: 0.8em;
        display: inline;
       }

       .product-gallery{

        text-align: center;
       }



}

/* Default styles */
.product-gallery h4,
.product-gallery p,
.product-gallery button {
    margin: 0;
    padding: 0;
}

.product-gallery h4 {
    font-size: 1.5rem; /* Adjust font size as needed */
    margin-top: 1rem; /* Adjust margin top as needed */
    margin-bottom: 0.75rem; /* Adjust margin bottom as needed */
}

.product-gallery p {
    font-size: 1rem; /* Adjust font size as needed */
    margin-bottom: 1rem; /* Adjust margin bottom as needed */
}

.product-gallery button {
    font-size: 0.875rem; /* Adjust font size as needed */
    padding: 0.5rem 1rem; /* Adjust padding as needed */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-gallery h4 {
        font-size: 1.25rem; /* Adjust font size for smaller screens */
        margin-top: 0.5rem; /* Adjust margin top for smaller screens */
        margin-bottom: 0.5rem; /* Adjust margin bottom for smaller screens */
    }

    .product-gallery p {
        font-size: 0.875rem; /* Adjust font size for smaller screens */
        margin-bottom: 0.75rem; /* Adjust margin bottom for smaller screens */
    }

    .product-gallery button {
        font-size: 0.75rem; /* Adjust font size for smaller screens */
        padding: 0.3rem 0.75rem; /* Adjust padding for smaller screens */
    }
}









 