﻿@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf');
    font-weight: bold;
}

/* ------------------ ICOMOON ----------------- */

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon06/icomoon.eot?vik88h');
    src: url('/fonts/icomoon06/icomoon.eot?vik88h#iefix') format('embedded-opentype'), url('/fonts/icomoon06/icomoon.ttf?vik88h') format('truetype'), url('/fonts/icomoon06/icomoon.woff?vik88h') format('woff'), url('/fonts/icomoon06/icomoon.svg?vik88h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shopping_cart_new:before {
    content: "\e900";
}

.icon-phone:before {
    content: "\e0cd";
}

.icon-markunread:before {
    content: "\e159";
}

.icon-navigate_next:before {
    content: "\e409";
}

.icon-close:before {
    content: "\e5cd";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-search:before {
    content: "\e8b6";
}

.icon-shopping_cart:before {
    content: "\e8cc";
}

.icon-menu:before {
    content: "\e9bd";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-plus-circle:before {
    content: "\f055";
}

.icon-minus-circle:before {
    content: "\f056";
}

/* -------------- END of ICOMOON --------------- */

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    min-width: 1050px;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

input {
    padding: 8px 15px;
    border: 1px solid #f3ebe1;
    color: #3a250c;
    font-size: 1em;
}

.content-wrapper {
    margin: auto;
    width: 1050px;
}

.page-content {
    background-color: #fff;
}

.footer-bg {
    background-color: #231f20;
    overflow: hidden;
}

.footer-copy {
    font-size: 0.65em;
    padding: 0;
    color: #918f8f;
    text-align: center;
    box-sizing: border-box;
}

    .footer-copy > div {
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px;
    }

    .footer-copy a {
        color: #918f8f;
    }

.footer {
}

    .footer-block .label,
    .footer .newsletter .label,
    .quick-contact .label {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 3px;
        padding-bottom: 0px;
        color: #fff;
        width: 160px;
        font-weight: bold;
        text-transform: uppercase;
    }

.cleaner {
    clear: both;
}

.footer .footer-block {
    width: 165px;
    float: left;
    box-sizing: border-box;
    padding: 45px 5px 0px 20px;
}

    .footer .footer-block:nth-child(1) {
        width: 130px;
    }

    .footer .footer-block.logas {
        width: 12%;
        text-align: center;
        padding-top: 40px;
    }

.footer-links {
    list-style-type: none;
    padding-left: 0px;
    line-height: 130%;
    font-size: 1em;
    margin-top: 10px;
}

    .footer-links a,
    .quick-contact a {
        color: #918f8f;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        line-height: 170%;
        font-size: 0.8em;
    }

        .footer-links a:hover,
        .quick-contact a:hover {
            text-decoration: underline;
        }

.thank-back a,
.order-login-button a,
.footer .newsletter a,
.group .nextprods a,
.search-page .nextprods a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #231f20;
    color: #f3ebe1;
    border: 1px solid #231f20;
    vertical-align: middle;
    margin-left: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .thank-back a:hover,
    .order-login-button a:hover,
    .footer .newsletter a:hover,
    .group .nextprods a:hover,
    .search-page .nextprods a:hover {
        background-color: #f3ebe1;
        color: #3a250c;
    }

.order-switch-link {
    color: #231f20;
    text-decoration: underline;
}

    .order-switch-link:hover {
        text-decoration: none;
    }

.order-checks-block {
    margin-top: -25px;
}

.newsletter {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    float: left;
    width: 50%;
}

.footer .newsletter .label {
    width: 250px;
    margin-bottom: 10px;
}

.header-menu-bgr {
    background-color: #282324; /*231f20*/
}

    .header-menu-bgr ul {
        list-style: none;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .header-menu-bgr ul li {
            display: inline-block;
        }

    .header-menu-bgr > ul > li > a {
        text-transform: uppercase;
        position: relative;
    }

        .header-menu-bgr > ul > li > a:after {
            content: '';
            position: absolute;
            right: -10px;
            top: 20px;
            bottom: 20px;
            border-right: 1px solid gray;
        }

    .header-menu-bgr > ul > li:first-of-type > a {
        padding-left: 30px;
    }

    .header-menu-bgr > ul > li:nth-of-type(7) > a:after {
        display: none;
    }

    .header-menu-bgr ul li a {
        display: inline-block;
        padding: 20px 15px;
        color: #fff;
        margin-left: 8px;
        margin-right: 8px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        font-weight: bold;
        font-size: 0.9em;
    }

        /*
.header-menu-bgr > ul > li:first-child
{
    margin-right: 50px;
}
                */

        .header-menu-bgr ul li a:hover {
            color: #f4601f;
        }

.logo-banner {
    height: 128px;
    background-image: url('/img/logo-bgr.png');
    text-align: center;
}

.header-content.right {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    height: 100%;
    position: relative;
}

.header-content.left {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 0.8em;
}

.main-logo {
    float: left;
    width: 30%;
    height: 100%;
}


.header-content a {
    font-weight: bold;
    color: #3a250c;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .header-content a:hover {
        color: #fff;
    }

.logo-banner .content-wrapper {
    height: 100%;
    background-image: url('/img/logo-bgr-orge.png');
}

.logo-banner .logo {
    background-image: url('/img/logo-cisty.png');
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
}

.header-content.left .divider {
    display: inline-block;
    color: #3a250c;
    margin: 0 10px 0 10px;
}

/* ----------------- JSSOR ------------------ */

.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        width: 16px;
        height: 16px;
        background: url('/theme/img/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

.jssora031 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora031 .a {
        fill: #fff;
    }

    .jssora031:hover {
        opacity: .8;
    }

    .jssora031.jssora031dn {
        opacity: .5;
    }

    .jssora031.jssora031ds {
        opacity: .3;
        pointer-events: none;
    }

/* ------------- END of JSSOR --------------- */

.banner-label {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 350px;
    height: 120px;
    z-index: 0;
    font-size: 50px;
    color: #ae8d66;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.hp-top-products .label,
.info-prod-label {
    color: #ae8d66;
    padding: 15px;
    border-bottom: 1px solid #ae8d66;
    text-align: center;
    font-size: 1.2em;
    margin: 30px;
}

.hp-top-products {
    padding-top: 10px !important;
    padding-bottom: 50px;
}

.warelist-item {
    display: block;
    width: 250px;
    overflow: hidden;
    float: left;
    margin: 6px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-bottom: 8px;
    background: #fff;
    position: relative;
}

    .warelist-item .img {
        width: 92%;
        margin: auto;
        text-align: center;
        margin-top: 10px;
        height: 250px;
    }

    .warelist-item img {
        max-width: 100%;
        max-height: 250px;
        vertical-align: middle;
    }

    .warelist-item:hover .badges {
        display: none;
    }

    .warelist-item .badges {
        position: absolute;
        top: 15px;
        left: 15px;
    }

        .warelist-item .badges img {
            margin-right: 10px;
            max-width: 48px;
            max-height: 60px;
        }

.helper {
    vertical-align: middle;
    height: 100%;
    width: 0px;
    display: inline-block;
    float: none;
}

.warelist-item:hover {
    box-shadow: 0px 0px 7px #888888;
}

.cart-button {
    display: inline-block;
    vertical-align: middle;
}

.cart-icon {
    font-size: 2em;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block;
}

.warelist-item .name {
    font-size: 0.9em;
    color: #ae8d66;
    height: 38px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.warelist-item .price {
    font-size: 1.4em;
    color: #3a250c;
    font-weight: bold;
    float: left;
    text-align: right;
    width: 70%;
}

    .warelist-item .price span {
        text-decoration: line-through;
        padding-right: 10px;
        padding-left: 10px;
        color: #888;
        font-size: 0.7em;
    }

.warelist-item .stored {
    font-size: 0.7em;
    color: #80b569;
    font-weight: bold;
    float: right;
    text-align: left;
    width: 30%;
    text-transform: uppercase;
    padding-top: 8px;
}

.header-menu-bgr .second-level {
    display: none;
    position: absolute;
    z-index: 10;
}

.header-menu-bgr li:hover .second-level {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #282324;
}

.header-menu-bgr .second-level li {
    display: block;
    background-color: #282324;
    padding-left: 0;
    padding-right: 0;
}

    .header-menu-bgr .second-level li.with-image .image-link {
        display: none;
    }

    .header-menu-bgr .second-level li a {
        padding: 7px 15px 7px 15px;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

.header-menu-bgr .divider {
    color: #ae8d66;
    padding-left: 30px;
    padding-right: 30px;
}

.search-box {
    position: absolute;
    top: -10px;
    right: 0px;
    border: 1px solid #918f8f;
    width: 270px;
}

    .search-box input {
        font-size: 0.8em;
        padding: 3px 3px 3px 10px;
        margin-right: 5px;
        outline: none;
        border: none;
        width: 225px;
    }

    .search-box span {
        font-size: 1.1em;
        display: inline-block;
        vertical-align: middle;
    }

    .search-box a {
        color: #918f8f;
    }

.info-page {
    color: #000;
    padding: 15px 15px 50px 15px;
}

    .info-page p,
    .info-page div {
        text-align: justify;
    }

.info-header {
    text-align: left;
    color: #f4601f;
}

.breadcrumb {
    margin-left: 20px;
    padding-top: 15px;
    color: #918f8f;
    font-size: 0.8em;
    padding-left: 20px;
    background-image: url('/img/breadcrumb.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

    .breadcrumb a {
        color: #918f8f;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .breadcrumb a:hover {
            color: #918f8f;
            text-decoration: underline;
        }

.thank-title,
.group .title {
    padding-left: 30px;
    color: #231f20;
    text-align: center;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.group .sort {
    margin-bottom: 15px;
    color: #3a250c;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.group .badges-filter {
    margin-bottom: 15px;
    text-align: center;
}

.group .counts {
    padding-left: 10px;
    box-sizing: border-box;
    color: #777;
    display: inline-block;
    width: 15%;
}

.group .pager,
.search-page .pager {
    color: #3a250c;
    display: inline-block;
    width: 43%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.search-page .pager {
    width: 100%;
    margin-bottom: 15px;
}

.group .menu {
    width: 25%;
    float: left;
}

.group .products,
.hp-top-products,
.search-page,
.ware-detail .products {
    box-shadow: inset 0px 5px 9px -4px rgba(0,0,0,0.31), 0 0 0 rgba(0,0,0,0);
    padding-top: 30px;
    background-color: #f8f8f8;
}

    .group .products .page-content,
    .ware-detail .products .page-content {
        background-color: transparent;
    }

    .group .nextprods,
    .search-page .nextprods {
        text-align: center;
        margin-top: 30px;
    }

.group .description {
    padding: 25px 90px 50px 90px;
    color: #3a250c;
}

    .group .description .content {
        text-align: justify;
    }

.group .pager a,
.search-page .pager a{
    display: inline-block;
    padding: 5px 11px;
    color: #282324;
    border: none;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    font-weight: bold;
}

    .group .pager a:hover,
    .search-page .pager a:hover,
    .warelist-pager-nolink {
        padding: 4px 10px;
        display: inline-block;
        padding: 4px 10px;
        color: #fff;
        border: 1px solid #282324;
        vertical-align: middle;
        margin-left: 7px;
        background-color: #282324;
    }

.group .subgroups {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    line-height: 180%;
    margin-bottom: 30px;
    padding: 0px 20px;
}

    .group .subgroups a {
        color: #231f20;
        font-size: 0.9em;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .group .subgroups a:hover {
            text-decoration: underline;
        }

        .group .subgroups a:last-of-type {
            border-bottom: none;
        }

.group .subgroupsImages {
    text-align: center;
}

    .group .subgroupsImages a {
        display: inline-block;
        max-width: 23%;
        margin: 1%;
    }

        .group .subgroupsImages a img {
            width: 100%;
        }

.group .filter {
    margin: 5px 0px;
    margin-bottom: 30px;
    color: #231f20;
}

    .group .filter .label {
        margin-bottom: 10px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .group .filter .values {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

.check {
    cursor: pointer;
    display: table;
    margin-bottom: 5px;
}

    .check .check-over {
        display: table-cell;
        width: 20px;
    }

    .check .check-label {
        color: #231f20;
        display: table-cell;
        vertical-align: middle;
        font-weight: bold;
        padding-right: 10px;
        text-align: left;
    }

    .check .check-checkerbox {
        border: 1px solid #231f20;
        background: #f3ebe1;
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        margin-right: 7px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .check .check-checkerbox.checked,
        .checkQ:hover .check-checkerbox {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .check .check-checkerbox.checked:before,
            .checkQ:hover .check-checkerbox:before {
                content: "\e5cd";
                position: relative;
                top: -2px;
                left: -1px;
            }

.checkQ:hover .check-checkerbox {
    color: #ae8d66;
}

.check .check-checkerbox.checked {
    background-color: #3a250c;
    color: #f3ebe1;
}

.check {
    float: left;
    width: 14.2%;
}

    .check.long {
        width: 16.5%;
    }

    .check.extralong {
        width: 20%;
    }

.sprite-grp-pager {
    display: inline-block;
    vertical-align: middle;
    background: #282324;
    height: 2px;
    width: 8px;
    margin-left: 7px;
}

.search-header {
    font-size: 2em;
    text-align: center;
    color: #3a250c;
    font-weight: bold;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.search-page {
    padding-bottom: 50px;
}

.search-noresults {
    text-align: center;
    font-style: italic;
    margin-top: 130px;
    margin-bottom: 130px;
}

    .search-noresults span,
    .search-header span {
        color: #ae8d66;
    }

.detail-page {
    color: #3a250c;
    padding-bottom: 40px;
}

    .detail-page .left {
        float: left;
        max-width: 40%;
        width: 40%;
    }

    .detail-page .right {
        float: right;
        max-width: 60%;
        width: 60%;
        position: relative;
    }

.det-item-img {
    width: 360px;
    height: 360px;
    margin: 30px;
    text-align: center;
    display: block;
    position: relative;
}

    .det-item-img img {
        max-width: 360px;
        max-height: 360px;
        vertical-align: middle;
    }

.det-imgs {
    width: 360px;
    text-align: center;
    margin: 30px;
    margin-top: 0;
    text-align: center;
}

    .det-imgs > a {
        width: 88px;
        height: 88px;
        margin: 1px;
        text-align: center;
        float: left;
        display: block;
    }

        .det-imgs > a > img {
            max-width: 88px;
            max-height: 88px;
            vertical-align: middle;
        }

.det-description {
    font-size: 0.9em;
    margin-right: 30px;
    text-align: justify;
    border-top: 1px solid #ae8d66;
    padding-top: 30px;
}

.detail-page .sizing-table {
    margin: 2em 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

    .detail-page .sizing-table th,
    .detail-page .sizing-table td {
        padding: 5px;
        text-align: center;
        background-image: url("/img/sizing-table-pixel.png");
        background-position-x: center;
        background-repeat: repeat-y;
    }

        .detail-page .sizing-table th.label {
            background-image: none;
            text-align: left;
            font-weight: bold;
        }

        .detail-page .sizing-table th span,
        .detail-page .sizing-table td span {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 10px;
            margin: 0 auto;
        }

        .detail-page .sizing-table th span {
            background-color: #f3ac56;
        }

        .detail-page .sizing-table td span {
            background-color: #cad4d1;
        }

        .detail-page .sizing-table th.label span {
            background-color: white;
            background-color: transparent;
        }

    .detail-page .sizing-table td {
    }

    .detail-page .sizing-table th {
        color: #3a250c;
        font-weight: normal;
    }

/* ------------- LIGHTBOX ----------------------- */
/* line 7, ../sass/lightbox.sass */
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
    /* line 28, ../sass/lightbox.sass */
    .lightbox .lb-image {
        display: block;
        height: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    /* line 32, ../sass/lightbox.sass */
    .lightbox a img {
        border: none;
    }

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 44, ../sass/lightbox.sass */
.lb-container {
    padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}
    /* line 87, ../sass/lightbox.sass */
    .lb-prev:hover {
        background: url(../img/prev.png) left 48% no-repeat;
    }

/* line 90, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}
    /* line 93, ../sass/lightbox.sass */
    .lb-next:hover {
        background: url(../img/next.png) right 48% no-repeat;
    }

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 103, ../sass/lightbox.sass */
.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}
    /* line 106, ../sass/lightbox.sass */
    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }
    /* line 111, ../sass/lightbox.sass */
    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }
    /* line 115, ../sass/lightbox.sass */
    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }
    /* line 121, ../sass/lightbox.sass */
    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../img/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }
        /* line 130, ../sass/lightbox.sass */
        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }
/* ------------- END OF LIGHTBOX ---------------- */

.det-vendor .label,
.det-variants .pn {
    display: inline-block;
    width: 200px;
    padding-left: 30px;
}

.det-variants .ps {
    display: inline-block;
}

.det-vendor .value,
.det-variants select {
    display: inline-block;
    font-weight: bold;
    width: 150px;
}

.det-vendor .value {
    width: auto;
}

.det-vendor {
    border-bottom: 1px solid #f3ebe1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.det-variants {
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 180%;
    border-bottom: 1px solid #f3ebe1;
    margin-right: 30px;
}

    .det-variants select {
        padding: 5px;
    }

.detail-nonbuyable {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #dd2330;
    font-weight: bold;
    font-size: 1.3em;
}

.det-variant-price {
    font-size: 1.8em;
    font-weight: bold;
    color: #0f8b1b;
    margin-top: 5px;
}

.det-variant-pricebox {
    margin-left: 30px;
    float: left;
    text-align: left;
}

.det-variant-stored,
.det-variant-nstored {
    color: #0f8b1b;
    font-size: 0.8em;
    text-transform: uppercase;
}

.det-variant-nstored {
    color: #282324;
}

.det-buybox {
    text-align: right;
    padding-right: 60px;
}

    .det-buybox .cleaner {
        padding-bottom: 20px;
    }

    .det-buybox input {
        outline: none;
        text-align: center;
        width: 15px;
        margin-right: 15px;
    }

.button-add-to-cart, .order-button a {
    color: #ffffff;
    background: #FF5500;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1em;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.order-button a span {
    display: block;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
}

.button-add-to-cart span {
        font-size: 1.2em;
    }

    .button-add-to-cart:hover, .order-button a:hover {
        color: #ffffff;
        background: #0f8b1b;
    }

.det-title {
    margin-bottom: 50px;
}

.menu-upper .links {
    position: relative;
    padding-top: 25px;
}

    .menu-upper .links > a {
        color: #918f8f;
        display: inline-block;
        margin-left: 18px;
    }

        .menu-upper .links > a:hover {
            text-decoration: underline;
        }

.menu-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .menu-upper .logo-bn-wrapper {
        max-width: 160px;
    }

    .menu-upper .logo-bn {
        width: 100%;
    }

    .menu-upper .logo-link img {
        width: 220px;
    }

.footer-bg .ruler {
    height: 0px;
    border-bottom: 1px solid #434041;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer .newsletter a {
    background-color: #434041;
    border: 1px solid #434041;
    color: #fff;
}

.quick-contact {
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
}

.footer-cont-badges {
    text-align: center;
}

.quick-contact .footer-links {
    margin-bottom: 0;
}

.footer .badges {
    padding: 0px;
    padding-top: 31px;
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-left: 20px;
}

    .footer .badges img {
        margin: auto;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.warn-container {
    text-align: center;
    padding: 20px;
    font-size: 1.3em;
    background: #e63c3c;
    color: #fff;
    display: none;
    z-index: 2001;
    position: fixed;
    top: 0px;
    width: 100%;
    cursor: pointer;
}

    .warn-container.positive {
        background: #33cc59;
    }

    .warn-container span {
        font-weight: bold;
    }

.menu-upper .cart-link {
    color: #282324 !important;
    font-weight: bold;
}

.det-image-size {
    color: #808080;
    font-size: 1.4em;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.det-tied-box {
    background-color: #efefef;
    padding: 15px 20px;
    margin-right: -30px;
    text-align: left;
}

    .det-tied-box img {
        max-width: 100px;
        max-height: 100px;
    }

    .det-tied-box .label {
        color: #282324;
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 1.2em;
    }

        .det-tied-box .label div {
            font-weight: normal;
            padding-top: 5px;
            font-size: 0.6em;
        }

    .det-tied-box .container {
        padding: 8px;
        background-color: #fff;
    }

        .det-tied-box .container a {
            margin: 3px;
        }

.det-variant-price-orig {
    text-decoration: line-through;
    padding-left: 10px;
    color: #888;
}

.order-block {
    padding: 15px;
    margin-bottom: 20px;
}

    .order-block .header-line {
        text-align: center;
        font-size: 1.3em;
        font-weight: bold;
        color: #282324;
        text-transform: uppercase;
        border-bottom: 1px solid #282324;
        margin: 15px 20px 20px 20px;
        padding-bottom: 5px;
    }

.cart-item-image {
    width: 20%;
    text-align: center;
}

.cart-item-product {
    width: 35%;
}

.cart-item-price {
    width: 10%;
    text-align: right;
}

.cart-item-count {
    width: 18%;
    text-align: center;
}

.cart-item-total {
    width: 7%;
    text-align: right;
    font-weight: bold;
}

.cart-item-trash {
    width: 10%;
    text-align: center;
}

    .cart-item-trash a {
        color: #3a250c;
    }

.cart-item-count a {
    color: #f4601f;
}

.cart-item-product .wname {
    color: #282324;
    font-size: 1.2em;
}

.cart-item-product .vname {
    color: #555;
    font-size: 0.8em;
}

.cart-item-count input {
    width: 20px;
    text-align: center;
}

.cart-item-image img {
    max-width: 70px;
    max-height: 70px;
}

.order-cart {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

    .order-cart td {
        border-bottom: 1px solid #eee;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .order-cart tr:hover {
        background-color: #eee;
    }

.order-items-total {
    text-align: right;
    padding: 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.order-halfblock {
    float: left;
    width: 49%;
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
}

.order-block .login {
    text-align: center;
}

    .order-block .login .field-block {
        text-align: left;
        margin: auto;
        display: inline-block;
        width: 33%;
    }

.order-adr-lbl {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 0.8em;
    font-weight: bold;
    color: #676767;
}

.order-block .login .order-login-button {
    float: right;
    margin-top: 20px;
}

.order-block .login .order-switch-link {
    float: left;
    margin-top: 25px;
}

.input-wrapper input {
    width: 100%;
    box-sizing: border-box;
}

.new-customer {
    padding: 17px 0 18px 0;
    text-align: center;
}

.order-adr-msg {
    display: none;
}

.organizer {
    width: 49%;
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
    vertical-align: top;
}

.order-block #chDelivery {
    margin: 20px 0;
}

.order-block input {
    border-color: rgba(58, 37, 12, 0.38);
}

.order-block .order-invalid input {
    border-color: #ff3030;
    background-color: #ffc7c7;
}

.order-block select {
    border-color: rgba(58, 37, 12, 0.38);
    padding: 8px 10px 9px 10px;
    width: 100%;
}

.radio-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #3a250c;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    margin-right: 25px;
}

    .radio-circle.active > div {
        position: relative;
        width: 4px;
        height: 4px;
        border: 2px solid #3a250c;
        border-radius: 5px;
        background-color: #3a250c;
        left: 2px;
        top: 2px;
    }

.order-sp .radio-inner > div,
.order-sp .radio-inner .wname div,
.order-sp .radio-inner,
.order-sp .radio-inner img {
    display: inline-block;
    vertical-align: middle;
}

    .order-sp .radio-inner img {
        margin-left: 15px;
        margin-right: 15px;
    }

    .order-sp .radio-inner .wname {
        font-weight: bold;
    }

.sp-item {
    padding: 10px 0 10px 50px;
}

.order-note-block {
    float: left;
    padding-left: 40px;
}

    .order-note-block textarea {
        resize: none;
        width: 300px;
        height: 50px;
    }

.order-finblock {
    float: right;
    text-align: right;
    padding-right: 40px;
}

    .order-finblock .check {
        display: inline-block;
        vertical-align: middle;
    }

.order-button {
    display: inline-block;
    margin-left: 20px;
}

.laws-link {
    color: #282324;
    text-decoration: underline;
    vertical-align: middle;
    margin-top: 3px;
    display: inline-block;
}

    .laws-link:hover {
        text-decoration: none;
    }

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.thank-title {
    border-top: none;
}

.order-thank {
    margin: 30px auto 50px auto;
    width: 70%;
}

    .order-thank span {
        font-weight: bold;
        color: #3a250c;
    }

.thank-back {
    margin-top: 50px;
    text-align: right;
}

.radio-shipp {
    cursor: pointer;
}

.login-page {
    width: 40%;
    padding-top: 10px;
    text-align: center;
}

    .login-page .order-adr-field {
        width: 60%;
        text-align: left;
        margin: auto;
    }

.ware-detail .products {
    padding-bottom: 30px;
}

.order-sp .radio-inner .vname {
    display: block;
}

.order-sp-ddl {
    display: none;
    padding-top: 15px;
}

    .order-sp-ddl.active {
        display: block;
    }

.order-sp .radio-inner {
    max-width: 85%;
}

.order-cp-sp input {
    max-width: 80px;
}

.order-cp-sp select {
    margin-top: 5px;
}

.order-turnover-sale {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    background-color: #282324;
    padding: 6px;
}

    .order-turnover-sale span {
        font-weight: bold;
        font-size: 1.3em;
    }

.sp-item:hover {
    background-color: #eee;
}

.order-coupon-box {
    text-align: right;
}

    .order-coupon-box .input-wrapper {
        width: 120px;
        display: inline-block;
        vertical-align: middle;
    }

    .order-coupon-box .order-login-button {
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }

.order-ware-widget {
    width: 100%;
    border: 0;
}

.thank-online-ok,
.thank-online-fail {
    color: #005307;
    padding: 20px 40px;
}

.thank-online-fail {
    color: #8f0000;
}

.default-products-title {
    color: #424242;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px;
}

    .default-products-title div {
        font-size: 0.6em;
        font-weight: normal;
    }

.det-badges-img {
    position: absolute;
    top: 0;
}

    .det-badges-img img {
        margin-right: 15px;
    }

.det-badges-right {
    position: absolute;
    right: 0;
    top: -50px;
}

.det-image-container {
    position: relative;
}

.contact-form {
    background-color: #fcd1b1;
    width: 65%;
    border: 1px solid #ff6c02;
    padding: 30px;
    margin-left: 15px;
    margin-bottom: 50px;
}

    .contact-form .label {
        color: #8a3502;
        font-weight: bold;
    }

    .contact-form textarea,
    .contact-form input {
        background: #fff;
        border: 1px solid #ff6c02;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .contact-form textarea {
        resize: none;
        height: 175px;
    }

    .contact-form a {
        display: inline-block;
        background-color: #9d3204;
        color: #fff;
        padding: 5px 8px;
    }
    

.header a.flag {
    margin-left: 5px;
}

    .header a.flag img {
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    }

div.products > div > div.badges-filter > div.filter > div.values .check {
    width: auto;
}

    div.products > div > div.badges-filter > div.filter > div.values .check .check-label {
        padding-right: 2em;
    }


.sidebar-left,
.sidebar-right {
    position: fixed;
    max-width: calc((100% - 1050px) / 2);
    height: 100vh;
    background-color: #fff;
}

.sidebar-right {
    right: 0px;
    top: 0px;
}

    .sidebar-left a,
    .sidebar-left img,
    .sidebar-right a,
    .sidebar-right img {
        max-width: 100%;
    }

#chRegister,
#chLaws,
#chGDPR,
#chDelivery {
    width: auto;
}

.det-360 h2.det-title {
    color: #808080;
    font-size: 1.4em;
    text-align: center;
    font-weight: normal;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    pointer-events: none; /* brání klikání, když je schované */
}

    .spinner-overlay.visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.my-spinner {
    width: 64px;
    height: 64px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ae8d66;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1450px) {
    .sidebar-left,
    .sidebar-right {
        display: none;
    }
}

.burger-menu {
    color: #fff;
    font-size: 2em;
    display: none;
}

.footer .badges div {
    display: inline-block;
    box-sizing: border-box;
    width: 85px;
    padding: 10px;
}

.footer .badges div.space {
    width: 20px;
    padding: 0px;
}

.order-content-row > div {
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

.order-content-row {
    border-bottom: 1px solid #eee;
}

    .order-content-row:hover {
        background-color: #eee;
    }

#sizingTable {
    overflow-x: scroll;
}

/* mqueries - desktop only */
@media only screen and (min-width: 901px) {
    .hidden-desktop {
        display: none !important;
    }
}

/* mqueries - tablet */
@media only screen and (max-width: 900px) {
    .det-image-size {
        margin: 15px 0px;
    }

    .group .filter .values {
        width: auto;
    }

    .group .description {
        padding: 0px 20px 30px 20px;
    }

    .det-imgs {
        overflow: hidden;
    }

    .detail-page {
        overflow: hidden;
    }

    .hidden-mobile {
        display: none;
    }

    .burger-menu {
        display: block;
        padding: 5px 5px 5px 10px;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .warelist-item {
        width: calc((100% - (3 * 12px)) / 3);
        font-size: 0.8em;
    }

    .content-wrapper {
        width: 100%;
    }

    .footer-bg .eet-text {
        display: block;
        padding: 0 5% 0 5%;
    }

    .footer-bg .footer-block-links {
        width: 33% !important;
        padding-left: 5%;
    }
    
    .footer .footer-block.logas {
        margin-bottom: 20px;
        text-align: center;
        width: 23%;
    }

    .footer .badges {
        width: 100%;
        text-align: center;
    }
    
        .footer .badges div {
            text-align: center;
            width: 15%;
        }
        
        .footer .badges div.space {
            display: none;
        }

        .footer .badges img {
            max-width: 100px;
        }

    .header-menu-bgr .menu-uls li,
    .header-menu-bgr .menu-uls li a {
        display: block;
        text-align: center;
        margin-right: 0 !important;
    }

    .header-menu-bgr ul li a {
        padding: 8px;
        margin: 0;
    }

    .header-menu-bgr > ul > li:first-of-type > a {
        padding-left: 8px;
    }

    .header-menu-bgr li:hover .second-level {
        display: none;
    }

    .header-menu-bgr .second-level {
        position: static;
        background-color: #463e40;
        padding: 0 !important;
    }

        .header-menu-bgr li:hover .second-level, .header-menu-bgr .second-level li {
            background-color: #463e40;
        }

            .header-menu-bgr .second-level li.with-image {
                display: inline-block;
                max-width: 48%;
            }

                .header-menu-bgr .second-level li.with-image a {
                    padding: 5px;
                }

                .header-menu-bgr .second-level li.with-image .text-link {
                    display: none;
                }

                .header-menu-bgr .second-level li.with-image .image-link {
                    display: block;
                    width: 100%;
                }

    .logo-link-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        position: absolute;
        width: 60vw;
        text-align: center;
        top: 0px;
        margin-left: 20%;
        margin-right: 20%;
    }

        .logo-link-mobile a,
        .logo-link-mobile img {
            max-width: 100%;
            max-height: 40px;
        }

    ul.menu-uls {
        border-top: 1px solid #463e40;
    }

    .mobile-cart-icon span {
        display: block;
    }

    .mobile-cart-icon {
        display: block;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 2em;
        padding: 5px 10px 5px 5px;
    }

    .mobile-links {
        display: block;
        border-top: 1px solid #463e40;
    }

    .mobile-menu-search-btn {
        color: #282324;
        background: #463e40;
        margin-left: 0px;
    }

    .header-menu-bgr ul li.mobile-search-menu input {
        color: #fff;
        background: #463e40;
        border: 0px;
        margin-right: 0px;
    }

    .header-menu-bgr ul li.mobile-search-menu {
        background: #463e40;
    }


        .header-menu-bgr ul li.mobile-search-menu a,
        .header-menu-bgr ul li.mobile-user-menu a {
            display: inline-block;
        }

    .warelist-item .name {
        height: 26px;
        margin-bottom: 8px;
    }

    .warelist-item .badges img {
        max-width: 36px;
        max-height: 40px;
    }

    .thank-title,
    .group .title {
        padding-left: 0px;
    }

    .group .subgroups {
        padding-left: 20px;
        padding-right: 20px;
    }

    .group .subgroupsImages {
        padding-left: 20px;
        padding-right: 20px;
    }

    .group .subgroupsImages a {
        max-width: 48%;
    }

    .group .filter .label {
        padding-left: 20px;
    }

    /*.group .filter .values 
    {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }*/

    .check {
        float: left;
        width: 20%;
    }

        .check.long {
            width: 25%;
        }

        .check.extralong {
            width: 33.33%;
        }

    .group .counts {
        width: 47%;
    }

    .group .sort {
        width: 50%;
        text-align: right;
    }

    .group .pager,
    .search-page .pager{
        width: 100%;
        text-align: center;
    }

    div.products > div > div.badges-filter > div.filter > div.values {
        padding-top: 10px;
        column-count: 4;
    }

    .info-page img {
        max-width: 100% !important;
    }

    .login-page {
        width: 100%;
    }

    .thank-back {
        margin-right: 10px;
    }

    .cart-item-image {
        width: 30%;
    }

    .cart-item-product {
        width: 70%;
    }

    .cart-item-price {
        width: 30%;
    }

    .cart-item-total {
        width: 20%;
    }

    .cart-item-count {
        width: 40%;
    }

    .cart-item-trash {
        width: 10%;
    }

    .order-content-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .organizer,
    .order-halfblock {
        width: 100%;
    }

    .order-button {
        margin-top: 15px;
        margin-left: 0;
    }

    .order-items-total {
        width: 100%;
        box-sizing: border-box;
        text-align: right;
        padding-right: 0;
        padding-top: 25px;
    }

    .order-finblock {
        padding-right: 0;
        float: none;
    }

    .order-checks-block {
        font-size: 0.8em;
        margin-top: 0;
    }

    .search-header {
        font-size: 1.2em;
    }

    .detail-page .right,
    .detail-page .left {
        float: none;
        width: 100%;
        max-width: 100%;
        clear: both;
    }

    .det-title {
        font-size: 1.3em;
        padding-left: 20px;
    }

    .det-item-img {
        max-width: 100%;
        margin: 0 auto 0 auto;
    }

        .det-item-img img {
            max-width: 100% !important;
            /*width: 100% !important;*/
        }

    .det-badges-img {
        width: 100%;
        padding-left: 15px;
        text-align: left;
        box-sizing: border-box;
    }

        .det-badges-img img {
            max-width: 78px !important;
            width: 15% !important;
        }

    .det-imgs {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .det-badges-right {
        right: 10px;
        top: -40px;
    }

        .det-badges-right img {
            width: 100px;
        }

    .det-vendor {
        padding-top: 20px;
        border-top: 1px solid #f3ebe1;
    }

    .det-variants {
        margin-right: 0px;
    }

    .det-imgs > a {
        float: none;
        display: inline-block;
    }

    .det-buybox {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .button-add-to-cart {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .det-description {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .det-tied-box {
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .det-description img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {
    .det-vendor .label,
    .det-variants .pn {
        display: block;
        width: 49%;
        padding-left: 25px;
        box-sizing: border-box;
        float: left;
    }

    .det-variants .ps {
        display: block;
        width: 49%;
        float: right;
    }
}

/* mqueries - mobile */
@media only screen and (max-width: 500px) {
    .footer .badges {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        box-sizing: border-box;
    }

    .footer .badges div {
        text-align: center;
        width: 30%;
        padding: 8px;
    }

    .footer .footer-block.logas {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .footer .footer-block-links {
        width: 100% !important;
        padding-top: 20px;
        padding-left: 60px;
    }

        .footer .footer-block-links ul {
            padding-left: 10px;
        }

    .warelist-item .badges img {
        max-width: 30px;
        max-height: 36px;
    }

    .warelist-item {
        width: calc((100% - (2 * 12px)) / 2);
        font-size: 0.8em;
    }

        .warelist-item .img,
        .warelist-item img {
            max-height: 150px;
        }

        .warelist-item .name {
            height: 34px;
            margin-bottom: 8px;
        }

        .warelist-item .stored {
            display: none;
        }

        .warelist-item .price {
            width: 100%;
            text-align: center;
            padding-left: 5px;
        }

            .warelist-item .price span {
                padding-right: 0;
            }

    .group .subgroups {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    /*.group .filter .values 
    {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }*/

    .check {
        float: left;
        width: 33.33%;
    }

        .check.long {
            width: 50%;
        }

        .check.extralong {
            width: 100%;
        }

    .group .pager a,
    .search-page .pager a {
        padding: 3px 5px;
    }

    div.products > div > div.badges-filter > div.filter > div.values {
        column-count: 2;
        text-align: left;
    }

    .thank-title,
    .group .title {
        font-size: 1.3em;
    }

    .sp-item {
        padding-left: 10px;
    }

    .radio-circle {
        margin-right: 10px;
    }

    .order-sp .radio-inner .wname img {
        display: none;
    }

    .order-sp .radio-inner .price {
        padding-left: 10px;
        color: #999;
    }

    .order-note-block {
        padding-left: 0;
        width: 100%;
    }

        .order-note-block textarea {
            width: 100%;
        }

    .order-block .header-line {
        font-size: 1.1em;
    }

    .order-button {
        width: 100%;
        padding: 0;
    }

        .order-button a {
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            text-align: center;
        }

    .order-thank {
        width: 90%;
    }

        .order-thank h2 {
            font-size: 1.2em;
        }

    .det-vendor .value {
        width: 49%;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .warn-container {
        font-size: 0.8em;
    }
}
