@charset "UTF-8";

/*========================================================
                   Bootstrap Reset
=========================================================*/

.threeDown{
    position:relative;
}
.threeDown .rd-submenu-toggle{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 11px;
    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;
    background: rgba(0, 0, 0, 0.1);
}
.threeDown .rd-submenu-toggle.activers{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
}
.threeDown .rd-submenu-toggle:after {
    content: '\f078';
}

.alert.alert-success {
    display: none !important;
}

.caption_stick {
    display: none !important;
}

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;
}

label {
    font-size: 13px;
    color: #393b50;
}

@media (min-width: 768px) and (max-width: 991px) {
    label {
        font-size: 10px;
    }
}

label {
    font-weight: bold;
    cursor: default;
}

textarea {
    resize: none;
}

#habla_window_div.olrk-fixed-bottom .habla_panel_border,
#habla_window_div.olrk-fixed-bottom #habla_topbar_div {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

blockquote {
    font-size: inherit;
    line-height: inherit;
}

.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;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.bootstrap-datetimepicker-widget.bottom:after {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.timepicker-picker,
.timepicker-hours,
.timepicker-minutes {
    text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
    border: 1px solid #d9d9d9;
    width: 50px;
    height: 50px;
    padding: 5px;
    line-height: 50px;
}

.bootstrap-datetimepicker-widget .btn {
    padding: 5px;
    border: 1px solid #d9d9d9;
}

.bootstrap-datetimepicker-widget .btn:before {
    display: none;
}

.bootstrap-datetimepicker-widget .datepicker .month+.month,
.bootstrap-datetimepicker-widget .datepicker .year+.year {
    margin-left: 2px;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed {
    border-collapse: separate;
    display: inline-block;
    max-width: 100%;
}

.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: none;
    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: #393b50;
    border-color: #babcce !important;
}

.bootstrap-datetimepicker-widget td.separator {
    font-size: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    background: transparent;
    color: #393b50;
}

.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: #393b50;
}

.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget .timepicker td>span:hover {
    color: #393b50;
}

.bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed {
    border-collapse: separate;
}

.bootstrap-datetimepicker-widget .timepicker td span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 5px 0;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
    border: 1px solid #babcce;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
    background: #393b50;
    color: #FFF;
    cursor: inherit;
}

.fancybox-overlay {
    z-index: 10001;
}

.fancybox-opened {
    z-index: 10003;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.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: 13px 40px 13px 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) {
    
.header_modules{
    padding:0px !important;
}
    .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: #393b50;
    background: #f6f6f8;
    border: none;
    float: none;
    margin-left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 3;
    color: #393b50;
    background: #ecedf2;
    border-color: #babcce;
}

.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: #393b50;
    color: #fff;
    z-index: auto;
}

.pagination>li+li {
    margin-left: 2px;
}

.pagination>li+li>a,
.pagination>li+li>span {
    border-left: none;
}

.pagination>li+li:nth-child(8n+9) {
    clear: left;
}

.pagination>li+li:nth-child(n+9) {
    margin-top: 2px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    text-decoration: none;
}

.table thead td,
.table th {
    text-transform: uppercase;
    font-weight: bold;
    color: #393b50;
    font-size: 13px;
    background-color: #f6f6f8;
}

.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: #babcce;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: #babcce;
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: normal;
}

.table-bordered>tbody>tr>td {
    vertical-align: middle;
}

.table>tbody+tbody {
    border-top: none;
}

.panel-default>.panel-heading {
    padding: 20px;
    background: #f6f6f8;
    color: #393b50;
}

.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;
}

.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;
    pointer-events: none;
}

.tooltip.top .tooltip-inner {
    color: #fff;
    background-color: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000 !important;
}

.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 #babcce;
    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;
}


/*========================================================
                      Main Styles
=========================================================*/

body {
    font: 400 16px/34px "CenturyGothic", sans-serif;
    color: #393b50;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #393b50;
    letter-spacing: 1.2px;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}

h1 i {
    margin-right: 8px;
    color: #393b50;
    font-size: 46px;
}

h1 i:before {
    font-size: 46px;
    vertical-align: middle;
}

h1.no-line {
    margin-bottom: 30px;
}

h1.no-line:after {
    display: none;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
    margin-bottom: 15px;
}

h6 {
    font-size: 24px;
    margin-bottom: 10px;
}

a {
    display: inline-block;
    font: inherit;
    color: 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 {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #babcce;
}

p a,
p a:visited,
p a:focus {
    color: #393b50;
    font-weight: 600;
}

p a:hover,
p a:visited:hover,
p a:focus:hover {
    text-decoration: underline;
}

p+h5,
p+h6 {
    margin-top: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

legend {
    font-size: 18px;
    border-bottom-color: #babcce;
    padding: 7px 0px;
}

.simplecheckout-cart-total-value {
    font-weight: bold !important;
}

label {
    font-size: 16px;
    font-weight: normal;
}

strong,
b {
    color: #393b50;
}

.input-group .input-group-addon {
    height: 30px;
}

.nav-tabs {
    margin-bottom: 10px;
}

div.required .control-label:after {
    display: none;
    content: '';
    color: #ee372a;
    font-weight: bold;
    margin-left: 5px;
}

.fa {
    line-height: inherit;
    font-family: inherit;
}

.fa:before {
    font-family: "FontAwesome";
    font-size: 18px;
}

#page>.ie-warning {
    position: relative;
    text-align: center;
    display: none;
    clear: both;
}

@media (min-width: 768px) {
    .lt-ie11 #page>.ie-warning {
        display: block;
    }
}


/*========================================================
                      Header styles
=========================================================*/

header {
    margin-bottom: 30px;
}

header .box-cart {
    float: right;
}

header .logo {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    margin: 20px 0 50px;
}

header .logo:after {
    display: none;
}

header .search {
    float: right;
}

header .header_modules {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.stuck-menu .stuck-menu-block {
    padding-top: 78px;
    opacity: 0;
}

.common-home header {
    background: #f6f7fa;
    margin-bottom: 0;
}

.common-home header .logo {
    margin: 362px 0 135px;
}

.common-home header .navigation {
    margin-bottom: 272px;
}


/*================  Toggle ===============*/

.toggle-wrap {
    position: relative;
}

.toggle_cont {
    display: none;
    color: #adadb3;
    background: #393b50;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    z-index: 20;
}

.toggle_cont>li {
    width: 100%;
    display: inline-block;
}

.toggle_cont>li+li {
    margin-top: 5px;
}

.toggle_cont>li>a,
.toggle_cont>li>button {
    text-align: left;
    width: 100%;
    display: inline-block;
    font-family: "CenturyGothic", sans-serif;
}

.toggle_cont>li>a:hover,
.toggle_cont>li>button:hover {
    color: #fff;
}

.toggle_cont ul {
    text-align: right;
    font-size: 16px;
}

.toggle_cont ul li+li {
    margin-top: 5px;
}

.toggle_cont__right {
    right: auto;
    left: 0;
}

.box-language,
.box-currency {
    line-height: 24px;
}

.box-language .btn-group span,
.box-currency .btn-group span {
    cursor: pointer;
}

.box-language .btn-group span:hover,
.box-language .btn-group span:focus,
.box-language .btn-group span:active,
.box-language .btn-group span.sfHover,
.box-currency .btn-group span:hover,
.box-currency .btn-group span:focus,
.box-currency .btn-group span:active,
.box-currency .btn-group span.sfHover {
    color: #fff;
}

.box-language .dropdown-menu li button:hover,
.box-language .dropdown-menu li button:focus,
.box-language .dropdown-menu li button:active,
.box-language .dropdown-menu li button.selected,
.box-language .dropdown-menu li a:hover,
.box-language .dropdown-menu li a:focus,
.box-language .dropdown-menu li a:active,
.box-language .dropdown-menu li a.selected,
.box-currency .dropdown-menu li button:hover,
.box-currency .dropdown-menu li button:focus,
.box-currency .dropdown-menu li button:active,
.box-currency .dropdown-menu li button.selected,
.box-currency .dropdown-menu li a:hover,
.box-currency .dropdown-menu li a:focus,
.box-currency .dropdown-menu li a:active,
.box-currency .dropdown-menu li a.selected {
    color: #fff;
}


/*================== dropdown-menu ===================*/

.dropdown-menu {
    color: #adadb3;
    background: #393b50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu.picker-open {
    background: rgba(93, 94, 97, 0.9);
}


/*================   Top Links style   ===============*/

header .nav {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    line-height: 20px;
}

header .nav>.toggle {
    font-size: 17px;
    line-height: 20px;
    color: #393b50;
    vertical-align: top;
}

header .nav>.toggle:before {
    vertical-align: top;
    display: inline-block;
}

header .nav>.toggle span {
    font-size: 11px;
    color: #393b50;
}

header .nav>.toggle:hover {
    color: #202231;
}

header .nav.toggle-wrap>.toggle_cont {
    top: 42px;
}

@media (min-width: 768px) {
    header .nav {
        display: inline-block;
    }
    .product_tabs .nav-tabs{
        display :grid !important;
        align-items: center;
    white-space: nowrap;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .product_tabs .nav-tabs:after,.product_tabs .nav-tabs:before{display:none !important;}
}

@media (max-width: 1080px) {
    header .nav {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }
    .header_modules .video .vide {
        padding: 57px 0 0 !important;
    }
}

@media (max-width: 1920px) {
    .top .banners>div.banner-3 .s-desc {
        height: 50%;
    }
}


/*========================================================
               Responsive Header styles
=========================================================*/

@media (min-width: 1620px) and (max-width: 1920px) {
    .common-home header .logo {
        margin: 350px 0 350px;
    }
    .common-home header .navigation {
        margin-bottom: 215px;
    }
}

@media (min-width: 1200px) and (max-width: 1619px) {
    .common-home header .logo {
        margin: 250px 0 250px;
    }
    .common-home header .navigation {
        margin-bottom: 175px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .common-home header .logo {
        margin: 145px 0 100px;
    }
    .common-home header .navigation {
        margin-bottom: 140px;
    }
}

@media (min-width: 1080px) {
    header {
        text-align: center;
        position: relative;
        z-index: 200;
    }
    header .nav {
        position: relative;
    }
    header .nav>.toggle {
        position: relative;
    }
    header .nav>.toggle_cont {
        width: 160px;
        padding: 20px 0 25px;
    }
    header .nav>.toggle_cont>li {
        width: 100%;
        position: relative;
        padding-left: 26px;
        padding-right: 10px;
    }
    header .nav>.toggle_cont>li+li {
        margin-top: 16px;
    }
    header .nav>.toggle_cont>li.pull-left .dropdown-toggle {
        display: inline-block;
    }
    header .nav>.toggle_cont>li.pull-left img {
        display: none;
    }
    header .nav>.toggle_cont>li.pull-left+li:before {
        display: none;
    }
    header .nav>.toggle_cont>li.pull-left .dropdown-menu {
        left: 0;
        text-align: left;
        padding: 10px 15px;
    }
    header .search,
    header .box-cart,
    header .nav {
        float: right;
        margin-left: 28px;
    }
    header .nav {
        margin-left: 37px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .common-home header .logo {
        margin: 95px 0 65px;
    }
    .common-home header .navigation {
        margin-bottom: 90px;
    }
    header .nav>.toggle_cont>li+li {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    header {
        margin-bottom: 10px;
    }
    .common-home header .logo {
        margin: 0 0 30px;
    }
    .common-home header .navigation {
        margin-bottom: 0;
    }
    header .search {
        float: none;
    }
    header .box-currency {
        margin-right: 0;
        padding: 0;
    }
    header .navigation {
        line-height: 0;
        margin: 0;
    }
    header .logo {
        float: none;
        margin: 20px 0;
        text-align: center;
    }
    header .logo img {
        display: inline-block;
    }
    header .box-cart {
        float: none;
        margin-top: 0;
    }
    header .nav.toggle-wrap>.toggle_cont {
        top: 100%;
    }
    header .nav>.toggle {
        color: #000;
    }
    header .nav>.toggle:before {
        margin-top: 0;
    }
    header .nav>.toggle span {
        display: none;
    }
    header .nav .toggle_cont img {
        display: none;
    }
    header .nav .toggle_cont .dropdown-menu {
        position: relative;
        text-align: left;
        padding: 5px;
    }
    .common-home header {
        background-color: #b5b8bc;
    }
}

@media (max-width: 480px) {
    footer .logo {
        margin-bottom: 20px;
    }
}


/*========================================================
                      Content styles
=========================================================*/

#page {
    background: #fff;
    overflow: hidden;
    line-height: 0;
}

#page>div,
#page footer {
    line-height: 34px;
}


/*
#page header>div,
#page header>span,
#page section>div,
#page section>span {
    line-height: 34px;
}
*/

section.top,
section.bottom {
    display: inline-block;
    width: 100%;
}

#content {
    padding-bottom: 30px;
    min-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 #babcce;
}

.box.account ul a,
.box.affilate ul a {
    position: relative;
    background: #f6f6f8;
    display: block;
    padding: 13px 15px;
}

.box.account ul a:hover,
.box.affilate ul a:hover {
    background: #ecedf2;
}

.box.account ul a:hover,
.box.affilate ul a:hover {
    color: #393b50;
}

.manufacturer-content div,
#content ul.list-unstyled {
    margin: 0;
    list-style-type: none;
}

.manufacturer-content div li+li,
#content ul.list-unstyled li+li {
    margin-top: 10px;
}

.manufacturer-content div a,
#content ul.list-unstyled a {
    position: relative;
    color: #393b50;
}

.manufacturer-content div a:hover,
#content ul.list-unstyled a:hover {
    color: #63678c;
}

.manufacturer-content div a:before,
#content ul.list-unstyled a:before {
    content: '\e11d';
    margin-right: 5px;
    font-weight: 400;
    font-family: "material-design";
    color: #393b50;
}

#content .product-info ul.list-unstyled a:before {
    display: none;
}


/*========================================================
                   Responsive Banners
=========================================================*/

@media (max-width: 1619px) {
    #page>div,
    #page footer {
        line-height: 27px;
    }
    #page header>div,
    #page header>span,
    #page section>div,
    #page section>span {
        line-height: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #page>div,
    #page footer {
        line-height: 24px;
    }
    #page header>div,
    #page header>span,
    #page section>div,
    #page section>span {
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .common-home #content {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    aside {
        margin-top: 20px;
    }
    aside .container {
        padding: 0;
        width: 100%;
    }
    #content {
        padding-bottom: 0;
    }
    section.top {
        width: 100%;
        display: inline-block;
    }
}


