#sbs-loading-overlay{position:fixed;inset:0;background:rgba(11,14,25,.25);z-index:1050;display:flex;align-items:center;justify-content:center}
.sbs-spinner{width:38px;height:38px;border-radius:50%;border:3px solid rgba(255,255,255,.6);border-top-color:#e53935;animation:sbs-spin 0.8s linear infinite;box-shadow:0 2px 10px rgba(0,0,0,.15)}
@keyframes sbs-spin{to{transform:rotate(360deg)}}
#blockcart-modal .sbs-accessories{margin:8px 0 12px;padding:10px 12px;background:#fafafa;border:1px solid #eee;border-radius:6px}
#blockcart-modal .sbs-accessories-title{font-weight:600;margin:0 0 6px}
#blockcart-modal .sbs-accessory-item{display:flex;align-items:center;justify-content:space-between;padding:2px 0;font-size:14px}
#blockcart-modal .sbs-accessory-name{color:#333;margin-right:8px}
#blockcart-modal .sbs-accessory-qty{color:#666;font-size:13px}
.sbs-accessory-disabled{opacity:.5;pointer-events:none}
.sbs-accessory-note{font-size:12px;color:#e53935;margin-top:4px}
/* CSS Document */
/* ====== Header mobile 3 lignes (flex) ====== */
@media (max-width: 576px) {
  #header .header-banner { display:none; }
  /* Container principal avec wrap pour permettre 3 lignes */
  #header .header-nav .mobile { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:12px; margin-bottom:0 !important; }
  
  /* LIGNE 1 - Logo centré en haut */
  #header .header-nav .mobile #_mobile_logo { order:1; flex:0 0 100%; width:100%; text-align:center; margin-bottom:15px; }
  #header .header-nav .mobile #_mobile_logo img{ max-height:55px; height:auto; width:auto; max-width:80%; }
  
  /* LIGNE 2 - Menu hamburger à gauche */
  #header .header-nav .mobile #menu-icon { order:2; flex:0 0 auto; margin:0 auto 12px 0; }
  
  /* LIGNE 2 - Icône panier et utilisateur à droite avec espacement égal (inversés) */
  #header .header-nav .mobile #_mobile_cart { order:3; flex:0 0 auto; margin:0 10px 12px 10px; display:flex; align-items:center; }
  #header .header-nav .mobile #_mobile_user_info { order:4; flex:0 0 auto; margin:0 0 12px auto; display:flex; align-items:center; }
  
  /* Hide Bonjour text on mobile */
  #_mobile_user_info .user-info span,
  #_mobile_user_info .user-info .welcome,
  #_mobile_user_info .user-info .hidden-sm-down{ display:none !important; }
  
  #_mobile_user_info .user-info { display:flex; align-items:center; }
  #_mobile_user_info .user-info .user-icon{ flex:0 0 48px; width:48px; height:48px; overflow:visible !important; }
  
  /* Icônes sprite (48x48) parfaitement centrées */
  #_mobile_user_info .user-info .user-icon,
  #_mobile_cart .blockcart .header { display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; }
  #_mobile_user_info .user-info .user-icon::before,
  #_mobile_cart .blockcart .header::before { width:48px; height:48px; margin:0 !important; position: static !important; display:block; border-radius:50%; }
  #_mobile_cart .blockcart{ background:transparent!important; padding:0; height:auto; display:flex; align-items:center; }
  #_mobile_cart .blockcart .header{ margin:0; display:flex; align-items:center; }
  #_mobile_cart .cart-products-count, #_mobile_cart .blockcart-text, #_mobile_cart .cart-total{ display:none!important; }
  
  /* Hide clearfix */
  #header .header-nav .mobile .clearfix, #header .header-nav .mobile .c-head{ display:none; }
  
  /* LIGNE 3 - Recherche pleine largeur en bas */
  #header .header-nav .mobile #search_widget,
  #header .header-nav .mobile .search-widget { order:5; flex:0 0 100%; width:100%; margin:0; padding:0; position:relative; }
  #header .header-nav .mobile #search_widget form,
  #header .header-nav .mobile .search-widget form { width:100%; position:relative; display:block; }
  #header .header-nav .mobile #search_widget input[type="text"],
  #header .header-nav .mobile .search-widget input[type="text"] { width:100%; padding:12px 55px 12px 15px; font-size:16px; border:1px solid #e9e9e9; border-radius:25px; box-sizing:border-box; display:block; }
  #header .header-nav .mobile #search_widget button,
  #header .header-nav .mobile .search-widget button { position:absolute; right:5px; top:50%; transform:translateY(-50%); width:45px; height:45px; display:flex; align-items:center; justify-content:center; background:transparent; border:none; padding:0; cursor:pointer; }
  #header .header-nav .mobile #search_widget button::before,
  #header .header-nav .mobile .search-widget button::before { margin:0 !important; }
  
  /* Fix autocomplete dropdown on mobile - adjust width and positioning */
  ul.ui-autocomplete.searchbar-autocomplete,
  ul#ui-id-1.searchbar-autocomplete { 
    position:fixed !important;
    top:auto !important;
    bottom:auto !important;
    left:12px !important;
    width:calc(100% - 24px) !important; 
    max-width:calc(100% - 24px) !important;
    background:#fff !important;
    border:1px solid #e9e9e9 !important;
    border-radius:10px !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.15) !important;
    max-height:60vh !important;
    overflow-y:auto !important;
    padding:8px 0 !important;
  }
  
  /* Calculate position from search input */
  ul.ui-autocomplete.searchbar-autocomplete[style],
  ul#ui-id-1.searchbar-autocomplete[style] {
    top:220px !important;
  }
  
  /* Ensure autocomplete items are visible on mobile */
  ul.ui-autocomplete.searchbar-autocomplete li,
  ul#ui-id-1.searchbar-autocomplete li { 
    display:block !important; 
    width:100% !important;
    border-bottom:1px solid #f5f5f5 !important;
    list-style:none !important;
  }
  
  ul.ui-autocomplete.searchbar-autocomplete li:last-child,
  ul#ui-id-1.searchbar-autocomplete li:last-child {
    border-bottom:none !important;
  }
  
  ul.ui-autocomplete.searchbar-autocomplete li a,
  ul#ui-id-1.searchbar-autocomplete li a { 
    display:flex !important; 
    align-items:center !important;
    padding:12px !important;
    color:#212121 !important;
    font-size:15px !important;
    text-decoration:none !important;
    gap:10px !important;
  }
  
  ul.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail,
  ul#ui-id-1.searchbar-autocomplete li a .autocomplete-thumbnail {
    width:50px !important;
    height:50px !important;
    object-fit:cover !important;
    border-radius:5px !important;
    flex-shrink:0 !important;
  }
  
  ul.ui-autocomplete.searchbar-autocomplete li a .product,
  ul#ui-id-1.searchbar-autocomplete li a .product {
    flex:1 !important;
    font-weight:500 !important;
  }
  
  ul.ui-autocomplete.searchbar-autocomplete li a:hover,
  ul.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus,
  ul#ui-id-1.searchbar-autocomplete li a:hover,
  ul#ui-id-1.searchbar-autocomplete li a.ui-state-focus {
    background-color:#f7fafc !important;
  }
  
  /* Alternative: recherche dans header-top si elle y est */
  #header .header-top .search-widget, #header .header-top form.search-widget, #header .header-top .ps-searchbar, #header .header-top .searchbar{ display:block; width:calc(100% - 32px); margin:8px auto 12px; clear:both; }
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*# sourceMappingURL=theme.css.map*/

.wishlist-product-addtocart {
    display: none !important;
}

/* S'assurer que le contenu après le footer ne crée pas d'espace blanc */
#flipbook-toggle {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.flipbook-toggle {
    margin: 0 !important;
    padding: 0 !important;
}

/* === WRAPPER PRINCIPAL === */
.modern-product-wrapper {
    font-family: 'Poppins', sans-serif !important;
    color: #495057 !important;
    line-height: 1.5 !important;
}

/* === AMÉLIORATION LAYOUT === */
.modern-product-wrapper .row {
    margin: 0 auto !important;
    max-width: 1200px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 30px !important;
}

.modern-product-wrapper .col-md-6:first-child {
    flex: 0 0 calc(60% - 15px) !important;
    max-width: calc(60% - 15px) !important;
    padding: 0 !important;
}

.modern-product-wrapper .col-md-6:last-child {
    flex: 0 0 calc(40% - 15px) !important;
    max-width: calc(40% - 15px) !important;
    padding: 0 !important;
}

/* === SECTION GALERIE === */
.modern-product-wrapper .page-content {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Badges produit */
.modern-product-wrapper .product-flags {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    z-index: 10 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modern-product-wrapper .product-flag {
    display: inline-block !important;
    margin-bottom: 8px !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: linear-gradient(135deg, #a81500 0%, #d41a00 100%) !important;
    box-shadow: 0 2px 8px rgba(168, 21, 0, 0.3) !important;
}

.modern-product-wrapper .product-flag.new {
    background: linear-gradient(135deg, #475569 0%, #334155 100%) !important;
}

.modern-product-wrapper .product-flag.coming_soon,
.product-flag.coming_soon,
li.product-flag.coming_soon {
    background: #f78e00 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3) !important;
    display: inline-block !important;
    margin-right: 5px !important;
}

/* Ensure product flags are positioned correctly */
.product-flags,
ul.product-flags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-flags li,
ul.product-flags li {
    display: inline-block;
    margin-bottom: 5px;
}

/* Style for promotion flag */
.product-flag.promotion,
li.product-flag.promotion {
    background: linear-gradient(135deg, #a81500 0%, #d41a00 100%) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    box-shadow: 0 2px 8px rgba(168, 21, 0, 0.3) !important;
}

.modern-product-wrapper .product-flag.discount {
    background: linear-gradient(135deg, #a81500 0%, #475569 100%) !important;
}

/* Flèches navigation */
.modern-product-wrapper .scroll-box-arrows {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    display: flex !important;
    gap: 8px !important;
    z-index: 5 !important;
}

.modern-product-wrapper .scroll-box-arrows i {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    color: #333 !important;
    font-size: 20px !important;
}

.modern-product-wrapper .scroll-box-arrows i:hover {
    background: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(168, 21, 0, 0.3) !important;
    color: #a81500 !important;
}

/* === SECTION INFORMATIONS === */
.modern-product-wrapper .col-md-6:last-child {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    height: fit-content !important;
    position: sticky !important;
    top: 20px !important;
}

/* Titre produit */
.modern-product-wrapper h1.h1 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #a81500 0%, #334155 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Prix */
.modern-product-wrapper .product-prices {
    margin: 25px 0 !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #a81500 0%, #475569 100%) !important;
    border-radius: 12px !important;
    color: #fff !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.modern-product-wrapper .current-price-value {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
}

/* Description courte */
.modern-product-wrapper #product-description-short-148,
.modern-product-wrapper #product-description-short-155 {
    margin: 20px 0 !important;
    padding: 20px !important;
    background: #f1f5f9 !important;
    border-radius: 10px !important;
    border-left: 4px solid #a81500 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #334155 !important;
}

/* Formulaire d'achat */
.modern-product-wrapper .product-actions form {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border: 2px solid #f1f5f9 !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
}

.modern-product-wrapper .product-actions form:hover {
    border-color: #475569 !important;
    box-shadow: 0 4px 15px rgba(71, 85, 105, 0.15) !important;
}

/* === ONGLETS MODERNES === */
.modern-product-wrapper .modern-tabs-container {
    margin-top: 50px !important;
    padding: 0 !important;
}

.modern-product-wrapper .modern-product-tabs {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
}

.modern-product-wrapper .modern-nav-tabs {
    background: linear-gradient(135deg, #475569 0%, #334155 100%) !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.modern-product-wrapper .modern-nav-tabs .nav-item {
    flex: 1 !important;
    min-width: 150px !important;
}

.modern-product-wrapper .modern-tab-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 20px 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 14px !important;
    position: relative !important;
}

.modern-product-wrapper .modern-tab-link:hover,
.modern-product-wrapper .modern-tab-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, #a81500 0%, rgba(168, 21, 0, 0.8) 100%) !important;
    text-decoration: none !important;
}

.modern-product-wrapper .tab-icon {
    font-size: 20px !important;
}

.modern-product-wrapper .tab-text {
    font-size: 13px !important;
}

/* Contenu onglets */
.modern-product-wrapper .modern-tab-content {
    padding: 40px !important;
    background: #fff !important;
}

/* === SECTION ACCESSOIRES === */
.modern-product-wrapper .modern-accessories-section {
    margin-top: 50px !important;
    padding: 40px !important;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
    border-radius: 12px !important;
}

.modern-product-wrapper .accessories-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.modern-product-wrapper .modern-accessories-title {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    color: #334155 !important;
    font-weight: 700 !important;
}

.modern-product-wrapper .title-icon {
    color: #a81500 !important;
    font-size: 24px !important;
}

.modern-product-wrapper .count-badge {
    background: linear-gradient(135deg, #475569 0%, #334155 100%) !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.modern-product-wrapper .carousel-nav {
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #475569 !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    color: #475569 !important;
}

.modern-product-wrapper .carousel-nav:hover {
    background: #a81500 !important;
    border-color: #a81500 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}

.modern-product-wrapper .accessory-card {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(51, 65, 85, 0.08) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    border: 1px solid #f1f5f9 !important;
}

.modern-product-wrapper .accessory-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(168, 21, 0, 0.15) !important;
    border-color: #a81500 !important;
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
    .modern-product-wrapper {
        padding: 0 15px !important;
    }

    .modern-product-wrapper .row {
        max-width: 100% !important;
        margin: 0 !important;
        gap: 20px !important;
    }
}

@media (max-width: 992px) {
    .modern-product-wrapper .row {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .modern-product-wrapper .col-md-6:first-child,
    .modern-product-wrapper .col-md-6:last-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .modern-product-wrapper .col-md-6:last-child {
        position: static !important;
        margin-top: 0 !important;
        padding: 20px !important;
    }

    .modern-product-wrapper h1.h1 {
        font-size: 24px !important;
    }

    .modern-product-wrapper .current-price-value {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {
    .modern-product-wrapper {
        padding: 0 10px !important;
    }

    .modern-product-wrapper .col-md-6:last-child {
        padding: 15px !important;
    }

    .modern-product-wrapper .modern-nav-tabs {
        flex-direction: column !important;
    }

    .modern-product-wrapper .modern-nav-tabs .nav-item {
        flex: none !important;
        min-width: auto !important;
        width: 100% !important;
    }

    .modern-product-wrapper .modern-tab-link {
        padding: 15px 20px !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .modern-product-wrapper .modern-tab-content {
        padding: 25px 20px !important;
    }

    .modern-product-wrapper .accessories-header {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }

    .modern-product-wrapper .carousel-navigation {
        justify-content: center !important;
    }

    .modern-product-wrapper .modern-accessories-section {
        padding: 25px 15px !important;
    }
}

@media (max-width: 576px) {
    .modern-product-wrapper h1.h1 {
        font-size: 20px !important;
    }

    .modern-product-wrapper .current-price-value {
        font-size: 24px !important;
    }

    .modern-product-wrapper .product-prices {
        padding: 15px !important;
    }

    .modern-product-wrapper #product-description-short-148,
    .modern-product-wrapper #product-description-short-155 {
        padding: 15px !important;
        font-size: 14px !important;
    }

    .modern-product-wrapper .product-actions form {
        padding: 20px !important;
    }

    .modern-product-wrapper .modern-tab-link {
        padding: 12px 15px !important;
        font-size: 12px !important;
    }

    .modern-product-wrapper .tab-icon {
        font-size: 18px !important;
    }

    .modern-product-wrapper .tab-text {
        font-size: 11px !important;
    }

    .modern-product-wrapper .scroll-box-arrows {
        position: static !important;
        justify-content: center !important;
        margin-top: 15px !important;
        bottom: auto !important;
        right: auto !important;
    }

    .modern-product-wrapper .accessory-card {
        padding: 15px !important;
    }
}

.megamenu-title.underlined-title {
    border-bottom: 2px solid #a81500;
    padding-bottom: 3px;
}

/* LPS Flipbook Widget styles removed - now handled by module CSS */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

#header a,
.dropdown .expand-more {
    color: #888888;
    font-size: 14px;
}

div#contact-link>a>span,
.user-info>a>.material-icons,
.user-info>a>span,
.blockcart>.header .material-icons,
.header-nav #search_widget button .material-icons {
    font-size: 0px;
    text-indent: -9999px;
    display: none;
    margin: 0px;
}

#header .header-nav .blockcart,
#header .header-nav .cart-preview.active {
    padding: 0px;
    height: auto;
    background: transparent;
    margin: 0px;
    cursor: pointer;
}

div#contact-link>a,
.user-info>a,
.blockcart>.header>a {
    display: block;
}

div#contact-link>a::before {
    display: block;
    background: transparent url(../img/sprite.png) no-repeat scroll -5px -168px;
    width: 40px;
    height: 40px;
    color: #212121;
    content: '';
}

div#contact-link:hover>a::before {
    background-position: -310px -168px;
}

.user-info {
    position: relative;
}

.user-info>.user-icon {
    cursor: pointer;
}

#_desktop_user_info {
    margin: 50px 0 0 10px;
    position: relative;
}

#_desktop_user_info::before {
    background: #7e8689 none repeat scroll 0 0;
    content: "";
    height: 38px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 1px;
    display: none;
}

.user-info>.user-icon::before {
    display: block;
    background: #f3c214 url("../img/sprite.png") no-repeat scroll -20px -94px;
    width: 48px;
    height: 48px;
    content: '';
    border-radius: 50%;
    margin-bottom: 5px;
}

.user-info:hover>.user-icon::before {
    background-position: -426px -94px;
}

ul.userinfo-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    display: none;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 15px 20px 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 160px;
    z-index: 999;
    border-radius: 10px;
}

.userinfo-toggle li {
    padding-bottom: 6px;
}

#header .header-nav .blockcart .header,
#header .header-nav #contact-link {
    margin: 0px;
}

