@charset "utf-8";
/* CSS Document */

/*
Theme Name: main
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WooCommerce theme for main
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: main
Domain Path: /languages
Tags: e-commerce, woocommerce, responsive, custom-background
*/

/* Main stylesheet */
/* Theme styles will be added here */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    color: #000;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.6;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl {
    margin: 0;
    padding: 0;
}

dt {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: inherit;
}

dd {
    margin: 0;
    padding: 0;
}
img{width: 100%;display: block;height: auto;}
a{text-decoration: none;color: #000;}
a:hover{color: #a6c939!important;transition: .4s all;}
p{margin-bottom: 15px;}
h3{margin-bottom: 20px;margin-top: 30px;}
strong{font-weight: 600;}
button,input{font-family: 'Poppins';border: none;background: none;color: #000;cursor: pointer;}
bdi {text-decoration: none !important;}


.c{clear: both;}
.main-height{width: 100%;}

.main-width-01{max-width: 1800px;margin: 0 auto;}
.main-width-02{max-width: 1300px;margin: 0 auto;}
.main-width-03{max-width: 1500px;margin: 0 auto;}
.main-width-04{max-width: 1600px;margin: 0 auto;}
.main-width-05{max-width: 1080px;margin: 0 auto;}

.main-spacing-01{margin-top: 100px;}
.main-spacing-02{margin-top: 70px;}

.main-title01{font-size: 40px;font-weight: 600;}
.main-title02{font-size: 26px;font-weight: 600;}
.main-title03{font-size: 30px;font-weight: 600;}
.main-title04{font-size: 22px;font-weight: 500;}
.main-title05{font-size: 24px;font-weight: 600;}
.main-title06{font-size: 36px;font-weight: 600;text-align: center;margin-bottom: 40px;}
.main-title07{font-size: 50px;font-weight: 600;}
.main-title08{font-size: 44px;font-weight: 600;}

.box-border{border-radius: 15px;overflow: hidden;}
.box-flex{display: flex;justify-content: space-between;align-items: center;}


.main-header{position: fixed;z-index: 999;width: 100%;top: 0;left: 0;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}
.main-footer{background: #181818;color: #fff;}
.main-home{height: 1000px;line-height: 1000px;text-align: center;}

.main-link {position: relative;display: inline-block;text-decoration: none;}
.main-link::before {content: '';position: absolute;bottom: -1px;left: 0;width: 0;height: 1px;background: #a6c939;transition: width 0.3s ease;}
.main-link:hover {color: #a6c939;}
.main-link:hover::before {width: 100%;}

.main-hover{position: relative;z-index: 1;transition: color 0.3s ease;overflow: hidden;}
.main-hover::before{content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;z-index: -1;transition: left 0.3s ease;}
.main-hover:hover {color: #fff;}
.main-hover:hover::before {left: 0;}

.image-hover {
  overflow: hidden;
  position: relative;
}

.image-hover img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-hover img:hover {
  transform: scale(1.05);
}

@media (max-width: 1900px){
    .main-width-01{margin-left: 4%;margin-right: 4%;}
}

@media (max-width: 1700px){
    .main-width-04{margin-left: 4%;margin-right: 4%;}
}

@media (max-width: 1600px){
    .main-width-03{margin-left: 4%;margin-right: 4%;}
}

@media (max-width: 1400px) {
    body{font-size: 16px;}
    .main-title06{font-size: 30px;margin-bottom: 40px;}
    .main-title01{font-size: 34px;}
    .main-title02{font-size: 22px;}
    .main-title03{font-size: 26px;}
    .main-title04{font-size: 20px;}
    .main-title05{font-size: 21px;}
    .main-title07{font-size: 46px;}
    .main-title08{font-size: 40px;}
    .main-spacing-01{margin-top: 80px;}
    .main-width-02{margin-left: 4%;margin-right: 4%;}
}

@media (max-width: 1200px) {
    .main-width-05{margin-left: 4%;margin-right: 4%;}
}

@media (max-width: 1024px) {
    .main-title06{font-size: 24px;}
    .main-title01{font-size: 26px;}
    .main-title02{font-size: 20px;}
    .main-title03{font-size: 24px;}
    .main-title04{font-size: 18px;}
    .main-title05{font-size: 19px;}
    .main-title07{font-size: 36px;}
    .main-title08{font-size: 30px;}
}

@media (max-width: 992px) { }

@media (max-width: 768px) {
    .main-spacing-02{margin-top: 50px;}
}

@media (max-width: 576px) { 
    h3{margin-top: 20px;}
    p{margin-bottom: 10px;}
    .main-title01{font-size: 24px;line-height: 30px;}
    .main-title02{font-size: 18px;line-height: 24px;}
    .main-title03{font-size: 22px;}
    .main-title06{font-size: 21px;margin-bottom: 30px;line-height: 25px;}
    .main-spacing-02{margin-top: 40px;}
    .main-spacing-01{margin-top: 60px;}
    .box-border{border-radius: 10px;}
    .main-title07{font-size: 26px;}
    .main-title08{font-size: 24px;}
}

.home-main-carousel {width: 100%;overflow: hidden;position: relative;}
.home-carousel-track {display: flex;flex-wrap: nowrap;will-change: transform;}
.home-carousel-container .meitu {flex: 0 0 auto;width: calc(100% / 5);padding-left: 10px;}
.home-carousel-container .meitu a {display: block;}
.home-carousel-container .meitu img {width: 100%;}
@media (max-width: 1024px) {
    .home-carousel-container .meitu{width: calc(100% / 4);}
}
@media (max-width: 768px) { 
    .home-carousel-container .meitu{width: calc(100% / 3);}
}
@media (max-width: 576px) { 
    .home-carousel-container .meitu{width: calc(100% / 2);}
}


/* Header */
.desktop-header{padding: 18px 0;background: #fff;}
.header-box-right{gap: 20px;}

.mobile-header,.navbar-mobile-box{display: none;}
.navbar-mobile-box{margin-left: 10px;}
.topbar{background: #000;width: 100%;padding: 8px;color: #fff;font-size: 15px;text-align: center;line-height: 18px;}
.mobile-header .topbox{height: 60px;display: flex;align-items: center;justify-content: space-between;padding: 0 4%;position: relative;background-color: #fff;}
.mobile-header .logo{max-width: 120px;position: absolute;z-index: 9;left: 50%;margin-left: -60px;}


.dropdown-menu-first .link1{max-width: 95px;}
.nav-product-picture{width: 55%;}
.nav-product-txt{width: 42%;}
.nav-product-name{font-size: 16px;font-weight: 600;line-height: 18px;margin-bottom: 5px;}
.nav-product-price{font-size: 14px;font-weight: 600;}
.nav-product-link{font-size: 13px;font-weight: 500;border-bottom: 1px solid #000;display: inline-block;margin-bottom: 10px;}
.nav-product-link02{font-size: 16px;font-weight: 600;line-height: 18px;margin-top: 15px;padding-bottom: 4px;}
.nav-product-link:hover{border-bottom: 1px solid #a6c939;}
.nav-product-picture02,.nav-product-txt02{width: 100%;}
.nav-product-txt02{text-align: center;}

.desktop-header .logo{max-width: 140px;}


.desktop-header {
    position: relative;
}
.header-nav-classification {
    display: flex;
    gap: 50px;
}
.header-nav-dropdown {
    position: relative;
}
.header-nav-click {
    cursor: pointer;  
}
.header-nav-click .svg-box{width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;}
.header-nav-content {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 30px 0 50px;
    z-index: 1000;
    display: none;
}
.header-nav-dropdown.active .header-nav-content {
    display: block;
}
/*.header-nav-dropdown:hover .header-nav-ontent {
    display: block;
}*/


.nav-svg {}
.header-nav-dropdown{font-size: 19px;font-weight: 500;}
.nav-dropdown-language .header-nav-click{display: flex;align-items: center;}
.nav-dropdown-language .header-nav-click .line{height: 12px;width: 2px;background: #000;margin: 0 5px;}
.nav-dropdown-language .txt{font-size: 16px;font-weight: 500;display: flex;align-items: center;font-weight: 600;line-height: 24px;margin-left: 5px;}
.nav-dropdown-language .txt.main-link::before{height: 2px;bottom: -2px;background: #000;}
.nav-dropdown-language .txt.main-link:hover{color: #000;}
.nav-dropdown-language .header-nav-content{position: absolute;width: 250px;left: auto;right: 0;border-radius: 12px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);padding: 20px;}

.dropdown-screening h5{font-weight: 500;}
.dropdown-screening .selector-row {text-align: left;}
.dropdown-screening .selector-group { flex: 1;}
.dropdown-screening .selector-label { display: block; font-size: 15px; margin-bottom: 6px; font-weight: 600; }
.dropdown-screening .dropdown-wrapper { position: relative;}
.dropdown-screening .input-box {
    display: flex; align-items: center; padding: 8px 12px;
    border: 1px solid #ddd; border-radius: 6px; background: #fff;
    cursor: pointer; transition: all 0.2s;
    position: relative;
  }
/*.dropdown-screening .input-box:hover { border-color: #000; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }*/
.dropdown-screening .input-icon { width: 20px; height: 20px; margin-right: 10px; object-fit: contain; }
.dropdown-screening .dropdown-input {
    flex: 1; border: none; outline: none; font-size: 15px;
    background: transparent; cursor: pointer; font-weight: 500;
  }
.dropdown-screening .dropdown-input::placeholder{font-weight: 500;}
.dropdown-screening .dropdown-arrow{position: absolute;top: 11px;right: 14px;z-index: 3;}
.dropdown-screening .dropdown-arrow img{width: 12px;height: 16px;display: block;transform: rotate(90deg);}
.dropdown-screening .dropdown-wrapper.active .dropdown-arrow img{transform: rotate(-90deg);transition: filter 0.2s ease;}
.dropdown-screening .dropdown-menu {
    position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px;
    padding: 6px 0; list-style: none; background: #fff; border: 1px solid #ddd;
    border-radius: 6px; /*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
    /*max-height: 150px;*/ overflow-y: auto; display: none; z-index: 100;
  }
.dropdown-screening .dropdown-wrapper.active .dropdown-menu { display: block; }
.dropdown-screening .dropdown-menu li {
    display: flex; align-items: center; 
    cursor: pointer; font-size: 15px; transition: background 0.1s;
  }
.dropdown-screening .dropdown-menu::-webkit-scrollbar { width: 4px; }
.dropdown-screening .dropdown-menu::-webkit-scrollbar-thumb { background-color: #a6c939; border-radius: 10px; cursor: pointer; }
.dropdown-screening .dropdown-menu::-webkit-scrollbar-track { background: #dadada; border-radius: 10px; }
.dropdown-screening .selector-country .dropdown-menu li{padding: 5px 12px;}
.dropdown-screening .dropdown-menu li:hover { background: #eee; }
.dropdown-screening .dropdown-menu li:hover a{color: #000!important;}
.dropdown-screening .dropdown-menu li img { width: 20px; height: 20px; margin-right: 10px; object-fit: contain; }
.dropdown-screening .selector-language .dropdown-menu li a{display: block;padding: 5px 12px;width: 100%;}
.dropdown-screening .selector-country{margin-bottom: 10px;}

.nav-dropdown-login .header-nav-content{position: absolute;width: auto;left: auto;right: 0;border-radius: 12px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);padding: 20px;margin-right: -50px;}
.nav-dropdown-login .header-nav-content li a{display: flex;font-size: 15px;font-weight: 500;align-items: center;}
.nav-dropdown-login .header-nav-content li svg{margin-right: 10px;}
.nav-dropdown-login .header-nav-content li{margin-bottom: 10px;}
.nav-dropdown-login .header-nav-content li:last-child{margin-bottom: 0;}

.header-nav-classification .header-nav-click,.header-nav-classification .header-nav-link{font-size: 19px;font-weight: 500;text-transform: uppercase;}
.nav-dropdown-language .nav-dropdown-language-close{display: none;}

@media (max-width: 1024px) {
    /*.desktop-header{display: none;}
    .mobile-header{display: block;}*/
    .navbar-mobile-box,.nav-dropdown-language-close,.nav-dropdown-language .nav-dropdown-language-close{display: block;}
    .header-nav-classification,.nav-dropdown-language .txt,.nav-dropdown-language .nav-dropdown-language-close2{display: none;}
    .topbar{font-size: 13px;}
    .header-box-right{gap: 15px;}
    .desktop-header{padding: 8px 0;}
    .desktop-header .logo{max-width: 120px;}
}

/* Shopping Cart */
body.shopping-cart-popup-lock {
    overflow: hidden;
}

.shopping-cart-popup {
    position: relative;
    display: inline-block;
}

.shopping-cart-popup .cart-toggle { cursor: pointer; }

.shopping-cart-popup .cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.shopping-cart-popup .cart-overlay.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s 0s;
}

.shopping-cart-popup .cart-main {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.shopping-cart-popup .cart-main.open {
    transform: translateX(0);
}

.shopping-cart-popup .close-cart-btn {
    display: flex;
    height: 65px;border-bottom: 1px solid #ddd;padding: 0 20px;font-weight: 500;overflow: hidden;
}

.shopping-cart-popup .close-cart {
    cursor: pointer;font-size: 20px;font-weight: 600;overflow: 
}

.shopping-cart-popup .cart-content-area {
    flex: 1;
}
.shopping-cart-popup .cart-show{}
.shopping-cart-popup .cart-show-empty{height: 80%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.shopping-cart-popup .cart-show-empty .link-1{display: inline-block;border-radius: 5px;border: 1px solid #727272;font-size: 15px;padding: 0 20px;height: 40px;line-height: 40px;}
.shopping-cart-popup .cart-show-empty .link-1::before {background: #a6c939;}
.shopping-cart-popup .cart-show-empty .link-1:hover{color: #fff!important;}
.shopping-cart-popup .cart-show-empty .link-1:hover{border-color: #a6c939;}
.shopping-cart-popup .cart-show-empty .title-2{font-size: 20px;font-weight: 600;margin-bottom: 20px;}
@media (max-width: 1024px){
    /*.shopping-cart-popup .cart-main{max-width: 90%;}*/
}
@media (max-width: 576px){
    .shopping-cart-popup .cart-show-empty .title-2{font-size: 19px;}
    .shopping-cart-popup .close-cart-btn .title-1{font-size: 17px;}
}

.shopping-cart-popup .cart-product{height: calc(100dvh - 195px);overflow-y: auto; overflow-x: hidden;padding: 20px;}
.shopping-cart-popup .cart-product::-webkit-scrollbar {width: 6px;}
.shopping-cart-popup .cart-product::-webkit-scrollbar-thumb {background-color: #a6c939;border-radius: 10px;cursor: pointer;}
.shopping-cart-popup .cart-product::-webkit-scrollbar-track {background: #dadada;border-radius: 10px;}
.shopping-cart-popup .cart-show-check .cart-payment .button{height: 60px;line-height: 60px;float: left;width: 50%;overflow: hidden;text-align: center;font-weight: 500;}
.shopping-cart-popup .cart-show-check .cart-payment .button-1{background: #a6c939;}
.shopping-cart-popup .cart-show-check .cart-payment .button-2{background: #000;color: #fff;}
.shopping-cart-popup .cart-show-check .cart-payment .button-1:hover{color: #fff!important;}
.shopping-cart-popup .cart-show-check .cart-payment .total{height: 70px;border-top: 1px solid #ddd;padding: 0 20px;font-weight: 500;}
.shopping-cart-popup .cart-show-check .cart-payment .total .title-4{font-size: 22px;font-weight: 600;}
.shopping-cart-popup .cart-show-check .cart-payment .total .title-4 span{position: relative;font-size: 16px;color: #999;font-weight: 400;margin-right: 6px;}
.shopping-cart-popup .cart-show-check .cart-payment .total .title-4 span::after{position: absolute;z-index: 1;top: 48%;left: 0;content: '';width: 100%;height: 1px;background: #999;}

.shopping-cart-popup .cart-show-check .cart-product .purchase-product li{margin-bottom: 40px;}
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd{margin-bottom: 20px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .image-hover-1,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .image-hover
{width: 40%;/*background: linear-gradient(180deg, #fff 0%, #eee 100%);*/border-radius: 10px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .box,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .box
{width: 55%;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .title-5,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .title-5
{font-weight: 600;font-size: 17px;line-height: 20px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .title-6,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .title-6
{font-size: 14px;color: #666;line-height: 18px;margin-top: 2px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .price,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .price
{font-size: 16px;font-weight: 600;margin: 5px 0 10px;}
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .price{margin: 0;}
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .title-6{margin-bottom: 10px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .price span,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .price span
{font-weight: 400;font-size: 14px;position: relative;color: #999;margin-right: 6px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .price span::after,
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .price span::after
{position: absolute;z-index: 1;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}

.shopping-cart-popup .cart-show-check .cart-product .recommended-products .title-7{font-weight: 600;margin-bottom: 20px;}
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .add{border-bottom: 1px solid #000;}
.shopping-cart-popup .cart-show-check .cart-product .recommended-products dd:last-child{margin-bottom: 20px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift{color: rgb(226,63,63);justify-content: flex-start;font-weight: 500;/*margin-bottom: 10px;*/}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift svg{height: 24px;width: 24px;margin-right: 8px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift .title-8{font-weight: 600;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .free{/*display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;*/}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box{border-bottom: 1px solid #ddd;margin-top: 20px;padding-bottom: 20px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt{/*margin-bottom: 20px;*/gap: 15px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt .image-hover-2{width: 30%;/*background: linear-gradient(180deg, #fff 0%, #eee 100%);*/border-radius: 8px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt .title-9{font-size: 15px;font-weight: 500;width: 45%;line-height: 18px;}
.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt .price{margin: 0;width: 22%;text-align: right;}

@media (max-width: 576px){
    .shopping-cart-popup .cart-show-check .cart-payment .total .title-4{font-size: 19px;}
    .shopping-cart-popup .cart-show-check .cart-payment .total .title-4 span{font-size: 15px;}
    .shopping-cart-popup .cart-show-check .cart-payment .button,.shopping-cart-popup .cart-show-check .cart-payment .total .title-3,.shopping-cart-popup .cart-show-check .cart-product .purchase-product li .title-5, .shopping-cart-popup .cart-show-check .cart-product .recommended-products dd .title-5{font-size: 16px;}
    .shopping-cart-popup .cart-show-check .cart-product .recommended-products .title-7{font-size: 17px;}
    .shopping-cart-popup .cart-show-check .cart-payment .total{padding: 0 10px;}
    .shopping-cart-popup .cart-show-check .cart-product .purchase-product li, .shopping-cart-popup .cart-show-check .cart-product .recommended-products dd{margin-bottom: 30px;}
    
    .shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box{margin-top: 10px;padding-bottom: 10px;}
    .shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt .price{width: 34%;}
    .shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt{gap: 10px;margin-bottom: 10px;}
    .shopping-cart-popup .cart-show-check .cart-product .purchase-product li .gift-box dt .title-9{font-size: 14px;}
}

.all-quantity-selector {
    display: inline-flex;
    align-items: center;
    /*gap: 10px;*/
    border-radius: 50px;
    border: 1px solid #999;
}

.all-quantity-selector button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
}

.all-quantity-selector button:hover {
}

.all-quantity-selector .all-quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    -moz-appearance: textfield;
}

.all-quantity-selector .all-quantity::-webkit-inner-spin-button,
.all-quantity-selector .all-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.all-quantity-selector .all-quantity:focus {
    outline: none;
    border-color: #ddd;
}


/* Desktop Nva */
.header-nav-classification .header-nav-click .arrow-2{width: 12px;height: 16px;display: block;transform: rotate(90deg);margin-left: 10px;}
.header-nav-classification .header-nav-dropdown.active .header-nav-click .arrow-2{transform: rotate(-90deg);transition: filter 0.2s ease;}













/* Mobile Nav */
.navbar-mobile-box,
.navbar-mobile-box * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.navbar-mobile-box {
    position: relative;
}

.navbar-mobile-box .menu-toggle {
    width: 24px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin-right: 20px;
}

.navbar-mobile-box .menu-toggle span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
}

.navbar-mobile-box .navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.navbar-mobile-box .navbar-main.open {
    transform: translateX(0);
}

.navbar-mobile-box .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.navbar-mobile-box .menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.navbar-mobile-box .close-nav-btn {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 999;
}

.navbar-mobile-box .close-icon {
    font-size: 22px;
    font-weight: 600;
}

.navbar-mobile-box .navbar-category-box {
    border-top: 1px solid #eee;
}
.navbar-mobile-box .navbar-category-box:last-child {
    border-bottom: 1px solid #eee;
}

.navbar-mobile-box .nav-category-title {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

.navbar-mobile-box img.ic1{width: 16px;}
.navbar-mobile-box .nav-category-title img.ic3{width: 80px;}

.navbar-mobile-box .level-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 990;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.navbar-mobile-box .level-wrapper.open {
    transform: translateX(0);
}

.navbar-mobile-box .level-header {
    font-size: 18px;font-weight: 500;display: flex;align-items: center;justify-content:flex-start;min-height: 60px;padding: 0 15px;gap: 8px;position: sticky;z-index: 999;left: 0;top: 0;;border-bottom: 1px solid #eee;background: #fff;
}

.navbar-mobile-box .level-header img.ic2{width: 16px;transform: rotate(180deg);}

.navbar-mobile-box .level-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;font-weight: 500;
}

.navbar-mobile-box .level-item img.ic3{width: 90px;}

.navbar-mobile-box .level-item:hover {
    background: #f9f9f9;
}

.navbar-mobile-box .content-area {
    flex: 1;
}
.navbar-mobile-box .content-area{padding-top: 60px;}
/*.navbar-mobile-box .ebike-box{display: flex;justify-content: space-between;align-items: center;}
.navbar-mobile-box .ebike-box .image{width: 46%;}
.navbar-mobile-box .ebike-box .txt{width: 50%;}*/
.navbar-mobile-box .ebike-box .image{width: 80%;margin: 0 auto;}
.navbar-mobile-box .ebike-box .txt{text-align: center;}
.navbar-mobile-box .ebike-box .txt .title{font-size: 17px;font-weight: 600;line-height: 20px;margin-bottom: 4px;}
.navbar-mobile-box .ebike-box .txt .price{font-size: 17px;font-weight: 600;}
.navbar-mobile-box .ebike-box .link{font-size: 15px;border-bottom: 1px solid #000;margin-top: 5px;display: inline-block;line-height: 20px;}
.navbar-mobile-box .ebike-box .txt .price .original,.navbar-mobile-box .ebike-box .txt .price del bdi{font-size: 14px;position: relative;color: #999;margin-right: 4px;margin-top: 2px;font-weight: 400;}
.navbar-mobile-box .ebike-box .txt .price .original::after,.navbar-mobile-box .ebike-box .txt .price del bdi::after{position: absolute;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}
.navbar-mobile-box .ebike-box .txt .price del,
.navbar-mobile-box .ebike-box .txt .price del span,
.navbar-mobile-box .ebike-box .txt .price ins,
.navbar-mobile-box .ebike-box .txt .price ins span,
.navbar-mobile-box .ebike-box .txt .price .sale,
.navbar-mobile-box .ebike-box .txt .price .sale * {
    text-decoration: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.navbar-mobile-box .standorte-box{text-align: center;padding: 10px 0;}
.navbar-mobile-box .standorte-box .link{font-size: 16px;font-weight: 600;line-height: 20px;margin-top: 15px;border-bottom: 1px solid #000;display: inline-block;padding-bottom: 4px;}
.navbar-mobile-box .standorte-box .image{border-radius: 10px;overflow: hidden;}
.navbar-mobile-box a.link2{width: 100%;}
.navbar-mobile-box .level-item-nodis{display: block;padding-bottom: 30px;}
.level-item-nodis .title{justify-content: center;}
.navbar-mobile-box .all-product-icon{height: 14px;margin-left: 10px;}
body.navbar-mobile-box-nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.navbar-mobile-box .navbar-main {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.navbar-mobile-box .level-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.all-product-icon{width: auto;}
.all-product-title{max-width: calc(100% - 70px);}
img[src=""],
img:not([src]) {
    display: none;
}





/* Footer */
.home-main-title03{margin-bottom: 50px;text-align: center;}
.footer-newsletter{background-color: #2F2F2F;padding: 50px 0;display: flow-root;}
.footer-newsletter .main-title03{text-align: left!important;margin-bottom: 20px!important;}
.footer-newsletter .main-title04{margin: 0px!important;}
.footer-newsletter .box-form{max-width: 640px;}
.footer-form{margin-top: 30px;}
.footer-form button,.footer-form input{height: 55px;line-height: 55px;background: #fff;border: none;border-radius: 500px;}
.footer-form input{padding: 0 5%;box-sizing: border-box;width: calc(100% - 210px); }
.footer-form input::placeholder{color: #999;font-size: 18px;}
.footer-form button {background: #a6c939;font-size: 18px;font-weight: 500;color: #fff;margin-left: 5px;width: 200px;text-align: center;cursor: pointer;}
.footer-form button::before {background: #fff;}
.footer-form button:hover {color: #a6c939;}

.footer-nav-flex{display: flex;justify-content: space-between;}
.footer-navigation{padding-top: 50px;display: flow-root;color: rgba(255, 255, 255, .5);}
.footer-copy{margin-top: 40px;}
.footer-link{color: rgba(255, 255, 255, .5);font-size: 15px;}
.footer-copy .box1,.footer-follow{justify-content: flex-start;gap: 30px;}
.footer-copy .word{font-size: 15px;width: 100%;padding: 15px 0;margin-top: 15px;border-top: 1px solid rgba(255, 255, 255, .24);}
.footer-title{font-size: 19px;font-weight: 600;color: #fff;margin-bottom: 15px;}
.footer-zf{display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;list-style: none;padding: 0;margin: 0;}
.footer-zf li{background: rgba(48,48,48,1.00);border-radius: 6px;}
/*.footer-zf li:hover{background: #a6c939;}*/
.footer-zf li::before {background: #a6c939;}
.footer-versandoption{margin: 40px 0;}
.footer-follow li {width: 22px;height: 22px;overflow: hidden;}
.footer-follow li img {width: 100%;display: block;transition: transform 0.3s ease;}
.footer-follow li:hover img {transform: scaleX(-1);transform: translateY(-30px);filter: drop-shadow(#a6c939 0 30px);}
.footer-nav-fr{width: 25%;}
.footer-nav-fl{width: 65%;}
.footer-nav-link li{margin-bottom: 5px;}
.footer-nav-link li:last-child{margin-bottom: 0;}
.footer-contact{margin-top: 50px;}
.footer-contact li{width: 100%;display: flow-root;margin-bottom: 8px;}
.footer-contact li:last-child{margin-bottom: 0;}
.footer-contact li .ic{width: 20px;float: left;margin-right: 10px;}
.footer-contact li .txt{float: left;font-size: 15px;width: calc(100% - 30px);}
.footer-link2{color: rgba(255, 255, 255, .5);font-size: 15px;border-bottom: 1px solid rgba(255, 255, 255, .5);}

@media (max-width: 1400px){
    .footer-nav-fr{width: 32%;}
    .footer-link,.footer-contact li .txt,.footer-copy .word{font-size: 14px;}
    .footer-nav-link li{margin-bottom: 3px;}
    .footer-contact li{margin-bottom: 5px;}
    .footer-title{font-size: 17px;}
    
    .footer-form{margin-top: 20px;}
    .home-main-title03{margin-bottom: 40px;}
}
@media (max-width: 1200px){
    .footer-nav-fr{width: 36%;}
    .footer-nav-fl{width: 60%;}
    .footer-title{margin-bottom: 10px;}
    .footer-contact{margin-top: 30px;}
}
@media (max-width: 1024px){
    .footer-nav-fr .footer-title,ul.footer-zf{display: none;}
    .footer-nav-fl,.footer-nav-fr{width: 100%;}
    .footer-versandoption{margin: 0;}
    .footer-follow{margin-top: 30px;}
    .footer-copy{margin-top: 20px;}
    .footer-nav-flex02{display: block;}
    
    .home-main-title03{margin-bottom: 30px;}
}
@media (max-width: 767px) {
    .footer-nav-link ul {display: none;}
    .footer-nav-link.open ul{display: block;}
    .mobile-arrow{display: block;transform: rotate(90deg);width: 12px;height: 16px;}
    .footer-nav-link.open .mobile-arrow{transform: rotate(-90deg);}
    .footer-title{display: flex;align-items: center;justify-content: space-between;}
    .footer-contact li{margin-bottom: 10px;}
    .footer-copy .footer-link{font-size: 13px;}
    .footer-copy li{line-height: 15px;}
    .footer-title{font-size: 16px;}
    .footer-nav-link .footer-title{padding: 14px 0;border-bottom: 1px solid rgba(255, 255, 255, .5);}
    .footer-nav-link li{border-bottom: 1px solid rgba(255, 255, 255, .5);padding: 15px 0;}
    .footer-title,.footer-nav-link li{margin-bottom: 0;}
    .footer-nav-link .footer-link{font-size: 15px;}
    .footer-navigation{padding-top: 30px;}
    .footer-contact{margin-top: 40px;}
    .footer-nav-flex{display: block;}
    .footer-link,.footer-nav-link a {
        color: rgba(255, 255, 255, .5) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, .5) !important;
    }
    
    .footer-newsletter .box-txt{display: none;}
    .footer-newsletter .box-flex{justify-content: center;}
    .footer-form button,.footer-form input::placeholder{font-size: 16px;}
    .footer-form button, .footer-form input{height: 50px;line-height: 50px;}
    .footer-form button{width: 150px;}
}
@media (min-width: 768px) {
    .footer-nav-link ul {display: block !important;}
    .mobile-arrow{display: none;}
}
@media (max-width: 576px){
    .footer-newsletter{padding: 40px 0;}
    .footer-form button{width: 130px;margin-left: 0;}
    .footer-form input{width: calc(100% - 134px);}
    .footer-newsletter .main-title04{line-height: 26px;}
    
    .home-main-title03{margin-bottom: 20px;}
}



/* Pop-up window */
#promotion-mask { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; justify-content: center; align-items: center; overflow-y: auto;}
#promotion-popup { background: #fff;position: relative;max-width: 900px;width: 100%;}
#promotion-close { position: absolute; top: 0px; right: 20px; cursor: pointer; font-size: 18px; font-size: 40px;font-weight: 200;}
#promotion-close:hover{color: #a6c939;}
#promotion-mask .picture{width: 50%;height: 562px;}
#promotion-mask .picture img{width: 100%;height: 100%;object-fit: cover;}
#promotion-mask .picture img.img-mobile{display: none;}
#promotion-mask .box{width: 50%;padding: 40px 44px;;box-sizing: border-box;line-height: 24px;}
#promotion-mask .box .main-title05{line-height: 30px;margin-bottom: 20px;}
#promotion-mask .box .word{font-size: 16px;}
#promotion-mask .box .word2{margin: 15px 0;}
#promotion-mask .box a{border-bottom: 1px solid #000;}
#promotion-mask .box .policy{font-size: 11px;margin-top: 8px;line-height: 12px;}
.promotion-form input,.promotion-form button{width: 100%;height: 50px;line-height: 50px;border-radius: 500px;font-size: 16px;}
.promotion-form input{border: 1px solid #000;padding: 0 20px;margin: 30px 0 10px;}
.promotion-form button{background: #a6c939;color: #fff;font-weight: 500;cursor: pointer;}
.promotion-form button::before {background: #000;}

@media (max-width: 1024px){
    #promotion-popup{max-width: 70%;}
    #promotion-mask .box .main-title05{line-height: 24px;}
    #promotion-mask .box .word{font-size: 15px;}
    #promotion-mask .box .word2,#promotion-mask .box .word3{font-size: 16px;}
    #promotion-mask .picture,#promotion-mask .box{width: 100%;}
    #promotion-mask .picture img.img-mobile{display: block;}
    #promotion-mask .picture img.img-desktop{display: none;}
    #promotion-popup{display: inline-block;}
    #promotion-mask .picture,#promotion-mask .picture img{height: auto;}
}
@media (max-width: 768px) {
    #promotion-popup{max-width: 92%;}
    #promotion-mask .box{padding: 20px;text-align: center;}
    #promotion-mask .box .main-title05{line-height: 20px;margin-bottom: 10px;}
    #promotion-mask .box .word2, #promotion-mask .box .word3,.promotion-form input, .promotion-form button{font-size: 15px;}
    #promotion-mask .box .word2{margin: 10px 0;}
    #promotion-mask .box .word,#promotion-mask .box .word2, #promotion-mask .box .word3{line-height: 20px;}
    .promotion-form input{margin-top: 20px;}
    #promotion-close{width: 40px;height: 40px;background: #fff;border-radius: 500px;text-align: center;line-height: 42px;right: 10px;top: 10px;}
    
}



/* Pagination */
.main-pagination {
    margin: 30px 0;gap: 8px;justify-content: center;
}
.main-pagination .page-numbers {
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border: 1px solid #727272;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 34px;width: 34px;line-height: 34px;text-align: center;
}
.main-pagination .page-numbers:hover {
    background: #a6c939;
    border-color: #a6c939;
    color: #fff!important;
}
.main-pagination .page-numbers.current {
    background: #a6c939;
    border-color: #a6c939;
    color: #fff;
    cursor: default;
}
.main-pagination .prev,.main-pagination .next {
    font-weight: 300;
    font-size: 24px;
}
.main-pagination .page-numbers.disabled {
    color: #ccc;
    background: #f5f5f5;
    cursor: not-allowed;
}
.main-pagination .page-numbers.disabled:hover {
    background: #f5f5f5;
    border-color: #e0e0e0;
    color: #ccc;
}
.main-pagination .dots {
    border: none;
    background: none;
    cursor: default;
}
.main-pagination .dots:hover {
    background: none;
    color: #333;
}
@media (max-width: 768px) {
    .main-pagination .page-numbers {
        font-size: 14px;
    }
    .main-pagination{margin: 0;margin-top: 20px;}
    .main-pagination .prev,.main-pagination .next{font-size: 22px;}
}


.load-more-container {
    text-align: center;
    margin: 40px 0;
}
.main-more {
    cursor: pointer;
    padding: 0 30px;
    background: #a6c939;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    height: 45px;line-height: 45px;font-weight: 500;
}
 .main-hover::before {
    background: #000;
}
.main-more.hidden {
    display: none;
}
.loading-spinner {
    text-align: center;
    padding: 0 50px;
    display: none;
    width: 210px;
    height: 50px;line-height: 50px;border-radius: 5px;background: #000;margin: 40px auto;
}
.loading-spinner.active {
    display: block;
}
.loading-spinner::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    border-top: 3px solid #a6c939;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-top: 9px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#launcher{z-index: 99!important;}



/* page banner */ 
.page-top-banner{position: relative;}
.page-top-banner .background-image{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;}
.page-banner-title{font-size: 50px;font-weight: 600;color: #fff;position: relative;z-index: 2;}
.page-top-banner .box{display: flex;align-items: center;height: 500px;}
@media (max-width: 1400px){
    .page-top-banner .box{height: 460px;}
    .page-banner-title{font-size: 42px;}
}
@media (max-width: 1024px){
    .page-top-banner .box{height: 400px;}
    .page-banner-title{font-size: 32px;}
}
@media (max-width: 768px){
    .page-top-banner .box{height: 300px;}
    .page-banner-title{font-size: 30px;}
}
@media (max-width: 576px){
    .page-top-banner .box{height: 220px;}
    .page-banner-title{font-size: 24px;line-height: 25px;font-weight: 500;}
}



.box-tips{border: 8px;padding: 15px 20px;color: #fff;border-radius: 7px;justify-content: flex-start;border-radius: 7px;margin-bottom: 30px;}
.box-tips svg{margin-right: 10px;}
.all-tips .box-warning{background: rgb(226,63,63);}
.all-tips .box-success{background: #a6c939;}
.all-tips .txt{width: calc(100% - 30px);line-height: 24px;}

@media (max-width: 576px){
    .all-tips .txt{font-size: 15px;line-height: 20px;}
    .box-tips{padding: 10px;margin-bottom: 20px;}
}


/* Form */
div.wpforms-container-full .wpforms-form .wpforms-field-label{font-size: 18px!important;color: #5c5c5c!important;font-weight: normal!important;margin-bottom: 10px;}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea{
    background: #f7f7f7!important;border: none!important;height: 50px!important;line-height: 50px!important;border-radius: 10px!important;padding: 0 20px!important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{height: 180px!important;}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    background-color: #000!important;border: none!important;color: #fff!important;font-size: 18px!important;padding: 0 30px!important;height: 50px!important;line-height: 50px!important;border-radius: 8px!important;font-weight: 500;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{max-width: 100%!important;}
div.wpforms-container-full .wpforms-form .wpforms-field-text{width: calc( 50% - 10px);float: left;}
div.wpforms-container-full .wpforms-form .wpforms-field{clear: none!important;}
.wpforms-submit:hover{background: #a6c939!important;}

@media (max-width: 768px){
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths,div.wpforms-container-full .wpforms-form .wpforms-field-text{width: 100%!important;}
    div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds,div.wpforms-container-full .wpforms-form .wpforms-field-text{margin-left: 0!important;}
    div.wpforms-container-full .wpforms-form .wpforms-field-label{font-size: 16px!important;font-weight: 500!important;}
    div.wpforms-container-full .wpforms-form .wpforms-field{padding: 6px 0!important;}
    div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{font-size: 16px!important;}
    div.wpforms-container-full .wpforms-form .wpforms-field{clear: both!important;}
    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{height: 140px!important;}
}


/* Hook */
.all-input-hook {}
.all-input-hook { 
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  border-radius: 4px;
  background: #fff;
  transition: all .15s;
  margin-right: 5px;
  cursor: pointer;
}
.all-input-hook:hover{border-color: #a6c939;}
.all-input-hook:checked {
  background-color: #a6c939;
  border-color: #a6c939;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}



/* Product Compare */
.product-comparison-label{font-size: 15px;position: relative;cursor: pointer;}
@media (max-width: 576px){
    .product-comparison-label{font-size: 14px;}
}


/* Swiper */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{right: 0!important;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{left: 0!important;}
.swiper-button-next, .swiper-button-prev{width: auto;}
.swiper-button-next img, .swiper-rtl .swiper-button-prev img,
.swiper-button-prev img, .swiper-rtl .swiper-button-next img{width: 24px;}
.swiper-button-prev img{transform: scaleX(-1);}








