/** Header **/

.wim-block {
  display: flex;
}

.area--menu-classic {
  justify-self: center !important;
}

.site-header .button__icon:not(.button__icon--special) {
  display: none !important;
}

.wim-block svg path {
  fill: white !important;
  stroke: black !important;
}

.wim-block .area--cart svg path {
  fill: black !important;
  stroke: unset !important;
}

.site-header .button__icon--special svg * {
  stroke-width: 2 !important;
}

#header-top>a.area--account,
#header-top>a.area--cart {
  display: none !important;
}

.dfd-footer {
  display: none !important;
}

@media screen and (min-width: 767px) {
  body .site-header--style-one-row>div .header__top--logo-left.no-custom-link.site-header--menu-classic {

    grid-template-areas: "logo menu-classic search account cart" !important;
    grid-template-columns: minmax(max-content, auto) 1fr minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) !important;
  }
}

@media screen and (max-width: 766px) {
  body main-header#site-header.site-header--style-one-row .header__top--logo-left {
    grid-template-areas: "menu logo custom-icon" !important;
    grid-template-columns: 1fr 10fr 1fr !important;
  }

  #header-top #logo {
    width: 100%;
    justify-content: left;
  }

  sidebar-drawer #menu-item-account {
    display: none !important;
  }

  .shopify-app-block.wim-header-icons {
    grid-area: custom-icon;
    justify-self: end;
  }

  .shopify-app-block.wim-header-icons a.area--account {
    display: block !important;
  }
}

/** Wim Menu **/
.site-nav.style--classic nav>ul>li>.menu-link,
.site-nav.style--classic nav>ul>div>li>.menu-link {
  padding: 12px;
  font-size: .8rem;
}

.site-nav.style--classic .wim-menu-classic .submenu.mega-menu .submenu-holder .babymenu .menu-link {
  padding: 5px 0 !important;
}

.site-nav.style--classic .wim-menu-classic .submenu.mega-menu .submenu-holder .babymenu .has-babymenu>a {
  font-weight: 600;
  color: #505050 !important;
}

.site-nav.style--classic .submenu.mega-menu .submenu-holder .has-babymenu li.last-level-menu-element {
  padding: 1px 10px !important;
}

.wim-block svg path {
  fill: transparent !important;
}

.wim-block .area--cart svg path {
  stroke: transparent !important;
  fill: black !important;
}

.site-nav.style--classic .submenu.mega-menu .submenu-masonry {
  grid-auto-rows: max-content;
}

.wim-menu-classic .menu-promotion {
  display: flex;
  flex-direction: column;
}

#SiteNavLabel-colecciones-classic {
  padding-left: .8rem;
}

.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link>ul {
  padding-left: .8rem;
  padding-bottom: 1.5rem;
}

.header__top .site-nav .link-list {
  align-items: center;
}

.wim-menu-classic__icon {
  margin-right: .225rem;
}

@media (min-width: 767px) {
  px .site-nav.style--classic .menu-link>span.icon {
    display: none;
  }

  .site-nav.style--classic .wim-menu-classic .submenu.mega-menu .submenu-holder--promotion-width-fourth.submenu-holder--promotion-three {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .submenu-list {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
  }
}

/* MINICART */
#mini-cart-popup {
  display: none;
}

/* END MINICART */

/* PRODUCT LIST */

#FacetFiltersForm {
  display: none !important;
}

.collection-heading__actions.hide {
  display: block !important;
}

.no-touchevents .product-variant__item--radio input:hover:not([disabled])+label {
  background-color: #B2EA96;
  color: black;
}

.product-item__title span {
  font-weight: normal;

}

.product-price span,
.product-item__title>div>span {
  font-size: calc(18px / 16 * 13 + 0px) !important;
}

.no-touchevents a:hover .text-animation--underline-thin {
  background-size: 0%;
}

.product-item__quick-buy .product-variant__name {
  display: none !important;
}

.product-item__quick-buy {
  border-top: unset !important;
}

.product-variant__item--radio input:checked+label {
  box-shadow: unset;
  background-color: black;
  color: white;
}

.product-item__title {
  margin-bottom: 0.5rem;
}

.product-item__title+.product-item__quick-buy {
  margin-top: 0;
}

.product-variant .css-slider--scrollbars-visible:after {
  background: none;
}

.wim_tags-container {
  min-height: 22px !important;
}

.wim_tags {
  background-color: #e3e5e2;
  width: 150px !important;
  text-align: center;
  font-size: 12px;
  padding: 2px 10px;
}

.no-touchevents .button--outline:hover {
  background-color: #B2EA96;
  color: black;
}

.add-to-cart.button:hover:active {
  color: black !important;
}

.product-variant__item--radio input:checked+label {
  box-shadow: unset;
  background-color: #B2EA96;
  color: black;
  border-width: 1px !important;
  box-shadow: inherit !important;
}

.add-to-cart.button:focus,
.card__text .button:active {
  background-color: #B2EA96;
  color: black !important;
}

@media (min-width:768px) {
  .wim-popup-button.button {
    display: none;
  }

  .wim-popup-close {
    display: none;
  }
}

@media (max-width:767px) {
  .wim-sidebar-quickbuy .site-overlay {
    z-index: 11 !important;
  }

  .wim-popup .product-variant>a {
    margin-top: 0 !important;
    top: 44px;
    right: 1rem;
    position: absolute;
  }

  .wim-sidebar-quickbuy .product-item:not(.wim-popup-container),
  .wim-sidebar-quickbuy main-header,
  .wim-sidebar-quickbuy #pfo-widget-button-mobile {
    z-index: 0;
  }

  .wim-sidebar-quickbuy #pfo-widget-button-mobile,
  .wim-sidebar-quickbuy #admin-bar-iframe {
    display: none !important;
  }

  .product-item__quick-buy.wim_quick-buy quick-buy {
    display: none !important;
  }

  body#products product-variants {
    display: none !important;
  }

  body#products quick-buy.wim-popup product-variants {
    display: block !important;
  }

  body.template-collection quick-buy form .button__text {
    display: none !important;
  }

  body.template-collection quick-buy form .button__text.visible {
    display: block !important;
  }

  quick-buy form button.add-to-cart {
    height: 38px;
  }

  quick-buy.wim-popup {
    position: fixed;
    z-index: 999999;
    background-color: white;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 2rem 1rem;
  }

  .wim-popup-button.button {
    padding: .425rem .9375rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
  }

  .wim-popup-close {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 15px;
  }

  quick-buy.hide-button:not(.wim-popup),
  quick-buy.hide-button:not(.wim-popup) .wim-popup-close {
    display: none !important;
  }

  quick-buy.hide-button.wim-popup .product-variant__name {
    display: block !important;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 13px !important;
    font-weight: 500;
  }

  quick-buy.wim-popup .product-form {
    margin-top: 1rem;
  }

  quick-buy.wim-popup .product-variant__container--radio {
    justify-content: center;
  }

  quick-buy.wim-popup .product-item__title+.product-item__quick-buy {
    margin-top: 3rem !important;
  }

  quick-buy.wim-popup .product-variant__label.text-size--small {
    font-size: 14px !important;
  }

  quick-buy.wim-popup .add-to-cart .button__text .element--hide-on-small {
    display: inline-block !important;
  }

  quick-buy.wim-popup .add-to-cart .button__text .element--hide-on-small .product-price span {
    font-size: 12px !important;
  }

  .product-form .button {
    margin-top: 4px;
  }

  quick-buy.wim-popup .product-variant__container--radio {
    justify-content: center;
    row-gap: 0.4rem !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }

  quick-buy.wim-popup .product-variant__item--radio.css-slide:last-child {
    display: none !important;
  }

  .product-variant__item--radio {
    margin: 0 !important;
  }

  .product-variant__item--radio label {
    min-width: unset !important;
    padding: 9px 6px !important;
    max-width: unset;
  }

  .product-variant__item--radio.css-slide:last-child {
    padding-inline: 0 !important;
  }

  .product-variants,
  .product-variants * {
    max-width: fit-content;
    overflow-x: hidden !important;
  }

  .product-variant__item--radio:not(:first-child) label {
    transform: unset !important;
  }

  .product-variant__container {
    gap: 0.1rem;
  }

  .product-variant__container input {
    margin: 0 !important;
    min-width: 100%;
    height: fit-content;
  }
}

