/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.single_add_to_cart_button.button.alt {
    margin-right: 23px;
}


.qib-button-wrapper button.qib-button {
    line-height: 31px !important;
    background: white !important;
    border: none !important;
    margin-right: 0 !important;
}

.minus.qib-button, .plus.qib-button 
.my-price-lable .single_add_to_cart_button.button.alt {
    margin-right: 23px !important;
    background: white !important;
    border: none;
}

/* .custom-card .coupon-col-start {
    padding-top: 2px !important;
}

 .coupon-col-end .button.e-apply-coupon {
    padding: 10px;
    background-color: #809671;
    color: white;
    font-family: "sahel",sans-serif;
    border-radius: 5px;
}

.qib-button-wrapper.qib-button-wrapper-326 {
    border: 1px solid black;
  border-radius: 3px;
}

.e-con-inner {
  border: 2px solid #d5d8dc;
  border-radius: 10px;
}

.e-shop-table.e-cart-section {
    border: none;
}

.coupon.e-cart-section.shop_table {
  border: none;
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #d5d8dc;
  border-radius: 0;
  padding-top: 38px;
}

.e-cart-totals.e-cart-section {
    border: none;
    width: 80%;
  margin: 0 auto !important;
   border-top: 2px solid #d5d8dc;
  border-radius: 0;
  padding-top: 38px;
  
} */


.coupon-col-start {
  padding-top: 2px !important;
}

.custom-cart .button.e-apply-coupon {
  padding: 10px !important;
  background-color: #809671 !important;
  color: white !important;
  font-family: "sahel",sans-serif !important;
  border-radius: 5px !important;
  border: none !important;
}

.product-name a {
  color: black !important;
}

.wc-proceed-to-checkout a {
  color: white !important;
}

.product-quantity .qib-button-wrapper.qib-button-wrapper-0 {
  border: 1px solid black;
  border-radius: 4px;
}

.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
  margin-top: 8% !important;
}

@media (min-width: 770px) {
.product-quantity {
  text-align: center !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.product-quantity .qib-button-wrapper.qib-button-wrapper-0 {
  border: 1px solid black;
  border-radius: 4px;
}

.minus.qib-button .quantity.wqpmb_quantity {
  padding: 6px !important;
}
}

@media only screen and (max-width: 600px) {
  body .qib-button-wrapper {
    display: flex !important;
    float: left !important;
    margin-right: 0 !important;
  }
}




.elementor-button.elementor-button-link.elementor-size-sm {
  background-color: #809671;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 12px 24px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* .coupon.e-cart-section.shop_table {
  border: none;
  width: 60%;
}


.e-shop-table.e-cart-section {
  border: none;
} */


.wc-block-components-form.wc-block-checkout__form #contact-fields {
  border: 1px solid #e0e0e2 !important;
  padding: 76px !important;
  border-radius: 12px !important;
}

.wc-block-components-form.wc-block-checkout__form.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block.wc-block-components-checkout-step {
   border: 1px solid #e0e0e2 !important;
  padding: 76px !important;
  border-radius: 12px !important;
}

.wc-block-checkout__billing-fields.wp-block-woocommerce-checkout-billing-address-block.wc-block-components-checkout-step {
    border: 1px solid #e0e0e2 !important;
  padding: 76px !important;
  border-radius: 12px !important;
}


.wc-block-checkout__payment-method.wp-block-woocommerce-checkout-payment-block.wc-block-components-checkout-step {
    border: 1px solid #e0e0e2 !important;
  padding: 76px !important;
  border-radius: 12px !important;
}

.wc-block-checkout__actions_row.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained  {

  border: 1px solid #809671 !important;

  color: #809671 !important;
 
}

.wc-block-components-checkout-return-to-cart-button {
  border: 1px solid black;
  padding: 16px;
    padding-right: 16px;
  padding-right: 30px;
  border-radius: 5px;
  width: 40%;
}

h1 {
  font-family: 'sahel';
}

.woocommerce .argmc-wrapper.wrapper-no-bkg.tabs-default.coupon-step {
  margin-top: 10rem !important;
}

#woocommerce-checkout-form-coupon {
  border: 2px dashed #cfc8d8;
  padding: 40px;
  margin: 2em 0;
  text-align: right;
  border-radius: 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}


* {
  font-family: 'sahel',sans-serif;
}


#woocommerce-checkout-form-coupon .form-row.form-row-last .button {
  border: 2px solid #809671;
  color: #809671;
  background-color: white !important;
}

#woocommerce-checkout-form-coupon .form-row.form-row-last .button:hover {
  background-color:  #809671 !important;
  color: white;

}


.argmc-nav .argmc-nav-buttons #argmc-next,#argmc-prev {
  background-color:  #809671 !important;
  color: white;
}

