.no-border {
    border-bottom: none !important;
}

.white-border-col {
    border-right: solid 1px #fff;
}

.pointer {
    cursor: pointer;
}

.mw-100 {
    max-width: 100% !important;
}

.header-icon i {
    margin-right: 0.9rem;
    font-size: 1.5rem;
}

.dot-wrapper {
    width: 20%;
}

.taille__wrapper {
    display: flex;
    align-items: center;
    position: relative;

}

.taille__wrapper input[type="radio"].variant-input {
    height: 21px;
}

.taille__wrapper .visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

.taille__wrapper .variant-input:checked+.variant__button__label, .taille__wrapper label:has(input.variant-input:checked)  {
    text-align: center;
    box-shadow: 0 2px 0 0 var(--main-color);
    /* width: 40; */
    font-weight: bold;
    font-size: 2.1rem;
    /* line-height: 15px; */
}

.theme-color {
    background-color: var(--main-color);
    color: var(--main-text-color);
}
.theme-color:hover {
    color: var(--main-color);
    background-color: var(--main-text-color);
}

.taille__wrapper .variant__button__label {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0;
    margin: 0 10px 0;
    box-shadow: none;
    cursor: pointer;
}


.taille__wrapper input[type=radio]~label:before {
    left: 0;
    width: 0;
    height: 0;
    border: none;
}

.taille__wrapper input[type=radio]~label:after,
.taille__wrapper input[type=radio]~label:before {
    width: 0;
    height: 0;
}

/* media queries */

@media only screen and (max-width: 1024px) {
    .product-action-vertical {
        visibility: visible;
        opacity: 1;
    }

}

/* .navigation-bar,
.navigation-bar .header-bottom {
    background-color: var(--main-color);
    color: #fff;
} */



.product-prices-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.product-prices-table th,
.product-prices-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.product-prices-table th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
}

.product-prices-table td {
    vertical-align: top;
}

.product-prices-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.cart-dropdown .products {
    max-height: 70%!important;
    overflow-y: auto;
} 

#panierMax p {
	font-weight: 600;
	font-size: 1.7rem;
	color :var(--principale);
	text-align: center;
}

.product-action-vertical {
    visibility:visible;
    opacity:1;
}
.sticky-link svg{
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease;
}
.sticky-link:hover svg {
    transform: translateY(-5px);
}

.ellipse-section .owl-stage-outer {
    padding: 0;
    margin: 2rem -3rem;
}
.owl-stage-outer {
    width: 100%;
}

.dropdown-box {
    z-index: 9999;
}




.category-menu {
    background-color: #fff;
}

.filter-items li {
    padding: 13px 3px 13px 5px;
}

.logo-partner img {
    width:auto;
    max-height: 120px;
    max-width: 150px;
}

.header-middle {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 80px;
}


.navbar-image img{
    max-height: 52px;
}

.text-underline {
    text-decoration: underline;
}

.text-green {
    color: #459f36;
}
/* .footer {
    background-color: var(--main-color);
    color: #fff;
} */


@media screen and (min-width: 991px) {
    .map-block {
        border-right-style: solid;
        border-width: 1px;
    }
    .footer-top {
        padding: 4rem 0;
        border-bottom: 1px solid #fff;
    }
    .map-block p, .map-block h5{
        text-align: left;
    } 
}

.phone-animation {
    -moz-animation: spinHorizontal 2s infinite linear;
    -o-animation: spinHorizontal 2s infinite linear;
    -webkit-animation: spinHorizontal 2s infinite linear;
    animation: spinHorizontal 2s infinite linear;
}


