.checkout-bg {
    background-color: #f1f1f1;
    border-top: 5px solid rgba(0,0,0,.05);
    border-bottom: 5px solid rgba(0,0,0,.05);
}

.chekoutlogin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.CartHeaderStyle {
    /* Shopping cart header */
    font-weight: 300 !important;
    font-size: 18px;
    border-bottom: 5px solid #0b4464 !important;
    border-radius: 0 !important;
    background: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.cartDiv {
    /* Behållare (div) kring shopping cart */
    padding: 20px;
}

    .cartDiv .RadGrid {
        /* Ta bort border till vänster och höger längs shopping cart */
         border: 0 !important;
    }

    .cartDiv .rgRow td {
        /* Rad i shopping cart */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .cartDiv .rgAltRow td {
        /* Rad i shopping cart */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .cartDiv .rgFooter td {
        /* Shopping cart footer */
        font-weight: 700;
        font-size: 17px;
        background: 0 !important;
        border-top: 5px solid #0b4464 !important;
        border: 0;
    }

    .cartDiv .RadInput_Default .riTextBox {
        padding: 6px;
    }

    .cartDiv .riSelect {
        background: #0b4464 !important;
    }

    .cartDiv .riUp {
        background: transparent !important;
    }

        .cartDiv .riUp:hover {
            background: #106ca0 !important;
        }

    .cartDiv .riDown {
        background: transparent !important;
    }

        .cartDiv .riDown:hover {
            background: #106ca0 !important;
        }

    .cartDiv .riSelect a {
        color: white !important;
    }

.NoAccountButton {
    color: white;
    background-color: #ccc;
    width: 100%;
    padding: 10px 0 10px 0;
    border: 0;
}

.LoginBlueButton {
    text-align: center;
    color: white !important;
    background: #0b4464 !important;
    border-radius: 0 !important;
    width: 100%;
    padding: 10px 0 10px 0 !important;
    border: 0;
}

.LoginPanel {
    padding-top: 10px;
}

.LoginBlueButton:hover {
    background-color: #063651 !important;
    cursor: pointer;
}

.LoginButton {
    border: 0;
    background: #0b4464 !important;
}

.full-width-container {
    width: 100%;
    overflow: hidden;
    background-color: white;
    outline: 5px solid #ccc;
}

    .full-width-container .col-form-label {
        /* Rubrik till vänster om input fält ex. First Name, Last Name osv. */
        font-size: 14px !important;
        padding-top: 0 !important;
    }

    .full-width-container .form-control {
        /* Själva input-fälten som man skriver in värden i */
        border-radius: 0;
        font-size: 14px !important;
    }
    .full-width-container .RadComboBox_Default .rcbInner {
        /* Select country ruta */
        border-radius: 0;
        font-size: 14px !important;
        background: 0 !important;
        border: 1px solid #0b4464 !important;
    }
    .full-width-container .RadComboBox_Default:hover .rcbInner {
        /* Hovrar med musen över country rutan */
        cursor: pointer;
        background: rgba(11,68,100,.6) !important;
    }

.LoginPanelCssClass {
    margin: 0;
}

.CompletePurchaseButtonCssClass {
    text-align: center;
    color: white !important;
    background: #66A94B !important;
    border-radius: 0 !important;
    width: 100%;
    padding: 10px 0 10px 0 !important;
    border: 0;
}

.RegisterButton {
    text-align: center;
    color: white;
    background: #bcbcbc;
    width: 100%;
    padding: 10px 0 10px 0;
}

.ForgotButton {
    text-align: center;
    color: white;
    background: #bcbcbc;
    width: 100%;
    padding: 10px 0 10px 0;
}

a:link {
    text-decoration: none;
}

.RegisterInformation {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
}

.checkout-titles {
    text-transform: uppercase;
    font-size: 22px;
}

.payment-inner-titles {
    text-transform: uppercase;
    font-size: 18px;
}




/* --------- First Checkout Page (NEW 2021) --------- */
.cart-container, .cart-overview-container, .checkout-container {
    /* border-radius: 5px;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.07); */
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.checkout-container input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    margin: 0 5px 0 0;
}

.checkout-container input, .checkout-container a, .checkout-container select {
    border-radius: 0;
}


.cart-product-category {
    color: #979797;
    font-size: 13px;
}

.cart-stockbalance {
    font-size: 13px !important;
}

.cart-product-divider {
    border-bottom: 1px solid #eee;
}

.cart-remove-item img {
    margin-right: 3px;
}

.cart-remove-item:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* Remove the standard blue "glow" around the quantity form field (originating from bootstrap) */
.cart-product-quantity input[type="number"] {
    border: 1px solid #ced4da;
    border-left: none;
    border-right: none;
}

.cart-product-quantity input[type="number"]:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #ced4da;
}


.cart-product-quantity-decrement, .cart-product-quantity-increment {
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #ced4da;
}

    .cart-product-quantity-decrement:hover, .cart-product-quantity-increment:hover {
        background-color: #f1f1f1;
    }

    .cart-product-quantity-decrement {
        border-radius: 4px 0 0 4px;
    }

    .cart-product-quantity-increment {
        border-radius: 0 4px 4px 0;
    }

.cart-remove-item-button {
    font-size: 13px !important;
    font-weight: 300;
    background-color: white;
    border: none;
    margin: 0;
    padding: 0;
}

.cart-product-price-piece, .cart-product-price-subtotal {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    font-weight: 400;
}

.cart-product-price-piece {
    padding-top: 35px;
}

.cart-product-price-subtotal {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700;
}

.cart-product-image-border {
    border-right: 1px solid #eee;
}


.cart-overview-container {
}

.cart-overview-product-list {
    font-size: 14px;
}

.cart-overview-total-sum {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 30px 0 0 0;
}

.cart-overview-total-sum-comment {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 40px 0;
}

.proceed-btn-container {}

.proceed-btn-container button {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
}

.checkout-status-bar {
    font-size: 16px;
    font-weight: 400;
}

    .checkout-status-bar-completed {
        font-weight: 700;
        color: #28a745;
    }

        .checkout-status-bar-completed::before {
            content: '\2713  ';
        }

.checkout-status-bar-active {
    border-bottom: 1px solid #555555;
    font-weight: 700;
}

    .checkout-status-bar-nonactive, .checkout-status-bar-line {
        color: #b1b1b1;
    }

    .checkout-status-bar-line {
        height: 50%;
        border-bottom: 1px solid #b1b1b1;
    }

.checkout-container {
    margin-bottom: 50px;
}

.checkout-login-prompt-container {
    padding: 20px 0 50px 0;
    font-size: 13px;
}

    .checkout-login-prompt-container h3, .checkout-delivery-information-container h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 700;
    }

    .checkout-login-prompt-container h2 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #b6b6b6;
        font-weight: 400;
    }

    .checkout-login-prompt-container .form-control::-webkit-input-placeholder {
        font-size: 14px !important;
        color: #8a8a8a;
    }


