/* 
 Theme Name:   Dotspice Child Theme
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     dotspice
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.navbar {
  max-height: 70px;
}

.product-box-desc__widget {
  padding: 10px 0;
}
.product-box-desc__widget .tm-grade-label__text {
  color: #fff;
  font-size: 1.4em;
}

.product-col .product-box-img::after,
.product-box > a:not(.product-box__link)::after {
  display: none;
}
.product-col .product-box-img::before,
.product-box > a:not(.product-box__link)::before {
  display: none;
}

.ecommerce-product {
  padding-bottom: 3rem;

  .container {
    .breadcrumbs {
      padding: 0.5rem 0 1rem 0;

      .woocommerce-breadcrumb {
        font-size: 0.7em;
        color: #6c757d;
      }
    }

    .product_img {
      max-height: 396px;
      width: 100%;
      object-fit: contain;
      object-position: center;
    }

    .product-cta-title {
      font-size: 29px;
      color: #fff;
      font-weight: 400;
      font-family: "Poppins";
      line-height: 1.4;
    }

    .single-prod-gal {
      margin: 0;

      .flex-control-nav {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding: 0 !important;
        margin: 0.7rem 0 0 0 !important;
        gap: 0.7rem;

        li {
          min-width: 75px;
          padding: 0 0 0.7rem 0 !important;
          margin: 0 !important;
        }
      }
    }
    .single-prod-gal.sticky-md-top {
      @media screen and (min-width: 768px) {
        position: sticky !important;
        top: 20px;
        z-index: 1020;
      }
    }

    .summary.entry-summary.single-prod-content {
      .product_title {
        font-size: 32px;
        font-weight: 200;
        line-height: 1.5;
        letter-spacing: -0.04em;
        margin-top: 10px;
      }
    }

    .product_custom_list {
      font-size: 15px;
    }

    .product_custom_desc,
    .product_custom_list {
      font-size: 14px;
    }
  }

  .add-to-cart-mobile {
    .price {
      margin-bottom: 0 !important;
    }
  }
  .add-to-cart {
    width: 100% !important;
  }

  .add-to-cart-mobile button {
    width: 100% !important;
    margin-top: 0 !important;
    background-color: #d4ff00 !important;
    color: #000000 !important;
    border: 1px solid #d4ff00 !important;
    max-width: 420px;
    margin: 0 auto;
  }
  .add-to-cart-mobile button:hover {
    box-shadow: 0 0 10px rgba(212, 255, 0, 0.2) !important;
    transform: scale(0.98) !important;
  }
  .add-to-cart-mobile .price {
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .woocommerce-product-gallery__image {
      max-height: 396px;
    }
  }

  .woocommerce-product-gallery__image {
    max-height: 968px;
  }

  .related-products-title,
  .container4x8-3-title {
    font-size: 22px;
    margin: 0.7rem 0;
  }

  .opinion-title {
    font-size: 22px;
  }

  .related-products-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;

    .related-product-item {
      background-color: #090909;

      h5 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.22;
        letter-spacing: -0.04em;
      }

      .related-product-price {
        font-weight: 600;
      }
    }

    .related-product-item:hover {
      border-color: #878d94 !important;
      transition: all 0.3s ease-in-out;
    }

    .related-product-subtitle {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.22;
      letter-spacing: -0.04em;
      color: #efefef;
      margin-top: 0.4rem;
      margin-bottom: 0;
    }
  }
  .single-prod-content button {
    width: 100% !important;
    margin-top: 0 !important;
    background-color: #d4ff00 !important;
    color: #000000 !important;
    border: 1px solid #d4ff00 !important;
    max-width: 250px;
  }
  .single-prod-content button:hover {
    box-shadow: 0 0 10px rgba(212, 255, 0, 0.2) !important;
    transform: scale(0.98) !important;
  }
}

header.site-header {
  @media screen and (max-width: 1200px) {
    margin-top: 20px !important;
  }
  @media screen and (max-width: 768px) {
    margin-top: 0 !important;
    padding-top: 10px;
  }
}

.free_shipping_topBar {
  position: relative;
  display: flex;
  z-index: 10;
  width: 100%;
  justify-content: center;
  background-color: #000;
  padding: 5px;
  border-bottom: 1px solid #ffd900b8;

  animation: pulse 1.5s infinite;
  @media screen and (min-width: 768px) {
    display: none;
  }
}

header .nav-link {
  height: 100%;
  max-height: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar-nav__menu .nav-item {
  margin: 0 0 0 20px;
}
