﻿@charset "UTF-8";
@media (min-width: 768px) {
    .animated {
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 1;
    }
    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .animated.hinge {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
    }
    .not-animated {
        opacity: 0;
    }
    @-ms-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(30%, 0, 0);
            -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-o-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(30%, 0, 0);
            -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(30%, 0, 0);
            -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-moz-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(30%, 0, 0);
            -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(30%, 0, 0);
            -moz-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }
    @-ms-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-o-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @-moz-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    @-ms-keyframes slideInUp {
        0% {
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
            visibility: visible;
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @-o-keyframes slideInUp {
        0% {
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
            visibility: visible;
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @-webkit-keyframes slideInUp {
        0% {
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
            visibility: visible;
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @-moz-keyframes slideInUp {
        0% {
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
            visibility: visible;
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes slideInUp {
        0% {
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
            visibility: visible;
            opacity: 0;
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }
}

/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0;
}

button:focus, .btn:focus {
    outline: none;
}

[dir="rtl"] .form-horizontal .control-label {
    text-align: right;
}

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;
}

a.list-group-item:hover {
    background: inherit;
}

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;
}

@media (min-width: 768px) and (max-width: 991px) {
    label {
        font-size: 10px;
    }
}

label {
    font-weight: bold;
    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;
}

.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 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.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: transparent;
    color: #314872;
    border-color: #eee !important;
}

.bootstrap-datetimepicker-widget td.separator {
    font-size: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget ul li a span {
    line-height: inherit;
}

.bootstrap-datetimepicker-widget a[data-action] {
    background: transparent !important;
    color: #a3a3a3;
}

.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: #a3a3a3;
}

.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
    color: #314872;
}

.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:hover {
    background: none;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour, .bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
    border: 1px solid #e8e8e8;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget .btn {
    background: #eee !important;
    padding: 5px;
}

.bootstrap-datetimepicker-widget .btn:after {
    display: none;
}

.bootstrap-datetimepicker-widget .btn, .bootstrap-datetimepicker-widget .btn:visited, .bootstrap-datetimepicker-widget .btn-default, .bootstrap-datetimepicker-widget .btn-default:visited, .bootstrap-datetimepicker-widget .btn-primary, .bootstrap-datetimepicker-widget .btn-primary:visited, .bootstrap-datetimepicker-widget .btn-success, .bootstrap-datetimepicker-widget .btn-success:visited, .bootstrap-datetimepicker-widget .btn-info, .bootstrap-datetimepicker-widget .btn-info:visited, .bootstrap-datetimepicker-widget .btn-warning, .bootstrap-datetimepicker-widget .btn-warning:visited, .bootstrap-datetimepicker-widget .btn-danger, .bootstrap-datetimepicker-widget .btn-danger:visited {
    color: #000;
}

.bootstrap-datetimepicker-widget .btn:hover, .bootstrap-datetimepicker-widget .btn:focus, .bootstrap-datetimepicker-widget .btn:active, .bootstrap-datetimepicker-widget .btn-default:hover, .bootstrap-datetimepicker-widget .btn-default:focus, .bootstrap-datetimepicker-widget .btn-default:active, .bootstrap-datetimepicker-widget .btn-primary:hover, .bootstrap-datetimepicker-widget .btn-primary:focus, .bootstrap-datetimepicker-widget .btn-primary:active, .bootstrap-datetimepicker-widget .btn-success:hover, .bootstrap-datetimepicker-widget .btn-success:focus, .bootstrap-datetimepicker-widget .btn-success:active, .bootstrap-datetimepicker-widget .btn-info:hover, .bootstrap-datetimepicker-widget .btn-info:focus, .bootstrap-datetimepicker-widget .btn-info:active, .bootstrap-datetimepicker-widget .btn-warning:hover, .bootstrap-datetimepicker-widget .btn-warning:focus, .bootstrap-datetimepicker-widget .btn-warning:active, .bootstrap-datetimepicker-widget .btn-danger:hover, .bootstrap-datetimepicker-widget .btn-danger:focus, .bootstrap-datetimepicker-widget .btn-danger:active {
    color: #777;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
    background: #314872;
    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, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 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: 18px 40px 18px 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, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    transition: 1s all cubic-bezier(1, -0.01, 0, 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, 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;
}

.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: #000;
    background: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    border: none;
    float: none;
    margin-left: 0;
    width: 45px;
    height: 45px;
    line-height: 43px;
    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: #a3a3a3;
    background: #f0f0f0;
    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: #314872;
    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 #e8e8e8;
}

.pagination > li + li:nth-child(n+6) {
    margin-top: 2px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    text-decoration: none;
}

.table .btn, .table .btn-primary {
    margin: 1px;
}

.table thead td, .table th {
    text-transform: uppercase;
    font-weight: bold;
    color: #a3a3a3;
    font-size: 13px;
    background-color: #f8f8f8;
}

.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 15px;
}

.table td {
    padding: 20px;
    border-color: #e8e8e8;
    -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: #e8e8e8;
}

.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;
    font-weight: 700;
    font-size: 14px;
    background: #f8f8f8;
}

.addthis_sharing_toolbox a {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.addthis_sharing_toolbox a:hover {
    opacity: .6;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    opacity: 0.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: #F00;
}

.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 #e8e8e8;
    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;
    }
}

/*========================================================
                      Main Styles
=========================================================*/
body {
    font: 400 12px/24px "Open Sans", sans-serif;
    background: #fff;
}

#page {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0 0 20px;
    line-height: 1.2em;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

h1 i {
    margin-right: 10px;
}

h1 i:before {
    vertical-align: middle;
}

h1:after {
    content: '';
    height: 1px;
    display: block;
    background: #e8e8e8;
    margin: 10px 0 10px;
}

h1.no-line {
    margin-bottom: 30px;
}

h1.no-line:after {
    display: none;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    display: inline-block;
    font: inherit;
    text-decoration: none;
    max-width: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.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: #314872;
}

p a:hover, p a:visited:hover, p a:focus:hover {
    text-decoration: underline;
}

hr {
    border-top-color: #dedede;
}

img {
    max-width: 100%;
    height: auto;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.input-group .input-group-addon {
    height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:after {
    content: '*';
    color: #ee372a;
    font-weight: bold;
    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: #f2f2f2;
}

.bg-dark {
    background: #161616;
}

.bg-light-dark {
    background: #313030;
}

.bg-primary {
    background: #314872;
}

@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(3n+1) {
        clear: none;
    }
    .col-sm-9 .product-layout.col-lg-4:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .col-sm-9 .product-layout.col-lg-3:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .col-sm-9 .product-layout.col-lg-3:nth-child(3n+1) {
        clear: none;
    }
    .col-sm-9 .product-layout.col-lg-3:nth-child(2n+1) {
        clear: left;
    }
}

.col-sm-12 .product-layout.col-lg-3:nth-child(4n+5) {
    clear: both;
}

@media (max-width: 991px) {
    .col-sm-12 .product-layout.col-lg-3:nth-child(4n+5) {
        clear: none;
    }
    .col-sm-12 .product-layout.col-lg-3:nth-child(2n+3) {
        clear: both;
    }
}

.col-sm-12 .product-layout.col-lg-4:nth-child(3n+4) {
    clear: both;
}

@media (max-width: 991px) {
    .col-sm-12 .product-layout.col-lg-4:nth-child(3n+4) {
        clear: none;
    }
    .col-sm-12 .product-layout.col-lg-4:nth-child(2n+3) {
        clear: both;
    }
}

/*========================================================
                      Header styles
=========================================================*/


header .top-line {
    background: #efefef;
}

header .mid-line {
    background: #efefef;
}

header .box-cart {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 12px;
}

[dir="rtl"] header .box-cart {
    margin-left: 0;
    margin-right: 15px;
}

header .search {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

header .logo {
    font-size: 18px;
    line-height: 35px;
    width: 25%;
    margin: 6px 10px 5px 0;
    overflow: visible;
    height: 35px;
    vertical-align: middle;
}

[dir="rtl"] header .logo {
    margin-left: 10px;
    margin-right: 0;
}

header .logo a {
    display: inline-block;
    line-height: 1.2em;
    color: #000 !important;
}

@media (min-width: 768px) {
    header .logo {
        text-align: left;
    }
    [dir="rtl"] header .logo {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    header .logo {
        float: left;
    }
    [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-top: 6px;
        margin-bottom: 5px;
    }
    [dir="rtl"] header .box-comment, [dir="rtl"]
    header .box-nav, [dir="rtl"]
    header .box-currency, [dir="rtl"]
    header .box-language {
        float: right;
    }
    header .box-phones {
        margin-top: 5px;
    }
}

header .box-open,
header .box-phones {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    header .box-open i,
    header .box-phones i {
        display: none;
    }
}

@media (max-width: 767px) {
    header .box-open span,
    header .box-phones span {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    header .box-comment {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .box-comment {
        margin-bottom: 6px;
    }
}

@media (min-width: 768px) {
    header * + .box-comment,
    header * + .box-nav,
    header * + .box-currency,
    header * + .box-language {
        margin-left: 25px;
        position: relative;
    }
    [dir="rtl"] header * + .box-comment, [dir="rtl"]
    header * + .box-nav, [dir="rtl"]
    header * + .box-currency, [dir="rtl"]
    header * + .box-language {
        margin-left: 3px;
        margin-right: 20px;
    }
    header * + .box-nav {
        margin-left: 26px;
    }
    [dir="rtl"] header * + .box-nav {
        margin-left: 0;
        margin-right: 23px;
    }
}

@media (min-width: 1200px) {
    header .box-open,
    header .box-phones {
        display: inline-block;
        margin-bottom: 9px;
    }
}

.mid-line {
    width: 100%;
}

.mid-line > .homebuilder > .tm-container > .tm-inner {
    position: relative;
}

.box-phones,
.box-open,
.box-comment,
.box-nav,
.nav {
    display: inline-block;
    position: relative;
    line-height: 14px;
}

.box-nav, .box-currency, .box-language {
    font-weight: 400;
}

.box-phones i,
.box-open i {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 3px;
}

[dir="rtl"] .box-phones i, [dir="rtl"]
.box-open i {
    margin-right: 0;
    margin-left: 3px;
}

.box-open i {
    margin-right: 6px;
}

[dir="rtl"] .box-open i {
    margin-right: 0;
    margin-left: 6px;
}

.box-phones {
    margin-right: 32px;
}

[dir="rtl"] .box-phones {
    margin-left: 32px;
    margin-right: 0;
}

.nav span.toggle {
    cursor: pointer;
    color: #000;
    font-weight: 400;
}

@media (min-width: 768px) {
    .nav span.toggle {
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
}

.nav span.toggle span:after {
    display: inline-block;
    content: '\f107';
    margin-left: 5px;
    font-family: "FontAwesome";
}

[dir="rtl"] .nav span.toggle span:after {
    margin-left: 0;
    margin-right: 5px;
}

.nav span.toggle:hover {
    color: #314872;
}

.box-phones [class*="linearicons-"],
.box-open [class*="linearicons-"],
.box-comment [class*="linearicons-"] {
    font-weight: 400;
}

.box-nav > * + * {
    margin-left: 24px;
    position: relative;
}

[dir="rtl"] .box-nav > * + * {
    margin-left: 0;
    margin-right: 24px;
}

.logo {
    margin: 0;
}

.logo:after {
    display: none;
}

/*================  Toggle ===============*/
.toggle-wrap {
    position: relative;
}

.toggle_cont {
    display: none;
    font-style: normal;
    color: #777;
    font-weight: 400;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    top: calc(100% + 14px);
    width: 200px;
    z-index: 20;
}

@media (min-width: 768px) {
    [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;
    color: #777;
}

[dir="rtl"] .toggle_cont > li > a, [dir="rtl"] .toggle_cont > li > button {
    text-align: right;
}

.toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
    background: #000;
    color: #fff;
}

.toggle_cont > li > button {
    color: inherit;
}

.toggle_cont ul {
    text-align: right;
}

.toggle_cont__right {
    right: auto;
    left: 0;
}

/*================   Top Links style   ===============*/
header .nav .toggle_cont .toggle_cont a, header .nav .toggle_cont .toggle_cont a:visited, header .nav .toggle_cont .toggle_cont a:focus {
    color: #777;
}

header .nav .toggle_cont .toggle_cont a:hover, header .nav .toggle_cont .toggle_cont a.current {
    background: #000;
    color: #fff;
}

@media (min-width: 768px) {
    header .nav > .toggle {
        display: none;
    }
    header .nav > .toggle_cont {
        display: block !important;
        position: static;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-style: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto;
    }
    header .nav > .toggle_cont .toggle span:after {
        font-style: normal;
    }
    header .nav > .toggle_cont > li {
        display: inline-block;
        vertical-align: top;
    }
    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: #333;
        background: none;
    }
}

@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;
    }
}

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language,
.box-currency {
    line-height: 14px;
}

.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: #000;
}

@media (min-width: 768px) {
    .box-language .toggle,
    .box-currency .toggle {
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
}

.box-language .toggle:after,
.box-currency .toggle:after {
    display: inline-block;
    font-style: normal;
    content: '\f107';
    margin-left: 2px;
    font-weight: 400;
    font-family: "FontAwesome";
}

[dir="rtl"] .box-language .toggle:after, [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: #314872;
}

.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: #000;
    color: #fff;
}

.box-currency .toggle_cont {
    right: auto;
    left: 0;
}

@media (min-width: 768px) {
    .box-currency .toggle_cont {
        right: 0;
        left: auto;
    }
    [dir="rtl"] .box-currency .toggle_cont {
        right: auto;
        left: 0;
    }
}

.box-language .toggle_cont,
.box-currency .toggle_cont {
    top: calc(100% + 14px);
}

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1200px) and (max-width: 1479px) {
    header .box-cart {
        margin-left: 15px;
    }
    [dir="rtl"] header .box-cart {
        margin-left: 3px;
        margin-right: 12px;
    }
    header .logo {
        margin-top: 11px;
    }
    header .box-phones {
        margin-right: 10px;
    }
    [dir="rtl"] header .box-phones {
        margin-right: 0;
        margin-left: 10px;
    }
    header .box-nav > * + *,
    header * + .box-comment,
    header * + .box-nav,
    header * + .box-currency,
    header * + .box-language {
        margin-left: 18px;
    }
    [dir="rtl"] header .box-nav > * + *, [dir="rtl"]
    header * + .box-comment, [dir="rtl"]
    header * + .box-nav, [dir="rtl"]
    header * + .box-currency, [dir="rtl"]
    header * + .box-language {
        margin-left: 0;
        margin-right: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .box-cart {
        margin-left: 15px;
    }
    [dir="rtl"] header .box-cart {
        margin-left: 0;
        margin-right: 15px;
    }
    header .logo {
        max-width: 30%;
        margin-top: 11px;
        margin-right: 40px;
    }
    [dir="rtl"] header .logo {
        margin-right: 0;
        margin-left: 40px;
    }
    header .box-nav {
        margin-left: 0;
    }
    [dir="rtl"] header .box-nav {
        margin-right: 0;
    }
    header .box-nav:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-phones {
        margin-right: 15px;
    }
    [dir="rtl"] .box-phones {
        margin-left: 15px;
        margin-right: 0;
    }
    header .box-cart {
        margin-left: 10px;
    }
    [dir="rtl"] header .box-cart {
        margin-left: 0;
        margin-right: 10px;
        float: left;
    }
    header .logo {
        max-width: 40%;
        margin-top: 13px;
        margin-right: 35px;
    }
    [dir="rtl"] header .logo {
        margin-right: 0;
        margin-left: 35px;
    }
    header .box-nav > * + *,
    header * + .box-comment,
    header * + .box-nav,
    header * + .box-currency,
    header * + .box-language {
        margin-left: 6px;
        font-size: 11px;
    }
    [dir="rtl"] header .box-nav > * + *, [dir="rtl"]
    header * + .box-comment, [dir="rtl"]
    header * + .box-nav, [dir="rtl"]
    header * + .box-currency, [dir="rtl"]
    header * + .box-language {
        margin-left: 0;
        margin-right: 6px;
    }
    header .box-nav > * + *:before,
    header * + .box-comment:before,
    header * + .box-nav:before,
    header * + .box-currency:before,
    header * + .box-language:before {
        display: none;
    }
    .box-language .toggle:after, .box-currency .toggle:after {
        margin-left: 0;
    }
    .nav span.toggle span:after {
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
    header {
        margin-bottom: 30px;
    }
    header nav .toggle_cont {
        top: 100%;
    }
    header .search {
        float: none;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    [dir="rtl"] header .search {
        margin-right: 0;
    }
    header .box-currency {
        margin-right: 0;
        padding: 0;
    }
    [dir="rtl"] header .box-currency {
        margin-left: 0;
    }
    header .bg-dark {
        padding-bottom: 10px;
    }
    header .logo {
        float: none;
        width: 100%;
        text-align: center;
        margin: 20px 0 25px;
    }
    header .logo img {
        display: inline-block;
    }
    header .box-cart {
        float: none;
        margin-top: 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: 115px;
        margin-left: -50px;
    }
    .box-nav > * + *,
    header * + .box-comment,
    header * + .box-nav,
    header * + .box-currency,
    header * + .box-language {
        margin-left: 8px;
        margin-bottom: 3px;
    }
    [dir="rtl"] .box-nav > * + *, [dir="rtl"]
    header * + .box-comment, [dir="rtl"]
    header * + .box-nav, [dir="rtl"]
    header * + .box-currency, [dir="rtl"]
    header * + .box-language {
        margin-left: 0;
        margin-right: 8px;
    }
    [dir="rtl"] header .btn-wishlist, [dir="rtl"]
    header .box-nav > a {
        margin-right: 8px !important;
    }
    .box-phones {
        margin-right: 0;
    }
    [dir="rtl"] .box-phones {
        margin-left: 0;
        margin-right: 0;
    }
}

/*========================================================
                      Content styles
=========================================================*/
#page {
    overflow: hidden;
}

.header-nav-block {
    padding: 7px 0 5px;
    background: #f8f8f8;
}

.header-logo-block {
    margin-top: 35px;
}

.color-white, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
    color: #fff;
}

.color-primary {
    color: #314872;
}

.background-section {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-top: 11px;
    background-color: #f4f4f4;
}

.background-primary {
    color: #fff;
    background-color: #314872;
}

#content {
    padding-bottom: 30px;
}

.common-home #content {
    padding-bottom: 0;
    min-height: 0;
}

