﻿@charset "UTF-8";

@media(min-width:768px) {
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 1;
    }

        .animated.infinite {
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

        .animated.hinge {
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
        }

    .not-animated {
        opacity: 0;
    }

    @-ms-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(50%,0,0);
            transform: translate3d(50%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-o-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(50%,0,0);
            transform: translate3d(50%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(50%,0,0);
            transform: translate3d(50%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-moz-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(50%,0,0);
            transform: translate3d(50%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(50%,0,0);
            transform: translate3d(50%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    @-ms-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
}

button, .btn {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    button::-moz-focus-inner, .btn::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    button:focus, .btn:focus {
        outline: none;
    }

section.top .col-lg-1, section.top .col-lg-10, section.top .col-lg-11, section.top .col-lg-12, section.top .col-lg-2, section.top .col-lg-3, section.top .col-lg-4, section.top .col-lg-5, section.top .col-lg-6, section.top .col-lg-7, section.top .col-lg-8, section.top .col-lg-9, section.top .col-md-1, section.top .col-md-10, section.top .col-md-11, section.top .col-md-12, section.top .col-md-2, section.top .col-md-3, section.top .col-md-4, section.top .col-md-5, section.top .col-md-6, section.top .col-md-7, section.top .col-md-8, section.top .col-md-9, section.top .col-sm-1, section.top .col-sm-10, section.top .col-sm-11, section.top .col-sm-12, section.top .col-sm-2, section.top .col-sm-3, section.top .col-sm-4, section.top .col-sm-5, section.top .col-sm-6, section.top .col-sm-7, section.top .col-sm-8, section.top .col-sm-9, section.top .col-xs-1, section.top .col-xs-10, section.top .col-xs-11, section.top .col-xs-12, section.top .col-xs-2, section.top .col-xs-3, section.top .col-xs-4, section.top .col-xs-5, section.top .col-xs-6, section.top .col-xs-7, section.top .col-xs-8, section.top .col-xs-9, header .col-lg-1, header .col-lg-10, header .col-lg-11, header .col-lg-12, header .col-lg-2, header .col-lg-3, header .col-lg-4, header .col-lg-5, header .col-lg-6, header .col-lg-7, header .col-lg-8, header .col-lg-9, header .col-md-1, header .col-md-10, header .col-md-11, header .col-md-12, header .col-md-2, header .col-md-3, header .col-md-4, header .col-md-5, header .col-md-6, header .col-md-7, header .col-md-8, header .col-md-9, header .col-sm-1, header .col-sm-10, header .col-sm-11, header .col-sm-12, header .col-sm-2, header .col-sm-3, header .col-sm-4, header .col-sm-5, header .col-sm-6, header .col-sm-7, header .col-sm-8, header .col-sm-9, header .col-xs-1, header .col-xs-10, header .col-xs-11, header .col-xs-12, header .col-xs-2, header .col-xs-3, header .col-xs-4, header .col-xs-5, header .col-xs-6, header .col-xs-7, header .col-xs-8, header .col-xs-9 {
    min-height: 0;
}

html[dir=rtl] .pull-left {
    float: right !important;
}

html[dir=rtl] .pull-right {
    float: left !important;
}

html[dir=rtl] .text-left {
    text-align: right;
}

html[dir=rtl] .text-right {
    text-align: left;
}

@media(min-width:1480px) {
    html[dir=rtl] .col-xs-1, html[dir=rtl] .col-sm-1, html[dir=rtl] .col-md-1, html[dir=rtl] .col-lg-1, html[dir=rtl] .col-xs-2, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-md-2, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-xs-3, html[dir=rtl] .col-sm-3, html[dir=rtl] .col-md-3, html[dir=rtl] .col-lg-3, html[dir=rtl] .col-xs-4, html[dir=rtl] .col-sm-4, html[dir=rtl] .col-md-4, html[dir=rtl] .col-lg-4, html[dir=rtl] .col-xs-5, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-md-5, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-xs-6, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-md-6, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-xs-7, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-md-7, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-xs-8, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-md-8, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-xs-9, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-md-9, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-xs-10, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-md-10, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-xs-11, html[dir=rtl] .col-sm-11, html[dir=rtl] .col-md-11, html[dir=rtl] .col-lg-11, html[dir=rtl] .col-xs-12, html[dir=rtl] .col-sm-12, html[dir=rtl] .col-md-12, html[dir=rtl] .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

label {
    font-size: 13px;
    color: #1a1a1a;
}

@media(min-width:768px) and (max-width:991px) {
    label {
        font-size: 10px;
    }
}

label {
    font-weight: 700;
    cursor: default;
}

html[dir=rtl] .product-options .radio input[type=radio] + label {
    text-align: right;
}

textarea {
    resize: none;
}

blockquote {
    font-size: inherit;
    line-height: inherit;
}

input[type=text] {
    font-family: open sans,sans-serif;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
    font-size: 12px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 10005 !important;
}

    .bootstrap-datetimepicker-widget td.day, .bootstrap-datetimepicker-widget td.minute, .bootstrap-datetimepicker-widget td.hour, .bootstrap-datetimepicker-widget td.second, .bootstrap-datetimepicker-widget thead tr:first-child th, .bootstrap-datetimepicker-widget td span {
        border: 1px solid transparent;
        border-radius: 0;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
    }

        .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.second:hover, .bootstrap-datetimepicker-widget thead tr:first-child th:hover, .bootstrap-datetimepicker-widget td span:hover {
            background: 0 0;
            color: #458500;
            border-color: #eee !important;
        }

    .bootstrap-datetimepicker-widget td.separator {
        font-size: 20px;
        line-height: 20px;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        background: 0 0;
        color: #1a1a1a;
    }

        .bootstrap-datetimepicker-widget a[data-action] span {
            border: none;
        }

    .bootstrap-datetimepicker-widget a[data-action], .bootstrap-datetimepicker-widget .timepicker td > span, .bootstrap-datetimepicker-widget td.separator {
        color: #1a1a1a;
    }

        .bootstrap-datetimepicker-widget a[data-action]:hover, .bootstrap-datetimepicker-widget .timepicker td > span:hover {
            color: #458500;
        }

    .bootstrap-datetimepicker-widget .timepicker {
        margin-top: 5px;
    }

        .bootstrap-datetimepicker-widget .timepicker .table-condensed {
            border-collapse: separate;
        }

        .bootstrap-datetimepicker-widget .timepicker td span {
            width: 15px;
            height: 15px;
            line-height: 15px;
            margin: 5px 0;
        }

            .bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
                border: 1px solid #dedede;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 0;
            }

    .bootstrap-datetimepicker-widget td.day.active, .bootstrap-datetimepicker-widget td.day.active:hover {
        background: #458500;
        color: #fff;
        cursor: inherit;
    }

.fancybox-overlay {
    z-index: 10001;
}

.fancybox-opened {
    z-index: 10003;
}

.container > .alert, .breadcrumb + .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -moz-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -ms-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    -o-animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
    animation: alert-anim 1s cubic-bezier(1,-.01,0,.99);
}

    .container > .alert .alert, .breadcrumb + .alert .alert {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

        .container > .alert .alert.fadeOut, .breadcrumb + .alert .alert.fadeOut {
            top: -100%;
        }

@-ms-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-o-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

.product_page-right .alert {
    margin-top: 20px;
}

.alert {
    position: relative;
    padding: 19.5px 40px 19.5px 75px;
    z-index: 30;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    -moz-transition: 1s all cubic-bezier(1,-.01,0,.99);
    -o-transition: 1s all cubic-bezier(1,-.01,0,.99);
    -webkit-transition: 1s all cubic-bezier(1,-.01,0,.99);
    transition: 1s all cubic-bezier(1,-.01,0,.99);
}

    .alert i {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 60px;
        font-size: 40px;
        -webkit-animation: alert-icon-anim 1s;
        -moz-animation: alert-icon-anim 1s;
        -ms-animation: alert-icon-anim 1s;
        -o-animation: alert-icon-anim 1s;
        animation: alert-icon-anim 1s;
        text-shadow: 1px 1px 5px rgba(0,0,0,.15);
    }

        .alert i:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            line-height: 0;
        }

    .alert a:hover {
        text-decoration: underline;
    }

    .alert button.close {
        position: absolute;
        top: 50%;
        line-height: 1;
        right: 15px;
        color: #fff;
        opacity: .7;
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

        .alert button.close:hover, .alert button.close:focus {
            opacity: 1;
            color: #fff;
        }

    .alert.fadeOut {
        -moz-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        transform: translate(0,-100%);
    }

        .alert.fadeOut .alert {
            top: 100%;
        }

@media(max-width:479px) {
    .alert {
        padding-right: 30px;
    }

        .alert button.close {
            right: 5px;
        }
}

.alert-success {
    background-color: #4caf50;
}

    .alert-success i {
        background: #388e3c;
    }

    .alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
        color: #c8e6c9;
    }

.alert-danger {
    background-color: #f44336;
}

    .alert-danger i {
        background: #d32f2f;
    }

    .alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
        color: #ffcdd2;
    }

.alert-info {
    background-color: #03a9f4;
}

    .alert-info i {
        background: #0288d1;
    }

    .alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
        color: #b3e5fc;
    }

.alert-warning {
    background-color: #ff5722;
}

    .alert-warning i {
        background: #e64a19;
    }

    .alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
        color: #ffccbc;
    }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination {
    margin: 0;
}

    .pagination:before, .pagination:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pagination:after {
        clear: both;
    }

    .pagination > li {
        display: block;
        float: left;
    }

        .pagination > li > a, .pagination > li > span {
            display: inline-block;
            color: #777;
            background: #f5f5f5;
            font-family: open sans,sans-serif;
            border: none;
            float: none;
            margin-left: 0;
            width: 45px;
            height: 45px;
            line-height: 44px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            padding: 0;
            border: 1px solid #fff;
        }

            .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
                z-index: 3;
                color: #1a1a1a;
                background: #ededed;
                border-color: #fff;
            }

        .pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
            background: #458500;
            color: #fff;
            border-color: #fff;
            z-index: auto;
        }

        .pagination > li + li > a, .pagination > li + li > span {
            border-left: none;
        }

        .pagination > li + li:nth-child(5n+6) {
            clear: left;
        }

            .pagination > li + li:nth-child(5n+6) > a, .pagination > li + li:nth-child(5n+6) > span {
                border-left: 1px solid #dedede;
            }

        .pagination > li + li:nth-child(n+6) {
            margin-top: 2px;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: 0 0;
    text-decoration: none;
}

.table .btn, .table .btn-primary {
    margin: 1px;
}

.table thead td, .table th {
    text-transform: uppercase;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 13px;
    background-color: #f5f5f5;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 10px;
}

.table td {
    padding: 20px;
    border-color: #dedede;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table .fa-stack {
    font-size: 12px;
}

.block-compare .table th, .block-compare .table td {
    padding: 7px;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0;
}

    .table-bordered, .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-color: #dedede;
    }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody + tbody {
    border-top: none;
}

.panel-default > .panel-heading {
    padding: 20px;
    background: #f5f5f5;
    color: #1a1a1a;
}

.addthis_sharing_toolbox a {
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .addthis_sharing_toolbox a:hover {
        opacity: .6;
    }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    opacity: .8;
}

.fancybox-lock {
    overflow: visible !important;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
    opacity: 1;
}

html[dir=rtl] .fancybox-close {
    right: auto;
    left: -18px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: inherit;
}

    .form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
        padding-top: 0;
    }

.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.input-group .form-control {
    z-index: auto;
}

.atm-f {
    height: auto !important;
}

.text-danger {
    color: red;
}

.has-error * + .text-danger {
    margin-top: 5px;
}

.buttons input[type=checkbox] {
    position: relative;
    top: 2px;
}

.tooltip {
    z-index: 9999;
}

.ps-document-overlay, .ps-carousel, .ps-uilayer, .ps-toolbar, .ps-caption {
    z-index: 100000000 !important;
}

.vcenter {
    vertical-align: middle !important;
}

.table-custom > tbody > tr > td, .table-custom > tbody > tr > th, .table-custom > tfoot > tr > td, .table-custom > tfoot > tr > th, .table-custom > thead > tr > td, .table-custom > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.table-hover > tbody > tr:hover {
    background-color: inherit;
}

.modal {
    z-index: 10005;
}

    .modal .terms_conditions_page {
        margin-top: 30px;
    }

.modal-backdrop {
    z-index: 10000;
}

@media(max-width:640px) {
    html[dir=rtl] .table.table-bordered.table-responsive, html[dir=rtl] .table-responsive .table.table-bordered {
        max-width: none !important;
    }
}

body {
    font: 400 12px/21px "Open Sans",sans-serif;
    color: #777;
    background: #fff;
}

#page {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.2em;
}

h1 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

    h1 i {
        margin-right: 10px;
        color: #333;
    }

        h1 i:before {
            vertical-align: middle;
        }

    h1:after {
        content: '';
        height: 1px;
        display: block;
        background: #dedede;
        margin: 20px 0 40px;
    }

    h1.no-line {
        margin-bottom: 30px;
    }

        h1.no-line:after {
            display: none;
        }

h2 {
    font-size: 30px;
    color: #333;
}

h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

h5 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

h6 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

a {
    display: inline-block;
    font: inherit;
    text-decoration: none;
    max-width: 100%;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    a:active {
        background-color: transparent;
    }

    a:visited, a:focus {
        outline: none;
        text-decoration: none;
    }

    a, a:visited, a:focus {
        color: #000;
    }

        a:hover {
            text-decoration: none;
            color: #de3224;
        }

p a:hover, p a:visited:hover, p a:focus:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 12px;
    font-weight: 400;
}

.input-group .input-group-addon {
    height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:after {
    content: '*';
    color: #ee372a;
    font-weight: 700;
    margin-left: 5px;
}

.fa {
    line-height: inherit;
    font-family: inherit;
}

    .fa:before {
        font-family: fontawesome;
    }

#page > .ie-warning {
    position: relative;
    text-align: center;
    display: none;
    clear: both;
}

@media(min-width:768px) {
    .lt-ie11 #page > .ie-warning {
        display: block;
    }
}

.black {
    background: #000;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-dark {
    background: #161616;
}

.bg-light-dark {
    background: #313030;
}

.bg-primary {
    background: #458500;
}

@media(min-width:768px) {
    .pull-right-md {
        float: right;
    }

    html[dir=rtl] .pull-right-md {
        float: left;
    }
}

@media(max-width:767px) {
    .text-center-xs {
        text-align: center;
    }
}

@media(min-width:992px) {
    .col-sm-9 .product-layout.col-lg-4:nth-child(3n+1) {
        clear: left;
    }
}

@media(max-width:991px) {
    .col-sm-9 .product-layout.col-lg-4:nth-child(2n+1) {
        clear: left;
    }
}

.col-sm-12 .product-layout:nth-child(4n+5) {
    clear: both;
}

@media(max-width:991px) {
    .col-sm-12 .product-layout:nth-child(2n+3) {
        clear: both;
    }
}

header {
    color: #000;
}

    header .box-cart {
        position: absolute;
        top: 17px;
        right: 14px;
        display: inline-block;
    }

[dir=rtl] header .box-cart {
    right: auto;
    left: 15px;
}

@media(min-width:1480px) {
    header .box-cart {
        right: 20px;
    }

    [dir=rtl] header .box-cart {
        right: auto;
        left: 20px;
    }
}

header .search {
    position: absolute;
    top: 14px;
    right: 139px;
    display: inline-block;
}

[dir=rtl] header .search {
    right: auto;
    left: 139px;
}

