﻿
@media all and (min-width: 481px) {
    .contact-page form, .contact-page .result {
        margin: 0 0 75px;
    }

    .product-category-wrapper .product-item .picture .picture-link{
        width: unset;
    }

    .product-category-wrapper .product-item .read-more {
        justify-content:flex-start;
    }

    .product-category-wrapper .product-item .details {
        padding: 0 30px 0 0;
        text-align: left;
    }
    
    .product-category-wrapper .product-item {
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 40px;
    }

    .blog-posts-grid .blog-post .post-content {
        padding: 40px;
    }

    .blog-posts-grid {
        margin-bottom:75px;
    }

    .breadcrumb {
        padding: 50px 0 0px;
    }

    .master-wrapper-content {
        margin-bottom: 75px;
    }

    .home-page-category-grid-carousel .owl-nav > span {
        font-size: 38px;
    }

    .home-page-category-grid .carousel-wrap {
        width: 90%;
    }


    .home-page-category-grid .owl-controls .owl-nav {
        margin: 0 -5%;
    }
    /* GLOBAL TABLES */

    .cart th, .data-table th, .forums-table-section th {
        padding: 25px 20px;
    }

    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        padding: 20px;
    }

    .cart .product-picture img {
        min-width: 80px;
        max-width: 130px;
    }

    /* NOTIFICATIONS & POPUPS */

    .eu-cookie-bar-notification {
        padding: 20px 25px;
    }

    /* HEADER */

    .search-box input.search-box-text {
        width: 380px;
    }

    .ui-autocomplete {
        width: 416px !important; /*txtfield + button*/
    }

    /* FOOTER */

    .newsletter-email input[type="email"] {
        width: 300px;
    }

    /* LEFT/RIGHT COLUMN */

    .block .tags li,
    .product-tags-all-page li {
        margin: 0 5px;
    }

    .home-page-polls {
        margin: 0 0 50px;
    }

        .home-page-polls:last-child {
            margin: 0 0 65px;
        }

    /* CATEGORY PAGE & GRIDS */

    .contact-vendor {
        margin: -20px 0 30px;
    }

    .item-box {
        float: none;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .product-grid,
    .product-list {
        margin: 0 0 75px;
    }

        .product-grid .item-box .picture,
        .product-list .item-box .picture {
            margin: 0 0 -20px;
        }

    .home-page-category-grid {
        margin: 0 0 50px;
    }


    .sub-category-grid {
        margin:0 0 75px;
    }

    .home-page-category-grid > .title, .product-grid > .title, .product-collateral > .title {
        margin: 0 30px 50px;
    }

    .manufacturer-grid,
    .vendor-grid {
        margin: 0 0 65px;
    }

    .product-contains-list {
        margin-bottom: 75px;
    }

        .manufacturer-grid .item-grid,
        .vendor-grid .item-grid {
            max-width: 620px;
            margin: auto;
        }

        .manufacturer-grid .item-box,
        .vendor-grid .item-box {
            float: left;
            width: 49.5%;
            margin: 0 0 1% 1%;
        }

            .manufacturer-grid .item-box:nth-child(2n+1),
            .vendor-grid .item-box:nth-child(2n+1) {
                clear: both;
                margin-left: 0;
            }

    /* PRODUCT PAGE */

    .gallery .thumb-item {
        width: 90px;
        height: 90px;
    }

    /* TOPICS */

    .enter-password-form input {
        width: 320px;
    }

    /* ORDER DETAILS & RETURN REQUEST */

    .order-details-page .re-order-button,
    .order-details-page .return-items-button {
        width: calc(50% - 10px);
        min-width: 210px;
        max-width: 300px;
    }

    .order-details-page .return-items-button {
        margin-top: 0;
    }

    /* BLOG & NEWS */

    .news-list-homepage {
        margin: 0 0 50px;
    }
    /*Sliders*/
    .sliderscta .html-slide-both--content p {
        max-width: unset;
    }

    .html-slide-both--content p {
        max-width: 480px;
    }


    .sliderscta .html-slide-both--content {
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        width: 85%;
        background-color: rgba(183, 221, 121,0.8);
    }

    .icon-block-container {
        margin-bottom: 75px;
    }

    .cc-nb-main-container {
        padding: 3rem !important;
    }
}

@media screen and (max-width:480px) {
    

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    .home-page-category-grid > .title, .product-grid > .title {
        margin: 0 30px 25px;
    }

    h3 {
        font-size: 22px !important;
    }


}

@media screen and (min-width:480px) and (max-width:768px) {
     h1 {
        font-size: 35px !important;
    }

    .html-home-page h2 {
        font-size:30px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    .html-home-page h3 {
        font-size:25px !important;
    }

    h3 {
        font-size: 22px !important;
    }


    .page-title, .forums-main-page .topic-block-title {
        margin-bottom: 50px;
    }

}
