﻿/* Contains Merchant Skins */

.merchant-section {
    background-color: #646464;
    color: #fff;
    padding: 2rem;
}

    .merchant-section img {
        max-height: 160px;
        margin: 1.5rem;
        margin-right: 0;
    }

@media (max-width: 768px) {
    .merchant-section img {
        max-width: 160px;
        margin: 1.5rem;
        margin-right: 0;
    }
}

.fav-btn {
    margin: 1rem 0;
    padding: 0.8rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 0;
}

.merchant-section .merchant-title {
    margin-top: 1.5rem;
    font-size: 2.6rem;
    margin-bottom: 0;
}

.merchant-section .rating-card {
    color: #333;
}

.merchant-section .col {
    padding-left: 4rem;
}

@media (max-width: 768px) {
    .merchant-section {
        padding: 0;
    }

        .merchant-section .col {
            padding-left: 1.5rem;
        }

        .merchant-section .merchant-title {
            font-size: 1.8rem;
        }
}


/* Vertical Card Style */
.vertical-scroll-wrapper {
    margin: 1.5rem -1.5rem;
}

.no-border {
    border: none;
}

.vertical-card.border {
    border-top: solid 1px #ddd;
}
/*.vertical-card.border:first-child {
    border-top: none;
}*/

.vertical-card {
    padding: 1.5rem;
    width: 100%;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
}
    

    .vertical-card:hover {
        /*border: 1px solid #ddd;*/
        color: #333;
        -webkit-box-shadow: 0 0px 10px -6px #777;
        -moz-box-shadow: 0 0px 10px -6px #777;
        box-shadow: 0 0px 10px -6px #777;
    }

    .vertical-card img {
        width: 100px;
        height: auto;
    }

.vertical-text {
    margin-left: 1.5rem;
    width: 100%;
}

    .vertical-text h5 {
        margin-top: 0;
    }

.vertical-card .side-arrow {
    position: absolute;
    right: 1.5rem;
}

.tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tags .status-card {
        margin-left: 1.5rem;
        background-color: orangered;
        color: #fff;
        padding: 0.3rem 1rem;
        display: flex;
        align-items: center;
        width: fit-content;
        border-radius: 5px;
    }


.merchant-title {
    font-weight: 600;
    font-size: 1.65rem;
}

.merchant-location {
    font-size: 1.5rem;
}

.rating-card {
    border-radius: 5px;
    background-color: #f4ebdb;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    width: fit-content;
}

    .rating-card i {
        color: #f8b84e;
        font-size: 1.8rem;
    }

.price-card {
    border-radius: 5px;
    background-color: #e4f4db;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
    width: fit-content;
}

.week-list-section {
    background-color: #646464;
    color: #fff;
    padding: 1rem;
}

.week-list-holder {
    margin-top: 10px;
    margin-bottom: 10px;
}

.week-list-title {
    font-weight: bold;
}

.week-list .row {
    margin-left: 0;
    margin-right: 0;
}

.week-list .row:nth-child(odd) {
    background-color: #939393;
}

#summary-basket span:nth-child(odd) {
    max-width: 75%;
}
