@media screen and (min-width: 993px) {}

@media screen and (min-width: 1155px) {}

@media screen and (max-width: 1315px) {
    .social-media {
        padding-left: 5px;
    }

    header .main-menu {
        padding-left: 0;
        padding-right: 0;
    }

    header .main-menu.navbar-expand-md .navbar-nav .nav-link {
        padding-left: 14px;
        padding-right: 14px;
    }

    .social-media li {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1117px) {
    header .main-menu {
        font-size: 15px;
    }

    header .main-menu.navbar-expand-md .navbar-nav .nav-link {
        padding-left: 7px;
        padding-right: 7px;
    }

    .slider {
        height: auto;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons>a {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .buttons>a:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    header .navbar-toggler {
        display: block;
    }

    header .main-menu {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    header {
        height: 84px;
    }

    .slider-item .close {
        right: 0;
    }

    .page-top-content,
    .custom-section,
    .home-content,
    .highlights {
        padding: 60px 0;
        background-position: unset;
    }

    .page-top-content3 {
        padding: 40px 0;
    }

    .contents .content .text-area .content-title,
    .page-top-content .title,
    .home-content .title,
    .custom-section .section-title {
        font-size: 26px;
        margin-bottom: 9px;
        line-height: 26px;
    }

    .contents .content .text-area p,
    .page-top-content p,
    .home-content p,
    .custom-section .container>p {
        font-size: 17px;
    }

    .page-top-content .sub-title {
        font-size: 18px;
        margin-bottom: 10px;
        text-shadow: 0 0 4px #fff;
    }


    .page-top-content .title {
        text-shadow: 0 0 4px #fff;
    }

    .highlights .products {
        margin-top: 40px;
    }

    .products .product:nth-child(4n+4),
    .products .product {
        max-width: calc(100% / 3 - 30px * 2 / 3);
        margin: 0 30px 30px 0;
    }

    .products .product:nth-child(3n+3) {
        margin-right: 0;
    }

    .home-content .home-content-container {
        padding: 0 20px;
    }

    .blog-posts .post {
        margin: 0 10px 10px 0;
        max-width: calc(25% - 10px * 3 / 4);
        padding: 10px 10px 14px 10px;
    }

    .contents .content .text-area {
        padding-left: 20px;
    }

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5) {
        flex: 0 0 100%;
        max-width: calc(100% / 4 - 10px * 3 / 4);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(4n+4) {
        margin: 0 0 20px 0;
    }

    .sales-points-page {
        padding: 40px 0 80px 0;
    }

    .blog-detail-page {
        padding: 40px 0 80px 0;
    }

    .contact-page {
        padding: 30px 0 0 0;
    }

    .contact-form {
        padding: 0 0 40px 0;
    }

    .product-details .detail {
        padding-left: 30px;
        max-width: 416px;
    }

    .product-details .img {
        max-width: calc(100% - 416px);
    }

    .product-details {
        padding: 40px 0 40px 0;
    }
}

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

    .products .product:nth-child(4n+4),
    .products .product:nth-child(3n+3),
    .products .product {
        max-width: calc(100% / 2 - 10px * 2 / 3);
        margin: 0 10px 30px 0;
    }

    .products .product:nth-child(2n+2) {
        margin-right: 0;
    }

    .instagram-posts .posts .post {
        max-width: calc(100% / 2 - 20px * 1 / 2);
        margin: 0 20px 20px 0;
        max-height: 324px;
    }

    .instagram-posts .posts .post:nth-child(2n+2) {
        margin-right: 0;
    }

    .blog-posts .post {
        margin: 0 15px 15px 0;
        max-width: calc(50% - 15px * 1 / 2);
        padding: 15px 15px 19px 15px;
    }

    .blog-posts .post:nth-child(2n+2) {
        margin: 0 0 15px 0;
    }

    footer .top {
        flex-direction: column;
    }

    footer .company {
        width: 100%;
        margin: 0 0 25px 0;
    }

    footer .newsletter {
        width: 100%;
    }

    footer .newsletter .title {
        font-size: 18px;
    }

    footer .newsletter p {
        font-size: 17px;
    }

    footer .bottom {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    footer .bottom ul.nav {
        flex-direction: column;
    }

    footer .bottom ul.navbar-nav .nav-link {
        padding: 0 0 10px 0;
    }

    footer .bottom ul.social-media {
        margin: 20px 0 0 0;
    }

    footer .social-media li {
        padding: 0 15px 0 0;
    }

    footer .copyright {
        padding: 16px 0 13px 0;
    }

    footer .newsletter .form input::placeholder {
        font-size: 14px;
    }

    .contents .content {
        flex-wrap: wrap;
        padding: 12px 0 40px 0;
    }

    .slider .slider-item {
        min-height: 200px;
    }

    .contents .content .img {
        max-width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
        order: 0;
    }

    .contents .content .text-area {
        order: 1;
    }

    .contents .content .img img {
        width: 100%;
        max-width: 550px;
    }

    .contents .content .text-area {
        max-width: 100%;
        padding: 0 !important;
    }

    .map iframe {
        height: 300px;
    }

    .product-details .container {
        flex-wrap: wrap;
    }

    .product-details .img {
        max-width: 100%;
        order: 0;
        flex-wrap: wrap;
    }

    .product-details .img .thumbnails {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0 0 0;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-details .detail {
        max-width: 100%;
        order: 1;
        padding: 20px 0 0 0;
    }

    .product-details .img .thumbnails .thumbnail {
        margin: 0 10px 10px 0;
        height: 80px;
    }

    .product-details .img .big-img {
        height: 392px;
    }

    .reviews-summary .stars li {
        padding: 0 1px;
    }

    .product-details .detail .product-title {
        font-size: 26px;
    }

    .reviews .review {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .reviews .review .user-name {
        font-size: 18px;
    }

    .reviews .review p {
        font-size: 15px;
    }

    .reviews .review .stars li {
        padding: 0 1px;
    }
}

@media screen and (max-width: 600px) {
    header .navbar-toggler {
        margin-right: 34px;
    }

    .social-media li {
        padding-left: 7px;
    }

    .social-media li a {
        font-size: 20px;
    }

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5),
    .sales-points-page .container .point:nth-child(4n+4) {
        flex: 0 0 100%;
        max-width: calc(100% / 3 - 10px * 2 / 3);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(3n+3) {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .social-media {
        display: none;
    }

    header .container {
        justify-content: center;
    }

    header .logo {
        padding-left: 30px;
    }

    header .navbar-toggler {
        position: absolute;
        left: 15px;
    }

    .products .product {
        max-width: 100% !important;
        margin: 0 0 30px 0 !important;
    }

    .blog-posts .post {
        margin: 0 0 15px 0 !important;
        max-width: 100% !important;
        padding: 15px 15px 19px 15px;
    }

    .reviews .header .title h2 {
        font-size: 18px;
    }
}

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

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5),
    .sales-points-page .container .point:nth-child(3n+3),
    .sales-points-page .container .point:nth-child(4n+4) {
        flex: 0 0 100%;
        max-width: calc(100% / 2 - 10px * 1 / 2);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 345px) {}