.checkout-delivery-information-container {
    padding-bottom: 50px;
    font-size: 13px;
}

    .checkout-delivery-information-container .form-control, .checkout-delivery-information-container .form-select {
        border: 1px solid #b0b3b9 !important;
    }

    .checkout-delivery-information-container .form-control::-webkit-input-placeholder {
        color: #8a8a8a;
    }

    .checkout-delivery-information-container label {
        margin-bottom: 0;
    }

.vat-and-reference-comment {
    font-size: 12px;
    color: #8a8a8a;
}

.vat-and-reference-comment::before {
    content: '(!) ';
    font-size: 13px;
    font-weight: 700;
}


.checkout-login-error-message, .checkout-proceed-to-payment-error {
    color: #ff0033;
    font-size: 13px;
}

.checkout-proceed-to-payment-error {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
}


.checkout-payment-options .btn, .company-or-personal-panel .btn {
    font-weight: 400;
    background-color: white;
    font-size: 15px;
    font-weight: 400;
}

    .checkout-payment-options .btn-outline-success, .company-or-personal-panel .btn-outline-success {
        border-width: 2px;
    }

    .checkout-payment-options .btn:active:focus, .checkout-payment-options .btn:target,
    .company-or-personal-panel .btn:active:focus, .company-or-personal-panel .btn:target {
        outline: none;
        box-shadow: none;
        background-color: inherit;
    }

    .checkout-payment-options .btn:hover, .company-or-personal-panel .btn:hover {
        cursor: pointer;
        color: inherit;
        background-color: rgba(40, 167, 69, 0.1);
    }


.checkout-payment-method-span-selected, .company-or-personal-panel-span-selected {
    color: #28a745;
}

.checkout-payment-method-span, .company-or-personal-panel-span {
    color: #929292;
}

.payment-option-selected-label {
    font-size: 14px;
    font-weight: 700;
}


.checkout-payment-divider {
    border-top: 1px solid #eee;
}


.checkout-payment-overview-label {
    font-weight: 700;
}


.checkout-goback {
    font-size: 13px;
}


.checkout-payment-extra-container {
    padding: 10px 20px 0 20px;
    border: 1px dotted #F9B208;
}


    .checkout-payment-extra-container label, .checkout-payment-extra-container a {
        font-size: 14px;
        font-weight: 400;
    }



.order-status-card-deck .card {
    font-size: 13px;
    max-width: 20%;
}

    .order-status-card-deck .card img {
        display: inline-block;
        width: 60%;
    }

    .order-status-card-deck .card-body {
        margin-top: 10px;
        background-color: #fafafa;
    }

    .order-status-card-deck .card-text {
        padding: 0;
        margin-bottom: 4px;
    }

.order-status-small-title {
    font-weight: 700;
}



.cart-overview-country-container {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 1px dotted #F9B208;
}

.cart-overview-country-container select {
    border-radius: 0;
}

.cart-overview-country-container label {
    margin-bottom: 3px;
    font-size: 14px;
}

    .cart-overview-country-container .btn {
        border-radius: 0;
        border: 1px solid #d8d8d8;
    }

    .cart-overview-country-container .btn:focus {
        outline: none !important;
    }

.cart-overview-country-container .get-price-btn {
    padding: 8px 10px 8px 10px;
    border: none;
}

.cart-overview-shipping-price-label {
    font-weight: 700;
    font-size: 14px;
}


.asterisk {
    font-weight: 700;
    color: red;
}

    .asterisk::after {
        content: ' *';
    }





/* Dölj pilar/spinner från inputfältet i carten när endast numeriska karaktärer är tillåtna */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




@media screen and (max-width: 576px) {
    .cart-container .cart-product-image {
        width: 70%;
    }

    .cart-product-quantity input[type="number"] {
        height: 40px;
        font-size: 17px;
        border: none;
    }

    .cart-product-quantity input[type="number"]:focus {
        border: none;
    }

    .cart-product-quantity-increment, .cart-product-quantity-decrement {
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        border: 1px solid rgba(11, 68, 100, 0.5);
        //color: white;
    }

    .cart-container {
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cart-product-image-border {
        border: none;
    }

    .cart-product-price-piece {
        padding-top: 26px;
    }

    .payment-overview {
        font-size: 17px;
    }

    .payment-options-title {
        font-size: 17px;
    }

    .read-and-agree-text {
        font-size: 16px;
    }

    .order-status-small-title, .order-status-small-value {
        font-size: 16px;
    }

    .order-status-small-value {
        margin-bottom: 10px;
    }
}