/*==================   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 {
    margin: 0;
    line-height: 0;
    position: relative;
}

.search input[type="text"] {
    color: #8f8180;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: "CenturyGothic", sans-serif;
    width: 100%;
    height: 38px;
    padding: 10px 40px 10px 15px;
    background: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    font-family: "CenturyGothic", sans-serif;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bdb4b3;
    opacity: 1;
    font-family: "CenturyGothic", sans-serif;
}

.search input[type="text"]:-moz-placeholder {
    color: #bdb4b3;
    opacity: 1;
    font-family: "CenturyGothic", sans-serif;
}

.search input[type="text"]::-moz-placeholder {
    color: #bdb4b3;
    opacity: 1;
    font-family: "CenturyGothic", sans-serif;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bdb4b3;
    opacity: 1;
    font-family: "CenturyGothic", sans-serif;
}

.search button,
.search button:focus,
.search button:active {
    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;
    color: #393b50;
    font: 400 17px/38px "FontAwesome";
}

.search button::-moz-focus-inner,
.search button:focus::-moz-focus-inner,
.search button:active::-moz-focus-inner {
    border: none;
    padding: 0;
}

.search button:hover,
.search button:focus:hover,
.search button:active:hover {
    color: #adadb3;
}

.top-search {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #393b50;
    text-transform: uppercase;
}

.top-search i {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #393b50;
    vertical-align: top;
}

.top-search span {
    vertical-align: top;
}

.top-search:hover,
.top-search:focus,
.top-search:active,
.top-search.active {
    color: #393b50;
}

.top-search:hover i,
.top-search:focus i,
.top-search:active i,
.top-search.active i {
    color: #393b50;
}

.top-search.active i {
    font-size: 14px;
    line-height: 17px;
}

.top-search.active i:before {
    content: "\e02a";
}

#search {
    display: none;
    opacity: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 0;
    z-index: 10;
}

#search .inner {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #393b50;
    background: #fff;
    border: 1px solid #dedee4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    line-height: 0;
}

#search .inner .button-search {
    position: absolute;
    right: 0;
    color: #393b50;
}

#search .inner .button-search:visited {
    color: #393b50;
}

#search .inner .button-search:hover,
#search .inner .button-search:focus,
#search .inner .button-search:active {
    color: #adadb3;
}

#search button.button-search {
    vertical-align: top;
    position: relative;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-right: 10px;
    height: 38px;
    width: 38px;
}

#livesearch_search_results {
    margin: 3px 0 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: left;
    background-color: #393b50;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    list-style-type: none;
    z-index: 12;
    font-size: 15px;
    line-height: 18px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#livesearch_search_results li {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#livesearch_search_results li a {
    color: #babcce;
    text-transform: none;
}

#livesearch_search_results li img {
    float: left;
    margin-right: 10px;
}

#livesearch_search_results li img.loading {
    background: #f5f5f5;
}

#livesearch_search_results li:hover,
#livesearch_search_results li.highlighted {
    background-color: #2e3042;
}

#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 {
    display: block;
    padding: 5px;
    color: #babcce;
}

#livesearch_search_results a:before,
#livesearch_search_results a:after {
    display: table;
    content: "";
    line-height: 0;
}

#livesearch_search_results a:after {
    clear: both;
}

#livesearch_search_results a:visited {
    color: #babcce;
}


/*========================================================
               Responsive styles
=========================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    .top-search span {
        display: none;
    }
    #search:before {
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #livesearch_search_results li img {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .search {
        width: 100%;
    }
    .search .top-search {
        display: none !important;
    }
    .search input[type="text"] {
        width: calc(100% - 40px);
    }
    #livesearch_search_results {
        min-width: 290px;
    }
    #search {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 0 20px !important;
        display: block !important;
        opacity: 1 !important;
        width: 100% !important;
        z-index: 1;
    }
    #search .inner {
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #babcce;
    }
    #search:before {
        display: none;
    }
}

@media (max-width: 480px) {
    header .block-right {
        width: 100%;
        text-align: center;
    }
    header .block-right>div.search {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }
    header .block-right>div.search #search {
        margin-right: -35px;
    }
}


/*================ Box Cart  ===============*/

.box-cart {
    position: relative;
    color: #fff;
}

.box-cart strong,
.box-cart b {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "CenturyGothic", sans-serif;
}

.box-cart .name {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
}

.box-cart .name a {
    color: #fff;
}

.box-cart .name a:visited {
    color: #fff;
}

.box-cart .name a:hover,
.box-cart .name a:active,
.box-cart .name a:focus {
    color: #babcce;
}

.box-cart .cart-remove-btn {
    color: #fff;
}

.box-cart .cart-remove-btn:visited {
    color: #fff;
}

.box-cart .cart-remove-btn:hover,
.box-cart .cart-remove-btn:active,
.box-cart .cart-remove-btn:focus {
    color: #babcce;
}

.box-cart .btn-remove-wrap,
.box-cart .btn-remove__cnt {
    position: absolute;
    left: 0;
    right: 0;
}

.box-cart .btn-remove-wrap {
    top: 0;
    bottom: 0;
    z-index: 10;
    background: #f6f6f8;
    display: none;
    border: 1px solid #babcce;
}

.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%);
    text-align: center;
}

.box-cart .btn-danger:before {
    display: none;
}

.box-cart .btn-danger,
.box-cart .btn-danger:focus {
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    background: none;
}

.box-cart .btn-danger:hover,
.box-cart .btn-danger:focus:hover {
    color: #babcce;
    background: none;
}

.box-cart .btn-danger:focus,
.box-cart .btn-danger:focus:focus {
    box-shadow: none;
}

.box-cart a:hover img {
    background-color: #ecedf2;
}

.box-cart .btn {
    margin-bottom: 7px;
}

.btn-remove__cnt button.btn-danger {
    padding: 5px 10px !important;
    background: #393b50 !important;
}

.btn-remove__cnt button.btn-danger i {
    font-size: 13px;
    margin-right: 5px !important;
}


/*================  Cart  ===============*/

.cart {
    position: relative;
}

.cart>button {
    font-size: 28px;
    line-height: 24px;
}

.cart>button i,
.cart>button strong,
.cart>button span {
    vertical-align: top;
}

.cart>button i {
    color: #393b50;
    margin-right: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.cart>button:hover i,
.cart>button.active i {
    color: #393b50;
}

.cart>button .cart-total2 {
    font-size: 28px;
    line-height: 24px;
    font-weight: 300;
    color: #adadb3;
}

.cart .cart-remove-btn {
    margin-bottom: 10px;
    margin-left: 5px;
}

.cart .cart-remove-btn:before,
.cart .cart-remove-btn>span {
    vertical-align: middle;
}


/*================  Cart DropDown ===============*/

.cart .toggle_cont {
    z-index: 99;
    top: 59px;
    min-width: 270px;
    padding: 10px 10px 5px;
    max-height: 500px;
    font-family: "CenturyGothic", sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart .toggle_cont img {
    max-width: 50px;
}

.cart .toggle_cont table {
    margin-bottom: 10px;
}

.cart .toggle_cont p {
    margin-bottom: 5px;
}

.cart ul>li:first-child tr {
    border-bottom: 1px solid rgba(186, 188, 206, 0.6);
}

.cart td {
    font-size: 13px;
}

.cart td strong {
    font-size: 14px;
}

.cart td.text-center {
    padding-right: 5px;
    text-align: right;
}

.cart td.text-center i {
    margin: 0;
}

.cart .total td {
    border: none;
    padding: 2px;
    font-weight: 600;
}

.cart .price-cart {
    font-weight: 600;
}

.cart .table>tbody>tr {
    position: relative;
}

.cart .table>tbody>tr>td {
    border-top: none;
}

.cart .table.total tr:last-child td strong,
.cart .table.total tr:last-child td {
    font-size: 18px;
}


/*========================================================
               Responsive styles
=========================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    .cart>button strong {
        display: none;
    }
    .cart button.toggle:before {
        margin-right: -5px;
    }
}

@media (min-width: 768px) {
    .box-cart {
        float: right;
        /*margin-top: -17px;*/
    }
    .box-cart .cart-total,
    .box-cart strong {
        display: none;
    }
    .box-cart .toggle_cont strong {
        display: inline;
    }
}

@media (max-width: 767px) {
    .cart {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }
    .cart>button {
        position: relative;
        padding-top: 0;
    }
    .cart>button .cart-total,
    .cart>button strong {
        display: none;
    }
    .cart>button .cart-total2 {
        font-size: 28px;
        line-height: 56px;
    }
    .cart>button i {
        margin-right: 2px;
    }
    .cart .toggle_cont {
        max-height: 225px;
        overflow: auto;
        top: 100%;
        right: -15px;
    }
}


/*========================================================
                      Product
=========================================================*/


/* ===================   Product Layout   =================== */

.product-layout {
    margin-bottom: 30px;
}


/* ===================   Product Image   =================== */

.product-thumb .image {
    position: relative;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #f6f6f8;
}

.product-thumb .image>a {
    display: block;
}

.product-thumb .image>a img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin: 0 auto;
    opacity: .9;
}

.name {
    font-size: 20x;
    line-height: 34px;
    color: #393b50;
    font-weight: 300;
}

.name a {
    color: #393b50;
}

.name a:visited {
    color: #393b50;
}

.name a:hover,
.name a:active,
.name a:focus {
    color: #7f82a3;
}


/* ===================   Product Caption   =================== */

.product-thumb {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-thumb .aside {
    display: none;
}

.product-thumb .name {
    color: #fff;
    margin-bottom: 40px;
}

.product-thumb .name>a {
    display: inline;
}

.product-thumb .name a {
    color: #fff;
}

.product-thumb .name a:visited {
    color: #fff;
}

.product-thumb .name a:hover,
.product-thumb .name a:active,
.product-thumb .name a:focus {
    color: #babcce;
}

.product-thumb .rating {
    min-height: 18px;
}

.product-thumb .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.product-thumb .caption .caption_inside {
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    bottom: 13.8%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-thumb .caption .caption_inside {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-thumb .caption .caption_inside {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-thumb .caption .caption_stick {
    position: absolute;
    top: 13.1%;
    width: 100%;
}

.product-thumb .price {
    color: #fff;
    margin-bottom: 15px;
}

.product-thumb .price-new {
    color: #fff;
}

.product-thumb .price-old {
    color: #babcce;
}

.product-thumb .description {
    margin-bottom: 15px;
}

.product-thumb .btn {
    display: inline-block;
    margin: 0 3px 10px;
}

.product-thumb .price-tax {
    font-size: 11px;
    line-height: 13px;
    padding-top: 3px;
    margin-bottom: -13px;
}

.product-thumb .cart-button {
    margin-bottom: 39px;
}

.product-thumb .cart-button>div button,
.product-thumb .cart-button>div a {
    vertical-align: top;
}

.product-thumb:hover .caption {
    opacity: 1;
}

.table-bordered .product-thumb .image {
    background: #f6f6f6 !important;
}

.table-bordered .product-thumb .price {
    margin: 0 0 5px;
}

.table-bordered .product-thumb .name {
    margin-bottom: 10px;
}

.table-bordered .product-thumb .rating {
    position: relative;
    left: auto;
    bottom: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.table-bordered 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;
}


/* ==================    Product List, Product Grid    =================== */

.product-grid .description {
    display: none;
}

.product-list .product-thumb .caption,
.product-list .product-thumb .cart-button {
    overflow: hidden;
}

.product-list {
    margin-bottom: 0;
}

.product-list .product-thumb {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .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 .name {
    color: #393b50;
    margin: 0 0 10px;
}

.product-list .product-thumb .name a {
    color: #393b50;
}

.product-list .product-thumb .name a:visited {
    color: #393b50;
}

.product-list .product-thumb .name a:hover,
.product-list .product-thumb .name a:active,
.product-list .product-thumb .name a:focus {
    color: #babcce;
}

.product-list .product-thumb .quickview {
    display: none !important;
}

.product-list .product-thumb .image,
.product-list .product-thumb .caption,
.product-list .product-thumb .aside {
    float: left;
    width: 67%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list .product-thumb .caption {
    display: none;
}

.product-list .product-thumb .aside {
    color: #393b50;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
}

.product-list .product-thumb .aside .caption_stick,
.product-list .product-thumb .aside .caption_inside {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
}

.product-list .product-thumb .aside .caption_stick {
    margin-bottom: 10px;
}

.product-list .product-thumb .image {
    width: 31.035%;
}

.product-list .product-thumb .price,
.product-list .product-thumb .price-new {
    color: #393b50;
    margin: 0;
}

.product-list .product-thumb .price {
    margin-bottom: 15px;
}

.product-list .product-thumb .aside {
    display: block;
}

.product-list .product-thumb .aside button+div {
    margin-top: 10px;
}

.product-list .product-thumb .cart-button {
    margin-bottom: 15px;
}

.clearfix+.product-list .product-thumb {
    border-top: 1px solid #babcce;
    padding-top: 30px;
}

.product-grid .product-thumb .image {
    float: none;
}


/* ==================   SALE   =================== */

.sale,
.discount,
.new-pr {
    font: 800 12px/14px "CenturyGothic", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 5px;
    color: #fff;
    background: #393b50;
    position: relative;
    z-index: 2;
}

.new-pr {
    color: #393b50;
    background-color: #fff;
}

.sale,
.new-pr {
    text-align: center;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    line-height: 62px;
    padding: 0 5px;
}

html[lang="ru"] .sale,
html[lang="ru"] .new-pr {
    font-size: 11px;
}

.sale+.discount:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #000;
}


/* ===================   Product Price    =================== */

.price-new,
.price-old,
.price {
    display: inline-block;
    font-size: 31px;
    line-height: 43px;
    font-weight: 300;
    color: #393b50;
}

.price-old {
    font-size: 24px;
    font-weight: 300;
    text-decoration: line-through;
}

.price-section {
    margin-top: 20px;
    font-weight: 700;
}

.price-section .price-new,
.price-section .price-section .price-old {
    font-size: 43px;
    color: #393b50;
    line-height: 43px;
}

.price-section .price-old {
    font-size: 19px;
    line-height: 19px;
}

.price-section .reward {
    display: block;
    margin-top: 10px;
}

.category-name {
    font: 400 12px/14px "CenturyGothic", sans-serif;
}

.price-tax {
    font-size: 12px;
}

.price-total {
    font-weight: bold;
}

.price s {
    font-size: 15px;
}

.stock,
.out-stock {
    font-weight: 700;
}

.stock {
    color: #54B70B;
}

.out-stock {
    color: #EE372A;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.footer-megamenu__container {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.footer-megamenu__container li {
    margin: 0 20px;
    list-style: none;
}

.sf-with-mega:hover .sf-mega {
    display: block !important;
}

/* ===================   Product Rating   =================== */

.fa-stack {
    font-size: 18px;
    line-height: 18px;
    width: .9em;
    height: 18px;
}

.fa-stack i {
    color: #babcce;
}

.fa-stack i.star {
    color: #393b50;
}

.box .caption .fa-stack i,
.product-grid .caption .fa-stack i {
    color: #acacb2;
}

.box .caption .fa-stack i.star,
.product-grid .caption .fa-stack i.star {
    color: #fff;
}

.fa-stack-2x {
    font-size: 1em;
}

.product-thumb .rating {
    font-size: 12px;
    line-height: 14px;
}

.rat {
    color: #393b50;
}

.product-thumb .product-options {
    display: none;
}

.product-options h3 {
    font-size: 26px;
}

.product-options .form-group {
    width: 100%;
    display: inline-block;
}

.product-options .radio,
.radio.image-view {
    margin: 0 5px 5px 0;
    display: inline-block;
    float: left;
    width: 50px;
    /* width: auto; */
}

.radio.image-view {
    width: 24px;
}

.product-options .radio+.radio,
.product-options .radio.image-view+.radio {
    margin: 0 5px 5px 0;
}

.product-options .radio input[type="radio"]+label,
.product-options .radio.image-view input[type="radio"]+label {
    background: none;
    border: none;
    position: relative;
}

.product-options .radio.image-view input[type="radio"]+label {
    padding: 0;
    line-height: 0;
}

.product-options .radio.image-view input[type="radio"]+label:before {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #ededed;
}

.product-options .radio.image-view input[type="radio"]+label:after {
    display: none !important;
}

.product-options .radio.image-view input[type="radio"]+label img {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    max-width: 18px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.radio.image-view input[type="radio"]:checked+label:before {
    border-color: #2d2d2d;
}

.fancybox-outer h3 {
    font-size: 26px;
    line-height: 29px;
}

.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;
    font-size: 36px;
}

.ajax-overlay .product-options .col-sm-8 {
    text-align: left;
}

.ajax-overlay .product-options .options {
    padding: 20px;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.ajax-overlay .product-options .ajax-overlay_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "material-design";
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
}

.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;
}

.ajax-quickview-cont-wrap .product-option-wrap .counter.counter-plus {
    margin-right: 15px;
}

.ajax-quickview-cont-wrap .product-option-wrap .counter+.product-btn-add {
    margin: 10px 0;
}

@media (max-width: 767px) {
    .ajax-quickview-cont-wrap .product-option-wrap .counter+input.form-control {
        margin-right: 10px;
    }
}

#button-cart {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-option-wrap .control-label {
    margin-right: 5px;
}

.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.7);
    visibility: visible;
}

aside .box .product-thumb .price,
.product-grid .product-thumb .price,
.related-block .product-thumb .price {
    margin-bottom: 10px;
}

aside .box .product-thumb .name,
.product-grid .product-thumb .name,
.related-block .product-thumb .name {
    margin-bottom: 10px;
}

aside .box .product-thumb .caption .caption_stick,
.product-grid .product-thumb .caption .caption_stick,
.related-block .product-thumb .caption .caption_stick {
    top: 5%;
}

aside .box .product-thumb .caption .caption_inside,
.product-grid .product-thumb .caption .caption_inside,
.related-block .product-thumb .caption .caption_inside {
    bottom: 0;
    background: rgba(0,0,0,0.38);
    padding-bottom: 25px;
    padding-top: 25px;
}

aside .box .product-thumb div.cart-button,
.product-grid .product-thumb div.cart-button,
.related-block .product-thumb div.cart-button {
    margin-bottom: 0;
}


/*========================================================
               Responsive Styles Product
=========================================================*/

@media (max-width: 1199px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-thumb .name {
        margin-bottom: 20px;
        line-height: 30px;
    }
    .product-thumb .caption .caption_stick {
        top: 8%;
    }
    .product-thumb .caption .caption_inside {
        bottom: 8%;
    }
    .product-thumb .cart-button {
        margin-bottom: 10px;
    }
    aside .box .product-thumb .name,
    .product-grid .product-thumb .name,
    .related-block .product-thumb .name {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    aside .box .product-thumb .price-new,
    aside .box .product-thumb .price,
    aside .box .product-thumb .price-old,
    .product-grid .product-thumb .price-new,
    .product-grid .product-thumb .price,
    .product-grid .product-thumb .price-old,
    .related-block .product-thumb .price-new,
    .related-block .product-thumb .price,
    .related-block .product-thumb .price-old {
        font-size: 30px;
        line-height: 30px;
    }
    aside .box .product-thumb .price-old,
    .product-grid .product-thumb .price-old,
    .related-block .product-thumb .price-old {
        font-size: 27px;
    }
    aside .box .product-thumb .caption .caption_stick,
    .product-grid .product-thumb .caption .caption_stick,
    .related-block .product-thumb .caption .caption_stick {
        top: 5%;
    }
    aside .box .product-thumb .caption .caption_inside,
    .product-grid .product-thumb .caption .caption_inside,
    .related-block .product-thumb .caption .caption_inside {
        bottom: 5%;
    }
    aside .box .product-thumb .cart-button,
    .product-grid .product-thumb .cart-button,
    .related-block .product-thumb .cart-button {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .price-new,
    .price-old,
    .price {
        font-size: 25px;
        line-height: 25px;
    }
    .product-thumb .name {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .product-thumb .price-new,
    .product-thumb .price,
    .product-thumb .price-old {
        font-size: 30px;
        line-height: 30px;
    }
    .product-thumb .price-old {
        font-size: 27px;
    }
    .product-thumb .caption .caption_stick {
        top: 5%;
    }
    .product-thumb .caption .caption_inside {
        bottom: 5%;
    }
    .product-thumb .cart-button {
        margin-bottom: 0;
    }
    aside .box .product-thumb .btn,
    .product-grid .product-thumb .btn,
    .related-block .product-thumb .btn {
        margin: 0 3px 5px;
        font-size: 14px;
        line-height: 16px;
    }
    aside .box .product-thumb .fa-stack,
    .product-grid .product-thumb .fa-stack,
    .related-block .product-thumb .fa-stack {
        font-size: 13px;
        line-height: 16px;
        height: 16px;
    }
    aside .box .product-thumb .name,
    .product-grid .product-thumb .name,
    .related-block .product-thumb .name {
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 16px;
    }
    aside .box .product-thumb .price-new,
    aside .box .product-thumb .price,
    aside .box .product-thumb .price-old,
    .product-grid .product-thumb .price-new,
    .product-grid .product-thumb .price,
    .product-grid .product-thumb .price-old,
    .related-block .product-thumb .price-new,
    .related-block .product-thumb .price,
    .related-block .product-thumb .price-old {
        font-size: 24px;
        line-height: 24px;
    }
    aside .box .product-thumb .price-old,
    .product-grid .product-thumb .price-old,
    .related-block .product-thumb .price-old {
        font-size: 20px;
    }
    aside .box .product-thumb .caption .caption_stick,
    .product-grid .product-thumb .caption .caption_stick,
    .related-block .product-thumb .caption .caption_stick {
        top: 3%;
        padding-left: 3px;
        padding-right: 3px;
    }
    aside .box .product-thumb .caption .caption_inside,
    .product-grid .product-thumb .caption .caption_inside,
    .related-block .product-thumb .caption .caption_inside {
        bottom: 3%;
        padding-left: 3px;
        padding-right: 3px;
    }
    aside .box .product-thumb .cart-button,
    .product-grid .product-thumb .cart-button,
    .related-block .product-thumb .cart-button {
        margin-bottom: 3px;
    }
    aside .box .product-thumb .sale,
    aside .box .product-thumb .new-pr,
    .product-grid .product-thumb .sale,
    .product-grid .product-thumb .new-pr,
    .related-block .product-thumb .sale,
    .related-block .product-thumb .new-pr {
        width: 40px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
    }
    html[lang="ru"] aside .box div.product-thumb .btn,
    html[lang="ru"] .product-grid div.product-thumb .btn,
    html[lang="ru"] .related-block div.product-thumb .btn {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 1px;
        margin-right: 1px;
    }
    html[lang="ru"] aside .box div.product-thumb .sale,
    html[lang="ru"] aside .box div.product-thumb .new-pr,
    html[lang="ru"] .product-grid div.product-thumb .sale,
    html[lang="ru"] .product-grid div.product-thumb .new-pr,
    html[lang="ru"] .related-block div.product-thumb .sale,
    html[lang="ru"] .related-block div.product-thumb .new-pr {
        font-size: 7px;
    }
}

@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;
    }
    .fancybox-outer h3 {
        margin-bottom: 15px;
    }
    .fancybox-outer .product-options {
        padding-bottom: 5px;
    }
    .fancybox-outer .product-option-wrap {
        margin-top: 10px;
    }
    .fancybox-outer .product-option-wrap h3 {
        margin-bottom: 10px;
    }
    .fancybox-outer .counter+.product-btn {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list .product-thumb .aside {
        width: 67%;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .cartMoblie{display:none !important;}
    .wishlistMoblie{display:none !important;}
}
@media (max-width: 767px) {
    .cartMoblie{
        position: fixed;
        right: 0;
        padding: 13px;
    }
    .wishlistMoblie{
        position: fixed;
        right: 44px;
        padding: 13px;
    }
    .pull-right.asfdsg34{
        display:block !important;
    }
    .footer_content_f{
        padding:0px !important;
    }
    .product-thumb div.caption {
        opacity: 1;
    }
    .product-list .product-thumb .caption {
        display: block;
    }
    .bottom .product-layout,
    #content .product-layout {
        width: 50%;
        float: left;
        text-align: center;
    }
    .bottom .product-layout[data-clear]+.product-layout,
    #content .product-layout[data-clear]+.product-layout {
        clear: none;
    }
    .bottom .product-layout:nth-child(2n+3),
    #content .product-layout:nth-child(2n+3) {
        clear: left;
    }
    .bottom .product-layout+.product-layout,
    #content .product-layout+.product-layout {
        margin-top: 0;
    }
    .bottom .product-layout.clr,
    #content .product-layout.clr {
        clear: both;
    }
    .product-thumb .cart-button {
        opacity: 1 !important;
    }
    .quickview {
        display: none !important;
    }
    .product-thumb {
        display: inline-block;
        width: 100%;
        max-width: 285px;
        margin: 0 auto;
    }
    .product-thumb .price {
        margin-top: 15px;
    }
    .product-list .product-thumb .image,
    .product-list .product-thumb .caption,
    .product-list .product-thumb .aside,
    .product-grid .product-thumb .image,
    .product-grid .product-thumb .caption,
    .product-grid .product-thumb .aside {
        float: none;
        margin: 0;
        width: 100%;
    }
    .product-list .product-thumb .aside,
    .product-grid .product-thumb .aside {
        display: none;
    }
    .product-list .product-thumb .caption,
    .product-grid .product-thumb .caption {
        border-right: none;
    }
    .product-list .product-thumb>.price,
    .product-list .product-thumb .cart-button,
    .product-grid .product-thumb>.price,
    .product-grid .product-thumb .cart-button {
        display: block;
    }
    .product-list+.product-list .product-thumb,
    .product-grid+.product-list .product-thumb {
        border-top: none;
        padding-top: 0;
    }
    .product-list .product-thumb .caption,
    .product-list .product-thumb .aside {
        text-align: center;
        padding-left: 0;
    }
    .product-list .product-thumb .image .cart-button {
        display: inline-block;
    }
    .clearfix+.product-list .product-thumb {
        border-top: none;
        padding: 0;
    }
    .product-layout {
        margin-bottom: 25px;
    }
}

