/*
Theme Name:     Twenty Twenty-Four Child
Theme URI:      http://example.com/twenty-twenty-four-child/
Description:    Twenty Twenty-Four Child Theme
Author:         Irwan Ibrahim
Author URI:     http://example.com
Template:       twentytwentyfour
Version:        1.0.0
*/

/* Importing parent theme styles */
@import url("../twentytwentyfour/style.css");

.alignwide.wp-block-post-title {
    text-align: center;
}


/*checkout*/
.cart_totals h2{
    font-size:30px !important;
    font-weight: bold;
    text-align:center;
}
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width: none;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding:0 !important;
}
.checkout-button.button.alt.wc-forward.wp-element-button {
    margin-bottom:0;
}

.woocommerce-page table.shop_table {
    width: 100% !important;
    background-color: #fff;
}

p.return-to-shop > a.button.wc-backward.wp-element-button{
    display:block;
    text-align: center;
}

.woocommerce-product-details__short-description {
    display:none;
}

.responsive-map-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%; /* This ensures it doesn't exceed the content width */
  margin: 0 auto; /* Center-aligns the map */
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton input[type="radio"] {
    width: auto !important;
    height: auto  !important;
    opacity: 1  !important;
    position: absolute;
    top: 4px !important;
    left: 2px !important;
    cursor: pointer;
}

.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton:before {
    content: none !important;
}

#wapo-total-price-table table {
    width: auto;
    font-size: 1em !important;
    line-height: normal !important;
}

.related.products{
    display: none;
}

.woocommerce.product {
	margin-top: 0 !important;
}