@media(min-width:1200px) and (max-width:1479px) {
    header .search {
        right: 60px;
    }

    [dir=rtl] header .search {
        right: auto;
        left: 60px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header .search {
        right: 50px;
    }

    [dir=rtl] header .search {
        right: auto;
        left: 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    header .search {
        right: 55px;
    }

    [dir=rtl] header .search {
        right: auto;
        left: 60px;
    }
}

header .logo {
    font-size: 20px;
    line-height: 23px;
    overflow: visible;
    color: #000;
      margin-top: -19px;
    margin-bottom: 42px;
}

@media(min-width:768px) {
    header .logo {
        height: 27px;
    }
}

header .logo a {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    color: #000 !important;
}

@media(min-width:768px) {
    header .logo {
        float: left;
    }

    html[dir=rtl] header .logo {
        float: right;
    }
}

header .logo:after {
    display: none;
}

@media(min-width:768px) {
    header .box-comment, header .box-nav, header .box-currency, header .box-language {
        float: left;
        margin-bottom: 9px;
    }

    html[dir=rtl] header .box-comment, html[dir=rtl] header .box-nav, html[dir=rtl] header .box-currency, html[dir=rtl] header .box-language {
        float: right;
    }
}

header .box-open, header .box-phones {
    display: block;
    margin-bottom: 10px;
}

@media(min-width:768px) and (max-width:1199px) {
    header .box-comment {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(min-width:768px) {
    header * + .box-comment, header * + .box-nav, header * + .box-currency, header * + .box-language {
        margin-left: 24px;
        position: relative;
    }

    html[dir=rtl] header * + .box-comment, html[dir=rtl] header * + .box-nav, html[dir=rtl] header * + .box-currency, html[dir=rtl] header * + .box-language {
        margin-left: 0;
        margin-right: 24px;
    }

    header * + .box-comment:before, header * + .box-nav:before, header * + .box-currency:before, header * + .box-language:before {
        position: absolute;
        top: 1px;
        left: -12px;
        width: 1px;
        height: 100%;
        display: inline-block;
        content: '';
        background: #fff;
    }

    html[dir=rtl] header * + .box-comment:before, html[dir=rtl] header * + .box-nav:before, html[dir=rtl] header * + .box-currency:before, html[dir=rtl] header * + .box-language:before {
        left: auto;
        right: -12px;
    }
}

@media(min-width:1200px) {
    header .box-open, header .box-phones {
        display: inline-block;
        margin-bottom: 10px;
    }

    header .box-phones {
        margin-right: 10px;
    }

    html[dir=rtl] header .box-phones {
        margin-right: 0;
        margin-left: 7px;
    }
}

@media(min-width:1480px) {
    header .box-phones {
        margin-right: 33px;
    }

    html[dir=rtl] header .box-phones {
        margin-right: 0;
        margin-left: 20px;
    }
}

.header_menu {
    /*padding-top: 18px;*/
    padding-right: 187px;
}

[dir=rtl] .header_menu {
    padding-right: 0;
    padding-left: 189px;
}

@media(max-width:1479px) {
    .header_menu {
        padding-right: 100px;
    }

    [dir=rtl] .header_menu {
        padding-right: 0;
        padding-left: 100px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .header_menu {
        padding-right: 75px;
    }

    [dir=rtl] .header_menu {
        padding-right: 0;
        padding-left: 75px;
    }
}

.mid-line > .homebuilder > .tm-container > .tm-inner {
    position: relative;
}

@media(min-width:768px) and (max-width:1199px) {
    .mid-line .col-lg-9 {
        position: static;
    }
}

.box-phones, .box-open, .box-comment, .box-nav, .nav {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

    .box-phones [class*=linearicons-]:before, .box-open [class*=linearicons-]:before, .box-comment [class*=linearicons-]:before, .box-nav [class*=linearicons-]:before, .nav [class*=linearicons-]:before {
        margin-right: 5px;
        font-size: 14px;
        line-height: 14px;
    }

html[dir=rtl] .box-phones [class*=linearicons-]:before, html[dir=rtl] .box-open [class*=linearicons-]:before, html[dir=rtl] .box-comment [class*=linearicons-]:before, html[dir=rtl] .box-nav [class*=linearicons-]:before, html[dir=rtl] .nav [class*=linearicons-]:before {
    margin-right: 0;
    margin-left: 5px;
}

.nav span.toggle {
    cursor: pointer;
    color: #fff;
}

@media(min-width:768px) {
    .nav span.toggle {
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }
}

.nav span.toggle span:after {
    display: inline-block;
    content: '\f107';
    margin-left: 5px;
    font-weight: 400;
    font-family: fontawesome;
}

html[dir=rtl] .nav span.toggle span:after {
    margin-left: 0;
    margin-right: 5px;
}

.nav span.toggle:hover {
    color: #fecc54;
}

.box-phones, .box-open {
    font-weight: 800;
}

    .box-phones [class*=linearicons-], .box-phones span, .box-open [class*=linearicons-], .box-open span {
        font-weight: 400;
    }

    .box-open i {
        margin-right: 2px;
    }

.box-comment {
    font-weight: 700;
}

    .box-comment [class*=linearicons-], .box-comment span {
        font-weight: 400;
    }

.box-nav > * + * {
    margin-left: 22px;
    position: relative;
}

html[dir=rtl] .box-nav > * + * {
    margin-left: 0;
    margin-right: 22px;
}

.box-nav > * + *:before {
    position: absolute;
    top: 1px;
    left: -13px;
    width: 1px;
    height: 100%;
    display: inline-block;
    content: '';
    background: #fff;
}

html[dir=rtl] .box-nav > * + *:before {
    left: auto;
    right: -13px;
}

.logo {
    margin: 0;
}

    .logo:after {
        display: none;
    }

.toggle-wrap {
    position: relative;
}

.toggle_cont {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    box-shadow: 0 3px 21px rgba(0,0,0,.06);
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    top: calc(100% + 18px);
    width: 200px;
    z-index: 20;
}

@media(min-width:768px) {
    html[dir=rtl] .toggle_cont {
        right: auto;
        left: 0;
    }
}

.toggle_cont > li > a, .toggle_cont > li > button {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px 10px 10px 15px;
    text-transform: capitalize;
}

html[dir=rtl] .toggle_cont > li > a, html[dir=rtl] .toggle_cont > li > button {
    text-align: right;
}

.toggle_cont > li > a, .toggle_cont > li > a:visited, .toggle_cont > li > a:focus, .toggle_cont > li > button, .toggle_cont > li > button:visited, .toggle_cont > li > button:focus {
    color: #777;
}

    .toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
        background: #458500;
        color: #fff;
    }

.toggle_cont > li > button {
    color: inherit;
}

.toggle_cont ul {
    text-align: right;
}

.toggle_cont__right {
    right: auto;
    left: 0;
}

@media(min-width:768px) {
    header .nav > .toggle {
        display: none;
    }

    header .nav > .toggle_cont {
        display: block !important;
        position: static;
        padding: 0;
        margin: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto;
    }

        header .nav > .toggle_cont > li {
            display: inline-block;
        }

            header .nav > .toggle_cont > li + li {
                margin-left: 20px;
            }

            header .nav > .toggle_cont > li > a {
                display: inline-block;
                padding: 0;
            }

                header .nav > .toggle_cont > li > a:hover, header .nav > .toggle_cont > li > a.current {
                    color: #458500;
                    background: 0 0;
                }

    .common-home header .nav > .toggle_cont > li.first > a {
        color: #458500;
    }
}

@media(max-width:767px) {
    header .nav {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }

        header .nav .toggle-wrap .toggle {
            display: none;
        }

        header .nav .toggle-wrap .toggle_cont {
            display: block !important;
            height: auto !important;
            position: static;
            padding: 0;
            -moz-transition: 0;
            -o-transition: 0;
            -webkit-transition: 0;
            transition: 0;
        }

            header .nav .toggle-wrap .toggle_cont li + li {
                margin-top: 0;
            }
}

.box-language, .box-currency {
    font-size: 12px;
    line-height: 16px;
}

    .box-language .toggle-wrap, .box-currency .toggle-wrap {
        vertical-align: top;
    }

    .box-language .toggle, .box-currency .toggle {
        display: block;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
        color: #fff;
    }

@media(min-width:768px) {
    .box-language .toggle, .box-currency .toggle {
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }
}

.box-language .toggle:after, .box-currency .toggle:after {
    display: inline-block;
    content: '\f107';
    margin-left: 2px;
    font-weight: 400;
    font-family: fontawesome;
}

html[dir=rtl] .box-language .toggle:after, html[dir=rtl] .box-currency .toggle:after {
    margin-left: 0;
    margin-right: 2px;
}

.box-language .toggle.active, .box-language .toggle:hover, .box-currency .toggle.active, .box-currency .toggle:hover {
    color: #fecc54;
}

.box-language .toggle_cont > li > a, .box-language .toggle_cont > li > button, .box-currency .toggle_cont > li > a, .box-currency .toggle_cont > li > button {
    color: #777;
}

    .box-language .toggle_cont > li > a:hover, .box-language .toggle_cont > li > a.selected, .box-language .toggle_cont > li > button:hover, .box-language .toggle_cont > li > button.selected, .box-currency .toggle_cont > li > a:hover, .box-currency .toggle_cont > li > a.selected, .box-currency .toggle_cont > li > button:hover, .box-currency .toggle_cont > li > button.selected {
        background: #458500;
        color: #fff;
    }

.box-currency .toggle_cont {
    right: auto;
    left: 0;
}

@media(min-width:768px) {
    .box-currency .toggle_cont {
        right: 0;
        left: auto;
    }

    html[dir=rtl] .box-currency .toggle_cont {
        right: auto;
        left: 0;
    }
}

.box-language .toggle_cont, .box-currency .toggle_cont {
    top: calc(100% + 18px);
}

@media(min-width:992px) and (max-width:1199px) {
    header h1.logo {
        font-size: 18px;
    }

    header .box-nav {
        margin-left: 0;
    }

        header .box-nav:before {
            display: none;
        }
}

@media(min-width:768px) and (max-width:991px) {
    header {
        font-size: 11.5px;
    }

        header .search {
            top: 4px;
        }

        header .box-cart {
            top: 7px;
        }

        header .logo {
            margin-bottom: 10px;
        }

        header h1.logo {
            font-size: 16px;
        }

        header .box-nav > * + *, header * + .box-comment, header * + .box-nav, header * + .box-currency, header * + .box-language {
            margin-left: 8px;
        }

    html[dir=rtl] header .box-nav > * + *, html[dir=rtl] header * + .box-comment, html[dir=rtl] header * + .box-nav, html[dir=rtl] header * + .box-currency, html[dir=rtl] header * + .box-language {
        margin-left: 0;
        margin-right: 8px;
    }

    header .box-nav > * + *:before, header * + .box-comment:before, header * + .box-nav:before, header * + .box-currency:before, header * + .box-language:before {
        display: none;
    }

    .header_menu {
        padding-top: 12px;
    }

    .box-phones, .box-open, .box-comment, .box-nav, .nav {
        font-size: 11px;
    }

    .box-language .toggle:after, .box-currency .toggle:after {
        margin-left: 0;
    }

    .nav span.toggle span:after {
        margin-left: 3px;
    }
}

@media(max-width:767px) {
    header nav .toggle_cont {
        top: 100%;
    }

    header .search {
        top: 0;
        right: 0;
        position: relative;
    }

    [dir=rtl] header .search {
        left: 0;
    }

    header .logo.pull-left {
        float: none !important;
    }

    header .box-currency {
        margin-right: 0;
        padding: 0;
    }

    html[dir=rtl] header .box-currency {
        margin-left: 0;
    }

    header .bg-dark {
        padding-bottom: 10px;
    }

    header .logo {
        float: none;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
    }

        header .logo img {
            display: inline-block;
        }

    header .box-cart {
        float: none;
        margin-top: 0;
    }

    .header_menu {
        padding: 0;
    }

    [dir=rtl] .header_menu {
        padding: 0;
    }

    header .box-comment, header .box-nav, header .box-currency, header .box-language {
        float: none;
        display: inline-block;
    }

    header .box-comment {
        width: 100%;
        margin-bottom: 10px;
    }

    header .pull-right-md {
        text-align: center;
    }

    header .box-currency .toggle_cont, header .box-language .toggle_cont {
        right: auto;
        left: 50%;
        width: 80px;
        margin-left: -40px;
    }

    header .box-currency .toggle_cont {
        width: 100px;
        margin-left: -50px;
    }

    .box-nav > * + *, header * + .box-comment, header * + .box-nav, header * + .box-currency, header * + .box-language {
        margin-left: 8px;
    }

    .box-nav a, .box-language, .box-currency {
        margin-bottom: 5px;
    }

    .box-nav .nav a {
        margin-bottom: 0;
    }
}

#page {
    background: #fff;
    overflow: hidden;
}

.bg-bottom {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .bg-bottom, .bg-bottom h1, .bg-bottom h2, .bg-bottom h3, .bg-bottom h4, .bg-bottom h5, .bg-bottom h6 {
        color: #fff;
    }

.tablet canvas.stars, .mobile canvas.stars {
    display: none;
}

@media(max-width:1200px) {
    canvas.stars {
        display: none;
    }
}

.top-line {
    padding: 15px 0 0;
    color: #fff;
    background: #3d3379;
    line-height: 0;
}

    .top-line a, .top-line a:visited, .top-line a:focus {
        color: #fff;
    }

        .top-line a:hover {
            color: #fecc54;
        }

    .top-line [class*=col] .col-inner > div {
        line-height: 16px;
    }

    .top-line [class*=col] + [class*=col] {
        margin-top: 1px;
    }

.header-nav_block {
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.top .bg-primary {
    position: relative;
    padding: 20px 80px;
    margin-top: 5px;
    margin-bottom: 31px;
}

#common-home .col-sm-12 {
    min-height: 0;
}

#page.common-home {
    line-height: 0;
}

    #page.common-home > div, #page.common-home > header, #page.common-home > footer, #page.common-home > section {
        line-height: 21px;
    }

.slider-block {
    margin-bottom: 57px;
}

.color-primary {
    color: #458500;
}

.color-secondary {
    color: #fecc54;
}

#content {
    padding-bottom: 30px;
}

#common-home #content {
    padding-bottom: 0;
}

@media(min-width:768px) {
    header {
        position: relative;
        z-index: 3;
    }

    .mid-line {
        padding-top: 19px;
        padding-bottom: 1px;
        position: relative;
    }
}

.box.account ul, .box.affilate ul {
    padding: 0;
    list-style-type: none;
}

    .box.account ul li + li, .box.affilate ul li + li {
        border-top: 1px solid #dedede;
    }

    .box.account ul a, .box.affilate ul a {
        position: relative;
        background: #f5f5f5;
        display: block;
        padding: 13px 15px;
    }

        .box.account ul a:hover, .box.affilate ul a:hover {
            background: #ededed;
        }

        .box.account ul a:hover, .box.affilate ul a:hover {
            color: #458500;
        }

.manufacturer-content div, #content ul.list-unstyled {
    margin: 0;
    list-style-type: none;
}

    .manufacturer-content div li + li, #content ul.list-unstyled li + li {
        margin-top: 10px;
    }

    .manufacturer-content div a, #content ul.list-unstyled a {
        position: relative;
        color: #333;
    }

        .manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
            color: #458500;
        }

        .manufacturer-content div a:before, #content ul.list-unstyled a:before {
            content: '\e11d';
            margin-right: 5px;
            font-weight: 400;
            font-size: 14px;
            font-family: material-design;
            color: #fecc54;
        }

html[dir=rtl] .manufacturer-content div a:before, html[dir=rtl] #content ul.list-unstyled a:before {
    content: '\e0c3';
    margin-right: 0;
    margin-left: 5px;
}

#content .product-info ul.list-unstyled a:before {
    display: none;
}

@media(min-width:768px) and (max-width:991px) {
    .bg-bottom {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .mid-line {
        padding-top: 20px;
    }

    .top .bg-primary {
        padding: 15px 60px;
        margin-bottom: 25px;
    }
}

@media(max-width:767px) {
    .bg-bottom {
        padding-top: 32px;
        padding-bottom: 38px;
    }

    .mid-line {
        padding-top: 25px;
    }

    aside {
        margin-top: 20px;
    }

        aside .container {
            padding: 0;
            width: 100%;
        }
}

.lazy {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}

    .lazy img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        -webkit-transition: 1s all ease;
        transition: 1s all ease;
        opacity: 0;
        -webkit-backface-visibility: hidden;
    }

    .lazy.lazy-loaded {
        background: 0 0;
    }

        .lazy.lazy-loaded img {
            opacity: 1;
        }

.search {
    display: inline-block;
    position: relative;
}

    .search input[type=text] {
        color: #777;
        display: inline-block;
        font-family: open sans,sans-serif;
        width: 570px;
        font-size: 12px;
        font-weight: 400;
        height: 50px;
        padding: 16px 10px 16px 40px;
        background: #fff;
        border: 1px solid #dedede;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

[dir=rtl] .search input[type=text] {
    padding-left: 10px;
    padding-right: 40px;
}

.search input[type=text]:focus {
    outline: none;
}

.search input[type=text]::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.search input[type=text]:-moz-placeholder {
    color: #777;
    opacity: 1;
}

.search input[type=text]::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.search input[type=text]:-ms-input-placeholder {
    color: #777;
    opacity: 1;
}

.search .inner i {
    position: absolute;
    font-size: 14px;
    top: 18px;
    left: 19px;
    color: #458500;
    display: inline-block;
}

[dir=rtl] .search .inner i {
    left: auto;
    right: 15px;
}

.search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 104px;
    text-align: center;
}

[dir=rtl] .search .button-search {
    right: auto;
    left: 0;
}

a.top-search {
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
}

    a.top-search span {
        vertical-align: top;
    }

html[lang=ru] a.top-search span {
    display: none;
}

html[lang=de] a.top-search span {
    display: none;
}

a.top-search i {
    font-size: 27px;
    vertical-align: top;
}

a.top-search, a.top-search:visited, a.top-search:focus {
    color: #000;
}

    a.top-search.active, a.top-search.active:hover, a.top-search:hover {
        color: #458500;
    }

        a.top-search.active i:before {
            content: '\ec2a';
        }

#search {
    display: none;
    opacity: 0;
    line-height: 0;
    position: absolute;
    right: 40px;
    top: -10px;
    width: 0;
    z-index: 21;
    padding-right: 110px;
}

[dir=rtl] #search {
    right: auto;
    left: 40px;
}

[dir=rtl] #search {
    padding-right: 0;
    padding-left: 110px;
}

#search .inner .button-search {
    display: inline-block;
}

#livesearch_search_results {
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    text-align: left;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    box-shadow: 0 3px 21px rgba(0,0,0,.06);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    list-style-type: none;
    z-index: 20;
    font-size: 14px;
    line-height: 16px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

[dir=rtl] #livesearch_search_results {
    text-align: right;
}

#livesearch_search_results li {
    transition: none;
    -moz-transition: .3s background-color ease;
    -o-transition: none;
    -webkit-transition: .3s background-color ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    #livesearch_search_results li a, #livesearch_search_results li a:visited {
        color: #000;
        text-transform: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        transition: none;
        -moz-transition: .3s color ease;
        -o-transition: none;
        -webkit-transition: .3s color ease;
    }

    #livesearch_search_results li img {
        float: left;
        margin-right: 10px;
        max-width: 80px;
    }

[dir=rtl] #livesearch_search_results li img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#livesearch_search_results li img.loading {
    background: #f5f5f5;
}

#livesearch_search_results li:hover, #livesearch_search_results li:visited:hover, #livesearch_search_results li:focus:hover {
    background-color: #458500;
}

    #livesearch_search_results li:hover a, #livesearch_search_results li:visited:hover a, #livesearch_search_results li:focus:hover a {
        color: #fff;
    }

#livesearch_search_results a {
    display: block;
    padding: 10px;
    color: #000;
}

    #livesearch_search_results a:before, #livesearch_search_results a:after {
        display: table;
        content: "";
        line-height: 0;
    }

    #livesearch_search_results a:after {
        clear: both;
    }

    #livesearch_search_results a:visited {
        color: #000;
    }

@media(min-width:992px) and (max-width:1199px) {
    .top-search span {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .top-search {
        margin-top: 0;
    }

        .top-search span {
            display: none;
        }

    #livesearch_search_results li {
        font-size: 11px;
    }

        #livesearch_search_results li img {
            max-width: 50px;
        }

    #search {
        max-width: 610px;
    }

    .search input[type=text] {
        width: 500px;
    }
}

@media(max-width:767px) {
    .search {
        width: 100%;
        position: relative;
        display: inline-block;
        margin: 0 0 20px;
        top: auto;
        right: auto;
        float: none !important;
    }

        .search .top-search {
            display: none !important;
        }

        .search .inner i {
            display: none;
        }

        .search input[type=text] {
            padding-left: 12px;
            padding-right: 105px;
        }

    [dir=rtl] .search input[type=text] {
        padding-right: 12px;
        padding-left: 105px;
    }

    #livesearch_search_results {
        left: 0;
    }

    #search {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding-right: 0;
        bottom: auto;
        overflow: visible !important;
        margin: 0 !important;
        display: block !important;
        opacity: 1 !important;
        width: 100% !important;
        z-index: 3;
    }

    html[dir=rtl] #search {
        left: auto;
        right: auto;
        padding-left: 0;
    }

    #search .inner {
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        #search .inner.container {
            padding-left: 0;
            padding-right: 0;
        }

    #search input[type=text] {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #search:before {
        display: none;
    }
}

@media(max-width:480px) {
    header .block-right {
        width: 100%;
        text-align: center;
    }

        header .block-right > div.search {
            float: none;
            display: inline-block;
            vertical-align: top;
        }

    #livesearch_search_results li img {
        max-width: 70px;
    }
}

.box-cart .btn-remove-wrap, .box-cart .btn-remove__cnt {
    position: absolute;
    left: 0;
    right: 0;
}

    .box-cart .btn-remove-wrap i, .box-cart .btn-remove__cnt i {
        font-size: 20px;
    }

.box-cart .btn-remove-wrap {
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background: #fff;
}

.box-cart .btn-remove__cnt {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .box-cart .btn-remove__cnt .link {
        display: inline-block;
        margin: 0 13px;
    }

.box-cart .btn-danger, .box-cart .btn-danger:focus {
    border: 0;
    padding: 0;
    color: #458500;
    font-size: 15px;
    background: 0 0;
}

    .box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
        color: #458500;
        background: 0 0;
    }

    .box-cart .btn-danger:focus, .box-cart .btn-danger:focus:focus {
        box-shadow: none;
    }

.box-cart a:hover img {
    opacity: .6;
}

.box-cart .fl-left {
    float: left;
    width: 25%;
}

[dir=rtl] .box-cart .fl-left {
    float: right;
}

.box-cart .fl-right {
    float: right;
    width: 62%;
    margin-right: 7%;
    line-height: 28px;
}

[dir=rtl] .box-cart .fl-right {
    float: left;
    margin-right: 0;
    margin-left: 7%;
}

.box-cart .btn-remove {
    position: absolute;
    right: 8px;
    top: 11px;
    line-height: 20px;
    color: #458500;
}

[dir=rtl] .box-cart .btn-remove {
    right: auto;
    left: 8px;
}