@media (max-width: 540px) {
    .bottom .product-layout,
    #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 {
    margin-bottom: 30px;
}

.box .box-heading {
    margin: 0 0 50px;
    text-align: center;
}

.box .box-heading h3 {
    margin: 0;
}

.common-home .box.featured .box-heading h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-top: 60px;
}

.common-home .box.featured .box-heading h3 i {
    display: inline-block;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 13px;
}

.common-home .box.featured .box-heading h3 b {
    display: inline-block;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 12px;
}

aside .box .box-heading {
    margin: 0 0 30px;
    text-align: left;
    margin-bottom: 20px;
}

aside .box .box-heading h3 {
    font-size: 32px;
    margin: 0;
}

aside .box .product-layout {
    width: 100%;
}

aside .box .product-layout+.product-layout {
    margin-top: 30px;
}

aside [class*="col-"],
aside .container {
    width: 100%;
    padding: 0;
}

aside .row {
    margin: 0;
}


/*========================================================
                    Responsive Box
=========================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    .common-home .box.featured .box-heading h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .common-home .box.featured .box-heading h3 b {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    aside .box .box-heading h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box .box-heading {
        margin-bottom: 40px;
    }
    .common-home .box.featured .box-heading h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .common-home .box.featured .box-heading h3 b {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 8px;
    }
    .common-home .box.featured .box-heading h3 i {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 8px;
    }
    aside .box .box-heading h3 {
        font-size: 20px;
    }
    .box.info .box-content ul a {
        padding: 13px 5px;
    }
}

@media (max-width: 767px) {
    aside .box .box-heading {
        position: relative;
        cursor: pointer;
        padding-bottom: 10px;
        border-bottom: 2px solid #303030;
    }
    aside .box .box-heading h3 {
        font-size: 20px;
    }
    aside .box .box-heading:after {
        content: '\f055';
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 18px;
        font-family: "FontAwesome";
        color: #393b50;
    }
    aside .box .box-heading.active:after {
        content: '\f056';
    }
    .box .box-heading {
        margin-bottom: 40px;
    }
    .box .product-thumb .price {
        margin-bottom: 10px;
    }
    .box .product-thumb .name {
        margin-bottom: 10px;
    }
    .box .product-thumb .caption .caption_stick {
        top: 5%;
    }
    .box .product-thumb .caption .caption_inside {
        bottom: 5%;
    }
    .box .product-thumb .cart-button {
        margin-bottom: 10px;
    }
    .common-home .box.featured .box-heading h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .common-home .box.featured .box-heading h3 i {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px;
    }
    .common-home .box.featured .box-heading h3 b {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .footer-megamenu__container {
        flex-direction: column;
    }
    .footer-megamenu__container li {
        margin: 10px 20px;
    }
    .sf-with-mega:hover .sf-mega {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .checkout-cart #content .table td:nth-child(3){
        min-width: 100px !important;
    }
    .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: 100px !important;
    }
    .checkout-cart .price.price-total{
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .checkout-cart .table.table-bordered thead tr td{
        text-transform: none !important;
    }
    .checkout-cart .table>tbody>tr>td,.checkout-cart .table>tbody>tr>th,.checkout-cart .table>tfoot>tr>td,.checkout-cart .table>tfoot>tr>th,.checkout-cart .table>thead>tr>td,.checkout-cart .table>thead>tr>th{
        padding: 1px;
    }
    .acFont14{
        font-size:14px;
    }
    .box .box-heading {
        margin-bottom: 20px;
    }
    .common-home .box.featured .box-heading h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .common-home .box.featured .box-heading h3 i {
        font-size: 19px;
        line-height: 23px;
    }
    .common-home .box.featured .box-heading h3 b {
        font-size: 26px;
        line-height: 28px;
    }
}


/*========================================================
                        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: 34px;
}

.buttons .pull-right .btn {
    margin-right: 10px;
}

.buttons .pull-right [for="agree1"]+.btn {
    margin-bottom: 0;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px;
}

.agree b {
    -moz-transition: 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: #393b50;
}


/* ================   Default Buttons BEGIN   =============== */

.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    font-size: 19px;
    line-height: 23px;
    font-weight: 800;
    text-transform: uppercase;
    color: #adadb3;
    background: #fff;
    padding: 8px 11px 9px;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    outline: none;
    position: relative;
}

.btn:visited,
.btn-default:visited,
.btn-primary:visited,
.btn-success:visited,
.btn-info:visited,
.btn-warning:visited,
.btn-danger:visited {
    color: #adadb3;
    background: #fff;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    color: #2e3042;
    background: #fff;
    outline: none !important;
}

.btn i,
.btn-default i,
.btn-primary i,
.btn-success i,
.btn-info i,
.btn-warning i,
.btn-danger i {
    font-size: 16px;
    line-height: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

html[lang="ru"] .btn,
html[lang="ru"] .btn-default,
html[lang="ru"] .btn-primary,
html[lang="ru"] .btn-success,
html[lang="ru"] .btn-info,
html[lang="ru"] .btn-warning,
html[lang="ru"] .btn-danger {
    font-size: 16px;
    margin: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    html[lang="ru"] .btn,
    html[lang="ru"] .btn-default,
    html[lang="ru"] .btn-primary,
    html[lang="ru"] .btn-success,
    html[lang="ru"] .btn-info,
    html[lang="ru"] .btn-warning,
    html[lang="ru"] .btn-danger {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html[lang="ru"] .btn,
    html[lang="ru"] .btn-default,
    html[lang="ru"] .btn-primary,
    html[lang="ru"] .btn-success,
    html[lang="ru"] .btn-info,
    html[lang="ru"] .btn-warning,
    html[lang="ru"] .btn-danger {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    html[lang="ru"] .btn,
    html[lang="ru"] .btn-default,
    html[lang="ru"] .btn-primary,
    html[lang="ru"] .btn-success,
    html[lang="ru"] .btn-info,
    html[lang="ru"] .btn-warning,
    html[lang="ru"] .btn-danger {
        font-size: 14px;
    }
}

.btn-primary {
    font-weight: 800;
    color: #fff;
    background: #4e516e;
}

.btn-primary:visited {
    color: #fff;
    background: #4e516e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background: #2e3042;
}


/*================   Product Buttons BEGIN   ===============*/

.product-btn {
    background: none;
    color: #393b50;
    padding: 0;
    text-transform: uppercase;
    font: bold 14px/16px "CenturyGothic", sans-serif;
}

.product-btn i {
    margin-right: 5px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
}

.product-btn:visited {
    color: #393b50;
    background: none;
}

.product-btn:hover,
.product-btn:active,
.product-btn:focus {
    color: #babcce;
    background: none;
}

.product-btn+.product-btn {
    margin-left: 15px;
}

.cart-button .product-btn {
    margin-right: 15px;
}

.cart-button .product-btn+.product-btn {
    margin-left: 0;
}


/* ================   Product page buttons  =============== */

.product-buttons {
    margin: 10px 0 1em;
    padding: 0;
}

.product-buttons:before,
.product-buttons:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-buttons:after {
    clear: both;
}

.product-buttons li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}

.product-buttons li button {
    display: inline-block;
    padding: 0;
}

.product-buttons li button:active,
.product-buttons li button:focus {
    box-shadow: none;
}

.btn-icon {
    font-size: 14px;
    line-height: 16px;
    color: #393b50;
    text-align: center;
    width: 18px;
}

.btn-icon:visited {
    color: #393b50;
}

.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
    color: #393b50;
}

.btn-icon+.btn-icon {
    margin-left: 0;
}

#button-cart {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#button-cart:disabled {
    pointer-events: none;
    opacity: .5;
}


/* ================   Tooltip  ================= */

.tooltip-inner {
    background: #393b50;
}

[class][class].tooltip-arrow {
    border-top-color: #393b50;
}


/*========================================================
                 Responsive styles Buttons
=========================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    .account-wishlist table td .btn {
        padding: 10px;
    }
    .product-btn-add {
        letter-spacing: 1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn,
    .btn-default,
    .btn-primary,
    .btn-success,
    .btn-info,
    .btn-warning,
    .btn-danger {
        letter-spacing: .5px;
    }
    .table-bordered>tbody>tr>.text-right {
        padding: 5px;
    }
    .account-wishlist table td .btn {
        padding: 6px;
    }
    .product-btn-add {
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #grid-view,
    #list-view {
        display: none;
    }
    .product-thumb .image>.quickview {
        display: none;
    }
}

@media (max-width: 479px) {
    .buttons .pull-left,
    .buttons .pull-right {
        float: none !important;
        margin-left: 0;
    }
    #button-cart {
        display: block;
        /*margin: 15px 0 0;*/
        width: 100%;
    }
    .product_tabs .nav-tabs {
        display: flex;
        flex-flow: column wrap;
    }
}