.blockcart>.header::before {
    display: block;
    background: #212121 url("../img/sprite.png") no-repeat scroll -17px -223px;
    width: 48px;
    height: 48px;
    color: #212121;
    content: '';
    border-radius: 50%;
    left: 0px;
    top: 0px;
}

.blockcart:hover>.header::before {
    background-position: -431px -223px;
}

.blockcart:hover>.header span.cart-products-count {}

.blockcart:hover>.header span {}

.blockcart>.header span.cart-products-count {
    font-size: 14px;
    padding: 0px;
    border-radius: 15px;
    width: 17px;
    height: 17px;
}

.header-nav #search_widget.search-widget form input[type=text] {
    width: 0px;
    padding: 0px;
    min-width: initial;
    background: #fff;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: 0.5s;
    -wenkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: 0px;
    outline: none;
    height: 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.header-nav #search_widget.search-widget:hover form input[type=text],
.header-nav #search_widget.search-widget.inputfocus form input[type=text],
.header-nav #search_widget.search-widget form input[type=text],
.header-nav #search_widget.search-widget:hover form input[type=text]:focus {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    width: 400px;
    background: #fff;
    padding: 0px 60px 0px 20px;
    outline: none;
}

.header-nav .search-widget {
    position: relative;
}

.header-nav #search_widget button::before {
    display: block;
    background: transparent url("../img/sprite.png") no-repeat scroll -30px -32px;
    width: 40px;
    height: 37px;
    color: #212121;
    content: '';
}

.header-nav #search_widget:hover button::before,
.header-nav #search_widget.inputfocus button::before {
    background-position: -440px -32px;
}

#_desktop_logo {
    padding: 0;
}

.header-logo {
    display: block;
    margin: 0;
    padding: 38px 0 24px;
}

.top-menu {
    margin: 0px;
}

.language,
.currency {
    border-top: 1px solid #e9e9e9;
    padding: 15px 0 0 !important;
    margin: 10px 0 0;
}

.language .dropdown-item,
.currency .dropdown-item {
    padding: 0;
}

#search_widget button .material-icons.search {
    display: none;
}

#search_widget button::before {
    display: block;
    background: transparent url("../img/sprite.png") no-repeat scroll -30px -32px;
    width: 40px;
    height: 37px;
    color: #212121;
    content: '';
}

#search_widget button:hover:before {
    background-position: -440px -32px;
}

#header .header-top a[data-depth="0"]::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    height: 41px;
    width: 2px;
    background: transparent url("../img/line.png") no-repeat scroll 0 0;
    top: 18px;
}

#header .header-top a[data-depth="0"] {
    position: relative;
}

#header .header-top .menu>ul>li:last-child a:after {
    display: none;
}

#header .header-top a[data-depth="0"] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 28px 32px 28px;
    line-height: 1;
    color: #fff;
}

#featured-products {
    padding-bottom: 80px;
}

#index #wrapper {
    padding-top: 0;
}

h1.main-title {
    color: #050826;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px;
    position: relative;
    margin: 0 0 50px;
    text-align: center;
    text-transform: none;
}

h1.main-title:before {
    position: absolute;
    width: 45px;
    height: 4px;
    content: "";
    border-bottom: 4px solid #5bc0ec;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

div#_desktop_language_selector,
div#_desktop_currency_selector {
    display: inline-block;
    margin-top: 4px;
}

div#_desktop_cart {
    padding: 0px 0 0px 60px;
    margin-right: 28px;
    position: relative;
    margin-top: 10px;
    float: right;
    padding-top: 15px;
    color: #fff;
}

div#_desktop_cart a span {
    color: #fff;
}

.header-call {
    min-width: 190px;
}

.brandslider-outer .main-title {
    display: none;
}

.brandslider-inner .title a {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}

/* footer start */

.footer-bottom .col-md-12 {
    background: #e30613;
}

.footer-top .block_newsletter {
    margin: 0px;
}

.nwsletter-maintitle {
    font-size: 24px;
    text-align: left;
    padding-bottom: 23px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    display: none;
}

.block_newsletter .subtitle {
    font-size: 24px;
    font-weight: 700;
    float: left;
}

.block_newsletter .nwsletter-subtitle1,
.block_newsletter .nwsletter-subtitle3 {
    color: #ffffff;
}

.block_newsletter .nwsletter-subtitle2 {
    color: #212121;
    margin: 0 7px;
}

.block_newsletter form input[type=text] {
    padding: 11px 137px 11px 27px;
    width: 100%;
    background: #fff;
    color: #888888;
    height: 60px;
    font-size: 14px;
    border-radius: 35px;
    border: 1px solid #e2e2e2;
}

.newstitle-inner {
    background: transparent url(../img/mail.png) no-repeat scroll 0px 11px;
}

.newsletter_inner {
    padding: 36px 50px 0 47px;
}

.block_newsletter form input[type=text]:focus {}

.block_newsletter form input {
    height: 40px;
}

.block_newsletter .btn-primary {
    background: #f75259 none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 26px;
    top: 10px;
}

.block_newsletter .btn-primary:hover {
    background: #212121;
}

.nwsletter-subtitle {
    font-size: 14px;
    text-align: left;
    color: #b4b4b4;
}

.footer_inner {
    overflow: hidden;
    padding: 123px 0 41px;
}

.footer-container {
    overflow: hidden;
    background: #e30613;
}

.footer-container .title span.h3,
.footer-container h3.h3,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.linklist .blockcms-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.footer-container .title span.h3:hover,
.footer-container h3.h3:hover,
#block_myaccount_infos .myaccount-title a:hover,
.block-contact .block-contact-title:hover,
.linklist .blockcms-title a:hover {}

.footer_inner .links .collapse,
#footerbottomright-text .footer-toggle {
    margin-bottom: 0;
}

.footer-container li a,
.footer-container li,
.footer-container .block-contact {
    color: #ffffff;
    line-height: 25px;
    word-wrap: break-word;
}

.footer-container .links .collapse {
    display: inherit
}

div#footerbottom-text {
    overflow: hidden;
    padding: 30px 0 15px;
    text-align: center;
    border-top: 1px solid #636363;
}

.bottom-link-icon-wrapper {
    float: left;
}

.bottom-link.bottom-left {
    display: inline-block;
    float: none;
}

.bottom-payment.bottom-right {
    margin-bottom: 24px;
}

.footer_inner .links .wrapper {
    width: 22%;
    padding: 0;
}

.link-inner,
.payment-inner {
    margin: 0px;
    padding: 0px;
}

ul.payment-inner li a {
    padding: 0px 19px 0px 20px;
}

.payment-inner>li {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.payment-inner>li:hover {
    opacity: 1;
}

ul.payment-inner li a {
    display: block;
    position: relative;
}

ul.payment-inner li:last-child a {}

.link-inner li a {
    text-transform: capitalize;
    color: #ffffff;
    padding: 0px 12px 0px 15px;
    position: relative;
}

.link-inner li:first-child a {
    padding-left: 0px;
}

.link-inner li:first-child a::before,
ul.payment-inner li:first-child a::before {
    display: none;
}

.link-inner li a::before,
ul.payment-inner li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    background: transparent;
    width: 1px;
    height: 11px;
    background: #ffffff;
}

ul.payment-inner li a::before {
    height: 21px;
    background: #636363;
    top: 1px;
}

.link-inner li a:hover {
    color: #636363;
}

.link-inner li,
.payment-inner li {
    display: inline-block;
}

.copyright {
    padding: 0 0px 46px;
    text-align: center;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover,
.footer-container li a:hover {
    color: #212121;
}

/*footer end */
/* CSS Document */

/* CSS Document */
.subbanner-common {
    float: left;
    box-sizing: border-box;
}

.subbanner-common.subbannerpart2 {
    margin: 0px 25px;
}

.subbannercms-outer {
    clear: both;
    overflow: hidden;
}

.subbanner-inner>a {
    position: relative;
    display: block;
    overflow: hidden;

}

.subbanner-inner {
    overflow: hidden;
}

.subbanner-inner>a::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 559px;
    position: absolute;
    right: 755px;
    top: 0;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 600px;
}

.subbanner-inner:hover>a::before {
    right: -755px;
}


/* parallax block start */

.parallaxblock-outer {
    color: #212121;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 109px;
    padding: 160px 0;
}

.parallax-text1,
.parallax-text2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0;
}

.parallax-btn {
    padding: 15px 0;
    margin: 33px 0 0;
}

.parallax-btn a {
    padding: 15px 37px;
    background: #fd653b;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

.parallax-btn a:hover {
    background: #212121;
}

/* parallax block end */
/* Home page about start */

#about-text {
    margin: 0 0 92px;
}

