/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1.3
*/


.main-navigation .main-nav ul li a {
  text-transform: uppercase;
}

body:has(.front-page-content) {
  background-color: white;
}
body:has(.front-page-content) .site.grid-container {
  max-width: none;
}
.front-page-content {
  width: 100%;
  padding-top: 50px;
}
.front-hero__wrap {
  display: flex;
  gap: 20px;
}
.front-hero__left > div:first-child {
  flex: 1;
}
.front-hero__left > div:last-child img {
  transform: translate(30px, 25px);
  margin-bottom: -45px;
}
.front-hero__left > div:last-child {
  flex-basis: 321px;
}
.front-hero__left {
  border: 1px solid black;
  padding: 33px;
  padding-bottom: 0;
  background: #F06E21;
  border-radius: 20px;
  color: #fff;
  flex-basis: 55%;
  display: flex;
  position: relative;
  margin-bottom: 100px;
}

.front-hero__left::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -7px;
  width: 152px;
  height: 74px;
  background: url('./assets/img/ribbon.svg');
  z-index: 1;
}
.front-hero__left::before {
  position: absolute;
  transform: rotate(24deg);
  content: '$5 / FREE';
  font-size: 19px;
  font-weight: 800;
  top: 16px;
  right: -52px;
  width: 152px;
  height: 74px;
  z-index: 2;
}
.front-hero__left h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.front-hero__left h1 span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.front-hero__left h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.front-hero__cta {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  background: #25597B;
  border-radius: 30px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 13px;
  min-width: 208px;
}

.front-hero__cta:hover {
  background: #1a3f5b;
  color: #fff;
}

.front-hero__left p {
  font-size: 14px;
  font-weight: 400;
}

.front-hero__right {
  padding: 33px;
  background: #4E8FBF;
  border-radius: 20px;
  color: #fff;
  flex-basis: 45%;
  margin-bottom: 100px;
}

.front-hero__right h4 {
  font-size: 24.23px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

.front-hero__right h4 span {
  font-size: 36.37px;
  display: block;
  font-weight: 800;
}

.front-hero__right h5 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
}