.checkout.woocommerce-checkout.argmc-form #customer_details .argmc-form-steps.argmc-form-step-2.argmc-billing-shipping-step.current {
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 16px;
  border: 2px dashed #cfc8d8;
}

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button.wc-forward.button {
  background: #809671 !important;
}

.eael-account-profile-details .info {
  color: white !important;
}

/* .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a:not(:active) {
  color: black !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a:active {
  color: white !important;
} */


.eael-account-dashboard-navbar .woocommerce-MyAccount-navigation {
  border: none !important;
}

.woocommerce-Button.button {
  background: #809671 !important;
}


.woocommerce-Address-title.title h2 {
  font-size: 1rem !important;
  font-family: 'sahel' !important;
  margin-block-end: .5rem !important;
 
}

.elementor-268 .elementor-element.elementor-element-609e2e4 .eael-account-dashboard-wrapper.preset-3 .eael-account-dashboard-navbar .woocommerce-MyAccount-navigation ul li a::before {
  color: black !important;
}

.elementor-268 .elementor-element.elementor-element-609e2e4 .eael-account-dashboard-wrapper.preset-3 .eael-account-dashboard-navbar .woocommerce-MyAccount-navigation ul li a:active:before {
  color: white !important;
}

.eael-account-dashboard-wrapper.preset-3 .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-Address-title a:hover::before {
  color: #809671 !important;
}

.eael-account-dashboard-wrapper.preset-3 .eael-account-dashboard-content .woocommerce-MyAccount-content .woocommerce-Address-title a:hover {
  color: #809671 !important;
}

.lr-form-header.header-left .form-logo {
  display: flex !important;
  justify-content: center !important;
}

#eael-register-form label {
  float: right !important;
}

.lr-form-wrapper .lr-form-header.header-block .form-logo {
  display: flex !important;
  justify-content: center !important;
}

.eael-lr-form-group.eael-user-login label {
  float: right !important;
  margin-top: 1rem !important;
}

.eael-lr-form-group.eael-user-password .eael-field-label {
     float: right !important;
}

.eael-lr-password-wrapper #wp-hide-pw {
  top: 19% !important;
  right: 83% !important;
}

  .eael-lr-form-wrapper input[type="checkbox"]:checked {
    background-color: #809671 !important;
    border-color: #809671 !important ;
  }

   .eael-lr-form-wrapper input[type="checkbox"]:hover:not(:checked):not(:disabled) {
    border-color: #809671 !important;
  }



  #eael-login-form-wrapper .eael-login-form-wrapper.eael-lr-form-wrapper.style-2 {
    border-radius: 20px !important;
  }

  .eael-lr-form-group.eael-user-login #eael-user-login {
    border-radius: 9px !important;
  }

  .eael-lr-form-group.eael-user-password #eael-user-password {
    border-radius: 9px !important;
  }

  .eael-lr-form-loader-wrapper #eael-login-submit {
    border-radius: 9px !important;
  }

  #eael-advance-tabs-01297f6 .eael-tabs-nav .eael-tab-inline-icon {
    gap: 1rem !important;
  }

  .eael-tab-inline-icon .eael-tab-item-trigger.eael-tab-nav-item.inactive {
    border-radius: 11px !important;
  }

    .eael-tab-inline-icon .eael-tab-item-trigger.eael-tab-nav-item.active {
    border-radius: 11px !important;
  }

  #eael-register-form-wrapper .eael-register-form-wrapper.eael-lr-form-wrapper.style-2 {
     border-radius: 20px !important;
  }

  #eael-register-form input {
    border-radius: 9px !important;
  }

  .eael-account-dashboard-body .eael-account-dashboard-container {
    border-radius: 0 !important;
  }

  .eael-account-dashboard-body .eael-account-dashboard-container {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
  }

  .eael-account-dashboard-container .eael-account-dashboard-navbar {
    padding: 0em 0em 33em 0em !important;
  }

 .eael-account-dashboard-container .eael-account-dashboard-navbar {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
 }

 .eael-account-dashboard-navbar .eael-account-profile {
  padding-right: 20px !important;
 }

 .eael-account-dashboard-container .eael-account-dashboard-content {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
 }

 /* .cart .qib-button-wrapper.qib-button-wrapper-320 {
  border: 2px solid black !important;
  border-radius: 6px !important;
 } */

 /* .qib-button-wrapper.qib-button-wrapper-320 .single_add_to_cart_button.button.alt {
  background-color: #809671 !important;
  border-radius: 6px !important;
 } */

 .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .qib-button-wrapper.qib-button-wrapper-326 {
  border: 2px solid black !important;
  border-radius: 6px !important;
 }



/* ostadno.com */
.woocommerce-form-coupon {
    display: inline-flex !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