@media (min-width: 768px) {
    .mid-line {
        position: relative;
        line-height: 0;
    }
}

/*==================  Marked List  ======================*/
.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 #e8e8e8;
}

.box.account ul a, .box.affilate ul a {
    position: relative;
    background: #f8f8f8;
    display: block;
    padding: 13px 15px;
}

.box.account ul a:hover, .box.affilate ul a:hover {
    background: #f0f0f0;
}

.box.account ul a:hover, .box.affilate ul a:hover {
    color: #314872;
}

#content .product-info ul.list-unstyled a:before {
    display: none;
}

/*========================================================
                    Responsive
=========================================================*/
@media (max-width: 767px) {
    aside {
        margin-top: 20px;
    }
    aside .container {
        padding: 0;
        width: 100%;
    }
    .header-logo-block {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .header-logo-block > div > .tm-inner {
        padding-bottom: 10px;
    }
}

/*==================   Lazy Img    ======================*/
.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: none;
}

.lazy.lazy-loaded img {
    opacity: 1;
}

.search {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.search input[type="text"] {
    color: #000;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    width: 681px;
    height: 51px;
    padding: 16.5px 40px 16.5px 34px;
    background: #fff;
    border: 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;
    border-right: none;
    float: left;
}

[dir="rtl"] .search input[type="text"] {
    border-right: none;
    border-left: none;
    float: right;
}

.search input[type="text"]:focus {
    outline: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.search input[type="text"]:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.search input[type="text"]::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 51px;
    padding: 0 22px 0 5px;
}

[dir="rtl"] .search button {
    right: auto;
    left: 0;
    padding-left: 22px;
    padding-right: 5px;
}

.search button:hover {
    color: #314872;
}

#livesearch_search_results {
    margin: 3px 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    color: #000;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    z-index: 12;
    border-radius: 0;
    text-align: left;
}

[dir="rtl"] #livesearch_search_results {
    text-align: right;
}

#livesearch_search_results li {
    vertical-align: middle;
    padding: 10px;
    -moz-transition: 0.4s color ease, 0.4s background-color ease;
    -o-transition: 0.4s color ease, 0.4s background-color ease;
    -webkit-transition: 0.4s color ease, 0.4s background-color ease;
    transition: 0.4s color ease, 0.4s background-color ease;
}

#livesearch_search_results li:before, #livesearch_search_results li:after {
    display: table;
    content: "";
    line-height: 0;
}

#livesearch_search_results li:after {
    clear: both;
}

#livesearch_search_results li img {
    float: left;
    margin-right: 10px;
}

[dir="rtl"] #livesearch_search_results li img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

#livesearch_search_results li img.loading {
    background: #fff;
}

#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
    background-color: #314872;
}

#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
    color: #fff;
}

#livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    color: #888;
}

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
    display: table;
    content: "";
    line-height: 0;
}

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
    clear: both;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .search input[type="text"] {
        width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search input[type="text"] {
        width: 350px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search input[type="text"] {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {
    #livesearch_search_results li img {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .search {
        width: 100%;
    }
    .search input[type="text"] {
        width: 100%;
    }
    .search button {
        position: absolute;
        top: 0;
        right: 0;
    }
    [dir="rtl"] .search button {
        right: auto;
        left: 0;
    }
}

/*================ Box Cart  ===============*/
.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: #f9f9f9;
}

.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;
    color: #a3a3a3;
}

.box-cart .btn-danger, .box-cart .btn-danger:focus {
    border: 0;
    padding: 0;
    color: #314872;
    font-size: 15px;
    background: none;
}

.box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
    color: #314872;
    background: none;
}

.box-cart .btn-danger:focus, .box-cart .btn-danger:focus:focus {
    box-shadow: none;
}

.box-cart a:hover img {
    opacity: .8;
}

.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: #314872;
}

[dir="rtl"] .box-cart .btn-remove {
    right: auto;
    left: 8px;
}

.box-cart .btn-remove i {
    font-size: 18px;
    line-height: 20px;
    -moz-transition: 0.4s color ease;
    -o-transition: 0.4s color ease;
    -webkit-transition: 0.4s color ease;
    transition: 0.4s color 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  ===============*/
.cart {
    position: relative;
}

.cart .bold {
    font-weight: 700;
}

.cart > button {
    position: relative;
    color: #000;
}

.cart > button i, .cart > button strong, .cart > button span {
    font-size: 18px;
}

.cart > button .cart-total, .cart > button .cart-total2, .cart > button strong {
    display: none;
}

.cart > button .cart-total2 {
    position: absolute;
    top: -24px;
    left: 15px;
    color: #000;
    background: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -moz-transition: 0.3s background-color ease;
    -o-transition: 0.3s background-color ease;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease;
}

.cart > button .cart-total3 {
    font-size: 17px;
    letter-spacing: -.4px;
}

.cart > button i {
    position: relative;
    margin-right: 0px;
    font-weight: 400;
}

.cart > button.active, .cart > button:hover {
    color: #314872;
}

.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 .btns {
    padding-top: 10px;
}

.cart .btn-l,
.cart .btn-r {
    vertical-align: top;
    padding: 8px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.cart .btn-l .linearicons, .cart .btn-l [class^="linearicons-"], .cart .btn-l [class*=" linearicons-"],
.cart .btn-r .linearicons,
.cart .btn-r [class^="linearicons-"],
.cart .btn-r [class*=" linearicons-"] {
    line-height: inherit;
}

[lang="ru"] .cart .btn-l, [lang="ru"]
.cart .btn-r {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

[lang="de"] .cart .btn-l, [lang="de"]
.cart .btn-r {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart .btn-l {
    float: left;
}

[dir="rtl"] .cart .btn-l {
    float: right;
}

.cart .btn-r {
    float: right;
}

[dir="rtl"] .cart .btn-r {
    float: left;
}

.cart .name {
    margin-bottom: 3px;
}

.cart .name a {
    text-transform: none;
    line-height: 19px;
    font-size: 12px;
}

.cart .name a, .cart .name a:visited, .cart .name a:focus {
    color: #000;
}

.cart .name a:hover {
    color: #314872;
}

.cart .quant {
    background: #eee;
    padding: 3px 12px;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #000;
}

.cart .price-cart {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-left: 6px;
}

/*================  Cart DropDown ===============*/
.box-cart .toggle_cont {
    z-index: 1001;
    min-width: 260px;
    width: 320px;
    padding: 15px 20px;
    max-height: 434px;
    line-height: 1.4em;
    right: 0;
    left: auto;
    top: 100%;
    list-style-type: none;
    border: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

@media (min-width: 768px) {
    [dir="rtl"] .box-cart .toggle_cont {
        right: auto;
        left: 0;
    }
}

@media (min-width: 768px) {
    .box-cart .toggle_cont {
        top: calc(100% + 18px);
    }
}

[dir="rtl"] .box-cart .toggle_cont {
    text-align: right;
}

.box-cart .toggle_cont .buttons {
    margin: .7em 0;
}

.box-cart .toggle_cont .link:hover {
    color: #000;
}

.box-cart .toggle_cont li {
    position: relative;
}

.box-cart .toggle_cont li.product {
    padding-bottom: 15px;
}

.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, 0.08);
}

.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: 1.6em;
    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: #a3a3a3;
}

.box-cart .toggle_cont .total > .t-row > div + div {
    width: 40%;
}

.box-cart .toggle_cont .total > .t-row > div em {
    color: #a3a3a3;
    font-style: normal;
    font-weight: 600;
}

.box-cart .toggle_cont .total > .t-row:last-child .text-right {
    color: #314872;
}

.box-cart .toggle_cont .total .text-right {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cart {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }
    .cart > button {
        position: relative;
    }
    .cart > button .cart-total, .cart > button .cart-total3, .cart > button strong {
        display: none;
    }
    .cart > button .cart-total2 {
        display: inline-block;
        top: 2px;
    }
    .cart > button i {
        display: inline-block;
        font-size: 28px;
        vertical-align: top;
        line-height: inherit;
        color: #000 !important;
        margin-right: 10px;
    }
    .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
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
    margin-bottom: 40px;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
    mix-blend-mode: multiply;
}

.product-thumb .image > a {
    display: block;
}

.product-thumb .image > a img {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 auto;
    background: #f8f8f8;
}

.product-thumb .image .img-primary,
.product-thumb .image .img-secondary {
    opacity: 0;
}

.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;
}

.product-thumb .image .button-wrap {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .product-thumb .image .button-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -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%);
    }
    .product-thumb .image .button-wrap button {
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .product-thumb .image .button-wrap button:first-child {
        -moz-transform: translateX(20px) translateY(20px) rotate(45deg);
        -ms-transform: translateX(20px) translateY(20px) rotate(45deg);
        -o-transform: translateX(20px) translateY(20px) rotate(45deg);
        -webkit-transform: translateX(20px) translateY(20px) rotate(45deg);
        transform: translateX(20px) translateY(20px) rotate(45deg);
    }
    .product-thumb .image .button-wrap button:last-child {
        -moz-transform: translateX(-20px) translateY(-20px) rotate(-45deg);
        -ms-transform: translateX(-20px) translateY(-20px) rotate(-45deg);
        -o-transform: translateX(-20px) translateY(-20px) rotate(-45deg);
        -webkit-transform: translateX(-20px) translateY(-20px) rotate(-45deg);
        transform: translateX(-20px) translateY(-20px) rotate(-45deg);
    }
}

