.cart
{
    width: 100%;
    height: 100%;
    padding-top: 1em;
    font-weight: bold;
}

.cartFrame {
    padding-top: 1em;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding-bottom: 150px;
}

.cartDesc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(229,107,6,1) 0%, rgba(255,165,0,1) 50%, rgba(255,233,29,1) 100%);
    height: 30px;
    line-height: 30px;
    font-size: 21pt;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0.3em;
}

.cartDesc div {
    min-width: 100px;
    border-right: solid 1px black;
    width: 100%;
}

.cartList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0.1em;
    border-bottom: solid 3px lightgray;
    padding: 1em;
    text-align: center;
    transition: height ease-out 3s;
    transition: opacity ease-out 3s;
    overflow: hidden;
}

.cartList div {
    min-width: 100px;
    width: 100%;
    line-height: 50px;
    padding: 1em;
    text-align: center;
}

.cartListUpdate {
    border-left: solid 2px black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;

}

.cartFooter { 
    margin-top: 0.3em;
    padding: 10px;
    height: auto;
    width: 250px;
    position:  absolute;
    right: 0;
    text-align: left;
    font-weight: bold;
}


.cartFooter .subTotal {
    text-align: left;
    font-size: 14pt;
    padding: 5px;
}

.cartButton {
    margin-top: 10px;
    min-width: 193px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border: solid 1px black;
    background: linear-gradient(0deg, rgba(229,107,6,1) 0%, rgba(255,165,0,1) 50%, rgba(255,233,29,1) 100%);
    border-radius: 5px;
}

.cartButton:hover {
    background: linear-gradient(0deg, rgba(255,233,29,1) 0%, rgba(255,165,0,1) 50%, rgba(229,107,6,1) 100%);
}

.button:hover {
    background: linear-gradient(0deg, rgba(255,233,29,1) 0%, rgba(255,165,0,1) 50%, rgba(229,107,6,1) 100%);
}



.addedToCart {
    position: sticky;
    top: 33%;
    left: 33%;
    background-color: white;
    width: 600px;
    height: 200px;
    -webkit-box-shadow: 5px 4px 4px -3px #000000; 
    box-shadow: 5px 4px 4px -3px #000000;
    padding: 5px 5px 5px 0;
    border-top: solid 3px black;
    border-left: solid 3px black;
    border-right: solid 3px orange;
    border-bottom: solid 3px orange;
    border-radius: 3px;
    transition: opacity linear 1s;
}

.addedToCart .info {
    height: 200px;
    line-height: 150px;
    font-size: 21pt;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.hide {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: height linear 1s , opacity linear 2s;
}

.cartListQty input {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    border: solid 2px gray;
    border-radius: 3px;
}

.cartListUpdate div{
    min-width: 40px;
    width: 40px;
    padding: 0;

}

.cartListUpdate .updateButton {
    cursor: pointer;
    display: inline-block;
    background-image: url('../assets/update.png');
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
}

.cartListUpdate .deleteButton {
    cursor: pointer;
    display: inline-block;
    background-image: url('../assets/delete.png');
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.cartList:hover {
    background-color: lightgray;
}


/* Check Out */

.checkout {
    margin: 10px auto 0 auto;
    width: 100%;

}

.checkOutFooter {
    width: 50%;
    margin: 20px auto;
}

.checkOutFooter #totalFrame {
    margin-bottom: 20px;
}

.checkout a , .checkout a:visited {
    text-decoration: none;
    color: black;
    line-height: 150px;
}

.checkoutFrame {
    margin-top: 20px;
}


.cartListHidden {
    display: none;
    overflow: hidden;
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}


.step2Frame {
    margin-top: 10px;
    padding: 15px 5px 5px 0;
    width: 100%;
    text-align: center;
}

.step2Frame form {
    width: 80%;
    margin: 25px auto 0 auto;

}

.step2Header {
    padding: 5px;
    height: 50px;
    max-width: 400px;
    line-height: 50px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(0deg, rgba(229,107,6,1) 0%, rgba(255,165,0,1) 50%, rgba(255,233,29,1) 100%);
}

.shipInfo {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.shipInfo div{
    width: 300px;
    height: 50px;
    padding: 5px;
    line-height: 50px;
    font-size: 14pt;
}

.shipInfo input {
    height: 40px;
    width: 300px;
    font-size: 14pt;
    padding: 2px;
}


.shipInfo {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.shipInfo div{
    width: 300px;
    height: 50px;
    padding: 5px;
    line-height: 50px;
    font-size: 14pt;
}

.shipInfo input {
    height: 40px;
    width: 300px;
    font-size: 14pt;
    padding: 2px;
}

.input {
    display: block;
    position: relative;
    width: 400px;
    height: 60px;
    text-align: center;
    margin: 25px auto 0 auto;
}

.input .label {
    position: absolute;
    font-size: 16pt;
    top: -12px;
    left: 60px;
    background-color: white;
}

.input input {
    height: 60px;
    width: 300px;
    font-size: 16pt;
    padding: 2px;
    text-align: center;
}

.input div{
    margin: 0 auto
}

.paypalButton div {
    padding :0;
    border: none;
}

.optionSlider {
    position: relative;
    width: 350px;
    border: solid 1px black;
    border-radius: 5px;
    height: 50px;
    margin: 10px auto;
    box-sizing: border-box;
}

.optionText {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    z-index: 10;
    cursor: pointer;
}

#pickup {
    left: 0;
}

#delivery {
    left: 50%;
}

.optionSlider .optionText div {
    text-align: center;
    box-sizing: border-box;
    width: 49%;
    height: 50px;
    line-height: 50px;
}

.button {
    width:  350px;
    height: 50px;
    background: linear-gradient(0deg, rgba(229,107,6,1) 0%, rgba(255,165,0,1) 50%, rgba(255,233,29,1) 100%);
    border-radius: 5px;
    border: solid 2px black;
    text-align: center;
    line-height: 50px;
    margin: 10px auto;
    cursor: pointer;
}

.optionSlider .backSlider {
    transition: all linear 100ms;
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: orange;
    width: 50%;
    height: 48px;
    border-radius: 5px;
    z-index: 1;
    box-sizing: border-box;
}

.cartBox {
    width: 100%;
    border: solid 2px black;
    margin-top: 10px;
    border-radius: 5px;
}

.cartBox div {
    display: inline-block;
    width: 49%;
    font-size: 12pt;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5em;
}

#totalFrame {
    background-color: orange;
}

