:root {
    --main-color: #00793e;
    --main-color-ligth: #4caf50;
    --secondary-color: #e7333f;
    --default-color: #707070;
    --default-border-color: #8c8c8c;
    --default-border-color-dark: #707070;
    --default-border-color-light: #afafaf;
    --default-cart-border-color: #9c9c9c;
    --default-color-light: #fbfbfb;
    --third-color: #000000;
    --hover-background: #000000;
    --hover-border: #000000;
    --hover-text-color: #fff;
    --font: spar, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'spar';
    src: url(../fonts/HelveticaNeue55-Regular.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'spar';
    src: url(../fonts/HelveticaNeue75-Bold.otf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: var(--font);
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    color: var(--third-color);
}

.u-color-dark, .u-color-dark > * {
    color: #000000;
    color: var(--third-color);
}

.u-color-light, .u-color-light > * {
    color: white
}

.display-flex {
    display: flex !important;
}

.display-table-cell {
    display: table-cell !important;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.top-bar {
    background: #fff;
}

.top-bar__main-nav {
    background: #fff;
    box-shadow: 0 0 10px 1px lightgrey;
    padding: 0 10px;
}

.top-bar__main-nav > ul {
    top: 0;
    height: 100%;
}

.top-bar__main-nav > ul > li {
    height: 100%;
    border: 0;
}

.top-bar__main-nav > ul > li:hover {
    background: #00793e;
    background: var(--main-color);
}

.top-bar__main-nav > ul > li:hover > a {
    color: #fff;
}

.top-bar__main-nav ul.mega-menu {
    top: 55px;
}

.top-search .category-collapse.category-close {
    background: #000000;
    background: var(--third-color);
    border-color: #000000;
    border-color: var(--third-color);
}

.top-bar__main-nav > ul > li > a {
    max-width: none;
    color: #000000;
}

.top-bar__main-nav-more {
    background: #e7333f;
    background: var(--secondary-color);
    color: #fff;
}

.top-bar__main-nav > ul {
    min-width: 4000px;
}

.top-bar__main-nav .mega-menu-content .mega-menu-categories ul li a:hover {
    color: #00793e;
    color: var(--main-color);
}

.top-bar__links .fa, .top-bar__links .pip {
    color: #00793e;
    color: var(--main-color);
}

.top-search .top-search__button {
    color: #00793e;
    color: var(--main-color);
}

.top-bar__links a:hover,
.top-bar__links a:active {
    color: #00793e;
    color: var(--main-color);
}

.top-bar__logo {
    top: 67px;
}

.top-bar.scroll .top-bar__logo {
    top: 34px;
}

.top-bar.scroll .mobile-menu .top-bar__logo {
    width: auto;
}

.top-bar__links .logged .dropdown-menu {
    background: #000000;
    background: var(--third-color);
}

.top-bar__links .logged .dropdown-menu li a:hover,
.top-bar__links .logged .dropdown-menu li a:hover i {
    color: #fff;
}

.header-shopping-list {
    display: flex;
}

img {
    font-size: 15px;
    max-height: 100%;
}

@media (min-width: 1913px) {
    .product-box__img > img {
        max-height: 147px;
    }
}

@media (min-width: 1700px) and (max-width: 1913px) {
    .product-box__img > img {
        max-height: 8vw;
    }
}

@media (min-width: 1571px) and (max-width: 1699px) {
    .product-box__img > img {
        max-height: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1570px) {
    .product-box__img > img {
        max-height: 9.5vw;
    }
}

@media (min-width: 326px) and (max-width: 1199px) {
    .product-box__img > img {
        max-height: 150px;
    }
}

@media (max-width: 325px) {
    .product-box__img > img {
        max-height: 35vw;
    }
}

.title--underlined a:hover, .title--underlined a:active {
    color: #00793e;
    color: var(--main-color);
}

.slider-selection {
    background: #00793e;
    background: var(--main-color);
}

.slider-handle {
    background: #00793e;
    background: var(--main-color);
}

.slider-handle::after {
    border-top: 5px solid #00793e;
    border-top: 5px solid var(--main-color);
}

.slider--pagination .slick-dots button {
    color: #707070;
    color: var(--default-color);
    border-color: #707070;
    border-color: var(--default-color);
    font-weight: 600;
}

.slider--pagination .slick-dots .slick-active button {
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.pagination li.current a {
    color: #fff;
    background: #2f0906;
}

.sidebar .block.block_categories ul li:hover span::before {
    content: "\f067";
}

.sidebar .block.block_categories ul li:hover > span:before {
    content: "\f0fe";
}

.sidebar .block.block_categories ul li span:before {
    content: "\f067";
}

.sidebar .block.block_categories ul li.open > span:before {
    content: '\f068';
}

.sidebar .block.block_categories ul li a:hover {
    color: #00793e;
    color: var(--main-color);
}

.prefooter__img {
    height: 128px;
    width: auto;
}

.has-error .form-control, .has-error .cities-dropdown {
    border-color: #e7333f !important;
    border-color: var(--secondary-color) !important;
}

.has-error .selectboxit-arrow-container {
    border-left: solid 1px #e7333f !important;
    border-left: solid 1px var(--secondary-color) !important;
}

.label-error {
    padding: 5px;
    font-size: 1.2rem;
    color: #e7333f;
    color: var(--secondary-color);
    float: right;
}

.checkbox .label-error {
    position: absolute;
    margin-top: -17px;
    padding: 0px;
    float: left;
}

.postcode-errors {
    width: 100%;
    float: left;
    position: relative;
}

.chbx-company {
    margin-right: 5px;
}

#modal-szyb .form-group .form-control, #automatic-order-modal .form-group .form-control {
    border: 1px solid #d9d9d9;
    color: #747474;
}

#modal-szyb .form-control::-moz-placeholder, #automatic-order-modal .form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}

#automatic-order-modal .selectboxit-container {
    max-width: 302px;
    width: 100% !important;
}

#modal-szyb .selectboxit-options, #automatic-order-modal .selectboxit-options {
    max-height: 350px !important;
}

.product-edit input {
    display: inline-block;
    padding: 0 10px;
    min-width: 52px;
    border-color: #bbb;
    max-width: 65px;
    height: 40px;
    text-align: center;
}

.product-edit .suggestion-form {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.mobile-menu a,
.mobile-cart a i.fa-angle-double-right,
#mm-1 .mm-listview li a i,
#mm-1 .mm-listview li a::after,
.mm-panel .mm-listview li a:after {
    color: #00793e;
    color: var(--main-color);
}

#mm-1 .mm-listview li a i {
    height: 17px;
    width: 19px;
}

.mm-navbar {
    background: #00793e;
    background: var(--main-color);
}

#mm-1 .mm-listview li a:hover,
#mm-1 .mm-listview li a:focus,
#mm-1 .mm-listview li a.hover {
    background: #000000;
    background: var(--hover-background);
}

.mobile-cart-header {
    background: #00793e;
    background: var(--main-color);
}

.btn {
    font-weight: 600;
    font-family: var(--font);
}

.btn.invert-icon i {
    filter: invert(1);
}

.btn.hover-invert-icon:hover i {
    filter: invert(1);
}

.btn-primary {
    background-color: #00793e;
    background-color: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #000000;
    background-color: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

.btn-default {
    color: #000000;
    color: var(--third-color);
    border-color: #000000;
    border-color: var(--third-color);
    font-weight: 600;
}

.btn-default:hover {
    background-color: #000000;
    background-color: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

.btn-add {
    border: 1px solid #000000;
    border: 1px solid var(--third-color);
    color: #000000;
    color: var(--third-color);
}

.btn-add:hover {
    background-color: #000000;
    background-color: var(--third-color);
    border-color: #000000;
    border-color: var(--third-color);
}

.btn-dark {
    background: #000000;
    background: var(--third-color);
    border-color: #000000;
    border-color: var(--third-color);
    color: white
}

.btn-dark:hover {
    background: white;
    color: #000000;
    color: var(--third-color);
    border-color: #000000;
    border-color: var(--third-color);
}

.btn-light {
    color: white;
    background-color: transparent;
    border-color: white;
    letter-spacing: 0.05em;
}

.btn-light:hover {
    background-color: #00793e;
    background-color: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.btn-danger {
    background: #e7333f;
    background: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.btn-success {
    background: #00793e;
    background: var(--main-color);
}

.btn-red {
    border: 1px solid #e7333f;
    border: 1px solid var(--secondary-color);
    color: #e7333f;
    color: var(--secondary-color);
}

.btn-red:hover {
    background-color: #e7333f;
    background-color: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.btn-confirmation.btn-back {
    background: #000000;
    background: var(--third-color);
}

.btn-confirmation.btn-back:hover {
    background: #00793e;
    background: var(--main-color);
}

#modal-szyb form .submit .btn.btn-primary,
#modal-icons form .submit .btn.btn-primary {
    width: 100%;
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.bootstrap-filestyle .btn-default {
    border: 1px solid #00793e;
    border: 1px solid var(--main-color);
}

.bootstrap-filestyle .btn-default:hover {
    background-color: #00793e;
    background-color: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.bootstrap-filestyle .buttonText {
    color: #00793e;
    color: var(--main-color);
}

.modal.in {
    overflow-y: auto;
}

.main-footer a:hover,
.main-footer a:active {
    color: #00793e;
    color: var(--main-color);
}

.twitter-typeahead {
    width: 100%;
}

.top-bar .twitter-typeahead .tt-query {
    margin-bottom: 0;
    box-shadow: 0 0 5px 1px lightgrey;
}

.twitter-typeahead .tt-hint {
    border: 1px solid #d9d9d9;
    color: #747474;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    padding: 7px 12px;
    height: 100%;
    width: 100%;
}

.search-form .twitter-typeahead .tt-hint {
    padding-left: 46px;
}

.twitter-typeahead .tt-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    width: 100%;
    font-size: 16px;
    color: #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.twitter-typeahead .tt-suggestion img {
    max-height: 79px;
}

.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 5px 20px;
}

.twitter-typeahead .tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
}

.twitter-typeahead .tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.twitter-typeahead .tt-suggestion p {
    margin: 0;
}

.jumbotron {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow, 0.2s;
    -o-transition: box-shadow, 0.2s;
}

.produce-quantity .product-edit {
    display: block !important;
}

.clear-all {
    border: 0;
}

#brandbankLogo {
    height: 21px;
    width: 180px;
    background: url(../images/brandbank_nielsen_logo_rgb.png) no-repeat;
    display: inline-block;
}

.new-quickcart-form {
    border: 1px solid #d9d9d9;
    color: #747474;
    font-weight: 400;
    font-size: 1.4rem;
    height: 30px;
    padding-left: 7px;
    width: 250px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
}

.product-big-picture {
    width: auto;
    max-height: 500px;
}

.product-mini-picture {
    height: auto;
    width: auto;
    max-width: 125px;
    max-height: 125px;
}

.invisible-cart-button {
    display: none;
    border: none;
    background-color: #ffffff;
}

.next-way .next-in {
    border: 1px solid #afafaf;
    border: 1px solid var(--default-border-color-light);
}

.next-way .next-in:before {
    border-bottom: 1px solid #afafaf;
    border-bottom: 1px solid var(--default-border-color-light);
    border-right: 1px solid #afafaf;
    border-right: 1px solid var(--default-border-color-light);
}

.next-way .next-in .done {
    color: #00793e;
    color: var(--main-color);
}

.faq-group .panel-heading .panel-title a {
    border: 1px solid #00793e;
    border: 1px solid var(--main-color);
    background: #00793e;
    background: var(--main-color);
}

.breadcrumb li i,
.breadcrumb li {
    font-size: 1.5rem;
}

.breadcrumb, .breadcrumb li a {
    color: #000000;
    color: var(--third-color);
}

.breadcrumb li a:hover {
    color: #00793e;
    color: var(--main-color);
}

.action-box--goto {
    background-color: #4caf50;
    background-color: var(--main-color-ligth);
    color: white;
}

.action-boxes-home h2,
.action-boxes-home h3 {
    color: white;
}

.action-boxes-home h3 {
    margin: 1rem 0;
    padding: 0;
}

.action-boxes-home__item1 {
    background-repeat: round;
}

.action-boxes-home__item2 .action-box--goto {
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.action-boxes-home__item3 {
    background-color: #00793e;
    background-color: var(--main-color);
}

#delivery-hours, #delivery-dates {
    margin-top: 15px;
}

#modal-login .modal-header,
#modal-register .modal-header,
#modal-szyb .modal-header,
#modal-icons .modal-header,
#modal-change-postcode .modal-header,
#modal-card .modal-header,
#modal-alco .modal-header,
#modal-kiosk .modal-header,
#modal-welcome .modal-header {
    background: #00793e;
    background: var(--main-color);
}

#modal-login form .submit .btn.btn-primary,
#modal-register form .submit .btn.btn-primary,
#modal-szyb form .submit .btn.btn-primary,
#modal-icons form .submit .btn.btn-primary,
#modal-change-postcode form .submit .btn.btn-primary,
#modal-card form .submit .btn.btn-primary,
#modal-alco form .submit .btn.btn-primary,
#modal-kiosk form .submit .btn.btn-primary,
#automatic-order-modal form .submit .btn.btn-primary,
#modal-add-tag form .submit .btn.btn-primary {
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

#modal-login form .submit .btn.btn-primary:hover,
#modal-register form .submit .btn.btn-primary:hover,
#modal-szyb form .submit .btn.btn-primary:hover,
#modal-icons form .submit .btn.btn-primary:hover,
#modal-change-postcode form .submit .btn.btn-primary:hover,
#modal-card form .submit .btn.btn-primary:hover,
#modal-alco form .submit .btn.btn-primary:hover,
#modal-kiosk form .submit .btn.btn-primary:hover,
#automatic-order-modal form .submit .btn.btn-primary:hover,
#modal-add-tag form .submit .btn.btn-primary:hover {
    background: #000000;
    background: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

#modal-login .register-txt a,
#modal-register .register-txt a,
#modal-card .register-txt a,
#modal-login form a.lost,
#modal-register form a.lost,
#modal-card form a.lost {
    color: #000000;
    color: var(--third-color);
}

#modal-login .register-txt a:hover,
#modal-register .register-txt a:hover,
#modal-card .register-txt a:hover,
#modal-login form a.lost:hover,
#modal-register form a.lost:hover,
#modal-card form a.lost:hover {
    color: #00793e;
    color: var(--main-color);
}

