@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 850px) {
    #scroller {
        display: none !important;
    }

    #top-left-sec {
        justify-content: flex-start;
    }

    #top-section-wrap .row {
        flex-direction: column-reverse;
    }

    #main-slider {
        margin-bottom: 20px;
    }

    .top-banner,
    .bottom-banner {
        width: 48%;
        margin: 0 0.8%;
        display: inline-block;
    }

    .products-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

    aside {
        display: none;
    }

    .slick-next {
        right: 45% !important;
    }

    .slick-prev {
        right: 52% !important;
    }

    #mega-menu-wrap-main {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
        z-index: 9999;
        width: 40px;
    }

    #mega-menu-main {
        position: fixed !important;
        z-index: 999999;
        top: 0 !important;
        right: 0 !important;
        height: 100% !important;
        width: 70% !important;
    }

    #mega-menu-wrap-main #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
        color: #fff !important;
    }

    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 33px;
        height: 3px;
    }

    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 30px !important;
    }

    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-main .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 30px !important;
        height: 3px;
    }
.woocommerce-product-gallery {
    display: block!important;
    width: 100%!important;
}
}

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

    .top-banner,
    .bottom-banner {
        width: 100%;
        margin: 0;
        display: block;
    }

    .top-banner {
        margin-bottom: 20px;
    }

    .site-title {
        font-size: 19px;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .products-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #first-banners-right img,
    #first-banners-left img {
        height: auto;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-copyright p,
    #copyright-left {
        text-align: center !important;
    }

    #footer-one-sec img,
    #footer-three-sec img {
        margin: 30px auto;
    }

    footer ::marker {
        content: "";
    }

    .product-header h1 {
        text-align: center;
        margin-bottom: 15px !important;
    }

    .site-beradcamb {
        text-align: center;
    }

    h1 {
        font-size: 21px;
        line-height: 35px;
    }

    h2 {
        font-size: 19px;
        line-height: 33px;
    }

    h3 {
        font-size: 17px;
        line-height: 30px;
    }

    h4,
    h5,
    h6 {
        font-size: 15px;
        line-height: 30px;
    }

    #top-banners-sec {
        display: none;
    }

    .slick-next {
        right: 36% !important;
    }
#contact-table td{
  display: inline-block;
  width:50%;
  border: none;
}
#first-banners-right .col-12, 
{
    padding-right: 0;
    padding-left: 0;
}
#second-banners-one img , #second-banners-two img{
    height: auto;
    object-fit: contain;
    border-radius: unset;
}

.wptwa-toggle span.wptwa-text {
   display: none;
}
#phone-fix-icon{
   height: 33px;
    background-size: 100% 100%;
    width: 33px;
}
#phone-fix {
        border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: yellow;
    width: 50%;
    height: 41px!important;
}
#phone-fix span {
    display:none;
}

.wptwa-toggle {
    height: 41px !important;
    padding: 12px 20px;
    border-radius: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 50% !important;
}

}

@media only screen and (max-width: 400px) {
    .wpsf-product-img {
        height: 250px;
    }
}