.order
{
    float:right;
    background-color:white;
    padding:20px;
    box-sizing:border-box;
    margin-left:20px;
    margin-bottom:20px;
    border:solid 1px   ; box-shadow:0 0 10px   ;
}

.order.fullcart
{
    width:calc(50% -  20px);
}

.order.form
{
    width:calc(25% -  20px);
}

.order.form.wide,
.order.payment,
.order.shipment
{
    width:calc(50% - 20px);
    color:#B06B33;
    position:relative;
}

.order.shipment section
{
    float:right;
    width:25%;
    box-sizing:border-box;
    text-align:center;
    cursor:pointer;
}

.order.shipment section h2
{
    color:#F6DDB5;
    font-size:2em;
}

.order.shipment section h3
{
    height:40px;
    vertical-align:bottom;
}

.order.shipment section.selected
{
    background-color:#B06B33;
}

.order.shipment section h4
{
    font-size:1em;
    opacity:0.5;
    height:20px;
}

.order.shipment section summary
{
    display:none;
}

.order .shipment>summary
{
    text-align:center;
    margin-top:20px;
    background-color:#B06B33;
    color:white;
    clear:both;
    padding:15px;
}

.order.shipment img
{
    height:100px;
}

.order.shipment section.selected h2,
.order.shipment section.selected h3,
.order.shipment section.selected h4,
.order.shipment section.selected img
{
    color:white;
    opacity:1;
    filter:brightness(500%);
}

.order.shipment label div
{
    color:#F6DDB5;
    padding-right:26px;
    padding-bottom:10px;
}

.cart .shipment
{
    display:none;
    position:absolute;
    width:350px;
    background-color:white;
    border:solid 1px #B06B33;
    z-index:999;
}

.cart .shipment h3,
.cart .shipment h2
{
    height:60px;
    margin-top:0;
    padding-top:0;
}

.cart .shipment h3
{
    margin-top:0;
    margin-bottom:0;
    font-size:0.5em;
    float:left;
    width:215px;
    clear:both;
    white-space: nowrap;
    line-height:60px;
    padding-right:10px;
}

.cart .shipment h2
{
    color:#B06B33;
    font-size:0.8em;
    line-height:60px;
    text-align:center;
    float:right;
    width:65px;
}

.cart .shipment h4
{
    clear:both;
    display:none;
}

.cart .shipment summary
{
    display:none;
}

.cart .shipment img
{
    width:50px;
    float:left;
    margin-left:0;
    position:relative;
    top:0px;
}

.fullcart
{
    min-width:430px;
}

@media screen and (max-width: 1500px)
{
    .order.shipment section
    {
        width:50%;
    }
}

@media screen and (max-width: 1300px)
{
    .order.fullcart
    {
        width:430px;
    }

    .order.form.wide,
    .order.payment,
    .order.shipment,
    .order.form
    {
        width:calc(100% - 430px - 40px);
    }
}

@media screen and (max-width: 1000px)
{
    .order.fullcart,
    .order.form,
    .order.payment,
    .order.shipment
    {
        width:calc(100% - 20px);
    }
}

.order,
.Empty,
.Thanks
{
    display:none;
}

.order input[type="text"],
.order input[type="email"],
.order textarea
{
    display:block;
    margin:35px 15px;
    padding:5px;
    width:calc(100% - 40px);
    border:none;
    border-bottom:solid 1px #F6DDB5;
    color:#B06B33;
    transition:linear 0.2s;
}

.order .error
{
    border-radius:20px;
    background-color:#c53030;
    color:white;
    padding:15px;
    text-align:center;
    display:none;
}

.order textarea
{
    height:100px;
}

.order input[type="text"]::-webkit-input-placeholder,
.order input[type="email"]::-webkit-input-placeholder,
.order textarea::-webkit-input-placeholder
{
    color:#F6DDB5;
}

.order input[type="text"]:focus::-webkit-input-placeholder,
.order input[type="email"]:focus::-webkit-input-placeholder,
.order textarea:focus::-webkit-input-placeholder
{
    color:#B06B33;
    transition:linear 0.2s;
}

.order input[type="text"]:focus,
.order input[type="email"]:focus,
.order textarea:focus
{
    outline:none;
    transition:linear 0.2s;
}

.payment
{
    position:relative;
    min-height:300px;
}

.payment input[type=button]:last-of-type
{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 200px;
    height: 65px;
    background-color: #B06B33;
    color: white;
    border-radius: 100px;
    border: none;
    font-size: 1.5em;
    cursor:pointer;
}