#modal-login .form-control,
#modal-register .form-control,
#modal-card .form-control {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
}

.selectboxit-container .selectboxit {
    border-color: #707070;
    border-color: var(--default-border-color-dark);
}

.selectboxit-container .selectboxit .selectboxit-arrow-container {
    border-left: 1px solid #707070;
    border-left: 1px solid var(--default-border-color-dark);
}

#modal-change-postcode label {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    display: block;
}

#modal-change-postcode form .delivery-table input {
    display: none;
}

#modal-change-postcode form .delivery-table label {
    float: none;
    margin: 0;
}

#modal-change-postcode form .delivery-table input:checked + label {
    background: #00793e;
    background: var(--main-color);
}

#modal-change-postcode form  .delivery-table input:checked + label span {
    background: #00793e;
    background: var(--main-color);
    text-indent: 0;
    color: white;
    height: 21px;
    font-size: 12px;
    font-weight: 800;
}

#modal-change-postcode form .delivery-table input:checked + label:before {
    content: "\f00c";
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "FontAwesome";
    font-weight: 400;
    position: relative;
    left: 0;
    right: 0;
    top: 2px;
    z-index: 2;
    color: white;
}

#modal-change-postcode .postcode:focus {
    border-color: #00793e;
    border-color: var(--main-color);
    outline: #00793e;
    outline: var(--main-color);
}

#modal-register form .checkbox.reg label span {
    display: inline;
    font-weight: 700;
}

#modal-register form .checkbox.reg label a:hover {
    color: #00793e;
    color: var(--main-color);
}

#modal-szyb .form-group .form-control,
#automatic-order-modal .form-group .form-control {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
}

.form-profile .form-column .form-group .form-control,
.box-heading form .form-group input[type="text"],
.box-heading form .form-group input[type="email"],
.box-heading form .form-group select,
.box-heading form .form-group textarea {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
}

.box-heading .box-top {
    background-color: #fbfbfb;
    background-color: var(--default-color-light);
    border-bottom: 1px solid #8c8c8c;
    border-bottom: 1px solid var(--default-border-color);
}

.box-heading {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
}

.form-dropdown {
    width: 215px;
    height: 38px;
    margin: auto;
    border: 1px solid #8c8c8c;
    border: 1px solid var(--default-border-color);
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 37px;
    padding:5px
}

#rezerwacja_czas, .trash-red, .error {
    color: #e7333f;
    color: var(--secondary-color);
}

.alert ul {
    list-style: none;
    margin: 10px 0 0;
}

ul.flashes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cms-content article h3, .cms-content article h4 {
    font-weight: bold;
}

.pinned {
    background-color: rgba(234, 168, 0, 0.6);
    padding: 5px;
}

#modal-szyb .must-login {
    margin: 35px;
    background: #dedede;
    padding-top: 15px;
}

#modal-szyb .quickcart-info {
    text-align: justify;
    margin-bottom: -10px;
}

#modal-szyb .quickcart-info.guest {
    padding: 25px 35px 0 35px;
}

#modal-szyb .quickcart-info.logged {
    padding: 25px;
    background-color: #f3f3f3;
}

.top-search__left {
    margin-right: 0.5rem;
}

.top-search__left .autocomplete-search .tt-suggestions .tt-suggestion {
    color: #333;
    display: table;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    height: 79px;
}

.top-search__left .autocomplete-search .tt-suggestions .tt-suggestion .product-box__name {
    height: auto;
}

.top-search__left .autocomplete-search .tt-suggestions .tt-suggestion > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    height: 79px;
    border-right: 1px solid #d9d9d9;
}

.top-search__left .autocomplete-search .tt-suggestions .tt-suggestion .product-box__price {
    margin-bottom: 0;
    color: #333;
}

.top-search__left .autocomplete-search .tt-suggestion.tt-is-under-cursor {
    background-color: #fff;
}

.top-search__left .autocomplete-search .tt-suggestion.tt-is-under-cursor a {
    color: #b3b3b3;
}

.top-search .category-collapse.category-close:hover {
    background: #000000;
    background: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-background);
}

#modal-add-tag .must-login {
    margin: 35px;
    background: #dedede;
    padding-top: 15px;
}

#modal-add-tag .modal-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #00793e;
    background: var(--main-color);
}

#modal-add-tag .modal-header h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    line-height: 60px;
    text-transform: none;
    margin: 0;
}

#modal-add-tag .modal-header a {
    float: right;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}

#modal-add-tag .modal-header a:hover {
    color: #f4f4f4;
}

#modal-add-tag .modal-dialog {
    width: 370px;
}

#modal-szyb .product-info em {
    color: #00793e;
    color: var(--main-color);
}

@media (max-width: 767px) {
    #modal-add-tag .modal-dialog {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .box-cart .btn.one {
        margin-bottom: 20px;
    }

    #modal-login .alternative {
        min-width: 100%;
    }

    .next-way .next-in .first-step.current-step {
        margin-right: 75px;
    }

    #modal-login .modal-header h4, #modal-register .modal-header h4, #modal-szyb .modal-header h4, #modal-icons .modal-header h4, #modal-change-postcode .modal-header h4, #modal-card .modal-header h4, #modal-alco .modal-header h4, #modal-kiosk .modal-header h4, #automatic-order-modal .modal-header h4, #modal-welcome .modal-header h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    #modal-change-postcode .form-code-group {
        margin-top: 0;
    }

    .top-search .search-form .input--lg {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .table-cart.table-summary tr td.total-price3 .btn-success {
        letter-spacing: 0;
    }
}

#modal-add-tag .modal-body {
    padding: 25px;
}

#modal-add-tag form .submit {
    clear: both;
}

#modal-add-tag form .submit .btn.btn-primary {
    width: 100%;
}

#modal-add-tag .or {
    color: #666;
    display: block;
    position: relative;
    text-align: center;
    margin: 17px 0;
}

#modal-add-tag .or span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 8px;
}

#modal-add-tag .or:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

#modal-add-tag form {
    text-align: left;
}

#modal-add-tag form label {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

#modal-add-tag form a.lost {
    float: right;
    margin: 10px 0 17px 0;
    color: #333;
}

#modal-add-tag form a.lost:hover {
    color: #00793e;
    color: var(--main-color);
}

#modal-add-tag .form-control {
    border: 1px solid #d9d9d9;
}

#modal-add-tag .form-control:focus {
    border-color: #2f0906;
}

#modal-add-tag .register-txt {
    color: #666;
}

#modal-add-tag .register-txt a {
    color: #333;
}

#modal-add-tag .register-txt a:hover {
    color: #00793e;
    color: var(--main-color);
}

#modal-add-tag .alternative {
    width: 100%;
    background: #0070ba;
    border-color: #0070ba;
    margin-bottom: 18px;
}

#modal-add-tag .alternative:hover {
    background-color: #135f92;
    border-color: #135f92;
}

.cms-menu ul li {
    border-top: 1px solid #707070;
    border-top: 1px solid var(--default-border-color-dark);
    border-left: 1px solid #707070;
    border-left: 1px solid var(--default-border-color-dark);
    border-right: 1px solid #707070;
    border-right: 1px solid var(--default-border-color-dark);
}

.cms-menu ul li:last-of-type {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid var(--default-border-color-dark);
}

