
.top-store-quantity .minus:hover,
.top-store-quantity .plus:hover {
  background-color: #0056b3;
  /* Fondo azul oscuro al pasar el mouse */
}


/* style.css | https://shop-dev.houstonwallpapering.com/wp-content/themes/thread/style.css?ver=1.5.3 */

@media screen and (max-width: 1024px) {
  .thunk-icon-market .cart-count-item {
    /* top: -9px; */
    top: 0px;
  }

  .thunk-icon-market .cart-count-item {
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 8px;
  }

  .thunk-icon-market {
    margin-right: 0px;
    margin-top: 10px;
  }
}



.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  /* margin-top: 10px; */
  margin-top: 0px !important;
}

.top-store-mobile-bar {
  display: none !important;
}

.thunk-product-image {
  /* aspect-ratio: 1 !important; */
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link> :not(:first-child) {
  margin-top: 0px !important;
}


/**
 * Estilos minimalistas para el resumen de pedido (Order Summary) de WooCommerce
 * Diseño fresco, elegante, renovado y minimalista
 */

/* Contenedor principal del sidebar */
.wc-block-components-sidebar.wc-block-checkout__sidebar {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 30px;
}

/* Título del resumen de pedido */
.wc-block-components-checkout-order-summary__title {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.wc-block-components-checkout-order-summary__title-text {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

/* Contenido del resumen */
.wc-block-components-checkout-order-summary__content {
  margin-bottom: 20px;
}

/* Elementos individuales del pedido */
.wc-block-components-order-summary-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.wc-block-components-order-summary-item:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}

/* Imágenes de producto */
.wc-block-components-order-summary-item__image {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  flex-shrink: 0;
}

.wc-block-components-order-summary-item__image img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Cantidad de productos */
.wc-block-components-order-summary-item__quantity {
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: #333;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

/* Descripción del producto */
.wc-block-components-order-summary-item__description {
  flex-grow: 1;
  padding-right: 10px;
}

.wc-block-components-product-name {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #333;
}

/* Precios */
.wc-block-components-product-price__value,
.wc-block-components-formatted-money-amount {
  font-weight: 500;
  color: #444;
}

.wc-block-components-order-summary-item__total-price {
  min-width: 80px;
  text-align: right;
  font-weight: 600;
}

/* Metadatos del producto */
.wc-block-components-product-metadata {
  margin-top: 8px;
  font-size: 13px;
  color: #777;
}

.wc-block-components-product-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-block-components-product-details li {
  margin-bottom: 3px;
}

.wc-block-components-product-details__name {
  font-weight: 500;
  color: #666;
}

/* Cupones */
.wc-block-components-totals-coupon {
  margin: 15px 0;
}

.wc-block-components-panel__button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  padding: 12px 0;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.3s ease;
}

.wc-block-components-panel__button:hover {
  color: #222;
}

.wc-block-components-panel__button-icon {
  margin-right: 8px;
  color: inherit;
}

/* Totales */
.wc-block-components-totals-wrapper {
  margin-top: 15px;
}

.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
}

.wc-block-components-totals-item__label {
  font-weight: 400;
  color: #555;
}

.wc-block-components-totals-item__value {
  font-weight: 500;
  color: #333;
  text-align: right;
}

.wc-block-components-totals-item__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

/* Envío */
.wc-block-components-totals-shipping {
  margin-bottom: 10px;
}

.wc-block-components-totals-shipping__via {
  font-size: 13px;
  color: #4CAF50;
  font-weight: 500;
}

/* Total final */
.wc-block-components-totals-footer-item {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: 2px solid #eee;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .wc-block-components-sidebar.wc-block-checkout__sidebar {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  
  .wc-block-components-sidebar.wc-block-checkout__sidebar.is-sticky {
    position: relative;
  }
}

/* Mejora de la sección de delivery */
.wc-block-components-totals-shipping strong {
  color: #4CAF50;
  font-weight: 600;
}

/* Notificaciones y alertas */
.wc-block-components-notices {
  margin-bottom: 20px;
}

.wc-block-components-notice-snackbar-list {
  margin-bottom: 15px;
}

.top-store-light a:hover {
  color: #1f3e77 !important;
}


#thaps-search-button, .taiowc .cart-button .buttons a {
  background-color: #1f3e77 !important;
}

