.product-section {
  padding-bottom: 100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.wc_payment_method img {
	margin-left: 5px;
}

.payment_method_stripe_cc label {
	display: flex;
	flex-wrap: wrap;
}



.product-categories .yay-currency-custom-select .yay-currency-custom-options,
.product-categories .yay-currency-custom-select.open .yay-currency-custom-options,
.product-categories .yay-currency-custom-select,
.product-categories .yay-currency-custom-option
.product-categories .yay-currency-custom-options,
.product-categories .yay-currency-custom-select__trigger.medium,
.product-categories .yay-currency-custom-select-wrapper,
.woocommerce-checkout .yay-currency-custom-select .yay-currency-custom-options,
.woocommerce-checkout .yay-currency-custom-select.open .yay-currency-custom-options,
.woocommerce-checkout .yay-currency-custom-select,
.woocommerce-checkout .yay-currency-custom-option
.woocommerce-checkout .yay-currency-custom-options,
.woocommerce-checkout .yay-currency-custom-select__trigger.medium,
.woocommerce-checkout .yay-currency-custom-select-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.product-categories .yay-currency-single-page-switcher {
	margin-top: 12px;
}

 #preloader,
 .preloader-bg {
	display: none !important;
}

.woocommerce-order-details,
.woocommerce-order-downloads {
	margin-bottom: 50px;
}

.single.single-product .site-main {
	padding-bottom: 50px;
}

button:focus {
	outline: none !important;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 70%;
}

.product-categories {
  width: 30%;
  padding-right: 30px;
}

.product-categories-box {
  background-color: #ffff;
  padding: 30px;
}

.product-item-box {
  width: calc(33.33% - 24px / 1.5);
  /* background-color: #fff;

  border-bottom: 3px solid #aa8453; */
  a {
    display: inline-block;
    width: 100%;
  }
  img {
    width: 100%;
  }
}

.product {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
}

.product .attachment-woocommerce_thumbnail {
  display: block;
  margin-bottom: 16px;
}

.woocommerce .woocommerce-MyAccount-content button.button,
.single_add_to_cart_button,
.add_to_cart_button {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: #ab8a62;
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
	background: #000;
}

.woocommerce-cart .product-quantity {
	display: none;
}

.woocommerce-address-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.6 !important;
  border: 1px solid #ececec;
  margin-bottom: -1px;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover {
  background-color: #000;
}

/* .product .add_to_cart_button {
  max-width: calc(100% - 24px);
  margin: 0 auto;
} */

.add_to_cart_button:hover {
  color: #fff;
}

.add_to_cart_button:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #222;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.add_to_cart_button span {
  position: relative;
  z-index: 2;
}

.add_to_cart_button:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.woocommerce-loop-product__title {
  font-size: 20px;
  margin-bottom: 12px;
}

.price {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.category-list-item {
  margin-bottom: 12px;
}

.category-list-item a {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-family: "Barlow Condensed", sans-serif;
}

.category-list-item a:hover {
  color: #ab8a62;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
}

.wc-product-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wc-product-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 0 12px; */
}

