.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 680px !important;
  object-fit: cover !important;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  object-fit: cover !important;
}

.gs-footer-section .footer-row .left-info .social-links a i {
  color: black;
  transition: all 0.3s;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: white;
}

.checkout-form {
  width: 55%; 
  min-width: 400px; 
  padding-left: 100px; 
  padding-right: 40px
}

.checkout-product {
  background: #F5F5F5; 
  border-left: 1px solid #DEDEDE;
  min-width: 250px; 
  width: 45%;
  padding: 40px;
}

@media screen and (max-width: 1200px) {
  .checkout-form {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-product {
    width: 90%;
    padding: 20px;
  }
}

#cardNumber,
#securityCode,
#expirationDate {
  height: 60px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  padding: 0px 18px;
}

#cardNumber,
#securityCode,
#expirationDate {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }
}

.no-responsive-offer {
    display: block;
}

.responsive-offer {
  display: none;
}

@media screen and (max-width: 850px) {
  .no-responsive-offer {
      display: none;
  }

  .responsive-offer {
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
} 

/* Sidebar Mobile */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-sidebar .sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

.mobile-sidebar .close-sidebar {
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-nav-menus {
    padding: 15px;
}

.mobile-nav-menus li {
    margin-bottom: 10px;
}

.mobile-nav-menus a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.mobile-nav-menus a:hover,
.mobile-nav-menus a.active {
    background: #f5f5f5;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}

.overlay.active {
    display: block;
}

.no-scroll {
    overflow: hidden;
}

.sidebar-active-color {
  color: #ff4c3b!important;
}

/* Mobile Sidebar Styles */
.mobile-sidebar {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 320px;
  max-width: 90vw;
}

.mobile-sidebar .sidebar-content {
  padding: 20px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.user-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.user-details h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #2c3e50;
}

.user-details p {
  font-size: 14px;
  color: #7f8c8d;
}

.mobile-nav-menus {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.mobile-nav-menus button {
  width: 100%;
  text-align: left;
  padding: 12px 15px;
  border: none;
  background: none;
  color: #2c3e50;
  font-size: 15px;
  transition: all 0.3s;
}

.mobile-nav-menus button:hover,
.mobile-nav-menus button.active {
  color: #F39C12;
}

.auth-buttons {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #ecf0f1;
}

.btn-login, .btn-register, .btn-account {
  padding: 12px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-login {
  background-color: #F39C12;
  color: white;
}

.btn-register {
  background-color: #f8f9fa;
  border: 1px solid #F39C12;
  color: #F39C12;
}

.btn-account {
  background-color: #2c3e50;
  color: white;
}

.btn-login:hover {
  background-color: #e67e22;
}

.btn-register:hover {
  background-color: #F39C12;
  color: white;
}

.btn-account:hover {
  background-color: #1a252f;
}

.sidebar-footer {
  padding: 15px;
  border-top: 1px solid #ecf0f1;
}

.logout-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #e74c3c; 
  font-weight: 500;
  cursor: pointer;
}

/* Estilos para el botón de carrito */
.icon-square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #F8F9FA;
    border: 1px solid #F39C12;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.icon-square:hover {
    background: #F39B00;
}

.icon-square a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon-square a svg {
    transition: all 0.3s ease;
}

.icon-square:hover a svg path {
    stroke: white;
}

/* Estilos para sección de ofertas */
.offers-container {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.offers-flex-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.offers-main {
    width: 60%;
    padding-bottom: 10px;
}

.offers-secondary {
    width: 40%;
}

.offer-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Responsive para pantallas menores a 900px */
@media (max-width: 900px) {
    .offers-flex-container {
        flex-wrap: wrap;
    }
    
    .offers-main, 
    .offers-secondary {
        width: 100%;
    }
    
    .offer-card {
        height: auto !important;
    }
}

/* Estilos para tabla de productos con columna fija */
.product-list-table {
    position: relative;
}

.product-list-header-cell,
.product-list-cell {
    padding: 12px;
    text-align: left;
}

.product-list-header-cell:first-child,
.product-list-cell.product-name {
    position: sticky;
    left: -25px;
    z-index: 2;
    background: white;
    min-width: 200px;
}

.product-list-header-cell:first-child {
    z-index: 3;
}

.product-list-row:hover .product-name {
    background: #f8f9fa;
}