/* 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-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;
  }

  .shop-six .inner-container{
    padding: 0px !important;
  }

  .shop-six .advice-block-one{
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .shop-six .content-box {
    border: 1px solid #E7E9F0 !important;
    border-radius: 10px !important;
  }



}



@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){

  .shop-six .shop-block-two{
    width: 33.333%;
  }

  .shop-six .shop-block-two .inner-box{
    border: none;
  }


}


@media only screen and (max-width: 767px){

  .shop-tab-btn{
    display: block;
  }

  .sec-title{
    display: block;
  }

  .sec-title a{
    margin-top: 10px;
  }

  .shop-six .shop-block-two{
    width: 50%;
  }


}

@media only screen and (max-width: 599px){

  .pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .shop-six .shop-block-two{
    width: 100%;
    border-bottom: 1px solid #E7E9F0;
  }

  .shop-six .shop-block-two:last-child{
    border-bottom: none;
  }


}


@media only screen and (max-width: 499px){

  .mobile-menu,
  .category-menu{
    width: 100%;
  }


}


/* ── Touch devices (tablet & mobile): always show hover-only elements ── */
@media only screen and (max-width: 1024px) {

  /* Always show the option icon buttons */
  .shop-block-two .inner-box .image-box .option-list li,
  .shop-block-two .inner-box .image-box .option-list li:first-child,
  .shop-block-two .inner-box .image-box .option-list li:nth-child(2),
  .shop-block-two .inner-box .image-box .option-list li:nth-child(3),
  .shop-block-two .inner-box .image-box .option-list li:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  /* Pull cart-btn into normal flow so it is always visible */
  .shop-block-two .inner-box .lower-content .cart-btn {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
  }

  /* Keep the card shadow always on so the button has a backdrop */
  .shop-block-two .inner-box:before {
    opacity: 1;
    height: 100%;
  }

  /* Prevent hover from re-applying absolute positioning to the cart-btn */
  .shop-block-two .inner-box:hover .lower-content .cart-btn {
    position: relative;
    bottom: auto;
    left: auto;
  }

  /* Prevent hover from expanding the shadow box beyond the card */
  .shop-block-two .inner-box:hover:before {
    height: 100%;
  }

}




