.cms-menu ul li.active {
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.cms-menu ul li:hover {
    background: #000000;
    background: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
    color: #fff;
    color: var(--hover-text-color);
}

.cms-menu ul li:hover a {
    color: #fff;
    color: var(--hover-text-color);
}

.cms-menu ul li.active:hover {
    border-color: #000000;
    border-color: var(--hover-border);
}

.cms-menu ul li.active a {
    color: #fff;
}

.cms-menu ul li.active a i.fa-info-circle {
    color: #fff;
}

.cms-content .cms-heading .mini-menu li {
    border: #000000;
    border: var(--third-color);
}

.cms-content .cms-heading .mini-menu li a {
    color: #000000;
    color: var(--third-color);
    border: 1px solid #000000;
    border: 1px solid var(--third-color);
}

.cms-content .cms-heading .mini-menu li.current a,
.cms-content .cms-heading .mini-menu li a:hover {
    background: #000000;
    background: var(--third-color);
}

.survey-info .alert-img span {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
    color: #fff;
    padding: 0 40px;
    margin: 0;
    width: 100%;
}

.survey-info .alert::before {
    margin: 0;
}

.btn-survey {
    min-width: 60%;
    margin: 30px auto;
}

.order-informations {
    margin-top: 42px;
}

.order-informations .order-step.step-payment .voucher-code-section .btn-sm {
    border-color: #00793e;
    border-color: var(--main-color);
    color: #00793e;
    color: var(--main-color);
}

.btn-pay {
    width: 30%;
    background: #00793e;
    background: var(--main-color);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 28px 20px;
    border: 0;
    margin-left: 3px;
}

.btn-pay:hover {
    background: #000000;
    background: var(--hover-background);
}

.order-informations .submit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .order-informations .submit {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}

.order-informations .submit a.btn-success.btn-back {
    background: #000000;
    background: var(--third-color);
    height: 100px;
    margin-right: 20px;
    white-space: nowrap;
}

.order-informations .submit a.btn-success.btn-back:hover {
    background: #00793e;
    background: var(--main-color);
    color: #fff;
    color: var(--hover-text-color);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .order-informations .submit a.btn-success.btn-back {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.order-informations .submit a.btn-sm {
    border-color: #00793e;
    border-color: var(--main-color);
    color: #00793e;
    color: var(--main-color);
    width: 100%;
    height: 100px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.order-informations .submit a.btn-sm:hover {
    background: #00793e;
    background: var(--main-color);
}

@media (min-width: 1200px) {
    .order-informations .submit a.btn-sm {
        width: 30%;
    }
}

@media (min-width: 1440px) {
    .order-informations .submit a.btn-sm {
        width: 20%;
    }
}

.order-informations .submit .btn-pay {
    height: 100px;
    white-space: nowrap;
    margin: 20px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .order-informations .submit .btn-pay {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .order-informations .submit .btn-pay {
        margin: 0;
    }
}

.order-informations .order-step.step-confirmation .product-cover {
    width: 65px;
    height: 65px;
    min-width: 65px;
}

.order-informations .order-step.step-confirmation .product-info > a {
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.order-informations .order-step.step-confirmation .product-list-info a:hover {
    background: #00793e;
    background: var(--main-color);
}

.order-informations .order-step.step-confirmation .product-list-info a i,
.order-informations .order-step.step-confirmation .product-list-info a:hover i {
    color: #fff;
}

.order-informations .order-step.step-address .address-list li {
    border: 1px solid #8c8c8c;
    border: 1px solid var(--default-border-color);
    border-right: 0;
}

.order-informations .order-step.step-address .address-list li a {
    line-height: 49px;
    padding: 0 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#order-update.order-informations .order-step.step-confirmation .product-single {
    height: 100px;
}

#order-update.order-informations .order-step.step-confirmation .product-cover img {
    display: block;
    margin: 0 auto;
}

#order-update.order-informations .order-step.step-confirmation .product-info {
    width: calc(100vw - 200px);
}

#order-update.order-informations .order-step.step-confirmation .product-info > a:not(.delete.delete-product) {
    display: block;
    white-space: nowrap;
    height: min-content;
}

.form-profile .address-item {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
    border-bottom: 0;
}

.form-profile .address-item:last-of-type {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid var(--default-border-color-dark);
}

.form-profile .address-item .address-title {
    border-left: 1px solid #707070;
    border-left: 1px solid var(--default-border-color-dark);
    border-right: 1px solid #707070;
    border-right: 1px solid var(--default-border-color-dark);
}

.order-informations .order-step.step-address .address-list li.selected,
.order-informations .order-step.step-address .address-list li:hover {
    background: #00793e;
    background: var(--main-color);
    border-color: #8c8c8c;
    border-color: var(--default-border-color);
}

.order-informations .order-step.step-payment .voucher-code-section .btn-sm:hover {
    background: #00793e;
    background: var(--main-color);
}

.form-profile .form-column .submit .btn {
    background-color: #00793e;
    background-color: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

.form-profile .form-column .submit .btn:hover {
    background-color: #000000;
    background-color: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

@media (max-width: 992px) {
    .form-profile .form-column .submit {
        margin-bottom: 2rem;
    }
}

.address-list .address-rbtn {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.address-list label {
    display: block;
}

.address-list label .address-rbtn:checked + a {
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e !important;
    border-color: var(--main-color) !important;
    color: white !important;
}

.address-list .address-name {
    pointer-events: none;
}

.address-item a {
    color: #00793e;
    color: var(--main-color);
}

.address-item a:hover {
    color: #000000;
    color: var(--third-color);
}

#tabelaTerminy td input:checked + label {
    background: #00793e;
    background: var(--main-color);
}

#tabelaTerminy td input:checked + label span {
    color: white;
    background: #00793e;
    background: var(--main-color);
    line-height: 30px;
    text-indent: 0;
    height: 30px;
}

#tabelaTerminy td input:checked + label:before {
    content: "\f00c";
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "FontAwesome";
    font-weight: 400;
    position: relative;
    left: 0;
    right: 0;
    top: 2px;
    z-index: 2;
    color:white;
}

#tabelaTerminy td input:checked:disabled + label,
#tabelaTerminy td input:checked:disabled + label span,
#tabelaTerminy tr td.unavailable span,
#modal-change-postcode form .delivery-table input:checked:disabled + label,
#modal-change-postcode form .delivery-table input:checked:disabled + label span,
#modal-change-postcode form .delivery-table .table tr .unavailable span
{
    background-color: #e7333f;
    background-color: var(--secondary-color);
}

.legend .selected-unavailable {
    background-color: #e7333f;
    background-color: var(--secondary-color);
}

.legend .selected {
    background-color: #00793e;
    background-color: var(--main-color);
}

.legend .available,
.legend .unavailable,
.legend .selected,
.legend .selected-unavailable {
    margin-left: 9px;
    margin-right: 9px;
}

#modal-change-postcode .legend .available,
#modal-change-postcode .legend .unavailable,
#modal-change-postcode .legend .selected,
#modal-change-postcode .legend .selected-unavailable {
    margin-left: 9px;
    margin-right: 9px;
}

.table-cart tr td.produce-description {
    position: relative;
}

.produce-description .unavailable-badge, .product-single.cart-product-item .unavailable-badge {
    width: 4em;
    background: linear-gradient(135deg, #e7333f 2em, transparent 1%);
    background: linear-gradient(135deg, var(--secondary-color) 2em, transparent 1%);
    position: absolute;
    top: 0;
    left: 0;
    height: 4em;
    display: none;
}

.produce-description .unavailable-badge > div,
.product-single.cart-product-item .unavailable-badge > div{
    background: url(../images/icons/truck-transparent.svg) no-repeat 5px 5px;
    height: 100%;
    width: 100%;
    background-size: 1.2em;
}

.delivery-table .table tr td.available label:hover span {
    background-color: #00793e;
    background-color: var(--main-color);
}

.delivery-table .table tr td span {
    background-image: url(../images/icons/truck-transparent.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.delivery-table .table tr:first-child th:last-child,
.delivery-table .table tr {
    background: #fbfbfb;
    background: var(--default-color-light);
}

.step-invoice {
    display: none;
}

.invoice-title {
    padding-bottom: 20px;
}

#giftCodePopup1 .modal-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #00793e;
    background: var(--main-color);
}

#giftCodePopup1 .modal-header h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    line-height: 60px;
    text-transform: none;
    margin: 0;
}

#giftCodePopup1 .modal-header a {
    float: right;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}

#giftCodePopup1 .modal-dialog {
    width: 350px
}

#giftCodePopup1 .form-control {
    border: 1px solid #d9d9d9;
}

.postcode-address .label-error {
    width: 100%;
    text-align: right;
}

.label-error-left {
    padding: 5px;
    font-size: 1.2rem;
    color: #e7333f;
    color: var(--secondary-color);
    float: left;
}

.has-error .help-block {
    padding: 5px;
    font-size: 1.2rem;
    color: #e7333f;
    color: var(--secondary-color);
}

.shop-dropdown {
    height: 30px;
    margin: auto;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    padding:5px;
    width: 100%;
}

.form-dropdown {
    width: 215px;
    height: 38px;
    margin: auto;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 37px;
    padding:5px
}

#postcode-city {
    margin-bottom: 15px;
    text-transform: none;
}

input#app_models_api_AQuickCart_name::-moz-placeholder {
    color: #666;
    opacity: 1;
}

input#app_models_api_AQuickCart_name:-ms-input-placeholder {
    color: #666;
}

input#app_models_api_AQuickCart_name::-webkit-input-placeholder {
    color: #666;
}

#modal-szyb .alternative {
    width: 100%;
    background: #3b5998;
    border-color: #3b5998;
    margin-bottom: 18px;
    max-width: 100%;
}

@media (max-width: 767px) {
    #modal-szyb .alternative {
        white-space: normal;
        min-width: 248px;
    }
}

#modal-szyb .szyb-info .szyb-title {
    width: 100%;
}

#modal-szyb .szyb-info .szyb-price {
    width: 100%;
    text-align: right;
}

#modal-szyb .selectboxit-container {
    width: 100% !important;
}

.table-cart tr td .product_qty {
    border: 1px solid #8c8c8c;
    border: 1px solid var(--default-border-color);
}

.table-cart
{
    counter-reset: rowNumber;
}

.table-cart td.produce-nr:before
{
    counter-increment: rowNumber;
    content: counter(rowNumber);
}

.table-cart .table-category {
    background: #fff;
    border-top: 1px solid #8c8c8c;
    border-top: 1px solid var(--default-border-color);
}

.table-cart tr {
    border-left: 1px solid #8c8c8c;
    border-left: 1px solid var(--default-border-color);
    border-bottom: 1px solid #8c8c8c;
    border-bottom: 1px solid var(--default-border-color);
}

.table-cart .table-category th {
    border-right: 1px solid #8c8c8c;
    border-right: 1px solid var(--default-border-color);
}

.table-cart tr td {
    border-right: 1px solid #8c8c8c;
    border-right: 1px solid var(--default-border-color);
}

.table-cart tr .discount {
    border-bottom: 1px solid #8c8c8c;
    border-bottom: 1px solid var(--default-border-color);
}

.table-cart tr.buttons td {
    border-bottom: 1px solid #8c8c8c;
    border-bottom: 1px solid var(--default-border-color);
}

.table-cart tr .clear-basket-xs-confirm {
    padding: 15px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    color: #000000;
    color: var(--third-color);
    text-align: center;
}

.table-cart tr .clear-basket-xs-confirm .clear-basket-xs-confirm-close {
    background-color: #e7333f;
    background-color: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.table-cart tr .clear-basket-xs-confirm .clear-basket-xs-confirm-close:hover {
    background-color: #a50909;
    border-color: #a50909;
}

.table-cart tr .clear-basket {
    position: relative;
}

.table-cart tr .clear-basket .clear-basket-confirm {
    position: absolute;
    bottom: -50px;
    left: 15px;
    width: 220px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    color: #000000;
    color: var(--third-color);
    text-align: center;
}

.table-cart tr .clear-basket .clear-basket-confirm span {
    font-size: 14px;
}

.table-cart tr .clear-basket .clear-basket-confirm .btn {
    padding: 4px 10px 2px 10px;
    margin-top: 1px;
}

.table-cart tr .clear-basket .clear-basket-confirm .btn.clear-basket-confirm-close {
    background-color: #e7333f;
    background-color: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.table-cart tr .clear-basket .clear-basket-confirm .btn.clear-basket-confirm-close:hover {
    background-color: #a50909;
    border-color: #a50909;
}

.table-cart tr .clear-basket .clear {
    background-color: #e7333f;
    background-color: var(--secondary-color);
    font-weight: 600;
}

.table-cart tr .clear-basket .back {
    border: 1px solid #00793e;
    border: 1px solid var(--main-color);
    color: #00793e;
    color: var(--main-color);
}

.table-cart tr .total-price3 .btn-success {
    background: #00793e;
    background: var(--main-color);
}

.table-cart tr .total-price3 .btn-success:hover {
    background: #000000;
    background: var(--hover-background);
}

.table-cart tr td .product_quantity_down i,
.table-cart tr td .product_quantity_up i {
    font-weight: 100;
}

.table-cart tr td .product_quantity_down:hover i,
.table-cart tr td .product_quantity_up:hover i {
    color: #00793e;
    color: var(--main-color);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-cart tr td.clear-basket {
        width: 50%;
    }

    .table-cart tr td.produce-photo {
        max-width: 1px;
    }

    .table-cart tr td.produce-photo img {
        width: 107px;
        height: auto;
    }

    .table-cart tr td.produce-description {
        white-space: nowrap;
    }

    .table-cart tr td.produce-quantity {
        width: 436px;
        max-width: 436px;
    }

    .table-szyb-edit tr td.produce-description {
        width: 45%;
    }

    .table-cart tr td.produce-description .szyb_desc {
        white-space: normal;
        max-height: 100%;
    }

    .product-box__img img {
        width: 100%;
    }

    .twitter-typeahead .tt-suggestion img {
        max-width: 70px;
    }

    /* fake grayscale for IE10+, just changes text color as there are no img filters available */
    .table-cart tr.grayscale td.produce-price .product-box__price em {
        color: #333333;
    }

}

td.produce-unit, .product-unit {
    text-transform: lowercase;
}

button[id^="accept-cart"][disabled]:hover {
    cursor: not-allowed !important;
}

.table-cart button.order-submit-btn[disabled]:hover {
    cursor: not-allowed;
    background: grey;
}

.table-cart button.order-submit-btn[disabled] {
    background: gray;
}

#cart-product-list .summary {
    display:none;
}

#postcode-modal .btn-default[disabled], #modal-postcode #postcode-complete[disabled] {
    cursor: not-allowed;
    border-color: #cbc1c1;
    color: #cbc1c1;
}