.shop-loop-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
  gap: 24px;
  align-items: center;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.shop-loop-header select {
  height: auto;
  padding: 10px 12px;
  width: 241px;
  border: 1px solid #808080;
  border-radius: 0;
  color: #808080;
  font-size: 16px;
  background-color: transparent;
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering::after {
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  content: "";
  display: block;
  height: 9px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 9px;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

.container-large {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0px 15px;
}

p.woocommerce-result-count {
  margin-bottom: 0;
  font-size: 18px;
  color: #808080;
}

.single-product .progress-wrap {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .product-categories {
    width: 100%;
    padding: 0;
  }
  .product-section {
    gap: 30px;
  }

  .product-wrapper {
    width: 100%;
  }

  .shop-loop-header {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.logged-in .nav-scroll {
    top: -100px !important;
}

@media only screen and (max-width: 767px) {
  .product-item-box {
    width: calc(50% - 24px / 2);
  }

  .logged-in nav.navbar {
    top: 20px !important;
  }
  .logged-in nav.navbar.nav-scroll {
    top: -52px !important;
  }
}

@media only screen and (max-width: 575px) {
  .product-item-box {
    width: 100%;
  }
}

.single-product-wrapper,
.related.products {
  max-width: 1370px;
  margin: 0 auto;
  padding: 80px 15px;
  width: 100%;
}

.related .products.columns-4 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.related.products .product {
  width: calc(25% - 24px / 1.33);
  height: auto;
}

.single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
}

.custom-summary-wrapper {
  width: calc(50% - 48px / 2);
}

.custom-gallery-wrapper {
  width: calc(40% - 48px / 2);
}

.custom-gallery-wrapper img {
  width: 100%;
  height: auto;
}

.custom-gallery-wrapper a {
  display: block;
}

.woocommerce-tabs {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

.tabs.wc-tabs {
  display: none;
}

.single-product-wrapper div.woocommerce-product-details__short-description {
  width: 100%;
  float: none;
}

.single-product-wrapper .cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
  gap: 12px;
  margin-bottom: 30px;
}

.quantity input {
  height: 52px;
  padding: 8px 12px;
  outline: none;
}

.buy-now-button {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.buy-now-button:hover {
	background: #fff;
	color: #000;
}

/* Wrapper styling */
.qty {
  width: 80px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ddd;
}

/* Increment / Decrement buttons */
.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
  opacity: 1;
  height: 44px;
  cursor: pointer;
}

.product_meta .posted_in {
  margin-bottom: 8px;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  left: 10px;
  top: 10px;
  margin-top: 10px;
}

.flex-control-nav.flex-control-thumbs li {
  width: calc(20% - 12px / 1.25);
  padding: 0;
}

.custom-gallery-wrapper {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  padding: 0 !important;
}

.woocommerce-Tabs-panel {
  background-color: #fff;
  padding: 30px;
}

nav.navbar .container {
  max-width: 1370px;
}

@media only screen and (max-width: 991px) {
  .custom-summary-wrapper {
    width: calc(50% - 48px / 2);
  }

  .custom-gallery-wrapper {
    width: calc(50% - 48px / 2);
  }
  .related.products .product {
    width: calc(33.333% - 24px / 1.5);
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .custom-summary-wrapper {
    width: 100%;
  }

  .custom-gallery-wrapper {
    width: 100%;
  }
  .single-product-wrapper {
    gap: 0;
  }

  .flex-control-nav.flex-control-thumbs {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .flex-control-nav.flex-control-thumbs li {
    width: 80px;
  }

  .related.products .product {
    width: calc(50% - 24px / 2);
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .related.products .product {
    width: 100%;
  }
}

.added_to_cart {
  position: absolute;
  z-index: 99;
  bottom: 12px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 13px 22px;
  text-align: center;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 3px;
  font-size: 15px;
  z-index: 9;
  line-height: 1.617;
}

.added_to_cart:hover {
  color: #fff;
}

.woocommerce-account .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1340px;
  padding: 80px 15px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce > h2 {
  width: 100%;
}

.woocommerce-cart-form {
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.wc-proceed-to-checkout a {
  padding: 13px 20px !important;
  width: auto !important;
}

.product-quantity .quantity input {
  color: #000;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: transparent;
}

.woocommerce-notices-wrapper {
  margin: 0 auto;
  max-width: 1370px;
  width: 100%;
}

.woocommerce-error {
  background-color: #e2401c;
  color: #fff;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 15px;
  margin-top: 30px !important;
  margin-bottom: 0;
  max-width: 100%;
  line-height: 1;
}

.woocommerce-message {
  border-left: 4px solid #00b819;
	background-color: #ebcaa1;
    color: #000;
}

.shop_table {
  width: 100%;
}

td.product-thumbnail img {
  max-height: 100px;
}

.product-name,
.product-price,
tbody td.product-subtotal {
  font-weight: 600;
}

thead .product-subtotal {
  font-size: 15px !important;
}

.shop_table thead tr {
  background-color: #ab8a62;
  color: #fff;
}

.product-remove {
  text-align: center;
}

.woocommerce-cart-form table tbody tr td button.button {
  padding: 10px 20px !important;
  font-size: 16px !important;
  border-radius: 0px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  background: #aa8453 !important;
}

.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
  opacity: 1;
  height: 44px;
  cursor: pointer;
  color: #222;
}

.product-subtotal {
  text-align: right;
  font-weight: 600;
  font-size: 24px;
}

.cart_totals {
  padding: 30px;
  background-color: #fff;
  margin-top: 40px;
}

.wc-proceed-to-checkout {
  margin-top: 24px;
}

.wc-proceed-to-checkout a,
.wc-proceed-to-checkout a:hover {
  color: #fff;
}

.cart-collaterals .cart-subtotal th,
.cart-collaterals .order-total th {
  font-weight: 600 !important;
}

.cart-collaterals .order-total td {
  font-size: 18px;
}

.cart-collaterals {
  margin-bottom: 0;
}


.loop-product-buttons {
	display: flex;
	gap: 8px;
}
.loop-product-buttons a {
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
	flex: 1;
}

.button.buy-now-button.small-button {
	width: fit-content;
	flex: none;
}

.checkout_coupon,
.coupon {
	display: flex;
	align-items: center;
	background: #aa84534a;
	padding: 20px;
	margin-bottom: 10px;
	flex: 1;
	max-width: 500px;
}

.coupon {
	max-width: 500px;
}

.checkout_coupon .button {
	    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    background: #aa8453 !important;
	white-space: nowrap;
}

.checkout_coupon {
	align-items: flex-start;
}

.woocommerce-form-coupon .form-row.form-row-first {
	flex: 1;
}

.checkout_coupon {
	margin-bottom: 25px;
}

#coupon_code {
	margin-bottom: 0;
	background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
	max-width: 400px;
	height: 48px;
}

.coupon button.button {
	white-space: nowrap;
}



@media only screen and (max-width: 767px) {
  .shop_table thead {
    display: none;
  }
	
	.coupon {
		max-width: 100%;
	}

  table.cart .cart_item {
    padding-left: 140px;
    position: relative;
    display: block;
  }

  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    border: none !important;
  }

  table.cart tr td:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px 0;
    text-align: right;
  }
	
	.loop-product-buttons a {
 
    font-size: 15px;
	
}

  table.cart td.product-name {
    width: 100%;
  }
  table.shop_table_responsive tr td {
    display: block;
    clear: both;
  }
  .product-remove {
    text-align: right;
  }

  td.product-thumbnail img {
    max-height: max-content;
    max-width: 120px;
  }
  table.cart tbody td {
    text-align: right;
  }

  .wc-proceed-to-checkout {
    text-align: right;
  }
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

#customer_details {
  width: 60%;
}

#customer_details .col-1,
#customer_details .col-2 {
  width: 100%;
  max-width: 100%;
  flex: 1;
  padding: 0;
  margin: 0;
}

#order_review_heading {
  display: none;
}

#order-sticky-box-parent {
  width: calc(40% - 30px);
}