.product-thumb .image .rating {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    pointer-events: none;
    text-align: center;
    margin-bottom: 0;
}

/* ===================   Product Caption   =================== */
.name {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.name > a, .name > a:visited, .name > a:focus {
    color: #000;
}

.name > a:hover {
    color: #314872;
}

.product-thumb {
    position: relative;
    text-align: center;
    padding: 40px;
    background: #f8f8f8;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.related-block .product-thumb {
    margin-bottom: 30px;
}

.product-thumb .aside {
    display: none;
}

.product-thumb .name {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-thumb .name > a {
    display: inline;
}

.product-thumb .rating {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .product-thumb {
        padding-bottom: 160px;
    }
    .product-thumb .content {
        position: absolute;
        z-index: 1;
        bottom: -30px;
        left: 15px;
        right: 15px;
        -moz-transition: bottom 0.3s ease;
        -o-transition: bottom 0.3s ease;
        -webkit-transition: bottom 0.3s ease;
        transition: bottom 0.3s ease;
    }
    .product-thumb .content .button-wrap {
        margin-top: 15px;
        display: none;
    }
}

.product-thumb .price {
    width: 100%;
    margin-bottom: 16px;
}

.product-thumb .description {
    display: none;
}

.product-thumb .btn-primary {
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
}

.product-thumb .button-wrap button {
    vertical-align: middle;
    margin-left: 1px;
    margin-right: 1px;
}

@media (min-width: 768px) {
    .product-thumb:hover {
        z-index: 2;
        background: #fff;
    }
    .product-thumb:hover .lazy-loaded .img-primary {
        opacity: 0;
    }
    .product-thumb:hover .lazy-loaded .img-secondary {
        opacity: .8;
    }
    .product-thumb:hover .image .button-wrap button {
        opacity: 1;
    }
    .product-thumb:hover .image .button-wrap button, .product-thumb:hover .image .button-wrap button:first-child, .product-thumb:hover .image .button-wrap button:last-child {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .product-thumb:hover .content {
        bottom: 40px;
    }
    .product-thumb:hover .btn-primary {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .product-thumb .image:hover {
        border-color: #314872;
    }
}

/* ==================    Product List, Product Grid    =================== */
@media (min-width: 768px) {
    aside .product-thumb {
        margin-right: 1px;
    }
    .product-list .name {
        text-overflow: clip;
        white-space: normal;
    }
    .product-list .product-thumb {
        padding-bottom: 40px;
    }
    .product-list .product-thumb .image .button-wrap {
        display: none;
    }
    .product-list .product-thumb .image:hover .lazy-loaded .img-primary {
        opacity: 0;
    }
    .product-list .product-thumb .image:hover .lazy-loaded .img-secondary {
        opacity: 1;
    }
    .product-list .product-thumb .content {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .product-list .product-thumb .content .button-wrap {
        display: block;
    }
    .product-list .product-thumb .btn-primary {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.row .product-list {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1480px) {
    .row .product-list {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .block-list {
        display: none;
    }
    .product-list .product-thumb {
        margin-bottom: 10px;
    }
    .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;
    }
    [dir="rtl"] .product-list .product-thumb .image, [dir="rtl"] .product-list .product-thumb .content {
        float: right;
    }
    .product-list .product-thumb .image {
        width: 30.637%;
    }
    .product-list .product-thumb .description {
        display: block;
    }
    .product-list .product-thumb .content {
        padding: 0 40px;
        width: 69.23%;
        text-align: left;
    }
    [dir="rtl"] .product-list .product-thumb .content {
        text-align: right;
    }
    .product-list .product-thumb .image:hover {
        border-color: #314872;
    }
    .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   =================== */
.sale, .discount, .new-pr {
    display: inline-block;
    position: absolute;
    top: 41px;
    z-index: 1;
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-weight: 700;
    color: #fff;
    background: #314872;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.sale {
    background-color: #333;
}

.product-thumb .sale span, .product-thumb .new-pr span {
    display: inline-block;
}

.product-thumb .sale, .product-thumb .discount {
    right: 22px;
}

.product-thumb .new-pr {
    left: 22px;
}

.product-thumb .sale + .discount {
    font-size: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 10px;
    right: 10px;
}

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
    display: inline-block;
    font: 400 18px/22px "Poppins", sans-serif;
    line-height: 1.2em;
    color: #000;
}

.price-new {
    color: #000;
}

.price-old {
    color: #777;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin-left: 5px;
}

[dir="rtl"] .price-old {
    margin-left: 0;
    margin-right: 5px;
}

.price-section {
    margin-top: 20px;
    font-weight: 700;
}

.price-section .price-new, .price-section .price-section .price-old {
    font-size: 30px;
    color: #a3a3a3;
    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: bold;
}

.price s {
    font-size: 14px;
    color: #000;
}

.stock, .out-stock {
    font-weight: 700;
}

.stock {
    color: #54B70B;
}

.out-stock {
    color: #EE372A;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

/* ===================   Product Rating   =================== */
.fa-stack {
    font-size: 18px;
    line-height: 14px;
    width: 0.9em;
    height: 14px;
}

.fa-stack i {
    color: #b4b4b4;
}

.fa-stack i.star {
    color: #ffc000;
}

.fa-stack-2x {
    font-size: 1em;
}

.product-thumb .fa-stack {
    font-size: 12px;
}

.rat {
    color: #314872;
}

.product-thumb .product-options {
    display: none;
}

.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 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.ajax-overlay .product-options .ajax-overlay_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "material-design";
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.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 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 997;
}

.ajax-overlay.visible {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    visibility: visible;
}

.review-text {
    font-size: 12px;
    color: #314872;
}

.product-countdown {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}

.product-countdown li {
    display: inline-block;
    padding: 0 1px;
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.product-countdown li.cell {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .8px;
}

.product-countdown li span {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: none;
}

/*========================================================
               Responsive Styles Product
=========================================================*/
@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: 768px) and (max-width: 991px) {
    .top .box {
        text-align: center;
    }
    .top .box .product-thumb {
        display: inline-block;
        width: 320px;
        max-width: 100%;
    }
}

.mobile .product-thumb .image:hover .lazy-loaded .img-primary, .tablet .product-thumb .image:hover .lazy-loaded .img-primary {
    opacity: 1;
}

.mobile .product-thumb .image:hover .lazy-loaded .img-secondary, .tablet .product-thumb .image:hover .lazy-loaded .img-secondary {
    opacity: 0;
}

@media (max-width: 767px) {
    .box,
    .product-layout.product-grid,
    .product-layout.product-list {
        text-align: center;
    }
    .box .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 {
        margin-bottom: 10px;
    }
    .product-thumb .image .rating {
        bottom: 56px;
    }
    .product-thumb .image .button-wrap {
        display: none;
    }
    .product-thumb .btn-primary {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    .product-thumb .button-wrap {
        position: relative;
        width: 100%;
        padding-top: 10px;
        left: auto;
        right: auto;
        bottom: auto;
        border: none;
    }
    .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-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;
        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;
    }
    .clearfix + .product-list .product-thumb {
        border-top: none;
        padding: 0;
    }
}

@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;
    }
}

/*========================================================
                         Box
=========================================================*/
* + .box.latest,
* + .box.bestseller,
* + .box.single-category,
* + .box.specials {
    margin-top: 30px;
}

* + .box.single-category {
    margin-top: 8px;
}

.box-heading {
    margin-bottom: 20px;
}

.box-heading h2, .box-heading h3 {
    margin-bottom: 0;
}

.box {
    margin-bottom: 40px;
}

.box.related-block {
    margin-bottom: 0;
}

.box .box-heading {
    margin-bottom: 30px;
}

.box .box-heading h2, .box .box-heading h3 {
    margin: 0;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: none;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .box .box-heading h2, .box .box-heading h3 {
        font-size: 34px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box .box-heading h2, .box .box-heading h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .box .box-heading h2, .box .box-heading h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .box.featured .box-heading, .box.bestseller .box-heading, .box.latest .box-heading, .box.specials .box-heading, .box.single-category .box-heading, .box.blog_articles .box-heading, .box.manufacturer .box-heading, .box.related-block .box-heading {
        position: relative;
        text-align: center;
        padding-left: 70px;
        padding-right: 70px;
    }
    .box.featured .box-heading [id*="nav_"], .box.bestseller .box-heading [id*="nav_"], .box.latest .box-heading [id*="nav_"], .box.specials .box-heading [id*="nav_"], .box.single-category .box-heading [id*="nav_"], .box.blog_articles .box-heading [id*="nav_"], .box.manufacturer .box-heading [id*="nav_"], .box.related-block .box-heading [id*="nav_"] {
        position: absolute;
        margin-top: 0;
        float: none;
        top: 0;
        right: 0;
    }
    html[dir="rtl"] .box.featured .box-heading [id*="nav_"], html[dir="rtl"] .box.bestseller .box-heading [id*="nav_"], html[dir="rtl"] .box.latest .box-heading [id*="nav_"], html[dir="rtl"] .box.specials .box-heading [id*="nav_"], html[dir="rtl"] .box.single-category .box-heading [id*="nav_"], html[dir="rtl"] .box.blog_articles .box-heading [id*="nav_"], html[dir="rtl"] .box.manufacturer .box-heading [id*="nav_"], html[dir="rtl"] .box.related-block .box-heading [id*="nav_"] {
        float: none;
        right: auto;
        left: 0;
    }
}

.top .box {
    text-align: center;
}

.top .box .box {
    margin-bottom: 0;
}

.top .box.bestseller {
    margin-bottom: 18px;
}

.top .box.specials {
    margin-top: 13px;
    margin-bottom: 13px;
}

.box.blog_articles .box-heading {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .top .box {
        position: relative;
    }
    .top .box .box-heading .nav-block {
        position: static;
    }
    .top .box .box-heading .nav-tabs {
        margin-top: 14px;
    }
    .top .box .box-heading [id*="nav_"] {
        position: static;
    }
    .top .box .box-heading [id*="nav_"] [class*="swiper-button"] + [class*="swiper-button"] {
        margin-left: 5px;
    }
    [dir="rtl"] .top .box .box-heading [id*="nav_"] [class*="swiper-button"] + [class*="swiper-button"] {
        margin-left: 0;
        margin-right: 5px;
    }
    .top .box .box-heading [id*="nav_"] .swiper-button-next, .top .box .box-heading [id*="nav_"] .swiper-button-prev {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }
    [dir="rtl"] .top .box .box-heading [id*="nav_"] .swiper-button-next, [dir="rtl"] .top .box .box-heading [id*="nav_"] .swiper-button-prev {
        right: auto;
        left: 36px;
    }
    .top .box .box-heading [id*="nav_"] .swiper-button-prev {
        left: auto;
        right: 36px;
    }
    [dir="rtl"] .top .box .box-heading [id*="nav_"] .swiper-button-prev {
        right: auto;
        left: 0;
    }
    .related-block .box-heading {
        position: relative;
    }
    .related-block .box-heading #nav_related {
        position: absolute;
        margin: 0;
        float: none;
        right: 0;
        top: 0;
    }
    [dir="rtl"] .related-block .box-heading #nav_related {
        right: auto;
        left: 0;
    }
    [dir="ltr"] .related-block .box-heading {
        padding-right: 70px;
    }
    [dir="rtl"] .related-block .box-heading {
        padding-left: 70px;
    }
}

.box.manufacturer {
    margin-top: 10px;
    margin-bottom: 40px;
}

.box.manufacturer .box-heading {
    display: inline-block;
    width: 100%;
    min-height: 30px;
    margin-bottom: 0;
}

.box.manufacturer .box-heading h3 {
    display: none !important;
}

.box.manufacturer .swiper-slide {
    height: 85px;
    line-height: 85px;
}

.box.manufacturer .swiper-slide > a {
    vertical-align: middle;
}

.box.manufacturer a img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    max-height: 85px;
    opacity: 1;
}

.box.manufacturer a:hover img {
    opacity: .7;
}

aside .box .box-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    aside .box.featured, aside .box.bestseller, aside .box.latest, aside .box.specials, aside .box.single-category, aside .box.blog_articles, aside .box.manufacturer {
        text-align: inherit;
    }
    [dir="ltr"] aside .box.featured, [dir="ltr"] aside .box.bestseller, [dir="ltr"] aside .box.latest, [dir="ltr"] aside .box.specials, [dir="ltr"] aside .box.single-category, [dir="ltr"] aside .box.blog_articles, [dir="ltr"] aside .box.manufacturer {
        padding-left: 0;
    }
    [dir="rtl"] aside .box.featured, [dir="rtl"] aside .box.bestseller, [dir="rtl"] aside .box.latest, [dir="rtl"] aside .box.specials, [dir="rtl"] aside .box.single-category, [dir="rtl"] aside .box.blog_articles, [dir="rtl"] aside .box.manufacturer {
        padding-right: 0;
    }
}

aside .box.featured [id*="nav_"], aside .box.bestseller [id*="nav_"], aside .box.latest [id*="nav_"], aside .box.specials [id*="nav_"], aside .box.single-category [id*="nav_"], aside .box.blog_articles [id*="nav_"], aside .box.manufacturer [id*="nav_"] {
    white-space: nowrap;
}

aside .box.featured [id*="nav_"] .swiper-button-prev, aside .box.featured [id*="nav_"] .swiper-button-next, aside .box.bestseller [id*="nav_"] .swiper-button-prev, aside .box.bestseller [id*="nav_"] .swiper-button-next, aside .box.latest [id*="nav_"] .swiper-button-prev, aside .box.latest [id*="nav_"] .swiper-button-next, aside .box.specials [id*="nav_"] .swiper-button-prev, aside .box.specials [id*="nav_"] .swiper-button-next, aside .box.single-category [id*="nav_"] .swiper-button-prev, aside .box.single-category [id*="nav_"] .swiper-button-next, aside .box.blog_articles [id*="nav_"] .swiper-button-prev, aside .box.blog_articles [id*="nav_"] .swiper-button-next, aside .box.manufacturer [id*="nav_"] .swiper-button-prev, aside .box.manufacturer [id*="nav_"] .swiper-button-next {
    position: relative;
    float: none !important;
    left: auto !important;
    right: auto !important;
}

aside .box .swiper-slide {
    margin-bottom: 12px;
}

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 6px;
}

.box-logo {
    display: inline-block;
}

.social-list {
    margin-top: 0;
    margin-bottom: 5px;
}

.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 {
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-list li a, .social-list li a:visited, .social-list li a:focus {
    color: #fff;
    background: #000;
}

.social-list li a:hover {
    color: #fff;
    background-color: #314872;
}

.social-list li + li {
    margin-left: 10px;
}

html[dir="rtl"] .social-list li + li {
    margin-left: 0;
    margin-right: 10px;
}

aside[class][id] .box [id*="nav_"] {
    position: relative;
    display: block;
    float: none;
    margin-top: 10px;
}

aside[class][id] .box.featured .box-heading, aside[class][id] .box.bestseller .box-heading, aside[class][id] .box.latest .box-heading, aside[class][id] .box.specials .box-heading, aside[class][id] .box.single-category .box-heading, aside[class][id] .box.blog_articles .box-heading, aside[class][id] .box.manufacturer .box-heading, aside[class][id] .box.related-block .box-heading {
    padding-left: 0;
    padding-right: 0;
}

.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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #b4b4b4;
    border: 1px solid #dedede;
    background: #fff;
    -moz-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.box [id*="nav_"] .swiper-button-next:hover,
.box [id*="nav_"] .swiper-button-prev:hover {
    color: #314872;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}

.box [id*="nav_"] .swiper-button-next.swiper-button-disabled,
.box [id*="nav_"] .swiper-button-prev.swiper-button-disabled {
    background: transparent;
    color: #dedede;
    border-color: #dedede;
    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;
}

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;
}

@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.manufacturer .swiper-wrapper {
    display: flex;
    align-items: center;
}

.box.manufacturer .swiper-wrapper .swiper-slide {
    text-align: center;
}

.box .nav-tabs {
    border-bottom: none;
    margin-top: 13px;
    margin-bottom: 2px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.box .nav-tabs > li {
    display: inline-block;
    float: none;
}

.box .nav-tabs > li + li {
    margin-left: 55px;
}

@media (max-width: 767px) {
    .box .nav-tabs > li + li {
        margin-left: 30px;
    }
}

html[dir="rtl"] .box .nav-tabs > li + li {
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width: 767px) {
    html[dir="rtl"] .box .nav-tabs > li + li {
        margin-right: 10px;
    }
}

.box .nav-tabs > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-right: 0;
    color: #333;
}

.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: #314872;
}

.box .nav-tabs > li.active > a, .box .nav-tabs > li.active > a:focus, .box .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    color: #314872;
}