@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: #f0f0f4;
    border: 1px solid #babcce;
    color: #393b50;
    font-size: 14px;
    height: 46px;
    line-height: 36px;
    padding: 5px 10px 5px 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;
}

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 {
    border-color: #babcce;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.product-options .checkbox input[type="checkbox"]+label,
.product-options .radio input[type="radio"]+label {
    border: 1px solid #babcce;
}

select:hover {
    cursor: pointer;
}

input[name*="quantity"] {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    margin: 0 10px;
}

input[name="captcha"]+img {
    margin-top: 15px;
}

textarea:not([class*="habla"]) {
    min-height: 200px;
}

select {
    display: none;
}

#modal-shipping input[type="radio"] {
    display: inline;
    float: left;
    margin-top: 8px;
}

@media (max-width: 479px) {
    #modal-shipping .btn,
    #modal-shipping #button-shipping {
        margin-top: 5px;
    }
}

.counter,
.counter:focus {
    display: inline-block;
    height: 46px;
    width: 46px;
    color: #393b50;
    background: #f0f0f4;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.counter:hover,
.counter:focus:hover {
    background: #ecedf2;
    color: #babcce;
}

@media (max-width: 767px) {
    .counter,
    .counter:focus {
        display: none;
    }
}

@media (max-width: 767px) {
    #product .counter {
        display: inline-block;
    }
}

.input-group-btn input.btn {
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .input-group-btn input.btn {
        font-size: 12px;
    }
}

.input-group-btn input.btn:before {
    display: none;
}

.sbHolder {
    /* background-color: #f0f0f4; */
    border: 1px solid #babcce;
    height: 46px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #393b50;
    -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;
}

.sbHolder:hover {
    background: #ecedf2;
}

.sbHolder:focus {
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.sbSelector {
    display: block;
    height: 100%;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    right: 30px;
    padding: 5px 10px 5px 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;
}

.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: 46px;
    font-size: 14px;
}

.sbToggle:before {
    font-size: 18px;
    content: "";
    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: #f0f0f4;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    outline: 1px solid #babcce;
    font-size: 14px;
    line-height: 16px;
    z-index: 3;
}

.sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #393b50;
}

.sbOptions li a:hover {
    background: #ecedf2;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    position: relative;
    padding-left: 20px;
    line-height: 34px;
}

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: 9px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #babcce;
    background: #f6f6f8; */
    top: 4px;
    left: 5px;
    width: 47px;
    height: 27px;
    border-radius: 0;
    border: 1px solid #babcce;
    background: #f6f6f800;
}

input[type="radio"]+label:after {
    top: 5px;
    left: 6px;
    width: 46px;
    border-radius: 0;
    opacity: 0.2;
    height: 26px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

input[type="radio"]:checked+label:after {
    background: #393b50;
}

.radio-inline {
    margin-right: 10px;
}
input[type="checkbox"] {
    display: none;
}
#agreement_checkbox label input[type="checkbox"]{
    display: inline-block !important;
    margin-right: 10px;
    top: 0;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 10px;
    left: 0;
    width: 14px;
    height: 14px;
}

input[type="checkbox"]+label:before {
    background: #e5e5e5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="checkbox"]+label:after {
    text-align: center;
    line-height: 14px;
    font-family: "FontAwesome";
    color: #393b50;
}

input[type="checkbox"]:checked+label:after {
    content: "";
}

input[type="checkbox"][disabled]+label {
    color: #7f82a3;
    display: none;
}

input[type="checkbox"][name="agree"]+label {
    margin-bottom: 17px;
}

input[type="checkbox"][name="agree"]+label:before,
input[type="checkbox"][name="agree"]+label:after {
    top: 0;
}

#habla_window_div #habla_topbar_div {
    background: #393b50 !important;
}

#at15s,
#at20mc {
    z-index: 999 !important;
}

@media (max-width: 767px) {
    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: 12px;
    }
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    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: 140px;
    height: 140px;
    position: absolute;
    border: 10px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../image/preloader.gif") no-repeat 50% 50% #fff;
    -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;
}


/*========================================================
                      Menu styles
=========================================================*/

.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
}

.sf-menu>li+li {
    margin-left: 0;
}

.sf-menu>li+li>a,
.sf-menu>li+li>span {
    position: relative;
}

@media (max-width: 1199px) {
    .sf-menu>li+li>a:after,
    .sf-menu>li+li>span:after {
        left: -3px;
    }
}

.navigation {
    text-align: center;
    margin-bottom: 20px;
}

.common-home .navigation {
    margin-bottom: 40px;
}

.megamenu {
    position: relative;
    display: inline-block;
    /*width: 1170px;*/
    max-width: 100%;
}

.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}


/*================ Menu  ===============*/

.sf-menu {
    display: block;
    width: 100%;
    table-layout: fixed;
    /* margin-top: 20px; */
    color: #fff;
}

.sf-menu li {
    position: relative;
}

.sf-menu li.sf-with-mega {
    position: static;
    margin-right: 20px;
}

.sf-menu li>a {
    display: block;
}

.sf-menu a[href="#"] {
    pointer-events: none;
}

.sf-menu>li {
    display: inline-block;
}

.sf-menu>li+li {
    margin-left: 43px;
}

.sf-menu>li>a,
.sf-menu>li>span {
    display: inline-block;
    font: 400 16px/23px "CenturyGothic", sans-serif;
    text-transform: uppercase;
    color: #393b50;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu>li>a.visited {
    color: #fff;
}

.sf-menu>li.active>a,
.sf-menu>li>a:hover,
.sf-menu>li>a:focus,
.sf-menu>li>a:active,
.sf-menu>li.sfHover>a,
.sf-menu>li>a.active,
.sf-menu>li.sfHover>span {
    color: #adadb3;
}


/*================ Sub-menu lvl1  ===============*/

.sf-menu .simple_menu {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 100%;
    width: 200px;
    margin-top: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*================ Sub-menu lvl1 item  ===============*/

.sf-menu .simple_menu li {
    position: relative;
}

.sf-menu .simple_menu a {
    display: block;
    background: #f6f6f8;
    color: #393b50;
    padding: 13px 30px 13px 20px;
}

.sf-menu .simple_menu li.active>a,
.sf-menu .simple_menu a:hover,
.sf-menu .simple_menu li.sfHover>a {
    color: #393b50;
}


/*================ Sub-menu lvl2 ===============*/

.sf-menu .simple_menu .simple_menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}

.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;
    text-align: left;
    top: 75%;
    left: 0;
    right: 0;
    z-index: 109;
    padding: 19px 5% 17px;
    color: #fff;
    background-color: #393b50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    margin-top:4px;
}

.sf-menu .sf-mega h3 {
    color: #fff;
}

.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 {
    padding: 0;
}

.sf-menu .sf-mega .submenu_title a {
    font: bold 16px/19px "CenturyGothic", sans-serif;
    text-transform: uppercase;
    color: #adadb3;
}

.sf-menu .sf-mega .submenu_title a:visited {
    color: #adadb3;
}

.sf-menu .sf-mega .submenu_title a:hover,
.sf-menu .sf-mega .submenu_title a:focus,
.sf-menu .sf-mega .submenu_title a:active {
    color: #fff;
}

.sf-menu .sf-mega .submenu_category_title a,
.sf-menu .sf-mega .sf-mega_section a {
    display: inline-block;
    font: 300 16px/19px "CenturyGothic", sans-serif;
    color: #adadb3;
}

.sf-menu .sf-mega .submenu_category_title a:visited,
.sf-menu .sf-mega .sf-mega_section a:visited {
    color: #adadb3;
}

.sf-menu .sf-mega .submenu_category_title a:hover,
.sf-menu .sf-mega .submenu_category_title a:focus,
.sf-menu .sf-mega .submenu_category_title a:active,
.sf-menu .sf-mega .sf-mega_section a:hover,
.sf-menu .sf-mega .sf-mega_section a:focus,
.sf-menu .sf-mega .sf-mega_section a:active {
    color: #fff;
}

.sf-menu .sf-mega .submenu_category_title>a+ul,
.sf-menu .sf-mega .submenu_category_title+ul,
.sf-menu .sf-mega .sf-mega_section>a+ul,
.sf-menu .sf-mega .sf-mega_section+ul {
    margin-top: 4px;
}

.sf-menu .sf-mega .submenu_category_title ul,
.sf-menu .sf-mega .submenu_category_title+ul,
.sf-menu .sf-mega .sf-mega_section ul,
.sf-menu .sf-mega .sf-mega_section+ul {
    padding: 0;
    list-style-type: none;
}

.sf-menu .sf-mega .submenu_category_title ul li,
.sf-menu .sf-mega .submenu_category_title+ul li,
.sf-menu .sf-mega .sf-mega_section ul li,
.sf-menu .sf-mega .sf-mega_section+ul li {
    font: 400 14px/16px "CenturyGothic", sans-serif;
    padding: 10px 0 9px;
}

