/* „Tři jablka změnila svět. První svedlo Evu, druhé spadlo Newtonovi na hlavu a třetí napustil jedem a kousl do něj Alan Turing, pak ho Steve Jobs podal světu“ */


/* -------------------
------- Global -------
-------------------- */

* {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

a,
button {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.link {
    color: #49c0f8;
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .col-my {
        max-width: calc(100% - 260px);
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.products-row {
    margin-top: 10px;
}

main {
    background-color: #eeeeee;
}

.bg-page {
    background-color: #eee;
    margin-left: 0;
    margin-right: 0;
}

.row-no-padding>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-success {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #25c45b;
    border-color: #16c150;
}

.btn-success:hover {
    background-color: #16c150;
    border-color: #16c150;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .15);
}

.btn {
    border-radius: 3px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn>i {
    position: relative;
    bottom: -2px;
    font-size: 1.2em;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label:not(.subcategory-item-label),
[type="radio"]:not(:checked)+label:not(.subcategory-item-label),
[type="radio"]:checked+.label,
[type="radio"]:not(:checked)+.label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 18px;
    color: #666;
    font-weight: 400;
}

[type="radio"]+label:not(.subcategory-item-label):before,
[type="radio"]+.label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #49c0f8;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]+label:not(.subcategory-item-label):after,
[type="radio"]+.label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #49c0f8;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:not(.subcategory-item-label):after,
[type="radio"]:not(:checked)+.label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:not(.subcategory-item-label):after,
[type="radio"]:checked+.label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.m0 {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .m-search-revealed {
        padding-top: 112px;
    }
    .bg-light-grey {
        background-color: #464646;
    }
    .mobile-p0 {
        padding: 0;
    }
    .not-mobile {
        display: none;
    }
}

.cc-window {
    font-size: .8em;
}

.cc-btn {
    font-size: 1.1em;
}

.cc-window.cc-banner {
    padding: .5em 1.3em
}

.products-loader {
    border: 4px solid #fcfcfc;
    border-radius: 50%;
    border-top: 4px solid #48c0fb;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* -------------------
------- Header -------
-------------------- */

header {
    background-color: #0E1317;
}


/* ------ Header basic info section ------ */

.nav-link {
    color: #ddd;
    display: inline-block;
    padding: 10px 9px;
    font-size: 12px;
    position: relative;
}

.nav-link::after {
    content: "|";
    font-size: .5em;
    color: #ddd;
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 2.45em;
}

.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

.nav-link:first-child {
    padding-left: 0;
}

.nav-link:last-child::after {
    display: none;
}

.contact-info-call {
    text-align: right;
}

.contact-info-call i {
    margin-right: -7px;
    position: relative;
    top: 3px;
}

.contact-info-call>a {
    font-weight: 600;
}

.call-times {
    color: #ddd;
    padding-left: 5px;
}

.login-btn-holder {
    text-align: right;
}

.login-btn {
    padding: 10px 30px;
    font-size: .9em;
    border: none;
    background-color: #464646;
    color: #eee;
}

@media (max-width: 991.98px) {
    .login-btn-holder {
        display: none;
    }
    .basic-info-holder .row>div {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .basic-info-holder {
        display: none;
    }
}


/* ------ Header brand and cart section ------ */

.brand-row {
    background-color: #363435;
}

.hidden-headline {
    margin: 0;
    padding: 0;
}

.brand-headline {
    display: none;
}

.logo-img {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
}


/* ------ Search ------ */

.search-input-holder {
    margin-top: 18px;
}

.search-input-holder>input {
    background-color: #aaa;
    line-height: 2em;
    padding: 2px 10px;
    border: none;
    width: 70%;
}

.search-input-holder>button {
    background-color: #0E1317;
    color: #fff;
    line-height: 2em;
    padding: 2px 10px;
    border: none;
    outline: none;
}

@media (max-width: 767.98px) {
    .m-search-input {
        padding: 5px 10px 15px 10px;
        border-bottom: 2px solid #000;
        display: none;
    }
    .search-input-holder {
        margin-top: 0;
    }
    .brand-row.cart-nav {
        position: absolute;
    }
    .search-input-holder>input {
        width: calc(100% - 73px);
    }
}


/* ------ Cart section ------ */

.cart-holder {
    position: relative;
    margin-right: 10px;
}

.cart-img {
    height: 2em;
}

.cart-items {
    position: absolute;
    top: -7px;
    left: -7px;
    background-color: green;
    color: #fff;
    border-radius: 100%;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    line-height: 1.3;
}

.cart-text {
    margin-right: 20px;
}

.cart-info-holder {
    display: inline-block;
    color: #ddd;
}

.cart-summary {
    position: absolute;
    width: auto;
    display: none;
    width: 480px;
    right: -1px;
    top: 100%;
    z-index: 5;
    background-color: #222;
    color: #ddd;
    border: 1px solid #666;
}

.cart-summary>div {
    padding: 10px 15px;
}

.cart-summary>div:not(:last-child) {
    border-bottom: 1px solid #666;
}

.cart-summary-headline {
    border-bottom: 1px solid #666;
    padding: 10px 15px;
    color: #ddd;
    text-align: left;
    margin: 0;
    font-size: 1em;
}

.summary-total-price {
    margin-left: 10px;
}

.btn-delete-item {
    border: none;
    color: #48c0fb;
    border-radius: 100%;
    background-color: #464646;
    padding: 1px 4px 0px 4px;
    height: 22px;
    padding: 0;
    width: 22px;
    cursor: pointer;
    text-align: center;
}

.sum-product-link {
    font-size: 1.2em;
    color: #4ec4fb;
}

@media (max-width: 991.98px) {
    .cart-text {
        display: none;
    }
    .logo-img {
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .mo1 {
        order: 1;
        display: flex;
        justify-content: space-between;
    }
    .mo0 {
        order: 0;
    }
    .seach-strip .row {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .logo-img {
        height: 25px;
    }
    .no-wrap {
        white-space: nowrap;
    }
}


/* ------ Nav section ------ */

.navbar {
    background-color: #464646;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.item-blue {
    border-bottom-color: #00baff;
}

.item-blue a:hover {
    color: #00baff;
}

.item-green {
    border-bottom-color: #499435;
}

.item-green a:hover {
    color: #499435;
}

.item-red {
    border-bottom-color: #a5032c;
}

.item-red a:hover {
    color: #a5032c;
}

.item-orange {
    border-bottom-color: #de6218;
}

.item-orange a:hover {
    color: #de6218;
}

.item-brown {
    border-bottom-color: #b2763a;
}

.item-brown a:hover {
    color: #b2763a;
}

.item-yellow {
    border-bottom-color: #f6be09;
}

.item-yellow a:hover {
    color: #f6be09;
}


/* -------------------
------ Checkout ------
-------------------- */

.checkout {
    background-color: #f6f6f6;
    color: #444;
}

.checkout-content {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}


/* ------ Checkout nav ------ */

.checkout-nav {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 50px;
    border-bottom: 1px solid #c6c6c6;
    background-color: #dadada
}

.checkout-row {
    display: flex;
    justify-content: stretch;
}

.checkout-nav-item {
    flex-grow: 1;
    text-align: center;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    padding: 16px;
    font-weight: 600;
    color: #888888;
    font-size: 18px;
    max-width: 33.3333%;
}

.checkout-nav-item a {
    color: inherit !important;
}

.checkout-nav-item.active {
    border-bottom-color: #43b5f3;
    color: #43b5f3;
}

.checkout-items-holder {
    padding: 0 15px;
}

@media (max-width: 767.98px) {
    .checkout-nav {
        margin-bottom: 30px;
    }
    .checkout-nav-item {
        font-size: 14px;
        padding: 14px 10px 12px;
        line-height: 1.2;
        vertical-align: top;
        font-weight: 400;
        color: #555;
    }
    .checkout-items-holder {
        padding: 0 15px;
    }
    .checkout-total-col {
        text-align: right;
        padding-right: 30px;
    }
}

@media (max-width: 550px) {
    .checkout-total-col {
        text-align: center;
        padding: 0;
    }
}


/* ------ Checkout items ------ */

.checkout-description {
    padding: 0 10px;
}

.checkout-items-list {
    margin: 10px 0 20px;
}

.checkout-item {
    padding: 10px 10px;
    border: 1px solid #c6c6c6;
    position: relative;
    align-items: center;
    background: #fcfcfc;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.checkout-item:not(:last-child) {
    border-bottom: none;
}

.checkout-item:last-child {
    border-radius: 0 0 3px 3px;
}

.checkout-item:first-child {
    border-radius: 3px 3px 0 0;
}

.cart-intro-headline {
    color: #49c0f8;
    font-size: 1.1em;
    line-height: 1.2;
}

.cart-item-delete {
    color: #a5032c;
    font-size: 20px;
    padding: 0;
    position: relative;
    top: -2px;
}

.cart-item-delete:hover {
    color: #49c0f8;
    text-decoration: none;
}

.item-count-input {
    border: none;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    width: 2em;
    height: 1.7em;
    line-height: 1.7em;
    padding: 0;
    text-align: center;
    float: left;
}

.cart-price,
.m-b-top {
    white-space: nowrap;
}

.cart-btn-delete {
    border: none;
    color: #da1c1c;
    border-radius: 100%;
    background-color: #fff;
    padding: 0;
    height: 1.2em;
    width: 1.2em;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: -5px;
}

@media (min-width: 768px) {
    .mobile-cart-label,
    .search-in-cart {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .checkout-items-list {
        padding: 5px 10px;
        margin: 20px 0 10px;
    }
    .checkout-description {
        display: none;
    }
    .checkout-item {
        padding: 10px 10px 0 10px;
    }
    .checkout-item .m-b-top {
        border-top: 1px solid #ccc;
        height: 5rem;
        text-align: center;
    }
    .cart-btn-delete-holder {
        position: absolute;
        top: 8px;
        right: 10px;
    }
    .mobile-cart-label {
        display: block;
        line-height: 1;
        margin-top: 15px;
        color: #888;
        margin-bottom: 5px;
    }
    .cart-price {
        font-weight: 500;
    }
    .search-in-cart {
        padding: 0;
    }
    .search-in-cart #search-form {
        margin-top: 8px;
    }
}

@media (max-width: 519px) {
    .m-b-top {
        width: 50%;
    }
}


/* ------ Checkout price ------ */

.checkout-total-price {
    font-size: 1.4em;
    border-bottom: 1px solid #c6c6c6;
    padding: 0 15px 30px;
    font-weight: 500;
    text-align: right;
}

.cart-discount {
    font-size: 20px;
    color: #43b5f3;
}

.cart-discount>small {
    color: #444;
}

.checkout-total-col small {
    font-weight: 300;
}

.cart-total-price {
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .checkout-total-price {
        padding-bottom: 25px;
    }
}


/* ------ Checkout actions ------ */

.checkout-actions {
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 34px;
}

.checkout-shipping-actions {
    padding: 20px 30px;
    line-height: 34px;
    border-top: 1px solid #c6c6c6;
}

@media (max-width: 767.98px) {
    .checkout-actions,
    .checkout-actions .text-right,
    .checkout-shipping-actions,
    .checkout-shipping-actions .text-right {
        text-align: center !important;
    }
    .btn-cart-back {
        font-size: .9em;
        margin-top: 15px;
    }
    .checkout-content {
        padding-bottom: 0;
    }
    .checkout-actions .btn-success,
    .checkout-shipping-actions .btn-success {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .checkout-item .m-b-top.bt-0 {
        border-top: none;
    }
    .checkout-item .m-b-top {
        height: 4rem
    }
}


/* ------ Checkout shipping ------ */

.shipping-payment {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .summary-holder {
        padding: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .terms-check {
        padding-top: 20px;
    }
}

.summary-holder>div {
    border: 1px solid #c6c6c6;
    line-height: 1.5;
    background-color: #fcfcfc;
    padding: 15px 20px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.terms-check {
    padding-bottom: 20px;
}

.summary-table {
    width: 100%;
}

.summary-table td {
    padding: 5px;
}

.summary-table hr {
    margin: 5px 0;
}

.summary-total-price {
    font-size: 1.2em;
    font-weight: 600;
}

.radio-option {
    border: 1px solid #c6c6c6;
    line-height: 1;
    margin-top: 5px;
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.radio-option-card {
    background-color: #EDECEC
}

.radio-option>label {
    width: 100%;
    padding: 20px 30px;
    margin: 0;
}

.radio-option input {
    margin: 0;
}

.shipping-payment-holder {
    padding-bottom: 40px;
}

.shipping-payment-headline {
    margin-top: 0;
    font-size: 1.4em;
}

.summary-divider+.summary-divider {
    display: none;
}

.summary-item {
    display: table;
    width: 100%;
}

.summary-item>div {
    display: table-cell;
}

@media (max-width: 991.98px) {
    .shipping-payment,
    .m-ts15,
    .summary-holder {
        padding: 0 30px;
    }
    .summary-holder {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .shipping-payment,
    .m-ts15,
    .summary-holder {
        padding: 0;
    }
    .summary-holder {
        margin-bottom: 30px;
    }
    .shipping-payment-headline {
        font-size: 1.3em;
        font-weight: 500;
    }
}


/* ------ Contact info ------ */

.contact-info {
    padding: 0 30px;
}

.personal-info-box {
    border: 1px solid #c6c6c6;
    line-height: 1;
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 15px 20px;
}

.half-width {
    width: 48%;
    display: inline-block;
}

.half-width:nth-of-type(even) {
    float: right;
}

@media (max-width: 767.98px) {
    .contact-info {
        padding: 0 0 35px;
    }
}

@media (max-width: 550px) {
    .half-width {
        width: 100%;
        float: none !important;
    }
    .personal-info-box {
        padding: 15px 20px 0 20px;
    }
}


/* -------------------
-------- Items --------
-------------------- */

.categories {
    background-color: #363435;
    color: #DDDDDD;
    width: 230px;
    padding: 0;
    height: 100%;
    border-radius: 0 0 3px 3px;
}

.banner-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 3px;
}

.label-checkbox {
    position: relative;
    margin: .5em .5em .5em 0;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: uppercase;
    padding-left: 2em;
}

.checkbox {
    position: relative;
    top: -0.375em;
    left: -2em;
    margin: 0 -1em 0 0 !important;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
}

.checkbox-lighter {
    text-align: center;
}

.checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.35em;
    z-index: 1;
    width: .8em;
    height: 0.45em;
    border: 3px solid #00BFFE;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    background: #363435;
    border: 1px solid #00BFFE;
    border-radius: 3px;
    cursor: pointer;
}

.checkbox-lighter .checkbox:after {
    background: #f6f6f6;
    border-color: #337abb;
}

.categories-headline {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    font-weight: 600;
    border: 1px solid #302e2f;
}

.categories-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
    border-left: 1px solid #302e2f;
    border-right: 1px solid #302e2f;
}

.categories-links a {
    color: #DDDDDD;
    padding: 5px 10px 5px 15px;
    display: flex;
    font-size: 14px;
    width: 100%;
    background-color: #464646;
}

.categories-links li:not(:last-child) {
    border-bottom: 1px solid #302e2f;
}

.categories-links i {
    width: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.categories-links a:hover {
    text-decoration: none;
    background-color: #3f3d3e;
    color: #00BFFE;
}

.products {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 30px;
}

.products-filters {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    border-right: none;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.products-filters>span {
    margin-right: 10px;
}

.jscroll-added>.infinite-scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.filter-button {
    padding: 10px 15px !important;
    border: none;
    cursor: pointer;
    background: transparent;
    text-decoration: underline;
    color: #444;
    margin-bottom: 0;
    border-radius: 3px;
}

.filter-button::after,
.filter-button::before {
    opacity: 0 !important;
}

.filter-button.active {
    background-color: #444;
    color: #fff !important;
    text-decoration: none;
}

.filter-input:checked+.filter-button {
    background-color: #444;
    color: #fff !important;
    text-decoration: none;
}

.visible-count {
    color: #999;
    top: -1px;
    position: relative;
    line-height: 42px;
}

.visible-count>span {
    color: #000;
}

.filter-next-button {
    padding: 7px 10px 7px 15px;
    margin: 7px 7px 0;
    border: 1px solid #c6c6c6;
    background: transparent;
    color: #00BFFE;
    line-height: 42px;
    text-decoration: none !important;
}

.detail-product {
    background-color: #eee;
    color: #444;
}

.info-category {
    color: #00BFFE;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    margin-bottom: 6px;
}

.info-category a {
    color: inherit;
}

.product-detail-headline {
    color: #000;
    display: block;
}

.product-detail-headline:hover {
    text-decoration: none;
    color: #333;
}

.product-detail-headline>h3 {
    margin-top: 0;
    margin-bottom: -5px;
    line-height: 1.2;
    font-size: 16px;
}

@media (min-width: 768px) {
    .products-holder {
        padding-top: 30px;
    }
    .h-producers {
        margin-top: -10px;
    }
}

.search-results-headline {
    padding-top: 30px;
}

.products-row .product-col {
    margin-bottom: 30px;
}

.product-item:hover {
    box-shadow: 0 4px 14px 7px rgba(121, 121, 121, 0.2);
}

.product-item {
    transition: 0.4s;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 14px 7px rgba(121, 121, 121, 0.05);
    border: 1px solid #DADADA;
    background-color: white;
}

.item-img-holder {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.amount-available {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 0, 0.75);
    padding: 4px 9px;
    font-size: .75em;
    line-height: 1.2;
    color: #4e4c09;
    border-bottom-right-radius: 5px;
}

.product-info {
    padding: 10px;
    background-color: #fcfcfc;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-actions {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    padding-top: 10px;
    margin-top: 15px;
}

.item-actions>div {
    display: table-cell;
    vertical-align: middle;
}

.item-actions .btn {
    font-size: 12px;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.item-prices {
    line-height: 1.2
}

.actual-price {
    font-size: .875em;
    font-weight: 600;
    color: #65d35d;
}

.prev-price {
    text-decoration: line-through;
}

.prev-price-empty {
    display: block;
    height: 17px;
    width: 5px;
}

.products-count {
    line-height: 1;
}

@media (max-width: 991.98px) {
    .checkbox-lighter {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .products-count {
        margin-left: 20px;
        margin-right: 20px;
    }
    .mobile-filters {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .products {
        padding: 20px 0 0;
    }
    .products-filters {
        margin-left: 0;
        margin-right: 0;
        max-height: 30px;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }
    .products-filters.revealed {
        max-height: 200px;
    }
    .products-count,
    .products-count .text-right {
        text-align: center;
    }
    .mobile-filters {
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        margin-bottom: 5px;
        outline: none !important;
        line-height: 1.5;
    }
}


/* -------------------
--- Product detail ---
-------------------- */

.back-button {
    color: #00BFFE;
    position: relative;
    top: -15px;
}

.back-button-holder i {
    position: relative;
    top: 2px;
}

.product-detail {
    padding: 40px 0;
}

.product-img {
    /*

	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	*/
    min-height: 100%;
    background-color: #fff;
    border-radius: 3px;
    /*
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	*/
}

.product-nav-img img {
    width: 100%;
    padding: 3px;
}

@media (max-width: 767.98px) {
    .product-img {
        max-height: 35vh;
    }
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin-bottom: 20px;
}

.product-mini-img {
    font-size: 10px;
    line-height: 1.3;
}

.order-summary a {
    color: #00BFFE;
}

.product-img-lightbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    text-align: center;
}

.product-img-lightbox-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    z-index: 999;
}

.product-img-lightbox>img {
    position: relative;
    margin: 10vh auto;
    max-height: 80vh;
    max-width: 600px;
    z-index: 1999;
}

.product-img-lightbox>button {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    color: #fff;
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    border: none;
    z-index: 999;
}

.product-img-lightbox.revealed {
    display: block;
}

.product-headline {
    margin: 0;
    color: #000;
    font-weight: 400;
}

.product-category {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 400;
}

.product-category a {
    color: #00BFFE;
    text-decoration: underline;
}

.vertical-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.availability {
    display: block;
    margin-bottom: 8px;
}

.availability>span {
    font-weight: 500;
    color: #24c45a;
}

.product-best-price {
    margin-bottom: 5px;
}

.product-best-price img {
    height: 20px;
    margin-top: -3px;
    margin-right: 3px;
}

.product-best-price strong {
    color: #00BFFE;
    font-weight: 500;
}

.product-best-price i {
    font-size: 12px;
    color: #777;
    cursor: help;
}

.product-best-price i:hover {
    color: #333;
}

.product-buy-info {
    width: 100%;
    padding: 15px 20px 15px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.product-buy-info>h5 {
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-desc {
    padding: 0 5px;
    margin-bottom: 30px;
}

.product-desc span {
    font-size: 1rem !important;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

.product-characteristic {
    padding: 0 0 5px;
    margin-bottom: 30px;
}

.product-characteristic>h5,
.product-desc>h5 {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
}

.product-characteristic tr td:first-of-type {
    font-weight: 600;
}

@media(max-width: 991.98px) {
    .product-characteristic tr {
        display: flex;
        flex-direction: column;
        line-height: 1.5;
    }
    .product-characteristic tr td:first-of-type {
        text-align: left !important;
    }
    .product-characteristic tr td:nth-child(2) {
        padding-bottom: 7px;
    }
}

.product-characteristic td {
    padding: 0 0.3em;
    vertical-align: top;
}

.product-upsell {
    padding-bottom: 50px;
}

.upsell-headline {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.amount {
    display: flex;
}

.package {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.package>label {
    margin-bottom: 0;
}

.price {
    margin-bottom: 10px;
    margin-top: 5px;
}

.price>span {
    line-height: 1.2;
}

.actual-price-detail {
    font-weight: 500;
    color: #65d35d;
    font-size: 2em;
    white-space: nowrap;
}

.amount>button {
    border: none;
    background-color: #d8d8d8;
    color: #000;
    height: 38px;
    line-height: 38px;
    text-align: center;
    outline: none;
    width: 38px;
    transition-duration: .1s;
    cursor: pointer;
}

.amount>input {
    height: 38px;
    line-height: 38px;
    width: 42px;
}

.amount>button:hover {
    background-color: #40aee2;
    color: #fff;
}

.checkout-amount {
    margin: 0 auto;
    width: 98px;
}

.checkout-amount>button {
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.checkout-amount>input {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.cart-add {
    width: 100%;
    max-width: 180px;
}

.delivery-disclaimer {
    opacity: .8;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

.delivery-disclaimer>img {
    height: 1em;
    vertical-align: text-top;
}

@media (max-width: 767.98px) {
    .product-headline {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        display: none;
    }
    .product-detail {
        padding-bottom: 30px;
    }
    .back-button-holder {
        float: none;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .add-holder {
        margin-top: 10px;
    }
    .cart-item-delete {
        right: -14px;
        top: -1px;
    }
}

@media (max-width: 382px) {
    .add-holder {
        margin-top: 10px;
    }
}


/* --- Added into cart modal --- */

.modal-product {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.modal-product-name {
    line-height: 1.3;
}

.modal-product-price {
    color: #24c45a;
}

.modal-product-img {
    max-height: 80px;
    margin-right: 24px;
}

.cart-modal-actions {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.btn-continue {
    float: right;
}

@media (max-width: 767.98px) {
    .modal-product-text {
        vertical-align: top;
    }
    .modal-product-price {
        float: none;
        padding: 0 20px;
    }
}

@media (max-width: 412px) {
    .btn-continue {
        float: none;
        margin-top: 5px;
    }
}

@media (max-width: 767.98px) {
    .cart-modal-actions {
        flex-wrap: wrap-reverse;
    }
    .cart-modal-actions .btn {
        margin: 4px auto;
    }
}


/* -------------------
------ Carousel ------
-------------------- */

.carousel-holder {
    background-image: url("../../img/seeds-bg.jpg");
    background-size: cover;
    background-position: center;
}

.carousel-overlay {
    padding: 0px 0px 0px;
    background-color: rgba(0, 0, 0, .5);
}

.carousel-holder .carousel {
    max-width: 800px;
    margin: 0 auto;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-indicators {
    bottom: -42px;
    right: 0;
    left: initial;
    width: auto
}

.carousel-indicators>li {
    border: none;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    background: url("../../img/carousel-btn.png") no-repeat 0 0;
}

.carousel-indicators>li.active,
.carousel-indicators>li:hover {
    background-position-x: -20px;
}


/* -------------------
-------- Logos --------
-------------------- */

.logos {
    background-color: #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logos-wrapper {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    text-align: center;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

.logos-headline {
    position: relative;
    display: inline-block;
    margin: 40px auto;
}

.logos-headline:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    display: block;
    background-color: #c2c2c2
}

.logos .vyhody-img {
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
}

.logos .vyhody-img img {
    max-width: 50px;
}


/* -------------------
---- About summary ----
-------------------- */

.about-summary-holder {
    background-image: url("../../img/slide-background.jpg");
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

.about-summary-column {
    padding: 45px 30px 30px 30px;
    text-align: center
}

.about-summary {
    background-color: rgba(255, 255, 255, 0.95);
}

.about-summary h3 {
    font-size: 24px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

@media(min-width: 768px) {
    .about-summary-column:first-child {
        border-right: 1px dashed #bbb;
        border-radius: 3px 0 0 3px;
    }
    .about-summary-column:last-child {
        border-radius: 0 3px 3px 0;
    }
}

@media (min-width: 768px) {
    .about-summary {
        display: table;
        width: 100%;
    }
    .about-summary-column {
        display: table-cell;
        width: 50%;
    }
}


/* -------------------
--- Subscribe input ---
-------------------- */

.subscribe-section {
    background-color: #363435;
    padding: 40px 0;
}

.subscribe-heading {
    color: #eee;
    margin-top: 0;
    margin-bottom: 15px;
}

.subscribe-input {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    padding: 0 10px;
    border: none;
    margin-right: -5px;
}


/* -------------------
-------- Page --------
-------------------- */

.page {
    background-color: #eee;
    margin: 0;
}

.container .page {
    padding: 60px 0;
}

.h1 {
    margin-top: 0;
}


/* Seedbanks */

.seedbank-producer {
    border: 1px solid #bbb;
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    margin: 20px 0;
    padding: 25px 0 30px;
}

.seedbank-producer:last-child {
    margin-bottom: 0;
}

.seedbank-img {
    margin-top: 10px;
}

.seedbank-headline {
    margin-top: 0;
    font-weight: 400;
}

.seedbank-headline a {
    color: #00BFFE;
}

@media (max-width: 767.98px) {
    .seedbank-paragraph {
        text-align: justify;
    }
}


/* Cart alerts */

.cart-alert {
    padding: 100px 0;
}

.icon-cart-success {
    font-size: 5em;
    color: #24c45a;
    margin-bottom: 25px;
    display: block;
}

.icon-cart-empty {
    font-size: 5em;
    color: #ffc107;
    margin-bottom: 25px;
    display: block;
}


/* -------------------
------- Footer -------
-------------------- */

footer {
    background-color: #242424;
    color: #F6F6F6;
    padding-top: 48px;
}

footer .footer-links {
    padding-bottom: 30px;
}

footer .footer-headline {
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 24px;
    font-size: 20px;
}

footer .footer-divider {
    background-color: #828282;
    width: 48px;
    height: 2px;
    margin: 8px 0 12px;
}

footer .footer-list {
    padding: 0 24px 0 0;
    line-height: 1.5;
    list-style: none;
}

@media (max-width: 767.98px) {
    footer .footer-list {
        padding: 0;
    }
}

footer .footer-list a {
    color: #CFCFCF;
}

@media (min-width: 992px) {
    footer .last-footer-col {
        max-width: 340px;
        margin-right: 0;
        margin-left: auto;
    }
}

footer .footer-list.list-address {
    font-size: 14px;
    padding-bottom: 10px;
    white-space: normal;
}

.footer-address {
    min-width: 160px;
}

@media (min-width: 1200px) {
    .footer-address {
        max-width: 198px;
    }
}

footer .footer-list.list-address .d-flex i {
    min-width: 14px;
    margin-right: 5px;
    margin-top: 2px;
}

footer .footer-list.list-address li {
    color: #FFFFFF;
}

footer .online-payments {
    color: #919191;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .online-payments img {
    margin-left: 10px;
}

footer .copyright {
    background-color: #000000;
    text-align: center;
}

footer .copyright p {
    padding: 16px;
    font-size: 14px;
    margin-bottom: 0;
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 100%;
    /* overflow-y: hidden; prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.cart-hidden {
    display: none !important;
}

.vyhody-text {
    padding: 10px 0;
    color: #474747;
    font-size: 1.3em;
}

.nav-category {
    text-align: left;
    color: white !important;
    font-weight: 500;
}

.nav-link select {
    border: 1px solid white;
    background: black;
}

.nav-select {
    color: #dddddd;
    font-size: 12px;
    margin: 0 10px;
    position: relative;
}

.nav-select a:focus,
.nav-select a:hover {
    color: #00BFFE;
    text-decoration: none;
}

.nav-currency.active {
    color: #00BFFE;
    text-decoration: none;
}

.package-price label {
    width: 3em;
    display: inline-block;
}

.color-green * {
    color: #24c45a !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.hide {
    display: none;
}

.selectItem .item,
.container .main .legend .item,
.select2-selection__choice .item,
.select2-selection--single .item,
.select2-container .select2-dropdown .select2-results li .item,
.selectItem .city,
.container .main .legend .selectItem .city,
.selectItem .container .main .legend .city,
.select2-selection__choice .selectItem .city,
.selectItem .select2-selection__choice .city,
.select2-selection--single .selectItem .city,
.selectItem .select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .selectItem .city,
.selectItem .select2-container .select2-dropdown .select2-results li .city,
.selectItem .container .main .legend .city,
.container .main .legend .selectItem .city,
.container .main .legend .city,
.select2-selection__choice .container .main .legend .city,
.container .main .legend .select2-selection__choice .city,
.select2-selection--single .container .main .legend .city,
.container .main .legend .select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .container .main .legend .city,
.container .main .legend .select2-container .select2-dropdown .select2-results li .city,
.selectItem .select2-selection__choice .city,
.select2-selection__choice .selectItem .city,
.container .main .legend .select2-selection__choice .city,
.select2-selection__choice .container .main .legend .city,
.select2-selection__choice .city,
.select2-selection--single .select2-selection__choice .city,
.select2-selection__choice .select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .city,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .city,
.selectItem .select2-selection--single .city,
.select2-selection--single .selectItem .city,
.container .main .legend .select2-selection--single .city,
.select2-selection--single .container .main .legend .city,
.select2-selection__choice .select2-selection--single .city,
.select2-selection--single .select2-selection__choice .city,
.select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .city,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .city,
.selectItem .select2-container .select2-dropdown .select2-results li .city,
.select2-container .select2-dropdown .select2-results li .selectItem .city,
.container .main .legend .select2-container .select2-dropdown .select2-results li .city,
.select2-container .select2-dropdown .select2-results li .container .main .legend .city,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .city,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .city,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .city,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .city,
.selectItem .cityPart,
.container .main .legend .selectItem .cityPart,
.selectItem .container .main .legend .cityPart,
.select2-selection__choice .selectItem .cityPart,
.selectItem .select2-selection__choice .cityPart,
.select2-selection--single .selectItem .cityPart,
.selectItem .select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .selectItem .cityPart,
.selectItem .select2-container .select2-dropdown .select2-results li .cityPart,
.selectItem .container .main .legend .cityPart,
.container .main .legend .selectItem .cityPart,
.container .main .legend .cityPart,
.select2-selection__choice .container .main .legend .cityPart,
.container .main .legend .select2-selection__choice .cityPart,
.select2-selection--single .container .main .legend .cityPart,
.container .main .legend .select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .container .main .legend .cityPart,
.container .main .legend .select2-container .select2-dropdown .select2-results li .cityPart,
.selectItem .select2-selection__choice .cityPart,
.select2-selection__choice .selectItem .cityPart,
.container .main .legend .select2-selection__choice .cityPart,
.select2-selection__choice .container .main .legend .cityPart,
.select2-selection__choice .cityPart,
.select2-selection--single .select2-selection__choice .cityPart,
.select2-selection__choice .select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .cityPart,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .cityPart,
.selectItem .select2-selection--single .cityPart,
.select2-selection--single .selectItem .cityPart,
.container .main .legend .select2-selection--single .cityPart,
.select2-selection--single .container .main .legend .cityPart,
.select2-selection__choice .select2-selection--single .cityPart,
.select2-selection--single .select2-selection__choice .cityPart,
.select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .cityPart,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .cityPart,
.selectItem .select2-container .select2-dropdown .select2-results li .cityPart,
.select2-container .select2-dropdown .select2-results li .selectItem .cityPart,
.container .main .legend .select2-container .select2-dropdown .select2-results li .cityPart,
.select2-container .select2-dropdown .select2-results li .container .main .legend .cityPart,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .cityPart,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .cityPart,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .cityPart,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .cityPart,
.selectItem .address,
.container .main .legend .selectItem .address,
.selectItem .container .main .legend .address,
.select2-selection__choice .selectItem .address,
.selectItem .select2-selection__choice .address,
.select2-selection--single .selectItem .address,
.selectItem .select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .selectItem .address,
.selectItem .select2-container .select2-dropdown .select2-results li .address,
.selectItem .container .main .legend .address,
.container .main .legend .selectItem .address,
.container .main .legend .address,
.select2-selection__choice .container .main .legend .address,
.container .main .legend .select2-selection__choice .address,
.select2-selection--single .container .main .legend .address,
.container .main .legend .select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .container .main .legend .address,
.container .main .legend .select2-container .select2-dropdown .select2-results li .address,
.selectItem .select2-selection__choice .address,
.select2-selection__choice .selectItem .address,
.container .main .legend .select2-selection__choice .address,
.select2-selection__choice .container .main .legend .address,
.select2-selection__choice .address,
.select2-selection--single .select2-selection__choice .address,
.select2-selection__choice .select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .address,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .address,
.selectItem .select2-selection--single .address,
.select2-selection--single .selectItem .address,
.container .main .legend .select2-selection--single .address,
.select2-selection--single .container .main .legend .address,
.select2-selection__choice .select2-selection--single .address,
.select2-selection--single .select2-selection__choice .address,
.select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .address,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .address,
.selectItem .select2-container .select2-dropdown .select2-results li .address,
.select2-container .select2-dropdown .select2-results li .selectItem .address,
.container .main .legend .select2-container .select2-dropdown .select2-results li .address,
.select2-container .select2-dropdown .select2-results li .container .main .legend .address,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .address,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .address,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .address,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .address,
.selectItem .kind,
.container .main .legend .selectItem .kind,
.selectItem .container .main .legend .kind,
.select2-selection__choice .selectItem .kind,
.selectItem .select2-selection__choice .kind,
.select2-selection--single .selectItem .kind,
.selectItem .select2-selection--single .kind,
.select2-container .select2-dropdown .select2-results li .selectItem .kind,
.selectItem .select2-container .select2-dropdown .select2-results li .kind,
.selectItem .container .main .legend .kind,
.container .main .legend .selectItem .kind,
.container .main .legend .kind,
.select2-selection__choice .container .main .legend .kind,
.container .main .legend .select2-selection__choice .kind,
.select2-selection--single .container .main .legend .kind,
.container .main .legend .select2-selection--single .kind,
.select2-container .select2-dropdown .select2-results li .container .main .legend .kind,
.container .main .legend .select2-container .select2-dropdown .select2-results li .kind,
.selectItem .select2-selection__choice .kind,
.select2-selection__choice .selectItem .kind,
.container .main .legend .select2-selection__choice .kind,
.select2-selection__choice .container .main .legend .kind,
.select2-selection__choice .kind,
.select2-selection--single .select2-selection__choice .kind,
.select2-selection__choice .select2-selection--single .kind,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .kind,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .kind,
.selectItem .select2-selection--single .kind,
.select2-selection--single .selectItem .kind,
.container .main .legend .select2-selection--single .kind,
.select2-selection--single .container .main .legend .kind,
.select2-selection__choice .select2-selection--single .kind,
.select2-selection--single .select2-selection__choice .kind,
.select2-selection--single .kind,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .kind,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .kind,
.selectItem .select2-container .select2-dropdown .select2-results li .kind,
.select2-container .select2-dropdown .select2-results li .selectItem .kind,
.container .main .legend .select2-container .select2-dropdown .select2-results li .kind,
.select2-container .select2-dropdown .select2-results li .container .main .legend .kind,
.select2-selection__choice .select2-container .select2-dropdown .select2-results li .kind,
.select2-container .select2-dropdown .select2-results li .select2-selection__choice .kind,
.select2-selection--single .select2-container .select2-dropdown .select2-results li .kind,
.select2-container .select2-dropdown .select2-results li .select2-selection--single .kind,
.select2-container .select2-dropdown .select2-results li .kind {
    float: left;
    color: #535353;
    font-size: 10px;
    margin-right: 15px;
    overflow: hidden;
}

.selectItem .city,
.container .main .legend .city,
.select2-selection__choice .city,
.select2-selection--single .city,
.select2-container .select2-dropdown .select2-results li .city {
    width: 65px;
}

.selectItem .cityPart,
.container .main .legend .cityPart,
.select2-selection__choice .cityPart,
.select2-selection--single .cityPart,
.select2-container .select2-dropdown .select2-results li .cityPart {
    width: 70px;
}

.selectItem .address,
.container .main .legend .address,
.select2-selection__choice .address,
.select2-selection--single .address,
.select2-container .select2-dropdown .select2-results li .address {
    width: 200px;
}

.select2-results__option {
    height: 40px;
}

.dropdown-btn {
    padding: 0px;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn label {
    color: white !important;
    width: 10em;
}

.dropdown-radio {
    position: relative;
    top: 0;
    left: -2em;
    margin: 0 -1em 0 0 !important;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
}

.dropdown-checkbox {
    position: relative;
    top: -0.17em;
    left: -1.4em;
    margin: 0 -1em 0 0 !important;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
}

.dropdown-item {
    font-size: 0.8em;
    font-weight: 500;
}

.dropdown-checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.3em;
    z-index: 1;
    width: .8em;
    height: 0.45em;
    border: 3px solid #00BFFE;
    border-top-style: none;
    border-right-style: none;
}

.dropdown-checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(0.8, 0.8);
    -ms-transform: rotate(-45deg) scale(0.8, 0.8);
    transform: rotate(-45deg) scale(0.8, 0.8);
}

.dropdown-checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    background: #363435;
    border: 1px solid #00BFFE;
    border-radius: 3px;
    cursor: pointer;
}

.categories-reset {
    text-align: center;
    width: 2em;
    height: 1.6em;
    border-radius: 0.1em;
    color: #00BFFE;
    font-size: 12px;
    padding: 0.3em;
    float: right;
    outline: none;
    margin-right: 2em;
}

.categories-reset:focus,
.categories-reset:hover {
    color: #00BFFE;
    outline: none;
}

@media(max-width:900px) {
    .slick-carousel img {
        width: 100% !important;
    }
}

.slick-carousel {
    max-width: 81.4em;
    display: block;
    margin: 0 auto;
}

.slick-track {
    width: 100%;
}

.slick-carousel img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.categories-reset:hover {
    color: #00BFFE !important;
}

.dropdown-radio-cont {
    margin-left: -1.3em;
}

.dropdown-radio-cont * {
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    text-transform: capitalize
}

.category-item {
    cursor: pointer;
    color: #dddddd;
    font-size: 14px;
    width: 100%;
    background-color: #464646;
}

.category-item:not(:last-child) {
    border-bottom: 1px solid #302e2f;
}

.category-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    padding: 5px 10px 5px 15px;
}

.active>.category-item,
.category-item:hover {
    color: #00BFFE;
    background-color: #3f3d3e;
}

.category-item .category-item-label>i {
    position: relative;
    top: 3px;
}

.show>.category-item .category-item-label>i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -3px;
    top: 5px;
}

.subcategory-item {
    color: #dddddd;
    font-size: 12px;
    width: 100%;
    background-color: #464646;
}

.subcategory-item:not(:last-child) {
    border-bottom: 1px solid #302e2f;
}

.subcategory-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    padding: 5px 10px 5px 30px;
}

.subcategory-item input:checked+.subcategory-item-label,
.subcategory-item:hover {
    color: #00BFFE;
    background-color: #3f3d3e;
}

.subcategory-item-label>i {
    position: relative;
    top: 3px;
}

.dropdown-container {
    display: none;
}

.category.show .dropdown-container {
    display: block
}

.dropdown-btn input {
    padding: 10px;
}

.dropdown-label {
    display: block;
    margin-top: -1em;
}


/* On mouse-over */

.dropdown-btn:hover {
    color: #f1f1f1;
}


/* Add an active class to the active dropdown button */

.active {
    color: white;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container a {
    margin-left: 2em;
}


/* Optional: Style the caret down icon */

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.special-offer {
    width: 100%;
    background: rgb(255, 64, 64);
    color: white;
    text-align: center;
}

.special-offer-close {
    position: absolute;
    right: 1em;
    top: 0.7em;
    cursor: pointer;
}

.special-offer-text {
    display: inline-block;
    text-align: center;
    margin-top: 1em;
    font-size: 13px;
    margin-bottom: 1em
}

.special-offer-text>* {
    display: inline-block;
    text-align: center;
}

.sale-progress-bar {
    height: 12px;
    border-radius: 5px;
    background-color: #c6c6c6;
    max-width: 250px;
    margin: 0 auto;
}

.sale-progress-bar-cart {
    width: 100% !important;
    font-size: 12px;
    float: left
}

.sale-progress-bar-cart-cont {
    width: 100% !important;
}

@media(max-width:950px) {
    .sale-progress-bar-cart-cont {
        display: none !important;
    }
}

.sale-progress-bar>div {
    height: 12px;
    border-radius: 5px;
    max-width: 100%;
    background-color: #00BFFE;
}

.checkout-currency {
    border: none;
    background: none;
    border-bottom: 3px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nav-currency {
    /*
	background: black;
	border: 1px solid #999;
	*/
    font-weight: 500;
    color: #dddddd;
    font-size: 14px;
    padding: 2px 7px 2px 6px;
    margin-left: 2px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkout-currency-cont {
    margin-top: 0.4em;
}

.shipping-icon {
    height: 27px;
    margin-left: 10px;
}

@media (max-width: 1199.98px) {
    .shipping-icon {
        height: 27px;
        margin-left: 0;
        margin-top: 8px;
        display: block;
    }
}

.info-tooltip-text {
    display: inline-block;
    margin-right: 1em;
    line-height: 1;
}

.payment-info-holder {
    line-height: 1.3;
}

.info-tooltip-text a {
    background: none;
    border: 1px solid #B0B0B0;
    border-radius: 1000em;
    width: 15px;
    font-size: 10px;
    height: 15px;
    display: inline-block;
    color: #B0B0B0;
    padding: 4px;
    padding-top: 2px;
    font-weight: 400;
}

.top-flag {
    margin-right: 9px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    color: white;
    font-size: 0.8em;
    border: none;
}

@media(min-width:900px) {
    .desktop-hide {
        display: none;
    }
}

.product-disclaimer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5em;
    margin-top: 2em;
    background: #dc3545;
    color: white;
    padding: 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .25);
}

@media (max-width: 767.98px) {
    .product-disclaimer {
        margin-top: -10px;
        margin-bottom: 50px;
        padding: 1em;
        font-size: 14px;
    }
}

.product-disclaimer a {
    font-weight: 700;
    border-bottom: 2px solid black;
    color: black;
}

.product-disclaimer a:focus,
.product-disclaimer a:hover {
    text-decoration: none;
}

.mobile-top img {
    height: 20px;
}

.mobile-top {
    padding-bottom: 0.5em;
    margin-top: -1em;
    text-align: center
}

.mobile-top a {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: top;
}

@media(min-width:800px) {
    .mobile-top {
        display: none;
    }
}


/* NEW GEN */

.producers-banner-cont {
    max-height: 195px;
    overflow: hidden;
    padding-top: 10px;
    border-radius: 3px;
}

.producers-banner-cont img {
    width: 100%;
    height: 100%;
}

.nav-logo {
    padding: 26px 0 30px;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 30px;
}

.nav-list li {
    margin: 12px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.nav-list li a {
    font-weight: 500;
    color: #DDDDDD;
}

.nav-list li a img {
    position: relative;
    top: -3px;
    margin-right: 2px;
}

.nav-list li a:hover,
.nav-list li a.active-menu-item {
    text-decoration: none;
}

.cart-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (min-width: 767.98px) {
    .cart-btn-holder:hover .cart-btn:not(.no-hover) {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border-color: #E8E8E8;
        border-radius: 3px 3px 0 0;
        border-bottom-color: transparent;
        background-color: #0E1317;
        color: #DDDDDD;
        padding: 16px;
    }
    .cart-btn-holder:hover .cart-btn:not(.no-hover)+.cart-dropdown {
        display: block;
    }
}

.cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DDDDDD !important;
    text-decoration: none !important;
    padding: 16px 8px;
    border: none;
    position: relative;
    z-index: 100;
}

@media (min-width: 992px) {
    .cart-btn {
        font-size: 16px;
    }
}

.cart-btn .cart-icon {
    position: relative;
    margin-right: 15px;
}

.cart-btn .cart-icon .items-count {
    background-color: #16c14f;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: -.4em;
    right: -1em;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    border-radius: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart-img {
        height: 1.6em;
    }
    .cart-btn .cart-icon .items-count {
        width: 1.4em;
        height: 1.4em;
        line-height: 1.45em;
        right: -.9em;
    }
}

.cart-btn strong {
    margin-left: 8px;
    text-align: right;
}

.cart-dropdown {
    position: absolute;
    right: 15px;
    top: 100%;
    background-color: #FFFFFF;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 480px;
    border: 1px solid #E8E8E8;
    display: none;
    border-radius: 3px 0 3px 3px;
}

.cart-dropdown:hover {
    display: block;
}

.cart-dropdown .dropdown-headline,
.cart-dropdown .dropdown-price {
    padding: 8px 12px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 0
}

.cart-dropdown .dropdown-items {
    padding: 0 10px;
}

.dropdown-items>.row {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
}

.cart-dropdown .dropdown-price {
    text-align: right;
}

.cart-dropdown .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
    border-bottom: 1px solid #E8E8E8;
}

.cart-dropdown .cart-item img {
    height: 50px;
}

.cart-dropdown .cart-item .dropdown-item-headline {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 8px;
    line-height: 1.3;
}

.cart-dropdown .cart-item .dropdown-item-headline h5 {
    margin: 0;
    font-size: 1em;
}

.cart-dropdown .cart-item .dropdown-item-headline span {
    font-size: 14px;
    color: #777777;
}

.cart-dropdown .cart-item .cart-amount {
    padding: 0 12px;
}

.cart-dropdown .cart-item .dropdown-remove-btn {
    background-color: #E8E8E8;
    color: #007758;
    border: none;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
}

.cart-dropdown .dropdown-price strong {
    padding-left: 4px;
}

.cart-dropdown .dropdown-actions {
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-dropdown .dropdown-actions .dropdown-btn {
    display: inline-block;
    padding: 8px 24px;
    background-color: #03A57D;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
}

.cart-dropdown .dropdown-actions .dropdown-btn i {
    font-size: 20px;
    line-height: inherit;
    vertical-align: middle;
}

.cart-dropdown .dropdown-actions .dropdown-btn:hover {
    background-color: #007758;
    text-decoration: none;
}

.seach-strip {
    background-color: #464646;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
}

.seach-strip .categories-btn {
    width: 230px;
    display: inline-block;
    background-color: #363435;
    color: #DDDDDD;
    padding: 10px 8px 11px;
    position: relative;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .seach-strip .categories-btn {
        padding: 2px 15px 5px 8px;
        font-size: 14px;
        width: auto;
    }
}

.seach-strip .categories-btn i {
    font-size: 1.4em;
    position: relative;
    top: 5px;
    color: #00baff;
    margin-right: 3px;
}

@media (min-width: 992px) {
    .seach-strip .categories-btn:after {
        position: absolute;
        content: "";
        display: block;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #363435;
    }
    .mobile-categories-holder {
        display: none;
    }
}

.seach-strip .categories-btn.no-after:after {
    display: none;
}

.seach-strip .categories-btn.no-after {
    border-radius: 3px;
}

.seach-strip .search-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.seach-strip .search-holder>input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 12px 24px;
    line-height: 1;
    border: none;
    background-color: #363435;
    color: #DDDDDD;
}

.seach-strip .search-holder>input::-webkit-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .search-holder>input:-ms-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .search-holder>input::-ms-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .search-holder>input::placeholder {
    color: #E8E8E8;
}

.seach-strip .search-holder>button {
    margin-left: 16px;
    background-color: #00baff;
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
}

.seach-strip .search-holder>button:hover {
    background-color: #00a7e6;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.seach-strip .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
}

.seach-strip .breadcrumbs a {
    color: inherit;
    text-decoration: underline;
    position: relative;
    margin-right: 16px;
    font-size: inherit;
}

.seach-strip .breadcrumbs a:after {
    content: "/";
    position: absolute;
    top: -1px;
    right: -11px;
}

.seach-strip .simple-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.seach-strip .simple-search>input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 8px 16px;
    line-height: 1;
    border: none;
    font-size: 14px;
    background-color: #363435;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .seach-strip .simple-search>input {
        min-width: 290px;
    }
}

.seach-strip .simple-search>input::-webkit-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .simple-search>input:-ms-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .simple-search>input::-ms-input-placeholder {
    color: #E8E8E8;
}

.seach-strip .simple-search>input::placeholder {
    color: #E8E8E8;
}

.seach-strip .simple-search>button {
    margin-left: -4px;
    background-color: #363435;
    color: #FFFFFF;
    border: none;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.seach-strip .simple-search>button i {
    top: 1px;
    position: relative;
}

.seach-strip .simple-search>button:hover {
    background-color: #5dc0fa;
}

.top-bar>.row {
    justify-content: space-between;
}

.search-results .products-holder {
    padding-bottom: 40px;
    padding-top: 20px;
}

.payment-img img {
    max-width: 30px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .footer-links .col-xl-auto {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo-img {
        height: 25px;
    }
    .nav-list {
        padding-left: 20px;
    }
    .nav-list li a {
        font-size: 14px;
    }
    .cart-img {
        height: 1.7em;
        ;
    }
    .cart-btn {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-btn,
    .mobile-nav-btns-holder {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .nav-list {
        display: block;
        position: absolute;
        background-color: #464646;
        left: 0;
        top: 146px;
        flex-direction: column;
        width: 100vw;
        z-index: 9;
        padding: 0;
        text-align: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease-in-out;
    }
    .mobile-static {
        position: static;
    }
    .nav-list.revealed {
        max-height: 500px;
    }
    .nav-list li {
        padding-bottom: 2px;
    }
    .mobile-nav-btns-holder {
        position: relative;
        top: 1px;
        margin-right: 5px;
    }
    .mobile-menu-btn,
    .mobile-search-btn {
        border: none;
        background: none;
        color: #00BFFE;
        vertical-align: middle;
        font-weight: 600;
        outline: none !important;
    }
    .mobile-menu-btn>i,
    .mobile-search-btn>i {
        font-size: 1.5em;
        vertical-align: middle
    }
    .hidden-md-down,
    .hidden-mobile {
        display: none;
    }
    .top-bar>.row {
        justify-content: center;
    }
    .seach-strip .search-holder>input,
    .seach-strip .search-holder>button {
        padding: 5px 12px;
        font-size: 14px;
        white-space: nowrap;
    }
    .seach-strip .search-holder>button {
        padding: 5px 24px;
    }
    #search-form {
        display: none;
        margin-bottom: 8px;
    }
    footer .online-payments {
        justify-content: flex-start;
    }
    .align-self-mobile-start {
        align-self: flex-start;
    }
    .seach-strip .simple-search {
        margin-bottom: 3px;
    }
    .mobile-categories-holder {
        position: absolute;
        z-index: 102;
        background-color: #464646;
        width: 100%;
        left: -100%;
        padding-bottom: 20px;
        padding-top: 10px;
        border-bottom: 3px solid #00BFFE;
        transition: all .3s ease-in-out;
    }
    .mobile-categories-holder.revealed {
        left: 0;
    }
    .categories {
        width: 100%;
        border-bottom: 1px solid #302e2f;
    }
    .item-grey.item-first {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .page h1 {
        font-size: 32px;
    }
    .hidden-sm-down {
        display: none;
    }
    .cart-btn>span,
    .cart-btn>strong {
        display: none;
    }
    .cart-btn:hover+.cart-dropdown {
        display: none;
    }
    .cart-img {
        height: 1.3em;
    }
    .cart-btn .cart-icon .items-count {
        width: 1.4em;
        height: 1.4em;
        line-height: 1.45em;
    }
    .nav-list {
        top: 142px;
    }
    footer .footer-headline {
        padding-right: 0;
    }
    footer .online-payments {
        justify-content: flex-start;
    }
    .footer-links .col-xl-auto {
        margin-bottom: 15px;
    }
    .seach-strip .breadcrumbs {
        display: block;
    }
    .seach-strip .breadcrumbs li {
        display: inline-block;
        line-height: 1.7;
    }
    .seach-strip .breadcrumbs a {
        margin-right: 8px;
    }
    .seach-strip .breadcrumbs a:after {
        right: -8px;
    }
    .products-filters {
        flex-wrap: wrap;
    }
    .filter-button {
        width: 33.333%;
        text-align: center;
        padding: 5px 10px !important;
        margin-top: 5px;
    }
    .payment-cont .radio-option>label,
    .shipping-cont .radio-option>label {
        padding: 10px 15px;
    }
    .payment-cont .radio-option>label .row {
        flex-wrap: nowrap;
    }
    .shipping-cont .radio-option>label .row {
        flex-wrap: nowrap;
    }
    .sale-progress-bar {
        margin-bottom: 25px;
    }
    .checkout-row {
        align-items: center
    }
}

@media (max-width: 500px) {
    .logo-img {
        height: 20px;
    }
    .cart-btn {
        padding: 0;
    }
    .mobile-menu-btn,
    .mobile-search-btn {
        margin-left: 0;
        font-size: 14px;
    }
    .mobile-search-btn>i {
        font-size: 1.3em;
        top: -1px;
        position: relative;
    }
    .mobile-menu-btn>i {
        font-size: 1.3em;
    }
    .nav-list {
        top: 126px;
    }
}

@media (max-width: 420px) {
    .filter-button {
        width: 50%;
    }
}

.promo-label {
    color: #ff4c4f;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #363435;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 7px;
    margin-top: 2px;
    font-weight: 700;
    align-self: flex-start;
    line-height: 1.7;
}

.new-label {
    color: #00BFFE;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #363435;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 7px;
    margin-top: 2px;
    font-weight: 700;
    line-height: 1.7;
}

.oneplusone-label {
    color: #B5F800;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #363435;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 7px;
    margin-top: 2px;
    font-weight: 700;
    line-height: 1.7;
}

.items-count {
    font-size: 10px;
    margin-left: 5px;
    margin-top: 3px;
    color: #b3b3b3;
}

.item-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px;
}

.info-icon-holder {
    margin-top: 6px;
    position: relative;
}

.info-icon {
    background-color: #363435;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon {
    max-width: 100%;
}

.info-icon-text {
    position: absolute;
    left: 50px;
    top: 6px;
    background-color: #363435;
    color: #dddddd;
    font-size: 12px;
    padding: 3px 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-30px);
    transition: all .3s ease-in-out;
}

.info-icon-text:before {
    display: block;
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #363435;
}

.info-icon-holder:hover>.info-icon+.info-icon-text {
    opacity: 1;
    transform: translateX(0);
}

.intro .slick-slider {
    margin-bottom: 35px;
}

.items-loader {
    position: absolute;
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 2;
    width: calc(100% - 30px);
    height: 100%;
    text-align: center;
    padding-top: 120px;
    display: none;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    bottom: -35px;
}

.banner .slick-dots {
    display: block !important;
}

.social-follow {
    font-size: 35px;
}

.social-follow a:hover {
    text-decoration: none;
}

.facebook-social:hover,
.instagram-social:hover {
    font-size: 35px;
    box-shadow: 0 4px 14px 7px rgba(121, 121, 121, 0.2);
}

.facebook-social {
    color: #3b5998;
    transition: 0.4s;
    border-radius: 100%;
}

.instagram-social {
    color: #785027;
    transition: 0.4s;
    border-radius: 100%;
}

.contact-intro-content {
    padding: 2rem 2.5rem;
}

.about-holder {
    margin-bottom: 2rem;
}

.about-left {
    min-width: 50%;
}

.about-left img {
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.about-content-holder {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .about-holder {
        display: flex;
        margin-bottom: 6rem;
    }
    .about-right {
        position: relative;
        margin-left: -3rem;
        top: 3rem;
        width: calc(100% + 3rem);
    }
    .about-content-holder {
        padding: 2rem;
    }
    .item-grey {
        display: none;
    }
}

.contact-content {
    margin-top: 80px;
    margin-bottom: 20px;
}

.gwt-Anchor-suggestLink {
    display: none;
}

.collapse-partial {
    width: 500px;
}

.collapse-partial p.collapse[aria-expanded="false"] {
    display: block;
    height: 40px !important;
    overflow: hidden;
}

.collapse-partial p.collapsing[aria-expanded="false"] {
    height: 40px !important;
}

.collapse-partial a.collapsed:after {
    content: '+';
}

.collapse-partial a:not(.collapsed):after {
    content: '-';
}

.collapse-partial .collapse:not(.show) {
    display: block !important;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.login-box {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 48px 96px;
}

@media (max-width: 640px) {
    .login-box {
        padding: 32px 24px;
    }
}

.login-title {
    margin-bottom: 48px;
}

.btn-block {
    display: block;
}

.login-links {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.login-links a {
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline !important;
}

.not-registered-yet {
    font-weight: 600;
}

.btn-black {
    background-color: #212529;
    border: 1px solid #212529;
    color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 16px;
}

.btn-black:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.legal-paragraph {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.75);
}

.invalid-message {
    font-size: 12px;
    color: #A5032C;
    margin-bottom: -4px;
}

.account {
    padding-top: 24px;
    padding-bottom: 24px;
}

.account-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-nav-links {
    display: flex;
}

.account-nav-item {
    font-size: 16px;
    line-height: 18px;
    color: #212529;
    border-radius: 3px 3px 0px 0px;
    padding: 16px;
}

a.account-nav-item:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.account-nav-item.active {
    background-color: #fff;
}

.account-content {
    background-color: #fff;
    padding: 32px 48px .1px;
}

.no-order-alert {
    background-color: #eee;
    border-radius: 3px;
    width: 100%;
    font-size: 12px;
    color: rgba(33, 37, 41, 0.75);
    font-weight: 600;
    text-align: center;
    padding: 20px;
    margin-bottom: 32px;
    margin-top: 4px;
}

.account-table-holder {
    margin-top: 4px;
    margin-bottom: 32px;
    background-color: rgba(238, 238, 238, 0.5);
    border-radius: 3px;
    padding: 4px 16px;
}

.account-orders-table {
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}

.account-orders-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.account-orders-table th {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    padding: 16px;
}

.account-orders-table th:first-child {
    width: 100%;
    padding-left: 0;
    text-align: left;
}

.account-orders-table td {
    padding: 16px 32px;
}

.account-orders-table td:first-child {
    padding-left: 0;
    text-align: left;
}

.account-orders-table a {
    color: #00baff;
    text-decoration: underline !important;
}

.order-completed {
    color: #16C14F;
}

.order-progress {
    color: #00BAFF;
}

.order-storno {
    color: #A5032C;
}

.account-order {
    background-color: rgba(238, 238, 238, 0.5);
    border-radius: 3px;
    padding: 32px 16px;
    margin-bottom: 48px;
    color: #212529;
}

.account-order-title {
    color: #212529;
    margin-bottom: 24px;
}

.account-order-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.account-link {
    color: #00BAFF;
}

.account-order-number {
    margin-top: 8px;
    margin-bottom: 24px;
}

.account-order-subtitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}

.order-items-list {
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.account-order-item {
    padding: 16px 0;
    position: relative;
}

.account-order-item .col-6 {
    white-space: nowrap;
}

.account-order-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.account-order-price {
    text-align: right;
    padding-top: 32px;
    padding-right: 16px;
}

.account-order-total {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.order-sale-highlight {
    color: #00BAFF;
}

.account-subheadline {
    display: block;
    margin-top: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

.form-group+.account-subheadline {
    margin-top: 48px;
}

.form-group.smaller-input {
    max-width: 192px;
}

.account-info-action {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .account-order-item-mobile-label,
    .account-order-mobile-actions {
        display: none;
    }
    .account-order-basics {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }
    .account-order-basics .account-order-number {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .brand-row {
        padding: 4px 0;
    }
    .account {
        padding: 0;
    }
    .account>.container {
        padding: 0;
    }
    .account-nav {
        white-space: nowrap;
        overflow: auto;
    }
    .account-content {
        padding: 24px 12px;
    }
    .account-hidden-mobile {
        display: none;
    }
    .account-order {
        padding: 18px 12px;
    }
    .account-order .btn {
        width: 100%;
    }
    .account-order-divider {
        margin: 16px 0;
    }
    .account-order>.row>.col-md-6:first-child {
        margin-bottom: 16px;
    }
    .account-order-subtitle {
        margin-bottom: 12px;
    }
    .account-order-items>.row {
        display: none;
    }
    .order-items-list {
        border-top: 0;
        padding: 0 12px;
    }
    .cart-intro-headline {
        margin-bottom: 8px;
        display: inline-block;
    }
    .account-order-item {
        background-color: #fff;
        padding: 16px 1px;
    }
    .account-order-item:not(:last-child) {
        margin-bottom: 8px;
    }
    .account-order-item:after {
        display: none;
    }
    .account-order-mobile-actions {
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .account-order-price {
        padding-top: 24px;
    }
    .account-order-total {
        margin-bottom: 8px;
    }
    .account-order-basics .account-order-number {
        margin-bottom: 12px;
    }
    .btn-storno {
        width: 100%;
        margin-bottom: 24px;
    }
    .mobile-fullwidth {
        margin: 0 -12px;
    }
    .account-content-order {
        padding-bottom: 0;
    }
    .account-od {
        padding-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .account-order-item .col-sm-6 {
        margin-top: 8px;
    }
}

@media (max-width: 575.98px) {
    .order-items-list .text-center {
        text-align: left !important;
    }
}