.product-item__badges .product-item__badge {
  display: none;
}

.wim-top-tag {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.wim-top-tag span {
  display: block;
  padding: 4px 6px;
  font-size: .75em;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
}

.tag-limited-edition {
  background-color: #b2ea95;
}

.tag-is-new {
  background-color: #b2ea95;
}

.tag-best-seller {
  background-color: #e786da;
}

.tag-discount {
  background-color: #e786da;
}

.product-item__price .has-discount .product-price--original {
  color: #e786da;
  font-weight: bold;
}

/* END PRODUCT LIST */

/* PRODUCT */

div#rapid_reviews_items a {
  border: unset;
}

product-page .product-text>div[class*="container-wim_equivalenza_app_wim_collapsible"] {
  margin-bottom: 0;
}

/* END PRODUCT */

/* LANDING LES SECRETS */
#les-secrets .product-variants .css-slider--scrollbars-visible:after {
  background: none;
}

#les-secrets .les-secrets.container--large {
  margin-top: 0;
}

#les-secrets .les-secrets .section-footer__actions .button {
  background-color: #fff;
}

#les-secrets .les-secrets .section-footer__actions .button:hover {
  background: #000;
  color: #fff;
}

#les-secrets .les-secrets .section-footer__actions .button:hover svg path {
  fill: #fff;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-button {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: auto;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-next {
  right: 0;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-prev {
  left: 0px;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-next::before,
#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-prev::after {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background: #000;
  margin: 0;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-next svg path,
#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-prev svg path {
  fill: #fff;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-next svg,
.carousel_les-secrets .css-slider-navigation-container .css-slider-prev svg {
  position: absolute;
}

#les-secrets .carousel_les-secrets .css-slider-navigation-container .css-slider-button.disabled {
  opacity: 0;
}

#les-secrets>[id*="footer"] {
  margin-top: 0;
}

#les-secrets .carousel_les-secrets {
  margin-top: 0;
}

#les-secrets .les-secrets .product-item {
  display: none;
}

#les-secrets .les-secrets .product-item:nth-child(1),
#les-secrets .les-secrets .product-item:nth-child(2),
#les-secrets .les-secrets .product-item:nth-child(3),
#les-secrets .les-secrets .product-item:nth-child(4) {
  display: block;
}

@media (min-width: 768px) {
  #les-secrets .les-secrets .product-item {
    display: block;
  }
}

/* END LANDING LES SECRETS */

/* TOOGLE */
.shopify-section .product-text .wim-collapsible-container {
  margin-bottom: 0;
}

.wim-toggle.toggle-border--top {
  border-top: 1px solid var(--color-borders-main);
}

.wim-toggle.toggle-border--bottom {
  border-bottom: 1px solid var(--color-borders-main);
}

/* END TOOGLE */

/* PDP - PRICE */
product-page .product-price span,
.product__title {
  font-size: 18px !important;
}

product-page .product-price--compare {
  text-decoration: none;
}

product-page .product-price--compare span {
  text-decoration: line-through;
}

product-page .product-text .product-price span {
  font-weight: 400;
}

@media screen and (min-width:768px) {

  product-page .product-price span,
  .product__title {
    font-size: 24px !important;
  }
}

/* PAGE EQUILOVERS */

#equilovers .wim-contanct-form button {
  width: 100%;
  background-color: black;
  color: white;
}

#equilovers .wim-contanct-form .text-font--sub_heading {
  text-align: center;
  margin-bottom: 0;
}

#equilovers .wim-contanct-form .text-font--sub_heading {
  text-align: center;
  font-size: 12px;
  margin-bottom: 2rem;
}

#equilovers .wim-contanct-form form {
  max-width: 442px;
}

#equilovers .wim-contanct-form label span[aria-hidden="true"] {
  margin-left: 0.5rem;
  color: darkred;
}

#equilovers .wim-contanct-form .contact-form__the-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#equilovers .wim-contanct-form label.text-size--small {
  width: 100%;
  padding-top: 3px;
}

@media screen and (max-width: 767px) {
  #equilovers #main>[id*="rich_text"] {
    display: flex;
  }
}

@media(min-width: 768px) {
  #equilovers .wim-contanct-form .contact-form {
    display: flex;
    justify-content: center;
  }

  #equilovers .wim-contanct-form .contact-form__the-form {
    max-width: 615px;
    width: 100%;
  }

}

/* PAGE END EQUILOVERS */

/* FORM NEWSLETTER */
.wim-newsletter {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.footer-item__newsletter {
  margin-bottom: 1rem;
}

.newsletter_checkbox {
  margin: 1rem 0;
}

.newsletter_checkbox div {
  gap: .5rem;
}

.newsletter_checkbox p {
  width: calc(100% - 20px);
  margin: 0;
  font-size: .75rem;
  line-height: 1.3rem;
}

.newsletter_checkbox input {
  width: 1rem;
  accent-color: #000;
}

.footer-item__newsletter .newsletter_checkbox input {
  height: auto;
  margin: 0;
}

/* END FORM NEWSLETTER */

/* FONTS */
a.button,
.add-to-cart,
.product-variant__item--radio label,
.product-form .button {
  text-transform: uppercase;
  border-color: #000 !important;
}

.section-heading .text-color--opacity {
  opacity: 100%;
}

.section-heading__subheading {
  max-width: 50rem;
}

/* END FONTS */

/* HOME PAGE */
body[id*="equivalenza"] #main>[id*="shop_the_look"] h2 {
  font-size: 0;
}