.single-category .box-heading div {
    font-size: 36px;
}

@media (min-width: 1200px) {
    [dir="ltr"] .single-category .box-heading div .col-sm-9 {
        padding-right: 23%;
    }
    [dir="rtl"] .single-category .box-heading div .col-sm-9 {
        padding-left: 23%;
    }
}

aside [class*="col-"], aside .container {
    width: 100%;
    padding: 0;
}

aside .row {
    margin: 0;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 1200px) and (max-width: 1479px) {
    .social-list li + li {
        margin-left: 5px;
    }
    html[dir="rtl"] .social-list li + li {
        margin-left: 0;
        margin-right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.social-list li + li {
        margin-left: 2px;
    }
    html[dir="rtl"] ul.social-list li + li {
        margin-left: 0;
        margin-right: 2px;
    }
    .box.manufacturer {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .box ul.nav-tabs > li + li {
        margin-left: 40px;
    }
    [dir="rtl"] .box ul.nav-tabs > li + li {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top .box .box-heading .nav-tabs {
        margin-top: 0;
    }
    .box.manufacturer {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .box ul.nav-tabs > li + li {
        margin-left: 40px;
    }
    [dir="rtl"] .box ul.nav-tabs > li + li {
        margin-left: 0;
        margin-right: 40px;
    }
    .box.info .box-content ul a {
        padding: 13px 5px;
    }
    aside .box .box-heading h3 {
        font-size: 16px;
    }
    .social-list {
        margin-bottom: 10px;
    }
    ul.social-list li + li {
        margin-left: 10px;
    }
    [dir="rtl"] ul.social-list li + li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .top .box {
        margin-bottom: 20px;
    }
    .top .box .nav-tabs {
        margin-top: 20px;
    }
    .box [id*="nav_"] {
        position: relative;
        display: block;
        float: none;
        margin-top: 10px;
    }
    .box.manufacturer {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    aside .box .box-heading {
        position: relative;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    aside .box .product-thumb {
        width: 50%;
        margin: 0 auto 30px;
    }
}

@media (max-width: 600px) {
    .box .box-heading .clearfix .pull-left {
        width: 100%;
    }
    .box .nav-tabs > li + li {
        margin-left: 7px;
    }
    [dir="rtl"] .box .nav-tabs > li + li {
        margin-left: 0;
        margin-right: 7px;
    }
}

@media (max-width: 480px) {
    .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;
    }
    [dir="rtl"] .box.featured .box-heading .align-right, [dir="rtl"] .box.bestseller .box-heading .align-right, [dir="rtl"] .box.latest .box-heading .align-right, [dir="rtl"] .box.specials .box-heading .align-right, [dir="rtl"] .box.single-category .box-heading .align-right, [dir="rtl"] .box.blog_articles .box-heading .align-right, [dir="rtl"] .box.manufacturer .box-heading .align-right, [dir="rtl"] .box .box-heading .align-right {
        text-align: center !important;
    }
}

/*========================================================
                        Buttons
=========================================================*/
#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 {
    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: 24px;
}

.buttons .pull-right .btn {
    margin-right: 10px;
}

[dir="rtl"] .buttons .pull-right .btn {
    margin-right: 0;
    margin-left: 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: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.agree:hover b {
    color: #314872;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #a3a3a3;
}

.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,
.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 {
    color: #fff;
    background: #314872;
}

.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 {
    color: #fff;
    background: #314872;
}

/* ================   Default Buttons BEGIN   =============== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    font: 700 12px/14px "Poppins", sans-serif;
    line-height: 1.2em;
    padding: 20px 35px;
    letter-spacing: 1px;
    border: none !important;
    text-transform: uppercase;
    text-align: center;
    text-shadow: none;
    outline: none;
    position: relative;
    outline: none !important;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    box-shadow: none !important;
}

.btn i, .btn-default i, .btn-primary i, .btn-success i, .btn-info i, .btn-warning i, .btn-danger i {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: inherit;
}

.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: #a3a3a3;
}

.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: #314872;
}

.btn-primary, .btn-primary:visited {
    color: #fff;
    background: #000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background: #314872;
}

@media (min-width: 1480px) {
    .slide-desc .btn-primary, .rd-parallax .btn-primary, .banner-big .btn-primary {
        font-size: 18px;
        line-height: 1.2em;
        letter-spacing: 1.5px;
        padding: 27px 46px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px;
    }
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-btn:hover {
    color: #fff;
    background: #314872;
}

/* ================   QuickView  =============== */
.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 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ================   Product page buttons  =============== */
.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;
    font-size: 14px;
    line-height: 1.2em;
    list-style: none;
}

[dir="rtl"] .product-buttons li {
    margin-right: 0;
    margin-left: 10px;
}

.product-buttons li button {
    display: inline-block;
    background: none;
    font-weight: 600;
    color: #a3a3a3;
    padding: 0;
    margin-bottom: 5px;
}

.product-buttons li button:hover, .product-buttons li button:focus {
    color: #314872;
    background: transparent;
}

.product-buttons li button:active {
    box-shadow: none;
}

.product-buttons li button i {
    margin-right: 5px;
}

.button-link {
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
}

.button-link:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    pointer-events: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-link, .button-link:visited, .button-link:focus {
    color: #333;
}

.button-link:hover {
    text-decoration: none;
    color: #314872;
}

.button-link:hover:before {
    width: 0;
    left: 50%;
}

#button-cart {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

#button-cart:disabled {
    pointer-events: none;
    opacity: .5;
}

/* ================   Tooltip  ================= */
.tooltip-inner {
    background: #000;
}

[class][class].tooltip-arrow {
    border-top-color: #000;
}

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@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, .quickview {
        display: none;
    }
}

.mobile .quickview, .tablet .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;
}

@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;
        margin-left: 0;
    }
}

@media (max-width: 410px) {
    .account-address .table td a {
        display: block;
    }
    .account-address .table td a + a {
        margin-top: 5px;
    }
}

/*========================================================
                      Form Styles
=========================================================*/
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: #f8f8f8;
    border: 1px solid #e8e8e8;
    color: #000;
    font-size: 12px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 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: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.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, 0.8);
    -moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}

.product-options .checkbox input[type="checkbox"] + label,
.product-options .radio input[type="radio"] + label {
    border: 1px solid #e8e8e8;
}

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;
    height: 40px;
    width: 40px;
    color: #a3a3a3;
    background: #f8f8f8;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.counter:hover, .counter:focus:hover {
    background: #f0f0f0;
    color: #314872;
}

@media (max-width: 767px) {
    .counter, .counter:focus {
        display: none;
    }
}

@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 {
    font-size: 12px;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    height: 40px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #a3a3a3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.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: #f0f0f0;
}

.sbHolder:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    -moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
}

.sbSelector {
    display: block;
    font-size: 12px;
    height: 100%;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    padding: 11px 10px 11px 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: #000;
}

.sbSelector:hover {
    color: inherit;
}

.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;
}

html[dir="rtl"] .sbToggle {
    right: auto;
    left: 0;
}

.sbToggle:before {
    content: "飪?;
    font-family: "FontAwesome";
    display: block;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.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: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    background-color: #f8f8f8;
    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: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    outline: 1px solid #e8e8e8;
}

html[dir="rtl"] .sbOptions {
    left: 0;
}

.sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #111;
}

html[dir="rtl"] .sbOptions li a {
    padding-left: 20px;
    padding-right: 10px;
}

.sbOptions li a:hover {
    background: #f0f0f0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
}

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: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}

html[dir="rtl"] input[type="radio"] + label:before {
    left: auto;
    right: 0;
}

input[type="radio"] + label:after {
    top: 6px;
    left: 2px;
    width: 12px;
    height: 12px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

html[dir="rtl"] input[type="radio"] + label:after {
    left: auto;
    right: 2px;
}

input[type="radio"]:checked + label:after {
    background: #314872;
}

.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;
}

[dir="rtl"] input[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 20px;
}

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: 5px;
    left: 0;
    width: 14px;
    height: 14px;
}

[dir="rtl"] input[type="checkbox"] + label:before, [dir="rtl"] input[type="checkbox"] + label:after {
    left: auto;
    right: 0;
}

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: #314872;
}

input[type="checkbox"]:checked + label:after {
    content: "飥?;
}

input[type="checkbox"][checked="checked"] + label:after {
    content: "飥?;
}

input[type="checkbox"][disabled] + label {
    color: #4d4d4d;
    display: none;
}

input[type="checkbox"][name="agree"] + label {
    margin-bottom: 12px;
}

#habla_window_div #habla_topbar_div {
    background: #314872 !important;
}

#at15s, #at20mc {
    z-index: 999 !important;
}

div.option-color > div {
    display: inline-block;
}

div.option-color .control-label {
    vertical-align: top;
    line-height: 27px;
    margin: 0 11px 0 0;
}

[dir="rtl"] div.option-color .control-label {
    margin-left: 11px;
    margin-right: 0;
}

div.option-color .radio {
    margin: 0;
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 0;
    vertical-align: top;
}

