/*

  Mixin: for-size
  Description: This mixin is used for the responsive breakpoint.
	Usage: @include for-size(phone-only){  }

	Accepted variables:
	phone-only: max-width: 767px
	tablet-only: max-width: 1024px && min-width: 768px;
	tablet-below: max-width: 1024px
	tablet-up: min-width: 768px
	tablet-ex: max-width: 1280px
	desktop-only: min-width: 1025px
*/
/*
  Mixin: font-size
  Description: This mixin is used for the responsive font-size.
  Usage: @include font-size(font-size-map){  }

  example:
  @include font-size($h1-font-size){ }


*/
.michelin-container-wrapper .fl-row-content-wrap .fl-row-content {
  max-width: 100%;
  padding: 0 10.625%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .michelin-container-wrapper .fl-row-content-wrap .fl-row-content {
    padding: 0 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .michelin-container-wrapper .fl-row-content-wrap .fl-row-content {
    padding: 0 4.26%;
  }
}

/*** VERIABLE DECLARATION ***/
/** font families **/
/** Font size **/
/** colors **/
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

:root {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}

button, .button, button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-MyAccount-content .woocommerce-address-fields button.button,
button.woocommerce-Button.button,
.return-to-shop a.button, .single_add_to_cart_button, .woocommerce button.button.alt,
.woocommerce button.button .woocommerce a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #27509b;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
}

h1.entry-title, .mybao-order-title {
  text-transform: uppercase;
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

/*** p style as default the value was 1.75em ***/
p {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .ast-container {
    min-height: 960px;
  }
}

.woocommerce-billing-fields > h3 {
  display: none;
}

.woocommerce-address-fields h3 {
  font-size: 16px !important;
  text-align: left;
}

.michelin-contact-page .michelin-contact-block .michelin-contact-title {
  border-bottom: none;
  width: 100%;
}

.footer_row1 {
  border-block: 1px solid #f2f2f2;
}

.desktop_header_row.mybao-transparent-header .fl-row-content-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  z-index: 99999;
}

.product .product_title.entry-title {
  font-family: MichelinUnitTitling;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #27509b;
  text-align: left;
}

.animation_products img.attachment-medium.size-medium.wp-post-image {
  height: 200px !important;
}

.related.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 300px;
  height: 200px !important;
}

a.checkout-button.button.alt.wc-forward, button#place_order {
  padding: 16px 32px;
  line-height: 1rem;
}

p.return-to-shop {
  width: 100%;
  float: left;
}

button, .button, button.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-MyAccount-content .woocommerce-address-fields button.button, button.woocommerce-Button.button, .return-to-shop a.button, .single_add_to_cart_button, .woocommerce button.button.alt, .woocommerce button.button {
  padding: 16px 32px;
}

