.compare-wrapper {
    padding-top: 30px;
    color: #252523;
    min-height: 100vh;
    width: 80%;
}

.tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #E38200;
}

.tab:hover {
    cursor: pointer;
}

.tab-active {
    border-top: 3px solid #E38200;
    border-right: 3px solid #E38200;
    border-left: 3px solid #E38200;
    border-bottom: 0;

}

.results {
    display: flex;
}

.compare {
    width: 50%;
}

.whiskey-card {
    border: 1px black solid;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(33,43,53,.12);
    margin: 20px 60px;
    padding: 10px;
}

.deals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    min-height: 100vh;
}

.btn {
    width: 100%;
    border-bottom: solid #2B1E16 1px;
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: white;
    position: relative;
    text-align: left;
}

.checkbox1 {
    border: 1px solid black;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    cursor:pointer;
    margin: 3px 3px 3px 0;
}
.check {
    visibility: hidden;
    background: black;
    border-radius: 50%;
    display: block;
    height: 100%;
}
.active1 {
    visibility: visible;
}

.check-label {
    line-height: 19px;
    text-indent: 8px;
}

.btn span {
    content: '\e622';
}

.btn:hover {
    cursor: pointer;
}

.filter-element {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-top: 7px;
}

.filter-element:hover {
    cursor: pointer;
}

ul {
    padding-inline-start: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.tab-right {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tab-left {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.up, .down {
    float: right;
    padding-right: 10px;
}

.up:before {
    content: "\25BC";
}

.down:before {
    content: "\25B2";
} 

.price-controls {
    display: flex;
    margin-left: 10px;
}

.price-controls input{
    width: 90%;
    margin-top: 5px;
    border: solid 1px black;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
    border-radius: 5px;
}

.price-filter {
    display: block;
    width: 50%;
    padding-top: 10px;
    margin: auto;
}

.price-filter label {
    display: block;
    text-align: left;
}

.min-price {
    margin-right:14px;
}

.active {
    background-color: #E6E3D2;
}

#bottom-filter-line {
    border-bottom: 1px solid black;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.hide-filters {
    display: none;
}

.show-filters {
    display: block;
    margin-bottom: 30px;
}

.toggle-mobile-plus:before {
    content: '\002B';
    margin-left: 10px;
}

.toggle-mobile-minus:before {
    content: '\2212';
    margin-left: 10px;
}

#nameFilter {
    width: 90%;
    margin-top: 10px;
    height: 25px;
    border: none;
    border-bottom: 1px solid black;
}

#nameFilter:focus {
    outline: none;
}

#sort {
    height: 30px;
    border-radius: 5px;
    background-color: transparent;
}

#sort:hover {
    cursor: pointer;
}

.deal-disclaimer {
    font-size: 10px;
    font-style: italic;
    margin: 5px 0 20px 0;
    display: block;
}

.deals > .card:nth-child(1) > .front > .cardWrapper > .tool-tip {
    display: block;
}

@media screen and (max-width: 600px) {
    .compare-wrapper {
        padding-top: 30px;
        color: #252523;
        min-height: 100vh;
        width: 90%;
    }

    .compare-tab {
        width: 100%;
        display: flex;
        margin: 25px auto;
    }

    .btn {
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .toggle-display {
        text-align: right;
        width: 100%;
    }

    .toggle-disclaimer {
        margin-bottom: 40px;
    }
    

    .sidebar {
        width: 100%;
        margin-top: 15px;
    }

    .compare-wrapper {
        margin: auto;
        padding-top: 20px;
    }
    
    .btn-span-name {
        width: 90%;
        margin-left: 20px;
    }

    .filter-header {
        width: 35%;
        margin: auto;
        border: 1px solid black;
        border-radius: 5px;
        font-size: 16px;
        padding: 5px;
    }

    .filter-header:hover {
        cursor: pointer;
    }

    .top-bar {
        display: flex;
        flex-wrap: wrap;
    }
    
    .disclaimer {
        font-style: italic;
        font-size: 12px;
        flex-basis: 100%;
        line-height: 30px;
    }
    
    .sort-by {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .margin-top {
        margin-top: 80px;
    }

}

@media screen and (min-width: 601px) {
    .compare-tab {
        width: 70%;
        display: flex;
        margin: 40px auto auto auto; 
    }
    
    .toggle-display {
        text-align: right;
        width: 92%;
    }
    
    /* .tab {
        cursor: pointer;
        border-radius: none;
        border: 1px solid transparent;
        border-bottom: 0;
    } */

    .main-wrapper {
        width: 85%;
        margin: auto;
    }

    .tab-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .sidebar {
        width: 300px;
        margin-top: 15px;
    }

    .filter-header {
        padding-bottom: 10px;
        border-bottom: 2px solid black;
    }

    .top-bar {
        display: flex;
        flex-wrap: wrap;
        width: 98%;
        margin: auto;
    }
    
    .disclaimer {
        padding-left: 40px; 
        font-style: italic;
        font-size: 12px;
        text-align: left;
        flex-basis: 50%;
        line-height: 30px;
    }
    
    
    .sort-by {
        flex-basis: 44%;
        text-align: right;
    }

    .margin-top {
        margin-top: 100px;
    }

}


#f-checkbox {
    text-align: left;
}

#f-checkbox input {
    margin-top: 10px;
}

#filter-btn {
    width: 50%;
    border: none;
    border-radius: 5px;
    background-color: #E38200;
    height: 30px;
    margin-bottom: 30px;
}