.box-cart .btn-remove i {
    font-size: 18px;
    line-height: 20px;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.box-cart .buttons .link {
    margin-left: 1px;
}

    .box-cart .buttons .link + .link {
        margin-left: 10px;
    }

[dir=rtl] .box-cart .buttons .link + .link {
    margin-left: 0;
    margin-right: 10px;
}

.cart {
    position: relative;
}

    .cart .bold {
        font-weight: 700;
    }

    .cart > button {
        position: relative;
        text-align: right;
        font-family: open sans,sans-serif;
    }

[dir=rtl] .cart > button {
    text-align: left;
}

.cart > button i, .cart > button strong, .cart > button span {
    vertical-align: middle;
    font-size: 14px;
}

.cart > button .cart-total {
    display: none;
}

.cart > button .cart-total2 {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 17px;
    color: #fff;
    background: #fecc54;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

[dir=rtl] .cart > button .cart-total2 {
    left: auto;
    right: 15px;
}

.cart > button strong {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media(max-width:1479px) {
    .cart > button strong {
        display: none;
    }
}

.cart > button i {
    float: left;
    position: relative;
    margin-right: 12px;
    font-size: 27px;
    font-weight: 400;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

[dir=rtl] .cart > button i {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}

.cart > button span {
    font-weight: 400;
}

    .cart > button span b {
        display: none;
        line-height: 14px;
        font-weight: 400;
    }

.cart > button.active, .cart > button.active strong, .cart > button.active i, .cart > button:hover, .cart > button:hover strong, .cart > button:hover i {
    color: #458500;
}

.cart .cart-remove-btn {
    margin-left: 5px;
}

    .cart .cart-remove-btn:before, .cart .cart-remove-btn > span {
        vertical-align: middle;
    }

    .cart .cart-remove-btn:before {
        margin-right: 5px;
    }

.cart .btn i {
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
}

.cart .btn-l, .cart .btn-r {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
}

.cart .name {
    margin-bottom: 3px;
}

    .cart .name a {
        text-transform: none;
        line-height: 19px;
        font-size: 12px;
        font-weight: 500;
    }

.cart .quant {
    background: #eee;
    padding: 3px 12px;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #777;
}

.cart .price-cart {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-left: 6px;
}

.box-cart .toggle_cont {
    z-index: 1001;
    min-width: 260px;
    width: 320px;
    padding: 20px;
    max-height: 434px;
    right: 0;
    left: auto;
    top: 100%;
    list-style-type: none;
    color: #777;
    margin: 10px 0 0;
    border: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    background: #fff;
}

[dir=rtl] .box-cart .toggle_cont {
    text-align: right;
}

.box-cart .toggle_cont .total .text-right {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
}

.box-cart .toggle_cont .name a, .box-cart .toggle_cont .name a:visited, .box-cart .toggle_cont .name a:focus {
    color: #333;
}

    .box-cart .toggle_cont .name a:hover {
        color: #458500;
    }

.box-cart .toggle_cont li {
    position: relative;
}

    .box-cart .toggle_cont li.product {
        padding-bottom: 10px;
    }

        .box-cart .toggle_cont li.product .name {
            width: 165px;
            padding-left: 20px;
        }

[dir=rtl] .box-cart .toggle_cont li.product .name {
    padding-left: 0;
    padding-right: 20px;
}

.box-cart .toggle_cont li.product .image {
    width: 70px;
}

.box-cart .toggle_cont p {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 500;
}

.box-cart .toggle_cont > li {
    position: relative;
    overflow: hidden;
}

    .box-cart .toggle_cont > li + li {
        border-top: 1px solid rgba(0,0,0,.08);
    }

        .box-cart .toggle_cont > li + li.btns {
            padding-top: 10px;
        }

.box-cart .toggle_cont .btn {
    padding: 10px;
    font-size: 14px;
}

.box-cart .toggle_cont .total {
    list-style-type: none;
    padding: 10px 0;
}

    .box-cart .toggle_cont .total > .t-row {
        position: relative;
        overflow: hidden;
    }

        .box-cart .toggle_cont .total > .t-row > div {
            width: 60%;
            float: left;
            line-height: 28px;
            vertical-align: middle;
        }

[dir=rtl] .box-cart .toggle_cont .total > .t-row > div {
    float: right;
}

.box-cart .toggle_cont .total > .t-row > div b {
    font-weight: 500;
    color: #1a1a1a;
}

.box-cart .toggle_cont .total > .t-row > div + div {
    width: 40%;
}

.box-cart .toggle_cont .total > .t-row > div em {
    color: #1a1a1a;
    font-style: normal;
    font-weight: 600;
}

@media(min-width:992px) and (max-width:1199px) {
    .cart > button i {
        margin-right: 2px;
    }

    .cart > button strong {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cart > button i {
        margin-right: 0;
    }

    .cart > button strong, .cart > button span {
        display: none;
    }
}

@media(max-width:767px) {
    .cart {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }

        .cart > button {
            position: relative;
        }

            .cart > button .cart-total, .cart > button strong {
                display: none;
            }

            .cart > button .cart-total2 {
                top: 5px;
            }

            .cart > button i {
                line-height: inherit;
                color: #000 !important;
                margin-right: 15px;
            }

        .cart .toggle_cont {
            max-height: 260px;
            overflow: auto;
            right: -10px;
            margin: 0;
            overflow-y: auto;
            overflow-x: hidden;
        }
}

@media(max-width:480px) {
    .cart .toggle_cont {
        right: -40px;
        width: 290px;
        line-height: 1.2em;
        padding: 10px 15px;
    }

        .cart .toggle_cont .total {
            font-size: 12px;
        }

            .cart .toggle_cont .total > .t-row > div {
                line-height: 1.7em;
            }

        .cart .toggle_cont li.product .image {
            width: 40px;
        }

        .cart .toggle_cont .buttons {
            margin: .7em 0;
        }
}

.product-layout {
    margin-top: 15px;
    margin-bottom: 40px;
}

@media(min-width:768px) {
    .product-layout.product-list {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.product-thumb .caption + .button-group {
    margin-top: 12px;
}

.product-thumb .button-group .product-btn {
    margin-left: 4px;
    margin-right: 4px;
}

.product-thumb .image {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e0;
}

    .product-thumb .image > a {
        display: block;
    }

        .product-thumb .image > a img {
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            margin: 0 auto;
        }

    .product-thumb .image .img-primary, .product-thumb .image .img-secondary {
        opacity: 0;
    }

    .product-thumb .image .button-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        margin-bottom: 0;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap;
    }

@media(min-width:768px) {
    .product-thumb .image .button-wrap button {
        opacity: 0;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }

        .product-thumb .image .button-wrap button + button {
            transition-delay: .1s;
            -webkit-transition-delay: .1s;
            -moz-transition-delay: .1s;
        }

            .product-thumb .image .button-wrap button + button + button {
                transition-delay: .2s;
                -webkit-transition-delay: .2s;
                -moz-transition-delay: .2s;
            }
}

.product-thumb .image .rating {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -36px;
}

.product-thumb .image .lazy-loaded {
    display: block;
}

    .product-thumb .image .lazy-loaded .img-primary {
        opacity: 1;
    }

    .product-thumb .image .lazy-loaded .img-secondary {
        opacity: 0;
    }

@media(min-width:768px) {
    .product-thumb .image:hover .lazy-loaded .img-primary {
        opacity: 0;
    }

    .product-thumb .image:hover .lazy-loaded .img-secondary {
        opacity: .5;
    }
}

.name > a, .name > a:visited, .name > a:focus {
    color: #333;
}

    .name > a:hover {
        color: #458500;
    }

.product-thumb {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media(min-width:768px) {
    .product-thumb {
        text-align: left;
    }

    [dir=rtl] .product-thumb {
        text-align: right;
    }
}

.product-thumb .aside {
    display: none;
}

.product-thumb .rating {
    margin-top: 6px;
    margin-bottom: 9px;
    line-height: 1.2em;
}

    .product-thumb .rating > span {
        margin-left: 2px;
        margin-right: 2px;
    }

.product-thumb .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .product-thumb .name > a {
        display: inline;
    }

@media(min-width:992px) {
    .product-thumb .btn-link {
        margin-top: 4px;
    }
}

[dir=ltr] .product-thumb .price {
    margin-right: 5px;
}

[dir=rtl] .product-thumb .price {
    margin-left: 5px;
}

.product-thumb .content {
    padding: 17px 0 0;
}

.product-thumb .description {
    display: none;
}

.product-thumb .btn-icon {
    margin-left: 6px;
    margin-right: 6px;
}

@media(min-width:768px) {
    .product-thumb:hover .image .button-wrap button, .product-thumb:hover .image .button-wrap button + button, .product-thumb:hover .image .button-wrap button + button + button {
        opacity: 1;
    }
}

.cart-button .btn-icon {
    margin-left: 5px;
    margin-right: 5px;
}

@media(min-width:768px) {
    .product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
        overflow: hidden;
    }
}

.row .product-list {
    padding-right: 20px;
    padding-left: 20px;
}

.button-wrap {
    margin-bottom: 18px;
}

@media(min-width:768px) {
    .block-list {
        display: none;
    }

    .product-list .product-thumb {
        text-align: left;
    }

        .product-list .product-thumb:before, .product-list .product-thumb:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .product-list .product-thumb:after {
            clear: both;
        }

        .product-list .product-thumb .image, .product-list .product-thumb .content {
            float: left;
        }

        .product-list .product-thumb .image {
            width: 30.77%;
        }

        .product-list .product-thumb .description {
            display: block;
        }

        .product-list .product-thumb .content {
            padding: 0 40px;
            width: 69%;
            text-align: left;
        }

        .product-list .product-thumb .image .button-wrap {
            display: none;
        }

    .product-list .block-list {
        display: block;
    }
}

@media(min-width:992px) {
    .product-layout.product-grid.col-lg-3:nth-child(4n+5) {
        clear: left;
    }

    [dir=rtl] .product-layout.product-grid.col-lg-3:nth-child(4n+5) {
        clear: right;
    }

    .product-layout.product-grid.col-lg-4:nth-child(3n+4) {
        clear: left;
    }

    [dir=rtl] .product-layout.product-grid.col-lg-4:nth-child(3n+4) {
        clear: right;
    }
}

@media(max-width:991px) {
    .product-layout.product-grid.col-lg-3:nth-child(2n+3), .product-layout.product-grid.col-lg-4:nth-child(2n+3) {
        clear: left;
    }

    [dir=rtl] .product-layout.product-grid.col-lg-3:nth-child(2n+3), [dir=rtl] .product-layout.product-grid.col-lg-4:nth-child(2n+3) {
        clear: right;
    }
}

.sale, .discount, .new-pr {
    display: inline-block;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 1.2em;
}

.sale, .new-pr {
    top: 0;
    padding: 17px 2px;
    width: 44px;
    color: #fff;
    text-align: center;
    background: #000;
}

    .sale:before, .sale:after, .new-pr:before, .new-pr:after {
        position: absolute;
        width: 0;
        height: 0;
        top: 100%;
        content: '';
        display: inline-block;
    }

    .sale:before, .new-pr:before {
        border-top: 11px solid #000;
        border-right: 23px solid transparent;
        left: 0;
    }

    .sale:after, .new-pr:after {
        border-top: 11px solid #000;
        border-left: 23px solid transparent;
        right: 0;
    }

.sale {
    background-color: #458500;
    right: 19px;
}

    .sale:before {
        border-top: 11px solid #458500;
    }

    .sale:after {
        border-top: 11px solid #458500;
    }

.new-pr {
    left: 19px;
}

.discount {
    color: #458500;
    top: 15px;
    right: 65px;
}

.product-thumb .price-new, .product-thumb .price-old, .product-thumb .price, .ajax-quickview .price-new, .ajax-quickview .price-old, .ajax-quickview .price {
    font-size: 20px;
    line-height: 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .product-thumb .price-new, .product-thumb .price-old, .product-thumb .price, .ajax-quickview .price-new, .ajax-quickview .price-old, .ajax-quickview .price {
        font-size: 15px;
    }
}

.product-thumb .price, .product-thumb .price-new, .ajax-quickview .price, .ajax-quickview .price-new {
    font-weight: 700;
}

.product-thumb .price, .ajax-quickview .price {
    color: #333;
    margin: 0;
}

.product-thumb .price-new, .ajax-quickview .price-new {
    color: #333;
}

.product-thumb .price-old, .ajax-quickview .price-old {
    color: #777;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

@media(min-width:992px) and (max-width:1199px) {
    .product-thumb .price-old, .ajax-quickview .price-old {
        font-size: 12px;
    }
}

.price-new, .price-old, .price {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #1a1a1a;
}

.price-new {
    margin-right: 3px;
}

[dir=rtl] .price-new {
    margin-right: 0;
    margin-left: 3px;
}

@media(max-width:1199px) {
    .price-new {
        margin-right: 0;
    }

    [dir=rtl] .price-new {
        margin-left: 0;
    }
}

.price-old {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: line-through;
}

.price-section {
    margin-top: 20px;
    font-weight: 700;
}

    .price-section .price-new, .price-section .price-section .price-old {
        font-size: 30px;
        color: #1a1a1a;
        line-height: 30px;
    }

    .price-section .price-old {
        font-size: 20px;
        line-height: 30px;
    }

    .price-section .reward {
        display: block;
        margin-top: 10px;
    }

.price-tax {
    font-size: 12px;
}

.price-total {
    font-weight: 700;
}

.price s {
    font-size: 14px;
    color: #777;
}

.stock, .out-stock {
    font-weight: 700;
}

.stock {
    color: #54b70b;
}

.out-stock {
    color: #ee372a;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.fa-stack {
    font-size: 18px;
    line-height: 14px;
    width: .9em;
    height: 14px;
}

    .fa-stack i {
        color: #b4b4b4;
    }

        .fa-stack i.star {
            color: #fecc1e;
        }

.fa-stack-2x {
    font-size: 1em;
}

.product-thumb .fa-stack {
    font-size: 12px;
}

.rat {
    color: #458500;
}

.product-thumb .product-options {
    display: none;
}

.block-list .product-btn {
    margin-right: 5px;
}

[dir=rtl] .block-list .product-btn {
    margin-right: 0;
    margin-left: 5px;
}

.ajax-overlay .product-options {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    min-width: 300px;
    padding-bottom: 0;
    border-bottom: none;
    max-height: 80%;
    backface-visibility: hidden;
}

    .ajax-overlay .product-options h3 {
        margin-top: 0;
    }

    .ajax-overlay .product-options .col-sm-8 {
        text-align: left;
    }

    .ajax-overlay .product-options .options {
        padding: 20px;
        text-align: center;
        background: #fff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.8);
        -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.8);
        box-shadow: 1px 1px 8px rgba(0,0,0,.8);
    }

    .ajax-overlay .product-options .ajax-overlay_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: rgba(0,0,0,.5);
        font-family: material-design;
        text-shadow: 1px 1px 5px rgba(255,255,255,.2);
    }

html[dir=rtl] .ajax-overlay .product-options .ajax-overlay_close {
    right: auto;
    left: 10px;
}

.ajax-overlay .product-options .ajax-overlay_close:before {
    content: '\e054';
}

.ajax-overlay .product-options .ajax-overlay_close:hover {
    color: #000;
}

.ajax-overlay .product-option-wrap {
    text-align: center;
    height: 100%;
}

    .ajax-overlay .product-option-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.img-category {
    margin-bottom: 15px;
}

.ajax-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 997;
}

    .ajax-overlay.visible {
        opacity: 1;
        background: rgba(0,0,0,.4);
        visibility: visible;
    }

.review-text {
    font-size: 12px;
    color: #458500;
}

#nav_related {
    margin-top: -20px;
}

.tablet .quickview, .mobile .quickview {
    display: none !important;
}

.tablet .product-thumb .image .button-wrap button, .mobile .product-thumb .image .button-wrap button {
    opacity: 1;
}

.tablet .product-thumb .image .img-primary, .mobile .product-thumb .image .img-primary {
    opacity: 1 !important;
}

.tablet .product-thumb .image .img-secondary, .mobile .product-thumb .image .img-secondary {
    opacity: 0 !important;
}

@media(min-width:768px) {
    .box .box-content .last {
        clear: left;
    }

    .fancybox-next {
        right: -30px;
    }

    .fancybox-prev {
        left: -30px;
    }

    .product-reviews .fa-stack {
        font-size: 14px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    aside .product-thumb .btn-link i {
        display: inline-block !important;
    }

    aside .product-thumb .btn-link span, aside .product-thumb .btn-link:before, aside .product-thumb .btn-link:after {
        display: none !important;
    }
}

@media(max-width:991px) {
    .product-thumb .btn-link:before, .product-thumb .btn-link:after {
        display: none;
    }
}

@media(max-width:767px) {
    .box .product-layout, .box.related-block, .product-layout.product-grid, .product-layout.product-list {
        text-align: center;
    }

        .box .product-layout .product-thumb, .box.related-block .product-thumb, .product-layout.product-grid .product-thumb, .product-layout.product-list .product-thumb {
            width: 320px;
            max-width: 100%;
            display: inline-block;
        }

    .product-thumb .image .button-wrap, .product-thumb .quickview {
        display: none;
    }

    .product-thumb .content .caption {
        text-align: center;
    }

    .img-category {
        text-align: center;
    }

    #content .product-layout {
        width: 50%;
        float: left;
    }

        #content .product-layout:nth-child(2n+1) {
            clear: left;
        }

        #content .product-layout.clr {
            clear: both;
        }

    .product-thumb .content {
        padding-top: 10px;
    }

    .button-wrap {
        margin-bottom: 15px;
    }

    .product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside, .product-grid .product-thumb .image, .product-grid .product-thumb .caption, .product-grid .product-thumb .aside {
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }

    .product-list .product-thumb .aside, .product-grid .product-thumb .aside {
        display: none;
    }

    .product-list .product-thumb .caption, .product-grid .product-thumb .caption {
        border-right: none;
    }

    .product-list .product-thumb > .price, .product-list .product-thumb .cart-button, .product-grid .product-thumb > .price, .product-grid .product-thumb .cart-button {
        display: block;
    }

    .product-list + .product-list .product-thumb, .product-grid + .product-list .product-thumb {
        border-top: none;
        padding-top: 0;
    }

    .clearfix + .product-list .product-thumb {
        border-top: none;
        padding: 0;
    }

    .product-layout {
        margin-bottom: 35px;
    }
}

@media(max-width:540px) {
    #content .product-layout {
        width: 100%;
        float: none;
    }

    .product-thumb .product-options {
        max-width: 95%;
    }

        .product-thumb .product-options [class*=col-xs] {
            float: left;
        }

            .product-thumb .product-options [class*=col-xs] + [class*=col-xs] {
                margin-top: 0 !important;
            }
}

@media(max-width:480px) {
    #nav_related {
        margin-top: -25px;
    }
}

* + .box.latest, * + .box.bestseller, * + .box.single-category {
    margin-top: 25px;
}

* + .box.specials {
    margin-top: 47px;
}

@media(max-width:991px) and (min-width:768px) {
    * + .box.specials {
        margin-top: 27px;
    }
}

.box {
    margin-bottom: 30px;
}

    .box .box-heading {
        margin: 0 0 36px;
    }

        .box .box-heading h2, .box .box-heading h3 {
            margin: 0;
            font-weight: 700;
            font-size: 22px;
            line-height: 22px;
            color: #fff;
            text-transform: uppercase;
        }

@media(max-width:1479px) {
    .box .box-heading h2, .box .box-heading h3 {
        font-size: 20px;
    }
}

.box .box-heading [id*=nav_] {
    margin-top: 0;
}

.box.single-category {
    margin-bottom: 28px;
}

.box .box-content .box {
    margin-bottom: 0;
}

.single-category .box-heading {
    margin-bottom: 21px;
}

.single-category .box-content .swiper-container {
    margin-top: 15px;
}

    .single-category .box-content .swiper-container .product-thumb {
        margin-bottom: 30px;
    }

@media(min-width:768px) {
    .related-block .box-heading h3 {
        padding-right: 70px;
    }
}

@media(max-width:767px) {
    .related-block .box-heading h3 {
        padding-left: 70px;
        padding-right: 70px;
    }
}

box .swiper-slide {
    vertical-align: top;
}

.box.manufacturer {
    margin-top: 12px;
    margin-bottom: 67px;
    position: relative;
}

    .box.manufacturer .box-heading {
        margin-bottom: 25px;
    }

.top .box.manufacturer .box-heading {
    display: inline-block;
    width: 100%;
}

    .top .box.manufacturer .box-heading h3 {
        display: none;
    }

.box.manufacturer .swiper-slide {
    text-align: center;
    height: 81px;
    line-height: 80px;
}

    .box.manufacturer .swiper-slide > a {
        vertical-align: middle;
    }

.box.manufacturer a img {
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    max-height: 81px;
    opacity: 1;
}

.box.manufacturer a:hover img {
    opacity: .7;
}

aside .box .box-heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
}

    aside .box .box-heading [id*=nav_] {
        white-space: nowrap;
    }

        aside .box .box-heading [id*=nav_] .swiper-button-prev, aside .box .box-heading [id*=nav_] .swiper-button-next {
            float: none !important;
            left: auto !important;
            right: auto !important;
        }

aside .box .swiper-slide .product-thumb .image {
    margin-left: 1px;
    margin-right: 1px;
}

aside .box .product-layout {
    width: 100%;
}

    aside .box .product-layout + .product-layout {
        margin-top: 30px;
    }

.box-payments {
    list-style-type: none;
    padding: 0;
}

    .box-payments:before, .box-payments:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .box-payments:after {
        clear: both;
    }

    .box-payments li {
        display: inline-block;
        margin: 0 0 4px;
    }

.box-logo {
    display: inline-block;
}

.social-list:before, .social-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.social-list:after {
    clear: both;
}

.social-list li {
    margin: 0;
    display: inline-block;
    text-align: center;
}

    .social-list li, .social-list li a {
        display: inline-block;
    }

        .social-list li a {
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            font-size: 16px;
            line-height: 42px;
        }

            .social-list li a, .social-list li a:visited, .social-list li a:focus {
                color: #3d3379;
                background: #fff;
            }

                .social-list li a:hover {
                    color: #fff;
                    background:#de3224;
                }

        .social-list li + li {
            margin-left: 7px;
        }

html[dir=rtl] .social-list li + li {
    margin-left: 0;
    margin-right: 10px;
}

aside[class][id] .box .box-heading {
    text-align: center;
}

aside[class][id] .box [id*=nav_] {
    display: inline-block;
    float: none;
    margin-top: 15px;
}

.box [id*=nav_] {
    position: relative;
    float: right;
    margin-top: -5px;
}

    .box [id*=nav_]:before, .box [id*=nav_]:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .box [id*=nav_]:after {
        clear: both;
    }

html[dir=rtl] .box [id*=nav_] {
    float: left;
    direction: ltr;
}

.box [id*=nav_] [class*=swiper-button] + [class*=swiper-button] {
    margin-left: 5px;
}

.box [id*=nav_] .swiper-button-next, .box [id*=nav_] .swiper-button-prev {
    position: static;
    margin-top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fecc54;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background: #fecc54;
    -moz-transition: background .3s ease,color .3s ease,border-color .3s ease;
    -o-transition: background .3s ease,color .3s ease,border-color .3s ease;
    -webkit-transition: background .3s ease,color .3s ease,border-color .3s ease;
    transition: background .3s ease,color .3s ease,border-color .3s ease;
}

    .box [id*=nav_] .swiper-button-next:hover, .box [id*=nav_] .swiper-button-prev:hover {
        color: #fff;
        border-color: #458500;
        background-color: #458500;
    }

    .box [id*=nav_] .swiper-button-next.swiper-button-disabled, .box [id*=nav_] .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }

    .box [id*=nav_] .swiper-button-next:before, .box [id*=nav_] .swiper-button-prev:before {
        font-family: linearicons;
    }

    .box [id*=nav_] .swiper-button-next:before {
        content: '\ec3c';
    }

    .box [id*=nav_] .swiper-button-prev:before {
        content: '\ec3b';
    }

.box.featured .box-heading h2, .box.featured .box-heading h3, .box.featured .box-heading h4, .box.featured .box-heading h5, .box.featured .box-heading h6, .box.bestseller .box-heading h2, .box.bestseller .box-heading h3, .box.bestseller .box-heading h4, .box.bestseller .box-heading h5, .box.bestseller .box-heading h6, .box.latest .box-heading h2, .box.latest .box-heading h3, .box.latest .box-heading h4, .box.latest .box-heading h5, .box.latest .box-heading h6, .box.specials .box-heading h2, .box.specials .box-heading h3, .box.specials .box-heading h4, .box.specials .box-heading h5, .box.specials .box-heading h6, .box.single-category .box-heading h2, .box.single-category .box-heading h3, .box.single-category .box-heading h4, .box.single-category .box-heading h5, .box.single-category .box-heading h6, .box.blog_articles .box-heading h2, .box.blog_articles .box-heading h3, .box.blog_articles .box-heading h4, .box.blog_articles .box-heading h5, .box.blog_articles .box-heading h6, .box.manufacturer .box-heading h2, .box.manufacturer .box-heading h3, .box.manufacturer .box-heading h4, .box.manufacturer .box-heading h5, .box.manufacturer .box-heading h6 {
    display: inline-block;
    margin-top: 4px;
}

aside .box.featured .box-heading h2, aside .box.featured .box-heading h3, aside .box.featured .box-heading h4, aside .box.featured .box-heading h5, aside .box.featured .box-heading h6, aside .box.bestseller .box-heading h2, aside .box.bestseller .box-heading h3, aside .box.bestseller .box-heading h4, aside .box.bestseller .box-heading h5, aside .box.bestseller .box-heading h6, aside .box.latest .box-heading h2, aside .box.latest .box-heading h3, aside .box.latest .box-heading h4, aside .box.latest .box-heading h5, aside .box.latest .box-heading h6, aside .box.specials .box-heading h2, aside .box.specials .box-heading h3, aside .box.specials .box-heading h4, aside .box.specials .box-heading h5, aside .box.specials .box-heading h6, aside .box.single-category .box-heading h2, aside .box.single-category .box-heading h3, aside .box.single-category .box-heading h4, aside .box.single-category .box-heading h5, aside .box.single-category .box-heading h6, aside .box.blog_articles .box-heading h2, aside .box.blog_articles .box-heading h3, aside .box.blog_articles .box-heading h4, aside .box.blog_articles .box-heading h5, aside .box.blog_articles .box-heading h6, aside .box.manufacturer .box-heading h2, aside .box.manufacturer .box-heading h3, aside .box.manufacturer .box-heading h4, aside .box.manufacturer .box-heading h5, aside .box.manufacturer .box-heading h6 {
    display: block;
    text-align: center;
}

@media(max-width:1199px) {
    .box.featured .box-heading .row, .box.bestseller .box-heading .row, .box.latest .box-heading .row, .box.specials .box-heading .row, .box.single-category .box-heading .row, .box.blog_articles .box-heading .row, .box.manufacturer .box-heading .row {
        display: flex;
        flex-flow: row wrap;
    }

        .box.featured .box-heading .row [class*=col-]:nth-child(1), .box.bestseller .box-heading .row [class*=col-]:nth-child(1), .box.latest .box-heading .row [class*=col-]:nth-child(1), .box.specials .box-heading .row [class*=col-]:nth-child(1), .box.single-category .box-heading .row [class*=col-]:nth-child(1), .box.blog_articles .box-heading .row [class*=col-]:nth-child(1), .box.manufacturer .box-heading .row [class*=col-]:nth-child(1) {
            order: 1;
            flex: 1 50%;
        }

        .box.featured .box-heading .row [class*=col-]:nth-child(2), .box.bestseller .box-heading .row [class*=col-]:nth-child(2), .box.latest .box-heading .row [class*=col-]:nth-child(2), .box.specials .box-heading .row [class*=col-]:nth-child(2), .box.single-category .box-heading .row [class*=col-]:nth-child(2), .box.blog_articles .box-heading .row [class*=col-]:nth-child(2), .box.manufacturer .box-heading .row [class*=col-]:nth-child(2) {
            order: 3;
            flex: 1 100%;
            margin-top: 5px;
        }

        .box.featured .box-heading .row [class*=col-]:nth-child(3), .box.bestseller .box-heading .row [class*=col-]:nth-child(3), .box.latest .box-heading .row [class*=col-]:nth-child(3), .box.specials .box-heading .row [class*=col-]:nth-child(3), .box.single-category .box-heading .row [class*=col-]:nth-child(3), .box.blog_articles .box-heading .row [class*=col-]:nth-child(3), .box.manufacturer .box-heading .row [class*=col-]:nth-child(3) {
            order: 2;
            flex: 1 50%;
        }
}

