﻿

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Zona W03 Regular',sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}


html {
    height: 100%;
    min-height: 100%;
}
.secured-text{
    color:rgba(255,255,255,0.6);
    font-size: 11px;;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
.full-height{
    min-height:100%;
    height: 100%;
}
a.text-orange, .text-orange {
    color: #f57e48;
}

    a.text-orange:hover, a.text-orange:focus {
        color: #333;
    }

.container {
    max-width: 1400px;
    width: 100%;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

a {
    color: #333;
}

    a:hover, a:focus {
        color: #333;
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

p, td, li, label {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus, a.btn-link, a.btn-link:hover, a.btn-link:focus {
    color: #f57e48;
    font-weight: 500;
    font-size: 14px !important;
}

.btn.btn-search-link, .btn.btn-search-link:hover, .btn.btn-search-link:focus, a.btn-search-link, a.btn-search-link:hover, a.btn-search-link:focus {
    color: #f57e48;
    font-weight: 400;
    font-size: 24px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}


.info-item, .info-item td, .info-item a, .info-item a:hover, .info-item a:focus {
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
}
   
    .info-item table, .info-item table td {
        padding: 0px;
        line-height: 15px;
    }
        .info-item table td:first-child {
            padding-right: 5px;
        }
.admin-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}



h1 {
    color: #000000;
}

h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

hr {
    height: 1px;
    color: #dedede;
    border: 0px;
    background-color: #dedede;
}



.info-area .social-col ul {
    padding: 0px;
    margin: 0px;
    display: inline-block !important;
    position: relative;
}

    .info-area .social-col ul li {
        list-style: none;
        float: left;
        display: inline-block !important;
        padding-left: 7px;
    }


.info-area {
    /*background: rgba(158, 172, 191,0.8);*/
    background: #ffffff;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}

    .info-area .fa-stack-1x {
        color: #ffffff;
        font-size: 16px;
    }

.social-col a {
    position: relative;
    top: -2px;
}

.info-area .fa-stack {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
}

.info-area .fa-stack-2x {
    font-size: 1.6em;
}


.vegas-slider-wrapper {
    position: relative;
    background: #ededed;
}

.vegas-slider-controls {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
    display: none;
}

.vegas-timer-progress {
    background: rgba(0,14,34,0.8);
}


.vegas-slider-controls div {
    font-size: 0;
    line-height: 0;
    margin: 0px;
    display: block;
    background: rgba(0,14,34,0.8);
    border: none;
    border-radius: 50%;
    margin: 3px;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    display: inline-block;
}

    .vegas-slider-controls div.active {
        background: #f57e48;
        border: none;
        width: 12px;
        height: 12px;
    }

.instagram-files {
    position: relative;
    background: url(skn/insta-bg.png) 50% 50% no-repeat;
    background-size: cover;
}

    .instagram-files .slick-dots {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        position: absolute;
        text-align: center;
    }

        .instagram-files .slick-dots li {
            list-style: none;
            display: inline-block;
            text-align: center;
        }

.instagram-files {
    position: relative;
    text-align: left;
}

    .instagram-files.no {
        height: 0px;
        opacity: 0;
    }

    .instagram-files .slick-dots {
        position: absolute;
    }

        .instagram-files .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border: none;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .instagram-files .slick-dots li.slick-active button {
            background: rgba(0,14,34,0.8);
            border: none;
            width: 12px;
            height: 12px;
        }

    .instagram-files .slick-slide img {
        margin-bottom: -6px;
    }

.top-area img {
    display: inline-block;
}

.big-menu-logo {
    position: relative;
    top: -5px;
}

.top-info {
    background: #f57e48;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .top-info p, .top-info span, .top-info td, .top-info li, .top-info label {
        line-height: 20px;
        vertical-align: middle;
        display: inline-block;
        font-size:11px;
    }

    .top-info a {
        color: #ffffff;
        
    }

        .top-info a:hover, .top-info a:focus {
            color: #111;
           
        }

.top-area {
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.logo-area {
    padding-top: 30px;
    padding-bottom: 24px;
}

.is-sticky .logo-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.is-sticky .top-area {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

    .is-sticky .top-area .info-list-area {
        height: 0px;
        overflow: hidden;
    }

.logo img {
    max-height: 80px;
}

.logo-bottom {
    display: inline-block;
}

.express-interest-button {
    background: #555;
    color: #ffffff;
    text-align: center;
}

    .express-interest-button a, .express-interest-button a:hover, .express-interest-button a:focus {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
    }

    .express-interest-button:hover, .express-interest-button:focus {
        background: #9faab8;
    }

        .express-interest-button:hover a, .express-interest-button:hover a:focus {
            color: #333;
        }

    .express-interest-button a i:after, .express-interest-button a i:before {
        font-size: 24px;
    }

.relations .line {
    border-bottom: 1px solid #333;
}

.relations .line {
    text-align: center;
}

    .relations .line h3 {
        display: inline-block;
        padding: 10px;
        margin: 0px;
        background: #ffffff;
    }


hr {
    padding: 0px
}

.content-rest {
    max-width: 1200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

    .content-rest, .content-rest td, .content-rest th, .content-rest div, .content-rest p, .content-rest a, .content-rest a:hover {
        font-size: 16px;
        color: #333;
    }

        .content-rest a:hover {
            color: #000000;
        }

        .content-rest h2 {
            font-size: 22px;
        }

        .content-rest h3 {
            font-size: 20px;
        }


        .content-rest .order-control-item-thumbnail {
            margin-right: 10px;
        }

td.uicaption {
    padding-right: 10px;
}

    td.uicaption .form-control {
        margin-top: 10px;
    }


.info-links a i, .info-links a i:before, .info-links a i:after {
    font-size: 34px !important;
}

    .info-links a i:before, .info-links a i:after {
        margin-left: 10px;
    }

.search-link i, .search-link i:before, .search-link i:after {
    font-size: 30px !important;
}

.info-links .badge {
    background: #333;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    position: relative;
    left: -10px;
}

.menu-area {
    border-bottom: 2px solid #f57e48;
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .home-spitter-left, .home-spitter-right {
        overflow: hidden;
    }

    .home-spitter-left {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .home-spitter-right {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    .top-area .eqcol {
        position: relative;
    }

    .search-link {
        position: absolute;
        top: 45px;
        left: 100px;
    }

    .info-links {
        position: absolute;
        top: 45px;
        right: 100px;
        display: inline-block;
        z-index: 2;
    }

    .search {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        z-index: 5;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
        width: 100%;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

        .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }



    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 5px;
    }



        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background: none;
            font-weight: 600;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .navbar-default .navbar-nav > li > a span {
                color: #333;
                font-size: 18px;
            }

    .dropdown-toggle-search span {
        color: #333;
        font-weight: 500;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
        color: #333;
    }

    .is-sticky .stick-link:first-child {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
    }

    .is-sticky .stick-link:last-child {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

        .navbar-nav li {
            float: none;
            display: inline-block;
        }


    .line {
        margin-bottom: 10px;
    }

    /*.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }*/
    .navbar-default .dropdown-menu {
        min-width: 180px;
        padding: 0px 0;
        margin: 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid #ffffff;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        background: rgba(0,0,0,0.5);
        z-index: 6;
    }

        .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #fff;
            white-space: nowrap;
        }

            .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #b9c6d6;
                white-space: nowrap;
                background: #000000;
            }

    .shortcuts-area {
        text-align: right;
    }

    .shortcuts-area-wrapper {
        padding: 10px;
        background: rgba(125,125,125,0.5);
        display: inline-block;
        float: right;
    }

    .shortcuts-area a, .shortcuts-area a:hover, .shortcuts-area a:focus {
        color: #ffffff !important;
        font-size: 1.3em;
        display: inline-block;
        padding: 3px;
    }

        .shortcuts-area a:hover, .shortcuts-area a:focus {
            color: #b9c6d6 !important;
            font-size: 1.3em;
        }
}


@media(max-width:1200px) {
    .search-link {
        top: 15px;
        left: 30px;
    }


    .info-links {
        right: 30px;
        top: 15px;
    }
}

@media(max-width:990px) {
    .search-link {
        left: 15px;
    }
    

    .info-links {
        right: 15px;
    }
}
@media(min-width:600px) AND (max-width:990px) {
    .icons-area {
        margin-top: 10px;
    }

}
    @media(min-width:990px) AND (max-width:1400px) {


        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            padding-left: 7px;
            padding-right: 7px;
            padding-bottom: 5px;
            font-size: 13px;
        }
    }

    @media(max-width:480px) {
        .info-area {
            padding-bottom: 10px;
        }

        .hidden-xxs {
            display: none;
        }

        .phone-col {
            text-align: right;
        }
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .block-container.editable {
        min-height: 32px;
        border: 1px dashed #ccc !important;
        position: relative;
    }

    .block-buttons {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 999;
        background: none !important;
    }

        .block-buttons .btn.btn-link {
            background: rgba(0,14,34,0.8);
            color: #fff;
            border-radius: 0px;
            border: 1px solid #ccc;
            font-size: 14px;
        }

            .block-buttons .btn.btn-link:hover, .block-buttons .btn.btn-link:focus {
                background: rgba(0,14,34,0.8) !important;
                color: #fff !important;
                border-radius: 0px;
                border: 1px solid #ccc !important;
                font-size: 14px;
            }

    #block-parallax-top .block-buttons, #block-home-slider .block-buttons {
        position: absolute;
        top: initial !important;
        right: 0px;
        bottom: 3px !important;
    }

    #block-home-sections {
        position: relative;
    }

        #block-home-sections .block-buttons {
            position: absolute;
            top: 0% !important;
            right: 0px !important;
            z-index: 999;
        }



    @media (max-width:767px) {
        .main-gallery {
            margin-top: 0px;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #333;
        }

        .dropdown-submenu > a:after {
            display: none;
        }


        .info-col {
            text-align: center;
        }

        .info-links {
            position: relative;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px;
            right: initial;
            top: initial;
            transform: none;
        }

            .info-links a i:before, .info-links a i:after {
                margin-left: 5px;
                margin-right: 5px;
            }

        .navbar-default {
            background: #ffffff;
            margin-left: -15px;
            margin-right: -15px;
            margin: 0px;
            position: relative;
            min-height: 50px;
            border: none;
            border-radius: 0px;
        }

        .top-area .container {
            padding: 0px;
        }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #000;
            background: none;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #f57e48;
                background: none;
                text-align: left;
                font-size: 14px;
                font-weight: 600;
            }


                .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover span, .navbar-default .navbar-nav > li > a:focus span {
                    font-size: 14px;
                }

        .logo-area {
            padding: 0px;
        }

            .logo-area .row {
                position: relative;
            }

        .cart-col {
            position: absolute;
            top: 10px;
            right: 70px;
            width: initial;
        }

        .navbar-brand img {
            height: 40px;
            margin-top: -20px;
        }

        .top-bar {
            height: initial;
        }

            .top-bar:hover {
                z-index: 20;
            }

        .navbar-default .navbar-nav > li.menu-owl {
            display: none;
        }






        .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            color: #333;
        }

            .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
                color: #333;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            background-color: transparent;
        }

        .navbar-collapse {
            max-height: initial;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

        .navbar-default .navbar-nav > li > a.dropdown-toggle-search span, .navbar-default .navbar-nav > li > a.dropdown-toggle-search:hover span, .navbar-default .navbar-nav > li > a.dropdown-toggle-search:focus span {
            color: #333;
            font-size: 18px !important;
            font-weight: 500;
            margin-left: 7px;
        }

        .navbar-nav .open .dropdown-menu {
            text-align: left;
            padding-left: 30px;
        }

        .top-area ul.dropdown-search li {
            padding-left: 15px;
            padding-right: 15px;
        }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 0px 15px 5px 25px;
        }

        .shortcuts-area {
            text-align: right;
            padding-right: 15px;
            background: rgba(0,0,0,0.5);
        }
    }



    .footer-socials li {
        float: left;
        margin-right: 10px;
    }

    .footer-socials .fa-stack-1x {
        font-size: 16px;
        text-align: center;
    }



    .footer-socials .fa-stack {
        width: 2.2em;
        height: 1.6em;
        line-height: 2.2em;
        color: #555;
    }


    .footer-socials .fa-stack-2x {
        font-size: 2.2em;
    }

    .footer-table td:nth-child(1) {
        min-width: 62px;
    }

    .footer-area {
        border-top: 1px solid #ededed;
        background: #fff;
        padding-bottom: 30px;
    }

        .footer-area, .footer-area a, .footer-area a:hover {
            color: #101214;
            font-size: 14px;
        }

            .footer-area a {
                color: #575563;
                font-size: 14px;
            }

                .footer-area a:hover {
                    color: #ebebeb;
                    font-size: 14px;
                }

            .footer-area h4 {
                font-family: 'Zona W03 ExtraBold',sans-serif;
                font-size: 14px;
                margin-bottom: 0px;
                padding-top: 10px;
            }

            .footer-area h3 {
                color: #101214;
                font-size: 16px;
                margin-top: 0px;
                padding-top: 0px;
                font-weight: 600;
                position: relative;
            }

                .footer-area h3::after {
                    content: '';
                    display: block;
                    width: 40px;
                    height: 3px;
                    background: #3CBBCC;
                    left: 0px;
                    margin-top: 10px;
                }


            .footer-area .newsletter-description {
                font-size: 11px;
            }

    @media (min-width:1600px) {
        .footer-area, .footer-area a, .footer-area a:hover {
            font-size: 14px;
        }

            .footer-area h3 {
                font-size: 28px;
            }

            .footer-area .newsletter-description {
                font-size: 13px;
            }
    }

    @media (min-width:769px) {

        .footer-menu .col-border {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 30px;
        }

            .footer-menu .col-border:last-child {
                padding-right: 0px;
            }
    }

    @media (max-width:767px) {
        .footer-menu {
        }

            .footer-menu .col-border {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .footer-area .newsletter {
            padding-top: 15px;
        }
    }

    .footer-menu ul {
        margin: 0px;
        padding: 0px;
    }

    @media(min-width:1200px) {
        .col-lg-25 {
            width: 20% !important;
        }
    }

    .footer-menu li {
        list-style: none;
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .footer-menu h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .footer-menu li a {
        color: #575563;
    }

        .footer-menu li a:hover, .footer-menu li a:focus {
            color: #575563;
        }

    .footer-area .maps-link a, .footer-area .maps-link a:hover, .footer-area .maps-link a:focus {
        color: #F57E48;
    }


    .white-bg {
        background: #ffffff;
    }


    .wall-item {
        position: relative;
        overflow: hidden;
    }

        .wall-item .wall-hover {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(skn/wall-hover.png) repeat;
            top: 0px;
            left: 0px;
            display: none;
        }

        .wall-item:hover .wall-hover {
            display: block;
        }

        .wall-item .wall-hover .wall-details {
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            text-align: center;
        }

    .wall-hover h1 span {
        border-bottom: 4px solid #b9c6d6;
        display: inline-block;
        min-width: 40px;
        margin-left: 10px;
        vertical-align: middle;
    }

    @media (max-width:767px) {
        .wall-hover h1 {
            font-size: 24px;
            display: inline-block;
            border-bottom: 4px solid #b9c6d6;
        }
    }


    .form-control {
        border-radius: 0px;
        height: 44px;
        padding: 11px 24px;
    }

    .input-group-addon {
        border-radius: 0px !important;
        background: #fff;
    }

    .contact-form .form-control {
        background: #d1d1d1;
        border: 1px solid #d1d1d1;
    }

    #WebformAECFAB9F .form-control:focus {
        box-shadow: none;
        border: 1px solid #555;
    }

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #555;
    }



    .btn-primary {
        border-color: #282828;
        color: #fff;
        background: #282828;
        cursor: pointer;
        border-radius: 0px;
        margin-bottom: 0;
        font-weight: 500;
    }

        .btn-primary:hover, .btn-primary:focus {
            border-color: #f57e48;
            color: #fff;
            background: #f57e48;
            cursor: pointer;
            border-radius: 0px;
            color: #ffffff;
            font-weight: 500;
            margin-bottom: 0;
        }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            border-color: #282828;
            color: #fff;
            background: #282828;
            cursor: pointer;
            border-radius: 0px;
            color: #878d84;
            margin-bottom: 0;
            font-weight: 500;
        }


        .btn-primary.active {
            border-color: #f57e48;
            color: #fff;
            background: #f57e48;
            cursor: pointer;
            border-radius: 0px;
            color: #ffffff;
            margin-bottom: 0;
        }

        .btn-primary:hover {
            margin-bottom: 0;
        }

    a.btn-primary {
        border-color: #282828;
        color: #fff;
        background: #282828;
        cursor: pointer;
        border-radius: 0px;
        color: #fff;
        margin-bottom: 0;
    }

        a.btn-primary:hover {
            color: #ffffff;
            margin-bottom: 0;
        }




    .btn-info {
        border-color: #f57e48;
        color: #fff;
        background: #f57e48;
        cursor: pointer;
        border-radius: 0px;
        margin-bottom: 0;
    }

        .btn-info:hover, .btn-info:focus {
            border-color: #222;
            color: #fff;
            background: #222;
            cursor: pointer;
            border-radius: 0px;
            margin-bottom: 0;
        }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
            border-color: #f57e48;
            color: #fff;
            background: #f57e48;
            cursor: pointer;
            border-radius: 0px;
            color: #ffffff;
            margin-bottom: 0;
        }

        .btn-info:hover {
            margin-bottom: 0;
        }

    a.btn-info {
        border-color: #f57e48;
        color: #fff !important;
        background: #f57e48;
        cursor: pointer;
        border-radius: 0px;
        color: #ffffff;
        margin-bottom: 0;
    }

        a.btn-info:hover {
            color: #ffffff;
            margin-bottom: 0;
        }


    .newsletter .btn.btn-primary {
        height: 30px;
        padding: 5px 10px;
        background: #555;
        border-color: #555;
        color: #ffffff;
    }

        .newsletter .btn.btn-primary:hover, .newsletter .btn.btn-primary:focus {
            height: 30px;
            padding: 5px 10px;
            background: #3f3f3f;
            border-color: #3f3f3f;
            color: #ffffff;
        }






    div.ContextMenu a, div.ContextMenu a:hover {
        font-size: 14px;
    }

    .tile {
        border-radius: 0px;
        margin: 0px;
        margin-bottom: 20px;
    }


    .btn.filter {
        color: #555;
        background: #ffffff;
        font-size: 16px;
        font-weight: 300;
    }

        .btn.filter.active {
            color: #000;
            background: #ededed;
        }

        .btn.filter:hover {
            background: #ededed;
        }

    .category-details-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .category-details {
        padding-top: 10px;
        display: block;
        margin-top: -40px;
        background: #fff;
    }

    .category-tile .tile-parent-title {
        color: #575563;
        font-size: 13px;
        padding-bottom: 3px;
        margin-bottom: 8px;
        display: inline-block;
        border-bottom: 2px solid #f57e48;
    }



    .category-tile .tile-title a, .category-tile .tile-title a:hover, .category-tile .tile-title a:focus {
        color: #575563;
        font-size: 19px;
        font-weight: 700;
        line-height: 24px;
    }

    .category-tile .tile-learn-more {
        margin-top: 5px;
    }

        .category-tile .tile-learn-more a, .category-tile .tile-learn-more a:hover, .category-tile .tile-learn-more a:focus {
            color: #575563;
            font-size: 12px;
            font-weight: 600;
            line-height: 12px;
            border-bottom: 1px solid #575563;
        }

    .category-border {
        border-bottom: 1px solid #555;
    }

    .btn.subcategory {
        color: #555;
        background: #ffffff;
        font-size: 22px;
        font-weight: 500;
        position: relative;
        margin-bottom: 5px;
    }

        .btn.subcategory.active {
            color: #000;
            background: #ededed;
        }

        .btn.subcategory:hover {
            background: #ededed;
        }

    img.img-responsive {
        display: inline-block;
    }

    .product-details {
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
       
    }