.about-inner {
    color: #212121;
    overflow: hidden;
    padding: 0px 0px;
    cursor: pointer;
}

#about-text .title {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
}

#about-text .title:before {
    position: absolute;
    width: 45px;
    height: 4px;
    content: "";
    border-bottom: 4px solid #5bc0ec;
    left: 0;
    bottom: 0;
}

#about-text .description {
    font-size: 14px;
    color: #888;
    margin: 13px 0 42px;
    line-height: 24px;
}

#about-text .desc {
    margin: 0 0 66px;
}

#about-text .desc:hover .desc1 {
    color: #5bc0ec;
}

#about-text .desc1 {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    padding: 7px 0 4px;
}

#about-text .desc2 {
    font-size: 14px;
    color: #888;
}

#about-text .desc {
    position: relative;
    padding-left: 80px;
}

#about-text .about1:before {
    background: #f5f5f5 url(../img/sprite.png) no-repeat scroll -21px -294px;
}

#about-text .desc:hover.about1:before {
    background-position: -412px -294px;
}

#about-text .about2:before {
    background: #f5f5f5 url("../img/sprite.png") no-repeat scroll -21px -370px;
}

#about-text .desc:hover.about2:before {
    background-position: -415px -370px;
}

#about-text .about3:before {
    background: #f5f5f5 url(../img/sprite.png) no-repeat scroll -19px -437px;
}

#about-text .desc:hover.about3:before {
    background-position: -412px -437px;
}

#about-text .desc:before {
    position: absolute;
    content: "";
    left: 0;
    border: 2px solid #f5f5f5;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

#about-text .desc:hover:before {
    background-color: #fff;
    border-color: #5bc0ec;
}

.about-left {
    float: left;
}

.about-right {
    float: left;
    width: 45%;
    padding: 0 0 0 45px;
}

#about-text .about-btn {
    width: auto;
    font-size: 14px;
    color: #fff;
    background: #f75259;
    float: left;
    padding: 20px;
    padding: 11px 26px;
    border-radius: 20px;
    font-weight: 600;
}

#about-text .about-btn:hover {
    background: #5bc0ec;
}

/* Home page about End */

/* Home page Testimonial Start */

.display-homebottom {
    clear: both;
}

.brandslider-outer {
    margin-bottom: 103px;
}

.testimonial-outer.container {
    text-align: center;
}

#testimonial-slider.testimonial-carousel {
    margin: 0 0 0 auto;
}

.testimonial-carousel.owl-carousel .owl-item img.img-testimonial {
    max-width: 130px;
    width: auto;
    border-radius: 50%;
}

.test_imag {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    text-align: center;
    width: auto;
    padding-top: 5px;
    margin: 0 40px 0 0;
}

.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 1;
}

.testimonial_outer h1.main-title {
    display: none;
}

.testimonial-carousel .prev-arrow {
    background: transparent url("../img/sprite.png") no-repeat scroll -400px -893px;
    height: 75px;
    width: 65px;
    left: 0;
    right: auto;
    position: absolute;
    top: 52%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.testimonial-carousel .prev-arrow:hover {
    background-position: -400px -802px;
}

.testimonial-carousel .next-arrow {
    background: transparent url("../img/sprite.png") no-repeat scroll -30px -893px;
    width: 65px;
    height: 75px;
    position: absolute;
    right: 0;
    left: auto;
    top: 52%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

.testimonial-carousel .next-arrow:hover {
    background-position: -30px -802px;
}

.testimonial_outer:hover .testimonial-carousel .owl-nav {}

.testimonial-carousel .owl-nav {
    margin-top: 0;
    z-index: 9999;
}

.testimonial-outer .test_desc {
    float: left;
    padding: 0 190px 0;
}

.test_desc .desc1 {
    padding-left: 68px;
}

.testimonial-outer .testminial-data {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.testimonial-outer .owl-dot {
    height: 15px;
    width: 15px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

.testimonial-outer .owl-dots {
    text-align: center;
    display: none;
}

.testimonial-outer .owl-dot.active {
    background: #888888;
}

.testimonial_outer .testimonial-desc {
    font-size: 18px;
    color: #fff;
    position: relative;
    line-height: 25px;
    text-align: center;
    margin: 0 0 20px;
}

.testimonial_outer .testmonial-author {
    width: auto;
    color: #fff;
    font-size: 13px;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    margin-right: 25px;
}

/* Home page Testimonial End */

/* shipping start */
.subtitle-part .subicon .hide {
    display: none;
}

.shipping-outer {
    background: #f75259;
    border-radius: 60px;
    padding: 21px 32px;
}

.shipping-outer .subtitile {
    font-size: 20px;
    color: #fff;
    float: left;
    font-weight: 500;
    padding: 22px 0 0;
}

.shipping-inner {
    overflow: hidden;
    padding: 0px 0px;
    cursor: pointer;
    display: inline-block;
}

.subtitle-part.subtitle-part4 {
    margin: 0 !important;
}

.subtitle-part {
    margin-right: 70px;
    float: left;
    position: relative;
    padding: 0px 0px;
    text-align: center;
}

.subtitle-part .subicon {
    margin-right: 20px;
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    float: left;
    border: 2px solid #fff;
    margin-right: 20px;
}

.subtitle-part.subtitle-part1:hover .subicon1,
.subtitle-part.subtitle-part2:hover .subicon2,
.subtitle-part.subtitle-part3:hover .subicon3,
.subtitle-part.subtitle-part4:hover .subicon4 {
    background: transparent;
}

.subtitle-part .subicon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    width: 64px;
    height: 55px;
}

.subtitle-part.subtitle-part1 .subicon::before {
    background: transparent url("../img/sprite.png") no-repeat scroll -19px -522px;
}

.subtitle-part.subtitle-part1:hover .subicon::before {
    background-position: -419px -522px;
}

.subtitle-part.subtitle-part2 .subicon::before {
    background: transparent url("../img/sprite.png") no-repeat scroll -17px -587px;
}

.subtitle-part.subtitle-part2:hover .subicon::before {
    background-position: -417px -587px;
}

.subtitle-part.subtitle-part3 .subicon::before {
    background: transparent url("../img/sprite.png") no-repeat scroll -17px -658px;
}

.subtitle-part.subtitle-part3:hover .subicon::before {
    background-position: -417px -658px;
}

.subtitle-part.subtitle-part4 .subicon::before {
    background: transparent url("../img/sprite.png") no-repeat scroll -14px -726px;
}

.subtitle-part.subtitle-part4:hover .subicon::before {
    background-position: -422px -726px;
}


/* shipping End */


.brandslider-outer {
    display: inline-block;
    width: 100%;
}

#brand-carousel li.item {
    text-align: center;
    padding: 0px 16px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
}

#brand-carousel li.item:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.product-miniature.js-product-miniature.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-4 {
    padding-left: 0;
    padding-right: 0;
}

h1.h6.active-filter-title {
    margin-bottom: 24px;
    color: #888;
    font-size: 15px;
    font-weight: 700;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: #f75259;
    border-radius: 50%;
    z-index: 99;
}

#toTopHover {
    background: transparent;
    width: 36px;
    height: 36px;
    display: block;
    overflow: hidden;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=1);
}

#toTopHover:before {
    color: #ffffff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 24px;
    position: relative;
    right: 24px;
    text-align: center;
    top: 4px;
    vertical-align: middle;
}

.thumbnail-inner {
    position: relative;
    overflow: visible;
    text-align: center;
}

.sidebar-products .thumbnail-inner {
    overflow: hidden;
}

.thumbnail-inner .hover-addtocart {
    width: 100%;
    position: absolute;
    z-index: 99;
}

thumbnail-container:hover .thumbnail-inner .hover-addtocart {}

.hover-addtocart .addtocart-button,
.hover-addtocart .highlighted-informations {}

.hover-addtocart .addtocart-button {
    -webkit-transition: 0.3s all ease-in-out 0.2s;
    -moz-transition: 0.3s all ease-in-out 0.2s;
    -o-transition: 0.3s all ease-in-out 0.2s;
    transition: 0.3s all ease-in-out 0.2s;
    bottom: -100px;
    position: absolute;
}

.hover-addtocart .highlighted-informations {
    -webkit-transition: 0.6s all ease-in-out 0.1s;
    -moz-transition: 0.6s all ease-in-out 0.1s;
    -o-transition: 0.6s all ease-in-out 0.1s;
    transition: 0.6s all ease-in-out 0.1s;
    bottom: -100px;
    position: absolute;
    visibility: hidden;
}

.thumbnail-container:hover .hover-addtocart .addtocart-button,
.thumbnail-container:hover .hover-addtocart .highlighted-informations {
    bottom: 30px;
    visibility: visible;
}

.thumbnail-container:hover .thumbnail.product-thumbnail::before {
    position: absolute;
    content: "";
    width: 100%;
    padding: 20px 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 10px;
}

.thumbnail-container:hover .thumbnail-image-inner::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.thumbnail-container .addtocart-button .btn-primary {
    position: relative;
}

.thumbnail-container .addtocart-button .btn-primary::before,
.product-miniature .product-add-to-cart .btn-primary::before {
    color: #ffffff;
    content: "";
    background: #f75259 url("../img/sprite.png") no-repeat scroll -428px -1117px;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.thumbnail-container .addtocart-button .btn-primary:hover:before,
.product-miniature .product-add-to-cart .btn-primary:hover:before {
    background-color: #5bc0ec;
}

.list .thumbnail-container .product-add-to-cart {
    position: relative;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    text-align: left;
    margin: 15px 0 0;
    display: inline-block;
}

.list .thumbnail-container .product-description .highlighted-informations {}

.thumbnail-container .product-description {
    padding: 10px 0;
}

#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.special-products .product-miniature .discount-percentage.discount-percentage,
.special-products .product-miniature .on-sale.discount-percentage,
.special-products .product-miniature .online-only.discount-percentage,
.special-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
    margin-top: 20px;
}

.quick-view .material-icons {
    font-size: 0;
    height: 48px;
    position: relative;
    width: 48px;
}

.homeslider-container {
    margin: 0 0 25px;
}

ul#homepage-carousel {
    margin-bottom: 25px;
}

ul#homepage-carousel .owl-nav .owl-prev {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    left: 30px;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 75px;
    width: 65px;
    background: transparent url("../img/sprite.png") no-repeat scroll -400px -893px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

ul#homepage-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 75px;
    width: 65px;
    background: transparent url("../img/sprite.png") no-repeat scroll -30px -893px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    left: auto;
    right: 30px;
}

ul#homepage-carousel:hover .owl-nav .owl-prev,
ul#homepage-carousel:hover .owl-nav .owl-next,
.testimonial-carousel:hover .prev-arrow,
.testimonial-carousel:hover .next-arrow,
#featured-products:hover .owl-nav .owl-prev,
#special-products:hover .owl-nav .owl-prev,
.product-accessories:hover .owl-nav .owl-prev,
.product-accessories:hover .owl-nav .owl-next,
#featured-products:hover .owl-nav .owl-next,
#special-products:hover .owl-nav .owl-next,
.brandslider-outer:hover .owl-prev,
.brandslider-outer:hover .owl-next,
.home_blog_post_area:hover .prev-button.slick-arrow,
.home_blog_post_area:hover .next-button.slick-arrow {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}

ul#homepage-carousel .owl-nav .owl-prev,
ul#homepage-carousel .owl-nav .owl-next,
.testimonial-carousel .prev-arrow,
.testimonial-carousel .next-arrow,
#featured-products .owl-nav .owl-prev,
#special-products .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-next,
#featured-products .owl-nav .owl-next,
#special-products .owl-nav .owl-next,
.brandslider-outer .owl-prev,
.brandslider-outer .owl-next,
.home_blog_post_area .prev-button.slick-arrow,
.home_blog_post_area .next-button.slick-arrow {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
}

.homeslider_nav:active {
    opacity: 1.0;
}

ul#homepage-carousel .owl-nav .owl-prev:hover {
    background-position: -400px -802px;
}

ul#homepage-carousel .owl-nav .owl-next:hover {
    background-position: -30px -802px;
}

#featured-products .owl-nav .owl-prev:hover,
#special-products .owl-nav .owl-prev:hover,
.product-accessories .owl-nav .owl-prev:hover {
    background-position: -426px -1059px;
}

#featured-products .owl-nav .owl-next:hover,
#special-products .owl-nav .owl-next:hover,
.product-accessories .owl-nav .owl-next:hover {
    background-position: -31px -1059px;
}

#featured-products .owl-nav .owl-prev,
#special-products .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-prev {
    background: transparent url("../img/sprite.png") no-repeat scroll -426px -1002px;
    height: 40px;
    right: auto;
    left: -30px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    width: 40px;
    z-index: 3;
    top: 45%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#featured-products .owl-nav .owl-next,
#special-products .owl-nav .owl-next,
.product-accessories .owl-nav .owl-next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    width: 40px;
    top: 45%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    background: transparent url("../img/sprite.png") no-repeat scroll -31px -1002px;
    left: auto;
    right: -30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.homeslider_nav:active {
    opacity: 1.0;
}

#special-products {
    margin: 150px 0 68px;
}

#special-products .owl-carousel {
    display: block;
}

.owl-nav.disabled {
    display: none;
}

.thumbnail-image-inner {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

#search_filters h4,
.leftsidebar .title {
    background-color: #f75259;
    color: #fff;
    font-size: 24px;
    padding: 13px 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
    border-radius: 25px;
}

.products-selection .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #888888;
    background: white;
    padding: 8px 10px 4px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}

