/*for-large-dekstop view-1200*/

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

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .product-img img {
    object-fit: cover;
    height: 240px;
}
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
    .new-arrival-sec {
    padding-top: 0;
}
.new-arrival-sec {
    padding-top: 0;
}
.cat-image {
    margin-bottom: 23px;
}
.best-seller-sec {
    padding-top: 25px;
}
.limited-offer-sec {
    padding: 20px 0 60px;
}
.shipping-sec {
    padding: 31px 0;
}

}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {

    .slide-content p {
        font-size: 16px;
    }
.slide-content h1 {
        font-size: 50px;
    }   
    .slide-content h2 {
        font-size: 13px;
    }
    .limited-offer-content-main {
    flex-wrap: wrap;
    justify-content: left;
}  
.limited-offer-content h2 {
    margin: 8px 0 20px;
}
.limited-offer-content-main {
    padding: 30px 50px 20px;
}
.payment-meth ul {
    justify-content: center;
}
.footer-title {
    margin-bottom: 54px;
}
.slide-content {
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-shop {
    font-size: 14px;
}

.slide-content h1 {
    font-style: normal;
}
.contact-us {
    padding: 60px 0px !important;
}
}


/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
    
  .container {
    width: 96%;
  }
  .cat-image img {
    height: auto;
}
.contact-image img {
    height: auto; 
margin-top: 33px;
    
}
.contact-us {
    padding: 50px 0px !important;
}
.inner-header .inner-header-title h2 {
    font-size: 40px;
}
.inner-header {
    height: 270px;
}
.shop-product-main ul.products li.product {
    width: 47% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {

    font-size: 13px;
}
.product-img img {
        height: auto;
    }
    .popup-content h1 {
        font-size: 28px;
    }	
.popup-content h2 {
    font-size: 10px;
}	
.popup-content{
   max-width: 100%;
}
.popup-content p {
    font-size: 12px;
}
.popup-btn {
    padding: 14px 20px;
    font-size: 10px;
}
small {
    font-size: 11px;
}
.footer-content p {
    padding-right: 0;
}
.footer-links ul {
    margin: 30px 0 0 0;
}
.limited-offer-content-main {
        padding: 30px 0 30px 20px;
    }
.limited-offer-content p {
    width: unset;
}	
.limited-offer-content h2 {
    font-size: 28px;
}	
.site-logo img {
    width: 68px;
}	
.new-arrival-sec {
    padding-bottom: 0;
}
.cat-title h2 {
    font-size: 26px;
}
.web-title h2 {
    margin-bottom: 34px;
    font-size: 26px;
}
.shop-by-category-sec {
    padding: 40px 0;
}
.slide {
    height: 70vh;
    min-height: 324px;
}	
.slide-content h1 {
    font-size: 43px;
    font-style: revert;
}	
.hero-slider {
    height: 70vh;
    min-height: auto;
}	
.baby-hard img {
    width: 170px;
    opacity: 0.1;
    bottom: 0 !important;
}
.limited-offer-sec .container:before {
    background: #0000009e;
}	
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}