#postcode-modal .btn-default[disabled]:hover, #modal-postcode #postcode-complete[disabled]:hover {
    background: #fff;
}

.alert.empty-quickcart p {
    max-width: 270px;
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #666;
    line-height: 20px;
    padding: 40px 15px;
    margin: 20px auto;
    position: relative;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .order-informations .step-invoice .form-column {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #tabelaTerminy td input:checked + label {
        height:30px
    }

    table#tabelaTerminy td input:checked + label span {
        display:none;
    }

    #modal-change-postcode form .delivery-table input:checked + label span {
        display: none;
    }

    #modal-change-postcode form .delivery-table label {
        font-size: 21px;
        font-size: 2.1rem;
    }

    .btn-pay {
        width: 100%;
        margin: 0;
    }

    .empty-cart {
        padding: 20px 30px;
        border-bottom: 1px solid #d9d9d9;
    }
}

#company-data-label {
    margin-left: 5px;
}

.form-postcode {
    width: 29%;
    float: left;
    margin-right: 4%;
}

.form-city {
    width: 67%;
    float: left;
}

.postcode-group .twitter-typeahead .tt-suggestion {
    display: block;
    padding: 2px 15px;
}

#modal-change-postcode .twitter-typeahead {
    width: 182px;
}

#modal-change-postcode .tt-hint {
    display: none;
}

#modal-change-postcode .tt-dropdown-menu {
    top: 80px !important;
}

.postcode-group {
    margin-bottom: 10px;
}

.voucher-row {
    width: 100%;
    float:left;
}

.voucher-row p {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    display: block;
}

.voucher-radio-btn {
    margin-bottom: 10px !important;
}

#modal-card #buttonNext {
    width: 37%;
    background: #00793e;
    background: var(--main-color);
    border-color: #00793e;
    border-color: var(--main-color);
}

#modal-card #buttonNext:hover {
    background: #000000;
    background: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

#modal-card label {
    width:100%;
    float:left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

#modal-card #card_pin {
    width:60%;
    float: left;
    margin-right: 3%;
}

.giftCards {
    width: 100%;
    float: left;
    padding-left: 0;
}

.giftCards span {
    margin-right: 10px;
}

.giftCards li {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 10px;
}

.giftCardRemove {
    margin-right: 5px;
}

#delivery-time h3, #coolomat-address-form h3 {
    margin-top: 20px;
    margin-bottom: 25px;
}

.form-profile .twitter-typeahead .tt-suggestion {
    display: block;
    padding: 5px 10px;
}

#cart-free-delivery {
    z-index: 100;
}

#order-edit-btns {
    padding: 5px;
    float: right;
}

#order-update .summary {
    display: none;
}

#order-update .product-amount-input {
    border: 1px solid #d9d9d9 !important;
    width: 58px;
    display: inline-block;
    padding: 0;
    height: 30px;
    margin: 0 3px;
    text-align: center;
}

#order-update .product-edit a.product_quantity {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    color: #b3b3b3;
    position: relative;
    top: 3px;
}

#order-update .product-edit a.product_quantity:hover {
    top: 3px;
    color: #eaa800;
}

#order-update .product-edit {
    margin-top: 5px;
}

#order-update-btn {
    display: block;
    text-align: center;
    width: 380px;
    height: 100px;
    background-color: #00793e;
    background-color: var(--main-color);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 2px;
    border: solid 1px #fff;
    float:left;
}

#order-update-btn:hover {
    background-color: #000000;
    background-color: var(--hover-background);
}

#back-to-shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 380px;
    height: 100px;
    background-color: #00793e;
    background-color: var(--main-color);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 2px;
    border: solid 1px #fff;
    float:left;
}

#back-to-shop-btn:hover {
    background-color: #000000;
    background-color: var(--hover-background);
}

#order-update .delete-product {
    color: #e7333f;
    color: var(--secondary-color);
    font-size: 16px;
    right: 3px;
    top:3px;
    position:absolute;
}

.form-select .form-dropdown {
    width: 100%;
}

#order-update .product-info {
    margin-top: 5px;
    width: 100%;
}

.postcode-dropdown, .cities-dropdown {
    width: 100%;
    height: 40px;
    margin: auto;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 37px;
}

.product-unavailable .col-xs-12 h3 {
    margin-bottom: 25px;
}

.merged-cell {
    border-top: 1px solid #fff;
}

.grey-cell {
    background-color: #f3f3f3;
}

.empty-cell {
    border-right: 1px solid #fff !important;
}

.form-medium .selectboxit-container, .form-select .selectboxit-container {
    width: 100% !important;
}

#quickcart_slider_product_view .empty p {
    max-width: 270px;
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #666;
    line-height: 20px;
    padding: 40px 15px;
    margin: 20px auto;
    position: relative;
}

.tos-label {
    font-size: 12px;
    font-size: 1.2rem;
    width: 95%;
    margin-left: 5px;
    font-weight: 400;
    color: #666;
}

.tos-label a {
    color: #333;
}

.tos-label a:hover {
    color: #00793e;
    color: var(--main-color);
}

.tos-label a.hidden, .tos-label span {
    display: none;
}

#tos-container .label-error {
    font-size: 1.2rem;
    color: #e7333f;
    color: var(--secondary-color);
    position: absolute;
    margin-top: -15px;
    float: left;
    padding: 0;
}

#delivery-time .table-responsive {
    border-top: 0px;
    margin: 0;
}

#center-categories-column {
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 992px) {
    #lower-products-pagination {
        height: 1px;
    }

    #lower-products-pagination .pagination {
        float: right;
        margin-right: 15px;
    }
}

#lower-products-pagination {
    width: 100%;
    float: right
}

#lower-products-pagination .pagination {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.box-heading .col-lg-6 i,
.box-heading .col-xs-12 i {
    color: #00793e;
    color: var(--main-color);
}

@media (max-width: 1199px) {
    #back-to-shop-btn, #order-update-btn {
        width: 50%;
    }

    .box-heading .col-lg-12 {
        padding: 30px 0 30px 0;
    }

    .slider-content-1--outer .inner.layer-slider .elem-1 {
        position: relative;
    }
}

@media (max-width: 991px) {
    .slider-banners  {
        display: none;
    }
}

@media (max-width: 767px) {
    #back-to-shop-btn, #order-update-btn {
        width: 100%;
    }
}

/*ALERT*/
.alert {
    padding: 15px 20px;
    margin: 0 0 10px 0;
}

.modal .alert {
    margin-bottom: 25px;
}

.alert p {
    margin: 0;
    padding: 0 0 0 10px;
    display: inline-block;
    line-height: 20px;
    max-width: 90%;
    text-align: left;
}

@media (max-width: 767px) {
    .alert p {
        max-width: 85%;
    }
}

.alert:before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin: -2px 10px 0 0;
}

.alert.alert-success {
    background: #ecf5e5;
}

.alert.alert-success:before {
    content: "\f058";
    color: #7fbe51;
}

.alert.alert-success p {
    border-left: 1px solid #7fbe51;
}

.alert.alert-info {
    background: #e3f1fc;
}

.alert.alert-info:before {
    content: "\f05a";
    color: #40a3e9;
}

.alert.alert-info p {
    border-left: 1px solid #40a3e9;
}

.alert.alert-warning {
    background: #fff4d9;
}

.alert.alert-warning:before {
    content: "\f071";
    color: #ffb400;
}

.alert.alert-warning p {
    border-left: 1px solid #ffb400;
}

.alert.alert-danger, .alert.alert-error {
    background: #f6d9d9;
}

.alert.alert-danger:before, .alert.alert-error:before {
    content: "\f06a";
    color: #e7333f;
    color: var(--secondary-color);
}

.alert.alert-danger p, .alert.alert-error p {
    border-left: 1px solid #e7333f;
    border-left: 1px solid var(--secondary-color);
}

.alert.alert-lg {
    font-size: 1.3em;
}

.alert.alert-lg:before {
    font-size: 2em;
}

.alert.alert-warning.alert-bordered {
    border: 1px solid #ffb400
}

.m-t-2 {
    margin-top: 2em;
}

.m-l-1 {
    margin-left: 1em;
}

.badge {
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    padding: 1px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-text-area {
    overflow: hidden;
    max-height: 285px;
}

@media (min-width: 1020px) {
    .banner-button-position {
        position: absolute;
        bottom: 115px;
        left: 70px;
    }
}

@media (max-width: 1019px) {
    .banner-button-position {
        position: absolute;
        top: 220px;
        left: 35px;
    }
}

#quickcart-submit-button {
    background: #00793e url('../images/icons/icon-szybkoszyk.svg') no-repeat 10% 55%;
    background: var(--main-color) url('../images/icons/icon-szybkoszyk.svg') no-repeat 10% 55%;
    background-size: 35px 35px;
    padding-left: 24px;
    height: 85px;
    width: 100%;

}

.quickcart-block .cart-buttons input.btn-success {
    clear: both;
    display: block;
    background: #00793e;
    background: var(--main-color);
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: none;
    padding: 24px 20px;
}

.quickcart-block .cart-buttons #quickcart-submit-button.btn-success:hover {
    background-color: #4caf50;
    background-color: var(--main-color-ligth);
}

.mm-panel .mm-listview li a {
    z-index: 3;
}

.mm-panel .mm-listview li a.mm-next {
    z-index: 5;
    width: 16%;
    float: right;
}

#mm-1.mm-panel .mm-listview li a.mm-next {
    width: 100%;
}

.mm-panel .mm-listview li:hover {
    color: #00793e;
    color: var(--main-color);
}

#mm-1 .mm-listview li a:hover,
#mm-1 .mm-listview li a:focus,
#mm-1 .mm-listview li a.hover {
    background: #000000;
    background: var(--hover-background);
    color: #00793e;
    color: var(--main-color);
}

#mm-1 .time {
    white-space: normal;
}

.sidebar .block.block_switcher .checkbox input + label:before {
    content: "\f205";
    float: right;
    color: #6aa84f;
}

.sidebar .block.block_switcher .checkbox input:checked + label:before {
    content: "\f204";
    color: #666;
}

.sidebar .block .checkbox label:hover,
.sidebar .block .checkbox input:checked + label,
.expand-brands-list a:hover {
    color: #00793e;
    color: var(--main-color);
}

.loading {
    padding: 20px 0;
    text-align: center;
}

.feature-list ul > li em a {
    color: #2f0906;
}

.feature-list ul > li {
    padding: 1rem;
}

.feature-list ul > li > i {
    height: 35px;
    width: 40px;
    background-size: 35px 35px;
    transform: rotateZ(-45deg);
}

.feature-list ul > li.delivery i {
    transform: rotateZ(45deg);
}