.front-hero__right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.front-hero__right form input[type="email"] {
  padding: 5px 16px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

.front-hero__right form input[type="submit"],
.front-hero__right form button[type="submit"] {
  margin-top: 20px;
  background: #F06E21;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 120px;
}

.front-hero__right form p {
  margin-bottom: 0;
}

.front-hero__right form input[type="submit"]:hover,
.front-hero__right form button[type="submit"]:hover {
  background: #d65a1c;
}

.section-title__desc {
  font-size: 14px;
  text-align: center;
}

.section-title__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.section-title__center span {
  color: #F06E21;
}

.section-title__center {
  font-size: 24.23px;
  font-weight: 800;
  color: #4E8FBF;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-align: center;
}

.section-title__left {
  display: flex;
  gap: 9px;
  justify-content: center;
}

.section-title__left span {
  width: 18px;
  height: 18px;
  background: url('./assets/img/blue-star.svg') no-repeat;
}

.section-title__right span {
  width: 18px;
  height: 18px;
  background: url('./assets/img/orange-star.svg') no-repeat;
}

.section-title__right {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.shop-products {
  /* background: #E8EAEE; */
  background: #261c0c;
  background-image: url('./assets/img/cat-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 70px 0 55px 0;
}

.shop-products .section-title__desc {
  color: white;
}

.shop-products__items {
  display: flex;
  gap: 15px;
  /* max-width: 960px; */
  margin: 0 auto;
  margin-top: 40px;
}

.shop-products__item h3 {
  font-size: 15px;
  font-weight: 600;
  color: #ADABAB;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.shop-products__item a {
  text-decoration: none;
}

.shop-products__item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* transform: translateY(-3px); */
  transform: scale(1);
  transition: all 0.2s ease;
}

.shop-products__item {
  /* padding: 10px; */
  /* background: white; */
  /* border-radius: 20px; */
  transform: scale(0.90);
  text-align: center;
  flex: 1;
}

.become-a-vendor__inner {
  background-color: #213b4c;
  background-image: url('./assets/img/titles-bg.png');
  position: relative;
  margin-top: 65px;
}

.become-a-vendor__wrap {
  display: flex;
}

.become-a-vendor {
  padding: 65px 0 0 0;
}

.become-a-vendor__left {
  color: white;
  padding: 50px 0;
  flex-basis: 50%;
  padding-right: 20px;
}

.become-a-vendor__right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('./assets/img/sell-now-bg.jpg');
  background-size: cover;
  background-position: center;
  flex-basis: 50%;
}

.become-a-vendor__left h5 {
  font-size: 24.23px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}

.become-a-vendor__left h4 {
  font-size: 36.37px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 54px;
}

.become-a-vendor__left h4 .blue {
  color: #4E8FBF;
}

.become-a-vendor__left h4 .orange {
  color: #F06E21;
}

.become-a-vendor__cta {
  background-color: #F06E21;
  border-radius: 20px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
  display: inline-block;
}

.become-a-vendor__cta:hover {
  background-color: #d65a1c;
  color: white;
}

.become-a-vendor__content {
  font-size: 14px;
}

.become-a-vendor__content ul {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.become-a-vendor__content ul li:before {
  content: url('./assets/img/star-small.svg');
  margin-right: 5px;
}

.rd-footer {
  padding: 15px 0;
  background: #13212B;
}

.rd-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.rd-footer__center {
  text-align: center;
  color: #AEB0B3;
  font-size: 12px;
}

.rd-footer__center a {
  color: #AEB0B3; 
}

.rd-footer__center a:hover {
  text-decoration: none;
}

.rd-footer__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E8EAEE;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}

.rd-footer__phone:hover {
  text-decoration: underline;
  color: #E8EAEE;
}

@media screen and (max-width: 1200px) {
  .site.grid-container .grid-container,
  .rd-footer .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {

  .rd-footer__inner {
    flex-direction: column;
  }

  .front-hero__left {
    flex-direction: column;
  }

  .front-hero__left > div:last-child img {
    margin-bottom: 0;
    transform: none;
  }

  .front-hero__left > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .front-hero__wrap,
  .become-a-vendor__wrap,
  .rd-footer__inner {
    flex-direction: column;
  }

  .front-hero__left > div:last-child {
    display: block;
  }

  .front-hero__left {
    margin-bottom: 0;
    gap: 20px;
  }

  .front-hero {
    margin-bottom: 20px;
    overflow-x: hidden;
  }

  .front-hero__right {
    margin-bottom: 0;
  }

  .become-a-vendor__right {
    position: relative;
  }

  .become-a-vendor__right {
    background-image: url('./assets/img/sell-now-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
  }

  .become-a-vendor__right::after {
    display: none;
  }

  .front-page-content {
    padding-top: 25px;
  }

  .shop-products__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .shop-products__item h3 {
    font-size: 19px;
  }

  .shop-products,
  .become-a-vendor,
  .become-a-vendor__wrap {
    padding: 40px 0;
  }

  .section-title__center {
    font-size: 22px;
  }

  .become-a-vendor__inner {
    margin-top: 40px;
  }

  .become-a-vendor__left {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .become-a-vendor__left h4 {
    margin-bottom: 20px;
  }

  .front-hero__left::after {
    top: -9px;
    right: -11px;
  }

  .front-hero__left::before {
    content: '$5 / FREE';
    font-size: 17px;
    top: 19px;
    right: -59px;
  }
}

/* Product Cat */
body.tax-product_cat .woocommerce-products-header {
  padding: 95px 30px 11px 30px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 30px;
  background-image: url('./assets/img/scales_bg.jpg');
}

body.tax-product_cat .woocommerce-products-header .page-title,
body.tax-product_cat .woocommerce-products-header .term-description {
  max-width: 250px;
}

body.tax-product_cat .woocommerce-products-header .page-title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

body.tax-product_cat .woocommerce-products-header .term-description {
  font-size: 14px;
}
/* END Product Cat */

/* WooCommerce */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit {
  background-color: #213B4C;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover {
  background-color: #144b70;
  color: white;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1.35px solid #EDEDED;
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  border-color: #4E8FBF;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  padding: 25px 10px 0 10px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt {
  background-color: #F06E21;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 30px;
  padding: 10px 27px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover {
  background-color: #d65a1c;
  color: white;
}

.woocommerce div.product form.cart {
  display: flex;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 13px;
}

.woocommerce div.product .product_title {
  color: #F06E21;
  font-weight: bold;
  margin-bottom: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #25597B;
  font-size: 26px;
}

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins {
  font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #25597B;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: #383836;
  font-weight: bold;
}

.woocommerce ul.products li.product .price {
  font-weight: bold;
  font-size: 16px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce div.product div.images .flex-viewport {
  order: 2;
  flex: 1;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  order: 1;
  width: 72px;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 0;
    flex-direction: row;
    width: 100%;
  }
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
  display: flex;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
    display: block;
  }

}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 15px;
  padding: 10px;
  border: 1.35px solid #EDEDED;
  border-radius: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active) {
  border-color: #4E8FBF;
}

.woocommerce span.onsale {
  background-color: #F06E21;
  border-radius: 0;
  margin-top: 0;
  text-transform: uppercase;
  padding: 7px 5px;
  line-height: normal;
  min-height: auto;
  min-width: 77px;
  margin-left: calc(72px + 42px);
  top: 0;
  border-top-left-radius: 6px;
}

@media screen and (max-width: 767px) {
  .woocommerce span.onsale {
    margin-left: 8px;
  }
}

.woocommerce ul.products li.product .onsale {
  left: 0;
  right: auto;
  margin-top: 0;
}

.rd-faq-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.rd-faq-toggle {
  width: 100%;
  background-color: white;
  text-align: left;
  padding: 25px 50px;
  font-size: 24px;
  color: #383836;
  font-weight: bold;
  border: none;
  border-top: 1px solid #969696;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .rd-faq-toggle {
    padding: 25px;
  }
}

.rd-faq-toggle svg {
  color: #888886;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.rd-faq-toggle.active svg {
  transform: rotate(180deg);
}

.rd-faq-toggle.last {
  border-bottom: 1px solid #969696;
}

.rd-faq-toggle.active {
  background-color: #eaeaea;
}

.rd-faq-toggle:hover, .rd-faq-toggle:focus {
  background-color: #eaeaea;
  color: #383836;
}

.rd-faq-content {
  display: none;
  padding: 16px;
  background: #fff;
}

.rd-faq-content.active {
  display: block;
}

/* END WooCommerce */
