<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, #form1 {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #333333;
    line-height: 1.5;
    font-size: 14px;
}

h6 {
    color: #EB1F2E;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin: 10px 0;
}

nav .logo {
    float: left;
    max-width: 250px;
}

header.head nav.mobile {
    width: 0;
    position: fixed;
    top: 137px;
    bottom: 0;
    background-color: #f3f3f3;
    left: 0;
    z-index: 99999;
    width: 0;
    padding: 7.5px 0;
    transition: 0.5s;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

nav ul.menu {
    list-style: none;
    float: right;
    margin: 0;
}

nav .showmenu {
    float: left;
    margin: 10px 15px 0 0;
    cursor: pointer;
    height: 30px;
    display: none;
}

nav ul.menu li {
    background: none;
    list-style: none;
    float: left;
    padding: 0;
}

nav.white ul.menu li::after {
    content: "|";
    padding: 0 10px;
    font-size: 16px;
    font-family: latolight;
}

nav.white ul.menu li:last-of-type::after {
    display: none;
}

nav ul.menu li.shop a {
    color: #fff;
    background-color: #58595B;
    padding: 11px 19px;
    border-radius: 5px;
}

nav.blue ul.menu {
    float: left;
}

    nav.blue ul.menu.right {
        /* float: right; */
        position: relative;
        width: 100%;
    }

nav ul.menu.left {
    list-style: none;
    float: left;
    margin: 0;
}

nav.blue ul.menu li a {
    /* color: #fff; */
    font-weight: 100;
    font-family: Lato;
    line-height: 28px;
    display: block;
    padding: 10px;
}

nav.blue ul.menu li &gt; a {
    height: 49px;
}

nav.blue ul.menu li:hover &gt; a {
    color: #EB1F2E;
    /*
    border: 1px solid #58595b;
    background-color: white;
    text-decoration: none;
    */
}

header.head nav.second {
    padding: 0 10px;
    position: relative;
    overflow: visible;
    //background-color: #ebebeb;
}

nav.second ul.menu i {
    color: #000;
}

    nav.second ul.menu i .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #58595B;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
    }

    nav.second ul.menu i:hover .tooltiptext {
        visibility: visible;
    }

nav.second ul.menu li:hover &gt; a i {
    color: #EB1F2E;
}

nav.second ul.menu li a {
    color: #000;
    font-weight: 100;
    font-family: Lato;
    line-height: 28px;
}

nav.second ul.menu &gt; li {
    margin-right: 20px;
}

    nav.second ul.menu &gt; li &gt; a {
        display: block;
        padding: 10px 0;
    }

    nav.second ul.menu &gt; li:last-of-type {
        margin-right: 0;
    }

nav.second ul.menu li:hover &gt; a {
    color: #EB1F2E;
}

    nav.second ul.menu li:hover &gt; a i {
        color: #EB1F2E;
    }

nav.mobile ul.menu li:hover a {
    color: #000;
}

nav.mobile ul.menu li a:hover {
    color: #EB1F2E;
}

nav ul.menu.top li::after {
    content: "|";
    padding: 0 5px;
    font-size: 10px;
    font-family: LatoLight;
}

nav ul.menu.top li a {
    font-family: LatoLight;
    font-size: 10px;
    font-weight: 300;
    text-align: right;
    color: #000000;
}

nav .logo img {
    vertical-align: middle;
    width: 100%;
}

nav ul.menu li:hover a {
    color: #EB1F2E;
}

nav ul.menu li.active a {
    color: #EB1F2E;
}

nav ul.menu li.shop:hover a {
    color: #fff;
    background-color: #58595B;
}

nav ul.menu li.shop.active a {
    color: #fff;
    background-color: #58595B;
}

nav ul.menu li a {
    color: #000;
    font-size: 16px;
    font-family: LatoLight;
}

nav ul.menu i {
    color: #fff;
}

header.head nav.blue {
    /* background-color: #58595B; */
    padding: 0;
}

header.head nav.top {
    padding: 0;
}

header.head nav.white {
    padding: 20px 0;
}

a:hover {
}

header.head {
    background-color: #fff;
    /*top: 0;
    position: absolute;
    border-bottom: 1px solid #d3d3d3;*/
    z-index: 1000;
    width: 100%;
}

    header.head nav {
        margin: auto;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        clear: both;
    }

.main-content {
    clear: both;
    min-height: 100%;
    width: 100%;
    transition: 0.5s;
    margin-left: 0;
}

#slider {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.footer .left {
    float: left;
}

.footer .social {
    float: right;
}

    .footer .social a {
        padding-left: 15px;
    }

.footer {
    border-top: 1px solid #b7b7b7;
    box-sizing: border-box;
    padding: 20px 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 79px;
}

    .footer * {
        font-family: "Lato";
        color: #000;
        font-size: 14px;
        line-height: 1;
    }

.home-section {
    text-align: center;
    padding: 15px 0;
}

    .home-section .home-wrap {
        max-width: 1435px;
        margin: auto;
        overflow: hidden;
    }

h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    color: #252525;
    margin-bottom: 45px;
}

h2 {
    text-transform: uppercase;
    color: #58595B;
}

.home-section .line:after {
    content: "";
    display: block;
    height: 4px;
    width: 35px;
    margin: 20px auto;
    background: #58595B;
}

.home-section h1.line:after {
    margin: 35px auto;
}

.home-section p {
    font-size: 16px;
    margin: 10px auto;
    max-width: 800px;
    font-family: 'LatoLight';
    color: #000;
}

.home-section li {
    font-size: 16px;
    font-family: 'LatoLight';
    color: #000;
}

.home-section img.margin {
    margin-bottom: 45px;
}

.image-frame:before, .image-frame:after {
    content: "";
    display: block;
    height: 30px;
    width: 90%;
    margin: auto;
    background: #58595B;
}

img {
}

.image-frame img {
    display: block;
    width: 100%;
    height: auto;
}

p.iblue {
    font-style: italic;
    color: #58595B;
    font-size: 24px;
    margin-top: 0;
    line-height: 1;
    font-family: "Lato";
}

.home-section div.three-col {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 45px 0 0 0;
}

    .home-section div.three-col:nth-of-type(2n+2) {
        margin: 45px 1% 0 1%;
    }