.feature-list ul > li > span {
    width: 55px;
}

.feature-list ul > li > span + em {
    margin-left: 40px;
}

.btn-inactive {
    color: #fff;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-inactive:hover {
    color: #fff;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.modal-body .loader i, .box-info .loader i {
    font-size: 40px;
    color: #00793e;
    color: var(--main-color);
    display: block;
    margin: 25px 0 20px 0;
    -webkit-animation: rotating-function 1.25s linear infinite;
    -moz-animation: rotating-function 1.25s linear infinite;
    -ms-animation: rotating-function 1.25s linear infinite;
    -o-animation: rotating-function 1.25s linear infinite;
    animation: rotating-function 1.25s linear infinite;
}

.modal-body .loader p, .box-info .loader p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 26px;
}

.hide {
    display: none !important;
}

.error-page .main-error h1 {
    color: #00793e;
    color: var(--main-color);
}

.alerts.alert-error {
    background: #f6d9d9;
}

.alerts.alert-error:before {
    content: "\f06a";
    color: #e7333f;
    color: var(--secondary-color);
}

.alerts.alert-error p {
    border-left: 1px solid #e7333f;
    border-left: 1px solid var(--secondary-color);
}

.no-product {
    color: #d22a13 !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.mega-menu-link a {
    color: inherit;
}

.mega-menu-link a:hover {
    color: #00793e;
    color: var(--main-color);
}

.top-bar__main-nav .mega-menu-content {
    padding: 30px 15px;
}

.mega-menu .column-title {
    font-size: 1.4rem;
    font-size: 13px;
}

span.column-title a {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top-bar__main-nav .mega-menu-content span.column-title {
    margin-top: 0;
    letter-spacing: 1px;
    overflow-wrap: break-word;
}

.mega-menu .mega-menu-categories li {
    font-size: 1.3rem;
    font-size: 13px;
}

@media (min-width: 992px) and (max-width: 1370px) {
    .pull-left-right {
        float: right;
    }
}

@media (min-width: 1371px) {
    .pull-left-right {
        float: left;
    }
}

.selectboxit.invalid.error {
    margin-top: 0;
}

.selectboxit-list, .form-szyb .tt-dropdown-menu {
    z-index: 3 !important;
    max-height: 250px;
}

.selectboxit-list {
    border: 1px solid #707070;
    border: 1px solid var(--default-border-color-dark);
}

.cart-block .product-edit .unit, .cart-szyb .product-edit .unit {
    width: auto;
    min-width: 28px;
}

.cart-block .product-info, .cart-szyb .product-info {
    width: 230px;
}

.cart-block .cart-buttons a.btn-success,
.cart-szyb .cart-buttons a.btn-success {
    background: #00793e;
    background: var(--main-color);
}

.cart-block .cart-buttons a.btn-success:hover,
.cart-szyb .cart-buttons a.btn-success:hover {
    background: #000000;
    background: var(--hover-background);
}

.cart-block .cart-buttons a.btn-danger,
.cart-szyb .cart-buttons a.btn-danger {
    background: #e7333f;
    background: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.cart-block .cart-buttons a.btn-danger:hover,
.cart-szyb .cart-buttons a.btn-danger:hover {
    background: #000000;
    background: var(--hover-background);
}

.cart-block .product-icons a.delete,
.cart-szyb .product-icons a.delete {
    color: #e7333f;
    color: var(--secondary-color);
}

.cart-block .product-icons a.delete:hover,
.cart-szyb .product-icons a.delete:hover {
    color: #000000;
    color: var(--hover-background);
}

.cart-block .product-icons a.edit,
.cart-szyb .product-icons a.edit {
    color: #00793e;
    color: var(--main-color);
}

.cart-block .product-icons a.edit:hover,
.cart-szyb .product-icons a.edit:hover {
    color: #000000;
    color: var(--hover-background);
}

.cart-block .product-edit a.product_quantity {
    top: 2px;
}

.cart-block .product-edit a.product_quantity:hover,
.cart-szyb .product-edit a.product_quantity:hover {
    color: #00793e;
    color: var(--main-color);
}

.cart-szyb .product-info em {
    color: #e7333f;
    color: var(--secondary-color);
}

.cart-block .product-info em {
    color: #00793e;
    color: var(--main-color);
}

.cart-block .alert i, .cart-szyb .alert i {
    color: #00793e;
    color: var(--main-color);
}

.clear-all-button {
    display: block;
    padding: 4px 6px;
    margin: 0 -9px !important;
    width: 110%
}

.cart-block .free-delivery-wrapper:before,
.cart-szyb .free-delivery-wrapper:before,
.cart-block .free-delivery-wrapper:after,
.cart-szyb .free-delivery-wrapper:after,
.cart-block .alert:before,
.cart-szyb .alert:before,
.cart-block .alert:after,
.cart-szyb .alert:after {
    display: none;
}

.cart-block .product-single,
.cart-szyb .product-single {
    border-bottom: 1px solid #9c9c9c;
    border-bottom: 1px solid var(--default-cart-border-color);
}

.cart-block .cart-block-summary .summary-line,
.cart-szyb .cart-block-summary .summary-line {
    border-top: 1px solid #9c9c9c;
    border-top: 1px solid var(--default-cart-border-color);
}

.cart-block .cart-block-summary .summary-line.quick-payment div:nth-last-of-type(1),
.cart-szyb .cart-block-summary .summary-line.quick-payment div:nth-last-of-type(1) {
    border-left: 1px solid #9c9c9c;
    border-left: 1px solid var(--default-cart-border-color);
}

.cart-block .free-delivery-wrapper p,
.cart-szyb .free-delivery-wrapper p,
.cart-block .alert,
.cart-szyb .alert {
    color: #000000;
    color: var(--third-color);
}

.order-informations .order-step .alert-bubble {
    background: #fbfbfb;
    background: var(--default-color-light);
    border: 1px solid #d9d9d9;
    padding: 45px;
    color: #666;
    line-height: 25px;
    position: relative;
}


.order-informations .order-step .alert-bubble:before, .order-informations .order-step .alert-bubble:after {
    content: "";
    position: absolute;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

@media (max-width: 991px) {
    .order-informations .order-step .alert-bubble:before, .order-informations .order-step .alert-bubble:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

.order-informations .order-step .alert-bubble:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2f2f2;
    z-index: 2;
    left: -13px;
    top: 17px;
    display: none;
}

@media (max-width: 991px) {
    .order-informations .order-step .alert-bubble:before {
        top: -8px;
        left: auto;
        right: auto;
    }
}

.order-informations .order-step .alert-bubble:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #fbfbfb;
    border-top: 12px solid var(--default-color-light);
    left: -15px;
    top: 15px;
    display: none;
}

@media (max-width: 991px) {
    .order-informations .order-step .alert-bubble:after {
        top: -10px;
        left: auto;
        right: auto;
    }
}

.order-informations .order-step .alert-bubble.alert-info {
    padding-left: 130px;
    margin-top: 27px;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .order-informations .order-step .alert-bubble.alert-info {
        margin-left: 0;
    }
}

.order-informations .order-step .alert-bubble.alert-info p:after {
    content: "\f129";
    font-family: "FontAwesome";
    font-size: 64px;
    color: #00793e;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -12px;
}

.order-informations .order-step .alert-bubble p {
    margin: 0;
}

.order-informations .order-step.step-payment .alert-bubble {
    padding: 20px 25px;
    margin: 20px 0 0 15px;
}

@media (max-width: 991px) {
    .order-informations .order-step.step-payment .alert-bubble {
        margin-left: 0;
    }
}

.city-select-dropdown {
    width: 100% !important;
}

.top-search__left .autocomplete-search .tt-suggestions .tt-suggestion > div.product-desc {
    border-right: 0;
}

.alternative {
    background: #0070ba;
    border-color: #0070ba;
    margin-bottom: 18px;
    min-width: 262px;
}

.alternative.facebook {
    background-color: #4863ae !important;
    border-color: #4863ae !important;
}

.modal-body .alternative {
    width: 100%;
}


.list-view .pager {
    margin: 0;
    text-align: right;
}

.container .quantity-product-cart a.product_quantity {
    top: 0;
}

.free-delivery-slider .quantity-product-cart a.product_quantity {
    top: 0;
    margin-top: -3px;
}

.shop-shop-products .big-product .quantity-product-cart {
    margin-top: -5px;
}

.similar-products .quantity-product-cart .product_qty {
    padding: 0;
    margin: 0;
}

.similar-products .quantity-product-cart input {
    max-width: 50px;
}

.homepage-slider .quantity-product-cart .product-amount-input {
    top: 0;
}

.homepage-slider .quantity-product-cart .product-unit {
    margin-right: 2px;
}

.mega-menu-content .quantity-product-cart .product-amount-input {
    top: 0;
}

@media (min-width: 767px) and (max-width: 1019px) {
    .product-box-container .quantity-product-cart .product-amount-input {
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .quantity-product-cart .product-amount-input {
        margin: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .quantity-product-cart .product-amount-input {
        margin: 0;
    }
}

@media (min-width: 601px) and (max-width: 1300px) {
    .homepage-slider .quantity-product-cart .product-amount-input {
        margin: 0;
        padding: 0;
        max-width: 52px;
    }

    .homepage-slider .quantity-product-cart > a.product_quantity {
        margin: 0 3px;
    }
}

.product-unit {
    text-transform: lowercase;
}

.product-unit a:first-letter {
    text-transform: capitalize;
}

.unit {
    text-transform: lowercase;
}

.unit:first-letter {
    text-transform: capitalize;
}

.product-unit .unit {
    display: inline-block;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
}

.product-unit .unit.active {
    border-color: #333;
    color: #333;
}

.order-list-row a {
    color: #00793e;
    color: var(--main-color);
}

.order-list-row a:hover {
    color: #000000;
    color: var(--third-color);
}

@media (min-width: 992px) and (max-width: 1399px) {
    .order-list-row {
        overflow-x: scroll;
        overflow-y: visible;
    }

    :not(form).form-payment-auth {
        padding-top: 15px;
    }
}

:not(form).form-payment-auth {
    padding-left: 15px;
}

.product-list-view .items .product-cover {
    max-width: 100px;
}

.box-heading .col-lg-12 {
    padding: 66px 0 66px 0;
    text-align: center;
}

.box-heading .col-lg-12 i {
    color: #00793e;
    color: var(--main-color);
    font-size: 57px;
    font-size: 5.7rem;
    margin-right: 27px;
    margin-top: 11px;
    display: inline-block;
}

@media (min-width: 1307px) and (max-width: 1415px) {
    .box-heading .col-lg-12 i {
        display: block;
    }
}

.box-heading .col-lg-12 p {
    color: #2f0906;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    display: inline-block;
    line-height: 29px;
    text-align: left;
}

.box-heading .col-lg-12 p span {
    color: #666;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    font-size: 16px;
}

.box-heading form .submit .btn:hover {
    background-color: #000000;
    background-color: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-background);
}

.box-heading form .submit .btn i,
#restore-form .btn i {
    margin-right: 0.5rem;
}

.product-box .product_qty {
    padding: 0;
    top: 0;
    margin: 0 0.25rem;
}

.product_quantity i,
.table-cart tr td .product_quantity_down i,
.table-cart tr td .product_quantity_up i {
    font-size: 1.8rem;
}

.product_quantity__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
}

.table-cart tr td.produce-close .edit {
    color: #00793e;
    color: var(--main-color);
}

.product-box .product-box__buttons {
    max-width: 100%;
}

.product-box .btn-add {
    padding: 4px;
}

.product-box .basket {
    display: flex;
}

.product-box .great-price-box, .product-box .new-box {
    position: absolute;
    top: -5px;
    right: 5px;
    background: #e7333f;
    background: var(--secondary-color);
    color: white;
    font-weight: 900;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border-radius: 3px;
}

.product-box .great-price-box p {
    margin: 0;
}

.product-box .great-price-box .first-line {
    font-size: 1.3rem;
    line-height: 1rem;
}

.product-box .great-price-box .second-line {
    font-size: 1.7rem;
    line-height: 1.8rem;
}

.product-box .new-box {
    font-size: 1.8rem;
}

.product-box a.product_quantity {
    display: flex;
    align-items: center;
}

.product-box a.product_quantity:hover {
    color: #00793e;
    color: var(--main-color);
}

.columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_quantity {
    top: 0;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .quantity-product-cart span {
        display: flex;
    }
}

.slider .tooltip.tooltip-max.top {
    margin-left: -8px !important;
}

.slider.slider-horizontal {
    margin: 8px 0 35px 0;
}

#updateProductForm .form-group textarea.form-control {
    resize: vertical;
    min-height: 37px;
}

