/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
  .wp-block-navigation-submenu
  .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation
  .wp-block-navigation-item
  ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}
/* Two column layout */
.custom-checkout-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.custom-billing {
  flex: 1 1 55%;
}
.custom-order {
  flex: 1 1 40%;
}
.thankyou-extra-details {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-width: 500px;
}

.thankyou-extra-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.thankyou-extra-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thankyou-extra-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

/* Size field styling */
.custom-size-wrapper {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}
.custom-size-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.custom-size-radio input[type="radio"] {
  display: none;
}
.custom-size-radio input[type="radio"]:checked + span {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
}

/* Required field red border */
.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #cc0000 !important;
}
#custom_size_radio {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#custom_size_radio h3,
#custom_shipping_radio h3 {
  display: inline-block !important;
}

.size-option {
  position: relative;
  cursor: pointer;
}

.size-option input[type="radio"] {
  display: none;
}

.size-option span {
  display: inline-block;
  border: 1px solid black;
  border-radius: 10%;
  text-align: center;
  line-height: 36px;
    font-size: 14px !important;
  transition: 0.2s;
	padding: 0 10px !important;
}
div#custom_size_radio label {
    margin: 0 !important;
}
.size-option span:hover {
	transform: scale(1.04);
}

.size-option input[type="radio"]:checked + span {
  background-color: black;
  color: white;
}

.shipping-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #d6d7db;
  padding: 10px;
}

label.shipping_label {
  margin: 0;
  padding: 0;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 400;
}

label.shipping_label span,
.ea-woo-checkout .woocommerce .shipping-option {
  font-size: 20px;
}

.label-inner-continer {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.elementor-element.elementor-element-e6dcf9f #customer_details label {
  font-size: 22px;
  font-weight: 600;
  color: #404040;
}

.ea-woo-checkout .woocommerce .checkout #customer_details.col2-set {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.ea-woo-checkout
  .woocommerce
  label.woocommerce-form__label-for-checkbox.checkbox,
.elementor-element.elementor-element-e6dcf9f
  .ea-woo-checkout
  .woo-checkout-coupon,
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  #customer_details
  .col-1
  .woocommerce-billing-fields
  .woocommerce-form__label-for-checkbox {
  display: none;
}
.col2-set .col-1,
.col2-set .col-2 {
  flex: none;
}
@media (min-width: 768px){
    	.elementor-404 .elementor-element.elementor-element-3e331bb {
        width: auto;
    }
			.ea-woo-checkout .woocommerce .checkout #customer_details.col2-set {
	width:50% !important;
	}
}
@media (min-width: 768px) and (max-width: 1080px) {
  .woocommerce.checkout .woo-checkout-payment .woocommerce-checkout-payment,
  .elementor-404
    .elementor-element.elementor-element-e6dcf9f
    .ea-woo-checkout-order-review {
    position: absolute;
    right: 5%;
    top: 90px;
    width: 50%;
    padding: 0 20px 20px 20px !important;
    background-color: transparent !important;
  }

  .elementor-element.elementor-element-e6dcf9f .woo-checkout-section-title {
    position: absolute;
    top: 0;
    right: 5%;
    width: 50%;
    margin: 20px 0 20px 0 !important;
    padding: 0 0 0 20px !important;
  }
  .woocommerce .woocommerce-checkout {
    display: flex;
    gap: 30px;
    align-items: end;
  }
  .ea-woo-checkout .woocommerce .checkout #customer_details.col2-set .col-1,
  .ea-woo-checkout .woocommerce .checkout #customer_details.col2-set .col-2 {
    width: 100% !important;
  }
}
@media (min-width: 1080px) {
  .woocommerce .woocommerce-checkout {
    display: flex;
    gap: 30px;
    align-items: end;
  }
  .ea-woo-checkout .woocommerce .checkout #customer_details.col2-set .col-1,
  .ea-woo-checkout .woocommerce .checkout #customer_details.col2-set .col-2 {
    width: 100% !important;
  }
  .woo-checkout-payment {
    height: fit-content;
    /* width: 60%; */
    background-color: transparent !important;
    color: #000;
    padding: 0;
  }
  .eael-woo-checkout
    .elementor-404
    .elementor-element.elementor-element-e6dcf9f
    .woo-checkout-payment {
    padding: 0;
  }
  .woocommerce.checkout .woo-checkout-payment .woocommerce-checkout-payment,
  .elementor-404
    .elementor-element.elementor-element-e6dcf9f
    .ea-woo-checkout-order-review {
    position: absolute;
    right: 2%;
    top: 90px;
    width: 50%;
    padding: 0 20px 20px 60px !important;
    background-color: transparent !important;
  }

  .elementor-element.elementor-element-e6dcf9f .woo-checkout-section-title {
    position: absolute;
    top: 0;
    right: 2%;
    width: 50%;
    margin: 20px 0 20px 0 !important;
    padding: 0 0 0 60px !important;
  }
}