.sf-menu .sf-mega .submenu_category_title ul li a,
.sf-menu .sf-mega .submenu_category_title+ul li a,
.sf-menu .sf-mega .sf-mega_section ul li a,
.sf-menu .sf-mega .sf-mega_section+ul li a {
    font: 400 14px/16px "CenturyGothic", sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.sf-menu .sf-mega .submenu_category_title ul li ul,
.sf-menu .sf-mega .submenu_category_title+ul li ul,
.sf-menu .sf-mega .sf-mega_section ul li ul,
.sf-menu .sf-mega .sf-mega_section+ul li ul {
    padding: 0 0 0 15px;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li,
.sf-menu .sf-mega .submenu_category_title+ul li ul li,
.sf-menu .sf-mega .sf-mega_section ul li ul li,
.sf-menu .sf-mega .sf-mega_section+ul li ul li {
    padding: 14px 0 2px 0;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li:first-child,
.sf-menu .sf-mega .submenu_category_title+ul li ul li:first-child,
.sf-menu .sf-mega .sf-mega_section ul li ul li:first-child,
.sf-menu .sf-mega .sf-mega_section+ul li ul li:first-child {
    margin-top: 4px;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li a,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a,
.sf-menu .sf-mega .sf-mega_section ul li ul li a,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a {
    color: #adadb3;
    font-size: 13px;
    font-family: "CenturyGothic", sans-serif;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li a:before,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a:before,
.sf-menu .sf-mega .sf-mega_section ul li ul li a:before,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a:before {
    display: inline-block;
    content: '-';
    margin-right: 5px;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li a:visited,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a:visited,
.sf-menu .sf-mega .sf-mega_section ul li ul li a:visited,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a:visited {
    color: #adadb3;
}

.sf-menu .sf-mega .submenu_category_title ul li ul li a:hover,
.sf-menu .sf-mega .submenu_category_title ul li ul li a:focus,
.sf-menu .sf-mega .submenu_category_title ul li ul li a:active,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a:hover,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a:focus,
.sf-menu .sf-mega .submenu_category_title+ul li ul li a:active,
.sf-menu .sf-mega .sf-mega_section ul li ul li a:hover,
.sf-menu .sf-mega .sf-mega_section ul li ul li a:focus,
.sf-menu .sf-mega .sf-mega_section ul li ul li a:active,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a:hover,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a:focus,
.sf-menu .sf-mega .sf-mega_section+ul li ul li a:active {
    color: #fff;
}

.sf-menu .sf-mega .submenu_title+ul {
    margin-top: 14px;
}

.sf-menu .sf-mega_row {
    margin: 0 -15px;
}

.sf-menu .sf-mega_row:before,
.sf-menu .sf-mega_row:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu .sf-mega_row:after {
    clear: both;
}

.sf-menu .sf-mega_section {
    float: left;
    padding: 0 15px;
}

.sf-menu .sf-mega .sf-with-ul+ul {
    display: none !important;
    height: auto !important;
}

.sf-menu .sf-mega .sf-with-ul+ul>li {
    opacity: 1 !important;
}


/* .sf-menu>li {
    padding-bottom: 30px;
} */

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.sf-menu>li>.sf-with-ul:before {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: 52px;
    display: inline-block;
    content: '\e034';
    color: #393b50;
    font: 400 14px/16px 'fl-bigmug-line';
}

.sf-menu ul>li>.sf-with-ul {
    position: relative;
}

.sf-menu ul>li>.sf-with-ul:before {
    display: none;
}

@media (max-width: 1199px) {
    .sf-menu>li>a,
    .sf-menu>li>span {
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.stuck-menu {
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    div.stuck-menu {
        padding-top: 45px;
    }
    div.stuck-menu>.container {
        padding: 0 15px;
    }
    .sf-menu>li+li {
        margin-left: 18px;
    }
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .sf-mega_section {
        width: 100% !important;
    }
}


/*==================  Stuck menu  ======================*/

.stuck-menu {
    width: auto !important;
}

.stuck-menu>.container {
    position: relative;
    padding: 0 55px;
    width: 100%;
}

.ajax-overlay-open .scroll-fix {
    z-index: 996;
}


/*========================================================
                    Responsive  Footer
=========================================================*/

@media (min-width: 1200px) and (max-width: 1619px) {
    .stuck-menu .stuck-menu-block {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 991px) {
    .scroll-fix {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .stuck-menu {
        position: static;
    }
    .stuck-menu+.stuck-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .stuck-menu .stuck-menu-block {
        padding-top: 37px;
    }
    .stuck-menu>.container {
        padding: 0 15px;
    }
    #search {
        top: 100%;
    }
}


/*==================   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;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 16px;
    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: 10px 45px 10px 20px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #393b50;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    cursor: pointer;
    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;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0;
}

.rd-mobilemenu_ul ul li li a {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #393b50;
    font-size: 14px;
    line-height: 16px;
}

.rd-mobilemenu_ul ul li li li a {
    padding-left: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #4e516e;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.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: #7f82a3;
    -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: 100;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 52px;
    right: 96px;
    font-size: 20px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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: #7f82a3;
    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: 1080px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu_ul a.rd-with-ul[href="#"] {
        cursor: default;
    }
    .rd-mobilemenu_ul a[href="#"] span:before {
        position: absolute;
        display: block;
        width: 210px;
        height: 100%;
        top: 0;
        right: 0;
        content: '';
        pointer-events: none;
    }
    /*.rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }*/
    .cart {
        right: 15px;
        height: 56px;
        z-index: 1001;
    }
    .cart>button {
        line-height: 56px;
    }
    .cart>button i.fa-shopping-cart,
    .cart>button p {
        line-height: 56px;
        margin-top: 0;
        margin-bottom: 0;
    }
    header .nav {
        right: 30px;
        z-index: 1001;
        font-size: 18px;
    }
    header .nav>.toggle {
        font-size: 18px;
        line-height: 56px;
    }
    .cart>button,
    .nav>.toggle {
        color: #7f82a3;
        font-size: 28px;
    }
    .cart>button:hover,
    .nav>.toggle:hover {
        color: #393b50;
    }
}


/*========================================================
                      Banners
=========================================================*/

.banners>div .banner-box {
    position: relative;
}

.banners>div .banner-box>a {
    display: block;
}

.banners>div .img-responsive {
    width: 100%;
}

.top .banners {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: left;
}

.top .banners>div h2 {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 26px;
}

.top .banners>div a:hover .s-desc h2 {
    color: #babcce;
}

.top .banners>div>div>a {
    background: #fff;
}

.top .banners>div .s-desc {
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 15%;
    width: 80%;
}

.top .banners>div .s-desc h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
}

.top .banners>div.banner-1 p {
    font-weight: 300;
    max-width: 52%;
    color: #393b50;
}

.top .banners>div.banner-2 .s-desc {
    top: 15%;
    left: 15%;
    width: 80%;
}

.top .banners>div.banner-3 .s-desc {
    position: absolute;
    text-align: center;
    left: 0;
    top: auto;
    bottom: -1px;
    width: 100%;
    height: 147px;
    /* height: 427px; */
    /* height: 50%; */
    /* padding: 12.4% 6% 0 3%; */
    padding: 4% 6% 0 3%;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: rgba(57, 59, 80, 0.9);
}

.top .banners>div.banner-3 .s-desc h2,
.top .banners>div.banner-3 .s-desc h3 {
    color: #fff;
}

.top .banners>div.banner-3 .s-desc h2 {
    margin-bottom: 17px;
}

.top .banners>div.banner-3 .s-desc h3 {
    font-size: 44px;
    line-height: 59px;
    font-weight: 300;
    margin-bottom: 12px;
}

.top .banners>div.banner-4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    text-transform: uppercase;
}

.top .banners>div.banner-4 .s-desc {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 82%;
    color: #fff;
}

.top .banners>div.banner-4 h2,
.top .banners>div.banner-4 h3 {
    color: #fff;
}

.top .banners>div.banner-4 h2 {
    /* font-size: 90px; */
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 0;
}

.top .banners>div.banner-4 h4 {
    font-weight: 300;
    margin-bottom: 15px;
}

.top .banners ul li a {
    font-weight: 600;
    margin-bottom: 10px;
}

.top .banners ul li a.clearfix {
    display: none;
}

.top .banners ul li a:before {
    position: relative;
    left: -45px;
    float: left;
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-right: 48px;
}

.top .banners ul li a:hover:before {
    color: #babcce;
    
}
.top .banners ul li+li {
    margin-top: 20px;
}

.top .banners a img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
}

.top .banners a:hover img {
    opacity: .9;
}

.top .banners:nth-child(2n) {
    float: right;
}

.bottom .banners {
    background: #393b50;
    display: inline-block;
    width: 100%;
}

.bottom .banners>div {
    width: 25%;
    float: left;
}

.bottom .banners>div .s-desc {
    position: relative;
    padding: 45px 15px 68px;
    color: #fff;
    background: #393b50;
    text-align: center;
}

.bottom .banners>div .s-desc span {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.bottom .banners>div .s-desc span i {
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    font-style: normal;
}

.bottom .banners>div .s-desc h3 {
    color: #fff;
    margin-top: 21px;
    font: 300 44px/59px "CenturyGothic", sans-serif;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.bottom .banners>div .s-desc p {
    font-weight: 300;
}

.bottom .banners>div>div>a {
    background: #393b50;
}

.bottom .banners>div>div>a img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
}

.bottom .banners>div>div>a:hover img {
    opacity: .9;
}

.bottom .banners>div>div>a:hover .s-desc h3 {
    font-weight: 800;
}

.sadfghfjklhg2134 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 900px) {
    .sadfghfjklhg2134 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}


/*========================================================
                   Responsive Banners
=========================================================*/

@media (min-width: 1620px) {
    .top .banners ul li a:hover:before {
        margin-left: 15px;
        margin-right: 33px;
        -moz-transform: rotateY(180deg) rotateX(180deg) rotate(0deg);
        -ms-transform: rotateY(180deg) rotateX(180deg) rotate(0deg);
        -o-transform: rotateY(180deg) rotateX(180deg) rotate(0deg);
        -webkit-transform: rotateY(180deg) rotateX(180deg) rotate(0deg);
        transform: rotateY(180deg) rotateX(180deg) rotate(-0deg);
    }
}

@media (max-width: 900px) {
    .top .banners ul li a:before {
        left: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1619px) {
    .top .banners>div .s-desc {
        top: 17%;
        left: 5%;
        width: 95%;
    }
    .top .banners>div .s-desc h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .top .banners>div h2 {
        margin-bottom: 20px;
    }
    .top .banners>div.banner-1 p {
        max-width: 60%;
    }
    .top .banners>div.banner-2 .s-desc {
        top: 17%;
        left: 6%;
        width: 90%;
    }
    .top .banners>div.banner-3 .s-desc {
        padding: 5% 6% 0 3%;
        font-size: 24px;
        line-height: 27px;
    }
    .top .banners>div.banner-4 .s-desc {
        width: 85%;
    }
    .top .banners ul li a:before {
        font-size: 24px;
        margin-right: 20px;
    }
    .top .banners ul li+li {
        margin-top: 10px;
    }
    .bottom div.banners>div .s-desc {
        padding: 20px 10px 40px;
    }
    .bottom div.banners>div .s-desc h3 {
        font-size: 30px;
        line-height: 38px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top .banners>div .s-desc {
        top: 12%;
        left: 5%;
        width: 95%;
    }
    .top .banners>div .s-desc h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .top .banners>div h2 {
        margin-bottom: 10px;
    }
    .top .banners>div.banner-1 p {
        max-width: 64%;
    }
    .top .banners>div.banner-2 .s-desc {
        top: 15%;
        left: 6%;
        width: 90%;
        font-size: 15px;
    }
    .top .banners>div.banner-3 .s-desc {
        padding: 5% 6% 0 3%;
        font-size: 18px;
        line-height: 22px;
    }
    .top .banners>div.banner-3 .s-desc h3 {
        font-size: 35px;
        line-height: 47px;
        margin-bottom: 10px;
    }
    .top .banners>div.banner-4 .s-desc {
        width: 85%;
    }
    .top .banners ul li a:before {
        font-size: 20px;
        margin-right: 10px;
    }
    .top .banners ul li+li {
        margin-top: 10px;
    }
    .bottom div.banners>div .s-desc {
        padding: 20px 10px 35px;
    }
    .bottom div.banners>div .s-desc h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 5px;
    }
    .bottom div.banners>div .s-desc span {
        font-size: 32px;
        line-height: 32px;
    }
    .bottom div.banners>div .s-desc span i {
        margin-top: 20px;
    }
}
.header_top-line_heart{
    font-size: 18px;
    line-height: 30px;
    color: #394c50;
}
@media (min-width: 250px) and (max-width: 991px) {
    #page header>div, #page header>span, #page section>div, #page section>span{
        
        line-height: 0px;
        padding: 0px 0px 20px;
        background: #ffff;
        /*position: fixed;*/
        left: 0px;
        right: 0px;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .top .banners>div .s-desc {
        top: 12%;
        left: 5%;
        width: 95%;
    }
    .top .banners>div .s-desc h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .top .banners>div h2 {
        margin-bottom: 10px;
    }
    .top .banners>div.banner-1 p {
        max-width: 64%;
        font-size: 13px;
        line-height: 18px;
    }
    .top .banners>div.banner-2 .s-desc {
        top: 15%;
        left: 4%;
        width: 95%;
        font-size: 12px;
    }
    .top .banners>div.banner-3 .s-desc {
        padding: 5% 6% 0 3%;
        font-size: 16px;
        line-height: 20px;
    }
    .top .banners>div.banner-3 .s-desc h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }
    .top .banners>div.banner-4 .s-desc {
        width: 85%;
    }
    .top .banners>div.banner-4 .s-desc h2 {
        margin-bottom: 10px;
    }
    .top .banners>div.banner-4 .s-desc h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .top .banners ul li a:before {
        font-size: 16px;
        margin-right: 8px;
    }
    .top .banners ul li+li {
        margin-top: 3px;
    }
    .bottom div.banners>div .s-desc {
        padding: 15px 10px 25px;
    }
    .bottom div.banners>div .s-desc h3 {
        font-size: 19px;
        line-height: 24px;
        margin-top: 5px;
    }
    .bottom div.banners>div .s-desc span {
        font-size: 26px;
        line-height: 26px;
    }
    .bottom div.banners>div .s-desc span i {
        margin-top: 15px;
    }
    .bottom div.banners>div .s-desc p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .top .banners {
        width: 100%;
    }
    .top .banners {
        width: 100%;
        float: none;
        margin-bottom: 0;
        text-align: center;
    }
    .top .banners>div {
        line-height: 0;
    }
    .top .banners>div .s-desc h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 10px;
    }
    .top .banners>div.banner-3 .s-desc {
        padding: 3% 4% 0;
        font-size: 16px;
        line-height: 20px;
    }
    .top .banners>div.banner-3 .s-desc h2 {
        margin-bottom: 10px;
    }
    .top .banners>div.banner-3 .s-desc h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .top .banners>div.banner-4 .s-desc {
        width: 85%;
    }
    .top .banners>div.banner-4 .s-desc h2 {
        margin-bottom: 10px;
    }
    .top .banners>div.banner-4 .s-desc h3 {
        margin-bottom: 10px;
    }
    .top .banners>div>div>div,
    .top .banners>div>div>a {
        line-height: 34px;
    }
    .top .banners ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .top .banners ul li+li {
        margin-top: 10px;
    }
    .top .banners ul li a:before {
        font-size: 16px;
        margin-right: 20px;
    }
    .top .banners .s-desc,
    .top .banners>div.banner-4 .s-desc {
        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%);
        padding: 0;
        text-align: left;width: 90%;
    }/*
    .top .banners img {
        opacity: .5;
    }*/
    .top .banners>div .banner-box {
        line-height: 0;
    }
    .top .banners>div .s-desc,
    .top .banners>div.banner-2 .s-desc,
    .top .banners>div.banner-3 .s-desc,
    .top .banners>div.banner-4 .s-desc {
        top: 50%;
        left: 50%;
    }
    .top .banners>div.banner-1 p,
    .top .banners>div.banner-2.banner-1 p,
    .top .banners>div.banner-3.banner-1 p,
    .top .banners>div.banner-4.banner-1 p {
        max-width: 100%;
    }
    .top .banners>div.banner-2 .s-desc {
        text-align: left;
    }
    .top .banners>div.banner-3 .s-desc {
        bottom: auto;
        height: auto;
        padding-bottom: 5%;
    }
    .top .banners>div .banner-box>a {
        display: inline-block;
    }
    .bottom div.banners {
        text-align: center;
        background: #f9f9fb;
    }
    .bottom div.banners>div {
        display: inline-block;
        float: none;
        width: 512px;
        max-width: 100%;
    }
    .bottom div.banners>div .s-desc {
        padding-top: 35px;
        padding-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .top .banners>div p {
        font-size: 13px;
        line-height: 20px;
    }
    .top .banners>div .s-desc h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .top .banners>div.banner-2 .s-desc {
        width: 90%;
    }
    .top .banners>div.banner-3 .s-desc {
        font-size: 12px;
        line-height: 16px;
        bottom: auto;
        padding-bottom: 15px;
        height: auto;
        display: inline-block;
    }
    .top .banners>div.banner-3 .s-desc h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .top .banners>div.banner-4 {
        font-size: 20px;
        line-height: 24px;
    }
    .top .banners>div.banner-4 .s-desc h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .top .banners>div>div>div,
    .top .banners>div>div>a {
        line-height: 27px;
    }
    .top .banners ul li {
        font-size: 13px;
        line-height: 18px;
    }
    .top .banners ul li+li {
        margin-top: 7px;
    }
    .top .banners ul li a:before {
        font-size: 18px;
        margin-right: 8px;
    }
    .bottom div.banners>div .s-desc {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .bottom div.banners>div .s-desc h3 {
        font-size: 30px;
        line-height: 34px;
        margin: 5px 0;
    }
}

.owl-carousel {
    position: relative;
    margin: 0 -15px;
    width: auto;
}

.owl-carousel .owl-item {
    padding: 0 15px;
    width: auto;
}

.owl-carousel .owl-nav div {
    opacity: 0;
    color: #c9c9c9;
    transition: all .3s ease;
    font-size: 25px;
    position: absolute;
    top: 48%;
}

.owl-carousel .owl-nav div:hover {
    color: #393b50;
}

.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav .owl-next {
    right: -10px;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -20px;
}

@media (max-width: 767px) {
    .owl-carousel .owl-nav div {
        opacity: 1;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -10px;
    }
}

@-moz-document url-prefix() {
    .owl-carousel .owl-nav div.owl-next {
        margin-top: -1px !important;
        vertical-align: top;
    }
}

.testimonials.owl-carousel .owl-nav {
    margin-top: 30px;
}

.testimonials.owl-carousel .owl-nav div {
    opacity: 1;
    position: static;
    display: inline-block;
    margin: 0 5px;
}

.brand-carousel .owl-nav div {
    top: 30%;
}

aside .owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
}

aside .owl-carousel .owl-nav .owl-next {
    right: 15px !important;
}

.owl-pagination {
    text-align: center;
    top: 40px;
    position: relative;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0px 6px;
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0.9);
}


/*========================================================
           Responsive Layout
=========================================================*/

@media (max-width: 1239px) {
    .owl-carousel .owl-nav div {
        opacity: 1 !important;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0 !important;
    }
    .related-block .owl-carousel .owl-nav div {
        opacity: 1 !important;
    }
    .related-block .owl-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }
    .related-block .owl-carousel .owl-nav .owl-next {
        right: 10px !important;
    }
}

@media (max-width: 991px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -5px !important;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -5px !important;
    }
    .popup-pict img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .related-block .owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }
    .related-block .owl-carousel .owl-nav .owl-next {
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    .owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -10px !important;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -10px !important;
    }
    .owl-carousel.owl-drag .owl-item {
        text-align: center;
    }
    aside .owl-carousel .owl-nav .owl-prev {
        left: -10px !important;
    }
    aside .owl-carousel .owl-nav .owl-next {
        right: -10px !important;
    }
}


/*========================================================
                      Blog Styles
=========================================================*/

.blog_article {
    margin-bottom: 30px;
}

.blog_article .btn {
    margin-top: 30px;
}

.article-info .article-sub-title {
    text-align: center;
}

.article-info .btn {
    margin-top: 15px;
}

.article-image {
    text-align: center;
    margin-bottom: 15px;
}

#button-comment {
    cursor: pointer;
}

.simple_blog-article-view h1:after {
    margin-bottom: 15px;
}

.article-title {
    font: bold 16px/19px "CenturyGothic", sans-serif;
    color: #393b50;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.article-title h3 {
    margin-bottom: 36px;
}

.article-title h3 a {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.article-title h3 a:hover,
.article-title h3 a:focus,
.article-title h3 a:active {
    color: #babcce;
}

.article-title>h1 {
    text-transform: none;
}

.article-title>a {
    display: inline;
}

.article-title a:hover {
    color: #babcce;
}

.article-title+* {
    margin-top: 10px;
}

*+.article-description {
    margin-top: 15px;
}

.article-sub-title {
    font-size: 14px;
    line-height: 16px;
    color: #393b50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-sub-title span:before {
    font-size: 14px;
    font-family: "material-design";
    color: #393b50;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom;
}

.article-sub-title span+span {
    margin-left: 10px;
}

.article-sub-title+* {
    margin-top: 15px;
}

.description-blog {
    font-size: 18px;
    line-height: 28px;
}

.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: #393b50;
    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 {
    content: '\e18e';
    font-size: 28px;
    font-family: "material-design";
}

.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: #393b50;
    font-size: 16px;
    font-weight: 700;
}

.article-description+* {
    margin-top: 40px;
}

.related-article h4 {
    text-transform: uppercase;
    color: #393b50;
}

.related-article h4 a:hover {
    color: #393b50;
}

.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 #babcce;
}

.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 .reply-message a:hover {
    color: #63678c;
}

.article-comment .comment-date {
    clear: both;
    color: #393b50;
    text-transform: uppercase;
}

.article-comment .comment-date:before {
    content: '\e053';
    font-size: 15px;
    color: #393b50;
    font-family: "material-design";
    margin-right: 5px;
}

.article-comment .text {
    margin-top: 15px;
}

.article-comment .article-reply {
    margin: 30px 0 0 60px;
}

.reply-cancel {
    font-size: 16px;
    color: #393b50;
    -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: #393b50;
}

#review-title {
    clear: both;
}

.blog_articles .article-sub-title span+span {
    margin-left: 0;
}

section.bottom .blog_articles {
    margin-bottom: 71px;
}

section.bottom .blog_articles .box-heading {
    margin-bottom: 32px;
}

section.bottom .blog_articles .box-heading h2 {
    margin-bottom: 0;
}

section.bottom .blog_articles .btn {
    padding-bottom: 19px;
}

section.bottom .blog_articles .blog_articles-block>.col-sm-6 {
    padding: 0;
}

@media (min-width: 768px) {
    section.bottom .blog_articles .blog_articles-block>.col-sm-6 {
        z-index: 1;
    }
}

section.bottom .blog_articles .blog_articles-block>.col-sm-6 a:hover img {
    opacity: .6;
}

section.bottom .blog_articles .blog_articles-block:nth-of-type(odd)>.col-sm-6 {
    float: right;
}

section.bottom .blog_articles .blog_articles-block:nth-of-type(odd) .description-blog .col-sm-6 {
    left: 0;
    padding-left: 15px;
}

section.bottom .blog_articles .box-heading {
    text-align: center;
}

section.bottom .blog_articles .article-image {
    margin-bottom: 0;
}

