﻿@media screen and (max-width: 768px) { 
    #select {
        margin:0 5%;
        max-width: 90% !important;

    }
    .checkbox-wrapper {
        margin: 5%;
    }
    .checkbox-wrapper > label {
        margin-right: 2%;
    }
    .product-name-main {
        white-space: initial !important; overflow: initial !important;
    }

    .row > div:hover .product-details {
        display: none !important;
    }

    .logo img {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 768px) { 
    #select {
        margin-top: 65px;
        max-width: 90% !important;

    }
    .checkbox-wrapper {
        margin-top: 80px;
    }
    .checkbox-wrapper > label {
        margin-right: 10%;
    }
}

@media screen and (min-width: 992px) {
    #select {
        margin-top: 45px;
    }
    .checkbox-wrapper {
        margin-top: 50px;
        margin-left: 20px;
    }
}

@media screen and (min-width: 1201px) {
    #select {
        margin-top: 60px;
    }
    .checkbox-wrapper {
        margin-top: 65px;
        margin-left: 20px;
    }
}

body {
    background-color: black;
    color: white;
}

.checkbox-wrapper > label {
    font-weight: 100;
    color: #9e8f8b;
}

.row img {
    width: 100%;
    padding: 10%;
    z-index: 5;
    cursor: pointer;
    border-radius: 15%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.logo img {
    border-radius: 22px;
    margin-left: 8px;
    padding: 5%;
}

.product-details {
    position: absolute;
    width: 100%;
    background-color: #9a8c87;
    border: 2px solid white;
    border-radius: 10px;
    z-index: 1;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.row > div {
    padding: 0 !important;
    margin-bottom: 2%;
}

.row div:nth-child(2) > div {
    padding: 0 !important;
    margin-bottom: 2%;
}

.product:hover .product-details {
    display: block;
}

.product-name {
    text-align: center;
    color: white;
    padding: 0;
    margin: -9% 5% 0 5%;
}

.product-info {
    text-align: center;
    color: black;
}

.lear-more {
    text-align: center;
    margin: 30px 0 10px 10px;
    background-color: #704926;
    border-color: #704926;
}

.product-name-main {
    white-space: nowrap; overflow: hidden;
}

.filter > div {
    background-color: #5C3B1C;
    padding: 5px 10px;
    margin: 3px 3px 3px 20px;
    cursor:pointer;
}

.active {
    color: white;
    background-color: #9e8f8b !important;
}

.social {
    border-radius: 0 !important;
    max-width: 70px !important;
}

.sms > h1, .sms > p {
    padding: 0 3% 0 3% !important;
    color: #9e8f8b; font-size: 25px; margin-bottom: 10px; 
}

.sms > p {
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .sms > h1, .sms > p {
        padding: 0 5% 0 5% !important;
    }
}

@media screen and (max-width: 768px) {
    .sms > h1, .sms > p {
        text-align: center;
        padding: 0 5% 0 5% !important;
    }
}