#custom-leftbannerblock img {
    width: 100%;
    height: auto;
}

.block-category .category-cover {
    margin-bottom: 35px;
    margin-top: 0px;
}

.category-cover img {
    width: 100%;
}

.page-index .breadcumb_outer {
    display: none;
}

.grid .product-desc,
.list .thumbnail-inner .product-description {
    display: none;
}

.list .thumbnail-inner+.product-description .highlighted-informations {
    display: inline-block;
}

.list .product-add-to-cart.addtocart-button {
    display: inline-block;
    vertical-align: middle;
}

.list .highlighted-informations.hidden-sm-down {
    display: inline-block;
    vertical-align: middle;
}

.list .highlighted-informations.hidden-sm-down {
    margin-top: 0;
    margin-left: 15px;
}

.products-selection .display {
    float: left;
    margin: 0 15px 0 0;
}

.products-selection .display li {
    float: left;
    text-align: center;
    padding: 0;
}

.products-selection .display li#grid {
    margin: 0px;
}

.products-selection .display li#list {}

.products-selection .display li a {
    color: #888888;
    font-size: 0px;
    line-height: 14px;
    cursor: pointer;
}

.products-selection .display li#grid a {
    background: transparent url(../img/sprite.png) no-repeat scroll -30px -1180px;
    height: 30px;
    float: left;
    width: 30px;
}

.products-selection .display li#grid:hover a,
.products-selection .display li#grid.selected a {
    background-position: -441px -1180px !important;
}

.products-selection .display li#list a {
    background: transparent url(../img/sprite.png) no-repeat scroll -31px -1222px;
    height: 30px;
    width: 30px;
    float: right;
}

.products-selection .display li#list:hover a,
.products-selection .display li#list.selected a {
    background-position: -435px -1222px;
}

.products-selection .display li.selected a {
    cursor: default;
}

.products-selection h1 {
    padding-top: 0.625rem;
}

.products-sort-order {
    color: #888888;
}

.products-sort-order .select-title {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 100%;
    color: #212121;
    background: #FFFFFF;
    padding: 5px 0.625rem;
    cursor: pointer;
}

.products-sort-order .select-list {
    display: block;
    color: #888888;
    padding: 5px 15px;
}

.products-sort-order .select-list:hover {
    background: transparent;
    color: #212121;
    text-decoration: none;
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 288px;
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 0;
}

#products .list .product-title,
#products .list .product-price-and-shipping,
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    text-align: center;
}

#products .list .thumbnail-container {
    margin-bottom: 35px;
}

#products .list .product-description {
    padding: 0;
    text-align: left;
}

#products .list .product-title,
#products .product-title a {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
}

#products .list .product-price-and-shipping {
    padding-bottom: 15px;
    text-align: left;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.total-products P {
    margin: 9px 0px;
}

.list .thumbnail-container .addtocart-button {
    position: relative;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.product-toolbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding: 21px 15px 11px;
}

.page-product .modal-body figure {
    max-width: 625px;
    margin-right: 5px;
}

#checkout div#_desktop_language_selector,
#checkout div#_desktop_currency_selector {
    margin: 0px;
}

.sidebar-products .product-flags {
    display: none;
}

.sidebar-products .thumbnail-image-inner {
    float: left;
    margin-right: 15px;
    max-width: 85px;
}

.sidebar-products .product-miniature .product-title {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
}

.sidebar-products .thumbnail-sidebar-inner {
    text-align: left;
    float: left;
    max-width: 115px;
}

.sidebar-products .product-miniature .product-price-and-shipping {
    text-align: left;
    margin: 0 0 5px;
}

.sidebar-products .discount-percentage {
    font-weight: 300 !important;
    background: #f5f5f5;
    font-size: 14px;
    color: #888;
}

.sidebar-products .thumbnail-container .addtocart-button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background: transparent;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: 0.5s;
    -wenkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    text-align: left;
}

.sidebar-products .thumbnail-container .addtocart-button .btn-primary::before {
    display: none;
}

.sidebar-products .thumbnail-container:hover .addtocart-button .btn-primary {
    color: #212121;
}

.sidebar-products .addtocart-button .btn-primary {
    padding: 0px;
    background: transparent;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    height: auto;
}

.sidebar-products #products .product-price-and-shipping,
.sidebar-products .featured-products .product-price-and-shipping,
.sidebar-products .product-accessories .product-price-and-shipping,
.sidebar-products .product-miniature .product-price-and-shipping {
    font-weight: 700;
}

.leftsidebar h1.title {}

div#_mobile_cart {
    position: relative;
}

#_mobile_user_info {
    margin-right: 15px;
    margin-left: 15px;
}

#products .grid .product-miniature {
    width: 33.333%;
}

.title .pull-xs-right,
.title .float-xs-right {
    display: none;
}

.flexcss .top-menu[data-depth="1"] {
    display: flex;
}

@media (min-width: 992px) {

    .link-inner li a::before,
    ul.payment-inner li a::before {
        left: -3px;
    }

    .link-inner li a {
        padding: 0px 19px 0px 20px;
    }

    .subbannercms-bottom a img {
        width: 100%;
    }

    .subbannercms-bottom a img {
        width: 100%;
    }
}

.grid .thumbnail-container>.product-description {
    display: none;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature,
#special-products .product-miniature {
    padding: 0 12px;
}

#products .product-miniature:hover .product-title a,
#featured-products .product-miniature:hover .product-title a,
#special-products .product-miniature:hover .product-title a {
    color: #212121;
}

.pagination .page-list {
    margin-bottom: 0;
    float: right;
}

.pagination a .material-icons {
    font-size: 28px;
}

.pagination a {
    height: 36px;
    margin: 0;
    padding: 7px 12px;
    width: 36px;
    color: #888888;
    background: #f5f5f5;
    display: block;
    font-weight: 400;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}

.pagination .page-list li {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0px;
}

.pagination .current a,
.pagination a:hover {
    color: #FFFFFF;
    border-color: #f75259;
    background-color: #f75259;
    text-decoration: none;
}

.pagination .previous,
.pagination .next {
    font-size: 0px;
    padding: 3px;
}

.breadcumb_inner .breadcrumb ol>li:last-child>a>span,
.breadcumb_inner .breadcrumb ol>li:hover>a>span {
    color: #212121;
}

#products .list .product-miniature .on-sale {
    right: 40px;
}

#leftsidebar {
    margin-bottom: 30px;
    padding: 0;
}

.sidebar-products.products {
    padding: 15px;
    background: #fff;
}

.sidebar-products .product-description {
    padding: 0;
}

.owl-carousel,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.brandslider-inner.container #brand-carousel .owl-nav.disabled {
    opacity: 0;
}

.brandslider-inner.container #brand-carousel:hover {
    opacity: 1;
}

.brand-slidermain .owl-prev {
    background: transparent url("../img/sprite.png") no-repeat scroll -426px -1002px;
    height: 40px;
    left: -30px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 40px;
    z-index: 3;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.brand-slidermain .owl-prev:hover {
    background-position: -426px -1059px;
}

.brand-slidermain .owl-next {
    background: transparent url("../img/sprite.png") no-repeat scroll -31px -1002px;
    height: 40px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: -30px;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 40px;
    z-index: 3;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.brand-slidermain .owl-next:hover {
    background-position: -31px -1059px;
}

.brand-slidermain .item>a {
    display: inline-block;
}

#custom-leftbannerblock {
    margin-bottom: 30px;
}

.pagination {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 2rem 0;
    padding: 1rem 0;
}

.pagination .col-md-4 {
    float: left;
    width: 50%;
}

.category-top-menu {
    margin: 0;
}

#cart .card.cart-container .cart-overview.js-cart {
    padding: 10px;
}

#cart .thumbnail-container {
    margin-bottom: 0;
}

.category-top-menu li .category-sub-menu li .category-sub-menu {
    padding-left: 10px;
}

#search_filters .facet .facet-label:hover a {
    color: #212121;
}

.product-images.js-qv-product-images {
    text-align: center;
}

.dark {
    font-weight: 400;
}

#cms .page-heading.bottom-indent {
    padding-bottom: 10px;
}

.container-fluid .row.sitemap.col-xs-12 ul li ul li,
.nested a {
    padding-bottom: 5px;
}

.top-menu .arrow>.dropdown-item::before {
    background-color: rgba(0, 0, 0, 0);
    bottom: -20px;
    color: #e9e9e9;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    line-height: 12px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 20px;
    display: none;
}

.top-menu .arrow:hover>.dropdown-item::before {
    opacity: 1;
}

.brand-slidermain #brand-carousel {
    margin-bottom: 0;
}

.category-top-menu>li>ul {
    padding: 25px 22px 15px;
    background: #fff;
}

#custom-leftbannerblock>p {
    margin-bottom: 0;
}

#order-confirmation #main .page-footer {
    margin-bottom: 0;
}

.block-categories .text-uppercase.h6:hover {
    color: #ffffff;
}

#header .header-nav .currency-selector::before {
    background-color: #3d3d3d;
    content: "";
    height: 16px;
    position: absolute;
    width: 1px;
    left: 0px;
    top: 3px;
    display: none;
}

#header .header-top #top-menu li:last-child>a {
    padding-right: 0;
}

#header .header-top {}

.dropdown-menu.hidden-sm-down {
    margin-top: 5px;
}

.cmstext {
    margin-top: 13px;
    line-height: 21px;
}

.testimonial_outer {
    margin-top: 0;
    padding: 69px 0 120px;
    background: url("../img/testimonial.jpg") repeat scroll 0 0 transparent;
}

.parallax-text {
    text-align: center;
}

.parallax-inner.container-width {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.icon-wrapper li {
    display: inline-block;
    font-size: 18px;
    margin-left: 0;
}

.icon-wrapper li:first-child a::before {
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.icon-wrapper li a::before {
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 2px;
}

.icon-wrapper li a:first-of-type {
    padding-left: 0;
}

.icon-wrapper li a {
    padding: 0 23px 0 15px;
}

.icon-wrapper li a {
    position: relative;
}

.icon-wrapper {
    margin-bottom: 0;
}

.btn-wrapper {
    background-color: #212121;
    color: #fff;
    padding: 7px 14px;
}

.btn-wrapper {
    background-color: #212121;
    color: #ffffff;
    padding: 7px 14px;
    display: inline-block;
    border: 1px solid transparent;
}

.btn-wrapper:hover {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
    transition: 0.5s;
    -webkit-transition: all 0.5s;
}

.icon-wrapper li a i {
    color: #888888;
}

.fa-facebook:hover {
    color: #3B5998;
}

.fa-google-plus:hover {
    color: #DD5347;
}

.fa-instagram:hover {
    color: #A03CAF;
}

.fa-twitter:hover {
    color: #0077B5;
}

.fa-twitter:hover {
    color: #1DA1F2;
}

.fa-linkedin:hover {
    color: #0077B5;
}

.block_newsletter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    border-radius: 50px;
    margin-top: -57px;
}

.block_newsletter .title {
    padding: 54px 0 0 74px;
}

.dropdown .expand-more::after {
    color: #212121;
    content: "";
    font-family: "fontawesome";
    padding-left: 4px;
    font-size: 0;
}

.dropdown.open .expand-more::after {
    content: "";
    color: #888888;
}

.home_blog_post {
    display: inline-block;
    width: 100%;
}

.block-categories.hidden-sm-down>ul>li>a:hover {}

.category-top-menu>li:first-child a {
    margin-bottom: 0;
    background-color: #5bc0ec;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 13px 22px;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    border-radius: 25px;
}

.category-top-menu>li:first-child a:hover {
    color: #fff !important;
}

.block-categories a {
    color: #888;
}

.block-categories a:hover {
    color: #212121;
}

.category-top-menu {
    margin-bottom: 30px;
}

.hidden-sm-down.clear-all-wrapper {
    padding: 30px 22px 0;
}

#search_filters .facet:last-child {
    border-bottom: medium none;
}

#search_filters .facet {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e9e9e9;
}

#search_filters .facet .facet-title {
    font-size: 14px;
    font-weight: 700;
}

#custom-leftbannerblock {
    margin-top: 30px;
}

.pagination .col-md-4 {
    padding-left: 0;
}

.pagination .col-md-6 {
    padding-right: 0;
}

.breadcumb_inner {
    background: #f6f6f6;
    /*padding: 68px 105px 37px;*/
    width: 100%;
    background-size: cover;
}

.list .thumbnail-image-inner .hover-addtocart {
    display: none;
}

.list .variant-links {
    text-align: left !important;
    margin-bottom: 15px !important;
    opacity: 1 !important;
    margin-top: 0 !important;
}

#leftsidebar .product-title a:hover {
    color: #212121;
}

#leftsidebar .thumbnail-container:hover .product-price-and-shipping {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.product-actions .btn-primary {
    position: relative;
    margin: 0 15px 0 15px;
}

.list-1 {
    color: #888888;
    font-size: 15px;
}

.cms-box .inner {
    color: #888888;
    font-size: 15px;
}

.product-description p {
    color: #888888;
    margin: 0;
}

#category .hover-addtocart {
    margin-top: 10px;
}

.page-header>h1 {
    color: #212121;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider:hover .next-button.slick-arrow,
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider:hover .prev-button.slick-arrow {
    opacity: 1;
}

#checkout .h6 {
    color: #888888;
}

