html {
    font-size: 14px
}

@media (min-width: 992px) {
    html {
        font-size:16px
    }
}

body {
    font-family: Nunito,Arial,Helvetica,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    background-color: #fff
}

.f-cols,.a-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    position: relative
}

.f-cols>*,.a-cols>* {
    padding-left: 15px;
    padding-right: 15px
}

.b-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.grid-box {
    margin-left: -2px;
    margin-right: -2px
}

.grid-box>* {
    margin: auto 2px
}

.main .controls {
    flex-wrap: nowrap;
    padding: 0
}

@media screen and (min-width: 992px) {
    .main .controls {
        order:50
    }

    .navbar-brand {
        max-width: 20%;
        padding-right: 1.5rem
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        padding-left:10px;
        flex-grow: 1;
        margin-right: 0
    }

    .navbar-brand img {
        max-height: 2.5rem;
        max-width: 140px
    }

    .user-menu {
        margin-right: 0
    }

    .main .controls {
        padding-right: 0
    }

    .main .controls,.cart-preview {
        font-size: .8rem
    }
}

@media screen and (max-width: 767px) {
    .f-cols {
        display:block
    }

    .f-cols>* {
        display: block;
        text-align: center
    }

    .a-cols {
        flex-wrap: wrap;
        margin: auto
    }
}

.controls {
    display: flex
}

.mobile {
    display: none
}

form {
    position: relative
}

label.required:after {
    content: "*";
    color: red;
    font-size: x-small;
    vertical-align: top
}

.form-group {
    position: relative;
    margin-bottom: 1.3rem
}

.form-group label {
    position: absolute;
    top: .45rem;
    left: 0;
    transition: all .2s linear;
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    line-height: 1.5;
    color: var(--gray-darker);
    font-weight: 400
}

.form-group.focused label,.form-group.populated label {
    font-size: .6rem;
    top: 1px;
    color: gray
}

.form-group.focused input,.form-group.populated input,.form-group.populated select {
    padding-top: .65rem;
    padding-bottom: .1rem;
    padding-left: .75rem
}

.form-group.populated select {
    padding-left: .45rem
}

.form-group ::placeholder,.form-group ::placeholder {
    display: none;
    opacity: 0 !important
}

.form-group ::-ms-input-placeholder {
    color: #fff
}

.form-group textarea::-ms-input-placeholder {
    color: #fff
}

.form-group.invalid:after {
    transition: all .5s
}

.form-group.invalid[title]:after {
    content: attr(title);
    position: absolute;
    top: 100%;
    color: red;
    font-size: .9rem;
    color: var(--red-base);
    padding: .25rem 0 0;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding-top: 0
}

@media screen and (max-width: 991px) {
    .mobile {
        display:initial
    }

    .no-mobile {
        display: none !important
    }

    .no-mobile-container {
        max-width: initial;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .no-desktop {
        display:none!important
    }
}

img {
    max-width: 100%;
    max-height: 100%
}

a,a:focus,a:hover {
    color: #333
}

#search-form {
    flex-grow: 1;
    z-index: 101;
    position: relative;
    background: #fff;
    border-radius: .5rem
}

.sidebar-opened #search-form {
    z-index: 1
}

.cart-preview {
    display: flex;
    align-items: center;
    text-decoration: none
}

.cart-preview .dropdown-menu,.ac-results.dropdown-menu {
    max-height: 70vh;
    overflow: auto;
    margin-top: -1px
}

.cart-preview .icon {
    font-size: 30px;
    position: relative
}

.cart-preview a {
    text-decoration: none
}

.cart-preview .cart-total-items {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 5px;
    border-radius: 50%;
    background: #069;
    color: #fff;
    height: 18px;
    width: 18px;
    display: block;
    text-align: center;
    line-height: 14px !important
}

.cart-preview title.price {
    font-weight: 700;
    display: block
}

.cart-preview .dropdown-menu {
    left: initial;
    right: 0;
    padding: 10px;
    font-size: .8rem;
    min-width: 450px;
    top: 100%;
    min-width: 320PX;
    box-shadow: 0 0 4px #efefef;
    margin-top: 5px
}

.cart-preview .notice {
    padding-bottom: 2px
}

header .controls>.delivery-box {
    padding: 10px;
    display: flex;
    line-height: 1;
    text-align: left;
    align-items: center
}

.delivery-box .icon {
    font-size: 44px;
    position: relative;
    padding: 0 10px
}

header .controls>.delivery-box .price {
    display: block;
    font-weight: 700;
    line-height: 1
}

header .main {
    background: #e9ecef
}

header .bottom,header .top {
    background: #3d3d3d
}

header .menu a {
    text-decoration: none !important;
    outline: 0;
    box-shadow: none
}

header .links a,header .links a:focus,header .links a:active {
    color: #fff
}

