.woocommerce .our-products ul.products {
  display: block;
}
@media (min-width: 768px) {
  .woocommerce .our-products ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    margin: 0 -1rem;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .woocommerce .our-products ul.products {
    margin: 0 -1.5rem;
  }
}
.woocommerce .our-products ul.products:before {
  display: block !important;
}
.woocommerce .our-products ul.products li.product {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0;
  float: none;
}
@media (min-width: 768px) {
  .woocommerce .our-products ul.products li.product {
    margin: 0 0 3rem;
    padding: 0 1rem;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .woocommerce .our-products ul.products li.product {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) and (min-width: 1400px) {
  .woocommerce .our-products ul.products li.product {
    margin: 0 0 4rem;
    padding: 0 1.5rem;
    width: 25%;
  }
}
.woocommerce .our-products ul.products li.product .amount {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000;
}
.woocommerce .our-products ul.products li.product .button.product_type_simple,
.woocommerce .our-products ul.products li.product .added_to_cart,
.woocommerce .our-products ul.products li.product .prod-readmore-btn,
.woocommerce .our-products ul.products li.product .button.add_to_cart_button {
  padding: 0.9375rem 1.69rem;
  background-color: #F7CD07;
  border-color: #F7CD07;
  border-radius: 0;
  color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  letter-spacing: -0.0225rem;
  line-height: 1.5rem;
}
.woocommerce .our-products ul.products li.product .button.product_type_simple.loading:after,
.woocommerce .our-products ul.products li.product .added_to_cart.loading:after,
.woocommerce .our-products ul.products li.product .prod-readmore-btn.loading:after,
.woocommerce .our-products ul.products li.product .button.add_to_cart_button.loading:after {
  top: 0.9375rem !important;
  right: 0.3125rem !important;
}
.woocommerce .our-products ul.products li.product .button.product_type_simple:hover,
.woocommerce .our-products ul.products li.product .added_to_cart:hover,
.woocommerce .our-products ul.products li.product .prod-readmore-btn:hover,
.woocommerce .our-products ul.products li.product .button.add_to_cart_button:hover {
  color: #fff;
  border-color: #0A0A0A;
  background-color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce .our-products ul.products li.product .added_to_cart {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .woocommerce .shop-page .parent-category-wrapper {
    margin: 0 -1rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .woocommerce .shop-page .parent-category-wrapper {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 768px) {
  .woocommerce .shop-page .parent-category-wrapper .parent-category-list {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .woocommerce .shop-page .parent-category-wrapper .parent-category-list {
    padding: 0 1.5rem;
  }
}

.woo-page-banner {
  padding: 2.5rem 0 0;
}
@media (min-width: 768px) {
  .woo-page-banner {
    padding: 4.6875rem 0 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .woo-page-banner {
    padding: 7.5rem 0 0;
  }
}

.our-products {
  padding: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .our-products {
    padding: 0 0 4.6875rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .our-products {
    padding: 0 0 7.5rem;
  }
}
.our-products nav.woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0 -0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.our-products nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
  padding: 0 0.1875rem;
}
.our-products nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
.our-products nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
  color: #0A0A0A !important;
  background-color: transparent !important;
  border: 0.0625rem solid #0A0A0A !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.625rem 0.875rem;
}
.our-products nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover, .our-products nav.woocommerce-pagination ul.page-numbers li a.page-numbers.current,
.our-products nav.woocommerce-pagination ul.page-numbers li span.page-numbers:hover,
.our-products nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  background-color: #F7CD07 !important;
  border-color: #F7CD07 !important;
  color: #0A0A0A !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .our-products .products li.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.global-two-column {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .global-two-column {
    padding: 4.6875rem 0;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .global-two-column {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1200px) {
  .global-two-column .left-wrap {
    padding-right: 4.875rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .global-two-column .left-wrap {
    padding-right: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .global-two-column .right-wrap {
    padding-left: 4.875rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .global-two-column .right-wrap {
    padding-left: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .global-two-column .tc-btn-wrapper {
    margin-top: 5.6875rem !important;
  }
}
.global-two-column .track-records {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .global-two-column .track-records {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .global-two-column .track-records {
    margin-top: 4rem;
  }
}
.global-two-column .track-records .tr-heading {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .global-two-column .track-records .tr-heading {
    margin-bottom: 2rem;
  }
}
.global-two-column .track-records .track-record-wrap .tr-list-wrap {
  border-right: 0.0625rem solid #C9D3DA;
}
.global-two-column .track-records .track-record-wrap .tr-list-wrap:first-child {
  padding-right: 0.625rem;
}
@media (max-width: 576px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:first-child {
    width: 26%;
  }
}
@media (min-width: 1200px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:first-child {
    padding-right: 2.125rem;
  }
}
.global-two-column .track-records .track-record-wrap .tr-list-wrap:nth-child(2) {
  padding: 0 1rem 0 0.625rem;
}
@media (max-width: 576px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:nth-child(2) {
    width: 39%;
  }
}
@media (min-width: 1200px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:nth-child(2) {
    padding: 0 2.125rem;
  }
}
.global-two-column .track-records .track-record-wrap .tr-list-wrap:last-child {
  border-right: 0;
  padding-left: 0.625rem;
}
@media (max-width: 576px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:last-child {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .global-two-column .track-records .track-record-wrap .tr-list-wrap:last-child {
    padding-left: 2.125rem;
  }
}

@media (min-width: 1400px) {
  .global-content-with-video .cwv-left-cont {
    padding-right: 2.4375rem;
  }
}
.global-content-with-video .cwv-btn-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .global-content-with-video .cwv-btn-wrap {
    margin-top: 2.25rem;
  }
}
.global-content-with-video .abs-arrow-wrap {
  top: -0.75rem;
}
@media (min-width: 992px) {
  .global-content-with-video .abs-arrow-wrap {
    top: -1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-content-with-video .abs-arrow-wrap {
    top: -3.4375rem;
  }
}
@media (min-width: 1400px) {
  .global-content-with-video .vid-column {
    padding: 0 2.4375rem;
  }
}
.global-content-with-video .vid-column .iframe-wrap {
  max-height: 539px;
}
@media (max-width: 575px) {
  .global-content-with-video .vid-column .iframe-wrap {
    max-height: 221px;
  }
}
.global-content-with-video .vid-column .iframe-wrap.ratio::before {
  display: inline-block;
}