#checkout .text-xs-right {
    padding-top: 15px;
    text-align: left;
}

#left-column #leftsidebar .sidebar-products.products ul {
    margin-bottom: 20;
}

#left-column #leftsidebar .sidebar-products.products ul li {
    margin-bottom: 15px;
}

#left-column #leftsidebar .sidebar-products.products ul li:last-child {
    margin-bottom: 0;
}

.product-line-grid-body.col-md-4.col-xs-8 .product-line-info .label:hover {
    background-color: transparent;
    color: #212121;
}

/* footerbottomleft-outer start */

#footerbottomleft-text {
    width: 32%;
    padding: 0 80px 0 0;
}

#footerbottomleft-text .img-footer {
    max-width: 100%;
}

@media (min-width: 768px) {
    .footerbottomleft-outer .title {
        display: none;
    }

    .blockcart>.header::before {
        position: absolute;
        margin: 40px 0 0 10px;
    }

    .hover-addtocart .addtocart-button {
        margin-left: -50px;
    }
}

/*footerbottomleft-outer end */

/* Home page footerrightcms Start */

#footerbottomright-text {
    float: left;
    width: 24%;
    padding: 0 0 0 40px;
}

.bottomcmscontactblock .text1,
.bottomcmscontactblock .text2,
.bottomcmscontactblock .contact-phone,
.bottomcmscontactblock .contact-mail {
    padding: 4px 0 2px;
    position: relative;
}

.bottomcmscontactblock .text2 {}

.bottomcmscontactblock .contact-address {
    position: relative;
}

.bottomcmscontactblock .contact-address::before,
.bottomcmscontactblock .contact-phone::before,
.bottomcmscontactblock .contact-mail::before {
    font-family: fontawesome;
    position: absolute;
    color: #b4b4b4;
    left: 0;
}

.bottomcmscontactblock .contact-address:hover:before,
.bottomcmscontactblock .contact-phone:hover:before,
.bottomcmscontactblock .contact-mail:hover:before {
    color: #fff;
}

.bottomcmscontactblock .contact-address::before {
    content: "\f041";
    font-size: 23px;
    top: 8px;
    display: none;
}

.bottomcmscontactblock .contact-phone::before {
    content: "\f095";
    top: 5px;
    display: none;
    font-size: 19px;
}

.bottomcmscontactblock .contact-mail::before {
    content: "\f003";
    top: 5px;
    font-size: 18px;
    display: none;
}

@media (min-width: 768px) {

    #footerbottomright-text .pull-xs-right,
    #footerbottomright-text .float-xs-right {
        display: none;
    }
}

/* Home page footerrightcms End */


/* otheaderrightblock start */
.header-call .phone-icon::before {
    display: block;
    background: #f75259 url("../img/sprite.png") no-repeat scroll -20px -158px;
    width: 48px;
    height: 48px;
    color: #212121;
    content: '';
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

#header-right-text {
    margin: 50px 0 0 8px;
}

.header-call .header-link-inner {
    margin: 0;
}

.header-call .call-label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 0 0;
}

.header-call .call-dial {
    font-weight: normal;
    color: #888;
    font-size: 14px;
}

.header-call .call-dial:hover {
    color: #888 !important;
}

.header-call .phone-icon:hover:before {
    background-position: -427px -158px;
}

/* otheaderrightblock End */

/*subbanner-hover */

#custom-bannerblock {
    padding: 0 0 78px;
}

.subbannercms-outer {
    clear: both;
    overflow: hidden;
}

.subbannercms-inner {
    overflow: hidden;
}

.subbanner-inner {
    float: left;
    width: auto;
    position: relative;
    text-align: center;
}



/*subbanner-hover-end */
@media screen and (max-width: 1290px) {
    .prev-button.slick-arrow {
        left: -25px !important;
    }

    .next-button.slick-arrow {
        right: -25px !important;
    }
}

@media screen and (max-width: 1280px) {

    #featured-products .owl-nav .owl-prev,
    #special-products .owl-nav .owl-prev,
    .product-accessories .owl-nav .owl-prev,
    .brand-slidermain .owl-prev {
        left: -10px;
    }

    #featured-products .owl-nav .owl-next,
    #special-products .owl-nav .owl-next,
    .product-accessories .owl-nav .owl-next,
    .brand-slidermain .owl-next {
        right: -10px;
    }

    .prev-button.slick-arrow {
        left: 0px !important;
    }

    .next-button.slick-arrow {
        right: 0px !important;
    }

    .cart-grid-body.col-xs-12.col-lg-8,
    .cart-grid-right.col-xs-12.col-lg-4 {
        max-width: 100%;
        width: 100%;
    }

    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        overflow: hidden;
    }

    .page-customer-account #content {
        overflow: scroll;
    }

    .latestnews-img>img {
        width: 100%;
    }

    .products-sort-order .dropdown-menu {
        width: 198px;
    }

    .products-sort-order .select-list {
        font-size: 15px;
    }

    .footer-top {
        margin-top: 0;
    }

    .category-cover>img {
        width: 100%;
    }

    .nwsletter-maintitle {
        font-size: 20px;
    }

    #search_filters h4,
    .leftsidebar .title {
        font-size: 22px;
    }

    .sidebar-products .thumbnail-sidebar-inner {
        max-width: 100px;
    }

    .sidebar-products .thumbnail-image-inner {
        margin-right: 10px;
        max-width: 80px;
    }

    .subbanner-inner img {
        /*  max-width: 100%; */
        width: 1300px !important;
        ;
    }

    .latestnews-text h5 {
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .latestnews-text>p {
        font-size: 13px;
        padding-bottom: 8px;
    }

    .latestnews-text>a {
        font-size: 15px;
        margin-bottom: 0;
    }

    .products-selection .sort-by {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        white-space: normal;
    }

    #search_filters .facet {
        padding: 15px;
    }

    .sidebar-products .thumbnail-image-inner {
        max-width: 60px;
    }
}

@media screen and (max-width: 1239px) {
    .shipping-outer {
        padding: 21px 28px;
    }

    .header-nav #search_widget.search-widget:hover form input[type="text"],
    .header-nav #search_widget.search-widget.inputfocus form input[type="text"],
    .header-nav #search_widget.search-widget form input[type="text"],
    .header-nav #search_widget.search-widget:hover form input[type="text"]:focus {
        width: 300px;
    }

    #header .header-top,
    .block_newsletter {
        max-width: 940px;
    }

    .newsletter_inner {
        padding: 36px 35px 0 37px;
    }

    .block_newsletter .subtitle {
        font-size: 19px;
    }

    .block_newsletter .title {
        padding: 54px 0 0 54px;
    }

    .subbanner-common {
        /* width: 102.5%; */
    }

    .about-right {
        width: 50%;
        padding: 0 0 0 0;
    }

    #about-text .description {
        margin: 13px 0 32px;
    }

    #about-text .desc {
        margin: 0 0 36px;
    }

    .testimonial-outer .test_desc {
        padding: 0 100px 0;
    }

    #header .header-top a[data-depth="0"] {
        padding: 28px 22px 28px;
    }

    .about-left {
        width: 50%;
    }

    .about-left img {
        width: 100%;
    }

    .subtitle-part .subicon {
        margin-right: 10px;
    }

    .subtitle-part {
        margin-right: 30px;
    }

    .shipping-outer .subtitile {
        font-size: 17px;
    }
}

@media screen and (max-width: 1200px) {
    #footerbottomleft-text {
        width: 30%;
        padding: 0 40px 0 0;
    }

    #footerbottomright-text {
        width: 30%;
        padding: 0px 0px 0 30px;
    }

    #footerbottomright-text {
        width: 30%;
        padding: 0px 0 0 30px;
    }

    .newsletter_inner {
        padding: 20px 35px 0 37px;
    }

    .block_newsletter .title {
        padding: 34px 0 0 54px;
    }

    .block_newsletter {
        margin-top: -97px;
    }

    .footer_inner .links .wrapper {
        width: 20%;
    }

    .thumbnail-inner .hover-addtocart {
        margin: 0;
        width: 100%
    }

    #custom-bannerblock {
        padding: 0 0 65px;
    }

    .testimonial_outer {
        margin-bottom: 50px;
    }

    .parallaxblock-outer {
        margin-bottom: 65px;
    }

    #index #products img,
    #index.featured-products img,
    #index.product-accessories img,
    #index.product-miniature img {
        max-width: initial;
    }

    #index .thumbnail-image-inner {
        width: 100%;
    }

    #featuredproducts-carousel .owl-stage-outer .owl-item {
        width: 100%;
    }

    .parallaxblock-outer {
        padding: 110px 0;
    }

    .brand-slidermain {
        padding-top: 12px;
    }

    #featuredproducts-carousel .owl-item>ul {
        margin-bottom: 0;
    }

    .sidebar-products .thumbnail-sidebar-inner {
        max-width: 100px;
    }

    #blockcart-modal .modal-title i.material-icons {
        margin-right: 0.475rem;
    }

    .product-prices div {
        margin-bottom: 0.225rem;
    }
}

@media (max-width: 991px) {
    .shipping-outer {
        text-align: center;
    }

    .header-nav #search_widget.search-widget:hover form input[type="text"],
    .header-nav #search_widget.search-widget.inputfocus form input[type="text"],
    .header-nav #search_widget.search-widget form input[type="text"],
    .header-nav #search_widget.search-widget:hover form input[type="text"]:focus {
        width: 260px;
    }

    #products img,
    .featured-products img,
    .product-accessories img,
    .product-miniature img {
        width: 100%;
    }

    #about-text {
        margin: 0 0 72px;
    }

    .subbanner-common {
        width: 31.2%;
    }

    #about-text .title {
        font-size: 40px;
    }

    #header .header-top,
    .block_newsletter {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }

    #header {
        padding: 0 15px 60px;
    }

    div#footerbottom-text {
        margin: 0 15px;
    }

    #header .header-nav {
        background: #212121;
    }

    #footerbottomright-text {
        width: 31%;
        padding: 0px 0n0 10px;
    }

    .footer_inner .links .wrapper {
        width: 18%;
    }

    .header-top .search-widget form input[type="text"] {
        width: 250px;
    }

    .block_newsletter .subtitle {
        font-size: 17px;
    }

    .block_newsletter .title {
        padding: 34px 0 0 34px;
    }

    #special-products {
        margin: 110px 0 38px;
    }

    .brandslider-outer {
        margin-bottom: 90px;
    }

    .subtitle-part {
        margin-right: 7px;
    }

    .shipping-outer {
        padding: 15px 12px;
    }

    #footerbottomleft-text {
        width: 33%;
    }

    #featured-products {
        padding-bottom: 20px;
    }

    .about-right {
        padding: 50px 0 0 20px;
    }

    #featured-products .owl-nav .owl-prev,
    #special-products .owl-nav .owl-prev,
    .product-accessories .owl-nav .owl-prev,
    .brand-slidermain .owl-prev {
        left: 0;
    }

    #featured-products .owl-nav .owl-next,
    #special-products .owl-nav .owl-next,
    .product-accessories .owl-nav .owl-next,
    .brand-slidermain .owl-next {
        right: 0;
    }

    #custom-bannerblock {
        padding: 0 15px 20px;
    }

    h1.main-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_blog_post h1.main-title {
        padding: 0 0 20px;
    }

    .post_content>p {
        margin-bottom: 10px;
    }

    #footer {
        margin-top: 30px;
    }

    .top-menu .arrow>.dropdown-item::before {
        bottom: -12px;
    }

    .footer-container .title span.h3,
    .footer-container h3.h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a,
    #footerbottomright-text .contact-title {
        font-size: 19px;
    }

    .products-selection .total-products {
        padding: 0 5px;
    }

    #blockcart-modal .modal-body .divide-right span {
        font-size: 14px;
    }

    #blockcart-modal .product-name,
    #blockcart-modal .cart-products-count {
        font-size: 1.025rem;
    }

    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        float: left;
        max-width: 66.66%;
    }

    .products-selection .display {
        margin: 0 5px 0 0;
    }

    .parallaxblock-outer {
        padding: 70px 0;
    }

    .parallaxblock-outer {
        padding: 90px 0;
    }

    .footer_inner {
        overflow: hidden;
        padding: 100px 15px 30px;
    }

    ul.payment-inner li:first-child a {
        padding-left: 0px;
    }

    .subbannercms-bottom a img {
        width: 100%;
    }

    .bottom-payment.bottom-right,
    .bottom-link.bottom-left,
    .bottom-link-icon-wrapper {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .footerbottom-text-inner.container {
        text-align: center;
    }

    .copyright {
        margin: 0 15px;
    }

    .parallax-text1,
    .parallax-text2 {
        font-size: 38px;
    }

    .brandslider-inner .title a {
        margin-bottom: 15px;
    }

    .brandslider-outer h1.main-title {
        padding-bottom: 20px;
    }

    .testimonial-carousel .test_desc {
        padding-top: 5px;
    }

    .sidebar-products .thumbnail-sidebar-inner {
        max-width: 122px;
    }

    #products .grid .product-miniature {
        width: 50%;
    }

    #custom-bannerblock .subbanner5 .description {
        padding: 15px 25px 0 10px;
    }

    #custom-bannerblock .subbanner1 .description {
        top: 10px;
    }

    .hover-addtocart .addtocart-button::after {
        display: none;
    }

    .newsletter_inner {
        padding: 20px 20px 0 5px;
    }

}