header .links .dropdown-menu a,header .links .dropdown-menu a:focus,header .links .dropdown-menu a:active {
    color: #000
}

header .top a {
    padding-left: 5px;
    padding-right: 5px
}

header .b-cols {
    margin-left: -5px;
    margin-right: -5px
}

@media (min-width: 992px) {
    header nav.menu>.menu-item>a,header nav.menu>.menu-item>a:focus,header nav.menu>.menu-item>a:active {
        color:#fff;
        font-weight: 700
    }
}

header nav.menu>.menu-item:hover>a {
    text-decoration: none
}

header nav.menu .dropdown-menu {
    width: 100%;
    min-width: 200px
}

header nav.menu .dropdown-menu .dropdown-menu {
    left: 20px
}

header nav.menu .dropdown-menu .dropdown-menu .dropdown-menu {
    left: 40px
}

.dropdown-menu {
    margin: 0;
    padding: 10px
}

.hp .mega-menu-wrapper,.menu-item-categories,#main-menu .main-menu {
    width: 25%;
    min-width: 25%
}

.page-katalog .menu-item-categories .icon-menu {
    display: none
}

main {
    position: relative
}

.menu-item .image-box {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    height: 60px;
    margin-left: -2px;
    padding: 2px;
    padding-right: 10px;
    padding-bottom: 5px;
    flex-grow: 0;
    display: inline-block !important
}

.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    justify-content: space-between
}

.menu .menu-links {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1
}

.menu .top-item {
    padding: .5rem .75rem
}

.menu-item .dropdown-toggle {
    padding-left: 5px;
    float: right
}

.logo {
    max-width: 100%
}

.v-menu {
    display: block;
    margin: auto
}

.v-menu .menu-item {
    display: block;
    padding: .3rem .6rem;
    position: relative
}

.v-menu .menu-item {
    padding-right: .4rem;
    font-size: 1rem;
    display: flex;
    align-items: center
}

.v-menu .dropdown-menu {
    position: static;
    float: initial;
    font-size: 1rem;
    border: none;
    padding-left: .5rem;
    background: 0 0
}

.v-menu .menu-item .dropdown-toggle,.v-menu .menu-item .toggler {
    position: absolute;
    top: 0;
    right: 0
}

#overlay {
    content: " ";
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    z-index: 100
}

.overlayed:before {
    content: " ";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    z-index: 5
}

@media screen and (max-width: 991px) {
    #sidebar {
        display:none;
        min-width: 320px;
        max-width: 90%;
        width: 280px;
        background: #fff
    }

    #sidebar.loading:after {
        background: #333
    }

    .sidebar-opened #sidebar {
        left: 0;
        z-index: 101;
        position: fixed;
        top: 0;
        display: block;
        height: 100vh;
        overflow: auto
    }

    #sidebar .menu-item {
        padding: 0 0 0 1rem;
        margin: .75rem 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        font-size: 1rem;
        align-items: center;
        font-weight: initial;
        position: relative;
        font-size: 1.1rem
    }

    #sidebar .no-mobile,#sidebar .other-categories {
        display: none
    }

    #sidebar .menu-item>a:first-child {
        flex-grow: 1
    }

    #sidebar .submenu {
        width: 100%;
        border: 0
    }

    #sidebar .dropdown {
        position: static;
        background: 0 0;
        border: 0
    }

    #sidebar .image-box,#sidebar .single-offer {
        display: none !important
    }

    #sidebar .menu-list,#sidebar .mega-menu-inner {
        display: block;
        border: 0;
        padding: 0
    }

    .sidebar-opened #sidebar .controls {
        text-align: left;
        display: block;
        margin: 1rem auto
    }

    .sidebar-opened #sidebar .controls a {
        padding: .6rem
    }

    .sidebar-opened #sidebar .controls .close {
        position: absolute;
        right: .15rem;
        top: 0
    }

    .sidebar-opened .menu a {
        font-size: 1.1rem !important
    }

    #sidebar .toggler {
        margin-bottom: 0;
        transform: rotate(0);
        display: block
    }

    #sidebar .dropdown-menu {
        position: static;
        background: 0 0;
        border: 0
    }

    #sidebar .dropdown-menu {
        position: static;
        background: 0 0;
        border: 0
    }

    #sidebar .menu {
        padding: 1rem
    }

    #sidebar .header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid gray
    }

    #sidebar .btn-close {
        margin-right: 1rem
    }

    header .search-form-box {
        width: 100%;
        padding-right: 15px !important;
        margin-top: .5rem;
        max-width: 100vw
    }

    header .controls .mobile {
        display: block;
        padding: 10px;
        font-size: 20px;
        padding-right: 5px;
        padding-top: 5px
    }

    .cart-preview .icon {
        font-size: 20px
    }

    .cart-preview .cart-total-items {
        display: none;
        top: 0;
        right: 2px
    }

    header .controls .cart-preview .title,header .controls .delivery-box,header .controls .text-box,.controls .culture-selection {
        display: none
    }

    header .links a {
        display: none
    }

    header .top .phone,header .top .email {
        display: initial
    }

    .cart-preview {
        position: RELATIVE;
        margin-right: 15px
    }

    .cart-preview .dropdown-menu {
        max-width: 100%
    }

    .header-wrapper {
        flex-wrap: wrap
    }

    #mobile-menu,#sidebar .btn-close {
        background: #391804;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 1.5rem;
        padding: 1rem;
        justify-content: center;
        text-align: center;
        border-radius: 0;
        width: 3.5rem;
        height: 3.5rem;
        line-height: 1.5rem;
        position: static;
        opacity: 1
    }

    header .main {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0
    }
}