#order-sticky-box {
  background-color: #fff;
  padding: 30px;
}

.woocommerce-checkout p.form-row {
  margin: 0;
}

#order-sticky-box .form-row {
  margin: 0;
}
#payment {
  margin-top: 12px;
  padding-top: 1px;
}

.wc_payment_methods {
  margin: 0;
  padding: 10px;
  background-color: #fff;
  margin: 10px;
}

.woocommerce-checkout .woocommerce-error {
  flex-direction: column;
  gap: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
}

.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
  width: calc(50% - 20px / 2);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  width: 100%;
  padding: 9px 49px 9px 20px !important;
  line-height: 27px !important;
}

.woocommerce-input-wrapper {
  display: flex;
  align-items: flex-end;
}

textarea#order_comments {
  background: #fff;
  padding: 12px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.order-total td strong span {
  font-weight: 600;
}

p#billing_postcode_field,
p#billing_phone_field {
  margin-right: 0;
  width: calc(50% - 20px / 2);
}

.select2-search--dropdown {
  display: none !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.selection {
  width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: block !important;
  top: 8px !important;
  z-index: 9;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  width: 280px !important;
}

.hero-shop-banner {
  background-color: #554530;
  min-height: auto !important;
}

.hero-shop-banner .banner-header {
  min-height: auto !important;
  padding: 60px 0px;
  text-align: center;
}

.woocommerce {
}

.woocommerce-info {
  background-color: #aa8453;
  color: #fff;
}

.woocommerce-MyAccount-content,
.woocommerce-form-login.login {
  background-color: #fff;
  padding: 30px;
}

.woocommerce-form-login.login {
  width: 100%;
}

.woocommerce-account .form-row {
  flex-direction: column;
  margin: 0;
}

.woocommerce-MyAccount-content .button.wc-forward {
  padding: 15px 18px;
  border: 1px solid #fff;
}

.woocommerce-form-login.login .form-row.form-row-last {
  flex-direction: column;
}

.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.u-column1.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-navigation {
  width: 200px;
}

.woocommerce-MyAccount-content {
  flex: 1;
}

.woocommerce-MyAccount-content .woocommerce-info {
  margin-top: 0 !important;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="tel"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="file"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content textarea {
  max-width: 100%;
  padding: 10px 12px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: 1px solid #ececec;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
  margin-bottom: 0;
}

.woocommerce-account .edit-account p.form-row-wide span {
  margin: 0;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
  flex-direction: column;
  margin: 0;
}

.woocommerce-address-fields__field-wrapper .form-row {
  margin: 0;
}

.u-column1.woocommerce-Address {
  padding: 0;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce-Address-title a {
  text-decoration: underline;
}

.navbar .footer-about-social-list__li span,
.navbar .wc-block-mini-cart__button .wc-block-mini-cart__icon {
  color: #fff;
}

.navbar.nav-scroll .footer-about-social-list__li span,
.navbar.nav-scroll .wc-block-mini-cart__button .wc-block-mini-cart__icon {
  color: #000;
}

span:where(.wc-block-mini-cart__badge) {
  background-color: #aa8453 !important;
}

.wc-block-mini-cart__button,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .top-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #order-sticky-box-parent,
  #customer_details {
    width: 100%;
  }

  .woocommerce-MyAccount-navigation ul li,
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .hero-shop-banner .banner-header {
    min-height: auto !important;
    padding: 50px 0px !important;
    text-align: center;
  }

  .hero-shop-banner .banner-header h1 {
    font-size: 38px;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    flex: 1;
    width: 100%;
  }
}

.woocommerce-order {
  padding: 30px;
  background-color: #fff;
}

.woocommerce-column__title {
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-billing-fields__field-wrapper .form-row,
  p#billing_postcode_field,
  p#billing_phone_field {
    width: 100%;
  }
	
	#coupon_code {
		margin: 0;
	}
	
	.coupon button.button {
		width: 100%;
	}
	
	.coupon {
		flex-direction: column;
		gap: 10px;
	}

  .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
	#order-sticky-box {
    background-color: #fff;
    padding: 12px;
}
}