@media screen and (max-width: 840px) {
    .footerbottom-text-inner>div {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .footerbottom-text-inner .col-md-3,
    .footerbottom-text-inner .col-md-6 {
        float: none;
        width: 100%;
    }

    .top-menu .arrow>.dropdown-item::before {
        bottom: -10px;
    }

    .shipping-outer .subtitile {
        font-size: 15px;
    }

    .subtitle-part .subicon {
        margin-right: 5px;
    }

    .prev-button.slick-arrow,
    .next-button.slick-arrow {
        top: 23%;
    }

    #about-text .title {
        font-size: 36px;
    }

    .subbanner-common {
        width: 31%;
    }

    #header .header-top a[data-depth="0"] {
        padding: 28px 15px 28px;
    }

    .header-nav #search_widget.search-widget:hover form input[type="text"],
    .header-nav #search_widget.search-widget.inputfocus form input[type="text"],
    .header-nav #search_widget.search-widget form input[type="text"],
    .header-nav #search_widget.search-widget:hover form input[type="text"]:focus {
        width: 230px;
    }

    .block_newsletter .subtitle {
        font-size: 15px;
    }

    .block_newsletter .title {
        padding: 34px 0 0 40px;
    }

}

@media screen and (max-width: 767px) {
    .currency-selector.dropdown.js-dropdown>span {
        float: left;
    }

    .js-top-menu-bottom>div {
        display: inline-block;
        width: 100%;
    }

    .language-selector-wrapper span.hidden-md-up {
        float: left;
    }

    .language-selector.dropdown.js-dropdown {
        float: left;
    }

    .search-widget {
        float: none;
        margin: 10px 0 20px;
    }

    .right-nav div#_desktop_language_selector,
    .right-nav div#_desktop_currency_selector,
    .right-nav #_desktop_user_info {
        display: none;
    }

    .header-nav #search_widget.search-widget:hover form input[type="text"],
    .header-nav #search_widget.search-widget.inputfocus form input[type="text"],
    .header-nav #search_widget.search-widget form input[type="text"],
    .header-nav #search_widget.search-widget:hover form input[type="text"]:focus {
        width: 100%;
    }

    .hover-addtocart .addtocart-button {
        left: 0;
        right: 0;
    }

    .blockcart>.header span.cart-products-count {
        position: absolute;
        top: 0;
        color: #fff;
        display: block !important;
        right: 0;
    }

    #header .header-top a[data-depth="0"]::after {
        display: none;
    }

    ul.payment-inner li a::before {
        top: 5px;
    }

    #header .header-top a[data-depth="0"] {
        color: #212121;
        text-transform: none;
    }

    #header .top-menu a[data-depth="0"]:hover {
        color: #888;
    }

    #header {
        padding: 0 15px 20px;
    }

    #header .header-top {
        background: none;
        margin: 0;
        top: 70px;
    }

    #header-right-text {
        display: none;
    }

    .blockcart>.header::before {
        background-color: #f75259;
    }

    .testimonial-desc::before {
        display: none;
    }

    .testimonial_outer .testmonial-author {
        float: none;
        display: inline-block;
    }

    .testimonial_outer .testimonial-desc {
        text-align: center;
    }

    .test_imag {
        width: 100%;
        padding-bottom: 10px;
    }

    .testimonial-carousel .test_desc {
        width: 100%;
    }

    #about-text .title {
        font-size: 31px;
    }

    .about-right {
        padding: 20px 0 0 20px;
    }

    .footer_inner {
        padding: 10px 15px 0;
    }

    .testimonial_outer {
        margin-bottom: 30px;
    }

    .top-menu .sub-menu.collapse {
        border: none;
    }

    .language-selector-wrapper span.hidden-md-up {
        display: inline-block !important;
        color: #777;
        font-weight: 400;
    }

    .search-widget form input[type="text"] {
        padding: 15px 63px 15px 28px;
    }

    .header-top .search-widget {
        background: #212121;
        padding-bottom: 10px;
    }

    #header .header-top #top-menu li:last-child>a {
        padding-right: 0.625rem;
    }

    #header .sub-menu>.top-menu>.category>a {
        color: #212121;
        font-weight: 400;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a:hover,
    .top-menu>li>.popover.sub-menu.js-sub-menu.collapse.in>ul>li>a>span>span>i:hover {
        color: #888;
    }

    div#footerbottom-text {
        border-top: none !important;
    }

    .sidebar-products .thumbnail-image-inner {
        margin-right: 10px;
    }

    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        margin: 10px 0;
    }

    h1.main-title {
        padding-bottom: 30px;
    }

    .blog_post_content .post_title a {
        font-size: 16px;
    }

    #footerbottomleft-text .title {
        display: block;
    }

    #homepage-carousel .owl-dots .owl-dot>span {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        display: inline-block;
        height: 15px;
        width: 15px;
    }

    #homepage-carousel .owl-dots .owl-dot.active>span {
        background-color: #f75259 !important;
    }

    #homepage-carousel .owl-dots>div {
        padding-right: 5px;
    }

    #homepage-carousel .owl-dots {
        text-align: center;
        bottom: 0;
        position: absolute;
        right: 0;
        width: 100%;
        margin: 0 0 15px;
    }

    #homepage-carousel .owl-dots .owl-dot {
        display: inline;
    }

    #homepage-carousel .owl-nav {
        display: none;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        color: #212121;
    }

    .top-menu .sub-menu.collapse {
        border-top: none;
        margin-top: 0px;
        padding: 20px;
    }

    .breadcumb_outer {
        display: none;
    }

    #password .form-group.center-email-fields .btn-primary {
        display: flex;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer-toggle {
        display: none;
    }

    .title .pull-xs-right,
    .title .float-xs-right {
        display: block;
    }

    .footer-cms.active .navbar-toggler .material-icons.add,
    .footer-cms .navbar-toggler .material-icons.remove {
        display: none;
    }

    .footer-container .footer-cms.active .navbar-toggler .material-icons.remove {
        display: block;
    }

    #history #main .page-content,
    #main .page-header {
        margin-bottom: 10px;
    }

    div#_desktop_contact_link::before,
    div#_desktop_user_info::before,
    div#_desktop_cart::before {
        background: transparent;
    }

    #wrapper {
        padding-top: 10px;
    }

    #category #left-column #search_filters .facet {
        padding: 10px;
    }

    .footer-container .links ul>li>a:hover {
        color: #5bc0ec;
    }

    #custom-leftbannerblock img {
        height: auto;
        width: auto;
    }

    #custom-leftbannerblock {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .brandslider-inner .title a {
        font-size: 25px;
    }

    #products .grid .product-miniature {
        width: 33.333%;
    }

    #brand-carousel li.item {
        padding: 0px 10px;
    }

    .brand-slidermain .owl-carousel.product-item.products-slider.owl-loaded.owl-drag .item {
        margin-left: 20px;
        margin-right: 20px;
    }

    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        float: left;
        max-width: 100% !important;
    }

    h1.main-title {
        font-size: 25px !important;
        margin: 0 0 30px;
    }

    .brandslider-outer h1.main-title {
        padding-bottom: 0;
    }

    .parallaxblock-outer {
        padding: 70px 0;
    }

    .testmonial-author {
        font-size: 16px;
    }

    .testimonial-desc {
        font-size: 14px;
    }

    .header-top .search-widget .material-icons.search {
        display: none;
    }

    #content-wrapper {
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }

    .footer_inner {
        padding: 25px 15px 0;
    }

    .footer-container .wrapper {
        overflow: hidden;
    }

    .footer_inner .title .pull-xs-right,
    .footer_inner .title .float-xs-right {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .footer-container .title span.h3,
    .footer-container h3.h3,
    .footer-container .links .h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a {
        margin-bottom: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .newstitle-inner {
        background-position: 0px 0px;
        padding-left: 0px;
        background: transparent;
        padding: 0px;
    }

    .footer-top .block_newsletter,
    .newsletter_inner {
        margin: 0px;
    }

    .newsletter_inner {
        padding: 5px 50px;
    }

    #header .header-top a[data-depth="0"] {
        padding: 15px;
    }

    .top-menu .category .pull-xs-right,
    .top-menu .category .float-xs-right {
        margin-top: -5px;
    }

    .menu-bottom-banners {
        display: none;
    }

    .footer-container .links .collapse {
        display: none;
    }

    .parallax-text3 {
        padding: 10px 0px 20px;
        font-size: 14px;
    }

    .link-inner li a,
    ul.payment-inner li a {
        padding: 3px 12px 3px 15px;
        display: inline-block;
    }

    .nwsletter-maintitle {
        padding: 0 0 10px;
    }

    .brandslider-inner .title a {
        margin-bottom: 0px;
    }

    .brandslider-inner .title a {
        padding-bottom: 10px;
    }

    .brandslider-outer {
        margin-bottom: 20px;
    }

    .userinfo-toggle .hidden-sm-down {
        display: block !important;
    }

    .header-logo {
        padding: 20px 0 25px;
    }

    #_mobile_contact_link {
        display: none;
    }

    #_mobile_cart,
    #_mobile_user_info {
        margin-top: 20px;
    }

    .product-toolbar {
        margin-top: 20px;
    }

    .footer-container .title span.h3,
    .footer-container h3.h3,
    .footer-container .links .h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a {
        font-size: 16px;
    }

    .flexcss .top-menu[data-depth="1"] {
        display: block;
    }

    #footerbottomleft-text,
    .footer_inner .links .wrapper,
    #footerbottomright-text {
        width: 100%;
    }

    .footer-container .title span.h3,
    .footer-container h3.h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a {
        margin-top: 0;
    }

    .testimonial-outer .owl-dots {
        margin: 25px 0 0;
    }

    .testimonial_outer {
        padding: 15px 0 100px;
    }

    .parallax-text1,
    .parallax-text2 {
        font-size: 27px;
    }

    .subbanner-common {
        width: 30.6%;
    }

    #about-text .description {
        line-height: 22px;
    }

    #about-text .description {
        margin: 13px 0 22px;
    }

    .block_newsletter .subtitle {
        font-size: 18px;
        float: none;
        display: inline-block;
    }

    .block_newsletter .title {
        padding: 20px 50px;
        text-align: center;
    }

    #about-text {
        margin: 0 0 60px;
    }

    .shipping-outer .subtitile,
    .subtitle-part .subicon {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .shipping-outer .subtitile {
        width: 100%;
    }

    .subtitle-part {
        margin-right: 0;
        width: 25%;
    }

    .footer-top.container {
        margin: 0 0 25px;
    }

    .testimonial_outer .testimonial-desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {

    .parallax-text1,
    .parallax-text2 {
        font-size: 23px;
    }

    .about-right {
        width: 100%;
    }

    #about-text .description {
        margin: 25px 0;
    }

    #about-text .title,
    #about-text .about-btn {
        float: none;
        display: inline-block;
    }

    .about-right {
        padding: 0 15px;
    }

    .about-left {
        width: 100%;
    }

    #custom-bannerblock .description {
        display: none;
    }

    .subbanner-inner {
        float: none;
        margin: 0 0 10px;
    }

    .testimonial_outer h1.main-title {
        text-align: center;
    }

    .quickview .images-container .product-images>li.thumb-container>.thumb {
        width: 70px;
    }

    .prev-button.slick-arrow,
    .next-button.slick-arrow {
        top: 25%;
    }

    .pagination .col-md-4 {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .pagination .page-list {
        float: none;
        margin-bottom: 0;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        font-size: 14px;
    }

    #products .up .btn-secondary,
    #products .up .btn-tertiary {
        color: #265879;
        text-transform: inherit;
        padding: 7px 5px;
    }

    #products .grid .product-miniature {
        max-width: 50%;
        width: 50%;
    }

    .test_img_innar {
        display: inline-block;
    }

    .testimonial-carousel .test_desc {
        padding: 10px 70px 0px;
    }

    .testmonial-author {
        padding-bottom: 0px;
        text-align: center;
    }

    .testimonial-desc {
        text-align: center;
    }

    .test_imag {
        float: none;
        padding-bottom: 0;
        text-align: center;
        margin: 0 auto;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 0;
        text-align: center;
    }

    .subtitle-part.subtitle-part2:before,
    .subtitle-part.subtitle-part2:after {
        display: none;
    }

    .subbanner-part-maininnner1,
    .subbanner-part-maininnner2,
    .subbanner-part-maininnner3 {
        display: inline-block;
        float: none;
    }

    .subbanner-common {
        width: 30%;
    }

    #custom-bannerblock {
        padding: 0 15px 0;
    }

    #special-products {
        margin: 110px 0 18px;
    }
}

