/* Responsive Css */





@media only screen and (max-width: 1749px) {}





@media only screen and (max-width: 1499px) {}





@media only screen and (max-width: 1399px) {}





@media only screen and (max-width: 1299px) {}






@media only screen and (max-width: 1200px) {
  .main-header .outer-box .category-box .list-inner .inner-box .single-column {
    width: 100%;
  }

  .main-header .outer-box .category-box .category-list .list-inner {
    width: 600px;
  }

  .header-upper .search-area {
    width: 500px;
  }

  .header-upper .search-area .search-box .form-group {
    width: 325px;
  }

  .header-style-three .header-top .top-inner {
    display: block;
    text-align: center;
  }

  .header-style-three .header-top .top-inner .info-list,
  .header-style-three .header-top .top-inner .right-column {
    justify-content: center;
  }

  .header-style-three .header-top .top-inner .right-column{
    margin-top: 0;
    padding: 0;
  }

  .header-style-three .header-top .coupon-box {
    margin: 10px 0px;
  }

  .header-style-five .header-top .top-inner {
    display: block;
    text-align: center;
  }

  .header-style-five .header-top .coupon-box {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .main-header .outer-box .category-box {
    position: relative;
    top: 0px;
    border: none;
    padding: 0px;
    width: 50px;
  }

  .main-header .outer-box {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header .outer-box .category-box .text span,
  .main-header .outer-box .category-box .text:before {
    display: none;
  }

  .main-header .outer-box .category-box .text i {
    position: relative;
    top: 0px;
    font-size: 20px;
    color: var(--theme-color);
  }

  .rtl .main-header .outer-box {
    padding-right: 0px !important;
  }

  .header-style-three .outer-box .category-box,
  .main-header .outer-box .category-box {
    background: transparent !important;
    padding: 0px;
  }
 

  .header-style-five .header-top .top-inner{ display: flex;}
  .header-style-five .header-top .top-inner .info-list li {display: none !important;}
  .header-style-five .header-top .top-inner .info-list li:last-child {
    display: inline-block !important;
  }
  .header-lower,
  .header-upper,
  .main-menu,

  .sticky-header,

  .main-header.style-one .outer-container:before {

    display: none !important;

  }



  .menu-area .mobile-nav-toggler {

    display: block;

    padding: 10px;

  }



  .megamenu ul li:first-child {

    display: none;

  }



  .main-header .outer-box .category-box .category-list {

    display: none;

  }



  .category-menu {

    display: block;

  }
 







}







@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,

  .main-menu .navigation>li>ul>li>ul,

  .main-menu .navigation>li>.megamenu {

    display: block !important;

    visibility: hidden;

    opacity: 0;

  }

}







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


  .header-upper {
    display: none;
  }






}





@media only screen and (max-width: 767px) {
  .language-picker__dropdown {
    left: auto;
    right: 0;
  }
}



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



  .pagination li a {

    width: 40px;

    height: 40px;

    line-height: 40px;

  }





}





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


  .header-top .top-inner .right-column{
    padding: 0;
  }
  .language-picker{ margin-right: 0 !important;}
  .mobile-menu,

  .category-menu {

    width: 100%;

  }





}






























/* 底部 */
.ss-toolbar-bottom {
  display: none !important;
  display: flex;
  padding: 0 5px;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  -webkit-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08)
}

.ss-toolbar-bottom .toolbar-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  position: relative
}

.ss-toolbar-bottom .toolbar-item a {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  height: 67px;
  gap: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon {
  width: 18px;
  height: 18px;
  position: relative
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon i {
  font-size: 18px;
  color: var(--main-color2)
}

.ss-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
  position: absolute;
  top: -6px;
  right: -12px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white)
}

.ss-toolbar-bottom .toolbar-item a .toolbar-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: var(--black)
}

.ss-toolbar-bottom .toolbar-item.active::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary)
}

.ss-toolbar-bottom .toolbar-item.active .toolbar-icon i {
  color: var(--primary)
}

/* 手机导航 */
.mobile-menu-wrapper {
  background-color: var(--secondary-color);
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 100;
}
@media only screen  {
  .mobile-menu-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile-menu-wrapper {
    display: block;
  }
}


.mobile-menu-wrapper .mobile-logo {
  display: flex;
  height: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}


.mobile-menu-wrapper .mobile-logo a {
  display: inline-block
}

.mobile-menu-wrapper .d-flex{
  height: 100%;
}

.mobile-menu-wrapper .social-media-icons {
  padding-right: 20px;
  display: none !important;
}

.mobile-menu-wrapper .social-media-icons ul {
  width: 100%
}

.mobile-menu-wrapper .social-media-icons ul li {
  display: inline-block
}

.mobile-menu-wrapper .social-media-icons ul li a .search-icon{
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: var(--theme-color);
  border-radius: 50%
}

.mobile-menu-wrapper .social-media-icons ul li a .search-iconsvg {
  width: 24px;
  height: 24px;
  fill: var(--theme-color)
}

.mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative
}

.mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span:before {
  content: "2";
  position: absolute;
  top: 0;
  right: -9px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--theme-color);
  border: 4px solid #ffefeb;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif
}

.mobile-menu-wrapper .social-media-icons ul li+li {
  margin-left: 10px
}


.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: var(--theme-color);
  display: block;
  margin: 3px auto;
  transition: all .3s ease-in-out
}

.mobile-menu-wrapper .toggle-main-wrapper.toggle-open span:nth-child(1) {
  top: 16px;
  transform: rotate(135deg);
  position: absolute
}

.mobile-menu-wrapper .toggle-main-wrapper.toggle-open span:nth-child(2) {
  opacity: 0;
  left: -60px
}

.mobile-menu-wrapper .toggle-main-wrapper.toggle-open span:nth-child(3) {
  top: 16px;
  transform: rotate(-135deg);
  position: absolute
}


.mobile-menu-wrapper .toggle-main-wrapper div {
  display: inline-block;
  margin-right: 15px
}


@media(max-width: 576px) {
  .alaq-home-wrapper .cart-sidebar {
    width: 320px
  }

  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text {
    width: 80px
  }

  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-img {
    width: 115px
  }

  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text a {
    font-size: 22px
  }

  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text span {
    font-size: 13px
  }

  .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span {
    width: 45px;
    height: 45px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg {
    width: 20px
  }

  .mobile-menu-wrapper .social-media-icons ul li a .search-icon{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0
  }

  .mobile-menu-wrapper .social-media-icons ul li a .search-iconsvg {
    width: 20px
  }

  .mobile-menu-wrapper .social-media-icons ul li+li {
    margin-left: 5px
  }
}

@media(max-width: 375px) {
  .mobile-menu-wrapper .social-media-icons {
    padding-right: 12px
  }
}