.menu-switch{display: none;}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {
  .menu-switch{display:block;position:absolute;left:15px;top:13px;width:45px;height:45px;z-index:2;cursor:pointer;padding:11px}
  .menu-switch span{width:100%;float:left;height:1px;background:var(--text-color);margin-bottom:10px}
  .menu-switch:hover span{background:var(--main-text-color)}
  .menu-switch span:nth-child(2){width:80%}
  .menu-switch span:nth-child(3){margin-bottom:0}
  .header .col-12:last-child{display: none;}
  .header .col-12{position: relative;}
  .products-archive li{width: 33.33%;}
  .important-links{margin-top: 15px;}
  .primary-content #sidebar-1{order:1;margin-top: 14px;}
  .primary-content #content-1{order:0;}
}
@media only screen and (max-width: 767px) {
  .products-archive li{width: 50%;}
  .single-product .woocommerce-product-gallery{
    float: none;
    padding-left: 0;
    margin: 0 auto 10px;
  }
  .single-product .summary{
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation{width: 100%;margin: 0 0 15px 0;border:0;}
  .woocommerce-MyAccount-content{float: right;width: 100%;}
  .woocommerce-MyAccount-navigation ul{
    text-align: center;
    border-bottom: 1px solid var(--bs-gray-200);
  }
  .woocommerce-MyAccount-navigation ul li{
    display: inline-block;
    margin: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .header{margin-top: 1em;}
  .single-comments .form-comment textarea, .single-comments .form-comment input[type=text], .single-comments .form-comment input[type=email]{margin-bottom: 14px;}
  .modal .modal-dialog{max-width: 330px;}
  .single-post .title .top .like i{width: 100%;margin-left: 0;text-align: left;}
  .wp-pagenavi .pages, .previouspostslink, .extend, .nextpostslink{display: none!important;}
  .products-archive li{width: 100%;text-align: center;}
  .single-download .content .item .format{top: auto;bottom: 10px;50%}
}