#thaps-search-button:hover, .taiowc .cart-button .buttons a {
  background-color: #131a42;
}

.top-store-quantity {
  border: 0px solid #a7a7a7 !important;
}


/***
* FOOTER
*/


#top-store-mobile-bar > ul:nth-child(1) > li:nth-child(2) {
  display: none;
}

.th-aboutme-description > p:nth-child(2) {
  text-align: center;
}

.widget-footer-col1 * {
  text-align: center;
}

.widget-footer-col2 {
  display: none;
}

.widget-footer-col3 {
  display: none;
}

.widget-footer-col4 {
  display: none;
}

.top-footer, body.top-store-dark .top-footer {
  border-bottom-color: rgba(204, 204, 204, 0.47);
}

.th-aboutme-description > a:nth-child(1) {
  margin: auto;
  width: fit-content;
}

.th-aboutme-description > a:nth-child(1) > img:nth-child(1) {
  margin: auto;
  display: block;
}

/**
* HEADER
*/

/* style.css | http://localhost/hws-2/wp-content/themes/top-store/style.css?ver=1.0.2 */

@media screen and (max-width: 767px) {
  .main-header-col2 {
    /* margin: 10px 0; */
    margin: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .thunk-icon-market {
    /* margin-right: 15px; */
    /* margin-top: 15px; */
  }
}

.logo-content .thunk-logo {
  width: 80%;
}
.menu-toggle .icon-bar {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .main-header-bar {
    justify-content: space-between;
  }  
  .main-header-col3 {
    width: 20% !important;
  }  
}

.sticky-header-bar .menu-toggle .icon-bar {
  background-color: #fff;
}

.below-header.mhdrfour .below-header-col1 nav {
  height: 35px;
}

.below-header-bar nav {
  padding: 0px 0;
}

#menu-btn {
  background: #1f3e77;
  border-radius: 3px;
  padding: 7px 20px !important;
  height: 35px;
}

#menu-btn-stk {
  padding: 6px 8px !important;
  height: 35px;
  background: #1f3e77;
  border-radius: 3px;
}

#top-store-mobile-bar {
  display: none;
}

div.submit-active:nth-child(1) > form:nth-child(1) > div:nth-child(1) > button:nth-child(3) {
  background-color: #1f3e77;
}


/* style.css | http://localhost/hws-2/wp-content/themes/top-store/style.css?ver=1.0.2 */

@media screen and (max-width: 1024px) {
  .thunk-icon-market .cart-count-item {
    /* top: -18px; */
    top: -9px;
  }
}

.thunk-icon-market .cart-count-item {
  height: 23px;
  width: 23px;
  line-height: 22px;
}


/* 
* WOOCOMMERCE MESSAGE (NOTIFICATION)
*/

.woocommerce-message {
  justify-content: space-between;
}

.woocommerce-message > a:nth-child(1) {
  height: 35px !important;
  line-height: 13px !important;
}

/**
  MOVE TO TOP BUTTON
*/

#move-to-top {
  bottom: 30px;
}

/* 
  FRONTPAGE
*/

.thunk-ribbon-section {
  display: none;
}

/* 
  PRODUCTS
*/


/* style.css | https://shop-dev.houstonwallpapering.com/wp-content/themes/top-store/style.css?ver=1.3.1 */

@media screen and (max-width: 767px) {
  .single-product div.product form.cart button.minus, .single-product div.product form.cart button.plus, .single-product div.product form.cart input[type="number"] {
    /* line-height: 30px; */
    /* font-size: 13px; */
    line-height: 17px;
    font-size: 22px;
  }
}

.top-store-quantity .minus, .top-store-quantity .plus {
  /* padding: 0.5rem 1rem; */
  padding: 0px;
}

.woocommerce .thunk-woo-product-list .price del {
    color: #2d2c2c;
    margin-right: 10px;
}