@media(max-width:767px) {
    .box.featured .box-heading .row [class*=col-] li + li, .box.bestseller .box-heading .row [class*=col-] li + li, .box.latest .box-heading .row [class*=col-] li + li, .box.specials .box-heading .row [class*=col-] li + li, .box.single-category .box-heading .row [class*=col-] li + li, .box.blog_articles .box-heading .row [class*=col-] li + li, .box.manufacturer .box-heading .row [class*=col-] li + li {
        margin-left: 15px;
    }

    [dir=rtl] .box.featured .box-heading .row [class*=col-] li + li, [dir=rtl] .box.bestseller .box-heading .row [class*=col-] li + li, [dir=rtl] .box.latest .box-heading .row [class*=col-] li + li, [dir=rtl] .box.specials .box-heading .row [class*=col-] li + li, [dir=rtl] .box.single-category .box-heading .row [class*=col-] li + li, [dir=rtl] .box.blog_articles .box-heading .row [class*=col-] li + li, [dir=rtl] .box.manufacturer .box-heading .row [class*=col-] li + li {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media(max-width:479px) {
    .box.featured .box-heading .row [class*=col-]:nth-child(2) li, .box.bestseller .box-heading .row [class*=col-]:nth-child(2) li, .box.latest .box-heading .row [class*=col-]:nth-child(2) li, .box.specials .box-heading .row [class*=col-]:nth-child(2) li, .box.single-category .box-heading .row [class*=col-]:nth-child(2) li, .box.blog_articles .box-heading .row [class*=col-]:nth-child(2) li, .box.manufacturer .box-heading .row [class*=col-]:nth-child(2) li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

        .box.featured .box-heading .row [class*=col-]:nth-child(2) li + li, .box.bestseller .box-heading .row [class*=col-]:nth-child(2) li + li, .box.latest .box-heading .row [class*=col-]:nth-child(2) li + li, .box.specials .box-heading .row [class*=col-]:nth-child(2) li + li, .box.single-category .box-heading .row [class*=col-]:nth-child(2) li + li, .box.blog_articles .box-heading .row [class*=col-]:nth-child(2) li + li, .box.manufacturer .box-heading .row [class*=col-]:nth-child(2) li + li {
            margin-left: 0;
        }

    [dir=rtl] .box.featured .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.bestseller .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.latest .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.specials .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.single-category .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.blog_articles .box-heading .row [class*=col-]:nth-child(2) li + li, [dir=rtl] .box.manufacturer .box-heading .row [class*=col-]:nth-child(2) li + li {
        margin-left: 0;
        margin-right: 0;
    }
}

.box.featured .box-heading .align-right, .box.bestseller .box-heading .align-right, .box.latest .box-heading .align-right, .box.specials .box-heading .align-right, .box.single-category .box-heading .align-right, .box.blog_articles .box-heading .align-right, .box.manufacturer .box-heading .align-right {
    text-align: right;
}

html[dir=rtl] .box.featured .box-heading .align-right, html[dir=rtl] .box.bestseller .box-heading .align-right, html[dir=rtl] .box.latest .box-heading .align-right, html[dir=rtl] .box.specials .box-heading .align-right, html[dir=rtl] .box.single-category .box-heading .align-right, html[dir=rtl] .box.blog_articles .box-heading .align-right, html[dir=rtl] .box.manufacturer .box-heading .align-right {
    text-align: left;
}

.box.featured .box-heading .align-right .nav-tabs, .box.bestseller .box-heading .align-right .nav-tabs, .box.latest .box-heading .align-right .nav-tabs, .box.specials .box-heading .align-right .nav-tabs, .box.single-category .box-heading .align-right .nav-tabs, .box.blog_articles .box-heading .align-right .nav-tabs, .box.manufacturer .box-heading .align-right .nav-tabs {
    width: auto;
}

.box .swiper-wrapper {
    display: flex;
    align-items: center;
}

.box .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

    .box .nav-tabs > li {
        display: inline-block;
        float: none;
    }

        .box .nav-tabs > li + li {
            margin-left: 60px;
        }

@media(min-width:768px) and (max-width:991px) {
    .box .nav-tabs > li + li {
        margin-left: 40px;
    }
}

html[dir=rtl] .box .nav-tabs > li + li {
    margin-left: 0;
    margin-right: 60px;
}

@media(min-width:768px) and (max-width:991px) {
    html[dir=rtl] .box .nav-tabs > li + li {
        margin-right: 40px;
    }
}

.box .nav-tabs > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    border: none;
    margin-right: 0;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .box .nav-tabs > li > a:focus, .box .nav-tabs > li > a:hover {
        background-color: transparent;
    }

    .box .nav-tabs > li > a:hover {
        border-color: transparent;
        color: #ca381e;
    }

.box .nav-tabs > li.active > a, .box .nav-tabs > li.active > a:focus, .box .nav-tabs > li.active > a:hover {
    background: 0 0;
    border: none;
    color: #ca381e;
}

@media(min-width:1480px) {
    .box.blog_articles [id*=nav_] {
        top: 8px;
    }
}

.box.manufacturer [id*=nav_] {
    position: static;
    float: none;
}

    .box.manufacturer [id*=nav_] .swiper-button-next.swiper-button-disabled, .box.manufacturer [id*=nav_] .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }

    .box.manufacturer [id*=nav_] .swiper-button-next, .box.manufacturer [id*=nav_] .swiper-button-prev {
        position: absolute;
        top: 0;
        margin: 0;
    }

    .box.manufacturer [id*=nav_] .swiper-button-prev {
        left: auto;
        right: 35px;
    }

[dir=rtl] .box.manufacturer [id*=nav_] .swiper-button-prev {
    left: 0;
    right: auto;
}

.box.manufacturer [id*=nav_] .swiper-button-next {
    right: 0;
}

[dir=rtl] .box.manufacturer [id*=nav_] .swiper-button-next {
    left: 35px;
    right: auto;
}

.single-category .nav-tabs {
    margin-top: 12px;
}

@media(min-width:1480px) {
    .single-category .nav-tabs {
        margin-left: 3.5%;
    }
}

aside [class*=col-], aside .container {
    width: 100%;
    padding: 0;
}

aside .row {
    margin: 0;
}

@media(min-width:1480px) {
    .single-category .box-heading .col-md-9 {
        padding-right: 23.5%;
    }

    [dir=rtl] .single-category .box-heading .col-md-9 {
        padding-right: 20px;
        padding-left: 23.5%;
    }
}

@media(min-width:1200px) and (max-width:1479px) {
    .single-category .box-heading .col-md-9 {
        padding-right: 23%;
    }

    [dir=rtl] .single-category .box-heading .col-md-9 {
        padding-right: 20px;
        padding-left: 23%;
    }
}

@media(max-width:1199px) {
    .top .box .box-heading {
        background: 0 0;
        padding: 0;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    * + .box.latest, * + .box.bestseller, * + .box.single-category {
        margin-top: 15px;
    }

    .box.single-category {
        margin-bottom: 15px;
    }

    .box .nav-tabs > li + li {
        margin-left: 40px;
    }

    [dir=rtl] .box .nav-tabs > li + li {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    * + .box.latest, * + .box.bestseller, * + .box.single-category {
        margin-top: 12px;
    }

    .box.single-category {
        margin-bottom: 12px;
    }

    .box .nav-tabs > li + li {
        margin-left: 40px;
    }

    [dir=rtl] .box .nav-tabs > li + li {
        margin-left: 0;
        margin-right: 40px;
    }

    .box.manufacturer .box-heading {
        margin-bottom: 35px;
    }

    .box.info .box-content ul a {
        padding: 13px 5px;
    }

    aside .box .box-heading h3 {
        font-size: 16px;
    }

    .social-list li + li {
        margin-left: 1px;
    }
}

@media(max-width:767px) {
    .box .box-heading h2, .box .box-heading h3 {
        font-size: 16px;
        line-height: 1.2em;
    }

    .box.manufacturer .box-heading {
        margin-bottom: 30px;
    }

    aside .box .box-heading {
        position: relative;
    }

    .single-category .box-heading h2 {
        width: 100%;
    }
}

@media(min-width:550px) and (max-width:767px) {
    aside .box .product-thumb {
        width: 60%;
        margin: 0 auto 30px;
    }
}

@media(max-width:480px) {
    .box.featured .box-heading h3, .box.featured .box-heading h2, .box.bestseller .box-heading h3, .box.bestseller .box-heading h2, .box.latest .box-heading h3, .box.latest .box-heading h2, .box.specials .box-heading h3, .box.specials .box-heading h2, .box.single-category .box-heading h3, .box.single-category .box-heading h2, .box.blog_articles .box-heading h3, .box.blog_articles .box-heading h2, .box.manufacturer .box-heading h3, .box.manufacturer .box-heading h2, .box .box-heading h3, .box .box-heading h2 {
        font-size: 16px;
    }

    .box.featured .box-heading .align-right, .box.bestseller .box-heading .align-right, .box.latest .box-heading .align-right, .box.specials .box-heading .align-right, .box.single-category .box-heading .align-right, .box.blog_articles .box-heading .align-right, .box.manufacturer .box-heading .align-right, .box .box-heading .align-right {
        text-align: center;
    }

    .box {
        margin-bottom: 20px;
    }
}

#button-search + h2 {
    margin-top: 15px;
}

.buttons {
    margin: 1em 0;
}

    .buttons:before, .buttons:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .buttons:after {
        clear: both;
    }

    .buttons .btn {
        padding: 14px 29px;
        margin-bottom: 10px;
    }

        .buttons .btn:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .buttons .btn i, .buttons .btn span {
            vertical-align: middle;
        }

        .buttons .btn i {
            font-size: 28px;
            margin: 0 5px;
            display: inline-block;
            line-height: 21px;
        }

    .buttons .pull-right .btn {
        text-transform: uppercase;
        margin-right: 10px;
    }

    .buttons .pull-right [for=agree1] + .btn {
        margin-bottom: 0;
    }

.input-group-btn .btn {
    padding: 7px 12px;
}

    .input-group-btn .btn i {
        font-size: 15px;
        line-height: 18px;
    }

.agree b {
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.agree:hover b {
    color: #458500;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    border: none;
    color: #fff;
    background-color: #feb508;
}

.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    font: 700 14px/16px "Open Sans",sans-serif;
    border: none;
    text-shadow: none;
    padding: 17px 29px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media(max-width:480px) {
    .btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn i, .btn-default i, .btn-primary i, .btn-success i, .btn-info i, .btn-warning i, .btn-danger i {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

    .btn i + span, .btn-default i + span, .btn-primary i + span, .btn-success i + span, .btn-info i + span, .btn-warning i + span, .btn-danger i + span {
        margin-left: 5px;
    }

[dir=rtl] .btn i + span, [dir=rtl] .btn-default i + span, [dir=rtl] .btn-primary i + span, [dir=rtl] .btn-success i + span, [dir=rtl] .btn-info i + span, [dir=rtl] .btn-warning i + span, [dir=rtl] .btn-danger i + span {
    margin-left: 0;
    margin-right: 5px;
}

.btn span, .btn-default span, .btn-primary span, .btn-success span, .btn-info span, .btn-warning span, .btn-danger span {
    display: inline-block;
    vertical-align: top;
}

.btn, .btn:visited, .btn-default, .btn-default:visited, .btn-primary, .btn-primary:visited, .btn-success, .btn-success:visited, .btn-info, .btn-info:visited, .btn-warning, .btn-warning:visited, .btn-danger, .btn-danger:visited {
    color: #fff;
    background-color: #458500;
}

    .btn:hover, .btn:focus, .btn:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        color: #fff;
        background-color: #e03424;
        outline: none !important;
        border:1px;
    }

    .btn-primary, .btn-primary:visited {
        color: #fff;
        background: #fecc54;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
            color: #fff;
            background-color: #feb508;
            outline: none !important;
        }

.product-btn {
    color: #fff;
    background: #458500;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .product-btn:hover {
        color: #fff;
        background-color: #326100;
    }

.btn-link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none !important;
    position: relative;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

@media(min-width:768px) {
    .btn-link:before, .btn-link:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: 100%;
        height: 1px;
        content: '';
        display: inline-block;
        background: #000;
        -moz-transition: .4s width ease;
        -o-transition: .4s width ease;
        -webkit-transition: .4s width ease;
        transition: .4s width ease;
    }

    .btn-link:before {
        width: 0;
        right: auto;
        left: 0;
        background: #fecc54;
        transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
    }
}

.btn-link i {
    font-size: 20px;
}

.btn-link, .btn-link:visited, .btn-link:focus {
    color: #000;
}

@media(min-width:768px) {
    .btn-link:hover {
        color: #fecc54;
    }

        .btn-link:hover:before {
            width: 100%;
        }

        .btn-link:hover:after {
            width: 0;
        }
}

@media(max-width:767px) {
    .btn-link span {
        display: none;
    }
}

.product-thumb .image > .quickview {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -26px;
    display: inline-block;
    opacity: 0;
    z-index: 1;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-buttons {
    margin: 10px 0;
    padding: 0;
}

    .product-buttons:before, .product-buttons:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .product-buttons:after {
        clear: both;
    }

    .product-buttons li {
        display: inline-block;
        margin-right: 10px;
        list-style: none;
    }

[dir=rtl] .product-buttons li {
    margin-right: 0;
    margin-left: 10px;
}

.product-buttons li button {
    display: inline-block;
    background: 0 0;
    color: #fecc54;
    padding: 0;
    margin-bottom: 5px;
}

    .product-buttons li button:hover, .product-buttons li button:focus {
        color: #458500;
        background: 0 0;
    }

        .product-buttons li button:hover i, .product-buttons li button:focus i {
            color: #458500;
        }

    .product-buttons li button:active {
        box-shadow: none;
    }

    .product-buttons li button i {
        margin-right: 3px;
        color: #b4b4b4;
    }

#button-cart {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

    #button-cart:disabled {
        pointer-events: none;
        opacity: .5;
    }

.tooltip-inner {
    background: #de3224;
}

[class][class].tooltip-arrow {
    border-top-color: #de3224;
}

@media(min-width:992px) and (max-width:1199px) {
    .account-wishlist table td .btn {
        padding: 10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .table-bordered > tbody > tr > .text-right {
        padding: 5px;
    }
}

@media(max-width:767px) {
    #grid-view, #list-view {
        display: none;
    }

    .product-thumb .image .quickview {
        display: none;
    }
}

.mobile .product-thumb .image .quickview, .tablet .product-thumb .image .quickview {
    display: none;
}

.mobile .product-thumb .image .button-wrap, .tablet .product-thumb .image .button-wrap {
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

    .mobile .product-thumb .image .button-wrap .product-btn, .mobile .product-thumb .image .button-wrap .product-btn + .product-btn, .mobile .product-thumb .image .button-wrap .product-btn + .product-btn + .product-btn, .tablet .product-thumb .image .button-wrap .product-btn, .tablet .product-thumb .image .button-wrap .product-btn + .product-btn, .tablet .product-thumb .image .button-wrap .product-btn + .product-btn + .product-btn {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

@media(min-width:480px) and (max-width:767px) {
    .buttons .pull-left .btn, .buttons .pull-left .btn-primary, .buttons .pull-right .btn, .buttons .pull-right .btn-primary {
        padding: 12px 16px;
    }
}

@media(max-width:479px) {
    .buttons .pull-left, .buttons .pull-right {
        float: none !important;
        margin-left: 0;
    }

    [dir=rtl] .buttons .pull-left, [dir=rtl] .buttons .pull-right {
        float: none !important;
    }

        [dir=rtl] .buttons .pull-left .btn, [dir=rtl] .buttons .pull-left .btn-primary, [dir=rtl] .buttons .pull-right .btn, [dir=rtl] .buttons .pull-right .btn-primary {
            margin-right: 0;
            margin-left: 10px;
        }
}

@media(max-width:410px) {
    .account-address .table td a {
        display: block;
    }

        .account-address .table td a + a {
            margin-top: 5px;
        }
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    display: block;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #dedede;
    color: #1a1a1a;
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    padding: 8px 10px 8px 20px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(min-width:768px) and (max-width:991px) {
    select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
        font-size: 11px;
    }
}

select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
    -webkit-box-shadow: 1px 1px 10px rgba(82,168,236,.8);
    -moz-box-shadow: 1px 1px 10px rgba(82,168,236,.8);
    box-shadow: 1px 1px 10px rgba(82,168,236,.8);
}

.product-options .checkbox input[type=checkbox] + label, .product-options .radio input[type=radio] + label {
    border: 1px solid #dedede;
}

select:hover {
    cursor: pointer;
}

input[name*=quantity] {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#product input[name*=quantity] {
    vertical-align: middle;
}

input[name=captcha] + img {
    margin-top: 15px;
}

textarea:not([class*=habla]) {
    min-height: 200px;
}

select {
    display: none;
}

#modal-shipping .radio {
    vertical-align: middle;
    line-height: 20px;
}

#modal-shipping input[type=radio] {
    display: inline;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

@media(max-width:479px) {
    #modal-shipping .btn, #modal-shipping #button-shipping {
        margin-top: 5px;
    }
}

.counter, .counter:focus {
    display: inline-block;
}

@media(max-width:767px) {
    .counter, .counter:focus {
        display: none;
    }
}

.quantity > div {
    position: relative;
    overflow: hidden;
    width: 61px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

@media(max-width:767px) {
    #product .counter {
        display: inline-block;
    }
}

.input-group-btn .btn {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sbHolder {
    background-color: #f6f6f6;
    border: 1px solid #dedede;
    height: 40px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #1a1a1a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 120px;
}

html[dir=rtl] .sbHolder {
    text-align: right;
}

.sbHolder:hover {
    background: #ededed;
}

.sbHolder:focus {
    border-color: rgba(82,168,236,.8);
    -webkit-box-shadow: 1px 1px 10px rgba(82,168,236,.8);
    -moz-box-shadow: 1px 1px 10px rgba(82,168,236,.8);
    box-shadow: 1px 1px 10px rgba(82,168,236,.8);
}

.sbSelector {
    display: block;
    height: 100%;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    padding: 8px 10px 8px 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html[dir=rtl] .sbSelector {
    left: 30px;
    padding-left: 10px;
    padding-right: 15px;
}

.sbSelector, .sbSelector:visited, .sbSelector:focus {
    color: #b4b4b4;
}

    .sbSelector:hover {
        color: inherit;
    }

.product-options .form-group {
    margin-left: 0;
    margin-right: 0;
}

.quantity {
    display: inline-block;
    position: relative;
}

    .quantity input[name*=quantity] {
        width: 61px;
        height: 50px;
        color: #777;
        border-color: #e1e1e1;
        background: #fff;
        padding: 12px 20px 12px 5px;
    }

[dir=rtl] .quantity input[name*=quantity] {
    padding-left: 20px;
    padding-right: 5px;
}

.quantity .counter {
    position: absolute;
    display: inline-block;
    top: 11px;
    right: 8px;
    width: 12px;
    height: 10px;
    line-height: 10px;
    padding: 0;
    font-size: 9px;
}

    .quantity .counter.counter-minus {
        top: auto;
        bottom: 11px;
        padding: 0;
    }

.sbToggle {
    display: block;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: inherit;
    font-family: material-design;
    line-height: 40px;
    font-size: 28px;
}

html[dir=rtl] .sbToggle {
    right: auto;
    left: 0;
}

.sbToggle:before {
    content: "";
    font-family: linearicons !important;
    font-size: 12px;
    display: block;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.sbToggle:hover {
    color: inherit;
}

.sbToggleOpen:before {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sbHolderDisabled {
    background-color: #fff;
    border: 1px solid #dedede;
}

.sbOptions {
    background-color: #f6f6f6;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    z-index: 2 !important;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 15px rgba(0,0,0,.1);
    box-shadow: 1px 1px 15px rgba(0,0,0,.1);
    outline: 1px solid #dedede;
}

html[dir=rtl] .sbOptions {
    left: 0;
}

.sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #1a1a1a;
}

html[dir=rtl] .sbOptions li a {
    padding-left: 20px;
    padding-right: 10px;
}

.sbOptions li a:hover {
    background: #ededed;
}

input[type=radio] {
    display: none;
}

    input[type=radio] + label {
        position: relative;
        padding-left: 30px;
        line-height: 21px;
    }

html[dir=rtl] input[type=radio] + label {
    padding-left: 0;
    padding-right: 30px;
}

input[type=radio] + label:before, input[type=radio] + label:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio] + label:before {
    top: 2.5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    background: #f5f5f5;
}

html[dir=rtl] input[type=radio] + label:before {
    left: auto;
    right: 0;
}

input[type=radio] + label:after {
    top: 4.5px;
    left: 2px;
    width: 12px;
    height: 12px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

html[dir=rtl] input[type=radio] + label:after {
    left: auto;
    right: 2px;
}

input[type=radio]:checked + label:after {
    background: #458500;
}

.radio-inline {
    margin-right: 5px;
}

html[dir=rtl] .radio-inline {
    margin-right: 0;
    margin-left: 5px;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        input[type=checkbox] + label:before, input[type=checkbox] + label:after {
            content: '';
            position: absolute;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            top: 3.5px;
            left: 0;
            width: 14px;
            height: 14px;
        }

        input[type=checkbox] + label:before {
            background: #e5e5e5;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        input[type=checkbox] + label:after {
            text-align: center;
            line-height: 14px;
            font-family: fontawesome;
            color: #458500;
        }

    input[type=checkbox]:checked + label:after {
        content: "";
    }

    input[type=checkbox][disabled] + label {
        color: #c4c4c4;
        display: none;
    }

    input[type=checkbox][name=agree] + label {
        margin-bottom: 10.5px;
    }

        input[type=checkbox][name=agree] + label:before, input[type=checkbox][name=agree] + label:after {
            top: 0;
        }

#habla_window_div #habla_topbar_div {
    background: #458500 !important;
}

#at15s, #at20mc {
    z-index: 999 !important;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease .3s;
    -o-transition: all 1.3s ease .3s;
    -webkit-transition: all 1.3s ease .3s;
    transition: all 1.3s ease .3s;
}

    #page-preloader.visible {
        opacity: 1;
        z-index: 100500;
    }

        #page-preloader.visible .preloader {
            opacity: 1;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    #page-preloader .preloader {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
    }

.squares {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    position: relative;
}

    .squares .square {
        position: relative;
    }

    .squares .square {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
    }

        .squares .square:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 85%;
            height: 85%;
            background: #3d3379;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            animation: rhomb 3.07s infinite linear both;
            -webkit-animation: rhomb 3.07s infinite linear both;
            -moz-animation: rhomb 3.07s infinite linear both;
        }

    .squares .rhomb-2:before {
        animation-delay: .25s;
        -webkit-animation-delay: .25s;
        -moz-animation-delay: .25s;
    }

    .squares .rhomb-3:before {
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
    }

    .squares .rhomb-4:before {
        animation-delay: .9s;
        -webkit-animation-delay: .9s;
        -moz-animation-delay: .9s;
    }

@keyframes rhomb {
    0%,10% {
        transform: scale(.1);
        opacity: 0;
    }

    25%,75% {
        transform: none;
        opacity: 1;
    }

    90%,100% {
        transform: scale(.1);
        opacity: 0;
    }
}

@-webkit-keyframes rhomb {
    0%,10% {
        transform: scale(.1);
        opacity: 0;
    }

    25%,75% {
        transform: none;
        opacity: 1;
    }

    90%,100% {
        transform: scale(.1);
        opacity: 0;
    }
}

@-moz-keyframes rhomb {
    0%,10% {
        transform: scale(.1);
        opacity: 0;
    }

    25%,75% {
        transform: none;
        opacity: 1;
    }

    90%,100% {
        transform: scale(.1);
        opacity: 0;
    }
}

@media(max-width:480px) {
    #page-preloader {
        display: none;
    }
}