.cart-block .product-edit .product_qty, #cart-content .product-edit .product_qty {
    height: 28px;
}

#quickCartDialog .product-single .product_qty {
    height: 35px;
}

#modal-szyb .product-edit .product_qty {
    border: 1px solid #d9d9d9;
    width: 58px;
    display: inline-block;
    padding: 2px 3px;
    text-align: center;
}

#modal-szyb .product-edit a.product_quantity {
    font-size: 23px;
    font-size: 2.3rem;
    display: inline-block;
    color: #b3b3b3;
    top: 2px;
    position: relative;
}

#modal-szyb .product-edit a.product_quantity:hover {
    color: #00793e;
    color: var(--main-color);
}

@media (min-width: 768px) and (max-width: 1199px) {
    #modal-card .btn {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 991px) and (max-width: 1019px) {
    #register-form .alternative {
        width: 100%;
        font-size: 11px;
        font-size: 1.1rem;
        min-width: 0;
    }
}

.label-success {
    color: #7fbe51;
}

.label-danger {
    color: #cc0000;
}

#automatic-order-modal .modal-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #00793e;
    background: var(--main-color);
}

#automatic-order-modal .modal-header h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    line-height: 60px;
    text-transform: none;
    margin: 0;
}

#automatic-order-modal .modal-header a {
    float: right;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}

#automatic-order-modal .modal-header a:hover {
    color: #f4f4f4;
}

#automatic-order-modal .modal-dialog {
    width: 370px;
}

@media (max-width: 767px) {
    #automatic-order-modal .modal-dialog {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#automatic-order-modal .modal-body {
    padding: 25px;
}

#automatic-order-modal form .form-card .form-control {
    width: 60%;
    margin-right: 3%;
    float: left;
}

#automatic-order-modal form .form-card .submit {
    width: 37%;
    clear: none;
    float: left;
}

#automatic-order-modal form .submit {
    clear: both;
}

#automatic-order-modal form .submit .btn.btn-primary {
    width: 100%;
}

.product-unit-sticker span {
    text-transform: lowercase;
}

span.client-city-control.error {
    float: inherit;
    margin-top: 0;
}

#modal .modal-header, .user-modal .modal-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #00793e;
    background: var(--main-color);
}

#modal .modal-header h4, .user-modal .modal-header h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    line-height: 60px;
    text-transform: none;
    margin: 0;
}

#modal .modal-header a, .user-modal .modal-header a {
    float: right;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}

#modal .modal-header a:hover, .user-modal .modal-header a:hover {
    color: #f4f4f4;
}

#modal .modal-dialog, .user-modal .modal-dialog {
    width: 370px;
}

@media (max-width: 767px) {
    #modal .modal-dialog, .user-modal .modal-dialog {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

#modal .modal-body, .user-modal .modal-body {
    padding: 25px;
}

#modal form .form-card label, .user-modal form .form-card label {
    display: block;
}

#modal form .form-card .form-control, .user-modal form .form-card .form-control {
    width: 60%;
    margin-right: 3%;
    float: left;
}

#modal form .form-card .submit, .user-modal form .form-card .submit {
    width: 37%;
    clear: none;
    float: left;
}

#modal-kiosk form .submit {
    clear: both;
}

#modal-kiosk form .submit .btn.btn-primary {
    width: 100%;
    background: #7fbe51;
    border-color: #7fbe51;
}

#modal-kiosk form .submit .btn.btn-primary:hover {
    background: #5f8f3d;
    border-color: #5f8f3d;
}

#modal .or, .user-modal .or {
    color: #666;
    display: block;
    position: relative;
    text-align: center;
    margin: 17px 0;
}

#modal .or span, .user-modal .or span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 8px;
}

#modal .or:before, .user-modal .or:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

#modal .modal-body, .user-modal .modal-body {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 991px) {
    #modal .modal-body, .user-modal .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#modal .modal-dialog, .user-modal .modal-dialog {
    width: 940px;
}

@media (max-width: 991px) {
    #modal .modal-dialog, .user-modal .modal-dialog {
        width: 700px;
    }
}

@media (max-width: 767px) {
    #modal .modal-dialog, .user-modal .modal-dialog {
        max-width: 300px;
        width: 100%;
    }
}

#modal .form-group, .user-modal .form-group {
    margin-bottom: 0;
}

#modal form label, .user-modal form label {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    float: left;
    color: #2f0906;
    text-transform: uppercase;
    margin: 5px 10px;
}

@media (max-width: 991px) {
    #modal form label, .user-modal form label {
        float: none;
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #modal form label, .user-modal form label {
        margin-bottom: 15px;
    }
}

#modal form .submit, .user-modal form .submit {
    margin-top: 30px;
}

#modal form .submit .btn.btn-primary, .user-modal form .submit .btn.btn-primary {
    width: auto;
    background: #fff;
    border-color: #2f0906;
    color: #2f0906;
}

#modal form .submit .btn.btn-primary:hover, .user-modal form .submit .btn.btn-primary:hover {
    background: #2f0906;
    border-color: #2f0906;
    color: #fff;
}

#modal .selectboxit-container, .user-modal .selectboxit-container {
    margin: 0 auto;
    width: 67% !important;
    float: left;
}

@media (max-width: 991px) {
    #modal .selectboxit-container, .user-modal .selectboxit-container {
        float: none;
    }
}

@media (max-width: 767px) {
    #modal .selectboxit-container {
        width: 100% !important;
    }
}

#modal hr, .user-modal hr {
    width: 100%;
    margin: 45px 0;
    clear: both;
}

@media (max-width: 767px) {
    #modal .legend .selected, #modal .legend .unavailable,
    .user-modal .legend .selected, .user-modal .legend .unavailable {
        margin-left: 0;
    }

    .user-modal .form-code-group {
        margin-top: -60px;
    }
}

.modal-body.products-modal {
    background-color: #f3f3f3;
}

.modal-body .products-list-view {
    margin-top: 20px;
}

.modal-body .products-list-view .product-box {
    display: inline-block;
    margin: 0 0 13px 0;
}

.modal-body #search-products .input--lg {
    width: -webkit-calc(100% - 140px);
    width:    -moz-calc(100% - 140px);
    width:         calc(100% - 140px);
    display: inline-block;
}

.order-informations .order-step.step-confirmation .product-list-wrapper {
    overflow: auto;
}

.order-informations .step-confirmation.order-step .product-cover img {
    pointer-events: none;
}

.hidden {
    display: none;
}

.cart-block-overlay {
    cursor: url(../images/icons/cursor.png), pointer;
}
.top-search__left .autocomplete-search .tt-suggestion .product-unit {
    min-width: 60px;
}

@media (min-width: 768px) {
    .form-payment-auth .form-group-destination {
        width: 40%;
        max-width: 300px;
    }

    .empty-cart {
        padding: 20px;
        margin-top: -30px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .empty-cart-alert {
        width: 100%;
        clear: both;
    }
}

.hidden-file-input {
    position: absolute;
    top: -3000px;
}

.order-view-add-to-cart label, .merge-cart label {
    font-weight: normal;
    cursor: pointer;
}

.order-view-add-to-cart .product-checkbox, .merge-cart .product-checkbox {
    margin-left: 15px;
}

.order-view-add-to-cart .product-cover, .merge-cart .product-cover {
    position: relative;
    text-align: center;
}

.order-view-add-to-cart .product-cover .selected, .merge-cart .product-cover .selected {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}

.order-view-add-to-cart .product-cover .selected i, .merge-cart .product-cover .selected i {
    font-size: 3em;
    color: #fff;
    text-shadow: 0 0 5px #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    flex: 1;
    align-self: center;
    text-align: center;
}

.merge-cart .product-cover {
    width: 65px;
    margin: 0 17px 0 13px;
}

.merge-cart .product-single {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    clear: both;
}

.merge-cart .product-info {
    color: #666;
}

.merge-cart .product-info a {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.merge-cart .product-info .quantity-wrapper a {
    color: #333;
}

.merge-cart .product-info em {
    color: #c00000;
    font-style: normal;
}

input.product-checkbox:checked + .product-cover .selected {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease-in-out;
    -webkit-transition: visibility 0s, opacity 0.5s ease-in-out;
}

input.product-checkbox:checked + .product-cover .selected i {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

img.landing-page-banner {
    width: 100%;
    max-height: 840px;
    object-fit: contain;
}

.box-info h4 {
    white-space: normal;
}

.margin-10 {
    margin: 10px;
}

input.p2r-radio {
    display: none;
}

.finalize-shopping-p2r {
    border: 0 !important;
    padding: 0 !important;
}

#finalize-shopping-p2r, #p2r-click-to-participate {
    width: 100%;
    padding: 15px 20px 24px 20px;
}

.table-like {
    display: table;
    margin-top: 10px;
    padding: 15px;
}

#fs-p2r-click-here {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

.p2r-label input:checked + label {
    background-color: #2f0906;
}

label.p2r-label > label {
    font-size: 1.8rem;
    color: white !important;
    background-color: #00793e;
    background-color: var(--main-color);
    width: 50px;
    margin: 0 1em;
}

.control-label-p2r {
    font-size: 1.8rem;
}

.slider-content-1__products {
    height: 380px;
}

.slider-content-1__products .list--std {
    height: 100%;
    overflow: hidden;
}

.table-cart tr td .similar {
    float: left;
    vertical-align: middle;
    margin-top: 9px;
}

.table-cart tr td .comment {
    border: 1px solid #00793e;
    border: 1px solid var(--main-color);
}

.table-cart tr td .comment::placeholder {
    color: #00793e;
    color: var(--main-color);
}

.table-cart tr td .comment:-ms-input-placeholder {
    color: #00793e;
    color: var(--main-color);
}

.table-cart tr td .delete i {
    color: #e7333f;
    color: var(--secondary-color);
}

.table-cart tr .clear-basket .back:hover {
    background-color: #00793e;
    background-color: var(--main-color);
}

.product-box__price em {
    color: #000000;
    color: var(--third-color);
}

.product-box__price em .product-price {
    color: #000000;
    color: var(--third-color);
}

.produce-description .product-box__price em .product-price {
    color: #00793e;
    color: var(--main-color);
}

#cart-product-list .product-box__price em .product-price {
    color: #00793e;
    color: var(--main-color);
}

.box.user-szybkoszyk-edit .table-cart-wrapper .produce-check {
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .box.user-szybkoszyk-edit .table-cart-wrapper .produce-check {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .box.user-szybkoszyk {
        background-size: 92% 400px;
        background-position: 450% 130px;
        background-image: url(../images/icons/shopping-cart-grey.svg);
        background-color: #fff;
        background-repeat: no-repeat;
    }

    .box.user-profile {
        background-size: 92% 400px;
        background-position: 450% 130px;
        background-image: url(../images/icons/person-grey.svg);
        background-color: #fff;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    .table-cart tr.product-edited td .product-box__name {
        float: left;
        width: 100%;
        height: auto;
    }

    .table-cart tr.product-edited td .product-amount-container {
        float: left;
        margin-top: 5px;
    }

    .similar-products .slider--pagination .slick-next,
    .similar-products .slider--pagination .slick-prev {
        display: block !important;
    }
}

#delivery-time .loader {
    display: none;
}

#delivery-time .loader .fa-refresh {
    font-size: 50px;
    -webkit-animation: pip-spin 2s linear infinite;
    -moz-animation: pip-spin 2s linear infinite;
    animation: pip-spin 2s linear infinite;
}