/* @media screen and (max-width: 543px) {
	.home_blog_post {
		padding: 0 15px;
	}
	#header .header-top {
		top: 144px;
	}
	#header .header-nav .top-logo {
		float:left;
		width:100%;
	}
	.block_newsletter .title {
		padding: 20px 30px;
	}
	.brandslider-outer {
		padding:0 15px;
	}
    .parallax-text4 a {
        padding: 8px 19px;
    }
    .subbanner1.subbanner-inner-text h4 {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #212121;
        text-transform: uppercase;
    }
    .parallaxblock-outer {
        padding: 50px 0;
    }
    .subbanner1.subbanner-inner-text > span {
        display: inline-block;
        font-size: 29px;
        font-weight: bold;
        letter-spacing: 3px;
        margin-bottom: 25px;
        width: 100%;
    }
    .subbanner1.subbanner-inner-text {
        left: 30px;
        position: absolute;
        text-align: center;
        top: 26%;
    }
    .subbanner2.subbanner-inner-text > span {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .subbanner2.subbanner-inner-text > p {
        font-size: 24px;
        font-weight: 300;
    }
    .subbanner2.subbanner-inner-text {
        padding: 35px 11px;
        position: absolute;
        right: 50px;
        text-align: center;
        top: 60px;
    }
    .subbanner3.subbanner-inner-text > h3 {
        color: #212121;
        font-size: 60px;
    }
    .subbanner3.subbanner-inner-text > p {
        font-size: 30px;
        margin-bottom: 30px;
    }
	.subbanner-image img {
		width: 100%;
	}
	#featured-products {
		padding-bottom: 15px;
	}
	.test_desc .desc1 {
		padding-left: 0;
	}
	.testimonial_outer .testimonial-desc {
		font-size: 14px;
	}
	.subbanner-common.subbannerpart2 ,.subbanner-common.subbannerpart1{
		margin:0;
	}
	.subbanner-common.subbannerpart1 ,.subbanner-common.subbannerpart2,
	.subbanner-common.subbannerpart3{
		width:100%;
	}

} */
@media screen and (max-width: 479px) {
    .subtitle-part {
        width: 50%;
        margin-bottom: 10px;
    }

    .newsletter_inner {
        padding: 5px 0;
    }

    #special-products {
        margin: 130px 0 18px;
    }

    .shipping-outer .subtitile,
    .subtitle-part .subicon {
        padding: 10px 0 0;
    }

    #search_filters .facet .facet-title {
        font-size: 14px;
    }

    #category #left-column #search_filters .facet {
        padding: 4px;
    }

    #category #left-column #search_filters .facet ul li {
        padding: 3px 1.325rem;
    }

    #order-confirmation .thumbnail.product-thumbnail>img,
    #cart #specialproducts-carousel .thumbnail.product-thumbnail>img,
    #product .thumbnail.product-thumbnail>img {
        max-width: inherit;
    }

    #order-confirmation .thumbnail-image-inner,
    #cart #specialproducts-carousel .thumbnail-image-inner,
    #product .thumbnail-image-inner {
        width: 100%;
    }

    #header .header-nav .top-logo a img {
        /*max-height: 42px;*/
        max-width: 100%
    }

    .tabs {
        padding: 0;
    }

    .tabs .tab-pane {
        padding-top: 20px;
    }

    .social-sharing {
        margin-top: 0;
    }

    #block-reassurance {
        margin-top: 0.5rem;
    }

    .tabs {
        margin-top: 0.8rem;
    }

    div#footerbottom-text,
    .copyright {
        padding: 20px 0;
    }

    body#checkout section.checkout-step .step-number {
        padding: 0.625rem 0;
    }

    .form-control {
        line-height: 1.45;
    }

    #order-items {
        margin-bottom: 1rem;
    }

    .page-content.page-order-confirmation.card .h3,
    .page-content.page-order-confirmation.card .h4,
    .page-content.page-order-confirmation.card h3,
    .page-content.page-order-confirmation.card h4 {
        font-size: 0.925rem;
    }

    #content-hook_order_confirmation .h1,
    h1 {
        font-size: 1.075rem;
    }

    .cart-grid-body .card-block {
        padding: 0.5rem;
    }

    .cart-item {
        padding: 11px 0;
    }

    .cart-grid-body .card-block h1 {
        font-size: 18px;
    }

    .cart-overview.js-cart .product-line-grid-body {
        margin-bottom: 0;
    }

    .cart-summary-line .value {
        font-size: 15px;
    }

    body#checkout section.checkout-step .content ul li>a {
        font-size: 15px;
    }

    body#checkout section.checkout-step h1 {
        font-size: 16px;
        line-height: 0.2;
    }

    .form-control-valign {
        padding-top: 0;
    }

    .m-y-2 {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }

    body#checkout section.checkout-step .content {
        padding: 3.7px 0;
    }

    body#checkout section.checkout-step #customer-form {
        margin-left: 0.3125rem;
        margin-top: 1.063rem;
    }

    #customer-form .form-group.row .form-control-label {
        padding-top: 0;
    }

    .copyright a {
        font-size: 14px;
    }

    .footer-container .links ul>li a {
        font-size: 14px;
    }

    .parallaxblock-outer {
        padding: 40px 0;
    }

    .testimonial-parallax,
    .brandslider-outer {
        margin-top: 20px;
    }

    .testimonial-parallax,
    .brandslider-outer {
        margin-bottom: 20px;
    }

    .testimonial_outer .testmonial-author1 {
        font-size: 17px;
    }

    #products .product-miniature .discount-percentage,
    #products .product-miniature .on-sale,
    #products .product-miniature .online-only,
    #products .product-miniature .product-flags .new,
    .featured-products .product-miniature .discount-percentage,
    .featured-products .product-miniature .on-sale,
    .featured-products .product-miniature .online-only,
    .featured-products .product-miniature .product-flags .new,
    .special-products .product-miniature .on-sale,
    .special-products .product-miniature .online-only,
    .special-products .product-miniature .product-flags .new,
    .special-products .product-miniature .discount-percentage,
    .product-accessories .product-miniature .discount-percentage,
    .product-accessories .product-miniature .on-sale,
    .product-accessories .product-miniature .online-only,
    .product-accessories .product-miniature .product-flags .new,
    .product-miniature .product-miniature .discount-percentage,
    .product-miniature .product-miniature .on-sale,
    .product-miniature .product-miniature .online-only,
    .product-miniature .product-miniature .product-flags .new {
        font-size: 13px;
    }

    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {
        font-size: 14px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 14px;
    }

    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        font-size: 13px;
    }

    .parallax-text3 {
        padding: 8px 0 18px;
    }

    #index .featured-products .product-miniature,
    #index.product-accessories .product-miniature,
    #index .product-miniature .product-miniature,
    #index #special-products .product-miniature {
        padding: 0 8px 0px;
    }

    #index #featured-products {
        padding-bottom: 0;
    }

    h1.main-title {
        font-size: 22px !important;
    }

    .brandslider-inner .title a {
        font-size: 22px !important;
    }

    #products .product-miniature .discount-percentage.on-sale,
    #products .product-miniature .on-sale.on-sale,
    #products .product-miniature .online-only.on-sale,
    #products .product-miniature .product-flags .new.on-sale,
    .featured-products .product-miniature .discount-percentage.on-sale,
    .featured-products .product-miniature .on-sale.on-sale,
    .featured-products .product-miniature .online-only.on-sale,
    .featured-products .product-miniature .product-flags .new.on-sale,
    .special-products .product-miniature .discount-percentage.on-sale,
    .special-products .product-miniature .on-sale.on-sale,
    .special-products .product-miniature .online-only.on-sale,
    .special-products .product-miniature .product-flags .new.on-sale,
    .product-accessories .product-miniature .discount-percentage.on-sale,
    .product-accessories .product-miniature .on-sale.on-sale,
    .product-accessories .product-miniature .online-only.on-sale,
    .product-accessories .product-miniature .product-flags .new.on-sale,
    .product-miniature .product-miniature .discount-percentage.on-sale,
    .product-miniature .product-miniature .on-sale.on-sale,
    .product-miniature .product-miniature .online-only.on-sale,
    .product-miniature .product-miniature .product-flags .new.on-sale {
        top: 0px;
        right: 5px;
    }

    ul#featuredproducts-carousel {
        margin-bottom: 0px;
    }

    .testmonial-author {
        font-size: 15px;
    }

    .testimonial_outer h1.main-title {
        padding-bottom: 18px;
    }

    .testimonial-desc {
        font-size: 13px;
    }

    #header .header-top {
        top: 143px;
    }
}

@media screen and (max-width: 370px) {
    #products .grid .product-miniature {
        max-width: 100%;
        width: 100%;
    }

    body#checkout section.checkout-step h1 {
        font-size: 16px;
        line-height: 1.1;
    }

    .modal-header {
        border-bottom: 1px solid #e5e5e5;
        padding: 7px;
    }

    .subbanner1.subbanner-inner-text h4 {
        font-size: 30px;
        margin-bottom: 4px;
    }

    .subbanner1.subbanner-inner-text>span {
        font-size: 18px;
    }

    .subbanner2.subbanner-inner-text>span {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .subbanner2.subbanner-inner-text>p {
        font-size: 16px;
    }

    .subbanner2.subbanner-inner-text {
        padding: 0;
        right: 20px;
        top: 60px;
    }

    .subbanner3.subbanner-inner-text>h3 {
        font-size: 26px;
    }

    .subbanner3.subbanner-inner-text>p {
        font-size: 16px;
    }

    .subbanner3.subbanner-inner-text {
        right: 10%;
        top: 39%;
    }
}

.header-top.fixed {
    position: fixed !important;
    top: 0;
    background: #212121;
    z-index: 999;
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

/* blog Start*/
.prev-button.slick-arrow {
    right: auto;
    left: -30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    background: transparent url("../img/sprite.png") no-repeat scroll -426px -1002px;
}

.prev-button.slick-arrow:hover {
    background-position: -426px -1059px;
}

.next-button.slick-arrow {
    right: -30px;
    left: auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    background: transparent url("../img/sprite.png") no-repeat scroll -31px -1002px;
}

.next-button.slick-arrow:hover {
    background-position: -31px -1059px;
}

/* blog End */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .quickview .arrows {
        right: 3.5rem;
    }
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
    .search-widget form input[type=text] {
        padding: 28px 63px 28px 28px;
    }
}


#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block !important;
}

.card-block.cart-summary-totals {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.card-block.cart-summary-subtotals-container {
    padding: 0;
}

.cart-summary-line {
    padding-bottom: 4px;
}



/*
    Change
*/
#header {
    background-color: #e30613;
}

#header .header-nav {
    background-color: #e30613;
}

.footer-bottom .col-md-12 {
    background: #e30613;
}

.footer-container {
    background: #e30613;
}

.search-widget form button[type=submit] {
    background: #a81500;
}

.product-variants>.product-variants-item select {
    width: 100%;
    padding-left: 5px;
}

.testimonial_outer p {
    color: #ffffff;
}

#header .header-nav .blockcart .header {
    margin-top: 40px;
    margin-left: 10px;
}

#header .header-nav .cart-preview.active a {
    margin-top: 55px;
}

.ps_checkout.payment-method-logo-block.left {
    margin-left: 0px;
}

.brandslider-outer {
    margin-top: 150px;
}

.block-social {
    margin-top: 50px;
    margin-left: 80px;
}

.block_newsletter .nwsletter-subtitle2 {
    margin: 0 120px;
}

.footer-container .links ul>li a,
.footer-container .links ul>li {
    color: #fff;
}

.footer-container .links .title {
    border-bottom-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.instagramshare.icon-gray {
    background-image: url(../css/instagram_final.svg)
}

.instagramshare.icon-gray:hover {
    background-image: url(../css/instagram_hover.svg)
}

.brand .brand-infos p {
    font-size: 20px;
}

body#checkout #header .header-nav {
    background: #e30613;
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    text-decoration: underline;
}

.input-group .input-group-btn>.btn {
    padding: 0.85rem 1rem;
}

body#checkout #footer {
    padding: 0;
}

.img-responsive {
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
    /*width="569" height="426"
width: 569px;
height: 426px;*/
}


.hello {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test1,
.test2 {
    width: 100%;
    height: 45%;
}


.dir {
    width: 100%;
    height: 100%;
}

.imags {
    width: 100%;
    height: 100%;
}

/* mael css */
.subbannercms-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subbanner-common.subbannerpart2 {
    margin: 0px 25px 0px 0px !important;
}

.close-btn-ui {
    cursor: pointer !important;
}

.shipping-outer {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 770px) {

    /* .c-head{
        position: absolute!important;
    } */

    #header .clearfix {
        /*  display: flex; */
        margin-top: 56px !important;
        position: absolute !important;
        z-index: 999;

    }

    #header .float-xs-left {
        display: none;
    }

    .text-xs-center {
        margin-bottom: 60px;
    }


    .header {
        margin-top: 0px !important;
    }

    .header-top {
        top: -67px !important;
    }

    .footerbottomright-outer {
        display: flex;
        justify-content: center;
    }

    .search-widget {
        margin-top: 42px;
    }

    #iqitmegamenu-shower {
        background-color: #e30613 !important;
    }

    #iqitmegamenu-shower span {
        display: none !important;
    }


}


@media screen and (max-width: 488px) {

    #header .clearfix {
        /*  display: flex; */
        margin-top: 91px !important;
    }

    .search-widget {
        margin-top: 96px;
    }

    .clearfix {
        margin-top: 91px !important;
        margin-bottom: 15px;
    }

    #_mobile_cart,
    #_mobile_user_info {
        /* margin-top: 98px!important; */
        /*  padding-top: 50px!important;    */
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .header-logo {
        /*margin-left: 58px;
        width: 93px;*/
    }

}