.woo-checkout-payment {
  background-color: transparent !important;
  color: #000;
}
.eael-woo-checkout
  .woocommerce
  .woo-checkout-payment
  #payment
  .place-order
  #place_order {
  width: 100% !important;
  background-color: #f16334;
}

.woocommerce.checkout .woo-checkout-payment .woocommerce-checkout-payment,
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  .ea-woo-checkout-order-review {
  background-color: transparent !important;
}

.elementor-404 .elementor-element.elementor-element-e6dcf9f #payment {
  background-color: transparent !important;
}
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p {
  color: black;
}
.eael-woo-checkout
  .woocommerce
  .woo-checkout-payment
  #payment
  .place-order
  a.woocommerce-privacy-policy-link {
  color: #f16334 !important;
}
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  .ea-woo-checkout
  .woocommerce
  .ea-woo-checkout-order-review
  .ea-order-review-table
  li.table-row,
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  .ea-woo-checkout
  .woocommerce
  .ea-woo-checkout-order-review
  .ea-order-review-table
  li.table-header {
  width: 100% !important;
  border-bottom: 1px dashed rgba(133, 133, 133, 0.76);
  color: #575048;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ea-woo-checkout-order-review .ea-order-review-table-footer .back-to-shop {
  display: none;
}
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  .ea-woo-checkout
  .woocommerce
  .ea-woo-checkout-order-review
  .ea-order-review-table-footer
  .footer-content {
  width: 100% !important;
  padding: 20px 0 10px 0;
  border-bottom: 1px dashed rgba(133, 133, 133, 0.76);
}
.payment_box.payment_method_cod {
  display: none;
}
.eael-woo-checkout
  .woocommerce
  .woo-checkout-payment
  #payment
  .payment_methods
  .payment_box
  p:first-child {
  display: none;
}
.payment_box.payment_method_cod::after {
  content: "পণ্য হাতে পেয়ে ডেলিভারি ম্যানকে পেমেন্ট করতে পারবেন।";
  font-size: 18px;
  font-weight: 400;
}
.elementor-404
  .elementor-element.elementor-element-e6dcf9f
  #customer_details
  label {
  color: #404040 !important;
}
.eael-woo-checkout
  .woocommerce
  .woo-checkout-payment
  #payment
  .payment_methods
  li:not(.woocommerce-notice)
  label {
  display: none;
}
li.wc_payment_method.payment_method_cod:before {
  content: "ক্যাশ অন ডেলিভারি" !important;
  font-size: 22px;
  font-weight: 600;
  color: #404040 !important;
}
li.wc_payment_method.payment_method_cod {
  padding: 25px 20px !important;
  background-color: #f7f7f7 !important;
}
.wc-block-components-notice-banner.is-success {
    display: none !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    position: absolute !important;
    top: 0 !important;
}
.woocommerce-billing-fields {
    width: 100% !important;
}
.elementor-element.elementor-element-e6dcf9f.elementor-widget.elementor-widget-eael-woo-checkout {
    width: 100% !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center !important;
}
.woocommerce-order {
    width: 70% !important;
    margin: 0 auto;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: center;
    background-color: #f1f1f1 !important;
    padding: 40px 0px 10px 30px !important;
}
section.woocommerce-order-details {
    padding: 20px 50px !important;
    background: #f1f1f1 !important;
}
.woocommerce-page ul.woocommerce-order-overview li {
	    border-right: 1px dashed #cccccc !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 100% !important;
}
table.woocommerce-table.shop_table.order_details.has-background.awcfe-order-extra-details {
    display: none;
}
.thankyou-extra-details {
    display: none;
}
section.woocommerce-customer-details {
    display: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: none;
}
.woocommerce-page ul.woocommerce-order-overview li:last-child {
    border: none !important;
}

@media (max-width: 550px) {
	.woocommerce-order {
    width: 100% !important;
}
}