a.woocommerce-button.button.view:hover {
  padding: 16px 0 !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
  padding: 10px 20px !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.return-to-shop a.button,
a.checkout-button.button.alt.wc-forward,
button#place_order,
.woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-EditAccountForm .woocommerce-Button.button {
  text-transform: unset !important;
}

/* Desktop Header Stying */
.desktop_header_row .fl-row-content-wrap {
  padding: 0px 10.67%;
  min-height: 64px;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu {
  width: 97%;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li a:hover, .desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li a:visited, .desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li a:active {
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.current-menu-item a {
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-search-active {
  position: relative;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-search-active div.pp-search-form-wrap {
  position: absolute;
  top: 0;
  left: -730px;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-search-active div.pp-search-form-wrap form.pp-search-form input {
  min-width: 729px;
  max-width: 729px;
  border: none;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.menu-item-has-children ul a {
  color: #27509b;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu:hover .pp-menu-toggle:before {
  -webkit-transform: rotate(223deg);
          transform: rotate(223deg);
  top: 25%;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu ul.sub-menu {
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  border-radius: 0px 0px 8px 8px;
  min-width: 204px;
  padding: 24px 24px 0px 24px;
  right: 0 !important;
  left: unset !important;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu ul.sub-menu li a {
  padding: 0px 0px 24px 0px;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu ul.sub-menu li a img {
  margin-right: 16px;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu ul.sub-menu li.sub_item_logout {
  text-align: center;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_menu .fl-module-content .pp-advanced-menu nav ul.menu li.pp-has-submenu ul.sub-menu li.sub_item_logout a {
  min-width: 160px;
  max-width: 160px;
  min-height: 48px;
  border: solid 1px #27509b;
  margin: auto;
  padding: 12px 32px;
  border-radius: 4px;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart {
  width: 3%;
  text-align: right;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .fl-photo .fl-photo-caption-below {
  padding: 0;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .fl-photo .fl-photo-caption-below .cart-count {
  position: absolute;
  top: -10px;
  background: #fce500;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .fl-photo .fl-photo-caption-below .cart-count {
    left: -10px;
  }
}
@media screen and (min-width: 800px) {
  .desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .fl-photo .fl-photo-caption-below .cart-count {
    left: 15px;
  }
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .ast-site-header-cart .ast-site-header-cart-li .ast-addon-cart-wrap {
  color: #ffffff;
  padding: 0;
  border: none;
  line-height: 1.8;
}
.desktop_header_row .fl-row-content-wrap .desktop_header_col2 .desktop_header_col2_add_to_cart .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart {
  display: none;
}

/* Tablet + Mobile Header Styling */
.header_responsive_row .fl-row-content-wrap {
  padding-left: 4.6%;
  padding-right: 4.6%;
  max-height: 64px;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap {
    min-height: 56px !important;
    padding-left: 4.2% !important;
    padding-right: 4.2% !important;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 {
    width: 50% !important;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu {
    width: 20%;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu .pp-advanced-menu-mobile-toggle {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu .pp-advanced-menu-mobile-toggle .pp-hamburger-box {
    width: 20px;
  }
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu .pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner, .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu .pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner:before, .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_menu .pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner:after {
    width: 20px;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col1 .header_responsive_col1_logo {
  width: 80%;
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 {
    width: 50% !important;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_search {
  width: 92%;
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_search .fl-module-content .fl-search-form {
  text-align: right;
  position: static;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_search .fl-module-content .fl-search-form .fl-search-form-wrap {
    padding: 0;
    padding-right: 24px;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_search .fl-module-content .fl-search-form .fl-search-form-wrap .fl-button-wrap a {
  background-color: transparent;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_search .fl-module-content .fl-search-form .fl-search-expanded {
    position: absolute;
    left: 11px;
    top: 4px;
    width: 100%;
    z-index: 11;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart {
  width: 8%;
  text-align: right;
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .fl-photo .fl-photo-caption {
  padding: 0;
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .fl-photo .fl-photo-caption .cart-count {
  position: absolute;
  top: -10px;
  background: #fce500;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .fl-photo .fl-photo-caption .cart-count {
    left: -10px;
  }
}
@media screen and (min-width: 800px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .fl-photo .fl-photo-caption .cart-count {
    left: 15px;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .ast-site-header-cart .ast-site-header-cart-li .ast-addon-cart-wrap {
  color: #ffffff;
  padding: 0;
  border: none;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .ast-site-header-cart .ast-site-header-cart-li .ast-addon-cart-wrap i.ast-icon-shopping-cart {
    padding: 0;
  }
}
.header_responsive_row .fl-row-content-wrap .fl-row-content .header_responsive_col2 .header_responsive_col2_cart .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart {
  display: none;
}

/* Advance Menu Accordion Styling */
.pp-advanced-menu-accordion-collapse .pp-menu-overlay .pp-menu-close-btn {
  left: 36px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .pp-advanced-menu-accordion-collapse .pp-menu-overlay .pp-menu-close-btn {
    left: 16px;
    top: 16px;
  }
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion {
  top: 40%;
}
@media screen and (max-width: 767px) {
  .pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion {
    top: 44%;
    width: 91.5% !important;
  }
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li a {
  padding: 24px;
  font-size: 18px;
  line-height: 1.5;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li img {
  margin-right: 24px;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li a:hover {
  background-color: rgba(39, 80, 155, 0.1);
  border-left: 4px solid #27509b;
  font-weight: bold;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.pp-active .pp-has-submenu-container a {
  background-color: rgba(39, 80, 155, 0.1);
  border-left: 4px solid #27509b;
  font-weight: bold;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu {
  width: 100%;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu li.sub_item_logout {
  background-color: unset;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu li.sub_item_logout a {
  background-color: #ffffff;
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu li.sub_item_logout a span {
  border: solid 1px #27509b;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 12px 32px;
  min-height: 48px;
  min-width: 263px;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu li.sub_item_logout a span {
    margin-top: 24px;
    margin-bottom: 16px;
    width: 343px;
  }
}
.pp-advanced-menu-accordion-collapse .pp-menu-overlay ul.pp-advanced-menu-accordion li.menu-item ul.sub-menu li.sub_item_logout a:hover {
  background-color: rgba(39, 80, 155, 0.1);
}

/**** For transparent Header ***/
.mybao-transparent-header.desktop_header_row .fl-row-content-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  z-index: 99999;
}

.header_responsive_row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mybao-header-image .fl-row-content-wrap {
  top: -65px;
}

/* Footer Desktop + Tablet Stying */
.footer_row1 .fl-row-content-wrap {
  padding: 40px 10.61% 40px 10.61%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap {
    padding: 30px 4.68% 30px 4.68%;
  }
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col1 {
  width: 12%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col1 {
    width: 23%;
  }
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col2 {
  color: #27509b;
  width: 21%;
  padding-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col2 {
    width: 28%;
    padding-left: 16px;
  }
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col2 .fl-col-content .menu-title {
  padding-bottom: 12px;
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col2 .menu a {
  padding: 4px 0px !important;
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col2 .menu a:hover {
  color: #27509b;
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col3 {
  width: 6%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col3 {
    width: 13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col3 .fl-col-content img {
    height: 49px;
  }
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col3 .fl-col-content .fl-module-content .fl-photo {
  text-align: left;
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col4 {
  width: 61%;
}
.footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col4 p:first-child {
  color: #27509b;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row1 .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col.footer_row1_col4 {
    width: 36%;
  }
}

.footer_row2 {
  min-height: 40px;
  max-height: 40px;
}
.footer_row2 .fl-row-content-wrap {
  padding: 5px 0px;
}
.footer_row2 .fl-row-content-wrap .footer_row2_menu .pp-advanced-menu .menu li a {
  padding: 0px 16px;
  border-right: 2px solid #e5e5e5;
}
.footer_row2 .fl-row-content-wrap .footer_row2_menu .pp-advanced-menu .menu li a span {
  font-size: 14px;
}
.footer_row2 .fl-row-content-wrap .footer_row2_menu .pp-advanced-menu .menu li:last-child a {
  border-right: none;
}

.footer_row3 {
  min-height: 37px;
  max-height: 37px;
}
.footer_row3 .fl-row-content-wrap {
  margin: 4px 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_row3 .fl-row-content-wrap {
    margin: 8px 0px 5px 0px;
  }
}
.footer_row3 .fl-row-content-wrap .footer_row3_copyright p {
  margin: 0px;
}

/* Mobile Stying */
.footer_mobile_row1 {
  border-top: 1px solid rgba(39, 80, 155, 0.1);
}
.footer_mobile_row1 .fl-row-content-wrap {
  padding: 32px 10.61% 40px 10.61% !important;
}
.footer_mobile_row1 .fl-row-content-wrap .fl-row-content .footer_mobile_row1_photo .fl-module-content {
  margin-bottom: 16px;
}
.footer_mobile_row1 .fl-row-content-wrap .fl-row-content .footer_mobile_row1_photo .fl-module-content .fl-photo {
  text-align: left;
}
.footer_mobile_row1 .fl-row-content-wrap .fl-row-content .footer_mobile_row1_description .fl-module-content p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}
.footer_mobile_row1 .fl-row-content-wrap .fl-row-content .footer_mobile_row1_description .fl-module-content .footer_description_title {
  margin-bottom: 8px;
  color: #27509b;
}

.footer_mobile_row2 .fl-row-content-wrap {
  padding: 0px 10.61% 32px 10.06% !important;
}
.footer_mobile_row2 .fl-row-content-wrap .footer_mobile_row2_col1 .footer_mobile_row2_col1_title {
  margin-bottom: 16px;
  color: #27509b;
}
.footer_mobile_row2 .fl-row-content-wrap .footer_mobile_row2_col1 .fl-module-pp-advanced-menu ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.footer_mobile_row2 .fl-row-content-wrap .footer_mobile_row2_col2 {
  padding-left: 16px;
}
.footer_mobile_row2 .fl-row-content-wrap .footer_mobile_row2_col2 .footer_mobile_row2_col2_title {
  margin-bottom: 16px;
  color: #27509b;
}
.footer_mobile_row2 .fl-row-content-wrap .footer_mobile_row2_col2 .fl-module-pp-advanced-menu ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .footer_faded_line_row .fl-row-content-wrap .fl-row-content .fl-html .faded_line {
    height: 1px;
    width: 83%;
    background-color: #E6E6E6;
    margin: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(6%, rgba(255, 255, 255, 0.06)), to(rgba(8, 74, 142, 0.79)));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.06) 6%, rgba(8, 74, 142, 0.79) 100%);
    border-image-slice: 1;
  }
}
.footer_mobile_row3 .fl-row-content-wrap {
  padding: 13px 8% 13px 8% !important;
}
.footer_mobile_row3 .fl-row-content-wrap .fl-row-content .footer_row3_copyright p {
  margin: 0px;
  font-size: 14px;
}

.woocommerce-account .entry-header, .woocommerce-account h1.entry-title, label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: none;
}

.um-page-loggedout.woocommerce-account div#content {
  background-image: url("../img/background-login.png");
}
@media screen and (min-width: 1025px) {
  .um-page-loggedout.woocommerce-account div#content .woocommerce {
    padding: 43px 15%;
  }
}
.um-page-loggedout.woocommerce-account div#content .ast-container {
  max-width: 100%;
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .um-page-loggedout.woocommerce-account div#content .ast-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .um-page-loggedout.woocommerce-account div#content .ast-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.um-page-loggedout.woocommerce-account div#content .ast-container article {
  opacity: 0.95;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, rgba(200, 200, 200, 0.35), rgba(219, 219, 219, 0.21));
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left bottom, left top, from(rgba(200, 200, 200, 0.35)), to(rgba(219, 219, 219, 0.21)));
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to top, rgba(200, 200, 200, 0.35), rgba(219, 219, 219, 0.21));
  background-origin: border-box;
  background-clip: border-box;
}
.um-page-loggedout.woocommerce-account div#content .ast-container .woocommerce form .form-row label {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}
.um-page-loggedout.woocommerce-account div#content .ast-container .lost_password a {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #27509b;
}
.um-page-loggedout.woocommerce-account div#content .ast-container .woocommerce form .form-row input.input-text, .um-page-loggedout.woocommerce-account div#content .ast-container .woocommerce form .form-row textarea {
  background-color: #f2f2f2;
}
.um-page-loggedout.woocommerce-account div#content .ast-container .fl-module.fl-module-pp-breadcrumbs {
  display: none;
}
.um-page-loggedout.woocommerce-account div#content .MichelinUnitTitling-Regular {
  font-family: MichelinUnitTitling-Regular, "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.mybao-login-top {
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: center;
  width: 100%;
}

.mybao-logo-image {
  margin: 0 auto;
}

.woocommerce form.login {
  border: none;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  width: 100%;
}

p.woocommerce-LostPassword.lost_password a {
  border-bottom: 1px solid;
}

/*** for the QA only ***/
form.woocommerce-form.woocommerce-form-login.login {
  border: none;
}

.homepage_banner .fl-row-content-wrap {
  padding: 246px 15% 245px 15%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_banner .fl-row-content-wrap {
    padding: 112px 4.68% 112px 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .homepage_banner .fl-row-content-wrap {
    padding: 96px 4.26% 153px 4.26% !important;
  }
}
.homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-text .fl-cta-title {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-text .fl-cta-title {
    padding-bottom: 24px;
  }
}
.homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-text .fl-cta-text-content p {
  padding: 0;
  margin: 0;
}
.homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-button {
  padding-top: 20px;
}
.homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-button .fl-button-wrap a {
  background-color: transparent;
  min-width: 200px;
  min-height: 48px;
  max-height: 48px;
}
@media screen and (max-width: 767px) {
  .homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-button .fl-button-wrap a {
    min-width: 169px;
    min-height: 48px;
  }
}
.homepage_banner .fl-row-content-wrap .banner_hero_section .banner_hero_section_cta .fl-module-content .fl-cta-button .fl-button-wrap a span {
  color: #ffffff;
}

.mybao_breadcrumb .fl-row-content {
  margin-top: 24px;
}
.mybao_breadcrumb .fl-row-content #breadcrumbs span {
  color: #7f7f7f;
}
.mybao_breadcrumb .fl-row-content #breadcrumbs span a {
  color: #7f7f7f;
}

.homepage_two_col .fl-row-content-wrap {
  padding: 0px 24%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_two_col .fl-row-content-wrap {
    padding: 0px 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap {
    padding: 0px 4.26% !important;
  }
}
.homepage_two_col .fl-row-content-wrap .fl-col-small {
  position: relative;
}
.homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content {
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 14px;
  min-height: 305px;
  margin-top: -18%;
  -webkit-box-shadow: 2px 2px 18px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 18px 4px rgba(0, 0, 0, 0.06);
  padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content {
    margin-top: -19%;
    padding: 24px;
    min-height: 283px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content {
    min-height: 264px;
    padding: 16px;
    margin: 0px 0px 16px 0px;
  }
}
.homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_icon {
  width: 64px;
  height: 64px;
  padding: 20px;
  border-radius: 100px;
  background-color: rgba(39, 80, 155, 0.1);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_icon {
    margin-bottom: 21px;
  }
}
.homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_title {
  margin-bottom: 8px;
}
.homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_desc {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_desc {
    margin-bottom: 24px;
  }
}
.homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_redirect {
  position: absolute;
  right: 52px;
  bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_redirect {
    right: 32px;
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .fl-col-small .fl-col-content .homepage_two_col_redirect {
    right: 16px;
    bottom: 32px;
  }
}
.homepage_two_col .fl-row-content-wrap .homepage_two_col_first {
  padding-right: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_two_col .fl-row-content-wrap .homepage_two_col_first {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .homepage_two_col_first {
    padding-right: unset !important;
    margin-top: -30%;
  }
}
.homepage_two_col .fl-row-content-wrap .homepage_two_col_second {
  padding-left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_two_col .fl-row-content-wrap .homepage_two_col_second {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_two_col .fl-row-content-wrap .homepage_two_col_second {
    padding-left: unset !important;
  }
}

/* Animation Structures Grid */
.homepage_animation_products .fl-row-content-wrap {
  padding: 64px 10.62%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap {
    padding: 56px 4.68% 64px 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap {
    padding: 40px 4.26% 48px 4.26% !important;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading {
  text-align: center;
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_title {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_title {
    margin-bottom: 18px;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_subtitle {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_subtitle {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_heading .homepage_animation_subtitle {
    margin-bottom: 16px;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products {
  margin: 0;
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product {
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper {
  border-radius: 14px;
  padding: 32px;
  margin-left: 12px;
  margin-right: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-18%, #f6f5f5), color-stop(160%, #f3f3f3)), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d6d6d6));
  background-image: linear-gradient(to bottom, #f6f5f5 -18%, #f3f3f3 160%), linear-gradient(to bottom, #f1f1f1, #d6d6d6);
  border: 0.8px solid linear-gradient(to bottom, #f1f1f1, #d6d6d6);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 24px !important;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap {
  padding: 24px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap {
    padding: 16px 0px 0px 0px !important;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap a.uabb-loop-product__link h2 {
  font-family: Noto-Sans-Regular, "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap a.uabb-loop-product__link h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap a.uabb-loop-product__link h2 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap a.uabb-loop-product__link h2 {
    margin-bottom: 0px !important;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap .uabb-woo-products-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap .uabb-woo-products-description p:first-child {
  display: none;
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap .uabb-woo-products-description p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_grid .products .product .uabb-woo-product-wrapper .uabb-woo-products-summary-wrap .uabb-woo-products-description p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_button .fl-module-content {
    margin-top: 32px;
  }
}
.homepage_animation_products .fl-row-content-wrap .homepage_animation_products_button .fl-module-content .fl-button-wrap a {
  min-width: 200px;
  min-height: 48px;
  max-height: 48px;
  background-color: #27509b;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .homepage_animation_products .fl-row-content-wrap .homepage_animation_products_button .fl-module-content .fl-button-wrap a {
    border-radius: 80px;
  }
}
.homepage_animation_products .fl-row-content-wrap img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 200px !important;
}

.nf-form-cont .submit_button_goodies {
  display: none !important;
}

.plv_ilv_goodies_banner .fl-row-content-wrap {
  padding: 192px 23% 106px 23%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plv_ilv_goodies_banner .fl-row-content-wrap {
    padding: 104px 4.68% 40px 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .plv_ilv_goodies_banner .fl-row-content-wrap {
    padding: 96px 4.26% 73px 4.26% !important;
  }
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-title {
  padding: 0;
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-text-content p.banner_cta_title {
  margin-bottom: 8px;
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-text-content p.banner_cta_description {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-text-content p.banner_cta_description {
    margin-bottom: 24px !important;
  }
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-button {
  padding: 0;
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-button a {
  padding: 11px 16px 11px 32px;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #ffffff;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-button a {
    min-width: 169px;
  }
}
.plv_ilv_goodies_banner .fl-row-content-wrap .plv_ilv_goodies_banner_cta .fl-cta-wrap .fl-cta-button a i {
  -webkit-transform: rotate(-45deg) scaleX(1.2);
          transform: rotate(-45deg) scaleX(1.2);
}

.create_group_order_row .fl-row-content-wrap {
  background-color: #fbfbfb;
  padding: 64px 10.625%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .create_group_order_row .fl-row-content-wrap {
    padding: 40px 4.68%;
  }
}
@media screen and (max-width: 767px) {
  .create_group_order_row .fl-row-content-wrap {
    padding: 40px 8.53% !important;
  }
}
.create_group_order_row .fl-row-content-wrap .create_group_order_row_title .fl-module-content h2 {
  text-align: center;
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_title .fl-module-content h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_title .fl-module-content h2 {
    margin-bottom: 12px !important;
  }
}
.create_group_order_row .fl-row-content-wrap .create_group_order_row_empty_col {
  width: 14%;
}
@media screen and (max-width: 1024px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_empty_col {
    width: 15.5%;
  }
}
@media screen and (max-width: 767px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_empty_col {
    width: 100% !important;
  }
}
.create_group_order_row .fl-row-content-wrap .create_group_order_row_col {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_col {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_col {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .create_group_order_row .fl-row-content-wrap .create_group_order_row_col .fl-html {
    padding: 8px 74px 33px 74px !important;
  }
}
.create_group_order_row .fl-row-content-wrap .create_group_order_row_col .fl-html p {
  margin: 0;
  font-family: Noto-Sans-Regular, "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
}

.how_to_order_section .fl-row-content-wrap {
  background-color: #fbfbfb;
  padding: 64px 10.625%;
}
.how_to_order_section .fl-row-content-wrap .how_to_order_section_col1 {
  width: 18%;
  padding-top: 25px;
  border-right: 6px solid #fce500;
}
.how_to_order_section .fl-row-content-wrap .how_to_order_section_col1 .how_to_order_title {
  margin-bottom: 10px;
}
.how_to_order_section .fl-row-content-wrap .how_to_order_section_col2 {
  width: 82%;
  padding-top: 25px;
  padding-left: 7%;
}
.how_to_order_section .fl-row-content-wrap .how_to_order_section_col2 p {
  margin: 0px 0px 24px 0px;
}

.how_to_order_section_responsive .fl-row-content-wrap {
  background-color: #fbfbfb;
  padding: 40px 4.7% 24px 4.7%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how_to_order_section_responsive .fl-row-content-wrap {
    padding: 17px 4.7% 8px 4.7% !important;
  }
}
.how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_title .fl-module-content {
  padding-bottom: 32px;
  border-bottom: 2px solid #fce500;
}
@media screen and (max-width: 767px) {
  .how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_title .fl-module-content {
    padding-bottom: 16px !important;
  }
}
.how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_title .fl-module-content .how_to_order_title {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_title .fl-module-content .how_to_order_title {
    margin-bottom: 8px;
  }
}
.how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_text .fl-module-content {
  margin-top: 32px;
}
.how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_text .fl-module-content p {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .how_to_order_section_responsive .fl-row-content-wrap .how_to_order_section_responsive_text .fl-module-content {
    margin-top: 16px;
  }
}

.staci_section .fl-row-content-wrap {
  margin: 64px 10.625% 0px;
  padding: 0px 7.4%;
}
.staci_section .fl-row-content-wrap .staci_section_col1 {
  width: 25%;
  margin-right: 40px;
}
.staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_text {
  margin-bottom: 40px;
}
.staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_button a {
  color: #ffffff;
  min-width: 232px;
  padding: 11px 16px 11px 75px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_button a span {
  color: #ffffff;
  line-height: 1.5;
}
.staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_button a i {
  margin-left: 45px;
  color: #ffffff;
  -webkit-transform: rotate(-45deg) scaleX(1.2);
  transform: rotate(-45deg) scaleX(1.2);
}
.staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_button a:hover, .staci_section .fl-row-content-wrap .staci_section_col2 .staci_section_col2_button a:focus {
  color: #ffffff;
}

.staci_section_responsive .fl-row-content-wrap {
  margin: 40px 4.68%;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staci_section_responsive .fl-row-content-wrap {
    margin: 32px 4.26% !important;
    padding: 30px 16px 32px 16px !important;
  }
}
.staci_section_responsive .staci_section_responsive_photo {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .staci_section_responsive .staci_section_responsive_photo {
    margin-bottom: 26px;
  }
}
.staci_section_responsive .staci_section_responsive_text {
  margin-bottom: 40px;
}
.staci_section_responsive .staci_section_responsive_button a {
  min-width: 200px;
  padding: 12px 16px 12px 59px;
  background: transparent;
  border: 1px solid #ffffff !important;
  min-height: 48px;
  max-height: 48px;
  border-radius: 4px;
}
.staci_section_responsive .staci_section_responsive_button a i {
  margin-left: 29px;
  color: #ffffff !important;
  -webkit-transform: rotate(-45deg) scaleX(1.2);
  transform: rotate(-45deg) scaleX(1.2);
}
.staci_section_responsive .staci_section_responsive_button a span {
  color: #ffffff !important;
}
.staci_section_responsive .staci_section_responsive_button a:hover, .staci_section_responsive .staci_section_responsive_button a:focus {
  color: #ffffff;
}

.brand_edition_section .fl-row-content-wrap {
  margin: 64px 10.625% 0px;
  padding: 0px 7.4%;
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col1 {
  width: 36%;
  margin-right: 40px;
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_text {
  margin-bottom: 40px;
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_button a {
  color: #ffffff;
  min-width: 232px;
  padding: 11px 16px 11px 75px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_button a span {
  color: #ffffff;
  line-height: 1.5;
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_button a i {
  margin-left: 45px;
  color: #ffffff;
  -webkit-transform: rotate(-45deg) scaleX(1.2);
  transform: rotate(-45deg) scaleX(1.2);
}
.brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_button a:hover, .brand_edition_section .fl-row-content-wrap .brand_edition_section_col2 .brand_edition_section_col2_button a:focus {
  color: #ffffff;
}

.brand_edition_section_responsive .fl-row-content-wrap {
  margin: 40px 4.68%;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .brand_edition_section_responsive .fl-row-content-wrap {
    margin: 32px 4.26% !important;
    padding: 30px 16px 32px 16px !important;
  }
}
.brand_edition_section_responsive .brand_edition_section_responsive_photo {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .brand_edition_section_responsive .brand_edition_section_responsive_photo {
    margin-bottom: 26px;
  }
}
.brand_edition_section_responsive .brand_edition_section_responsive_text {
  margin-bottom: 40px;
}
.brand_edition_section_responsive .brand_edition_section_responsive_button a {
  min-width: 200px;
  padding: 12px 16px 12px 59px;
  background: transparent;
  border: 1px solid #ffffff !important;
  min-height: 48px;
  max-height: 48px;
  border-radius: 4px;
}
.brand_edition_section_responsive .brand_edition_section_responsive_button a i {
  margin-left: 29px;
  color: #ffffff !important;
  -webkit-transform: rotate(-45deg) scaleX(1.2);
  transform: rotate(-45deg) scaleX(1.2);
}
.brand_edition_section_responsive .brand_edition_section_responsive_button a span {
  color: #ffffff !important;
}
.brand_edition_section_responsive .brand_edition_section_responsive_button a:hover, .brand_edition_section_responsive .brand_edition_section_responsive_button a:focus {
  color: #ffffff;
}

.contact_section_row .fl-row-content-wrap {
  text-align: center;
}
.contact_section_row .fl-row-content-wrap .fl-row-content {
  padding-top: 65px;
  padding-bottom: 64px;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_title {
  margin-bottom: 64px;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group {
  border-radius: 14px;
  border: 0.5px solid #b2b2b2;
  padding: 64px 84px;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group .contact_section_row_card_column {
  margin: 0px 44px;
  border-radius: 14px;
  border: 0.5px solid rgba(39, 80, 155, 0.1);
  background: rgba(39, 80, 155, 0.1);
  padding: 24px;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group .contact_section_row_card_column .fl-callout-title {
  padding: 9px 0px 0px 0px;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group .contact_section_row_card_column .fl-callout-text-wrap p {
  padding: 0 !important;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group .contact_section_row_card_column .fl-callout-text-wrap p.contact_card_title {
  padding-bottom: 16px !important;
  font-size: 18px;
  color: #27509b;
}
.contact_section_row .fl-row-content-wrap .fl-row-content .contact_section_row_card_row .fl-col-content .fl-col-group .contact_section_row_card_column .fl-callout-text-wrap p.contact_card_number {
  font-weight: bold;
}

.contact_section_row_responsive .fl-row-content-wrap .fl-row-content {
  padding-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content {
    padding-bottom: 48px !important;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_title {
    padding-bottom: 18px !important;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column {
  border: 0.5px solid #b2b2b2;
  border-radius: 14px;
  padding: 28px 89px;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column {
    padding: 8px 24px !important;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card {
  background-color: rgba(39, 80, 155, 0.1);
  margin: 12px 0px;
  border-radius: 14px;
  border: 0.5px solid rgba(39, 80, 155, 0.1);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card {
    margin: 8px 0px;
    padding: 16px 17px;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-photo {
  width: 19%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-photo {
    width: 30% !important;
    float: left !important;
  }
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-photo img {
    width: 44px;
    height: 44px;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-content {
  width: 81%;
}
@media screen and (max-width: 767px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-content {
    width: 70% !important;
    float: right !important;
  }
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-content .fl-callout-title {
  padding: 0;
}
.contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-content .fl-callout-text-wrap p {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_section_row_responsive .fl-row-content-wrap .fl-row-content .contact_section_row_responsive_card_column .contact_section_row_responsive_card .fl-callout-content .fl-callout-text-wrap p.contact_card_title {
    padding-bottom: 8px !important;
  }
}

.michelin-contact-page {
  max-width: 100%;
}
.michelin-contact-page .fl-row-content.fl-row-fixed-width.fl-node-content {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .michelin-contact-page .fl-row-content.fl-row-fixed-width.fl-node-content {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 100%;
  }
}
.michelin-contact-page .michelin-contact-block .michelin-contact-image img {
  width: 144px;
  height: 144px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.michelin-contact-page .michelin-contact-block .michelin-contact-title {
  border-bottom: 2px solid #27509b;
  margin: 0 auto !important;
  width: 50%;
}
.michelin-contact-page .michelin-contact-block .michelin-contact-title h3, .michelin-contact-page .michelin-contact-block .michelin-contact-title span {
  margin: 24px 0;
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .michelin-contact-page .michelin-contact-block .michelin-contact-title {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .michelin-contact-page .michelin-contact-block .michelin-contact-title {
    width: 75%;
  }
}
.michelin-contact-page .michelin-contact-block .contact-page-p p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.michelin-contact-page .michelin-contact-block .michelin-contact-h3 * {
  margin: 0 0 4px;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a !important;
}
.michelin-contact-page .michelin-contact-block .michelin-contact-h4 * {
  margin: 4px 0 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.michelin-contact-page .michelin-contact-block .michelin-contact-h4 span {
  padding-bottom: 16px;
}
.michelin-contact-page .michelin-contact-block .fl-col-content {
  margin: 24px 24px 64px;
  padding: 24px 16px;
  border-radius: 14px;
  border: solid 0.5px #7f7f7f;
}
.michelin-contact-page #breadcrumbs * {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #7f7f7f !important;
}

.search-results h1 {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.search-results h2.entry-title, .search-results h2.entry-title a {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

.mybao-legal-page {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .mybao-legal-page {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 100%;
  }
}
.mybao-legal-page * {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}
.mybao-legal-page h2 span {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.mybao-legal-page ::marker {
  border-radius: 80px;
  color: #27509b;
}
.mybao-legal-page li {
  padding-bottom: 16px;
}

/* Animation page banner */
.animation_str_banner .fl-row-content {
  text-align: center;
  max-width: 65% !important;
}
@media screen and (max-width: 1024px) {
  .animation_str_banner .fl-row-content {
    max-width: 91% !important;
  }
}
.animation_str_banner .fl-row-content .animation_str_banner_title {
  margin-bottom: 8px;
}

/* Animation Structures Grid */
.animation_products .fl-row-content-wrap .fl-row-content {
  padding-top: 24px;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul {
  margin: 0px 12px 56px 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul {
    margin: 0px 8px 56px 8px;
  }
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul {
    margin: 0px 0px 24px 0px;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data {
  display: inline-block;
  width: 55%;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data {
    width: 100% !important;
    margin-bottom: 24px;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li {
  display: inline-block;
  min-width: 244px;
  text-align: center;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #27509b;
  border: 1px solid #27509b;
  border-radius: 4px;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li input {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li {
    min-width: 170px;
    padding: 15px 24px;
  }
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li label {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li {
    width: auto;
    font-size: 14px;
    min-width: 171px;
    line-height: 1.5;
    padding: 8px;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li:nth-child(1) {
  display: none;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li.sf-option-active {
  background-color: #27509b;
  color: #ffffff;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li:nth-child(2) {
  border-radius: 4px 0px 0px 4px;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_type_data ul li:nth-child(3) {
  border-radius: 0px 4px 4px 0px;
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_brand {
  display: inline-block;
  width: 45%;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_brand {
    width: 100% !important;
    text-align: unset;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_brand .sf-input-select {
  min-width: 360px;
  min-height: 56px;
  font-size: 16px;
  color: #7f7f7f;
  padding: 16px;
  background-color: #f2f2f2;
  background-position-x: calc(100% - 16px);
  background-position-y: calc(100% - 20px);
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_brand .sf-input-select {
    min-height: 56px;
    min-width: 251px;
  }
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content form.searchandfilter > ul li.sf-field-taxonomy-product_brand .sf-input-select {
    min-width: 343px !important;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid {
  margin: 0;
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column {
  padding: 0;
  margin-bottom: 32px;
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post {
  border-radius: 14px;
  padding: 32px;
  margin-left: 12px;
  margin-right: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-18%, #f6f5f5), color-stop(160%, #f3f3f3)), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d6d6d6));
  background-image: linear-gradient(to bottom, #f6f5f5 -18%, #f3f3f3 160%), linear-gradient(to bottom, #f1f1f1, #d6d6d6);
  border: 0.8px solid linear-gradient(to bottom, #f1f1f1, #d6d6d6);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 24px !important;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text {
  padding: 24px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text {
    padding: 16px 0px 0px 0px !important;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 {
  font-family: Noto-Sans-Regular, "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 a {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
  }
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text h2 {
    margin-bottom: 0px !important;
  }
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content p:first-child {
  display: none;
}
.animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .animation_products .fl-row-content-wrap .fl-row-content .animation_products_grid .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content p {
    font-size: 0.875rem;
  }
}

.animation_str_warning .fl-row-content-wrap {
  padding-top: 32px;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group {
  padding: 40px;
  border: 0.5px solid #f9a825;
  border-radius: 14px;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_photo_col {
  width: 8%;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col {
  width: 92%;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text h4 {
  color: #f9a825;
  margin-bottom: 16px;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text h4 {
    font-size: 18px;
  }
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text p {
  margin: 0;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text p.michelin-p-black-regular {
  margin-bottom: 16px;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text ul {
  margin: 0px 0px 16px 15px;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text ul li {
  padding-bottom: 16px;
}
.animation_str_warning .fl-row-content-wrap .fl-col-group .animation_str_warning_text_col .animation_str_warning_text ul li::marker {
  color: #27509b;
}

.animation_str_warning_rules_mobile .fl-row-content {
  border-radius: 14px;
  width: 91%;
  padding: 16px;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_photo_col {
  width: 13% !important;
  display: inline-block;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_title_col {
  width: 87% !important;
  display: inline-block;
  float: right;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_text_col .fl-module-content {
  margin-top: 28px;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_text_col .fl-module-content .fl-html p {
  margin: 0;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_text_col .fl-module-content .fl-html p.text-heading {
  margin-bottom: 16px;
}
.animation_str_warning_rules_mobile .fl-row-content .animation_str_warning_rules_mobile_text_col .fl-module-content .fl-html ul {
  margin: 0 0 16px 20px;
}

.warning_row .fl-row-content {
  border: 0.5px solid #f9a825;
  margin-bottom: 16px;
}
.warning_row .fl-row-content .warning_title .fl-html {
  color: #f9a825;
}

.rules_to_use_row .fl-row-content {
  border: 0.5px solid #27509b;
  margin-bottom: 32px;
}

.animation_str_rules .fl-row-content-wrap {
  padding-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_str_rules .fl-row-content-wrap {
    padding-bottom: 40px;
  }
}
.animation_str_rules .fl-row-content-wrap .fl-col-group {
  padding: 40px;
  border: 0.5px solid #27509b;
  border-radius: 14px;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_photo_col {
  width: 8%;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col {
  width: 92%;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text h4 {
  margin-bottom: 16px;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text h4 {
    font-size: 18px;
  }
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text p {
  margin: 0;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text p.michelin-p-black-regular {
  margin-bottom: 16px;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text ul {
  margin: 0px 0px 16px 15px;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text ul li {
  padding-bottom: 16px;
}
.animation_str_rules .fl-row-content-wrap .fl-col-group .animation_str_rules_text_col .animation_str_rules_text ul li::marker {
  color: #27509b;
}

/** WooCommerce pages **/
.woocommerce-billing-fields > h3, span.optional, li.wc_payment_method.payment_method_cod, .cart-subtotal {
  display: none;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  font-family: "Noto Sans", sans-serif !important;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
  border-bottom: none !important;
}

.woocommerce-input-wrapper .select2-selection, .woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea#address, .woocommerce-input-wrapper input#dod_customer {
  padding: 16px 56px 16px 16px;
  background-color: #f2f2f2 !important;
  border: none !important;
}
.woocommerce-input-wrapper .select2-selection:focus, .woocommerce-input-wrapper input:focus {
  border: solid 1px #666666 !important;
}

.woocommerce form .form-row label {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7f7f;
  background-color: #f2f2f2;
}

button#place_order {
  padding: 12px 32px;
  border-radius: 4px;
  background-color: #27509b;
  color: #ffffff;
  text-transform: capitalize;
}

h3#order_review_heading {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

th.product-name, th.product-total {
  border-top: 1px solid #cccccc !important;
  border-bottom: none !important;
}

.cart_item:not(:last-child) td.product-name, .cart_item:not(:last-child) td.product-total, .order-total th, .order-total td {
  border-bottom: none !important;
}

h3#order_review_heading, form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
  border: none !important;
  -webkit-box-shadow: 0 2px 22px 0 rgba(242, 242, 242, 0.88);
          box-shadow: 0 2px 22px 0 rgba(242, 242, 242, 0.88);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, rgba(200, 200, 200, 0.35), rgba(219, 219, 219, 0.21));
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white))), -webkit-gradient(linear, left bottom, left top, from(rgba(200, 200, 200, 0.35)), to(rgba(219, 219, 219, 0.21)));
  background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(to top, rgba(200, 200, 200, 0.35), rgba(219, 219, 219, 0.21));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.product-name, .product-price, .product-quantity, .product-subtotal {
  text-align: left !important;
}

.woocommerce-page.woocommerce-checkout .woocommerce-input-wrapper input:focus {
  border: none !important;
}
.woocommerce-page.woocommerce-checkout #solutation_1_field span.select2-selection.select2-selection--single {
  width: 11%;
}
@media screen and (max-width: 767px) {
  .woocommerce-page.woocommerce-checkout form .form-row-first, .woocommerce-page.woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-page.woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-page.woocommerce-checkout .woocommerce-page form .form-row-last, .woocommerce-page.woocommerce-checkout p#billing_email_field, .woocommerce-page.woocommerce-checkout p#billing_country_field {
    width: 90%;
    overflow: visible;
    float: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 30% !important;
  }
}
.woocommerce-page.woocommerce-checkout form div#order_review {
  border-top: 1px solid #ccc !important;
  border-radius: 0 0 14px 14px !important;
}
.woocommerce-page.woocommerce-checkout form h3#order_review_heading {
  border-radius: 14px 14px 0 0 !important;
}

.woocommerce-cart-form__contents td.actions, .cart_totals.calculated_shipping h2, .woocommerce-cart .woocommerce-message {
  display: none;
}

@media screen and (min-width: 1025px) {
  form.woocommerce-cart-form {
    max-width: 70%;
    float: left;
  }
}

@media screen and (min-width: 1025px) {
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 25%;
    float: right;
  }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

a.checkout-button.button.alt.wc-forward {
  padding: 12px 32px;
  border-radius: 4px;
  background-color: #27509b;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

.order-total th, .order-total td {
  border: none !important;
}

.form.woocommerce-cart-form * {
  font-family: "Noto Sans", sans-serif;
}

.cart_totals.calculated_shipping table.shop_table.shop_table_responsive {
  padding-top: 16px;
  border-bottom: none;
}

.product-name a {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

.woocommerce-cart table.shop_table .product-name, .woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-quantity, .woocommerce-cart table.shop_table .product-subtotal {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount, .woocommerce-cart table.shop_table td.product-name, .woocommerce table.shop_table tbody th {
  font-weight: 700;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
  background-color: rgba(39, 80, 155, 0.1) !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
  background-color: #f2f2f2;
}

.woocommerce-cart .woocommerce table.shop_table {
  border: none !important;
}
.woocommerce-cart .woocommerce-message {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart table.shop_table .order-total .woocommerce-Price-amount {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

.woocommerce table.shop_table tr, .woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border: 2px solid #fff !important;
  border-collapse: collapse;
}

.shop_table_responsive td.actions {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  border-bottom: none !important;
}

.woocommerce-form-row label {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}

.woocommerce-Input--password, #password_current, #password_1, #password_2 {
  width: 360px;
  height: 56px;
  padding: 16px 56px 16px 16px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    display: none;
  }
}

nav.woocommerce-MyAccount-navigation {
  margin-top: 6% !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
  padding: 16px 32px !important;
  border-radius: 4px;
  background-color: #27509b;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
}

.woocommerce-MyAccount-content h3 {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  border-bottom: none !important;
}

/* dashboard menu styling */
.woocommerce nav.woocommerce-MyAccount-navigation {
  -webkit-box-shadow: 0 2px 14px 0 #f2f2f2;
          box-shadow: 0 2px 14px 0 #f2f2f2;
  border-radius: 14px;
  padding: 16px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  border: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  padding: 24px 8px 24px 24px;
  min-width: 248px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #1a1a1a;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background-color: rgba(39, 80, 155, 0.1);
  border-left: 4px solid #27509b;
  font-weight: bold;
  color: #27509b !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
  padding-right: 24px;
  vertical-align: -15%;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: rgba(39, 80, 155, 0.1);
  border-left: 4px solid #27509b;
  font-weight: bold;
  color: #27509b !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: url("../img/my_orders.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:hover:before {
  content: url("../img/my_orders_hover.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: url("../img/myinfo.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:hover:before {
  content: url("../img/myinfo_hover.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--change-pass a::before {
  content: url("../img/changepw.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--change-pass a:hover:before {
  content: url("../img/changepw_hover.svg");
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  border: 1px solid #27509b;
  border-radius: 4px;
  text-align: center;
  margin-top: 40px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #27509b;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: unset;
  font-weight: bold;
  border-left: none;
}

.woocommerce-MyAccount-content .woocommerce-orders-table {
  border: none !important;
  border-collapse: collapse !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background-color: rgba(39, 80, 155, 0.1) !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  border: 4px solid #ffffff !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead th span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
}
.woocommerce-MyAccount-content .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-number {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody {
    background-color: unset;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
    background: unset;
    margin-bottom: 8px;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell {
  border: 4px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell {
    border: 1px solid #cccccc;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a.invoice {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
  display: table-cell;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
    display: block;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
  background-color: unset;
  color: #000000;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
    width: auto;
    margin-right: 16px;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover {
  border-radius: unset;
  text-transform: unset;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions p {
  margin: 0;
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions p {
    width: auto;
  }
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions p a::before {
  content: url("../img/download.svg");
}

/* pagination styling */
.orders_pagination_wrapper .orders_pagination_text p {
  margin-bottom: 24px;
  margin-left: 4px;
}
@media screen and (max-width: 1024px) {
  .orders_pagination_wrapper .orders_pagination_text p {
    margin-left: 1px;
    margin-bottom: 40px;
  }
}
.orders_pagination_wrapper .orders_pagination_buttons .woocommerce-pagination {
  float: right;
}
.orders_pagination_wrapper .orders_pagination_buttons .woocommerce-pagination a.woocommerce-button {
  min-width: 200px;
  padding: 12px 32px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .orders_pagination_wrapper .orders_pagination_buttons .woocommerce-pagination a.woocommerce-button {
    min-width: 163px;
  }
}
.orders_pagination_wrapper .orders_pagination_buttons .woocommerce-pagination a.woocommerce-button--previous {
  color: #27509b;
  background-color: transparent;
  border: solid 1px #27509b;
}
.orders_pagination_wrapper .orders_pagination_buttons .woocommerce-pagination a.woocommerce-button--next {
  color: #ffffff;
  background-color: #27509b;
}

.woocommerce div.product {
  /* styling for increment decrement */
}
.woocommerce div.product .product_title.entry-title {
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #27509b;
  text-align: left;
}
.woocommerce div.product .woocommerce-product-details__short-description > p:first-of-type {
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
}
.woocommerce div.product h1.product_title.entry-title {
  border-bottom: 2.5px solid #fce500;
  padding-bottom: 10px !important;
}
.woocommerce div.product .summary .cart a.minus, .woocommerce div.product .summary .cart a.plus {
  font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(6%, rgba(255, 255, 255, 0.06)), to(rgba(8, 74, 142, 0.79)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.06) 6%, rgba(8, 74, 142, 0.79) 100%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  background: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid #27509b;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #27509b;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs div.woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 24px;
  }
}
.woocommerce div.product .related h2 {
  text-align: center;
  font-family: MichelinUnitTitling-Bold, "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--gray-darken-80);
}
.woocommerce div.product .related ul li {
  padding: 32px;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-18%, #f6f5f5), color-stop(160%, #f3f3f3)), -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d6d6d6));
  background-image: linear-gradient(to bottom, #f6f5f5 -18%, #f3f3f3 160%), linear-gradient(to bottom, #f1f1f1, #d6d6d6);
}
.woocommerce div.product .related ul li .astra-shop-summary-wrap .ast-woo-product-category {
  display: none;
}
.woocommerce div.product .related ul li .astra-shop-summary-wrap .star-rating {
  display: none;
}
.woocommerce div.product .related ul li .astra-shop-summary-wrap .ast-loop-product__link h2 {
  font-family: Noto-Sans-Regular, "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.woocommerce div.product .related ul li .astra-shop-summary-wrap .price {
  display: none;
}
.woocommerce div.product a#plus_qty, .woocommerce div.product a#minus_qty {
  color: #27509b !important;
}

.woocommerce-checkout:has(.woocommerce-thankyou-order-received) .entry-title {
  visibility: hidden;
  position: relative;
}

.woocommerce-checkout:has(.woocommerce-thankyou-order-received) .entry-title:after {
  top: 20px;
  left: 30%;
  content: "Confirmation de la commande";
  position: absolute;
  visibility: visible;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-checkout:has(.woocommerce-thankyou-order-received) .entry-title:after {
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout:has(.woocommerce-thankyou-order-received) .entry-title:after {
    left: 0;
  }
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #27509b;
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce ul.order_details li {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    padding-right: 0;
    margin-right: 0;
  }
}