.home-section div.two-col {
    display: inline-block;
    margin: 0;
    max-width: 494px;
    text-align: left;
    vertical-align: top;
    width: 48%;
}

    .home-section div.two-col:first-of-type {
        margin-right: 1.5%;
    }

    .home-section div.two-col:last-of-type {
        margin-left: 1.5%;
    }

.button {
    color: #fff;
    background-color: #58595B;
    border: 1px solid #58595B;
    padding: 8px 19px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-family: "Lato";
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    height: 36px;
}

.home-section .button {
    margin-top: 45px;
}

.button:first-of-type {
    margin-left: 0;
}

.button:last-of-type {
    margin-right: 0;
}

.button:hover {
    background-color: #58595B;
    border: 1px solid #58595B;
    color: #fff;
}

.home-section .button {
    min-width: 135px;
}

.home-section.gray {
    background-color: #EDF2FA;
}

.home-section.gray2 {
    background-color: #E1EBF0;
}

.home-section.blue {
    background: url("/images/percent.png") right no-repeat #58595B;
}

    .home-section.blue h1, .home-section.blue h2, .home-section.blue p {
        color: #fff;
    }

    .home-section.blue p {
        color: #ced8ff;
    }

        .home-section.blue p.iblue {
            color: #58595B;
        }

    .home-section.blue .line:after {
        background: #fff;
    }

    .home-section.blue .button {
        background-color: #58595B;
        border: 1px solid #58595B;
    }

        .home-section.blue .button:hover {
            background-color: #fff;
            border: 1px solid #fff;
            color: #58595B;
        }

input[type=text], input[type=password], input[type=number], textarea, select {
    border: 1px solid #58595B;
    color: #58595B;
    background: none;
    padding: 7px 19px;
    border-radius: 5px;
    font-size: 16px;
    margin: 45px 10px 0 0;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: top;
    height: 36px;
}

textarea {
    height: 200px;
}

.home-section.blue input[type=text] {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.home-section #partners {
    max-width: 1160px;
    width: 100%;
    margin: auto;
}

.home-section .map-container {
    background-color: #fff;
    max-width: 454px;
    width: 100%;
    padding-bottom: 8px;
}

    .home-section .map-container iframe {
        max-width: 100%;
        height: auto;
    }

    .home-section .map-container p {
        font-weight: bold;
        font-family: "Lato";
    }

    .home-section .map-container .title {
        float: left;
        padding: 10px;
    }

        .home-section .map-container .title h2 {
            line-height: 1;
        }

        .home-section .map-container .title p {
            line-height: 1;
            color: #959595;
            font-size: 14px;
            margin: 7px 0;
        }

.map-container .button {
    margin: 10px;
    float: right;
    background-color: #eaeaea;
    border: 1px solid #e1e1e1;
    color: #000;
}

    .map-container .button:hover {
        background-color: #e1e1e1;
        border: 1px solid #e1e1e1;
    }

.home-section .map-container .info {
    clear: both;
    padding: 1px 10px;
}

.button.facebook {
    border: 1px solid #425fa1;
    background-color: #425fa1;
}

    .button.facebook:hover {
        border: 1px solid #4c6dba;
        background-color: #4c6dba;
    }

.button.twitter {
    border: 1px solid #1eb2e7;
    background-color: #1eb2e7;
}

    .button.twitter:hover {
        border: 1px solid #21c4ff;
        background-color: #21c4ff;
    }

.articles-container article:first-child {
    margin-top: 0;
}

.articles-container article {
    clear: both;
    margin-top: 45px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.news img {
    width: 300px;
    height: 300px;
}

.news .articles-container {
    text-align: left;
}

.articles-container article .article-image {
    float: left;
    width: 40%;
    margin-right: 5%;
}

    .articles-container article .article-image img {
        width: 100%;
        height: auto;
    }

.articles-container article .article-content {
    float: right;
    width: 55%;
}

.articles-container article:nth-child(2n+1) .article-image {
    float: right;
    margin-right: 0;
    margin-left: 5%;
}

.articles-container article:nth-child(2n+1) .article-content {
    float: left;
}

.articles-container article .article-header {
    display: table;
}

.articles-container article .tags {
    list-style: disc;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

    .articles-container article .tags li {
        float: left;
        background: none;
        margin-left: 20px;
        padding: 0;
    }

.articles-container article .article-date {
    display: table-cell;
    color: #000;
    line-height: 1;
    padding: 5px 20px;
    font-weight: bold
}

.articles-container article .article-head {
    display: table-cell;
    border-left: 1px solid #d3d3d3;
    vertical-align: top;
}


.articles-container article .article-date .day {
    font-size: 36px;
    text-align: center
}

.articles-container article .article-date .month {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center
}

.articles-container article .article-title {
    padding: 5px 20px;
    border-bottom: 1px solid #d3d3d3;
}

    .articles-container article .article-title h2 {
        color: #000;
    }

.articles-container article:hover .article-title h2 {
    color: #58595B;
}

.articles-container article:hover .article-date {
    color: #58595B;
}

.articles-container article .article-info {
    padding: 5px 20px;
    color: #999999;
}

.articles-container article .article-description {
    clear: both;
    color: #666666;
    font-size: 14px;
    padding: 20px 0;
}

.articles-container article .button {
    background-color: transparent;
    border: 1px solid #58595B;
    color: #58595B;
    margin: 0;
}

    .articles-container article .button:hover {
        background-color: #58595B;
        border: 1px solid #58595B;
        color: #fff;
        margin: 0;
    }

.leftColumn {
    vertical-align: top;
}

.mainColumn {
}

    .mainColumn h1 {
        font-weight: bold;
        margin: 40px 0 0 0;
    }

.inner-wrap {
    width: 100%;
    margin: auto;
    min-height: 100%;
}

.dropdown .btn-dark {
    margin-left: 3%;}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open&gt;.dropdown-toggle.btn-danger.focus, .open&gt;.dropdown-toggle.btn-danger:focus, .open&gt;.dropdown-toggle.btn-danger:hover {
    background-color: black !important;
    border-color: black !important;

}
#partners img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    #partners img:hover {
        -webkit-filter: initial;
        filter: initial;
    }

.margin img {
    margin-bottom: 45px;
}

.image-caption {
    text-align: center;
    margin-top: 10px;
}

    .image-caption p {
        font-style: italic;
        font-size: 14px;
        line-height: 1;
        margin: 5px;
    }

    .image-caption h3 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
    }

