.woocommerce {
  margin: auto;
  display: flex;
  flex-direction: column;
}
.woocommerce-wrapper {
  display: flex;
  flex-direction: row;
}

.woocommerce-checkout #masthead,
.woocommerce-cart #masthead {
  position: relative;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout div#page,
.woocommerce-cart div#page {
  padding: 0;
}

body.single-product .woocommerce-notices-wrapper {
  margin-top:80px;
}

.woocommerce-notices-wrapper {
  display: inline-flex;
  width: 100%;
}

.woocommerce-error,
.woocommerce-message {
  /* position: absolute; */
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0;
  background-color: #f2f2f2;
  display: inline-flex;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.woocommerce-message {
  border-top-color: #515151;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: unset;
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
  position: initial;
}

.woocommerce-message a.button.wc-forward {
  background-color: #000 !important;
  color: white !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  line-height: 100%;
  margin-left: 45px;
  font-weight: 400;
  /* border: 1px solid #000;
    border-radius: 0; */
}
/* ----------------------------------------- SHOP PAGE ----------------------------------------- */

.woocommerce-shop .product-infos-wrapper {
  opacity: 0;
  transition: all 500ms ease;
}

.woocommerce-shop .product.type-product:hover .product-infos-wrapper {
  opacity: 1;
}

.woocommerce-shop .product.type-product .product-infos-wrapper {
  padding: 0;
}

.woocommerce-shop  h2.woocommerce-loop-product__title {
  padding-top: 20px;
  padding-bottom: 60px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.products {
  margin-top: 30px;
}

.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.woocommerce .products.columns-3 div.product {
  width: calc(33.33% - 10px);
}

.woocommerce .products.columns-3 div.product,
.shop-double-image {border-radius: 10px;overflow: hidden;}

.shop-double-image {
  width: calc(66.66% - 6px);
  position: relative;
}

@media screen and (max-width: 425px) {
  .shop-double-image {
    display: none;
  }
}

.shop-double-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce .products.columns-3 img,
.woocommerce-page .woocommerce .products.columns-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.woocommerce .products.columns-3 .product-image-wrapper,
.woocommerce .products.columns-3 .product-infos-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.woocommerce .products.columns-3 .product-infos-wrapper {
  z-index: 2;
  bottom: initial;
  text-align: center;
}

/* ----------------------------------------- SINGLE PRODUCT ----------------------------------------- */

body.single-product div#page {
  padding-top: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  /* width: calc(50% - 15px); */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images.ready {
  width: calc(66.6% - 15px);
}

span.free_shipping_wrapper {
  font-weight: 600;
}

.product-images-infos {
  display: flex;
  gap: 30px;
}

.woocommerce div.product div.summary {
  width: calc(33.3% - 15px);
  /* padding-top: 90px; */
  margin-bottom: 0;
}

.product-images-infos h1.product_title.entry-title {
  padding-top: 70px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 30px;
}

div.product .product-images-infos p.price,
div.product .product-images-infos span.price {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 60px;
}

div.product .product-images-infos p.price > span:nth-child(2),
div.product .product-images-infos span.price > span:nth-child(2) {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* Accordions */

.woocommerce-accordions {
  margin-top: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  overflow: hidden;
  font-size: 16px;
  text-transform: initial;
  font-weight: 400;
  line-height: 1.5;
}

.woocommerce-accordions p,
.woocommerce-accordions ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: initial;
  margin-bottom: 15px;
}

.accordion-title {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding: 30px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
}

.accordion-title-plus {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  width: 19px;
  height: 19px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(0deg);
}

.woocommerce-accordions
.accordion-section:not(.open):hover
.accordion-title-plus {
  transform: rotate(90deg);
}

.accordion-title-plus > span {
  position: absolute;
  background: #000000;
}

.accordion-title-plus > span:nth-child(1) {
  width: 2px;
  height: 100%;
  left: 9px;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  transform: rotate(0deg);
}

.accordion-title-plus > span:nth-child(2) {
  height: 2px;
  width: 100%;
  top: 9px;
}

.woocommerce-accordions
.accordion-section.open
.accordion-title-plus
> span:nth-child(1) {
  transform: rotate(90deg);
}

/* Styles de base pour l'accordÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©on */
.woocommerce-accordions .accordion-content {
  overflow: hidden;
  transition: height 0.5s ease-out; /* animation de transition */
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.woocommerce-accordions .accordion-content-inner {
  padding: 0;
}

.woocommerce-accordions .accordion-section.ready:not(.open) .accordion-content {
  height: 0 !important;
}

.related.products .products.columns-4 {
  display: flex;
  gap: 15px;
}

.related.products .products.columns-4 .product {
  width: calc(25% - 15px);
  height: auto;
}

.woocommerce  .related h2.woocommerce-loop-product__title {
  padding-top: 20px;
  padding-bottom: 60px;
  opacity:0;
  transition:opacity 500ms;
}

.woocommerce  .related .product:hover h2.woocommerce-loop-product__title {
  opacity:1;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9010197829131653) 70%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}


/* ----------------------------------------- Grille image ----------------------------------------- */

/* DÃƒÂ©finit la zone contenant les images comme dÃƒÂ©filable */
.woocommerce-product-gallery {
  overflow-y: auto;
  max-height: 1000px; /* Ajustez cette valeur selon la hauteur souhaitÃƒÂ©e */
}

/* CrÃƒÂ©e une grille de 2 colonnes pour les images */
.woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* Espacement entre les images */
}

.woocommerce-product-gallery__wrapper div:first-child {
  display:none;
}

.woocommerce
div.product
div.images
.woocommerce-product-gallery__image:nth-child(n + 2) {
  width: auto;
  display: initial;
}

/* Stylisation pour les navigateurs basÃƒÂ©s sur WebKit */
.woocommerce div.product div.images::-webkit-scrollbar {
  width: 5px; /* Largeur de la barre de dÃƒÂ©filement */
  background-color: #f5f5f5; /* Couleur de fond de la barre de dÃƒÂ©filement */
}

.woocommerce div.product div.images::-webkit-scrollbar-thumb {
  background-color: #000; /* Couleur de la barre de dÃƒÂ©filement elle-mÃƒÂªme */
  border-radius: 3px; /* Arrondit les bords de la barre de dÃƒÂ©filement, si vous le souhaitez */
}

/* Stylisation pour Firefox */
.woocommerce div.product div.images {
  scrollbar-width: thin; /* Utilisez "none" pour masquer complÃƒÂ¨tement la barre de dÃƒÂ©filement */
  scrollbar-color: #000 #f5f5f5; /* PremiÃƒÂ¨re couleur pour le pouce, deuxiÃƒÂ¨me couleur pour la piste */
}

.single-product .marquee-rtl {
  margin: 4em 0;
  width: 100vw;
  max-width: none;
}

section.related.products h3 {
  display: none;
}

body.single-product .scrolling-text {
  margin: 30px 0 60px 0;
}

.single-product .gf-single-product-size-container {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.woocommerce div.product form.cart .variations label,
.woocommerce.single-product .variations.gf-single-product-size-container label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations label {
  display: flex;
  align-items: center;
}

.single-product button {
  /* font-family: Roboto; */
  background: none;
  border: none;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  cursor: pointer;
}
.single-product .gf-single-product-size-container button {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  margin-left: 20px;
}
.single-product .gf-single-product-size-container .selected {
  font-weight: 900;
  color: white;
  background-color: #000;
  border-radius: 5px;
}

.single-product .gf-single-product-size-guide-container {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 86px;
  border-top: 1px dashed black;
  align-items: center;
}
.single-product .gf-single-product-size-guide-container p {
  height: 100%;
  line-height: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: none;
}

.woocommerce-variation-availability {
  display: none;
}

.woocommerce div.product form.cart {
  margin-top: 30px;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
  justify-content: center;
  float: none;
  margin-bottom: 30px;
  display: none!important;
}

.woocommerce
form.woocommerce-cart-form.gf-woocommerce-cart-form
.product-quantity
input {
  height: 37px;
  width: 78px;
}

.woocommerce div.product form.cart div.quantity input {
  padding: 5px;
  min-width: 100px;
  text-align: center;
  font-size: 25px;
}

.woocommerce
div.product
form.cart
.woocommerce-variation-add-to-cart
button.single_add_to_cart_button {
  background: #000000;
  opacity: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

/** 
* CART
*/

.woocommerce-cart-left-header {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 50px;
}

.woocommerce-cart-left-header a {
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.766%; /* 26.953px */
  text-decoration-line: underline;
}

.woocommerce-cart-left-header h1 {
  color: #000;
  font-family: Helvetica;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.766%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 66.6%;
  padding-left: 50px;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33.4%;
  background-color: #f2f2f2;
  padding: 50px 50px 0 50px;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  background-color: #000;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h3 {
  color: #000;

  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals p {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.48px;
  text-transform: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .gf-cart-top {
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .gf-cart-bottom {
}

.shop_table.shop_table_responsive {
  padding-top: 30px;
  border-bottom: 1px dashed #777;
  border-top: 1px dashed #777;
}
.gf-cart-top-section:not(:last-child) {
  border-bottom: 1px dashed #777;
}

.gf-cart-top-section {
  padding: 20px 0;
}

.gf-woocommerce-cart-form {
  margin: 0 50px;
}
.woocommerce-cart-form__cart-item.cart_item {
  display: inline-flex;
  width: 100%;
  margin: 25px 0 25px;
  padding-bottom: 50px;
}
.product-right-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin: 0 50px;
}
.product-right-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 40px;
}

.product-right-container-bottom-left {
  display: flex;
  flex-direction: row;
}

.product-right-container-top {
}

.product-right-container-size {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  color: #000;

  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
}

.product-name {
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.woocommerce-cart-form__cart-item.cart_item:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5); /* Remplacez #000 par la couleur de votre choix */
}

a.gf-remove {
  text-decoration: underline;
  margin-left: 15px;
}

.order-total,
.cart-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.gf-cart-code-notice {
  font-size: 13px;
  margin: 30px 0;
}

.gf-cart-votre-don {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
  padding: 30px 20px;
  color: #000;

  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

/** COMMANDER / checkout*/

form.checkout.woocommerce-checkout {
  display: flex;
  direction: column;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 .woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.checkout-left-container {
  margin: 0 50px;
  padding-top: 50px;
  width: 66.6%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.checkout-right-container {
  padding: 50px 50px 0 50px;
  background-color: #f2f2f2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 50px;
}

.gf-checkout-products {
  display: flex;
  flex-direction: column;
}
.checkout-right-container .cart_item:not(:last-child) {
  min-height: 141px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5); /* Remplacez #000 par la couleur de votre choix */
}

.gf-cart-subtotal-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 50px;

  padding-top: 30px;

  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

/**
FORMS
*/

form h3,
form h2 {
  color: #000;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}

.woocommerce form .form-row {
  padding: 4px;
}

input[type='text'],
.woocommerce form .form-row input.input-text {
  height: 72px;
  padding-left: 10px;
}
.select2-results__option,
input[type='text'],
.woocommerce form .form-row input.input-text,
span.select2-selection.select2-selection--single {
  /* color: rgba(0, 0, 0, 0.50); */
  height: 72px;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.select2-results__option {
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f2f2f2;
}
button#place_order {
  background-color: #000;
  width: 100%;
  height: 74px;
  color: #fff;

  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.woocommerce form .woocommerce-billing-fields .form-row label,
.woocommerce-page form .woocommerce-billing-fields .form-row label {
  display: none;
}
form.checkout.woocommerce-checkout {
  display: flex;
  flex-direction: column;
}

.checkout-inner {
  display: flex;
  flex-direction: row;
}
.woocommerce-shipping-fields,
.woocommerce-account-fields,
#custom_radio_checkout_field {
  margin-top: 80px;
}

#custom_radio_checkout_field h3 {
  margin-bottom:30px;
}

#custom_radio_checkout_field .custom-option label {
  display: block;
}

.custom_radio_checkout_field input,
.custom_radio_checkout_field span.text{
  display:none;
}

.custom_radio_checkout_field img {
  border-radius: 15px;
  border: 2px solid #ffffff;
}

.custom_radio_checkout_field.checked img {
  border:2px solid #000000;
  line-height: 1;
  margin: 0;
}

p#custom_option_field .woocommerce-input-wrapper,
p#custom_option_field {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
p#custom_option_field .woocommerce-input-wrapper {
  /* justify-content: space-between; */
}

#custom_option_field .input-radio {
  margin-right: 5px;
  /* width: 33%; */
}
#custom_option_field label.radio {
  margin-right: 30px;
}

/* #custom_option_field .input-radio:before{
    width: 100%;
    height: 100%;
    max-width: 305.287px;
    max-height: 201.603px;
    background-size: 10px 20px;
}
#custom_option_wwf:before {
    background-image: url(../images/wwf.png);
    content:'';
}
#custom_option_unicef:before {
    background-image: url(../images/wwf.png);
    content:'';
}
#custom_option_unhcr:before {
    background-image: url(../images/wwf.png);
    content:'';
} */

/* review order */
.gf-checkout-products .cart_item {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}

.gf-checkout-products .cart_item .product-name {
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.woocommerce-cart .product-thumbnail,
.gf-checkout-products .gf-checkout-product-thumbnail {
  overflow: hidden;
}
.woocommerce-cart .product-thumbnail,
.gf-checkout-products .gf-checkout-product-thumbnail img {
  max-width: 135px;
  max-height: 135px;
  object-fit: cover;
}
.gf-checkout-product-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 20px;
}
.gf-checkout-product-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/** Order receiver */

.woocommerce-order-received .page-container {
  margin: 50px;
}

/** WOOCOMMERCE GENERAL */

.woocommerce-info {
  border: none;
}

.woocommerce-info::before {
  content: none;
}
a.button.wc-backward {
  margin: 50px 0 30px 50px;
}
/** MODALS */
#livraison-modal {
}
.livraison-btn {
  cursor: pointer;
  margin-top: 20px;
}
#livraison-modal .gf-livraison-modal-head {
  position: absolute;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  margin-top: 20px;
  padding-top: 0;
}
#livraison-modal .livraison-modal-content {
  margin: 20px;
}
#livraison-modal .livraison-modal-content p {
  text-transform: initial;
}
/** MODAL SIZE GUIDE */
#size-guide-btn {
  cursor: pointer;
}

