a {
    color: #000;
}

a:hover,
a:focus {
    color: #e4df2e;
}

.panel-group {
    float: left;
    width: 100%;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

.panel-default > .panel-heading {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #eaeaea;
}

.panel-title {
    font-weight: normal;
}

.panel-title a {
    float: left;
    width: 100%;
    display: block;
}

.panel-default > .panel-heading a {
    padding: 10px 46px 11px 20px;
    display: block;
}

.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
    color: inherit;
    text-decoration: none;
}

.panel-default > .panel-heading a:hover {
    color: #fff;
    background-color: #ff5d23;
}

.panel-default > .panel-heading a:hover .order-value .text-danger {
    color: #fafafa;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    float: right;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading .order-value {
    float: right;
}

.panel-heading .order-value .caption {
    font-size: 12px;
}

.panel-heading .order-value .price {
    font-weight: bold;
}

/*quantity*/
.form-group-quantity {
    position: relative;
}

.form-group-quantity input {
    padding: 0 46px;
    text-align: center;
}

.form-group-quantity button {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    border: none;
    line-height: 20px;
    background-color: transparent;
    color: #595959;

}

.form-group-quantity button.quantity-dec {
    left: 0;
    border-right: 1px solid #e5e5e5;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.form-group-quantity button.quantity-inc {
    right: 0;
    border-left: 1px solid #e5e5e5;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.form-group-quantity button:focus,
.form-group-quantity button:hover {
    color: inherit;
}

.form-group-quantity input,
.form-group-quantity button {
    border-color: #575757;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.form-group-quantity.focused input,
.form-group-quantity.focused button {
    border-color: #e4df2e;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progressbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 4px;
    background-color: #e4df2e;
    z-index: 200000000;
}

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

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

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

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

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

.basket-view .price-box.has-discount .price-netto,
.basket-view .price-box.has-discount .price-brutto {
    display: table;
    width: 100%;
}
.basket-view .price-box.has-discount .caption-suffix{
    font-size: 16px;
    line-height: 1em;
}

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

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

.invoice-column {
    margin-top: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basket-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;
}

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

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

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

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

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

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

.basket-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;
}

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

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

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

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

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

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

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

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

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

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

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

.shop-basket-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;
    margin-bottom: 30px;
}
.shop-order-login-box .btn{
    margin: 10px 0 0;
}

.shop-mini-basket .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{
    background-color: #dc070c !important;
    border-color: #dc070c !important;
}

.btn-pay:hover{
    background-color: #494949 !important;
    border-color: #494949 !important;
}

.btn-pay img {
    height: 1.7em;
    margin: 0 5px;
    width: auto;
    vertical-align: middle;
}

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

}
.basket-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) {
    .basket-view-bottom .button {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