.owl-carousel .owl-stage {
    overflow: hidden;
    height: 275px;
}

.subscribe {
    display: block;
    margin-top: 55px;
}

    .subscribe input[type=text] {
        width: 220px;
        margin-top: 0;
    }

    .subscribe .button {
        margin-top: 0;
    }

.form-content p &gt; span {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.form-content p &gt; input[type=text], .form-content p &gt; textarea, .form-content p &gt; select {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.form-content p &gt; textarea {
    height: 200px;
}

.form-content p &gt; span.col2 {
    width: 45%;
}

.form-content p &gt; input[type=text].col2, .form-content p &gt; textarea.col2 {
    width: 45%;
}

.form-content p &gt; span.col2:first-of-type {
    margin-right: 10%;
}

.form-content p &gt; input[type=text].col2:last-of-type, .form-content p &gt; textarea.col2:last-of-type, .form-content p .col2.validator2 {
    margin-left: 10%;
}

aside .left-block {
    margin: 10px 10px 20px 10px;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #d3d3d3;
}

    aside .left-block.no-padding {
        padding: 0;
    }

    aside .left-block:last-of-type {
        border-bottom: none;
    }

.form-content p .validator {
    width: auto;
    color: #EB1F2E;
}

.subscribe .validator {
    width: auto;
    display: block;
    color: #EB1F2E;
}

.search-container {
    padding: 0;
}

    .search-container input {
        background-color: #eee;
        border: medium none;
        border-radius: 5px 0 0 5px;
        color: #7a7a7a;
        margin: 0;
        padding: 5px 10px;
        text-align: left;
        width: 90%;
        height: 33px;
        border-left: solid 2px;
        border-top: solid 2px;
        border-bottom: solid 2px;
    }

    .search-container i {
        background-color: #eee;
        border-radius: 0 5px 5px 0;
        color: #7a7a7a !important;
        cursor: pointer;
        display: inline-block;
        font-size: 21px;
        padding: 4px 10px 4px 0;
        vertical-align: middle;
        border-right: solid 2px;
        border-bottom: solid 2px;
        border-top: solid 2px;
    }


.news .panel-heading &gt; h4 {
    text-transform: uppercase;
}

.news-border &gt; h4 a {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}

.news-border article {
    overflow: hidden;
}

    .news-border article h4 a {
        color: #000;
        font-family: "LatoLight";
        font-size: 37px;
        font-weight: 100;
    }

    .news-border article h6 a {
        color: #EB1F2E;
        font-family: "LatoLight";
        font-size: 37px;
        margin-top: 16px;
        display: block;
        font-weight: 100;
    }

.news-border .articles-container article .article-image {
    margin: 0;
    width: 27%;
}

.news-border .articles-container article:nth-child(2n+1) .article-image {
    float: left;
    margin: 0;
}

.news-border .articles-container article .article-content {
    padding: 0 0 0 20px;
    width: 73%;
    box-sizing: border-box;
}

.news-border .articles-container article .article-description {
    font-family: "LatoLight";
    font-size: 28px;
    color: #000;
    line-height: 1.3;
    padding: 0;
}

.home-boxes {
}

    .home-boxes a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 20px auto;
        overflow: hidden;
    }

        .home-boxes a img {
            max-width: none;
            height: 177px;
            left: 50%;
            position: relative;
            display: block;
            transform: translateX(-50%);
        }

    .home-boxes h4 {
        position: absolute;
        bottom: 20%;
        padding: 15px;
        background-color: rgba(255,255,255, 0.87);
        text-align: center;
        color: #000;
        width: 100%;
        box-sizing: border-box;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 100;
    }

    .home-boxes .newsletter {
        margin-bottom: 0;
    }

        .home-boxes .newsletter h4 {
            position: static;
            font-family: "Lato";
            background-color: #58595B;
            color: #fff;
            text-transform: lowercase;
            font-size: 30px;
            font-weight: normal;
            padding: 10px;
        }

            .home-boxes .newsletter h4 i {
                vertical-align: middle;
            }

.download h2 {
    margin: 0;
}

    .download h2:after {
        content: url(/images/download.png);
        vertical-align: middle;
        line-height: 1;
        margin-left: 20px;
        display: inline-block;
    }

.news .articles-container {
    padding-left: 30px;
    padding-right: 30px;
}

.download {
    margin: 0;
    text-align: left;
    display: block;
}

.news .download h2 {
    font-family: "Lato";
    font-size: 30px;
    color: #58595B;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.news .download img {
    vertical-align: middle;
    margin-left: 20px;
}

.owl-theme .owl-controls .owl-nav * {
    position: absolute;
    top: 38%;
    font-size: 45px;
    background: none !important;
    color: #000;
    font-family: serif;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}

.news-border .articles-container article h4 {
    margin-bottom: 10px;
}

.cart span.icon {
    background-image: url(/images/cart.png);
    width: 41px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.cart:hover span.icon {
    background-position-y: -29px;
}

nav ul.menu li.cart .submenu ul {
    width: 100%;
    padding: 0 0 20px 0;
}

.cart .submenu li {
    width: 100%;
    border-bottom: 1px solid #c6c1ff;
}

.cart .cart-product {
    white-space: normal;
    width: 70%;
    float: left;
    text-align: left;
}

.cart .cart-item {
    display: inline-block;
    width: 100%;
}

.cart .cart-info {
    float: right;
}

.cart .cart-sum {
}

.cart .cart-amount {
    background-color: #58595B;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    margin: 0 5px;
}

.cart-details {
    width: 100%;
}

    .cart-details tr {
        border-bottom: 1px solid #e6e6e6;
    }

    .cart-details input {
        margin: 0;
    }

    .cart-details td {
        vertical-align: middle;
        padding: 10px;
    }

    .cart-details .cart-image img {
        max-width: 150px;
        display: block;
        width: 100%
    }

    .cart-details .cart-remove a {
        color: #f00;
        cursor: pointer;
    }

    .cart-details .cart-name {
        text-align: left;
    }

        .cart-details .cart-name .product-id {
            font-size: 14px;
            color: #7a7a7a;
        }

.cart-total {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
}

.cart-total-stock {
    font-size: 17px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart.button.pay {
    margin: 30px 0;
}

.cart-empty {
    margin-left: 5px;
}

.validator {
    position: absolute;
    color: #f00;
    font-size: 32px;
    padding-top: 10px;
}

.no-stock {
    font-size: 32px;
    color: #f00;
    position: absolute;
    line-height: 32px;
}

.cart-nostock {
    background-color: #FFD1D1;
    border: 1px solid #F8ACAC;
    margin: 5px;
    text-align: center;
    display: none;
}

    .cart-nostock.visible {
        display: block;
    }

nav ul.menu li.cart &gt; a .items {
    padding: 2px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    line-height: 1;
    background-color: #EB1F2E;
    display: block;
    width: 18px;
    height: 18px;
    right: -2px;
    top: -5px;
}

nav ul.menu li.cart &gt; a:hover {
    text-decoration: none;
}

nav ul.menu li.cart &gt; a .total {
    color: #fff;
    text-decoration: none;
}

nav ul.menu.right li.user:hover .submenu {
    display: block;
}

nav ul.menu.right li.cart:hover .submenu {
    display: block;
}

nav ul.menu.right .submenu {
    right: 0;
    top: 49px;
    min-height: initial;
    border: 1px solid #58595B;
}

.orders {
    width: 100%;
}

    .orders tr {
        border-bottom: 1px solid #e6e6e6;
    }

    .orders td {
        padding: 10px;
        vertical-align: middle;
    }

    .orders .order-products ul {
        text-align: left;
        margin-left: 20px;
        list-style: disc;
    }

    .orders .order-list {
        display: none;
    }

    .orders .product-details ul {
        text-align: left;
        margin-left: 20px;
        list-style: disc;
    }

.top-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    box-sizing: border-box;
    background-image: url(/uploads/pages/default.jpg);
}

    .top-image div {
        border: 3px solid rgba(255,255,255,0.87);
        padding: 20px 50px;
        max-width: 500px;
        width: 80%;
        margin: auto;
        box-sizing: border-box;
    }

    .top-image h1 {
        display: block;
        background-color: rgba(255,255,255,0.87);
        text-align: center;
        padding: 20px;
        margin: 0;
    }

.article-text {
    padding-top: 40px;
}

.three-boxes div {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 5%;
    overflow: hidden;
}

    .three-boxes div:last-child {
        margin-right: 0;
    }

.three-boxes img {
    max-width: none;
    height: 190px;
    left: 50%;
    position: relative;
    display: block;
    transform: translateX(-50%);
}

.three-boxes h4 {
    position: absolute;
    bottom: 20%;
    padding: 15px;
    background-color: rgba(255,255,255, 0.87);
    text-align: center;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 100;
}

    .three-boxes h4 a {
    }

body.menu-open .main-content {
    margin-left: 320px;
}

body.menu-open header.head nav.mobile {
    width: 320px;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
}

nav.mobile ul.menu {
    display: block;
    float: none;
}

    nav.mobile ul.menu li {
        float: none;
        padding: 7.5px 15px;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
    }

        nav.mobile ul.menu li a {
            font-size: 24px;
            font-weight: bold;
        }

            nav.mobile ul.menu li a:after {
                content: "|";
                padding: 0 5px;
                font-size: 20px;
                font-family: LatoLight;
                color: #000;
            }

            nav.mobile ul.menu li a:last-child:after {
                display: none;
            }

        nav.mobile ul.menu li::after {
            display: none;
        }

    nav.mobile ul.menu i {
        color: #000;
    }

input[type=checkbox]:not(old) {
    display: none;
}

    input[type=checkbox]:not(old) + label {
        display: inline-block;
        line-height: 24px;
        color: #888888;
        min-width: 50%;
        font-size: 11px;
    }

        input[type=checkbox]:not(old) + label &gt; span {
            border: 1px solid #888888;
            border-radius: 2px;
            box-sizing: border-box;
            display: inline-block;
            height: 12px;
            padding: 1px;
            vertical-align: bottom;
            width: 12px;
            margin: 5px;
        }

    input[type=checkbox]:not(old):checked + label &gt; span {
        border-color: #58595B;
    }

    input[type=checkbox]:not(old) + label &gt; span span {
        border-radius: 2px;
        box-sizing: border-box;
        display: inline-block;
        height: 100%;
        vertical-align: top;
        width: 100%;
    }

    input[type=checkbox]:not(old):checked + label &gt; span span {
        background-color: #58595B;
    }

.subcategories {
    margin-bottom: 15px;
}

h2.border {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 8px;
    font-weight: normal;
}

.subcategories h2 {
    margin-bottom: 8px;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    color: #333;
padding: 8px;
        font-weight: bold;
}

.collapsible {
    cursor: pointer;
}

.subcategories ul {
    list-style: disc;
    margin-left: 20px;
}

    .subcategories ul li {
        background-image: none;
        padding: 5px 0;
    }

.filter h2 {
    text-transform: none;
    font-size: 16px;
    color: #252525;
    padding: 8px;
            font-weight: bold;

}

.filter ul li {
    background-image: none;
    margin-top: 15px;
    padding: 5px 0;
}

.reset-li {
    display: none;
}

.filter h3 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
}

#min-price, #max-price {
    position: absolute;
    padding-top: 10px;
}