body[id*="equivalenza"] #main>[id*="shop_the_look"] h2::after {
  content: '';
  background: url('https://cdn.shopify.com/s/files/1/0652/5009/9374/files/logo-les-secrets.png') no-repeat center/contain;
  width: 150px;
  display: inline-block;
  height: 103px;
}

body[id*="equivalenza"] #main>[id*="shop_the_look"] {
  background: #F3EFED;
  padding: 1px 0 50px 0;
}

@media(min-width: 768px) {
  body[id*="equivalenza"] #main>[id*="shop_the_look"] {
    padding: 1px 0 140px 0;
  }
}

/* END HOME PAGE */

/* PRODUCT */
.extra-metafields-container {
  gap: 2rem !important;
}

.extra-metafields-container,
.extra-metafields-container>div {
  display: flex !important;
  gap: 1rem;
  align-items: center;
}

.extra-metafields-container>div>div:last-child {
  display: flex;
  flex-direction: column;
  font-size: 13px !important;
  text-transform: capitalize;
}

.extra-metafields-container>div>div:last-child>span:last-child {
  font-weight: bold;
}

.r_prompt_links a[href*="q?"],
.r_tabs a[data-type="q"] {
  display: none !important;
}

.r_stars_on {
  background-color: #000 !important;
}

.wim-product-rapid-reviews {
  margin-bottom: 0;
  min-height: 35px;
}

.product__description,
.product__description p,
.product__description span {
  font-size: 14px !important;
}

@media(max-width: 767px) {
  .extra-metafields-container {
    gap: 30px !important;
  }

  .extra-metafields-container>div {
    flex-direction: column;
    align-items: start;
    gap: 0.6rem !important;
  }

  .product-form .flex-buttons>* {
    margin-top: 0 !important;
  }

  .wim-top-tag span {
    font-size: 8px !important;
  }

  .product__description,
  .product__description p,
  .product__description span {
    font-size: 13px !important;
  }
}

@media (max-width:397px) {
  .extra-metafields-container {
    gap: 15px !important;
  }
}

.template-product .wim-top-tag-product span {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: .85em;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.template-product .product-price {
  display: flex;
  align-items: center;
}

.template-product .product-price .tag-discount-product {
  margin-inline-start: .75rem;
  background-color: #e786da;
  padding: 2px 4px;
  font-size: .8em !important;
}

/* END PRODUCT */

/*========================================================
GENERAL
==========================================================*/
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.font-w-100 {
  font-weight: 100 !important;
}

.font-w-200 {
  font-weight: 200 !important;
}

.font-w-300 {
  font-weight: 300 !important;
}

.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

.wim-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="wim-col-"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}

.wim-row .wim-row {
  margin: 0px 0px;
}

.wim-row .wim-row [class*="wim-col-"] {
  padding: 0px 0px;
}

.wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12):nth-child(1) {
  padding-left: 0px;
  padding-right: 7.5px;
}

.wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12):nth-last-child(1) {
  padding-left: 7.5px;
  padding-right: 0px;
}

.wim-col {
  flex: 0 0 auto;
  width: 100%;
}

.wim-col-1 {
  flex: 0 0 8.333333%;
  width: 8.333333%;
}

.wim-col-2 {
  flex: 0 0 16.666667%;
  width: 16.666667%;
}

.wim-col-3 {
  flex: 0 0 25%;
  width: 25%;
}

.wim-col-4 {
  flex: 0 0 33.333333%;
  width: 33.333333%;
}

.wim-col-5 {
  flex: 0 0 41.666667%;
  width: 41.666667%;
}

.wim-col-6 {
  flex: 0 0 50%;
  width: 50%;
}

.wim-col-7 {
  flex: 0 0 58.333333%;
  width: 58.333333%;
}

.wim-col-8 {
  flex: 0 0 66.666667%;
  width: 66.666667%;
}

.wim-col-9 {
  flex: 0 0 75%;
  width: 75%;
}

.wim-col-10 {
  flex: 0 0 83.333333%;
  width: 83.333333%;
}

.wim-col-11 {
  flex: 0 0 91.666667%;
  width: 91.666667%;
}

.wim-col-12 {
  flex: 0 0 100%;
  width: 100%;
}

.chunk-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5 !important;
  transition: max-height 0.5s ease;
  position: relative;
}

.chunk-lines.expanded {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  max-height: 1000px !important;
}

.chunk-lines-2 {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  max-height: calc(1.5em * 2);
}

.chunk-lines-3 {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  max-height: calc(1.5em * 3);
}

.chunk-lines-4 {
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
  max-height: calc(1.5em * 4);
}

.chunk-lines-5 {
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
  max-height: calc(1.5em * 5);
}

.chunk-lines-6 {
  -webkit-line-clamp: 6 !important;
  line-clamp: 6 !important;
  max-height: calc(1.5em * 6);
}

.chunk-lines-7 {
  -webkit-line-clamp: 7 !important;
  line-clamp: 7 !important;
  max-height: calc(1.5em * 7);
}

.chunk-lines-8 {
  -webkit-line-clamp: 8 !important;
  line-clamp: 8 !important;
  max-height: calc(1.5em * 8);
}

.chunk-lines-9 {
  -webkit-line-clamp: 9 !important;
  line-clamp: 9 !important;
  max-height: calc(1.5em * 9);
}

.chunk-lines-10 {
  -webkit-line-clamp: 10 !important;
  line-clamp: 10 !important;
  max-height: calc(1.5em * 10);

}

.chunk-required-lines-2 {
  height: calc(1.5em * 2) !important;
}

.chunk-required-lines-3 {
  height: calc(1.5em * 3) !important;
}

.chunk-required-lines-4 {
  height: calc(1.5em * 4) !important;
}

.chunk-required-lines-5 {
  height: calc(1.5em * 5) !important;
}

.chunk-required-lines-6 {
  height: calc(1.5em * 6) !important;
}

.chunk-required-lines-7 {
  height: calc(1.5em * 7) !important;
}

.chunk-required-lines-8 {
  height: calc(1.5em * 8) !important;
}

.chunk-required-lines-9 {
  height: calc(1.5em * 9) !important;
}

.chunk-required-lines-10 {
  height: calc(1.5em * 10) !important;
}

button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: #e0e0e0;
  color: #a0a0a0;
  border-color: #d0d0d0;
}

#wim-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
}

