/*body{
	font-family: 'Muli', sans-serif !important;
}
a,a:hover{
	text-decoration: none;
}*/
.neo-wine-wrapper {
    padding: 50px 0;
}

.neowine-head h4 {
    color: #c2bd8f;
    font-size: 36px;
    margin-bottom: 32px;
    font-weight: 700;
    font-family: 'Muli' !important;
}

.neowine-middle-content {
    margin-bottom: 60px;
}

    .neowine-middle-content h5 {
        color: #333333;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: 'Muli' !important;
    }

.neo-img-box img {
    height: 400px;
}

.neowine-middle-content h5 span {
    font-weight: 400;
    display: block;
    font-family: 'Muli' !important;
}

.neowine-middle-content .subtext {
    color: #333333;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Muli' !important;
}

.neowine-bottleStyle {
    margin-bottom: 0px;
}

    .neowine-bottleStyle span {
        font-size: 17px;
        font-weight: 700;
        color: #333333;
        font-family: 'Muli' !important;
    }

        .neowine-bottleStyle span span {
            font-weight: 900;
        }

        .neowine-bottleStyle span a {
            color: #6666ff;
        }

.wineRating-head {
    background: #f3f2e8;
    font-family: 'Muli' !important;
}

.wineRating-full-content {
    padding: 50px 0;
}

.neo-wineRating-tabnav-wrapper {
    background: #f3f2e8;
}

.wineRating-head > span {
    font-size: 17px;
    display: block;
    font-weight: 600;
    padding: 14px 0;
    color: #6666ff;
    font-family: 'Muli' !important;
}

    .wineRating-head > span > span {
        color: #333333;
        font-weight: 900;
        text-transform: uppercase;
    }

.wineRating-middle-content p {
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-family: 'Muli' !important;
}

    .wineRating-middle-content p span {
        color: #c2bd8f;
        font-weight: 900;
    }

.wineRating-bottom-content p {
    font-size: 22px;
    color: #c2bd8f;
    margin: 0;
    font-weight: 600;
    font-family: 'Muli';
}

    .wineRating-bottom-content p span {
        font-size: 46px;
        color: #fff;
        font-weight: 900;
        vertical-align: middle;
        margin-left: 30px;
    }

.m-auto {
    margin: 0 auto;
}

.d-block {
    display: block;
}

.customRow {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.customRow-dark {
    background: #333333;
}

.customRow-light {
    background: #f3f2e8;
}

.leftRating,
.leftRating-content {
    width: 50%;
    float: right;
}

.rightRating-content {
    width: 50%;
}

@media (max-width: 1366px) {
    .neo-img-box img {
        max-width: 58%;
    }

    .wineRating-head > span {
        padding: 12px 0;
    }

    .wineRating-full-content {
        padding: 32px 0;
        font-family: 'Muli' !important;
    }
}

@media (max-width: 1199px) {
    .neo-img-box img {
        max-width: 65%;
    }
}

@media (max-width: 991px) {
    .neo-img-box img {
        max-width: 80%;
    }

    .wineRating-middle-content p {
        font-size: 16px;
    }

    .wineRating-center-content .wineRating-head > span, .wineRating-center-content .wineRating-middle-content, .wineRating-center-content .wineRating-bottom-content {
        max-width: 100%;
    }

    .leftRating,
    .rightRating-content,
    .leftRating-content {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .leftRating,
    .rightRating-content,
    .leftRating-content {
        width: 100%;
        float: none;
    }

    .neo-img-box img {
        max-width: 40%;
    }
}
