@media (min-width: 1000px) {
    body{
        min-height: 700px;
    }
}

.loadingWords{
    padding-top: 100px;
    position: absolute;
    color: #555;
    font-weight: 600;
    font-size:1em;
    z-index: 100;
}

#body-content{
    min-height: 200px;
}

.rotate {
    animation: rotation 4s infinite linear;
    height: 100px;
}

@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(359deg);
    }
}

.whiteBg{
    background-color: white!important;
}

.dot {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.dot2 {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.cartTitle{
    font-size: 22px;
    color: #262626;
    font-weight: 600;
}

.pointer{
    cursor: pointer;
}

.qtyCart{
    width: 100%!important;
    height:69%!important;
    outline: none;
    text-align: center;
    border-radius: 0px!important;
    border: 1px solid #666;
}

.minusBtn{
    padding-left: 10px!important;
    padding-right: 10px!important;
    border: 1px solid #666;
    border-radius: 5px 0px 0px 5px;
    background-color: #ffc107;
}

@supports (-webkit-touch-callout: none) {
    .plusBtn{
        padding-left: 8px!important;
        padding-right: 8px!important; 
        padding-bottom: 8px!important; 
        border: 1px solid #666;
        border-radius: 0px 5px 5px 0px;
        background-color: #ffc107;
    }

    .minusBtn{
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-bottom: 9px!important; 
        border: 1px solid #666;
        border-radius: 5px 0px 0px 5px;
        background-color: #ffc107;
    }
}

.plusBtn{
    padding-left: 8px!important;
    padding-right: 8px!important; 
    border: 1px solid #666;
    border-radius: 0px 5px 5px 0px;
    background-color: #ffc107;
}

.priceDisplay{
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.cartLink{
    font-size: 12px!important;
}

.invalid{
    border: 1px solid red!important;
    border-color: red!important;
}

.errorMsg{
    font-size: 14px;
    color: red!important;
}

.lineMsgInput{
    width: 100%!important;
}

.totals {
    font-size: 18px;
    font-weight: 800;
}

.textBlack {
    color: black!important;
}

.continueBtn{
    width: 100%;
    background-color: #c52e3f;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgb(194 194 194)
}

.continueBtn:hover{
    width: 100%;
    background-color: white;
    color: #c52e3f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgb(194, 194, 194);
}

.textRed{
    color: red!important;
    font-size: 14px!important;
    font-weight: 600;
}

.textGreen{
    color: green!important;
    font-size: 14px!important;
    font-weight: 600;
}

.greyBtn{
    background-color: grey!important;
}

.emptyCart{
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
    0 2px 2px rgba(0,0,0,0.15), 
    0 4px 4px rgba(0,0,0,0.15), 
    0 8px 8px rgba(0,0,0,0.15);
    border-radius: 5px;
    margin-bottom: 100px;
}

.pstCheck{
    margin: auto!important;
}

.largeCheck{
    height: 20px;
    width: 20px;
}

.disabled{
    background-color: grey!important;
}

.updates{
    background-color: #ffecae!important;
}

.updateText{
    font-size: 1rem !important;
    font-weight: bold;
}

.topBar{
    box-shadow: 0 0 5px 1px rgb(194 194 194);
}

#itemLines{
    box-shadow: 0 0 5px 1px rgb(194 194 194);
}

#totalDiv{
    box-shadow: 0 0 5px 1px rgb(194 194 194);  
}

.summaryText{
    font-size: 14px;
}

.removeText {
    font-size: 13px;
    color: #c52e3f!important;
    font-weight: 600;
    cursor: pointer;
}