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


}

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


}

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


}

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

  .header-menu > li .drop-menu > li > .header-category-panel-menu-drop {

    padding-left: 26%;

  }

  .product-image-container a img {
    width: 100%;
  }

  .product-image-container a {
    display: block;
  }

  .container {
    max-width: 99%;
  }
  .header-menu > li:nth-child(1) {
    background-color: #1585d5;
    flex: auto;
    text-align: left;
    background-color: transparent;
    color: #000;
  }
  .header-menu > li:nth-child(1) a {
    color: #000;
  }
  #sidebar{
    display: none;
  }
  .cat-filter-bar {
    width: 100%;
    height: auto;
    padding: 0;
    background: #f9f9f9;
    top: 0px !important;
  }

}

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

  .header-user-panel a:nth-child(1), .header-user-panel a:nth-child(2) {
    display: none;
  }

  .header-user-panel a:nth-child(3) {
    height: 42px;
  }

  .section-product-box-title:after {

    top: 20px;
  }

}

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

}


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

}

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

}

@media only screen and (max-width: 667px) {
  .header-search-panel {

    margin-right: 0px;
  }
  .section-cargoBadge {

    line-height: 45px;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
  }
}

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


  .section-headerCenter .col-12.col-sm-7.col-md-7.col-lg-5.col-xl-5 {
    order:3;
  }
  .header-user-panel a:nth-child(1), .header-user-panel a:nth-child(2) {
    display: block;
  }
  .header-logo {
    padding-right: 45px;
    display: block;
  }
  .header-user-panel {
    padding-top: 17px;
    padding-left: 25%;
  }
  .header-search-nav {
    display: none;
  }
  .header-user-panel a:nth-child(3) {
    display: block;
    position: relative;
  }
  .header-user-panel a:nth-child(3) i{
    display: block;
  }
  .header-user-panel a:nth-child(3) small {
    position: absolute;
    left: 25px;
    top: 3px;
  }
  .header-search-panel {
    margin-right: 0px;
    margin-top: 15px;
  }
  .header-logo {
    padding-right: 15px;
    display: block;
  }
  .section-main-slider-box .slick-prev, .section-main-slider-box .slick-next {

    top: calc(70% - 50px);

  }

  .col-product-item-title h3 {
    margin-top: 10px;
  }

  .product-price-box li:nth-child(2) ins {
    font-size: 21px;
  }
  .slider-nav.slick-slider{
    display:none;
  }
}

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

  .header-user-panel {
    padding-top: 5px;
    padding-left: 0;
  }
  .col-product-item-price > div:nth-child(1) {

    font-size: 15px;
    padding: 5px 2.5px;

  }

  .col-product-item-title h3 {

    font-size: 13px;

  }
  .col-product-item-price > div:nth-child(2) del {
    font-size: 15px;
  }
  .col-product-item-price > div:nth-child(2) ins {

    font-size: 17px;
  }

  .product-price-box {
    display: flex;
    flex-wrap: wrap;
  }

  .product-price-box li:nth-child(3) {
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px;
    flex: 1;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .product-price-box li:nth-child(2) {
    display: flex;
    align-items: center;
    flex: 1;
    border-right: 1px solid #f1f1f1;
  }
  .product-price-box li:nth-child(3) button:before{
    display: none;
  }

}




@media only screen and (max-width: 375px) {
  .header-user-panel {
    padding-top: 0px;
    padding-left: 0;
  }
}

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

}

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

}