@charset "UTF-8";
/*===== Commen css =====*/
:root {
            --primary-orange:#fd7e4a;
            --primary-color: #4a90e2;
            --secondary-color: #6c757d;
            --success-color: #38a169;
            --warning-color: #dd6b20;
            --danger-color: #e53e3e;
            --info-color: #3182ce;
            --dark-color: #1a365d;
        }
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

h1 {
  font-family: "Quicksand";
  font-weight: 700;
  letter-spacing: 0.01rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand";
  font-weight: 400;
  letter-spacing: 0.01rem;
}

p,
li,
span {
  letter-spacing: 0.02rem;
}

p {
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.ms-flash:after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: ms-flash 3s ease-in-out infinite;
          animation: ms-flash 3s ease-in-out infinite;
  z-index: 99;
}

@-webkit-keyframes ms-flash {
  0% {
    -webkit-transform: translateX(-100%) rotate(45deg);
            transform: translateX(-100%) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
            transform: translateX(100%) rotate(45deg);
  }
}
/* Règle CSS pour appliquer la couleur par défaut. */
.top-header {
    z-index: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.img-defaultbanner {
    min-width: 1024px;
    z-index: -1;
}
.img-defaultbanner {
    max-height: 590px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.overlay:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}
/* Conteneur de notification */
.wishlist i::before {
  content: "\f004"; /* code Unicode Font Awesome du cœur */
  font-family: "Font Awesome 6 Free";
  font-weight: 400; /* regular = cœur vide */
  transition: color 0.3s ease;
  color: #aaa; /* gris par défaut */
}

.wishlist.active i::before {
  font-weight: 900; /* solid = cœur plein */
  color: red; /* plein rouge */
}

.box-banner-contact {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
    text-align: right;
    background: url(../img/bg-banner.cbee38e7.png) no-repeat top;
    background-size: contain;
    padding-top: 30px;
}
/* 2. État actif (bouton radio coché) pour les attributs normaux */
/* On utilise le sélecteur Bootstrap :checked + .btn pour l'état actif */
.btn-check:checked + .btn:not(.rounded-circle) {
    background-color: #fc8751;
    color: var(--bs-white);
    border-color: #98c143;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 3. État au survol */
.btn:hover {
    cursor: pointer;
    background-color: var(--bs-light); /* Gris clair au survol */
    border-color: var(--bs-light);
}
/* 1. Applique la couleur de fond dynamique et la bordure par défaut pour les pastilles */
.btn.rounded-circle {
    /* La variable --color-val est définie dans le style en ligne du PHP */
    background-color: var(--color-val, transparent) !important; /* !! Important pour assurer que la couleur s'applique */
    border-color: var(--color-val, var(--bs-border-color));
    
    color: transparent; /* Masque le texte (la valeur de la couleur) */
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); /* Petite ombre légère pour le relief */
}

/* 2. État actif (bouton radio coché) pour les pastilles de couleur */
.btn-check:checked + .btn.rounded-circle {
    /* La couleur de fond (var(--color-val)) est maintenue ! */
    
    /* Bordure épaisse et vive pour indiquer la sélection */
    border-color: var(--bs-primary)!important; /* Bordure bleue du thème Bootstrap */
    border-width: 3px; 
    
    /* Optionnel : assurez-vous qu'elle est en avant-plan */
    z-index: 10; 
    transform: scale(1.1); /* Fait légèrement grossir la pastille sélectionnée */
}
.header-top-res{
  padding: 10px 0;
  text-align: right;
  background-color: #fff0;
  width: 100%;
  font-size: .75em;
  position: relative;
  top: 0;
}
/* Styles CSS personnalisés pour des éléments spécifiques ou des couleurs */
        :root {
            --acti-primary: #0066cc; /* Blue */
            --acti-primary-dark: #0052a3;
            --acti-accent: #fd7e4a; /* Orange/Accent */
        }
        
        .bg-acti-primary {
            background-color: var(--acti-primary) !important;
        }

        .btn-acti-primary {
            background-color: var(--acti-primary);
            border-color: var(--acti-primary);
            color: white;
            transition: all 0.3s;
        }

        .btn-acti-primary:hover {
            background-color: var(--acti-primary-dark);
            border-color: var(--acti-primary-dark);
            color: white;
            transform: translateY(-1px);
        }

        .bg-orange{
          background:var(--acti-accent);
        }
        
        /* Options de Montant et Paiement (Interactions) */
        .amount-option, .payment-option {
            cursor: pointer;
            transition: all 0.3s;
        }

        .amount-option:hover, .payment-option:hover {
            border-color: var(--acti-primary) !important;
            background-color: rgba(0, 102, 204, 0.05) !important;
        }
        
        .amount-option.selected {
            border-color: var(--acti-primary) !important;
            background-color: rgba(0, 102, 204, 0.1) !important;
            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
        }

        .payment-option.selected {
            border-color: var(--acti-primary) !important;
            background-color: rgba(0, 102, 204, 0.1) !important;
        }

        .payment-radio {
            position: relative;
        }

        .payment-option.selected .payment-radio::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background: var(--acti-primary);
            border-radius: 50%;
        }

        .payment-radio {
            width: 20px;
            height: 20px;
            border: 2px solid #ced4da;
            border-radius: 50%;
            margin-right: 15px;
            transition: all 0.3s;
        }
/* Spaccing */
.m-r-5px {
  margin-right: 5px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.padding-tb-80 {
  padding: 80px 0;
}

.padding-tb-30 {
  padding: 30px 0;
}

.padding-tb-60 {
  padding: 60px 0;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-tb-30 {
  margin: 30px 0;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-minus-24px {
  margin-bottom: -24px;
}

.m-tb-minus-12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.m-minus-15 {
  margin: -15px;
}

.m-minus-12 {
  margin: -12px;
}

.p-tp-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-tp-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.breadcromb-box {
    text-align: center;
}
.breadcromb-box h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.breadcromb-box li {
    display: inline-block;
    margin: 0 2px;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
}
.breadcromb-box li i {
    color: #ff7a21;
}
.breadcromb-box li a {
    color: #fff;
}
.alert-info-custom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    color: white;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-md);
}

.verification-status-card{
    background: linear-gradient(135deg, #fd8650 0%, #fd8650 100%);
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.verification-status-card .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.verification-status-card a {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}
/* send document vendor */
.verify-modal .modal-dialog .modal-content {
    padding: 40px;
}
.modal-dialog .modal-content .modal-header.verfication-modal-head {
    display: block;
    text-align: center;
    padding: 0px;
    margin-bottom: 40px;
    border-bottom: none;
}
.modal-dialog .modal-content .modal-header.verfication-modal-head h5 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-dialog .modal-content .modal-header.verfication-modal-head p {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
#send_document .modal-dialog .modal-content .modal-body .wallet-add .form-group {
    margin-bottom: 20px;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail {
    width: 100%;
    background: #fff;
    border: 1px solid #C2C9D1;
    border-radius: 5px;
    height: 188px;
    padding: 10px 0px 10px 8px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail img {
    margin-bottom: 20px;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail h4 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 6px;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail h4 span {
    color: #4c40ed;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail p {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 400;
    margin-bottom: 0px;
}
#send_document .modal-dialog .modal-content .modal-body .file-uploaded-mail #file-input {
    width: 100%;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
#send_document .modal-dialog .modal-content .modal-body .document-upload-file {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #FAFAFA;
}
#send_document .modal-dialog .modal-content .modal-body .document-upload-file p {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    margin-bottom: 0;
}
#send_document .modal-dialog .modal-content .modal-body .document-update-success {
    margin-bottom: 40px;
}
#send_document .modal-dialog .modal-content .modal-body .document-update-success p {
    font-size: 16px;
    color: #05A144;
    font-weight: 400;
    margin-bottom: 0px;
}
#send_document .modal-dialog .modal-content .success-body {
    margin-bottom: 40px;
}
#send_document .modal-dialog .modal-content .success-body span i {
    font-size: 40px;
    color: #6DCC76;
}
#send_document .modal-dialog .modal-content .success-body h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
#send_document .modal-dialog .modal-content .success-body .success-modal-body {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    max-width: inherit;
}
/* end */
/* Documents card */
        .documents-card .card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
        }

        .documents-card .card-title::before {
            content: '';
            width: 4px;
            height: 28px;
            background: #fd8650;
            margin-right: 12px;
            border-radius: 2px;
        }
 /* List styling */
        .document-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .document-list li {
            padding: 1rem 0;
            border-bottom: 1px solid var(--border-color);
            font-size: 1rem;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            transition: all 0.2s ease;
        }

        .document-list li:last-child {
            border-bottom: none;
        }

        .document-list li:hover {
            padding-left: 0.5rem;
            color: var(--primary-color);
        }

        .document-list li i {
            font-size: 1.25rem;
            margin-right: 1rem;
            flex-shrink: 0;
        }

        /* Button styling */
        .btn-primary {
            background: linear-gradient(135deg, #fd8650 0%, #e67641 100%);
            border: none;
            padding: 0.875rem 2rem;
            font-weight: 600;
            border-radius: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(253, 134, 80, 0.3);
            font-size: 1rem;
            position: relative;
            overflow: hidden;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .btn-primary:hover::before {
            left: 100%;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(253, 134, 80, 0.4);
            background: linear-gradient(135deg, #e67641 0%, #fd8650 100%);
        }

        .btn-primary:active {
            transform: translateY(0);
        }

        .btn-primary i {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }

        .btn-primary:hover i {
            transform: translateX(4px);
        }

        /* Icon badge */
        .icon-badge {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            box-shadow: 0 4px 12px rgba(253, 134, 80, 0.3);
            margin-bottom: 1rem;
        }

/* Notification e-commerce SaaS professionnelle */
.ms-wish-notify {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: none;
    width: 420px;
    animation: slideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideIn {
    from {
        transform: translateX(450px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.cart-added-notification {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

/* Header de la notification */
.cart-notif-header {
    background: #18181b;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-notif-header-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-notif-icon {
    width: 20px;
    height: 20px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-notif-icon::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.cart-notif-header-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.cart-notif-close {
    background: transparent;
    border: none;
    color: #a1a1aa;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.cart-notif-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.cart-notif-close::before {
    content: '×';
    font-size: 24px;
    line-height: 1;
}

/* Corps de la notification */
.cart-notif-body {
    padding: 16px;
    display: flex;
    gap: 16px;
}

.cart-notif-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
}

.cart-notif-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-notif-content {
    flex: 1;
    min-width: 0;
}

.cart-notif-title {
    font-size: 15px;
    font-weight: 600;
    color: #18181b;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-notif-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-notif-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.cart-notif-detail-label {
    color: #71717a;
}

.cart-notif-detail-value {
    color: #18181b;
    font-weight: 500;
}

.cart-notif-price {
    color: #22c55e;
    font-weight: 600;
}
.ms-shop{
  padding: 80px 0;
}
/* contact */
/* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, #0052a3 100%);
            color: white;
            padding: 80px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            opacity: 0.1;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .hero-description {
            font-size: 1.25rem;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
        }
.quick-links {
    margin: -50px auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.quick-link-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    color: var(--gray-800);
    box-shadow: var(--shadow-lg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--gray-200);
    position: relative;
    overflow: hidden;
}
.quick-link-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #06b6d4);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.quick-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-color: #818cf8;
}
.quick-link-card:hover::before {
  transform: scaleX(1);
}
.quick-link-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 28px;
    transition: all 0.3s ease;
}
.quick-link-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
}
/* Contact Info Card */
.contact-info-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.contact-info-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark-color);
}
.contact-info-description {
    color: #475569;
    margin-bottom: 32px;
    line-height: 1.7;
}
.contact-info-description a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #818cf8;
    transition: border-color 0.3s ease;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}
.contact-info-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #818cf8, #6366f1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.contact-info-text {
    flex: 1;
}
.form-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}
.form-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #f1f5f9;
}
.form-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #06b6d4, #6366f1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}
.form-header-text h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #0f172a;
}
.form-header-text p {
    color: #475569;
    font-size: 16px;
}
.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}
.form-group {
    margin-bottom: 24px;
}
.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    font-size: 14px;
}
.form-label i {
    color: #6366f1;
}
.required {
    color: #ef4444;
}
textarea.form-control {
    resize: vertical;
    min-height: 140px;
}
.form-hint {
    font-size: 13px;
    color: #64748b;
    margin-top: 6px;
}
.submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
/* Footer avec actions */
.cart-notif-footer {
    padding: 12px 16px;
    background: #fafafa;
    border-top: 1px solid #e4e4e7;
    display: flex;
    gap: 8px;
}

.cart-notif-btn {
    flex: 1;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.cart-notif-btn-primary {
    background: #18181b;
    color: #ffffff;
}

.cart-notif-btn-primary:hover {
    background: #09090b;
    transform: translateY(-1px);
}

.cart-notif-btn-secondary {
    background: #ffffff;
    color: #18181b;
    border: 1px solid #e4e4e7;
}

.cart-notif-btn-secondary:hover {
    background: #f4f4f5;
}

/* Barre de progression */
.cart-notif-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #22c55e;
    width: 100%;
    animation: progressBar 5s linear forwards;
}

@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Responsive */
@media (max-width: 576px) {
    .ms-wish-notify {
        left: 12px;
        right: 12px;
        top: 12px;
        width: auto;
    }
    
    .cart-notif-body {
        padding: 12px;
        gap: 12px;
    }
    
    .cart-notif-image {
        width: 70px;
        height: 70px;
    }
    
    .cart-notif-title {
        font-size: 14px;
    }
    
    .cart-notif-detail-row {
        font-size: 12px;
    }
    
    .cart-notif-footer {
        flex-direction: column;
    }
    
    .cart-notif-btn {
        width: 100%;
    }
}
/* Buttons */
button {
  background: transparent;
  border: 0;
}

.custom-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 3px;
}

.ms-btn,
.ms-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #17181c;
  border: 1px solid #17181c;
  position: relative;
  border-radius: 3px;
}

.btn-disabled {
  pointer-events: none;
  background-color: #555 !important;
}

.ms-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #17181c;
  color: #fff;
}
.ms-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.ms-btn-1 {
  padding: 5px 10px;
}
.ms-btn-1:hover {
  background-color: #17181c;
  color: #fff;
}

.ms-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  background-color: #17181c;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.ms-btn-2:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.ms-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  background-color: #65b34a;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.ms-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
          animation: shiny-btn1 3s ease-in-out infinite;
}

.ms-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  padding: 30px;
  border-radius: 0px;
  background: #fff;
}

.ms-btn:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.img-responsive {
  max-width: 100%;
  display: block;
}

input {
  height: 50px;
  outline: none;
}

.border-r {
  border-right: 10px dashed #fff;
}

.main-bg {
  height: 100%;
  background: #3e9172;
}

