/* 
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 */
.woocommerce form #order_comments_field.form-row .optional {
  display: none;
}

.woocommerce-booking-wrap .woocommerce-booking-table {
  vertical-align: middle;
  margin-bottom: 0;
}
.woocommerce-booking-wrap .woocommerce-booking-table h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.powered-by-bookly {
  display: none !important;
}

.title-hide {
  display: none;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 16px 30px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-cart-form table.shop_table thead th.product-remove {
  padding: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table thead,
.woocommerce .woocommerce-cart-form table.shop_table td,
.woocommerce .woocommerce-cart-form table.shop_table th {
  border: 0 !important;
  background-color: transparent !important;
}
.woocommerce .woocommerce-cart-form table.shop_table th {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0 20px 8px 0;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #d5d8dc !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove {
  padding: 20px 7px 20px 0px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-remove .remove {
  font-size: 1.5em;
  color: #000 !important;
  width: auto;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail {
  min-width: 75px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-thumbnail img {
  display: block;
  width: 55px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name {
  min-width: 110px;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
  color: #5bc0de;
}
.woocommerce .woocommerce-cart-form table.shop_table .product-quantity input {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  padding: 1px 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions {
  text-align: left !important;
  padding: 16px 0 0;
  border-bottom: 0 !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions button {
  color: #000;
  font-weight: 400;
  padding: 14px 39px;
  background: transparent;
  border: 2px solid #a1a1a1;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions button:disabled {
  color: #69727d;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions button:disabled:hover {
  color: #69727d !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.actions button:hover {
  border-color: #000;
  background: transparent;
}
.woocommerce .woocommerce-cart-form .coupon {
  background: #fff;
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-form .coupon input {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  width: calc(66.666% - 30px);
  margin-right: 30px;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .coupon input {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce .woocommerce-cart-form .coupon button {
  color: #000;
  font-weight: 400;
  width: 33.333%;
  padding: 14px 39px;
  background: transparent;
  border: 2px solid #a1a1a1;
  border-radius: 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .coupon button {
    width: auto;
    margin-top: 15px;
  }
}
.woocommerce .woocommerce-cart-form .coupon button:hover {
  border-color: #000;
}

.woocommerce-checkout-review-order-table {
  color: #69727d;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
  border: 0 !important;
  text-align: left;
  background-color: transparent !important;
  padding: 15px 40px 15px 0;
}
.woocommerce-checkout-review-order-table td.product-name {
  color: #000;
  font-weight: 400;
}

.checkout.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.checkout.woocommerce-checkout > .form-checkout-col-1 {
  width: calc(56% - 15px);
}
@media (max-width: 1279px) {
  .checkout.woocommerce-checkout > .form-checkout-col-1 {
    width: 100%;
  }
}
.checkout.woocommerce-checkout > .form-checkout-col-1 .shipping_address,
.checkout.woocommerce-checkout > .form-checkout-col-1 .woocommerce-billing-fields {
  padding: 16px 30px 25px 30px;
  background: #fff;
}
.checkout.woocommerce-checkout > .form-checkout-col-2 {
  width: calc(44% - 15px);
}
@media (max-width: 1279px) {
  .checkout.woocommerce-checkout > .form-checkout-col-2 {
    width: 100%;
  }
}
.checkout.woocommerce-checkout h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  margin-bottom: 31px;
}
.checkout.woocommerce-checkout label {
  color: #000;
}
.checkout.woocommerce-checkout textarea.input-text,
.checkout.woocommerce-checkout input:not([type=button]):not([type=submit]) {
  color: #69727d;
  background-color: #f9fafa;
  padding: 14px 15px;
  border: 0;
}
.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.checkout.woocommerce-checkout #ship-to-different-address {
  padding: 40px 0 0px 30px;
}
.checkout.woocommerce-checkout .woocommerce-additional-fields {
  padding: 16px 30px 25px 30px;
  background: #fff;
}

.woocommerce-checkout #payment {
  padding: 16px 30px;
  background: #fff;
  border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
  color: #69727d;
  background-color: #f9fafa;
}
.woocommerce-checkout #payment .payment_box::before {
  display: none !important;
}
.woocommerce-checkout #payment .place-order button {
  font-size: 14px;
  font-weight: 400;
  color: #0a0806;
  padding: 14px;
  width: 100%;
  background-color: #A1A1A1;
}
.woocommerce-checkout #payment .place-order button:hover {
  color: #a1a1a1;
  background-color: #0A0806;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 21px;
}
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.woocommerce-form-coupon-toggle {
  display: none;
}
/*# sourceMappingURL=style.css.map */