/* Bootstrap fix */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

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

.woocommerce-Addresses {
  display: block !important;
}

.woocommerce-Address-title > * {
  display: block !important;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
}

.breadcrumb {
  background-color: white;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;


  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 100%;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover {
  background-color: black;
}

.woocommerce .quantity .qty {
  text-align: center;
  position: relative;
  flex: 1 1 auto;
  /* width: 100%; */
  /* width: 3.631em; */
  min-width: 0;
  margin-bottom: 0;
  padding: 0.375rem 0.65rem;
  text-align: center;

  /* display: block; */
  height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.woocommerce div.product span.price {
  font-size: 2rem; 
  font-weight: 700; 
  line-height: 36px; 
  color: #333333;
}

.card-header {
  background-color: #fff;
}

.related {
  max-width: fit-content;
  padding: 0;
}

.related .col-9 {
  border: none;
}

.related h2 {
  margin-bottom: 30px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  /* margin: 0 2.5% 2.992em 0; */
  padding: 0;
  position: relative;
  /* width: 22.5%; */
  margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  /* margin-bottom: 0; */
  padding: 0;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  /* margin: 0 0 0; */
  box-shadow: none;
}

.woocommerce ul.products li.product .price {
  color: #333333;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}

.woocommerce a.button, .woocommerce a.button:hover {
  background-color: var(--yellow);
  color: var(--secondary-color);
  border-radius: 0px;
  font: bold 16px var(--sub-text-font);
}

.woocommerce ul.products li.product a img {
  height: 200px;
  width: 350px;
}

/* Woocommerce cart */
/* .container {
  margin-top: 20px;
} */

.woocommerce table.shop_table {
  border:0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  margin-bottom: 1rem;
  color: #212529;
}

.woocommerce table.shop_table > thead, .woocommerce table.shop_table > tbody > tr:nth-last-child(2) {
  border-bottom: 2px solid #212529;
}

.woocommerce table.shop_table > thead > tr > th {
  text-transform: uppercase;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: 100px;
  width: 150px;
}

.woocommerce td.product-name dl.variation dd {
  margin-top: 5px;
}

.woocommerce .cart .button, .woocommerce .cart .button:hover, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce button.button.alt:hover {
  background-color: #FD9D27;
  border-radius: inherit;
  border-color: #FD9D27;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: initial;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  height: calc(1.5em + 0.75rem + 2px);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #FD9D27);
  color: var(--wvs-selected-item-text-color,#FD9D27);
}

.size2:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  border-width: 2px;
}

.size2 {
  cursor: pointer;
}

.wpforms-confirmation-container-full{
  background-color: white !important;
  border: none !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  color: #fff !important;
  font-size: 1em;
  padding: 5px 10px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#order_review_heading {
  margin-top: 20px;
}

.woocommerce h3 {
  color: var(--grey) !important;
  font-family: var(--main-text-font) !important;
}

/* Hide Update Cart button on the Cart page */
button[name='update_cart'] {
  display: none !important;
}

.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: right;
}

.woocommerce-thankyou-order-received {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2rem;
  color: green;
}