@media (max-width: 1199px) and (min-width: 1024px) {
}

@media (max-width: 1023px) {
  .hero-section{
    margin-top: 40px;
  }
  .col-lg-6{
    width: 100% !important;
  }
  .header-links a:last-child{
    display: block;
  }
  .header-links .social-links.nl{
    display: none;
  }
  .header-links .social-links {
    margin-right: 18px;
    display: flex;
  }
  .header-links .buttons{
    margin-right: 0;
  }
  .header-links .social-links a + a {
    margin-left: 13px;
  }
  header .navbar-nav .nav-item + .nav-item {
    margin-left: 19px;
  }




  /* payment */

  .cart{
    display: inline-block;
    z-index: 999;
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 60px;
    max-width: 160px;
    width: 160px;
    line-height: 37px;
    padding: 14px 20px;
    position: relative;
    right: -15px;
    transition: all .1s;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

  }
  .cart h6{
    display: inline-block;
  }
  .cart a{
    display: inline-block;
  }
  .cart a i{
    color: #202020;
    margin-right: 24px;
    font-size: 20px;
  }
  .raletive{
    position: relative;
  }
  .cart-col{
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .3s;
    width: fit-content !important;
    z-index: 9999;
    height: calc(100vh + 120px);
    display: none;
    padding-top: 78px !important;
    margin-top: 0 !important;
    overflow: hidden;
	padding-left: 0;
	padding-right: 0;
  }
  .cart-col.is-active {
    right: 0;
    display: block;
  }
  .cart-col.is-active .checkout-box{
    margin-left: auto !important;
    margin-right: 0;
  }
  .cart.is-change{
    /*border-radius: 0;*/
    /*border-top-left-radius: 10px;*/
  }
  .cart.is-change .cart-plus{
    /*display: none;*/
  }
  .cart.is-change .cart-close{
    display: block;
  }
  .md-100{
    max-width: 100% !important;
    flex:  0 0 100%;
  }

  /* bestellwn */
  .col-lg-9{
    width: 100%;
  }
  .col-lg-3.col-md-4{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


@media (max-width: 768px) {
  .hero-section{
    text-align: center;
  }
  .hero-section h1{
    font-size: 48px;
  }
  .hero-section .search-area{
    margin: 40px auto;
  }
  .section-mein:before{
    content: unset;
  }

  .desktop-logo{
    display: none;
  }
  .mobile-logo{
    display: inline-block;
  }
  .mobile-links{
    position: relative;
    height: 110px;
    line-height: 100px;
  }
  .mobile-links:before{
    content: "";
    background-image: url('../img/mobile-design.png');
    position: absolute;
    right: -15px;
    width: 114%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    background-size: cover;
  }
  .mobile-links .header-links{
    display: inline-block !important;
    clear: both;
  }
  .mobile-links .header-links .buttons{
    float: right;
  }
  .header-links .buttons button + button {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile-links .header-links .social-links{
    float: left;
    margin-top: 34px;
  }
  .navbar-collapse > .header-links{
    display: none !important;
  }
  /* menu */
  .navbar-toggler.is-active span{
    transition: .3s;
  }
  .navbar-toggler{
    border: none;
  }
  .navbar-toggler:focus,
  .navbar-toggler:active{
    border: none;
    outline: none;
  }
  .navbar-toggler.is-active  span:nth-child(3){
    display: none;
  }
  .navbar-toggler.is-active  span:nth-child(1){
    transform: rotate(45deg);
  }
  .navbar-toggler.is-active  span:nth-child(2){
    transform: rotate(-45deg);
    margin-top:-3px;
  }
  .navbar-toggler span{
    display: block;
    width: 24px;
    height: 3px;
    background-color: white;
    border-radius: 1px;
  }
  .navbar-toggler span + span{
    margin-top: 4px;
  }
  #navbarSupportedContent {
    position: fixed;
    top:0;
    right: -100%;
    background: #FF5A5A;
    height: 100vh;
    width: 85%;
    bottom: 0;
    transition: .3s;
    z-index: 99999999;
  }
  #navbarSupportedContent.show{
    right: 0 !important;
    border-radius: 10px;
  }
  .navbar-nav {
    padding: 20px;
    height: 100%;
  }

  header .navbar-nav .nav-item.active .nav-link{
    color: white !important;
  }
  header .navbar-nav .nav-item + .nav-item{
    margin: 0;
  }
  .d-md-block{
    display: block !important;
  }
  .navbar-nav li{
    text-align: center;
  }
  .header-links .social-links a + a {
    margin-left: 10px;
  }
}
@media (max-width: 4568px) {
  .header-links .social-links a + a{
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .buttons{
    display: none;
  }
  .mobile-links{
    display: flex;
  }
  .mobile-links .header-links .social-links{
    margin-top: 0;
  }
  .mobile-links:before{
    width: 153%;
  }
  .dropdown-toggle{
    width: 264px;
  }
  .bestlen-carousel .owl-nav{
    right: 14%;
    left: unset;
  }
  .col-lg-3.col-md-4{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .nav.nav-tabs li a{
    font-size: 10px;
    width: 170px;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .social-links.nl a:last-child{
    display: none;
  }
}

@media (max-width: 684px) and (min-width: 568px) {
}

@media (max-width: 567px) and (min-width: 480px) {
}

@media (max-width: 479px) and (min-width: 320px) {


}

@media (max-width: 767px) and (min-width: 320px){
  .cart-plus {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart a i {
    color: #202020;
    margin-right: 0;
    font-size: 20px;
  }
  .cart-plus h6 {
    display: flex;
    font-size: 13px;
    margin: 0;
  }

  .cart-close.desktop-d-none{
    display: block !important;
  }
  select#categorySelect{
    display: block !important;
  }
  #mobileCart{
    display: block !important;
    max-width: 120px;
  }
  
  body.mini-cart-open{
    overflow: hidden !important;
  }
  .cart-col {
    padding-top: 195px !important;
  }
  .checkout-box {
    position: relative !important;
    top: 5px !important;
    height: calc(82vh - 76px) !important;
  }
  .checkout-order {
    height: calc(80vh - 262px) !important;
  }
  .checkout-box #cartItemsList {
    height: calc(75vh - 295px) !important;
  }
  .itl_mini-cart-wrapper {
    height: calc(75vh - 360px) !important;
  }
}