/* Override moderne pour les erreurs SBS */
.sbs_notifications.alert.alert-danger {
    /* Reset des styles existants */
    background: linear-gradient(135deg, #ff6b6b, #ee5a52) !important;
    border: none !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 16px 20px !important;
    margin: 10px 0 20px 0 !important;

    /* Styles modernes */
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.25) !important;
    border-left: 4px solid #ff4757 !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    /* Animation d'apparition */
    animation: slideInDown 0.4s ease-out !important;
    position: relative !important;

    /* Famille de police cohérente */
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Ajouter une icône avant le texte */
.sbs_notifications.alert.alert-danger::before {
    content: "⚠️";
    margin-right: 8px;
    font-size: 16px;
}

/* Animation d'entrée */
@keyframes slideInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Hover effect pour l'interactivité */
.sbs_notifications.alert.alert-danger:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.35) !important;
    transition: all 0.3s ease !important;
}

/* Version plus subtile si vous préférez */
.sbs_notifications.alert.alert-danger.subtle {
    background: linear-gradient(135deg, #fff5f5, #fff1f1) !important;
    color: #dc3545 !important;
    border: 1px solid #f8d7da !important;
    border-left: 4px solid #dc3545 !important;
    box-shadow: 0 2px 10px rgba(220, 53, 69, 0.1) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .sbs_notifications.alert.alert-danger {
        padding: 12px 16px !important;
        font-size: 0.8125rem !important;
        margin: 10px 5px !important;
    }
}

/* 🎯 STYLE RUPTURE DE STOCK MODERNE */
.js-product-availability.avaspan.alert-danger {
    /* Reset complet */
    all: unset !important;

    /* Nouveau style moderne */
    display: inline-flex !important;
    align-items: center;
    gap: 8px;

    background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;

    padding: 12px 20px !important;
    margin: 15px 0 !important;
    border-radius: 25px !important;

    box-shadow: 0 4px 15px rgba(238, 90, 36, 0.25) !important;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: default;
}

.js-product-availability.avaspan.alert-danger::before {
    content: "⛔" !important;
    font-size: 16px;
}

.js-product-availability.avaspan.alert-danger:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(238, 90, 36, 0.35) !important;
}

/* Animation d'apparition */
@keyframes slideInStock {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.js-product-availability.avaspan.alert-danger {
    animation: slideInStock 0.4s ease-out !important;
}

/* 🎯 BASE COMMUNE POUR LES DEUX ÉTATS */
.js-product-availability,
.js-product-availability.avaspan.alert-danger {
    /* Propriétés communes */
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;

    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;

    padding: 12px 20px !important;
    margin: 15px 0 !important;
    border-radius: 25px !important;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: default;

    /* Reset */
    border: none !important;
    text-decoration: none !important;
}

/* 🟢 ÉTAT DISPONIBLE */
.js-product-availability {
    background: linear-gradient(135deg, #00b894, #00a085) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 184, 148, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.js-product-availability:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(0, 184, 148, 0.35) !important;
}


.js-product-availability.avaspan.alert-danger {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(238, 90, 36, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.js-product-availability.avaspan.alert-danger:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(238, 90, 36, 0.35) !important;
}

/* 🎯 ICÔNES SPÉCIFIQUES */
.js-product-availability .material-icons.product-available {
    font-size: 18px !important;
    color: #ffffff !important;
}

.js-product-availability.avaspan.alert-danger::before {
    content: "⚠️";
    font-size: 16px;
}

.delivery-option.is-disabled {
    opacity: .5;
}

.custom-radio input[disabled]+span {
    cursor: not-allowed;
}

:root {
    --primary: #e30613;
}

/* #delivery {
  background: #fff7f8;
  border: 1px solid #fad1d4;
  border-left: 4px solid var(--primary, #e30613);
  padding: 14px 16px;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#delivery label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2b2b;
}

#delivery textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid #e9b7bb;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
  transition: border-color .2s, box-shadow .2s;
}

#delivery textarea:focus {
  border-color: var(--primary, #e30613);
  box-shadow: 0 0 0 3px rgba(227,6,19,.15), inset 0 1px 2px rgba(0,0,0,.04);
  outline: 0;
}

@media (max-width: 576px) {
  #delivery { padding: 12px; }
} */

/* 📱 RESPONSIVE */
@media (max-width: 768px) {

    .js-product-availability,
    .js-product-availability.avaspan.alert-danger {
        font-size: 13px !important;
        padding: 10px 16px !important;
        margin: 10px 0 !important;
        gap: 8px;
    }

    .js-product-availability .material-icons.product-available {
        font-size: 16px !important;
    }
}

/* Registration/Login: place text left, checkbox right for long statements */
body#authentication .modern-checkbox-label,
body#checkout .modern-checkbox-label {
	display: flex !important;
	flex-direction: row-reverse !important; /* input on right */
	align-items: flex-start !important;
	gap: 0.75rem !important;
}
body#authentication .modern-checkbox-label .modern-checkbox-input,
body#checkout .modern-checkbox-label .modern-checkbox-input {
	margin: 0 !important;
}
body#authentication .modern-checkbox-label > span,
body#checkout .modern-checkbox-label > span {
	flex: 1 !important;
	text-align: left !important;
}

/* ============================================
   RESPONSIVE STYLES FOR ADDRESS FORM - SELECT DROPDOWNS
   ============================================ */

/* Improve select visibility on mobile for address forms */
@media (max-width: 991px) {
    /* Better styling for all select fields in address forms */
    .address-form select.form-control,
    .address-form select.form-control-select,
    .address-form .modern-select,
    #field-id_country,
    #field-id_state,
    select[name="id_country"],
    select[name="id_state"] {
        font-size: 16px !important;
        padding: 14px 40px 14px 14px !important;
        font-weight: 500 !important;
        color: #212121 !important;
        background-color: #fff !important;
        border: 2px solid #cbd5e0 !important;
        border-radius: 8px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer !important;
    }
    
    /* Hover and focus states */
    .address-form select.form-control:hover,
    .address-form select.form-control-select:hover,
    .address-form .modern-select:hover,
    #field-id_country:hover,
    #field-id_state:hover {
        border-color: #a81500 !important;
        box-shadow: 0 0 0 3px rgba(168, 21, 0, 0.1) !important;
    }
    
    .address-form select.form-control:focus,
    .address-form select.form-control-select:focus,
    .address-form .modern-select:focus,
    #field-id_country:focus,
    #field-id_state:focus {
        border-color: #a81500 !important;
        outline: none !important;
        box-shadow: 0 0 0 4px rgba(168, 21, 0, 0.15) !important;
        background-color: #fffbfa !important;
    }
    
    /* Selected option should be more visible */
    .address-form select option {
        padding: 12px !important;
        font-size: 15px !important;
        color: #212121 !important;
        background-color: #fff !important;
    }
    
    .address-form select option:checked,
    .address-form select option:hover {
        background-color: #a81500 !important;
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    /* Mobile specific improvements for address form */
    .address-form,
    .js-address-form {
        padding: 0 !important;
    }
    
    .address-form .form-fields,
    .js-address-form .form-fields {
        padding: 0 !important;
    }
    
    /* Ensure select fields are clearly visible on mobile */
    .address-form select.form-control,
    .address-form select.form-control-select,
    .address-form .modern-select,
    #field-id_country,
    #field-id_state,
    select[name="id_country"],
    select[name="id_state"] {
        font-size: 17px !important;
        padding: 16px 45px 16px 16px !important;
        min-height: 52px !important;
        font-weight: 600 !important;
        color: #1a202c !important;
        border: 2px solid #a0aec0 !important;
        border-radius: 10px !important;
        background-size: 20px !important;
        background-position: right 14px center !important;
        line-height: 1.4 !important;
    }
    
    /* Make the selected value more prominent */
    .address-form select.form-control:not(:focus),
    .address-form .modern-select:not(:focus),
    #field-id_country:not(:focus),
    #field-id_state:not(:focus) {
        background-color: #f7fafc !important;
        font-weight: 600 !important;
    }
    
    /* Enhanced focus state for mobile */
    .address-form select.form-control:focus,
    .address-form select.form-control-select:focus,
    .address-form .modern-select:focus,
    #field-id_country:focus,
    #field-id_state:focus {
        border-color: #a81500 !important;
        border-width: 3px !important;
        box-shadow: 0 0 0 5px rgba(168, 21, 0, 0.2) !important;
        background-color: #fff !important;
        font-size: 18px !important;
    }
    
    /* Better option styling for mobile */
    .address-form select option,
    #field-id_country option,
    #field-id_state option {
        padding: 14px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.5 !important;
        min-height: 48px !important;
    }
    
    /* Label improvements on mobile */
    .address-form .form-control-label,
    .address-form .modern-form-label {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #2d3748 !important;
        margin-bottom: 10px !important;
        display: block !important;
    }
    
    /* Form group spacing on mobile */
    .address-form .form-group,
    .address-form .modern-form-group {
        margin-bottom: 20px !important;
        padding: 15px !important;
    }
    
    /* Better touch targets */
    .address-form .btn-primary,
    .address-form button[type="submit"] {
        min-height: 52px !important;
        font-size: 17px !important;
        padding: 16px 24px !important;
        width: 100% !important;
        font-weight: 600 !important;
        border-radius: 10px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 480px) {
    /* Extra small devices - even more prominent */
    .address-form select.form-control,
    .address-form .modern-select,
    #field-id_country,
    #field-id_state {
        font-size: 18px !important;
        padding: 18px 50px 18px 18px !important;
        min-height: 56px !important;
        font-weight: 700 !important;
        border-width: 2px !important;
    }
    
    .address-form .modern-form-group {
        padding: 12px !important;
    }
}

/* ============================================
   FIX USER ACCOUNT DROPDOWN TEXT COLOR ON MOBILE
   ============================================ */

/* Fix only the text color on mobile - keep same design as desktop */
@media (max-width: 767px) {
    /* Force visible text color for dropdown items on mobile */
    #_mobile_user_info ul.userinfo-toggle li a,
    #_mobile_user_info ul.userinfo-toggle li span,
    #_mobile_user_info .userinfo-toggle a,
    .hidden-md-up ul.userinfo-toggle li a,
    .hidden-md-up ul.userinfo-toggle li span,
    .hidden-md-up .userinfo-toggle a {
        color: #888888 !important;
    }
    
    /* Force display of hidden-sm-down items in dropdown menu */
    #_mobile_user_info ul.userinfo-toggle .hidden-sm-down,
    #_mobile_user_info ul.userinfo-toggle span.hidden-sm-down,
    #_mobile_user_info ul.userinfo-toggle a.hidden-sm-down,
    .hidden-md-up ul.userinfo-toggle .hidden-sm-down,
    .hidden-md-up ul.userinfo-toggle span.hidden-sm-down,
    .hidden-md-up ul.userinfo-toggle a.hidden-sm-down {
        display: inline-block !important;
        visibility: visible !important;
        font-size: 14px !important;
        color: #888888 !important;
    }
    
    /* Icon color fix if present */
    #_mobile_user_info ul.userinfo-toggle li i,
    #_mobile_user_info ul.userinfo-toggle .material-icons,
    .hidden-md-up ul.userinfo-toggle li i,
    .hidden-md-up ul.userinfo-toggle .material-icons {
        color: #212121 !important;
    }
    
    /* Fix dropdown positioning on mobile - align to right since icon is now at right */
    #_mobile_user_info ul.userinfo-toggle,
    .hidden-md-up ul.userinfo-toggle {
        right: 0 !important;
        left: auto !important;
        margin-top: 5px !important;
    }
    
    /* Ensure proper positioning context */
    #_mobile_user_info .user-info,
    .hidden-md-up .user-info {
        position: relative !important;
    }
    
}

/* Additional header adjustments for tablets */
@media (min-width: 577px) and (max-width: 767px) {
    /* Keep same 3-line structure for tablets too */
    #header .header-nav .mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }
    
    #header .header-nav .mobile #_mobile_logo {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    
    #header .header-nav .mobile #_mobile_logo img {
        max-height: 60px !important;
    }
}

/* Adjustments for very small screens */
@media (max-width: 360px) {
    #header .header-nav .mobile {
        padding: 10px 8px !important;
    }
    
    #header .header-nav .mobile #_mobile_logo img {
        max-height: 45px !important;
    }
    
    #header .header-nav .mobile #menu-icon,
    #_mobile_user_info .user-info .user-icon,
    #_mobile_cart .blockcart .header {
        width: 44px !important;
        height: 44px !important;
    }
    
    #header .header-nav .mobile #_mobile_user_info {
        margin: 0 8px 12px 8px !important;
    }
}

/* ============================================
   FIX MEGAMENU TEXT READABILITY ON TABLET
   ============================================ */

/* Improve text contrast on red background for tablets */
@media (min-width: 768px) and (max-width: 991px) {
    /* Force white text on red menu background for better readability */
    .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a,
    #header .layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a,
    .layout_layout5 .mm_menus_li > a span {
        color: #ffffff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
        font-weight: 600 !important;
    }
    
    /* Hover state with better visibility */
    .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_li:hover > a,
    #header .layout_layout5:not(.ybc_vertical_menu) .mm_menus_li:hover > a {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.15) !important;
    }
    
    /* Dropdown submenu text */
    .layout_layout5 .mm_columns_ul a,
    .layout_layout5 .ets_mm_block_content a,
    #header .layout_layout5 .ets_mm_block_content a {
        color: #212121 !important;
    }
}

/* Also apply on larger tablets and small desktops */
@media (min-width: 768px) and (max-width: 1199px) {
    .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a {
        color: #ffffff !important;
        font-weight: 600 !important;
    }
}
