

@media (max-width: 1200px) {
.bottom-box-a a {
   
    font-size: 12px ;
  
}
  .bottom-box-h a{
      font-size: 12px ;
   }
   .menu-items-first-order a {
    font-size: 12px;

}

.search-zer .label-s {

    font-size: 14px;

    margin-bottom: 9px;
}
}

@media (max-width: 991px) {
    .corporate-page-shapes::before{
        content:none;
    }
    .corporate-page-shapes::after{
         content:none;
    }
    .newsletter .newsletter-content form {
    position: relative;
    width: auto;
    margin-left: 15px;
}
    .newsletter .newsletter-left{
        display: none;
    }
    .newsletter-image img{
        display: none;
    }
    .bef-product{
        padding: 0;
    }
    .bef-product::before {
        content: none;
    }
    .box-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.shopping-banner{
    margin-bottom: 50px;
}
.item-box-brand {
    width: calc(50% - 10px);
}

    .box-img img{
        margin-bottom: 20px;
    }
    .store-left{
        height: auto;
        margin-bottom: 15px;
    }
    .swiper-hero .swiper-button-prev i, .swiper-hero .swiper-button-next i {
    font-size: 17px;
    color: #333;
    line-height: 1;
}
.swiper-hero .swiper-button-prev, .swiper-hero .swiper-button-next {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 65%;
    transform: translateY(-50%);
}
    .row-b {
    display: grid;
   
}
    .swiper-hero .swiper-slide img {
    width: 100%;
    height: max-content;
    object-fit: contain;
    display: block;
}
.swiper-bg .swiper-horizontal{
    height: unset;
     
}
    #navigation{
        display: none;
    }

        .search-zer .label-s {
        text-align: center;
    }
    .r-box-top {
   
    justify-content: flex-end;
    justify-content: center;
}
.header-r-top{
    text-align: center;
}

 .flex-header{ display: grid;
  grid-template-columns: 1.1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "."
    "."
    ".";
}
    .logo-zer{
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
 .logo-zer img {
   padding-right: 0;
   border-right: none;
   display: table;
   width: 110px;
}  

 }

 
