﻿.left-button {
    float: left;
}

.right-button {
    float: left;
}

.button-hidden {
    display: none;
}

.traditional-cart-entry {
    min-width:400px;
}

.inline-label {
    font-size: 11px;
    color: #fff;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    background: #d14242;
    position: relative;
    margin-top: -2px;
    margin-left: 7px;
}

    .inline-label.red {
        background: #d14242;
    }

    .inline-label.green {
        background: #aac840;
    }

.traditional-cart-entry.style-1 {
    padding-bottom: 33px;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 32px;
}

.traditional-cart-entry:after {
    display: block;
    clear: both;
    content: "";
}

.traditional-cart-entry .image {
    float: left;
    width: 70px;
}

.traditional-cart-entry.style-1 .image {
    width: 170px;
}

.traditional-cart-entry .image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.traditional-cart-entry .content {
    margin-left: 100px;
}

.traditional-cart-entry.style-1 .content {
    margin-left: 200px;
}

.traditional-cart-entry .cell-view {
    min-height: 95px;
}

.traditional-cart-entry .tag {
    font-size: 10px;
    line-height: 10px;
    color: #8b8b8b;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

    .traditional-cart-entry .tag:hover {
        color: #2e2e2e;
    }

.traditional-cart-entry .title {
    font-size: 15px;
    line-height: 17px; /*28*/
    color: #2e2e2e;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

    .traditional-cart-entry .title:hover {
        color: #6ca733;
    }

.traditional-cart-entry .inline-description {
    font-size: 13px;
    line-height: 15px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 5px;
}

.traditional-cart-entry .price {
    margin-bottom: 20px;
    padding-top: 15px;
}

.traditional-cart-entry .quantity-selector .entry {
    margin-bottom: 20px;
}

    .traditional-cart-entry .quantity-selector .entry.number-plus {
        margin-right: 20px;
    }

.cart-summary-box {
    border: 1px solid #c4c4c4;
    padding: 40px 35px;
    /*text-align: right;*/
}

    .cart-summary-box .button {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        margin-bottom: 18px;
    }

    .cart-summary-box .sub-total {
        font-size: 15px;
        line-height: 20px;
        color: #878787;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .cart-summary-box .grand-total {
        font-size: 22px;
        line-height: 30px;
        color: #343434;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .cart-summary-box .simple-link {
        font-size: 13px;
        color: #808080;
        line-height: 24px;
        font-weight: 400;
    }

        .cart-summary-box .simple-link:hover {
            color: #343434;
        }

.payment-button {
    background: #fff;
    border-color: #000;
    color: #000;
    left: 0;
    right: 0;
    height: fit-content;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    border: 1px solid #c4c4c4;
    width: 100%;
    border-radius: 5px;
    height: 100px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease;
    margin: 0 auto 16px;
    padding-top: 37px;
}

    .payment-button.active {
        background: #76ab42;
        border-color: #76ab42;
        color: #fff;
    }

    .payment-button:hover {
        color: #fff;
        background: #231f20;
        border-color: #231f20
    }

.payment-forms {
    padding-top: 20px;
}

.delivery-icon {
    float: left;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
    .mobile-next {
        display: none;
    }
}

@media (max-width: 480px) {
    .go-to-checkout {
        font-size: 11pt;
    }

    .overlay-popup {
        z-index: 100;
    }

    .cart-submit-buttons-box .light-green-btn, .information-entry .light-green-btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .cart-submit-buttons-box .black-border-white-btn, .information-entry .black-border-white-btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .my-cart-section .bottom-btn-section {
        height: auto;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .payment-method-title {
        display: none;
    }

    .payment-forms {
        padding: 0px 20px 0px 20px;
    }

    .payment-method {
        padding: 0px 20px 0px 20px;
    }

    .payment-section {
        top: 120px;
    }

    .cart-summary {
        padding-bottom: 15px;
    }

    .h2-grandtotal-title {
        padding-top: 8px;
    }
}