#delivery-time p {
    margin-top: 10px;
}

.reservation-loader .fa-refresh {
    margin-top: 10px;
    font-size: 35px;
    -webkit-animation: pip-spin 2s linear infinite;
    -moz-animation: pip-spin 2s linear infinite;
    animation: pip-spin 2s linear infinite;
}

.p2r-modal-body {
    overflow-y: hidden;
    height: 100%;
}

.p2r-checkbox .label-error {
    position: inherit;
    margin-top: 0;
    padding: 0 5px;
    float: right;
}

.p2r-info {
    font-size: 30px;
    font-size: 3.0rem;
}

#modal form .checkbox.reg label, .checkbox.reg.p2r-checkbox label{
    font-size: 13px !important;
    font-size: 1.3rem !important;
    width: 95%;
    margin-left: 5px;
}

.p2r-checkbox {
    padding: 10px 0;
}

.p2r-link {
    color: gold;
}

.p2r-link:visited, .p2r-link:hover {
    color: goldenrod;
}

.p2r-modal-body .btn {
    margin-top: 10px;
}

.label-p2r {
    max-width: 250px;
}

@media (max-width: 991px) {
    #modal form label, .user-modal form label {
        display: inline-block;
    }
}

.add-card .col-sm-6 {
    margin-bottom: 10px;
}

#p2rForm .form-control, #p2r-form-modal .form-control {
    border: 1px solid #d9d9d9;
}

#p2r-form .control-label, #p2r-form-modal .control-label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: none;
}

#p2r-form label, #p2r-form-modal label {
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

#p2r-form label.p2r-label, #p2r-form .p2r-header label, #p2r-form-modal label.p2r-label, #p2r-form-modal .p2r-header label {
    float: none !important;
}

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

.product-box .p2r-logo {
    width: 100%;
    position: absolute;
    top: -5px;
    right: 0;
    background: url('../images/p2r_bg.png');
    height: 44px;
}

.product-box .p2r-logo img {
    top: 0;
    right: 0;
    position: inherit;
}

.p2r-background {
    background: url('../images/p2r_card_background.png') bottom right no-repeat;
    min-height: 150px;
}

#p2r-icon {
    min-width: 112px;
    min-height: 75px;
    width: 160px;
    height: 105px;
    background-image: url('../images/p2r_card_background.png') !important;
    background-size: 160px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;
}

#p2r-icon-small {
    min-width: 50px;
    min-height: 30px;
    width: 70px;
    height: 50px;
    background-image: url('../images/p2r_card_background.png') !important;
    background-size: 70px;
    background-repeat: no-repeat;
    display: block;
    margin: 5px auto;
}

.p2r-color, #finalize-shopping-p2r, #p2r-click-to-participate {
    background-color: #00793e !important;
    background-color: var(--main-color) !important;
    border-color: #00793e !important;
    border-color: var(--main-color) !important;
    white-space: normal;
}

.total-price3-p2r span {
    white-space: normal;
}

#fs-p2r-price, .p2r-span-left {
    display: table-cell;
    vertical-align: middle;
}

.p2r-span-left {
    width: 60%;
    border-right: 1px solid;
    font-size: 16px;
    font-size: 1.6rem;
}

#accept-cart-p2r, #accept-cart-p2r-mobile, #fs-p2r-message {
    background-color: #00793e;
    background-color: var(--main-color);
    white-space: normal;
    font-size: 20px;
    font-size: 2rem;
}

@media (max-width: 1199px) {
    .table-cart tr .total-price3 .btn-success, #accept-cart-p2r, #accept-cart, #fs-p2r-message {
        font-size: 13px;
        font-size: 1.3rem;
        height: auto;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .table-cart.table-summary tr td.total-price3 .btn-success, #accept-cart-p2r-mobile, #accept-cart, #fs-p2r-message {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .table-cart.table-summary tr td.total-price3 .btn-success {
        height: auto;
    }
}

#accept-cart-p2r .cart-products-value, #accept-cart-p2r-mobile .cart-products-value {
    white-space: nowrap;
}

#accept-cart-p2r:hover, #accept-cart-p2r-mobile:hover, #finalize-shopping-p2r:hover, #p2r-click-to-participate:hover, #finalize-shopping-p2r:hover #fs-p2r-message {
    background-color: #00793e !important;
    background-color: var(--main-color) !important;
}

#accept-cart-p2r[disabled], #accept-cart-p2r-mobile[disabled], span.disabled-look {
    background-color: gray !important;
}

@media (max-width: 767px) {
    .p2r-background {
        background: url('../images/p2r_card_background.png') bottom no-repeat;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1019px) {
    div#page .products-list-view .product-box .p2r-logo, .feature-products .product-box .p2r-logo {
        background: none;
    }
}

@media (min-width: 1600px) and (max-width: 1625px) {
    .feature-products .product-box .p2r-logo, .slider-content-1--outer .product-box .p2r-logo, div#page .products-list-view .product-box .p2r-logo {
        background: none;
    }
}

@media (min-width: 1200px) and (max-width: 1235px) {
    div#page .products-list-view .product-box .p2r-logo {
        background: none;
    }
}

@media (min-width: 767px) and (max-width: 1199px), (min-width: 1400px) and (max-width: 1460px), (min-width: 1601px) and (max-width: 1835px) {
    div.similar-products .product-box .p2r-logo {
        background: none;
    }
}

.reservation-loader {
    background-color: #00793e;
    background-color: var(--main-color);
    color: white;
    height: 55px;
    display: none;
}

.quick-cart-name-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 20px;
    width: 100%;
}

.quick-cart-name-form label {
    font-weight: inherit;
}

@media (min-width: 768px) {
    .quick-cart-name-form {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .quick-cart-name-form {
        width: 520px;
    }
}

@media (min-width: 1200px) {
    .quick-cart-name-form {
        margin-left: auto;
    }
}

.szyb_image img {
    max-width: 60px;
    max-height: 45px;
}

.szyb_edit .form-buttons .disabled {
    cursor: default;
    border: 1px solid #cccccc;
    color: #cccccc;
}

.szyb_edit .form-buttons .disabled:hover {
    background-color: transparent;
}

.cms-content .cms-heading.profile-heading h1 .szyb_title {
    color: #00793e;
    color: var(--main-color);
}

.cms-content .cms-heading.profile-heading h1 .szyb_amount {
    color: #e7333f;
    color: var(--secondary-color);
}

table.szyb_list td.szyb_share a:hover,
table.szyb_list td.szyb_edit a:hover {
    color: #00793e;
    color: var(--main-color);
}

.shopping-lists-container .loader {
    margin-top: 30%;
}

.shopping-lists-container .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.shopping-lists-container .slick-arrow i {
    color: #5a110b;
}

.shopping-lists-container .slick-arrow.slick-disabled {
    cursor: default;
}

.shopping-lists-container .slick-disabled button {
    opacity: 0.2;
    cursor: default;
}

.shopping-lists-container button {
    background: none;
    border: none;
    padding: 0;
    width: 20px;
    font-size: 40px;
    line-height: 51px;
    outline: 0;
    position: relative;
    top: 0;
}

.shopping-lists-container .atelier-prev-arrow {
    left: 0;
}

.shopping-lists-container .atelier-next-arrow {
    right: 0;
}

.slider-content-1--outer .atelier-container {
    order: 2;
}

@media (min-width: 1200px) {
    .slider-content-1--outer .atelier-container {
        top: 6%;
        right: 2%;
        bottom: 6%;
    }
}

@media (max-width: 1199px) {
    .table-cart tr td .cart-summary-prices {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
    }

    .table-cart tr td .cart-summary-desc {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        display:block;
    }
}

@media (min-width: 1199px) {
    .table-cart tr td .cart-summary-prices {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: left;
    }

    .table-cart tr td .cart-summary-desc {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: right;
    }
}

.table-cart tr .total-price2 #total-price {
    color: #2f0906;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 0px;
    border-bottom: 0;
}

@media (max-width: 1199px) {
    .table-cart tr .total-price2 #total-price {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .slider-content-1--outer .atelier-container {
        display: none;
    }
}


img.visa-payment {
    margin-top: -5px;
}

img.visa-checkout {
    margin: 20px;
}
@media (max-width: 1824px) and (min-width: 1600px) {
    .slider-content-1--outer .inner.layer-slider .elem-2 {
        width: 25.5%;
        margin-left: 51%;
    }
}

@media (max-width: 1855px) and (min-width: 1820px) {
    .top-bar.scroll .top-search__left {
        width: 85%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .slider-content-1--outer .slider-content-1__products.elem-2 {
        display: none;
    }
}

.elem-common.elem-3:not(.atelier-box-info) {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#quick-cart-move-form .summary {
    float: left;
}

@media (max-width: 991px) {
    #quick-cart-move-form .pagination {
        float: right;
        margin-bottom: 5px;
    }
}

button.btn-pay[disabled] {
    background: #b9b9b9;
}

nav.top-bar__main-nav.limited-store-banner {
    background: #00a8da;
    color: white;
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1280px) {
    nav.top-bar__main-nav.limited-store-banner {
        font-size: 1.1em;
    }
}

.top-bar.scroll .top-bar__main-nav.limited-store-banner {
    display: block;
}

.top-bar__main-nav.limited-store-banner > ul {
    min-width: 0;
    max-width: 0;
}

.limited-store-banner a {
    color: #083caf;
}

.autoFillCity {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.order-step.step-confirmation .product-list-info span input#select-all {
    margin: 7px 0 0 10px;
    float: left;
}

.product-extra-block .product-box {
    width: 25%;
    height: 270px;
}

.product-extra-block {
    height: 370px;
}

.shop-info-bubble, .gm-style-iw {
    font-size: 15px;
    overflow: hidden !important;
    line-height: 1.35;
    white-space: nowrap;
}

#contact-form input, #contact-form .selectboxit-container {
    width: 100% !important;
}

input:not([type=submit]), textarea {
    background-color: #ffffff !important;
}

input:disabled {
    background-color: #e8e8e7 !important;
}

.green-label {
    color: #267f00;
}

ul.sorting-list a:hover {
    color: #00793e;
    color: var(--main-color);
}

.step-delivery .tooltip-inner {
    padding: 3px;
}

.expand-brands-list {
    text-align: center;
}

.expand-brands-list a {
    color: #111;
}

.delete-account {
    margin-top: 25px;
}

.delete-account h3 {
    margin-bottom: 15px !important;
}

#form-delete-account {
    text-align: center;
}

form#register-form #tos-container .marketing.has-error label.control-label {
    display: inline-block;
}

form#register-form #tos-container .marketing label.control-label span {
    display: none;
    max-width: 100%;
}

.form-profile .terms-of-service .tos-toggle {
    display: block;
}

.form-profile .terms-of-service .content {
    display: none;
}


.minimum-order-value > span {
    margin-top: 10px;
}

.table-cart tr td.produce-photo {
    height: 107px;
}

.cart-block .product-cover, .cart-szyb .product-cover {
    height: 55px;
    text-align: center;
}

.visible {
    display: block !important;
}

.reached-limit i {
    color: gray;
}

.reached-limit:hover i {
    cursor: not-allowed;
    color:gray;
}

.form-control:focus {
    border-color: #707070;
    border-color: var(--default-border-color-dark);
}