.ms-row {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-bg {
  background-color: #fff;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  color: #17181c;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
  font-family: "Poppins, sans-serif";
}
.section-title h2 span {
  color: #3e9172;
}
.section-title .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .title-link a {
  color: #777;
}
.section-title .title-link a i {
  margin-left: 10px;
  color: #777;
}
.section-title .title-link a:hover {
  color: #3e9172;
}
.section-title .title-link a:hover i {
  color: #3e9172;
}

.section-title-2 {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.section-title-2 h2 {
  margin-bottom: 0;
  font-family: "Poppins, sans-serif";
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  color: #17181c;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}
.section-title-2 h2 span {
  color: #3e9172;
}
.section-title-2 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

.section-title-3 {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.section-title-3 h2 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  color: #17181c;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}
.section-title-3 h2 span {
  color: #3e9172;
}
.section-title-3 p {
  max-width: 400px;
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 23px;
}

section {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-section {
  display: block !important;
}

.hide-section {
  z-index: 7;
  -webkit-transform: translate3d(0px, -100%, 0px);
          transform: translate3d(0px, -100%, 0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#overlay_shine {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: rotate(-30deg) translateY(-150%);
          transform: rotate(-30deg) translateY(-150%);
}

#ms-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ms-overlay .loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#ms-overlay .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#ms-overlay .loader {
  margin: 45px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  border-right: 6px dotted #17181c;
  border-bottom: 6px solid rgba(0, 0, 0, 0.2);
  border-left: 6px dotted #17181c;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ms-cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #3e9172;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
          animation: morphing-image 10s linear infinite forwards;
  z-index: 9999;
}

.ms-cursor-2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #3e9172;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
}

.ms-hover-cursor {
  width: 50px;
  height: 50px;
  background-color: #3e9172;
  border: 0;
  opacity: 0.5;
  z-index: 9999;
}

.ms-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
.msicon {
  color: #bbb;
}

i.msicon.msi-star.fill {
  color: #f27d0c;
}

.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ms-wish-notify,
.ms-compare-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.ms-wish-notify p,
.ms-compare-notify p {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
  display: block;
}
.ms-wish-notify a,
.ms-compare-notify a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ms-wish-notify a:hover,
.ms-compare-notify a:hover {
  color: #3e9172;
}

.ms-cart-notify {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  display: none;
}
.ms-cart-notify a {
  width: 70px;
  height: 70px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 3px;
}
.ms-cart-notify a .svg_img path {
  fill: #fff;
}
.ms-cart-notify a span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #17181c;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ms-cart-content .table-content table {
    width: 100%;
    background-color: #fff;
}
.ms-cart-content .table-content table thead > tr {
    background-color: #fff;
    border-bottom: 2px solid #eee;
}
.ms-cart-content .table-content table thead > tr > th {
    border-top: medium none;
    color: #17181c;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 14px 12px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0;
}
.ms-cart-content .table-content table tbody > tr {
    border-bottom: 1px solid #eee;
}
.ms-cart-content .table-content table tbody > tr td {
    color: #17181c;
    font-size: 16px;
    padding: 15px 14px;
    text-align: left;
}
.ms-cart-content .table-content table tbody > tr td .ms-cart-pro-img {
    width: 61px;
}
.ms-cart-content .table-content table tbody > tr td.ms-cart-pro-name {
    width: 40%;
}
.ms-cart-content .table-content table tbody > tr td.ms-cart-pro-name a {
    color: #777;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    letter-spacing: 0.6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-cart-content .table-content table tbody > tr td.ms-cart-pro-price {
    color: #17181c;
    font-weight: 500;
    font-size: 15px;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #17181c;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    outline: none;
    font-weight: 600;
    line-height: 38px;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_cart_qtybtn {
    color: #17181c;
    float: left;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_qtybtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    color: #17181c;
    height: 19px;
    position: relative;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.ms_qtybtn:before {
    padding-top: 4px;
    content: "\f106";
    color: #999;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.ms_qtybtn:before {
    padding-bottom: 4px;
    content: "\f107";
    color: #999;
}
.ms-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .ms_qtybtn:before {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #17181c;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Font Awesome 7 Free"; /* utiliser la font FA */
    font-weight: 900; /* 900 pour solid, 400 pour regular */
    overflow: hidden;
    font-size: 15px;
    content: "\f067"; /* Unicode pour fa-plus, remplacer par \f068 pour fa-minus */
}
.ms-cart-content .ms-cart-update-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 0;
}
.ms-cart-section .ms-sidebar-wrap {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
}
.ms-cart-section .ms-sidebar-wrap .ms-ship-title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    color: #777;
    padding-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ms-cart-form {
    padding-top: 19px;
}
.ms-cart-form p {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.ms-cart-form label {
    margin-bottom: 9px;
    color: #17181c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.ms-cart-form .ms-cart-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 0;
    margin-bottom: 28px;
    border-radius: 3px;
}
.ms-cart-form select {
    padding: 0 15px;
    webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777;
    cursor: pointer;
    border-radius: 3px;
}
.ms-cart-form .ms-cart-select-inner::after {
    content: "\f078"; /* fa-chevron-down */
    position: absolute;
    font-family: "Font Awesome 7 Free"; /* utiliser la font FA7 */
    font-weight: 900; /* solid */
    top: 0;
    right: 0;
    padding: 0 10px;
    cursor: pointer;
    pointer-events: none;
    display: flex;
    height: 50px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    color: #777;
}
.ms-cart-form input {
    height: 50px;
    background-color: transparent;
    border: 1px solid #eee;
    color: #17181c;
    font-size: 14px;
    margin-bottom: 26px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    border-radius: 3px;
}
.ms-cart-summary-bottom .ms-cart-summary > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.ms-cart-summary-bottom .ms-cart-summary .text-right a {
    color: #eb2629;
    font-weight: 500;
}
.ms-cart-summary-bottom .ms-cart-summary .ms-cart-coupan-content {
    display: none;
    margin-bottom: 0;
}
.ms-cart-coupan-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
}
.ms-cart-coupan-form .ms-coupan {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    height: 35px;
    color: #777;
    font-size: 14px;
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.5px;
    outline: none;
    border-radius: 3px;
}
.ms-cart-summary-bottom .ms-cart-summary .text-right {
    color: #17181c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.ms-cart-summary-bottom .ms-cart-summary .ms-cart-summary-total {
    border-top: 1px solid #eee;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: 16px;
}

.cart-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* espace entre l’icône et le texte */
    padding: 40px 20px;
}

.cart-empty-text {
    max-width: 400px;
}

.cart-empty-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.cart-empty-text p {
    margin-bottom: 15px;
    color: #666;
}

.ms-sample {
  width: 100%;
  height: 50vh;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-sample h3 {
  font-weight: 600;
  color: #999;
  text-align: center;
}

.ms-sidebar-res {
  cursor: pointer;
}
.ms-breadcrumb {
    padding: 170px 0 100px;
    background-color: #f5f4f9;
    border-bottom: 1px solid #eee;
}
.ms-breadcrumb .ms-breadcrumb-title {
    text-decoration: none;
    color: #17181c;
    display: block;
    font-size: 15px;
    font-family: "Poppins, sans-serif";
    line-height: 22px;
    font-weight: 600;
    margin: 0 auto;
    text-transform: capitalize;
}
.ms-breadcrumb-list {
    text-align: right;
}
.ms-breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    line-height: 1.2;
    text-transform: capitalize;
}
.ms-breadcrumb-list li.active {
    color: #3e9172;
}
.ms-breadcrumb-item + .ms-breadcrumb-item {
    padding-left: 7px;
}
.ms-breadcrumb-list .ms-breadcrumb-item.active::before {
    color: #3e9172;
}
.ms-breadcrumb-item + .ms-breadcrumb-item::before {
    display: inline-block;
    padding-right: 7px;
    color: #17181c;
    content: "\f105"; /* C'est le même code pour cette icône */
    font-family: "Font Awesome 7 Free"; /* Nom de la police Font Awesome */
    font-weight: 900; /* Le poids de la police pour les icônes 'solid' */
    font-size: 15px;
}
.ms-about .ms-about-img img {
    width: 100%;
    border-radius: 3px;
}
.ms-about .ms-about-detail {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ms-about .ms-about-detail .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ms-about .ms-about-detail .section-title h2 {
    margin-bottom: 15px;
}
.ms-about .ms-about-detail .section-title p {
    margin: 0;
    color: #777;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.ms-facts-section .ms-facts-inner {
    padding: 0 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
}
.ms-facts-section .ms-facts-inner .counter {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 800;
    color: #ddd;
}
.ms-team-section .ms-team-box {
    position: relative;
}
.ms-team-section .ms-team-box .ms-team-imag {
    position: relative;
}
.ms-team-section .ms-team-box .ms-team-imag img {
    width: 100%;
    border-radius: 3px;
}
.ms-team-section .ms-team-box .ms-team-info {
    text-align: center;
}
.ms-team-section .ms-team-box .ms-team-info h5 {
    margin-top: 15px;
    color: #17181c;
    font-size: 18px;
    font-weight: 700;
}
.ms-team-section .ms-team-box .ms-team-info p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 16px;
}
.ms-team-section .ms-team-box:hover .ms-team-imag .ms-team-socials {
    bottom: 15px;
    opacity: 1;
}
.ms-team-section .ms-team-box .ms-team-imag .ms-team-socials {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.ms-team-section .ms-team-box .ms-team-imag .ms-team-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ms-team-section .ms-team-box .ms-team-imag .ms-team-socials ul li a {
    width: 30px;
    height: 30px;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #17181c;
}
/* Section services */
/* Section des services */
.features-section {
  padding: 80px 0 0;
  background-color: #f4f6f9; /* Gris clair */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* En-tête de la section */
.section-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50; /* Bleu foncé */
  margin-bottom: 0.5rem;
}

.section-header .description {
  font-size: 16px;
  color: #7f8c8d; /* Gris moyen */
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Cartes de fonctionnalités */
.feature-card {
  background-color: #ffffff;
  border: 1px solid #ecf0f1; /* Bordure gris clair */
  border-radius: 8px;
  padding: 1.75rem;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  color: #3498db; /* Bleu Acti */
  font-size: 28px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
}

.feature-card p {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.5;
}

/* Bloc de prix */
.price-block {
  display: flex;
  flex-direction: column;
  border: 1px solid #ecf0f1;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.price-block.featured {
  position: relative; /* nécessaire pour ::before */
  overflow: hidden;   /* évite les débordements éventuels */
}
.price-block.featured::before {
  content: '★ LE CHOIX PARFAIT';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(217, 56, 12);
  color: #ffffff;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 10;
  border-radius: 8px 8px 0 0;
}

.price-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.price-block .upper-box {
  padding: 2rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #ecf0f1;
  padding-top: 55px;
}

.price-block .icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.price-block .icon-list li .icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background-color: #ecf0f1;
  border-radius: 50%;
  font-size: 24px;
  color: #3498db;
}

.price-block .service-type {
  display: block;
  font-size: 14px;
  color: #3498db;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.price-block .upper-box h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  color: #2c3e50;
}

.price-block .service-subtitle {
  font-size: 15px;
  color: #7f8c8d;
  margin-top: 0.75rem;
}

.price-block .price-section {
  margin: 1.5rem 0;
}

.price-block .price-label {
  font-size: 14px;
  color: #7f8c8d;
}

.price-block .upper-box span {
  font-size: 36px;
  font-weight: 800;
  color: #2ecc71; /* Vert Acti */
}

.price-block .price-period {
  font-size: 13px;
  color: #7f8c8d;
  margin-top: 0.5rem;
}

.lower-box {
  padding: 1.5rem;
}

.theme-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  background-color: #3498db;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.theme-btn:hover {
  background-color: #2980b9;
}

.price-note {
  font-size: 13px;
  color: #7f8c8d;
  margin: 1rem 0;
  text-align: center;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #7f8c8d;
}

.price-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: 700;
}
.button-box{
  text-align: center;
}
/* ---- Testimonial ------ */
.testimonial-section{
  padding: 0 0 100px 0;
}
.testimonial-section .title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -5px;
}
.testimonial-section .title h2 {
    font-size: 55px;
    font-weight: 600;
}
.testimonial-section .title h6 {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #005BFF;
    position: relative;
    display: inline-block;
}
.testimonial-section .title h6:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bar/top-bar.png);
    animation: width 1.5s linear 2!important;
    animation-fill-mode: both;
    background-position: center;
}
.testimonial-box-items {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    background-color: #ffeff0;
    border: 1px solid #FFCCCF;
    border-radius: 7px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}
.testimonial-box-items .testimonial-content {
    max-width: 345px;
}
.testimonial-box-items .testimonial-content .star {
    color: #F47900;
    margin-bottom: 15px;
}
.testimonial-box-items .testimonial-content p {
    font-size: 22px;
    color: var(--header);
    font-weight: 500;
    line-height: 160%;
}
.testimonial-box-items .testimonial-content .client-info {
    margin-top: 25px;
}
.testimonial-box-items .testimonial-content .client-info span {
    color: var(--header);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}
.testimonial-box-items .testimonial-image {
    margin-bottom: -50px;
}
.testimonial-box-items.bg-2 {
    background-color: #fff9e3;
    border: 1px solid #F0DE9C;
}
/* === Bouton flottant Feedback === */
/* Bouton Feedback Flottant */
.feedback-trigger {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);
    color: white;
    border: none;
    padding: 20px 12px;
    border-radius: 0 5.75px 5.75px 0;
    cursor: pointer;
    box-shadow: 8px 0 25px rgba(255, 107, 53, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    animation: feedbackPulse 3s infinite;
}

@keyframes feedbackPulse {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
        box-shadow: -8px 0 25px rgba(255, 107, 53, 0.4);
    }
    50% {
        transform: translateY(-50%) translateX(-8px);
        box-shadow: -15px 0 35px rgba(255, 107, 53, 0.6);
    }
}

.feedback-trigger:hover {
    transform: translateY(-50%) translateX(-15px);
    box-shadow: -20px 0 40px rgba(255, 107, 53, 0.7);
}

.feedback-trigger i {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    animation: iconBounce 2s infinite;
    writing-mode: sideways-rl;
}

@keyframes iconBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ============================= */
/* Tout scoped dans #feedbackModal */
/* ============================= */

/* Modal Overlay */
.feedback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.feedback-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Container Principal */
#feedbackModal .feedback-container {
    background: white;
    border-radius: 13.75px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Header */
#feedbackModal .feedback-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#feedbackModal .feedback-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: headerFloat 6s ease-in-out infinite;
}

@keyframes headerFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-20px, -20px) rotate(180deg); }
}

#feedbackModal .feedback-header h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

#feedbackModal .feedback-header p {
    font-size: 16px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

#feedbackModal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

#feedbackModal .close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Content */
#feedbackModal .feedback-content {
    padding: 40px;
}

/* Step Indicator */
#feedbackModal .step-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

#feedbackModal .step {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e8f0;
    margin: 0 6px;
    transition: all 0.3s ease;
}

#feedbackModal .step.active {
    background: #667eea;
    transform: scale(1.2);
}

#feedbackModal .step.completed {
    background: #10b981;
}

/* Rating Section */
#feedbackModal .rating-section {
    text-align: center;
    margin-bottom: 32px;
}

#feedbackModal .rating-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

#feedbackModal .rating-subtitle {
    color: #64748b;
    margin-bottom: 24px;
    font-size: 16px;
}

#feedbackModal .emoji-rating {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

#feedbackModal .emoji-option {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

#feedbackModal .emoji-option:hover {
    transform: scale(1.1);
    border-color: #667eea;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

#feedbackModal .emoji-option.selected {
    border-color: #667eea;
    background: #667eea;
    transform: scale(1.15);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

#feedbackModal .emoji-option.selected::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #10b981;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    border: 3px solid white;
}

#feedbackModal .rating-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* Form Section */
#feedbackModal .form-section {
    margin-bottom: 24px;
}

#feedbackModal .form-group {
    margin-bottom: 20px;
}

#feedbackModal .form-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 15px;
}

#feedbackModal .form-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
    resize: none;
}

#feedbackModal .form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

#feedbackModal .form-textarea {
    min-height: 100px;
}

/* Categories */
#feedbackModal .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

#feedbackModal .category-item {
    padding: 16px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

#feedbackModal .category-item:hover {
    border-color: #667eea;
    transform: translateY(-2px);
}

#feedbackModal .category-item.selected {
    border-color: #667eea;
    background: #f0f4ff;
}

#feedbackModal .category-item i {
    font-size: 20px;
    color: #667eea;
    margin-bottom: 8px;
    display: block;
}

#feedbackModal .category-item span {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

/* Actions */
#feedbackModal .feedback-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

#feedbackModal .btn {
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#feedbackModal .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

#feedbackModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

#feedbackModal .btn-secondary {
    background: #f8fafc;
    color: #64748b;
    border: 2px solid #e5e7eb;
}

#feedbackModal .btn-secondary:hover {
    background: white;
    border-color: #667eea;
    color: #667eea;
}

/* Thank You Section */
#feedbackModal .thank-you-section {
    text-align: center;
    padding: 40px 20px;
}

#feedbackModal .thank-you-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: white;
    animation: checkmarkPop 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes checkmarkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#feedbackModal .thank-you-title {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
}

#feedbackModal .thank-you-text {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    #feedbackModal .feedback-container {
        width: 95%;
        margin: 20px;
    }

    #feedbackModal .feedback-header {
        padding: 24px;
    }

    #feedbackModal .feedback-content {
        padding: 24px;
    }

    #feedbackModal .emoji-rating {
        gap: 8px;
    }

    #feedbackModal .emoji-option {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .feedback-trigger {
        display: none;
    }
}

/* Loading States */
#feedbackModal .btn.loading {
    pointer-events: none;
    position: relative;
    color: transparent;
}