.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    position: relative;
    float: left;
    margin-right: 54px;
}

    .sf-menu > li:last-child {
        margin-right: 0 !important;
    }

html[dir=rtl] .sf-menu > li:last-child {
    margin-left: 0 !important;
}

html[dir=rtl] .sf-menu > li {
    float: right;
    margin-right: 0;
    margin-left: 54px;
}

@media(min-width:1200px) and (max-width:1479px) {
    .sf-menu > li {
        margin-right: 27px;
    }

    html[dir=rtl] .sf-menu > li {
        margin-right: 0;
        margin-left: 27px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .sf-menu > li {
        margin-right: 20px;
    }

    html[dir=rtl] .sf-menu > li {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    ul.sf-menu > li {
        margin-right: 17px;
    }

    html[dir=rtl] ul.sf-menu > li {
        margin-right: 0;
        margin-left: 17px;
    }
}

@media(min-width:992px) {
    .header_menu {
        text-align: right;
    }

    [dir=rtl] .header_menu {
        text-align: left;
    }
}

.megamenu {
    display: inline-block;
}

@media(min-width:992px) {
    .megamenu {
        position: relative;
    }
}

.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sf-menu li {
        position: relative;
    }

        .sf-menu li > a, .sf-menu li > a:visited, .sf-menu li > a:focus {
            color: #000;
        }

            .sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
                color: #458500;
            }

        .sf-menu li.sf-with-mega {
            position: static;
        }

    .sf-menu > li {
        padding-bottom: 15px;
    }

        .sf-menu > li > a {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            position: relative;
        }

            .sf-menu > li > a:before {
                position: absolute;
                display: inline-block;
                bottom: 2px;
                content: '';
                height: 1px;
                left: 50%;
                width: 0;
                background: #1a1a1a;
                -moz-transition: .3s all ease;
                -o-transition: .3s all ease;
                -webkit-transition: .3s all ease;
                transition: .3s all ease;
            }

@media(min-width:1480px) {
    .sf-menu > li > a {
        letter-spacing: .2px;
    }
}

.sf-menu > li > a, .sf-menu > li > a:visited, .sf-menu > li > a:focus {
    color: #000;
}

    .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li > a.active {
        color: #000;
    }

        .sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li > a.active:before {
            left: 0;
            width: 100%;
            background-color: #000;
        }

.sf-menu .simple_menu {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    text-align: left;
    top: 100%;
    width: 200px;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[dir=rtl] .sf-menu .simple_menu {
    text-align: right;
}

html[dir=rtl] .sf-menu .simple_menu {
    left: auto;
    right: 0;
}

.sf-menu .simple_menu {
    -webkit-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    box-shadow: 0 3px 21px rgba(0,0,0,.06);
}

    .sf-menu .simple_menu li {
        position: relative;
    }

    .sf-menu .simple_menu a {
        display: block;
        background: #fff;
        color: #777;
        padding: 10px 20px;
    }

        .sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
            color: #fff;
            background: #3d3379;
        }

    .sf-menu .simple_menu .simple_menu {
        left: 100%;
        top: 0;
        margin-top: 0;
    }

html[dir=rtl] .sf-menu .simple_menu .simple_menu {
    left: auto;
    right: 100%;
}

.sf-menu .simple_menu .simple_menu:before {
    display: none;
}

.menu-gadget {
    display: none !important;
}

.sf-menu .sf-mega {
    display: none;
    position: absolute;
    list-style-type: none;
    top: 100%;
    left: 5px;
    right: 5px;
    z-index: 109;
    min-width: 608px;
    padding: 25px 35px 30px;
    color: #777;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    -moz-box-shadow: 0 3px 21px rgba(0,0,0,.06);
    box-shadow: 0 3px 21px rgba(0,0,0,.06);
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}

@media(min-width:1200px) and (max-width:1479px) {
    .sf-menu .sf-mega {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .sf-menu .sf-mega {
        padding-left: 30px;
        padding-right: 30px;
    }
}

[dir=rtl] .sf-menu .sf-mega {
    text-align: right;
}

.sf-menu .sf-mega .container, .sf-menu .sf-mega [class*=col-], .sf-menu .sf-mega .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sf-menu .sf-mega > li {
    opacity: 1 !important;
}

    .sf-menu .sf-mega > li a {
        background: 0 0;
    }

.sf-menu .sf-mega ul {
    padding: 0;
    list-style-type: none;
}

    .sf-menu .sf-mega ul li + li {
        margin-top: 16px;
    }

.sf-menu .sf-mega_row {
    margin: 0 -15px;
}

    .sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .sf-menu .sf-mega_row:after {
        clear: both;
    }

.sf-menu .sf-mega_section {
    float: left;
    padding: 0 15px;
}

html[dir=rtl] .sf-menu .sf-mega_section {
    float: right;
}

.submenu_title {
    text-transform: uppercase;
    font-weight: 700;
}

.sf-menu > li > .sf-with-ul {
    position: relative;
}

.sf-menu ul > li > .sf-with-ul {
    position: relative;
}

@media(min-width:992px) and (max-width:1199px) {
    .sf-menu > li > a {
        font-size: 12px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .sf-menu .sf-mega_section {
        padding: 0 15px;
    }

    .sf-menu > li {
        padding-bottom: 5px;
    }

        .sf-menu > li > a {
            font-size: 11px;
        }
}

@media(max-width:767px) {
    .sf-menu {
        display: none;
    }

    .sf-mega_section {
        width: 100% !important;
    }

    .megamenu {
        padding: 0;
        display: none;
    }
}

.stuck-menu {
    width: auto !important;
}

.mid-line {
    background: rgba(255,255,255,.97);
}

.ajax-overlay-open .scroll-fix {
    z-index: 996;
}

@-webkit-keyframes run {
    0% {
        top: -120px;
    }

    100% {
        top: 0;
    }
}

@keyframes run {
    0% {
        top: -120px;
    }

    100% {
        top: 0;
    }
}

@media only screen and (min-width:992px) {
    .scroll-fix {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        -webkit-animation: run .7s infinite ease-in-out;
        animation: run .7s infinite ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .mid-line.scroll-fix {
        padding-top: 5px;
        padding-bottom: 2px;
        -webkit-box-shadow: 0 7px 7px rgba(0,0,0,.04);
        -moz-box-shadow: 0 7px 7px rgba(0,0,0,.04);
        box-shadow: 0 7px 7px rgba(0,0,0,.04);
    }
}

@media(max-width:991px) {
    .mid-line {
        position: relative;
        width: auto !important;
    }

        .mid-line + .mid-line {
            display: none;
        }
}

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: left;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
        background: rgba(0,0,0,.2);
    }

        .rd-mobilemenu.active .cart, .rd-mobilemenu.active .nav {
            margin-right: -50px;
        }

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transition: .3s cubic-bezier(.55,0,.1,1);
    -o-transition: .3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: .3s cubic-bezier(.55,0,.1,1);
    transition: .3s cubic-bezier(.55,0,.1,1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 45px 16px 25px;
}

    .rd-mobilemenu_ul a, .rd-mobilemenu_ul a:visited, .rd-mobilemenu_ul a:focus {
        color: #777;
    }

        .rd-mobilemenu_ul a.active {
            color: #fff;
            background: #458500;
        }

        .rd-mobilemenu_ul a:hover {
            color: #fff;
            background: #458500;
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle {
            position: absolute;
            top: 50%;
            right: 11px;
            margin-top: -17.5px;
            width: 32px;
            height: 32px;
            font: 400 10px fontawesome;
            line-height: 32px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-transition: .5s all ease;
            -o-transition: .5s all ease;
            -webkit-transition: .5s all ease;
            transition: .5s all ease;
            z-index: 1;
            background: rgba(0,0,0,.1);
        }

            .rd-mobilemenu_ul a .rd-submenu-toggle:after {
                content: '\f078';
            }

            .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
                background: #fff;
                color: #666;
            }

        .rd-mobilemenu_ul a.rd-with-ul {
            position: relative;
        }

            .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

.rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0;
}

    .rd-mobilemenu_ul ul a {
        padding-left: 30px;
    }

    .rd-mobilemenu_ul ul ul .submenu_title a {
        padding-left: 30px;
    }

    .rd-mobilemenu_ul ul ul a {
        padding-left: 40px;
    }

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    z-index: 10000;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 52px;
    right: 96px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
}

.rd-mobilepanel_toggle {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    left: 4px;
    width: 48px;
    height: 48px;
}

    .rd-mobilepanel_toggle::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #000;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .rd-mobilepanel_toggle span {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
        }

    .rd-mobilepanel_toggle.active span {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

        .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
            top: 0;
            width: 15px;
        }

        .rd-mobilepanel_toggle.active span:before {
            -webkit-transform: rotate3d(0,0,1,-40deg);
            transform: rotate3d(0,0,1,-40deg);
        }

        .rd-mobilepanel_toggle.active span:after {
            -webkit-transform: rotate3d(0,0,1,40deg);
            transform: rotate3d(0,0,1,40deg);
        }

@media(max-width:767px) {
    body {
        padding-top: 56px;
    }

    .box-nav > * + *:before {
        display: none;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }

    html[dir=rtl] .rd-mobilemenu_ul ul ul .submenu_title a {
        padding-left: 0;
        padding-right: 30px;
    }

    html[dir=rtl] .rd-mobilemenu_ul ul {
        margin-right: 0;
        padding-right: 0;
    }

    .cart {
        right: 40px;
        height: 56px;
        z-index: 10001;
    }

        .cart > button {
            line-height: 56px;
        }

    header .nav {
        right: 0;
        padding-right: 10px;
        z-index: 10001;
    }

    html[dir=rtl] header .nav {
        margin-right: 0;
    }

    header .nav > .toggle {
        line-height: 55px;
    }

    .cart > button, .nav > .toggle {
        color: #000 !important;
        font-size: 28px;
    }
}