.filter ul {
    margin: 0;
}

.filter .button {
    background-color: transparent;
    border: medium none;
    color: #58595B;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

    .filter .button span {
        font-size: 30px;
        padding-right: 7px;
        vertical-align: middle;
    }

.filter input[type=checkbox], .colors input[type=checkbox] {
    display: none;
}

.colors input:checked + label:after {
    color: #fff;
    content: "✔";
    font-size: 19px;
    left: 30%;
    position: absolute;
    top: 15%;
}

.filter .brands label {
    display: block;
}

    .filter .brands label span {
        height: 12px;
        width: 12px;
        border: 1px solid #898989;
        border-radius: 2px;
        display: inline-block;
        margin: 0 5px;
        padding: 2px;
        vertical-align: top;
    }

.filter input[type=checkbox]:checked + label span {
    background-color: #58595B;
    border: 1px solid #58595B;
    background-clip: content-box;
}

.filter #price-slider {
    margin: 0 15px 10px 15px;
}

.filter .ui-widget-content {
    border: none;
    background: none;
    background-color: #ccc;
}

.filter .ui-slider-horizontal {
    height: 2px;
}

    .filter .ui-slider-horizontal .ui-slider-handle {
        top: -8px;
        border-radius: 10px;
        border: none;
        background: none;
        background-color: #888888;
        cursor: pointer;
    }