#feedbackModal .btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Coin plié réaliste, invisible par défaut */
.peel-corner {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('/assets/img/fond.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0;
  z-index: 3;
  transform: translate(30px, 30px); /* Cache l'image sous le coin */
}

/* Cadeau sous le coin */
.gift-image-wrapper {
  position: absolute;
  bottom: 15px;
  right: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  pointer-events: none;
  opacity: 0;
  transform: translate(30px, 30px); /* L'image de cadeau est initialement sous le coin */
  z-index: 3;
}

.gift-image {
  max-width: 55px;
  max-height: 55px;
  width: 100%;
  height: auto;
  transform: scale(0.8);
  transition: transform 0.5s ease;
}

/* Effet au survol */
.ms-pro-image:hover .peel-corner {
  opacity: 1;
  transform: translate(0, 0); /* L'image du coin se déplace pour être visible */
}

.ms-pro-image:hover .gift-image-wrapper {
  opacity: 1;
  transform: translate(0, 0); /* Le cadeau remonte et devient visible */
}

.ms-pro-image:hover .gift-image {
  transform: scale(1); /* Le cadeau s'agrandit légèrement */
}

/* filter search */
.ms-sidebar-wrap {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
}
.ms-sidebar-wrap:last-child {
    margin-bottom: 0;
}
.ms-shop-sidebar .ms-sidebar-wrap {
    border-radius: 3px;
}
.ms-shop-sidebar .ms-sidebar-block:not(:last-child) {
    margin-bottom: 30px;
}
.ms-shop-sidebar .ms-sb-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}
.ms-sidebar-wrap .ms-sb-title h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
}
.ms-shop-sidebar .ms-sb-title h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-family: "Poppins, sans-serif";
    font-size: 18px;
    font-weight: 500;
}
.ms-sb-block-content.ms-sidebar-dropdown {
    margin-top: 15px;
}
.ms-sidebar-wrap .ms-sb-block-content {
    margin-bottom: 0;
    border-bottom: none;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item {
    position: relative;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item input {
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item .checked {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-transition: all 300ms 
linear;
    transition: all 300ms 
linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
    overflow: hidden;
}
.ms-price-range-slider {
    margin-top: 20px !important;
}
.ms-price-range-slider .ms-price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ms-price-range-slider .ms-price-input {
    margin-bottom: 15px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f4f9;
    border-radius: 3px;
}
.ms-price-range-slider .ms-price-input label {
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-price-range-slider .ms-price-input label input {
    border-radius: 3px;
}
.ms-price-range-slider .filter__input {
    height: 30px;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 48px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #777;
}
.ms-price-range-slider .ms-price-input .ms-price-divider {
    position: relative;
    border-bottom: 1px solid #777;
    width: 10px;
    height: 1px;
    margin: 0 10px;
}
.ms-price-range-slider .noUi-horizontal .noUi-handle {
    top: -6px;
    right: -15px;
    width: 16px;
    height: 16px;
    background: #ff7a21;
    border: 2px solid #ff7a21;
    border-radius: 50%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}
.ms-price-range-slider .noUi-target {
    cursor: pointer;
}
.ms-price-range-slider .noUi-horizontal {
    height: 4px;
    margin-bottom: 5px;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item input:checked ~ .checked::after {
    display: block;
}
.ms-price-range-slider .noUi-handle.noUi-handle-upper {
    right: -2px;
}
.ms-tag-block a {
    margin: 2px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.02rem;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item .checked:after {
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #3e9172;
    content: "\f00c";
    position: absolute;
    display: none;
    background: #3e9172;
    color: #fff;
    font-family: "Font Awesome 6 Free"; /* Nom de la famille de police pour la version gratuite */
    font-weight: 900; /* Poids de la police pour les icônes 'solid' */
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
.ms-shop-sidebar .ms-sidebar-block.color-block .ms-sidebar-block-item .checked {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0;
}
.ms-shop-sidebar .ms-sidebar-block.color-block .ms-sidebar-block-item .checked:after {
    left: -1px;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    content: "\f00c";
    position: absolute;
    display: none;
    background: transparent;
    font-family: "Font Awesome 6 Free"; /* Nom de la famille de police pour la version gratuite */
    font-weight: 900; /* Poids de la police pour les icônes 'solid' */
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    transform: translateY(-50%); /* Simplification */
}
.ms-shop-sidebar .ms-sidebar-block.color-block .ms-sidebar-block-item {
    padding: 5px 0;
    border: 0;
}
.ms-shop-sidebar .ms-sidebar-block.color-block .ms-sidebar-block-item input {
    width: 20px;
    height: 20px;
}
.ms-shop-sidebar .ms-sidebar-block.color-block ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ms-shop-sidebar .ms-sidebar-block.color-block ul li {
    margin-right: 10px;
}
.ms-shop-sidebar .ms-sidebar-block.color-block .ms-sidebar-block-item .ms-clr-block {
    -webkit-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    opacity: 0.7;
    background: transparent;
    cursor: pointer;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item a {
    width: 100%;
    display: block;
    color: #777;
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ms-shop-sidebar .ms-sidebar-block ul li a {
    padding-left: 30px;
}
.ms-shop-sidebar .ms-sidebar-block .ms-sidebar-block-item a .svg_img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ms-shop .ms-pro-list-top {
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.ms-shop .ms-pro-list-top .ms-gl-btn {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ms-shop .ms-pro-list-top .ms-gl-btn .grid-btn {
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ms-shop .ms-pro-list-top .grid-btn.active {
    background: #3e9172;
    border: 1px solid #3e9172;
    border-radius: 3px;
}
.ms-shop .ms-pro-list-top .ms-sort-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-shop .ms-pro-list-top .ms-sort-select .ms-select-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 50px;
    line-height: 1.5;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    border-left: 1px solid #eee;
}
.ms-shop .ms-pro-list-top .ms-sort-select .ms-select-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #777;
    cursor: pointer;
}
.ms-shop .ms-pro-list-top .ms-sort-select .ms-select-inner:after {
    padding: 0 10px;
    content: "\f107"; /* C'est le même code pour cette icône */
    position: absolute;
    font-family: "Font Awesome 6 Free"; /* Nom de la famille de police pour la version gratuite */
    font-weight: 900; /* Poids de la police pour les icônes 'solid' */
    top: 50%;
    right: 0;
    cursor: pointer;
    pointer-events: none;
    display: flex; /* Simplification */
    line-height: 1;
    justify-content: center;
    align-items: center;
    color: #777;
    transform: translateY(-50%); /* Simplification */
}
.ms-shop .ms-select-bar {
    margin: -5px -5px 25px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ms-shop .ms-select-bar .ms-select-btn {
    background-color: #fff;
    margin: 5px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #777;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
.ms-shop .ms-select-btn-clear {
    padding: 0 !important;
    border: 1px solid #17181c !important;
}
.ms-shop .ms-select-btn-clear .ms-select-clear {
    -webkit-transition: all 0.3s 
ease-in-out;
    transition: all 0.3s 
ease-in-out;
    height: 100%;
    margin: 0;
    padding: 3px 10px;
    font-size: 14px;
    color: #17181c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-shop .ms-select-bar .ms-select-btn .ms-select-cancel {
    margin-left: 15px;
    color: #ff8585;
    font-size: 18px;
}
/*-------------------------------------------------
   Shop Page CSS
---------------------------------------------------*/
.width-100 {
    flex: 0 0 auto !important;
    width: 100% !important;
}
.width-50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important;
}
.list-view .ms-product-inner,
.list-view-50 .ms-product-inner {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.list-view .ms-product-inner .ms-pro-content,
.list-view-50 .ms-product-inner .ms-pro-content {
    border-left: 1px solid #eee;
    justify-content: center;
}

.list-view .ms-product-inner .ms-pro-content .ms-pro-title a,
.list-view-50 .ms-product-inner .ms-pro-content .ms-pro-title a {
    font-size: 16px;
    color: #333; /* remplace $title-color */
    font-weight: 500;
    text-decoration: none;
}

.list-view .ms-product-inner .ms-pro-content .ms-info,
.list-view-50 .ms-product-inner .ms-pro-content .ms-info {
    margin: 5px 0;
    padding: 0 20px;
    font-size: 13px;
    color: #777; /* remplace $text-color */
    display: block;
    transition: all 0.3s ease-in-out;
}


/* Style de base pour le conteneur du message d'erreur */
.message {
    position: fixed; /* Reste visible même en scrollant */
    top: 20px; /* Distance du haut de la page */
    right: 20px; /* Distance de la droite de la page */
    z-index: 1000; /* Assure que le message est au-dessus d'autres éléments */
    padding: 15px 25px; /* Espacement intérieur */
    border-radius: 8px; /* Bords arrondis */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Ombre légère pour le relief */
    color: #fff; /* Couleur du texte */
    text-align: left;
    max-width: 350px; /* Limite la largeur du message */
}

/* Couleurs spécifiques pour le message d'erreur (classe bg-danger) */
.message.bg-danger {
    background-color: #dc3545; /* Couleur de fond rouge Bootstrap 5 */
}

/* Style pour le titre du message */
.message .title {
    font-size: 1.1rem; /* Taille de police légèrement plus grande pour le titre */
    font-weight: 600; /* Police en gras */
    margin-bottom: 5px;
}

/* Style pour le paragraphe du message */
.message p {
    font-size: 1rem;
    margin: 0;
}
.message.slide-in-right {
    animation: slideInRight 0.5s ease-out forwards; /* Applique l'animation */
}
/* ============================= */
/* Ticker / Trade Area
/* ============================= */
.value-trade-area { background:#0b0f19; padding-block: 0.9375rem; overflow: hidden; }
.trade-slider { display: flex; gap: 0.625rem; animation: scroll 25s linear infinite; flex-wrap: nowrap; will-change: transform; }
.single-value-trade-box {
  background: #141b2d; color: #fff;
  padding: 0.5rem 0.9375rem; border-radius: 0.5rem; white-space: nowrap; flex-shrink: 0;
}
.single-value-trade-box .price { margin-inline: 0.5rem; font-weight: 700; color: #ffc107; }
.trending.up { color: #00c853; }
.trending.down { color: #ff1744; }

/* ============================= */
/* Hero v1 (grille avec champ de recherche)
/* ============================= */

.hero-section {
  padding: 6rem 0; min-block-size: 50vh; display: flex; align-items: center; position: relative; overflow: hidden;
  background-image: linear-gradient(135deg, #0b0f19, #1a2a47); color: #fff;
}
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; position: relative; z-index: 10; }
.hero-visual{
  position: relative;
}
.hero-visual img {
    position: absolute;
    bottom: -97px;
    right: 0px;
    width: 30vw;      /* taille relative à l’écran */
    min-width: 150px; /* limite min */
    z-index: 10;
}
.hero-badge {
  display: inline-flex; align-items: center; padding: 0.4rem 0.9rem; border-radius: 50px;
  color: #ffc107; font-weight: 700; font-size: 0.8rem; border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
}
.hero-title { font-size: clamp(2.5rem, 5vw + 1rem, 4.0625rem);color:#fff; line-height: 1.2; margin: 1rem 0; font-weight: 800; }
.highlight { color: #d9380c; }
.lead { font-size: 1.15rem; color: rgba(255,255,255,0.9); margin-top: 1rem; }

.search-container {
  display: flex; background-color: #1a2a47; border-radius: 50px; padding: 0.5rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2); margin-top: 2rem; inline-size: min(100%, 500px);
}
.search-input { flex: 1; background: transparent; border: none; outline: none; padding: 0.5rem 1rem; font-size: 1rem; color: #fff; }
.search-input::placeholder { color: rgba(255,255,255,0.5); }
.search-btn { background-color: #007bff; color: #fff; border: none; padding: 0.75rem 1.5rem; border-radius: 50px; cursor: pointer; font-size: 1rem; transition: background-color 0.3s; }
.search-btn:hover { background-color: #0056b3; }

.feature-items { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.5rem; }
.feature-item { display: inline-flex; align-items: center; font-size: 0.9rem; color: rgba(255,255,255,0.7); gap: 0.5rem; }
.feature-item i { color: #28a745; }

.floating-card {
  background: rgba(255,255,255,0.1); border-radius: 1rem; padding: 2rem 1.5rem; text-align: center;
  border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4); }
.floating-card i { margin-bottom: 0.75rem; }
.text-gradient { background: linear-gradient(45deg,#d9380c,#ffc107); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.scroll-indicator { position: absolute; inset-block-end: 2rem; inset-inline-start: 50%; translate: -50% 0; animation: bounce 2s infinite; }
.scroll-indicator i { color: rgba(255,255,255,0.5); }

.sell-on-acti {
    background-color: #ff6b00; /* Orange vif pour le contraste ou ton bleu primaire */
    color: white !important;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sell-on-acti:hover {
    transform: scale(1.05);
    background-color: #e66000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.trade-warning {
  inline-size: 70%; color: color-mix(in srgb, #db2f69 70%, #fff 30%);
  border: 1px solid color-mix(in srgb, #db2f69 40%, transparent);
  border-radius: 0.625rem; margin: 0 auto 2.5rem; padding: 1.125rem 1.25rem; text-align: start;
}

/** login **/
.ms-login-content {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.ms-login-content .ms-login-box {
    width: 50%;
    padding: 0 15px;
}

.ms-login-wrapper {
    max-width: 530px;
    margin: 0 auto;
}

.ms-login-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #ff6b35 100%);
}
.ms-login-wrapper .ms-login-container {
    padding: 30px;
    border-radius: 13px;
    text-align: left;
    position:relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ms-login-wrapper .ms-login-container .ms-login-form form {
    display: flex;
    flex-direction: column;
}

.ms-login-wrapper .ms-login-wrap {
    display: flex;
    flex-direction: column;
}

.ms-login-wrapper .ms-login-container .ms-login-form label {
    margin-bottom: 10px;
    color: #17181c;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.ms-login-wrapper .ms-login-container .ms-login-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.ms-login-wrapper .ms-login-container .ms-login-form input:focus {
    border-color: #4CAF50;
}

/* Bloc Forgot Password + Captcha */
.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-fp {
    display: flex;
    flex-direction: row; /* Ajouté pour garantir l'alignement sur une ligne */
    align-items: center; /* Conserve l'alignement vertical */
    justify-content: flex-start; /* MODIFIÉ : Aligne au début au lieu d'espacer */
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-fp .forgot-link {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-fp .forgot-link:hover {
    color: #17181c;
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-fp .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left center;
}

/* Bouton + lien Register */
.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-btn a {
    font-size: 14px;
    color: #4CAF50;
    text-decoration: none;
    font-weight: 500;
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-btn a:hover {
    text-decoration: underline;
}

/* Bouton Login */
.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-btn button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background: #4CAF50;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ms-login-wrapper .ms-login-container .ms-login-form .ms-login-btn button:hover {
    background: #43a047;
}

.ms-login-img img {
    width: 100%;
    border-radius: 6px;
}
#otp {
    display: flex;
    justify-content: space-between; /* Pour espacer les champs */
    gap: 10px; /* Ajoute un espace entre les champs */
    margin-bottom: 10px; /* Espace sous le conteneur */
}
#otp input[type="text"] {
    height: 40px; /* Définissez une hauteur pour les champs */
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* Styles pour la boîte de renvoi du code */
.send-box h5 {
    font-size: 14px;
    margin: 0;
}

.send-box a {
    color: #4CAF50; /* Utilise la couleur de votre thème */
    text-decoration: none;
    font-weight: bold;
}
/* NOUVEAU: Styles pour les boutons de connexion sociale */
.ms-social-login {
    text-align: center;
}

.ms-social-login p {
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
}

.ms-social-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ms-btn-social {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

.ms-btn-social i {
    margin-right: 8px;
}

.ms-btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.ms-btn-facebook:hover {
    background-color: #2d4373;
}

.ms-btn-google {
    background-color: #db4437;
    border-color: #db4437;
}

.ms-btn-google:hover {
    background-color: #c23321;
}

/**  Pagination  **/
.ms-pro-pagination {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eee;
}
.ms-pro-pagination span {
  font-size: 14px;
  color: #777;
}
.ms-pro-pagination ul li {
  display: inline-block;
  float: left;
  margin-left: 1px;
}
.ms-pro-pagination ul li a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
.ms-pro-pagination ul li a:hover {
  color: #fff;
  background-color: #3e9172;
}
.ms-pro-pagination ul li a:hover i {
  color: #fff;
}
.ms-pro-pagination ul li a.next {
  width: auto;
  padding: 0 13px;
  border: 1px solid #eee;
  line-height: 30px;
}
.ms-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  color: #777;
}
.ms-pro-pagination ul li a.next:hover i {
  color: #fff;
}
.ms-pro-pagination ul li a.active {
  color: #fff;
  background-color: #3e9172;
}

/** Back to top button **/
.ms-back-to-top {
  display: inline-block;
  background-color: #17181c;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 16;
  border: 1px solid #fff;
}
.ms-back-to-top:after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}
.ms-back-to-top:hover {
  cursor: pointer;
  background-color: #000;
  opacity: 1;
}
.ms-back-to-top:active {
  background-color: #555;
}

.ms-back-to-top.show {
  opacity: 0.8;
  visibility: visible;
}

/** Template run directly **/
.ms-direct-run {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-direct-run .ms-direct-body {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
}
.ms-direct-run .ms-direct-body h4 {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid;
}
.ms-direct-run .ms-direct-body p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

/*===== Cart sideabr css =====*/
.ms-open-cart {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}
.ms-open-cart:before {
  height: 100%;
  width: 100;
  background: #000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.ms-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.ms-side-cart {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 350px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 0;
}
.ms-side-cart::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-side-cart::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-side-cart::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-side-cart::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}
.ms-side-cart .text-right {
  font-weight: 700;
}
.ms-side-cart .ms-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-side-cart .ms-cart-inner .ms-cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.ms-side-cart .ms-cart-inner .ms-cart-title .cart_title {
  font-size: 17px;
  color: #17181c;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}
.ms-side-cart .ms-cart-inner .ms-cart-title .ms-cart-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #17181c;
}
.ms-side-cart .ms-cart-inner .ms-cart-title .ms-cart-close .svg_img {
  width: 14px;
  height: 14px;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-img img {
  width: 100%;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .cart-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .cart-price span {
  color: #777;
  font-weight: 600;
  font-size: 16px;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .remove {
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  color: red;
  font-size: 22px;
  background: #fff;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  margin-top: 7px;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eeeeee;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content .qty-plus-minus .ms-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}
.ms-side-cart .ms-cart-inner .ms-cart-pro-items li .ms-pro-content input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart_btn a {
  width: 48%;
  height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 22px;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
  margin: 20px 0 0 0px;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart-sub-total table tr td {
  border: none;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart-sub-total table tr td.text-left {
  font-weight: 500;
}
.ms-side-cart .ms-cart-inner .ms-cart-bottom .cart-sub-total table tr td.text-right {
  text-align: right;
}

/* Responsive css */
@media (max-width: 480px) {
  .ms-side-cart {
    width: 300px;
  }
}
/*-------------------------------------------------
  Category sidebar  CSS
---------------------------------------------------*/
.ms-side-cat-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.ms-category-sidebar.ms-open-cat {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ms-category-sidebar {
  width: auto;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.ms-category-sidebar::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-category-sidebar::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-category-sidebar::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-category-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}

.cat-sidebar {
  margin-bottom: -15px;
  position: sticky;
}
.cat-sidebar .cat-sidebar-box {
  width: 100%;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap {
  margin-bottom: 30px;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-res {
  display: none;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-title {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 25px;
  color: white;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-title h3 {
  font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-title h3 .ms-close {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  color: #ff8585;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content .ms-list {
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
  border-radius: 3px;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li {
  padding: 0;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-sub-item a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-sub-item a:hover {
  color: #17181c;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-sub-item a span {
  text-transform: lowercase;
  font-size: 12px;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-block-item {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  cursor: pointer;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-block-item .svg_img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #3e9172;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li .ms-sidebar-block-item::after {
  content: "\f067"; /* fa-plus */
  position: absolute;
  right: 0;
  top: 40%;
  font-family: "Font Awesome 6 Free"; /* ou "Font Awesome 6 Free" selon ta version */
  font-weight: 900; /* solid */
  cursor: pointer;
  font-size: 10px;
  color: #777;
  margin-left: 7px;
}

.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content li li {
  padding: 0 0 6px;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sidebar-block .ms-sb-block-content ul ul {
  border-top: 1px solid #eee;
  display: none;
  padding-top: 13px;
  padding-bottom: 3px;
}
.cat-sidebar .cat-sidebar-box .ms-cat-sidebar-wrap .ms-sb-block-content {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.promo-button {
    background: white;
    color: #f59e0b;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-size: 14px;
}

@media (max-width: 360px) {
  .ms-category-sidebar {
    width: 300px;
  }
}
/*===== wish sideabr css =====*/
.ms-open-wish {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}
.ms-open-wish:before {
  height: 100%;
  width: 100;
  background: #000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.ms-side-wish-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.ms-side-wish {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 350px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 0;
}
.ms-side-wish::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-side-wish::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-side-wish::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-side-wish::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}
.ms-side-wish .text-right {
  font-weight: 700;
}
.ms-side-wish .ms-wish-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-side-wish .ms-wish-inner .ms-wish-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.ms-side-wish .ms-wish-inner .ms-wish-title .wish_title {
  font-size: 17px;
  color: #17181c;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}
.ms-side-wish .ms-wish-inner .ms-wish-title .ms-wish-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #17181c;
}
.ms-side-wish .ms-wish-inner .ms-wish-title .ms-wish-close .svg_img {
  width: 14px;
  height: 14px;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-img img {
  width: 100%;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .wish-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .wish-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .wish-price span {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability .stock {
  font-size: 12px;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability .avail {
  color: #3e9172;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability .not-avail {
  color: red;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability .btn-disabled {
  cursor: not-allowed !important;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability .ms-wish-contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability a {
  width: 100px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .remove {
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  color: red;
  font-size: 22px;
  background: #fff;
}

/* Responsive css */
@media (max-width: 480px) {
  .ms-side-wish .ms-wish-inner .ms-wish-pro-items li .ms-pro-content .ms-availability a {
    width: auto;
    max-width: 100px;
  }
  .ms-side-wish {
    width: 300px;
  }
}
/* ================================
   QUICKVIEW MODAL - STYLE OPTIMISÉ
================================ */

/* Fond modal */
.quickview-modal {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  animation: quickview-fadeIn 0.3s ease;
}
@keyframes quickview-fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Modal content */
.quickview-content {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 80vh;
  overflow-y: auto;
}

/* IMAGE PRODUIT */
.quickview-image {
  position: relative;
  width: 100%;
  max-height: 375px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quickview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.3s ease;
}
.quickview-image:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}
/* Miniatures sous l’image principale */
.quickview-thumbnails {
  display: flex;
  gap: 8px;
  margin: 8px;
  justify-content:center;
  flex-wrap: wrap;
}
.quickview-thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quickview-thumbnails img:hover,
.quickview-thumbnails img.active {
  border-color: #2c5aa0;
  transform: scale(1.05);
}
.quickview-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  background: #ff6b35;
  color: #fff;
  border-radius: 18px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* TITRE & AVIS */
.quickview-title a {
  color: #1e293b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.quickview-title a:hover { color: #2c5aa0; }

.quickview-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #6b7280;
}
.quickview-rating .stars { display: flex; gap: 2px; }
.quickview-rating i { color: #ff6b35; font-size: 14px; }

/* DESCRIPTION */
.quickview-desc {
  padding: 12px;
  background: #eef5ff;
  border-left: 3px solid #2c5aa0;
  border-radius: 6px;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.5;
}
.quickview-desc a { color: #2c5aa0; font-weight: 600; text-decoration: none; }
.quickview-desc a:hover { color: #1a3c73; }

/* PRIX */
.quickview-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.quickview-new-price { font-size: 1.6rem; font-weight: 700; color: #2c5aa0; }
.quickview-old-price { font-size: 1rem; color: #9ca3af; text-decoration: line-through; }
.quickview-discount { font-size: 0.75rem; padding: 3px 6px; background: #ff6b35; color: #fff; border-radius: 4px; font-weight: 600; }

/* VARIATIONS */
.quickview-variation-label { display: block; margin-bottom: 4px; font-weight: 600; font-size: 0.9rem; color: #374151; }
.quickview-options { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.quickview-options li a {
  display: block;
  padding: 6px 12px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  transition: 0.3s ease;
}
.quickview-options li a:hover,
.quickview-options li.active a {
  background: #2c5aa0;
  border-color: #2c5aa0;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(44, 90, 160, 0.2);
}

/* ACTIONS (QUANTITÉ + PANIER) */
.quickview-actions {
  display: flex;
  align-items: center; /* <-- centre verticalement tous les items */
  gap: 12px;
  flex-wrap: wrap; /* permet la colonne sur mobile */
  margin-top: 12px;
  justify-content: flex-start;
}

.quickview-qty {
  display: flex;
  align-items: center; /* <-- centre les boutons et input */
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 36px;
}
.quickview-qty-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  transition: 0.3s ease;
}
.quickview-qty-btn:hover { background: #2c5aa0; color: #fff; }
.quickview-qty-input {
  width: 40px;
  text-align: center;
  border: none;
  font-weight: 600;
  background: #fff;
  color: #1f2937;
  outline: none;
}

/* Bouton Add to Cart */
.quickview-add-to-cart {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #2c5aa0, #4a90c2);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: 0.3s ease;
  box-shadow: 0 3px 10px rgba(44, 90, 160, 0.2);
}
.quickview-add-to-cart:hover {
  transform: translateY(-1px) scale(1.02);
  background: linear-gradient(135deg, #1e3d6f, #2c5aa0);
  box-shadow: 0 4px 14px rgba(44, 90, 160, 0.25);
}
.quickview-add-to-cart svg { width: 16px; height: 16px; fill: currentColor; }
.quickview-add-to-cart.added { background: #28a745 !important; transform: scale(0.97); }

/* -------------------------------
   RESPONSIVE
------------------------------- */
@media (max-width: 991px) {
  .quickview-image { max-height: 300px; }
  .quickview-content { padding: 16px; }
  .quickview-title a { font-size: 1.3rem; }
  .quickview-new-price { font-size: 1.4rem; }
  .quickview-thumbnails img { width: 50px; height: 50px; }
}
@media (max-width: 575px) {
  .modal-dialog { margin: 0.5rem; }
  .quickview-image { min-height: 180px; }
  .quickview-title a { font-size: 1.1rem; }
  .quickview-add-to-cart { width: 100%; justify-content: center; }
  .quickview-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .quickview-thumbnails img { width: 40px; height: 40px; }
}

/*===== New Popup for home page =====*/
#ms-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 25;
}

#ms-popnews-box {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  color: #17181c;
  display: none;
  z-index: 25;
  text-align: center;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#ms-popnews-box img {
  width: 100%;
  border-radius: 3px;
}
#ms-popnews-box h2 {
  text-decoration: none;
  color: #17181c;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
#ms-popnews-box p {
  color: #777;
}
#ms-popnews-box form {
  margin-bottom: 0px;
}
#ms-popnews-box input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #17181c;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 3px;
}

#ms-popnews-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: red;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1;
  opacity: 0.5;
}
#ms-popnews-close:hover {
  opacity: 1;
}

/*===== Features sideabr css =====*/
.ms-features-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.ms-features-sidebar {
  width: 250px;
  position: fixed;
  right: -250px;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 16;
}
.ms-features-sidebar .ms-tools-sidebar-toggle {
  position: absolute;
  top: 35%;
  right: 252px;
  width: 40px;
  height: 40px;
  background-color: #17181c;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  z-index: -1;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.ms-features-sidebar .ms-tools-sidebar-toggle .svg_img {
  width: 25px;
  height: 25px;
}
.ms-features-sidebar .ms-tools-sidebar-toggle .svg_img path {
  fill: #fff;
}
.ms-features-sidebar .ms-inner-tools {
  overflow-y: auto;
  height: 100vh;
}
.ms-features-sidebar .ms-inner-tools::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-features-sidebar .ms-inner-tools::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-features-sidebar .ms-inner-tools::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-features-sidebar .ms-inner-tools::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}
.ms-features-sidebar .ms-inner-tools .tool-title {
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.ms-features-sidebar .ms-inner-tools .tool-title h3 {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  color: #777;
  font-weight: 700;
  text-transform: uppercase;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block {
  padding: 15px;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-features-title {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
  font-weight: 600;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel {
  margin-bottom: -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-rtl,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-panel-bg,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-rtl,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-panel-bg {
  width: 94px;
  margin: 0 10px 10px 0;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-rtl img,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-panel-bg img,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-rtl img,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-panel-bg img {
  width: 100%;
  cursor: pointer;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-rtl p,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .ms-panel-bg p,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-rtl p,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .ms-panel-bg p {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .active-rtl-mode,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .active-bg-panel,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .active-rtl-mode,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .active-bg-panel {
  position: relative;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .active-rtl-mode:after,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .ms-mode-rtl .active-bg-panel:after,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .active-rtl-mode:after,
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-tools-content .bg-panel .active-bg-panel:after {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: "MsIcons";
  content: "\f00c";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #3e9172;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul {
  margin-bottom: -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li {
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  border: 2px solid transparent;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode1 {
  background-color: #3e9172;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode2 {
  background-color: #F2709C;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode3 {
  background-color: #5243a5;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode4 {
  background-color: #435da5;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode5 {
  background-color: #dbd98d;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode6 {
  background-color: #40526c;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode7 {
  background-color: #db98b1;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode8 {
  background-color: #ff8763;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li a.colorcode9 {
  background-color: #ff6d6d;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block ul li.active a {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode {
  width: 90px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode div {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
  background: #333;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode .ms-mode-switch > * {
  width: 45px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px 0;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode .ms-mode-on {
  background: #63b760;
  color: #fff;
  display: none;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode .ms-mode-off {
  background: #ff7474;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode.active .ms-mode-on {
  background: #63b760;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-features-sidebar .ms-inner-tools .ms-features-block .ms-change-mode.active .ms-mode-off {
  display: none;
}

/*===== New Product css =====*/
.ms-product-tab {
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.ms-pro-tab {
  margin-top: -30px;
}

.ms-pro-tab-nav {
  margin: 0 auto;
}
.ms-pro-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.ms-pro-tab-nav .nav-item:not(:last-child) {
  margin-right: 50px;
}
.ms-pro-tab-nav .nav-item .nav-link {
  padding: 0;
  color: #777;
  position: relative;
  font-weight: 500;
}
.ms-pro-tab-nav .nav-item .nav-link:hover {
  color: #3e9172;
}
.ms-pro-tab-nav .nav-item .nav-link.active {
  color: #3e9172;
}

.ms-product-content {
  padding: 12px;
}

.ms-product-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 24px !important;
}
.ms-product-inner .ms-pro-image {
  position: relative;
  overflow: hidden;
}
.ms-product-inner .ms-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.ms-product-inner .ms-pro-image .image img {
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ms-product-inner .ms-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.ms-product-inner .ms-pro-image .image .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
}
.ms-product-inner .ms-pro-image .image .label .dot {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
}
.ms-product-inner .ms-pro-image .image .veg {
  border: 1px solid #46c389;
}
.ms-product-inner .ms-pro-image .image .veg .dot {
  background-color: #46c389;
}
.ms-product-inner .ms-pro-image .image .nonveg {
  border: 1px solid #ff9898;
}
.ms-product-inner .ms-pro-image .image .nonveg .dot {
  background-color: #ff9898;
}
.ms-product-inner .ms-pro-image .flags {
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.ms-product-inner .ms-pro-image .flags span {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff9898;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 3px;
}
.ms-product-inner .ms-pro-image .flags span.new {
  background: #3e9172;
}
.ms-product-inner .ms-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 15px;
  right: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3e9172;
}
.ms-product-inner .ms-pro-image .ms-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  top: 10px;
  left: auto;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  opacity: 0;
}
.ms-product-inner .ms-pro-image .ms-pro-actions .ms-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.ms-product-inner .ms-pro-image .ms-pro-actions .ms-btn-group:hover:not(.active) {
  background-color: #3e9172;
}
.ms-product-inner .ms-pro-image .ms-pro-actions .ms-btn-group:hover .svg_img.pro_svg {
  fill: #ffffff;
}
.ms-product-inner .ms-pro-image .ms-pro-actions .ms-btn-group .svg_img.pro_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-product-inner .ms-pro-image .ms-pro-actions .ms-btn-group:not(:first-child) {
  margin-top: 5px;
}
.ms-product-inner .ms-pro-image-outer {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 11;
  position: relative;
}
.ms-product-inner:hover .ms-pro-actions {
  opacity: 1;
  right: 10px;
}
.ms-product-inner:hover .ms-pro-image .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ms-product-inner:hover .ms-pro-image .image img:not(:last-child) {
  opacity: 0;
}
.ms-product-inner:hover .ms-pro-image .image img.hover-image {
  opacity: 1;
}
.ms-product-inner .ms-pro-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 0;
  text-align: left;
  background-color: #fff;
}
.ms-product-inner .ms-pro-content .ms-pro-stitle {
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3e9172;
  font-size: 12px;
  text-transform: uppercase;
}
.ms-product-inner .ms-pro-content .ms-pro-rat-price {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-product-inner .ms-pro-content .ms-pro-title {
  padding: 0 20px;
  font-size: 16px;
  margin: 0 0 5px;
}
.ms-product-inner .ms-pro-content .ms-pro-title a {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins, sans-serif";
}
.ms-product-inner .ms-pro-content .ms-pro-title a:hover {
  color: #3e9172;
}
.ms-product-inner .ms-pro-content .ms-info {
  display: none;
}
.ms-product-inner .ms-pro-content .ms-price {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #17181c;
  letter-spacing: 0.4px;
}
.ms-product-inner .ms-pro-content .ms-price span.new-price {
  color: #17181c;
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
}
.ms-product-inner .ms-pro-content .ms-price span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
}
.ms-product-inner .ms-pro-content .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.ms-product-inner .ms-pro-content .ms-pro-rating {
  margin-bottom: 10px;
  opacity: 0.7;
  position: relative;
}
.ms-product-inner .ms-pro-content .ms-pro-rating .qty {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777;
  font-size: 13px;
}
.ms-product-inner .ms-pro-image.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.5;
  z-index: 98;
}

.ms-pro-variation {
  margin: 5px 0 0px;
}
.ms-pro-variation .ms-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-pro-variation .ms-pro-variation-inner > span {
  display: block;
  margin: 0 0 5px;
}
.ms-pro-variation .ms-pro-variation-inner .ms-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content li {
  border-radius: 100%;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content li:hover {
  border: 1px solid #17181c;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-size .ms-pro-variation-content li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  font-weight: 400;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-size .ms-pro-variation-content li a {
  color: #000;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-size .ms-pro-variation-content li:hover {
  background-color: #3e9172;
  color: #fff;
  border-color: #3e9172;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-size .ms-pro-variation-content li.active {
  background-color: #3e9172 !important;
  color: #fff !important;
  border-color: #3e9172 !important;
}
.ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-size .ms-pro-variation-content li.active a {
  color: #fff !important;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

img.pro_svg, .svg_img.pro_svg {
  width: 18px !important;
  fill: #888888;
}

img.pro_svg {
  opacity: 0.5;
}

a.wishlist .svg_img.pro_svg {
  width: 16px;
  height: 16px;
}

.eccart-pro-items li .ms-pro-content .qty-plus-minus {
  width: 85px;
  height: 35px;
  margin-top: 7px;
  padding: 7px 0;
  border: 1px solid #eeeeee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 30px;
}
.eccart-pro-items li .ms-pro-content .qty-plus-minus .ms_qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}
.eccart-pro-items li .ms-pro-content .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #17181c;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.eccart-pro-items li .ms-pro-content .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eeeeee;
}
.eccart-pro-items li .ms-pro-content .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #eeeeee;
}

.ms-pro-loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: url(../images/common/pro-loader.html) no-repeat scroll 50% 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 75px;
}

.pro-loading .ms-pro-loader {
  opacity: 1;
  display: block;
}

i.msicon.msi-star-o {
  font-size: 14px;
  margin-right: 3px;
}

i.msicon.msi-star {
  color: #777;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

i.msicon.msi-star.fill {
  color: #f27d0c;
}

.ms-pro-opt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-------------------------------------------------
    Site Header Section
---------------------------------------------------*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  max-width: 150px;
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
.bootstrap-select .form-control {
  min-height: 35px !important;
  height: 35px !important;
}
.bootstrap-select .btn-light {
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-select .btn-light:focus, .bootstrap-select .btn-light:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.bootstrap-select .dropdown-menu li a span.text {
  margin-right: 34px;
  font-size: 13px;
  color: #777;
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #3e9172;
}
.bootstrap-select .dropdown-menu .dropdown-item.active span,
.bootstrap-select .dropdown-menu .dropdown-item:active span {
  color: #fff;
}
.bootstrap-select .bs-actionsbox {
  padding: 8px;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
  font-size: 12px;
  color: #3e9172;
  font-weight: 500;
  border: 1px solid #eee;
}
.bootstrap-select .bs-actionsbox .btn-group button:hover {
  color: #60bb99;
}
.bootstrap-select .bs-ok-default:after {
  content: "✔";
  display: inline-block;
  color: #777;
  border: none;
  -webkit-transform: none;
          transform: none;
}

.ms-header {
  background-color: #fff;
  z-index: 14;
  position: relative;
}

.header-top {
  padding: 10px 0;
  color: #777;
  background-color: #f5f4f9;
}
.header-top .header-top-message {
  font-size: 13px;
}

.header-top-right-inner > div {
  padding-left: 20px;
}
.header-top-right-inner > div:last-child {
  padding-right: 0;
  border: none;
}
.header-top-right-inner > div a {
  color: #fff;
}
.header-top-right-inner > div a:hover {
  color: #3e9172;
}

.header-top-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.header-top-social ul li a {
  margin: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-top-social ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
}
.header-top-social ul li:hover i {
  color: #3e9172;
}
.header-top-social ul li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.ms-help {
  padding-left: 20px;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.7px;
  font-weight: 400;
}
.ms-help:hover {
  color: #3e9172;
}

.header-top-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  letter-spacing: 0.7px;
}
.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 2px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}
.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  color: #3e9172;
}
.header-top-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #3e9172;
}
.header-top-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.header-top-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.header-top-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}
.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #17181c;
  font-size: 14px;
  background: transparent;
}
.header-top-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: #3e9172;
}
.header-top-lan-curr .dropdown .dropdown-menu li.active .dropdown-item {
  color: #3e9172;
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #777;
  border: none;
  letter-spacing: 0.7px;
}
.header-top-lan-curr.dropdown .dropdown-toggle i {
  margin-left: 2px;
  color: #777;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}
.header-top-lan-curr.dropdown .dropdown-toggle:hover {
  color: #3e9172;
}
.header-top-lan-curr.dropdown .dropdown-toggle:hover i {
  color: #3e9172;
}
.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.header-top-lan-curr.dropdown .dropdown-menu li:last-child {
  border: none;
}
.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #17181c;
  font-size: 14px;
  background: transparent;
}
.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item:hover {
  color: #3e9172;
}
.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: #3e9172;
}

.ms-header-bottom {
  padding: 22px 0;
}

.ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  text-align: left;
  position: relative; /* permet aux enfants en absolute de se positionner par rapport au logo */
  display: inline-block; /* garde la taille du logo */
}
.header-logo img {
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.col.ms-header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.8%;
          flex: 0 0 13.8%;
}

.header_svg {
  width: 26px;
  height: 26px;
  fill: #3e9172;
}

.svg_cat {
  width: 23px;
  height: 23px;
}

.ms-header-wishlist {
  position: relative;
}
.ms-header-wishlist .header_svg {
  width: 27px;
  height: 27px;
}

.ms-header-user .header_svg {
  width: 29px;
  height: 29px;
}

.ms-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms-acc-drop {
  position: relative;
}
.ms-acc-drop:hover .ms-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.ms-acc-drop .ms-dropdown-menu a {
  padding: 7px 20px;
  font-size: 13px;
  color: #777;
}
.ms-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #17181c;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* drp */
.ms-dropdown-menu {
  position: absolute;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1),0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 0 !important;
  min-width: 320px;
  border: none;
  opacity: 0;
  visibility: hidden; /* 🔹 à ajouter */
  display: block;
  z-index: 1000;
  border-radius: 0;
  transition: all 0.3s ease; /* pour animation fluide */
}

                                    /* Header avec profil */
                                    .dropdown-header-premium {
                                        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                                        padding: 20px;
                                        color: white;
                                        position: relative;
                                        overflow: hidden;
                                    }

                                    .dropdown-header-premium::before {
                                        content: '';
                                        position: absolute;
                                        top: -50%;
                                        right: -50%;
                                        width: 100px;
                                        height: 100px;
                                        background: rgba(255, 255, 255, 0.1);
                                        border-radius: 50%;
                                        animation: float-effect 6s ease-in-out infinite;
                                    }

                                    @keyframes float-effect {
                                        0%, 100% { transform: translateY(0px); }
                                        50% { transform: translateY(-10px); }
                                    }

                                    .dropdown-profile {
                                        position: relative;
                                        z-index: 1;
                                        margin-bottom: 0 !important;
                                    }

                                    .profile-avatar-wrapper {
                                        position: relative;
                                    }

                                    .profile-avatar-premium {
                                        width: 50px;
                                        height: 50px;
                                        border-radius: 8px;
                                        border: 2px solid rgba(255, 255, 255, 0.3);
                                        object-fit: cover;
                                    }

                                    .vip-badge {
                                        position: absolute;
                                        top: -5px;
                                        right: -8px;
                                        background: linear-gradient(45deg, #ffd700, #ffed4e);
                                        color: #b45309;
                                        font-size: 10px;
                                        padding: 2px 6px;
                                        border-radius: 10px;
                                        font-weight: 700;
                                        border: 1px solid #fbbf24;
                                        box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
                                    }

                                    .notification-dot {
                                        width: 8px;
                                        height: 8px;
                                        background: #ef4444;
                                        border-radius: 50%;
                                        position: absolute;
                                        top: 8px;
                                        right: 8px;
                                        animation: pulse-dot 2s infinite;
                                    }

                                    @keyframes pulse-dot {
                                        0%, 100% { transform: scale(1); opacity: 1; }
                                        50% { transform: scale(1.2); opacity: 0.7; }
                                    }

                                    .profile-info-premium h4 {
                                        font-size: 16px;
                                        font-weight: 700;
                                        margin-bottom: 2px;
                                        color: white;
                                    }

                                    .profile-info-premium .user-level {
                                        font-size: 12px;
                                        color: rgba(255, 255, 255, 0.8);
                                        display: flex;
                                        align-items: center;
                                        gap: 5px;
                                    }

                                    .level-stars {
                                        color: #ffd700;
                                    }

                                    /* Corps du menu */
                                    .dropdown-body-premium {
                                        padding: 0;
                                    }

                                    /* Bannière promo */
                                    .promo-banner {
                                        background: linear-gradient(45deg, #ff6b35, #ff8e53);
                                        color: white;
                                        margin: 20px 25px;
                                        padding: 20px;
                                        border-radius: 8px;
                                        font-size: 12px;
                                        font-weight: 600;
                                        text-align: center;
                                        position: relative;
                                        overflow: hidden;
                                        cursor: pointer;
                                        transition: transform 0.2s ease;
                                    }
                                    .promo-banner h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}
.promo-banner p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    margin-bottom: 12px;
}
.support-section {
    padding: 25px;
    background: #f3f4f6;
    text-align: center;
}
.support-section h4 {
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 12px;
    font-weight: 600;
}
.support-buttons {
    display: flex;
    gap: 10px;
}
.support-btn {
    flex: 1;
    padding: 12px;
    border: 2px solid #3b82f6;
    background: white;
    color: #3b82f6;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
}
.support-btn.primary {
    background: #3b82f6;
    color: white;
}

                                    .promo-banner:hover {
                                        transform: scale(1.02);
                                    }

                                    .promo-banner::before {
                                        content: '';
                                        position: absolute;
                                        top: 0;
                                        left: -100%;
                                        width: 100%;
                                        height: 100%;
                                        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
                                        animation: promo-shine 3s infinite;
                                    }

                                    @keyframes promo-shine {
                                        0% { left: -100%; }
                                        100% { left: 100%; }
                                    }

                                    /* Section menu */
                                    .menu-section-premium {
                                        padding: 15px 0;
                                        border-bottom: 1px solid #f1f5f9;
                                    }

                                    .menu-section-premium:last-of-type {
                                        border-bottom: none;
                                    }

                                    .section-title {
                                        padding: 0 20px 10px;
                                        font-size: 11px;
                                        font-weight: 700;
                                        color: #64748b;
                                        text-transform: uppercase;
                                        letter-spacing: 0.5px;
                                    }

                                    /* Items du menu */
                                    .dropdown-item {
                                        display: flex !important;
                                        align-items: center !important;
                                        gap: 12px;
                                        padding: 12px 20px !important;
                                        text-decoration: none !important;
                                        color: #374151 !important;
                                        font-weight: 500;
                                        transition: all 0.2s ease;
                                        position: relative;
                                        border-left: 3px solid transparent;
                                        border-radius: 0 !important;
                                        background: transparent !important;
                                    }

                                    .dropdown-item:hover {
                                        background: #f8fafc !important;
                                        border-left-color: #ff6b35;
                                        color: #ff6b35 !important;
                                        text-decoration: none !important;
                                    }

                                    .dropdown-item i {
                                        width: 18px;
                                        font-size: 16px;
                                        color: #64748b;
                                        transition: color 0.2s ease;
                                    }

                                    .dropdown-item:hover i {
                                        color: #ff6b35;
                                    }

                                    /* Badge pour les items */
                                    .item-badge {
                                        margin-left: auto;
                                        font-size: 11px;
                                        padding: 2px 8px;
                                        border-radius: 12px;
                                        font-weight: 600;
                                    }

                                    .badge-new {
                                        background: #ef4444;
                                        color: white;
                                        animation: pulse-badge 2s infinite;
                                    }

                                    .badge-count {
                                        background: #3b82f6;
                                        color: white;
                                    }

                                    @keyframes pulse-badge {
                                        0%, 100% { transform: scale(1); }
                                        50% { transform: scale(1.1); }
                                    }

                                    /* Logout spécial */
                                    .dropdown-item.text-danger {
                                        color: #dc2626 !important;
                                        border-top: 1px solid #f1f5f9;
                                    }

                                    .dropdown-item.text-danger:hover {
                                        background: #fef2f2 !important;
                                        border-left-color: #dc2626;
                                        color: #b91c1c !important;
                                    }

                                    .dropdown-item.text-danger i {
                                        color: #dc2626;
                                    }

                                    .dropdown-item.text-danger:hover i {
                                        color: #b91c1c;
                                    }

                                    /* Divider custom */
                                    .dropdown-divider {
                                        height: 1px;
                                        background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
                                        margin: 10px 0;
                                        border: none;
                                    }

                                    /* Animations d'entrée */
                                    .dropdown-menu.show .dropdown-item {
                                        animation: slide-in-fade 0.4s ease forwards;
                                    }

                                    @keyframes slide-in-fade {
                                        from {
                                            opacity: 0;
                                            transform: translateX(-10px);
                                        }
                                        to {
                                            opacity: 1;
                                            transform: translateX(0);
                                        }
                                    }

                                    .dropdown-menu.show .dropdown-item:nth-child(1) { animation-delay: 0.05s; }
                                    .dropdown-menu.show .dropdown-item:nth-child(2) { animation-delay: 0.1s; }
                                    .dropdown-menu.show .dropdown-item:nth-child(3) { animation-delay: 0.15s; }
                                    .dropdown-menu.show .dropdown-item:nth-child(4) { animation-delay: 0.2s; }
                                    .dropdown-menu.show .dropdown-item:nth-child(5) { animation-delay: 0.25s; }

                                    /* Responsive */
                                    @media (max-width: 768px) {
                                        .ms-dropdown-menu {
                                            min-width: 280px;
                                            right: -20px;
                                        }
                                    }
.ms-header-bottons .ms-header-btn:not(:last-child) {
  margin-right: 30px;
}
.ms-header-bottons .ms-header-btn .header-icon {
  position: relative;
}
.main-label-note-new.show{
  display: block !important;
}
.ms-header-bottons .ms-header-btn .header-icon .main-label-note-new {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #ec716d;
  border-radius: 50%;
  cursor: default;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  -webkit-animation: wave-animate 1s 1.5s infinite ease-out;
          animation: wave-animate 1s 1.5s infinite ease-out;
}
@-webkit-keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes wave-animate {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.ms-header-bottons .ms-header-btn .ms-header-count {
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #17181c !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: -8px;
}
.ms-header-bottons .ms-header-btn:hover {
  color: #3e9172;
}
.ms-header-bottons .ms-header-btn:hover .ms-header-count {
  color: #f5f4f9;
}
.ms-header-bottons .ms-header-btn:hover .ms-btn-title {
  color: #3e9172;
}
.ms-header-bottons .ms-header-btn:hover .header_svg {
  fill: #3e9172;
}
.ms-header-bottons .ms-header-btn i {
  font-size: 21px;
  line-height: 1;
}
.ms-header-bottons .ms-header-btn .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-header-bottons .ms-header-btn .ms-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  color: #17181c;
  line-height: 1;
}
.ms-header-bottons .ms-header-btn.ms-side-toggle {
  padding-right: 0;
}
.ms-header-bottons .ms-header-btn.dropdown-toggle::after {
  display: none;
}
.ms-header-bottons .ms-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 400;
}

.ms-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  margin-left: 10px;
}
/* appointement **/
.box-checked .form-check-input:checked+.form-check-label {
    border-color: #2eab4d;
}
.box-checked .form-check-label {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    cursor: pointer;
}
.box-checked .form-check-input:checked {
    display: block;
    z-index: 1;
}
.box-checked .form-check-input::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.social-item {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 19px;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #262626;
    border: 1px solid #262626;
}
.box-checked .form-check-input {
    display: none;
    position: absolute;
    top: -12px;
    right: -6px;
    background-image: none;
}
.box-checked .form-check-input {
    display: none;
    position: absolute;
    top: -12px;
    right: -6px;
    background-color: #2eab4d;
    border-color: #2eab4d;
    background-image: none;
}
.wf-discount-rdv {
    width: 70%;
    position: relative;
    background-color: rgba(3, 168, 0, .09);
    color: #03a800;
    border-radius: .5rem;
    padding: 0.5rem 1rem;
    transition: all 250ms ease-in-out;
}
.wf-discount-rdv-badge {
    position: absolute;
    top: 15%;
    left: 1%;
    transform: translate(-50%, -50%) rotate(-7deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 67.5px;
    height: 42.5px;
    background-color: #03a800;
    color: #fff;
    border-radius: .25rem;
    line-height: 18px;
    font-size: 16px;
    font-weight: 800;
    transition: all 250ms ease-in-out;
}
.wf-discount-rdv-content {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    padding-left: 3rem;
    transition: all 250ms ease-in-out;
}
div#ms-main-menu-desk {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-main-menu ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  position: relative;
}
.ms-main-menu ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}
.ms-main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 55px;
  text-decoration: none;
  text-transform: capitalize;
  color: #17181c;
  display: block;
  font-weight: 500;
  position: relative;
}
.ms-main-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #17181c;
}
.ms-main-menu ul li a .svg_img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.ms-main-menu ul li a .svg_img path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-main-menu ul li:hover > a {
  color: #3e9172;
}
.ms-main-menu ul li:hover > a .svg_img path {
  fill: #3e9172;
}
.ms-main-menu ul li:hover > a:after {
  color: #3e9172;
}
.ms-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  z-index: 2;
  z-index: 15;
  border-radius: 3px;
}
.ms-main-menu ul li .mega-menu li ul {
  width: 25%;
}
.ms-main-menu ul li .mega-menu li ul li.menu_title a {
  color: #60bb99;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}
.ms-main-menu ul li .mega-menu li ul li.menu_title a:hover {
  color: #3e9172;
}
.ms-main-menu ul li .mega-menu li ul li {
  border: 0 !important;
}
.ms-main-menu ul li .mega-menu li ul li a {
  color: #777;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}
.ms-main-menu ul li .mega-menu li ul li a:hover {
  color: #3e9172;
}
.ms-main-menu ul li .mega-menu ul.ms-main-banner {
  margin-top: 20px;
}
.ms-main-menu ul li .mega-menu ul.ms-main-banner li {
  width: 25%;
  padding-right: 30px;
}
.ms-main-menu ul li .mega-menu ul.ms-main-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}
.ms-main-menu ul li.drop-list {
  margin-right: 30px !important;
}
.ms-main-menu ul li.dropdown {
  position: relative;
}
.ms-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 3px;
}
.ms-main-menu ul li.dropdown ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ms-main-menu ul li.dropdown ul li.active a {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li.active a i {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}
.ms-main-menu ul li.dropdown ul li:hover > a {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li:hover > a i {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 13px;
  color: #777;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-main-menu ul li.dropdown ul li a:hover {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li a:hover i {
  color: #3e9172;
}
.ms-main-menu ul li.dropdown ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
}
.ms-main-menu ul li.dropdown ul li:first-child {
  border-top: none;
}
.ms-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}
.ms-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: -5px 0 0 1px;
  opacity: 1;
  visibility: visible;
}
.ms-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.ms-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.ms-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.ms-main-menu ul .dropdown-arrow {
  position: relative !important;
}
.ms-main-menu ul .dropdown-arrow i {
  position: absolute;
  top: 21px;
  transform: rotate(90deg);
}
.ms-main-menu ul li.active > a {
  color: #3e9172;
}
.ms-main-menu > ul > li:hover > a {
  opacity: 0.8;
}
.ms-main-menu > ul > li:hover > a:before {
  background: #3e9172;
  width: 100%;
}
.ms-main-menu > ul > li:hover > a i {
  color: #3e9172;
}
.ms-main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  background: transparent;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ms-main-menu > ul > li.active > a:before {
  background: #3e9172;
  width: 100%;
}

.ms-header-cat {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.col.ms-category-icon-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}

.ms-location-block .ms-location-menu {
  position: relative;
}
.ms-location-block .ms-location-menu .ms-location-toggle {
  min-height: 55px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: pointer;
}
.ms-location-block .ms-location-menu .ms-location-toggle .ms-location-title {
  width: calc(100% - 30px);
  padding: 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fe7b47;
  letter-spacing: 0.2px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-location-block .ms-location-menu .ms-location-toggle .svg_loc path {
  stroke: #777;
  fill: #777;
}
.ms-location-block .ms-location-menu .ms-location-toggle i {
  text-transform: uppercase;
  color: #239354;
  text-align: center;
  position: absolute;
  right: 15px;
}
.ms-location-block .ms-location-menu .ms-location-toggle i.eci-angle-down {
  font-size: 24 px;
}
.ms-location-block .ms-location-dropdown {
  width: 250px;
  padding: 20px;
  margin-top: 0;
  position: absolute;
  display: none;
  left: auto;
  right: 0;
  top: 100%;
  border-radius: 3px;
  z-index: 14;
  border: 1px solid #eee;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff none repeat scroll 0 0;
  overflow: auto;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.ms-location-block .ms-location-dropdown::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-location-block .ms-location-dropdown::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-location-block .ms-location-dropdown::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-location-block .ms-location-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}
.ms-location-block .ms-location-dropdown .loc-grid {
  padding-left: 10px;
  padding-right: 10px;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list span {
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list:not(:last-child) {
  margin-bottom: 10px;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list .svg_loc {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list .svg_loc path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  stroke: #777;
  fill: #777;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list:hover {
  color: #3e9172;
  border: 1px solid #fe7b47;
}
.ms-location-block .ms-location-dropdown .loc-grid .loc-list:hover .svg_loc path {
  stroke: #3e9172;
  fill: #3e9172;
}
.ms-location-block .ms-location-dropdown .loc-grid .current {
  color: #3e9172;
  border: 1px solid #fe7b47;
}
.ms-location-block .ms-location-dropdown .loc-grid .current .svg_loc path {
  stroke: #3e9172;
  fill: #3e9172;
}
.ms-location-block .ms-location-dropdown li.show a {
  text-align: center;
}
.ms-location-block .ms-location-dropdown li.show a:hover {
  color: #777;
}
.ms-location-block .ms-location-dropdown li.show a:hover img {
  margin-left: 10px;
}
.ms-location-block .ms-location-dropdown li.show a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ms-location-block .ms-location-dropdown li:first-child {
  border-top: none;
}
.ms-location-block .ms-location-dropdown li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.ms-category-menu {
  position: relative;
}
.ms-category-menu .ms-category-toggle {
  min-height: 55px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: pointer;
}
.ms-category-menu .ms-category-toggle .svg_cat path {
  fill: #777;
}

.header-search {
  width: 100%;
  min-width: 600px;
  padding: 0 30px;
  position: relative;
}
.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0.6px;
}
.header-search .bs-searchbox {
  margin: 4px 8px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 3px;
}
.header-search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-search .dropdown-menu {
  border-radius: 3px;
}

.ms-header-search {
  margin: 0 auto;
}
.ms-header-search form.ms-search-group-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}

.action-form {
  position: relative;
}

.search_submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 100%;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 0;
  height: 40px;
}
.search_submit .search_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  fill: #3e9172;
}
.search_submit:hover .search_svg {
  fill: #60bb99;
}

.ms-search-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 14px;
}
.ms-search-select-inner select {
  cursor: pointer;
  padding: 0 10px;
  color: #777;
  letter-spacing: 0.8px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ms-search-select-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 40px;
  border-right: 1px solid #eee;
}

body.ms-menu-open {
  overflow: hidden;
}
body.ms-menu-open:before {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.col.ms-location-block {
  min-width: 200px;
}

.ms-menu-content > ul > li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}
.ms-menu-content > ul > li .menu-toggle::before {
  width: 100%;
  content: "\f067";
  font-family: "MsIcons";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #777;
  font-size: 12px;
}
.ms-menu-content > ul > li.active > .menu-toggle::before {
  content: "\f068";
}
.ms-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
  content: "\f068";
}
.season-icon{position: absolute;top:0px;left:-10px;vertical-align:middle;}
.season-effect{position:fixed;top:-10px;font-size:1em;user-select:none;pointer-events:none;animation:fall linear infinite;width: auto;display: inline-block;}
@keyframes fall{to{transform:translateY(100vh);}}
/* dashboard */
.dashboard .sidebar {
  background: linear-gradient(180deg, var(--dark-color) 0%, #2d3748 100%);
  color: white;
  min-height: 100vh;
  border-radius:0.375rem;
}
.dashboard .sidebar .sidebar-header {
  display: flex;
  justify-content: center; /* Centrer le contenu horizontalement */
  align-items: center;
  padding: 20px;
  background:linear-gradient(135deg, #26AE61, #1d8f50);
  border-radius: 0.375rem 0.375rem 0 0;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 10%;
  object-fit: cover;
}
.user-details {
  display: flex;
  flex-direction: column;
}
.user-name {
  font-weight: bold;
  color: #fff;
}
.user-email {
  font-size: 0.8em;
  color: #aaa;
}
.user-status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.user-online {
  background-color: #28a745;
}
/* Wallet Widget */
        .wallet-widget {
            margin: 1.25rem;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);
            padding: 1.25rem;
            border-radius: 0.375rem;
            text-align: center;
            box-shadow: 0 0.5rem 1.25rem rgba(255, 107, 53, 0.3);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .wallet-widget::before {
            content: '\f4c0';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            color:green;
            top: 5px;
            right: 5px;
            font-size: 3.75rem;
            opacity: 0.1;
        }

        .wallet-balance {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        /* Navigation */
        .nav-section {
            margin-bottom: 1.5rem;
        }

        .nav-section-title {
            padding: 0 1.5rem 0.75rem;
            font-size: 0.6875rem;
            font-weight: 700;
            color: #a0aec0;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-left: 3px solid var(--primary-color);
            padding-left: 1.3125rem;
        }

        .nav-link {
            padding: 0.875rem 1.5rem;
            border-left: 3px solid transparent;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .nav-link:hover,
        .nav-link.active {
          color:#fd7b47;
            background-color: rgba(74, 144, 226, 0.1);
            border-left-color: var(--primary-color);
        }

        .nav-link i {
            width: 1.25rem;
            margin-right: 0.75rem;
        }

        /* Alert Banners */
        .alert-promo {
            background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);
            border: none;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .alert-promo::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            animation: shine 3s infinite;
        }
        /* Stats Cards */
        .stat-card {
            background: white;
            border: none;
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
            border-radius: 0.75rem;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card:hover {
            transform: translateY(-0.25rem);
            box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.15);
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--accent-color, var(--primary-color));
        }

        .stat-icon {
            width: 3.25rem;
            height: 3.25rem;
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.375rem;
            color: white;
            background: var(--accent-color, var(--primary-color));
        }

        .stat-value {
            font-size: 1.75rem;
            font-weight: 700;
            color: #1a202c;
            font-family: 'Courier New', monospace;
        }

        /* Mining Progress */
        .mining-progress {
            background: #f1f5f9;
            border-radius: 0.5rem;
            overflow: hidden;
            margin: 0.75rem 0;
        }

        .progress-bar-custom {
            height: 0.5rem;
            background: linear-gradient(90deg, var(--primary-color), var(--success-color));
            width: 67%;
            transition: width 0.3s ease;
        }

        /* Service Status */
        .service-status {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 0.5rem;
            padding: 1rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transition: transform 0.2s ease;
        }

        .service-status:hover {
            transform: translateY(-2px);
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
        }

        .service-icon {
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 0.375rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
        }

        /* Activity Feed */
        .activity-item {
            display: flex;
            gap: 1rem;
            padding: 1rem 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .activity-item:last-child {
            border-bottom: none;
        }

        .activity-icon {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            flex-shrink: 0;
        }

        /* Quick Actions */
        .quick-action {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 0.5rem;
            padding: 1.25rem 1rem;
            text-align: center;
            text-decoration: none;
            color: #64748b;
            transition: all 0.2s ease;
            display: block;
        }

        .quick-action:hover {
            background: white;
            border-color: var(--primary-color);
            color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 0.25rem 0.75rem rgba(74, 144, 226, 0.15);
            text-decoration: none;
        }

        .quick-action i {
            font-size: 1.5rem;
            margin-bottom: 0.75rem;
            display: block;
        }

        /* Chart Container */
        .chart-container {
            height: 300px;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-weight: 600;
        }
/* cart empty */
/* État panier vide - Style SaaS moderne */
.cart-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
}

.cart-empty-icon {
    width: 72px;
    height: 72px;
    background: #f4f4f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    animation: fadeInScale 0.5s ease-out;
}

.cart-empty-icon svg {
    color: #a1a1aa;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.cart-empty-title {
    font-size: 18px;
    font-weight: 600;
    color: #18181b;
    margin: 0 0 8px 0;
}

.cart-empty-text {
    font-size: 14px;
    color: #71717a;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.cart-empty-btn {
    display: inline-block;
    padding: 11px 24px;
    background: #18181b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cart-empty-btn:hover {
    background: #09090b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 576px) {
    .cart-empty-state {
        padding: 40px 20px;
    }
    
    .cart-empty-icon {
        width: 64px;
        height: 64px;
    }
    
    .cart-empty-icon svg {
        width: 56px;
        height: 56px;
    }
    
    .cart-empty-title {
        font-size: 16px;
    }
    
    .cart-empty-text {
        font-size: 13px;
    }
}
/* REGISTER */
/* === Section principale === */
.ms-register-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.ms-register-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
  animation: ms-register-heroFloat 8s ease-in-out infinite alternate;
}

@keyframes ms-register-heroFloat {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(10px, -10px) rotate(2deg); }
}

/* === Arrière-plan animé === */
.ms-register-bg-element {
  position: absolute;
  opacity: 0.1;
  animation: ms-register-float 6s ease-in-out infinite;
}

.ms-register-bg-element:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.ms-register-bg-element:nth-child(2) { top: 60%; right: 15%; animation-delay: 2s; }
.ms-register-bg-element:nth-child(3) { bottom: 20%; left: 5%; animation-delay: 4s; }

@keyframes ms-register-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

/* === Contenu gauche === */
.ms-register-content {
  position: relative;
  z-index: 10;
  color: white;
}

.ms-register-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  margin-bottom: 32px;
  line-height: 1.2;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ms-register-title .highlight {
  background: linear-gradient(135deg, #ff6b35, #ff8e53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

/* === Promo Banner === */
.ms-register-promo-banner {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);
  color: white;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  animation: ms-register-promoPulse 3s infinite;
}

@keyframes ms-register-promoPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3); }
  50% { box-shadow: 0 8px 30px rgba(255, 107, 53, 0.5); }
}

.ms-register-promo-banner::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: ms-register-promoShine 3s infinite;
}

@keyframes ms-register-promoShine {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* === Features === */
.ms-register-feature-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.ms-register-feature-item::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.ms-register-feature-item:hover::before { left: 100%; }

.ms-register-feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.ms-register-feature-icon {
  width: 80px; height: 80px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  color: #ff6b35;
  margin-bottom: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.ms-register-feature-item:hover .ms-register-feature-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #ff6b35, #ff8e53);
  color: white;
}

.ms-register-feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.ms-register-feature-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* === Social Proof === */
.ms-register-social-proof {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 32px;
}

.ms-register-avatar-stack {
  display: flex;
  margin-right: 16px;
}

.ms-register-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin-left: -8px;
  transition: all 0.3s ease;
}

.ms-register-avatar:first-child { margin-left: 0; }

.ms-register-avatar:hover {
  transform: scale(1.1);
  z-index: 10;
  border-color: rgba(255, 255, 255, 0.8);
}

.ms-register-avatar-count {
  background: linear-gradient(135deg, #ff6b35, #ff8e53);
  color: white;
  font-weight: 700;
  font-size: 12px;
}

.ms-register-rating-stars {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 8px;
}

.ms-register-rating-text {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* === Formulaire === */
.ms-register-form-container {
  background: white;
  border-radius: 13px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.ms-register-form-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #ff6b35 100%);
}

.ms-register-form-title {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 8px;
  text-align: center;
}

.ms-register-form-subtitle {
  color: #64748b;
  text-align: center;
  margin-bottom: 32px;
}

.ms-register-form-label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.ms-register-form-control,
.ms-register-form-select {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: white;
  width: 100%;
}

.ms-register-form-control:focus,
.ms-register-form-select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  outline: none;
}

/* === Bouton === */
.ms-register-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50px;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

.ms-register-btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.ms-register-btn-primary:hover::before { left: 100%; }

.ms-register-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #5a7ce8 0%, #6f5fa8 100%);
}

/* === Lien === */
.ms-register-link {
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
}

.ms-register-link:hover { text-decoration: underline; }

/* === Success Message === */
.ms-register-success-message {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.ms-register-success-message.show {
  opacity: 1;
  transform: translateY(0);
}

/* === Responsive === */
@media (max-width: 768px) {
  .ms-register-section { padding: 60px 0; }
  .ms-register-form-container { padding: 24px; border-radius: 16px; }
  .ms-register-feature-item { padding: 20px; }
  .ms-register-social-proof { padding: 20px; }
  .d-sm-flex { flex-direction: column !important; text-align: center !important; }
  .ms-register-avatar-stack { justify-content: center; margin-bottom: 16px; }
}

/*======= COOKIE BAR ======*/
.ms-cookie-bar{
  background-color: #fff;
  bottom: 20px;
  left: 20px;
  position: fixed;
  padding: 15px 20px 15px 20px;
  width: 300px;
  text-align: left;
  z-index: 999999;
  opacity: 1;
  max-height: 85%;
  border-radius: 10px;
  overflow-y: auto;
  max-width: calc(100% - 40px);
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
  display: none;
}
.ms-cookie-title{
  font-size: 20px;
  padding: 10px 0 10px;
  margin: 0;
}
.ms-cookie-desc{
  color: #2d2d2d;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 1.65;
  font-weight: 400;
}
/*===== Mobile menus =====*/
.ms-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 16;
}

.ms-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.ms-mobile-menu::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.ms-mobile-menu::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #17181c !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.ms-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #17181c !important;
  border: 3px solid #fff !important;
}
.ms-mobile-menu::-webkit-scrollbar-thumb:hover {
  background-color: #3e9172 !important;
}
.ms-mobile-menu .ms-menu-title {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #eee;
}
.ms-mobile-menu .ms-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #17181c;
  font-weight: 600;
}
.ms-mobile-menu .ms-menu-title .ms-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: 0;
}
.ms-mobile-menu .ms-menu-inner .ms-mobile-search form {
  position: relative;
}
.ms-mobile-menu .ms-menu-inner .ms-mobile-search form input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eee;
}
.ms-mobile-menu .ms-menu-inner .ms-mobile-search form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ms-mobile-menu .ms-menu-inner .ms-mobile-search form button {
  position: absolute;
  top: 3px;
  right: 0;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li {
  position: relative;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li a {
  display: block;
  padding: 12px 0px;
  text-transform: capitalize;
  color: #777;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li .menu-toggle:before {
  content: "\f067"; /* code Unicode FA pour "plus" */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* très important : active le style "solid" */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444444;
  font-size: 12px;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li .sub-menu li a {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 0px;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.ms-mobile-menu .ms-menu-inner .ms-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #999;
}
.ms-mobile-menu .ms-menu-inner .header-res-social {
  margin-top: 30px;
}
.ms-mobile-menu .ms-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-mobile-menu .ms-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #202126 !important;
  border-radius: 50%;
}
.ms-mobile-menu .ms-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.ms-mobile-menu.ms-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* Responsive Header */
@media (max-width: 1399px) {
  .header-search {
    min-width: 400px;
  }
  .ms-search-select-inner .bootstrap-select {
    width: 150px !important;
  }
  .ms-search-select-inner .dropdown-menu {
    min-width: 200px;
  }
  div#ms-main-menu-desk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 70%;
  }
}
@media (max-width: 1199px) {
  .ms-header-bottons .ms-header-btn .ms-btn-stitle {
    font-size: 11px;
  }
  .ms-header-bottons .ms-header-btn .ms-btn-stitle {
    min-width: 48px;
  }
  .header-top-center {
    display: none;
  }
}
@media (max-width: 991px) {
  .ms-header-bottom {
    border-bottom: 1px solid #eee;
  }
  .ms-header-bottom .ms-site-menu-icon .svg_img path {
    fill: #777;
  }
  .ms-header {
    z-index: 16;
  }
  .ms-header-bottons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ms-header-bottons .right-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ms-header-bottons .ms-header-btn:not(:last-child) {
    margin-right: 20px;
  }
  .ms-header-bottons .ms-header-btn .header-icon .main-label-note-new {
    display: none;
  }
  .ms-header-btn .header_svg path {
    fill: #777;
  }
  .ms-category-menu .ms-category-toggle {
    min-height: 30px;
    padding: 0;
  }
  .ms-category-menu .ms-category-toggle .svg_img path {
    fill: #777;
  }
  .ms-header-user .header_svg {
    width: 22px;
    height: 22px;
  }
  .ms-wish-toggle .header_svg {
    width: 22px;
    height: 22px;
  }
  .ms-cart-toggle .header_svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .ms-mobile-menu {
    width: 300px;
  }
}
/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.ms-footer {
  color: #fff;
  background: #17181c !important;
}
.ms-footer .footer-top .ms-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-footer .footer-top .ms-footer-company .ms-app-store {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-logo {
  max-width: 250px;
  margin-bottom: 30px;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #bbb;
  display: inline-block;
  position: relative;
}
.ms-footer .footer-top .ms-footer-widget .app-img img {
  max-width: 130px;
  margin-bottom: 15px;
}
.ms-footer .footer-top .ms-footer-widget .app-img .adroid {
  margin-right: 15px;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-family: "Poppins, sans-serif";
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-heading::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  height: 2px;
  border-bottom: 2px solid #3e9172;
  bottom: 0;
  width: 30px;
}
.ms-footer .footer-top .ms-footer-widget .s-head {
  display: none;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #bbb;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 300;
}
.ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link a:hover {
  color: #3e9172;
  opacity: 1;
}
.ms-footer .footer-top .ms-footer-contact .ms-footer-widget .ms-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.ms-footer .footer-top .ms-footer-contact .ms-footer-widget .ms-footer-links li p {
  margin: 0;
  font-weight: 300;
  color: #bbb;
}
.ms-footer .footer-top .ms-footer-contact .ms-footer-widget .ms-footer-links a {
  text-transform: unset;
}
.ms-footer .footer-top .ms-footer-contact .ms-footer-widget .ms-footer-links .ms-footer-link span {
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-footer .footer-top .ms-footer-social {
  margin-bottom: 0;
}
.ms-footer .footer-top .ms-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-footer .footer-top .ms-footer-social .ms-footer-widget .ms-footer-links .ms-footer-link {
  padding-right: 5px;
}
.ms-footer .footer-top .ms-footer-social .ms-footer-widget .ms-footer-links .ms-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.ms-footer .footer-top .ms-footer-social .ms-footer-widget .ms-footer-links .ms-footer-link a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.ms-footer .footer-top .ms-footer-social .ms-footer-widget .ms-footer-links .ms-footer-link a i {
  font-size: 25px;
  margin-right: 10px;
}

.ms-footer-contact {
  margin-bottom: 30px;
}

.svg_img.foo_svg {
  height: 25px;
  fill: #bbb;
  width: auto;
}

.ms-foo-location .svg_img.foo_svg {
  margin-top: 3px;
}

.ms-foo-call .svg_img.foo_svg {
  height: 24px;
}

.ms-foo-mail .svg_img.foo_svg {
  height: 20px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #2c2f36 !important;
}
.footer-bottom .ms-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .ms-copy {
  color: #bbb;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}
.footer-bottom .ms-copy a {
  color: #bbb;
}
.footer-bottom .ms-copy .site-name:hover {
  color: #3e9172;
}

/* Responsive footer css */
.ms-heading-res {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link a {
    font-size: 15px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links li p {
    font-size: 15px;
  }
  .ms-footer .footer-top .ms-footer-widget .app-img img {
    max-width: 120px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link a {
    font-size: 14px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links li p {
    font-size: 14px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-detail {
    font-size: 14px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-foo-location .svg_img.foo_svg {
    height: 20px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-foo-call .svg_img.foo_svg {
    height: 18px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-foo-mail .svg_img.foo_svg {
    height: 17px;
  }
  .ms-footer .footer-top .ms-footer-company .ms-app-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .ms-footer .footer-top .ms-footer-widget .ms-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .ms-footer .footer-top .ms-footer-company .ms-app-store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ms-footer .footer-top .container > .row {
    padding: 0;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links ul {
    margin-bottom: 15px;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-links .ms-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .ms-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .ms-footer .footer-top .ms-footer-contact .ms-footer-widget .ms-footer-heading {
    margin-bottom: 15px;
  }
  .ms-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .ms-subscribe-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .ms-heading-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
    padding-right: 10px;
  }
  .ms-footer-links.ms-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  .footer-bottom-copy {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .footer-bottom .ms-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .ms-bottom-info .footer-copy {
    margin-bottom: 15px;
  }
  .col.footer-bottom-right {
    margin: 15px auto;
  }
  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ms-footer .footer-top .ms-footer-widget .s-head {
    display: block;
  }
  .ms-footer .footer-top .ms-footer-widget .ms-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .m-minus-991 {
    margin-bottom: -30px;
  }
}
@media (max-width: 360px) {
  .footer-bottom .ms-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}
/**===== Blog & News Section =====**/
.ms-news-section .section-title {
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ms-blog .section-title, .ms-news-section .section-title {
  margin-bottom: 15px;
}
.ms-blog .news-info, .ms-news-section .news-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
}
.ms-blog .news-info:hover .news-img img, .ms-news-section .news-info:hover .news-img img {
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
}
.ms-blog .news-info .news-img, .ms-news-section .news-info .news-img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.ms-blog .news-info .news-img img, .ms-news-section .news-info .news-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
.ms-blog .news-info .detail, .ms-news-section .news-info .detail {
  width: 100%;
  margin: 0;
}
.ms-blog .news-info .detail label, .ms-news-section .news-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  border-radius: 5px;
}
.ms-blog .news-info .detail label a, .ms-news-section .news-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}
.ms-blog .news-info .detail label a:hover, .ms-news-section .news-info .detail label a:hover {
  color: #3e9172;
}
.ms-blog .news-info .detail h3, .ms-news-section .news-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}
.ms-blog .news-info .detail h3 a, .ms-news-section .news-info .detail h3 a {
  font-family: "Poppins, sans-serif";
  color: #17181c;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.ms-blog .news-info .detail p, .ms-news-section .news-info .detail p {
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  color: #777;
  line-height: 23px;
  font-weight: 400;
}
.ms-blog .news-info .detail .more-info a, .ms-news-section .news-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  background: #17181c;
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #17181c;
  border-radius: 3px;
}
.ms-blog .news-info .detail .more-info a:hover, .ms-news-section .news-info .detail .more-info a:hover {
  background: #fff;
  color: #17181c;
}

/**  Blog Sidebar  **/
.ms-blogs-sidebar .ms-sb-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}
.ms-blogs-sidebar .ms-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: 500;
}
.ms-blogs-sidebar .ms-blog-sidebar-wrap {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.ms-blogs-sidebar .ms-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #eee;
  color: #17181c;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.ms-blogs-sidebar .ms-blog-search .ms-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.ms-blogs-sidebar .ms-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}
.ms-blogs-sidebar .ms-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #17181c;
}
.ms-blogs-sidebar .ms-sidebar-block ul li a {
  padding-left: 30px;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item {
  position: relative;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item a span {
  color: #999;
  font-size: 13px;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  overflow: hidden;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3e9172;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #3e9172;
  font-family: "Msicons";
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.ms-blogs-sidebar .ms-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .ms-sidebar-block-img {
  margin-right: 15px;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .ms-sidebar-block-img img {
  width: 100px;
  border-radius: 3px;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .ms-sidebar-block-detial .ms-blog-title a {
  color: #777;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .ms-sidebar-block-detial .ms-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  letter-spacing: 0;
}
.ms-blogs-sidebar .ms-sidebar-block .ms-sidebar-block-item .ms-sidebar-block-detial a {
  font-size: 14px;
  color: #3e9172;
}

/**  Single blog (Blog details)   **/
.ms-single-blog-item .single-blog-info .news-img img {
  width: 100%;
  border-radius: 3px;
}
.ms-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #999;
}
.ms-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #999;
}
.ms-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #3e9172;
}
.ms-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #17181c;
}
.ms-single-blog-item .single-blog-info .single-blog-detail p {
  color: #777;
  font-size: 14px;
}
.ms-single-blog-item .single-blog-info .single-blog-detail .ms-text-highlight {
  font-weight: 500;
  font-style: italic;
}
.ms-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}
.ms-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 3px;
}

.ms-blog-comments .ms-blog-dms-title {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  background-color: #f5f4f9;
  border-radius: 3px;
}
.ms-blog-comments .sub-cmt {
  margin-left: 65px;
}
.ms-blog-comments .ms-single-comment-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-user-img {
  width: 50px;
  margin-right: 15px;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-user-img img {
  width: 100%;
  border-radius: 3px;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-comment-content {
  width: calc(100% - 115px);
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-comment-content h5 {
  color: #17181c;
  font-size: 16px;
  font-weight: 600;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-comment-content span {
  color: #999;
  font-size: 13px;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-comment-content p {
  margin: 5px 0;
  color: #777;
  font-size: 14px;
}
.ms-blog-comments .ms-single-comment-wrapper .ms-blog-comment-content .ms-blog-details-btn a {
  color: #3e9172;
  font-size: 13px;
}
.ms-blog-comments .ms-blog-cmt-form .ms-blog-form input {
  background-color: #fff;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  font-size: 14px;
}
.ms-blog-comments .ms-blog-cmt-form .ms-blog-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ms-blog-comments .ms-blog-cmt-form .ms-blog-form textarea:focus {
  outline: none;
}

/*===== Banners section css =====*/
.ms-ofr-banners .ms-bnr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-img {
  width: 100%;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-img img {
  width: 100%;
  border-radius: 3px;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-img .lbl {
  padding: 0 5px;
  font-size: 14px;
  border-radius: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: capitalize;
  background-color: #17181c !important;
  color: #fff;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-detail {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-detail h5 {
  color: #3e9172;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-detail p {
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}
.ms-ofr-banners .ms-bnr-body .ms-bnr-detail a {
  padding: 5px 15px;
}

/*===== Category section css =====*/
.ms-category-shop .ms-category-block {
  padding: 0 !important;
  border: 0 !important;
}

.ms-category .ms-category-block {
  margin-top: 30px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}
.ms-category .ms-category-block .ms-cat-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background: #f5f4f9;
  border: 1px solid #eee;
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon {
  height: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon:hover .svg_img {
  -webkit-animation: catshake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: catshake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@-webkit-keyframes catshake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@keyframes catshake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon .svg_img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #17181c;
    /* Ajout pour "..." */
    white-space: nowrap;        /* empêche le retour à la ligne */
    overflow: hidden;           /* cache le texte qui dépasse */
    text-overflow: ellipsis;    /* affiche "..." */
    display: block;             /* garantit que ça fonctionne sur h4 */
    max-width: 80%;            /* tu peux limiter à une largeur fixe si nécessaire */
}
.ms-shop .ms-pro-list-top .ms-gl-btn .grid-btn .svg_img {
    width: 20px;
    height: 20px;
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon .items {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #777;
}
.ms-category .ms-category-block .ms-cat-box .ms-cat-icon .ms-lbl {
  padding: 0 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #3e9172;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
}
.list-view .ms-product-inner .ms-pro-image-outer, .list-view-50 .ms-product-inner .ms-pro-image-outer {
    max-width: 270px;
}
.ms-shop .ms-product-content {
    padding-top: 0;
    padding-bottom: 0;
}
.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important;
}
/**===== Start Listing | Discover Section ====**/
.ms-listing-section .section-title {
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ms-listing .ms-list-block:not(:last-child) {
  margin-bottom: 30px;
}
.ms-listing .ms-list-block .ms-list-title {
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #17181c;
}
.ms-listing .ms-list-block .ms-list-title .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 4px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  border-radius: 3px;
}
.ms-listing .ms-list-block .ms-list-title .label .dot {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
}
.ms-listing .ms-list-block .ms-list-title .veg {
  border: 1px solid #46c389;
  border-radius: 3px;
}
.ms-listing .ms-list-block .ms-list-title .veg .dot {
  background-color: #46c389;
}
.ms-listing .ms-list-block .ms-list-title .non-veg {
  border: 1px solid #ff9898;
}
.ms-listing .ms-list-block .ms-list-title .non-veg .dot {
  background-color: #ff9898;
}
.ms-listing .ms-list-block ul {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.ms-listing .ms-list-block ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #eee;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f4f9;
}
.ms-listing .ms-list-block ul li:hover {
  border: 1px solid #3e9172;
}
.ms-listing .ms-list-block ul li:hover img {
  display: block;
  opacity: 1;
  border: 1px solid transparent !important;
}
.ms-listing .ms-list-block ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 15px 20px 15px 10px;
  color: #777;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-transform: capitalize;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ms-listing .ms-list-block ul li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.ms-listing .ms-list-block ul li .ms-list-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  position: relative;
  display: block;
  border: 1px solid #eee;
  border-radius: 3px;
  z-index: 1;
}

/*-------------------------------------------------
   Demo 1 Page CSS
---------------------------------------------------*/
/*===== Hero section css =====*/
.ms-hero {
  width: 100%;
  height: 100%;
  /*-----  Slider Style  -----*/
}
.ms-hero .ms-main-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 16px));
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.ms-hero .ms-main-content .ms-slider-content {
  height: 100%;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider {
  border-radius: 3px;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-stitle {
  margin-bottom: 15px;
  color: #17181c;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  position: relative;
  text-transform: capitalize;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
  font-size: 35px;
  color: #3e9172;
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-desc {
  display: block;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-desc p {
  margin-bottom: 20px;
  margin-right: 78px;
  font-size: 20px;
  color: #777;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-desc .btn {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 36px;
  letter-spacing: 0;
  height: 45px;
  line-height: 45px;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .swiper-slide {
  height: 450px;
  background-size: cover;
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .slide-1 {
  background-image: url(../img/hero-bg/4.html);
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .slide-2 {
  background-image: url(../img/hero-bg/5.html);
}
.ms-hero .ms-main-content .ms-slider-content .ms-main-slider .slide-3 {
  background-image: url(../img/hero-bg/6.html);
}
.ms-hero .ms-main-content .ms-banner-content {
  height: 100%;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item {
  height: 100%;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item .ms-detail {
  padding: 0 15px;
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item .ms-detail p {
  margin-bottom: 5px;
  color: #3e9172;
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item .ms-detail h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item.grid-img-4 {
  background-image: url(../img/hero-bg/7.html);
}
.ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item.grid-img-5 {
  background-image: url(../img/hero-bg/8.html);
}
.ms-hero .swiper-buttons {
  display: none;
}
.ms-hero .main-slider-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 2.5px !important;
  display: inline-block;
  border-radius: 3px;
  opacity: 1;
  border: 1px solid #17181c;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.ms-hero .main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #17181c !important;
  width: 30px;
}
.ms-hero .slider-animation > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
.ms-hero .swiper-slide-active .slider-animation > * {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.ms-hero .swiper-slide-active .slider-animation > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/*===== New Product css =====*/
.ms-product-tab {
  display: block;
  -webkit-transform: none;
          transform: none;
}

/*===== Animated banner Section =====*/
.ms-animated-banner {
  width: 100%;
  height: 450px;
  background-image: url(../img/banner/1.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.ms-animated-banner .ms-bnr-detail {
  height: 100%;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  position: relative;
}
.ms-animated-banner .ms-bnr-detail h2 {
  font-size: 50px;
  font-weight: 700;
  color: #3e9172;
  line-height: 50px;
  z-index: 2;
  position: relative;
}
.ms-animated-banner .ms-bnr-detail h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  z-index: 2;
}
.ms-animated-banner .ms-bnr-detail h3 span {
  font-weight: 400;
  color: #777;
}
.ms-animated-banner .ms-bnr-detail a {
  margin-top: 15px;
  padding: 5px 10px;
  z-index: 2;
}

/*===== New Arrivals, Trending Product, Top Selling, Top Rated =====*/
.ms-new-product-block {
  padding: 15px 0 0 0;
}
.ms-new-product-block .ms-all-product-block:not(:last-child) {
  margin-bottom: 15px;
}
.ms-new-product-block .ms-all-product-inner {
  padding: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 3px;
  border: 1px solid #eee;
}
.ms-new-product-block .ms-all-product-inner:hover .add-to-cart {
  opacity: 1;
}
.ms-new-product-block .ms-all-product-inner .add-to-cart {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.ms-new-product-block .ms-all-product-inner .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ms-new-product-block .ms-all-product-inner .label .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.ms-new-product-block .ms-all-product-inner .veg .dot {
  background-color: #46c389;
}
.ms-new-product-block .ms-all-product-inner .nonveg .dot {
  background-color: #ff9898;
}
.ms-new-product-block .ms-pro-image-outer .ms-pro-image {
  margin-right: 15px;
}
.ms-new-product-block .ms-pro-image-outer .ms-pro-image img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
}
.ms-new-product-block .ms-pro-content {
  width: calc(100% - 80px);
}
.ms-new-product-block .ms-pro-content .ms-pro-title a {
  text-decoration: none;
  color: #17181c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Poppins, sans-serif";
}
.ms-new-product-block .ms-pro-content .ms-pro-stitle a {
  color: #777;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
}
.ms-new-product-block .ms-pro-content .ms-pro-stitle a:hover {
  color: #3e9172;
}
.ms-new-product-block .ms-pro-content span.new-price {
  color: #3e9172;
  font-weight: 700;
  font-size: 14px;
}
.ms-new-product-block .ms-pro-content span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
  margin-left: 9px;
  display: none;
}
.ms-new-product-block .ms-pro-content span.qty {
  font-size: 12px;
  color: #777;
  margin-left: 9px;
}

/*===== Deal section css =====*/
.ms-deal-section .section-title {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-deal-section .section-title .dealend-timer {
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.ms-deal-section .section-title .dealend-timer .dealend-timer {
  background-color: #f5f4f9;
  border-radius: 3px;
}
.ms-deal-section .section-title .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #17181c;
}
.ms-deal-section .section-title .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  color: #17181c;
}
.ms-deal-section .section-title .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.ms-deal-section .section-title .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #17181c;
}

/*===== Top vendor section css =====*/
.ms-vendor-section .section-title {
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ms-top-vendor .ms-top-vendor-block {
  overflow: hidden;
  background-color: #f5f4f9;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  border-bottom: 1px solid #eee;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-img img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  color: #17181c;
  text-transform: capitalize;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info a:hover {
  color: #3e9172;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info .ms-pro-rating {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info .ms-pro-rating i {
  font-size: 14px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info .ms-sale {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info .ms-sale p {
  font-size: 14px;
  color: #999;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-products {
  padding: 12px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 6px));
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-products a {
  border: 1px solid #eee;
  border-radius: 3px;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-products a:hover {
  border: 1px solid #3e9172;
}
.ms-top-vendor .ms-top-vendor-block .ms-vendor-products a img {
  border-radius: 3px;
}

/**===== Start Newsletter Section =====**/
.ms-newsletter {
  height: 200px;
  background-image: url(../img/bg/news.html);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.ms-newsletter .ms-newsletter-detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  position: relative;
}
.ms-newsletter .ms-newsletter-detail .ms-detail h4 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.ms-newsletter .ms-newsletter-detail .ms-detail p {
  color: #fff;
  text-align: center;
}
.ms-newsletter .ms-newsletter-detail .ms-newsletter-form form {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 3px solid #fff;
  border-radius: 3px;
}
.ms-newsletter .ms-newsletter-detail .ms-newsletter-form input {
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
  height: 44px;
  color: #777;
  font-size: 15px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding: 0 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: #ffffff;
}
.ms-newsletter .ms-newsletter-detail .ms-newsletter-form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ms-newsletter .ms-newsletter-detail .ms-newsletter-form button {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
  min-width: 44px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px !important;
}
.ms-newsletter .ms-newsletter-detail .ms-newsletter-form button .svg_img {
  width: 20px;
  height: 20px;
}

/**===== Start Service Section =====**/
.ms-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #eee;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}
.ms-ser-inner:hover .ms-service-image svg {
  stroke-dashoffset: 0;
  -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
}
.ms-ser-inner .ms-service-image {
  margin-bottom: 15px;
}
.ms-ser-inner .ms-service-image img {
  width: 50px;
  height: 50px;
}

.ms-service-desc h3 {
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: 500;
  color: #17181c;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.ms-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/*=====  Testimonial Section CSS  =====*/
.testim-bg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/banner/4.html);
  background-size: cover;
  background-position: center;
  background-color: #f5f4f9;
  border: 1px solid #eee;
  border-radius: 3px;
}

.ms-test-section .ms-test-inner {
  max-width: 730px;
  margin: 0 auto;
  cursor: pointer;
}
.ms-test-section .ms-test-item {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.ms-test-section .ms-test-item .svg_img path {
  fill: #999;
}
.ms-test-section .ms-test-desc {
  font-size: 15px;
  color: #17181c;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.ms-test-section .ms-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-test-section .ms-test-content .ms-test-desc {
  margin-bottom: 15px;
  color: #777;
}
.ms-test-section .ms-test-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #3e9172;
  letter-spacing: 0.6px;
  line-height: 1.2;
}
.ms-test-section .ms-test-designation {
  font-size: 16px;
  color: #777;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.ms-test-section .ms-test-rating {
  margin: 0 auto;
}
.ms-test-section .ms-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}

#ms-testimonial-slider {
  margin-bottom: -30px;
  text-align: center;
}

.ms-test-outer {
  max-width: 500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ms-test-inner {
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-test-inner .ms-test-img {
  width: 100px;
  margin: auto auto 30px auto;
  display: block;
}
.ms-test-inner .ms-test-img img {
  border-radius: 3px;
}

.svg_img.test_svg {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #17181c;
}

.svg_img.test_svg.top {
  top: 0px;
  left: 50px;
  right: auto;
}

.svg_img.test_svg.bottom {
  bottom: 0px;
  right: 50px;
  left: auto;
}

/*=====  Instagram Section  =====*/
section.ms-instagram-section {
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;
}

.ms-insta-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.ms-insta-inner {
  padding: 0 12px;
}
.ms-insta-inner a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #eee;
}
.ms-insta-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3e9172;
  z-index: 2;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ms-insta-inner a:before {
  font-family: "MsIcons";
  content: "\f16d";
  font-size: 35px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
}
.ms-insta-inner a:hover:after {
  opacity: 0.6;
}
.ms-insta-inner a:hover:before {
  opacity: 1;
  visibility: visible;
}
.ms-insta-inner img {
  max-width: 100%;
  width: 150px;
  border-radius: 3px;
}
/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.ms-single-product {
	margin-bottom: 0;
}

/*-----  Single Product  -----*/
.ms-single-product .single-pro-img-no-sidebar {
	width: 40%;
}
.ms-single-product .single-pro-desc-no-sidebar {
	width: 60%;
}
.ms-single-product .single-pro-img {
	position: relative;
	width: 47.3%;
}
.ms-single-product .single-pro-img .single-product-scroll {
	padding: 15px;
	position: sticky;
	top: 30px;
	background: $light-grey-bg;
	border-radius: $main-border-radius;
	border: 1px solid $border-color-grey;
}
.ms-single-product .single-pro-img .ms-360-lbl {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	width: 40px;
	text-align: center;
	align-content: center;
	display: grid;
	opacity: .7;
}
.ms-single-product .single-pro-img .ms-360-lbl:hover {
	opacity: 1;
}
.ms-single-product .single-pro-img .ms-video-icon {
	position: absolute;
	display: grid;
	top: 15px;
	right: 15px;
	height: 40px;
	width: 40px;
	text-align: center;
	align-content: center;
	cursor: pointer;
	z-index: 1;
	opacity: 0.7;
}
.ms-single-product .single-pro-img .ms-video-icon:hover {
	opacity: 1;
}
.ms-single-product .single-pro-desc {
	width: 52.7%;
}
.ms-single-product .single-pro-img-no-sidebar {
	width: 40%;
}
.ms-single-product .single-pro-desc-no-sidebar {
	width: 60%;
}
.ms-single-product .space-6 > div {
	margin-top: 30px;
}
.ms-single-product .space-6 > div:nth-child(-n + 2) {
	margin-top: 0;
}
.ms-single-product .single-product-cover {
	overflow: hidden;
	cursor: zoom-in;
	border-radius: $main-border-radius;
}
.ms-single-product .single-nav-thumb {
	width: 100%;
	overflow: hidden;
}
.ms-single-product .single-nav-thumb .slick-list {
	margin: 0 -8px;
}
.ms-single-product .single-nav-thumb .single-slide {
	padding: 11px 11px 0 11px;
	display: block !important;
}
.ms-single-product .single-nav-thumb .slick-slide img {
	border: 1px solid transparent;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	border-radius: $main-border-radius;
}
.ms-single-product .single-nav-thumb .slick-slide:hover img {
	border-color: $main-primary-color;
}
.ms-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
	border-color: $main-primary-color;
}
.ms-single-product .single-nav-thumb .slick-arrow {
	top: 42%;
}
.ms-single-product .single-nav-thumb .slick-arrow.slick-prev {
	left: 0;
	right: auto;
}
.ms-single-product .single-nav-thumb .slick-arrow {
	position: absolute;
	top: 55%;
	left: auto;
	right: auto;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.ms-single-product .single-nav-thumb .slick-arrow:before {
	content: "";
	color: $text-color;
	position: relative;
	font-size: 30px;
	font-family: "EcIcons";
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.ms-single-product .single-nav-thumb .slick-arrow.slick-prev:before {
	content: "\f104";
	font-family: $MsIcons;
}
.ms-single-product .single-nav-thumb .slick-arrow.slick-next {
	right: 0;
	left: auto;
}
.ms-single-product .single-nav-thumb .slick-arrow.slick-next:before {
	content: "\f105";
	font-family: $MsIcons;
}
.ms-single-product .single-pro-content .ms-single-title {
	color: $title-color;
	font-size: 22px;
	text-transform: capitalize;
	margin: 0 0 20px 0;
	text-decoration: none;
	display: block;
	font-family: $font-family-text;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.02rem;
}
.ms-single-product .single-pro-content p {
	font-size: 14px;
	color: $title-color;
	margin: 0 0 12px;
	font-weight: 600;
}
.ms-single-product .single-pro-content p span {
	font-weight: 400;
}
.ms-single-product .single-pro-content .single-para {
	font-weight: 400;
	color: $title-color;
	line-height: 26px;
}
.ms-single-product .single-pro-content .ms-single-rating-wrap {
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}
.ms-single-product .single-pro-content .ms-single-rating-wrap i.ecicon {
	margin-right: 2px;
	line-height: 20px;
	font-size: 16px;
	float: unset;
}
.ms-single-product .single-pro-content .ms-single-rating-wrap .ms-read-review {
	color: $text-color-999;
}
.ms-single-product .single-pro-content .ms-single-rating-wrap .ms-read-review a {
	color: $text-color-999;
	font-size: 14px;
	line-height: 20px;
}
.ms-single-product .single-pro-content .ms-single-rating-wrap .ms-read-review a:hover {
	color: $main-primary-color;
}
.ms-single-product .single-pro-content .ms-single-rating {
	padding-right: 15px;
	line-height: 17px;
}
.ms-single-product .single-pro-content .ms-read-review {
	line-height: 17px;
}
.ms-single-product .single-pro-content .ms-single-desc {
	margin-bottom: 12px;
	color: $text-color;
	font-size: 14px;
	letter-spacing: 0;
	word-break: break-all;
	line-height: 26px;
	font-family: $font-family-text;
}
.ms-single-product .single-pro-content .ms-single-list ul {
	margin-bottom: 30px;
	padding-left: 18px;
}
.ms-single-product .single-pro-content .ms-single-list ul li {
	margin: 10px 0;
	color: $text-color;
	font-size: 14px;
	list-style: circle;
}
.ms-single-product .single-pro-content .ms-single-list ul li strong {
	font-weight: 600;
}
.ms-single-product .single-pro-content .ms-single-price-stoke {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.ms-single-product .single-pro-content .ms-single-price-stoke > * {
	display: flex;
	flex-direction: column;
}
.ms-single-product .single-pro-content .ms-single-price-stoke .ms-single-ps-title {
	line-height: 1;
	font-size: 16px;
	color: $main-primary-color;
	letter-spacing: 0;
}
.ms-single-product .single-pro-content .ms-single-price-stoke .ms-single-sku {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 32px;
	color: $title-color;
	font-weight: 600;
}
.ms-single-product .single-pro-content .ms-single-price .final-price {
	margin-bottom: 15px;
	color: $title-color;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	font-family: $font-family-text;
	letter-spacing: 0;
}
.ms-single-product .single-pro-content .ms-single-price .final-price .price-des {
	margin-left: 15px;
	color: $main-primary-color;
	font-weight: 500;
	font-size: 18px;
}
.ms-single-product .single-pro-content .ms-single-price .mrp {
	color: $text-color;
}
.ms-single-product .single-pro-content .ms-single-price .mrp span {
	color: $text-color-999;
	text-decoration: line-through;
}
.ms-single-product .single-pro-content .ms-pro-variation {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner {
	font-size: 16px;
	font-weight: 600;
	color: $title-color;
	flex-direction: column;
	margin-bottom: 15px;
	display: flex;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner > span {
	margin: 0 0 10px;
	color: #202020;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: .04rem;
	text-transform: uppercase;
	font-family: $font-family-text;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner .ms-pro-variation-content li {
	@include ease3; /* Mixin à remplacer */
	margin-right: 10px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: $light-grey-bg;
	color: $text-color;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid $border-color-grey;
	float: left;
	border-radius: $main-border-radius;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content li {
	padding: 2px;
	border-radius: 30px;
	opacity: .7;
	background-color: transparent;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content li span {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 30px;
}
.ms-single-product .single-pro-content .ms-pro-variation .ms-pro-variation-inner.ms-pro-variation-color .ms-pro-variation-content .active {
	border: 1px solid $title-color;
}
.ms-single-product .single-pro-content .ms-single-qty {
	display: inline-flex;
	width: 100%;
}
.ms-single-product .single-pro-content .ms-single-qty .qty-plus-minus {
	background-color: $white;
	width: 120px;
	height: 40px;
	padding: 10px;
	border: 1px solid $border-color-grey;
	display: inline-block;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: $main-border-radius;
}
.ms-single-product .single-pro-content .ms-single-qty .qty-plus-minus .ms_qtybtn {
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	font-size: 22px;
	color: $title-color;
}
.ms-single-product .single-pro-content .ms-single-qty .qty-plus-minus input.qty-input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: $title-color;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
	outline: none;
	font-weight: 500;
}
.ms-single-product .single-pro-content .ms-single-qty .qty-plus-minus .dec.ms_qtybtn {
	border-right: 1px solid $border-color-grey;
}
.ms-single-product .single-pro-content .ms-single-qty .qty-plus-minus .inc.ms_qtybtn {
	border-left: 1px solid $border-color-grey;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-single-cart .ms-btn-2 {
	display: flex;
	height: 40px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	margin: 0 10px;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	min-width: 160px;
	letter-spacing: .02rem;
	border: 0;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-single-cart .ms-btn-2 svg {
	margin-right: 8px;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-btn-group {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color: $dark-mode-bg-color;
	background-color: $white;
	border: 1px solid $border-color-grey;
	border-radius: $main-border-radius;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-btn-group .svg_img.pro_svg path {
	fill: $dark-mode-bg-color;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-btn-group:hover {
	color: $white;
	background-color: $main-primary-color;
	border-color: $main-primary-color;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-btn-group:hover .svg_img.pro_svg path {
	fill: $white !important;
}
.ms-single-product .single-pro-content .ms-single-qty .ms-single-wishlist {
	margin-right: 10px;
}

/*-----  Add More Product  -----*/
.ms-single-product .single-add-more .add-more-item {
	background-color: $white;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	border: 1px solid $border-color-grey;
	border-radius: $main-border-radius;
}
.ms-single-product .single-add-more .add-more-item:hover a {
	opacity: 1;
}
.ms-single-product .single-add-more .add-more-item a {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0;
}
.ms-single-product .single-add-more .add-more-item .add-more-img {
	margin-right: 15px;
	position: relative;
}
.ms-single-product .single-add-more .add-more-item .add-more-img img {
	width: 75px;
}
.ms-single-product .single-add-more .add-more-item .add-more-info {
	display: flex;
	flex-direction: column;
}
.ms-single-product .single-add-more .add-more-item .add-more-info h5 {
	color: $text-color;
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.85px;
	text-transform: capitalize;
}
.ms-single-product .single-add-more .add-more-item .add-more-info .ms-pro-rating {
	margin-bottom: 5px;
}
.ms-single-product .single-add-more .add-more-item .add-more-info .ms-pro-rating i {
	font-size: 12px;
}
.ms-single-product .single-add-more .add-more-item .add-more-info .new-price {
	font-size: 15px;
}
.ms-single-product .single-add-more .add-more-item .add-more-info .old-price {
	margin-left: 5px;
	font-size: 14px;
	color: $text-color;
	text-decoration: line-through;
}

/*-----  Product Info Tabs  -----*/
.ms-single-product .ms-single-pro-tab {
	margin-top: 40px;
}
.ms-single-product .ms-single-pro-tab .ms-single-pro-tab-wrapper {
	display: flex;
	flex-direction: column;
}
.ms-single-product i.msicon.msi-star-o.fill {
	color: #ff6262;
}
.ms-single-product i.msicon.msi-star-o {
	color: #b2b2b2;
	float: left;
	font-size: 14px;
}
.ms-single-product .ms-single-pro-tab-nav {
	width: 100%;
	margin: auto;
	border-bottom: none;
	position: relative;
	display: block;
	text-align: center;
	float: left;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs {
	border-bottom: none;
	display: inline-block;
	float: left;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs li:last-child {
	margin-right: 0;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs li {
	margin: 0 5px 5px auto;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs .nav-link {
	border: 1px solid $border-color-grey;
	text-transform: capitalize;
	line-height: 24px;
	color: $title-color;
	padding: 8px 28px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	transition: all 300ms linear;
	display: inline-block;
	cursor: pointer;
	background-color: $white;
	border-radius: $main-border-radius;
	letter-spacing: 0;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs .nav-link:hover {
	color: $white;
	background-color: $main-primary-color;
	border: 1px solid $main-primary-color;
}
.ms-single-product .ms-single-pro-tab-nav .nav-tabs .nav-link.active {
	color: $white;
	background-color: $main-primary-color;
	border: 1px solid $main-primary-color;
}
.ms-single-product .ms-single-pro-tab-nav li {
	display: inline-block;
	float: left;
	margin-right: 2px;
}
.ms-single-product .tab-pane p {
	color: $text-color;
	font-family: $font-family-text;
	font-size: 14px;
	font-weight: 500;
}
.ms-single-product .ms-single-pro-tab-content {
	overflow: hidden;
	background-color: $white;
	text-align: left;
	padding: 30px;
	border: 1px solid $border-color-grey;
	border-radius: $main-border-radius;
	color: #202020;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-wrapper {
	margin-top: 10px;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc > p:last-child {
	margin-bottom: 0;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc p {
	margin-bottom: 15px;
	font-size: 14px;
	letter-spacing: 0;
	color: $text-color;
	line-height: 28px;
	font-weight: 400;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc ol {
	padding-left: 24px;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc ol li {
	list-style: outside;
	margin-bottom: 4px;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc ul {
	margin-bottom: 15px;
	padding-left: 24px;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-desc ul li {
	font-size: 15px;
	list-style: outside;
	margin-bottom: 4px;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo p {
	color: $text-color;
	font-family: $font-family-text;
	font-size: 14px;
	font-weight: 400;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo ol {
	padding-left: 24px;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo ol li {
	list-style: outside;
	margin-bottom: 4px;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo ul {
	padding-left: 24px;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo ul li {
	margin-bottom: 4px;
	font-size: 15px;
	list-style: outside;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-single-pro-tab-moreinfo li span {
	margin: 0 25px 0 0;
	min-width: 150px;
	font-size: 15px;
	color: $dark-mode-bg-color;
	display: inline-block;
	font-weight: 500;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item {
	display: flex;
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid $border-color-grey;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item p {
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-avtar {
	flex: 0 0 50px;
	margin: 0 15px 0 0;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-avtar img {
	max-width: 100%;
	border-radius: $main-border-radius;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-top {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-top .ms-t-review-name {
	margin-bottom: 25px;
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	color: $title-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-top .ms-t-review-rating {
	font-size: 16px;
	margin-top: 5px;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-top a {
	color: $title-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-top a:hover {
	color: $main-secondary-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-t-review-item .ms-t-review-bottom p {
	width: 100%;
	margin: 0;
	font-size: 14px;
	color: $text-color;
	line-height: 24px;
	font-weight: 400;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	font-family: $font-family-text;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-star {
	display: flex;
	margin: 5px 0 25px;
	align-items: center;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-star span {
	margin: 0 18px 0 0;
	font-size: 16px;
	color: #202020;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-star i {
	font-size: 18px;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input:not(:last-child) {
	margin-bottom: 10px;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input input {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 20px;
	outline: none;
	box-shadow: none;
	border: 1px solid $border-color-grey;
	color: $text-color;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input input,
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input textarea {
	font-size: 14px;
	border-radius: $main-border-radius;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input input::placeholder,
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input textarea::placeholder {
	color: $text-color-999;
	opacity: 1;
}
.ms-single-product .ms-single-pro-tab-content .ms-ratting-content .ms-ratting-input textarea {
	background: transparent;
	border: 1px solid $border-color-grey;
	color: $title-color;
	height: 150px;
	padding: 20px;
	margin-bottom: 15px;
	width: 100%;
	outline: none;
	font-size: 14px;
}
.ms-single-product .ms-single-pro-tab-content .ms-product-vendor .ms-vendor-info {
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
}
.ms-single-product .ms-single-pro-tab-content .ms-product-vendor .ms-vendor-info img {
	width: 80px;
	margin-right: 15px;
	border: 1px solid $border-color-grey;
}
.ms-single-product .ms-single-pro-tab-content .ms-product-vendor .ms-vendor-info h5 {
	font-size: 15px;
   	font-weight: 600;
}
.ms-single-product .ms-single-pro-tab-content .ms-product-vendor .ms-vendor-info p {
	margin-bottom: 0;
}
.ms-single-product .ms-single-pro-tab-content .ms-product-vendor .ms-detail ul {
	margin-bottom: 15px;
}
/*  Demo 1 Responsive style  */
@media (max-width: 1399px) {
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
    font-size: 32px !important;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .svg_img {
    width: 60px;
    height: 60px;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    font-size: 15px;
  }
  .ms-animated-banner {
    height: 380px;
  }
  .ms-animated-banner .ms-bnr-detail h2 {
    font-size: 38px;
  }
  .ms-test-section .ms-test-name {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .ms-hero {
    height: auto;
    position: relative;
  }
   .hero-visual img {
    bottom: -25px;
  }
  .ms-hero .container-fluid {
    max-width: 930px;
  }
  .ms-hero .border-content {
    width: 100%;
    padding: 0 15px;
  }
  .ms-hero .main-bg-black {
    padding: 30px 30px 15px 30px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
  .ms-hero .ms-main-content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 16px));
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
    font-size: 25px !important;
  }
  .ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item {
    height: 200px;
  }
  .ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item .ms-detail h6 {
    font-size: 17px;
  }
  .ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item .ms-detail p {
    margin: 0;
  }
  .ms-hero .border-content-color {
    width: 100%;
    padding: 0 15px 80px 15px;
  }
  .ms-hero .ms-category-block {
    padding: 15px 30px 30px 30px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon {
    padding: 30px;
  }
  .ms-animated-banner {
    height: 350px;
  }
  .ms-animated-banner .ms-bnr-detail h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-1,
  .ms-animated-banner .ms-bnr-detail .fruit-2,
  .ms-animated-banner .ms-bnr-detail .fruit-3 {
    background-size: 70%;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    top: -53px;
    right: 341px;
  }
  .ms-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .swiper-slide {
    height: 330px !important;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
    font-size: 23px !important;
  }
  .ms-new-product-block .ms-all-product-inner .add-to-cart {
    opacity: 1;
  }
  .ms-pro-tab-nav .nav-item:not(:last-child) {
    margin-right: 30px;
  }
  .ms-animated-banner {
    height: 300px;
  }
  .ms-animated-banner .ms-bnr-detail {
    padding: 50px;
  }
  .ms-animated-banner .ms-bnr-detail h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .ms-animated-banner .ms-bnr-detail h3 {
    font-size: 20px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    top: -82px;
    right: 200px;
  }
  .m-t-991 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-grid{
    display: block;
  }
  .ms-hero .ms-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-items{
    display: block;
    margin:10px;
  }
  .hero-visual img {
    bottom: 15px;
  }
  .ms-hero .ms-main-content .ms-banner-content {
    width: 100%;
  }
  .ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item {
    padding: 50px 30px;
  }
  .ms-hero .ms-category-block {
    padding: 0 15px 15px 15px;
    grid-template-columns: repeat(auto-fill, calc(33.33% - 10px));
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .ms-hero .main-bg-black {
    padding: 15px;
  }
  .ms-pro-tab {
    margin: 0 0 15px 0;
  }
  .ms-pro-tab .justify-content-end {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .ms-animated-banner {
    height: 250px;
  }
  .ms-animated-banner .ms-bnr-detail h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .ms-animated-banner .ms-bnr-detail h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    right: 120px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-1 {
    top: -81px;
    right: -82px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-3 {
    bottom: -66px;
    right: 35px;
  }
  .ms-newsletter {
    background-size: auto;
  }
  .ms-newsletter .ms-newsletter-detail .ms-newsletter-form form {
    width: 100%;
  }
  .ms-newsletter .ms-newsletter-detail .ms-detail h4 {
    font-size: 22px;
  }
  .ms-newsletter .ms-newsletter-detail .ms-detail p {
    font-size: 14px;
  }
  .testim-bg {
    background-size: contain;
  }
  .ms-top-vendor .ms-top-vendor-block .ms-vendor-detail .ms-vendor-info .ms-sale p {
    display: none;
  }
  #ms-popnews-box {
    width: 90%;
  }
  #ms-popnews-box img {
    display: none;
  }
  .m-t-767 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .swiper-slide {
    height: 290px !important;
  }
  .feature-items{
    display: block;
    margin:10px;
  }
  .ms-deal-section .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-deal-section .section-title #dealend {
    margin-top: 15px;
  }
  .ms-vendor-section .section-title, .ms-news-section .section-title, .ms-listing-section .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-vendor-section .section-title .title-link, .ms-news-section .section-title .title-link, .ms-listing-section .section-title .title-link {
    margin-top: 15px;
  }
  .ms-vendor-section .section-title .title-link a, .ms-news-section .section-title .title-link a, .ms-listing-section .section-title .title-link a {
    font-size: 14px;
  }
  .ms-navigation {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .ms-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    background: #17181c !important;
  }
  .ms-navigation ul li {
    margin: 0;
  }
  .ms-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ms-navigation ul li a span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .ms-navigation ul li .noty {
    display: none;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .ms-hero .ms-hero-slider .ms-slide {
    height: 60vh;
  }
  .ms-hero .ms-hero-slider .ms-slide-content {
    padding: 50px;
  }
  .ms-hero .ms-hero-slider .ms-slide-content .ms-slide-title {
    font-size: 24px;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon {
    padding: 15px 10px;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .svg_img {
    width: 40px;
    height: 40px;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    font-size: 14px;
  }
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .ms-lbl {
    font-size: 11px;
    top: 0;
    right: 0;
  }
  .ms-hero .border-content-color {
    padding: 0 15px 100px 15px;
  }
  .ms-tool {
    top: 230px;
  }
  .owl-carousel .ms-product-content {
    width: 100%;
    margin: auto;
  }
  section.ms-instagram-section {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: -15px;
  }
  .ms-insta-inner img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .ms-hero .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    font-size: 12px;
    text-align: center;
  }
  .feature-items{
    display: block;
    margin:10px;
  }
  .ms-animated-banner {
    height: 200px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    top: -95px;
  }
  .ms-animated-banner .ms-bnr-detail h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .ms-pro-tab-nav .nav-item .nav-link {
    font-size: 13px;
    line-height: 28px;
  }
  .ms-pro-tab-nav .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .ms-animated-banner .ms-bnr-detail .ms-bnr-info {
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 3px;
    z-index: 2;
  }
}
@media (max-width: 420px) {
  .section-title h2 {
    font-size: 20px;
  }
  .ms-hero .ms-category-block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
  }
  .ms-hero .ms-category-block .ms-cat-box.more {
    display: block;
  }
  .ms-hero .ms-main-content .ms-banner-content .ms-slider-grid-item {
    height: 160px;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .swiper-slide {
    height: 230px !important;
    background-position: center;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content {
    margin-left: 30px;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
    font-size: 18px !important;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-stitle {
    font-size: 16px;
  }
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-desc p {
    font-size: 14px;
  }
  .ms-hero .swiper-pagination {
    display: none;
  }
  .feature-items{
    display: block;
    margin:10px;
  }
  .ms-animated-banner .ms-bnr-detail {
    padding: 15px;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    display: none;
  }
  .ms-offer-section .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ms-offer-section .section-title h2 {
    margin-bottom: 15px;
  }
  .ms-offer-section .section-title .dealend-timer {
    max-width: 195px;
  }
  .section-title .title-link a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .ms-hero .ms-main-content .ms-slider-content .ms-main-slider .ms-slider .ms-slide-content .ms-slide-title {
    font-size: 16px !important;
  }
  .feature-items{
    display: block;
    margin:10px;
  }
  .ms-animated-banner .ms-bnr-detail .ms-bnr-info {
    margin: auto;
    text-align: center;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-2 {
    display: none;
  }
  .ms-animated-banner .ms-bnr-detail .fruit-3 {
    bottom: -66px;
    right: -35px;
  }
  .ms-newsletter .ms-newsletter-detail .ms-detail h4 {
    font-size: 20px;
  }
  .ms-newsletter .ms-newsletter-detail .ms-newsletter-form form {
    width: calc(100% - 30px);
    margin: auto;
  }
  .svg_img.test_svg.top {
    left: 15px;
  }
  .svg_img.test_svg.bottom {
    right: 15px;
  }
  .svg_img.test_svg {
    width: 35px;
  }
}
/* ============================= */
/* Animations clés (avec fallback reduced-motion)
/* ============================= */
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes moveBackground { from { background-position: 0 0; } to { background-position: 100% 100%; } }
@keyframes bounce {
  0%,20%,50%,80%,100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.2); }
        }

        @keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }
/*# sourceMappingURL=demo-1.css.map */