section.bottom .blog_articles .article-image img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

section.bottom .blog_articles .blog_articles-block {
    background: #e8f9f8;
}

section.bottom .blog_articles .description-blog {
    position: relative;
}

section.bottom .blog_articles .description-blog .col-sm-6 {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

section.bottom .blog_articles .description-blog .article-sub-title+* {
    margin-top: 8px;
}

aside .blog_articles .box-heading h2 {
    font-size: 30px;
    line-height: 36px;
}

aside .blog_articles .article-title h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

aside .blog_articles .article-description {
    margin-bottom: 20px;
}

aside .blog_articles *+.article-description {
    margin-top: 10px;
}

aside .blog-categories ul>li {
    position: relative;
}

aside .blog-categories ul>li+li {
    margin-top: 2px;
}

aside .blog-categories ul>li>i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #393b50;
    -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: #393b50;
}

aside .blog-categories ul>li>a {
    background: #f6f6f8;
    display: block;
    color: #393b50;
    font: bold 16px/19px "CenturyGothic", sans-serif;
    text-transform: uppercase;
    padding: 12px 10px 12px 20px;
}

aside .blog-categories ul>li>a:hover {
    background: #ecedf2;
}

aside .blog-categories ul ul {
    display: none;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #babcce;
}

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: 46px;
    top: 0;
    color: #393b50;
    font-family: "FontAwesome";
    background: none;
}

aside #blog-search a:before {
    content: '\f002';
}

aside #blog-search a:hover {
    color: #393b50;
}

.simple_blog-article .blog_article {
    margin-bottom: 35px;
}

.simple_blog-article .article-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.simple_blog-article .blog_article .btn {
    margin-top: 0;
}

.simple_blog-article .article-description+* {
    margin-top: 15px;
}

.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: 2050px) {
    section.bottom .blog_articles .article-image a {
        width: 100%;
        max-height: 387px;
        overflow: hidden;
    }
    section.bottom .blog_articles .article-image a img {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    section.bottom .blog_articles h3 {
        font-size: 26px;
    }
}

@media (max-width: 1799px) {
    .article-title h3 {
        margin-bottom: 0;
    }
    *+.article-description {
        margin-top: 10px;
    }
    .article-description+* {
        margin-top: 20px;
    }
    section.bottom .blog_articles .btn {
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-sub-title span+span {
        margin-left: 5px;
    }
    .article-title h3 {
        margin-bottom: 5px;
    }
    section.bottom *+.article-description {
        margin-top: 5px;
    }
    .article-description {
        font-size: 14px;
        line-height: 20px;
    }
    .article-description+* {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-sub-title span+span {
        margin-left: 5px;
    }
    .article-title h3 {
        margin-bottom: 5px;
    }
    section.bottom *+.article-description {
        margin-top: 5px;
    }
    .article-description {
        font-size: 12px;
        line-height: 16px;
    }
    .article-description+* {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .simple_blog-article-view .product_tabs .nav-tabs,
    .simple_blog-article-view .product_tabs .tab-content {
        width: 100%;
    }
    section.bottom .blog_articles-block+.blog_articles-block {
        margin-top: 20px;
    }
    section.bottom .blog_articles {
        margin-bottom: 40px;
    }
    section.bottom .blog_articles .blog_articles-block:nth-of-type(odd)>.col-sm-6 {
        float: none;
    }
    section.bottom .blog_articles .description-blog .col-sm-6 {
        left: 0;
    }
    section.bottom .blog_articles .blog_articles-block {
        position: relative;
        text-align: center;
    }
    section.bottom .blog_articles .article-image img {
        opacity: .4;
    }
    section.bottom .blog_articles .description-blog {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    section.bottom .blog_articles .description-blog .col-sm-6 {
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .reply-cancel {
        float: none;
        display: block;
    }
    section.bottom .blog_articles {
        margin-bottom: 56px;
    }
    section.bottom .blog_articles .description-blog {
        font-size: 13px;
        line-height: 20px;
    }
    section.bottom .blog_articles .description-blog .col-sm-6 {
        padding-left: 30px;
        padding-top: 15px;
    }
    section.bottom .blog_articles .description-blog .article-title h3 {
        font-size: 22px;
    }
    section.bottom .blog_articles .description-blog .article-sub-title+* {
        margin-top: 5px;
    }
    section.bottom .blog_articles .article-description+* {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    section.bottom .blog_articles .description-blog {
        position: relative;
        display: inline-block;
    }
    section.bottom .blog_articles .description-blog .col-sm-6 {
        padding: 15px;
        position: relative;
        width: 100%;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    section.bottom .blog_articles .article-image img {
        opacity: 1;
    }
}


/*========================================================
                     Color Schemes
=========================================================*/

.color_scheme_1 {
    background: #393b50;
}

.color_scheme_1:before {
    background: #ffffff;
}

.color_scheme_2 {
    background: #394c50;
}

.color_scheme_2:before {
    background: #efe9e7;
}

.color_scheme_3 {
    background: #552945;
}

.color_scheme_3:before {
    background: #e5e5e5;
}

.color_scheme_4 {
    background: #503e39;
}

.color_scheme_4:before {
    background: #f4eede;
}

#style_switcher,
#style_switcher .toggler {
    background: #191a23;
}

#style_switcher,
#style_switcher .toggler:hover {
    color: #fff;
}

#style_switcher div.color_scheme {
    position: relative;
    overflow: hidden;
}

#style_switcher div.color_scheme:before,
#style_switcher div.color_scheme:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    -webkit-filter: blur(0);
    filter: blur(0);
}

#style_switcher div.color_scheme:before {
    top: 0;
}

#style_switcher div.color_scheme:after {
    bottom: 0;
}

#style_switcher {
    position: fixed;
    top: 190px;
    width: 295px;
    box-sizing: border-box;
    left: 0;
    z-index: 1012;
    padding: 21px 29px 62px 30px;
    text-align: left;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

#style_switcher.shown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1012;
}

#style_switcher p {
    line-height: 28px;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 23px;
}

#style_switcher p span {
    font-size: 12.4px;
    display: block;
    line-height: 21px;
    color: #888;
}

#style_switcher .toggler {
    position: absolute;
    top: 0;
    left: 100%;
    width: 57px;
    height: 60px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    transition: color .2s ease;
}

#style_switcher .toggler:visited {
    color: rgba(255, 255, 255, 0.4);
}

#style_switcher .toggler:hover,
#style_switcher .toggler:active,
#style_switcher .toggler:focus,
#style_switcher .toggler:active:hover,
#style_switcher .toggler:focus:hover {
    color: #fff;
}

#style_switcher .toggler:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    height: 60px;
    content: '\f040';
    font-family: fontawesome;
    transition: color .2s ease;
}

#style_switcher.shown .toggler:before {
    content: '\f00d';
}

#style_switcher ul {
    margin: 0;
    list-style: none;
    font-size: 0;
    padding: 0 0 21px;
    line-height: 0;
}

#style_switcher ul li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: top;
}

#style_switcher ul li:hover,
#style_switcher ul li.active {
    padding: 2px;
}

#style_switcher div.color_scheme {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

#style_switcher ul li:hover div.color_scheme,
#style_switcher ul li.active div.color_scheme {
    height: 36px;
    width: 36px;
}

#style_switcher #style_switcher_form {
    padding: 0;
    margin: 0;
}

#style_switcher #style_switcher_form button.button {
    display: block;
    text-align: center;
    padding: 4px 30px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    outline: none !important;
    position: relative;
    border: 2px solid #626262 !important;
    background: transparent !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}

#style_switcher #style_switcher_form button.button:hover {
    background: #626262 !important;
    color: #fff !important;
}

#style_switcher.loading:before {
    position: absolute;
    right: 30px;
    bottom: 40px;
    background: url(../images/loading.gif);
    width: 60px;
    height: 20px;
    content: '';
}

#style_switcher.success:before {
    position: absolute;
    right: 30px;
    bottom: 32px;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 40px;
}


/*-------------------------*/

@media (max-width: 767px) {
    #style_switcher {
        top: 120px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #style_switcher p {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #style_switcher {
        width: 260px;
        padding-left: 20px;
    }
}

body.mobile_mode.mobile #style_switcher {
    top: 0 !important;
}


/* ===================   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-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: 100%;
    max-width: 100%;
    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%;
    z-index: 5;
    font-size: 25px;
    color: #393b50;
}

.ajax-quickview-images .next-img:hover,
.ajax-quickview-images .prev-img:hover {
    color: #babcce;
}

.ajax-quickview-images .next-img {
    right: 15px;
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ajax-quickview-images .prev-img {
    left: 15px;
}

.ajax-quickview-cont-wrap {
    float: right;
    max-height: 100%;
    overflow-y: auto;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont {
    padding: 30px 40px;
}

.ajax-quickview-cont-wrap .sale,
.ajax-quickview-cont-wrap .new-pr,
.ajax-quickview-cont-wrap .discount {
    position: static;
    margin-bottom: 10px;
}

.ajax-quickview-cont-wrap .product-options {
    border-bottom: none;
}

.ajax-quickview-cont-wrap .product-btn-add {
    vertical-align: middle;
}

.ajax-quickview-cont-wrap .counter+.product-btn-add {
    margin-left: 20px;
}

.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;
    border: 10px solid #fff;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../image/quick_view_preloader.gif) #fff;
}

.ajax-quickview-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

.newsletter {
    margin-bottom: 0;
    max-width: 630px;
    display: inline-block;
}

.newsletter .box-heading {
    display: none;
}

.newsletter .box-content {
    padding-bottom: 43px;
}

.newsletter form {
    line-height: 19px;
    position: relative;
}

.newsletter .tm-login-form {
    display: inline-block;
    width: 457px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.newsletter .btn {
    float: right;
    padding: 0;
    min-width: 146px;
    text-align: center;
    line-height: 40px;
    color: #2e3042;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newsletter .btn:visited {
    color: #2e3042;
}

.newsletter .btn:hover,
.newsletter .btn:active,
.newsletter .btn:focus,
.newsletter .btn:active:focus,
.newsletter .btn:active:hover {
    color: #babcce;
}

.newsletter input {
    width: 290px;
    display: inline-block;
    float: left;
    color: #393b50;
    font-size: 16px;
    line-height: 19px;
    background: #fff;
    height: 40px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 10px 15px 11px;
    margin: 0;
}

.newsletter input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newsletter input::-webkit-input-placeholder {
    color: #393b50;
    font-weight: 300;
    opacity: 1;
}

.newsletter input:-moz-placeholder {
    color: #393b50;
    font-weight: 300;
    opacity: 1;
}

.newsletter input::-moz-placeholder {
    color: #393b50;
    font-weight: 300;
    opacity: 1;
}

.newsletter input:-ms-input-placeholder {
    color: #393b50;
    font-weight: 300;
    opacity: 1;
}

.newsletter-description {
    font-weight: 300;
    margin-bottom: 36px;
}

html[lang="ru"] .newsletter .btn {
    font-size: 15px;
}

.newsletter-error,
.newsletter-success {
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.newsletter-error {
    color: #D4323D;
}

.newsletter-success {
    color: #55C65E;
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsletter-description {
        margin-bottom: 30px;
    }
    .newsletter input {
        font-size: 12px;
        letter-spacing: 0;
    }
    .newsletter .box-content {
        padding-bottom: 30px;
    }
    .copyright>.container {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .newsletter {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .newsletter-description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .newsletter input {
        width: 140px;
    }
    .newsletter .tm-login-form {
        width: 290px;
    }
    .newsletter .box-content {
        padding-bottom: 20px;
    }
}

.html-module {
    padding-bottom: 22px;
}

.html-module .html-margin {
    margin-right: -28%;
    position: relative;
    color: #393b50;
    background: #e9edee;
}

.html-module .html-margin:before,
.html-module .html-margin:after {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 100%;
    width: 500%;
    height: 100%;
    content: '';
    background: #e1e1e1;
}

.html-module .html-margin:after {
    left: 100%;
    background: #e9edee;
}

.html-module .html-margin table tr td:first-child {
    padding-right: 5%;
    width: 41%;
}

.html-module .html-margin table tr td img {
    width: 100%;
}

.html-module b {
    font: bold 12px/14px "CenturyGothic", sans-serif;
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.html-module>h2 {
    display: none;
}

.html-module h2 {
    font: 400 30px/36px "CenturyGothic", sans-serif;
    letter-spacing: -1.6px;
    margin-bottom: 14px;
}

.html-module p {
    margin-bottom: 37px;
}

.html-module .html-carousel {
    width: 430px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.html-module .html-carousel .owl-nav {
    display: none !important;
}

.html-module .html-carousel .owl-dots {
    padding-left: 25%;
    text-align: center;
    margin-top: 19px;
}

.html-module .html-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.html-module .html-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.html-module .html-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #747a80;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
    position: relative;
}

.html-module .html-carousel .owl-dots .owl-dot span:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #747a80;
    opacity: .5;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.html-module .html-carousel .owl-dots .owl-dot.active span,
.html-module .html-carousel .owl-dots .owl-dot:hover span {
    background: #07131f;
}

.html-module .html-carousel .owl-dots .owl-dot.active span:before,
.html-module .html-carousel .owl-dots .owl-dot:hover span:before {
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;
    opacity: 0;
    background: #07131f;
}

.html-module .html-carousel .owl-item {
    padding-left: 4px;
    padding-right: 4px;
}


/*========================================================
               Responsive styles
=========================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
    .html-module .html-margin {
        margin-right: 0;
    }
    .html-module .html-margin table tr td:first-child {
        width: 50%;
    }
    .html-module .html-carousel {
        width: 300px;
    }
    .html-module .html-carousel .owl-dots {
        margin-top: 2px;
    }
    .html-module h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .html-module b {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .html-margin p {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .html-module .html-margin {
        margin-right: 0;
    }
    .html-module .html-margin table tr td:first-child {
        width: 50%;
    }
    .html-module .html-carousel {
        width: 220px;
    }
    .html-module .html-carousel .owl-dots {
        margin-top: 2px;
    }
    .html-module b {
        font-size: 11px;
        line-height: 13px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .html-module h2 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -.5px;
        margin-bottom: 5px;
    }
    .html-module p {
        font-size: 12px;
        line-height: 18px;
    }
    .html-module .html-carousel {
        padding-left: 15px;
    }
    .html-module .html-carousel .owl-dots {
        line-height: 16px;
    }
    .html-module .html-carousel .owl-dots .owl-dot+.owl-dot {
        margin-left: 5px;
    }
    .html-module .html-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .html-margin p {
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    .stuck-menu{
        display:none  !important;
    }
}
@media (max-width: 767px) {
    .html-module .html-margin {
        margin: 0 -15px 15px;
    }
    .html-module .html-margin:before,
    .html-module .html-margin:after {
        display: none;
    }
    .html-module .html-margin table tr {
        display: block;
    }
    .html-module .html-margin table tr td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .html-module .html-margin table tr td:first-child {
        width: 100%;
        padding: 20px 15px;
    }
    .html-module .html-carousel {
        width: 290px;
        display: inline-block;
    }
    .html-module .html-carousel .owl-dots {
        padding-left: 0;
    }
    .html-module h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }
    .html-margin p {
        margin-bottom: 10px;
    }
}


/*
* @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 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.rd-parallax-inner {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    text-align: center;
}

.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;
}

.rd-parallax-layer[data-type="html"] {
    position: relative;
    padding-top: 97px;
    padding-bottom: 82px;
}

.rd-parallax .layer-1 {
    pointer-events: none;
}


/*========================================================
                   Styles Responsive
=========================================================*/

@media (max-width: 1619px) {
    .rd-parallax-layer[data-type="html"] {
        padding-top: 75px;
        padding-bottom: 65px;
    }
}

