
.store-view .price-new {
    font-size: 20px;
    line-height: 30px;
}

.store-view span.quantity {
    font-size: 20px;
    line-height: 54px;
}

.store-view span.itemPriceTotal {
    font-size: 20px;
}

.store-view .price-old {
    padding-top: 5px;
}

.store-view .price-box {
    text-align: center;
}

.store-view .price-box.has-discount .price-brutto {
    display: table;
    width: 100%;

}

.store-view .price-box.has-discount .price-new {
    display: table-footer-group;
}

.store-view .price-box.has-discount .price-old {
    display: table-header-group;
}

.store-view {
    margin-bottom: 90px;
}

.store-view-bottom {
    margin-bottom: 40px;
}

.store-view .store-view-bottom .button {
    font-size: 15px;
    padding: 10px 0;
    height: auto;
}

.store-view .product-list {
    margin-bottom: 40px;
    text-align: center;
}

.store-view .product-list .product-item {
    margin-top: 25px;
}

.store-view .product-list > .row {
    margin: 0;
    font-weight: bold;
    padding-bottom: 18px;
    /*margin-bottom: 26px;*/
    border-bottom: 2px solid #e4df2e;
}

.store-view .product-name {
    display: block;
    margin-bottom: 5px;
}

.store-view .slogan {
    display: block;
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .store-view .product-item .row > div:first-child,
    .store-view .product-item .row > div:nth-child(2),
    .store-view .product-list > .row > div:first-child {
        text-align: left;
    }
}

.store-view .product-item .content {
    border-bottom: 1px solid #ddd;
}

.store-view .product-item .row {
    margin: 0 0 25px 0;
}

.store-view .thumbnail {
    margin-bottom: 0;
}

.store-view .thumbnail:hover,
.store-view .thumbnail:focus {
    border-color: #e4df2e;
}

.store-view .product-list .btn,
.store-view .product-list .price-box,
.store-view .product-list .product-store-box {
    margin-top: 11px;
}

.store-view .product-list .price-box.has-discount {
    margin-top: 0;
}

.store-view .delivery-methods {
    margin-bottom: 40px;
}

.store-view .delivery-methods label {
    font-weight: normal;
}

.store-view .delivery-methods label .iradio_minimal-custom {
    margin-right: 5px;
}

.store-view .delivery-address {
    margin-bottom: 40px;
}

.store-view .payment-methods {
    margin-bottom: 40px;
}

.store-view .payment-methods label {
    font-weight: normal;
}

.store-view .payment-methods label .iradio_minimal-custom {
    margin-right: 5px;
}

.store-view .purchase-documents {
    margin-bottom: 40px;
}

.store-view .purchase-documents label {
    font-weight: normal;
}

.store-view .purchase-documents label .iradio_minimal-custom {
    margin-right: 5px;
}

.store-view .price-and-discount-container table {
    margin-bottom: 0;
}

.store-view .store-summary {
    margin-bottom: 40px;
    padding: 15px;
}

.store-view .store-summary tfoot th {
    font-size: 1.75rem;
    line-height: 50px;
}

.store-view .store-summary tfoot td {
    font-size: 36px;
    line-height: 50px;
}

.store-view .product-list label {
    font-weight: bold;
    margin-bottom: 8px;
}

.store-view .element-rules a {
    color: #e4df2e;
}

.store-view .element-rules a:hover,
.store-view .element-rules a:focus {
    text-decoration: underline;
}

.store-view h2 {
    margin-bottom: 30px;
}

.store-view h3 {
    margin-bottom: 24px;
}

.store-view .form-group:not(.form-group-quantity) .form-control[type="text"] {
    height: 50px;
    padding: 0 20px;
}

.store-view .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    box-shadow: none;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #0e1a26;
    line-height: 25px;
}

.store-view textarea.form-control {
    padding-top: 10px;
}

.store-view .icheckbox_minimal-custom {
    margin-right: 7px;
    margin-top: -3px;
}

.store-view .invoice-column {
    margin-top: 69px;
}

.store-view {
    padding-top: 45px;
}