.gf-modal,
#size-guide-modal {
  position: fixed;
  z-index: 9999;
  display: flex;
  opacity: 0;
  /* display: none; */
  flex-direction: column;
  background-color: #fff;
  max-width: 609px;
  width: 33%;
  min-width: 600px;
  height: 100vh;
  font-size: 14px;
  padding-top: 80px;
  right: -609px;
  top: 0;
  transition: all 500ms ease;
}
.gf-modal-head,
.size-guide-modal-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  padding: 30px 0;
}
.gf-modal.open,
#size-guide-modal.open {
  display: flex;
  right: 0;
  opacity: 1;
}

.gf-modal-close,
#size-guide-modal-close {
  cursor: pointer;
}

#size-guide-modal .guide-array-head {
  text-transform: uppercase;
}

#size-guide-modal .guide-array-head,
#size-guide-modal .row {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  height: 78px;
  line-height: 100%;
  align-items: center;
}
#size-guide-modal .guide-array-head > div,
#size-guide-modal .row > div {
  width: 25%;
}

#size-guide-modal .guide-array-head,
#size-guide-modal .row {
  padding: 0 40px;
  text-align: center;
}
#size-guide-modal .row > div {
  /* margin: 0 10px; */
}
.size-guide-modal-content {
  padding: 40px;
}

.modal-close {
  width: 19px;
  height: 19px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(0deg);
}

.modal-close:hover {
  transform: rotate(90deg);
}

.modal-close > span {
  position: absolute;
  background: #000000;
}

.modal-close > span:nth-child(1) {
  width: 2px;
  height: 100%;
  left: 9px;
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
  transform: rotate(0deg);
}

.modal-close > span:nth-child(2) {
  height: 2px;
  width: 100%;
  top: 9px;
}

.modal-close > span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close > span:nth-child(2) {
  transform: rotate(45deg);
}

/** ORDER REVIEW**/
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  margin-top: 50px;
}

div#payment p {
  font-size: 14px;
  text-transform: unset;
  line-height: 1.43;
}


form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-login.login input{
  text-transform: none;
}