@media screen and (max-width:1199px){
    .container{
        max-width: 100%;
    }
    .product_content .price{
        display: block;
        margin-top: 0.8rem;
    }
    .product_content .price .origional_price{
        display: block;
        padding-left: 0;
    }
    .zoom-thumbs{
        height: 300px;
    }
    .menu-header .cat-menu li {
        padding: 0 .3rem;
    }
    .menu-header .cat-menu li a .cat-name{
        font-size: 14px;
    }
    .gridrow .col-grid {
        width: 33.33%;
    }
}
@media screen and (max-width:991px){
    .site-info{
        width: 100%;
        justify-content: space-between;
        padding-right: 2.5rem;
    }
    .headernav.fixed{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .middle-header .search {
        width: calc(100% - 380px);
    }
    .zoom-thumbs{
        height: 250px;
    }
    .add-cart-row .quantity > span{
        display: none;
    }
    .quantity .input-group{
        margin-left: 0;
        width: 130px;
    }
    .add-cart-row{
        justify-content: space-between;
    }
    .quantity .numeric-input{
        width: 50px;
    }
    .cart_item_list li .cartgrid .icon{
        width: 60px;
    }
    .cart_item_list li .cartgrid .icon img{
        max-width: 50px;
        max-height: 50px;
    }
    .cart_item_list li .cartgrid .cartPrice{
        width: 130px;
    }
    .cart_item_list li .cartgrid .cartgrid_info{
        width: calc(100% - 190px);
        padding:0 0.5rem;
    }
}
@media screen and (max-width:767px){
    .site-info .nav li:nth-child(2), .site-info .nav li:nth-child(3) {
        display: none;
    }

    .site-info .acc-nav{
        margin-left: 0;
    }
    .logo{
        width: 100px;
    }
    .middle-header .hrd{
        width: calc(100% - 100px);
    }
    .middle-header .search {
        width: calc(100% - 60px);
        margin-top: 0.3rem;
        margin-left: 60px;
    }

    .prd-bx .btnBlock{
        visibility: visible;
        opacity: 1;
        max-width: 100%;
        position: static;
        transform: none;
        width: 100%;
    }
    .zoomContainer{
        display: none;
    }
    .product-details .product-table .table tr td{
        font-size: 16px;
    }
    .zoom-thumbs{
        height: 210px;
    }
    .cart_item_list li .cartgrid .cartgrid_info{
        width: calc(100% - 60px);
    }
    .cart_item_list li .cartgrid .cartPrice {
        width: 100%;
        margin-left: 70px;
        text-align: left;
        margin-top: 1rem;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .videosec{
        min-height: 200px;
        height: 200px;
    }
    .videosec video {
        width: 100%;
        height: 100%;
    }
    .introduction .content p{
        padding: 0;
    }
    .introduction .content p span{
        margin: 20px 0 0;
    }
    .gridrow .col-grid{
        width: 100%;
        padding: 0;
    }
    .delivered-address .address{
        width: calc(100% - 60px);
    }
    .prd-bx .product_content .title a {
        font-size: 18px;
    }
    .prd-bx{
        display: flex;
        width:100%;
        flex-wrap: wrap;
        align-items: start;
    }
    .prd-bx .product-img{
        width: 100px;
    }
    .prd-bx .product-img img{
        max-height: auto;
    }
    .prd-bx .product_content {
        margin-top: 0!important;
        width: calc(100% - 100px);
        padding-left: 1rem;
    }
    .single-widget .category-nav{
        margin-bottom: 1rem;
    }
    .product-table .table tr td{
        font-size: 16px;
    }
    .secbg{
        border-radius: 0;
        background: none;
    }
    .shopby li{
        width: 100%;
        margin-bottom: 1rem;
    }
    .featured-product h1.text-white{
        color: #0a1735!important;
    }
}
@media screen and (max-width:374px){
    .prd-bx .product-img{
        width: 60px;
    }
    .prd-bx .product_content{
        width: calc(100% - 60px);
    }
    .add-cart-row .add-to-cart{
        margin-left: 10px;
        width: 120px;
    }
    .zoomBlock .btn{
        padding: .375rem 0;
        font-size: 13px;
    }
}