.gray-bg .product-details {
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
       
    
}
.product-big-tile .product-details {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 0px;
}
.product-big-tile .product-details-outter {
    padding: 15px;
    height: 100%;

    
    min-height: 100%;
}
.product-tile-win {
    background: #3CBBCC;
    color:#fff;
    text-align:center;
    display:block;
    font-size:14px;
    margin-left:-15px;
    margin-right:-15px;
    margin-top:-15px;
    line-height:50px;
}
.gray-bg .product-tile-win {
    margin-left:0px;
    margin-right:0px;
    margin-top:0px; 
   
}

.btn-big-tile-cart {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background: #f57e48;
    border-color: #f57e48;
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: block;
    width: calc(100% - 30px) !important;
}
.gray-bg .btn-big-tile-cart {
    width: 100% !important;
    position: relative;
    bottom: initial;
    left: initial;
}
.btn-big-tile-stock {
    
    position: absolute;
    bottom: 80px;
    left: 15px;
    display: block;
    width: calc(100% - 30px) !important;
}


.product-big-tile .product-details {
    padding: 15px;
    background: #fff;
    height: 100%;
    min-height: 100%;
    padding-bottom: 120px;;
}

    .img-unveil, .lazy {
        display: block;
        background-image: url('skn/loading.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 32px 32px;
        background-color: #ffffff;
    }

    .product-tile-thumb div.lazy {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }


    .product-tile-thumb:hover div.lazy {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }

    label {
        font-weight: 500;
    }

    .product-view label {
        text-align: center;
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }


    .product-tile-thumb:hover .thumb-1 {
        opacity: 0;
    }

    .product-tile .product-tile-shadow {
        display: block;
        height: 20px;
        background: none;
    }

    .product-tile:hover .product-tile-shadow {
        display: block;
        height: 20px;
        background: url(skn/tileshaddow.png) 50% 50% no-repeat;
        background-size: cover;
    }

    .product-tile-inner {
        position: relative;
    }

    .product-tile {
        margin-bottom: 20px;
    }
    .white-bg .product-tile{
        margin-bottom: 0px;;
    }


        .product-tile.btn.btn-info em {
            font-size: 13px;
        }

        .product-tile:hover .tile-details-wrapper {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
            box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        }

    /*.product-image:hover img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}*/
    .product-thumb img {
        border: 1px solid #ccc !important;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        max-width: 125px !important;
    }

    .product-thumb {
        padding: 5px;
    }

    .product-thumbs {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-content {
        background: #f5f5f5;
        padding: 15px;
    }


    .product-thumb img {
        margin: 0px;
    }

    .product-thumbs {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .container img {
        margin: initial;
    }

    .color-image:hover img {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    }

    .product-tile {
        min-height: 630px;
    }

    .full-width {
        width: 100%;
    }

    .product-tile hr {
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product-tile .tile-title {
        padding-bottom: 7px;
    }

    .product-tile .tile-brand, .product-tile .tile-brand a, .product-tile .tile-brand a:hover, .product-tile .tile-brand a:focus {
        font-size: 12px;
        color: #101214;
        font-family: 'Zona W03 ExtraBold',sans-serif;
    }


    .product-tile .img-guarantee {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    /*.flickity-button {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
}

    .flickity-button:hover, .flickity-button:focus {
        position: absolute;
        background: rgba(247,126,11,.95);
        border: none;
        color: #fff;
    }
*/


    .flickity-button {
        /* -webkit-box-shadow: 0px 2px 5px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(163, 163, 163, 1);
    box-shadow: 0px 2px 5px 0px rgba(163, 163, 163, 1);*/
        border-radius: 0px;
        box-shadow: none;
    }

    .flickity-viewport .flickity-button {
        opacity: 0;
    }

        .flickity-viewport .flickity-button.previous::after {
            position: absolute;
            width: 20px;
            height: 20px;
            content: '\e879';
            display: inline-block;
            top: 50%;
            font-size: 20px;
            left: 50%;
            transform: translate(-50%,-50%);
            font-family: 'Linearicons-Free';
            color: #3CBBCC;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

        .flickity-viewport .flickity-button.next::after {
            position: absolute;
            width: 20px;
            height: 20px;
            content: '\e87a';
            display: inline-block;
            top: 50%;
            left: 50%;
            font-size: 20px;
            transform: translate(-50%,-50%);
            font-family: 'Linearicons-Free';
            color: #3CBBCC;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

        .flickity-viewport .flickity-button .flickity-button-icon {
            display: none;
        }

    .flickity-viewport:hover .flickity-button {
        opacity: 1;
    }

        .flickity-button:disabled,
        .flickity-viewport:hover .flickity-button:disabled {
            opacity: 0;
        }


    .flickity-button {
        position: absolute;
        background: rgba(255,255,255,0.4) !important;
        border: none;
        color: #3CBBCC;
        border-radius: 0px !important;
    }

        .flickity-button:hover,
        .flickity-button:focus {
            position: absolute;
            background: rgba(255,255,255,0.4) !important;
            border: none;
            color: #f57e48;
            border-radius: 0px !important;
        }


    .product-tile a.btn-add-to-cart {
        background: #3CBBCC;
        color: #fff;
        border: 1px solid #3CBBCC;
        height: 40px;
        border-radius: 20px;
        line-height: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .product-tile a.btn-add-to-cart:hover, .product-tile a.btn-add-to-cart:focus {
            background: #f57e48;
            color: #fff;
            border: 1px solid #f57e48;
        }

    .product-small-tile .tile-title a, .product-small-tile .tile-title a:hover, .product-small-tile .tile-title a:focus {
        font-size: 14px !important;
    }

    .product-small-tile .tile-title {
        overflow: hidden;
    }

    .product-tile .tile-title a, .product-tile .tile-title a:hover, .product-tile .tile-title a:focus {
        font-size: 12px;
        font-weight: 600;
        color: #101214;
        line-height: 18px;
        height: 40px;
        display: block;
    }

    .product-tile hr {
        margin: 0px;
        padding: 0px;
        background: #D5D5D5;
    }


    .product-tile .tile-code {
        font-weight: 600;
        font-size: 12px;
    }

        .product-tile .tile-code span {
            font-weight: 700;
            font-size: 13px;
        }

    .product-tile .tile-details-wrapper {
        position: relative;
    }

    .wishlist-button.wishlisted .flaticon-like-1:before {
        content: "\f109";
    }

    .product-tile .tile-details span, .product-tile .tile-details a, .product-tile .tile-details a:hover, .product-tile .tile-details a:focus {
        color: #ffffff;
        position: relative;
        padding-left: 50px;
        font-size: 18px;
        background: none;
        border: none;
    }

    .product-tile .tile-details button {
        color: #ffffff;
        position: relative;
        font-size: 22px;
        background: none;
        border: none;
        position: absolute;
        right: 40px;
        font-weight: normal;
        top: 50%;
        transform: translateY(-50%);
    }

    .product-tile .tile-details a.express-interest, .product-tile .tile-details a.express-interest:hover, .product-tile .tile-details a.express-interest:focus {
        color: #ffffff;
        position: relative;
        font-size: 22px;
        background: none;
        border: none;
        position: absolute;
        right: 0px;
        font-weight: normal;
        top: 50%;
        transform: translateY(-50%);
    }

    .product-tile .tile-details a i:before, .product-tile .tile-details a i:after, .product-tile .tile-details i:after, .product-tile .tile-details i:before {
        font-size: 24px !important;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .product-tile .tile-details button::after, .product-tile .tile-details button:before {
        font-size: 24px !important;
    }

    .product-tile .tile-details {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 15px;
        background: rgba(0,14,34,0.4);
        color: #ffffff;
        opacity: 0;
        height: 0px;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

    .product-tile:hover .tile-details {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 15px;
        background: rgba(0,14,34,0.4);
        color: #ffffff;
        opacity: 1;
        height: initial;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

    @media(max-width:1200px) {

        .product-tile .tile-details {
            text-align: left;
            padding-left: 0px;
        }

        .product-tile .tile-details {
            display: none;
        }
    }

    @media(max-width:990px) {
        .product-tile .tile-details, .product-tile:hover .tile-details {
            opacity: 1;
            height: initial;
            padding: 10px;
            padding-left: 0px;
        }

        .product-tile .tile-details {
            text-align: left;
        }

            .product-tile .tile-details span, .product-tile .tile-details a, .product-tile .tile-details a:hover, .product-tile .tile-details a:focus {
                font-size: 16px;
            }
    }

    .product-tile-image {
        padding: 15px;
        display: inline-block;
    }

    @media(max-width:768px) {
        .TilesetControl.row {
            margin-left: -7px;
            margin-right: -7px;
        }

            .TilesetControl.row .col-item {
                padding-left: 7px;
                padding-right: 7px;
            }

        .product-tile .tile-discount {
            margin-right: 10px;
        }

        .tile-price {
            font-size: 13px;
        }

        .product-tile .tile-title a, .product-tile .tile-title a:hover, .product-tile .tile-title a:focus {
            font-size: 16px;
        }



        .product-tile .tile-details {
            display: none;
        }

        .tile-title .bone-context-menu {
            display: none;
        }
    }


    .pagination {
        display: inline-block;
        padding-left: 0px;
        margin: 20px 0px;
        border-radius: 0px;
    }

        .pagination a, .pagination a:hover, .pagination span, .pagination li {
            font-size: 14px;
            border-radius: 0px;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            border-color: #fff;
            margin-left: -1px;
            line-height: 1.42857;
            color: #575563;
            text-decoration: none;
            background-color: #FFF;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            padding: 0px;
            position: relative;
            text-decoration: underline;
        }


            .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                color: #ffffff;
            }

            .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                color: #f57e48;
                background-color: #fff;
                border-color: transparent;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 35px;
                padding: 0px;
            }

        .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
            z-index: 2;
            color: #f57e48;
            cursor: default;
            background-color: #fff;
            border-color: transparent;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            padding: 0px;
            position: relative;
        }


        .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
            color: #575563;
            background-color: #fff;
            border-color: #fff;
            cursor: not-allowed;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            padding: 0px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0px;
            border-radius: 50%;
            padding: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            color: #575563;
            background-color: #F3F3F3;
            border-color: #F3F3F3;
            text-decoration: none;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            margin-right: 0px;
            border-radius: 50%;
            padding: 0px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            color: #575563;
            background-color: #F3F3F3;
            border-color: #F3F3F3;
            text-decoration: none;
        }

    .btn-more {
        background: #878D84;
        color: #ffffff;
    }

    h4.modal-title {
        font-size: 20px;
    }



    ul.filter {
        display: inline-block;
        margin-bottom: 60px;
    }


    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #000000;
        background: none;
    }


    /*

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #b9c6d6;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}


*/

    /* ------------------------ MODAL --------------------------------------------- */


    .modal:not(.side-cart) .modal-header {
        background: #333;
    }

    /*.modal:not(.side-cart) .frame-wait {
    background: url(skn/iframe-loading.gif) 50% 50% no-repeat;
    border-color: transparent;
}*/





    .modal:not(.side-cart) .modal-content {
        position: relative;
        background: #fff;
        background-clip: padding-box;
        border: none;
        outline: 0px none;
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
    }


    .modal:not(.side-cart) .modal-header h4 {
        color: #fff;
    }

    .modal:not(.side-cart) .modal-body {
        padding-bottom: 10px;
    }

    .modal:not(.side-cart) .modal-header .close {
        color: #fff;
        text-shadow: 0px 1px 0px #ccc;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.9;
    }

        .modal:not(.side-cart) .modal-header .close:hover, .modal:not(.side-cart) .modal-header .close:focus {
            color: #ccc;
            text-shadow: 0px 1px 0px #ccc;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.5;
        }


    .modal.popup-message-modal .modal-content .modal-header {
        padding-left: 20px;
        padding-right: 20px;
        background: #000e22 none repeat scroll 0% 0%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #fff;
    }

        .modal.popup-message-modal .modal-content .modal-header .modal-title h4 {
            color: #fff;
        }

    .modal.popup-message-modal .modal-dialog {
        border-radius: 4px;
        overflow: hidden;
    }

    a.big-icon, a.big-icon:hover, a.big-icon:focus {
        position: relative;
        display: inline-block;
        height: 50px;
    }



    #comparelist-count-2 {
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 0px;
        right: 7px;
        display: inline-block;
    }

    .dropdown-profile {
        min-width: 330px;
        padding: 15px 15px;
        border-radius: 15px !important;
        border-color: #fff;
    }

        .dropdown-profile hr {
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .cart-layer-items-total-cost {
        margin-bottom: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }

    .cart-layer-item-quantity .form-control {
        display: inline-block;
    }

    .slick-list {
        width: 100%;
    }

    button.slick-next {
        background: url(skn/slider-left.png) 50% 50% no-repeat;
        width: 21px;
        height: 38px;
        font-size: 0px;
        border: none;
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    button.slick-prev {
        background: url(skn/slider-right.png) 50% 50% no-repeat;
        width: 21px;
        height: 38px;
        font-size: 0px;
        border: none;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .product-images button.slick-next {
        left: 0px;
    }

    .product-images.no {
        display: none;
    }

    .product-thumbs.no {
        display: none;
    }

    .product-images button.slick-prev {
        right: 0px;
    }

    @media(max-width:768px) {
        button.slick-next {
            left: 20px;
        }

        button.slick-prev {
            right: 20px;
        }
    }


    .cart-layer-item-code {
        color: #b9c6d6;
        font-style: italic;
    }

    .cart-layer-item-vat {
        color: #7B7B7B;
    }

    .cart-layer-item-title {
        font-size: 18px;
        text-decoration: none;
        display: block;
        /*border-bottom:2px solid #ffffff;*/
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-weight: normal;
    }


    .modal .close {
        color: #fff;
        text-shadow: 0px 1px 0px #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.9;
    }

        .modal .close:hover, .modal .close:focus {
            color: #fff;
            text-shadow: 0px 1px 0px #ffffff;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.5;
        }

    .cart-layer-item {
        padding-bottom: 10px;
        padding-top: 8px;
    }



    .shipping-billing-info .form-control {
        max-width: 400px;
    }

    .product-out-of-stock {
        color: #f57e48;
    }


    /* .product-content-price, .product-content-price .product_discounted_amount, .product-content-price .product_amount, .product-content-price .price-text {
        font-size: 39px;
        font-weight: bold;
        color: #3CBBCC;
    } */

    .product_amount{
        color: #101214;
        text-decoration: line-through;
        font-size:16px;
        margin-top:10px;
        display: inline-block;
        
    }
    .product_discounted_amount {
        font-size: 31px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
        color: #101214;
        display: block;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .btn-add-to-cart, .btn-add-to-cart:hover, .btn-add-to-cart:focus {
        border-radius: 32px;
        padding-left: 45px;
        padding-right: 45px;
        height: 62px;
        line-height: 62px;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #3CBBCC;
        color: #fff;
        border: 1px solid #3CBBCC;
        display: block;
        width: 100%;
    }

        .btn-add-to-cart:hover, .btn-add-to-cart:focus {
            background: #333;
            color: #fff;
            border: 1px solid #333;
        }

    .product_attibute, .product_attibute_value, .product-content, .product-content span, .product_feature_title {
        font-size: 14px;
    }

    .product-content-price .vat-text {
        font-size: 12px;
        margin-top: 0px;
        color: #575563;
    }

    .option-out-of-stock, .option-out-of-stock:hover, .option-out-of-stock:focus {
        background: #ededed;
        color: #333;
        cursor: not-allowed;
        position: relative;
        display: inline-block;
    }

    .product-row-net-price, .product-tile-net-price {
        color: #101214;
        text-decoration: line-through;
    }



    .product_features td {
        vertical-align: middle;
    }

    h1.product-title {
        font-size: 40px;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        color: #000000;
        border-bottom: 2px solid #000000;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .modal h1.product-title {
        font-size: 40px;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        color: #ffffff;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .parallax-window {
        min-height: 600px;
        background: transparent;
    }

    .parallax-area, .parallax-block-area {
        min-height: 600px;
        background: transparent;
    }


    @media (min-width:1600px) {
        .parallax-area, .parallax-block-area {
            height: 500px;
        }
    }

    @media (min-width:1920px) {
        .parallax-area, .parallax-block-area, .parallax-block-area {
            height: 600px;
        }
    }

    @media (max-width:1200px) {
        .parallax-area {
            height: 300px;
        }
    }


    .parallax-block-area {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    @media (max-width:767px) {
        .parallax-area, .parallax-block-area {
            height: 200px;
        }

        .parallax-block-area {
            background-attachment: scroll !important;
        }
    }



    .cat-path {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
        color: #555;
        width: 100%;
    }

        .cat-path li {
            list-style: none;
            display: inline-block;
        }


        .cat-path, .cat-path span, .cat-path a, .cat-path a:hover {
            font-weight: normal;
            font-size: 16px;
            color: #555;
        }

            .cat-path i {
                font-size: 20px;
                color: #555;
            }

            .cat-path span.here a, .cat-path span.here a:hover, .cat-path .here {
                text-decoration: underline;
            }


    .path {
        text-align: center;
        margin-top: 20px;
        color: #555;
    }

        .path, .path span, .path a, .path a:hover {
            font-weight: normal;
            font-size: 16px;
            color: #555;
        }

            .path i {
                font-size: 20px;
                margin-left: 5px;
                margin-right: 5px;
                color: #555;
            }

            .path span.here a, .path span.here a:hover {
                text-decoration: underline;
            }

    @media (min-width:768px) {
        .inline-cart {
            position: absolute;
            right: 30px;
            top: 50px;
            z-index: 12;
            background: url(skn/menu-bg.png) repeat;
            padding: 5px;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
        }

            .inline-cart span, .inline-cart a, .inline-cart a:hover {
                font-size: 14px;
                font-weight: 600;
                color: #ffffff;
            }

                .inline-cart a.btn, .inline-cart a.btn:hover {
                    font-size: 14px;
                    font-weight: 600;
                    color: #ffffff;
                }
    }

    @media (max-width:767px) {
        .inline-cart {
            position: absolute;
            right: 15px;
            top: 0px;
            z-index: 32;
            background: none;
            padding: 10px;
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
        }

            .inline-cart span, .inline-cart a, .inline-cart a:hover {
                font-size: 16px;
                font-weight: 400;
                color: #ffffff;
            }

                .inline-cart a.btn, .inline-cart a.btn:hover {
                    font-size: 16px;
                    font-weight: 400;
                    color: #ffffff;
                }
    }

    #back-top {
        position: fixed;
        bottom: 30px;
        right: 10px;
    }


    .main-content {
        min-height: 350px;
        background: #ffffff;
    }

        .main-content ul {
            padding: 0px;
        }

        .main-content li {
            list-style-position: inside;
        }

    .edit-actions {
        position: fixed;
        bottom: 30px;
        left: 20px;
        z-index: 20000000;
    }

        .edit-actions .btn {
            margin-right: 5px;
        }

    @media (max-width:768px) {


        #back-top {
            position: fixed;
            bottom: 30px;
            right: 20px;
        }
    }

    .about {
        padding-top: 10px;
        border-top: 1px solid #E9EBF0;
        background: #fff;
    }

        .about, .about a, .about a:hover, .about a:focus {
            color: #575563;
        }

    .extra-step-message {
        color: #ffffff;
        padding-bottom: 30px;
    }

        .extra-step-message a, .extra-step-message a:hover, .extra-step-message a:focus {
            color: #b9c6d6;
        }

    .banks img {
        display: inline-block;
    }

    .alert {
        border-radius: 0px;
    }

        .alert.alert-default {
            background: #333;
            color: #fff;
            border-color: #f57e48;
        }

        .alert.alert-info {
            color: #fff;
            background: #333;
            border-color: #f57e48;
        }




    .bone-context-menu, .bone-context-menu:hover, .bone-context-menu:focus {
        color: #000000;
        border-bottom: 1px dashed #000000;
    }





    .dropdown-menu > a:hover, .dropdown-menu > a:focus {
        color: #ffffff !important;
        text-decoration: none;
        outline: 0;
        background-color: #555 !important;
    }

    .dropdown-menu > .active > a {
        color: #fff;
        font-size: 14px !important;
        text-decoration: none;
        outline: 0;
        background-color: #f57e48;
        font-size: 14px !important;
        /*height: 40px;
    line-height: 40px;*/
    }

    .dropdown-menu a.btn.btn-lg {
        font-size: 14px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 32px;
        line-height: 32px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #f57e48;
        border-color: #111;
        background: #111;
        font-size: 14px !important;
        /*padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    line-height: 40px;*/
    }

    .dropdown-menu {
        border-radius: 0px !important;
    }






    /*.panel {
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.panel-heading.min {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-heading {
    padding: 0 15px;
    min-height: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default div.panel-body:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.panel-heading .panel-title {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}*/

    .breadcrumb {
        padding: 15px 0px !important;
        margin-bottom: 0px;
        list-style: none;
        background: none;
        border-radius: 0px;
    }

    .path-area {
        border-bottom: 1px solid #e5e5e5;
    }

    h1.product-header {
        margin-top: 5px;
        padding: 0px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        color: #101214;
        font-weight: 800;
        font-size: 19px;
    }

    .product-code {
        font-weight: 600;
        font-size: 20px;
    }

        .product-code span {
            font-weight: 500;
            font-size: 16px;
            color: #555;
        }

        .product-code.product_attibute {
            font-weight: 700;
            font-size: 13px;
            color: #555;
        }

        .product-code .product_attibute_value {
            font-weight: 400;
            font-size: 13px;
            color: #555;
        }

    img.option-image {
        max-width: 68px !important;
    }

    .product-options-control .form-control {
        max-width: 200px;
    }

    .product-options-control label {
        font-weight: 500;
    }

    ul.option-thumbnails li.option-thumb.disabled img {
        opacity: 1;
        cursor: not-allowed;
    }

    .mandatory {
        display: inline-block !important;
    }

    .checkout-form h3 {
        margin-bottom: 25px;
        font-size: 18px;
        font-family: 'Zona W03 Regular',sans-serif;
    }


    .select2-results__option {
        font-size: 14px !important;
    }

    .product-options-control select option {
        cursor: pointer;
    }

        .product-options-control select option:disabled {
            background: #ededed;
            cursor: default;
            color: #bbb;
        }


    .container .container {
        max-width: 100% !important;
        width: 100% !important;
    }


    .tile-options .product-options-control label {
        font-weight: bold !important;
    }

    .tile-options .product-options-control select {
        width: 100%;
        max-width: 100%;
    }


    .btn-xl, .btn-xl:hover, .btn-xl:focus {
        padding: 10px 15px;
        font-size: 20px !important;
    }

    .order-line-tile-table td.order-line-tile-info {
        font-size: 16px;
    }

    .home-box {
        position: relative;
    }

    .home-box-details {
        position: absolute;
        bottom: 20%;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    .home-box-title a, .home-box-title a:hover, .home-box-title a:focus {
        color: #ffffff;
        font-size: 30px;
        font-weight: 300;
        position: relative;
    }



        .home-box-title a:after {
            background: #ffffff;
            content: '';
            display: inline-block;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            width: 100px;
            height: 1px;
            bottom: -10px;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }

    .home-box:hover .home-box-title a:after {
        background: #ffffff;
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        width: 100px;
        height: 1px;
        bottom: 40px;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

    .home-boxes {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .home-box {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .home-box-thumb {
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        background-size: cover;
        background-position: 50% 50%;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .home-box:hover .home-box-thumb {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }

        .home-box:hover .home-box-thumb img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -ms-transition: all 1s ease; /* IE 9 */
            -o-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            background: rgba(0,0,0,0.3);
        }




    .home-slice {
        position: relative;
        padding-bottom: 30px;
    }

    .home-slice-details-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .home-slice-details {
        padding: 15px;
        background: rgba(0,14,34,0.4);
        display: inline-block;
        text-align: center;
        width: initial;
        border: 2px solid transparent;
        position: relative;
    }

        .home-slice-details::before, .home-slice-details::after {
            width: 100%;
            height: 100%;
            display: inline-block;
            z-index: 3;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            box-sizing: border-box;
            -webkit-transform: scale(0);
            transition: 0.5s;
        }

        .home-slice-details::before {
            border-bottom: 3px solid #FFF;
            border-left: 3px solid #FFF;
            -webkit-transform-origin: 0 100%;
        }

        .home-slice-details::after {
            border-top: 3px solid #FFF;
            border-right: 3px solid #FFF;
            -webkit-transform-origin: 100% 0%;
        }

        .home-slice-details:hover::after, .home-slice-details:hover::before {
            -webkit-transform: scale(1);
        }




    /*.home-slice-details::before,
    .home-slice-details::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }*/


    .home-slice-title a, .home-slice-title a:hover, .home-slice-title a:focus {
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
        position: relative;
        display: inline-block;
    }

    .home-slice-description {
        color: #ededed;
        font-size: 20px;
        font-weight: 400;
    }

        .home-slice-description a, .home-slice-description a:hover, .home-slice-description a:focus, .home-slice-description span {
            font-size: 20px;
            font-weight: 400;
        }

    .home-slices {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-slice {
        overflow: hidden;
    }

    .home-slice-thumb {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .home-slice:hover .home-slice-thumb {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }

        .home-slice:hover .home-slice-thumb img {
            -webkit-transition: all 1s ease; /* Safari and Chrome */
            -moz-transition: all 1s ease; /* Firefox */
            -ms-transition: all 1s ease; /* IE 9 */
            -o-transition: all 1s ease; /* Opera */
            transition: all 1s ease;
            background: rgba(0,0,0,0.3);
        }
a .cat-title,a:hover .cat-title,a:hover .cat-title{
    color:#fff;
}
.cat-tile table td{
    padding:5px;
}

.modal {
    z-index: 100050;
}

    @media(max-width:768px) {
        .home-box-title a, .home-box-title a:hover, .home-box-title a:focus {
            font-size: 18px;
            font-weight: 500;
        }

        .home-box-2 .home-box-title a, .home-box-2 .home-box-title a:hover, .home-box-2 .home-box-title a:focus {
            font-size: 30px;
        }

        .home-box .home-box-title a:after, .home-box:hover .home-box-title a:after {
            width: 60px;
        }

        .home-box-2 .home-box .home-box-title a:after, .home-box-2 .home-box:hover .home-box-title a:after {
            width: 100px;
        }

        .home-slice-details-wrapper {
            top: 40%;
            transform: translateY(-40%);
        }

        .home-slice-title a, .home-slice-title a:hover, .home-slice-title a:focus {
            font-size: 30px;
        }

        .cart-col {
            padding-right: 0px;
        }
    }


    .subcategory-level-0 a, .subcategory-level-0 a:hover, .subcategory-level-0 a:focus {
        font-size: 15px;
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
        font-weight: 600;
    }

    .filters-panel-heading {
        font-size: 16px;
        display: block;
        color: #575563;
        font-weight: 700;
    }

    .filters-area hr {
        margin: 0px;
        padding: 0px;
    }

    .filters-panel {
        margin-bottom: 30px;
    }

        .filters-panel li {
            list-style: none;
            list-style-position: inside;
            padding-bottom: 5px;
            font-size: 15px;
        }

            .filters-panel li.default-hide {
                display: none;
            }

                .filters-panel li.default-hide.show {
                    display: block;
                }

            .filters-panel li.disabled a, .filters-panel li.disabled a:hover, .filters-panel li.disabled a:focus {
                color: #b1b1b1;
                font-size: 15px;
            }

            .filters-panel li.selected, .filters-panel li.selected a, .filters-panel li.selected a:hover, .filters-panel li.selected a:focus {
                color: #f57e48;
            }

    .filtermoreless {
        display: block;
        cursor: pointer;
        border-top: 1px solid #f57e48;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .filtermoreless {
        color: #f57e48;
    }

        .filtermoreless:hover, .filtermoreless:focus {
            color: #000;
        }

        .filtermoreless em {
            font-size: 32px;
            line-height: 16px;
            position: relative;
            bottom: -5px;
        }

        .filtermoreless span {
            display: none;
        }

            .filtermoreless span.active {
                display: block;
            }

    .subcategory-level-1 a, .subcategory-level-1 a:hover, .subcategory-level-1 a:focus {
        font-size: 14px;
        padding-left: 10px;
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .subcategory-level-1.active a, .subcategory-level-1.active a:hover, .subcategory-level-1.active a:focus {
        text-decoration: underline;
        font-weight: 600;
    }

    .subcategory-level-2 a, .subcategory-level-2 a:hover, .subcategory-level-2 a:focus {
        font-size: 13px;
        padding-left: 20px;
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .subcategory-level-2.active a, .subcategory-level-2.active a:hover, .subcategory-level-2.active a:focus {
        text-decoration: underline;
        font-weight: 600;
    }




    #search {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 1000;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translate(0px, -100%) scale(0, 0);
        -moz-transform: translate(0px, -100%) scale(0, 0);
        -o-transform: translate(0px, -100%) scale(0, 0);
        -ms-transform: translate(0px, -100%) scale(0, 0);
        transform: translate(0px, -100%) scale(0, 0);
        opacity: 0;
    }

        #search.open {
            -webkit-transform: translate(0px, 0px) scale(1, 1);
            -moz-transform: translate(0px, 0px) scale(1, 1);
            -o-transform: translate(0px, 0px) scale(1, 1);
            -ms-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
            opacity: 1;
        }

        #search input[type="search"] {
            position: absolute;
            top: 50%;
            left: 0px;
            box-shadow: none;
            width: 100%;
            color: rgb(255, 255, 255);
            background: rgba(0, 0, 0, 0);
            font-size: 60px;
            font-weight: 300;
            text-align: center;
            border: 0px;
            margin: 0px auto;
            margin-top: -51px;
            padding-left: 30px;
            padding-right: 30px;
            outline: none;
        }

    @media (max-width:768px) {

        #search input[type="search"] {
            font-size: 25px;
            font-weight: 300;
            margin-top: -21px;
        }
    }



    #search .btn, #search .btn:hover, #search .btn:focus {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        font-size: 22px;
        padding: 10px;
        font-weight: 400;
        border-color: transparent;
        background: #aebac9;
        color: #333;
        border-radius: 0px;
        text-shadow: 0 1px 0 #ffffff;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        border-radius: 50%;
        border-color: transparent;
        background: #aebac9;
        color: #333;
        border-radius: 0px;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }


    .btn.btn-option {
        min-width: 50px;
        border-radius: 0px;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #333;
    }

    .btn.btn-option {
        min-width: 50px;
        border-radius: 0px;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #333;
    }

        .btn.btn-option.active {
            min-width: 50px;
            border-radius: 0px;
            background: #333;
            border: 1px solid #333;
            color: #fff;
        }

        .btn.btn-option.disabled {
            min-width: 50px;
            border-radius: 0px;
            background: #ccc;
            border: 1px solid #ccc;
            position: relative;
            color: #333;
            overflow: hidden;
        }

            .btn.btn-option.disabled:before, .btn.btn-option.disabled:after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -20%;
                content: ' ';
                height: 1px;
                width: 140%;
                background-color: #737272;
                z-index: -1;
                opacity: 0.6;
                transform: scale(2);
            }

            .btn.btn-option.disabled:before {
                transform: rotate(35deg);
            }

            .btn.btn-option.disabled:after {
                transform: rotate(-35deg);
            }


    .options-type-buttons label {
        display: block;
        text-align: center;
    }

    .st-measure {
        font-size: 22px;
    }


    .insta {
        display: inline-block;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #282828;
        background-color: #aebac9;
        font-weight: normal;
        border: 1px solid #8c96a2;
        border-radius: 4px;
        width: 1em;
        height: 1em;
        top: -0.3em;
    }

    .ui-slider-horizontal {
        height: .4em;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        color: #ffffff;
        background-color: #b9c6d6;
        background-image: none;
    }

    .filters-toggle {
        cursor: pointer;
    }

    .filters-area {
        overflow: hidden;
        background: #ffffff;
        position: fixed;
        top: 0px;
        width: 0px;
        z-index: 100;
        right: -100%;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(94,94,94,1);
        -moz-box-shadow: 0px 0px 8px 0px rgba(94,94,94,1);
        box-shadow: 0px 0px 8px 0px rgba(94,94,94,1);
        overflow-y: auto;
    }

    .filters-panel {
        padding: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .filters-panel-heading {
        cursor: pointer;
        margin-bottom: 10px;
       
    }

    .filters-panel-body {
        height: 0px;
        overflow: hidden;
        opacity: 0;
        padding: 0px;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        .filters-panel-body.open {
            height: initial;
            overflow: hidden;
            opacity: 1;
            padding-top: 10px;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }


    .filters-area.open {
        right: 0%;
        width: 100%;
    }

    @media (min-width:768px) {


        .half-bg {
            height: 100%;
            background: linear-gradient(90deg, #FFFFFF 50%, #f5f5f5 50%);
        }

        .product-bg {
            margin-top: -20px;
        }

        .product-images-wrapper {
            padding-top: 20px;
        }

        .col-oposite-left {
            float: right !important;
        }

        .col-oposite-right {
            float: left !important;
        }
    }

    @media (max-width:768px) {
        .filters-toggle {
            cursor: pointer;
        }

        .sorting-box {
            padding-left: 30px;
            padding-right: 30px;
        }


        .top-area {
            border-bottom: 1px solid #333;
        }
    }

    .product-images .slick-dots {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        position: absolute;
        text-align: center;
    }

        .product-images .slick-dots li {
            list-style: none;
            display: inline-block;
            text-align: center;
        }




    .product-images .slick-dots {
        position: absolute;
    }

        .product-images .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border: none;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .product-images .slick-dots li.slick-active button {
            background: rgba(0,14,34,0.8);
            border: none;
            width: 12px;
            height: 12px;
        }



    .product-tab-menu .btn.btn-link, .btn.btn-link:hover, .btn.btn-link:focus {
        color: #333;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
    }

        .product-tab-menu .btn.btn-link.active, .btn.btn-link:hover.active, .btn.btn-link:focus.active {
            color: #f57e48;
            font-weight: 600;
            font-size: 20px;
            text-decoration: none;
        }


    h3.product-tab-title {
        color: #f57e48;
        position: relative;
        background: #ffffff;
        padding-right: 20px;
    }

        h3.product-tab-title:after {
            background: #333;
            top: 50%;
            transform: translateY(-50%);
            height: 1px;
            width: 400px;
            left: 0px;
        }











    .transformer-wrapper {
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: 500px;
    }


    .transformer {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .transformer:after {
            content: " ";
            display: block;
            clear: both;
        }

        .transformer.is-open {
            -webkit-transform: translate3d(25.42373%, 0, 0);
            transform: translate3d(25.42373%, 0, 0);
        }

    .off-canvas {
        position: absolute;
        width: 25.42373%;
        left: -25.42373%;
        top: 0;
        bottom: 0;
        min-height: 500px;
        overflow-y: auto;
        height: 99%;
    }

    @media(max-width:990px) {
        .off-canvas {
            position: absolute;
            width: 300px;
            left: -300px;
            top: 0;
            bottom: 0;
            min-height: 500px;
            overflow-y: auto;
            height: 99%;
        }

        .transformer.is-open {
            -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0);
        }
    }

    @media(max-width:500px) {
        .off-canvas {
            position: absolute;
            width: 97%;
            left: -97%;
            top: 0;
            bottom: 0;
            min-height: 500px;
            overflow-y: auto;
            height: 100%;
        }

        .transformer.is-open {
            -webkit-transform: translate3d(99%, 0, 0);
            transform: translate3d(99%, 0, 0);
        }
    }

    .off-canvas {
        font-size: 14px;
    }

    .transformer.is-open .off-canvas {
        margin-left: 2px;
        margin-top: 2px;
        box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
        border: 1px solid #ededed;
        background: #faf9f9;
    }

    .off-canvas ul.main-ul {
        display: block;
        padding: 15px;
    }

        .off-canvas ul.main-ul ul {
            display: none;
            padding-left: 30px;
        }

            .off-canvas ul.main-ul ul.opened {
                display: block;
                padding-left: 30px;
            }

    .off-canvas li {
        list-style: none;
        position: relative;
    }

    .off-canvas a {
        display: block;
        padding: 5px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        -webkit-transition: none;
        transition: none;
        opacity: 0.8;
        font-size: 14px;
    }

        .off-canvas a.has-children, .off-canvas a.has-children:hover, .off-canvas a.has-children:focus {
            position: relative !important;
            padding-right: 40px !important;
        }

    .off-canvas .btn-toggle-submenu, .off-canvas .btn-toggle-submenu:hover, .off-canvas .btn-toggle-submenu:focus {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #333;
        background: transparent;
        border-color: transparent;
    }

    .off-canvas a.active {
        color: #f57e48;
        font-weight: 700;
        opacity: 1;
    }

    .off-canvas li:hover > .btn-toggle-submenu, .off-canvas li:focus > .btn-toggle-submenu:hover {
        color: #f57e48;
        background: transparent;
        border-color: transparent;
        -webkit-transition: none;
        transition: none;
    }


    .off-canvas li:hover > a, .off-canvas li a:hover, .off-canvas a:active, .off-canvas a:focus {
        color: #f57e48;
        font-weight: 700;
        opacity: 1;
    }

    .transformer.is-open .main {
        padding-left: 15px;
    }


    .product-tile-final-price, .product-tile-net-price {
        font-size: 16px;
    }


    .product-tile-final-price-discounted {
        font-size: 21px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
        color: #3CBBCC;
    }

.product-big-tile .product-tile-net-price {
    margin-top: 20px;
    display: block;
}
.product-big-tile .product-tile-final-price-discounted {
    font-size: 31px;
    font-family: 'Zona W03 ExtraBold',sans-serif;
    color: #101214;
    display: block;
    margin-top:-10px;
    
}


.breadcrumb > li + li:before {
        display: none;
    }

    .breadcrumb-link a, #Customers a {
        color: #333;
    }

        .breadcrumb-link a:hover, .breadcrumb-link a:focus, #Customers a:hover, #Customers a:focus {
            color: #000000;
        }

    #Customers_filter .form-control {
        min-width: 300px;
    }

    .customer-details {
        font-size: 18px;
        color: #f57e48;
    }

    .btn-default {
        color: #000000;
        padding: 12px 16px;
    }

        .btn-default:hover, .btn-default:focus {
            color: #f57e48;
            padding: 12px 16px;
        }

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ccc;
    }

    .table-bordered .table-bordered > thead > tr.outterhheader > th, .table-bordered .table-bordered > tbody > tr.outterhheader > th, .table-bordered .table-bordered > tfoot > tr.outterhheader > th, .table-bordered .table-bordered > thead > tr.outterhheader > td, .table-bordered .table-bordered > tbody > tr > td, .table-bordered .table-bordered > tfoot > tr.outterhheader > td {
        border: 1px solid transparent;
    }

    h3.print-caption {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
        line-height: 46px;
    }

        h3.print-caption i {
            padding: 0px;
            margin: 0px;
            margin-right: 10px;
            font-size: 20px;
            font-weight: 600;
            line-height: 46px;
        }

    table.table-responsive {
        margin-bottom: 0;
        overflow: hidden;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 15px;
    }




    .slider-wrapper {
        position: relative;
        /*top:-6px;*/
    }

    .search-wrapper-relative {
        position: relative;
    }


    .search-wrapper-spacer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 1170px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 13;
    }

    .search-results-inline h5 {
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        background: #000000;
        padding: 5px;
        margin: 0px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .search-results-section {
        position: relative;
    }


        .search-results-section h5 {
        }

    .search-results-inline #search-result-products ul {
        columns: 2;
    }

    .search-results-inline {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 400px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        background: #ffffff;
        border: 1px solid #e2e2e2;
        border-radius: 0px;
        padding: 10px;
        z-index: 50;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .search-results-inline.closed {
            opacity: 0;
            height: 0px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

    .inner-search-wrapper {
        background: #f57e48;
        border-radius: 0px;
        padding: 30px 200px 30px 200px;
        margin-bottom: 30px;
        border: 2px solid #000000;
    }

    @media(max-width:768px) {
        .inner-search-wrapper {
            padding: 30px 30px 30px 30px;
        }
    }



    table.table-responsive {
        border: none;
    }

    .zip-wrapper {
        margin-top: 30px;
        display: block;
    }

        .zip-wrapper table, .zip-wrapper table td {
            padding: 0px;
        }

        .zip-wrapper table {
            width: 100%;
        }

    .zip-text .form-control, .zip-text:hover .form-control, .zip-text:focus .form-control, .zip-text .form-control:hover, .zip-text .form-control:focus {
        height: 40px;
        border: 1px solid #e2e2e2;
        box-shadow: none;
        width: 100%;
        line-height: 40px;
    }

    .zip-wrapper .zip-text {
        overflow: hidden;
        width: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    td.zip-col-1 {
        overflow: hidden;
        width: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .zip-wrapper:hover td.zip-col-1 {
        width: 100%;
        overflow: initial;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .zip-wrapper:hover td.zip-col-1 .zip-text {
            width: 100%;
            overflow: initial;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

    td.zip-col-2 {
        min-width: 40px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    td.zip-col-3 {
        white-space: nowrap;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .zip-wrapper:hover td.zip-col-3 {
        width: 0px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .zip-wrapper:hover td.zip-col-3 .zip-desc {
            width: 0px;
            overflow: hidden;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

    .zip-col-2 img {
        height: 40px;
        width: 40px;
    }



    .zip-text .input-group-btn-1 {
        min-width: 40px;
        height: 40px;
    }

    .zip-text .input-group-btn-2 {
        height: 40px;
    }

    .big-menu-logo-link, .cart-col a {
        z-index: 2;
        position: relative;
    }



    @media(min-width:1170px) {
        .site-buttons {
            float: right !important;
        }
    }

    .search-wrapper {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 15px;
    }

        .search-wrapper.closed {
            margin-bottom: 0px;
            height: 0px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

        .search-wrapper .btn.btn-primary {
            background: #f57e48;
            border: 1px solid #f57e48;
            color: #fff;
            height: 40px !important;
            line-height: initial !important;
            margin-left: 10px !important;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .search-wrapper .form-control, .search-wrapper .form-control:hover, .search-wrapper .form-control:focus {
            color: #fff;
            padding-left: 0px;
            padding-right: 0px;
            border: 1px solid transparent;
            border-bottom: 1px solid #fff !important;
            background: none;
        }

    .zip-desc {
        color: #f57e48;
    }

    .btn.btn-search-close {
        font-size: 11px;
        text-decoration: underline;
        margin-bottom: 10px;
        color: #fff;
    }

        .btn.btn-search-close:hover, .btn.btn-search-close:focus {
            font-size: 11px;
            text-decoration: underline;
            margin-bottom: 10px;
            color: #ededed;
        }


    @media(min-width:768px) AND (max-width:990px) {
        .zip-desc {
            overflow: hidden;
        }
    }


    @media(max-width:768px) {
        .site-buttons {
            z-index: 12;
        }
    }


    .search-wrapper .form-control, .search-wrapper .form-control:hover, .search-wrapper .form-control:focus {
        height: 40px !important;
        line-height: 30px !important;
        border: none;
        box-shadow: none;
    }



    .search-wrapper .btn.btn-primary, .search-wrapper .btn.btn-primary:hover, .search-wrapper .btn.btn-primary:focus {
        height: 40px !important;
        line-height: 30px !important;
        min-width: 50px;
        padding-right: 20px;
    }

    .excerpt {
        overflow: hidden;
        height: 105px;
        font-size: 13px;
        line-height: 24px;
        padding: 5px;
        border: 1px solid transparent;
        display: block;
    }

    .excerpt-wrapper {
        margin-top: 8px;
        padding-top: 3px;
        border-top: 1px solid #ccc;
        display: block;
    }

    .excerpt.open {
        overflow: hidden;
        height: inherit;
        font-size: 13px;
        line-height: 24px;
        padding: 5px;
    }

    .excerpt:hover, .excerpt:focus {
        border: 1px dashed #f57e48;
        cursor: zoom-in;
        background: #f5f5f5;
        padding: 5px;
    }

    /*@media(min-width:990px) AND (max-width:1100px) {

     {
        margin-top: -50px;
    }
}*/

    .search-toggle {
        position: relative;
        z-index: 5;
    }


    .full-width {
        width: 100%;
    }

    /*@media(min-width:768px) AND (max-width:990px) {

     .    margin-top: 30px;{
        top: 145px;
    }
}*/

    .home-category-buy-wrapper {
        position: relative;
    }

    .home-category-buy {
        position: absolute;
        bottom: 0px;
        left: 15px;
        font-size: 12px;
        color: #101214;
    }

    .home-category-tile .home-category-shadow {
        display: block;
        height: 20px;
        background: none;
    }

    .home-category-tile:hover .home-category-shadow {
        display: block;
        height: 20px;
        background: url(skn/tileshaddow.png) 50% 50% no-repeat;
        background-size: cover;
    }

    .home-category-wrapper {
        border: 2px solid #f0f0f0;
        position: relative;
    }

    .full-size {
        width: 100%; /* full width */
        height: 100%; /* height of carousel */
        min-height: 100%;
    }

    .home-offers-tiles {
        border: 2px solid #16428a;
    }

    .similar-products .home-offers-tiles {
        border-color: #75727F;
    }

    .home-offers-tiles .product-tile-inner {
        width: 100%;
        box-shadow: none !important;
        border: none !important;
    }

    .home-offers-tiles .product-tile:hover .product-tile-shadow {
        display: block;
        height: 20px;
        background: none;
        background-size: cover;
    }


    @media(min-width:991px) {
        .home-offer {
            width: 100%;
        }
    }

    @media(min-width:600px) AND (max-width:990px) {
        .home-offer {
            width: 50%;
        }
    }

    @media(max-width:599px) {
        .home-offer {
            width: 100%;
        }
    }

    .home-category-links {
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        width: 0px;
        height: 100%;
        min-height: 100%;
        background: #fff;
    }

        .home-category-links.clicked {
            opacity: 1;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            width: 100%;
            height: 100%;
            min-height: 100%;
        }
    /*
    .home-category-wrapper:hover .home-category-links {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
	*/
    .home-category-link {
        list-style: none;
        text-align: center;
    }

        .home-category-link a, .home-category-link a:hover, .home-category-link a:focus {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: inline-block;
            background: #f3f3f3;
            color: #575563;
            text-align: center;
            padding: 0px;
            line-height: 70px;
        }

            .home-category-link a:hover, .home-category-link a:focus {
                height: 70px;
                width: 70px;
                border-radius: 50%;
                display: inline-block;
                background: #f57e48;
                color: #fff;
            }

        .home-category-link:last-child {
            border-bottom: none;
        }

        .home-category-link [class^="flaticon-"]:before {
            margin: 0px;
            font-size: 30px;
        }


    .home-category-image {
        text-align: center;
    }

        .home-category-image img {
            max-height: 250px;
            display: inline-block;
        }

    .home-categories-area {
        background: #F7F7F7;
        padding: 15px;
    }

    .home-category-tile {
        padding-left: 7px;
        padding-right: 7px;
    }

    .home-category-tile-inner {
        padding-left: 10px;
        background: #fff;
        padding-right: 10px;
    }

    .home-category-title {
        font-size: 18px;
        color: #101214;
        text-align: left;
        font-family: 'Zona W03 ExtraBold',sans-serif;
    }

    .achievement_title {
        font-size: 18px;
    }

    .achievement_counter {
        font-size: 42px;
        color: #f57e48;
        font-family: 'Zona W03 Regular Condensed', sans-serif;
        font-weight: 700;
    }

    .achievements {
        position: relative;
        top: -50px;
        background: #ffffff;
        padding: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        background: linear-gradient(0deg, #f9f9f9 50%, #fff 50%);
    }

    .achievements_title {
        font-size: 18px;
        white-space: nowrap;
        margin-top: 10px;
    }

    .achievements_subtitle {
        font-size: 32px;
        color: #f57e48;
        font-family: 'Zona W03 Regular Condensed', sans-serif;
        font-weight: 700;
        white-space: nowrap;
    }

    .achievements_icon {
        font-size: 42px;
        color: #f57e48;
        float: left;
        font-weight: 700;
        margin-right: 10px;
        margin-top: 10px;
    }

    @media(max-width:600px) {
        .achievements {
            padding: 20px;
        }

        .achievement_title {
            font-size: 14px;
        }

        .achievement_counter {
            font-size: 22px;
            color: #f57e48;
            font-family: 'Zona W03 Regular Condensed', sans-serif;
            font-weight: 700;
        }
    }

    @media(min-width:990px) {
     {
        display: block !important;
    }
}



.info-banner-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}


.info-banner-image {
    text-align: center;
}

.info-banner-title {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.info-banner-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

.container-fluid {
    max-width: 2048px;
}


.offers-header {
    color: #f57e48;
    font-size: 26px;
    position: relative;
    margin-bottom: 20px;
}

    .offers-header:after {
        position: absolute;
        bottom: 15px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        content: '';
        height: 1px;
        width: 100px;
        background: #000000;
    }

.offers-tabs .nav-tabs > li > a, .offers-tabs .nav-tabs > li > a:hover, .offers-tabs .nav-tabs > li > a:focus {
    color: #333;
    font-weight: bold;
    text-align: center;
    border: none;
    background: none;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    min-height: 125px;
    float: left;
    display: inline-block;
    border-bottom: 5px solid #ffffff;
    width: 100%;
}

.offers-tabs .nav-tabs > li.active > a, .offers-tabs .nav-tabs > li.active > a:hover, .offers-tabs .nav-tabs > li.active > a:focus {
    color: #333;
    font-weight: bold;
    text-align: center;
    border: none;
    background: none;
    font-weight: normal;
    min-height: 125px;
    float: left;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    border-bottom: 5px solid #f57e48;
    width: 100%;
}

    .offers-tabs .nav-tabs > li > a > em, .offers-tabs .nav-tabs > li > a:hover > em, .offers-tabs .nav-tabs > li > a:focus > em, .offers-tabs .nav-tabs > li.active > a > em, .offers-tabs .nav-tabs > li.active > a:hover > em, .offers-tabs .nav-tabs > li.active > a:focus > em {
        display: inline-block;
        margin: 0px;
    }

    .offers-tabs .nav-tabs > li.active > a > em, .offers-tabs .nav-tabs > li.active > a:hover > em, .offers-tabs .nav-tabs > li.active > a:focus > em {
        color: #f57e48;
    }

.offers-tabs .nav-tabs > li > a > em:before {
    margin: 0px;
    font-size: 3em;
}

.offers-tabs .nav-tabs > li > a > span, .offers-tabs .nav-tabs > li > a:hover > span, .offers-tabs .nav-tabs > li > a:focus > span, .offers-tabs .nav-tabs > li.active > a > span, .offers-tabs .nav-tabs > li.active > a:hover > span, .offers-tabs .nav-tabs > li.active > a:focus > span {
    display: block;
    text-align: center;
}

.offers-tabs .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.offers-tabs .nav-tabs {
    text-align: center;
    border: none !important;
}

.offers-tabs .tab-content {
    border: none !important;
}

.offers-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.offers-grid-col {
    padding-left: 15px;
    padding-right: 15px;
}

.icofont.icofont-line-block-left {
    position: absolute;
    top: 45%;
    left: 15px;
    z-index: 3;
    cursor: pointer;
    font-size: 3em;
}

.icofont.icofont-line-block-right {
    position: absolute;
    top: 45%;
    right: 15px;
    cursor: pointer;
    font-size: 3em;
    z-index: 3;
}

.offers-tabs .tab-content {
    min-height: 520px;
}

.home-guides-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #dadbdb;
}

.guide-tile {
    position: relative;
    border: 3px solid #000;
}

.guide-tile {
    position: relative;
    border: 3px solid #000;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.guide-image {
    position: relative;
}

.guide-title {
    position: absolute;
    padding: 15px;
    bottom: -100px;
    left: 0px;
    background-color: rgba(206,146,30,0.8);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

@media(max-width:768px) {
    .guide-title {
        bottom: 0px;
    }
}

.guide-tile:hover .guide-title {
    position: absolute;
    padding: 15px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(206,146,30,0.8);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.guide-title {
    color: #ffffff;
    font-weight: 600;
}

@media(min-width:768px) {
    .cart-col {
        float: right;
        padding-top: 13px;
    }
}

.cart-caption {
    font-size: 16px;
    font-weight: 600;
}

.icofont-bag {
    font-size: 2em;
}

.icofont-search {
    font-size: 2em;
}

.pull-right .badge {
    position: relative;
    top: -10px;
    left: -10px;
    background: #f57e48;
}


.category-tile-image {
    padding: 15px;
    display: inline-block;
}

.product-category-tile {
    border: 2px solid #f57e48;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .product-category-tile:hover, .product-category-tile:focus {
        /*border-bottom: 5px solid #f57e48;*/
    }

@media(min-width:768px) {

    .product-category-tile .product-details {
        position: absolute;
        bottom: -200px;
        left: 0px;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background: rgba(0,0,0,0.6);
    }

    .product-category-tile:hover .product-details {
        position: absolute;
        bottom: 0px;
        left: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        text-align: center;
        width: 100%;
    }

    .product-category-tile .product-details a, .product-category-tile .product-details a:hover, .product-category-tile .product-details a:focus, .product-category-tile .product-details span {
        color: #ffffff;
    }
}

@media(max-width:768px) {
    .product-category-tile .product-details a, .product-category-tile .product-details a:hover, .product-category-tile .product-details a:focus, .product-category-tile .product-details span {
        color: #000;
    }

        .product-category-tile .product-details a, .product-category-tile .product-details a:hover, .product-category-tile .product-details a:focus {
            font-size: 15px;
        }
}

.btn-primary.btn-alt {
    color: #f57e48;
    background-color: transparent;
    border-color: #f57e48;
    border-width: 2px;
    font-weight: normal;
}

    .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {
        color: #333;
        background-color: rgba(0, 0, 0, 0);
        border-color: #333;
        border-width: 2px;
        font-weight: normal;
    }


.btn-link.btn-alt {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    font-weight: 600;
    font-size: 14px;
}

    .btn-link.btn-alt:hover, .btn-link.btn-alt:focus, .btn-link.btn-alt:active, .btn-link.btn-alt.active, .open .dropdown-toggle.btn-link.btn-alt {
        color: #f57e48;
        background-color: transparent;
        border-color: transparent;
        border-width: 0px;
        font-weight: 600;
        font-size: 14px;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #f57e48;
    border: 1px solid #f57e48;
}

.ui-slider .ui-slider-range {
    background-color: #f57e48;
}






.product-tabs .nav-tabs {
    text-align: left;
    margin-bottom: 20px;
    border: none;
    display: block;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #F57E48;
}



    .product-tabs .nav-tabs > li > a, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:focus {
        background: none;
        border: none;
        color: #F57E48;
        font-weight: 500;
        background: #fff;
        font-size: 16px;
        position: relative;
        margin: 0px;
        padding: 25px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 60px;
        padding-bottom: 27px;
    }

        .product-tabs .nav-tabs > li > a em, .product-tabs .nav-tabs > li > a:hover em, .product-tabs .nav-tabs > li > a:focus em {
            font-size: 22px;
        }


    .product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus {
        background: none;
        border: none;
        color: #101214;
        background: #fff;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        margin: 0px;
        padding: 25px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 60px;
        border-bottom: 3px solid #101214;
    }




@media (max-width:768px) {

    .product-tabs .nav-tabs li {
        width: 50%;
        display: inline-block;
        margin-top: 10px;
    }

    .product-tabs .nav-tabs > li > a, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:focus {
        border: none;
        border-bottom: 1px solid #ededed;
        display: block;
    }

    .product-tabs .nav-tabs {
        border-bottom: none;
        width: 100%;
    }

        .product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:hover, .product-tabs .nav-tabs > li.active > a:focus {
            border: none;
            border-bottom: 1px solid #f57e48;
            display: block;
        }
}


@media (max-width:580px) {

    .product-tabs .nav-tabs li {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}


.product-tabs .tab-content {
    text-align: left;
}






/* start page loader */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f2;
    z-index: 100500;
}

    #page-preloader img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        border: 3px solid transparent;
        border-radius: 50%;
        z-index: 1001;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
    }



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end page loader */


.pull-none {
    float: none !important;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

    .nav-brand a {
    }



.article-view .main-content img {
    max-width: 100%;
    height: auto;
}

.panel-default {
    border-radius: 0px;
    margin-bottom: 20px !important;
}

    .panel-default > .panel-heading {
        color: #ffffff;
        border-radius: 0px;
        background: #ebebeb;
        border-color: transparent;
    }

.panel-group .panel-default {
    border-radius: 0px;
    margin-bottom: 5px !important;
}

.panel-group .panel.panel-default .panel-body {
    border: none;
}

.panel-group .panel.panel-default .panel-title {
    color: #575563;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 0px;
    display: block;
    width: 100%;
    min-height: initial;
    font-family: 'Zona W03 Regular',serif;
}

.panel-group .panel-default > .panel-heading {
    color: #575563;
    border-radius: 0px;
    background: none;
    padding: 0px;
    border-color: transparent;
    border-bottom: 1px solid #ccc;
}

.panel-group .panel.panel-default .panel-body {
    border-radius: 0px;
}
.panel-group .panel.panel-default .panel-title a {
    color: #F57E48;
    text-decoration: none;
}
.panel-group .panel.panel-default .panel-title a:hover, .panel-group .panel.panel-default .panel-title a:focus {
    color: #000000;
    text-decoration: none;
}

.panel-group .panel-body p {
    font-weight: 400;
    font-family: 'Zona W03 Regular',serif;
    margin: 0 0 2.14em;
    line-height: 1.6;
    font-size: 14px;
}

@media(max-width:480px) {
    .img-menu {
        height: 40px;
    }
}





.delivery-info img {
    max-width: 40px;
}

.delivery-info table {
    padding: 0px;
    margin-top: 10px;
}

.delivery-info.delivery-info2 table {
    padding: 0px;
    margin-top: 0px;
}

.delivery-info.delivery-info2 {
    padding: 10px;
}

.delivery-info table td {
    padding: 5px;
}

.delivery-info table tr td:nth-child(1) {
    background: #ededed;
}

.delivery-info table tr td:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    width: 100px;
    line-height: 16px !important;
    text-align: left !important;
    padding-left: 7px;
    padding-right: 7px;
    background: #ededed;
}

.delivery-info table tr td:nth-child(3) {
    font-size: 13px;
    font-weight: 600;
    background: #f4f4f4;
    line-height: 16px !important;
    text-align: left !important;
}


.cart-control-lines-wrapper .img-responsive {
    position: relative;
    max-height: 120px;
    max-width: 120px;
    width: auto !important;
    display: inline-block;
}

.cart-control-lines-wrapper .row.row-table-row .col-head:nth-child(1) a:nth-child(1) {
    min-width: 120px;
    position: relative;
    text-align: center;
}

.img-shipment-wrapper {
    position: relative;
    text-align: center;
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.img-payment-wrapper {
    position: relative;
    text-align: center;
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.cart-holder {
    box-shadow: none;
}

.cart-holder-row .clearfix.hidden-sm.hidden-xs {
    display: none !important;
}

.cart-holder-row strong strong span {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.cart-holder-row strong strong, .cart-holder-row strong strong span {
    font-weight: normal;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ededed;
}
/*.slick-initialized .slick-slide,.product-tile.product-small-tile {
    height: 100%;
    min-height: 100%;
}*/

.col-tile-images {
    position: relative;
}




@media(max-width:1170px) {
    .product-info-images .img-thumbnail {
        border-radius: 8px;
    }

    .product-info-images {
    }
}

.view-in-stock {
    padding-left: 33px;
    background: url(skn/track2.png) 0% 50% no-repeat;
    color: #4DA60B;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
}

.guarantee {
    background: #be2832;
    height: 40px;
    padding: 3px;
    padding-left: 33px;
    background: url(skn/guarantee.png) 3px 50% no-repeat #be2832;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;
    line-height: 35px;
}

.tile-discount {
    background: #16428A;
    line-height: 20px;
    padding: 3px;
    font-style: normal;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 10px;
}
.v-top{
    vertical-align:top;

}
    .tile-discount .discount-text {
        line-height: 11px;
        font-size: 9px;
    }
    .tile-discount.tile-discount2 {
        
        margin-bottom: 0px !important;
        vertical-align: middle;
        font-size: 14px;
        height:40px;
        line-height:16px;
    }
        .tile-discount.tile-discount2 .discount-text {
            line-height: 11px;
            font-size: 9px;
        }
.discount-timer-text {
    text-align: center;
    color: #323232;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
}

.discount-timer .row {
    margin: 0px;
}

.discount-timer .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.discount-timer-value {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #3CBBCC;
    border-radius: 50%;
}

.discount-timer-suffix {
    font-size: 11px;
}

.discount-timer-sep::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    content: ':';
    font-size: 16px;
    color: #000000;
    display: inline-block;
}

.guarantee {
    font-size: 20px;
    padding-right: 5px;
    line-height: 35px;
    font-family: 'Zona W03 ExtraBold',sans-serif;
}

.view-out-of-stock {
    padding-left: 33px;
    background: url(skn/track2.png) 0% 50% no-repeat;
    color: #cc0000;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
}

.product-small-tile .tile-title {
    height: 80px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.product-small-tile .tile-code {
}

@media(max-width:480px) {
    .product-small-tile .tile-title {
        height: 100px;
        overflow-y: hidden;
        margin-bottom: 10px;
    }

        .product-small-tile .tile-title a, .product-small-tile .tile-title a:hover, .product-small-tile .tile-title a:focus {
            font-size: 13px;
        }
}

@media(max-width:768px) {
    .product-info-images {
        float: left !important;
    }
}

.shipment-methods-list .radio + .radio, .shipment-methods-list .checkbox + .checkbox, .shipment-methods-list .radio, .shipment-methods-list .checkbox {
    margin-top: 0px;
}
.payment-methods-list .radio + .radio, .payment-methods-list .checkbox + .checkbox, .payment-methods-list .radio, .payment-methods-list .checkbox {
    margin-top: 0px;
}



.shipment-description, .payment-description, .shipment-list-description, .payment-list-description {
    display: none;
    border: 1px solid #D5D5D5;
    cursor: zoom-in;
    background: #fff;
    padding: 5px;
   
    border-radius: 10px;
    margin-left:-15px;
    margin-right:-15px;
}
.shipment-radio-inner {
    min-height:120px;
    background: #ccc;
    border-radius: 10px;
    color: #333;
    
    text-align: center !important;
    padding: 10px;

    vertical-align: top;
   
}
.shipment-radio-inner.active {
    min-height: 120px;
    background: #f57e48;
    border-radius: 10px;
    color: #fff;
    text-align: center !important;
    padding: 10px;
    vertical-align: top;
}
.payment-radio-inner {
    background: #ccc;
    border-radius: 10px;
    color: #333;
    min-height: 120px;
    text-align: center !important;
    padding: 10px;
    vertical-align: top;
}
.payment-radio-inner.active {
    background: #f57e48;
    border-radius: 10px;
    color: #fff;
    min-height: 120px;
    text-align: center !important;
    padding: 10px;
    vertical-align: top;
}


.shipment-radio-inner .shipment-cost .help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #333;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
}

.payment-radio-inner .payment-cost .help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #333;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
}

.shipment-radio-inner.active .shipment-cost .help-block {
   
    color: #fff;
    
}

.payment-radio-inner.active .payment-cost .help-block {
   
    color: #fff;
  
}


.checkout-form-step-3 fieldset, .checkout-form-step-4 fieldset {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.shipment-cost-short {
    color:#f57e48;
}.img-shipment-wrapper {
    display: block;
    text-align: center;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 100%;
}
.img-payment-wrapper {
    display: block;
    text-align: center;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 100%;
}

.img-shipment-wrapper img, .img-payment-wrapper img {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.checkout .cart-holder img {
    max-height: 90px;
    width: auto !important;
}
.shipment-radio label, .shipment-radio label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.shipment-radio input[type="radio"] {
    float: none !important;
    margin-left: initial !important;
    
}
.payment-radio label, .payment-radio label {
    display: block;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.payment-radio input[type="radio"] {
    float: none !important;
    margin-left: initial !important;
}
.shipment-cost {
    display: block;
    width: 100%;
}


.payment-cost {
    display: block;
    width: 100%;
}

.BillingFax-wrapper, .ShipmentFax-wrapper {
    display: none;
}

.filters-panel-categories .level-1 {
    padding-left: 0px;
    margin-left: -15px !important;
}

.filters-panel-categories .level-2 {
    padding-left: 20px;
    margin-left: -15px !important;
}

.filters-panel-categories .level-3 {
    padding-left: 40px;
    margin-left: -15px !important;
}

.filters-panel-categories .level-4 {
    padding-left: 60px;
    margin-left: -15px !important;
}

.filters-panel-categories .level-5 {
    padding-left: 80px;
    margin-left: -15px !important;
}

.force-text-left label {
    text-align: left !important;
    font-weight: 600;
    font-size: 14px;
}


.btn.btn-request {
    padding: 7px 14px;
    border-radius: 15px;
    font-weight: normal;
}

.btn-lg, .btn-lg:hover, .btn-lg:focus {
    font-size: 14px;
    font-weight: 400;
    height: 45px !important;
    line-height: 20px;
}

    .btn-lg span, .btn-lg em {
        font-size: 14px;
        font-weight: 400;
    }

.btn.btn-lg.btn-rounded.btn-link {
    background: #fff;
    border-color: transparent;
    color: #575563;
    font-size: 14px !important;
    border-radius: 7px !important;
    height: 45px !important;
    line-height: 20px;
    font-weight: 600 !important;
}

    .btn.btn-lg.btn-rounded.btn-link span {
        font-size: 14px !important;
        color: #575563;
    }

        .btn.btn-lg.btn-rounded.btn-link span.badget {
            color: #f57e48 !important;
        }

        .btn.btn-lg.btn-rounded.btn-link span.icofont.icofont-thin-down {
            color: #333 !important;
            font-weight: 600;
        }


.btn-rounded {
    border-radius: 0px !important;
}

.btn-lg.btn-rounded {
    border-radius: 0px !important;
}



.brands-menu-wrapper {
    background: #fff;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.brands-menu-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .brands-menu-inner .dropdown-menu {
        columns: 2;
        width: 100%;
        min-width: 400px;
        max-width: 400px;
        z-index: 10;
    }

@media(min-width:1200px) {
    .home-favorite {
        width: 25%;
    }
}

@media(min-width:990px) AND (max-width:1200px) {
    .home-favorite {
        width: 20%;
    }
}

@media(min-width:768px) AND (max-width:990px) {
    .home-favorite {
        width: 33%;
    }
}

@media(min-width:600px) AND (max-width:768px) {
    .home-favorite {
        width: 50%;
    }
}

@media(max-width:600px) {
    .home-favorite {
        width: 100%;
    }
}

.home-favorites {
    margin-left: -10px;
    margin-right: -10px;
}

.home-favorite {
    padding-left: 10px;
    padding-right: 10px;
}

.tags-title h3 {
    color: #fff;
    background: #101214;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-family: 'Zona W03 ExtraBold',sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    display:inline-block;
    line-height:40px;
    padding-left:25px;
    padding-right:25px;
    position: relative;
}



@media(min-width:1600px) {
    .home-special-offer {
        width: 25%;
    }

    .brand {
        width: 12.5%;
    }

    .home-category {
        width: 20%;
    }
}
@media(min-width:1200px) AND (max-width:1600px) {
    .home-special-offer {
        width: 33%;
    }
    .home-favorite {
        width: 33%;
    }
    .home-category {
        width: 33%;
    }
}

@media(min-width:990px) AND (max-width:1200px) {
    .home-special-offer {
        width: 20%;
    }
    .brand {
        width: 16.6%;
    }
    .home-category {
        width: 20%;
    }
}

@media(min-width:768px) AND (max-width:990px) {
    .home-special-offer {
        width: 33%;
    }
    .brand {
        width: 20%;
    }
    .home-category {
        width: 33%;
    }
}

@media(min-width:600px) AND (max-width:768px) {
    .home-special-offer {
        width: 50%;
    }
    .brand {
        width: 50%;
    }
    .home-category {
        width: 50%;
    }
}

@media(max-width:600px) {
    .home-special-offer {
        width: 100%;
    }
    .brand {
        width: 33%;
    }
    .home-category {
        width: 100%;
    }
}

.home-special-offers {
    margin-left: -10px;
    margin-right: -10px;
}

.home-special-offer {
    padding-left: 10px;
    padding-right: 10px;
}

.brands {
    margin-left: -10px;
    margin-right: -10px;
}

.brands-area {
    background: #F7F7F7;
    padding-top:20px;
    padding-bottom:50px;
    padding-left:15px;
    padding-right:15px;
}

.brand {
    padding-left:5px;
    padding-right: 5px;
}
.brands-title{
    text-align:center;
}
.brands-title {
    color: #101214;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: 600;
    position: relative;
    text-align:center;
    display:block;
    padding-block:30px;
    text-align:center;
}

    .brands-title::after {
        content: '';
        background: #3CBBCC;
        width: 50px;
        height: 3px;
        display: inline-block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

.info-banner-image {
    border-radius: 2px;

    background:#fff;
    padding:5px;
}
.leaves {
    background: #DFDFE1;
    border-radius: 10px;
    overflow: hidden;
   
}
@media(min-width:990px) { .leaves-bg{ height:100%;min-height:100%;}}
.leaves-up {
    background: url(skn/leavesup2x.png) 50% 0% repeat-x;
    background-size: 100%;
   
}

.leaves-down {
    background: url(skn/leavesdown2x.png) 50% 100% repeat-x;
    background-size: 100%;
  
    position: relative;
}

@media (min-width:990px) {

   
    .leaves {
        min-height: 100%;
        height: 100%;
    }

	.leaves-up {
	   
		min-height: 100%;
		height: 100%;
	}

	.leaves-down {
	   
		min-height: 100%;
		height: 100%;
		position: relative;
	}
		

	.leaves-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
        
	}	
}
@media (min-width:990px) {
    .btn-close-menu {
        display:none;
    }

    .vertical-menu {
        position: fixed;
        left: 0%;
        top: 0px;
        min-height: 100%;
        height: 100%;
        z-index: 10001;
        /*max-width: 300px;*/
        
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
}
    @media (max-width:990px) {


        .leaves {
            margin-bottom: 50px;
        }

        .btn.btn-close-menu, .btn.btn-close-menu:hover, .btn.btn-close-menu:focus {
            position: absolute;
            top: 0px;
            right: 0px;
            color: #fff !important;
            font-weight: 400 !important;
            font-size: 30px !important;
        }

        .leaves-text {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .vertical-menu {
            position: fixed;
            left: -100%;
            top: 0px;
            min-height: 100%;
            height: 100%;
            z-index: 10001;
            max-width: 300px;
            width: 100%;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

            .vertical-menu.expand {
                position: fixed;
                left: 0%;
                top: 0px;
                min-height: 100%;
                height: 100%;
                z-index: 10001;
                max-width: 300px;
                width: 100%;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }
    }


    .newsletter-area {
        border-top: 1px solid rgb(171, 170, 177);
    }

    .newsletter-title {
        font-size: 19px;
        color: #101214;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
    }

        .newsletter-title::before {
            content: '';
            background: url(skn/envelope.png);
            width: 36px;
            height: 31px;
            display: inline-block;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%);
        }

        .newsletter-title::after {
            content: '';
            background: #3CBBCC;
            width: 50px;
            height: 3px;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
        }

    .newsletter-subtitle {
        font-size: 16px;
        color: #101214;
        line-height: 40px;
        text-align: center;
    }


    #NewsletterEmail, #NewsletterEmail:hover, #NewsletterEmail:focus {
        display: inline-block;
        max-width: 500px;
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #3CBBCC;
        background: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

    #btnNewsletterSubscribe {
        background: #101214;
        color: #fff;
        border: 1px solid #101214;
        border-radius: 0px;
        line-height: 34px;
        padding: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

        #btnNewsletterSubscribe:hover, #btnNewsletterSubscribe:focus {
            background: #f57e48;
            color: #fff;
            border: 1px solid #f57e48;
            border-radius: 0px;
            line-height: 34px;
            padding: 0px;
            padding-left: 30px;
            padding-right: 30px;
        }


.strong-title {
    color: #101214;
    font-family: 'Zona W03 ExtraBold',sans-serif;
    font-size: 28px;
}

    .gray-bg {
        background: #F3F3F3;
        color: #575563;
    }

    .box-tile {
        padding: 10px;
        background: #fff;
    }

    .box-tile {
        padding: 10px;
        background: #3CBBCC;
    }

        .box-tile:hover {
            padding: 10px;
            background: #f57e48;
        }

        .box-tile td:first-child {
            min-width: 60px;
            width: 60px;
        }

        .box-tile table, .box-tile td:last-child {
            width: 100%;color: #fff;
        }

        .box-tile:hover td:last-child {
            color: #fff;
        }

        .box-tile a .cicon {
            height: 60px;
            width: 60px;
            min-width: 60px;
            border-radius: 50%;
            display: inline-block;
            color: #333;
            font-size: 3em;
            text-align: center;
            padding: 0px;
            line-height: 60px;
            background: #F3F3F3;
        }

        .box-tile a .cicon3 {
            height: 100px;
            width: 100px;
            min-width: 100px;
            border-radius: 50%;
            display: inline-block;
            color: #333;
            font-size: 3em;
            text-align: center;
            padding: 0px;
            line-height: 100px;
            background: #F3F3F3;
        }

        .box-tile a:hover .cicon, .box-tile a:focus .cicon {
            height: 60px;
            width: 60px;
            min-width: 60px;
            border-radius: 50%;
            display: inline-block;
            background: #fff;
            color: #fff;
            font-size: 3em;
        }

        .box-tile.article-box-tile .box-title {
            font-size: 16px !important;
            font-family: 'Zona W03 ExtraBold',sans-serif;
        }

        .box-tile .tile-parent-title {
            color: #575563;
            font-size: 13px;
            padding-bottom: 3px;
            margin-bottom: 8px;
            display: inline-block;
            border-bottom: 2px solid #f57e48;
        }

        .box-tile:hover .tile-parent-title, .box-tile:focus .tile-parent-title {
            color: #000;
            font-size: 13px;
            padding-bottom: 3px;
            margin-bottom: 8px;
            display: inline-block;
            border-bottom: 2px solid #fff;
        }


        .box-tile [class^="flaticon-"]:before {
            margin: 0px;
            font-size: 30px;
            color: #333;
        }

    a.cat-back, a.cat-back:hover, a.cat-back:focus {
        font-size: 12px;
        color: #f57e48;
    }

    .box-tile [class^="st-"]:before {
        margin: 0px;
        font-size: 20px;
        color: #333;
        vertical-align: top;
        margin-top: 7px;
        display: inline-block;
    }

    em {
        font-style: normal;
    }

    .top-sales-title h4 {
        font-weight: 700;
        font-size: 21px;
        color: #575563;
        margin-bottom: 30px;
    }



    @media(min-width:1200px) {
        .top-sale {
            width: 25%;
        }
    }

    @media(min-width:990px) AND (max-width:1200px) {
        .top-sale {
            width: 33%;
        }
    }

    @media(min-width:768px) AND (max-width:990px) {
        .top-sale {
            width: 50%;
        }
    }

    @media(min-width:600px) AND (max-width:768px) {
        .top-sale {
            width: 50%;
        }
    }

    @media(max-width:600px) {
        .top-sale {
            width: 100%;
        }
    }
    .product-brand{
        color:#101214;
        font-size: 16px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
    }
    .btn-filter.active, .btn-filter.active:hover, .btn-filter.active:focus {
        background: #F57E48 !important;
        color: #fff !important;
        border: 1px solid #F57E48 !important;
        border-radius: 0px !important;
        font-weight: 400 !important;
    }

    .btn-filter, .btn-filter:hover, .btn-filter:focus {
        background: #fff !important;
        color: #F57E48 !important;
        border: 1px solid #F57E48 !important;
        border-radius: 0px;
        font-weight: 400 !important;
    }

    .top-sales {
        margin-left: -10px;
        margin-right: -10px;
    }

    .top-sale {
        padding-left: 10px;
        padding-right: 10px;
    }
.product-big-tile {
    border: 1px solid #E9EBF0;
    background: #F9F9F9;
    margin-bottom:30px;
}

.col-tile-images-inner {
    position: relative;
    background: #fff;
    min-height: 100%;
    height: 100%;
    border:15px solid #F9F9F9;
    border-top:none;
}
.big-tile-details{
    padding:15px;
}
.big-tile-details .tile-brand a, .big-tile-details .tile-brand a:hover, .big-tile-details .tile-brand a:focus {
    font-family: 'Zona W03 ExtraBold',sans-serif;
    color: #101214;
    font-size:14px;
    display:block;
    line-height:17px;
}
    .big-tile-details .tile-title a, .big-tile-details .tile-title a:hover, .big-tile-details .tile-title a:focus {
        font-weight:600;
        color: #101214;
        font-size: 19px;
        line-height: 29px;
        display: inline-block;
    }
    .big-tile-details .tile-code {
        
        color: #777777;
        font-size: 10px;
    }
.tile-guarantee {
    color: #222222;
    line-height:initial;
    font-size: 11px;
    display:inline-block;
}
.tile-actions a, .tile-actions a:hover, .tile-actions a:focus {
    color: #222222;
    font-size: 11px;
    line-height: initial;
    display: inline-block;
}
.product-tile .product-tile-inner {
    border: 2px solid #F3F3F3;
}

    .light-blue-bg {
        background: #c5d0e2;
    }

    .category-slider .carousel-inner .item {
        background: #16428A;
        border-radius: 6px;
        overflow: hidden;
    }

    .category-slider .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0px;
        z-index: 15;
        width: 41.67%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    @media(max-width:768px) {
        .category-slider .carousel-indicators {
            width: 100%;
        }
    }

    .category-slider .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #f57e48;
        border-color: #f57e48;
    }

    .cat-slider-title {
        font-size: 31px;
        font-weight: 700;
        color: #ffffff;
        margin: 0px;
        margin-bottom: 10px;
    }

    .cat-slider-description {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }

    @media(min-width:768px) {
        .category-slider .cat-slider-caption-wrapper {
            position: relative;
            min-height: 100%;
            height: 100%;
        }

        .category-slider .cat-slider-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
    }

    @media(max-width:768px) {
        .category-slider .cat-slider-caption-wrapper {
            padding: 20px;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .text-strong {
        color: #575563;
        font-weight: 700;
        font-size: 20px;
    }

    .text-strong-orange {
        color: #f57e48;
        font-weight: 700;
        font-size: 18px;
    }

    .box {
        padding: 10px;
        border: 1px solid #D5D5D5;
        border-radius: 0px;
        background: #fff;
        margin-bottom: 10px;
    }
    .cart-holder.box{
        background: #F3F3F3;
    }
    .price-box {
        padding: 10px;
        border: 1px solid #16428A;
        border-radius: 10px;
        background: transparent;
    }

    .ship-box {
        padding: 0px;
        border: none;
        border-radius: 0px;
        background: none;
        color: #101214;
        margin-top: 10px;
    }

        .ship-box.cart-ship-box {
            padding: 10px;
            border: 1px solid #D5D5D5;
            border-radius: 10px;
            background: #fff;
            color: #575563;
            margin-top: 0px;
        }

    .alert-small {
        font-size: 12px;
        color: #101214;
        background: none;
        border: none;
        padding: 0px;
        margin-bottom: 10px;
    }

    .cart-ship-box .alert-small {
        color: #575563;
        text-align: left;
    }

    .ship-title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cart-ship-box .ship-title {
        color: #575563;
        font-size: 21px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .similar-products-title {
        padding: 20px;
        color: #575563;
        font-size: 19px;
        text-align: center;
    }

    .modal-cart-checkout-button {
        display: none;
    }

    .modal.side-cart .modal-body {
        background: #fff;
        padding: 15px;
        position: relative;
    }

    .order-line-tile {
        background: #f7f7f7;
        border-radius: 5px;
        padding: 3px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(130,130,130,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(130,130,130,1);
        box-shadow: 0px 3px 5px 0px rgba(130,130,130,1);
    }

    .checkout-order-line-tile {
        background: #f7f7f7;
        border-radius: 5px;
        padding: 3px;
    }

        .checkout-order-line-tile .order-line-tile-table, .checkout-order-line-tile .order-line-tile-table tr {
            background: #f7f7f7 !important;
        }

    .order-line-tile-final-price {
        color: #3CBBCC;
        font-size: 18px;
    }

    .cart-holder .table.table-stripped td {
        border: none !important;
    }

    .cart-holder .table > thead > tr > th, .cart-holder .table > tbody > tr > th, .cart-holder .table > tfoot > tr > th, .cart-holder .table > thead > tr > td, .cart-holder .table > tbody > tr > td, .cart-holder .table > tfoot > tr > td {
        padding: 0px;
        border-top: none;
    }

        .cart-holder .table > tfoot > tr > th > strong {
            float: left;
        }

    .cart-holder .table > tfoot {
        border-top: 2px solid #D5D5D5;
    }

        .cart-holder .table > tfoot > tr:last-child > th {
            border-top: 2px solid #D5D5D5;
        }

            .cart-holder .table > tfoot > tr:last-child > th strong {
                color: #575563;
                font-size: 19px;
                font-family: 'Zona W03 ExtraBold',sans-serif;
            }

    .modal-cart-total-caption, .modal-cart-total {
        font-weight: 800;
    }

    .btn-green {
        background: #3CBBCC !important;
        color: #fff !important;
        border: 1px solid #3CBBCC !important;
    }

        .btn-green:hover, .btn-green:focus {
            background: #333 !important;
            color: #fff !important;
            border: 1px solid #333 !important;
        }



    .box .table-striped > tbody > tr:nth-child(odd) > td, .box .table-striped > tbody > tr:nth-child(odd) > th {
        background: none !important;
    }
    /*
    .box .table-striped tr {
        background: #fff;
    }
    */
    .checkout .panel-default > .panel-heading {
        color: #F57E48;
        font-size: 21px;
        border-radius: 0px;
        background: none;
        font-weight: 800;
        border-color: transparent;
        border-bottom: 1px solid #D5D5D5;
        padding-left: 0px;
        padding-right: 0px;
    }

        .checkout .panel-default > .panel-heading h4 {
            color: #ABAAB1;
            line-height: 30px;
            font-size: 21px;
            font-family: 'Zona W03 ExtraBold',sans-serif;
        }

        .checkout .panel-default > .panel-heading.enabled h4 {
            color: #f57e48;
            line-height: 30px;
        }

        .checkout .panel-default > .panel-heading h4 .checkout-panel-number {
            color: #fff;
            background: #ABAAB1;
            font-size: 14px;
            font-family: 'Zona W03 ExtraBold',sans-serif;
            height: 30px;
            width: 30px;
            line-height: 30px;
            display: inline-block;
            border-radius: 0%;
            text-align: center;
            margin-right: 10px;
        }

        .checkout .panel-default > .panel-heading.enabled h4 .checkout-panel-number {
            background: #F57E48;
        }

    .checkout .panel-default > .panel-body {
        border: none;
        border-top: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .div-table.cart-totals hr {
        margin: 10px 0 5px;
    }

    .div-table.cart-totals {
        background: transparent;
        border-radius: 0px;
        
        max-width: 100%;
    }

        .div-table.cart-totals .col-td {
            border: none !important;
            color: #222;
        }

    .div-table .row-table-row {
        border: none !important;
        color: #fff;
    }

    .cart-totals .row .text-right:first-child {
        font-weight: normal;
        text-align: left;
        font-size: 12px;
    }

    .cart-totals .row .text-right:last-child {
        font-weight: 600;
        text-align: right;
        font-size: 12px;
    }

    .cart-totals .text-left {
        padding: 4px;
    }

    .cart-totals .text-right {
        padding: 4px;
    }

    .cart-totals .row .text-right.text-total:first-child {
        font-weight: normal;
        text-align: left;
        font-size: 16px;
    }

    .cart-totals .row .text-right.text-total:last-child {
        font-weight: 600;
        text-align: right;
        font-size: 16px;
    }

    .action-cart-buttons {
        display: none;
    }

    .cart .coupon-area.well {
        display: none;
    }

    .coupon-box {
        line-height: 20px;
        font-size: 12px;
        color: #3CBBCC;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .coupon-box a, .coupon-box a:hover, .coupon-box a:focus {
            line-height: 20px;
            font-size: 12px;
            color: #222222;
        }

        .coupon-box img {
            margin-right: 4px;
        }

    h3.cart-header {
        color: #575563;
        font-size: 21px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .order-line-tile-code a, .order-line-tile-code a:hover, .order-line-tile-code a:focus {
        font-size: 14px;
        line-height: initial;
        display: block;
    }

    .order-line-tile-code {
        margin-bottom: 10px;
    }

    .order-line-tile-title a, .order-line-tile-title a:hover, .order-line-tile-title a:focus {
        font-size: 13px;
        line-height: 20px;
        display: block;
        font-weight: 600;
    }

    .side-cart .order-line-tile-actions {
        vertical-align: bottom;
    }

        .side-cart .order-line-tile-actions span {
            font-size: 20px;
            margin-bottom: 10px;
        }

    .order-line-tile-price, .order-line-tile-final-price {
        font-size: 16px;
        font-weight: 600;
    }

    a.btn-error, a.btn-error:hover, .btn-error:focus, .btn-error {
        color: #cc0000 !important;
    }

    .cart-line-row {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .cart-control-lines-wrapper {
        border-bottom: none;
    }

    .cart-line-after-discount {
        color: #3CBBCC;
        line-height: 20px;
        font-size: 20px; font-weight: 600;
    }

    .cart-line-before-discount {
        color: #575563;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        text-decoration: line-through;
    }

    .cart-line-total {
        color: #575563;
        line-height: 24px;
        font-size: 15px;
        font-weight: 600;
    }

    .cart-line-code a, .cart-line-code a:hover, .cart-line-code a:focus {
        font-size: 12px;
    }

    .cart-line-name a, .cart-line-name a:hover, .cart-line-name a:focus {
        font-family: 'Zona W03 ExtraBold',sans-serif;
        color: #575563;
        font-size: 16px;
    }

    .cart-line-actions .btn.btn-link span, .cart-line-actions .btn.btn-link:hover span, .cart-line-actions .btn.btn-link:focus span {
        color: #F57E48;
        font-size: 18px;
    }

    .cart-line-actions .btn.btn-link:hover span, .cart-line-actions .btn.btn-link:focus span {
        color: #f57e48;
    }

    .cart-line-actions .btn.btn-link, .cart-line-actions .btn.btn-link:hover, .cart-line-actions .btn.btn-link:focus {
        padding: 0px;
    }

    .cart-line-actions .form-control {
        border-radius: 0px;
    }

    .product-tile .tile-actions {
        position: absolute;
        right: 30px;
        top: 10px;
    }

        .product-tile .tile-actions a.btn-rounded, .product-tile .tile-actions a.btn-rounded:hover, .product-tile .tile-actions a.btn-rounded:focus {
            background: #fff;
            color: #F57E48;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            line-height: 40px;
            font-size: 18px;
            padding: 0px;
            margin-left: 5px;
        }

            .product-tile .tile-actions a.btn-rounded:hover, .product-tile .tile-actions a.btn-rounded:focus {
                color: #333;
            }

    .wishlist-button.wishlisted .fa.fa-heart-o:before {
        content: "\f004";
    }

    .checkout .coupon-area {
        display: none;
    }


    /* .checkout-wizard-area .btn-lg, .checkout-wizard-area .btn-lg:hover, .checkout-wizard-area .btn-lg:focus {
        font-size: 14px;
        font-weight: 400;
        height: initial !important;
        line-height: 14px;
        border-radius: 20px;
        background: #16428a;
        border-color: #16428a;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .checkout-wizard-area .btn-lg:hover, .checkout-wizard-area .btn-lg:focus {
            line-height: 40px;
            padding-top: 0px;
            padding-bottom: 0px;
            background: #f57e48;
            border-color: #f57e48;
        } */

    #panel_step5 .edit-view {
        display: none;
    }

    .my-box ul li {
        list-style: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }

        .my-box ul li a, .my-box ul li a:hover, .my-box ul li a:focus {
            font-family: 'Zona W03 ExtraBold',sans-serif;
            font-size: 16px;
            color: #575563;
        }

        .my-box ul li.active a, .my-box ul li.active a:hover, .my-box ul li.active a:focus {
            font-family: 'Zona W03 ExtraBold',sans-serif;
            font-size: 16px;
            color: #f57e48;
        }

    .btn.btn-danger.btn-logout, .btn.btn-danger.btn-logout:hover, .btn.btn-danger.btn-logout:focus {
        background: #3CBBCC;
        border-color: #3CBBCC;
        color: #ffffff;
        font-family: 'Zona W03 Regular',sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .btn.btn-danger.btn-logout:hover, .btn.btn-danger.btn-logout:focus {
            background: #222;
            border-color: #222;
            color: #ffffff;
            font-family: 'Zona W03 Regular',sans-serif;
        }


    .myorders #orders_table td {
        background: #fff;
    }


    .action-login .action-header, .action-register .action-header {
        display: none;
    }

    .action-login {
        background: #fff;
        color: #101214;
    }

        .action-login a, .action-login a:hover, .action-login a:focus {
            color: #101214;
        }

    .action-register {
        background: #f57e48;
        color: #fff;
    }

    .action-login h3 {
        font-family: 'Zona W03 ExtraBold',sans-serif;
        font-size: 22px;
        color: #101214;
    }

    .action-register h3 {
        font-family: 'Zona W03 ExtraBold',sans-serif;
        font-size: 22px;
        color: #fff;
    }

    .action-login .register-link {
        display: none;
    }

    .action-login .form-group div div {
        display: none;
    }

    .action-login .input-group:nth-child(3) {
        display: block;
    }

    @media(min-width:768px) {
        .actions-login {
            border-radius: 10px;
            overflow: hidden;
        }
    }

    .cart-icon, .comparelist-icon, .wishlist-icon {
        position: relative;
        display: inline-block;
    }

    .icons-area > a {
        display: inline-block;
    }

    .cart-icon span, .comparelist-icon span, .wishlist-icon span {
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 0px;
        right: -16px;
        display: inline-block;
        border-radius: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
    }

    #inline-cart-total-quantity {
        background: #3CBBCC;
        border-radius: 8px;
        text-align: center;
    }



    .action-login .btn.btn-primary {
        border-radius: 0Px;
        color: #fff;
        background: #F57E48;
        width: 100%;
        text-align: center;
        max-width: 100%;
        border: 1px solid #F57E48;
        display: block;
        font-size: 13px;
        padding: 12px 24px;
    }

        .action-login .btn.btn-primary:hover, .action-login .btn.btn-primary:focus {
            border-radius: 0px;
            color: #fff;
            background: #222;
            width: 100%;
            text-align: center;
            max-width: 100%;
            border: 1px solid #222;
            display: block;
            font-size: 13px;
            padding: 12px 24px;
        }

    .action-register .btn.btn-primary {
        border-radius: 0px;
        color: #F57E48;
        background: #FFF;
        width: 100%;
        text-align: center;
        border: 1px solid #FFF;
        display: block;
        font-size: 13px;
        padding: 12px 24px;
    }

    .side-cart-total {
        color: #575563;
        font-size: 19px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
    }

    .action-register .btn.btn-primary:hover, .action-register .btn.btn-primary:focus {
        border-radius: 0px;
        color: #FFF;
        background: #222;
        width: 100%;
        text-align: center;
        max-width: 100%;
        border: 1px solid #222;
        display: block;
        font-size: 13px;
        padding: 12px 24px;
    }

    .action-login .btn, .action-register .btn {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }


    .brands-link {
        min-height: 100%;
        height: 100%;
        background: #fff;
        border-radius: 2px;
        position: relative;
    }

        .brands-link a, .brands-link a:hover, .brands-link a:focus {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            color: #575563;
            text-align: center;
            display: block;
            width: 100%;
        }

            .brands-link a em, .brands-link a:hover em, .brands-link em {
                color: #f57e48;
            }
@media(max-width:768px){
    .brands-link {
        min-height: initial;
        height:  initial;
        background: #fff;
        border-radius: 2px;
        position: relative;
    }

        .brands-link a, .brands-link a:hover, .brands-link a:focus {
            position:  initial;
            top:  initial;
            left:  initial;
            transform: none;
            color: #575563;
            text-align: center;
            display: block;
            width: 100%;
            padding:20px;
        }

            .brands-link a em, .brands-link a:hover em, .brands-link em {
                color: #f57e48;
            }
}


    .select2-container--bootstrap .select2-selection--single {
        height: 44px !important;
        padding: 12px 24px 12px 12px !important;
    }

    .select2-container--bootstrap .select2-selection {
        border-radius: 0px !important;
    }

    .product-rel-details {
        position: relative;
    
    }

    .product-abs-details {
        position: absolute;
        bottom: 15px;
        left: 0px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .guarantee.guarantee2 {
        font-size: 12px;
        padding-right: 5px;
        line-height: 35px;
        font-family: 'Zona W03 Regular',sans-serif;
        display: inline-block;
    }

    .view-in-stock, .view-out-of-stock {
        line-height: 22px;
        margin-right: 5px;
    }

    .fa-15x {
        font-size: 1.5em;
        color: #555;
    }

    .welcome {
        color: #575563;
        font-size: 18px;
        font-family: 'Zona W03 ExtraBold',sans-serif;
    }

    .dropdown-profile.dropdown-menu > li > a {
        display: block;
        padding: 6px 5px;
    }




    #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
        display: block;
        background: rgba( 51, 51, 51,0.95);
        border: 1px solid #333;
        color: #fff;
        padding: 5px 6px;
        font-size: 14px;
        border-radius: 4px;
        -webkit-transition: background;
        transition: background;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-align: center;
        padding-right: 20px;
    }

        #gritter-notice-wrapper .gritter-item-wrapper .gritter-item:hover {
            background: rgba( 51, 51, 51,0.95);
        }

        #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close i, #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover i {
            color: #f6891f;
        }

    #gritter-notice-wrapper .btn-link, #gritter-notice-wrapper .btn-link:hover, #gritter-notice-wrapper .btn-link:focus {
        color: #333;
        margin-top: 10px;
        font-size: 13px;
        border: 1px solid #333;
    }

    #gritter-notice-wrapper {
        bottom: 15px !important;
        right: 15px !important;
        left: initial !important;
        top: initial !important;
    }

    li.month-offers {
        background: #3CBBCC;
    }


    .vertical-menu {
        min-height: 100%;
        height: 100%;
        background: #101214;
    }

        .vertical-menu #main-menu {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.vertical-menu-logo {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .content-col {
        padding: 0px;
    }

    .content-row {
        margin: 0px;
    }


    .banners-area {
        background: #101214;
    }

    .btn-tile {
        padding: 2px 6px !important;
        border-radius: 0px !important;
    }


    .tile-drop .dropdown-menu > li > a, .tile-drop .dropdown-menu > li > a:hover, .tile-drop .dropdown-menu > li > a:focus, .tile-drop .dropdown-menu > .active > a:hover, .tile-drop .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #f57e48;
        border-color: #fff;
        background: #fff;
        font-size: 12px !important;
    }

    .tile-drop .dropdown-menu {
        min-width: initial;
        padding: 0px;
    }

        .tile-drop .dropdown-menu > li > a {
            display: block;
            padding: 6px 2px !important;
        }

        .tile-drop .dropdown-menu li {
            text-align: center;
            padding: 0px;
        }

            .tile-drop .dropdown-menu li img {
                max-width: initial;
                max-height: initial;
                height: initial;
                width: initial;
                padding: 0px !important;
                display: inline-block;
            }

    .col-burger {
        padding-left: 60px !important;
    }

        .col-burger img {
            max-height: 50px;
        }

    .burger-wrapper {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translate(-50%,-50%);
        z-index: 5;
    }

    label.burger {
        display: flex;
        flex-direction: column;
        width: 30px;
        cursor: pointer;
    }

        label.burger span {
            background: #fff;
            border-radius: 10px;
            height: 3px;
            margin: 3px 0;
            transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
            position: relative !important;
            display: inline-block !important;
        }


            label.burger span:nth-of-type(1) {
                width: 50%;
                right: -15px;
            }

            label.burger span:nth-of-type(2) {
                width: 100%;
            }


            label.burger span:nth-of-type(3) {
                width: 75%;
                right: -7.5px;
            }


        label.burger input[type="checkbox"] {
            display: none;
        }


            label.burger input[type="checkbox"]:checked ~ span:nth-of-type(1) {
                transform-origin: bottom;
                transform: rotatez(45deg) translate(4px, 0px);
                right: 0px;
            }


            label.burger input[type="checkbox"]:checked ~ span:nth-of-type(2) {
                transform-origin: top;
                transform: rotatez(-45deg);
                right: 0px;
            }


            label.burger input[type="checkbox"]:checked ~ span:nth-of-type(3) {
                transform-origin: bottom;
                width: 50%;
                transform: translate(12px, -5px) rotatez(45deg);
                right: 0px;
            }


.vertical-menu-inner-wrapper {
    height: 500px;
    overflow-y: auto;
  
}

@media (max-width:990px) {
    .product-big-tile .product-tile-final-price-discounted {
        font-size: 24px;
        
    }
    .big-tile-details .tile-title a, .big-tile-details .tile-title a:hover, .big-tile-details .tile-title a:focus {
        line-height: 22px;
        font-size: 16px;
        display: inline-block;
    }
  
} 

@media (max-width:768px) {
    
    .product-big-tile .pull-right.tile-actions{
       padding-right:15px;
    }
} 
.product-big-tile .vat-text{
    font-size:12px;
}