main {
    padding-top: 0;
    padding-bottom: 20px
}

.hp main {
    padding-top: 0
}

.catalog .panel,.user-portal .panel,.article-list .panel,.article-detail .panel {
    max-width: 25%;
    flex-shrink: 0
}

#sorters-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

@media (max-width: 991px) {
    .catalog .panel {
        max-width:100%;
        width: 100%;
        min-width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 4;
        height: 100vh;
        overflow: auto;
        margin-left: -100%;
        transition: .3s
    }

    .catalog .panel {
        margin-left: 0;
        z-index: 130
    }
}

.products {
    margin-left: -.75rem;
    margin-right: -.75rem;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 991px) {
    .products.swipeable .product {
        flex-shrink:0;
        width: 40%
    }
}

@media (max-width: 575px) {
    .products.swipeable .product {
        flex-shrink:0;
        width: 300px
    }
}

.single-offer.products {
    margin: 0 auto
}

.products .product {
    width: 25%;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: flex
}

@media(min-width: 992px) {
    #product-list .products .product,.short-grid.products .product {
        width:33.3333%
    }

    .placeholder .products .product {
        width: 25%
    }
}

@media (max-width: 991px) {
    .short-grid.products.swipeable .product {
        width:40%;
        flex-shrink: 0
    }

    .products .product {
        width: 33.3333%
    }
}

@media (max-width: 787px) {
    .products .product {
        width:50%
    }

    .short-grid.products.swipeable .product {
        width: 60%;
        flex-shrink: 0
    }
}

@media (max-width: 575px) {
    .products .product {
        width:50%
    }

    .short-grid.products.swipeable .product {
        width: 80%;
        flex-shrink: 0
    }

    #product-list .switchers {
        display: none
    }
}

@media (max-width: 480px) {
    .products .product {
        width:100%
    }
}

.products .product-image {
    text-align: center
}

.image-thumb,.image-box-1-1 {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.image-thumb img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover
}

.product-image img,.image-box-1-1 img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    width: 100%
}

.product .product-data .product-info {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start
}

.product .product-data .product-name {
    flex-grow: 1
}

.products .product-data {
    border: 1px solid #d3d3d3;
    padding: 1rem;
    border-radius: .25rem;
    transition: all .3s ease-out;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative
}

.products .product .name {
    font-size: 1.2rem;
    margin: .4rem 0;
    display: block;
    flex-grow: 1
}

.products .product-description {
    margin: .4rem 0
}

.products .product-cart-box {
    margin-top: 1rem;
    flex-wrap: wrap;
    text-align: center;
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-detail .product-tabs {
    margin-bottom: ;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    margin-bottom: 2rem
}

.product-detail .tab-content {
    margin: 20px auto
}

.add-to-cart-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1rem;
    margin-left: 1px;
    margin-right: 1px
}

.add-to-cart-form>* {
    margin: 1px
}

.products .availability,.products .rating {
    text-align: center;
    text-transform: uppercase
}

.products .rating {
    font-size: 1.2rem;
    padding-left: 5px
}

.products .availability {
    font-size: .6rem
}

.product-prices .price-total {
    font-size: 1.4rem;
    font-weight: 700
}

.price-base {
    text-decoration: line-through;
    opacity: .7
}

.product-prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto -5px
}

.product-prices>* {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px
}

#product-list .summary {
    font-size: small;
    text-align: right;
    margin: 3px auto
}

#product-list .pagination-controls {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.products.list .product {
    width: 100%
}

.products.list .availability,.products.list .rating {
    text-align: left;
    min-width: 50%;
    display: inline-block
}

.products.list .product .product-data {
    display: flex;
    flex-direction: row
}

.products.list .product .product-data>* {
    padding: .25rem
}

.products.list .product .product-info {
    text-align: left;
    flex-grow: 1;
    flex-wrap: wrap
}