@media (max-width: 1199px) {
    .rd-parallax-layer[data-type="html"] .box {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rd-parallax-layer[data-type="html"] {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-parallax-layer[data-type="html"] {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .rd-parallax-layer[data-type="html"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .rd-parallax-layer[data-type="html"].layer-0 {
        z-index: 2;
    }
}


/* ===================   Social list   =================== */

.social-list {
    font-size: 22px;
    line-height: 48px;
    display: inline-block;
}

.social-list li {
    display: inline-block;
    float: left;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.social-list li+li {
    margin: 0 0 5px 10px;
}

.social-list li:hover a {
    -moz-transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    -ms-transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    -o-transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    -webkit-transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
    transform: rotateY(180deg) rotateX(180deg) rotate(180deg);
}

.social-list a {
    color: #2e3042;
    background: #f6f6f6;
    display: inline-block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    position: relative;
}

.social-list a:visited {
    color: #2e3042;
    background: #f6f6f6;
}

.social-list a:hover,
.social-list a:focus,
.social-list a:active {
    color: #fff;
    background: #444554;
}


/*========================================================
                 Responsive styles
=========================================================*/

@media (min-width: 768px) and (max-width: 991px) {
    .social-list li+li {
        margin-left: 15px;
    }
}

.vide_cnt {
    position: relative;
}

.video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: inline-block;
    /* background: rgba(255, 255, 255, 0.5); */
}

.vide,
.rd-video_cnt {
    padding: 50px 0;
    height: 1085px;
}

.vide h2,
.rd-video_cnt h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
}


/*========================================================
               Responsive Header styles
=========================================================*/

@media (min-width: 1620px) and (max-width: 1920px) {
    .vide,
    .rd-video_cnt {
        height: 937px;
    }
}

@media (min-width: 1200px) and (max-width: 1619px) {
    .vide,
    .rd-video_cnt {
        height: 829px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vide,
    .rd-video_cnt {
        height: 725px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vide,
    .rd-video_cnt {
        height: 580px;
    }
}

@media (max-width: 767px) {
    .vide,
    .rd-video_cnt {
        padding: 0;
        height: 380px;
    }
}


/* ===================   Breadcrumb   =================== */

.breadcrumb {
    margin: 5px 0 30px;
    padding: 15px 20px;
    background: #f6f6f8;
    font: 600 14px/16px "CenturyGothic", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb a {
    display: inline-block;
}

.breadcrumb a:hover i {
    color: #393b50;
}

.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 2px;
    font-family: "material-design";
    font-size: 14px;
    line-height: 16px;
}

.breadcrumb i {
    color: #393b50;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.breadcrumb i:before {
    content: '\e0ba';
    font-family: "material-design";
}


/* ===================   Product Page   =================== */

.product-share {
    height: 32px;
    margin-top: 1em;
}

.review-form-title {
    text-align: center;
}

.review-form-title h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #393b50;
    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: #393b50;
    content: '';
    margin-left: -10px;
}

.review-form-title h3:hover {
    color: #393b50;
}

.product-rating-status .review-link {
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}

.rating-section a {
    cursor: pointer;
}

.product-review-form {
    display: none;
}

.product-options {
    font-size: 16px;
    line-height: 18px;
}

.product-options .control-label {
    text-align: left;
    margin: 0 0 10px;
    color: #393b50;
    text-transform: uppercase;
    font-size: 16px;
}

.product-options .checkbox,
.product-options .radio {
    margin-top: 0;
    margin-bottom: 5px;
}

.product-options .text-danger {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.product-options .has-error .form-control {
    border-color: #d9d9d9;
}

.product-options .radio {
    padding-top: 0;
}

.product-options .radio input[type="radio"]+label {
    padding: 0 5px 5px 22px;
    display: block;
    border: none;
    text-transform: capitalize;
    text-align: left;
}

.product-options .radio input[type="radio"]+label:before {
    top: 3px;
    left: 5px;
}

.product-options .radio input[type="radio"]+label:after {
    top: 4px;
    left: 5px;
}

.product-options .checkbox label {
    padding: 5px 5px 5px 30px;
    display: block;
    background: #f6f6f8;
    text-transform: capitalize;
    text-align: left;
}

.product-options .checkbox label:before,
.product-options .checkbox label:after {
    left: 7px;
    top: 12px;
}

.product-options .checkbox label:before {
    background: none;
    border: 1px solid #babcce;
}

.product_tabs {
    margin: 50px 0;
}

.product_tabs:before,
.product_tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.product_tabs:after {
    clear: both;
}

.product_tabs .nav-tabs {
    /*width: 25%;
    float: left;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
    line-height: 14px;
    border-bottom: none;
}

.product_tabs .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    /*width: 100%;*/
    margin: 0 0 5px;
    text-align: left;
}

.product_tabs .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 800;
    font-size: 16px;
    font-family: "CenturyGothic", sans-serif;
    border: none !important;
    border-right: 0 solid #e1e1e1 !important;
    margin-right: 0;
    color: #393b50;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product_tabs .nav-tabs>li>a {
        font-size: 14px;
    }
}

.product_tabs .nav-tabs>li>a:before {
    left: 0;
}

.product_tabs .nav-tabs>li>a:hover,
.product_tabs .nav-tabs>li>a:focus {
    color: #9c9fb9;
    background: none !important;
}

.product_tabs .nav-tabs>li.active>a {
    color: #9c9fb9;
}

.product_tabs .nav-tabs>li.active>a:hover,
.product_tabs .nav-tabs>li.active>a:focus {
    background: none !important;
}

.product_tabs .tab-content {
    /*width: 75%;
    float: left;*/
    padding: 5px 0 5px 30px;
    border-left: 1px solid #babcce;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .product_tabs .nav-tabs>li>a:before {
        display: none;
    }
    .product_tabs .nav-tabs>li.active>a {
        background: #FFF;
    }
}

.product-spec {
    line-height: 16px;
}

.product-spec .table {
    border: none;
    border-bottom: 1px solid #babcce;
}

.product-spec .table th {
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 10px 5px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: "CenturyGothic", sans-serif;
}

.product-spec .table td {
    padding: 8px 15px;
    border-bottom: none;
    border-top: none;
}

.product-spec .table tr+tr td {
    border-top: 1px solid #babcce;
}

.product-spec .table td:first-child {
    width: 30%;
    border-left: none;
    text-align: right;
    color: #393b50;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-family: "CenturyGothic", sans-serif;
}

.product-spec .table td {
    width: 70%;
    border-right: none;
}

@media (max-width: 479px) {
    .product-spec .table td:first-child,
    .product-spec .table td {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product_tabs .nav-tabs,
    .product_tabs .tab-content {
        width: 100%;
        float: none;
    }
    .product_tabs .tab-content {
        border-left: none;
        padding: 20px 0;
    }
}


/* ===================   Product Gallery   =================== */

.zoomContainer {
    z-index: 1 !important;
}

.zoomContainer .zoomLens {
    z-index: 2 !important;
}

.zoomWindowContainer>div {
    border-width: 2px !important;
    border-color: #e1e1e1 !important;
}

@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 .bx-wrapper {
    margin: 0 !important;
}

.product-gallery .bx-viewport {
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
    position: absolute;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 33px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
    color: #929292;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev i,
.product-gallery .image-thumb .bx-wrapper .bx-next i {
    display: inline-block;
    height: 20px;
}

.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: #393b50;
}

.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 {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 20px;
        height: 56px;
        line-height: 56px;
        display: inline-block;
        font-size: 24px;
    }
    .product-gallery .image-thumb .bx-wrapper .bx-next {
        left: auto;
        right: 15px;
        bottom: 50%;
        margin-bottom: -28px;
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    .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: #f6f6f6;
}

.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 {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    display: block;
}

@media (min-width: 1200px) {
    .product-gallery .image-thumb li a:hover,
    .product-gallery .image-thumb li a.zoomGalleryActive {
        background: #f6f6f8;
    }
}

.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 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #393b50;
}

.reward-block span {
    display: block;
}

#product {
    margin-top: 15px;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#tab-delivery #column-right {
    width: 100% !important;
    float: none !important;
}

#product label {
    color: #393b50;
    text-transform: none !important;
}

#product .quantity {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#product .quantity label {
    margin-right: 5px;
}

.polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f6f6f8;
    padding: 0;
}

.magnificent-viewport {
    background: #f6f6f8;
}

.general_info {
    margin-top: -7px;
}

.general_info .price-section {
    margin: 5px 0 0;
    padding-bottom: 5px;
}

.general_info .product-section {
    padding: 10px 0;
    line-height: 18px;
}

#button-cart {
    text-transform: none;
}

.general_info .product-section strong {
    color: #393b50;
    font-size: 15px;
    font-family: "CenturyGothic", sans-serif;
}

[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 {
    margin-bottom: 0px;
}

.box-subcat li .thumb {
    padding: 0;
}

.box-subcat li .image {
    overflow: hidden;
    margin-bottom: 15px;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box-subcat li .image a {
    display: block;
}

.box-subcat li .image a:hover img {
    opacity: .5;
}

.box-subcat li .image img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.box-subcat li.first-in-line {
    clear: left;
}

.box-subcat .name.subcatname a {
    font-size: 15px;
    white-space: nowrap;
}

.category-img {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
.asfdsg34{
display:block;}
    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }
    .box-subcat li .thumb {
        padding: 20px 10px;
        position: relative;
    }
    .box-subcat li .thumb:before,
    .box-subcat li .thumb:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .box-subcat li .thumb:after {
        clear: both;
    }
    .box-subcat li .image {
        display: inline-block;
        float: left;
        margin-bottom: 0;
        width: 30%;
    }
    .box-subcat li .name {
        padding-top: 0;
        padding-left: 30px;
        border-top: none;
        position: absolute;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 30%;
    }
    .box-subcat li:nth-child(2n+1) {
        clear: both;
    }
    .category-img-block {
        text-align: center;
    }
    #content .box-subcat [class*="col-sm-"]+[class*="col-sm-"] {
        margin-top: 0;
    }
    .breadcrumb {
        margin-top: 18px;
    }
    .product-gallery .image-thumb li a {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .box-subcat li {
        width: 100%;
        float: none;
        clear: both;
    }
}


/* ===================   Product Filter  =================== */

.button-view {
    color: #393b50;
}

.button-view button+button {
    border-left: 1px solid #babcce;
}

.button-view a,
.button-view button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
}

.button-view a.compare-total {
    font-size: 16px;
}

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
    color: #babcce;
}

.product-filter {
    background: #f6f6f8;
    margin: 34px 0;
}

.product-filter_elem {
    float: left;
}

.product-filter_elem .sbHolder,
.product-filter_elem select {
    height: 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 10px;
    border-top: none;
    border-bottom: none;
}

.product-filter_elem .sbHolder .sbSelector,
.product-filter_elem select .sbSelector {
    padding: 6px 10px;
}

.product-filter_elem .sbHolder .sbToggle,
.product-filter_elem select .sbToggle {
    line-height: 46px;
}

.product-filter_elem.show .sbHolder {
    width: auto;
    border-right: none;
}

.product-filter .sort {
    width: 31%;
}

.product-filter .sort label {
    display: none;
}

.product-filter label,
.product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    margin: 0 5px 0 0;
    color: #393b50;
}

.product-filter .compare-total {
    border-right: 1px solid #babcce;
}

.product-filter .compare-total span {
    display: none;
}

.product-filter .compare-total:hover,
.product-filter .compare-total:active {
    color: #babcce;
}

.results {
    margin-top: 13px;
}

.nav-cat {
    margin-bottom: 13px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}


/* ========   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 {
    font-weight: bold;
}

.checkout-cart #content .table a:hover,
.account-wishlist #content .table a:hover,
.product-compare #content .table a:hover {
    color: #393b50;
}

.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: #393b50;
}

.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: #393b50;
}

.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: #393b50;
    font-size: 28px;
}

.checkout-cart #content .table td:nth-child(3) {
    min-width: 165px;
}

.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: #393b50;
}

.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: #393b50;
    font-weight: 700;
}

.account-wishlist .table.table-bordered tr td:nth-child(6) {
    min-width: 150px;
}

.cart-wrapper {
    padding: 30px;
    border: 1px solid #babcce;
    border-top-width: 2px;
}

.cart-remove-btn {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.cart-remove-btn span,
.cart-remove-btn:before {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.cart-remove-btn,
.cart-remove-btn:visited {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.cart-remove-btn:before,
.cart-remove-btn:visited:before {
    font-weight: 400;
    text-transform: none;
    margin-right: 3px;
}

.cart-remove-btn:focus,
.cart-remove-btn:visited:focus {
    text-decoration: none;
}

.cart-remove-btn:hover,
.cart-remove-btn:visited:hover {
    text-decoration: none;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus,
.cart-remove-btn:active {
    color: #393b50;
}

.link {
    color: #393b50;
    font-size: 14px;
    font-weight: 700;
}

.link:focus,
.link:visited {
    color: #393b50;
}

.link:hover {
    color: #393b50;
}

@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: #f6f6f8;
    color: #393b50;
}

.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 #babcce;
}

.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 #babcce;
    }
    .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;
    }
}


/* ===================   About Page   =================== */

.extra-wrap {
    overflow: hidden;
}

[class*="information-information-"] *+h3 {
    margin-top: 15px;
}

.information-information #content h4,
.information-information #content h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #393b50;
}

.information-information #content h4 a:hover,
.information-information #content h5 a:hover {
    color: #393b50;
}

.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: #babcce;
    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: #393b50;
}

.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: 10px;
    margin-bottom: 35px;
}

.count-box strong {
    display: block;
    color: #393b50;
    font-family: 'Georgia';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
}


/* ===================   Icon box   =================== */

.icon-box {
    margin-bottom: 35px;
}

.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #393b50;
    font-size: 66px;
    color: #393b50;
    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: #393b50;
    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 img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thumbnail a {
    display: block;
    max-width: 100%;
}

.thumbnail a:hover img {
    opacity: .9;
}

@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 #393b50;
    text-align: left;
}

.delivery_page .table tbody td:first-child {
    color: #393b50;
}

.delivery_page .table tbody td:last-child {
    color: #393b50;
    font-weight: 700;
}

.delivery_page .table tbody td {
    min-width: 150px;
}


/* ===================   Terms and Conditions Page   =================== */

.terms_conditions_page h4 {
    position: relative;
    padding-left: 40px;
}

.terms_conditions_page h4:before {
    content: '\e174';
    position: absolute;
    left: 0;
    bottom: -7px;
    color: #393b50;
    font-size: 28px;
    line-height: 28px;
    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:before {
    content: counter(list, decimal);
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #393b50;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.privacy_page ol li+li {
    margin-top: 40px;
}


/* ===================   Site Map Page  =================== */

.site-map-page h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #393b50;
}

.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: 34px;
}

.site-map-page #content ul li+li {
    margin-top: 6px;
}

.site-map-page #content ul li a:hover {
    color: #63678c;
}

.site-map-page #content ul.category-list {
    position: relative;
}

.site-map-page #content ul.category-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 17px;
    width: 1px;
    background: #393b50;
}

.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: 17px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
    top: 11px;
}

.site-map-page #content ul.category-list ul {
    position: relative;
    margin-top: 6px;
}

.site-map-page #content ul.category-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 17px;
    width: 1px;
    background: #babcce;
}

.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: #babcce;
}

.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: #393b50;
}

@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: 2px solid #393b50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact_page .panel img {
    background-color: transparent;
}

.contact_page .map {
    border-top: 2px solid #393b50;
    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: #393b50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #393b50;
    font-size: 26px;
}

.contact_page .icon+.icon {
    margin-top: 20px;
}

.contact_page .col-sm-4:nth-child(3n-2) {
    clear: both;
}

.contact_page .col-sm-4:nth-child(n+4) {
    margin-top: 15px;
}

.contact_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.contact_page .form-horizontal .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact_page .col-sm-4:nth-child(n+2) {
        margin-top: 30px;
    }
}


/* ===================   Manufacturer List  =================== */

.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: #393b50;
    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 #babcce;
    -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 #babcce;
}

.brands {
    background: #f6f6f8;
    padding: 20px;
    margin-bottom: 30px;
}


/* ===================   Account Page  =================== */

.well {
    background-color: #fff;
    border: 1px solid #babcce;
    border-top: 2px solid #393b50;
    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: #393b50;
    float: left;
    font-size: 56px;
    margin-right: 14px;
    line-height: 60px;
}

.well .heading h2 {
    font-size: 23px;
    color: #393b50;
    margin: 0 0 5px;
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}
/*
.well p {
    border-bottom: 1px solid #babcce;
    padding: 20px 0;
}*/
.well a.btn.btn-primary{
    margin:0px;
}
.well a {
    display: inline-block;
    margin-top: 20px;
}

.account-account h3 {
    text-transform: uppercase;
}

.account-account h3 i {
    color: #393b50;
    margin-right: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .account-account .col-sm-4+.col-sm-4 {
        margin-top: 30px;
    }
}