@media(max-width:400px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

.banners {
    margin-bottom: 17px;
}

.banner-box {
    position: relative;
    box-shadow: none;
    line-height: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .banner-box > div {
        display: block;
        position: relative;
    }

        .banner-box > div > a {
            position: relative;
        }

    .banner-box .banner_img {
        position: relative;
        overflow: hidden;
        width: inherit;
        display: inline-block;
        background: #f1f1f1;
    }

    .banner-box .over, .banner-box .over1 {
        position: absolute;
        pointer-events: none;
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px;
    }

        .banner-box .over:before, .banner-box .over:after, .banner-box .over1:before, .banner-box .over1:after {
            position: absolute;
            display: inline-block;
            content: '';
            background: #fecc54;
            -moz-transition: .4s all ease;
            -o-transition: .4s all ease;
            -webkit-transition: .4s all ease;
            transition: .4s all ease;
        }

        .banner-box .over:before {
            top: 0;
            left: 0;
            height: 2px;
            width: 0;
        }

        .banner-box .over:after {
            top: 0;
            left: 0;
            width: 2px;
            height: 0;
        }

        .banner-box .over1:before {
            bottom: 0;
            right: 0;
            height: 2px;
            width: 0;
        }

        .banner-box .over1:after {
            bottom: 0;
            right: 0;
            width: 2px;
            height: 0;
        }

    .banner-box .s-desc {
        position: absolute;
        left: 11%;
        right: 11%;
        bottom: 7.7%;
        line-height: 21px;
    }

    .banner-box h2, .banner-box h3, .banner-box h4, .banner-box h5, .banner-box h6, .banner-box span, .banner-box p {
        margin: 0;
    }

    .banner-box h2 {
        font-size: 60px;
        line-height: 1.14em;
        text-transform: uppercase;
    }

        .banner-box h2 em {
            font-weight: 300;
            font-style: normal;
        }

        .banner-box h2 + p {
            margin-top: 5px;
        }

    .banner-box h3 {
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 9px;
    }

    .banner-box p {
        font-size: 22px;
        color: #000;
        margin-bottom: 15px;
    }

    .banner-box * + .btn, .banner-box * + .btn-primary {
        margin-top: 23px;
    }

    .banner-box .btn-link {
        text-transform: none;
        font-weight: 700;
    }

    .banner-box * + .btn-link {
        margin-top: 22px;
    }

    .banner-box h2 + .btn-link {
        margin-top: 15px;
    }

    .banner-box [class*=banner-two-] .s-desc {
        bottom: 52%;
        left: 7.8%;
        right: 40%;
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

        .banner-box [class*=banner-two-] .s-desc h2 {
            line-height: 1.2em;
        }

    .banner-box [class*=banner-two-].banner-align-right .s-desc {
        bottom: 53.1%;
        left: 54.3%;
        right: 7%;
    }

    .banner-box [class*=banner-two-].banner-align-right h2 {
        line-height: 1.04em;
    }

        .banner-box [class*=banner-two-].banner-align-right h2 + .btn-link {
            margin-top: 29px;
            margin-left: 2px;
        }

    .banner-box img {
        background: #f1f1f1;
        width: 100%;
    }

@media(min-width:768px) {
    .banner-box:hover .over:before {
        width: 70%;
    }

    .banner-box:hover .over:after {
        height: 70%;
    }

    .banner-box:hover .over1:before {
        width: 70%;
    }

    .banner-box:hover .over1:after {
        height: 70%;
    }
}

@media(min-width:1200px) and (max-width:1479px) {
    .banner-box {
        margin-bottom: 27px;
    }

        .banner-box h2 {
            font-size: 48px;
        }

        .banner-box h3 {
            font-size: 32px;
            margin-bottom: 7px;
        }

        .banner-box p {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .banner-box * + .btn, .banner-box * + .btn-primary {
            margin-top: 18px;
        }

        .banner-box * + .btn-link {
            margin-top: 18px;
        }

        .banner-box h2 + .btn-link {
            margin-top: 12px;
        }

        .banner-box [class*=banner-two-].banner-align-right h2 + .btn-link {
            margin-top: 23px;
        }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-box {
        margin-bottom: 19px;
    }

        .banner-box h2 {
            font-size: 30px;
        }

        .banner-box h3 {
            font-size: 26px;
            margin-bottom: 6px;
        }

        .banner-box p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .banner-box * + .btn, .banner-box * + .btn-primary {
            margin-top: 14px;
        }

        .banner-box * + .btn-link {
            margin-top: 15px;
        }

        .banner-box h2 + .btn-link {
            margin-top: 11px;
        }

        .banner-box [class*=banner-two-].banner-align-right h2 + .btn-link {
            margin-top: 19px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .banner-box {
        margin-bottom: 12px;
    }

        .banner-box .over, .banner-box .over1 {
            top: 15px;
            right: 15px;
            left: 15px;
            bottom: 15px;
        }

        .banner-box h2 {
            font-size: 24px;
        }

            .banner-box h2 + p {
                margin-top: 2px;
            }

        .banner-box h3 {
            font-size: 20px;
            margin-bottom: 2px;
        }

        .banner-box p {
            font-size: 11px;
            margin-bottom: 2px;
        }

        .banner-box * + .btn, .banner-box * + .btn-primary {
            margin-top: 5px;
        }

        .banner-box * + .btn-link {
            margin-top: 8px;
        }

        .banner-box h2 + .btn-link {
            margin-top: 5px;
        }

        .banner-box [class*=banner-two-].banner-align-right h2 + .btn-link {
            margin-top: 15px;
        }
}

@media(max-width:767px) {
    .banners {
        line-height: 0;
        text-align: center;
        margin-bottom: 0;
    }

        .banners .banner-box .s-desc {
            text-align: left;
            line-height: 21px;
        }

    [dir=rtl] .banners .banner-box .s-desc {
        text-align: right;
    }

    .banner-box {
        width: 737px;
        max-width: 100%;
        float: none;
        display: inline-block;
    }

    .col-sm-5 .banner-box {
        width: 590px;
    }

    .banner-box h2 {
        font-size: 45px;
    }

    .banner-box h3 {
        font-size: 35px;
    }

    .banner-box p {
        font-size: 18px;
    }

    .banner-box * + .btn, .banner-box * + .btn-primary {
        margin-top: 15px;
    }

    .banner-box [class*=banner-two-].banner-align-right h2 + .btn-link {
        margin-top: 12px;
    }
}

@media(min-width:481px) and (max-width:767px) {
    .col-sm-7 .banner-box h2 {
        font-size: 35px;
        line-height: 1.2em;
    }

    .col-sm-7 .banner-box p {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .col-sm-7 .banner-box * + .btn-link {
        margin-top: 8px;
    }

    .col-sm-7 .banner-box h2 + .btn-link {
        margin-top: 12px;
    }
}

@media(max-width:480px) {
    .banner-box h2 {
        font-size: 22px;
    }

        .banner-box h2 + p {
            margin-top: 2px;
        }

    .banner-box h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .banner-box p {
        font-size: 11px;
        line-height: 1.4em;
        margin-bottom: 2px;
    }

    .banner-box * + .btn, .banner-box * + .btn-primary {
        margin-top: 7px;
    }

    .banner-box * + .btn-link {
        margin-top: 8px;
    }

    .banner-box h2 + .btn-link {
        margin-top: 5px;
    }
}

.box-info {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 30px;
}

    .box-info, .box-info h2, .box-info h3, .box-info h4, .box-info h5, .box-info h6, .box-info p {
        color: #fff;
    }

        .box-info h2, .box-info h3, .box-info h4, .box-info h5, .box-info h6, .box-info p {
            margin: 0;
        }

@media(min-width:768px) {
    .box-info .over, .box-info .over1 {
        position: absolute;
        pointer-events: none;
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
    }

        .box-info .over:before, .box-info .over:after, .box-info .over1:before, .box-info .over1:after {
            position: absolute;
            display: inline-block;
            content: '';
            background: #fff;
            -moz-transition: .4s all ease;
            -o-transition: .4s all ease;
            -webkit-transition: .4s all ease;
            transition: .4s all ease;
        }

        .box-info .over:before {
            top: 0;
            left: 0;
            height: 2px;
            width: 0;
        }

        .box-info .over:after {
            top: 0;
            left: 0;
            width: 2px;
            height: 0;
        }

        .box-info .over1:before {
            bottom: 0;
            right: 0;
            height: 2px;
            width: 0;
        }

        .box-info .over1:after {
            bottom: 0;
            right: 0;
            width: 2px;
            height: 0;
        }
}

.box-info h2 {
    font-size: 36px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.box-info_item {
    padding: 23px 15px 24px;
    background: #fecc54;
}

.box-info a {
    display: block;
    position: relative;
}

    .box-info a:hover {
        background-color: #ca381e !important;
    }

@media(min-width:768px) {
    .box-info a:hover .over:before {
        width: 70%;
    }

    .box-info a:hover .over:after {
        height: 70%;
    }

    .box-info a:hover .over1:before {
        width: 70%;
    }

    .box-info a:hover .over1:after {
        height: 70%;
    }
}

.box-info .col-sm-6 + .col-sm-6 .box-info_item {
    background-color: #458500;
}

@media(min-width:1200px) and (max-width:1479px) {
    .box-info h2 {
        font-size: 29px;
        letter-spacing: 2.8px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .box-info h2 {
        font-size: 23px;
        letter-spacing: 2.2px;
    }

    footer .box-payments li img {
        width: 50px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .box-info .over, .box-info .over1 {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .box-info h2 {
        font-size: 18px;
        letter-spacing: 1.8px;
    }

    footer .box-payments li img {
        width: 50px;
    }
}

@media(max-width:767px) {
    .box-info h2 {
        font-size: 26px;
        letter-spacing: 1.8px;
    }

    .box-info_item {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media(max-width:480px) {
    .box-info h2 {
        font-size: 16px;
        letter-spacing: 1.4px;
    }
}

.owl-carousel {
    position: relative;
    margin: 0 -15px;
    width: auto;
}

    .owl-carousel .owl-item {
        padding: 0 15px;
        width: auto;
    }

    .owl-carousel .owl-nav div {
        opacity: 0;
        color: #c9c9c9;
        text-shadow: 1px 1px 0 rgba(255,255,255,.3);
        transition: all .3s ease;
        font-size: 40px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .owl-carousel .owl-nav div:hover {
            color: #1a1a1a;
        }

    .owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -50px;
    }

    .owl-carousel:hover .owl-nav div {
        opacity: .7;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: 10px;
    }

@media(max-width:767px) {
    .owl-carousel .owl-nav div {
        opacity: .7;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}

.testimonials.owl-carousel .owl-nav {
    margin-top: 30px;
}

    .testimonials.owl-carousel .owl-nav div {
        opacity: 1;
        position: static;
        display: inline-block;
        margin: 0 5px;
    }

.owl-pagination {
    text-align: center;
    top: 40px;
    position: relative;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 6px;
}

    .owl-controls .owl-page span {
        display: block;
        width: 11px;
        height: 11px;
        background: rgba(0,0,0,.5);
        border-radius: 20px;
        box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    }

    .owl-controls .owl-page.active span {
        background: rgba(0,0,0,.9);
    }

.blog_article {
    margin-bottom: 40px;
}

    .blog_article .btn {
        margin-top: 30px;
    }

    .blog_article + .blog_article {
        padding-top: 40px;
        border-top: 1px solid #dedede;
    }

.article-info .article-sub-title {
    text-align: center;
}

.article-info .btn {
    margin-top: 20px;
}

.article-info h5, .article-info h6 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article-info p + h5, .article-info p + h6 {
    margin-top: 25px;
}

.article-image {
    text-align: center;
    overflow: hidden;
}

.simple_blog-article-view h1:after {
    margin-bottom: 15px;
}

.article-title {
    font-size: 22px;
    line-height: 1.55em;
    font-weight: 700;
    color: #333;
}

@media(max-width:1479px) {
    .article-title {
        font-size: 20px;
    }
}

.article-title > a {
    display: inline;
}

.article-title a, .article-title a:visited, .article-title a:focus {
    color: #333;
}

    .article-title a:hover {
        color: #de3224;
    }

.article-title + * {
    margin-top: 15px;
}

* + .article-description {
    margin-top: 15px;
}

.article-sub-title {
    font: 400 12px/14px "Open Sans",sans-serif;
}

    .article-sub-title a, .article-sub-title a:visited, .article-sub-title a:focus {
        color: #777;
    }

        .article-sub-title a:hover {
            color: #458500;
        }

    .article-sub-title .article-comments a {
        font-weight: 400;
    }

html[dir=rtl] .article-sub-title span {
    display: inline-block;
}

.article-sub-title span:before {
    font-size: 14px;
    margin-right: 3px;
    line-height: inherit;
    color: #b4b4b4;
    vertical-align: bottom;
}

.box.blog_articles .article-sub-title span:before {
    margin-right: 0;
}

.article-sub-title span + span {
    margin-left: 10px;
}

html[dir=rtl] .article-sub-title span + span {
    margin-left: 0;
    margin-right: 5px;
}

    html[dir=rtl] .article-sub-title span + span.article-date {
        margin-right: 0;
    }

.article-sub-title + * {
    margin-top: 27px;
}

.box.blog_articles {
    margin-top: 8px;
}

    .box.blog_articles .article-sub-title span + .article-date {
        margin-left: 0;
    }

    .box.blog_articles .article-description {
        padding-bottom: 5px;
    }

        .box.blog_articles .article-description + .article-sub-title {
            margin-top: 3px;
        }

@media(min-width:768px) {
    .box.blog_articles .box-content .col-sm-6 {
        text-align: left;
    }

    [dir=rtl] .box.blog_articles .box-content .col-sm-6 {
        text-align: right;
    }
}

.box.blog_articles .btn-primary {
    padding-left: 28px;
    padding-right: 28px;
}

.article-description {
    font-size: 16px;
    line-height: 1.625em;
}

    .article-description ul, .article-description ol {
        padding-left: 0;
        list-style-type: none;
        margin: 35px 0 45px;
    }

        .article-description ul li, .article-description ol li {
            position: relative;
            color: #458500;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding-left: 50px;
        }

            .article-description ul li:before, .article-description ol li:before {
                position: absolute;
                left: 0;
                top: 0;
            }

            .article-description ul li + li, .article-description ol li + li {
                margin-top: 16px;
            }

            .article-description ul li:before {
                font-size: 28px;
            }

    .article-description ol {
        counter-reset: list;
    }

        .article-description ol li {
            counter-increment: list;
        }

            .article-description ol li:before {
                content: counter(list,decimal-leading-zero) ".";
                color: #1a1a1a;
                font-size: 16px;
                font-weight: 700;
            }

    .article-description + * {
        /*margin-top: 19px;*/
    }

.related-article h4 {
    text-transform: uppercase;
    color: #458500;
}

    .related-article h4 a:hover {
        color: #1a1a1a;
    }

.related-article .article-sub-title {
    text-align: left;
}

    .related-article .article-sub-title span + span {
        margin-left: 5px;
    }

.related-article .row + .row {
    margin-top: 30px;
}

.related-article .image {
    margin-top: 5px;
}

.author-info .image {
    float: left;
    margin: 5px 30px 10px 0;
}

.article-comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

    .article-comment .author {
        float: left;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .article-comment .reply-message {
        float: right;
        text-transform: uppercase;
    }

    .article-comment .comment-date {
        clear: both;
        color: #1a1a1a;
        text-transform: uppercase;
    }

        .article-comment .comment-date:before {
            font-size: 15px;
            color: #458500;
            margin-right: 5px;
        }

    .article-comment .text {
        margin-top: 15px;
    }

    .article-comment .article-reply {
        margin: 30px 0 0 60px;
    }

.reply-cancel {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #458500;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-transform: uppercase;
    margin-top: 10px;
}

    .reply-cancel:hover {
        color: #1a1a1a;
    }

#review-title {
    clear: both;
}

.blog_articles .article-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .blog_articles .article-image + .article-title {
        margin-top: 18px;
    }

aside .blog_articles .article-title {
    font-size: 16px;
}

aside .blog_articles .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
}

aside .blog_articles * + .article-description {
    margin-top: 15px;
}

aside .blog-categories .box-heading {
    margin-bottom: 0;
}

aside .blog-categories ul > li {
    position: relative;
}

    aside .blog-categories ul > li > i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #1a1a1a;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        cursor: pointer;
        font-size: 20px;
    }

        aside .blog-categories ul > li > i:hover {
            color: #458500;
        }

    aside .blog-categories ul > li > a {
        background: #f5f5f5;
        display: block;
        color: #1a1a1a;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px 10px 10px 20px;
    }

        aside .blog-categories ul > li > a:hover {
            background: #ededed;
        }

    aside .blog-categories ul > li + li {
        border-top: 1px solid #dedede;
    }

aside .blog-categories ul ul {
    display: none;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #dedede;
}

    aside .blog-categories ul ul a {
        padding-left: 40px;
    }

aside #blog-search {
    margin: 15px 0 0;
    position: relative;
}

    aside #blog-search input {
        padding-right: 35px;
    }

    aside #blog-search a {
        display: inline-block;
        position: absolute;
        right: 10px;
        font-size: 16px;
        line-height: 40px;
        top: 0;
        color: #1a1a1a;
        font-family: fontawesome;
        background: 0 0;
    }

        aside #blog-search a:hover {
            color: #458500;
        }

.simple_blog-article-view .product_tabs .nav-tabs {
    width: 25%;
}

.simple_blog-article-view .product_tabs .tab-content {
    width: 75%;
}

@media(min-width:1200px) and (max-width:1479px) {
    .article-description {
        font-size: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .article-description {
        font-size: 14px;
        line-height: 1.5em;
    }

    .article-sub-title span + span {
        margin-left: 5px;
    }

    .article-sub-title + * {
        margin-top: 20px;
    }

    .box.blog_articles .article-description + .article-sub-title {
        margin-top: 12px;
    }
}

@media(max-width:991px) {
    .article-image {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .box.blog_articles .article-description + .article-sub-title {
        margin-top: 15px;
    }

    .article-title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .article-description {
        font-size: 13px;
        line-height: 1.5em;
    }
}

@media(max-width:767px) {
    .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
        width: 100%;
    }

    .box.blog_articles .box-content {
        text-align: center;
    }
}

@media(max-width:600px) {
    .reply-cancel {
        float: none;
        display: block;
    }
}

@media(max-width:479px) {
    .article-sub-title span {
        display: block;
    }

        .article-sub-title span + span {
            margin: 10px 0 0;
        }

    .article-title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .article-description {
        font-size: 13px;
        line-height: 1.5em;
    }

    .box.blog_articles .article-sub-title span {
        display: inline-block;
    }

        .box.blog_articles .article-sub-title span + span {
            margin-left: 10px;
        }
}

.ajax-quickview, .ajax-quickview-images, .ajax-quickview-images > ul, .ajax-quickview-images > ul > li {
    height: 100%;
}

.ajax-quickview-images, .ajax-quickview-cont-wrap {
    width: 50%;
}

.ajax-quickview .name, .ajax-quickview .cart-button {
    margin-top: 15px;
}

[dir=ltr] .ajax-quickview .cart-button .product-btn {
    margin-right: 5px;
}

[dir=rtl] .ajax-quickview .cart-button .product-btn {
    margin-left: 5px;
}

.ajax-quickview-images {
    position: relative;
    float: left;
}

    .ajax-quickview-images > ul {
        margin: 0;
    }

        .ajax-quickview-images > ul > li {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1;
            opacity: 0;
            text-align: center;
            overflow: hidden;
            -moz-transition: opacity .5s ease;
            -o-transition: opacity .5s ease;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
        }

            .ajax-quickview-images > ul > li > img {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                max-height: 101%;
                max-width: none;
                width: auto;
            }

            .ajax-quickview-images > ul > li.active {
                z-index: 2;
                opacity: 1;
            }

    .ajax-quickview-images .next-img, .ajax-quickview-images .prev-img {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }

    .ajax-quickview-images .next-img {
        right: 15px;
    }

    .ajax-quickview-images .prev-img {
        left: 15px;
    }

.ajax-quickview-cont-wrap {
    float: right;
    max-height: 100%;
    overflow-y: auto;
}

    .ajax-quickview-cont-wrap .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .ajax-quickview-cont-wrap .ajax-quickview-cont {
        padding: 50px;
    }

    .ajax-quickview-cont-wrap .sale, .ajax-quickview-cont-wrap .new-pr, .ajax-quickview-cont-wrap .discount {
        position: static;
    }

    .ajax-quickview-cont-wrap .product-options {
        border-bottom: none;
    }

    .ajax-quickview-cont-wrap btn-primary {
        vertical-align: middle;
    }

    .ajax-quickview-cont-wrap .counter, .ajax-quickview-cont-wrap input[name*=quantity] {
        vertical-align: middle;
        font-family: open sans,sans-serif;
    }

    .ajax-quickview-cont-wrap .counter-plus {
        margin-right: 10px;
    }

[dir=rtl] .ajax-quickview-cont-wrap .counter-plus {
    margin-right: 0;
    margin-left: 10px;
}

.ajax-quickview-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
}

    .ajax-quickview-overlay .ajax-quickview-overlay__preloader {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        background: url(../image/preloader.gif) no-repeat 50% 50% #fff;
    }

    .ajax-quickview-overlay.visible {
        opacity: 1;
        visibility: visible;
    }

div.fancybox-skin {
    background: #fff;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

@media(min-width:768px) and (max-width:991px) {
    .ajax-quickview-cont-wrap .ajax-quickview-cont {
        padding: 40px 15px;
    }
}

.newsletter .box-heading h2, .newsletter .box-heading h3 {
    letter-spacing: 0;
}

.newsletter .box-content {
    position: relative;
}

    .newsletter .box-content form {
        position: relative;
    }

.newsletter-description {
    margin-bottom: 16px;
}

@media(min-width:1480px) {
    .newsletter-description {
        padding-right: 10%;
    }
}

.newsletter #zemez-newsletter-form {
    padding-top: 8px;
}

.newsletter .zemez-login-form {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

    .newsletter .zemez-login-form label {
        display: none;
    }

    .newsletter .zemez-login-form:before {
        font-family: linearicons;
        content: '\e996';
        position: absolute;
        left: 21px;
        color: #458500;
        top: 16px;
        font-size: 14px;
        line-height: 16px;
    }

html[dir=rtl] .newsletter .zemez-login-form:before {
    left: auto;
    right: 21px;
}

@media(min-width:1200px) and (max-width:1479px) {
    .newsletter .zemez-login-form:before {
        display: none;
    }
}

.newsletter input {
    width: 230px;
    padding: 17px 21px 18px 48px;
    max-width: 100%;
    margin-bottom: 5px;
}

[dir=rtl] .newsletter input {
    padding-left: 21px;
    padding-right: 48px;
}

@media(min-width:1200px) {
    .newsletter input {
        width: 230px;
    }
}

@media(min-width:1480px) {
    [lang=ru] .newsletter input {
        width: 160px;
    }

    [lang=de] .newsletter input {
        width: 210px;
    }
}

@media(min-width:1200px) and (max-width:1479px) {
    .newsletter input {
        width: 180px;
        padding-left: 10px;
        padding-right: 5px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    [dir=rtl] .newsletter input {
        padding-left: 5px;
        padding-right: 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .newsletter input {
        width: 212px;
        padding-left: 10px;
        padding-right: 5px;
    }

    [dir=rtl] .newsletter input {
        padding-left: 5px;
        padding-right: 10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .newsletter input {
        width: 158px;
        font-size: 11px !important;
        padding-left: 7px;
        padding-right: 2px;
    }

    [dir=rtl] .newsletter input {
        padding-left: 2px;
        padding-right: 7px;
    }
}

.newsletter input {
    display: inline-block;
    color: #000;
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    margin-right: 2px;
}

    .newsletter input::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .newsletter input:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .newsletter input::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .newsletter input:-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .newsletter input:focus {
        box-shadow: none;
        border-color: #bbb;
    }

.newsletter .newsletter-error, .newsletter .newsletter-success, .newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
    display: block;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 5px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.newsletter .newsletter-error, .newsletter-popup .newsletter-error {
    color: red;
}

.newsletter .newsletter-success, .newsletter-popup .newsletter-success {
    color: green;
}

@media(min-width:1200px) and (max-width:1479px) {
    html[lang=ru] .newsletter input {
        width: 145px;
    }

    html[lang=ru] .newsletter .btn-primary, html[lang=ru] .newsletter .btn {
        padding-left: 12px;
        padding-right: 12px;
    }

    html[lang=de] .newsletter input {
        width: 200px;
    }

    html[lang=de] .newsletter .btn-primary, html[lang=de] .newsletter .btn {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    html[lang=ru] .newsletter input {
        width: 270px;
    }

    html[lang=ru] .newsletter .btn-primary, html[lang=ru] .newsletter .btn {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .newsletter .zemez-login-form:before {
        display: none;
    }

    .newsletter .btn-primary, .newsletter .btn {
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .newsletter .zemez-login-form:before {
        display: none;
    }

    .newsletter .btn-primary, .newsletter .btn {
        width: 100%;
    }
}

@media(max-width:480px) {
    .newsletter .zemez-login-form:before {
        display: none;
    }

    .newsletter input {
        width: 180px;
        padding-left: 10px;
        padding-right: 5px;
    }

    [lang=ru] .newsletter input {
        width: 140px;
    }

    [dir=rtl] .newsletter input {
        padding-left: 5px;
        padding-right: 10px;
    }
}

#zemez-newsletter-popup-form:before, #zemez-newsletter-popup-form:after {
    display: table;
    content: "";
    line-height: 0;
}

#zemez-newsletter-popup-form:after {
    clear: both;
}

.newsletter-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0,0,0,.3);
    padding-top: 100px;
}

.newsletter-popup {
    position: relative;
    width: 440px;
    height: 324px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 21px rgba(0,0,0,.05);
    -moz-box-shadow: 0 3px 21px rgba(0,0,0,.05);
    box-shadow: 0 3px 21px rgba(0,0,0,.05);
    background-repeat: no-repeat;
    padding: 55px 40px 10px;
    text-align: center;
    font-weight: 400;
}

    .newsletter-popup p {
        color: #000;
    }

    .newsletter-popup .zemez-login-form {
        position: relative;
        font-size: 0;
        line-height: 0;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
    }

        .newsletter-popup .zemez-login-form:before, .newsletter-popup .zemez-login-form:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .newsletter-popup .zemez-login-form:after {
            clear: both;
        }

        .newsletter-popup .zemez-login-form:before {
            font-family: linearicons;
            content: '\e996';
            position: absolute;
            left: 23px;
            top: 16px;
            color: #458500;
            font-size: 14px;
            line-height: 16px;
        }

        .newsletter-popup .zemez-login-form input {
            width: 230px;
            height: 50px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #eee;
            background: #fdfdfd;
            display: inline-block;
            font-size: 12px;
            line-height: 16px;
            margin-left: 1px;
            margin-right: 1px;
            color: #777;
            padding-left: 50px;
            vertical-align: top;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .newsletter-popup .zemez-login-form input::-webkit-input-placeholder {
                color: #777;
                opacity: 1;
            }

            .newsletter-popup .zemez-login-form input:-moz-placeholder {
                color: #777;
                opacity: 1;
            }

            .newsletter-popup .zemez-login-form input::-moz-placeholder {
                color: #777;
                opacity: 1;
            }

            .newsletter-popup .zemez-login-form input:-ms-input-placeholder {
                color: #777;
                opacity: 1;
            }

    .newsletter-popup .logo img {
        display: inline-block;
    }

    .newsletter-popup h3 {
        font: 700 22px/24px "Open Sans",sans-serif;
        margin-bottom: 5px;
        text-transform: none;
    }

        .newsletter-popup h3 + p {
            margin-top: 20px;
        }

    .newsletter-popup p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 25px;
    }

.newsletter-popup-close-btn {
    background: 0 0;
    outline: none;
    border: none;
    position: absolute;
    right: -34px;
    top: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.newsletter-popup-dont-show {
    bottom: 56px;
    position: absolute;
    left: 20px;
    right: 20px;
}

.newsletter-popup .btn-primary {
    vertical-align: top;
    padding-top: 13px;
    padding-bottom: 14px;
    height: 50px;
    margin-left: 1px;
    margin-right: 1px;
}

.newsletter-popup a.newsletter-popup-close-btn, .newsletter-popup a.newsletter-popup-close-btn:visited {
    color: #fff;
    background: #458500;
}

    .newsletter-popup a.newsletter-popup-close-btn:hover, .newsletter-popup a.newsletter-popup-close-btn:focus, .newsletter-popup a.newsletter-popup-close-btn:active {
        color: #fff;
        background: #fecc54;
    }

#zemez-newsletter-popup-form {
    position: relative;
}

html[lang=ru] .newsletter-popup .zemez-login-form input {
    width: 180px;
}

html[lang=de] .newsletter-popup .zemez-login-form input {
    width: 180px;
}

.tablet .newsletter-popup-wrap, .mobile .newsletter-popup-wrap {
    display: none !important;
}

@media(max-width:767px) {
    .newsletter-popup-wrap {
        display: none !important;
    }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.swiper-slide {
    align-self: flex-start;
}

.swiper-slider.swiper-container {
    overflow: visible;
    margin-bottom: 35px;
}

.swiper-slider .swiper-slide {
    background-position: center center !important;
}

html[dir=rtl] .swiper-slider {
    direction: ltr;
}

.swiper-slider .swiper-wrapper {
    overflow: visible;
}

.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 5px;
}

.swiper-slider .slide-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

    .swiper-slider .slide-desc:before {
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
    }

    .swiper-slider .slide-desc .container {
        position: relative;
        height: inherit;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slider .slide-desc > div > div {
        position: absolute;
        top: 45.05%;
        left: 15px;
        right: 40%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media(min-width:1480px) and (max-width:1555px),(min-width:1200px) and (max-width:1290px),(min-width:992px) and (max-width:1052px),(min-width:768px) and (max-width:828px),(max-width:767px) {
    .swiper-slider .slide-desc > div > div {
        left: 35px;
    }
}

html[dir=rtl] .swiper-slider .slide-desc {
    direction: rtl;
}

.swiper-slider .slide-desc h2, .swiper-slider .slide-desc h3, .swiper-slider .slide-desc h4, .swiper-slider .slide-desc h5, .swiper-slider .slide-desc h6, .swiper-slider .slide-desc p {
    margin: 0;
}

.swiper-slider .slide-desc h2 {
    font-size: 80px;
    line-height: 1.23em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

    .swiper-slider .slide-desc h2 em {
        font-weight: 300;
        font-style: normal;
    }

.swiper-slider .slide-desc p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 20px;
}

.swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
    margin-top: 14px;
}

.swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev {
    width: 30px;
    margin-top: -18px;
    text-align: center;
}

.swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    opacity: 1;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    right: 2.3%;
}

@media(min-width:1480px) and (max-width:1555px),(min-width:1200px) and (max-width:1290px),(min-width:992px) and (max-width:1052px),(min-width:768px) and (max-width:828px),(max-width:767px) {
    .swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }
}

.swiper-slider .swiper-button-next:before, .swiper-slider .swiper-container-rtl .swiper-button-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    /*content: '\ec3c';*/
    font-family: linearicons !important;
    color: #333;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.swiper-slider .swiper-button-next:hover:before, .swiper-slider .swiper-container-rtl .swiper-button-prev:hover:before {
    color: #458500;
}

.swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    left: 2.3%;
    opacity: 1;
}

@media(min-width:1480px) and (max-width:1555px),(min-width:1200px) and (max-width:1290px),(min-width:992px) and (max-width:1052px),(min-width:768px) and (max-width:828px),(max-width:767px) {
    .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }
}

.swiper-slider .swiper-button-prev:before, .swiper-slider .swiper-container-rtl .swiper-button-next:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    /*content: '\ec3b';*/
    font-family: linearicons !important;
    color: #333;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.swiper-slider .swiper-button-prev:hover:before, .swiper-slider .swiper-container-rtl .swiper-button-next:hover:before {
    color: #458500;
}

[class] .swiper-slider.swiper-container-rtl .swiper-button-prev:before {
    content: '\ec3c';
}

[class] .swiper-slider.swiper-container-rtl .swiper-button-next:before {
    content: '\ec3b';
}

.swiper-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,.6);
    opacity: 1;
}

@media(min-width:768px) {
    .swiper-slider .swiper-pagination-bullet {
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }
}

.swiper-slider .swiper-pagination-bullet:hover, .swiper-slider .swiper-pagination-bullet-active {
    background-color: #458500;
}

.swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-slider .swiper-pagination-custom, .swiper-slider .swiper-pagination-fraction {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: auto;
}

@media(min-width:1200px) and (max-width:1479px) {
    .swiper-slider {
        height: 468px !important;
    }

        .swiper-slider .slide-desc h2 {
            font-size: 64px;
        }

        .swiper-slider .slide-desc p {
            font-size: 18px;
            margin-bottom: 17px;
        }

        .swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
            margin-top: 11px;
        }
}

@media(min-width:992px) and (max-width:1199px) {
    .swiper-slider {
        height: 534px !important;
    }

        .swiper-slider .slide-desc h2 {
            font-size: 51px;
        }

        .swiper-slider .slide-desc p {
            font-size: 14px;
            margin-bottom: 14px;
        }

        .swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
            margin-top: 9px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .swiper-slider {
        height: 427px !important;
    }

        .swiper-slider .slide-desc h2 {
            font-size: 41px;
        }

        .swiper-slider .slide-desc p {
            font-size: 11px;
            margin-bottom: 11px;
        }

        .swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
            margin-top: 7px;
        }
}

@media(max-width:767px) {
    .swiper-slider {
        height: 340px !important;
    }

        .swiper-slider .slide-desc > div > div {
            right: 24%;
        }

        .swiper-slider .slide-desc h2 {
            font-size: 33px;
        }

        .swiper-slider .slide-desc p {
            font-size: 11px;
            margin-bottom: 9px;
        }

        .swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
            margin-top: 6px;
        }

        .swiper-slider.swiper-container {
            margin-bottom: 20px;
        }

        .swiper-slider.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-slider .swiper-pagination-custom, .swiper-slider .swiper-pagination-fraction {
            bottom: 10px;
        }

        .swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev {
            height: 20px;
        }

        .swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev, .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next {
            width: 20px;
            font-size: 20px;
            line-height: 20px;
        }

        .swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
            right: 5px;
        }

        .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next {
            left: 5px;
        }

        .swiper-slider .swiper-pagination-bullets {
            padding-top: 20px;
        }

    .slide-desc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:480px) {
    .swiper-slider {
        height: 250px !important;
    }

        .swiper-slider .slide-desc h2 {
            font-size: 18px;
            line-height: 1.2em;
        }

        .swiper-slider .slide-desc p {
            font-size: 10px;
            margin-bottom: 5px;
        }

        .swiper-slider .slide-desc .btn, .swiper-slider .slide-desc .btn-primary {
            margin-top: 5px;
        }

        .swiper-slider.swiper-container {
            overflow: visible;
        }

        .swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev, .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next {
            width: 16px;
            font-size: 16px;
            line-height: 16px;
        }
}

