/*High Resolution*/
@media (min-width: 2000px){

}


@media (min-width: 1600px){

}

/**/



@media screen and (min-width:993px) and (max-width: 1199px){

}

@media screen and (max-width: 1024px){
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    
}

@media screen and (max-width: 992px){


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {


}

/* Small monitor */
@media (max-width: 979px){
   

}
 
/* Landscape phone to portrait tablet */
/*Mobile*/
@media (max-width: 767px){
    .section-title,
    .toc-widget-container h2 {
        font-size: 26px;
    }
    .nav-header{
        position: fixed;
        top: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
        left: 0;
    }
    .mob-logo{
        max-width: 150px;
    }
    .navbar-collapse .navbar-nav{
        margin-top: 2rem;
    }
    .header-nav ul li a.nav-link {
        font-size: 15px;
        padding: 8px 20px !important;
    }
    .login-cart-bx svg{
        fill: #1D1C1C;
    }
    .banner-slider-section {
        padding-block: 80px 0 !important;
    }
    .banner-content h2{
        font-size: 2.5rem;
    }
    .featured-section {
        padding-top: 25px !important;
    }
    .featured-section .icon-box{
        border-right: 0;
        border-bottom: 1px solid #c5cbd4;
        padding-bottom: 20px;
        padding-inline: 20px;
    }
    .featured-section .card-title,
    .whychoose-content-bx ul li .card-title,
    .toc-widget-container p, .toc-widget-container ul li, .toc-widget-container ol li {
        font-size: 16px;
    }
    .featured-section p,
    .whychoose-content-bx ul li p{
        font-size: 14px;
    }
    .icon-box-icon i{
        width: 30px;
        height: 30px;
    }
    .icon-box-icon i:before{
        font-size: 30px;
    }
    .contactus-leftcol{
        padding: 20px;
    }
    .buypeptides-section .cust-col1,.buypeptides-section .cust-col2{
        width: 100%;
    }
    .buypeptides-section .cust-col1{
        order: 2;
    }
    .buypeptides-section .cust-col2{
        order: 1;
        margin-bottom: 2rem;
    }
    .categ-sidebarlist{
        column-count: 2;
    }
    .trending-prod-wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .trending-prod{
        flex-direction: column;
    }
    .trending-prod .trending-prod-img{
        margin-block-end: 8px;
    }
    .trending-item-info{
        text-align: center;
    }
    .trending-item-info .trending-item-title{
        text-align: center;
    }
    .trending-item-info .trending-item-title,
    .trending-item-info .trending-item-price .regular-price,
    .trending-item-info .trending-item-price .discount-price{
        font-size: 14px;
    }
   
}
@media screen and (max-width: 640px){
    .categ-sidebarlist li a{
        font-size: 14px;
    }
   
}

@media screen and (max-width: 480px){
   .banner-content h2{
        font-size: 2rem;
    }

}

@media screen and (max-width: 376px){    

}

@media screen and (max-width: 320px){
    
}




@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


}