/*
 Theme Name:   Nimai-Theme
 Theme URI:    https://zodinet.com
 Description:  Nimai
 Author:       Tien Pham
 Author URI:   https://zodinet.com
 Template:     hello-elementor
 Version:      1.0.0
*/
body {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.woocommerce-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-address-form .wc-block-components-text-input input,
.woocommerce-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-address-form .wc-blocks-components-select__container,
.woocommerce-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wp-block-woocommerce-checkout-shipping-address-block .wc-block-components-address-card,
.woocommerce-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-page .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 2px solid #d1d5da;
  box-shadow: none;
  border-radius: 6px;
}

body .alignwide {
    margin-inline: 0px !important;
}

@media screen and (max-width: 768px) {
    body .alignwide {
        margin-inline: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    body .alignwide {
        margin-inline: 0px !important;
    }
}
/*# sourceMappingURL=style.css.map */
.store-locator-title .elementor-heading-title{
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}

.maps-short-code-container .store-address-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: center;
  gap: 5px;
}
.maps-short-code-container .store-address-item .store-icon {
  width: 12px;
  height: 12px;
}
.maps-short-code-container .store-address-item .store-item-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