[dir="rtl"] div.option-color .radio {
    margin: 0;
}

[dir="rtl"] div.option-color .radio {
    float: right;
}

div.option-color .radio + .radio {
    margin-left: 1px;
    margin-right: 0;
    margin-top: 0;
}

[dir="rtl"] div.option-color .radio + .radio {
    margin-left: 0;
    margin-right: 1px;
    margin-top: 0;
}

div.option-color .radio input[type=radio]:checked + label:after {
    border-color: #314872;
    background: 0 0;
}

div.option-color .radio input[type=radio] + label {
    padding: 0;
    background: 0 0;
    border: none;
    line-height: 0;
    position: relative;
}

[dir="rtl"] div.option-color .radio input[type=radio] + label {
    padding: 0 !important;
}

div.option-color .radio input[type=radio] + label img {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    max-width: 21px;
}

div.option-color .radio input[type=radio] + label:before {
    display: none;
}

div.option-color .radio input[type=radio] + label:after {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    width: 27px;
    height: 27px;
    border: 2px solid #fff;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

[dir="rtl"] div.option-color .radio input[type=radio] + label:after {
    right: auto !important;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.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 {
    width: 64px;
    height: 64px;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    background: url(../image/preloader.gif) no-repeat 50% 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 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

@media (max-width: 480px) {
    #page-preloader {
        display: none;
    }
}

/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
    width: 100%;
}

.sf-menu > li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 44px;
    vertical-align: top;
}

.sf-menu > li:last-child {
    margin-right: 0;
}

[dir="rtl"] .sf-menu > li {
    margin-left: 44px;
    margin-right: 2px;
}

[dir="rtl"] .sf-menu > li:last-child {
    margin-left: 0;
}