.price-range {
    display: block;
    text-align: center;
    color: #888;
}

#productname {
    border-color: #d8d8d8;
    color: #888;
    width: 100%;
    margin: 0;
}

.header .breadcrumbs {
    float: left;
    line-height: 1;
    padding: 0 15px;
}

    .header .breadcrumbs h2 {
        display: inline-block;
        font-family: LatoLight;
        color: white;
        font-size: 12px;
        font-weight: bold;
        margin: 0px 0px 6px 10px;
        background: black !important;
        padding: 6px;
        border-radius: 8px;
    }

.header .display {
    float: right;
}

.display i {
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    margin-left: 10px;
    vertical-align: middle;
}

    .display i.active {
        color: #000;
    }


.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover {
        background-image: linear-gradient(to bottom,#333 0,#333 100%) !important;
}
.sorting {
}

    .sorting &gt; li {
        cursor: pointer;
    }

    .sorting &gt; .active &gt; a {
        background-color: #d9534f !important;
    }

.filters {
    margin-bottom: 20px;
}

    .filters .button {
        color: #58595B;
        background-color: transparent;
        border-color: #58595B;
        padding: 10px;
        margin: 0 5px 0 0;
    }

.remove-filter {
    font-size: 9px;
    vertical-align: middle;
    margin-right: 5px;
}

.mainColumn img {
    max-width: 100%;
    box-sizing: border-box;
}

.header {
    overflow: hidden;
    padding: 20px 0;
}

div.three-col {
    vertical-align: top;
    position: relative;
}

.products.grid .product &gt; div {
    padding: 10px;
}

@media (min-width: 992px) {
    .products.grid .product-border:hover {
        display: block;
        border-radius: 7px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: relative;
        margin-bottom: -38px;
        z-index: 2;
    }
}

.product .product-image {
    position: relative;
}

.product .cutting-info {
    right: -35px;
    top: 0px;
    border: none !important;
    position: absolute;
    width: 50px;
}

.product .cutting-info img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.list .product .cutting-info {
    right: -20px;
    top: 0px;
    width: 30px !important;
    border: none !important;
    position: absolute;
}

.product-images .cutting-info {
    display: block;
    position: absolute !important;
    top: 0px;
    right: -20px;
    width: 50px;
    z-index: 9;
}

.cutting-info img {
    border: none !important;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

&lt;!--.saem-info {
  left: 5px !important;
  top: 5px !important;
  border: none !important;
  position: absolute !important;
  width: 60px !important;
}--&gt;

.product img {
    vertical-align: text-top;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
}

div.three-col.product .title {
    font-size: 14px;
    color: #000;
    text-align: left;
    height: 64px;
    line-height: 1.2;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    div.three-col.product .title {
        height: 96px !important;
    }
}

div.three-col.product .titleSimilar {
    font-size: 14px;
    color: #000;
    text-align: left;
    height: 110px;
    line-height: 1.2;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    div.three-col.product .titleSimilar {
        height: 96px !important;
    }
}

.grid div.three-col.product .title {
    margin-top: 10px;
}

.product-id {
    margin: 0;
}

.product-list-info .product-id {
    color: #58595B;
}

.product-list-info .product-code {
    color: gray;
    font-size: 14px;
}

.special {
    display: inline-block;
    padding: 9px 11px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.69);
}

    .special.action {
        color: #3e38a2;
        margin: 0px 1px 1px 0px;
    }

    .special.promotion {
        color: #68cf9a;
        margin: 0px 1px 1px 0px;
    }

    .special.sale {
        color: #ed6b6b;
        margin: 0px 1px 1px 0px;
    }

    .special.blackfriday {
        color: #fff;
        background-color: #000;
        margin: 0px 1px 1px 0px;
    }

    .special.online {
        color: #ff9501;
        margin: 0px 1px 1px 0px;
    }

.products .product .product-list-desc {
    display: none;
}

.price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    height: 48px;
}

.price-old {
    font-size: 16px;
    color: #cccccc;
    font-weight: bold;
    padding-right: 5px;
    text-decoration: line-through;
    display: block;
}

.product-hover {
    display: none;
    margin-bottom: 0;
}

    .product-hover .amount {
        display: none;
    }

.products.grid .product &gt; div:hover .product-hover {
    display: block;
    overflow: hidden;
}

.button.list-buy {
    background-color: #ff9a00;
    border-color: #ff9a00;
    font-size: 15px;
    height: 28px;
    width: 60%;
    float: left;
    margin: 0 8% 0 0;
    padding: 6px 0;
}

    .button.list-buy i {
        padding-right: 5px;
    }

    .button.list-buy span {
        font-size: 13px;
    }

.button.list-fav {
    background-color: #ff4747;
    border-color: #ff4747;
    color: #fff;
    font-size: 13px;
    height: 28px;
    padding: 6px 0;
    width: 30%;
    float: right;
    margin: 0;
    padding: 6px 0;
}

.tap-left-line {
    background-color: #58595B;
    bottom: 0;
    display: none;
    position: fixed;
    top: 0;
    width: 3px;
    z-index: 100;
    left: 0;
}

.tap-left {
    background-color: #58595B;
    color: white;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    left: -23px;
    padding: 4px 8px;
    position: fixed;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
}

.tap-left-2 {
    background-color: #58595B;
    color: white;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    left: -37px;
    padding: 4px 8px;
    position: fixed;
    top: 50%;
    margin-top: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
}

.tap-left-3 {
    background-color: #58595B;
    color: white;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    left: 1px;
    padding: 4px 8px;
    position: fixed;
    top: 50%;
    margin-top: 60px;
    z-index: 100;
}

.tap-left-4 {
    background-color: #58595B;
    color: white;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    left: -23px;
//    left: -43px;
    padding: 4px 8px;
    position: fixed;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
    top: 67%;
//    top: 72%;
    background-color: #ff8d00;
//    background-color: #000;
}

