/* BASKET START */

@media screen and (min-width: 1140px) {
    .basket-table .only-mobile {
        display: none !important;
    }

    .basket-table tbody tr,
    .basket-table tbody td {
        height: auto !important;
    }
}

.basket-table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.basket-table th,
.basket-table td {
    padding: 18px 20px;
    vertical-align: middle;
}

.basket-table th {
    font-size: 15px;
    font-weight: 500;
}

.basket-table td.product-image {
    width: 100px;
    padding-left: 0;
    padding-right: 20px;
    vertical-align: top;
}

.thumbnail {
    border-radius: 0;
}

.basket-table .image {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 100px;
}

.basket-table .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.basket-table .image a img {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.basket-table .name {
    display: inline-block;
    vertical-align: middle;
}

.basket-table .name a.title {
    font-size: 18px;
}

.basket-table .name a.basket-update {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: underline;
}

.shop-mini-basket .alert .close {
    display: none;
}

.shop-basket-product-name-info {
    display: table-footer-group;
}

.shop-basket-product-name-info .variant {
    display: block;
    width: 100%;
    float: left;
}

.basket-table .input-counter {
    float: none;
}

.basket-table .input-counter input {
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 720px) {
    #basket-total .col-xs-8 {
        width: 100%;
        margin-bottom: 20px;
    }

    #basket-total .col-xs-6 {
        padding: 0;
    }

    #basket-total .col-xs-4 {
        width: 100%;
    }

    .basket-table th, .basket-table td {
        padding: 10px 14px;
    }

    .basket-table .name {
        display: inline;
    }
}

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

    .basket-table .input-counter {
        /*width: 100%;*/
    }

    .basket-table thead {
        display: none;
    }

    .basket-table td {
        display: block;
        float: left;
    }
}

/****************************/

.basket-table th, .basket-table td {
    border-bottom: 1px solid #C5C5C5;
}

.basket-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.basket-table tbody tr:nth-child(even) {
    background-color: #e9e9e9;
}

.basket-table .input-counter .action {
    /*width: 26px;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    cursor: pointer;
}

.shop-quantity-box input.input-qty {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 46px;
    line-height: 28px;
    background-color: #fff;
    /*border-top: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

/*.basket-table span.qty-minus.qty-down:after,*/
/*.basket-table span.qty-plus.qty-up::after {*/
/*top: 9px;*/
/*}*/

.basket-table {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
    border-spacing: 0;
}

.basket-table .form-group {
    margin-bottom: 0;
}

.order-history-table {
    table-layout: fixed;
}

.basket-table td:last-child .btn {
    border-radius: 23px;
}

@media screen and (min-width: 1140px) {
    .basket-table td:last-child .btn {
        display: inline-block;
        max-width: 100%;
        white-space: normal;
        padding: 0;
        width: 46px;
        height: 46px;
        position: relative;
    }

    .basket-table td:last-child .btn:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -1px;
        width: 2px;
        height: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -ms-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    .basket-table td:last-child .btn:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -1px;
        width: 2px;
        height: 16px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -ms-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }
}

.basket-table td:last-child .btn {
    color: #494948;
    border-color: rgba(0, 0, 0, 0.1);
    background: transparent;
}

.basket-table td:last-child .btn:after,
.basket-table td:last-child .btn:before {
    background: #494948;
}

.basket-table td:last-child .btn:hover {
    /*color: #494948;*/
    /*border-color: #494948;*/
    /*background: transparent;*/
    color: #fff;
    background-color: #63aa24;
    border-color: #63aa24;
}

.basket-table td:last-child .btn:hover:after,
.basket-table td:last-child .btn:hover:before {
    background: #fff;
}

.basket-table .price {
    text-align: center;
}

.basket-table td.product-info-box {
    width: 300px;
    padding-right: 25px;
    text-align: left;
}

.basket-table th,
.basket-table td {
    border: none;
    text-align: center;
}

.basket-table th {
    padding: 24px 15px;
}

.basket-table td {
    position: relative;
    padding: 16px 8px;
}

.basket-table td.lp {
    width: 40px;
}

.basket-table th.lp {
    text-align: left;
}

.basket-table th.quantity {
    width: 162px;
}

.basket-table .remove-column {
    width: 91px;
}

.basket-table tbody .lp {
    padding: 0;
    color: #63aa24;
    font-weight: bold;
    font-size: 12px;
}

.basket-table th.lp {
    width: 40px;
}

.basket-table th {
    background-color: transparent;
    color: #494948000;
    font-weight: 400;
    font-size: 18px;
}

.basket-table th .caption {
    display: block;
    float: left;
    width: 100%;
}

