@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body{

  font-family: "Lato", sans-serif;
   font-weight: 300;
  font-style: normal;
}

  .form-control, .btn {
      border-radius: 0;
    }

    .accordion-button.no-icon::after {
      display: none;
    }




  .category-carousel .slick-slide {
            margin: 0 5px;
        }
        .category-item {
            border: 1px solid #ddd;
            text-align: center;
            background-color: white;
        }
        .category-item img {
            max-width: 100%;
            height: auto;
        }


        .mtb-20{
    margin: 20px;
}

        .testimonial-section {
            background-color: #fff;
          
        }
        .testimonial-item {
            background-color: white;
            padding: 20px;
            border: 1px solid #ddd;
            margin: 10px;
            text-align: center;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        }
        .testimonial-profile-pic {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto 10px;
            border: 1px solid #ddd;
        }
        .testimonial-name {
            font-size: 1.25rem;
            font-weight: bold;
            color: black;
        }
        .testimonial-review {
            font-size: 1rem;
            color: black;
        }
        .testimonial-rating {
            color: #ffdd00;
        }
   





   
        .tcenter{
            text-align: center;
        }
        .navbar-custom {
            background-color: white;
  
        }
        .navbar-custom .navbar-brand {
            color: black;
        }
        .navbar-custom .nav-link {
            color: black;
        }
        .navbar-custom .navbar-toggler {
            border-color: black;
        }
        .navbar-custom .navbar-toggler-icon {
            background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%280, 0, 0, 1%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
        }
        .navbar-black-line {
            background-color: #ddd;
            height: 1px;
        }
        .menu-icons-block {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
        }
        .menu-icons-block .navbar-toggler {
            border: none;
        }
        .carousel-item {
/*            height: 70vh;*/
            min-height: 200px;
            background-size: cover;
            background-position: center;
        }
         .card {
/*            background-color: #000;*/
            border: 1px solid #fff;
            border-radius: 0;
        }
        .card-title, .card-text {
            color: #000;
            font-size: 15px;
        }
    /*    .btn {
            background-color: #000;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 0;
        }
*/

        .full-text-block, .contact-block {
            text-align: center;
            padding: 20px;
        }
        .btn {
            background-color: #fff;
            color: #333;
            border: 1px solid #333;
            border-radius: 0;
        }
        .btn:hover{
             background-color: #000;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 0;
        }
        .full-text-block, .contact-block {
            text-align: center;
            padding: 20px;
        }
        .footer {
            padding: 20px 0;
            background-color: #000;
            border-top:thick solid #FFF;
            color:#fff;
        }
        .footer .col {
            border-right: 1px solid #fff;
        }
        .footer .col:last-child {
            border-right: none;
        }
        .newsletter {
            text-align: center;
            padding: 20px;
        }
        .footer .social-media a {
            margin-right: 10px;
            color: #fff;
        }
        .footer .payment-icons img {
            width: 40px;
            margin-left: 10px;
        }

         .bulk-order-section {
            background-color: black;
            color: white;
            text-align: center;
            padding: 10px 0;
        }
        .bulk-order-section h2,
        .bulk-order-section p {
            margin: 0;
        }
        .bulk-order-email {
            margin-top: 10px;
            font-size: 1.25rem;
            color: #aaa;
        }





         .product-details {
/*            border: 1px solid #ddd;*/
            padding: 20px;
            margin: 10px;
            background-color: white;
/*            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);*/
        }
        .product-main-image {
            width: 100%;
            height: auto;
/*            border: 1px solid #ddd;*/
        }
        .product-thumbnails img {
            width: 100px;
            height: auto;
            cursor: pointer;
            margin: 5px;
/*            border: 1px solid #ddd;*/
        }
        .product-name {
            font-size: 1.5rem;
/*            font-weight: bold;*/
            color: black;
            font-family: "Lato", sans-serif;
    font-weight: 300;
        }
        .product-small-details {
            font-size: 1rem;
            font-family: "Lato", sans-serif;
    font-weight: 300;
            color: black;
        }
        .product-price,
        .product-discounted-price {
            font-size: 1.25rem;
            color: black;
            font-family: "Lato", sans-serif;
    font-weight: 300;
        }
        .product-discounted-price {
            font-weight: bold;
        }
        .product-price {
            text-decoration: line-through;
            color: #888;
            font-family: "Lato", sans-serif;
    font-weight: 300;
        }
        .quantity-selector {
            display: flex;
            align-items: center;
        }
        .quantity-selector input {
            width: 30px;
            text-align: center;
            margin: 0 5px;
            border: 1px solid #ddd;
            border-radius: 0;
        }
        .quantity-selector button {
            border: 1px solid #ddd;
            background-color: white;
            padding: 1px 5px;
            border-radius: 0;
        }
        .btn-add-to-cart {
            background-color: white;
            color: black;
            border: thin solid #ddd;
            border-radius: 0;
            width: 50%;
            margin-top: 20px;
        }
        .btn-add-to-cart:hover {
            background-color: #444;
        }







          .cart-item {
/*            border: 1px solid #ddd;*/
            padding: 10px;
            margin-bottom: 5px;
            background-color: white;
        }
        .cart-item img {
            width: 100px;
            height: auto;
        }
        .cart-item-details {
            display: flex;
            align-items: center;
        }
        .cart-item-name {
            font-size: 1.25rem;
            font-weight: bold;
            color: black;
        }
        .cart-item-price {
            font-size: 1.25rem;
            color: black;
        }
        .cart-item-quantity {
            display: flex;
            align-items: center;
        }
        .cart-item-quantity input {
            width: 50px;
            text-align: center;
            margin: 0 5px;
            border: 1px solid #ddd;
            border-radius: 0;
        }
        .cart-item-quantity button {
            border: 1px solid #ddd;
            background-color: white;
            padding: 5px 10px;
            border-radius: 0;
        }
        .cart-total {
/*            border: 1px solid #ddd;*/
            padding: 20px;
            background-color: white;
        }
        .cart-total h4,
        .cart-total p {
            color: black;
        }
        .cart-total p {
            font-size: 1.25rem;
        }
        .cart-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }
        .btn-checkout,
        .btn-continue-shopping {
            background-color: black;
            color: white;
            border: none;
            border-radius: 0;
            padding: 10px 20px;
        }
        .btn-checkout:hover,
        .btn-continue-shopping:hover {
            background-color: #444;
        }







           .login-block {
            max-width: 600px;
            margin: 50px auto;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .login-block h2 {
            margin-bottom: 20px;
        }
        .login-block .form-group {
            margin-bottom: 15px;
        }
        .login-block .form-control {
            height: calc(2.25rem + 2px);
            padding: .375rem .75rem;
        }
        .login-block .form-control:focus {
            box-shadow: none;
            border-color: #007bff;
        }
        .login-block .btn {
            width: 100%;
        }
        .login-block .links {
            
            justify-content: space-between;
            margin-top: 10px;
        }



          .dashboard-container {
            display: flex;
            flex-wrap: nowrap;
            margin-top: 20px;
        }
        .left-menu {
            
            background-color: #f8f9fa;
            border-right: 1px solid #dee2e6;
            
        }
        .left-menu ul {
            list-style: none;
            padding: 0;
        }
        .left-menu ul li {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
        }
        .left-menu ul li a {
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }
        .left-menu ul li a:hover {
            color: #007bff;
        }
        .content { 
            padding: 20px; 
        }
        .block-icon {
            text-align: center;
            padding: 20px;
            border: 1px solid #dee2e6;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            transition: transform 0.2s;
        }
        .block-icon:hover {
            transform: translateY(-5px);
        }
        .block-icon i {
            font-size: 20px;
            color: #007bff;
            margin-bottom: 10px;
        }
        .block-icon h5 {
            font-size: 15px;
            margin: 0;
        }




          .form-container {
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            margin-top: 50px;
        }