.rd-parallax {
    margin-top: 30px;
    margin-bottom: 64px;
}

.rd-parallax-inner {
    overflow: hidden;
    position: relative;
    margin: 0;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.rd-parallax-layer[data-type=media] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

    .rd-parallax-layer[data-type=media] iframe {
        width: 100%;
        height: 100%;
    }

.rd-parallax-layer[data-url] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
}

.rd-parallax-layer[data-type=html] {
    position: relative;
    display: inline;
}

    .rd-parallax-layer[data-type=html] > div {
        position: relative;
    }

    .rd-parallax-layer[data-type=html] .container {
        position: relative;
    }

    .rd-parallax-layer[data-type=html] .description {
        padding: 119px 50% 134px 0;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 80px;
        line-height: 1.04em;
        text-transform: uppercase;
        margin-bottom: 0;
    }

        .rd-parallax-layer[data-type=html] h2 em {
            font-weight: 300;
            font-style: normal;
        }

    .rd-parallax-layer[data-type=html] .btn, .rd-parallax-layer[data-type=html] .btn-primary {
        margin-top: 31px;
    }

@media(min-width:1200px) and (max-width:1479px) {
    .rd-parallax {
        margin-top: 24px;
        margin-bottom: 51px;
    }

    .rd-parallax-layer[data-type=html] .description {
        padding-top: 95px;
        padding-bottom: 107px;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 64px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .rd-parallax {
        margin-top: 21px;
        margin-bottom: 41px;
    }

    .rd-parallax-layer[data-type=html] .description {
        padding-top: 76px;
        padding-bottom: 85px;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 51px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .rd-parallax {
        margin-top: 17px;
        margin-bottom: 33px;
    }

    .rd-parallax-layer[data-type=html] .description {
        padding-top: 61px;
        padding-bottom: 68px;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 41px;
    }
}

@media(max-width:767px) {
    .rd-parallax {
        margin-top: 14px;
        margin-bottom: 26px;
    }

    .rd-parallax-layer[data-type=html] .container:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        content: '';
        background: rgba(241,241,241,.3);
    }

    .rd-parallax-layer[data-type=html] .description {
        position: relative;
        padding-top: 49px;
        padding-bottom: 54px;
        padding-right: 40%;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 33px;
    }

    .rd-parallax-layer[data-type=html] .btn, .rd-parallax-layer[data-type=html] .btn-primary {
        margin-top: 15px;
    }
}

@media(max-width:480px) {
    .rd-parallax {
        margin-top: 11px;
        margin-bottom: 21px;
    }

    .rd-parallax-layer[data-type=html] .description {
        padding-top: 39px;
        padding-bottom: 43px;
        padding-right: 0;
    }

    .rd-parallax-layer[data-type=html] h2 {
        font-size: 24px;
    }

    .rd-parallax-layer[data-type=html] .btn, .rd-parallax-layer[data-type=html] .btn-primary {
        margin-top: 20px;
    }
}

.breadcrumb {
    margin: 15px 0 25px;
    padding: 13px 15px;
    border-radius: 0;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .breadcrumb a {
        display: inline-block;
    }

        .breadcrumb a:hover i {
            color: #1a1a1a;
        }

    .breadcrumb > li {
        position: relative;
    }

        .breadcrumb > li > a, .breadcrumb > li > a > i, .breadcrumb > li > span, .breadcrumb > li + li:before {
            vertical-align: middle;
        }

        .breadcrumb > li + li:before {
            content: '\e0c2';
            padding: 0;
            font-family: material-design;
            font-size: 14px;
            line-height: 20px;
        }

html[dir=rtl] .breadcrumb > li + li:before {
    content: '\e0c3';
}

.breadcrumb i {
    color: #458500;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    .breadcrumb i:before {
        content: '\e0ba';
        font-family: material-design;
    }

.product-share {
    height: 32px;
    margin-top: 1em;
}

.product-info .rating + .review {
    margin-top: 20px;
}

.product-info .review-link {
    display: block;
}

.review-form-title {
    text-align: center;
}

    .review-form-title h3 {
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #dedede;
        padding: 0 10px 5px;
        display: inline-block;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }

        .review-form-title h3:before {
            position: absolute;
            bottom: -20px;
            left: 50%;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top-color: #dedede;
            content: '';
            margin-left: -10px;
        }

        .review-form-title h3:hover {
            color: #458500;
        }

.product-rating-status .fa-stack + .review-link, .product-rating-status .review-link + .review-link {
    border-left: 1px solid #dedede;
}

.product-rating-status .review-link {
    position: relative;
    padding-left: 7px;
    margin-left: 7px;
    vertical-align: middle;
}

.rating-section a {
    cursor: pointer;
}

.product-review-form {
    display: none;
}

.product-options {
    padding-bottom: 20px;
}

    .product-options .control-label {
        text-align: left;
        margin: 0 0 10px;
        color: #1a1a1a;
        text-transform: uppercase;
        font-size: 12px;
    }

    .product-options .radio {
        padding-top: 0;
    }

        .product-options .radio input[type=radio] + label {
            padding: 5px 5px 5px 45px;
            text-align: left;
            display: block;
            background: #f5f5f5;
            text-transform: capitalize;
        }

html[dir=rtl] .product-options .radio input[type=radio] + label {
    padding-left: 5px;
    padding-right: 45px;
    text-align: right;
}

.product-options .radio input[type=radio] + label:before {
    top: 7.5px;
    left: 13px;
}

html[dir=rtl] .product-options .radio input[type=radio] + label:before {
    left: auto;
    right: 13px;
}

.product-options .radio input[type=radio] + label:after {
    top: 9.5px;
    left: 15px;
}

html[dir=rtl] .product-options .radio input[type=radio] + label:after {
    left: auto;
    right: 15px;
}

.product-options .radio + .radio {
    margin-top: 15px;
}

.product-options .checkbox label {
    padding: 5px 5px 5px 45px;
    display: block;
    background: #f5f5f5;
    text-transform: capitalize;
    text-align: left;
}

    .product-options .checkbox label:before, .product-options .checkbox label:after {
        left: 13px;
        top: 8.5px;
    }

    .product-options .checkbox label:before {
        background: 0 0;
        border: 1px solid #dedede;
    }

.zoomContainer {
    z-index: 1 !important;
}

    .zoomContainer .zoomLens {
        z-index: 2 !important;
    }

.zoomWindowContainer > div {
    border-width: 2px !important;
    background-color: #fff !important;
    border-color: #dedede !important;
}

.product_tabs {
    border-top: 2px solid #458500;
    margin: 50px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .product_tabs:before, .product_tabs:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .product_tabs:after {
        clear: both;
    }

    .product_tabs .nav-tabs {
        width: 30%;
        float: left;
        border-bottom: none;
    }

        .product_tabs .nav-tabs > li {
            float: none;
            margin-bottom: 0;
        }

            .product_tabs .nav-tabs > li > a {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background: #f5f5f5;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 16px;
                border: 1px solid #dedede;
                border-top: none;
                margin-right: 0;
                color: #1a1a1a;
                position: relative;
                z-index: 0;
            }

                .product_tabs .nav-tabs > li > a:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 100%;
                    background: #fff;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                    -moz-transition: .3s all ease;
                    -o-transition: .3s all ease;
                    -webkit-transition: .3s all ease;
                    transition: .3s all ease;
                }

                .product_tabs .nav-tabs > li > a:hover {
                    background: #ededed;
                    color: #1a1a1a;
                }

                .product_tabs .nav-tabs > li > a:focus {
                    border-top: none;
                }

            .product_tabs .nav-tabs > li.active > a {
                color: #458500;
            }

                .product_tabs .nav-tabs > li.active > a:before {
                    right: -2px;
                }

                .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
                    background: #fff;
                    border: 1px solid #dedede;
                    border-top: none;
                }

    .product_tabs .tab-content {
        width: 70%;
        float: left;
        padding: 40px 40px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

@media(max-width:767px) {
    .product_tabs .nav-tabs > li > a:before {
        display: none;
    }

    .product_tabs .nav-tabs > li.active > a {
        background: #fff;
    }
}

.product-spec .table {
    border: none;
}

    .product-spec .table th {
        text-align: center;
        text-transform: uppercase;
        border: none;
        padding: 15px 5px;
        font-size: 18px;
    }

    .product-spec .table td {
        line-height: 21px;
        padding: 14.5px 15px;
        border-bottom: none;
        border-top: none;
    }

    .product-spec .table tr + tr td {
        border-top: 1px solid #dedede;
    }

    .product-spec .table td:first-child {
        width: 30%;
        border-left: none;
        text-align: right;
        color: #1a1a1a;
        text-transform: uppercase;
    }

    .product-spec .table td {
        width: 70%;
        border-right: none;
    }

@media(max-width:479px) {
    .product-spec .table td:first-child, .product-spec .table td {
        width: 50%;
    }
}

@media(max-width:767px) {
    .product_tabs .nav-tabs, .product_tabs .tab-content {
        width: 100%;
        float: none;
    }

    .product_tabs .tab-content {
        border-left: none;
        padding: 20px 0;
    }

    [dir=rtl] .table-responsive > .table-bordered {
        border: 2px solid #ccc;
    }
}

@media(max-width:1199px) {
    .zoomContainer {
        display: none !important;
    }
}

.product-gallery:before, .product-gallery:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-gallery:after {
    clear: both;
}

.product-gallery .col-lg-3 {
    width: 22%;
}

.product-gallery .col-lg-9 {
    width: 78%;
}

.product-gallery .bx-wrapper {
    margin: 0 !important;
}

html[dir=rtl] .product-gallery .bx-wrapper {
    direction: ltr;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fecc54;
    background: rgba(255,255,255,.4);
    text-align: center;
    margin: 0;
}

    .product-gallery .image-thumb .bx-wrapper .bx-prev.disabled, .product-gallery .image-thumb .bx-wrapper .bx-next.disabled {
        display: none;
        visibility: hidden;
    }

    .product-gallery .image-thumb .bx-wrapper .bx-prev:hover, .product-gallery .image-thumb .bx-wrapper .bx-next:hover {
        color: #fff;
        background: #458500;
    }

.product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 0;
}

.product-gallery .image-thumb .bx-wrapper .bx-next {
    bottom: 0;
}

@media(max-width:1199px) {
    .product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
        width: 20px;
        height: 56px;
        line-height: 56px;
        display: inline-block;
        font-size: 10px;
    }

    .product-gallery .image-thumb .bx-wrapper .bx-next {
        left: auto;
        right: 15px;
        bottom: 50%;
        margin-bottom: -28px;
    }

    .product-gallery .image-thumb .bx-wrapper .bx-prev {
        top: 50%;
        left: 15px;
        right: auto;
        margin-top: -28px;
    }
}

@media(max-width:767px) {
    .product_page-left + .product_page-right {
        margin-top: 25px;
    }
}

#productZoom {
    background-color: #fff;
    border: 1px solid #f4f4f4;
}

.product-gallery .image-thumb .bx-wrapper .bx-viewport {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.product-gallery .image-thumb li a {
    background: #fff;
    border: 1px solid #dedede;
    display: block;
}

@media(min-width:1200px) {
    .product-gallery .image-thumb li a {
        margin-right: 1px;
    }

        .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.zoomGalleryActive {
            border-color: #458500;
        }
}

.image-additional {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
    list-style-type: none;
}

.product-reviews input[type=radio] {
    display: inline;
    outline: none;
}

    .product-reviews input[type=radio]:focus {
        outline: none;
    }

.product-reviews .review-item {
    margin-bottom: 2em;
}

.review-score .fa-stack {
    width: 1em;
    height: 1em;
    margin-bottom: 10px;
}

.product-title {
    margin: 0 0 20px;
    color: #1a1a1a;
}

.reward-block span {
    display: block;
}

#product {
    margin-top: 15px;
}

    #product .input-group[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #product label {
        color: #1a1a1a;
        text-transform: uppercase;
    }

    #product .quantity {
        margin-top: 20px;
    }

        #product .quantity label {
            margin-right: 5px;
        }

    #product .alert {
        position: relative;
        z-index: 1;
    }

.polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    padding: 0;
}

.magnificent-viewport {
    background: #f5f5f5;
}

.general_info {
    margin-top: -7px;
}

    .general_info .price-section {
        margin: 15px 0 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
    }

    .general_info .product-section {
        border-bottom: 1px solid #dedede;
        padding: 10px 0;
    }

        .general_info .product-section strong {
            color: #1a1a1a;
        }

[data-clear] + .product-layout {
    clear: left;
}

.product-video .r_frame {
    position: relative;
    padding-bottom: 50%;
}

.product-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.box-subcat {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .box-subcat li {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }

        .box-subcat li .thumb {
            display: inline-block;
            max-width: 100%;
        }

        .box-subcat li .name {
            font-size: 14px;
            padding: 10px 5px 0;
        }

            .box-subcat li .name a {
                text-transform: capitalize;
            }

        .box-subcat li .image {
            overflow: hidden;
            border: 1px solid #e0e0e0;
        }

            .box-subcat li .image a {
                display: block;
            }

            .box-subcat li .image img {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -moz-transition: .3s all ease;
                -o-transition: .3s all ease;
                -webkit-transition: .3s all ease;
                transition: .3s all ease;
            }

        .box-subcat li a:hover img {
            opacity: .8;
        }

        .box-subcat li.first-in-line {
            clear: left;
        }

        .box-subcat li:nth-child(4n+5) {
            clear: left;
        }

@media(max-width:767px) {
    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }

        .box-subcat li .thumb {
            padding: 0;
            position: relative;
        }

            .box-subcat li .thumb:before, .box-subcat li .thumb:after {
                display: table;
                content: "";
                line-height: 0;
            }

            .box-subcat li .thumb:after {
                clear: both;
            }

        .box-subcat li .image {
            display: inline-block;
            float: left;
            margin-bottom: 0;
            width: 30%;
        }

        .box-subcat li .name {
            padding-top: 0;
            border-top: none;
            padding-left: 20px;
            position: absolute;
            top: 50%;
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            left: 30%;
        }

        .box-subcat li:nth-child(2n+1) {
            clear: both;
        }

    #content .box-subcat [class*=col-sm-] + [class*=col-sm-] {
        margin-top: 0;
    }

    [lang=de] #account-register .buttons .pull-left, [lang=de] #account-register .buttons .pull-right {
        float: left !important;
    }

        [lang=de] #account-register .buttons .pull-left a, [lang=de] #account-register .buttons .pull-right a {
            display: block;
        }

    [dir=rtl][lang=de] #account-register .buttons .pull-left, [dir=rtl][lang=de] #account-register .buttons .pull-right {
        float: right !important;
    }
}

@media(max-width:550px) {
    .box-subcat li {
        width: 100%;
        float: none;
        clear: both;
    }
}

.button-view button + button {
    border-left: 1px solid #dedede;
}

[dir=rtl] .button-view button + button {
    border-left: none;
    border-right: 1px solid #dedede;
}

.button-view a, .button-view button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
}

.button-view button {
    color: #fecc54;
}

#list-view:hover, #grid-view:hover, #list-view.active, #grid-view.active {
    color: #458500;
}

.product-filter {
    background: #f6f6f6;
    margin: 17px 0 30px;
    border: 1px solid #e0e0e0;
}

.product-filter_elem {
    float: left;
}

[dir=rtl] .product-filter_elem {
    float: right;
}

.product-filter_elem .sbHolder, .product-filter_elem select {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14.5px 10px;
    border-top: none;
    border-bottom: none;
}

    .product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
        padding: 14.5px 10px;
    }

    .product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
        line-height: 50px;
    }

.product-filter_elem.show .sbHolder {
    width: auto;
    border-right: none;
}

.product-filter .sort {
    width: 31%;
}

    .product-filter .sort label {
        display: none;
    }

.product-filter label, .product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    margin: 0 5px 0 0;
    color: #1a1a1a;
}

.product-filter .compare-total {
    border-right: 1px solid #dedede;
    color: #fecc54;
}

[dir=rtl] .product-filter .compare-total {
    border-right: none;
    border-left: 1px solid #dedede;
}

.product-filter .compare-total span {
    display: none;
}

.product-filter .compare-total:hover {
    color: #458500;
}

.results {
    margin-top: 13px;
}

.nav-cat {
    margin-bottom: 13px;
}

    .nav-cat .nam-page {
        margin: 5px 0 5px 10px;
    }

.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
    margin: 30px 0 50px;
}

.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
    color: #458500;
    font-weight: 700;
}

    .checkout-cart #content .table a:hover, .account-wishlist #content .table a:hover, .product-compare #content .table a:hover {
        color: #1a1a1a;
    }

.checkout-cart #content .table p .link, .account-wishlist #content .table p .link, .product-compare #content .table p .link {
    margin-top: 5px;
}

.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
    min-width: 150px;
}

.checkout-cart #content .table-custom .price, .account-wishlist #content .table-custom .price, .product-compare #content .table-custom .price {
    font-weight: 700;
}

.checkout-cart #content .table-custom td:first-child, .account-wishlist #content .table-custom td:first-child, .product-compare #content .table-custom td:first-child {
    text-transform: uppercase;
    color: #1a1a1a;
}

.checkout-cart #content .table-custom tr:last-child td, .account-wishlist #content .table-custom tr:last-child td, .product-compare #content .table-custom tr:last-child td {
    font-weight: 700;
    color: #1a1a1a;
}

.checkout-cart #content .table-custom tr:last-child .price, .account-wishlist #content .table-custom tr:last-child .price, .product-compare #content .table-custom tr:last-child .price {
    color: #458500;
    font-size: 28px;
}

.checkout-cart #content .table td:nth-child(3) {
    min-width: 150px;
}

.checkout-checkout #content #collapse-checkout-option .col-sm-6 + .col-sm-6 > h2 {
    margin-top: 25px;
}

.checkout-checkout #content .table-responsive .table tfoot td:last-child {
    color: #1a1a1a;
}

.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
    font-size: 18px;
}

    .checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
        color: #458500;
        font-weight: 700;
    }

.account-wishlist .table.table-bordered tr td:nth-child(6) {
    min-width: 150px;
}

.cart-wrapper {
    padding: 30px;
    border: 1px solid #dedede;
    border-top-width: 2px;
}

.cart-remove-btn, .cart-remove-btn:visited {
    display: inline-block;
    font-size: 22px;
    color: #458500;
}

    .cart-remove-btn:focus, .cart-remove-btn:visited:focus {
        text-decoration: none;
    }

    .cart-remove-btn span, .cart-remove-btn:visited span {
        font-size: 14px;
    }

    .cart-remove-btn:hover, .cart-remove-btn:visited:hover {
        text-decoration: none;
        color: #1a1a1a;
    }

.link {
    font-size: 14px;
    font-weight: 700;
}

    .link, .link:focus, .link:visited {
        color: #1a1a1a;
    }

        .link:hover {
            color: #458500;
        }

.btn-link, .btn-link:focus, .btn-link:visited {
    color: #000;
}

    .btn-link:hover {
        color: #fecc54;
    }

@media(max-width:767px) {
    .cart-wrapper {
        padding: 30px 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

@media(max-width:500px) {
    .checkout-cart #content .table.table-bordered td:first-child, .checkout-cart #content .table.table-bordered td:nth-child(4) {
        display: none;
    }

    .account-wishlist #content .table td:first-child, .account-wishlist #content .table td:nth-child(3) {
        display: none;
    }
}

.product-compare #content .table td:first-child {
    min-width: 15%;
    background: #f5f5f5;
    color: #1a1a1a;
}

.product-compare #content .product-thumb {
    padding: 0 25px;
}

.rating .review {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #dedede;
}

.product-thumb .cart-remove-btn {
    position: absolute;
    font-size: 22px;
    right: 0;
    top: 0;
}

