/* =========================================================
   PetGiftBox Responsive Fixes
   ========================================================= */

@media (max-width: 1024px) {
  .has-default-header-type-default .nt-wooma-inner-container.section-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 767px) {
  .has-default-header-type-default .nt-wooma-inner-container.section-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wooma-before-loop,
  .wooma-inline-two-block,
  .woocommerce .wooma-before-loop {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 10px !important;
    margin-bottom: 14px !important;
  }

  .wooma-block-left,
  .wooma-before-loop .woocommerce-breadcrumb {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .wooma-before-loop .woocommerce-breadcrumb {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.55 !important;
    font-size: 14px !important;
    opacity: .85;
  }

  .wooma-before-loop .woocommerce-breadcrumb a,
  .wooma-before-loop .woocommerce-breadcrumb span {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .single-product form.cart {
    padding: 16px;
    border-radius: 12px;
  }

  .single-product .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr !important;
  }

  .single-product form.cart .quantity,
  .single-product .woocommerce-variation-add-to-cart .quantity {
    grid-column: 1 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    grid-column: 1 !important;
  }

  .single-product .single_add_to_cart_button,
  .single-product .wooma-btn-buy-now,
  .single-product button.wooma-btn-buy-now,
  .single-product button#buy-now {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    font-size: 13.5px !important;
    padding: 0 12px !important;
    margin-bottom: 0 !important;
    letter-spacing: .04em !important;
  }

  .single-product table.variations th,
  .single-product table.variations td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  .single-product table.variations tr {
    display: block;
    padding: 12px 0;
  }

  /* Product tabs */
  .single-product #productTabContent {
    width: 100% !important;
    max-width: 100% !important;
    padding: 32px 0 48px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .single-product #productTabContent > .row > div:first-child {
    padding: 0 18px !important;
  }

  .single-product #productTabContent > .col-12.col-xl-6 {
    margin-top: 28px !important;
  }

  .single-product #productTabContent .nav-tabs,
  .single-product #productTabContent .wooma-product-tab-title {
    overflow-x: auto !important;
    white-space: nowrap !important;
    max-width: 100% !important;
  }

  .single-product #productTabContent .tab-content,
  .single-product #productTabContent .tab-pane,
  .single-product #productTabContent .woocommerce-Tabs-panel,
  .single-product #tab-description,
  .single-product #tab-additional_information {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .single-product #productTabContent p,
  .single-product #productTabContent li,
  .single-product #productTabContent div {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .single-product #productTabContent table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  .single-product #productTabContent table th,
  .single-product #productTabContent table td {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body .site-content .wpcf7,
  body #productTabContent .wpcf7 {
    max-width: 100%;
  }

  body .site-content .wpcf7 form,
  body #productTabContent .wpcf7 form {
    padding: 24px 18px;
  }

  body .site-content .wpcf7 .wpcf7-list-item,
  body #productTabContent .wpcf7 .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
  }

  .pgb-product-process {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .pgb-product-step {
    min-height: auto;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .pgb-product-step:not(:last-child)::after {
    display: none;
  }

  .pgb-step-number {
    width: 60px;
    font-size: 70px;
  }

  .pgb-step-body {
    max-width: none;
  }

  .pgb-footer-lang {
    margin-top: 16px !important;
  }
}

/* =========================================================
   PetGiftBox Mobile Product Typography Upgrade
   Improves readability on single product pages
========================================================= */

@media (max-width: 767px) {

  body.single-product {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.single-product h1.product_title,
  body.single-product .product_title,
  body.single-product .entry-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
  }

  body.single-product .summary p,
  body.single-product .entry-summary p,
  body.single-product .woocommerce-product-details__short-description,
  body.single-product .woocommerce-product-details__short-description p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  body.single-product .price,
  body.single-product p.price,
  body.single-product span.price {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  body.single-product table.variations th,
  body.single-product table.variations label,
  body.single-product .variations label,
  body.single-product .pgb-variation-label {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  body.single-product table.variations td,
  body.single-product .variations td,
  body.single-product .vi-wpvs-option,
  body.single-product .vi-wpvs-option-wrap,
  body.single-product .pgb-variation-option {
    font-size: 13px !important;
  }

  body.single-product .woocommerce-breadcrumb,
  body.single-product .wooma-before-loop .woocommerce-breadcrumb {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.single-product .product_meta,
  body.single-product .product_meta span,
  body.single-product .product_meta a {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  body.single-product #productTabContent,
  body.single-product #productTabContent p,
  body.single-product #productTabContent li,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product .woocommerce-Tabs-panel p,
  body.single-product .woocommerce-Tabs-panel li {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  body.single-product #productTabContent h2,
  body.single-product .woocommerce-Tabs-panel h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  body.single-product #productTabContent h3,
  body.single-product .woocommerce-Tabs-panel h3 {
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  body.single-product #productTabContent h4,
  body.single-product .woocommerce-Tabs-panel h4 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  body.single-product #productTabContent .nav-tabs a,
  body.single-product #productTabContent .nav-tabs button,
  body.single-product .wooma-product-tab-title a,
  body.single-product .wooma-product-tab-title button {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  body.single-product .pgb-dyn-panel,
  body.single-product .pgb-dyn-panel p,
  body.single-product .pgb-object-story-panel,
  body.single-product .pgb-object-story-panel p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  body.single-product .pgb-dyn-panel h2,
  body.single-product .pgb-object-story-panel h2 {
    font-size: 25px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  body.single-product .pgb-dyn-panel h3,
  body.single-product .pgb-object-story-panel h3 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
}

/* =========================================================
   PetGiftBox Single Product Gallery Bottom Gap Fix
   Remove theme gallery padding under main image
========================================================= */

body.single-product .woocommerce-product-gallery,
body.single-product div.product div.images,
body.single-product .product-gallery,
body.single-product [class*="product-gallery"] {
  padding-bottom: 0 !important;
  background: #ffffff !important;
}


/* =========================================================
   PetGiftBox Slide Product Gallery home page
========================================================= */

@media(min-width: 992px){
	#giftbox-slider .hero-banner-slide-item .row{
		flex-direction: row-reverse;
	}
}
@media(max-width: 991px){
	#giftbox-slider .hero-banner-slide-item .row{
		flex-direction: column-reverse;
	}
}
@media(max-width: 1024px){
    .e-con-inner{
        display: block !important;
    }
}