.payment .rules 
{
    position: absolute;
    left: 50px;
    bottom: 100px;
}

#rulesContent
{
    display:none;
    position:absolute;
    bottom:40px;
    left:-90px;
    width:350px;
    background-color:white;
    padding:15px 10px;
    height:200px;
    overflow-y:scroll;
    
    box-shadow:5px 5px 20px black;
    font-size:0.7em;
}

.payment .rules a
{
    color:#B06B33;
}

#rulesContent .X
{
    position:absolute;
    z-index:999;
    right:-8px;
    top:-8px;
    cursor:pointer;
    background-color:#B06B33;
    color:#F6DDB5;
    width:30px;
    height:30px;
    border-radius:30px;
    font-size:2em;
    text-align:left;
}

#rulesContent *
{
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

#rulesContent li
{
    list-style:circle;
}

.payment img
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
}

.order.wide
{
    float:left;
    clear:left;
}

.Thanks
{
    max-width:400px;
    margin:30px auto;
    text-align:center;
    background-color:white;
    border-radius:30px;
}

.Thanks img
{
    width:110px;
    margin:20px;
}

.Thanks div
{
    margin-top:30px;
}

.Thanks h1
{
    margin-top:30px;
}

.Thanks h1:last-child
{
    font-size:4em;
    opacity:0.4;
}

.Thanks div
{
    display:none;
}

#pelepayForm input
{
    display:block;
}

.PointsMap
{
    top:8vh;
    left:calc(10vw - 10px);
    height:80vh;
    width:80vw;
    position:fixed;
    background-color:#EBE9E4;
    box-shadow:black 0px 0px 20px, black 0px 0px 20px, black 0px 0px 20px, black 0px 0px 20px, black 0px 0px 20px, black 0px 0px 20px;
    display:none;
    z-index:999;
}

.Overlay
{
    position:fixed;
    background-color:#CDA4C2;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    z-index:998;
    opacity:0.85;
}

.PointsMap .TopBar
{
    background-color:#B06B33;
    color:white;
    position:absolute;
    top:0;
    right:0;
    height:70px;
    width:100%;
    padding-right:30px;
    box-sizing:border-box;
    z-index:999;
}

.PointsMap #txtMapSearch
{
    position:absolute;
    top:15px;
    right:250px;
    width:380px;
    height:38px;
    border-radius:19px;
    font-size:1.2em;
    color:#B06B33;
    padding:0 20px;
    border:none;
}

.PointsMap #txtMapSearch::placeholder
{
    opacity:0.3;
}

.PointsMap .TopBar > a
{
    position:absolute;
    top:13px;
    left:15px;
    width:40px;
    height:40px;
    font-size:32pt;
    border:solid 1px white;
    line-height:32px;
    text-align:center;
    cursor:pointer;
    border-radius:30px;
}

.PointsMap .TopBar > a:hover
{
    background-color:white;
    color:#B06B33;
}

.PointsMap #map
{
    position:absolute;
    bottom:0;
    left:0;
    width:calc(70%);
    height:calc(100% - 70px);
    background-color:#EBE9E4;
    z-index:998;
    box-sizing:border-box;
}

.PointsMap .PointsList
{
    position:absolute;
    bottom:0;
    right:0;
    width:calc(30%);
    background-color:white;
    height:calc(100% - 70px);
    overflow-y:scroll;
    z-index:999;
    box-sizing:border-box;
    margin-top:0;
    margin-bottom:0;
    padding:6px;
}


.PointsMap .PointsList li
{
    list-style-image:none;
    list-style:none;
    display:block;
    height:50px;
    clear:both;
    cursor:pointer;
}

.PointsMap .PointsList li img
{
    float:right;
    height:46px;
    margin-left:10px;
}

.PointsMap .PointsList li h4,
.PointsMap .PointsList li h5
{
    margin-top:0;
    margin-bottom:0;
}

.PointsMap .PointsList li h4
{
    color:#B06B33;
    white-space: nowrap;
    overflow-x:hidden;
    font-weight:bold;
    padding-top:3px;
}

.PointsMap .PointsList li h5
{
    color:#B06B33;
    font-weight:normal;
}

@media screen and (max-width: 1000px)
{
    .PointsMap
    {
        top:2vh;
        left:calc(3vw - 10px);
        height:94vh;
        width:94vw;
    }
}

@media screen and (max-width: 800px)
{
    .PointsMap .PointsList
    {
        display:none;
    }
    
    .PointsMap #map
    {
        width:100%;
    }

    .PointsMap #txtMapSearch
    {
        right:210px;
        max-width:calc(100vw - 400px);
    }
}