.paging {
    border-top: 1px solid #252525;
    padding: 20px 0;
    margin-top: 55px;
    text-align: center;
}

    .paging a {
        color: #58595B;
        font-size: 18px;
        margin: 0 5px;
        padding: 10px 10px;
        cursor: pointer;
        display: inline-block;
    }

        .paging a.active {
            border: 1px solid #58595B;
            border-radius: 5px;
            box-sizing: border-box;
            color: #58595B;
            cursor: pointer;
            height: 36px;
            line-height: 1;
            text-align: center;
        }

nav ul.menu li .submenu {
    background-color: #ebebeb;
    position: absolute;
    /* left: 0px; */
    right: 0px;
    display: none;
    white-space: nowrap;
    padding: 10px;
    width:400px;
    min-height: 255px;
    z-index: 10;
    border-top: 1px solid #ccc;
}

nav ul.menu.left li .submenu {
    left:0px !important;
    width:100% !important;
}

nav ul.menu.left li:hover .submenu {
    display: block;
}

nav ul.menu li .submenu ul {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

    nav ul.menu li .submenu ul li {
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 15px 10px 10px;
    }

nav ul.menu li .submenu a {
    color: #000;
    line-height: 1;
    padding: 0;
    display: block;
    white-space: initial;
}

.search-autocomplete {
    display: none;
    position: absolute;
    background-color: #ebebeb;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    /*
    margin: 10px 0 0 0;
    right: 0;
    */
    min-width: 570px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

nav ul.menu .search-autocomplete ul {
    margin: 0 !important;
    padding: 10px !important;
    width: 100%;
    overflow: hidden;
}

nav ul.menu .search-autocomplete li {
    background: none;
    float: none;
    line-height: 1;
    padding: 0 !important;
    text-align: left;
}

    nav ul.menu .search-autocomplete li a {
        padding: 10px;
        color: #000;
    }

.search.mobilesearch .search-autocomplete {
    min-width: 100% !important;
    max-height: 200px !important;
}

    .search.mobilesearch .search-autocomplete ul {
        margin: 0 !important;
        padding: 10px !important;
        width: 100%;
        overflow: hidden;
    }

    .search.mobilesearch .search-autocomplete li {
        background: none;
        float: none;
        line-height: 2;
        padding: 5px !important;
        text-align: left;
        border-bottom: solid thin lightgrey;
    }

        .search.mobilesearch .search-autocomplete li a {
            color: #000;
        }

nav ul.menu .search {
    position: relative;
    padding: 10px;
    width: 70%;
}

.left-open .leftColumn {
    display: block !important;
    width: 100%;
    background-color: white;
    overflow-y: auto;
}

.left-open .tap-left {
    left: auto;
    right: -23px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left-open .tap-left-line {
    left: auto;
    right: 0;
}

.products.list .product {
    width: 100%;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.products.list .product-image {
    width: 13%;
    vertical-align: top;
    display: inline-block;
}

.list .product img {
    width: 100%;
}

.products.list .product .product-list-info {
    width: 83%;
    padding-left: 20px;
    display: inline-block;
    box-sizing: border-box;
}

.products.list .product .title {
    float: left;
    height: auto;
    margin-bottom: 25px;
}

.products.list .product .product-id {
    display: block;
    text-align: left;
}

.products.list .product .price {
    width: 100%;
    text-align: left;
}

.products.list .product .product-hover {
    display: block;
    margin: 10px 0 0 0;
}

    .products.list .product .product-hover .amount {
        display: inline-block;
        float: left;
        height: 28px;
        margin: 0 10px 0 0;
        width: 40px;
        padding: 7px;
    }

.products.list .product .button.list-buy {
    width: 100px;
    margin-right: 10px;
    margin-top: 0;
}

.products.list .product .button.list-fav {
    width: 125px;
    float: left;
    margin-top: 0;
}

.products.list .special {
    position: static;
}

.product-popup {
    background-color: #fff;
    box-sizing: border-box;
    margin: 40px auto 0 auto;
    position: relative;
}

.product-images {
    vertical-align: top;
}

.product-info {
}

.product-id {
    margin: 0;
}

.product-info .price {
    padding: 0;
    height: auto;
    color: #EB1F2E;
    font-size: 20px;
    margin-top: 15px;
}

.product-info .stock {
       margin-top: 2%;
    display: block;
    background-color: #eee;
    color: #333;
    padding: 5px;
}

.product-colors {
    clear: both;
    margin-top: 20px;
}

.product-buttons {
    margin-top: 10px;
}

    .product-buttons .amount {
        width: 100%;
        margin: 0;
    }

    .product-buttons .button.buy {
        width: 100%;
        padding: 8px 10px;
        margin: 0;
        background-color: #ff4747;
        border: #ff4747;
    }

.product-more .button {
    border-color: #a5abb2;
    background-color: transparent;
    color: #a5abb2;
    width: 100%;
    margin: 10px 0 0 0;
}

.egger {
    border-color: #a5abb2 !important;
    background-color: #bf132e !important;
    color: #f5f5f5 !important;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
}

.product-similar h2 {
    font-weight: normal;
    font-size: 16px;
}

.product-similar {
    margin-top: 40px;
}

    .product-similar .product {
        margin-top: 10px;
    }

.product-popup h3 {
    color: black;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 0 10px 0;
}

.product-description {
    margin-top: 20px;
    max-height: 280px;
    overflow: auto;
}

.product-more {
    margin-top: 20px;
}

.product-price {
    overflow: hidden;
}

.product-description * {
    color: black;
    font-size: 12px;
}

.product-description ul {
    list-style: disc;
    margin-left: 20px;
}

    .product-description ul li {
        padding: 2px;
    }

.product-description a {
    color: white !important;
    font-size: 15px !important;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    background-color: #ff4747;
    border: #ff4747;
    border-radius: 5px;
}

.product-images .theme-default .nivo-controlNav {
    position: relative;
    padding-top: 40px;
}

    .product-images .theme-default .nivo-controlNav a {
        margin: 0 5px;
    }

.theme-default .nivoSlider {
    border: 1px solid #ddd;
}

.group-items {
    margin: 0;
    overflow: hidden;
}

.group-total {
    float: right;
}

    .group-total .price {
        float: none;
        margin: 0 20px;
        text-align: right;
    }

.group-items .button.buy {
    margin: 10px 0 0;
    vertical-align: middle;
    background-color: #ff4747;
    border: #ff4747;
}

.group-items span {
    color: #58595B;
    font-weight: bold;
}

.group-items .title span {
    margin-left: 5px;
}

.group-items span.obligatory {
    font-size: 26px;
    height: 36px;
    line-height: 14px;
    margin: 0;
    vertical-align: bottom;
}

.group-items .amount {
    max-width: 82px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.group-items .button.buy {
    margin: 10px 0 0;
}

nav ul.menu.right li .submenu.open {
    display: block;
}

.user a {
    cursor: pointer;
}

.user .submenu .register-field {
    display: none;
}

.formfields {
    max-width: 500px;
    margin: auto;
    box-sizing: border-box;
}

    .formfields li {
        margin-bottom: 10px;
    }

    .formfields .formlabel {
        padding: 10px;
        position: absolute;
        white-space: nowrap;
    }

    .formfields input {
        margin: 0;
        width: 100%;
    }

nav ul.menu li .submenu .login-field input,
nav ul.menu li .submenu .register-field input {
    width: 100%;
    background-color: #fff;
    margin: 0;
}

input#btnRegister {
    padding-left: 10px;
}

nav ul.menu li .submenu .button {
    padding: 8px 19px;
    background-color: #58595B;
    border: 1px solid #58595B;
    color: #fff;
    margin: 5px 0;
    width: 100%;
}

    nav ul.menu li .submenu .button.register {
        margin: 0;
        width: 100%;
        padding-left: 9px;
    }

    nav ul.menu li .submenu .button.logout {
        margin: 5px 0;
        width: 100%;
        padding-left: 9px;
    }

    nav ul.menu li .submenu .button.login-field,
    nav ul.menu li .submenu .button.register-field {
        margin: 0;
        width: 100%;
    }

nav ul.menu.right li .submenu li {
    float: none;
}

nav ul.menu li .submenu .button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #58595B;
}

.info-message {
    background-color: #58595B;
    color: #fff;
    font-size: 14px;
    height: 31px;
    left: 0;
    line-height: 31px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    z-index: 999999;
    display: none;
    border-bottom: 1px solid #e6e6e6;
}

.filter-orders {
    text-align: center;
    margin-bottom: 70px;
}

    .filter-orders div {
        width: 20%;
        display: inline-block;
        margin-right: 1%;
        vertical-align: middle;
    }

        .filter-orders div.btnS {
            margin-right: 0;
            width: auto;
        }

            .filter-orders div.btnS .button {
                margin: 0;
            }

    .filter-orders span {
        width: 15%;
        margin-right: 3%;
    }

    .filter-orders input {
        width: 79%;
        vertical-align: middle;
        margin: 0;
    }

.infoDiv {
    float: left;
    text-align: left;
    width: 40%;
}

.commentDiv {
    width: 60%;
    float: right
}

.orders .button {
    float: right;
    width: auto;
    margin: 0;
    min-width: 0;
}

    .orders .button i {
        display: none;
    }

.move-list .button i {
    display: none;
}

.move-list .button {
    display: none;
}

#close {
    color: #58595B;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.product-info h2 {
    font-size: 18px;
    margin: 0 10px 0 0;
    line-height: 1.3;
}

.ui-widget-content {
    border: none !important;
}

.ui-spinner a.ui-spinner-button {
    border: 1px solid #58595B !important;
}

.action-prices span {
    color: #000;
    display: block;
}

.product-buttons &gt; div &gt; div {
    margin-top: 10px;
}

.product-content .nivo-caption {
    background: none;
    position: absolute;
    left: 0;
    top: initial;
    right: initial;
    bottom: 0;
    z-index: 1000;
    text-align: right;
    padding: 0;
}

    .product-content .nivo-caption .product-id {
        padding: 10px;
        background-color: rgba(255,255,255,0.69);
        z-index: 1000;
        line-height: 1;
        color: #000;
        display: inline-block;
        font-size: 16px;
        font-style: normal;
    }

.debt-info {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: left;
    width: 100%;
}

    .debt-info td {
        padding: 5px 10px;
    }

        .debt-info td:last-child {
            padding-left: 50px;
        }

.button.list-fav-del {
    background-color: #ed6b6b;
    border-color: #ed6b6b;
    color: #fff;
    font-size: 11px;
    height: 28px;
    padding: 6px 0;
    width: 100px;
    float: left;
    margin: 0;
    padding: 6px 0;
}

.container.main {
    min-height: 100%;
    position: relative;
    padding-bottom: 119px;
}

.showlist ul {
    list-style: circle !important;
    margin-left: 5% !important;
}

.navbar-fixed-top {
    background: none !important;
    border-bottom: none !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 0;
}

.space {
    height: 10px;
}

.mobile-category p {
    font-size: 7px !important;
    text-align: center;
    margin-right: 20%;
    margin-top: 5%;
    margin-left: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}

.mobile-category img {
    max-width: 80%;
}

.navbar-fixed-top {
    display: none;
}

.buttons-mobile {
    display: none;
}

.buttons-mobile2 {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 720px) {
    .navbar-fixed-top {
        display: block;
    }

    .buttons-mobile {
        display: block;
    }

    .buttons-mobile2 {
        display: block;
    }
}
/*od tuka pocnuva stil za footer*/
.kupi-odma img {
    width: 100px;
    margin-top: 20px;
    display: inline-block !important;
}

.navbar-fixed-bottom {
    height: 200px;
    background-color: #04a593 !important;
}

.omileno2 img {
    margin-left: 100px;
}

.kosnica2 {
    background-color: #0a937f !important;
    height: 200px;
}

    .kosnica2 img {
        margin-left: 100px;
    }

.kupigo2 img {
    margin-left: 100px;
}

.kupi-odma p {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    margin-top: 5%;
    font-weight: 600;
}

.navbar-fixed-bottom {
    display: none;
}

.mobilesearch {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 720px) {
    .navbar-fixed-bottom {
        display: block;
    }

    .mobilesearch {
        display: block;
        background-color: #eee;
        padding: 10px;
        text-align: center;
        position: fixed;
        top: 0px;
        z-index: 99999;
        width: 100%;
    }

    .container.main {
        padding-top: 50px;
    }
}

/*Vo produkt telefonski broj*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .product-info a {
        padding: 8px 0px !important;
    }
}

/*Vo kosnicka*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .cart-image {
        display: none !important;
    }

    .product-id {
        font-size: 12px !important;
    }

    .cart-name a {
        font-size: 11px !important;
    }

    .cart-amount input {
        width: 50px !important;
    }

    .cart-total {
        font-size: 14px !important;
    }

    .cart-total-stock {
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

/*Akcija rasprodazba i promocija*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .special {
        font-size: 12px !important;
    }

    .price-old {
        font-size: 14px !important;
    }
}

/*lista so artikli*/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .open {
        font-size: 11px !important;
    }

    .price {
        font-size: 14px !important;
    }

    .product-info .price {
        font-size: 20px !important;
    }

    .product-info h2 {
        font-size: 16px !important;
    }
}

&lt;!--@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .product .cutting-info {
        right: -25px;
        width: 35px;
    }
    .saem-info {
        width: 40px !important;
    }
}--&gt;