.store-view .page-heading {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.store-view .page-heading + * {
    clear: both;
}

.store-view .page-heading .title {
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    font-size: 40px;
    line-height: 60px;
}

input:focus, textarea:focus, select:focus {
    outline-offset: -2px;
}

.has-error .element-rules .checkbox {
    color: inherit;
}

.store-view .order-summary-data {
    text-align: center;
    margin-bottom: 45px;
}

.store-view .order-summary-data {
    line-height: 2em;
}

.store-view .order-summary-data .text-right {
    font-weight: bold;
}

.store-view .row.summary-check-payment {
    display: none;
    margin-top: 45px;
}

.store-view .row.summary-check-payment .button {
    height: auto;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.store-view h2.pay-for-order {
    margin-top: 40px;
}

.store-view .shop-store-delivery-distance-container {
    line-height: 34px;
}

.store-view .summary-box .form-element-name {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.store-view .form .summary-box .checkboxradio-container label {
    font-size: 14px;
    margin-bottom: 10px;
}

.store-view .form .summary-box .form-element-name .form-required-mark {
    display: none;
}

.store-view .form .summary-box .checkboxradio-container label > span {
    /*position: relative;*/
    /*top: -2px;*/
}
.store-view .product-restrictrions{
    font-size: 11px;
    margin-top: 10px;
    float: left;
    cursor: help;
}
.store-view .product-restrictrions label{
    font-weight: bold;
}
.store-view .restrictions-list {
    display: inline-block;
}
.store-table .subname{
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.store-table .variant-name{
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.shop-store-couponType2 {
    font-weight: normal;
    font-size: 12px;
}

.shop-method-disable-reason{
    display: block;
    color: darkred;
    font-size: 12px;
}

.shop-product-variant-name {
    font-size: 12px;
}

.shop-order-login legend h2{
    margin-bottom: 20px;
}
.shop-order-login-box {
    background: #fff;
    padding: 20px;
}
.shop-order-login-box .btn {
    margin: 10px 0 0;
}

.shop-mini-store .shop-product-variant-group{
    display: none;
}

.option {
    margin: 5px 0;
}

.option div.option-label {
    display: inline-block;
    color: #000;
    text-align: left;
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.option .option-container {
    display: inline-block;
    border: 1px solid #000;
    width: 100%;
    height: 70px;
    vertical-align: middle;

    cursor: pointer;
}

.option .order {
    display: inline-block;
    padding: 18px;
    background-color: #000;
    color: #e4df2e;
    font-size: 32px;
    height: 100%;
    vertical-align: middle;
    line-height: 32px;
    font-weight: bold;
}

.option button {
    width: 120px;
    background-color: #000;
    border: 0;
    color: #e4df2e;
    padding: 10px;
    float: right;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

button#pay {
    background-color: #000;
    color: #e4df2e;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    float: none;
    width: auto;
}

.option button:hover,
button#pay:hover {
    background-color: #e4df2e;
    color: #000;
}

.btn-pay img {
    height: 1em;
    width: auto;
    vertical-align: middle;
}

.store-table .orderItemsValue{
    float: right;
}
.store-table tfoot th {
    border-top: 1px solid #dbdbdb;
}
.store-coupon{

}
.store-coupon .input-group-btn.btn{
    padding: inherit;
}

@media screen and (max-width: 479px) {

    .option .option-container button {
        width: 80px;
        padding: 0;
        float: right !important;
    }

    .option div.option-label {
        width: 60px;
    }

}

@media screen and (max-width: 991px) {
    .store-view-bottom .button {
        width: 100%;
    }

    .store-view .product-list .price-box {
        margin: 0;
    }

    .store-view .product-list .product-store-box {
        margin-top: 0;
    }

    .store-view .product-list .product-store-box .form-group {
        margin-bottom: 0;
    }

    .store-view .content .caption {
        float: left;
        line-height: 34px;
    }

    .store-view .content .val.product-name {
        font-size: 20px;
        line-height: 34px;
    }

    .store-view .content .val {
        float: right;
        margin-bottom: 5px;
    }

    .store-view .content .val.quantity {
        line-height: inherit;
        height: 34px;
    }

    .store-view .thumbnail {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .store-view-bottom .btn-wrapper + .btn-wrapper {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .store-view .product-list .product-store-box {
        max-width: 150px;
    }

    .store-view .store-summary .caption {
        float: right;
    }

    .store-view .store-summary .price-box {
        display: block;
        margin: 0;
        padding-top: 10px;
        width: 100%;
    }

    .store-view .store-summary .price-box .price {
        float: right;
    }
}