.sf-menu > li > a {
    display: block;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .sf-menu > li {
        margin-left: 0;
        margin-right: 25px;
    }
    .sf-menu > li:last-child {
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li {
        margin-left: 25px;
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li:last-child {
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li {
        margin-left: 0;
        margin-right: 15px;
    }
    .sf-menu > li:last-child {
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li {
        margin-left: 15px;
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li:last-child {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu > li {
        margin-left: 0;
        margin-right: 8px;
    }
    .sf-menu > li:last-child {
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li {
        margin-left: 8px;
        margin-right: 0;
    }
    [dir="rtl"] .sf-menu > li:last-child {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .header_menu {
        text-align: right;
    }
    [dir="rtl"] .header_menu {
        text-align: left;
    }
}

.megamenu {
    padding: 26px 0 0;
    width: 100%;
    display: inline-block;
    line-height: 1.2em;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*================ Menu  ===============*/
.sf-menu {
    font-family: "Poppins", sans-serif;
}

.sf-menu li {
    position: relative;
}

.sf-menu li > a, .sf-menu li > a:visited, .sf-menu li > a:focus {
    color: #777;
}

.sf-menu li.sfHover > a, .sf-menu li > a:hover, .sf-menu li > a.active {
    color: #314872;
}

.sf-menu li.sf-with-mega {
    position: static;
}

.sf-menu > li {
    padding-bottom: 27px;
}

.sf-menu > li > a {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.sf-menu > li > a span {
    position: relative;
}

.sf-menu > li:last-child > a:after {
    display: none;
}

.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: #314872;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    text-align: left;
    top: 100%;
    width: 180px;
    padding: 0;
    line-height: 1.2em;
    -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;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.sf-menu .simple_menu li {
    position: relative;
}

.sf-menu .simple_menu a {
    display: block;
    color: #777;
    background: #f2f2f2;
    padding: 10px 20px;
}

.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a, .sf-menu .simple_menu li > a.active {
    color: #fff;
    background: #000;
}

/*================ Sub-menu lvl2 ===============*/
.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: 15px;
    right: 15px;
    z-index: 109;
    padding: 25px 22px 30px;
    color: #777;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    line-height: 1.2em;
    text-align: left;
}

@media (min-width: 1480px) {
    .sf-menu .sf-mega {
        left: 20px;
        right: 20px;
    }
}

[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 a {
    background: transparent;
}

.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 45px;
}

html[dir="rtl"] .sf-menu .sf-mega_section {
    float: right;
}

.submenu_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.sf-menu > li > .sf-with-ul {
    position: relative;
}

.sf-menu ul > li > .sf-with-ul {
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .sf-menu > li > a {
        letter-spacing: .7px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li > a {
        letter-spacing: .2px;
    }
    .sf-menu .simple_menu {
        width: 160px;
    }
    .sf-menu .simple_menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu > li > a {
        letter-spacing: 0;
        font-size: 11px;
        font-weight: 400;
        text-transform: none;
    }
    .sf-menu .sf-mega_section {
        padding: 0 15px;
    }
    .sf-menu .simple_menu {
        width: 120px;
    }
    .sf-menu .simple_menu a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .sf-mega_section {
        width: 100% !important;
    }
    .megamenu {
        padding: 0;
        display: none;
    }
}

/*==================  Stuck menu  ======================*/
.stuck-menu {
    width: auto !important;
}

.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: 1200px) {
    .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;
    }
}

@media only screen and (max-width: 1199px) {
    .stuck-menu {
        position: static;
    }
    .mid-line + .mid-line {
        display: none;
    }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
    background: rgba(0, 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, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 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: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 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: #000;
}

.rd-mobilemenu_ul a.active {
    color: #fff;
    background: #314872;
}

.rd-mobilemenu_ul a:hover {
    color: #fff;
    background: #314872;
}

.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: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    color: #000 !important;
    background: rgba(204, 204, 204, 0.4) !important;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    color: #000 !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.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, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 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;
    margin-bottom: 0;
}

.rd-mobilepanel_toggle {
    background: none;
    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 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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: 56px;
        height: 56px;
    }
    .cart > button, .nav > .toggle {
        color: #000 !important;
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

/*========================================================
                      Banners
=========================================================*/
.banner-box {
    position: relative;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 40px;
    box-shadow: none;
    line-height: 0;
}

.banners-block-three .banner-box {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .banners-block-three .banner-box {
        margin-bottom: 105px;
    }
    .banners-block-three .banner-box[class*="col-"] {
        width: 33.33%;
    }
    .banners-block-three .banner-box[class*="col-"]:nth-child(3n+4) {
        clear: left;
    }
    [dir="rtl"] .banners-block-three .banner-box[class*="col-"]:nth-child(3n+4) {
        clear: right;
    }
}

.banner-box > div > a, .banner-box > div {
    display: block;
    position: relative;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-box .banner_img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 35px;
}

.banner-box .banner_img img {
    overflow: hidden;
    width: 100%;
    background: #f4f4f4;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-box .s-desc {
    line-height: 1.2em;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-box .s-desc a {
    position: relative;
}

.banner-box h1, .banner-box h2, .banner-box h3, .banner-box h4, .banner-box h5, .banner-box h6 {
    margin-bottom: 0;
}

.banner-box a h3 {
    color: inherit;
}

.banner-box h2 {
    font-size: 58px;
    line-height: 1.24em;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}

.banner-box h2 b {
    color: #a3a3a3;
}

.banner-box p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 1.75em;
    margin-bottom: 53px;
    padding-right: 30%;
}

[dir="rtl"] .banner-box p {
    padding-right: 0;
    padding-left: 30%;
}

@media (min-width: 768px) {
    .banner-box > div:hover img {
        -webkit-filter: contrast(95%) brightness(95%);
        filter: contrast(95%) brightness(95%);
    }
}

.banners-block-three a, .banners-block-three a:visited, .banners-block-three a:focus {
    color: #818181;
}

.banners-block-three a:hover {
    color: #314872;
}

@media (min-width: 1480px) {
    .banner-big .banner_img {
        margin-bottom: 61px;
    }
}

@media (min-width: 768px) {
    .banner-big {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1480px) {
    .banner-big {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    .banner-big .banner_img, .banner-big .s-desc {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    [dir="rtl"] .banner-big .banner_img, [dir="rtl"] .banner-big .s-desc {
        float: right;
    }
}

@media (min-width: 1480px) {
    .banner-big .banner_img, .banner-big .s-desc {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.banner-big .s-desc {
    padding-top: 8.4%;
    padding-left: 9.5%;
}

[dir="rtl"] .banner-big .s-desc {
    padding-left: 0;
    padding-right: 9.5%;
}

.banner-big .s-desc h2 {
    position: relative;
}

.banner-big .s-desc h2:before {
    position: absolute;
    display: inline-block;
    width: 95px;
    height: 7px;
    content: '';
    background: #000;
    top: 41px;
    right: 100%;
    margin-right: 22px;
}

[dir="rtl"] .banner-big .s-desc h2:before {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 22px;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 1200px) and (max-width: 1479px) {
    .banner-box .banner_img {
        margin-bottom: 28px;
    }
    .banner-box h2 {
        font-size: 46px;
        letter-spacing: 1.2px;
        margin-bottom: 20px;
    }
    .banner-box p {
        font-size: 16px;
        margin-bottom: 42px;
    }
    .banners-block-three .banner-box {
        margin-bottom: 85px;
    }
    .banner-big .s-desc h2:before {
        width: 75px;
        top: 33px;
        margin-right: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-box .banner_img {
        margin-bottom: 22px;
    }
    .banner-box h2 {
        font-size: 37px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    .banner-box p {
        font-size: 14px;
        margin-bottom: 34px;
        padding-right: 20%;
    }
    [dir="rtl"] .banner-box p {
        padding-right: 0;
        padding-left: 20%;
    }
    .banners-block-three .banner-box {
        margin-bottom: 68px;
    }
    .banner-big .s-desc h2:before {
        width: 60px;
        top: 26px;
        margin-right: 14px;
    }
    [dir="rtl"] .banner-big .s-desc h2:before {
        margin-right: 0;
        margin-left: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-box .banner_img {
        margin-bottom: 18px;
    }
    .banner-box h2 {
        font-size: 30px;
        letter-spacing: .8px;
        margin-bottom: 13px;
    }
    .banner-box h3 {
        font-size: 22px;
    }
    .banner-box p {
        font-size: 13px;
        margin-bottom: 27px;
        padding-right: 0;
    }
    [dir="rtl"] .banner-box p {
        padding-left: 0;
    }
    .banners-block-three .banner-box {
        margin-bottom: 54px;
    }
    .banner-big .s-desc {
        padding-top: 20px;
    }
    .banner-big .s-desc h2:before {
        width: 48px;
        top: 21px;
        margin-right: 11px;
    }
}

@media (max-width: 767px) {
    .banners {
        line-height: 0;
    }
    .banner-box {
        width: 780px;
        float: none !important;
        display: inline-block;
    }
    .banner-box .banner_img {
        margin-bottom: 20px;
    }
    .banner-box p {
        font-size: 16px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    [dir="rtl"] .banner-box p {
        padding-left: 0;
    }
    .banners-block-three .banner-box {
        width: 470px;
    }
    .banner-box > div > a, .banner-box > div {
        display: inline-block;
    }
    .banners-block-three {
        text-align: center;
    }
    .banner-big .s-desc {
        text-align: center;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
    [dir="rtl"] .banner-big .s-desc {
        padding-right: 0;
    }
    .banner-big .s-desc h2 {
        font-size: 46px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    .banner-big .s-desc h2:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .banner-big .s-desc h2 {
        font-size: 36px;
        letter-spacing: .8px;
        margin-bottom: 12px;
    }
    .banner-big .s-desc p {
        font-size: 13px;
    }
}

/*========================================================
                   Responsive Banners
=========================================================*/
.top .html-block {
    margin-bottom: 0;
}

.box-logo {
    margin-top: 13px;
    max-width: 195px;
}

.box-payments {
    margin-top: 6px;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-logo {
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-logo {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .box-logo {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
    margin-bottom: 30px;
}

.blog_article .btn-primary {
    margin-top: 10px;
}

.blog_article + .blog_article {
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

#button-comment {
    cursor: pointer;
}

.article-info .article-sub-title {
    text-align: center;
}

.article-info .btn-primary {
    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;
    margin-bottom: 18px;
}

.simple_blog-article-view h1:after {
    margin-bottom: 15px;
}

.article-title {
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 700;
    color: #000;
}

.article-title > a {
    display: inline;
}

.article-title a, .article-title a:visited, .article-title a:focus {
    color: #000;
}

.article-title a:hover {
    color: #314872;
}

.article-title + * {
    margin-top: 15px;
}

.article-title + *.btn-primary {
    margin-top: 23px;
}

* + .article-description {
    margin-top: 10px;
}

.article-sub-title {
    margin-bottom: 20px;
}

.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: 9px;
}

.box.blog_articles {
    text-align: center;
}

.top .box.blog_articles {
    margin-top: 20px;
    margin-bottom: 20px;
}

.top .box.blog_articles .article-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.box.blog_articles .box-heading {
    margin-bottom: 27px;
}

.box.blog_articles .article-image img {
    width: 100%;
}

.box.blog_articles .article-sub-title span + .article-date {
    margin-left: 0;
}

.box.blog_articles .article-description + .article-sub-title {
    margin-top: 9px;
}

.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: #314872;
    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: #a3a3a3;
    font-size: 16px;
    font-weight: 700;
}

.article-description + * {
    margin-top: 19px;
}

.related-article h4 {
    text-transform: uppercase;
    color: #314872;
}

.related-article h4 a:hover {
    color: #a3a3a3;
}

.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 #e8e8e8;
}

.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: #a3a3a3;
    text-transform: uppercase;
}

.article-comment .comment-date:before {
    font-size: 15px;
    color: #314872;
    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: #314872;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-transform: uppercase;
    margin-top: 10px;
}

.reply-cancel:hover {
    color: #333;
}

#review-title {
    clear: both;
}

@media (min-width: 1480px) {
    .blog_articles .article-title, .blog_articles .article-description {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.blog_articles .article-image + .article-title {
    margin-top: 0;
}

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: #a3a3a3;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 20px;
}

aside .blog-categories ul > li > i:hover {
    color: #314872;
}

aside .blog-categories ul > li > a {
    background: #f8f8f8;
    display: block;
    color: #a3a3a3;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 10px 10px 20px;
}

aside .blog-categories ul > li > a:hover {
    background: #f0f0f0;
}

aside .blog-categories ul > li + li {
    border-top: 1px solid #e8e8e8;
}

aside .blog-categories ul ul {
    display: none;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #e8e8e8;
}

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: #a3a3a3;
    font-family: "FontAwesome";
    background: none;
}

aside #blog-search a:hover {
    color: #314872;
}

.simple_blog-article-view .product_tabs .nav-tabs {
    width: 25%;
}

.simple_blog-article-view .product_tabs .tab-content {
    width: 75%;
}

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 1200px) and (max-width: 1479px) {
    .top .box.blog_articles {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .article-sub-title {
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top .box.blog_articles {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .article-sub-title {
        margin-bottom: 16px;
    }
    .article-sub-title span + span {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-title {
        font-size: 16px;
    }
    .top .box.blog_articles {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .article-sub-title {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
        width: 100%;
    }
    .article-sub-title {
        margin-bottom: 16px;
    }
    .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;
    }
}

/* ===================   Product Quickview   =================== */
.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;
}

.ajax-quickview .cart-button .product-btn {
    margin-right: 2px;
}

[dir="rtl"] .ajax-quickview .cart-button .product-btn {
    margin-right: 0;
    margin-left: 2px;
}

.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 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.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;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ajax-quickview-images .next-img:hover,
.ajax-quickview-images .prev-img:hover {
    color: #fff;
    background: #314872;
}

.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: 30px 50px 35px 40px;
}

.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 .model, .ajax-quickview-cont-wrap .manufacturer {
    font-size: 18px;
    line-height: 1.5em;
}

.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, 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%);
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 18px solid #fff;
    background: url(../image/preloader.gif) no-repeat 50% 50% #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.ajax-quickview-overlay.visible {
    opacity: 1;
    visibility: visible;
}

div.fancybox-skin {
    background: #fff;
}

.fancybox-opened div.fancybox-skin {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.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 {
    line-height: 1.7em;
    margin-bottom: 20px;
}

.newsletter-description p {
    padding-top: 2px;
}

.newsletter #zemez-newsletter-form {
    padding-top: 0;
    display: inline-block;
    width: 100%;
}

.newsletter .zemez-login-form {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.newsletter .zemez-login-form label {
    display: none;
}

@media (min-width: 768px) {
    .newsletter .zemez-login-form {
        float: left;
    }
    [dir="rtl"] .newsletter .zemez-login-form {
        float: right;
    }
}

@media (min-width: 1480px) {
    .newsletter .zemez-login-form {
        display: inline-block;
    }
}

.newsletter input {
    width: 320px;
    height: 51px;
    line-height: 16px;
    display: inline-block;
    max-width: 100%;
    color: #000;
    background: #f8f8f8;
    border: none;
    border-color: #fff;
    padding: 17px 40px 17px 20px;
    margin-bottom: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

[dir="rtl"] .newsletter input {
    padding-left: 40px;
    padding-right: 20px;
}

.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: #ccc;
}

.newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 51px;
    font-weight: 400;
    padding: 0 15px 0 5px;
    text-align: center;
}

[dir="rtl"] .newsletter button {
    right: auto;
    left: 0;
    padding-left: 15px;
    padding-right: 5px;
}

.newsletter button:hover {
    color: #314872;
}

.newsletter .newsletter-error, .newsletter .newsletter-success, .newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
    display: block;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 5px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.newsletter .newsletter-error, .newsletter-popup .newsletter-error {
    color: red;
}

.newsletter .newsletter-success, .newsletter-popup .newsletter-success {
    color: green;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .newsletter input {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 25px;
    }
    .newsletter button {
        padding-left: 2px;
        padding-right: 7px;
    }
    .newsletter .newsletter-error, .newsletter .newsletter-success, .newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .newsletter input {
        width: 720px;
        margin-bottom: 35px;
    }
}

#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, 0.4);
    padding-top: 100px;
}

.newsletter-popup {
    position: relative;
    width: 440px;
    height: 324px;
    margin: 0 auto;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    padding: 55px 40px 10px;
    text-align: center;
    font-weight: 400;
}

.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: #314872;
    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: none;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-left: 1px;
    margin-right: 1px;
    color: #000;
    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: #000;
    opacity: 1;
}

.newsletter-popup .zemez-login-form input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.newsletter-popup .zemez-login-form input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.newsletter-popup .zemez-login-form input:-ms-input-placeholder {
    color: #000;
    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: none;
    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: #314872;
}

.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-color: #333;
}

#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;
    }
}

/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax {
    margin-bottom: 20px;
    position: relative;
}

.rd-parallax-inner {
    overflow: hidden;
    position: relative;
    margin: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
}

.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;
    z-index: 3;
    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: 140px 55% 159px 14.2%;
    z-index: 2;
}

[dir="rtl"] .rd-parallax-layer[data-type="html"] .description {
    padding-right: 60%;
    padding-left: 9.2%;
}

.rd-parallax h2 {
    font-size: 58px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
    position: relative;
}

.rd-parallax h2:before {
    position: absolute;
    display: inline-block;
    width: 95px;
    height: 7px;
    content: '';
    background: #000;
    top: 40px;
    right: 100%;
    margin-right: 23px;
}

[dir="rtl"] .rd-parallax h2:before {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 23px;
}

.rd-parallax p {
    font-size: 18px;
    line-height: 1.75em;
    font-family: "Poppins", sans-serif;
    letter-spacing: .1px;
    padding-right: 18%;
    margin-bottom: 28px;
}

[dir="rtl"] .rd-parallax p {
    padding-right: 0;
    padding-left: 18%;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .rd-parallax-layer[data-type="html"] .description {
        padding: 112px 55% 127px 12%;
    }
    .rd-parallax h2 {
        font-size: 46px;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }
    .rd-parallax h2:before {
        width: 76px;
        top: 32px;
        margin-right: 18px;
    }
    .rd-parallax p {
        font-size: 16px;
        margin-bottom: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rd-parallax-layer[data-type="html"] .description {
        padding: 90px 55% 102px 12%;
    }
    .rd-parallax h2 {
        font-size: 37px;
        letter-spacing: .8px;
        margin-bottom: 11px;
    }
    .rd-parallax h2:before {
        width: 60px;
        top: 26px;
        margin-right: 14px;
    }
    .rd-parallax p {
        font-size: 14px;
        margin-bottom: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-parallax-layer[data-type="html"] .description {
        padding: 72px 57% 82px 12%;
    }
    .rd-parallax h2 {
        font-size: 30px;
        letter-spacing: .6px;
        margin-bottom: 9px;
    }
    .rd-parallax h2:before {
        width: 48px;
        top: 21px;
        margin-right: 11px;
    }
    .rd-parallax p {
        font-size: 13px;
        margin-bottom: 14px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .rd-parallax {
        text-align: center;
    }
    .rd-parallax-layer[data-type="html"] .description {
        padding: 80px 25px;
        background: rgba(255, 255, 255, 0.6);
    }
    [dir="rtl"] .rd-parallax-layer[data-type="html"] .description {
        padding-left: 25px;
        padding-right: 25px;
    }
    .rd-parallax h2 {
        font-size: 30px;
        letter-spacing: .6px;
        margin-bottom: 9px;
    }
    .rd-parallax h2:before {
        display: none;
    }
    .rd-parallax p {
        font-size: 13px;
        margin-bottom: 14px;
        padding-right: 10px;
    }
    [dir="rtl"] .rd-parallax p {
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .rd-parallax-layer[data-type="html"] .description {
        padding: 50px 25px;
    }
    [dir="rtl"] .rd-parallax-layer[data-type="html"] .description {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: February 7, 2016
*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

[dir="rtl"] .swiper-container {
    direction: ltr;
}

[dir="rtl"] .swiper-container .desc {
    direction: rtl;
}

.swiper-container.swiper-container-horizontal.swiper-slider, [class*="module_tab__"] .swiper-container.swiper-container-horizontal, .manufacturer .swiper-container.swiper-container-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slider .swiper-slide {
    padding-left: 0;
    padding-right: 0;
}

.swiper-slider .swiper-slide .container {
    padding-left: 0;
    padding-right: 0;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

div.swiper-button-prev,
div.swiper-button-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.2em;
    margin-top: -7px;
    text-align: center;
    z-index: 10;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-image: none !important;
    text-shadow: none;
    color: #000;
}

div.swiper-button-prev:before,
div.swiper-button-next:before {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    content: '\ec3c';
    color: inherit;
    font-family: 'Linearicons';
}

div.swiper-button-prev:hover,
div.swiper-button-next:hover {
    color: #030407;
}

div.swiper-button-prev:hover:before,
div.swiper-button-next:hover:before {
    color: inherit;
}

div.swiper-button-prev.swiper-button-disabled,
div.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

div.swiper-button-prev {
    background-image: none !important;
    left: 5px;
    right: auto;
}

div.swiper-button-prev:before {
    content: '\ec3b';
}

div.swiper-button-prev.swiper-button-black:before {
    content: '\ec3b';
}

div.swiper-button-prev.swiper-button-white:before {
    content: '\ec3b';
}

div.swiper-button-next {
    background-image: none !important;
    right: 5px;
    left: auto;
}

div.swiper-button-next:before {
    content: '\ec3c';
}

div.swiper-button-next.swiper-button-black:before {
    content: '\ec3c';
}

div.swiper-button-next.swiper-button-white:before {
    content: '\ec3c';
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-slider div.swiper-pagination {
    bottom: 30px;
    right: 40px;
    top: auto;
    left: auto;
    display: inline-block;
    text-align: right;
}

[dir="rtl"] .swiper-slider div.swiper-pagination {
    right: auto;
    left: 40px;
}

.swiper-slider div.swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}

span.swiper-pagination-bullet {
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #a3a3a3;
    background: rgba(204, 204, 204, 0.3);
}

span.swiper-pagination-bullet-active, span.swiper-pagination-bullet:hover {
    background: #314872;
}

.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
}

.swiper-pagination-bullet-active {
    font-size: 30px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #275796;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #a3a3a3;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 3px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #a3a3a3;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #a3a3a3;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*================  Custom styles ===============*/
.slider-block {
    margin-bottom: 111px;
}

.swiper-slider .swiper-wrapper {
    background: #fff;
    overflow: visible;
}

.swiper-slider.swiper-container.swiper-container-horizontal {
    padding-left: 36.85%;
}

[dir="rtl"] .swiper-slider.swiper-container.swiper-container-horizontal {
    padding-left: 0;
    padding-right: 36.85%;
}

.swiper-slider.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-slider.swiper-container-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.swiper-slider .slide-desc {
    position: absolute;
    top: 0;
    left: -58.2%;
    width: 78%;
    height: 100%;
    opacity: 0;
    -moz-transition: 0.4s opacity ease;
    -o-transition: 0.4s opacity ease;
    -webkit-transition: 0.4s opacity ease;
    transition: 0.4s opacity ease;
}

[dir="rtl"] .swiper-slider .slide-desc {
    left: auto;
    right: -58.2%;
    direction: rtl;
}

.swiper-slider .slide-desc > div {
    position: absolute;
    top: 51.2%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-slider .slide-desc h2 {
    font-size: 95px;
    line-height: 1.2em;
    letter-spacing: 2.2px;
    margin-bottom: 30px;
}

.swiper-slider .slide-desc h3 {
    font-size: 82px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.swiper-slider .slide-desc h4 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.swiper-slider .slide-desc p {
    font: 400 24px/36px "Poppins", sans-serif;
    line-height: 1.5em;
    letter-spacing: .1px;
    padding-right: 29%;
    margin-bottom: 39px;
}

[dir="rtl"] .swiper-slider .slide-desc p {
    padding-right: 0;
    padding-left: 29%;
}

.swiper-slider .swiper-slide-active .slide-desc {
    opacity: 1;
}

.swiper-slider div.swiper-button-prev, .swiper-slider div.swiper-button-next {
    top: auto;
    bottom: 62px;
    font-size: 30px;
    line-height: 1em;
    height: 30px;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    color: #000;
}

.swiper-slider div.swiper-button-prev.swiper-button-disabled, .swiper-slider div.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper-slider div.swiper-button-prev:hover, .swiper-slider div.swiper-button-next:hover {
    color: #314872;
}

.swiper-slider div.swiper-button-prev {
    left: 0;
}

.swiper-slider div.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-slider div.swiper-pagination {
    display: inline-block;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {
    .desktop .swiper-slider div.swiper-pagination {
        opacity: 0;
    }
    .desktop .swiper-slider:hover div.swiper-pagination {
        opacity: 1;
    }
}

.swiper-slide {
    background-position: center top;
}

.swiper-slide__link {
    display: block;
    height: 100%;
}

.swiper-slide .container {
    position: relative;
    height: 100%;
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .slider-block {
        margin-bottom: 88px;
    }
    .swiper-slider.swiper-container {
        height: 424px !important;
    }
    .swiper-slider .slide-desc h2 {
        font-size: 75px;
        letter-spacing: 1.75px;
        margin-bottom: 24px;
    }
    .swiper-slider .slide-desc h3 {
        font-size: 65px;
    }
    .swiper-slider .slide-desc h4 {
        font-size: 50px;
    }
    .swiper-slider .slide-desc p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-block {
        margin-bottom: 70px;
    }
    .swiper-slider.swiper-container {
        height: 350px !important;
    }
    .swiper-slider div.swiper-pagination {
        bottom: 24px;
        right: 32px;
    }
    .swiper-slider .slide-desc h2 {
        font-size: 60px;
        letter-spacing: 1.4px;
        margin-bottom: 20px;
    }
    .swiper-slider .slide-desc h3 {
        font-size: 52px;
    }
    .swiper-slider .slide-desc h4 {
        font-size: 40px;
    }
    .swiper-slider .slide-desc p {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-block {
        margin-bottom: 56px;
    }
    .swiper-slider.swiper-container {
        height: 268px !important;
    }
    .swiper-slider div.swiper-pagination {
        bottom: 20px;
        right: 26px;
    }
    .swiper-slider .slide-desc h2 {
        font-size: 48px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    .swiper-slider .slide-desc h3 {
        font-size: 42px;
    }
    .swiper-slider .slide-desc h4 {
        font-size: 32px;
    }
    .swiper-slider .slide-desc p {
        font-size: 13px;
        margin-bottom: 19px;
    }
}

@media (max-width: 767px) {
    .slider-block {
        margin-bottom: 76px;
    }
    .swiper-slider.swiper-container {
        height: 300px !important;
        height: 58vw !important;
        min-height: 160px;
        margin-left: -15px;
        margin-right: -15px;
        overflow: visible;
    }
    [dir="rtl"] .swiper-slider.swiper-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .swiper-slider.swiper-container.swiper-container-horizontal {
        padding-left: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    [dir="rtl"] .swiper-slider.swiper-container.swiper-container-horizontal {
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .swiper-slider .slide-desc {
        left: 0;
        right: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        background: rgba(255, 255, 255, 0.6);
        width: auto;
    }
    [dir="rtl"] .swiper-slider .slide-desc {
        left: 0;
        right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .swiper-slider .slide-desc > div {
        top: 50%;
        left: 0;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    [dir="rtl"] .swiper-slider .slide-desc > div {
        left: 0;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .swiper-slider .slide-desc h2 {
        font-size: 48px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .swiper-slider .slide-desc h3 {
        font-size: 42px;
        margin-bottom: 10px;
    }
    .swiper-slider .slide-desc h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .swiper-slider .slide-desc p {
        font-size: 15px;
        margin-bottom: 19px;
        padding-right: 0;
    }
    [dir="rtl"] .swiper-slider .slide-desc p {
        padding-left: 0;
    }
    .swiper-slider div.swiper-pagination {
        right: auto;
        left: 50%;
        bottom: -35px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    [dir="rtl"] .swiper-slider div.swiper-pagination {
        right: auto;
        left: 50%;
    }
}

@media (max-width: 480px) {
    .swiper-slider .slide-desc {
        background: rgba(255, 255, 255, 0.8);
    }
    .swiper-slider .slide-desc h2 {
        font-size: 18px;
        letter-spacing: 0.8px;
        margin-bottom: 13px;
    }
    .swiper-slider .slide-desc h3 {
        font-size: 16px;
    }
    .swiper-slider .slide-desc h4 {
        font-size: 14px;
    }
    .swiper-slider .slide-desc p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

/* ===================   Breadcrumb   =================== */
.breadcrumb {
    margin: 15px 0 25px;
    padding: 0;
    border-radius: 0;
    background: none;
    font-size: 12px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumb a {
    display: inline-block;
}

.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:before {
    content: '\e0ba';
    font-family: "material-design";
}

/* ===================   Product Page   =================== */
.product-share {
    height: 32px;
    margin-top: 1em;
}

.product-info .product-title + ul {
    font-size: 18px;
    line-height: 1.5em;
}

.product-info .price-new, .product-info .price {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
}

.product-info .price {
    color: #000;
}

.product-info .price-new {
    color: #000;
}

.product-info .price-old {
    color: #777;
    font-size: 14px;
    line-height: 1.2em;
}

.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 #e8e8e8;
    padding: 0 10px 5px;
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.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: #e8e8e8;
    content: '';
    margin-left: -10px;
}

.review-form-title h3:hover {
    color: #314872;
}

.product-rating-status .fa-stack + .review-link,
.product-rating-status .review-link + .review-link {
    border-left: 1px solid #e8e8e8;
}

.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;
    border-bottom: 1px solid #e8e8e8;
}

.product-options .control-label {
    text-align: left;
    margin: 0 0 10px;
    color: #a3a3a3;
    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: #f8f8f8;
    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: 9px;
    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: 11px;
    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: #f8f8f8;
    text-transform: capitalize;
    text-align: left;
}

[dir="rtl"] .product-options .checkbox label {
    padding-left: 5px;
    padding-right: 45px;
    text-align: right;
}

.product-options .checkbox label:before, .product-options .checkbox label:after {
    left: 13px;
    top: 10px;
}

[dir="rtl"] .product-options .checkbox label:before, [dir="rtl"] .product-options .checkbox label:after {
    left: auto;
    right: 13px;
}

.product-options .checkbox label:before {
    background: none;
    border: 1px solid #e8e8e8;
}

.zoomContainer {
    z-index: 1 !important;
}

.zoomContainer .zoomLens {
    z-index: 2 !important;
}

.zoomWindowContainer > div {
    border-width: 2px !important;
    background-color: #fff  !important;
    border-color: #e8e8e8 !important;
}

.product_tabs {
    margin: 50px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.product_tabs:before, .product_tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.product_tabs:after {
    clear: both;
}

.product_tabs .nav-tabs {
    border-bottom: none;
    display:block;
    border-bottom: 2px solid #314872;
}

.product_tabs .nav-tabs > li {
    margin-bottom: 0;
}

.product_tabs .nav-tabs > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f8f8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-right: 0;
    color: #a3a3a3;
    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: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/*
.product_tabs .nav-tabs > li > a:hover {
    background: #f0f0f0;
    color: #a3a3a3;
}

.product_tabs .nav-tabs > li > a:focus {
    border-top: none;
}
*/
.product_tabs .nav-tabs > li.active > a {
    color: #314872;
    background: #FFF;
}

/*
.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 #e8e8e8;
    border-top: none;
}
*/
.product_tabs .tab-content {
    padding: 10px 10px 10px 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;
}

table{
    background-color:transparent
}
caption{
    padding-top:8px;
    padding-bottom:8px;
    color:#777;
    text-align:left
}
th{
    text-align:left
}
.table{
    width:100%;
    max-width:100%;
    margin-bottom:20px
}
.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:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{
    padding:5px
}
.table-bordered{
    border:1px solid #ddd
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border:1px solid #ddd
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#f9f9f9
}
.table-hover>tbody>tr:hover{
    background-color:#f5f5f5
}
table col[class*=col-]{
    position:static;
    display:table-column;
    float:none
}
table td[class*=col-],table th[class*=col-]{
    position:static;
    display:table-cell;
    float:none
}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{
    background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{
    background-color:#e8e8e8
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{
    background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{
    background-color:#d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{
    background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{
    background-color:#c4e3f3
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{
    background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{
    background-color:#faf2cc
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{
    background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{
    background-color:#ebcccc
}
.table-responsive{
    min-height:.01%;
    overflow-x:auto
}
@media screen and (max-width:767px){
    .table-responsive{
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }
    .table-responsive>.table{
        margin-bottom:0
    }
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{
        border-bottom:0
    }
}
.table thead td, .table th {
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    font-size:13px;
    background-color:#fafafa;
}
.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 15px;
}
.table td {
    padding:20px;
    border-color:#ebebeb;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.block-compare .table th, .block-compare .table td {
    padding:7px;
}
legend {
    border-color:#ebebeb;
}
.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;
}
.panel-collapse {
    background:#fafafa;
}
.modal-header .close {
    font-family:'Arial';
}
.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:#ddd;
}
.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;
}

/* ===================   Product Gallery   =================== */
@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: 26%;
}

.product-gallery .col-lg-9 {
    width: 74%;
}

.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;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin: 0;
    color: #000;
}

.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: #314872;
}

.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: #f9f9f9;
}

.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: #f2f2f2;
    display: block;
}

@media (min-width: 1200px) {
    .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.zoomGalleryActive {
        background: #f9f9f9;
    }
}

.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;
}

.reward-block span {
    display: block;
}

#product {
    margin-top: 15px;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product label {
    color: #a3a3a3;
    text-transform: uppercase;
}

#product .quantity {
    margin-top: 0px;
}

#product .quantity label {
    margin-right: 5px;
}

[dir="ltr"] #product .quantity .counter-plus {
    margin-right: 10px;
}

[dir="rtl"] #product .quantity .counter-plus {
    margin-left: 10px;
}

#product .alert {
    position: relative;
    z-index: 1;
}

.polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f8f8f8;
    padding: 0;
}

.magnificent-viewport {
    background: #f8f8f8;
}

.general_info {
    margin-top: -7px;
}

.general_info .price {
    display: block;
}

.general_info .price small {
    font-size: 14px;
    line-height: 1.2em;
}

.general_info .price-section {
    margin: 15px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.general_info .product-section {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}

.general_info .product-section strong {
    color: #a3a3a3;
}

[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;
}

/* ===================   Sub Category on Category Page   =================== */
.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: 25px 5px 0;
}

.box-subcat li .image {
    overflow: hidden;
}

.box-subcat li .image a {
    display: block;
}

.box-subcat li .image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #ebebea;
}

.box-subcat li a:hover img {
    opacity: .8;
}

.box-subcat li.first-in-line {
    clear: left;
}

[dir="rtl"] .box-subcat li.first-in-line {
    clear: right;
}

.box-subcat li:nth-child(6n+7) {
    clear: left;
}

[dir="rtl"] .box-subcat li:nth-child(6n+7) {
    clear: right;
}

@media (max-width: 767px) {
    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }
    [dir="rtl"] .box-subcat li {
        text-align: right;
        float: right;
    }
    .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%;
    }
    [dir="rtl"] .box-subcat li .image {
        float: right;
    }
    .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%;
    }
    [dir="rtl"] .box-subcat li .name {
        padding-left: 0;
        padding-right: 20px;
        left: auto;
        right: 30%;
    }
    .box-subcat li:nth-child(2n+1) {
        clear: both;
    }
    #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

@media (max-width: 550px) {
    .box-subcat li {
        width: 100%;
        float: none;
        clear: both;
    }
}

/* ===================   Product Filter  =================== */
.button-view button + button {
    margin-left: 5px;
}

[dir="rtl"] .button-view button + button {
    margin-left: none;
    margin-right: 5px;
}

.button-view a, .button-view button {
    width: 22px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
}

.button-view button {
    color: #a3a3a3;
}

#list-view:hover,
#grid-view:hover,
#list-view.active,
#grid-view.active {
    color: #314872;
}

.block-filter .checkbox {
    margin-bottom: 9px;
}

.block-filter .checkbox + .checkbox {
    margin-top: 0;
}

.block-filter h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.block-filter label {
    font-weight: 600;
    font-size: 14px;
}

.block-filter .box-content h4 + div {
    margin-bottom: 25px;
}

.product-filter {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 18px 20px 17px;
    margin: 20px 0 30px;
}

.product-filter + div + div {
    font-weight: 600;
    font-size: 14px;
}

.product-filter label {
    font-size: 14px;
}

.product-filter_elem {
    float: left;
}

[dir="rtl"] .product-filter_elem {
    float: right;
}

.product-filter_elem .sbHolder, .product-filter_elem select {
    height: 28px;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 7px;
    border-top: none;
    border-bottom: none;
}

.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
    padding: 5px 7px;
}

.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
    line-height: 28px;
}

.product-filter_elem.show .sbHolder {
    width: 70px;
    min-width: 70px;
}

[dir="ltr"] .product-filter_elem.show .sbHolder {
    border-right: none;
}

[dir="rtl"] .product-filter_elem.show .sbHolder {
    border-left: none;
}

.product-filter_elem.sort .sbHolder {
    min-width: 146px;
}

.product-filter .show, .product-filter .sort {
    margin-left: 10px;
    margin-right: 10px;
}

.product-filter label, .product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    margin: 0;
    color: #a3a3a3;
}

[dir="ltr"] .product-filter label {
    margin-right: 5px;
}

[dir="rtl"] .product-filter label {
    margin-left: 5px;
}

.product-filter .compare-total {
    border-right: 1px solid #e8e8e8;
    color: #a3a3a3;
}

[dir="rtl"] .product-filter .compare-total {
    border-right: none;
    border-left: 1px solid #e8e8e8;
}

.product-filter .compare-total span {
    display: none;
}

.product-filter .compare-total:hover {
    color: #314872;
}

.results {
    margin-top: 13px;
}

.nav-cat {
    margin-bottom: 13px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}

#product-category aside {
    margin-top: 20px;
}

/* ========   Cart page   ============= */
.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: #314872;
    font-weight: 700;
}

.checkout-cart #content .table a:hover, .account-wishlist #content .table a:hover, .product-compare #content .table a:hover {
    color: #a3a3a3;
}

.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: #a3a3a3;
}

.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: #a3a3a3;
}

.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: #314872;
    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: #a3a3a3;
}

.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: #314872;
    font-weight: 700;
}

.account-wishlist .table.table-bordered tr td:nth-child(6) {
    min-width: 150px;
}

.cart-wrapper {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-top-width: 2px;
}

.cart-remove-btn, .cart-remove-btn:visited {
    display: inline-block;
    font-size: 22px;
    color: #314872;
}

.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: #a3a3a3;
}

.link {
    font-size: 14px;
    font-weight: 700;
}

.link, .link:focus, .link:visited {
    color: #314872;
}

.link:hover {
    color: #000;
}

@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;
    }
}

/* ========   BLOCK COMPARE   ============= */
.product-compare #content .table td:first-child {
    min-width: 15%;
    background: #f8f8f8;
    color: #a3a3a3;
}

.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 #e8e8e8;
}

.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 #e8e8e8;
    }
    .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 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;
}

