/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      2.0.0
 Text Domain:  woodmart
*/
/* css cho video embed */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 5px solid red;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.box-content-reel {
    max-width: 30em;
    /* Tương đương 480px */
    width: 100%;
    /* Để không bị tràn trên màn hình nhỏ */
    margin: 0 auto;
}

.videoWrapperReel {
    position: relative;
    padding-bottom: 177.78%;
    /* Tỷ lệ 9:16 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 5px solid red;
}

.videoWrapperReel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.wd-compare-btn.product-compare-button {
    display: none;
}

.wd-wishlist-btn.wd-action-btn {
    display: none;
}
.menu-item-my-account,
.menu-item-wishlist{
	display:none!important;
}
.wishlist-link, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
    display: none!important;
}
/* gio hang */
.order-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  font-family: sans-serif;
  gap: 20px;
  flex-wrap: wrap;
  color:black;
}

.banner-step {
  text-align: center;
  flex: 1 1 100px;
}

.step-title {
  font-size: 24px;
  font-weight: bold;
}

.step-subtitle {
  font-size: 14px;
  color: #555;
}

.banner-arrow {
  font-size: 24px;
  color: #888;
}
.wd-swatch.wd-text {
    padding: 6px 10px;
}
.wd-buttons.wd-pos-r-t {
    display: none;
}

/* Responsive: Thu nhỏ font trên màn hình nhỏ */
@media (max-width: 768px) {
  .order-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner-arrow {
    transform: rotate(90deg); /* Xoay ➔ thành ↓ */
    margin: 10px 0;
  }

  .step-title {
    font-size: 18px;
  }

  .step-subtitle {
    font-size: 12px;
  }

  .order-banner {
    padding: 15px;
    gap: 10px;
  }
.banner-step {
    flex: 1 1 10px !important;
}
}