.newsletter-form {
    margin-right: 15rem;
}

.newsletter-form input {
    border: 1px solid #8c8c8c;
    border: 1px solid var(--default-border-color);
}

.newsletter-submit-button {
    height: 40px;
    background: #00793e;
    background: var(--main-color);
    border-color: white;
}

.product-wrapper > .row {
    padding-right: 15px;
    padding-left: 15px;
}

.product-wrapper .product-name-row {
    margin-bottom: 15px;
}

.product-wrapper .cart-buttons a#add_to_wishlist {
    font-weight: 600;
}

.product-wrapper .price-wrapper .product-price {
    background: #fbfbfb;
    background: var(--default-color-light);
}

.product-wrapper .btn-mini {
    background: #fbfbfb;
    background: var(--default-color-light);
}

.product-wrapper .product-tags a i {
    color: #000000;
    color: var(--third-color);
}

.product-wrapper .product-tags a:hover {
    color: #00793e;
    color: var(--main-color);
}

.product-wrapper .manufacturer-section a:hover {
    color: #00793e;
    color: var(--main-color);
}

.product-tab-content input {
    display: none;
}

.product-tab-content label {
    position: relative;
    display: block;
    width: 20rem;
    margin-top: 10px;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
}

.product-tab-content .content {
    /*background: #ccdef9;*/
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
}

.product-tab-content .content p, .product-tab-content .content h3 {
    padding: 10px;
}

.product-tab-content input:checked ~ .content {
    max-height: 1000vh;
    margin-bottom: 3rem;
}

.product-tab-content label::after {
    display: block;
    content: "\25b6";

    position: absolute;
    right: 10px;
    top: 10px;

    transition: all 0.4s;
}

.product-tab-content input:checked ~ label::after {
    transform: rotate(90deg);
}

.modal-delivery-method .modal-dialog {
    width: 550px !important;
}

.modal-delivery-method .modal-body {
    display: flex;
    flex-direction: column;
}

.user-modal.modal-delivery-method form label {
    font-size: 1.6rem;
    color: #666;
    text-transform: initial;
    font-weight: bold;
    text-align: left;
    margin: 0.5rem 1rem;
}

.modal-delivery-method .select-method {
    display: flex;
    justify-content: flex-start;
}

.modal-delivery-method #delivery {
    display: flex;
}

.modal-delivery-method .radio-inline {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.modal-delivery-method .radio-inline label {
    font-weight: 400 !important;
    color: #666 !important;
    font-size: 14px !important;
    padding: 0;
    margin: 0 1rem;
    text-transform: initial !important;
}

.modal-delivery-method .radio-inline input {
    margin: 0;
}

.modal-delivery-method .select-city,
.modal-delivery-method .select-coolomat-store {
    margin-top: 1rem;
    width: 100%;
    display: none;
}

.modal-delivery-method .banner-delivery-method {
    margin-top: 2rem;
}

.user-modal.modal-delivery-method .select-city .selectboxit-container,
.user-modal.modal-delivery-method .select-coolomat-store .selectboxit-container {
    width: 100% !important;
    height: auto !important;
}

.user-modal.modal-delivery-method .select-city .selectboxit-text,
.user-modal.modal-delivery-method .select-coolomat-store .selectboxit-text {
    white-space: normal;
    width: 85%;
    line-height: 2rem;
}

.user-modal.modal-delivery-method .select-city .selectboxit-options li,
.user-modal.modal-delivery-method .select-coolomat-store .selectboxit-options li {
    height: auto;
}

.user-modal.modal-delivery-method .select-city .selectboxit-options li a,
.user-modal.modal-delivery-method .select-coolomat-store .selectboxit-options li a {
    white-space: normal;
    line-height: 2rem;
}

@media (max-width: 768px) {
    .user-modal.modal-delivery-method #delivery {
        flex-wrap: wrap;
    }

    .user-modal.modal-delivery-method #delivery .radio-inline {
        width: 100%;
        margin: 1rem 0;
    }

    .user-modal.modal-delivery-method #delivery .radio-inline label {
        margin-bottom: 0;
        margin-left: 0.5rem;
        margin-top: 0;
    }
}

.display-flex {
    display: flex !important;
}

#delivery-time-form #methods-refresh {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#delivery-time-form #methods-refresh label {
    font-size: 1.6rem;
    color: #666;
    text-transform: initial;
    font-weight: bold;
    text-align: left;
}

#delivery-time-form .inputs-row {
    height: 8rem;
    width: 100%;
    display: flex;
    align-items: center;
}

#delivery-time-form .select-method {
    display: flex;
    justify-content: flex-start;
}

#delivery-time-form #delivery {
    display: flex;
}

#delivery-time-form .radio-inline {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

#delivery-time-form .radio-inline label {
    font-weight: 400 !important;
    color: #000000 !important;
    color: var(--third-color) !important;
    font-size: 14px !important;
    padding: 0;
    margin: 0 1rem;
    text-transform: initial !important;
}

#delivery-time-form .radio-inline input {
    margin: 0;
}

#postcode-modal .alert {
    text-align: left;
}

#modal-change-postcode #delivery-method {
    display: flex;
}

#modal-change-postcode #methods-refresh .selectboxit {
    white-space: normal;
}

#modal-change-postcode #methods-refresh .selectboxit-container {
    width: 80% !important;
    height: auto !important;
}

#modal-change-postcode #methods-refresh .selectboxit-container .selectboxit-text {
    width: 80%;
    white-space: normal;
    line-height: 2rem;
}

#modal-change-postcode #methods-refresh .selectboxit-container .selectboxit-option-anchor {
    white-space: normal;
}

#modal-change-postcode #methods-refresh .selectboxit-container .selectboxit-options li {
    height: auto;
    white-space: normal;
}

#modal-change-postcode #methods-refresh .selectboxit-container .selectboxit-options li a {
    line-height: 2rem;
    padding: 0.5rem 0;
}

@media (max-width: 768px) {
    #delivery-time-form .inputs-row {
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
    }

    #delivery-time-form #delivery {
        flex-wrap: wrap;
    }

    #delivery-time-form .select-city,
    #delivery-time-form .select-coolomat-store {
        margin-top: 1rem;
    }

    #modal-change-postcode #delivery-method {
        flex-wrap: wrap;
    }

    #delivery-time-form #methods-refresh .select-method {
        flex-wrap: wrap;
    }

    #delivery-time-form #methods-refresh .select-method .radio-inline {
        margin: 1rem 0;
    }

    #modal-change-postcode #methods-refresh .selectboxit-container {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    #modal-change-postcode .selectboxit-container {
        float: none;
        width: 100% !important;
    }
}

@media (min-width: 996px) {
    #delivery-time-form #methods-refresh .select-city {
        margin-left: 3.4rem;
    }
}

.spar-icon {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 15px;
    width: 20px;
    display: inline-block;
}

.spar-icon.icon-md {
    height: 20px;
}

.spar-icon.icon-xs {
    height: 12px;
    width: 13px;
    background-size: 13px 13px;
}

.spar-icon.icon-m {
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}

.spar-icon.icon-sd {
    height: 25px;
    width: 25px;
    background-size: 28px 30px;
}

.spar-icon.icon-xl {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
}

.icon-shopping-list-add {
    background-image: url(../images/icons/shopping-list-add.svg);
}

.icon-shopping-list-add-white {
    background-image: url(../images/icons/shopping-list-add-white.svg);
}

.icon-shopping-cart {
    background-image: url(../images/icons/shopping-cart.svg);
}

.icon-shopping-cart-green {
    background-image: url(../images/icons/shopping-cart-green.svg);
}

.icon-person {
    background-image: url(../images/icons/person.svg);
}

.icon-person-green {
    background-image: url(../images/icons/person-green.svg);
}

.icon-clock {
    background-image: url(../images/icons/clock.svg);
}

.icon-clock-green {
    background-image: url(../images/icons/clock-green.svg);
}

.icon-book {
    background-image: url(../images/icons/book.svg);
}

.icon-book-white {
    background-image: url(../images/icons/book-white.svg);
}

.icon-envelope {
    background-image: url(../images/icons/envelope.svg);
}

.icon-envelope-white {
    background-image: url(../images/icons/envelope-white.svg);
}

.icon-truck {
    background-image: url(../images/icons/truck.svg);
}

.icon-replay {
    background-image: url(../images/icons/replay.svg);
}

.icon-replay-white {
    background-image: url(../images/icons/replay-white.svg);
}

.icon-photo-album-mountain {
    background-image: url(../images/icons/photo-album-mountain.svg);
}

.domain-redirect-info .alert p, #postcode-alert .alert p {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    font-size: 1.4rem;
    text-transform: none;
}

#modal-postcode .domain-redirect-info .alert p {
    flex-direction: column;
}

#banner-modal-change-postcode {
    margin-top: 20px;
}

.banner-delivery-methods img {
    max-height: 100px;
}

.delivery-table .table-responsive {
    overflow-x: auto;
}

.delivery-table table {
    white-space: nowrap;
}

.delivery-table .table tr th {
    text-align: center;
}

.delivery-table .table tr td:first-child {
    white-space: normal;
    min-width: 70px;
    padding: 0 0 0 5px;
}

@media (min-width: 480px) {
    .delivery-table .table tr td:first-child {
        min-width: 130px;
        padding: 0 0 0 15px;
    }
}

.delivery-table .table tr td {
    width: auto;
}

.delivery-table .table tr td:first-child:nth-last-child(2) ~ td {
    width: 9%;
}

#modal-welcome .modal-dialog {
    margin-top: calc((100vh - 760px) / 2);
    width: max-content;
}

#modal-welcome .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.clear-cart-confirm {
    margin: 5px 27px 15px 27px;
}

.clear-cart-confirm-content {
    padding: 15px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    color: #000000;
    color: var(--third-color);
    text-align: center;
}

.clear-cart-confirm-content .close-confirm {
    background: #e7333f;
    background: var(--secondary-color);
    border-color: #e7333f;
    border-color: var(--secondary-color);
}

.clear-cart-confirm-content .close-confirm:hover {
    background-color: #000000;
    background-color: var(--hover-background);
    border-color: #000000;
    border-color: var(--hover-border);
}

.flex-wrap {
    flex-wrap: wrap;
}

#modal-szyb .product-cover {
    height: 55px;
    text-align: center;
}

.table-cart .produce-photo {
    width: 107px;
}

.banner-products {
    position: relative;
    z-index: 2;
}

.top-bar.scroll .top-bar__logo.moved-logo {
    top: 20px;
}

.top-bar .top-bar__logo.moved-logo {
    top: 57px;
}

.top-bar .facebook {
    padding: 3px;
    background-color: #3b5998;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    text-align: center;
    position: absolute;
    top: 95px;
    width: 205px;
    margin-left: 2px;
    z-index: 50;
}

.top-bar .facebook i {
    margin-right: 5px
}

.top-bar.scroll .facebook {
    left: 49px;
    top: 48px;
    width: 140px;
    font-size: 1rem;
    font-size: 10px;
    padding: 4px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .top-bar .facebook, .top-bar.scroll .facebook {
        left: 5px;
    }
}

@media (max-width: 1019px) {
    .top-bar .facebook {
        display: none;
    }
}


.origin-flag-img {
    max-width: 5em;
    max-height: 3em;
}

.cursor-pointer {
    cursor: pointer;
}

.float-left {
    float: left;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-t-5 {
    margin-top: 5px;
}

#mainbox-questions {
    padding: 5px 0;
    display: none;
}

.iframe-container {
    overflow: hidden;
    position: relative;
    background-color: white;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    #mainbox-questions.in, #mainbox-questions.collapsing {
        display: block !important;
    }
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

#modal-postcode .modal-body .alert {
    font-size: 1.4rem;
    text-align: left;
}