.payments {
    width: 220px;
    margin-top: 15px;
}

.zaliha {
    display: inline-block;
    font-size: 14px;
    float: right;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
    .zaliha {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    body {
    }

    .motofoto {
        margin-top: 2%;
    }

    .kategorii-page {
        padding: 15%;
        text-align: center;
    }

        .kategorii-page h4 {
            color: orange;
            margin-bottom: 25px;
            text-align: center;
        }

        .kategorii-page img {
            width: 70%;
            filter: drop-shadow(5px 5px 5px #afaaaa);
        }

        .kategorii-page p {
            text-align: center;
            font-size: 10px;
            margin-top: 5px;
            font-weight: 600;
            color: #574e4e;
        }

    .space-mobile-kat {
        height: 20px;
    }
}

.kopcinja-mobile2 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex !important;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
}


@media only screen and (max-width: 600px) {
    .kopcinja-mobile2 .col-xs-2 {
        padding: 0 !important;
    }
    .prebanner {
        bottom: 30pt !important;
    }
}

.kopcinja-mobile2 p {
    margin: 0 auto;
}

.kopcinja-mobile p:active {
    color: #575757;
}

.kopce5 {
    background-color: white;
    border-right: 0.5px outset #ffdad7;
    border-top: 0.5px outset #ffdad7;
}

    .kopce5 p {
        color: #ff4745;
    }

.kopce6 {
    background-color: white;
    color: #ff4745;
    border-top: 0.5px outset #ffdad7;
}

    .kopce6 p {
        color: #ff4745;
    }

.kopce7 {
    background-color: #ffdad7;
}

    .kopce7 p {
        color: #ff4745;
        font-weight: bold;
        font-size: 15px;
    }

.kopce8 {
    background-color: #ff4745;
}

    .kopce8 p {
        color: white;
        font-weight: bold;
        font-size: 15px;
    }

.kopcinja-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex !important;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
}

    .kopcinja-mobile .glyphicon {
        color: white;
    }

