﻿.MainGroupsAndItems {
    padding-bottom: 300px;
    margin-right: auto;
    margin-left: auto;
    min-height: 5000px;
    width: 960px;
}

.GroupTitle {
    border-color: Black;
    line-height: normal;
}

.GroupTitle0 {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 24px;
}

.GroupTitle1 {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 20px;
    color: #222222;
}

.GroupTitle2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 16px;
    color: #444444;
}

.GroupWaitingTime, .GroupMinQty {
    text-align: right;
    font-size: 20px;
    color: Black;
}

.ExpandAll, .CollapseAll {
    vertical-align: bottom;
    line-height: normal;
    display: inline-block;
    width: 20px;
}

    .ExpandAll img, .CollapseAll img {
        height: 15px;
        width: 15px;
    }

.Event {
    margin-bottom: 20px;
}

.Columns1 .ItemContainer {
    padding-top: 15px;
    width: 100%;
}

.Columns1 .ItemImage img {
    width: 100%;
}

@media screen and (max-width:950px) {
    /*
    .Columns1 {
        width: 100%;
    }
    */

        .Columns1 .ItemImage img {
            width: 100%;
        }
}

/*
    .Columns2 .ItemContainer.IncludedTrue {
        width: 100%;
    }
*/

.Columns2 .ItemTitle,
.Columns2 .EventTitle {
    min-height: 18px;
}

.Columns2 .ItemImage img {
    width: 100%;
}

@media screen and (max-width:520px) {
    .Columns2 .ItemImage img {
        width: 100%;
    }

    .Columns2 .ItemTitle,
    .Columns2 .EventTitle {
        line-height: 17px;
        font-size: 13px;
    }
}

.Columns3 .ItemImage img {
    width: 100%;
}

@media screen and (max-width:1035px) {
    .Columns3 {
        margin-right: 0px;
    }
}

@media screen and (max-width:1035px) {
    .Columns3 img {
        width: 100%;
    }
}

.Columns4 .ItemImage img {
    width: 100%;
}

.Columns4 .ItemHeader {
    height: 32px;
}

.Columns4 .ItemWaitingTime {
    font-size: 13px;
}

.Columns4 .ItemTitle,
.Columns4 .EventTitle {
    font-size: 13px;
}

@media screen and (max-width:1035px) {
    .Columns4 {
        margin-right: 0px;
    }
}

@media screen and (max-width:504px) {
    .Columns4 .ItemContainer {
        width: 100%;
    }

    .Columns4 .ItemImage img {
        height: auto;
        width: 100%;
    }
}

.Columns5 {
    padding-right: 4px;
    padding-left: 4px;
}

.ItemContainer .ItemImage {
    padding-top: 5px;
    text-align: center;
    position: relative;
    height: auto;
    clear: both;
}

.ItemImage.NoImage {
    text-align: left;
}

.ItemImage img {
    vertical-align: baseline;
}