.products.list .product .product-attributes,.products.list .product .product-cart-box {
    display: flex;
    flex-wrap: wrap
}

.products.list .product .product-attribute,.products.list .product .product-cart-box>* {
    width: 50%
}

.products.list .product .product-cart-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d3d3d3
}

.products.list .product .product-image {
    max-width: 200px;
    width: 200px
}

.product-item {
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.product-item>* {
    padding: 0 5px;
    min-width: 60px
}

.product-item .name {
    margin-bottom: .3rem;
    font-size: .8rem
}

.product-item>.image {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    margin-right: 1rem
}

@media(min-width: 992px) {
    .modal-body .product-item>.image {
        width:10rem;
        height: 10rem;
        flex-shrink: 0
    }
}

.name {
    font-weight: 700
}

.description {
    margin: 20px auto
}

.products .rating-stars {
    font-size: .8rem
}

.rating-stars {
    color: #f3d802
}

.rating-stars>* {
    margin-right: .5rem
}

.products .state {
    font-size: .8rem;
    text-transform: uppercase;
    line-height: .8rem;
    font-weight: bolder
}

.applied-filters {
    padding: 10px;
    border: 0;
    border-radius: .5rem;
    background-color: var(--gray-light);
    margin: .5rem 0
}

.applied-filters .badge label {
    margin: 0;
    cursor: pointer
}

.product-tags {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1
}

.tag {
    background: #eee;
    text-align: center;
    padding: .1rem .3rem;
    margin: 2px;
    display: inline-block;
    font-size: small;
    border-radius: 4px;
    text-decoration: none !important
}

.tag:hover {
    opacity: 1
}

.tag-sale {
    color: #fff;
    background: red;
    opacity: 1
}

.label {
    font-weight: 700
}

.loading {
    position: relative
}

.loading:after {
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 20;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.quantity-wrapper {
    position: relative;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    border: 1px solid #eaecf0;
    flex-direction: row-reverse;
    max-width: 10rem;
    border-radius: .5rem;
    background: #fff;
    padding: .25rem 0;
    padding-left: .5rem
}

.quantity-wrapper input {
    text-align: left;
    border: none;
    padding-right: .5rem;
    padding-left: 0;
    border-radius: 0;
    max-width: 5.5rem;
    order: 1;
    padding-top: 0 !important;
    height: initial;
    padding-bottom: 0 !important;
    font-weight: 700;
    box-shadow: none !important
}

.quantity-wrapper .plus,.quantity-wrapper .minus,.quantity-wrapper .plus:focus,.quantity-wrapper .minus:focus {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    color: #d3d3d3;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: monospace;
    padding: 0 0 2px
}

.quantity-wrapper .plus,.quantity-wrapper .minus:hover {
    color: #475467;
    border-color: #475467
}

.quantity-wrapper .plus:hover,.quantity-wrapper .minus:hover {
    color: #b8281d;
    border-color: #b8281d
}

footer {
    background: #3d3d3d;
    color: #fff
}

footer a,footer a:focus,footer a:active {
    color: #fff
}

footer a:hover {
    color: #ddd
}

footer .main {
    padding: 20px 0 10px
}

footer .bottom {
    padding: 10px 0
}

footer .h2 {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    margin-top: .75rem
}

@media(min-width: 576px) {
    footer .h2:after {
        display:none
    }

    footer ul.collapse {
        display: block !important
    }
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

footer .copyright {
    font-size: small;
    padding: 3px 15px;
    color: #a1a1a1
}

footer .powered-logo img {
    height: 25px;
    margin: 3px 0
}

.btn {
    cursor: pointer
}

.btn-sm {
    padding: .1rem .2rem
}

.btn-info {
    font-size: 14px;
    border-radius: 50%;
    color: #fff !important;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px !important;
    min-width: 18px
}

.btn-close {
    line-height: 1.4rem;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    opacity: .75;
    background: #333;
    color: #fff;
    border-radius: .25rem;
    cursor: pointer;
    transition: opacity .3s ease-out
}

.btn-close:hover {
    opacity: 1
}

.col-group .col {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 991px) {
    .col-group-4 .col {
        min-width:50%
    }
}

@media (max-width: 575px) {
    .col-group-4 .col {
        min-width:100%
    }
}

.swipeable {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow-x: -moz-scrollbars-none;
    scrollbar-width: none;
    position: relative;
    white-space: nowrap
}

.swipeable>* {
    white-space: initial
}

.swipeable::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.swipeable-box {
    position: relative;
    overflow: hidden
}

.swipeable-box .arrow-left {
    left: 0;
    background: linear-gradient(to right,#afadad 40%,rgba(187,180,180,.5),rgba(61,61,61,0));
    color: #fff;
    display: flex
}

.swipeable-box .arrow-right {
    right: 0;
    background: linear-gradient(to left,#afadad 40%,rgba(187,180,180,.5),rgba(61,61,61,0));
    color: #fff;
    display: flex
}

.swipeable-box .arrow>* {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-scroller,.list-scroller {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    background: #ea;
    z-index: 50;
    border-radius: .25rem;
    text-align: center;
    animation: opacity .3 ease-in;
    opacity: .8;
    text-decoration: none !important
}

.page-scroller {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    font-size: 20px;
    font-family: monospace
}

.list-scroller {
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    width: 250px;
    padding: 3px
}

.list-scroller i {
    margin-right: .2rem
}

.page-scroller:hover,.list-scroller:hover {
    opacity: 1
}

.table td,.table th {
    vertical-align: middle
}

.footer,.btn-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-left: -3px;
    margin-right: -3px;
    flex-wrap: wrap
}

.btn-cols>* {
    margin: 3px
}

@media (max-width: 575px) {
    .btn-cols {
        display:block;
        text-align: center
    }

    .cart-preview .btn-cols {
        display: flex
    }
}

.list-toggler-wrapper td {
    text-align: center;
    padding: 0;
    position: relative
}

.list-toggler {
    background: #fff;
    padding: 2px 5px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    border: 1px solid #dee2e6;
    width: 160px
}

summary {
    margin-top: 15px;
    margin-bottom: 15px
}

summary .prices {
    text-align: right;
    font-size: 1.1rem
}

.delivery-box {
    text-align: center
}

.checkout .footer {
    margin: 1rem auto
}

@media screen and (min-width: 576px) {
    .checkout .footer {
        flex-direction:row-reverse
    }
}

@media screen and (max-width: 575px) {
    .checkout .footer {
        display:block
    }

    .checkout .footer>* {
        display: block;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px
    }
}

.modal-content {
    border: 2px solid #d3d3d3;
    box-shadow: 4px 4px 4px #333
}

.modal-header {
    padding: .5rem
}

.modal-header h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding: .5rem;
    font-weight: 700
}

.modal-body .footer {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0
}

.modal-body .product-item {
    margin-left: 0;
    margin-right: 0
}

.carousel {
    overflow: hidden
}

.carousel.multi .carousel-control-next,.carousel.multi .carousel-control-prev {
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1
}

.carousel-control-next,.carousel-control-prev {
    font-size: 1rem;
    width: 2rem;
    font-family: monospace
}

.carousel-control-next>*,.carousel-control-prev>* {
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next>*,.carousel-control-prev>* {
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem
}

.carousel-control-next,.carousel-control-prev {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 10%;
    min-width: 2.8rem;
    transition: margin .3s ease-out
}

.carousel-control-next>* {
    padding-left: .2rem
}

.carousel-control-prev>* {
    padding-right: .2rem
}

.body:not(.touch) .carousel-control-prev {
    justify-content: flex-start;
    padding-left: .4rem;
    margin-left: -60px
}

.body:not(.touch) .carousel-control-next {
    justify-content: flex-end;
    padding-right: .4rem;
    margin-right: -60px
}

.touch .carousel-control-prev,.body:not(.touch) .carousel:hover .carousel-control-prev {
    margin-left: 0
}

.touch .carousel-control-next,.body:not(.touch) .carousel:hover .carousel-control-next {
    margin-right: 0
}

.carousel-control-next [class^=icon-]:before,.carousel-control-next [class*=" icon-"]:before,.carousel-control-prev [class^=icon-]:before,.carousel-control-prev [class*=" icon-"]:before {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    line-height: initial
}

.caption-thumbnails {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0
}

.caption-thumbnails .indicator {
    width: 50%;
    min-width: 50%;
    height: auto;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    list-style: none
}

.caption-thumbnails .carousel-caption {
    padding: 1rem .5rem
}

.caption-thumbnails .carousel-caption {
    position: static
}

.carousel-caption,.caption-thumbnails .carousel-caption {
    background-color: rgba(0,0,0,.7);
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 0;
    text-indent: initial;
    width: 50%;
    min-width: auto
}

.slider .carousel-item img {
    display: block;
    width: 100%
}

.slide-text {
    line-height: 1
}

.checkout-nav {
    display: block;
    display: flex;
    margin: 2rem auto 2rem;
    justify-content: center;
    align-items: center;
    max-width: 640px
}

.checkout-page {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3333%;
    background: 0 0
}

.checkout-page .step {
    font-size: 1rem;
    font-weight: 500
}

.checkout-page .step-index {
    width: 2rem;
    height: 2rem;
    color: var(--gray-darker);
    background: var(--gray-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    font-size: 1rem
}

.checkout-page .step {
    max-width: 70px
}

@media (min-width: 992px) {
    .checkout-page .step-index {
        width:4rem;
        height: 4rem;
        font-size: 1.75rem
    }

    .checkout-page .step {
        max-width: 90%
    }
}

.checkout-page.active .step-index {
    background: green;
    color: #fff
}

.checkout-page.current .step-index {
    color: #fff;
    background: #a47148
}

.method {
    display: flex;
    padding: 10px 2px
}

.method-info {
    flex-grow: 1;
    display: flex;
    order: 2
}

.method-info input {
    margin-top: .2rem !important
}

.method label,.method .btn-info {
    margin: 0 5px
}

.method .btn-info {
    order: 3
}

.method label {
    flex-grow: 1;
    order: 2;
    align-items: center
}

.method label .method-pickup-point {
    font-weight: initial
}

.method-price {
    min-width: 60px;
    text-align: right;
    order: 4
}

.method.invalid {
    opacity: .6;
    text-decoration: line-through
}

.method-pickup-point {
    font-size: .8rem;
    margin-top: .1rem;
    display: block
}

.col-price {
    text-align: right;
    max-width: 7rem;
    white-space: nowrap
}

.col-quantity .btn-delete {
    display: none
}

.table td,.table th {
    padding: .6rem
}

td.col-actions,th.col-actions {
    text-align: right;
    padding: 1px
}

#main-cart .info.price,.panel-box .cart-products .info.price,.order-detail .info.price {
    display: none
}

.cart-products .info {
    font-size: .8rem
}

#main-cart .product-item>.image, .gift-image {
    padding-left: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 0
}

.price-notax {
    font-size: x-small;
    color: gray
}

.price-notax,.price-total,.price-base {
    white-space: nowrap;
    font-weight: 700
}

.pickup-point-link {
    float: right
}

.ac-more {
    text-align: center
}

.items .item {
    display: flex;
    width: 100%
}

.items .item .data {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.items .item .item-data>* {
    flex-grow: 1
}

.dialog-gallery .modal-content {
    padding: 10px
}

.gallery .carousel-indicators {
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    padding-top: .5rem
}

.gallery .carousel-indicators .thumbnail {
    border-radius: .5rem;
    width: 5rem !important;
    height: 5rem !important;
    margin: 0 5px;
    padding: 0;
    border: 2px solid transparent;
    overflow: HIDDEN
}

.gallery .carousel-indicators .thumbnail.active {
    border-color: red
}

.gallery .gallery-image,.gallery .product-image {
    text-align: center;
    margin: auto
}

.detail-image-wrapper {
    display: block;
    margin: auto;
    background: #fff
}

.detail-image {
    max-width: 600px;
    margin: auto
}

.gallery .carousel-item {
    background: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.gallery .gallery-image img,.gallery .product-image img {
    margin: auto
}

.modal-dialog .close {
    position: absolute;
    right: .25rem;
    top: .25rem;
    text-shadow: none;
    z-index: 2;
    opacity: 1;
    padding: .25rem .5rem;
    border-radius: .25rem;
    font-family: monospace;
    font-weight: 300;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
    margin: 0
}

.modal-dialog .close:hover {
    opacity: 1 !important
}

#cookie-notice {
    background: #000;
    color: #fff;
    padding: 10px
}

#cookie-notice.opened {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.striped>*:nth-of-type(odd) {
    background: #fafafa;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6
}

.section,section {
    margin: 1.2rem auto
}

.narrowed {
    max-width: 600px
}

.panel-box {
    border-radius: .25rem;
    margin-bottom: 1.2rem
}

.panel-box .panel-title {
    padding: 1rem;
    margin: 0;
    font-weight: 700
}

@media (min-width: 992px) {
    .open-by-device>.collapse {
        display:block
    }

    .open-by-device>.with-toggler[data-toggle]:not([aria-expanded]):after {
        display: none
    }
}

@media (max-width: 991px) {
    #product-list .switchers [data-type=panel] {
        display:none
    }

    #panel-categories {
        display: none
    }
}

.product-filters .section {
    margin-top: 0
}

.product-filters .product-filter label {
    display: block;
    padding: 0;
    margin-bottom: 0
}

.product-filters .h3 {
    padding-left: .7rem;
    font-weight: 700
}

.product-filters .product-filter {
    padding-left: 1rem
}

.product-filters .b-cols {
    padding: 0 .7rem
}

.toggler {
    text-decoration: none !important;
    cursor: pointer;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 100%
}

.toggler:after,.with-toggler:after {
    font-family: "bizbox";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e80e';
    font-size: .8rem;
    vertical-align: middle
}

.toggler[aria-expanded=true]:after,.with-toggler[aria-expanded=true]:after {
    content: '\e811'
}

.with-toggler:after {
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto 2px;
    height: 15px;
    position: absolute
}

.with-toggler {
    position: relative
}

@media (min-width: 768px) {
    .box-md {
        max-width:50%;
        margin-left: 0
    }
}

.close {
    float: initial;
    text-shadow: none
}

.pagination {
    margin-top: 1rem;
    border: 0
}

.pagination .page-link {
    border: 0;
    color: #475467 !important;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem !important;
    box-shadow: none !important
}

.pagination .page-item.active .page-link {
    color: #fff !important;
    background: var(--brand-base);
    border-radius: .5rem
}

.page-link:hover {
    background: var(--red-light)
}

a:not(.link) {
    text-decoration: none !important
}

.comparator .table {
    width: auto
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    vertical-align: middle
}

.to-free-delivery {
    margin: .75rem auto;
    text-align: left;
    line-height: 1.3;
    color: green;
    max-width: 640px;
    margin: auto
}

.to-free-delivery-bar {
    margin-top: .5rem
}

.to-free-delivery img {
    margin-right: .4rem
}

.to-free-delivery .flex-box {
    justify-content: center;
    font-size: 1rem
}

.to-free-delivery .success {
    color: #007f00
}

.controls>.delivery-box .to-free-delivery .to-free-delivery-bar {
    display: none
}

.to-free-delivery-bar {
    height: 17px;
    background: #f9fafb;
    overflow: hidden;
    border: 1px solid #f9fafb;
    border-radius: 100px
}

.to-free-delivery-bar .paid-part {
    height: 15px;
    background: green;
    border-radius: 100px
}

.checkout .delivery-box {
    text-align: center;
    max-width: 800px;
    margin: 20px auto
}

.checkout .to-free-delivery {
    text-align: center
}

.icon-links {
    border-top: 1px solid #d3d3d3
}

.icon-links a {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    color: #203f61;
    border-radius: .25rem;
    padding: 0 0 .1rem .1rem;
    opacity: .7;
    transition: all .3s ease-out
}

.icon-links a.active {
    background: green;
    color: #fff
}

.icon-links a:hover {
    opacity: 1;
    box-shadow: 1px 1px 1px gray
}

.no-overflow {
    overflow: auto;
    text-align: center;
    padding-bottom: 10px
}

fieldset label {
    display: inline-block;
    margin-right: 3rem
}

.next-box a {
    color: var(--brand-base);
    font-size: .9rem;
    font-weight: initial
}

.link-more {
    color: var(--brand-base);
    font-weight: 700
}

.thumbnail {
    cursor: pointer
}

.icon-box.v-center {
    display: flex
}

.icon-box.v-center {
    align-items: center
}

.user-profile {
    display: flex;
    width: 100%;
    color: #1d2939;
    font-weight: initial
}

.user-profile .user-data {
    flex-grow: 1;
    padding-left: .75rem;
    display: flex;
    align-items: center
}

.user-profile .controls {
    text-align: right;
    display: block;
    font-size: x-small;
    padding: 2px;
    color: #fff
}

.user-profile .controls a {
    color: #fff !important
}

.user-profile .user-name {
    font-size: 1.25rem;
    font-weight: 700;
    padding: .15rem 0
}

.user-profile .user-name {
    font-weight: 700;
    padding: .75rem 1rem
}

.user-profile .avatar {
    width: 4rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    margin: .2rem
}

.user-profile .avatar .icon-user {
    font-size: 3rem;
    margin: auto
}

div.is-invalid,.box.is-invalid {
    box-shadow: inset 0 0 0 1px #dc3545;
    margin-bottom: 10px
}

div.is-invalid[title]:after,.box.is-invalid[title]:after {
    content: attr(title);
    background: #f8d7da;
    color: #333;
    padding: 2px 10px;
    width: 100%;
    display: block;
    font-size: small;
    border: 1px solid #dc3545
}

input[type=checkbox].is-invalid {
    box-shadow: 0 0 2px 2px #dc3545;
    background: #dc3545
}

input[type=number].is-invalid {
    background-image: none
}

.rating-summary {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    max-width: 600px
}

.rating-summary small {
    display: block;
    font-size: 1rem
}

.rating-summary .rating-stars {
    font-size: 2rem;
    display: block
}

.rating-form .row {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.rating-form .rating-stars {
    font-size: 1rem
}

.rating-form .rating-stars .star:not(.selected) {
    color: gray
}

.record-info {
    font-size: 1rem
}

.record-title {
    margin-bottom: .6rem
}

.ratings {
    margin: .5rem auto
}

.record.rating {
    padding: .4rem
}

.rating-comments {
    margin-top: 1rem;
    font-size: 1rem
}

.recommendation.success,.pros {
    color: green
}

.recommendation.failure,.cons {
    color: red
}

.countdown {
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
    justify-content: center
}

.countdown-part {
    border: 2px solid #fff;
    width: 25%;
    color: #fff;
    background: #b8281d;
    text-align: center;
    max-width: 80px;
    padding: 5px;
    border-radius: .5rem
}

.countdown-unit {
    font-size: x-small
}

.hidden {
    display: none
}

.pull-right {
    float: right
}

.consents .form-group.invalid[title]:after {
    position: absolute;
    display: block;
    border-radius: .5rem
}

.notifications {
    font-size: 1rem;
    padding: .3rem 0;
    margin: auto
}

.notifications.alert-danger,.notifications.alert-danger a {
    background: #ea0402;
    color: #fff;
    padding-top: 1rem;
    border-radius: 0;
    border: 0
}

.notifications article {
    display: inline-block
}

.grecaptcha-badge {
    visibility: hidden
}

.recaptcha-info {
    font-size: x-small;
    text-align: right;
    padding: 0 0 .5rem;
    margin: auto 15px
}

.recaptcha-info a {
    text-decoration: underline
}

.article-info .divider {
    position: relative;
    top: -.15rem;
    margin-right: .4rem;
    display: inline-block
}

.article-list .article {
    margin-bottom: 2rem
}

.article-list {
    padding-bottom: 15px
}

.article-list .article-image,.article-list .article-image>a {
    text-align: center;
    max-height: 300px;
    display: block
}

.article-list .article-image img {
    max-width: 100%;
    max-height: 100%;
    max-height: 300px
}

@font-face {
    font-family: 'bizbox';
    src: url('../fonty/ikony/bizbox.eot?1129520453');
    src: url('../fonty/ikony/bizbox.eot?1129520453#iefix') format('embedded-opentype'),url('../fonty/ikony/bizbox.woff2?1129520453') format('woff2'),url('../fonty/ikony/bizbox.woff?1129520453') format('woff'),url('../fonty/ikony/bizbox.ttf?1129520453') format('truetype'),url('../fonty/ikony/bizbox.svg?1129520453#bizbox') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=icon-]:before,[class*=" icon-"]:before {
    font-family: "bizbox";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-star:before {
    content: '\e800'
}

.icon-star-empty:before {
    content: '\e801'
}

.icon-heart:before {
    content: '\e802'
}

.icon-help-circled:before {
    content: '\e803'
}

.icon-info-circled:before {
    content: '\e804'
}

.icon-search:before {
    content: '\e805'
}

.icon-mail:before {
    content: '\e806'
}

.icon-heart-empty:before {
    content: '\e807'
}

.icon-user:before {
    content: '\e808'
}

.icon-th:before {
    content: '\e809'
}

.icon-th-list:before {
    content: '\e80a'
}

.icon-phone:before {
    content: '\e80b'
}

.icon-cog:before {
    content: '\e80c'
}

.icon-basket:before {
    content: '\e80d'
}

.icon-down-open:before {
    content: '\e80e'
}

.icon-left-open:before {
    content: '\e80f'
}

.icon-right-open:before {
    content: '\e810'
}

.icon-up-open:before {
    content: '\e811'
}

.icon-left-open-big:before {
    content: '\e812'
}

.icon-right-open-big:before {
    content: '\e813'
}

.icon-up-open-big:before {
    content: '\e814'
}

.icon-down-open-big:before {
    content: '\e815'
}

.icon-th-1:before {
    content: '\e816'
}

.icon-menu-1:before {
    content: '\e817'
}

.icon-resize-small:before {
    content: '\e818'
}

.icon-resize-full:before {
    content: '\e819'
}

.icon-chart-bar:before {
    content: '\e81a'
}

.icon-basket-1:before {
    content: '\e81b'
}

.icon-truck:before {
    content: '\e81c'
}

.icon-gift:before {
    content: '\e81d'
}

.icon-location:before {
    content: '\e81e'
}

.icon-gift-1:before {
    content: '\e81f'
}

.icon-discount-sticker-with-percentage:before {
    content: '\e820'
}

.icon-logistics-delivery-truck-in-movement:before {
    content: '\e821'
}

.icon-free-delivery-truck:before {
    content: '\e822'
}

.icon-route:before {
    content: '\e823'
}

.icon-globe:before {
    content: '\e824'
}

.icon-pencil:before {
    content: '\e825'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-star-half-alt:before {
    content: '\f123'
}

.icon-thumbs-up-alt:before {
    content: '\f164'
}

.icon-youtube:before {
    content: '\f167'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-bank:before {
    content: '\f19c'
}

.icon-cc-visa:before {
    content: '\f1f0'
}

.icon-cc-mastercard:before {
    content: '\f1f1'
}

.icon-cc-paypal:before {
    content: '\f1f4'
}

.icon-cart-plus:before {
    content: '\f217'
}

.icon-pinterest:before {
    content: '\f231'
}

.icon-credit-card-alt:before {
    content: '\f283'
}

.icon-twitter:before {
    content: '\f309'
}
