/* When customizing the theme without Sass you should edit this file */
/* Remember to rename it to custom.css */

#checkout_summary div.checkout-summary-widget {
    padding: 15px 0 0;
}

#checkout_summary .checkout-summary-widget .block-title {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 15px;
    padding: 0;
}

#checkout_summary .checkout-summary-widget .block-title strong {
    font-weight: 700;
}

#coupon-placeholder-checkout {
    margin: 1rem 0;
}

#coupon-placeholder-checkout .apply{
    margin: 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

#checkout_summary .data-table {
    padding: 0 5px;
    border: 1px solid rgb(150, 147, 145);
    border-radius: 5px;
}

#checkout_summary .checkout_summary-item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 15px 0;
    border-bottom: 1px solid rgb(150, 147, 145);;
}

#checkout_summary .checkout_summary-item:last-child {
    border: none;
}

#checkout_summary .checkout_summary-item-img {
    width: 30%;
}

#checkout_summary .checkout_summary-item-price {
    width: 100%;
    text-align: right;
}

#checkout_summary .checkout_summary-item-descr {
    width: 70%;
    padding: 0 5px 0 10px;
    margin: 0 0 20px;
}

#checkout_summary .checkout_summary-item-descr .notice {
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
}

#checkout_summary .product-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

#checkout_summary .cart-price {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

#checkout_summary .item-options {
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 8px;
}

#checkout_summary .item-options dt,
#checkout_summary .item-options dd {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
}

#checkout_summary .item-options dt {
    margin-right: 5px;
}

#checkout_summary table#shopping-cart-totals-table {
    border-collapse: collapse;
}

#shopping-cart-totals-table td{
    padding: 10px 10px 0 0;
}

#product-options-wrapper .option dt {
    width: 100%;
    cursor: pointer;
}

.one-column-checkout {
    max-width: 50rem;
}

#kco_review .cart-table .kco-cart-item .btn-remove {
    float: none;
    vertical-align: middle;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    width: 1.5em;
    line-height: 1em;
}

#kco_review .cart-table .kco-cart-item .btn-remove:before {
    position: absolute;
    content: "\2716";
    top: -2px;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    text-indent: 0;
    font-size: 0.75rem;
    padding: 0.05rem 0.15rem;
    background-color: white;
    border-radius: 3px;
    color: #d32f2f;
    border: 2px solid #d32f2f;
}

#kco_review .cart #shopping-cart-table tr th {
    padding: 0.5rem;
    text-align: center;
}

#kco_review .cart #shopping-cart-table tr th:nth-of-type(2) {
    text-align: left;
}

#kco_review .cart #shopping-cart-table .kco-cart-item .btn-remove:hover:before {
    color: white;
    background-color: #d32f2f;
}

#kco_review .cart #shopping-cart-table .kco-cart-item td {
    padding: 0.25rem 0.5rem;
}

#kco_review .cart #shopping-cart-table .kco-cart-item td .product-image img {
    height: 40px;
    width: 40px;
    padding: 0.25rem;
}

#kco_review .cart #shopping-cart-table .kco-cart-item td .product-name {
    font-weight: normal;
    text-transform: uppercase
}

#kco_review .cart #shopping-cart-table .kco-cart-item td .item-options {
    font-size: 0.8rem;
}

#kco_shipping_available dl.sp-methods dl, #kco_shipping_available dl.sp-methods ul {
    list-style: none;
}

#kco_shipping_available dl.sp-methods dl, #kco_shipping_available dl.sp-methods ul li {
    margin-bottom: 1rem;
}

#kco_shipping_available input[type="radio"] {
    margin: 0.4rem 0 0;
}

#klarna-checkout-container {
    overflow: hidden;
}

.kco_payment_form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.kco_payment_form fieldset ul {
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .klarna-checkout .header .logo {
        display: inline-block;
        font-size: 2.75rem;
        line-height: 0;
        margin: 0 0 0.5rem;
        width: 80%;
        position: relative;
        left: 0;
    }

    .klarna-checkout .header .logo img {
        height: auto;
    }

    .klarna-checkout .header #kco_static_block {
        margin-toP: 1rem;
    }

    .klarna-checkout #login-popup,
    .klarna-checkout #kco_login,
    .klarna-checkout #kco_review,
    .klarna-checkout #newsletter_coupon_wrapper,
    .klarna-checkout #kco_postal {
        padding: 0 0.5rem;
    }

    #kco_review .cart #shopping-cart-table .kco-cart-item td.a-center.input-wrapper {
        text-align: center;
    }
}