.account-address .table,
.account-address-delete .table {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .account-address .table,
    .account-address-delete .table {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .well .heading {
        text-align: center;
    }
    .well .heading h2 {
        font-size: 17px;
    }
    .well .heading i {
        float: none;
    }
}

.datepicker .prev,
.datepicker .next,
.datepicker .day,
.datepicker .year,
.datepicker .month,
.datepicker .picker-switch {
    cursor: pointer;
    -moz-transition: 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: #393b50;
    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 {
    padding-top: 151px;
    padding-bottom: 139px;
    color: #fff;
    background: #2e3042;
    text-align: center;
    margin-top: 20px;
}

footer .logo {
    margin-bottom: 39px;
}

.common-home footer {
    margin-top: 0;
}

.copyright {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding-top: 34px;
}

.copyright br {
    display: none;
}


/*========================================================
                    Responsive  Footer
=========================================================*/

@media (min-width: 1200px) and (max-width: 1920px) {
    footer {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .copyright {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .logo {
        margin-bottom: 25px;
    }
    .copyright {
        padding-top: 20px;
    }
}


/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/

.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: rgba(186, 188, 206, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -moz-transform: translateY(120px) scale(0);
    -ms-transform: translateY(120px) scale(0);
    -o-transform: translateY(120px) scale(0);
    -webkit-transform: translateY(120px) scale(0);
    transform: translateY(120px) scale(0);
}

.ui-to-top,
.ui-to-top:visited,
.ui-to-top:focus,
.ui-to-top:hover {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #7f82a3;
}

.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: 25px;
        bottom: 60px;
    }
}

.map {
    padding-top: 33px;
}


/*========================================================
                  Responsive Styles
=========================================================*/

@media (max-width: 1619px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    .table th,
    .table td {
        padding: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 43px;
    }
    h1 i {
        font-size: 41px;
    }
    h1 i:before {
        font-size: 41px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 39px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    h1 {
        font-size: 40px;
    }
    h1 i {
        font-size: 38px;
    }
    h1 i:before {
        font-size: 38px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    h1 i {
        font-size: 30px;
    }
    h1 i:before {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    select {
        display: block !important;
    }
    .product-filter select {
        display: inline-block !important;
    }
    .product-filter .show select {
        width: auto;
    }
    .sbHolder {
        display: none !important;
    }
    .table-responsive {
        border: none;
    }
    .table-responsive .table-bordered {
        border: 2px solid #babcce;
    }
    .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: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .product-filter .sort {
        width: 100%;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .product-filter_elem,
    .product-filter_elem.pull-right {
        float: none !important;
    }
    .product-filter .product-filter_elem {
        margin-bottom: 15px;
        text-align: center;
    }
    .product-filter .product-filter_elem:before,
    .product-filter .product-filter_elem:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .product-filter .product-filter_elem:after {
        clear: both;
    }
    .product-filter .product-filter_elem label {
        margin-top: 13px;
        float: left;
        text-align: right;
        width: 35%;
        margin-right: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
    }
    .product-filter .product-filter_elem select {
        display: block !important;
        width: 65%;
        float: left;
    }
    .product-filter_elem.show select {
        border-right: 1px solid #babcce;
    }
    .product-filter .compare-total {
        border-right: none;
        width: auto;
    }
    .product-filter .compare-total:before {
        display: none;
    }
    .product-filter .compare-total span {
        display: inline-block;
    }
    .map {
        padding-top: 0;
        height: 300px !important;
        overflow: hidden;
    }
    .map>div {
        height: 300px !important;
    }
}

@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 {
        width: 100%;
    }
    .panel-group .panel input#button-voucher,
    .panel-group .panel input#button-coupon {
        width: 100%;
        font-size: 10px;
    }
    .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%;
    }
    .map,
    .map>div {
        height: 250px !important;
    }
}

@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;
    }
}


/* new style */

header .header_top-line {
    background: #ffffff;
    text-align: left;
    position: relative;
    z-index: 999!important;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_top-line_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header_top-line_right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header_top-line_lan,
header .header_top-line_search,
header .header_top-line_phone,
header .header_top-line_time,
header .header_top-line_logo,
header .header_top-line_logged {
    margin-right: 30px;
}

.lan_group .lan_group-btn {
    transition: all 0.2s;
    text-transform: uppercase;
}

.lan_group .lan_group-btn:hover,
.lan_group .lan_group-btn.active {
    color: #cebeba;
    border-bottom: 1px solid #cebeba;
}

footer .footer_group {
    /* background: #fff; */
    padding: 30px 200px;
    color: #ffffff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    text-align: left;
    margin: 20px auto 0;
}

footer .footer_group-address {
    margin-bottom: 0px;
    text-align: center;
}

footer .footer_group_row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

footer .footer_group_row a {
    margin-left: 10px;
}

footer .footer_group-h2 {
    margin: 10px 0;
}

.footer-megamenu .sf-menu>li>a, .footer-megamenu .sf-menu>li>span {
    color: #ffffff;
}

.footer-megamenu__container .sf-mega {
    display: none;
    position: absolute;
    list-style-type: none;
    text-align: left;
    top: 75%;
    left: 0;
    right: 0;
    z-index: 109;
    padding: 19px 5% 17px;
    color: #fff;
    background-color: #393b50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
}

@media (max-width: 1790px) {
    header .header_top-line_left{
        justify-content: center;

    }
    header .header_top-line_right {
        justify-content: center;
        margin-top: 15px;
    }
    header .header_top-line{
        display:block;
    }
}

@media (max-width: 1080px) {
    header .header_top-line {
       /* display: none;*/
    }
    .header_top-line_left, header .header_top-line_search, header .header_top-line_phone, header .header_top-line_time, header .header_top-line_heart{
        display: none !important;
     }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
    /*
    header .nav {
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 10000;
    }
    header .nav {
        right: 30px;
        z-index: 1001;
        font-size: 18px;
    }
    */
}

@media (max-width: 768px) {
    footer .footer_group {
        background: #fff;
        padding: 30px;
        color: #000000;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-flow: column wrap;
        text-align: left;
        margin: 50px auto;
    }
}

@media (max-width: 479px) {
    .product_tabs .nav-tabs {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
    }
}



.sf-with-mega:hover .sf-mega_row {
    opacity: 1 !important;
}

body .cart>button .cart-total2 {
    font-size: 18px;
    line-height: 30px;
    color: #394c50;
}

body .fl-bigmug-line-shopping204 {
    font-size: 18px;
}


/* .stuck-menu>.container {
    height: 700px;
} */


/* .s-desc p, */


/* .s-desc h3  */

.s-desc,
.banner-2 .s-desc h2 {
    color: #fff !important;
}

.header_top-line_logo .img-responsive {
    max-width: 160px;
    margin-right: 25px;
}

.language-select:first-child {
    margin-right: 10px;
}

.price-section .price-new {
    font-size: 26px;
}

.album-wall .popup-pict {
    box-shadow: none;
}


/* .top .banners a img {
    max-height: 942px;
} */

.sf-mega .submenu_category_title ul {
    column-count: 3;
}

.look-book-under-card {
    position: relative;
}

.look-book-under-card__text {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 30px;
    left: 15px;
    background: rgba(57, 59, 80, 0.4);
}

.look-book-under-card:hover .look-book-under-card__text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.look-book-under-card__text p {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
}

.box-currency .btn-group .dropdown-toggle:hover {
    color: #cebeba;
}

.box-currency .btn-group span.sfHover {
    color: #cebeba;
}

.btn-group .dropdown-menu {
    padding: 10px 15px;
}

#style_switcher .toggler {
    display: none;
}

.panel-body .img-thumbnail {
    max-width: 175px;
}

#product .form-group .quantity {
    display: flex;
    align-items: center;
}

#product .form-group .quantity>div {
    display: flex;
    align-items: center;
}

#product .form-group .quantity #button-cart {
    margin: 0;
}

.form-group .quantity>div:nth-child(2) {
    margin-left: 20px;
}

@media (max-width: 400px) {
    #product .form-group .quantity {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-group .quantity>div:nth-child(2) {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }
}

.header_modules .video .vide {
    padding: 82px 0 0;
}

.radio.image-view {
    width: 45px;
}

.product-options .radio,
.radio.image-view {
    margin: 0 10px 10px 0 !important;
}

.product-options .radio.image-view input[type="radio"]+label img {
    max-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0px;
}

.product-options .radio.image-view input[type="radio"]+label:before {
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    border: none;
}

.product-options .radio.image-view input[type="radio"]:checked+label img {
    border: 2px solid #4e516e;
}

.sf-with-mega .sf-mega .submenu_category_title .sf-with-ul {
    font-size: 18px;
    line-height: 24px;
}

.blog_article .btn-primary {
    margin-left: 0 !important;
}

.og-container .og-album img:hover {
    opacity: 1 !important;
    background: rgba(57, 59, 80, 0.4);
}

.lookbook-catalog {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: rgba(57, 59, 80, 0.4);
    color: #ffffff !important;
    font-size: 25px;
}

.og-container>div:hover .lookbook-catalog {
    display: flex;
}

#simplecheckout_cart .form-control {
    height: 37px;
    margin-top: 10px !important;
}
.bf-panel-wrapper .box-heading{
    display:none;
}
.afdger213214{
    opacity: 0.9 !important;
    visibility: inherit;
    left: 0;
    right: 0px;
    position: fixed;
    margin-top: 0px !important;
    z-index: 1000;
    top: 88px !important;
    box-shadow: none;
    padding: 35px 85px 10px !important;
}
.mainmenu .style2lv{
    font-family: ProximaNovaRegular;
    font-size: 16px;
    text-transform: uppercase;
}
.filter_me_brain {
    display: flex;
    justify-content: space-between;
}

.filter_me_brain_n {
    display: flex;
    justify-content: space-between;
}
.bf-horizontal .bf-attr-block.bf-hidden{
    display:block !important;
}
.bf-layout-id-98 .bf-attr-header{
    background:none;
}
.filter_me_brain .bf-attr-block .bf-sliding-cont {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1000;
    top: 50px;
    background: #fff;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: fit-content;
    padding: 20px 0px;
    padding-right: 15px;
}

.filter_me_brain .bf-attr-block {
    cursor: pointer;
}

.filter_me_brain .bf-attr-header {
    font-size: 16px;
    line-height: 26px;
    color: #4F4F4F !important;
    text-transform: none;
}
.bf-cell.bf-c-2  .bf-attr-val {
    opacity: 0;
    display: none;
}
input[type=text].bf-range-max, input[type=text].bf-range-min, input[type=text].bf-slider-input {
    width: 50px;
    min-width: 50px;
}
.bf-horizontal .bf-cur-symb, .bf-horizontal .bf-slider-inputs {
    display: block;
    float: left;
    padding-top: 9px;
    padding-bottom: 0;
    margin-right: 10px;
}
.bf-cur-symb {
    padding-bottom: 10px;
    display: flex !important;
}
.box .box-content.bf-price-container {
    background: transparent;
}

.bf-attr-block-cont .bf-attr-filter:last-child {
    margin-top: -5px;
}
.bf-horizontal .bf-price-container {
    padding: 0px 0px 0px 20px;
}
.bf-horizontal .bf-attr-block-cont {
    display: block;
    padding: 0;
}
.bf-cell .ui-slider-horizontal .ui-slider-range, .bf-slider-range.ui-slider .ui-slider-range {
    top: -1px;
    bottom: -1px;
    height: auto;
}
.bf-layout-id-54 .ui-widget-header {
    background: rgb(246, 168, 40);
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.filter_me_brain .bf-attr-header {
    position: relative;
    cursor: pointer !important;
}

.filter_me_brain .bf-attr-header:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 6px;
    margin-left: 4px;
    right: -9px;
    background: url(../images/arrow_a.svg) no-repeat;
    top: 50%;
    transform: rotate(180deg);
}

.product-grid-item_c {
    margin-bottom: 22px;
}

.bf-cell input[type="checkbox"]:checked,
.bf-cell input[type="checkbox"]:not(:checked),
.bf-cell input[type="radio"]:checked,
.bf-cell input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.bf-cell input[type="checkbox"]:checked+label,
.bf-cell input[type="checkbox"]:not(:checked)+label,
.bf-cell input[type="radio"]:checked+label,
.bf-cell input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 9px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.bf-cell input[type="checkbox"]:checked+label:before,
.bf-cell input[type="checkbox"]:not(:checked)+label:before,
.bf-cell input[type="radio"]:checked+label:before,
.bf-cell input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.bf-cell input[type="checkbox"]:checked+label:before,
.bf-cell input[type="checkbox"]:not(:checked)+label:before {
    border-radius: 2px;
}

.bf-cell input[type="radio"]:checked+label:before,
.bf-cell input[type="radio"]:not(:checked)+label:before {
    border-radius: 100%;
}

.bf-cell input[type="checkbox"]:checked+label:after,
.bf-cell input[type="checkbox"]:not(:checked)+label:after,
.bf-cell input[type="radio"]:checked+label:after,
.bf-cell input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
}

.bf-cell input[type="checkbox"]:checked+label:after,
.bf-cell input[type="checkbox"]:not(:checked)+label:after {
    left: -18px;
    top: 3px;
    width: 15px;
    height: 7px;
    border-radius: 1px;
    border-left: 2px solid #4F4F4F;
    border-bottom: 2px solid #4F4F4F;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bf-cell input[type="radio"]:checked+label:after,
.bf-cell input[type="radio"]:not(:checked)+label:after {
    left: -15px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #4F4F4F;
}

.bf-cell input[type="checkbox"]:not(:checked)+label:after,
.bf-cell input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.bf-cell input[type="checkbox"]:checked+label:after,
.bf-cell input[type="radio"]:checked+label:after {
    opacity: 1;
}

.bf-cell input[type="checkbox"]:checked+label:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.bf-cell input[type="checkbox"]:checked+label:before {
    background-color: #4F4F4F;
    border: 1px solid #4F4F4F;
}

/* input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 10px;
    height: 10px;
    border: 1px solid black;
}

input[type="radio"]:checked+label:after {
	background-color: #393b50;
}

input[type="radio"]:checked:after {
    background-color: #393b50;
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 10px;
    height: 10px;
    border: 1px solid black;
} */

.simplecheckout input[type="radio"] {
    display: block;
    margin-top: 11px;
    margin-left: 1px !important;
    opacity: 1;
}

.simplecheckout label input[type="radio"] {
    margin-top: 9px;
    margin-left: -20px !important;
}

.simplecheckout input[type="radio"]+label:before,
.simplecheckout input[type="radio"]+label:after {
    display: none;
}
.pagination{
    
    margin-top: 35px;
}
@media (max-width: 1510px) {
    #banner4 .banner-2 .list-unstyled{
        line-height: 10px;
        margin-top: 48px;
    }
}
@media (max-width: 1610px) {
    header .header_modules{
        position:static !important;
    }
    .common-home header .logo {
        margin: 0px;
        height: inherit  !important;
    }
}
@media (max-width: 900px) {
    .box-subcat{
        column-count: unset;
    }
    .common-home header .logo{
        display:none  !important;
    }
}
@media (max-width: 630px) {
    .common-home header{
        background:none  !important;
        background-color:none  !important;
    }
    .rd-mobilepanel{
        z-index: 1999  !important;
    }
    .top .banners>div a:hover .s-desc h2, a:hover{
        color: #FFF !important;
    }
    .top .banners ul li a:hover:before{
        color:#fff !important;
    }
}
@media (min-width: 760px) {
    #banner4 .banner-2 .s-desc:hover h2{
        color:#393b50 !important;
    }
    #banner4:hover .s-desc a h2 {
        color: #babcce !important;
    }
}
@media (max-width: 480px) {
    body .video .vide{
        background-size: 100% !important;
        padding: 0px !important;
        height: 200px !important;
    }
    .box-subcat{
        display:none;
    }
    body .video .vide {
        background-size: cover !important;
    }
}
.noty_body{
    line-height:15px;
}
.option_radio label{
    padding: 0 !important;
    text-align: center !important;
}
.product-options .option_radio .radio input[type="radio"]+label:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-options .option_radio .radio input[type="radio"]+label:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content{
        
    letter-spacing: .1em  !important;

}

#content.noneC{
        
    letter-spacing: unset !important;

}
.footer_content_f{
    margin-bottom: 0px;
    text-align: center;
    padding: 30px 200px;
    color: #ffffff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-flow: column wrap;
    line-height: 27px;
    text-align: left;
    margin: 20px auto 0;
}
.filter_me_brain .bf-attr-block .bf-sliding-cont{
    width:100px;
}