.flexslider {
  width: 100%;
}

table.no-border {
  border: 0;
  margin-bottom: 0;
}

table.no-border td {
  border: 0;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.m-0 {
  margin: 0 !important;
}

.ms-1 {
  margin-inline-start: 5px;
}

.ms-2 {
  margin-inline-start: 10px;
}

.ms-3 {
  margin-inline-start: 15px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.w-100 {
  width: 100%;
}

table.p-0 td,
table.p-0 th {
  padding: 0;
}

ul.no-style {
  list-style: none;
  margin: 0;
  padding-inline-start: 5px;
}

del {
  opacity: 1 !important;
}

.cart-item-input {
  display: flex;
  align-items: center;
  width: 117px;
  direction: ltr;
}

.cart-item-input input {
  width: 45px;
}

/* Chrome, Safari, Edge, Opera */
.cart-item-input input::-webkit-outer-spin-button,
.cart-item-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-item-input input[type=number] {
  padding: 10px;
  line-height: 1.15;
  border: 1px solid #ccc;
  outline: none;
  -moz-appearance: textfield;
}

.form-checkout-product input,
.form-checkout-product select,
.form-checkout-product input.input-text,
.form-checkout-product .select2-selection {
  background-color: #fff !important;
  color: #333 !important;
}
.form-checkout-product input:focus,
.form-checkout-product select:focus,
.form-checkout-product input.input-text:focus,
.form-checkout-product .select2-selection:focus {
  border-color: var(--border-color, #2872fa) !important;
}

.btn-qte-plus,
.btn-qte-minus {
  background: #e4e4e4;
  border: 1px solid #eee;
  padding: 6px 12px;
  cursor: pointer;
}

.btn-qte-plus {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.btn-qte-minus {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-checkout-product {
  padding: 10px 20px;
  background: #fbfbfb !important;
  border-radius: 13px;
  padding-bottom: 22px;
  border: 1px solid #d9d9d9;
}

.form-checkout-product .invalid-input {
  border-color: #dc2626 !important;
}

.btn-confirm-order {
  display: block;
  width: 100%;
  background-color: var(--wp--preset--color--ast-global-color-0);
  white-space: nowrap;
}

.btn-confirm-order:disabled {
  background-color: #ffb3c7;
}

.btn-confirm-order svg {
  fill: #fff;
  width: 27px;
  height: auto;
  line-height: 20px;
  display: inline-block;
  padding: 0;
  margin: -7px 0;
  margin-left: 10px;
}

.form-checkout-product .state_select {
  padding-top: 7px;
  padding-bottom: 7px;
}

.checkout-sale-line .checkout-value {
  color: #e70707;
}

@keyframes btn-checkout-animation {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(90);
  }
  50% {
    transform: rotate(180);
  }
  75% {
    transform: rotate(270);
  }
  100% {
    transform: rotate(360);
  }
}
.btn-confirm-order {
  animation-name: btn-checkout-animation;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-duration: 3s;
}

.modal-checkout-lines {
  background-color: #ebebeb;
  padding: 12px;
  border-radius: 8px;
}

/* .modal-checkout-line */
.modal-checkout-line-totale {
  font-size: 20px;
}

.modal-checkout-lines hr,
.modal-checkout-lines .hr {
  margin: 5px 15px 10px;
}

.modal-checkout-lines .checkout-value {
  font-weight: bold;
}

.checkout-value {
  white-space: nowrap;
}

.ajax-loading {
  position: relative;
}

.ajax-loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(229, 229, 229, 0.6509803922);
}

.ajax-loading::after {
  content: "\f1ce";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 10px);
  z-index: 99;
  font-size: 26px;
  animation-name: loading;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

/* .woocommerce form:not(:has(.form-row-last)) .form-row-first {
    width: 100% !important;
}
.woocommerce form:not(:has(.form-row-first)) .form-row-last {
    width: 100% !important;
} */
.woocommerce form .form-row {
  width: 50%;
  display: inline-block;
  /* width: 100% !important; */
}

.woocommerce form .form-row:nth-child(odd) {
  width: calc(50% - 20px);
  margin-inline-start: 20px;
}

.ct-woo-card-actions {
  display: none !important;
}

.woolentor-quickview-btn-area {
  display: none;
}

/*
 * style for langue
*/
.trp-language-switcher {
  max-width: 120px !important;
}

.trp-editor-action-hover-container {
  justify-content: flex-start !important;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  padding-top: 0;
  padding-bottom: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  border: 0;
  width: auto !important;
}

/*
.trp-language-switcher .trp-ls-shortcode-language{
    width: auto !important;
}
*/
.trp-language-switcher:hover .trp-ls-shortcode-language {
  border: 0;
  box-shadow: 0 0.5rem 1rem #ccc;
  /*box-shadow: 0 7px 15px #ccc;*/
}

.rtl .trp-language-switcher .trp-ls-shortcode-language {
  left: unset;
  right: 0;
  width: auto;
}

.trp-language-switcher > div > a.ct-menu-link {
  display: none;
}

.woocommerce span.onsale, span.onsale {
  width: fit-content;
  justify-content: space-between;
  display: inline-block;
  height: fit-content;
  padding: 6px 10px;
}

.home-product-slider .onsale {
  left: unset !important;
  right: 10px !important;
}

.rtl .home-product-slider .onsale {
  left: 10px !important;
  right: unset !important;
}