.ItemImage:hover .ItemDescription {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ItemContainer {
    vertical-align: top;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
}

    .ItemContainer.Selected {
        border-bottom: 1px solid #777777;
        border-right: 1px solid #777777;
        border-left: 1px solid #777777;
        border-top: 1px solid #777777;
    }

.ItemDetails, .EventImage {
    display: inline-block;
    width: 100%;
}

.ItemContainer .ItemWaitingTime {
    text-align: right;
    font-size: 12px;
    color: Black;
    float: right;
}

.ItemContainer .ItemCart,
.ItemContainer .EventCart {
    background-color: black;
    border-radius: 21px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    height: 42px;
    width: 42px;
    color: white;
}

.ItemContainer .ItemCartActive,
.ItemContainer .EventCartActive {
    background-position: 0px 0px;
    background: url(../../../Images/Spinner-Dark.gif);
    position: relative;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

    .ItemContainer .ItemCartActive i {
        display: none;
    }

.ItemContainer .ItemCart:hover {
    background-color: #c3032a;
}

.ItemContainer .ItemHeaderText,
.ItemContainer .EventHeaderText {
    padding-left: 5px;
}

.ItemTitle,
.EventTitle {
    font-weight: normal;
    line-height: 26px;
    font-size: 18px;
}

.ItemTitle {
    min-height: 36px;
}

.ItemTitle .Title {
    font-weight: bold;
}

.ItemSubtitle {
    font-weight: normal;
    padding-top: 2px;
}

/*
@media screen and (min-width:960px) {
    .ItemSubtitle .Over55Chars {
        font-size: 14px;
    }

    .ItemSubtitle .Over45Chars {
        font-size: 17px;
    }
}
*/

.ItemContainer .ItemPrice {
    white-space: nowrap;
    text-wrap: none;
    font-size: 14px;
    color: black;
}

.ItemAmountPrice {
    padding-left: 20px;
    color: #aaaaaa;
}

.ItemExtra {
    padding-top: 10px;
}

.ImageTrue:hover .ItemDescription {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ItemIncluded {
    vertical-align: top;
    display: inline-block;
}

    .ItemIncluded .ItemHeader {
        font-size: 16px;
        /* height: 29px; */
    }

/*
    .ItemIncluded .ItemImage {
        margin-right: 7px;
        margin-left: 7px;
    }

        .ItemIncluded .ItemImage:last-child {
            margin-right: 0px;
        }

        .ItemIncluded .ItemImage img {
            width: 225px;
        }
*/

.Selected {
    position: relative;
}

    .Selected .DivBlackAreaClose {
        display: none;
    }

    .Selected .DivBlackAreaClose {
        background-repeat: no-repeat;
        background-image: url(../../../Images/Close.png);
        background-position: 50% 50%;
        display: inline-block;
        cursor: pointer;
        height: 36px;
        width: 36px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

.ExtraHeadline {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 16px;
}

.ItemConfigure {
    padding-bottom: 5px;
    padding-top: 5px;
    display: none;
}

    .ItemConfigure h3 {
        margin-top: 0px;
    }

    .ItemConfigure .Option {
        padding: 1px 5px;
    }

        .ItemConfigure .Option.Headline {
            font-weight: bold;
        }

        .ItemConfigure .Option .OptionDropdown {
            padding: 5px;
            width: 100%;
        }

        .ItemConfigure .Option select {
            -webkit-border-radius: 0;
            -webkit-appearance: none;
            padding-left: 4px;
            background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAMAAADgW+cVAAAADFBMVEWAgIAbGxt/f3////8cQwPfAAAABHRSTlP///8AQCqp9AAAAClJREFUCFtVyMERAAAEA0Gk/56RCcb99gw/22QXXUaPGJY5hu0aSxpHJC19AOFlc6diAAAAAElFTkSuQmCC') no-repeat 100% 50%;
            padding: 5px;
            border: 1px solid #777777;
            color: Black;
        }

        .ItemConfigure .Option .OptionExtraDropdown {
            padding: 5px;
            width: 100%;
        }

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.Advertisement-Reuse {
    background-color: #dd6c1c;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    color: black;
}

    .Advertisement-Reuse img {
        vertical-align: bottom;
    }

@media screen and (max-width:980px) {
    .GroupImage {
        vertical-align: top;
        max-width: 100%;
        width: 70%;
        height: auto !important;
    }

    .MainGroupsAndItems {
        min-height: 0px;
        width: 100%;
    }
}

@media screen and (max-width:850px) {
    .ItemIncluded .ItemImage {
        margin-left: 0px;
    }
}

@media screen and (max-width:500px) {
    .ItemDescription {
        background-color: transparent;
        margin-right: auto;
        -moz-opacity: 1;
        margin-left: auto;
        position: static;
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .ItemIncluded .ItemDescription {
        text-align: center;
    }

    .ItemExtra {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:320px) {
    .ItemIncluded .ItemImage img {
        width: 128px;
    }
}

.ItemImageLeft > img {
    padding-bottom: 10px;
    padding-right: 20px;
    max-width: 350px;
    float: left;
}