@keyframes spinHorizontal {
    0% { transform: rotate(0deg); color:#00967f }
    80% { transform: rotate(-50deg);color:#f58321 }
    50% { transform: rotate(0deg); color:#f58321}
    30% { transform: rotate(50deg); color:#00967f}
    100% { transform: rotate(0deg); color:#00967f}
}



input.form-check-input[type=checkbox] {
    -webkit-appearance: checkbox;
}

/* .footer .social-link {
color: var(--main-text-color);
} */






.shop-table {
  text-align: left;
}
.shop-table tbody {
  border-bottom: 1px solid #e1e1e1;
}
.shop-table td {
  padding: 1.5rem 1rem 1.5rem 0;
  border-top: 1px solid #e1e1e1;
  font-size: 1.4rem;
}
.shop-table th {
  padding: 0.3rem 0 0.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  text-transform: uppercase;
  color: #222;
}
.shop-table img {
  display: block;
  max-width: 100px;
}
.shop-table .product-thumbnail a {
  display: block;
  width: 100px;
}
.shop-table .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  font-size: 1.2rem;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.shop-table .product-name {
  white-space: normal;
  color: #000;
}
.shop-table td.product-remove {
  padding-right: 0;
  width: 23px;
}
.shop-table .product-price {
  display: table-cell;
}

@media (max-width: 767px) {
  .shop-table {
    text-align: center;
  }
  .shop-table thead {
    display: none;
  }
  .shop-table tbody,
  .shop-table td,
  .shop-table tr {
    display: block;
  }
  .shop-table tbody {
    border: 1px solid #e1e1e1;
  }
  .shop-table tr {
    position: relative;
    padding: 4rem 1rem 4rem;
  }
  .shop-table tr + tr {
    border-top: 1px solid #e1e1e1;
  }
  .shop-table td {
    padding: 0;
    border: none;
  }
  .shop-table .product-thumbnail {
    margin-bottom: 1rem;
  }
  .shop-table .btn-product,
  .shop-table .product-thumbnail a,
  .shop-table td {
    margin-left: auto;
    margin-right: auto;
  }
  .shop-table .product-stock-status {
    margin-bottom: 1rem;
  }
  .shop-table .btn-product {
    max-width: 220px;
  }
  .shop-table .product-remove {
    position: absolute;
    right: 2rem;
    top: 2rem;
    padding: 0.5rem;
    width: auto;
  }
  .shop-table .product-quantity {
    margin-bottom: 1rem;
  }
  .wishlist-table td.product-price {
    display: block;
    width: 100%;
  }
}


.cart .shop-table th {
  padding: 0.2rem 0 1.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #999;
  line-height: 1;
  letter-spacing: -0.025em;
}
.cart .shop-table td {
  padding: 1.6rem 2rem 1.6rem 0;
}
.cart .shop-table td:last-child {
  padding-right: 0;
}
.cart .shop-table td:first-child {
  padding: 2rem 2rem 1.5rem 0;
}
.cart .shop-table .quantity.form-control {
  font-weight: 700;
}


@media (max-width: 767px) {
  .summary {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cart .shop-table td {
    padding: 0;
  }
  .cart .shop-table td.product-price {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart .shop-table tr {
    padding: 2rem 0 3rem;
  }
  .cart .shop-table .product-quantity,
  .cart .shop-table .product-subtotal,
  .cart .shop-table .product-thumbnail {
    margin-bottom: 0.5rem;
  }
}

.page-content.with-sidebar {
  padding-bottom: 10rem;
  overflow: hidden;
}



.step-by {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.9rem 0;
}
.step-by .title.title-step {
  margin: 0 3.4rem 0 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  letter-spacing: -0.5px;
  padding: 0.4rem 0;
}
.step-by .title.title-step:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -3rem;
  top: 52%;
  line-height: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.7rem;
  background-color: #fff;
  color: #ccc;
}
.step-by .title.title-step.visited {
  color: #222;
}
.step-by .title.title-step.visited ~ .active:before {
  color: #222;
}
.step-by .title.title-step.active {
  color: #26c;
}
.step-by .title.title-step:first-child {
  margin-left: 0;
}
.step-by .title.title-step:first-child:before {
  display: none;
}
.step-by .title.title-step:last-child {
  margin-right: 0;
}



.cart .summary {
  line-height: 2.15;
}

.cart .summary .title {
  margin-bottom: 1rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
}
.cart .shipping-row-last .summary-subtitle {
  padding: 2.4rem 0 1.9rem;
}

.summary {
  padding: 2.4rem 3rem 3rem;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
.summary td:last-child,
.summary th:last-child {
  text-align: right;
}
.summary th {
  text-align: left;
}
.summary .form-control {
  width: 100%;
  max-width: 100%;
}
.summary-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #222;
  text-transform: uppercase;
  padding-bottom: 1.9rem;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.summary-subtotal {
  border-bottom: 1px solid #e1e1e1;
}
.summary-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #222;
  margin-bottom: 0;
  padding: 2rem 0;
}
.summary-subtotal-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}
.summary-total-price {
  font-size: 2rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #222;
  text-align: right;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}
.total .summary-subtitle {
  padding: 2.4rem 0 2.3rem;
}

@media (max-width: 767px) {
  .summary {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cart .shop-table td {
    padding: 0;
  }
  .cart .shop-table td.product-price {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart .shop-table tr {
    padding: 2rem 0 3rem;
  }
  .cart .shop-table .product-quantity,
  .cart .shop-table .product-subtotal,
  .cart .shop-table .product-thumbnail {
    margin-bottom: 0.5rem;
  }
}


.alert-light.alert-primary {
  background-color: #edf4f9;
  border-color: #edf4f9;
}
.alert-light.alert-danger {
  background-color: #f6d6d5;
  border-color: #f6d6d5;
  color: #6d1a17;
}
.alert-light.alert-danger .btn-close {
  color: #6d1a17;
}
.alert-light.alert-warning {
  background-color: #fff5eb;
  border-color: #fff5eb;
}


.cart .accordion {
  border-bottom: 1px solid #e1e1e1;
}

.account .order-table {
  border: 1px solid #eee;
}

.order-table {
  color: #222;
}
.order-table th {
  padding: 0 0 0.7rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.order-table td {
  padding-bottom: 0.6rem;
  line-height: 2.2;
}
.order-table .order-total td {
  border-bottom: none;
  padding: 1.2rem 0 0;
}
.order-table .shipping-row label {
  margin-bottom: 1.5rem;
}
.order-table .shipping-row-last {
  border-bottom: 1px solid #e1e1e1;
}
.order-table .shipping-row-last label {
  margin-bottom: 2.1rem;
  color: #666;
}
.order-table .summary-subtotal {
  border-top: 1px solid #e1e1e1;
}
.order-table .summary-subtotal td:first-child {
  padding: 0.4rem 0 0.3rem;
}
.order-table .summary-subtotal-price {
  padding-top: 1rem;
}
.order-table tbody > tr:nth-child(2) td {
  padding-bottom: 1.6rem;
}

.wishlist-table th.product-name {
  padding-left: 2px;
  width: 120px;
}
.cart-table .product-name {
  font-weight: 600;
  color: #222;
  line-height: 1.86;
}
.checkout .product-name {
  font-size: 1.4rem;
  letter-spacing: 0;
  white-space: normal;
}
.order-details {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0.4rem 3rem;
}

.order-details-table .product-name {
  padding: 1.6rem 0 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  color: #000;
  white-space: inherit;
}
.order-details-table .product-name i {
  font-size: 1rem;
}
.order-details-table .product-name span {
  font-weight: 700;
  color: #222;
}
.element-products-single-product .product-single .product-name {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  line-height: 1.2;
}

@media (max-width: 479px) {
  .order-table tbody .product-name,
  .order-table tbody .product-total {
    padding-bottom: 2rem;
    line-height: 1.2;
  }
  .order-table tbody > tr:nth-child(2) td {
    padding-bottom: 2rem;
  }
}


.checkout .payment.accordion .summary-subtitle {
  font-size: 1.5rem;
}

.checkout .summary .form-control-label {
  line-height: 1.4;
}
.checkout .summary .form-control-label:before {
  top: 0;
  transform: none;
}
.checkout .summary .form-control-label a {
  color: #000;
}
.checkout .summary .form-control-label a:hover {
  color: #26c;
}
.summary .title {
  margin-bottom: 1.9rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #e1e1e1;
}

.order-table .summary-subtotal {
  border-top: 1px solid #e1e1e1;
}
.order-table .summary-subtotal td:first-child {
  padding: 0.4rem 0 0.3rem;
}
.order-table .summary-subtotal-price {
  padding-top: 1rem;
}

.sumnary-shipping .summary-subtitle {
  padding-bottom: 2.2rem;
  text-align: left;
}
.summary-total {
  border-bottom: 1px solid #e1e1e1;
}
.summary-total .summary-subtitle {
  padding: 2.3rem 0 2.1rem;
}
.order-details-table th > .summary-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
.order-details-table .product-price {
  display: block;
}
.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
  text-align: right;
}
.order-details-table .summary-subtotal-price {
  font-weight: 600;
  color: #666;
}
.order-details-table .product-price {
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  padding-top: 1.2rem;
}
.order-details-table thead {
  border-bottom: 1px solid #e1e1e1;
}
.order-details-table thead .summary-subtitle {
  font-size: 1.8rem;
}
.order-details-table tbody tr:first-child td {
  padding-top: 3.2rem;
}
.order-details-table tbody tr:first-child td.product-price {
  padding-top: 2.8rem;
}


.order .order-message {
  max-width: 34rem;
  padding: 3rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.order .order-message .icon-box-icon {
  margin-right: 3.2rem;
}
.order .order-message svg {
  width: 5rem;
  height: 5rem;
  stroke: #26c;
}
.order .order-message .icon-box-title {
  font-size: 1.8rem;
}

.order .overview-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.order .overview-item:not(:last-child) {
  margin-right: 3rem;
  padding-right: 3.1rem;
}
.order .overview-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: #e1e1e1;
}
.order .overview-item span {
  text-transform: uppercase;
}
.order .overview-item strong {
  color: #222;
  font-weight: 600;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .order .order-message {
    font-size: 2rem;
  }
  .order .overview-item {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  .order .overview-item:not(:last-child):after {
    content: none;
  }
  .order .overview-item span {
    margin-right: 2rem;
  }
}
@media (max-width: 575px) {
  .order .order-details {
    padding: 0 2rem;
  }
  .order .order-message {
    font-size: 1.8rem;
  }
  .order .overview-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 479px) {
  .order .order-details {
    padding: 0 1.5rem;
  }
  .order .order-message {
    font-size: 1.6rem;
  }
  .order .overview-item {
    font-size: 1.4rem;
  }
  .step-by .title.title-step {
    font-size: 1.8rem;
  }
  .step-by .title.title-step:after {
    font-size: 1.4rem;
    top: 50%;
  }
}

.order .order-results {
  display: flex;
  flex-wrap: wrap;
  margin: 4.8rem 0 1.9rem;
}

.checkout .title.title-simple {
  font-weight: 700;
}


.checkout .form .title.title-simple {
  margin-top: 0.3rem;
  font-size: 1.8rem;
}
.comments .title-simple,
.related-posts .title-simple,
.reply .title-simple {
  font-size: 2.4rem;
}



.video-modal .modal-dialog {
  max-width: 900px;
  width: 95vw;
}

/* Use modern aspect-ratio so the wrapper has an actual height and the iframe can fill it */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* Ensure the iframe fills the wrapper and is visible */
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 767px) {
  .video-modal .modal-dialog {
    margin: 0.5rem;
    width: calc(100vw - 1rem);
    max-width: 100%;
  }
}