.noticeText {
    width: 100%;
    padding: 0.1em 0.5em;
    margin-bottom: 20px;
}

.checkout {
    padding-bottom: 200px;
}
.confirmationPage {
    position: relative;
    width: 908px;
    margin: 0 auto;
    height: 100%;
    border: solid 2px black;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
    margin-bottom: 100px;
}

.confirmationPage .cartList:hover {
    background-color: white;
}

.confirmationPage .cartDesc {
    font-size: 14pt;
    font-weight: normal;
}

.confirmationPage .checkOutFooter {
    position: absolute;
    bottom: 0;
    left: 25%;
}

#paypal {
    background-color: white;
}

.shippingInfo , .personalInfo{
    position: relative;
    margin-top: 10px;
    width: 370px;
    margin: 10px auto;
}

.checkOut
{
    margin-bottom: 500px;
}

.personalInfo .inputFrame , .shippingInfo .inputFrame {
    position: relative;
}


.personalInfo .label , .shippingInfo .label {
    position: absolute;
    padding: 0 10px;
    height: auto;
    border: none;
    background-color: white;
    font-weight:normal;
    top: 2px;
    left: 10px;
}

.personalInfo input , .shippingInfo input {
    margin-top: 10px;
    width: 370px;
    height: 50px;
    padding: 0.1em;
    font-size: 16pt;
    text-align: center;
}

.personalInfoFrame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    width: 80%;
    height: 255px;
    margin: 15px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.personalInfoFrame .infoBox , .personalInfoFrame .addressBox 
{
    position: relative
}

.personalInfoFrame .infoBox .label
{
    position: absolute;
    background-color: white;
    font-weight: bold;
    padding: 0 5px;
    top: -10px;
    left: 10px;
}

.personalInfoFrame .infoBox .actual
{
    padding: 0.5em;
    border: solid 1px black;
    width: 300px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
}

.personalInfoFrame .addressBox .label
{
    position: absolute;
    background-color: white;
    font-weight: bold;
    padding: 0 5px;
    top: -10px;
    left: 10px;
}


.addressBox .actual{ 
    padding: 0.5em;
    border: solid 1px black;
    width: 300px;
    min-height: 50px;
    line-height: 20px;
    text-align: center;
}
.message {
    width: 100%;
    text-align: center;
    font-size: 26pt;
}

#contactleft {
    padding: 0.5em;
    float: left;
    width: 300px;
    height: 100%;
    background-color: lightgoldenrodyellow;
    border: solid 2px black;
}

#contactleft ul {
    padding: 0 0 0 12px;
}

#contactleft li {
    
}

#contactright {
    float: right;
    width: 600px;
}

.clear {
    clear: both;
}