@media only screen and (max-width: 600px) {
    .kopcinja-mobile .col-xs-3 {
        padding: 0 !important;
    }

    .kopcinja-mobile2 p {
        font-size: 12px !important;
    }

    .footer {
        display: none;
    }

    .info-header, .info-header a {
        font-size: 10px !important;
    }

}

.kopcinja-mobile p {
    color: white;
    margin: 0 auto;
}

    .kopcinja-mobile p:active {
        color: #575757;
    }

.kopce1 {
    background-color: orange;
}

.kopce2 {
    background-color: #fdb93d;
}

.kopce3 {
    background-color: orange;
}

.kopce4 {
    background-color: #fdb93d;
}

.fb_dialog_mobile .fb_dialog_content iframe {
    bottom: 50pt !important;
}

a:link {
    text-decoration: none;
}

nav.second ul.menu &gt; li:nth-child(8) &gt; a {
    background-color: #ff8d00 !important;
    color: white !important;
    padding-left: 8% !important;
    width: 55px !important;
}

nav.second ul.menu &gt; li:nth-child(9) &gt; a {
    background-color: #d9534f !important;
 //   background-color: #000000 !important;
    color: white !important;
    padding-left: 8% !important;
    width: 55px !important;
}

.christmas {
  position: fixed;
  top: 75px;
  left: 75px;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #a94442;
  background-image: radial-gradient(circle at 50% 18%, yellow 3%, transparent 3.5%), linear-gradient(60deg, #7dae41 8%, transparent 8.5%), linear-gradient(-60deg, #79a83f 8%, transparent 8.5%), linear-gradient(60deg, #75a33d 10%, transparent 10.5%), linear-gradient(-60deg, #719d3b 10%, transparent 10.5%), linear-gradient(60deg, #6d9839 12%, transparent 12.5%), linear-gradient(-60deg, #699237 12%, transparent 12.5%), linear-gradient(80deg, #855726 5%, transparent 5.5%), linear-gradient(-80deg, #7f5324 5%, transparent 5.5%);
  background-position: 0 0, 50px 40px, 50px 40px, 50px 55.5555555556px, 50px 55.5555555556px, 50px 71.4285714286px, 50px 71.4285714286px, 50px 80px, 50px 80px;
}
.christmas:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(-15deg);
  background-image: radial-gradient(circle at 30% 30%, #fff 1.5%, transparent 2.5%), radial-gradient(circle at 80% 70%, #fff 1.5%, transparent 2.5%), radial-gradient(circle at 30% 50%, #fff 1%, transparent 2%), radial-gradient(circle at 70% 85%, #fff 1%, transparent 2%);
  background-size: 100% 100%, 100% 100%, 50% 100%, 50% 50%;
  background-position: 0 0, 0 0, 0 0, 0 0;
  -webkit-animation: snow 6s linear infinite forwards;
          animation: snow 6s linear infinite forwards;
}
@-webkit-keyframes snow {
  100% {
    background-position: 0px 100px, 0 100px, 0px 100px, 0px 100px;
  }
}
@keyframes snow {
  100% {
    background-position: 0px 100px, 0 100px, 0px 100px, 0px 100px;
  }
}
.sale-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fad333;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
}
.percent-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e53935;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    z-index: 1;
    box-sizing: border-box;
}</pre></body></html>