/* ===================   About Page   =================== */
.extra-wrap {
    overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #314872;
}

.information-information #content h4 a:hover, .information-information #content h5 a:hover {
    color: #a3a3a3;
}

.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: #e8e8e8;
    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: #314872;
}

.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   =================== */
.count-box {
    margin-top: 40px;
}

.count-box strong {
    display: block;
    color: #314872;
    font-weight: 500;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 15px;
}

/* ===================   Icon box   =================== */
.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #314872;
    font-size: 66px;
    color: #314872;
    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   =================== */
.testimonials blockquote {
    border: none;
    padding: 0;
}

.testimonials blockquote:before {
    content: '\e09d';
    display: inline-block;
    color: #314872;
    font-size: 84px;
    line-height: 100px;
    font-family: "material-design";
    margin-bottom: 20px;
}

/* ===================   Thumbnail   =================== */
.thumbnail {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto 25px;
    border-radius: 0;
    overflow: hidden;
}

.thumbnail a {
    display: block;
    max-width: 100%;
    -moz-transition: 0.3s border-color ease;
    -o-transition: 0.3s border-color ease;
    -webkit-transition: 0.3s border-color ease;
    transition: 0.3s border-color ease;
    border: none;
}

.thumbnail a:hover {
    border-color: #314872;
}