.basket-page-top-first-step .text {
    max-width: 520px;
}

.basket-table .image {
    float: left;
    padding: 0;
    border: 1px solid #C5C5C5;
}

.thumbnail {
    margin-bottom: 0;
    border-color: #C5C5C5;
}

.basket-table .name {
    display: block;
    float: left;
    padding-right: 13px;
    /*width: 299px;*/
    font-size: 12px;
}

.basket-table .name > * {
    clear: both;
}

.basket-table .name a.title {
    display: table-cell;
    margin-bottom: 5px;
    color: #494948;
    vertical-align: middle;
}

.shop-basket-list-product-set-parts-name.product-name.name a.title {
    font-size: 14px;
}

.basket-table .name a.title:hover,
.basket-table .name a.title:focus {
    color: #63aa24;
}

.basket-table .name .product-name-more {
    display: block;
    font-size: 12px;
}

.basket-table .name a.basket-update {
    display: block;
    margin: 3px 0;
}

.basket-table .quantity .val {
    display: block;
    font-size: 20px;
}

.basket-table .discount,
.basket-table .price-new {
    display: block;
    text-align: center;
    font-size: 20px;
}

.basket-table .val.price {
    font-size: 16px;
}

.basket-table .price-old {
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 14px;
}

.basket-table .input-counter {
    display: inline-block;
    /*width: 114px;*/
}

.price-old {
    text-decoration: line-through;
}

/**/

.page-title.basket-title .title {
    border-bottom: 0;
}

.basket-title .step-list {
    padding: 15px 0;
}

.step-list {
    font-size: 0;
    margin: 0 -5px;
}

.step-list .step {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 5px;
    white-space: nowrap;
}

