.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: currentColor !important;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .checkout-button, .woocommerce button.button, .woocommerce-message a.button, .woocommerce a.button {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  padding: 12px 24px;
}

.woocommerce .woocommerce-Address-title .edit {
	color: currentColor;
}

.woocommerce .show-password-input, .woocommerce .woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

/*.ast-article-single {
  display: flex;
  flex-direction: column;
}
.ast-article-single .summary.entry-summary {
  order: 2;
  text-align: right;
}*/
.ast-article-single form.cart {
  display: inline-block;
}

#order_review .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px;
  align-items: start;
}

#order_review .woocommerce-input-wrapper lable {
  line-height: 1.2 !important;
}

#payment .woocommerce-input-wrapper .input-radio {
  margin-top: 8px !important;
}

#payment #custom_shipping_field .required_field {
  display: none;
}

#payment #custom_shipping_field .woocommerce-input-wrapper {
  margin-bottom: 24px;
}
#payment h3 {
  font-size: 1.2rem;
}

.woocommerce-NoticeGroup a:hover {
  color: currentColor;
}

.woocommerce-error a {
	color: currentColor !important;
}

.woocommerce-order .woocommerce-notice {
	background-color: #ffffff;
  display: block;
  padding: 15px 20px;
	font-weight: bold;
}

.woocommerce-form.woocommerce-form-register.register {
	display: flex;
	flex-direction: column;
}

.woocommerce-form.woocommerce-form-register.register p {
	order: 5;
}

.woocommerce-form.woocommerce-form-register.register .form-row {
	order: 2;
}

.woocommerce-form.woocommerce-form-register.register .registration-restriction {
	order: 1;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
	order: 4;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.form-row {
	order: 6;
}

.woocommerce .order-total {
	display: none;
}

.woocommerce .woocommerce-checkout-review-order .input-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  width: 20px;
  height: 20px;
  border: 2px solid #888;
  border-radius: 50%;
  background-color: white;
  outline: none;
  position: relative;
  transition: border-color 0.2s ease;
}

.woocommerce .woocommerce-checkout-review-order .input-radio:checked::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.woocommerce .woocommerce-checkout-review-order .input-radio:hover, .woocommerce .woocommerce-checkout-review-order .input-radio:focus, .woocommerce .woocommerce-checkout-review-order .input-radio:checked {
  border-color: #333;
}


.woocommerce .woocommerce-cart-form button[name="update_cart"] {
	display: none !important;
}

.woocommerce-info a {
	color: #efd04e;
}


.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
  border: 1px solid var(--ast-border-color);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.woocommerce h3, .woocommerce-account h3{
  font-size: 1.225rem;
}

.cookie-accept{
  display: none;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  z-index: 9999;
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 25px;
  background-color: #476079;
  border: 1px solid #fff;
  color: #fff;
}
.cookie-accept-text{
  width: 85%;
}
.cookie-accept-text a{
  color: #efd04e;
}
.cookie-accept-btn{
  padding: 10px 20px;
  background-color: #005282;
  border: 2px solid #fff;
  flex-shrink: 0;
  cursor: pointer;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left{
  display: flex;
  gap: 10px;
}
.footer-left a{
  font-size: 12px;
}
.form-accept{
  order: 6;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: baseline;
}

@media (max-width: 1099px){
  .footer-bottom{
    flex-direction: column;
    gap: 20px;
  }
  .footer-left{
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 767px){
  .cookie-accept{
    flex-direction: column;
    text-align: center;
    color: #fff;
  }
  .cookie-accept-text{
    width: 100%;
  }
}

.single-page-template h1.entry-title {
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
}