#wim-loader .wim-loader-inner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top: 6px solid #2d9cdb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 576px) {
  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xs):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xs):nth-child(1) {
    padding-left: 0px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xs):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xs) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xs):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xs):nth-last-child(1) {
    padding-left: 7.5px;
    padding-right: 0px;
  }

  .p-0-xs {
    padding: 0px !important;
  }

  .p-1-xs {
    padding: 5px !important;
  }

  .p-2-xs {
    padding: 10px !important;
  }

  .p-3-xs {
    padding: 15px !important;
  }

  .px-0-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-1-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-2-xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-3-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-0-xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-1-xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-2-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-3-xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pl-0-xs {
    padding-left: 0px !important;
  }

  .pl-1-xs {
    padding-left: 5px !important;
  }

  .pl-2-xs {
    padding-left: 10px !important;
  }

  .pl-3-xs {
    padding-left: 15px !important;
  }

  .pr-0-xs {
    padding-right: 0px !important;
  }

  .pr-1-xs {
    padding-right: 5px !important;
  }

  .pr-2-xs {
    padding-right: 10px !important;
  }

  .pr-3-xs {
    padding-right: 15px !important;
  }

  .pt-0-xs {
    padding-top: 0px !important;
  }

  .pt-1-xs {
    padding-top: 5px !important;
  }

  .pt-2-xs {
    padding-top: 10px !important;
  }

  .pt-3-xs {
    padding-top: 15px !important;
  }

  .pb-0-xs {
    padding-bottom: 0px !important;
  }

  .pb-1-xs {
    padding-bottom: 5px !important;
  }

  .pb-2-xs {
    padding-bottom: 10px !important;
  }

  .pb-3-xs {
    padding-bottom: 15px !important;
  }

  .m-0-xs {
    margin: 0px !important;
  }

  .m-1-xs {
    margin: 5px !important;
  }

  .m-2-xs {
    margin: 10px !important;
  }

  .m-3-xs {
    margin: 15px !important;
  }

  .mx-0-xs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx-1-xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx-2-xs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx-3-xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-0-xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-1-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-2-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-3-xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ml-0-xs {
    margin-left: 0px !important;
  }

  .ml-1-xs {
    margin-left: 5px !important;
  }

  .ml-2-xs {
    margin-left: 10px !important;
  }

  .ml-3-xs {
    margin-left: 15px !important;
  }

  .mr-0-xs {
    margin-right: 0px !important;
  }

  .mr-1-xs {
    margin-right: 5px !important;
  }

  .mr-2-xs {
    margin-right: 10px !important;
  }

  .mr-3-xs {
    margin-right: 15px !important;
  }

  .mt-0-xs {
    margin-top: 0px !important;
  }

  .mt-1-xs {
    margin-top: 5px !important;
  }

  .mt-2-xs {
    margin-top: 10px !important;
  }

  .mt-3-xs {
    margin-top: 15px !important;
  }

  .mb-0-xs {
    margin-bottom: 0px !important;
  }

  .mb-1-xs {
    margin-bottom: 5px !important;
  }

  .mb-2-xs {
    margin-bottom: 10px !important;
  }

  .mb-3-xs {
    margin-bottom: 15px !important;
  }

  .wim-col-1-xs {
    flex: 0 0 8.333333%;
    width: 8.333333%;
  }

  .wim-col-2-xs {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .wim-col-3-xs {
    flex: 0 0 25%;
    width: 25%;
  }

  .wim-col-4-xs {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .wim-col-5-xs {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .wim-col-6-xs {
    flex: 0 0 50%;
    width: 50%;
  }

  .wim-col-7-xs {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .wim-col-8-xs {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }

  .wim-col-9-xs {
    flex: 0 0 75%;
    width: 75%;
  }

  .wim-col-10-xs {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .wim-col-11-xs {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .wim-col-12-xs {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-sm):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-sm):nth-child(1) {
    padding-left: 0px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-sm):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-sm) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-sm):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-sm):nth-last-child(1) {
    padding-left: 7.5px;
    padding-right: 0px;
  }

  .p-0-sm {
    padding: 0px !important;
  }

  .p-1-sm {
    padding: 5px !important;
  }

  .p-2-sm {
    padding: 10px !important;
  }

  .p-3-sm {
    padding: 15px !important;
  }

  .px-0-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-1-sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-2-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-3-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-1-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-2-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-3-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pl-0-sm {
    padding-left: 0px !important;
  }

  .pl-1-sm {
    padding-left: 5px !important;
  }

  .pl-2-sm {
    padding-left: 10px !important;
  }

  .pl-3-sm {
    padding-left: 15px !important;
  }

  .pr-0-sm {
    padding-right: 0px !important;
  }

  .pr-1-sm {
    padding-right: 5px !important;
  }

  .pr-2-sm {
    padding-right: 10px !important;
  }

  .pr-3-sm {
    padding-right: 15px !important;
  }

  .pt-0-sm {
    padding-top: 0px !important;
  }

  .pt-1-sm {
    padding-top: 5px !important;
  }

  .pt-2-sm {
    padding-top: 10px !important;
  }

  .pt-3-sm {
    padding-top: 15px !important;
  }

  .pb-0-sm {
    padding-bottom: 0px !important;
  }

  .pb-1-sm {
    padding-bottom: 5px !important;
  }

  .pb-2-sm {
    padding-bottom: 10px !important;
  }

  .pb-3-sm {
    padding-bottom: 15px !important;
  }

  .m-0-sm {
    margin: 0px !important;
  }

  .m-1-sm {
    margin: 5px !important;
  }

  .m-2-sm {
    margin: 10px !important;
  }

  .m-3-sm {
    margin: 15px !important;
  }

  .mx-0-sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx-1-sm {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx-2-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx-3-sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-1-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-2-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-3-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ml-0-sm {
    margin-left: 0px !important;
  }

  .ml-1-sm {
    margin-left: 5px !important;
  }

  .ml-2-sm {
    margin-left: 10px !important;
  }

  .ml-3-sm {
    margin-left: 15px !important;
  }

  .mr-0-sm {
    margin-right: 0px !important;
  }

  .mr-1-sm {
    margin-right: 5px !important;
  }

  .mr-2-sm {
    margin-right: 10px !important;
  }

  .mr-3-sm {
    margin-right: 15px !important;
  }

  .mt-0-sm {
    margin-top: 0px !important;
  }

  .mt-1-sm {
    margin-top: 5px !important;
  }

  .mt-2-sm {
    margin-top: 10px !important;
  }

  .mt-3-sm {
    margin-top: 15px !important;
  }

  .mb-0-sm {
    margin-bottom: 0px !important;
  }

  .mb-1-sm {
    margin-bottom: 5px !important;
  }

  .mb-2-sm {
    margin-bottom: 10px !important;
  }

  .mb-3-sm {
    margin-bottom: 15px !important;
  }

  .wim-col-1-sm {
    flex: 0 0 8.333333%;
    width: 8.333333%;
  }

  .wim-col-2-sm {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .wim-col-3-sm {
    flex: 0 0 25%;
    width: 25%;
  }

  .wim-col-4-sm {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .wim-col-5-sm {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .wim-col-6-sm {
    flex: 0 0 50%;
    width: 50%;
  }

  .wim-col-7-sm {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .wim-col-8-sm {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }

  .wim-col-9-sm {
    flex: 0 0 75%;
    width: 75%;
  }

  .wim-col-10-sm {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .wim-col-11-sm {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .wim-col-12-sm {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-md):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-md):nth-child(1) {
    padding-left: 0px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-md):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-md) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-md):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-md):nth-last-child(1) {
    padding-left: 7.5px;
    padding-right: 0px;
  }

  .p-0-md {
    padding: 0px !important;
  }

  .p-1-md {
    padding: 5px !important;
  }

  .p-2-md {
    padding: 10px !important;
  }

  .p-3-md {
    padding: 15px !important;
  }

  .px-0-md {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-1-md {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-2-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-3-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-1-md {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-2-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-3-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pl-0-md {
    padding-left: 0px !important;
  }

  .pl-1-md {
    padding-left: 5px !important;
  }

  .pl-2-md {
    padding-left: 10px !important;
  }

  .pl-3-md {
    padding-left: 15px !important;
  }

  .pr-0-md {
    padding-right: 0px !important;
  }

  .pr-1-md {
    padding-right: 5px !important;
  }

  .pr-2-md {
    padding-right: 10px !important;
  }

  .pr-3-md {
    padding-right: 15px !important;
  }

  .pt-0-md {
    padding-top: 0px !important;
  }

  .pt-1-md {
    padding-top: 5px !important;
  }

  .pt-2-md {
    padding-top: 10px !important;
  }

  .pt-3-md {
    padding-top: 15px !important;
  }

  .pb-0-md {
    padding-bottom: 0px !important;
  }

  .pb-1-md {
    padding-bottom: 5px !important;
  }

  .pb-2-md {
    padding-bottom: 10px !important;
  }

  .pb-3-md {
    padding-bottom: 15px !important;
  }

  .m-0-md {
    margin: 0px !important;
  }

  .m-1-md {
    margin: 5px !important;
  }

  .m-2-md {
    margin: 10px !important;
  }

  .m-3-md {
    margin: 15px !important;
  }

  .mx-0-md {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx-1-md {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx-2-md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx-3-md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-1-md {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-2-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-3-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ml-0-md {
    margin-left: 0px !important;
  }

  .ml-1-md {
    margin-left: 5px !important;
  }

  .ml-2-md {
    margin-left: 10px !important;
  }

  .ml-3-md {
    margin-left: 15px !important;
  }

  .mr-0-md {
    margin-right: 0px !important;
  }

  .mr-1-md {
    margin-right: 5px !important;
  }

  .mr-2-md {
    margin-right: 10px !important;
  }

  .mr-3-md {
    margin-right: 15px !important;
  }

  .mt-0-md {
    margin-top: 0px !important;
  }

  .mt-1-md {
    margin-top: 5px !important;
  }

  .mt-2-md {
    margin-top: 10px !important;
  }

  .mt-3-md {
    margin-top: 15px !important;
  }

  .mb-0-md {
    margin-bottom: 0px !important;
  }

  .mb-1-md {
    margin-bottom: 5px !important;
  }

  .mb-2-md {
    margin-bottom: 10px !important;
  }

  .mb-3-md {
    margin-bottom: 15px !important;
  }

  .wim-col-1-md {
    flex: 0 0 8.333333%;
    width: 8.333333%;
  }

  .wim-col-2-md {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .wim-col-3-md {
    flex: 0 0 25%;
    width: 25%;
  }

  .wim-col-4-md {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .wim-col-5-md {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .wim-col-6-md {
    flex: 0 0 50%;
    width: 50%;
  }

  .wim-col-7-md {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .wim-col-8-md {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }

  .wim-col-9-md {
    flex: 0 0 75%;
    width: 75%;
  }

  .wim-col-10-md {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .wim-col-11-md {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .wim-col-12-md {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-lg):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-lg):nth-child(1) {
    padding-left: 0px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-lg):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-lg) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-lg):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-lg):nth-last-child(1) {
    padding-left: 7.5px;
    padding-right: 0px;
  }

  .p-0-lg {
    padding: 0px !important;
  }

  .p-1-lg {
    padding: 5px !important;
  }

  .p-2-lg {
    padding: 10px !important;
  }

  .p-3-lg {
    padding: 15px !important;
  }

  .px-0-lg {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-1-lg {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-2-lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-3-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-1-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-2-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-3-lg {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pl-0-lg {
    padding-left: 0px !important;
  }

  .pl-1-lg {
    padding-left: 5px !important;
  }

  .pl-2-lg {
    padding-left: 10px !important;
  }

  .pl-3-lg {
    padding-left: 15px !important;
  }

  .pr-0-lg {
    padding-right: 0px !important;
  }

  .pr-1-lg {
    padding-right: 5px !important;
  }

  .pr-2-lg {
    padding-right: 10px !important;
  }

  .pr-3-lg {
    padding-right: 15px !important;
  }

  .pt-0-lg {
    padding-top: 0px !important;
  }

  .pt-1-lg {
    padding-top: 5px !important;
  }

  .pt-2-lg {
    padding-top: 10px !important;
  }

  .pt-3-lg {
    padding-top: 15px !important;
  }

  .pb-0-lg {
    padding-bottom: 0px !important;
  }

  .pb-1-lg {
    padding-bottom: 5px !important;
  }

  .pb-2-lg {
    padding-bottom: 10px !important;
  }

  .pb-3-lg {
    padding-bottom: 15px !important;
  }

  .m-0-lg {
    margin: 0px !important;
  }

  .m-1-lg {
    margin: 5px !important;
  }

  .m-2-lg {
    margin: 10px !important;
  }

  .m-3-lg {
    margin: 15px !important;
  }

  .mx-0-lg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx-1-lg {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx-2-lg {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx-3-lg {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-1-lg {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-2-lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-3-lg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ml-0-lg {
    margin-left: 0px !important;
  }

  .ml-1-lg {
    margin-left: 5px !important;
  }

  .ml-2-lg {
    margin-left: 10px !important;
  }

  .ml-3-lg {
    margin-left: 15px !important;
  }

  .mr-0-lg {
    margin-right: 0px !important;
  }

  .mr-1-lg {
    margin-right: 5px !important;
  }

  .mr-2-lg {
    margin-right: 10px !important;
  }

  .mr-3-lg {
    margin-right: 15px !important;
  }

  .mt-0-lg {
    margin-top: 0px !important;
  }

  .mt-1-lg {
    margin-top: 5px !important;
  }

  .mt-2-lg {
    margin-top: 10px !important;
  }

  .mt-3-lg {
    margin-top: 15px !important;
  }

  .mb-0-lg {
    margin-bottom: 0px !important;
  }

  .mb-1-lg {
    margin-bottom: 5px !important;
  }

  .mb-2-lg {
    margin-bottom: 10px !important;
  }

  .mb-3-lg {
    margin-bottom: 15px !important;
  }

  .wim-col-1-lg {
    flex: 0 0 8.333333%;
    width: 8.333333%;
  }

  .wim-col-2-lg {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .wim-col-3-lg {
    flex: 0 0 25%;
    width: 25%;
  }

  .wim-col-4-lg {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .wim-col-5-lg {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .wim-col-6-lg {
    flex: 0 0 50%;
    width: 50%;
  }

  .wim-col-7-lg {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .wim-col-8-lg {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }

  .wim-col-9-lg {
    flex: 0 0 75%;
    width: 75%;
  }

  .wim-col-10-lg {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .wim-col-11-lg {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .wim-col-12-lg {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xl):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xl):nth-child(1) {
    padding-left: 0px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xl):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xl) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .wim-row .wim-row:has(> [class*="wim-col-"]:not(.wim-col-12-xl):nth-child(1)) [class*="wim-col-"]:not(.wim-col-12-xl):nth-last-child(1) {
    padding-left: 7.5px;
    padding-right: 0px;
  }

  .p-0-xl {
    padding: 0px !important;
  }

  .p-1-xl {
    padding: 5px !important;
  }

  .p-2-xl {
    padding: 10px !important;
  }

  .p-3-xl {
    padding: 15px !important;
  }

  .px-0-xl {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .px-1-xl {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .px-2-xl {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .px-3-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .py-0-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .py-1-xl {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-2-xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-3-xl {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pl-0-xl {
    padding-left: 0px !important;
  }

  .pl-1-xl {
    padding-left: 5px !important;
  }

  .pl-2-xl {
    padding-left: 10px !important;
  }

  .pl-3-xl {
    padding-left: 15px !important;
  }

  .pr-0-xl {
    padding-right: 0px !important;
  }

  .pr-1-xl {
    padding-right: 5px !important;
  }

  .pr-2-xl {
    padding-right: 10px !important;
  }

  .pr-3-xl {
    padding-right: 15px !important;
  }

  .pt-0-xl {
    padding-top: 0px !important;
  }

  .pt-1-xl {
    padding-top: 5px !important;
  }

  .pt-2-xl {
    padding-top: 10px !important;
  }

  .pt-3-xl {
    padding-top: 15px !important;
  }

  .pb-0-xl {
    padding-bottom: 0px !important;
  }

  .pb-1-xl {
    padding-bottom: 5px !important;
  }

  .pb-2-xl {
    padding-bottom: 10px !important;
  }

  .pb-3-xl {
    padding-bottom: 15px !important;
  }

  .m-0-xl {
    margin: 0px !important;
  }

  .m-1-xl {
    margin: 5px !important;
  }

  .m-2-xl {
    margin: 10px !important;
  }

  .m-3-xl {
    margin: 15px !important;
  }

  .mx-0-xl {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx-1-xl {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx-2-xl {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx-3-xl {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .my-0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .my-1-xl {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-2-xl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-3-xl {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ml-0-xl {
    margin-left: 0px !important;
  }

  .ml-1-xl {
    margin-left: 5px !important;
  }

  .ml-2-xl {
    margin-left: 10px !important;
  }

  .ml-3-xl {
    margin-left: 15px !important;
  }

  .mr-0-xl {
    margin-right: 0px !important;
  }

  .mr-1-xl {
    margin-right: 5px !important;
  }

  .mr-2-xl {
    margin-right: 10px !important;
  }

  .mr-3-xl {
    margin-right: 15px !important;
  }

  .mt-0-xl {
    margin-top: 0px !important;
  }

  .mt-1-xl {
    margin-top: 5px !important;
  }

  .mt-2-xl {
    margin-top: 10px !important;
  }

  .mt-3-xl {
    margin-top: 15px !important;
  }

  .mb-0-xl {
    margin-bottom: 0px !important;
  }

  .mb-1-xl {
    margin-bottom: 5px !important;
  }

  .mb-2-xl {
    margin-bottom: 10px !important;
  }

  .mb-3-xl {
    margin-bottom: 15px !important;
  }

  .wim-col-1-xl {
    flex: 0 0 8.333333%;
    width: 8.333333%;
  }

  .wim-col-2-xl {
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .wim-col-3-xl {
    flex: 0 0 25%;
    width: 25%;
  }

  .wim-col-4-xl {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .wim-col-5-xl {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .wim-col-6-xl {
    flex: 0 0 50%;
    width: 50%;
  }

  .wim-col-7-xl {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .wim-col-8-xl {
    flex: 0 0 66.666667%;
    width: 66.666667%;
  }

  .wim-col-9-xl {
    flex: 0 0 75%;
    width: 75%;
  }

  .wim-col-10-xl {
    flex: 0 0 83.333333%;
    width: 83.333333%;
  }

  .wim-col-11-xl {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }

  .wim-col-12-xl {
    flex: 0 0 100%;
    width: 100%;
  }
}

/*========================================================
WIM SIZE PICKER STYLES
==========================================================*/
.wim-popup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wim-popup .popup-content {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  width: 90%;
  border-radius: 8px;
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
}

.wim-popup .dynamic-option-view {
  margin-left: 0.2rem !important;
}

.wim-popup .dynamic-option-view .option-text {
  text-decoration: underline;
}

.wim-popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.wim-popup .popup-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.wim-popup .popup-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}

.wim-popup .popup-content ul li img {
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.wim-popup .popup-content ul li img:hover {
  transform: scale(1.05);
}

.wim-popup .popup-content ul li span {
  font-size: 14px;
}

.wim-popup .option-1-view .option-text,
.wim-popup .option-2-view .option-text {
  text-decoration: underline;
}

/*========================================================
WIM LOYALTY ACCOUNT STYLES
==========================================================*/
.wim-section-loyalty{
  min-height: 600px;
}
.alert .alert__close {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.alert .alert__close img {
  width: 12px;
  height: 12px;
}

.phone-input {
  display: grid;
  grid-template-columns: calc(60px + 4ch) auto;
}

.select2 .item-phone-code,
.select2-dropdown .item-phone-code,
.select2 .item-country,
.select2-dropdown .item-country {
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  min-height: 39px;
}

.select2 .item-phone-code,
.select2-dropdown .item-phone-code {
  gap: 5px;
}

.select2 .item-phone-code svg,
.select2-dropdown .item-phone-code svg {
  width: 20px;
  height: 15px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
}

.select2 .select2-selection--single {
  border-style: solid !important;
  border-color: #b7b7b7 !important;
  border-radius: 0px !important;
}

.select2 .select2-selection--single .select2-selection__rendered {
  text-overflow: unset;
}

.phone-input .select2-container--default .select2-selection--single {
  border-width: 1px 0px 1px 1px !important;
}

.select2-container--default .select2-selection--single {
  padding: 0.75rem 0px;
  display: flex !important;
  align-items: center;
}

.phone-input input {
  border-width: 1px 1px 1px 0px !important;
}

.select2-dropdown {
  min-width: 120px !important;
}

.wim-account__subtitle h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #202124;
  text-transform: none;
}

.wim-account__field label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #202124;
}

.wim-account__field input {
  width: 100%;
}

.wim-account__field.wim-account__field--checkbox {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
}

.wim-account__field.wim-account__field--checkbox input {
  margin: 0px;
  width: 20px;
  height: 20px;
}

.wim-account__field.wim-account__field--checkbox label,
.wim-account__field.wim-account__field--checkbox label p {
  position: relative;
  margin: 0px;
  font-weight: normal;
  line-height: 20px;
}

.wim-account__field.wim-account__field--checkbox label a {
  text-decoration: underline;
}

input.wim-error__field,
.wim-error__field+.select2 .select2-selection--single {
  border-color: #d93025 !important;
}

.wim-loyalty-card {
  padding: 20px;
  border-radius: 0px;
  border: 1px solid;
  background-color: #FFFFFF;
  border-color: #C2C2C2;
  margin-bottom: 30px;
}
.wim-loyalty-card__not-orders-subtitle-email{
  font-weight: bold;
}
.wim-loyalty-card__balance-title strong,
.wim-loyalty-card__exist-discount-subtitle_2 strong {
  font-size: 34px;
  line-height: 32px;
  font-weight: 600;
  color: #202124;
}
p[class*="wim-loyalty-card__no-data--"]{
  margin: 70px 0px;
}
.wim-loyalty-card__actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.wim-form__container {
  margin: 0px auto;
}

.wim-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15px);
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.wim-background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wim-loyalty-banner__title-content {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 15%;
  right: 0px;
  padding: 10px 20px;
  background-color: #61fa66;
}

.wim-loyalty-banner__title-content .icon-heart {
  width: 40px;
  height: 40px;
}

.wim-loyalty-banner__title-content .icon-heart path {
  fill: #000000 !important;
  stroke: #000000 !important;
}

.wim-loyalty-banner__title-content .wim-loyalty-banner__title * {
  margin: 0px 0px;
  font-size: 38px;
  color: #000000;
  text-transform: none;
}

.wim-create-customer .wim-form__actions input[type="submit"] {
  width: 100%;
}
.wim-loyalty-card__main-section{
  min-height: 390px;
  display: flex;
  align-items: center;
}
.wim-loyalty-card__main-section.create-discount-active{
  min-height: 1040px;
  align-items: flex-start;
  padding: 50px 60px;
}
.wim-loyalty-card__main-section.create-discount-active .wim-loyalty-card__actions{
  display: block;
}
.wim-loyalty-card__main-section.create-discount-active .wim-loyalty-card__actions .button{
  display: block;
  margin-bottom: 20px;
}
.wim-loyalty-card__main-section h3,
.wim-loyalty-card__title h3{
  text-transform: none;
  font-size: 20px;
}
.wim-loyalty-card__main-section h3 strong{
  font-size: 34px;
  line-height: 32px;
}
.wim-loyalty-card__main-section .wim-loyalty-card__actions .button{
  padding: 14px 30px;
}
.wim-loyalty-card.toggle-close .wim-loyalty-card__title-content{
  margin: 7px 0px !important;
}
.wim-loyalty-card__title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.wim-loyalty-card__title-content h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #202124;
  text-transform: none;
}

.wim-loyalty-card__title-content .wim-loyalty-card__toggle-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.wim-loyalty-card__title-content .wim-loyalty-card__toggle-button.active svg {
  transform: rotate(180deg);
}

.wim-loyalty-card__toggle-content {
  height: 100%;
  max-height: 300px;
  overflow: hidden;
  transition: height 0.3s ease;
}

.wim-loyalty-card__toggle-content.hidden-toggle {
  height: 0;
  transition: height 0.3s ease;
}

.wim-loyalty-card__table-head,
.wim-loyalty-card__table-head table,
.wim-loyalty-card__table-body,
.wim-loyalty-card__table-body table {
  width: 100%;
  text-align: center;
}

.wim-discount-list__table-head,
.wim-order-list__table-head,
.wim-historic-balance-list__table-head,
.wim-member-get-member-list__table-head {
  margin-bottom: 10px;
}

.wim-loyalty-card__table-body {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
}

.wim-loyalty-card__table-body::-webkit-scrollbar {
  width: 8px;
}

.wim-loyalty-card__table-body::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 4px;
  border: 1px solid #6F6F6F;
}

.wim-loyalty-card__table-body::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #6F6F6F;
}

.wim-loyalty-card__table-head table thead th {
  font-weight: bold;
}

.wim-loyalty-card__table-row-desktop {
  display: table-row;
}

.wim-loyalty-card__table-row-mobile {
  display: none;
}

.wim-loyalty-card__table-row-desktop td>a,
.wim-loyalty-card__table-row-desktop td>span {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.wim-discount-code__content{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wim-discount-code-link {
  display: grid;
  grid-template-columns: auto 36px;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
  min-width: 200px;
}
.wim-copy-icon {
  border: 1px solid #6F6F6F;
  padding: 5px;
  background: #C2C2C24F;
  height: 36px;
}

.wim-loyalty-pop-up {
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.wim-loyalty-pop-up__create-discount {
  position: absolute;
  background-color: #7b7b7b;
}
.wim-loyalty-pop-up__create-discount .wim-loyalty-pop-up__body{
  padding: 0px 50px;
}
.wim-loyalty-pop-up__member-get-member,
.wim-loyalty-pop-up__equilover {
  position: fixed;
  background-color: transparent;
}

.wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__header,
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__header {
  position: absolute;
  width: 100%;
}
.wim-loyalty-pop-up .wim-loyalty-pop-up__header {
  z-index: 1;
  text-align: right;
}

.wim-loyalty-pop-up .wim-loyalty-pop-up__header button {
  width: 40px;
  height: 40px;
}

.wim-loyalty-pop-up__overlay {
  width: 100%;
  height: 100%;
}

.wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__overlay,
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__overlay {
  position: absolute;
  top: 0;
  backdrop-filter: blur(10px);
  background-color: rgb(0 0 0 / 33%);
}

.wim-loyalty-pop-up__create-discount .wim-loyalty-pop-up__content {
  z-index: 99999;
  position: absolute;
  top: calc(50% - 120px);
  min-height: 240px;
  max-width: 600px;
  padding: 15px;
  background: #FFF;
}

.wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__content,
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content {
  z-index: 999;
  position: relative;
  background-color: #f4f4f4;
}
.wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__content {
  max-width: 990px;
  top: 70px;
  left: calc(50% - 495px);
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content {
  max-width: 1120px;
  min-height: 700px;
  top: calc(50% - 350px);
  left: calc(50% - 560px);
}

.wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__content .wim-row .wim-col-7-md,
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content .wim-row .wim-col-7-md {
  padding: 40px 20px 20px 20px !important;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content .wim-row .wim-col-7-md{
  display: grid;
  grid-template-columns: auto;
  min-height: 700px;
  height: 100%;
}
.wim-loyalty-pop-up__create-discount .wim-loyalty-pop-up__actions {
  display: flex;
  justify-content: space-between;
}

.wim-loyalty-pop-up__create-discount .wim-loyalty-pop-up__title {
  text-transform: none;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content-info{
  display: flex;
  align-items: center;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__title{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__subtitle{
  display: block;
  font-size: 75px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__subtitle strong{
  background-color: #A1EC8B;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__subtitle_2{
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content-text{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__form-content{
  display: flex;
  align-items: end;
  width: 100%;
}
.wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__actions button{
  width: 100%;
  text-transform: uppercase;
}
.wim-loyalty-pop-up__equilover form{
  width: 100%;
}
.wim-loyalty-card__back-account {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wim-loyalty-card__create-discount>* {
  display: block;
  margin-bottom: 40px;
}

.wim-loyalty-card__create-discount-checkout {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.wim-loyalty-card__create-discount-code {
  margin-right: 10px;
}

.wim-col-banner {
  margin-bottom: 30px;
}

.wim-btn-member-get-member {
  position: fixed;
  top: calc(50% - 47px);
  right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  width: 95px;
  height: 95px;
}
.wim-section-loyalty .button,
.wim-section-loyalty .button span,
.wim-loyalty-pop-up .button,
.wim-loyalty-pop-up .button span {
  font-weight: 600 !important;
  text-transform: none !important;
}
a.button.wim-btn-green, .button.wim-btn-green {
  background-color: #A1EC8B !important;
  border: 1px solid #A1EC8B !important;
  color: #000000 !important;
  text-transform: none !important;
}
.wim-loyalty-card__update-profile{
  display: grid;
  grid-template-columns: auto 200px;
  align-items: center;
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}
.wim-loyalty-card__update-profile .wim-loyalty-card__body{
  display: flex;
  justify-content: flex-end;
}
.wim-loyalty-pop-up__member-get-member input[type="email"]:disabled{
  color: #6d6b6b !important;
}
.wim-member-get-member-info-policy a,
.wim-member-get-member-gift-policy a{
  text-decoration: underline;
}
.wim-loyalty-card__balance-subtitle-equilover a{
  text-decoration: underline;
}
.wim-col-content > * {
  margin-left: 50px;
}
@media screen and (min-width: 600px) {
  .wim-loyalty-pop-up__create-discount .wim-loyalty-pop-up__content {
    right: calc(50% - 300px);
  }
}
@media screen and (max-width: 1200px) {
  .wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content{
    max-width: 990px;
    min-height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 495px);
  }
}
@media screen and (max-width: 991px) {
  .wim-background-image {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    max-height: 300px;
    z-index: 0;
    overflow: hidden;
  }

  .wim-loyalty-card__table-head,
  .wim-loyalty-card__table-row-desktop {
    display: none;
  }

  .wim-loyalty-card__table-row-mobile {
    display: table-row;
  }

  .wim-discount-list__table,
  .wim-order-list__table,
  .wim-historic-balance-list__table,
  .wim-member-get-member-list__table {
    padding: 0px 20px 0px 0px;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-label,
  .wim-loyalty-card__table-row-mobile .wim-order-label,
  .wim-loyalty-card__table-row-mobile .wim-historic-balance-label,
  .wim-loyalty-card__table-row-mobile .wim-member-get-member-label {
    font-weight: bold;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-item,
  .wim-loyalty-card__table-row-mobile .wim-order-item,
  .wim-loyalty-card__table-row-mobile .wim-historic-balance-item,
  .wim-loyalty-card__table-row-mobile .wim-member-get-member-item {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px;
    border: 1px solid;
    margin-bottom: 10px;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-item .wim-discount-item__code,
  .wim-loyalty-card__table-row-mobile .wim-order-item .wim-order-item__status,
  .wim-loyalty-card__table-row-mobile .wim-historic-balance-item .wim-historic-balance-item__status,
  .wim-loyalty-card__table-row-mobile .wim-member-get-member-item .wim-member-get-member-item__status {
    text-align: left;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-item .wim-discount-item__data,
  .wim-loyalty-card__table-row-mobile .wim-order-item .wim-order-item__data,
  .wim-loyalty-card__table-row-mobile .wim-historic-balance-item .wim-historic-balance-item__data,
  .wim-loyalty-card__table-row-mobile .wim-member-get-member-item .wim-member-get-member-item__data {
    text-align: right;
  }

  .wim-loyalty-card__table-row-mobile .wim-order-item .wim-order-item__status .wim-order-status__item:first-child {
    margin-bottom: 20px;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-item .wim-discount-item__code .wim-discount-code-link {
    margin-top: 6px;
    justify-content: flex-start;
  }

  .wim-loyalty-card__table-row-mobile .wim-discount-item .wim-discount-item__data .wim-discount-item__value {
    margin-bottom: 10px;
  }
  .wim-loyalty-pop-up__member-get-member .wim-loyalty-pop-up__content{
    width: 100%;
    left: 0px;
  }
  .wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content{
    top: calc(50% - 375px);
    left: auto;
  }
  .wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__content .wim-row .wim-col-7-md {
    display: grid;
    grid-template-columns: auto;
    min-height: 450px;
    height: 100%;
  }
  .wim-loyalty-card__title-content h3{
    font-size: 18px;
    line-height: 22px;
  }
  .wim-loyalty-card__update-profile{
    grid-template-columns: auto 100px;
  }
}

@media screen and (max-width: 769px) {

  .select2-container .select2-selection--single,
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
  }
}

@media screen and (max-width: 575px) {
  .wim-loyalty-pop-up__equilover .wim-loyalty-pop-up__subtitle{
    font-size: 50px;
    line-height: 54px;
  }
  .select2-container {
    left: 0px !important;
    width: 100vw;
  }

  .select2-container--open .select2-dropdown {
    border-radius: 0px !important;
    width: 100vw !important;
  }
  .wim-loyalty-card__title-content h3{
    font-size: 16px;
    line-height: 20px;
  }
}