.step-list .step .step-inner a {
    display: block;
    color: #494948;
    background: transparent;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.step-list .step .step-inner a:hover {
    text-decoration: none;
}

.step-list .step .nb {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
}

.step-list .step .active .nb {
    color: #fff;
    background-color: #63aa24;
}

/*
.step-list .step .step-inner.active a {
    background: #63aa24;
    border-color: transparent;
    color: #fff;
}
*/

.step-list .step .step-inner.active a {
    background: transparent;
    border-color: #63aa24;
    color: #63aa24;
}

.basket-view {
    padding-top: 0;
}

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

.basket-view .page-heading {

}

.basket-coupon {
    padding-bottom: 30px;
}

.basket-coupon .form-control {
    border-radius: 25px;
}

/**/

.basket-view .basket-summary {
    margin: 0 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0;
}

.basket-summary .summary-row {
    position: relative;
    display: table;
    padding: 18px 0 19px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.basket-summary .summary-row .price {
    color: #494948;
    font-weight: normal;
    font-size: 20px;
}

.basket-summary .summary-row .caption {
    color: #494948;
    font-weight: bold;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.basket-summary .summary-row .val {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: right;
    font-size: 24px;

}

.basket-summary .summary-row.summary-value {
    border-bottom: 0;
}

.basket-summary .summary-row .price-new {
    float: right;
    color: #494948;
    font-size: 36px;
}

.basket-summary .summary-row .val-lg {
    font-size: 20px;
}

.basket-summary .form-element.has-feedback .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 60px;
}

.basket-summary .form-element-select,
.basket-summary .form-element.form-element-radio,
.basket-summary .price-and-discount-container {
    padding: 15px 20px;
}

.basket-summary .price-and-discount-container {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0;
}

.order-history-view .form-element-name,
.submenu h3,
.form *[class*="form-element-collection"] > .form-element-label-wrapper > .form-element-name,
.form *[class*="form-element-collection"] > .form-element-name,
.basket-view .summary-box .form-element-name,
.basket-view .summary-box h3,
.filter-grid h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #63aa24;
}

.order-history-view .form-element-name,
.form *[class*="form-element-collection"] > .form-element-name,
.form *[class*="form-element-collection"] > .form-element-label-wrapper > .form-element-name,
.basket-view .summary-box .form-element-name,
.basket-view .summary-box h3,
.filter-grid h2 {
    font-family: 'Ubuntu', sans-serif;
}

.order-history-view .form-element-name,
.basket-view .basket-summary-right h3,
.form *[class*="form-element-collection"] > .form-element-name,
.form *[class*="form-element-collection"] > .form-element-label-wrapper > .form-element-name {
    color: #494948;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.order-history-view .form-element-name {
    padding-left: 8px;
    padding-right: 8px;
}

.basket-view .summary-box .form-element-name,
.basket-view .summary-box h3,
.filter-grid h2 {
    margin: 0;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form div[class*="form-element-collection"] > .form-element-label-wrapper {
    margin: 0;
}

.form .form-element-checkboxSingle .form-element-name {
    color: #494948;
    font-family: 'Ubuntu', sans-serif;
}

.filter-grid h2 {
    color: #494948;
}

.filter-grid .form-elements {
    margin-bottom: 0;
}

.filter-grid {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 20px;
}

.filter-grid form {
    padding: 15px 20px;
}

.basket-summary .price-and-discount-container .table > tbody > tr:first-child > td,
.basket-summary .price-and-discount-container .table > tbody > tr:first-child > th {
    border-top: 0;
}

.container.container-basket {
    max-width: 1350px;
}

.basket-view .summary-box .shop-basket-total-price {
    font-weight: 800;
    color: #63aa24;
}

.basket-view .order-summary-data .basket-summary {
    margin-bottom: 20px;
    word-break: break-word;
}

.basket-view .order-summary-data .basket-summary .table {
    margin-bottom: 0;
    font-size: 13px;
}

.basket-view legend {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
}

.basket-view legend h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #63aa24;
    overflow: visible;
    margin: 0;
}

.shop-order-login .btn-container {
    margin-bottom: 30px;
}

.shop-order-login-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-order-login-box .text {
    margin-bottom: 15px;
}

.shop-order-login-box .match {
    display: table;
    width: 100%;
}

.shop-order-login-box .match .match-inner {
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: top;
    padding-bottom: 50px;
    position: relative;
}

.shop-order-login-box .match .match-inner .btn {
    position: absolute;
    bottom: 0;
}

.submenu h3,
.user-info-page .panel-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.submenu h3 {
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 38px;
}

.user-info-page .panel-title,
.register-form-container .panel-title,
.login-box-title {
    padding: 12px 15px;
    margin: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.login-box-title {
    font-weight: 700;
}

.login-box-title h1,
.login-box-title h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #494948;
}

.login-box .panel {
    margin-bottom: 0;
}

.login-form-container .form .row .col-xs-6 {
    width: 100%;
}

.basket-view h2 {
    display: inline-block;
    line-height: 30px;
    font-weight: 800;
    overflow: visible;
    margin: 0;
}

.basket-view h2:not(:last-child) {
    padding-bottom: 10px;
}

.basket-view .confirmation-box {
    padding-bottom: 40px;
}

@media screen and (max-width: 1139px) {
    .basket-view .page-heading h2 {
        font-size: 32px;
        line-height: 44px;
    }

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

@media screen and (max-width: 950px) {
    .basket-view .page-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .basket-view .page-heading {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    .basket-view .page-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 480px) {
    .basket-view .page-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.shop-quantity-box {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    /*padding: 12px;*/
    background: #f1f2f2;
    position: relative;
    /*width: 170px;*/
}

.shop-quantity-box .input-qty {
    height: 36px;
    border-color: transparent;
    background-color: transparent;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #343536;
}

.shop-quantity-box .input-qty:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.shop-quantity-box .qty-down,
.shop-quantity-box .qty-up {
    position: absolute;
    /*top: 12px;*/
    height: 36px;
    width: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 34px;
    background: #fff;
    color: #494948;
    text-align: center;
    /*border-radius: 0;*/
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1140px) {
    .shop-quantity-box .qty-down:hover,
    .shop-quantity-box .qty-up:hover {
        color: #fff;
        background: #63aa24;
        border-color: #63aa24;
    }
}

.shop-quantity-box .qty-up {
    /*right: 12px;*/
    border-left: none;
}

.shop-quantity-box .qty-down {
    /*left: 12px;*/
    border-right: none;
}

.product-page .shop-quantity-box {
    width: 100%;
}

.basket-view .basket-summary tfoot th {
    vertical-align: middle;
    line-height: normal;
    font-size: 20px;
}

.basket-view .summary-box .shop-basket-total-price {
    font-size: 24px;
}

.basket-coupon-box .element-row {
    white-space: nowrap;
    font-size: 0;
}

.basket-coupon-box .element-row .form-element {
    display: inline-block;
    vertical-align: top;
    font-size: medium;
}

.basket-coupon-container label {
    margin-right: 10px;
}

.basket-coupon-box .btn:not(:first-child) {
    margin-left: 15px;
}

.basket-coupon-code {
    font-weight: 700;
}

.basket-coupon-box .form-element .alert-block {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.basket-view .panel {
    box-shadow: none;
}

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

/*.shop-quantity-box,*/
/*.shop-quantity-box .qty-down,*/
/*.shop-quantity-box .qty-up {*/
/*border-radius: 0;*/
/*}*/

.form .form-control.select2-selection {
    padding: 0;
}

.select2 .flag-icon {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.collection-row-wrapper > .panel {
    margin-bottom: 8px;
}

.collection-row-wrapper .form-elements .form-element-container {
    padding-bottom: 15px;
}

.basket-table .title {
    padding-bottom: 0;
}

.form-with-fixed {
    overflow: hidden;
    position: relative;
}

.basket-view .form-wrapper {
    width: 60%;
    float: left;
}

.fixed-offset {
    padding-bottom: 20px;
}

.fixed-offset .panel .panel-body {
    max-width: 800px;
}

.form-with-fixed .fixed-offset .btn .fa.fa-arrow-right {
    padding-left: 8px;
}

.form-with-fixed .fixed-offset .btn .fa.fa-arrow-left {
    padding-right: 8px;
}

.basket-view .right-column {
    width: 40%;
    float: right;
}

.form-with-fixed .right-column {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 10px;
}

.basket-view .fixed-right {
    padding-left: 15px;
}

.form-with-fixed .fixed-right {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    pointer-events: none;
}

.form-with-fixed .fixed-right .basket-summary {
    margin-bottom: 0;
    pointer-events: all;
}

.form-with-fixed .fixed-right.affix-top {
    position: absolute;
    top: 0;
}

.form-with-fixed .fixed-right.affix {
    position: fixed;
    top: 100px;
}

.form-with-fixed .fixed-right.affix-bottom {
    position: absolute;
    bottom: 0;
}

.basket-coupon-activated .basket-coupon-box .input-group > *,
.basket-coupon-container > * {
    display: inline-block;
    vertical-align: middle;
}

.basket-view .shop-order-login {
    padding-left: 0;
    padding-right: 0;
}

/**
 * USER
 */

.password-reset-container .login-box {
    margin-bottom: 15px;
}

.password-reset-container .panel {
    margin-bottom: 0;
}

.submenu ul li {
    transition: all 0.6s;
}

.submenu ul li:not(:first-child) {
    border-top: none;
}

.submenu ul li a {
    color: #343536;
    text-decoration: none;
    padding: 14px 15px;
    display: block;
    transition: all 0.6s;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.submenu ul li:not(:first-child) a {
    border-top: none;
}

.container .user-info-page .container {
    padding-left: 0;
    padding-right: 0;
}

.submenu ul li.active {
    overflow: hidden;
    position: relative;
}

/*
.submenu ul li.active:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.submenu ul li.active:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
*/
.submenu ul li.list-group-item:hover,
.submenu ul li.active a {
    color: #fff;
    background-color: #63aa24;
    border-color: #63aa24;
    display: block;
}

@media screen and (min-width: 1140px) {
    .submenu ul li a:hover {
        color: #fff;
        background-color: #63aa24;
        border-color: #63aa24;
        display: block;
    }

    .submenu ul li a:hover {
        background-color: #494948;
    }
}

.rwd-menu .submenu ul li.active a {
    background-color: transparent;
}

.user-info-page .form:not(.filter-form) {
    padding-top: 0;
}

.input-group-addon {
    color: #494948;
    border-radius: 0;
    border-color: #e5e5e5;
    background-color: #f9f9f9;
}

/* DATEPICKER */
.datepicker {
    box-shadow: none;
    border-radius: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.datepicker thead {
    color: #63aa24;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-right-color: #63aa24;
    border-bottom-color: #63aa24;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-image: none;
    background-color: #63aa24;
}

.dropdown-menu {
    border-radius: 0;
}

.vertical-padding {
    padding-bottom: 50px;
}

.stick-to-bottom {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.password-policy-description .text ul {
    padding-left: 0;
}

.password-reset-container .login-box-aside .match {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.password-reset-container .panel {
    position: relative;
}

.password-reset-container .match {
    display: table;
    width: 100%;
}

.user-orders .table.table-crud > tbody > tr > td {
    vertical-align: middle;
}

.password-reset-container .match .match-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.basket-view .payment-methods,
.basket-view .delivery-methods {
    margin: 0;
}

header .basket-btn {
    position: relative;
}

.top-box {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 100%;
    right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    width: 400px;
    font-size: medium;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-box-container .glyphicon-bg {
    display: none;
}

.rwd-menu .top-box-container .glyphicon-bg {
    display: block;
}

@media screen and (min-width: 1140px) {
    .top-box-container.hovered .top-box {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.top-box .list-group:last-child {
    margin-bottom: 0;
}

.top-box .submenu h3 {

}

.top-box-product {
    padding: 15px 0;
}

.top-box-login-container .top-box {
    width: 350px;
}

.top-box-login-container .top-box .form-group {
    margin-bottom: 10px;
}

.top-box-login-container .top-box .form-element-name {
    font-size: 14px;
    margin-bottom: 5px;
}

.top-box-login-container .top-box .form-control {
    height: 40px;
}

.top-box-login-container .top-box .form-control-feedback {
    height: 40px;
    line-height: 40px;
}

.top-box-login-container .top-box .btn.btn-block {
    height: 40px;
    line-height: 38px;
    font-size: 15px;
}

.top-box-product:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-product:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-summary-right .summary-box .top-box-product {
    border-top: none;
}

.basket-summary-right .summary-box .top-box-product:last-child {
    border-bottom: none;
}

.top-box-product .top-box-top {
    display: table;
    width: 100%;
    max-width: 100%;
}

.top-box-product .top-box-left,
.top-box-product .top-box-right {
    display: table-cell;
    vertical-align: middle;
}

.top-box-product .top-box-right {
    width: 100%;
    padding-left: 10px;
}

.top-box-product .top-box-product-image {
    position: relative;
    width: 80px;
    height: 80px;
}

.top-box-product .top-box-product-image a {
    display: block;
    width: inherit;
    height: inherit;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.top-box-product .top-box-product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.top-box-product .shop-item-count {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #333f48;
}

.top-box-product .shop-item-count span {
    padding-left: 1px;
    font-size: 14px;
}

.top-box-product .product-name {
    font-weight: bold;
    line-height: 1em;
    color: #494948;
}

.top-box-product .price:not(.price-old) {
    margin: 0;
    font-size: 16px;
}

.top-box-product .top-box-bottom {
    padding-top: 5px;
    color: #494948;
}

.top-box-product .top-box-bottom:after {
    content: "";
    display: block;
    clear: both;
}

.top-box-product .top-box-bottom > * {
    float: left;
    width: 50%;
}

.top-box-product .top-box-bottom .caption {
    font-size: 14px;
    color: #6d6e71;
}

/*.top-box-product .productbox-priceold {*/
/*margin-top: 3px;*/
/*}*/

.top-box-total .summary {
    display: table;
    width: 100%;
}

.top-box-total .summary > * {
    display: table-cell;
    vertical-align: middle;
}

.top-box-total .summary-left {
    text-align: left;
}

.top-box-total .summary-right {
    text-align: right;
}

.top-box-total .summary .caption {
    color: #6d6e71;
}

.top-box-btn {
    margin-top: 10px;
    text-align: center;
}

.top-box-btn .btn {
    width: 100%;
}

@media screen and (min-width: 1140px) {
    .top-box-product .top-box-product-image a[href]:hover {
        border-color: #63aa24;
    }

    .top-box-product .product-name[href]:hover {
        color: #63aa24;
    }
}

/***************************************************************************************************************
 * STYLE NADPISUJÄCE - CUSTOMOWY DESIGN STRONY
 ***************************************************************************************************************/

.heading.heading-hasright .heading-inside:after {
    content: "";
    display: block;
    clear: both;
}

.heading.heading-hasright .heading-content {
    float: left;
}

.heading.heading-hasright .heading-title {
    display: block;
    margin-top: 0;
}

.heading.heading-hasright .heading-content:after {
    content: "";
    display: block;
    clear: both;
}

.heading.heading-hasright .heading-right {
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading.heading-hasright .step-list {
    position: relative;
    top: 5px;
}

.step-list {
    margin: -5px -15px;
}

.basket-title .step-list {
    display: block;
    white-space: nowrap;
    text-align: right;
}

.step-list .step {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 140px;
    padding: 5px 15px;
    white-space: normal;
}

.step-list .step .step-inner a {
    font-size: 18px;
    font-weight: 400;
    color: #494948;
}

.step-list .step .nb {
    width: 34px;
    height: 34px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 32px;
    color: #63aa24;
    border-color: #63aa24;
}

.step-list .step .step-inner.active a {
    color: #494948;
}

.step-list .step .step-inner.active .nb {
    background-color: #63aa24;
}

.basket-coupon {
    padding: 0;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.basket-coupon:after {
    content: "";
    display: block;
    clear: both;
}

.basket-coupon-col {
    float: left;
    width: 50%;
    padding: 30px;
}

.basket-coupon-col:first-child:last-child {
    float: none;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
}

.basket-coupon-col:nth-last-child(2) {
    border-right: 1px solid #e0e0e0;
}

.basket-coupon-col:nth-child(2) {
    margin-left: -1px;
    border-left: 1px solid #e0e0e0;
}

.basket-coupon .text {
    font-size: 16px;
    font-weight: 400;
}

.basket-coupon-container label {
    margin-right: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #494948;
}

.basket-coupon-container > * {
    display: block;
}

.basket-coupon-box .element-row .form-element {
    display: block;
}

.basket-coupon-box .form-inline .input-group {
    display: table;
    width: 100%;
}

.basket-coupon-box .form-inline .input-group > .form-control {
    display: table-cell;
    height: 46px;
}

.basket-coupon-box form .btn.btn-primary {
    background-color: #494948;
}

.basket-coupon-box form .btn.btn-primary:hover,
.basket-coupon-box form .btn.btn-primary:focus {
    color: #494948;
    border-color: #494948;
    background-color: #fff;
}

.basket-view-bottom {
    border-color: #333f48;
}

.basket-view legend h2,
.basket-view .summary-box .form-element-name,
.basket-view .summary-box h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #63aa24;
}

.basket-view .form .summary-box .checkboxradio-container label {
    margin-bottom: 15px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #494948;
}

.basket-view .form .summary-box .checkboxradio-container .col-xs-12:last-child label {
    margin-bottom: 0;
}

.basket-summary {
    position: relative;
}

.form-with-fixed .fixed-right .basket-summary {
    margin-bottom: 74px;
}

.basket-view .basket-summary.basket-summary-total {
    position: relative;
    margin-bottom: 110px;
}

.basket-view .basket-summary tbody {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #494948;
}

.basket-view .basket-summary tbody th {
    font-weight: 700;
}

.basket-view .basket-summary tbody tr > * {
    padding-top: 12px;
    padding-bottom: 12px;
}

.basket-summary .price-and-discount-container table tr:first-child > * {
    padding-top: 0;
}

.basket-summary .price-and-discount-container tbody tr > *:first-child {
    padding-left: 0;
}

.basket-summary .price-and-discount-container tbody tr > *:last-child {
    padding-right: 0;
}

.basket-view .basket-summary.basket-summary-total tfoot {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    font-size: 22px;
    color: #333f48;
    border: 1px solid #333f48;
}

.basket-view .basket-summary.basket-summary-total tfoot tr {
    display: table;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
}

.basket-view .basket-summary.basket-summary-total tfoot th {
    padding: 8px 0 8px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.basket-view .basket-summary.basket-summary-total tfoot td {
    padding: 8px 20px 10px 0;
}

.basket-view .basket-summary.basket-summary-total tfoot td,
.basket-view .basket-summary.basket-summary-total tfoot th {
    border: none;
}

.orderItemsValue span {

    font-size: 18px;
    font-weight: 700;
    color: #494948;
}

.basket-table {
    border-collapse: collapse;
}

.basket-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
}

.basket-table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.basket-table td:last-child .btn {
    border-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1140px) {
    .basket-table thead tr > *,
    .basket-table tbody tr > * {
        border: 1px solid #e5e5e5;
    }
}

.basket-table td:last-child .btn:after,
.basket-table td:last-child .btn:before {
    width: 1px;
    background-color: #808080;
}

.basket-table .name a.title,
.basket-table tbody .lp,
.basket-table .price:not(.price-old) {
    margin-left: 0 !important;
    font-size: 18px;
    font-family: inherit;
    font-weight: 700;
    color: #494948;
}

.basket-table .product-column-price .price {
    font-weight: 400;
}

.basket-table .price-box .caption {
    display: inline-block;
}

.basket-table .price-box .caption + .price {
    font-weight: 400;
    display: inline-block;
}

.basket-table th.lp,
.basket-table tbody .lp,
.basket-table .product-image {
    border-right: none;
}

.basket-table .product-image,
.basket-table .product-info-box {
    border-left: none;
}

.basket-table .image {
    width: 140px;
    height: 140px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-table .image a {
    border: none;
}

.basket-table .image a img {
    max-width: 100%;
    max-height: 100%;
}

.shop-quantity-box {
    background-color: transparent;
}

.shop-quantity-box .qty-down,
.shop-quantity-box .qty-up {
    height: 46px;
    width: 46px;
    line-height: 44px;
    /*border-color: rgba(0, 0, 0, 0.2);*/
    color: #808080;
}

.shop-quantity-box .input-qty {
    box-shadow: none;
    color: #3b4a68;
}

.progressbar {
    background-color: #63aa24;
}

.basket-view .basket-summary-right .basket-summary {
    border: none;
}

.basket-view .basket-summary-right.fixed-right .basket-summary {
    margin-bottom: 74px;
}

.basket-view .basket-summary-right .basket-summary tfoot {
    left: 0;
    right: 0;
}

.basket-summary-right .price-and-discount-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

/*.form .before-consent-row .text,*/
/*.form .after-consent-row .text,*/
/*.form .consent-row .text label,*/
/*.form .consent-all {*/
/*font-weight: 400;*/
/*letter-spacing: 0.05em;*/
/*line-height: 24px;*/
/*color: #333333;*/
/*}*/
/*.form .before-consent-row .text,*/
/*.form .after-consent-row .text {*/
/*font-size: 12px;*/
/*}*/
/*.form .consent-row .text label,*/
/*.form .consent-all {*/
/*font-size: 14px;*/
/*}*/

.basket-view .icheckbox_minimal-custom {
    margin-top: 0;
}

.order-summary-data .summary-box h3 {
    text-align: left;
    border-bottom: none;
}

.basket-view .order-summary-data .basket-summary .table tbody tr > *:first-child {
    padding-left: 20px;
}

.basket-view .order-summary-data .basket-summary .table tbody tr > *:last-child {
    padding-right: 20px;
}

.user-info-page .submenu h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #494948;
}

.basket-coupon-box .form-inline .input-group-btn {
    width: 1%;
}

.forgot-password {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #6d6e71;
}

.forgot-password:not(:last-child) {
    margin-bottom: 10px;
}

.modal .alert button.close {
    display: none;
}

.top-box-container {
    position: relative;
}

.submenu h3 {

}

.top-box-heading,
.top-box .top-box-product-list > h3,
.top-box .submenu h3 {
    min-height: 44px;
    padding: 0 0 12px 0;
    font-size: 22px;
    text-transform: lowercase;
    border: none;
    color: #63aa24;
}

.top-box-heading:first-letter,
.top-box .top-box-product-list > h3:first-letter,
.top-box .submenu h3:first-letter {
    text-transform: uppercase;
}

.top-box-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-summary .top-box-product {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f9f9f9;
}

.basket-summary .top-box-product:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-view .top-box-product .price-box {
    text-align: left;
}

.rwd-menu .header-right-section {
    float: left;
    width: 100%;
    padding: 0;
}

.rwd-menu .header-right-section:before,
.rwd-menu .header-right-section:after {
    display: none;
}

.rwd-menu .btn.btn-custom {
    width: 100%;
    height: 50px !important;
    padding: 0 15px !important;
    line-height: 48px !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

.rwd-menu .btn.btn-custom > span:not(.icon) {
    display: inline-block !important;
    font-size: 16px;
}

.rwd-menu .btn.btn-custom .icon:first-child {
    margin-right: 10px !important;
}

.rwd-menu .btn.btn-custom .btn-badge {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    right: auto;
    margin-left: 15px;
    text-align: center;
}

.rwd-menu .header-right-section.header-basket-container {
    padding: 0;
}

.rwd-menu .header-basket-container .btn .icon {
    margin-left: -5px !important;
}

.rwd-menu .header-icon {
    padding: 0;
    border-radius: 0;
}

.rwd-menu .header-icon,
.rwd-menu .header-right-account > * {
    display: block;
    width: auto;
    min-height: 50px;
    margin: 0;
    line-height: 49px;
}

.rwd-menu .header-right-account > * {
    padding: 0 15px;
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwd-menu .header-right-account .icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-left: -4px;
    margin-right: 10px;
}

.rwd-menu .header-right-account .icon img {
    display: block;
}

.rwd-menu .header-right-account .header-icon-text {
    display: inline;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #0d2a54;
}

.basket-view .top-box-product .price-box {
    margin-top: 4px;
}

.basket-view .top-box-product .price {
    display: block !important;
    padding: 0 !important;
}

/** TINYSCROLLBARS **/

.scrollbar.disable {
    display: none;
}

.mini-basket-box .tinyscrollbar {
    position: relative;
}

.mini-basket-box .tinyscrollbar .viewport {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.mini-basket-box .tinyscrollbar .viewport .overview {
    position: relative;
    width: 100%;
}

.mini-basket-box .tinyscrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: -12px;
}

.mini-basket-box .tinyscrollbar .scrollbar .track {
    position: relative;
    width: 3px;
    background: rgba(0, 0, 0, 0.3);
}

.mini-basket-box .tinyscrollbar .scrollbar .track .thumb {
    background: #63aa24;
    margin: 0 -1px;
    width: 5px;
    position: absolute;
}

.summary-box .tinyscrollbar {
    position: relative;
}

.summary-box .tinyscrollbar .viewport {
    position: relative;
    max-height: 40vh;
    overflow: hidden;
}

.summary-box .tinyscrollbar .viewport .overview {
    position: relative;
    width: 100%;
}

.summary-box .tinyscrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: 1px;
}

.summary-box .tinyscrollbar .scrollbar .track {
    position: relative;
    width: 3px;
    background: rgba(0, 0, 0, 0.3);
}

.summary-box .tinyscrollbar .scrollbar .track .thumb {
    background: #63aa24;
    margin: 0 -1px;
    width: 5px;
    position: absolute;
}

/*******************************/

.order-history-view h3.form-element-name {
    color: #63aa24;
}

.order-history-view .title {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.order-history-view .productbox-price {
    font-size: inherit;
    color: inherit;
}

/*.order-history-view .panel > .table-responsive .table tr:first-child th,*/
/*.order-history-view .panel > .table-responsive .table tr:first-child td {*/
/*    border-top: none;*/
/*}*/

.order-history-view .table td a:hover {
    color: #63aa24;
}

.update-password-form-container,
.update-email-form-container {
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-sidebar .col-xs-12,
.userpanel-container .col-xs-12 {
    z-index: 1;
}

.userpanel-container h1 {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 21px;
}

.basket-title .heading.heading-hasRight .heading-inside > * {
    vertical-align: middle;
}

/*******************************/

table.crud-results thead {
    color: #494948;
}

.filter-grid .form-elements > .row > .col-xs-12.col-lg-3:last-child {
    float: right;
}

.modal-title,
.panel-title {
    color: #63aa24;
}

.page-sidebar {
    margin-bottom: 25px;
}

.basket-view .form-group:not(.form-group-quantity) .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

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

.basket-view .form-group:not(.form-group-quantity) .form-element.has-feedback .form-control {
    padding-right: 46px;
}

.form-element[class*="AddressDeliveryCollection"] .collection-body {
    z-index: 5;
}

.form-element[class*="AddressDeliveryCollection"] .collection-body:empty:before {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.form-element[class*="AddressDeliveryCollection"] .collection-body .row {
    position: relative;
}

.form-element[class*="AddressDeliveryCollection"] .collection-row-wrapper {
    margin: 0;
}

.form-element[class*="AddressDeliveryCollection"] .collection-row-wrapper:only-child .btn-remove {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0;
}

.form-element[class*="AddressDeliveryCollection"] .collection-row-wrapper:only-child .col-xs-11 {
    padding-right: 15px;
}

.form-element[class*="AddressDeliveryCollection"] .collection-row-wrapper + .collection-row-wrapper {
    margin-top: -1px;
}

.form-element[class*="AddressDeliveryCollection"] .collection-row-wrapper .panel {
    margin: 0;
}

.form-element[class*="AddressDeliveryCollection"] .collection-body .col-xs-11 {
    width: 100%;
    padding-right: 52px;
}

.form-element[class*="AddressDeliveryCollection"] .collection-body .col-xs-1 {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    width: auto;
}

.form-element[class*="AddressDeliveryCollection"] .collection-body .btn-remove {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.form-element[class*="AddressDeliveryCollection"] .collection-footer {
    margin-top: 15px;
    margin-bottom: 30px;
}

.freeOrder {
    opacity: 0.6;
    margin-top: 2px;
    font-size: 12px;
    color: #6d6e71;
}

.freeOrder > * {
    display: inline-block;
}

.freeOrder .price-box {
    float: right;
}

.form-element-container[class*='AddressDeliveryCollection-container'] .collection-row-wrapper + .collection-row-wrapper {
    margin-top: 15px;
}

.basket-table .orderItemsValue {
    float: right;
    text-align: right;
}

.basket-table .freeOrder .price-box {
    float: right;
    margin-left: 5px;
}

.basket-table .freeOrder .caption-suffix,
.basket-table .freeOrder .price-box .price,
.basket-table .freeOrder .price-box .price .currency-code {
    font-size: 12px;
}

.basket-view .price-box .caption-suffix {
    display: inline-block;
    color: #494948;
}

.basket-view .orderItemsValue .caption-suffix {
    display: inline-block;
    color: #6d6e71;
}

.update-form-container .collection-row-wrapper .row {
    margin-left: -7px;
    margin-right: -7px;
}

.update-form-container .collection-row-wrapper div[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.update-form-container .collection-row-wrapper .has-feedback .form-control {
    padding-right: 32px;
}

.basket-table .price-box .caption-suffix {
    font-size: inherit;
}

.basket-coupon-activated .basket-coupon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.basket-coupon-activated .basket-coupon-container label {
    margin-bottom: 0;
    margin-right: 40px;
}

.basket-table .image {
    position: relative;
}

.basket-table .gratis-product-plus + .image:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    background-color: #63aa24;
    top: -50px;
    left: -50px;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.gratis-product-plus {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    float: left;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 10px;
    z-index: 10;
}

.product-image {
    position: relative;
}
.additiona-text {
    margin: 50px 0;
}