@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   =================== */
.delivery_page {
    text-align: center;
}

.delivery_page .table {
    border-top: 2px solid #314872;
    text-align: left;
}

.delivery_page .table tbody td:last-child {
    color: #000;
}

.delivery_page .table tbody td {
    min-width: 150px;
}

.img-category + div p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h4 {
    position: relative;
    padding-left: 60px;
}

.terms_conditions_page h4:before {
    content: '\e174';
    position: absolute;
    left: 0;
    bottom: -7px;
    color: #314872;
    font-size: 40px;
    line-height: 40px;
    font-family: "material-design";
}

.terms_conditions_page p + h4 {
    margin-top: 40px;
}

/* ===================   Privacy Policy  =================== */
.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 {
    padding-top: 10px;
}

.privacy_page ol li h4:before {
    content: counter(list, decimal);
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #314872;
    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, 0.2);
    -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.privacy_page ol li + li {
    margin-top: 40px;
}

.block-categories {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 19px;
}

.block-categories h3 {
    margin-bottom: 34px;
}

/* ===================   Site Map Page  =================== */
.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: 24px;
}

.site-map-page #content ul li + li {
    margin-top: 16px;
}

.site-map-page #content ul li a:hover {
    color: #a3a3a3;
}

.site-map-page #content ul.category-list {
    position: relative;
}

.site-map-page #content ul.category-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #314872;
}

.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: 12px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
    top: 6px;
}

.site-map-page #content ul.category-list ul {
    position: relative;
    margin-top: 16px;
}

.site-map-page #content ul.category-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #e8e8e8;
}

.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: #e8e8e8;
}

.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: #314872;
}

@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   =================== */
.contact_page .panel {
    padding-top: 15px;
    background-color: transparent;
    border: none;
    border-top: 1px solid #e8e8e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact_page .map {
    border-top: 2px solid #314872;
    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: #314872;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #314872;
    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: -15px;
    margin-right: -15px;
}

@media (min-width: 1480px) {
    .contact_page .form-horizontal .form-group {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.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;
    }
}

.contact_page fieldset + .buttons .pull-right .btn {
    margin-left: 0;
    margin-right: 0;
}

#account-register .form-horizontal .buttons {
    line-height: 1.8em;
}

#account-register .form-horizontal .buttons a + br {
    display: none;
}

#account-register .form-horizontal .buttons .btn {
    margin-top: 10px;
}

/* ===================   Manufacturer List  =================== */
.manufacturer-list:before, .manufacturer-list:after {
    display: table;
    content: "";
    line-height: 0;
}

.manufacturer-list:after {
    clear: both;
}

.manufacturer-list .manufacturer-heading {
    font-weight: bold;
    color: #a3a3a3;
    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 #e8e8e8;
    -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 #e8e8e8;
}

.brands {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

/* ===================   Account Page  =================== */
.well {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #314872;
    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: #314872;
    float: left;
    font-size: 56px;
    margin-right: 14px;
    line-height: 60px;
}

.well .heading h2 {
    font-size: 23px;
    color: #a3a3a3;
    margin: 0 0 5px;
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}

.well p {
    border-bottom: 1px solid #e8e8e8;
    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 #314872;
}

.account-account h3 i {
    color: #314872;
    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) {
    .box-subcat li .name {
        font-size: 12px;
        padding: 15px 0 0;
    }
    .block-filter h4 {
        font-size: 14px;
    }
    .block-filter label {
        font-size: 12px;
    }
    .well .heading {
        text-align: center;
    }
    .well .heading h2 {
        font-size: 17px;
    }
    .well .heading i {
        float: none;
    }
    #account-register .form-horizontal .buttons {
        font-size: 11px;
    }
}

.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.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: #314872;
    background: transparent;
}

.datepicker th {
    text-align: center;
}

/* fixed colum left + content + right*/
@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
=========================================================*/
footer {
    margin-top: 40px;
}

footer .box-heading {
    margin-bottom: 0;
}

footer a:hover {
    text-decoration: none;
}

footer .box-logo .img-responsive {
    max-height: 26px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    margin: 0;
}

footer .box {
    margin-bottom: 0;
}

footer .box .box-heading {
    background: none;
    padding: 0;
    margin-bottom: 28px;
}

footer address [class*="linearicons"]:before,
footer .footer_box [class*="linearicons"]:before {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}

html[dir="rtl"] footer address [class*="linearicons"]:before, html[dir="rtl"]
footer .footer_box [class*="linearicons"]:before {
    margin-right: 0;
    margin-left: 10px;
}

footer address {
    margin-bottom: -5px;
    padding-top: 3px;
}

footer address + p {
    margin-top: 13px;
}

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;
}

footer address dl dt i, footer address dl dd i {
    vertical-align: top;
    display: inline-block;
}

@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;
}

html[dir="rtl"] footer address dl dt {
    margin-right: 0;
    margin-left: 2px;
}

footer h5 {
    font-size: 20px;
}

footer h5 + ul {
    margin-top: 15px;
}

footer .box .box-heading, footer .box .box-heading h3, footer h3 {
    font-size: 14px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
}

footer ul li + li {
    margin-top: 4px;
}

footer h3 + p, footer h3 + ul, footer h3 + .box-content {
    margin-top: 28px;
}

footer p + p {
    margin-top: 11px;
}

@media (max-width: 767px) {
    footer [class*="col-"] {
        margin-bottom: 35px;
    }
    footer [class*="col-"]:last-of-type, footer .black [class*="col-"] {
        margin-bottom: 0;
    }
}

.bg-footer {
    padding-top: 55px;
    padding-bottom: 77px;
    background-size: cover;
    position: relative;
}

.bg-footer .html-block {
    margin-bottom: 10px;
}

.bg-footer > div {
    position: relative;
}

.bg-copyright {
    color: #000;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 22px;
}

.bg-copyright > div > div {
    vertical-align: top;
}

.copyright br {
    display: none;
}

.copyright {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    vertical-align: top;
}

@media (min-width: 992px) {
    .copyright {
        max-width: 350px;
    }
}

.copyright span {
    color: #000 !important;
}

.copyright > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*========================================================
                    Responsive Footer
=========================================================*/
@media (min-width: 768px) {
    .bg-copyright .html-block, .bg-copyright .module-social, .bg-copyright .copyright {
        display: inline-block;
    }
    .bg-copyright > .container > div:first-child {
        float: left;
        margin-right: 9.45%;
    }
    html[dir="rtl"] .bg-copyright > .container > div:first-child {
        float: right;
        margin-right: 0;
        margin-left: 9.45%;
    }
    .bg-copyright > .container > div:last-child {
        float: right;
    }
    html[dir="rtl"] .bg-copyright > .container > div:last-child {
        float: left;
        margin-left: 3px;
    }
    .bg-copyright .module-social {
        margin-right: 5%;
        vertical-align: top;
    }
    html[dir="rtl"] .bg-copyright .module-social {
        margin-right: 0;
        margin-left: 5%;
    }
}

@media (min-width: 1200px) and (max-width: 1479px) {
    .bg-footer {
        padding-top: 44px;
        padding-bottom: 62px;
    }
    .bg-copyright > .container > div:first-child {
        margin-right: 60px;
    }
    html[dir="rtl"] .bg-copyright > .container > div:first-child {
        margin-left: 60px;
        margin-right: 0;
    }
    .bg-copyright .module-social {
        margin-right: 50px;
    }
    html[dir="rtl"] .bg-copyright .module-social {
        margin-right: 0;
        margin-left: 50px;
    }
    .bg-copyright .copyright {
        max-width: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-footer {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .bg-copyright > .container > div:first-child {
        max-width: 20%;
        margin-top: 5px;
        margin-right: 25px;
    }
    html[dir="rtl"] .bg-copyright > .container > div:first-child {
        margin-left: 25px;
        margin-right: 0;
    }
    .bg-copyright .module-social {
        margin-right: 15px;
    }
    html[dir="rtl"] .bg-copyright .module-social {
        margin-right: 0;
        margin-left: 15px;
    }
    .bg-copyright .copyright {
        max-width: 260px;
        line-height: 1.3em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        font-size: 11px;
        line-height: 20px;
    }
    .bg-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyright {
        font-size: 11px;
    }
    footer .box .box-heading h3, footer h3 {
        font-size: 13px;
    }
    .bg-copyright {
        text-align: center;
    }
    .bg-copyright > .container > div {
        width: 100%;
    }
    .bg-copyright > .container > div:first-child {
        margin-right: 0;
    }
    html[dir="rtl"] .bg-copyright > .container > div:first-child {
        margin-right: 0;
        margin-left: 0;
    }
    .bg-copyright .html-block {
        margin-right: 0;
    }
    html[dir="rtl"] .bg-copyright .html-block {
        margin-right: 0;
        margin-left: 0;
    }
    .bg-copyright .module-social {
        margin-right: 0;
        float: left;
    }
    html[dir="rtl"] .bg-copyright .module-social {
        margin-right: 0;
        margin-left: 0;
    }
}

@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;
        text-align: center;
    }
    [dir="rtl"] footer .box .box-heading {
        text-align: center;
    }
    footer .box-payments {
        margin-left: 0;
        margin-right: 0;
    }
    [dir="rtl"] footer .box-payments {
        margin-left: 0;
        margin-right: 0;
    }
    footer h3 + p, footer h3 + ul, footer h3 + .box-content {
        margin-top: 20px;
    }
    footer .social-list {
        margin-bottom: 20px;
    }
    footer .bg-copyright {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    footer .bg-copyright [class*="col-"] {
        margin-bottom: 15px;
    }
    .bg-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 479px) {
    footer {
        margin-top: 30px;
    }
    footer [class*="col-xs"] {
        float: none;
        width: 100%;
    }
    .common-home footer {
        margin-top: 30px;
    }
    .copyright {
        font-size: 12px;
    }
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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);
}

.ui-to-top, .ui-to-top:visited, .ui-to-top:focus, .ui-to-top:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.ui-to-top:hover {
    color: #fff;
    background: #314872;
}

.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 (min-width: 480px) {
    .ui-to-top {
        right: 20px;
        bottom: 20px;
    }
    html[dir="rtl"] .ui-to-top {
        right: auto;
        left: 20px;
    }
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 1200px) {
    .table th, .table td {
        padding: 8px;
    }
}

@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: 34px;
    }
    h2 {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    #account-register .form-horizontal .buttons {
        font-size: 11px;
    }
    .inset-top-26 {
        padding-top: 15px;
    }
    select {
        display: block !important;
    }
    .product-filter select {
        display: inline-block !important;
        border: none;
    }
    .product-filter .show select {
        width: auto;
    }
    .sbHolder {
        display: none !important;
    }
    .table-responsive {
        border: none;
    }
    .table-responsive .table-bordered {
        border: 2px solid #e8e8e8;
    }
    .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: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .product-filter .sort, .product-filter .show {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .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 {
        display: none;
    }
    [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: 2px;
        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 .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;
    }
}

.blog_articles .article-image .lazy{height:auto;}
.blog_articles .article-image .lazy img{position:static;}


