:root {
    --bs-blue: #007bff;
    --bs-pink: #e83e8c;
    --bs-green: #28a745;
    --bs-cyan: #17a2b8;
    --bs-primary: #FFD333;
    --bs-secondary: #F5F5F5;
    --bs-success: #28a745;
    --bs-info: #17a2b8;
    --bs-light: #FFFFFF;
    --bs-dark: #3D464D;
    --bs-font-sans-serif: "Roboto", sans-serif;
  }

body {
    font-family: var(--bs-font-sans-serif);
    color: #6C757D;
    text-align: left;
    background-color: #F5F5F5;
}

.bg-primary {
    background-color: #FFD333 !important;
}
.bg-secondary {
    background-color: #F5F5F5 !important;
}

.bg-light {
    background-color: #FFFFFF !important;
  }

.bg-dark {
    background-color: #3D464D !important;
}

.text-body {
    text-decoration: none;
    color: #6C757D !important;
}

.text-dark {
    color: #3D464D !important;
}

.text-primary {
    color: #FFD333 !important;
}

.text-secondary {
    text-decoration: none;
    color: #F5F5F5 !important;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #6C757D;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #212529;
    background-color: #FFD333;
    border-color: #FFD333;
}

.btn-filter {
  color: #212529;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  transition: 0.3s ease;
}


.btn-filter:hover {
  color: #212529;
  font-weight: bold;
  background-color: #FFD333;
}

.btn-outline-light {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/* .btn-outline-dark {
  color: #3D464D;
  border-color: #3D464D;
} */

.border-dark {
    border-color: #3D464D !important;
}

.border-primary {
  border-color: #FFD333 !important;
}

.border-secondary {
    border-color: #F5F5F5 !important;
  }



.ms-n1{
    margin-left: -0.25rem !important;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
  }

.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
}

/********** Custom CSS ************/
h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 700 !important;
    color: #3D464D;
 }
  
 h6, .h6, h5, .h5, h4, .h4 {
    font-weight: 500 !important;
    color: #3D464D;
 }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .p-30 {
    padding: 30px;
  }
  
  .btn.btn-primary {
    color: #3D464D !important;
  }

  .btn.btn-primary:hover {
    color: #FFD333 !important;
    background-color: #3D464D;
    border-color: #3D464D;

  }
  
  .btn-square {
    width: 40px;
    height: 40px;
  }
  
  .btn-sm-square {
    width: 30px;
    height: 30px;
  }
  
  .btn-lg-square {
    width: 50px;
    height: 50px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .navbar {
    padding-right: 1rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 20px 10px;
    color: #F5F5F5;
    outline: none;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #FFD333;
  }
  
  @media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
      padding: 5px 0px;
    }
  }
  
  .navbar-vertical.navbar-light .navbar-nav .nav-link {
    padding: 8px 30px;
    border-bottom: 1px solid #F5F5F5;
  }
  
  .dropdown-brands {
    background-color: #F5F5F5;
    height: 65px;
    padding: 0 30px;
}
  .dropdown-brands:hover {
    background-color: #FFD333;
    transition: background-color 0.3s ease;
  }
  
  .navbar-allbrands.navbar-light .navbar-nav .nav-link {
    padding: 8px 30px;
  }

  .navbar-allbrands.navbar-light .navbar-nav .nav-link:hover,
  .navbar-allbrands.navbar-light .navbar-nav .nav-link:active {
    background-color: #FFD333;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .navbar-light .dropdown-toggle::after,
  .navbar-dark .dropdown-toggle::after {
    display: none;
  }
  
  #header-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 3px 12px 3px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
  }
  
  .carousel-indicators .active {
    width: 30px;
    background: #FFFFFF;
  }
  
  .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 70, 77, 0.5);
    z-index: 1;
  }
  
  .section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-top: 1px dashed #bec5cb;
    z-index: -1;
  }
  
  .product-offer {
    position: relative;
    overflow: hidden;
  }
  
  .product-offer img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
  }
  
  .product-offer:hover img {
    transform: scale(1.2) rotate(5deg);
  }
  
  .product-offer .offer-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(61, 70, 77, 0.5);
    z-index: 1;
  }
  
  .cat-item {
    background: #FFFFFF;
    transition: .5s;
  }
  
  .cat-item:hover {
    background: #FFD333;
    font-weight: bold;
  }
  
  .cat-item img {
    transition: .5s;
  }
  
  .cat-item:hover img {
    transform: scale(1.2) rotate(5deg);
  }

  .page-link {
    color: #FFD333;;
  }

  .page-link:hover {
    color: #e6b400;
    background-color: #e9ecef;
  }

  .page-item.active .page-link {
    background-color: #FFD333;
    border-color: #FFD333;
  }

  .page-item.disabled .page-link {
    color: #6c757d;
  }
  
  
  .product-item {
    transition: .5s;
  }
  
  .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
  }
  
  .product-action a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
  }
  
  .product-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
  }
  
  .product-item:hover .product-action {
    background: rgba(255, 255, 255, 0.7);
  }
  
  .product-item:hover .product-action a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
  }
  
  .product-item:hover .product-action a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
  }
  
  .product-item:hover .product-action a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
  }
  
  .product-item:hover .product-action a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
  }
  
  .product-item .product-img img {
    transition: .5s;
  }

  .product-item:hover .product-img img {
    transform: scale(1.2);
  }
  
  .product-item .btn:hover {
    color: #FFD333 !important;
  }

  .product-item:hover .textpart {
    background-color: #FFD333 !important;
    transition: background-color 0.3s ease;
  }
  
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6C757D;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
  }

  .table-light {
    --bs-table-color: #6C757D;
    --bs-table-bg: #FFFFFF;;
    --bs-table-hover-color: #6C757D;
  }

  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  /* .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
} */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
  .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  }

  .table.table-borderless thead tr,
  .table.table-borderless tbody tr:not(:last-child) {
    border-bottom: 15px solid #F5F5F5;
  }
  
  .contact-form .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    animation: action 1s infinite alternate;
  }
  
  @keyframes action {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-15px);
    }
  }

  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none;
  }

.square-container-brand {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.square-image-brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; 
}