@media(max-width:1199px) {
    .product-compare .table-responsive {
        border: none;
        overflow-x: scroll;
    }

        .product-compare .table-responsive .table-bordered {
            border: 2px solid #dedede;
        }

        .product-compare .table-responsive td + td {
            min-width: 270px;
        }
}

@media(max-width:767px) {
    .product-compare .table-responsive td + td {
        min-width: inherit;
        max-width: 170px;
    }

    .rating .review {
        display: block;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
}

.table-bordered .btn:visited, .table-bordered .btn-default, .table-bordered .btn-primary, .table-bordered .btn-success, .table-bordered .btn-info, .table-bordered .btn-warning, .table-bordered .btn-danger, .table-bordered .btn {
    padding: 5px 15px;
}

.table-bordered a strong {
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.table-bordered input[name*=quantity] {
    display: block;
}

.table-bordered .input-group-btn {
    display: block;
    width: auto;
    clear: left;
    text-align: center;
}

html[dir=rtl] .table-bordered .input-group-btn {
    clear: right;
}

.table-bordered .input-group-btn button.btn {
    margin-top: 3px;
}

    .table-bordered .input-group-btn button.btn + button.btn {
        margin-left: 3px;
    }

html[dir=rtl] .table-bordered .input-group-btn button.btn + button.btn {
    margin-left: 0;
    margin-right: 3px;
}

.extra-wrap {
    overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #458500;
}

    .information-information #content h4 a:hover, .information-information #content h5 a:hover {
        color: #1a1a1a;
    }

.information-information #content h3 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
}

    .information-information #content h3:after {
        content: '';
        height: 1px;
        display: block;
        background: #dedede;
        margin: 20px 0 40px;
    }

    .information-information #content h3.clear {
        margin-bottom: 30px;
    }

        .information-information #content h3.clear:after {
            display: none;
        }

.information-information #content h5 {
    color: #458500;
}

.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
    font-weight: 500;
}

.information-information #content * + h3 {
    margin-top: 60px;
}

.information-information #content p + h4 {
    margin-top: 40px;
}

@media(max-width:767px) {
    .information-information #content [class*=col-sm] + [class*=col-sm] {
        margin-top: 30px;
    }
}

.count-box {
    margin-top: 40px;
}

    .count-box strong {
        display: block;
        color: #458500;
        font-weight: 500;
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 15px;
    }

.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #458500;
    font-size: 66px;
    color: #458500;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials blockquote {
    border: none;
    padding: 0;
}

    .testimonials blockquote:before {
        content: '\e09d';
        display: inline-block;
        color: #458500;
        font-size: 84px;
        line-height: 100px;
        font-family: material-design;
        margin-bottom: 20px;
    }

.thumbnail {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0 auto 25px;
    border-radius: 0;
    overflow: hidden;
}

    .thumbnail a {
        display: block;
        max-width: 100%;
        -moz-transition: .3s border-color ease;
        -o-transition: .3s border-color ease;
        -webkit-transition: .3s border-color ease;
        transition: .3s border-color ease;
        border: 1px solid #dedede;
    }

        .thumbnail a:hover {
            border-color: #458500;
        }

@media(max-width:767px) {
    .thumbnail a {
        display: inline-block;
    }
}

.img-thumbnail {
    border: 0;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

.table-bordered .img-thumbnail {
    background-color: transparent;
}

.human_info .thumbnail {
    float: left;
    margin-right: 20px;
}

.human_info p {
    margin: 0;
    text-indent: 2em;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

@media(max-width:500px) {
    img.alignleft, .human_info .thumbnail {
        float: none;
        margin: 0 auto 20px;
    }
}

.delivery_page {
    text-align: center;
}

    .delivery_page .table {
        border-top: 2px solid #458500;
        text-align: left;
    }

        .delivery_page .table tbody td:first-child {
            color: #1a1a1a;
        }

        .delivery_page .table tbody td:last-child {
            color: #1a1a1a;
            font-weight: 700;
            font-family: open sans,sans-serif;
        }

        .delivery_page .table tbody td {
            min-width: 150px;
        }

.terms_conditions_page h4 {
    position: relative;
    padding-left: 60px;
}

    .terms_conditions_page h4:before {
        content: '\e174';
        position: absolute;
        left: 0;
        bottom: -7px;
        color: #458500;
        font-size: 40px;
        line-height: 40px;
        font-family: material-design;
    }

.terms_conditions_page p + h4 {
    margin-top: 40px;
}

.privacy_page ol {
    list-style-type: none;
    counter-reset: list;
    padding-left: 0;
}

    .privacy_page ol li {
        counter-increment: list;
    }

        .privacy_page ol li h4:before {
            content: counter(list,decimal);
            display: inline-block;
            margin-right: 15px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #458500;
            color: #fff;
            font-size: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
            -moz-box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
            box-shadow: inset -1px -1px 0 rgba(0,0,0,.2);
        }

        .privacy_page ol li + li {
            margin-top: 40px;
        }

.site-map-page h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
}

.site-map-page ul + h5 {
    margin-top: 40px;
}

.site-map-page #content ul {
    list-style-type: none;
    padding-left: 0;
}

    .site-map-page #content ul li {
        position: relative;
        line-height: 21px;
    }

        .site-map-page #content ul li + li {
            margin-top: 19px;
        }

        .site-map-page #content ul li a:hover {
            color: #1a1a1a;
        }

    .site-map-page #content ul.category-list {
        position: relative;
    }

        .site-map-page #content ul.category-list:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10.5px;
            bottom: 10.5px;
            width: 1px;
            background: #458500;
        }

        .site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

        .site-map-page #content ul.category-list .ul-with-ul:before {
            top: 10.5px;
        }

        .site-map-page #content ul.category-list .ul-with-ul:after {
            top: 4.5px;
        }

        .site-map-page #content ul.category-list ul {
            position: relative;
            margin-top: 19px;
        }

            .site-map-page #content ul.category-list ul:before {
                content: '';
                position: absolute;
                left: 0;
                top: 10.5px;
                bottom: 10.5px;
                width: 1px;
                background: #dedede;
            }

        .site-map-page #content ul.category-list li {
            position: relative;
            padding-left: 60px;
        }

            .site-map-page #content ul.category-list li:before {
                content: '';
                position: absolute;
                top: 50%;
                -moz-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                -o-transform: translate(0,-50%);
                -webkit-transform: translate(0,-50%);
                transform: translate(0,-50%);
                left: 0;
                height: 1px;
                width: 35px;
                background: #dedede;
            }

        .site-map-page #content ul.category-list > li:after {
            content: '';
            position: absolute;
            top: 50%;
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            left: 35px;
            width: 12px;
            height: 12px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
            background: #458500;
        }

@media(max-width:767px) {
    .site-map-page .col-sm-6 + .col-sm-6 {
        margin-top: 30px;
    }
}

@media(max-width:479px) {
    .site-map-page .col-xs-6 {
        width: 100%;
        float: none;
    }

        .site-map-page .col-xs-6 + .col-xs-6 {
            margin-top: 30px;
        }
}

.contact_page .panel {
    padding-top: 15px;
    background-color: transparent;
    border: none;
    border-top: 2px solid #458500;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .contact_page .panel img {
        background-color: transparent;
    }

.contact_page .map {
    border-top: 2px solid #458500;
    margin-bottom: 30px;
}

.contact_page .icon {
    position: relative;
    padding-left: 70px;
    min-height: 55px;
    display: block;
}

    .contact_page .icon[class*=fa-]:before {
        font-family: fontawesome;
    }

    .contact_page .icon:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #458500;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #458500;
        font-size: 26px;
    }

    .contact_page .icon + .icon {
        margin-top: 20px;
    }

.contact_page .col-sm-4:nth-child(3n-2) {
    clear: both;
}

.contact_page .col-sm-4:nth-child(n+4) {
    margin-top: 15px;
}

.contact_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .contact_page .form-horizontal .form-group label {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

@media(max-width:767px) {
    .contact_page .col-sm-4:nth-child(n+2) {
        margin-top: 30px;
    }
}

.manufacturer-list:before, .manufacturer-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.manufacturer-list:after {
    clear: both;
}

.manufacturer-list .manufacturer-heading {
    font-weight: 700;
    color: #1a1a1a;
    float: left;
    display: block;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
    height: 50px;
    line-height: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.manufacturer-list .manufacturer-content {
    padding: 12px 15px;
    float: left;
    width: 85%;
    border-left: 1px solid #dedede;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .manufacturer-list .manufacturer-content a {
        white-space: nowrap;
    }

.manufacturer-list + .manufacturer-list {
    border-top: 1px solid #dedede;
}

.brands {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}

.well {
    background-color: #fff;
    border: 1px solid #dedede;
    border-top: 2px solid #458500;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
}

    .well .heading {
        margin-bottom: 20px;
    }

        .well .heading:before, .well .heading:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .well .heading:after {
            clear: both;
        }

        .well .heading i {
            color: #458500;
            float: left;
            font-size: 56px;
            margin-right: 14px;
            line-height: 60px;
        }

        .well .heading h2 {
            font-size: 23px;
            color: #1a1a1a;
            margin: 0 0 5px;
        }

        .well .heading strong {
            font-weight: 400;
            font-style: italic;
        }

    .well p {
        border-bottom: 1px solid #dedede;
        padding: 20px 0;
    }

    .well a {
        display: inline-block;
        margin-top: 20px;
    }

#account-account #content ul.list-unstyled {
    margin-bottom: 20px;
}

.account-account h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #458500;
}

    .account-account h3 i {
        color: #458500;
        margin-right: 10px;
        font-size: 30px;
    }

@media(max-width:767px) {
    .account-account .col-sm-4 + .col-sm-4 {
        margin-top: 30px;
    }
}

.account-address .table, .account-address-delete .table {
    width: 50%;
    margin: 0 auto;
}

@media(max-width:991px) {
    .account-address .table, .account-address-delete .table {
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .well .heading {
        text-align: center;
    }

        .well .heading h2 {
            font-size: 17px;
        }

        .well .heading i {
            float: none;
        }
}

.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
    cursor: pointer;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
        color: #458500;
        background: 0 0;
    }

.datepicker th {
    text-align: center;
}

@media(min-width:768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

input#input-voucher, input#input-coupon {
    width: 90%;
}

#collapse-coupon .col-sm-2, #collapse-voucher .col-sm-2 {
    width: 100%;
    float: none;
    padding-left: 3px;
}

footer {
    margin-top: 30px;
    color: #fff;
    background: #3d3379;
    font-size: 12px;
    line-height: 21px;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        text-transform: uppercase;
    }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
        margin: 0;
    }

    footer a, footer a:visited, footer a:focus {
        color: #fff;
    }

        footer a:hover {
            color: #de3224;
        }

    footer p {
        line-height: 1.8em;
    }

    footer .bg-black {
        padding: 10px 0 0px;
    }

@media(max-width:767px) {
    footer .module-social {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) {
    footer .module-social {
        float: left;
    }

    [dir=rtl] footer .module-social {
        float: right;
    }

    footer .box-payments {
        float: right;
        margin-right: 18.6%;
    }

    [dir=rtl] footer .box-payments {
        float: left;
        margin-right: 0;
        margin-left: 18.6%;
    }
}

footer .box-payments {
    margin-top: 15px;
    margin-bottom: 6px;
}

footer .box .box-heading {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px;
}

footer address [class*=linearicons]:before, footer .footer_box [class*=linearicons]:before {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}

footer address {
    margin-bottom: -5px;
    padding-top: 3px;
}

    footer address + p {
        margin-top: 14px;
    }

    footer address dl {
        margin-bottom: 11px;
    }

        footer address dl:before, footer address dl:after {
            display: table;
            content: "";
            line-height: 0;
        }

        footer address dl:after {
            clear: both;
        }

@media(min-width:768px) {
    footer address dl dt, footer address dl dd {
        float: left;
    }

    html[dir=rtl] footer address dl dt, html[dir=rtl] footer address dl dd {
        float: right;
    }
}

footer address dl dt {
    margin-right: 2px;
    font-weight: 400;
    font-size: 16px;
}

html[dir=rtl] footer address dl dt {
    margin-right: 0;
    margin-left: 2px;
}

footer address dl dd {
    font-weight: 400;
}

footer .footer_box p {
    font-weight: 700;
}

    footer .footer_box p span {
        font-weight: 400;
    }

footer .footer_box i {
    color: #de3224;
}

footer h5 {
    font-size: 20px;
}

    footer h5 + ul {
        margin-top: 15px;
    }

footer .box .box-heading h3, footer h3 {
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
} 

footer ul li + li {
    margin-top: 7px;
}

footer h3 + p, footer h3 + ul, footer h3 + .box-content {
    margin-top: 15px;
}

footer p + p {
    margin-top: 11px;
}

@media(max-width:767px) {
    footer [class*=col-] {
        margin-bottom: 35px;
    }

        footer [class*=col-]:last-of-type, footer .bg-dark [class*=col-] {
            margin-bottom: 0;
        }
}

.bg-footer {
    padding-top: 35px;
    /*padding-bottom: 54px;*/
    color: #fff;
    background: url(../images/footer-bg.jpg);
}

    .bg-footer a, .bg-footer a:visited, .bg-footer a:focus {
        color: #fff;
    }

        .bg-footer a:hover {
            color: #de3224;
        }

.copyright br {
    display: none;
}

.copyright {
    margin-top: 19px;
}

@media(min-width:768px) {
    .copyright {
        float: right;
    }

    html[dir=rtl] .copyright {
        float: left;
    }
}

.copyright span {
    color: #fff !important;
}

.copyright > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(max-width:991px) {
    .copyright {
        margin-top: 5px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    footer .box-payments {
        margin-right: 15%;
    }

    [dir=rtl] footer .box-payments {
        margin-right: 0;
        margin-left: 15%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    footer .box-payments {
        margin-right: 9%;
    }

    [dir=rtl] footer .box-payments {
        margin-right: 0;
        margin-left: 9%;
    }
}

@media(min-width:479px) and (max-width:767px) {
    footer [class*=col-xs]:nth-child(2n-1) {
        clear: both;
    }
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }

        footer address dl dd {
            line-height: 2em;
        }

        footer .box .box-heading {
            margin-bottom: 20px;
        }

        footer h3 + p, footer h3 + ul, footer h3 + .box-content {
            margin-top: 20px;
        }

        footer .bg-black [class*=col-] {
            margin-bottom: 15px;
        }

    .bg-footer {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}

@media(max-width:479px) {
    footer [class*=col-xs] {
        float: none;
        width: 100%;
    }
}

.ui-to-top {
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 45px;
    position: fixed;
    right: 10px;
    bottom: 31px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -moz-transform: translateY(120px) scale(0);
    -ms-transform: translateY(120px) scale(0);
    -o-transform: translateY(120px) scale(0);
    -webkit-transform: translateY(120px) scale(0);
    transform: translateY(120px) scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .ui-to-top, .ui-to-top:visited, .ui-to-top:focus, .ui-to-top:hover {
        color: #fff;
        background: rgba(254,204,84,.55);
    }

        .ui-to-top:hover {
            color: #fff;
            background: #458500;
        }

        .ui-to-top.active {
            -moz-transform: translateY(0px) scale(1);
            -ms-transform: translateY(0px) scale(1);
            -o-transform: translateY(0px) scale(1);
            -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
        }

.mobile .ui-to-top, .tablet .ui-to-top {
    display: none !important;
}

@media(max-width:1200px) {
    .table th, .table td {
        padding: 8px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1200px;
    }
}

@media(min-width:1480px) {
    .container {
        width: 1440px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(min-width:1200px) and (max-width:1479px) {
    h1 {
        font-size: 33px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .inset-top-26 {
        padding-top: 15px;
    }

    select {
        display: block !important;
    }

    .product-filter select {
        display: inline-block !important;
    }

    .product-filter .show select {
        width: auto;
    }

    .sbHolder {
        display: none !important;
    }

    .table-responsive {
        border: none;
    }

        .table-responsive .table-bordered {
            border: 2px solid #dedede;
        }

    .delivery_page .table {
        font-size: 13px;
    }

    .product-filter .sort {
        width: auto;
        padding-left: 10px;
    }

        .product-filter .sort .sbHolder, .product-filter .sort select {
            width: 200px;
        }

        .product-filter .sort label {
            display: inline-block;
        }

    .image {
        text-align: center;
    }
}

@media(max-width:600px) {
    .product-filter {
        background: 0 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .product-filter .sort {
            width: 100%;
            padding-left: 0;
            margin-bottom: 15px;
        }

    .product-filter_elem, .product-filter_elem.pull-right {
        float: none !important;
    }

    .product-filter .product-filter_elem {
        margin-bottom: 15px;
        text-align: center;
    }

        .product-filter .product-filter_elem:before, .product-filter .product-filter_elem:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .product-filter .product-filter_elem:after {
            clear: both;
        }

        .product-filter .product-filter_elem .button-view {
            width: 100%;
            display: inline-block;
        }

    [dir=rtl] .product-filter .product-filter_elem .compare-total {
        border-left: none;
    }

    [dir=rtl] .product-filter .product-filter_elem.pull-right {
        float: none !important;
    }

    .product-filter .product-filter_elem label {
        margin-top: 13px;
        float: left;
        text-align: right;
        width: 35%;
        margin-right: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
    }

    [dir=rtl] .product-filter .product-filter_elem label {
        float: right;
        text-align: left;
        margin-left: 0;
        padding-right: 0;
        padding-left: 15px;
    }

    .product-filter .product-filter_elem select {
        display: block !important;
        width: 65%;
        float: left;
    }

    [dir=rtl] .product-filter .product-filter_elem select {
        float: right;
    }

    .product-filter_elem.show select {
        border-right: 1px solid #dedede;
    }

    .product-filter .compare-total {
        border-right: none;
        width: auto;
    }

        .product-filter .compare-total:before {
            display: none;
        }

        .product-filter .compare-total span {
            display: inline-block;
        }
}

@media(max-width:580px) {
    .panel-group .panel .input-group, .panel-group .panel .input-group-btn, .panel-group .panel input#input-voucher, .panel-group .panel input#input-coupon, .panel-group .panel input#button-voucher, .panel-group .panel input#button-coupon {
        width: 100%;
    }

    .panel-group .panel .input-group-btn {
        float: left;
        margin-top: 5px;
    }
}

@media(max-width:479px) {
    #habla_beta_container_do_not_rely_on_div_classes_or_names {
        display: none !important;
    }

    .product-filter {
        width: 100%;
    }
}

@media(max-width:410px) {
    #accordion .table td, #accordion .table thead td {
        font-size: 9px;
        word-wrap: break-word;
    }
}

@media(max-width:370px) {
    .delivery_page .table td, .delivery_page .table th {
        padding: 6px;
    }
}

.realtives{
		position:relative;
	}
    #owl-demo .item{
        margin: 3px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
	#owl-demo .item img{
		width:100%;
		height:300px;
	}
    .customNavigation{
      text-align: right;
	  margin-top:10px;
	  margin-bottom:3px;
	  padding-bottom:3px;
	  /*border-bottom:2px solid #333;*/
    }
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .section_all {
    position: relative;
    /*padding-top: 80px;*/
    padding-bottom: 20px;
    /*min-height: 100vh;*/
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    /*max-width: 450px;
    font-size: 24px;*/
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

/*.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}*/

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 30px;
  font-weight: bold;
  line-height:20px;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: -16px;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}


.left-control, .right-control {
    position:absolute;
    width: 30px;
     top: 0;
    bottom: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    height:inherit;
}
.left-control > a, .right-control > a {
    position:relative;
    top:35px;   
    background: white;
    color: #e03222;
    border: 1px solid;
    border-radius: unset;
}

.carousel-cover {
    position:relative;
}
.left-control {
    
    left: 0;
   
}
.right-control {
    
    right: 0;
   
}
:root {
    --amrgin:30px;
}

#demo {
    margin-bottom:var(--amrgin);
}
@media (min-width:768px) {
    .right-control > a {
    right:30px;
}
}
.inner-banner-overlay {
    background: rgba(61, 51, 121, 0.79);
}
.banner-inner-content {
    padding: 150px 0 30px;
}
.text-center {
    text-align: center;
}
.banner-inner-content h2 {
    font-size: 45px;
    color: #ffffff;
    line-height: 64px;
    font-weight: 700;
}

.shadowed-text {
    text-shadow: 3px 3px #000;
}
.text {
    text-transform: uppercase;
}
.padd-60 {
    padding: 60px 0;
}
.lft-content-section {
    background: white;
    padding: 0 25px 30px;
}
.pagination-page {
    border-bottom: 3px solid #eaeaea;
    padding: 20px 0;
    margin-bottom: 20px;
}
.breadcrumb-style {
    margin-top: 10px;
}
.breadcrumb-style ul li:first-child {
    padding-left: 0;
}
.breadcrumb-style ul li {
    display: inline-block;
    list-style-type: none;
    color: #333;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumb-style ul li::after {
    content: '/';
    position: absolute;
    right: -2px;
}
:active {
    outline: none;
}
/*-------------------------------------
    32. Contact Page Section Start Here
--------------------------------------*/
.contact-page-section #googleMap {
  height: 490px;
}
.contact-page-section .map-text {
  padding-bottom: 22px;
}
.contact-page-section .map-text h3 {
  font-size: 20px;
  margin: 0;
  padding: 25px 0 10px;
  font-weight: 600;
}
.contact-page-section .map-text p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section {
  text-align: center;
  /*margin: 50px 0;*/
      width: 96%;
      margin-bottom: 30px;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #3d3379;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  font-size: 15px;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #d5a63a;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
    color:#000;
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3d3379;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 0 25px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  font-size: 15px;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background:#de3124;
}

.enquiry-side-img {
    margin-top:80px;
}



.about-text {
    font-size:15px;
}

.bg-footer .html-block p {
    font-size: 14px;
    line-height: 21px;
}
.bg-footer .box-content  {
    font-size: 14px;
}
 
.f-15 {
    font-size:15px;
}


.view-all-btn {
    color: #fff !important;
    background: #3d3379;
    width:120px;
    height: 41px;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    margin:20px 25px 0 0;
}
.view-all-btn i {
    position:relative;
    bottom:.5px;
    font-weight:400;
}

.f-600 {
    font-weight:600;
}
@media (max-width:768px) {
    .lft-content-section {
    
    padding: 0 10px 30px;
}
    

}