@charset "UTF-8";
/** @font-face {
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-thin.eot");
    src: url("../fonts/venticf-thin.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-thin.woff") format("woff"),
    url("../fonts/venticf-thin.woff2") format("woff2"),
    url("../fonts/venticf-thin.ttf") format("truetype"),
    url("../fonts/venticf-thin.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {  
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-light.eot");
    src: url("../fonts/venticf-light.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-light.woff") format("woff"),
    url("../fonts/venticf-light.woff2") format("woff2"),
    url("../fonts/venticf-light.ttf") format("truetype"),
    url("../fonts/venticf-light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-medium.eot");
    src: url("../fonts/venticf-medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-medium.woff") format("woff"),
    url("../fonts/venticf-medium.woff2") format("woff2"),
    url("../fonts/venticf-medium.ttf") format("truetype"),
    url("../fonts/venticf-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-demibold.eot");
    src: url("../fonts/venticf-demibold.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-demibold.woff") format("woff"),
    url("../fonts/venticf-demibold.woff2") format("woff2"),
    url("../fonts/venticf-demibold.ttf") format("truetype"),
    url("../fonts/venticf-demibold.svg") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-black.eot");
    src: url("../fonts/venticf-black.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-black.woff") format("woff"),
    url("../fonts/venticf-black.woff2") format("woff2"),
    url("../fonts/venticf-black.ttf") format("truetype"),
    url("../fonts/venticf-black.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Venti";
    src: url("../fonts/venticf-bold.eot");
    src: url("../fonts/venticf-bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/venticf-bold.woff") format("woff"),
    url("../fonts/venticf-bold.woff2") format("woff2"),
    url("../fonts/venticf-bold.ttf") format("truetype"),
    url("../fonts/venticf-bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

@-webkit-keyframes keyframesY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/** button::-moz-focus-inner, .btn::-moz-focus-inner {
    border: none;
    padding: 0;
}

button:focus, .btn:focus {
    outline: none;
} **/

@media (min-width: 1200px) {
    .col-lg-12.col-sm-8 > div > .product-grid.col-lg-4 {
        width: 25%;
    }

    .col-lg-15.col-sm-13 > div > .product-grid.col-lg-3 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-sm-18 > div > .product-grid.col-lg-3,
    .col-lg-15.col-sm-13 > div > .product-grid.col-lg-3 {
        width: 25%;
    }
}

/** @media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-15.col-sm-13 > div > .product-grid.col-md-4 {
        width: 25%;
    }

    .col-lg-12.col-sm-8 .product-filter label {
        margin-left: 10px;
    }

    .col-lg-12.col-sm-8 .product-filter .sort {
        width: auto;
    }

    .col-lg-12.col-sm-8 .product-filter .sort .sbHolder {
        width: 100px;
    }
} **/

label {
    font-size: 16px;
    font-weight: 300;
    color: #282726;
	cursor: default;
}

/** @media (min-width: 768px) and (max-width: 991px) {
    label {
        font-size: 13px;
    }
}

.panel-title {
    font-size: 18px;
}

ul.product-countdown {
    padding-left: 0;
    list-style: none;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
}

ul.product-countdown li {
    display: inline-block;
    margin-right: 2px;
}

ul.product-countdown li span {
    color: #ff2b5d;
    font-size: 16px;
    margin-right: 5px;
}

label {
    cursor: default;
}

textarea {
    resize: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
} **/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 0;
}

/** .nav-tabs {
    margin-bottom: 20px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.nav-tabs > li {
    margin: 0;
}

.nav-tabs > li + li {
    margin-left: 35px;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    color: #282726;
    border: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ff2b5d;
    background: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: text;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.nav-tabs > li.active > a {
    border: none !important;
    background: none;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none !important;
    background: none;
}

.tab-content {
    margin-top: 0;
    font-weight: 300;
} **/

.panel-footer {
    background-color: #f5f5f5;
}

/** blockquote {
    font-size: inherit;
    line-height: inherit;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: none;
}

.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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-hover > tbody > tr:hover {
    background: none;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
    font-size: 13px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: auto;
}

.bootstrap-datetimepicker-widget {
    z-index: 998 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 5px;
}

.bootstrap-datetimepicker-widget .btn {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}

.bootstrap-datetimepicker-widget td.day,
.bootstrap-datetimepicker-widget td.minute,
.bootstrap-datetimepicker-widget td.hour,
.bootstrap-datetimepicker-widget td.second,
.bootstrap-datetimepicker-widget thead tr:first-child th,
.bootstrap-datetimepicker-widget td span {
    border: 1px solid transparent;
    border-radius: 0;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
    background: transparent;
    color: #888;
    border-color: transparent !important;
}

.bootstrap-datetimepicker-widget td.separator {
    font-size: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    background: transparent;
    color: #282726;
}

.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: #282726;
}

.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget .timepicker td > span:hover {
    color: #ff2b5d;
}

.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: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget td a:hover span:hover {
    color: #ff2b5d;
}

.bootstrap-datetimepicker-widget thead tr:first-child th,
div.bootstrap-datetimepicker-widget thead tr:first-child th {
    background: #f5f5f5;
}

.bootstrap-datetimepicker-widget thead tr:first-child th.picker-switch,
div.bootstrap-datetimepicker-widget thead tr:first-child th.picker-switch {
    background: none;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
div.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #e3e3e3;
}

div.bootstrap-datetimepicker-widget td.day:hover,
div.bootstrap-datetimepicker-widget td.hour:hover,
div.bootstrap-datetimepicker-widget td.minute:hover,
div.bootstrap-datetimepicker-widget td.second:hover {
    background-color: #fafafa;
}

.bootstrap-datetimepicker-widget.top:after {
    border-top-color: #f5f5f5;
}

.timepicker-picker {
    text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed {
    width: 100%;
}

.bootstrap-datetimepicker-widget td span {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.bootstrap-datetimepicker-widget .timepicker td span.timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker td span.timepicker-minute {
    border: none;
    width: 50px;
    height: 50px;
    padding: 5px;
    line-height: 50px;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
    background: #ff2b5d;
    color: #fff;
    cursor: inherit;
}

.fancybox-overlay {
    z-index: 10001;
}

.fancybox-opened {
    z-index: 10003;
}

.container > .alert,
.breadcrumb + .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

.container > .alert .alert,
.breadcrumb + .alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
    top: -100%;
}

@-ms-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

@-o-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

.product_page-right .alert {
    margin-top: 20px;
}

.alert {
    position: relative;
    padding: 19px 40px 19px 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(25, 23, 25, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(25, 23, 25, 0.2);
    box-shadow: 1px 1px 5px rgba(25, 23, 25, 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(25, 23, 25, 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;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    right: 15px;
    color: #fff;
    opacity: .7;
    font-family: 'Arial';
}

.alert button.close:hover, .alert button.close:focus {
    opacity: 1;
    color: #fff;
}

.alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.alert.fadeOut .alert {
    top: 100%;
}

@media (max-width: 479px) {
    .alert {
        padding-right: 30px;
    }

    .alert button.close {
        right: 5px;
    }
}

.alert-success {
    background-color: #4caf50;
}

.alert-success i {
    background: #388E3C;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #C8E6C9;
}

.alert-danger {
    background-color: #F44336;
}

.alert-danger i {
    background: #D32F2F;
}

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
    color: #FFCDD2;
}

.alert-info {
    background-color: #03A9F4;
}

.alert-info i {
    background: #0288D1;
}

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
    color: #B3E5FC;
}

.alert-warning {
    background-color: #FF5722;
}

.alert-warning i {
    background: #E64A19;
}

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
    color: #FFCCBC;
} **/

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.pagination:before, .pagination:after {
    display: table;
    content: "";
    line-height: 0;
}

.pagination:after {
    clear: both;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    display: inline-block;
    color: #997D7A;
    background: none;
    border: none;
    float: none;
    margin-left: 0;
    line-height: 16px;
    text-align: center;
    padding: 0;
    border: none;
}

/** .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #3B312B;
    background: none;
    border: none;
} **/

.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: none;
    color: #3B312B;
    border: none;
    z-index: auto;
}

.pagination > li + li {
    margin-left: 25px;
}

/** .pagination li.tx a {
    position: relative;
    padding-left: 15px;
}

.pagination li.tx a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f104';
    font-family: "FontAwesome";
    display: inline-block;
}

.pagination li.tx + .tx {
    margin-left: 21px;
}

.pagination li.tx + .tx a:before {
    content: '\f100';
}

.pagination li.numb + li.tx a:before, .pagination li.active + li.tx a:before {
    content: '\f101';
}

.pagination li.numb + li.tx + li.tx a:before, .pagination li.active + li.tx + li.tx a:before {
    content: '\f105';
} **/

.pagination-block {
    padding: 0;
    border: none;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/** .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: #282726;
    font-size: 13px;
    background-color: #f5f5f5;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 10px 15px;
}

.table td {
    padding: 20px;
    border-color: #8c8d8e;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
    padding: 7px;
}

legend {
    border-color: #8c8d8e;
} **/

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0;
}

/** .panel-collapse {
    background: #fafafa;
}

.modal-header .close {
    font-family: 'Arial';
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #ddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody + tbody {
    border-top: none;
} **/

.list-group-item {
    border-color: #8c8d8e;
}

.panel-default {
    border-color: #8c8d8e;
}

.panel-default > .panel-heading {
    padding: 10px 20px;
    background: #f5f5f5;
    color: #282726;
    border-color: #8c8d8e;
}

.panel-default > .panel-heading h5 {
    margin-bottom: 0;
}

/** .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-close, .fancybox-close:visited {
    color: #3B312B;
}

.fancybox-close:hover, .fancybox-close:active, .fancybox-close:focus {
    color: #ff2b5d;
}

.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: rgba(0, 0, 0, 0.8);
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.8) !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 #8c8d8e;
    padding-bottom: 10px;
}

.modal {
    z-index: 10005;
}

.modal .terms_conditions_page {
    margin-top: 30px;
}

.modal-backdrop {
    z-index: 10000;
} **/

/*========================================================
               Responsive Styles
=========================================================*/
/** @media (max-width: 767px) {
    .nav-tabs {
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs > li {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .nav-tabs > li + li {
        margin-left: 10px;
    }

    .pagination > li + li {
        margin-left: 15px;
    }

    .pagination > li.tx a {
        padding-left: 0;
        font-size: 11px;
    }

    .pagination > li.tx a:before {
        display: none;
    }

    .pagination > li.tx + .tx {
        margin-left: 10px;
    }

    .pagination-block {
        text-align: center;
        margin-bottom: 15px;
    }
} **/

/*========================================================
                      Main Styles
=========================================================*/
body {
    font: 400 14px/22px "Venti", sans-serif;
    color: #3B312B;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1 {
    font-style: normal;
    color: #3B312B;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 20px;
}

/* Override the bootstrap defaults */
h1, .h1 {
    font-size: 95px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/** h1 i,
.h1 i {
    margin-right: 10px;
} **/

h1:after,
.h1:after {
    content: '';
    height: 1px;
    display: block;
    background: #8c8d8e;
    margin: 15px 0 30px;
}

/** h1.no-line {
    margin-bottom: 30px;
}

h1.no-line:after {
    display: none;
} **/

h2 {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

a {
    display: inline-block;
    font: inherit;
    color: #3B312B;
    text-decoration: none;
    max-width: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:active {
    background-color: transparent;
}

a:visited, a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #3B312B;
}

a:hover, a:focus {
    color: #ff2b5d;
}

h1 a, .h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #282726;
}

h1 a:visited, .h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #282726;
}

h1 a:hover, .h1 a:hover, h1 a:active, h1 a:focus, .h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
    color: #ff2b5d;
}

hr {
    border-top-color: #8c8d8e;
}

p a {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/** legend {
    font-size: 18px;
    padding: 7px 0px;
} **/

strong, b {
    color: #282726;
    font-weight: 700;
}

/** .input-group .input-group-addon {
    height: 30px;
}

div.required .control-label:after {
    content: '*';
    color: red;
    margin-left: 1px;
} **/

.fa {
    line-height: inherit;
    font-family: inherit;
}

.fa:before {
    font-family: "FontAwesome";
}

.fa.fa-viber:before {
    font-family: "fa-viber";
}

#page > .ie-warning {
    position: relative;
    text-align: center;
    display: none;
    clear: both;
}

/** @media (min-width: 768px) {
    .lt-ie11 #page > .ie-warning {
        display: block;
    }
}

#page .product_tabs {
    clear: left;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #8c8d8e;
    padding-top: 25px;
    margin-bottom: 0;
}

#page .product_tabs .tab-content .btn-primary {
    margin-bottom: 10px;
}

.mfilter-column_left {
    border-top: 1px solid #8c8d8e;
    padding-top: 3px;
}

.mfilter-column_left .mfilter-content > ul > li:first-child .mfilter-heading {
    padding-bottom: 10px;
} **/

/*========================================================
                      Header styles
=========================================================*/
header {
    position: relative;
    background: #fff;
    font: 300 12px/14px "Roboto", sans-serif;
    margin-bottom: 30px;
}

header .box-cart,
header .search {
    float: right;
    position: relative;
    display: inline-block;
}

header .button-phone {
    float: left;
    margin: 13px 25px 10px 0;
}

header .button-phone a {
    display: inline;
}

header .button-phone i {
    font-size: 29px;
    line-height: 29px;
    margin-right: 15px;
}

header .button-phone span {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}

header .search {
    margin: 12px 0 10px 30px;
}

header .box-cart {
    margin: 11px 0 10px 18px;
}

header .logo {
    display: inline-block;
    margin: 0 10px 10px;
}

header .logo .img-responsive {
    display: inline-block;
    vertical-align: middle;
}

/** header .logo:after {
    display: none;
} **/

header .logo a {
    display: block;
    max-width: 100%;
    line-height: 40px;
}

/** header address {
    margin-bottom: 0;
    line-height: 13px;
}

header address a {
    font-size: 14px;
}

header h1.logo {
    line-height: 18px;
}

.common-home header {
    margin-bottom: 0;
} **/

.top-block {
    padding: 36px 0 0;
    margin-bottom: 33px;
    text-align: center;
}

.header-top {
    position: relative;
}

/** .dropdown-menu {
    color: #b4b4b4;
    background: #e7e7e7;
    padding: 15px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
}

.dropdown-menu.bootstrap-datetimepicker-widget {
    color: #9c9c9c;
    background: #fff;
    border: 1px solid #8c8d8e;
}

.dropdown-menu button img {
    margin-right: 5px;
} **/

/*================  Toggle ===============*/
.toggle-wrap {
    position: relative;
}

.toggle_cont {
    display: none;
    background: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 40px;
    min-width: 160px;
    text-align: left;
    z-index: 20;
}

.toggle_cont > li {
    padding: 0;
    width: 100%;
}

.toggle_cont > li + li {
    margin-top: 10px;
}

/** .toggle_cont > li > a:before {
    margin-right: 5px;
    font-weight: 400;
}

.toggle_cont > li > a i {
    margin-left: 4px;
}

.toggle_cont > li > a i, .toggle_cont > li > a:before {
    font-size: 14px;
    line-height: 14px;
    color: #3B312B;
    vertical-align: middle;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
} **/

.toggle_cont > li > a, .toggle_cont > li > button {
    color: #3B312B;
    display: inline-block;
}

.toggle_cont > li > a:visited, .toggle_cont > li > button:visited {
    color: #3B312B;
}

/** .toggle_cont > li > a:hover, .toggle_cont > li > a:focus, .toggle_cont > li > a:active, .toggle_cont > li > a.current, .toggle_cont > li > a.active, .toggle_cont > li > button:hover, .toggle_cont > li > button:focus, .toggle_cont > li > button:active, .toggle_cont > li > button.current, .toggle_cont > li > button.active {
    color: #ff2b5d;
}

.toggle_cont > li > a:hover i, .toggle_cont > li > a:hover:before, .toggle_cont > li > a:focus i, .toggle_cont > li > a:focus:before, .toggle_cont > li > a:active i, .toggle_cont > li > a:active:before, .toggle_cont > li > a.current i, .toggle_cont > li > a.current:before, .toggle_cont > li > a.active i, .toggle_cont > li > a.active:before, .toggle_cont > li > button:hover i, .toggle_cont > li > button:hover:before, .toggle_cont > li > button:focus i, .toggle_cont > li > button:focus:before, .toggle_cont > li > button:active i, .toggle_cont > li > button:active:before, .toggle_cont > li > button.current i, .toggle_cont > li > button.current:before, .toggle_cont > li > button.active i, .toggle_cont > li > button.active:before {
    color: #ff2b5d;
}

.toggle_cont > li > a img, .toggle_cont > li > button img {
    margin: 2px 3px 0 0;
    vertical-align: top;
    display: none;
}

.toggle_cont ul li + li {
    margin-top: 10px;
}

.toggle_cont__right {
    right: auto;
    left: 0;
} **/

ul.toggle_cont {
    margin-bottom: 8px;
}

header .nav {
    display: inline-block;
    float: right;
    margin: 19px 0 10px 15px;
}

header .nav > .toggle_cont {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    min-width: 0;
}

@media (min-width: 768px) {
    header .nav > .toggle,
    header .nav > .toggle-icon {
        display: none;
    }

    header .nav > .toggle_cont {
        display: inline-block !important;
        padding: 0;
        margin: 0;
        background: none;
        width: auto;
        right: auto;
        top: auto;
        z-index: 2;
        margin-left: 11px;
        position: relative;
    }

    header .nav > .toggle_cont > li {
        display: inline-block;
        width: auto;
    }

    header .nav > .toggle_cont > li + li {
        margin: 0;
        margin-left: 11px;
    }

    header .nav > .toggle_cont > li > a {
        display: inline-block;
        padding: 0;
    }

    header .nav > .toggle_cont > li > a:hover, header .nav > .toggle_cont > li > a.current, header .nav > .toggle_cont > li > a.active {
        color: #ff2b5d;
        background: none;
    }
}

@media (max-width: 767px) {
    header .nav {
        position: fixed;
        top: 0;
        right: 55px;
        margin: 0;
        z-index: 10001;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    header .nav > .toggle,
    header .nav > .toggle-icon {
        font-size: 29px;
        line-height: 50px;
    }

    header .nav .toggle-wrap .toggle {
        display: none;
    }

    header .nav .toggle-wrap .toggle_cont {
        display: block !important;
        height: auto !important;
        position: static;
        padding: 0;
        -moz-transition: 0;
        -o-transition: 0;
        -webkit-transition: 0;
        transition: 0;
    }

    header .nav .toggle-wrap .toggle_cont li + li {
        margin-top: 0;
    }
}

/*================   Top Links style   ===============*/
/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language,
.box-currency {
    float: left;
    padding-bottom: 1px;
    margin: 21px 25px 10px 0;
    display: inline-block;
    border-bottom: 1px solid #bababa;
}

.box-language .toggle,
.box-currency .toggle {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

.box-language .toggle, .box-language .toggle:visited,
.box-currency .toggle,
.box-currency .toggle:visited {
    color: #3B312B;
}

.box-language .toggle span + span,
.box-currency .toggle span + span {
    margin-left: 3px;
}

.box-language .toggle:hover, .box-language .toggle:active, .box-language .toggle:focus, .box-language .toggle.active,
.box-currency .toggle:hover,
.box-currency .toggle:active,
.box-currency .toggle:focus,
.box-currency .toggle.active {
    color: #ff2b5d;
}

.box-language .toggle i,
.box-currency .toggle i {
    display: inline-block;
    height: 16px;
    vertical-align: top;
    font-size: 18px;
    line-height: 16px;
    margin-left: 27px;
    margin-right: -3px;
}

.box-language .toggle_cont,
.box-currency .toggle_cont {
    min-width: 130px;
}

.box-language img,
.box-currency img {
    display: none;
}

.product-product .product-title--mobile {
  display: none;
}

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 1680px) {
    header .logo {
        position: absolute;
        margin: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    header .search {
        margin-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .button-phone {
        margin-right: 15px;
    }

    header .button-phone i {
        margin-right: 7px;
    }

    header .search {
        margin-left: 15px;
    }

    .box-language, .box-currency {
        margin-right: 15px;
    }

    .box-language .toggle i, .box-currency .toggle i {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header h1.logo {
        width: 100%;
        margin: 20px 0 0;
    }

    header h1.logo a {
        display: inline-block;
    }

    header .button-phone {
        margin-right: 15px;
    }

    header .button-phone i {
        margin-right: 7px;
    }

    header .search {
        margin-left: 15px;
    }

    .box-language, .box-currency {
        margin-right: 15px;
    }

    .box-language .toggle i, .box-currency .toggle i {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .top-block {
        padding-top: 20px;
        margin-bottom: 0;
    }

    div.row-inner.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-active header nav, .nav-active header .cart {
        opacity: 0;
    }

    header {
        border-top: none;
        margin-bottom: 0;
    }

    header .logo {
        width: 100%;
        text-align: center;
        float: left;
        margin: 0 0 15px;
    }

    header .logo a {
        display: inline-block;
    }

    header .search {
        margin: 0 0 20px;
        text-align: left;
    }

    header .box-cart {
        float: none;
        position: absolute;
    }

    header .nav > .toggle_cont {
        background: #fff;
        border: 1px solid #f5f5f5;
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }

    header .nav > .toggle_cont .toggle_cont {
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    header .nav > .toggle_cont .toggle_cont li + li {
        margin-top: 10px;
    }

    nav.toggle-wrap > .toggle_cont {
        top: 100%;
        line-height: 16px;
    }

    nav.toggle-wrap > .toggle_cont .toggle_cont {
        border: none;
    }

    nav.toggle-wrap > .toggle_cont .btn-group {
        width: 100%;
    }

    .product-product .search,
    .product-product #menu-new,
    .product-product .logo,
    .product-product .breadcrumb,
    .product-product .breadcrumb,
    .product-product .product-rating-status,
    .product-product .cart-button,
    .product-product .button-phone,
    .checkout-lite_checkout .button-phone,
    .checkout-lite_checkout .search,
    .checkout-lite_checkout .logo,
    .checkout-lite_checkout #menu-new,
    .checkout-lite_checkout .breadcrumb,
    .product-product .product-share {
      display: none;
    }
    .product-product .rd-mobilepanel_title,
    .checkout-lite_checkout .rd-mobilepanel_title {
      color: transparent;
    }
    .product-product .rd-mobilepanel_title::after,
    .checkout-lite_checkout .rd-mobilepanel_title::after {
      content: '';
      background: url('/image/krisan_elements-14.svg') no-repeat;
      display: inline-block;
      background-position: center;
      height: 100%;
      width: 70%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-size: contain;
    }
    .product-product div.row-inner.container.top-block,
    .checkout-lite_checkout div.row-inner.container.top-block {
      padding: 0;
    }
    
    .product-product .product-title--mobile {
      display: block;
      font-size: 24px;
      line-height: 1.2em;
      letter-spacing: 0;
      text-transform: none;
      margin-bottom: 0;
    }
    .product-product .product-title--mobile::after {
      content: '';
      height: 1px;
      display: block;
      background: #8c8d8e;
      margin: 15px 0 30px;
    }
    .product-product .general_info h1.product-title {
      display: none;
    }
}

@media (max-width: 480px) {
    header .button-phone {
        margin-right: 15px;
    }

    header .button-phone i {
        margin-right: 7px;
    }

    header .box-cart {
        margin: 0;
    }

    .box-language, .box-currency {
        margin-right: 5px;
    }

    .box-language .toggle i, .box-currency .toggle i {
        margin-left: 0;
    }

    .box-language .toggle span + span, .box-currency .toggle span + span {
        margin-left: 0;
    }

    .box-language .toggle_cont, .box-currency .toggle_cont {
        right: 0;
        left: auto;
    }

    header .logo {
        max-width: 100%;
        width: 100%;
    }
}

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.not-animated {
    opacity: 0;
}

/**
* SlideInDown Keyframes Animation
*/
@-ms-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-ms-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-ms-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-ms-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-ms-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-moz-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-ms-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-ms-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
}

@-o-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-ms-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*========================================================
                      Content styles
=========================================================*/
#page {
    background: #fff;
    overflow: hidden;
}

/*------------ */
@media (min-width: 992px) {
    .col-sm-18 > .row > .product-grid.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .col-sm-13 > .row > .product-grid.col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .col-sm-8 > .row > .product-grid.col-lg-4:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-sm-13 > .row > .product-grid.col-md-4:nth-child(4n+1) {
        clear: left;
    }

    .col-sm-8 > .row > .product-grid.col-lg-4:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-sm-13 > .row > .product-grid.col-lg-3:nth-child(3n+1) {
        clear: left;
    }

    .col-sm-8 > .row > .product-grid.col-lg-4:nth-child(4n+1) {
        clear: left;
    }

    .col-sm-18 > .row > .product-grid.col-lg-3:nth-child(3n+1) {
        clear: left;
    }
}

/*-----------*/
.common-home .top .row-inner > div + div {
    padding-top: 15px;
    position: relative;
}

.common-home .top .row-inner > div + div:before {
    position: static;
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    line-height: 12px;
    background: #8c8d8e;
    margin-bottom: 78px;
}

.bg-color {
    background: #ff2b5d;
    margin-top: 21px;
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .grid-fix .col-sm-4 {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #content {
        padding-bottom: 15px;
    }
}

.row-inner.container {
    padding-left: 0;
    padding-right: 0;
}

.row-inner.container .col-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.relative > .container > div {
    position: relative;
    padding-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
}

.relative > .container > div > div {
    margin-left: -15px;
    margin-right: -15px;
}

.relative > .container > div > div > [class*="col-"] {
    position: static;
}

.banner-third .banners > .col-sm-12 {
    width: 33.33333333%;
}

@media (min-width: 768px) {
    .block-left {
        text-align: left;
    }
}

/*==================  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 #8c8d8e;
}

.box.account ul a, .box.affilate ul a {
    position: relative;
    background: #f5f5f5;
    display: block;
    padding: 13px 15px;
}

.box.account ul a:hover, .box.affilate ul a:hover {
    background: #f6f6f6;
}

.box.account ul a:hover, .box.affilate ul a:hover {
    color: #ff2b5d;
}

.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: 12px;
}

.manufacturer-content div a, #content ul.list-unstyled a {
    font-size: 16px;
    line-height: 1.2em;
    position: relative;
    padding-left: 20px;
}

.manufacturer-content div a, .manufacturer-content div a:visited, #content ul.list-unstyled a, #content ul.list-unstyled a:visited {
    color: #282726;
}

.manufacturer-content div a:hover, .manufacturer-content div a:focus, .manufacturer-content div a:active, #content ul.list-unstyled a:hover, #content ul.list-unstyled a:focus, #content ul.list-unstyled a:active {
    color: #ff2b5d;
}

.manufacturer-content div a:before, #content ul.list-unstyled a:before {
    content: '\e315';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    color: #ff2b5d;
    font-weight: 400;
    font-family: 'Material Icons';
}

.affiliate-account #content h2 + ul {
    margin-bottom: 20px;
}

.manufacturer-content div a:before {
    vertical-align: top;
    color: #ff2b5d;
    font-size: 12px;
}

#content .product-info ul.list-unstyled a:before {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .common-home .top .row-inner > div + div:before {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .common-home .top .row-inner > div + div:before {
        margin-bottom: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .common-home .top .row-inner > div + div:before {
        margin-bottom: 38px;
    }

    .manufacturer-content div a, #content ul.list-unstyled a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .common-home .top .row-inner > div + div:before {
        margin-bottom: 35px;
    }

    aside {
        margin-top: 20px;
    }

    aside .container {
        padding: 0;
        width: 100%;
    }
}

/*==================   Lazy Img    ======================*/
.lazy {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    background: transparent url(../image/preloader.gif) no-repeat center center;
}

.lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.lazy.lazy-loaded {
    background: none;
}

.lazy.lazy-loaded img {
    opacity: 1;
}

.search {
    position: relative;
    display: inline-block;
    background: #fff;
}

.search input[type="text"] {
    color: #3B312B;
    display: block;
    margin: 2px 7px 0 0;
    float: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    width: 150px;
    max-width: 100%;
    height: 25px;
    padding: 3px 0 1px;
    background: none !important;
    border: none;
    border-bottom: 1px solid #bababa;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search input[type="text"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.search input[type="text"]:-moz-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.search input[type="text"]::-moz-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.search button {
    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;
    font-size: 29px;
    line-height: 29px;
    color: #3B312B;
}

.search button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.search button:hover, .search button:focus:hover, .search button:active:hover, .search button:focus, .search button:active {
    color: #ff2b5d;
}

#livesearch_search_results {
    margin: 2px 0 0;
    padding: 15px 15px;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 270px;
    min-width: 100%;
    line-height: 19px;
    right: 0;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    z-index: 12;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
}

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
    display: table;
    content: "";
    line-height: 0;
}

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
    clear: both;
}

#livesearch_search_results li img {
    float: left;
    margin-right: 10px;
}

#livesearch_search_results li img.loading {
    background: #fff;
}

#livesearch_search_results li:hover a, #livesearch_search_results li.highlighted a {
    color: #ff2b5d;
    background: #f5f5f5;
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .search input[type="text"] {
        width: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search input[type="text"] {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search input[type="text"] {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .search {
        float: none !important;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .search input[type="text"] {
        width: calc(100% - 40px);
    }

    .search {
        margin: 10px 0;
    }
}

/*================ Box Cart  ===============*/
.box-cart .toggle_cont .text-empty {
    padding: 0 30px 0;
    margin-bottom: 0;
}

.box-cart strong, .box-cart b {
    font-weight: 400;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.box-cart i {
    font-style: normal;
}

.box-cart .name {
    margin-bottom: 0;
}

.box-cart .name a {
    display: inline;
}

@media (min-width: 768px) {
    .box-cart {
        margin-left: 20px;
    }

    .box-cart .toggle-wrap {
        position: static;
    }
}

.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: #f5f5f5;
    display: none;
    border: 1px solid #8c8d8e;
}

.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-remove__cnt .btn {
    margin-left: 5px;
    margin-right: 5px;
}

.box-cart .btn-danger {
    line-height: 16px;
    margin-top: 3px;
    margin-right: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-cart .btn-danger i {
    background: none !important;
}

.box-cart .btn-danger:before {
    display: none;
}

.box-cart .btn-danger {
    border: none;
    padding: 0;
    font-size: 16px;
    background: none;
}

.box-cart .btn-danger:visited {
    background: none;
}

.box-cart .btn-danger:hover, .box-cart .btn-danger:focus, .box-cart .btn-danger:active {
    background: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.box-cart .btn-danger:focus {
    box-shadow: none;
    border: none;
    padding: 0;
}

.box-cart .btn, .box-cart .btn-primary {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
    margin-bottom: 5px;
}

/*================  Cart  ===============*/
.cart {
    -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 {
    margin: 0;
    display: inline-block;
}

.cart > button strong {
    margin-top: 8px;
    display: inline-block;
}

.cart > button:hover strong, .cart > button:hover i, .cart > button.active strong, .cart > button.active i {
    color: #ff2b5d;
}

.cart > button i, .cart > button strong, .cart > button span {
    vertical-align: top;
}

.cart > button .cart-total {
    position: relative;
    display: inline-block;
}

.cart > button .cart-total span {
    display: none;
}

.cart > button .cart-total2 {
    color: #ff2b5d;
    font-size: 16px;
    font-weight: bold;
}

.cart > button i {
    font-size: 29px;
    line-height: 29px;
    font-weight: 400;
    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;
    margin-left: 14px;
}

.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: 50px;
    min-width: 290px;
    max-width: 360px;
    padding: 20px 0;
    max-height: 530px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.cart .toggle_cont strong, .cart .toggle_cont b {
    font-size: 18px;
    font-weight: 700;
}

.cart .toggle_cont > li {
    padding: 0;
}

.cart .toggle_cont > li + li {
    margin-top: 15px;
}

.cart .toggle_cont .table > tbody > tr > td,
.cart .toggle_cont .table > tbody > tr > th,
.cart .toggle_cont .table > tfoot > tr > td,
.cart .toggle_cont .table > tfoot > tr > th,
.cart .toggle_cont .table > thead > tr > td,
.cart .toggle_cont .table > thead > tr > th {
    padding-top: 9px;
    padding-bottom: 28px;
}

.cart .toggle_cont .table > tbody > tr > td.td-img,
.cart .toggle_cont .table > tbody > tr > th.td-img,
.cart .toggle_cont .table > tfoot > tr > td.td-img,
.cart .toggle_cont .table > tfoot > tr > th.td-img,
.cart .toggle_cont .table > thead > tr > td.td-img,
.cart .toggle_cont .table > thead > tr > th.td-img {
    padding-top: 7px;
}

.cart .toggle_cont .table > tbody > tr > td,
.cart .toggle_cont .table > tbody > tr > th,
.cart .toggle_cont .table > tfoot > tr > td,
.cart .toggle_cont .table > tfoot > tr > th,
.cart .toggle_cont .table > thead > tr > td,
.cart .toggle_cont .table > thead > tr > th {
    border: none;
}

.cart .toggle_cont h4 {
    margin-bottom: 5px;
}

.cart .toggle_cont img {
    max-width: 138px;
    background: #f5f5f5;
}

.cart .toggle_cont table {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.cart .toggle_cont table.total {
    border-bottom: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cart .toggle_cont table.total + .text-right {
    padding-left: 15px;
    padding-right: 15px;
}

.cart .toggle_cont table.total tr:last-child strong {
    font-weight: 700;
}

.cart .toggle_cont p {
    margin-bottom: 5px;
}

.cart ul > li:first-child tr {
    border-bottom: none;
}

.cart td {
    font-size: 14px;
}

.cart td strong {
    font-size: 14px;
}

.cart td.td-img {
    padding-left: 15px;
    padding-right: 15px;
}

.cart td.text-center {
    text-align: right;
}

.cart td.text-center i {
    margin: 0;
}

.cart .total td {
    border: none;
    padding: 2px 15px;
}

.cart .price-cart {
    margin-top: 9px;
    display: inline-block;
}

.cart .price-cart b {
    margin-left: 5px;
}

.cart .table > tbody > tr:first-child {
    position: relative;
}

.cart .table > tbody > tr:first-child > td {
    border-top: none;
}

.cart .table.total > tbody > tr > td,
.cart .table.total > tbody > tr > th,
.cart .table.total > tfoot > tr > td,
.cart .table.total > tfoot > tr > th,
.cart .table.total > thead > tr > td,
.cart .table.total > thead > tr > th {
    line-height: 16px;
}

.cart .table.total > tbody > tr > td,
.cart .table.total > tbody > tr > th,
.cart .table.total > tfoot > tr > td,
.cart .table.total > tfoot > tr > th,
.cart .table.total > thead > tr > td,
.cart .table.total > thead > tr > th {
    padding-top: 4px;
    padding-bottom: 4px;
}

.cart .table.total tr:last-child td strong,
.cart .table.total tr:last-child td {
    font-size: 18px;
}

.cart .table.total + .text-left {
    margin-bottom: 5px;
}

.cart .toggle_cont .btn, .cart .toggle_cont .btn-primary {
    vertical-align: top;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

/*========================================================
               Responsive styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .cart > button i {
        margin-left: 2px;
    }
}

@media (min-width: 768px) {
    .box-cart button .cart-total {
        display: none;
    }

    .box-cart button.btn-danger i {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    div.cart {
        position: fixed;
        top: 0;
        margin: 0;
    }

    div.cart > button {
        position: relative;
        margin: 0;
        padding-top: 0;
    }

    div.cart > button .cart-total, div.cart > button strong {
        display: none;
    }

    div.cart > button .cart-total2 {
        margin: 10px 0 0 -6px;
    }

    div.cart > button i {
        margin-right: 0;
        border: none;
        padding: 0;
        vertical-align: middle;
    }

    div.cart .toggle_cont {
        /*max-height: 225px;*/
        overflow: auto;
        top: 100%;
        right: -5px;
    }

    .box-cart button.btn-danger.btn-close-cart, .box-cart button.btn-danger.btn-close-cart:focus {
        padding: 0;
        top: 10px;
        right: 10px;
    }
}

/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
    margin-bottom: 20px;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
    position: relative;
    margin: 0 0 20px;
}

.product-thumb .image .img-secondary {
    opacity: 0;
}

.product-thumb .image > a {
    display: block;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.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;
    background: #fff;
}

.product-thumb .quickview {
    -moz-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);
    -o-transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
}

.product-thumb .caption .btn-primary {
    padding-left: 37px;
    padding-right: 37px;
    margin-bottom: 16px;
}

.product-thumb .cart-button .btn-icon {
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.product-thumb .cart-button .btn-icon + .btn-icon {
    margin-left: 10px;
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.product-thumb .cart-button .btn-icon + .btn-icon + .btn-icon {
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.product-thumb .rating {
    line-height: 12px;
    margin-bottom: 10px;
}

.product-thumb .name {
    min-height: 44px;
}

.product-thumb .name + .price {
    margin-top: 0;
}

.product-thumb .price {
    width: 100%;
    margin-right: 0;
    color: #3B312B;
    margin-bottom: 15px;
}

.price-table {
    color: #3B312B;
}

.product-thumb .price span,
.product-thumb .price-new span,
.price-table.price span {
    font-size: 14px;
    color: #997D7A;
}

.product-thumb .price span.price-new,
.price-table span.price-new {
    font-size: 18px;
    color: #3B312B;
    line-height: 1.2em;
}

.product-thumb .price span.price-old,
.price-table span.price-old {
    font-size: 16px;
    color: #3B312B;
}

.product-thumb .price.price-product .price-old,
.price-table .price-old {
    top: -5px;
    position: relative;
}

.product-thumb .product-countdown {
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 50%;
    display: inline-block;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-thumb .cart-button, .product-thumb .quickview {
    opacity: 0;
    -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:hover .cart-button, .product-thumb:hover .quickview {
    opacity: 1;
}

.product-thumb:hover .quickview {
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.product-thumb:hover .cart-button .btn-icon, .product-thumb:hover .cart-button .btn-icon + .btn-icon, .product-thumb:hover .cart-button .btn-icon + .btn-icon + .btn-icon {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.product-thumb .image:hover .img-primary {
    opacity: 0;
}

.product-thumb .image:hover .img-secondary {
    opacity: 1;
}

.owl-item .product-thumb {
    margin-bottom: 18px;
}

.common-home .box .owl-carousel .owl-nav div {
    top: 77px;
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .common-home .box .owl-carousel .owl-nav div {
        top: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .common-home .box .owl-carousel .owl-nav div {
        top: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .common-home .box .owl-carousel .owl-nav div {
        top: 35px;
    }
}

.common-home .box .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 57px;
}

.common-home .box .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.common-home .box .product-layout + .product-layout:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ececec;
}

/* ===================   Product Caption   =================== */
.name {
    margin-bottom: 5px;
}

.name a {
    color: #282726;
}

.name a:visited {
    color: #282726;
}

.name a:hover, .name a:focus, .name a:active {
    color: #ff2b5d;
}

.product-thumb {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-thumb .aside {
    display: none;
}

.product-thumb .name > a {
    display: inline;
}

.cart-button .btn, .cart-button .btn-icon {
    vertical-align: top;
}

.related-block {
    padding-top: 30px;
    border-top: 1px solid #8c8d8e;
    margin-top: 20px;
    position: relative;
}

.related-block.box {
    margin-bottom: 0;
}

.related-block .owl-carousel {
    width: auto;
}

.related-block .owl-carousel .owl-item .product-thumb {
    position: relative;
    margin: 0 !important;
}

.related-block .owl-carousel .owl-item .product-thumb:hover {
    z-index: 1;
}

.related-block .owl-carousel .owl-nav div {
    margin-top: -83px;
}

.related-block .owl-carousel .owl-nav .owl-prev {
    left: -67px;
}

.related-block .owl-carousel .owl-nav .owl-next {
    right: -67px;
}

aside .box .owl-carousel {
    width: auto;
    position: relative;
}

aside .box .owl-carousel .owl-nav .owl-prev, aside .box .owl-carousel .owl-nav .owl-next {
    top: 100px;
    margin: 0;
}

aside .box .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

aside .box .owl-carousel .owl-nav .owl-next {
    right: 0;
}

aside .box .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
}

aside .box .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
}

aside .box .owl-carousel .owl-item {
    margin-bottom: 30px;
}

aside .box .owl-carousel .owl-item .product-thumb {
    position: relative;
    margin: 0 !important;
}

aside .box .owl-carousel .owl-item .product-thumb .sale, aside .box .owl-carousel .owl-item .product-thumb .new-pr, aside .box .owl-carousel .owl-item .product-thumb .discount {
    display: none;
}

aside .box .owl-carousel .owl-item .product-thumb .cart-button {
    white-space: normal;
    height: auto !important;
    margin-top: 2px;
}

.mobile-carousel.owl-carousel {
    margin-left: -1px;
    margin-right: -1px;
}

.mobile-carousel.owl-carousel .owl-nav .owl-prev {
    left: 1px;
}

.mobile-carousel.owl-carousel .owl-nav .owl-next {
    right: 1px;
}

.mobile-carousel.owl-carousel:hover .owl-nav .owl-prev {
    left: 1px;
}

.mobile-carousel.owl-carousel:hover .owl-nav .owl-next {
    right: 1px;
}

.mobile-carousel.owl-carousel .owl-item {
    padding: 0 1px;
    text-align: center;
}

.mobile-carousel.owl-carousel .owl-item .product-thumb {
    position: relative;
    margin: 0 !important;
    display: inline-block;
    width: 270px;
}

.mobile-carousel.owl-carousel .owl-item .product-thumb .cart-button {
    white-space: normal;
    height: auto !important;
}

.mobile-carousel.owl-carousel .owl-item .product-thumb:after {
    display: none;
    border: none;
}

/* ==================    Product List, Product Grid    =================== */
.image-category {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .image-category {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
    overflow: hidden;
}

.description, .description-small, .description-category p, .category-name {
    margin-bottom: 5px;
}

.description-category {
    font: normal 300 16px/25px "Montserrat", sans-serif;
    color: #282726;
    margin-bottom: 20px;
}

.description-category p {
    margin-bottom: 15px;
}

.product-grid .description {
    display: none;
}

.product-list .description-small {
    display: none;
}

.product-list.product-layout {
    margin-bottom: 20px;
}

.product-list .product-thumb:hover .image > a {
    opacity: 1 !important;
}

.product-list .product-thumb {
    position: relative;
    margin: 0;
    padding: 0;
}

.product-list .product-thumb .sale, .product-list .product-thumb .discount, .product-list .product-thumb .new-pr {
    position: relative;
    top: auto;
    right: auto;
}

.product-list .product-thumb .image .sale, .product-list .product-thumb .image .new-pr, .product-list .product-thumb .image .discount {
    display: none;
}

.product-list .product-thumb:after {
    display: none;
    border: none;
}

@media (min-width: 768px) {
    .product-list .product-thumb {
        background: transparent;
    }

    .product-list .product-thumb .rating, .product-list .product-thumb .sale, .product-list .product-thumb .new-pr {
        display: none;
    }

    .product-list .product-thumb .image, .product-list .product-thumb .aside {
        float: left;
        width: 20%;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-list .product-thumb:before, .product-list .product-thumb:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .product-list .product-thumb:after {
        clear: both;
    }

    .product-list .product-thumb .image .cart-button, .product-list .product-thumb .image .rating {
        display: none;
    }

    .product-list .product-thumb > .btn, .product-list .product-thumb .image > .quickview {
        display: none;
    }

    .product-list .product-thumb .aside {
        width: 80%;
        padding: 20px 30px;
        text-align: left;
        display: block;
    }

    .product-list .product-thumb .aside .name {
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        padding: 0;
        margin-bottom: 15px;
        text-align: left;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 700;
        min-height: 0;
    }

    .product-list .product-thumb .aside .btn-primary {
        margin-bottom: 20px;
    }

    .product-list .product-thumb .aside .btn {
        width: auto;
        margin-bottom: 15px;
    }

    .product-list .product-thumb .aside .rating {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        margin: 0 0 15px;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        background: none;
    }

    .product-list .product-thumb .aside .product-btn {
        margin-bottom: 5px;
        padding-right: 10px;
        margin-right: 5px;
        vertical-align: top;
        position: relative;
    }

    .product-list .product-thumb .aside .product-btn + .product-btn {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .product-list .product-thumb .aside .product-btn + .product-btn:after {
        display: none;
    }

    .product-list .product-thumb .aside .price {
        margin: 0 10px 25px 0;
    }

    .product-list .product-thumb .caption {
        display: none;
    }

    .product-list .product-thumb .price-product {
        vertical-align: middle;
    }

    .product-list .product-thumb .description {
        margin-bottom: 20px;
    }
}

.clearfix + .product-list .product-thumb {
    border-top: 1px solid #8c8d8e;
    padding-top: 30px;
}

.product-grid .product-thumb .image {
    float: none;
}

/* ==================   SALE   =================== */
.sale, .new-pr, .discount {
    display: inline-block;
    color: #fff;
    background: #3B312B;
    width: 76px;
    height: 76px;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 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: 1;
}

@media (min-width: 1680px) {
    .sale, .new-pr, .discount {
        top: 25px;
    }
}

@media (min-width: 2000px) {
    .sale, .new-pr, .discount {
        top: 38px;
    }
}

.new-pr {
    background: #ff2b5d;
}

html[lang="ru"] .sale, html[lang="ru"] .new-pr {
    font-size: 18px;
}

.product-thumb .sale, .product-thumb .discount, .product-thumb .new-pr {
    position: absolute;
    z-index: 1;
}

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
    display: inline-block;
    font-size: 29px;
    line-height: 1.2em;
    margin-right: 5px;
}

.price-new span, .price-old span, .price span {
    color: #767676;
    font-size: 24px;
    line-height: 1em;
}

.price-old {
    text-decoration: line-through;
    color: #997D7A;
    font-size: 14px;
}

.price-tx {
    font-size: 18px;
    color: #282828;
    font-weight: 700;
}

.price-section {
    margin: 15px 0;
}

.price-section .reward {
    display: block;
    margin-top: 10px;
}

.price-tax {
    font-size: 14px;
}

.price {
    font-size: 18px;
}

.price b {
    font-size: 18px;
    color: #282828;
    margin-right: 3px;
    font-weight: 400;
}

.price s {
    font-size: 18px;
    color: #a2a0a0;
    font-weight: 300;
}

.stock, .out-stock {
    font-weight: 700;
}

.stock {
    color: #143546;
    font-family: "Montserrat", sans-serif;
}

.out-stock {
    color: #EE372A;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

/* ===================   Product Rating   =================== */
.fa-stack {
    font-size: 10px;
    line-height: 12px;
    width: .95em;
    height: 12px;
}

.fa-stack i {
    color: #ff2b5d;
}

.fa-stack-2x {
    font-size: .95em;
}

.product-thumb .fa-stack {
    width: .95em;
    vertical-align: top;
}

.rat {
    color: #ff2b5d;
}

/* ===================   Product Quickview   =================== */
.quick_info {
    display: none;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-inner .new-pr, .fancybox-inner .sale {
    vertical-align: top;
}

.fancybox-inner .price {
    margin-bottom: 10px;
}

.fancybox-inner .cart-button {
    margin-top: 10px;
}

.fancybox-inner .cart-button .product-btn {
    margin-bottom: 10px;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

.quickview_description {
    overflow: auto;
    max-height: 300px;
    border: 1px solid #8c8d8e;
    padding: 10px;
    margin-top: 15px;
}

.quickview {
    position: absolute;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: -20px;
}

.quickview_description iframe {
    width: 40% !important;
    height: 200px !important;
    float: left;
    margin-right: 2em;
}

.product-thumb .product-options {
    display: none;
}

.ajax-overlay .product-options {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    min-width: 300px;
    padding-bottom: 0;
    border-bottom: none;
    max-height: 80%;
    backface-visibility: hidden;
}

.ajax-overlay .product-options h3 {
    margin-top: 0;
}

.ajax-overlay .product-options .col-sm-8 {
    text-align: left;
}

.ajax-overlay .product-options .options {
    padding: 20px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ajax-overlay .product-options .ajax-overlay_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    font-family: "FontAwesome";
    color: #a2a0a0;
}

.ajax-overlay .product-options .ajax-overlay_close:before {
    content: '\f00d';
}

.ajax-overlay .product-options .ajax-overlay_close:hover {
    color: #282828;
}

.ajax-overlay .product-options .checkbox label:before {
    background: #e8e8e8;
}

.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;
}

.fancybox-inner .product-option-wrap {
    margin-top: 10px;
}

.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.3);
    visibility: visible;
}

.option-color {
    position: relative;
}

#product .option-color .text-danger {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
}

#product .option-color .has-error {
    position: static;
    padding-bottom: 25px;
}

#product ul.product-countdown li span {
    font-style: normal;
}

#product #button-cart {
    overflow: hidden;
    position: relative;
}

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (min-width: 2000px) {
    html[lang="ru"] .btn-primary.quickview {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 20px;
    }
}

@media (min-width: 768px) {
    .box .box-content .last {
        clear: left;
    }

    .fancybox-next {
        right: -30px;
    }

    .fancybox-prev {
        left: -30px;
    }

    .product-thumb .cart-button .pull-right {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media (min-width: 1680px) and (max-width: 1999px) {
    html[lang="ru"] .btn-primary.quickview {
        font-size: 18px;
        line-height: 22px;
        padding: 15px 12px;
    }
}

@media (max-width: 1679px) {
    .sale, .new-pr, .discount {
        font-size: 16px;
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

    html[lang="ru"] .sale, html[lang="ru"] .new-pr {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    html[lang="ru"] .btn-primary.quickview {
        font-size: 11px;
        line-height: 13px;
        padding: 12px 7px;
    }
}

@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) {
    .name {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html[lang="ru"] .btn-primary.quickview {
        font-size: 11px;
        line-height: 13px;
        padding: 12px 7px;
    }
}

@media (max-width: 767px) {
    #column-left .box-content {
        display: none;
    }

    #content .product-layout.clr {
        clear: both;
    }

    .row.product-block .product-grid,
    .row.product-block [data-clear] + .product-grid {
        border: none;
    }

    .product-thumb .cart-button {
        opacity: 1;
    }

    .product-thumb .cart-button .btn-icon, .product-thumb .cart-button .btn-icon + .btn-icon, .product-thumb .cart-button .btn-icon + .btn-icon + .btn-icon {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .product-thumb .image:before {
        opacity: 1 !important;
    }

    .product-thumb .image .cart-button {
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
        animation: none !important;
        -webkit-animation: none !important;
    }

    .product-thumb .rating {
        opacity: 1;
        margin-top: -6px;
    }

    .related-block .owl-item {
        text-align: center;
    }

    .related-block .owl-item .product-thumb {
        display: inline-block;
    }

    .product-thumb {
        display: inline-block;
        max-width: 100%;
        width: 270px;
    }

    .product-layout.product-grid,
    .product-layout.product-list {
        text-align: center;
    }

    .product-layout.product-grid .product-thumb,
    .product-layout.product-list .product-thumb {
        display: inline-block;
    }

    .quickview_description iframe {
        float: none;
        width: 100% !important;
        margin: 0 0 2em;
    }

    .row.product-block .product-grid + .product-grid {
        border-left-color: #fff;
    }

    .product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside,
    .product-grid .product-thumb .image,
    .product-grid .product-thumb .caption,
    .product-grid .product-thumb .aside {
        float: none;
        width: 100%;
    }

    .product-list .product-thumb .aside,
    .product-grid .product-thumb .aside {
        display: none;
    }

    .product-list .product-thumb .caption,
    .product-grid .product-thumb .caption {
        border-right: none;
    }

    .product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
    .product-grid .product-thumb > .price,
    .product-grid .product-thumb .cart-button {
        display: block;
    }

    .product-list + .product-list .product-thumb,
    .product-grid + .product-list .product-thumb {
        border-top: none;
    }

    .product-list .product-thumb .name {
        display: block;
    }

    .product-list .product-thumb .image {
        margin: 10px 0 20px;
    }

    .product-list .product-thumb .caption {
        display: block;
        text-align: center;
    }

    .product-list .product-thumb .caption .price {
        display: inline-block;
    }

    .product-list .product-thumb .caption .description-small {
        display: inline-block;
    }

    .product-list .product-thumb .caption .description {
        display: none;
    }

    .clearfix + .product-list .product-thumb {
        border-top: none;
        padding: 0;
    }

    .product-layout {
        margin-bottom: 30px;
    }

    aside .box .product-layout, .column-left .box .product-layout {
        text-align: center;
    }

    aside .box .product-layout .product-thumb, .column-left .box .product-layout .product-thumb {
        display: inline-block;
    }
}

@media (max-width: 600px) {
    .quickview_description iframe,
    .product-desc iframe {
        height: 240px !important;
    }
}

@media (max-width: 540px) {
    /*   #content .product-layout {
          width: 100%;
          float: none;
      }
      two product in one row in mobile version */
    #content .product-layout {
        width: 50%;
        float: left;
    }
    #content .product-layout.col-xs-18 {
        padding-left: 1px;
        padding-right: 1px;
    }


    .product-thumb .cart-button {
        opacity: 1;
    }

    .product-thumb .product-options {
        max-width: 95%;
    }

    .product-thumb .product-options [class*="col-xs"] {
        float: left;
    }

    .product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .product-thumb .name {
        min-height: 0;
    }

    .product-thumb .thumb-color-option {
        min-height: 60px;
    }

    .product-thumb .name + .price {
        margin-top: 0;
    }
}
@media (max-width: 400px) {
    .product-thumb .name {
        min-height: 44px;
    }
}

@media (max-width: 415px) {
    .product-thumb .sizes {
        min-height: 44px;
    }
    .product-thumb .thumb-color-option {
        min-height: 68px;
    }
}
/*========================================================
                         Box
=========================================================*/
.box {
    margin-bottom: 30px;
    position: relative;
}

.box .box-heading {
    margin: 0 0 30px;
}

.box .box-heading h2 {
    margin-bottom: 34px;
}

.box.featured, .box.bestsellers, .box.latest, .box.specials {
    margin-bottom: 15px;
}

aside .box .product-layout, .column-left .box .product-layout, .col-lg-3 .box .product-layout {
    width: 100%;
}

aside [class*="col-"], aside .container, .column-left [class*="col-"], .column-left .container, .col-lg-3 [class*="col-"], .col-lg-3 .container {
    width: 100%;
    padding: 0;
}

aside .row, .column-left .row, .col-lg-3 .row {
    margin: 0;
}

aside .box {
    margin-bottom: 35px;
}

aside .box h2, aside .box .box-heading h2 {
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: 0;
}

aside .box.manufacturer ul {
    margin-bottom: 0;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .box.featured, .box.bestsellers, .box.latest, .box.specials {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .box .box-heading {
        text-align: center;
    }

    .box.specials {
        text-align: center;
    }

    aside {
        margin-bottom: 30px;
    }

    aside .box .box-heading h3, aside .box .box-heading h5 {
        font-size: 18px;
    }

    aside .box .box-heading h2 {
        margin-bottom: 0;
    }

    aside .box .owl-carousel .owl-item {
        text-align: center;
    }

    aside .box .box-heading {
        padding: 11px 30px 11px 10px;
        margin-bottom: 15px;
        background: #f6f6f6;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
    }

    aside .box .box-heading h3, aside .box .box-heading h5 {
        margin-bottom: 0;
    }

    aside .box .box-heading, .column-left .box .box-heading, .col-lg-3 .box .box-heading {
        position: relative;
        cursor: pointer;
    }

    aside .box .box-heading:after, .column-left .box .box-heading:after, .col-lg-3 .box .box-heading:after {
        content: '\f067';
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 14px;
        line-height: 42px;
        font-family: "FontAwesome";
        color: #2a4655;
    }

    aside .box .box-heading:hover:after, .column-left .box .box-heading:hover:after, .col-lg-3 .box .box-heading:hover:after {
        color: #ff2b5d;
    }

    aside .box .box-heading.active:after, .column-left .box .box-heading.active:after, .col-lg-3 .box .box-heading.active:after {
        content: '\f068';
    }

    aside .box.specials, .column-left .box.specials {
        margin-bottom: 30px;
    }

    aside h3 + ul.sf-menu, .column-left h3 + ul.sf-menu {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .col-inner.column-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*========================================================
                        Buttons
=========================================================*/
#button-search + h2 {
    margin-top: 15px;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover,
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    color: #3B312B;
    background: #ccc;
    border: none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #3B312B;
    background: #ccc;
    border: none;
}

.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: top;
}

.buttons .btn i {
    margin: 0 5px;
    line-height: 16px;
    display: inline-block;
}

.buttons .pull-right .btn {
    margin-right: 5px;
}

.buttons .pull-right [for="agree1"] + .btn {
    margin-bottom: 0;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn .btn i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}

.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: #ff2b5d;
}

/* ================   Default Buttons BEGIN   =============== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    padding: 18px 36px;
    color: #3B312B;
    background: #e3e3e3;
    border: none;
    text-shadow: none;
    overflow: hidden;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.btn:visited, .btn-default:visited, .btn-primary:visited, .btn-success:visited, .btn-info:visited, .btn-warning:visited, .btn-danger:visited {
    color: #3B312B;
    background: #e3e3e3;
}

.btn:hover, .btn:focus, .btn:active, .btn:visited:hover, .btn:focus:active, .btn:active:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited:hover, .btn-default:focus:active, .btn-default:active:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited:hover, .btn-success:focus:active, .btn-success:active:focus, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited:hover, .btn-info:focus:active, .btn-info:active:focus, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:visited:hover, .btn-warning:focus:active, .btn-warning:active:focus, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited:hover, .btn-danger:focus:active, .btn-danger:active:focus {
    color: #ff2b5d;
    background: #e3e3e3;
    outline: none !important;
}

.btn i, .btn-default i, .btn-primary i, .btn-success i, .btn-info i, .btn-warning i, .btn-danger i {
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    vertical-align: top;
}

.btn-primary {
    color: #fff;
    background: #ff2b5d;
    font-weight: 400;
}

.btn-primary:visited {
    color: #fff;
    background: #ff2b5d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited:hover, .btn-primary:focus:active, .btn-primary:active:focus {
    color: #fff;
    background: #f0073e;
}

.product-thumb .image > a.quickview {
    -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 .btn-primary {
    background: rgba(255, 43, 93, .6);
}

.product-thumb .btn-primary:hover {
    background: rgba(240, 7, 62, .7);
}

.box-cart .btn-danger.btn-close-cart, .box-cart .btn-danger.btn-close-cart:focus {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 20px;
    line-height: 20px;
}

.btn-more {
    color: #282726;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-more:visited {
    color: #282726;
}

.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more:visited:hover, .btn-more:focus:active, .btn-more:active:focus {
    color: #ff2b5d;
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
    background: none;
    padding: 0;
}

.product-btn i {
    margin-right: 5px;
    color: #ff2b5d;
    font-size: 29px;
    line-height: 29px;
    vertical-align: top;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.product-btn i:before {
    vertical-align: top;
}

.product-btn span {
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
}

.product-btn, .product-btn:visited {
    color: #3B312B;
}

.product-btn:hover, .product-btn:focus, .product-btn:active {
    background: none;
    color: #ff2b5d;
}

.product-btn:first-child {
    margin-right: 15px;
}

/* ================   Product page buttons  =============== */
.product-buttons {
    margin: 10px 0 10px;
    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;
    background: none;
    color: #ff2b5d;
    padding: 0;
}

.product-buttons li button:hover, .product-buttons li button:focus {
    color: #282726;
    background: transparent;
}

.product-buttons li button:active {
    box-shadow: none;
}

.btn-icon {
    font-size: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    color: #3B312B;
    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;
}

.btn-icon i {
    position: relative;
}

.btn-icon:visited {
    color: #3B312B;
}

.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
    color: #ff2b5d;
}

table .btn-icon + .btn-icon {
    vertical-align: top;
    margin-left: 5px;
}

#button-cart {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

#button-cart:disabled {
    pointer-events: none;
    opacity: .5;
}

/* ================   Tooltip  ================= */
.tooltip-inner {
    background: #ff2b5d;
}

[class][class].tooltip-arrow {
    border-top-color: #ff2b5d;
}

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 1680px) and (max-width: 1999px) {
    .btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
        font-size: 22px;
        line-height: 26px;
        padding: 17px 24px;
    }
}

@media (max-width: 1679px) {
    .btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 23px;
    }

    .btn-primary.quickview {
        font-size: 13px;
        line-height: 16px;
        padding: 12px 12px;
    }

    .quickview {
        margin-top: -15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .account-wishlist table td .btn {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    #grid-view, #list-view {
        display: none;
    }

    .product-thumb .image > .quickview {
        display: none;
    }

    .quickview {
        display: none !important;
    }
}

@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%;
    }
}

@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: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #858386;
    font-size: 13px;
    height: 35px;
    line-height: 18px;
    padding: 8.5px 10px 8.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 {
    -webkit-box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
    box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
}

input.form-control:focus {
    border-color: #e1e1e1;
}

.product-options .checkbox input[type="checkbox"] + label,
.product-options .radio input[type="radio"] + label {
    border: 1px solid #e1e1e1;
    background: none !important;
}

select:hover {
    cursor: pointer;
}

input[name*="quantity"] {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

input[name="captcha"] + img {
    margin-top: 15px;
}

textarea:not([class*="habla"]) {
    min-height: 200px;
}

select {
    display: none;
}

#modal-shipping .radio label {
    position: relative;
    line-height: 19px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    #modal-shipping .radio label {
        line-height: 16px !important;
    }
}

#modal-shipping .radio input[type="radio"] {
    display: inline-block;
    margin-top: 0;
    top: 3px;
    line-height: 13px !important;
    height: 13px !important;
    line-height: inherit;
}

@media (max-width: 991px) and (min-width: 768px) {
    #modal-shipping .radio input[type="radio"] {
        top: 2px;
    }
}

@media (max-width: 479px) {
    #modal-shipping .btn, #modal-shipping #button-shipping {
        margin-top: 5px;
    }
}

.counter, .counter:focus {
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #282726;
    background: none;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.counter:hover, .counter:focus:hover {
    background: none;
    color: #ff2b5d;
}

@media (max-width: 767px) {
    .counter, .counter:focus {
        display: none;
    }
}

@media (max-width: 767px) {
    #product .counter {
        display: inline-block;
    }
}

.input-group-btn .btn {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-group-btn .btn i {
    margin: 0;
}

.sbHolder {
    background-color: #ededed;
    border: none;
    height: 35px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #858386;
    -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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 120px;
}

.sbHolder:hover {
    background: #f6f6f6;
}

.sbHolder:focus {
    border-color: rgba(25, 23, 25, 0.1);
    -webkit-box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
    -moz-box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
    box-shadow: 1px 1px 10px rgba(25, 23, 25, 0.1);
}

.sbSelector {
    display: block;
    height: 100%;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    padding: 7.5px 3px 9.5px 7px;
    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;
    color: #3B312B;
}

.sbSelector:hover {
    color: inherit;
}

.option-select .sbHolder {
    height: 43px;
}

.option-select .sbSelector {
    padding-top: 12px;
    padding-bottom: 12px;
}

.option-select .sbToggle {
    line-height: 43px;
}

a.sbSelector, a.sbSelector:visited {
    color: #3B312B;
}

a.sbSelector:hover, a.sbSelector:focus, a.sbSelector:active {
    color: inherit;
}

.sbToggle {
    display: block;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: #a2a0a0;
    font-family: "FontAwesome";
    line-height: 35px;
    font-size: 16px;
}

.sbToggle:before {
    content: "";
    display: block;
    color: #a2a0a0;
    -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: #ff2b5d;
}

.sbToggle:hover:before {
    color: #ff2b5d;
}

.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: #ededed;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    z-index: 4;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #858386;
}

.sbOptions li a:hover {
    color: #ff2b5d;
    background: #f6f6f6;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"] + label:before {
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: none;
    background: #cfcfcf;
}

input[type="radio"] + label:after {
    top: 6px;
    left: 2px;
    width: 10px;
    height: 10px;
    -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: #ff2b5d;
}

.radio-inline {
    margin-right: 5px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    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;
}

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: 4px;
    left: 0;
    width: 14px;
    height: 14px;
}

input[type="checkbox"] + label:before {
    background: #e3e3e3;
    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: #ff2b5d;
}

input[type="checkbox"] + label:hover {
    color: #ff2b5d;
}

.inline-checkbox {
    display: inline-block;
}

input[type="checkbox"].color-checkbox + label {
    padding: 0;
    display: inline-block;
    line-height: 18px;
}

input[type="checkbox"].color-checkbox + label:before {
    display: none;
}

input[type="checkbox"].color-checkbox + label img {
    width: 22px;
}

#filter-group2 > div {
    margin-left: 1px;
}


input[type="checkbox"].color-checkbox:checked + label {
    border: 1px solid #ff2b5d;
}

input[type="checkbox"].color-checkbox:checked + label:after {
    content: "";
}

input[type="checkbox"]:checked + label:after {
    content: "";
}

input[type="checkbox"][disabled] + label {
    color: #7c7f84;
    display: none;
}

input[type="checkbox"][name="agree"] + label {
    margin-bottom: 11px;
}

input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
    top: 0;
}

#price-amount {
    border: 0;
    color: #ff2b5d;
    font-weight: bold;
    display: inline-block;
    background: transparent;
    width: 65%;
    padding: 0;
    font-size: 12px;
}

#habla_window_div #habla_topbar_div {
    background: #ff2b5d !important;
}

#at15s, #at20mc {
    z-index: 999 !important;
}

/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
    width: 100%;
    line-height: 0;
}

.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    display: inline-block;
}

.sf-menu > li > a {
    display: block;
}

.navigation {
    position: relative;
}

.navigation > .container {
    padding-left: 0;
    padding-right: 0;
}

.megamenu {
    position: static;
    font: 400 14px/16px "Montserrat", sans-serif;
    width: 100%;
    text-transform: uppercase;
    padding-left: 177px;
    padding-right: 177px;
    margin-top: 34px;
    border-top: 1px solid #8c8d8e;
    padding-top: 34px;
    vertical-align: top;
    display: inline-block;
}

header .megamenu > h3 {
    display: none;
}

header .megamenu h1, header .megamenu h2, header .megamenu h3, header .megamenu h4, header .megamenu h5, header .megamenu h6 {
    color: #fff;
}

.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
}

@media (min-width: 768px) {
    .sf-menu {
        text-align: center;
    }

    .sf-menu > li {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1680px) and (max-width: 1999px) {
    .sf-menu > li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .sf-menu > li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-menu > li {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu > li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    _::-moz-svg-foreign-content .sf-menu, :root .sf-menu, .ipad .sf-menu, .ios .sf-menu, .iphone .sf-menu, .mobile .sf-menu {
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        -webkit-box-pack: justify;
    }

    _::-moz-svg-foreign-content .sf-menu > li, :root .sf-menu > li, .ipad .sf-menu > li, .ios .sf-menu > li, .iphone .sf-menu > li, .mobile .sf-menu > li {
        display: inline-block;
        display: -webkit-box;
    }
}

.color-tooltip {
    display: none;
}

@media (max-width: 768px) {
    input[type="checkbox"].color-checkbox + label img {
        width: 35px;
    }

    #filter-group2 > div {
        margin-left: 3px;
    }

    .color-tooltip {
        display: block;
        border-radius: 5px;
        -webkit-box-shadow: -1px 0px 13px 2px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: -1px 0px 13px 2px rgba(0, 0, 0, 0.31);
        box-shadow: -1px 0px 10px 2px rgba(0, 0, 0, 0.31);
        padding: 9px;
        font-family: "Montserrat", sans-serif;
        position: absolute;
        right: -25px;
        bottom: -50px;
        z-index: 2;
        background: white;
    }
}

/*================ Menu  ===============*/
.sf-menu {
    font-family: "Montserrat", sans-serif;
}

.sf-menu > li a {
    font-size: 14px;
    line-height: 16px;
}

.sf-menu > li > a {
    color: #997D7A;
    background: transparent;
    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;
}

.sf-menu > li > a:before {
    position: absolute;
    display: inline-block;
    content: '';
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #3B312B;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.sf-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.sf-menu li.sf-with-mega {
    position: static;
}

.sf-menu .submenu_title {
    margin-bottom: 20px;
}

.sf-menu .submenu_title > a, .sf-menu .submenu_title > a:visited {
    color: #997D7A;
}

.sf-menu .submenu_title > a:hover, .sf-menu .submenu_title > a:focus, .sf-menu .submenu_title > a:active, .sf-menu .submenu_title > a.active {
    color: #3B312B;
}

.sf-menu .submenu_title + ul li {
    text-transform: none;
    font: 300 12px/14px "Roboto", sans-serif;
}

.sf-menu .submenu_title + ul li + li {
    margin-top: 15px;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li > a.active {
    color: #3B312B;
}

.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li > a.active:before {
    left: 0;
    width: 100%;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
    list-style-type: none;
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 40px;
    width: 200px;
    line-height: 16px;
    margin-top: 0;
    background: #fff;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu {
    padding: 15px 0;
    text-align: left;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.sf-menu .simple_menu a {
    display: inline-block;
}

.sf-menu .simple_menu ul {
    height: auto !important;
}

.sf-menu .simple_menu li {
    position: relative;
    padding: 5px 20px 5px 30px;
    width: 100%;
}

.sf-menu .simple_menu li + li {
    margin-top: 5px;
}

.sf-menu .simple_menu li a, .sf-menu .simple_menu li a:visited {
    color: #997D7A;
}

.sf-menu .simple_menu li.sfHover > a, .sf-menu .simple_menu li > a:hover, .sf-menu .simple_menu li > a:focus, .sf-menu .simple_menu li > a:active, .sf-menu .simple_menu li > a.active {
    color: #3B312B;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
    left: 100%;
    top: -15px;
    margin-top: 0;
}

.sf-menu .simple_menu .simple_menu:before {
    display: none;
}

.menu-gadget {
    display: none !important;
}

.sf-menu .sf-mega {
    font-family: "Montserrat", sans-serif;
    display: none;
    position: absolute;
    list-style-type: none;
    text-align: left;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    z-index: 10;
    padding: 40px;
    border: none;
    color: #997D7A;
    margin-top: 32px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat !important;
    background-position: top right;
    text-justify: auto;
    text-align-last: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sf-menu .sf-mega li a {
    display: inline;
}

.sf-menu .sf-mega li a, .sf-menu .sf-mega li a:visited {
    color: #997D7A;
}

.sf-menu .sf-mega li.sfHover > a, .sf-menu .sf-mega li a:hover, .sf-menu .sf-mega li a:focus, .sf-menu .sf-mega li a:active, .sf-menu .sf-mega li a.active {
    color: #3B312B;
}

.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 + li {
    margin-top: 30px;
}

.sf-menu .sf-mega > li {
    padding: 0;
}

.sf-menu .sf-mega li {
    display: block;
}

.sf-menu .sf-mega ul {
    padding: 0;
    list-style-type: none;
}

.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 .box .box-heading {
    display: none;
}

.sf-menu > li > .sf-with-ul {
    position: relative;
}

.sf-menu > li > .sf-with-ul:after {
    display: inline-block;
    content: '\e313';
    font-weight: 400;
    vertical-align: top;
    font-family: 'Material Icons';
}

.sf-menu ul > li > .sf-with-ul {
    position: relative;
    text-transform: none;
    position: static;
}

.sf-menu ul.simple_menu > li > .sf-with-ul:after {
    position: absolute;
    right: 33px;
    top: 50%;
    margin-top: -7px;
    content: '\f105';
    font: 400 15px/14px "FontAwesome";
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
}

.sf-menu ul.simple_menu > li.sfHover > a:after, .sf-menu ul.simple_menu > li > .sf-with-ul:hover:after {
    opacity: 1;
}

#menu-new {
    text-align: center;
    display: none;
}

#menu-new > a > span {
    color: #ff2b5d;
    position: relative;
    font-size: 16pt;
    font-weight: 900;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

#menu-new > a > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0em;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .8), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
    background-size: 2em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
}

#menu-new > a > span.blink_on:after {
    transition: 1.5s linear;
    background-position: 130% 0%;
}

/*============================================*/
@media (min-width: 1200px) and (max-width: 1679px) {
    .megamenu {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .megamenu {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .megamenu {
        padding-left: 0;
        padding-right: 0;
    }

    .sf-menu > li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .sf-menu > li > a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .megamenu {
        margin: 0;
        padding: 0;
        border: none;
    }

    .sf-menu {
        display: none;
    }

    #menu-new {
        display: block;
    }

    .sf-mega_section {
        width: 100% !important;
    }
}

/*==================  Stuck menu  ======================*/
.stuck-menu {
    width: auto !important;
    background: #fff;
    border-bottom: 1px solid #8c8d8e;
}

.stuck-menu > .container > div {
    position: relative;
    width: 100%;
    display: inline-block;
}

.ajax-overlay-open .scroll-fix {
    z-index: 996;
}

.common-home .stuck-menu {
    border-bottom: none;
}

@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;
    }
}

@media only screen and (max-width: 991px) {
    .stuck-menu {
        position: static;
    }

    .stuck-menu + .stuck-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .stuck-menu {
        text-align: center;
        display: none;
    }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -50px;
    left: 0;
    bottom: -50px;
    width: 240px;
    padding: 120px 0 70px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.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 > li {
    display: inline-block;
    width: 100%;
}

.rd-mobilemenu_ul > li > a {
    display: inline-block;
    width: 100%;
}

.rd-mobilemenu_ul .submenu_title > a, .rd-mobilemenu_ul li > a {
    display: block;
    color: #3B312B;
    padding: 12px 45px 12px 20px;
}

.rd-mobilemenu_ul .submenu_title > a:visited, .rd-mobilemenu_ul li > a:visited {
    color: #3B312B;
}

.rd-mobilemenu_ul .submenu_title > a:hover, .rd-mobilemenu_ul .submenu_title > a:active, .rd-mobilemenu_ul .submenu_title > a:focus, .rd-mobilemenu_ul .submenu_title > a.active, .rd-mobilemenu_ul li > a:hover, .rd-mobilemenu_ul li > a:active, .rd-mobilemenu_ul li > a:focus, .rd-mobilemenu_ul li > a.active {
    color: #fff;
    background: #ff2b5d;
}

.rd-mobilemenu_ul .submenu_title > a img, .rd-mobilemenu_ul li > a img {
    float: left;
    width: 70px;
    margin: 0 5px 10px 0;
}

.rd-mobilemenu_ul .submenu_title > a span, .rd-mobilemenu_ul li > a span {
    font-size: 14px;
    line-height: 16px;
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle, .rd-mobilemenu_ul li > a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -16px;
    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(25, 23, 25, 0.1);
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle:after, .rd-mobilemenu_ul li > a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle:hover, .rd-mobilemenu_ul li > a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul .submenu_title > a.rd-with-ul, .rd-mobilemenu_ul li > a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul .submenu_title > a.rd-with-ul.active .rd-submenu-toggle, .rd-mobilemenu_ul li > 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 .submenu_title a {
    padding-left: 30px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 40px;
    display: inline-block;
    width: 100%;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilemenu_ul .megamenu_module a:hover {
    background: none;
}

.rd-mobilemenu.active {
    background: rgba(255, 255, 255, 0.5);
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #FFF;
    color: #282726;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 0;
    letter-spacing: 0;
    left: 50px;
    right: 120px;
    color: #282726;
    font-size: 14px;
    line-height: 49px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 13px;
    left: 15px;
    width: 24px;
    height: 24px;
}

.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: -4px;
    -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: 4px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 14px;
    height: 2px;
    background-color: #282726;
    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: 1px center;
    -ms-transform-origin: 1px center;
    -o-transform-origin: 1px center;
    -webkit-transform-origin: 1px center;
    transform-origin: 1px center;
    -moz-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    -o-transform-origin: 1px center;
    -webkit-transform-origin: 1px center;
    transform-origin: 1px 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: 8.75px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }

    .megamenu_module {
        padding-left: 15px;
        padding-right: 15px;
    }

    .megamenu_module .box .box-heading {
        display: none;
    }

    .megamenu_module .product-thumb .image {
        margin-bottom: 15px;
    }

    .megamenu_module .product-thumb .price {
        margin-bottom: 0;
    }

    .megamenu_module .product-thumb .cart-button, .megamenu_module .product-thumb .btn-primary {
        display: none;
    }

    .megamenu_module .product-layout {
        margin-bottom: 0;
    }

    .megamenu_module .box {
        margin-bottom: 10px;
    }

    .megamenu_module .html-module {
        margin-top: 0;
    }

    .sf-mega_section {
        padding-bottom: 15px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 15px;
    }

    .rd-mobilemenu_ul ul {
        background-image: none !important;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }

    .cart {
        right: 5px;
        height: 50px;
        z-index: 10001;
    }

    .cart > button {
        line-height: 50px;
        color: #282726;
    }

    .cart > button .cart-total2 {
        line-height: 50px;
    }

    header .nav .toggle_cont a i {
        display: none;
    }

    .header-top .button-login {
        margin-left: 10px;
    }

    .header-top > .container > span a span {
        font-size: 12px;
    }

    .rd-mobilemenu_ul .banners.row {
        margin: 0;
    }
}

/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
    position: relative;
}

.banners > div .banner-box > a {
    display: block;
}

.banners > div {
    margin-top: 20px;
    margin-bottom: 142px;
}

.banners h1, .banners h2, .banners h3, .banners h4, .banners h5, .banners h6 {
    margin-bottom: 0;
    color: #fff;
}

.banners .s-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banners .s-desc > div {
    height: 100%;
    background: transparent;
    border: 0 solid #fff;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.banners .s-desc h2 {
    position: absolute;
    top: 29px;
    left: 32px;
    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;
}

.banners .s-desc h3 {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    bottom: 27px;
    left: 32px;
    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;
}

.banners .s-desc .desc-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 13px;
    display: inline;
}

.banners .s-desc .desc-bottom a {
    text-transform: uppercase;
    display: inline;
}

.banners .s-desc .desc-bottom b {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    clear: left;
    margin-top: 5px;
}

.banners .banner-box .link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.banners .banner-box img {
    overflow: hidden;
    position: relative;
}

.banners .banner-box:hover .s-desc h2 {
    margin-top: 15px;
}

.banners .banner-box:hover .s-desc h3 {
    margin-bottom: 20px;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.banners .banner-box:hover .s-desc > div {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.banners > div .s-desc {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.banners > div .s-desc a {
    z-index: 2;
    position: relative;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 1200px) and (max-width: 1679px) {
    .banners > div {
        margin-bottom: 120px;
    }

    .banners .s-desc h2 {
        top: 22px;
        left: 20px;
    }

    .banners .s-desc h3 {
        font-size: 32px;
        bottom: 22px;
        left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banners > div {
        margin-bottom: 115px;
    }

    .banners .s-desc h2 {
        top: 20px;
        left: 20px;
    }

    .banners .s-desc h3 {
        font-size: 26px;
        bottom: 20px;
        left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banners > div {
        margin-bottom: 110px;
    }

    .banners .desc-bottom {
        font-size: 12px;
        line-height: 16px;
    }

    .banners .s-desc h2 {
        top: 15px;
        left: 15px;
    }

    .banners .s-desc h3 {
        font-size: 21px;
        bottom: 15px;
        left: 15px;
    }
}

@media (max-width: 767px) {
    .banners {
        text-align: center;
    }

    .banners > div {
        display: inline-block;
        max-width: 100%;
        width: auto;
        margin-bottom: 90px;
    }

    .banners > div .banner-box {
        text-align: left;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .banners .desc-bottom {
        font-size: 12px;
        line-height: 18px;
    }
}

/*========================================================
                      HTML boxes
=========================================================*/
.html-module {
    margin-top: 78px;
}

.html-module h3 {
    margin-bottom: 10px;
}

.html-module h4 {
    font-size: 60px;
    line-height: 60px;
}

.html-module .btn {
    padding-left: 30px;
    padding-right: 32px;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 1799px) {
    .html-module h4 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 1619px) {
    .html-module h4 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .html-module {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .html-module .btn {
        padding-left: 15px;
        padding-right: 18px;
    }

    .html-module h4 {
        font-size: 26px;
        line-height: 30px;
    }
}

.owl-carousel {
    position: static;
    margin: 0 -15px;
    width: auto;
}

.owl-carousel .owl-item {
    padding: 0 15px;
    width: auto;
}

.owl-carousel {
    padding: 0;
}

.owl-carousel .over {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.owl-carousel .over:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 1px solid #8c8d8e;
    background: rgba(0, 0, 0, 0.38);
    opacity: 0;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.owl-carousel .s-desc {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 0;
    margin-top: -62px;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.owl-carousel .s-desc h1, .owl-carousel .s-desc h2, .owl-carousel .s-desc h3, .owl-carousel .s-desc h4, .owl-carousel .s-desc h5, .owl-carousel .s-desc h6 {
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 13px;
    position: relative;
}

.owl-carousel .s-desc h1:after, .owl-carousel .s-desc h2:after, .owl-carousel .s-desc h3:after, .owl-carousel .s-desc h4:after, .owl-carousel .s-desc h5:after, .owl-carousel .s-desc h6:after {
    position: absolute;
    display: inline-block;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    background: #fff;
    width: 34px;
    height: 1px;
}

.owl-carousel .item a {
    position: relative;
}

.owl-carousel .item a:hover .over:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: .39;
}

.owl-carousel .item a:hover .s-desc {
    opacity: 1;
    -webkit-animation: keyframesY .8s ease-out;
    animation: keyframesY .8s ease-out;
}

.owl-carousel .owl-wrapper-outer {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .owl-nav div {
    color: #a2a0a0;
    background: #fafafa;
    transition: all .3s ease;
    display: inline-block;
    font-size: 20px;
    line-height: 47px;
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-nav div.disabled {
    color: #a2a0a0;
    background: #fafafa;
    opacity: 0.5;
    pointer-events: none;
}

.owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #3B312B;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    padding-right: 1px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
    padding-left: 2px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
}

.owl-carousel:hover .owl-nav div.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 767px) {
    .owl-carousel.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-carousel .owl-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-carousel .owl-nav div {
        opacity: 1;
        text-shadow: none;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -15px !important;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -15px !important;
    }
}

.owl-carousel.top-carousel .owl-item {
    line-height: 16px;
}

.blog_articles .owl-carousel .owl-nav div {
    margin-top: 17px;
}

_::-moz-svg-foreign-content .owl-carousel .item a:hover .s-desc, :root .owl-carousel .item a:hover .s-desc {
    -webkit-animation: none;
}

.owl-carousel.top-carousel {
    margin-bottom: 0;
}

.owl-carousel.top-carousel .item {
    display: inline-block;
}

.owl-carousel.top-carousel .owl-item {
    position: relative;
    text-align: center;
}

.owl-carousel.top-carousel .owl-item + .owl-item:before {
    position: absolute;
    z-index: 1;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-carousel.top-carousel .owl-item .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel.top-carousel .owl-item .desc h4 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 29px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.owl-carousel.top-carousel .owl-item .desc span {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 29px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #3B312B;
}

.owl-carousel.top-carousel .owl-item .desc span b {
    color: #ff2b5d;
}

.owl-carousel.top-carousel .item > a:hover .desc h4 {
    color: #ff2b5d;
}

.owl-carousel.top-carousel .active + .active:before {
    background: #ececec;
}

aside .owl-carousel .owl-nav .owl-prev, aside .owl-carousel .owl-nav .owl-next {
    top: 50%;
}

aside .blog_articles .owl-carousel .owl-nav .owl-prev, aside .blog_articles .owl-carousel .owl-nav .owl-next {
    top: 50%;
}

.testimonials.owl-carousel .owl-nav {
    margin-top: 30px;
}

.testimonials.owl-carousel .owl-nav div {
    opacity: 1;
    position: static;
    display: inline-block;
    margin: 0 5px;
}

.testimonials.owl-carousel .owl-nav div.disabled {
    opacity: 0;
    pointer-events: none;
}

.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);
}

.container .owl-carousel.container {
    width: auto;
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 767px) {
    .owl-carousel .owl-nav div {
        top: 50%;
        margin-top: -17px;
    }

    aside .owl-carousel .owl-nav .owl-prev {
        left: 10px !important;
    }

    aside .owl-carousel .owl-nav .owl-next {
        right: 10px !important;
    }

    .common-home .box .owl-carousel .owl-nav div {
        top: 50%;
        margin-top: -24px;
    }

    .blog_articles .blog-carousel.row {
        margin-left: 0;
        margin-right: 0;
    }

    .box-carousel {
        text-align: center;
    }

    .box .mobile-carousel {
        width: auto;
        margin: 0 0 30px;
    }

    .box .mobile-carousel .product-thumb {
        width: 270px;
    }
}

@media (max-width: 479px) {
    .box .owl-item {
        margin-bottom: 10px;
    }
}

/*========================================================
                      Blog Styles
=========================================================*/
.blog_articles {
    margin-bottom: 30px;
}

.blog_articles .btn-primary {
    margin-bottom: 10px;
}

.blog_articles .owl-carousel .owl-item .article-image:hover img {
    opacity: .9;
}

.blog_articles .btn-icon {
    font-size: 32px;
}

.blog_articles .btn-blog {
    font: 700 14px/20px "Montserrat", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: right;
}

.blog_articles .btn-blog:after {
    content: '\e315';
    display: inline-block;
    vertical-align: top;
    font: 400 18px/20px 'Material Icons';
}

.box.blog_articles .box-heading {
    margin-bottom: 20px;
}

.article-info .btn {
    margin-top: 15px;
}

.article-image {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 11px;
}

.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;
    background: #fff;
}

.article-image a {
    position: relative;
    background: #fff;
}

.common-home .blog_articles .article-title {
    margin-bottom: 16px;
}

.common-home .blog_articles .blog_block {
    margin-bottom: 20px;
}

.common-home .blog_articles .btn-primary.pull-right {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 12px;
}

.common-home .blog_articles .article-sub-title {
    font-weight: 700;
}

.common-home .blog_articles .article-image {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.common-home .blog_articles .article-image:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.simple_blog-article-view h1:after {
    margin-bottom: 15px;
}

.article-date, .article-comments, .article-author {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-date:before, .article-comments:before, .article-author:before {
    margin-right: 7px;
}

.article-sub-title {
    font: 400 14px/16px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.article-sub-title span:before, .article-sub-title a:before {
    font-size: 29px;
    line-height: 29px;
    display: inline-block;
    height: 29px;
    margin-right: 7px;
    vertical-align: middle;
    font-weight: 400;
}

.article-description {
    font: 400 14px/20px "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.article-title {
    font: 700 18px/22px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.article-title > a {
    display: inline;
}

.article-title a, .article-title a:visited {
    color: #282828;
}

.article-title a:hover, .article-title a:active, .article-title a:focus {
    color: #ff2b5d;
}

.article-sub-title span:before {
    display: inline-block;
    font-style: normal;
}

.article-sub-title span.fa-calendar:before {
    padding-top: 2px;
}

.article-sub-title span + span {
    margin-left: 20px;
}

.article-sub-title span a:before {
    margin-right: 5px;
}

.common-home .blog_articles .owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}

.common-home .article-sub-title {
    display: inline-block;
    width: 100%;
}

.common-home .article-sub-title span {
    display: inline-block;
}

.article-description ul, .article-description ol {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}

.article-description ul li, .article-description ol li {
    position: relative;
    color: #ff2b5d;
    padding-left: 30px;
}

.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: #282726;
    font-size: 16px;
    font-weight: 700;
}

.simple_blog-article .article-image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.simple_blog-article .blog_article {
    margin-bottom: 35px;
}

.simple_blog-category .blog_article .article-image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.related-article h4 {
    text-transform: uppercase;
    color: #ff2b5d;
}

.related-article h4 a:hover {
    color: #282726;
}

.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;
}

#button-comment {
    cursor: pointer;
}

.article-comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8c8d8e;
}

.article-comment .author {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.article-comment .reply-message {
    float: right;
    font-size: 29px;
}

.article-comment .author {
    margin-right: 10px;
}

.article-comment .comment-date {
    clear: both;
    color: #282726;
}

.article-comment .comment-date b {
    font-weight: 400;
}

.article-comment .author, .article-comment .comment-date {
    line-height: 29px;
    display: inline-block;
    vertical-align: top;
}

.article-comment .author i, .article-comment .comment-date i {
    display: inline-block;
    font-size: 29px;
    height: 29px;
    margin-right: 7px;
    vertical-align: top;
}

.article-comment .text {
    margin-top: 15px;
}

.article-comment .article-reply {
    margin: 30px 0 0 60px;
}

.reply-cancel {
    font-size: 16px;
    color: #ff2b5d;
    -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: #282726;
}

#review-title {
    clear: both;
}

aside h3 {
    line-height: 1em;
}

aside .blog_articles .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
}

aside .article-description {
    margin-bottom: 15px;
}

aside .box.blog-search {
    margin-bottom: 35px;
}

aside .blog-categories {
    margin-bottom: 35px;
}

aside .blog-categories ul {
    margin-bottom: 0;
}

aside .blog-categories ul > li {
    position: relative;
}

aside .blog-categories ul > li > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #282726;
    -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: #ff2b5d;
}

aside .blog-categories ul > li > a {
    background: #f5f5f5;
    display: block;
    font-weight: bold;
    color: #282726;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
}

aside .blog-categories ul > li > a:hover {
    color: #fff;
    background: #ff2b5d;
}

aside .blog-categories ul > li + li {
    border-top: 2px solid #fff;
    margin-top: 0;
}

aside .blog-categories ul ul {
    display: none;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #8c8d8e;
}

aside .blog-categories ul ul a {
    padding-left: 40px;
}

aside #blog-search {
    margin: 15px 0;
    position: relative;
}

aside #blog-search input[type="text"] {
    padding: 3px 0;
    border: none;
    border-bottom: 1px solid #bababa;
    width: calc(100% - 29px);
    font-size: 16px;
    line-height: 19px;
    height: 25px;
    background: #fff;
    float: left;
}

aside #blog-search a {
    display: inline-block;
    position: relative;
    font-size: 29px;
    line-height: 25px;
    width: 29px;
    font-family: 'fl-puppets';
    background: none;
}

aside #blog-search a:before {
    content: '\e02d';
}

.simple_blog-author .article-image {
    margin-bottom: 20px;
}

.simple_blog-article-view .product_tabs .nav-tabs {
    width: 100%;
    margin-bottom: 10px;
}

.simple_blog-article-view .author-info h4 {
    margin-bottom: 10px;
}

.simple_blog-article-view .product_tabs .tab-content {
    width: 100%;
}

.simple_blog-article-view .article-image {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.simple_blog-article-view .article-image img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.blog_articles .mobile-carousel .owl-item .col-sm-4 {
    width: 100%;
    text-align: center;
}

.blog_articles .mobile-carousel .owl-item .col-sm-4 .article-sub-title span:before {
    display: inline-block;
}

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (max-width: 1199px) {
    .article-sub-title span {
        margin-right: 10px;
    }

    .article-sub-title span + span {
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-title {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article-title {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .related-article .box {
        margin-bottom: 10px;
    }

    aside .blog_articles, aside .blog-categories, aside .box.blog-search, .column-left .blog_articles, .column-left .blog-categories, .column-left .box.blog-search, .col-lg-3 .blog_articles, .col-lg-3 .blog-categories, .col-lg-3 .box.blog-search {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    aside .blog_articles .box-heading, aside .blog-categories .box-heading, aside .box.blog-search .box-heading, .column-left .blog_articles .box-heading, .column-left .blog-categories .box-heading, .column-left .box.blog-search .box-heading, .col-lg-3 .blog_articles .box-heading, .col-lg-3 .blog-categories .box-heading, .col-lg-3 .box.blog-search .box-heading {
        margin-bottom: 15px;
    }

    aside .blog_articles .box-heading h3, aside .blog_articles .box-heading h5, aside .blog-categories .box-heading h3, aside .blog-categories .box-heading h5, aside .box.blog-search .box-heading h3, aside .box.blog-search .box-heading h5, .column-left .blog_articles .box-heading h3, .column-left .blog_articles .box-heading h5, .column-left .blog-categories .box-heading h3, .column-left .blog-categories .box-heading h5, .column-left .box.blog-search .box-heading h3, .column-left .box.blog-search .box-heading h5, .col-lg-3 .blog_articles .box-heading h3, .col-lg-3 .blog_articles .box-heading h5, .col-lg-3 .blog-categories .box-heading h3, .col-lg-3 .blog-categories .box-heading h5, .col-lg-3 .box.blog-search .box-heading h3, .col-lg-3 .box.blog-search .box-heading h5 {
        font-size: 18px;
    }

    .common-home .blog_articles .blog_block {
        margin-bottom: 30px;
    }

    .blog_articles {
        text-align: center;
    }

    .blog_articles .btn-primary.pull-right {
        float: none !important;
        margin-top: 15px;
    }

    .simple_blog-article .blog_article {
        text-align: center;
        margin-bottom: 30px;
    }

    .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .reply-cancel {
        float: none;
        display: block;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 14px;
        line-height: 19px;
    }

    .article-description {
        font-size: 13px;
        line-height: 19px;
    }

    .common-home .blog_articles {
        margin-bottom: 10px;
    }
}

.newsletter {
    padding: 0;
    margin-bottom: 20px;
}

.newsletter .box-content {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.newsletter .box-content form {
    position: relative;
}

.newsletter .newsletter-description {
    display: inline-block;
    padding-right: 25%;
    margin: 9px 0 10px;
    vertical-align: top;
}

@media (min-width: 1680px) {
    .newsletter .newsletter-description {
        padding-right: 38%;
    }
}

.newsletter .tm-login-form {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    margin: 27px 0 10px;
}

.newsletter .tm-login-form {
    width: 310px;
}

.newsletter input {
    width: 100%;
    display: inline-block;
    color: #282726;
    background: transparent;
    height: 25px;
    font-family: "Roboto", sans-serif;
    border: none;
    border-bottom: 1px solid #bababa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 2px 0;
}

.newsletter input::-webkit-input-placeholder {
    color: #b2b3b5;
    font-weight: 300;
    opacity: 1;
}

.newsletter input:-moz-placeholder {
    color: #b2b3b5;
    font-weight: 300;
    opacity: 1;
}

.newsletter input::-moz-placeholder {
    color: #b2b3b5;
    font-weight: 300;
    opacity: 1;
}

.newsletter input:-ms-input-placeholder {
    color: #b2b3b5;
    font-weight: 300;
    opacity: 1;
}

.newsletter {
    margin-bottom: 0;
}

.newsletter .newsletter-error, .newsletter .newsletter-success {
    display: block;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    bottom: -20px;
    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;
    font-family: "Roboto", sans-serif;
}

.newsletter .newsletter-error {
    color: red;
}

.newsletter .newsletter-success {
    color: green;
}

@media (min-width: 2000px) {
    .newsletter .tm-login-form {
        width: 415px;
    }
}

@media (min-width: 768px) {
    .newsletter .box-heading {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .newsletter .newsletter-description {
        padding-right: 10%;
    }

    .newsletter .tm-login-form {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsletter .newsletter-description {
        padding-right: 0;
    }

    .newsletter .tm-login-form {
        width: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsletter .tm-login-form {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .newsletter .newsletter-description {
        padding-right: 0;
        font-size: 13px;
        line-height: 18px;
    }

    .newsletter .newsletter-error, .newsletter .newsletter-success {
        bottom: 98px;
        font-size: 11px;
        line-height: 13px;
    }

    .newsletter .btn-primary {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .newsletter {
        text-align: center;
    }

    .newsletter .tm-login-form {
        max-width: 100%;
        background: none;
        padding: 0;
        margin: 20px 5px 10px;
    }

    .newsletter .newsletter-error, .newsletter .newsletter-success {
        bottom: -20px;
    }

    .newsletter .newsletter-description {
        max-width: 100%;
        margin: 0 0 15px;
        line-height: 24px;
        padding: 0;
    }

    .newsletter input {
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .newsletter button.pull-right {
        float: none !important;
    }
}

@media (max-width: 600px) {
    .newsletter .tm-login-form {
        width: 100%;
        margin: 0 0 15px;
    }

    .newsletter .newsletter-error, .newsletter .newsletter-success {
        bottom: 65px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .newsletter .newsletter-error, .newsletter .newsletter-success {
        bottom: 65px;
        font-size: 9px;
        line-height: 12px;
    }
}

#tm-newsletter-popup-form:before, #tm-newsletter-popup-form:after {
    display: table;
    content: "";
    line-height: 0;
}

#tm-newsletter-popup-form:after {
    clear: both;
}

.newsletter-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 100px;
}

.newsletter-popup {
    position: relative;
    width: 600px;
    height: 380px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    border: 1px solid #f5f5f5;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 80px 65px 20px;
}

.newsletter-popup:before, .newsletter-popup:after {
    display: table;
    content: "";
    line-height: 0;
}

.newsletter-popup:after {
    clear: both;
}

.newsletter-popup .tm-login-form {
    position: relative;
    margin-top: 25px;
}

.newsletter-popup .tm-login-form:before, .newsletter-popup .tm-login-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.newsletter-popup .tm-login-form:after {
    clear: both;
}

.newsletter-popup .tm-login-form input {
    width: 250px;
    padding: 2px 0;
    margin: 0 10px 10px;
    color: #3B312B;
    display: inline-block;
    font: 400 16px/19px "Montserrat", sans-serif;
    height: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #bababa;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.newsletter-popup .tm-login-form input::-webkit-input-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.newsletter-popup .tm-login-form input:-moz-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.newsletter-popup .tm-login-form input::-moz-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.newsletter-popup .tm-login-form input:-ms-input-placeholder {
    color: #b2b3b5;
    opacity: 1;
}

.newsletter-popup h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
}

.newsletter-popup .logo img {
    display: inline-block;
}

.newsletter-popup-btn {
    display: inline-block;
    margin: 0 10px 10px;
}

.newsletter-popup-dont-show {
    float: right;
    color: #3B312B;
    position: relative;
    overflow: hidden;
}

.newsletter-popup-dont-show:visited {
    color: #3B312B;
}

.newsletter-popup-dont-show:hover, .newsletter-popup-dont-show:focus, .newsletter-popup-dont-show:active {
    color: #3B312B;
}

.newsletter-popup-close-btn {
    color: #3B312B;
    font-size: 16px;
    line-height: 16px;
    outline: medium none;
    position: absolute;
    right: 20px;
    top: 20px;
}

.newsletter-popup-close-btn:visited {
    color: #3B312B;
}

.newsletter-popup-close-btn:hover, .newsletter-popup-close-btn:focus, .newsletter-popup-close-btn:active {
    color: #ff2b5d;
}

.newsletter-popup .newsletter-error, .newsletter-popup .newsletter-success {
    display: block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.newsletter-popup .newsletter-error {
    color: red;
}

.newsletter-popup .newsletter-success {
    color: green;
}

@media (max-width: 767px) {
    .newsletter-popup-wrap {
        display: none !important;
    }

    #fast-checkout-popup.newsletter-popup-wrap {
        display: block !important;
    }

    #fast-checkout-popup .newsletter-popup {
        width: calc(100% - 30px);
        padding: 52px 15px 28px;
        height: 380px;
    }

    #fast-checkout-popup .newsletter-popup h2 {
        font-size: 27px;
    }
}

/* ===================   Social list   =================== */
.social-list {
    padding-bottom: 20px;
}

.social-list i {
    text-align: center;
}

.social-list li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 40px;
}

.social-list li + li {
    margin-left: 10px;
}

.box.module-social {
    margin-bottom: 20px;
    text-align: center;
}

.box.module-social p {
    margin-bottom: 0;
}

.social-block {
    margin-bottom: 0;
}

.social-block p, .social-block ul {
    margin-bottom: 0;
}

.social-block ul {
    padding-top: 30px;
    display: inline-block;
}

.social-block li:before {
    display: none;
}

.social-block a {
    display: inline-block;
}

.social-block a, .social-block a:visited {
    color: #3B312B;
}

.social-block a:hover, .social-block a:focus, .social-block aactive {
    color: #ff2b5d;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    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 .page-preloader__cnt {
    opacity: 0;
    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%);
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#page-preloader .logo, #page-preloader .preloader {
    display: inline-block;
}

#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: 120px;
    height: 120px;
    position: absolute;
    display: inline-block;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 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;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

#product-preloader {
    position: relative;
    text-align: center;
}

#product-preloader + * {
    margin-top: 25px;
}

#product-preloader .load-more {
    margin-top: 15px;
}

#product-preloader .preloader, #product-preloader .load-more {
    display: inline-block;
}

#product-preloader .preloader {
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    width: 40px;
    height: 40px;
    background: url("../image/litt-loader.gif") no-repeat 50% 50%;
    opacity: 0;
}

#product-preloader.loading .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%);
    -moz-transition: 0.5s ease 0.3s;
    -o-transition: 0.5s ease 0.3s;
    -webkit-transition: 0.5s ease 0.3s;
    transition: 0.5s ease 0.3s;
}

#product-preloader.loading .load-more {
    opacity: 0;
    pointer-events: none;
}

/* ===================   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-cont * + .name {
    margin-top: 10px;
}

.ajax-quickview-cont h3, .ajax-quickview-cont h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ajax-quickview-cont h2 {
    line-height: 1.2em;
    text-transform: none;
}

.ajax-quickview-cont .sale {
    margin-right: 5px;
}

.ajax-quickview-cont .discount {
    margin-right: 15px;
}

.ajax-quickview-images {
    position: relative;
    float: left;
}

.ajax-quickview-images > ul {
    margin: 0;
    background: #f0f0f0;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.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;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.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;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    color: #a2a0a0;
    background: #fafafa;
    opacity: 0;
}

.ajax-quickview-images .next-img:hover,
.ajax-quickview-images .prev-img:hover {
    color: #fff;
    background: #3B312B;
}

.ajax-quickview-images .next-img {
    right: 5px;
}

.ajax-quickview-images .prev-img {
    left: 5px;
}

.ajax-quickview-images:hover .next-img,
.ajax-quickview-images:hover .prev-img {
    opacity: 1;
}

.ajax-quickview-cont-wrap {
    float: right;
    max-height: 100%;
    overflow-y: auto;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont {
    padding: 25px 35px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .sale, .ajax-quickview-cont-wrap .ajax-quickview-cont .new-pr, .ajax-quickview-cont-wrap .ajax-quickview-cont .discount {
    position: relative;
    top: auto;
    left: auto;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .sale + .new-pr {
    margin-left: 15px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .product-options {
    border-bottom: none;
    margin-bottom: 20px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .counter + .btn-primary {
    margin-left: 20px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .rating {
    margin-bottom: 5px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .rating .fa-stack {
    width: .8em;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .options {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .quantity {
    margin-bottom: 5px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .form-group {
    margin-bottom: 8px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .price {
    line-height: 65px;
    margin-right: 10px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .btn-primary {
    vertical-align: top;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button {
    margin-top: 20px;
}

.ajax-quickview-cont-wrap .quantity {
    margin-top: 0;
    margin-right: 10px;
}

.ajax-quickview-cont-wrap .quantity label {
    float: left;
}

.ajax-quickview-cont-wrap .quantity input[name*="quantity"] {
    height: 43px;
    width: 70px;
    font-size: 14px;
    padding: 12px 5px;
    color: #3B312B;
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 30px;
}

.ajax-quickview-cont-wrap .quantity .counter, .ajax-quickview-cont-wrap .quantity .counter:focus {
    background: none;
}

.ajax-quickview-cont-wrap .quantity .counter {
    top: 0;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    padding-top: 7px;
    font-size: 21px;
    padding: 0;
}

.ajax-quickview-cont-wrap .quantity .counter.counter-minus {
    top: auto;
    bottom: 0;
}

.fancybox-inner .option-radio .radio, .fancybox-inner .option-radio .radio + .radio {
    margin: 0 10px 10px 0;
    padding: 0;
}

.fancybox-inner input[type="radio"] + label:before {
    background-color: #cfcfcf;
}

.product-option-wrap {
    line-height: 16px;
}

.fancybox-close {
    background: none !important;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    color: #a2a0a0;
}

.fancybox-close:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00d';
    font: 400 16px/16px "FontAwesome";
    width: 16px;
    height: 16px;
}

.fancybox-close:hover {
    color: #282828;
}

.fancybox-inner .cart-button .product-btn {
    vertical-align: top;
}

.ajax-overlay input[type="radio"] + label:before {
    background-color: #cfcfcf;
}

.ajax-quickview-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
}

.ajax-quickview-overlay .ajax-quickview-overlay__preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../image/preloader.gif) no-repeat 50% 50% #fff;
}

.ajax-quickview-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.fancybox-skin, .fancybox-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-skin {
    color: #3B312B;
    background: #fff !important;
    font-size: 14px;
    line-height: 24px;
    border-radius: 15px;
}

.fancybox-skin .img-responsive {
    background: #fff !important;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 2px 12px rgba(25, 23, 25, 0.15);
    -moz-box-shadow: 0 2px 12px rgba(25, 23, 25, 0.15);
    box-shadow: 0 2px 12px rgba(25, 23, 25, 0.15);
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

/*========================================================
                  Responsive Styles
=========================================================*/
.fixed-left {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 1011;
    background: #fff;
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    width: 300px;
    height: 100%;
}

.fixed-left.active {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 1015;
}

.fixed-left__toggle {
    position: absolute;
    left: 100%;
    top: 196px;
    display: inline-block;
    width: 57px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    background: #282726;
}

.fixed-left__toggle:visited, .fixed-left__toggle:focus {
    color: rgba(255, 255, 255, 0.6);
    background: #282726;
}

.fixed-left__toggle:hover, .fixed-left__toggle:active {
    color: #fff;
    background: #282726;
}

.fixed-left__cont {
    height: 100%;
    margin-bottom: 55px;
    overflow: auto;
    padding: 15px;
    border-right: 2px solid #8c8d8e;
}

@media (min-width: 768px) {
    .fixed-left {
        top: 0;
    }

    .fixed-left__toggle {
        top: 251px;
    }
}

.fixed-left .mfilter-box {
    margin-bottom: 55px;
}

.fixed-left .mfilter-filter-item + .mfilter-filter-item {
    margin-top: 0;
}

.catalog-thumb {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    opacity: 0.45;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.catalog-thumb + .catalog-thumb {
    margin-top: 15px;
}

.catalog-thumb img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.catalog-thumb .catalog-item {
    font-size: 14px;
}

.catalog-thumb .catalog-thumb__title,
.catalog-thumb .catalog-item {
    margin: 0;
}

.catalog-thumb .catalog-thumb__overlay {
    padding: 70px 30px 40px;
    color: #fff;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-thumb .catalog-thumb__overlay > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-thumb .catalog-thumb__overlay > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.catalog-thumb.catalog-thumb--effect-julia {
    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: filter 0.5s ease, background-color 1s ease;
    -o-transition: filter 0.5s ease, background-color 1s ease;
    -webkit-transition: filter 0.5s ease, background-color 1s ease;
    transition: filter 0.5s ease, background-color 1s ease;
    box-shadow: none;
    max-width: 400px;
}

.catalog-thumb.catalog-thumb--effect-julia img {
    max-height: 400px;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-thumb__overlay {
    text-align: left;
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-thumb__title {
    position: absolute;
    font-size: 18px;
    padding: 10px 20px;
    color: #2f2f2f;
    background: rgba(255, 255, 255, 0.85);
    left: 0;
    top: 0;
    width: 100%;
    display: inline-block;
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-item {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    line-height: 14px;
    color: #143546;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: translate3d(-360px, 0, 0);
    -ms-transform: translate3d(-360px, 0, 0);
    -o-transform: translate3d(-360px, 0, 0);
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child {
    transition-delay: 0.15s;
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2) {
    transition-delay: 0.1s;
}

.catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3) {
    transition-delay: 0.05s;
}

.catalog-thumb.catalog-thumb--effect-julia.active {
    background-color: #f5f5f5;
    opacity: 1;
}

.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:first-child {
    transition-delay: 0s;
}

.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:nth-of-type(2) {
    transition-delay: 0.05s;
}

.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item:nth-of-type(3) {
    transition-delay: 0.1s;
}

.catalog-thumb.catalog-thumb--effect-julia.active .catalog-item {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child,
.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:first-child {
    transition-delay: 0s;
}

.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2),
.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(2) {
    transition-delay: 0.05s;
}

.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3),
.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item:nth-of-type(3) {
    transition-delay: 0.1s;
}

.mobile .catalog-thumb.catalog-thumb--effect-julia .catalog-item,
.tablet .catalog-thumb.catalog-thumb--effect-julia .catalog-item {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.catalog__cont .sale, .catalog__cont .discount, .catalog__cont .new-pr {
    margin-bottom: 5px;
    margin-right: 10px;
}

.catalog__cont * + .price {
    margin-top: 15px;
}

.catalog__cont * + .options {
    margin-top: 20px;
}

.catalog__cont * + .option {
    margin-top: 10px;
}

.catalog__cont .option .name + ul {
    margin-left: 5px;
}

.catalog__cont {
    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 20px;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    overflow: hidden;
    overflow-y: auto;
    opacity: 1;
    width: inherit;
}

.catalog__cont-wrap {
    position: relative;
    display: none;
}

@media (min-width: 768px) {
    .catalog__cont-wrap {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog__cont-wrap {
        width: 407.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .catalog__cont-wrap {
        width: 535.833px;
    }
}

@media (min-width: 1200px) {
    .catalog__cont-wrap {
        width: 670px;
    }
}

.catalog__cont.loading {
    opacity: 0;
}

.catalog__cont.fixed {
    position: fixed;
    top: 15px;
    max-height: calc(100% - 30px);
}

.catalog__cont.absolute {
    position: absolute;
    bottom: 0;
}

.catalog__cont.static {
    position: static;
}

.catalog__cont .options h3 {
    display: none;
}

.catalog__cont .name {
    font-size: 24px;
    line-height: 29px;
    color: #2f2f2f;
    font-weight: 600;
}

.catalog__cont .sale, .catalog__cont .new-pr {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    margin-bottom: 10px;
}

.catalog__cont .sale + .new-pr {
    margin-left: 3px;
}

.catalog__cont .product-spec .table td {
    padding: 10px 15px;
    color: #2f2f2f;
    background-color: #fff;
    border-color: #f5f5f5;
}

.catalog__cont .product-spec .table td:first-child {
    border-color: #f5f5f5;
}

.catalog__cont .option > .name, .catalog__cont .option > ul {
    display: inline-block;
}

.catalog__cont .option > ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.catalog__cont .option > ul, .catalog__cont .option > ul > li > img {
    vertical-align: bottom;
}

.catalog__cont .option > ul > li {
    margin-bottom: 10px;
    float: left;
}

.catalog__cont .option > ul > li > span:after {
    content: ';';
}

.catalog__cont .option > ul > li:last-of-type > span:after {
    content: '.';
}

.catalog__cont .option > ul > li + li {
    margin-top: 0;
    margin-left: 10px;
}

.catalog__cont .option .name {
    font-size: 16px;
    line-height: 21px;
}

.product-catalog .pagination-block {
    margin-top: 15px;
}

/*===========  Filter =================*/
div.mfilter-opts-container, div.mfilter-content-opts {
    background: none;
}

div.mfilter-content-opts {
    padding: 0 0 10px;
}

div.mfilter-content-opts .mfilter-options {
    padding: 0;
}

div.mfilter-content-opts .mfilter-options .mfilter-search {
    margin-top: 5px;
}

div.mfilter-content-opts .mfilter-options .mfilter-search input[type="text"] {
    height: 50px;
    color: #3B312B;
    font-size: 14px;
    line-height: 18px;
    background-color: #f9f9f9;
    padding: 16px 10px 16px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
}

div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search {
    margin: 0;
}

div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search:focus {
    outline: none;
    border: none;
}

div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search_button {
    color: #ff8e3c;
    font-size: 18px;
    line-height: 49px;
    height: 49px;
    margin: 0;
    background: none;
}

div.mfilter-content-opts .mfilter-options .mfilter-search #mfilter-opts-search_button:hover {
    color: #ff2b5d;
}

div.mfilter-content-opts .mfilter-options .mfilter-price {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 3px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #282726;
}

div.mfilter-content-opts .mfilter-options .mfilter-price input[type="text"], div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-min, div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-max {
    background: none;
    padding: 0;
    outline: none;
    border: none;
    height: 19px;
    width: 60px;
    min-width: 0;
    max-width: 60px;
    letter-spacing: 0;
    text-align: center;
    font: 700 18px/22px "Montserrat", sans-serif;
    color: #282726;
}

div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider, div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider {
    background: #f5f5f5;
    height: 3px !important;
    margin: 5px 0 0 !important;
}

div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider .ui-slider-range, div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider .ui-slider-range {
    background: #ff8e3c !important;
}

div.mfilter-content-opts .mfilter-options .mfilter-price .mfilter-slider-slider .ui-slider-handle, div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-price-slider .ui-slider-handle {
    background: #ff8e3c !important;
    width: 5px !important;
    height: 15px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 !important;
}

div.mfilter-content-opts .mfilter-options .mfilter-price-slider {
    padding: 0 !important;
    margin-right: 0 !important;
}

div.mfilter-content-opts .mfilter-options .ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
}

div.mfilter-heading {
    font: 700 13px/18px "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #282726;
    padding-bottom: 10px;
    border-bottom: 1px solid #8c8d8e;
    margin-bottom: 2px;
    padding-top: 7px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.mfilter-heading:hover {
    color: #ff2b5d;
}

div.mfilter-heading .mfilter-head-icon {
    display: inline-block;
    background: none;
    width: auto;
    height: 19px;
    vertical-align: top;
    margin: 0;
    -moz-transform: translateY(-50%) rotateX(-180deg);
    -ms-transform: translateY(-50%) rotateX(-180deg);
    -o-transform: translateY(-50%) rotateX(-180deg);
    -webkit-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg);
    color: #282726;
}

div.mfilter-heading .mfilter-head-icon:before {
    content: '\f107';
    font: 400 16px/19px "FontAwesome";
}

div.mfilter-heading .mfilter-head-icon:hover {
    color: #ff2b5d;
}

.mfilter-heading.mfilter-collapsed i.mfilter-head-icon {
    -moz-transform: translateY(-50%) rotateX(0deg);
    -ms-transform: translateY(-50%) rotateX(0deg);
    -o-transform: translateY(-50%) rotateX(0deg);
    -webkit-transform: translateY(-50%) rotateX(0deg);
    transform: translateY(-50%) rotateX(0deg);
}

div.mfilter-tb-as-tr.mfilter-option {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mfilter-option .mfilter-tb-as-td {
    display: inline-block;
    border: none;
    padding: 2px 0;
    cursor: pointer;
}

.mfilter-option > div input[type="checkbox"] {
    position: relative;
}

.mfilter-option > div input[type="checkbox"]:before, .mfilter-option > div input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 20px;
}

.mfilter-option > div input[type="checkbox"]:before {
    border: 2px solid #8c8d8e;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mfilter-option > div input[type="checkbox"]:after {
    content: '\f00c';
    color: #fff;
    font: 400 12px/20px "FontAwesome";
    text-align: center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
}

.mfilter-option > div input[type="checkbox"]:checked:before {
    background: #ff8e3c;
    border-color: #ff8e3c;
}

.mfilter-option > div input[type="checkbox"]:checked:after {
    opacity: 1;
}

.mfilter-option > div label {
    color: #282726;
}

.mfilter-option > div + label.mfilter-tb-as-td {
    padding-left: 5px;
    margin-top: 3px;
}

.mfilter-option > div + label.mfilter-tb-as-td + .mfilter-col-count {
    position: absolute;
    top: 0;
    right: 8px;
}

.mfilter-option.mfilter-disabled > div input[type="checkbox"]:before {
    border-color: #f1f3f7;
}

div.mfilter-opts-container {
    padding-bottom: 23px;
}

.product-filter .sort.sort--category .sbHolder {
    width: 200px;
}

.iScrollVerticalScrollbar {
    background: #f5f5f5;
}

.iScrollIndicator {
    background-color: #ff2b5d !important;
}

.catalog__cont-wrap {
    line-height: 21px;
}

.catalog__cont-wrap .options ul li img {
    width: 21px !important;
    height: 21px !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin-right: 5px;
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .catalog-thumb.catalog-thumb--effect-julia h2 {
        font-size: 17px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-thumb.catalog-thumb--effect-julia h2 {
        font-size: 13px;
        line-height: 16px;
    }

    div.mfilter-content-opts .mfilter-options .mfilter-price input[type="text"], div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-min, div.mfilter-content-opts .mfilter-options .mfilter-price #mfilter-opts-price-max {
        width: 40px;
    }
}

@media (max-width: 767px) {
    #mfilter-content-container {
        text-align: center;
    }

    .catalog-thumb.catalog-thumb--effect-julia {
        display: inline-block;
        opacity: 1 !important;
    }

    .catalog-thumb.catalog-thumb--effect-julia h2 {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 366px) {
    .fixed-left {
        width: 253px;
        left: 47px;
    }

    .fixed-left.active {
        left: 0;
    }
}

/*========================================================
                      HTML boxes
=========================================================*/
.box.manufacturer {
    margin-bottom: 84px;
}

.brand-table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.brand-table tr + tr {
    border-top: 1px solid #e6e6e6;
}

.brand-table td {
    padding: 0;
}

.brand-table td a {
    display: block;
    padding: 0 10px;
    height: 170px;
    line-height: 170px;
    vertical-align: middle;
}

.brand-table td + td {
    border-left: 1px solid #e6e6e6;
}

.brand-table 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;
    display: inline-block;
    opacity: .2;
    line-height: 14px;
    max-height: 100%;
}

.brand-table a:hover img {
    opacity: 1;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 1680px) {
    .brand-table td {
        width: 16.66%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box.manufacturer {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box.manufacturer {
        margin-bottom: 40px;
    }

    .brand-table td a {
        height: 120px;
        line-height: 120px;
    }
}

@media (max-width: 767px) {
    .brand-table td a {
        padding: 0 5px;
        height: 100px;
        line-height: 100px;
    }

    .box.manufacturer {
        margin-bottom: 35px;
    }
}

@media (max-width: 600px) {
    .brand-table {
        display: inline-block !important;
    }

    .brand-table tr + tr {
        border-top: none;
    }

    .brand-table td {
        display: inline-block !important;
        margin: 5px;
    }

    .brand-table td + td {
        border-left: none;
    }

    .brand-table td a {
        display: inline-block !important;
        height: auto;
        line-height: 24px;
        padding: 10px;
        background: #f2f2f2;
    }
}

/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: February 7, 2016
*/
.swiper-container {
    margin: 0 auto 69px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 50.5%;
    width: 16px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 62px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0);
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border-width: 7px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 3px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*================  Custom styles ===============*/
.swiper-slide {
    background-position: center top;
}

.swiper-slide__link {
    display: block;
    height: 100%;
}

.slide-desc {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: absolute;
    padding: 7.6% 20px 0 7.3%;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    font-size: 30px;
    line-height: 36px;
}

.slide-desc span {
    display: inline-block;
}

.slide-desc.tx-white {
    color: #fff;
}

.slide-desc.tx-white h1, .slide-desc.tx-white h2, .slide-desc.tx-white h3, .slide-desc.tx-white h4, .slide-desc.tx-white h5, .slide-desc.tx-white h6 {
    color: #fff;
}

.slide-desc .btn, .slide-desc .btn:visited {
    background: #fff;
}

.slide-desc .btn:hover, .slide-desc .btn:focus, .slide-desc .btn:active, .slide-desc .btn:visited:hover, .slide-desc .btn:focus:active, .slide-desc .btn:active:focus {
    background: #fff;
}

/*============================================*/
@media (min-width: 2000px) {
    .slide-desc .slide-tx {
        margin-bottom: 104px;
    }

    .slide-desc h2 span {
        font-size: 150px;
        line-height: 130px;
        letter-spacing: -6px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -34px;
    }

    .slide-desc h2 + span {
        margin-top: 40px;
        margin-bottom: 10px;
        letter-spacing: -.5px;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 140px;
        line-height: 140px;
    }

    .slide-desc h2 + span + h2 + .btn {
        margin-top: 18px;
    }

    .slide-desc h2.big {
        font-size: 110px;
        line-height: 110px;
    }

    .slide-desc .btn {
        margin-top: 24px;
    }
}

@media (min-width: 1680px) and (max-width: 1999px) {
    .swiper-container {
        height: 792px !important;
    }

    .slide-desc .slide-tx {
        margin-bottom: 83px;
    }

    .slide-desc h2 span {
        font-size: 120px;
        line-height: 104px;
        letter-spacing: -5px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -27px;
    }

    .slide-desc h2 + span {
        margin-top: 32px;
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 120px;
        line-height: 120px;
    }

    .slide-desc h2.big {
        font-size: 88px;
        line-height: 88px;
    }
}

@media (min-width: 1200px) and (max-width: 1679px) {
    .swiper-container {
        height: 630px !important;
        margin-bottom: 55px;
    }

    .slide-desc {
        font-size: 26px;
        line-height: 31px;
        padding-left: 5%;
    }

    .slide-desc .slide-tx {
        margin-bottom: 66px;
    }

    .slide-desc h2 span {
        font-size: 96px;
        line-height: 83px;
        letter-spacing: -4px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -22px;
    }

    .slide-desc h2 + span {
        margin-top: 26px;
        margin-bottom: 6px;
        letter-spacing: 0;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 94px;
        line-height: 94px;
    }

    .slide-desc h2.big {
        font-size: 70px;
        line-height: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .swiper-container {
        height: 500px !important;
        margin-bottom: 44px;
    }

    .slide-desc {
        font-size: 21px;
        line-height: 25px;
        padding-top: 5%;
        padding-left: 4%;
    }

    .slide-desc .slide-tx {
        margin-bottom: 45px;
    }

    .slide-desc h2 span {
        font-size: 77px;
        line-height: 66px;
        letter-spacing: -3px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -18px;
    }

    .slide-desc h2 + span {
        margin-top: 21px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 75px;
        line-height: 75px;
    }

    .slide-desc h2.big {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-container {
        height: 400px !important;
        margin-bottom: 35px;
    }

    .slide-desc {
        font-size: 19px;
        line-height: 23px;
        padding-top: 6%;
        padding-left: 4%;
    }

    .slide-desc .slide-tx {
        margin-bottom: 36px;
    }

    .slide-desc h2 {
        margin-bottom: 20px;
    }

    .slide-desc h2 span {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -1.5px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -15px;
    }

    .slide-desc h2 + span {
        margin-top: 19px;
        margin-bottom: 4px;
        letter-spacing: 0;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 58px;
        line-height: 58px;
    }

    .slide-desc h2.big {
        font-size: 45px;
        line-height: 45px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .swiper-container {
        height: 380px !important;
        margin-bottom: 35px;
    }

    .slide-desc {
        font-size: 19px;
        line-height: 23px;
        width: 78%;
        padding-top: 7%;
        padding-left: 4%;
    }

    .slide-desc .slide-tx {
        margin-bottom: 36px;
    }

    .slide-desc h2 {
        margin-bottom: 20px;
    }

    .slide-desc h2 span {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -1.5px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -15px;
    }

    .slide-desc h2 + span {
        margin-top: 19px;
        margin-bottom: 4px;
        letter-spacing: 0;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 56px;
        line-height: 56px;
    }

    .slide-desc h2.big {
        font-size: 45px;
        line-height: 45px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        right: 40px;
    }
}

@media (max-width: 480px) {
    .swiper-container {
        height: 300px !important;
    }

    .slide-desc {
        font-size: 16px;
        line-height: 19px;
        width: 90%;
        padding-right: 15px;
        padding-top: 6%;
        padding-left: 15px;
    }

    .slide-desc .slide-tx {
        margin-bottom: 25px;
    }

    .slide-desc h2 {
        margin-bottom: 15px;
    }

    .slide-desc h2 span {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .slide-desc h2 + h2 span {
        margin-top: -15px;
    }

    .slide-desc h2 + span {
        margin-top: 10px;
        margin-bottom: 4px;
    }

    .slide-desc h2 + span + h2 span {
        font-size: 36px;
        line-height: 36px;
    }

    .slide-desc h2.big {
        font-size: 34px;
        line-height: 34px;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        right: 6px;
    }
}

/*========================================================
					TemplateMonster Instagram
=========================================================*/
.instagram {
    margin-top: 25px;
    margin-bottom: 61px;
}

.instagram .owl-item a {
    width: 100%;
}

.instagram p {
    color: #fff;
}

.instagram h1, .instagram h2, .instagram h3, .instagram h4, .instagram h5, .instagram h6 {
    color: #fff;
}

.instagram h2 {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.instagram .caption {
    display: none;
}

.instagram .box-heading {
    display: none;
}

.instagram .activities {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    opacity: 0;
    margin-top: -10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.instagram .activities span + span {
    margin-left: 10px;
}

.instagram #instafeed {
    margin-left: -15px;
    margin-right: -15px;
}

.instagram__item {
    position: relative;
    float: left;
    padding: 0;
}

.instagram__item > span {
    display: inline-block;
    max-width: 100%;
}

.instagram__item img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    max-width: 100%;
}

.instagram__item, .instagram__item:visited {
    color: #fff;
}

.instagram__item:hover, .instagram__item:focus, .instagram__item:active {
    color: #fff;
}

.instagram__item:hover img {
    opacity: .85;
}

.instagram__item:hover .activities {
    opacity: 1;
}

.instagram-description {
    color: #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
}

/*========================================================
                   Styles Responsive
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .instagram {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .instagram-description {
        padding-right: 115px;
    }
}

@media (max-width: 767px) {
    .instagram {
        text-align: center;
        margin-bottom: 0;
    }

    .instagram #instafeed {
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
    }

    .instagram__item {
        margin-bottom: 20px;
        display: inline-block;
        float: none;
    }
}

@media (max-width: 480px) {
    .instagram__item {
        width: 50%;
        margin-bottom: 30px;
    }
}

/*========================================================
                     Color Schemes
=========================================================*/
.color_scheme_1 {
    background: #ff2b5d;
}

.color_scheme_2 {
    background: #2ccab6;
}

.color_scheme_3 {
    background: #148fdd;
}

.color_scheme_4 {
    background: #f0b236;
}

#style_switcher, #style_switcher .toggler {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.toggler {
    border-left: none !important;
    margin: -1px 0 0 -1px;
}

#style_switcher .toggler {
    color: #3B312B;
}

#style_switcher .toggler:hover {
    color: #ff2b5d;
}

#style_switcher div.color_scheme {
    position: relative;
    overflow: hidden;
}

#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 25px 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;
    background: #f5f5f5;
}

#style_switcher p {
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 15px;
}

#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;
    text-align: center;
    transition: color .2s ease;
}

#style_switcher .toggler {
    background: #f5f5f5;
}

#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: '\e3b8';
    font-family: 'Material Icons';
    transition: color .2s ease;
}

#style_switcher.shown .toggler:before {
    content: '\f00d';
    font-family: "FontAwesome";
}

#style_switcher #color-box {
    margin: 0;
    list-style: none;
    font-size: 0;
    padding: 0 0 15px;
    line-height: 0;
}

#style_switcher #color-box li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: top;
}

#style_switcher #color-box li:hover,
#style_switcher #color-box li.active {
    padding: 2px;
}

#style_switcher div.color_scheme {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #8c8d8e;
}

#style_switcher #color-box li:hover div.color_scheme,
#style_switcher #color-box 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: 480px) {
    #style_switcher {
        width: 260px;
        padding-left: 20px;
    }
}

body.mobile_mode.mobile #style_switcher {
    top: 0 !important;
}

/* ===================   Breadcrumb   =================== */
.breadcrumb {
    margin: 0 0 25px;
    padding: 8px 0;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #a2a0a0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb a {
    display: inline-block;
    color: #a2a0a0;
}

.breadcrumb a:visited {
    color: #a2a0a0;
}

.breadcrumb a:hover {
    color: #282828;
}

.breadcrumb > li {
    position: relative;
    vertical-align: top;
    display: inline;
}

.breadcrumb > li:last-child span {
    color: #282828;
}

.breadcrumb > li > a,
.breadcrumb > li > a > i,
.breadcrumb > li > span,
.breadcrumb > li + li:before {
    font-style: normal;
    vertical-align: top;
}

.breadcrumb > li + li {
    position: relative;
}

.breadcrumb > li + li:before {
    display: inline-block;
    content: '\f105';
    font-family: "FontAwesome";
    padding: 0;
    margin-left: 1px;
    margin-right: 5px;
}

.breadcrumb i {
    -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: '\e88a';
    font-family: 'Material Icons';
}

/* ===================   Product Page   =================== */
.product-share {
    height: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-share a.at-share-btn {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border-radius: 16px !important;
}

.review-form-title {
    text-align: left;
    font-weight: 400;
}

.review-form-title .btn-primary {
    display: inline-block;
    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;
}

.product-rating-status {
    line-height: 16px;
    margin-bottom: 30px;
}

.product-rating-status .review-link {
    position: relative;
    margin-left: 10px;
    vertical-align: top;
}

.product-rating-status .review-link-show a, .product-rating-status .review-link-write a {
    text-decoration: underline;
    font-weight: 700;
}

.rating-section a {
    cursor: pointer;
}

.product-review-form {
    display: none;
}

.product-options {
    line-height: 22px;
    padding-bottom: 0;
    font-weight: 300;
}

.product-options .control-label {
    text-align: left;
    font-size: 14px;
    margin: 0 0 10px;
}

.product-options .form-group:before, .product-options .form-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-options .form-group:after {
    clear: both;
}

.product-options .radio {
    display: inline-block;
    padding-top: 0;
}

.product-options .radio input[type="radio"] + label {
    padding: 5px 15px 5px 40px;
    display: block;
    background: #f5f5f5;
    text-transform: capitalize;
    text-align: left;
}

.product-options .radio input[type="radio"] + label:before {
    top: 9px;
    left: 13px;
}

.product-options .radio input[type="radio"] + label:after {
    top: 11px;
    left: 15px;
}

.product-options .radio + .radio {
    margin-left: 5px;
    margin-top: 15px;
}

.product-options .checkbox label {
    padding: 5px 5px 5px 45px;
    display: block;
    background: #f5f5f5;
    text-transform: capitalize;
    text-align: left;
}

.product-options .checkbox label:before, .product-options .checkbox label:after {
    left: 13px;
    top: 9px;
}

.product-options .checkbox label:before {
    background: #e8e8e8;
}

.product-options .text-danger {
    display: inline-block;
    width: 100%;
}

.product_tabs {
    margin: 30px 0 30px;
    line-height: 0;
    overflow: hidden;
}

.product_tabs:before, .product_tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.product_tabs:after {
    clear: both;
}

.product_tabs .nav-tabs {
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    display: inline-block;
}

.product_tabs .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}

.product_tabs .tab-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 12px;
    line-height: 25px;
    text-align: left;
}

.product_tabs .tab-content label {
    margin-bottom: 10px;
}

.product_tabs .tab-content .btn-primary {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product_tabs .nav-tabs > li > a {
        font-size: 16px;
    }

    .product_tabs .nav-tabs > li > a:before {
        display: none;
    }
}

.product_tabs .rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.product_tabs .rating span:first-child {
    font-weight: 700;
    color: #282726;
    margin-right: 5px;
}

.product_tabs .rating .fa-stack {
    width: .8em;
}

.product_tabs .review-score .fa-stack {
    margin-bottom: 14px;
}

.product_tabs .review-item {
    padding: 28px 20px 20px 30px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_tabs .review-item .review-date {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
}

.product_tabs .review-item .review-author i {
    display: inline-block;
    font-size: 29px;
    font-weight: 400;
    margin-right: 7px;
    vertical-align: top;
}

.product_tabs select, .product_tabs textarea, .product_tabs input[type="text"], .product_tabs input[type="password"], .product_tabs input[type="datetime"], .product_tabs input[type="datetime-local"], .product_tabs input[type="date"], .product_tabs input[type="month"], .product_tabs input[type="time"], .product_tabs input[type="week"], .product_tabs input[type="number"], .product_tabs input[type="email"], .product_tabs input[type="url"], .product_tabs input[type="search"], .product_tabs input[type="tel"], .product_tabs input[type="color"] {
    color: #8e8e8e;
    font-weight: 300;
    background: #fff;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-spec .table {
    border: none;
    line-height: 16px;
}

.product-spec .table th {
    font-weight: 400;
    border: none;
    padding: 15px 0;
    font-size: 14px;
    background: none;
}

.product-spec .table td {
    padding: 15px;
    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 50%;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.product-spec .table td span {
    width: 35%;
    display: inline-block;
}

.product-spec .table td span:first-child {
    font-size: 12px;
    text-transform: uppercase;
}

.product-spec .table td span + span {
    width: 65%;
}

.product-spec .table td:first-child {
    border-right: 1px solid #fff;
}

.product-spec .table td + td {
    border-left: 1px solid #fff;
}

@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 .nav-tabs > li.active > a {
        background: none;
    }

    .product_tabs .tab-content {
        border-left: none;
        padding: 20px 15px;
    }

    #page .product_tabs .tab-content {
        padding-bottom: 0;
    }

    #page .form-group, #page #content .form-group {
        margin-bottom: 5px;
    }
}

/* ===================   Product Gallery   =================== */
@media (max-width: 1199px) {
    .zoomContainer {
        display: none !important;
    }
}

#productZoom {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-gallery-block .product-btn {
    margin: 0 0 15px 0;
}

.product-gallery:before, .product-gallery:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-gallery:after {
    clear: both;
}

.product-gallery .col-lg-3, .product-gallery .col-lg-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.product-gallery .bx-wrapper {
    margin: 0 !important;
}

.product-gallery .cart-button .btn-icon + .btn-icon {
    margin-left: 0;
}

.product-gallery .image-thumb .bx-wrapper {
    position: relative;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev, .product-gallery .image-thumb .bx-wrapper .bx-next {
    position: absolute;
    left: 15px;
    font-size: 36px;
    width: 100%;
    line-height: 36px;
    height: 36px;
    color: #a2a0a0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0 0 0 -15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.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: #ff2b5d;
    background: #fff;
}

.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 {
        display: inline-block;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin-top: -24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        top: 50%;
    }

    .product-gallery .image-thumb .bx-wrapper .bx-next {
        left: auto;
        right: 5px;
    }

    .product-gallery .image-thumb .bx-wrapper .bx-prev {
        left: 20px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .product_page-left + .product_page-right {
        margin-top: 25px;
    }
}

.zoomContainer {
    z-index: 1 !important;
}

.zoomContainer .zoomLens {
    z-index: 2 !important;
}

.zoomWindowContainer > div {
    border-width: 2px !important;
    border-color: #8c8d8e !important;
}

@media (max-width: 767px) {
    .product-gallery > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.product-gallery .col-lg-5 {
    width: 26.4%;
}

.product-gallery .col-lg-13 {
    width: 73.5%;
}

.product-gallery .cart-button {
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 15px;
    line-height: 16px;
    width: 51px;
    display: inline-block;
}

.product-gallery .cart-button .btn-icon + .btn-icon {
    margin-top: 5px;
}

.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: none;
    background: #f5f5f5;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (min-width: 1200px) {
    .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.zoomGalleryActive {
        border-color: #ff2b5d;
    }
}

.image-additional {
    margin: 0;
    padding: 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 {
    margin-bottom: 10px;
}

.product-title {
    margin: 0 0 20px;
    color: #282726;
}

.reward-block span {
    display: block;
    font-weight: 400;
}

.reward-block span strong {
    font-weight: 700;
    margin-right: 5px;
}

#product {
    margin-top: 15px;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product label.control-label {
    color: #282828;
    font-weight: 700;
    width: 100%;
    margin-right: 0;
}

#product .cart-button .product-btn:first-child {
    margin-right: 20px;
}

#product .quantity {
    margin-top: 0;
    margin-bottom: 20px;
}

#product .quantity label {
    float: left;
}

#product .quantity input[name*="quantity"] {
    height: 43px;
    width: 70px;
    font-size: 14px;
    padding: 12px 5px;
    color: #3B312B;
    background: #f5f5f5;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 30px;
}

#product .quantity .counter, #product .quantity .counter:focus {
    background: none;
}

#product .quantity .counter {
    top: 0;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    padding-top: 7px;
    font-size: 21px;
    padding: 0;
}

#product .quantity .counter.counter-minus {
    top: auto;
    bottom: 0;
}

#product .form-group {
    margin-bottom: 8px;
}

#product .form-horizontal {
    padding-top: 10px;
    margin-bottom: 20px;
}

#product #button-cart {
    padding-left: 37px;
    padding-right: 37px;
    margin: 0 0 5px;
    vertical-align: top;
}

#product .cart-button {
    margin-bottom: 10px;
}

#product .cart-button .product-btn {
    margin-bottom: 10px;
}

#product .price, #product .price-new {
    font-size: 28px;
}

#product .price-old {
    font-size: 16px;
}

.btn-block .counter, .btn-block .counter:focus {
    background: #f5f5f5;
}

.quantity {
    display: inline-block;
    position: relative;
}

.quantity > label {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

.quantity input[name*="quantity"] {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.quantity .counter {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    line-height: 6px;
    vertical-align: top;
    padding-top: 7px;
    font-size: 11px;
    background: none;
}

.quantity .counter.counter-minus {
    top: auto;
    bottom: 0;
    padding: 0 0 7px;
}

.polaroid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    padding: 0;
}

.magnificent-viewport {
    background: #f5f5f5;
}

.general_info h2.product-title {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
}

.general_info h1.product-title {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
}

.general_info .price-section {
    margin: 2px 0 0;
    padding-bottom: 30px;
}

.general_info .price-section .price-new, .general_info .price-section .price {
    font-size: 36px;
    line-height: 1.2em;
}

.general_info .price-section .price-old {
    font-size: 14px;
    line-height: 1.2em;
}

.general_info .product-section {
    padding: 0 0 10px;
}

.general_info .product-section strong {
    font-weight: 700;
}

.general_info .product-section strong + a {
    text-transform: uppercase;
}

.general_info .product-section strong + span.stock {
    color: green;
}

.option-color .control-label {
    vertical-align: top;
    line-height: 27px;
    margin: 0 11px 0 0;
}

.option-color > div {
    display: inline-block;
}

.option-color .radio {
    margin: 0;
    display: inline-block;
    float: left;
    width: auto;
    margin-top: -2px;
}

.option-color .radio + .radio {
    margin: -2px 0 0 1px;
}

.option-color .radio input[type="radio"] + label {
    padding: 0;
    background: none;
    border: none;
    line-height: 0;
    position: relative;
}

.option-color .radio input[type="radio"] + label img {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    max-width: 21px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.option-color .radio input[type="radio"] + label:before {
    display: none;
}

.option-color .radio input[type="radio"] + label:after {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    width: 27px;
    height: 27px;
    border: 2px solid #fff;
    background: none;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.option-color .radio input[type="radio"]:checked + label:after {
    border-color: #ff2b5d;
    background: none;
}

.option-color .text-danger {
    width: 100%;
}

.option-checkbox {
    line-height: 14px;
}

.option-checkbox label {
    line-height: 16px;
    display: inline-block;
}

.option-checkbox > div {
    display: inline-block;
    width: 100%;
}

.option-checkbox .checkbox {
    margin: 0;
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.option-checkbox .checkbox label {
    color: #282726;
    font-size: 12px;
}

.option-checkbox .checkbox label:before, .option-checkbox .checkbox label:after {
    top: -1px;
    left: 0;
}

.option-checkbox .checkbox + .checkbox {
    padding: 0;
}

.option-checkbox .checkbox input[type="checkbox"] + label {
    padding: 0 0 0 19px;
    background: none;
    border: none;
    line-height: 14px;
    position: relative;
}

.option-radio {
    line-height: 14px;
}

.option-radio label {
    line-height: 16px;
    display: inline-block;
}

.option-radio > div {
    display: inline-block;
    width: 100%;
}

.option-radio .radio {
    margin: 0;
    display: inline-block;
    float: left;
    width: auto;
    padding-top: 5px;
}

.option-radio .radio label {
    color: #143546;
    font-size: 12px;
}

.option-radio .radio + .radio {
    margin: 0 0 0 10px;
}

.option-radio .radio input[type="radio"] + label {
    padding: 0 0 0 19px;
    background: none;
    border: none;
    line-height: 14px;
    position: relative;
}

.option-radio .radio input[type="radio"] + label:before {
    top: -1px;
    left: 0;
}

.option-radio .radio input[type="radio"] + label:after {
    top: 1px;
    left: 2px;
}

.option-select .sbHolder {
    width: 170px;
    display: inline-block;
}

.option-select > .control-label {
    vertical-align: top;
    line-height: 25px;
    margin: 3px 12px 5px 0;
}

[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;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.box-subcat li {
    text-align: center;
    margin-bottom: 20px;
}

.box-subcat li .thumb {
    padding: 10px 0;
}

.box-subcat li .image {
    overflow: hidden;
    margin-bottom: 15px;
}

.box-subcat li .image a {
    display: block;
    background: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-subcat li .image a img {
    background: #f5f5f5;
    -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 .image a:hover img {
    opacity: .85;
}

.box-subcat li.first-in-line {
    clear: left;
}

.box-subcat li:nth-child(6n+7) {
    clear: left;
}

@media (max-width: 767px) {
    .soc_info .box-content, .facebook-block .box-content {
        text-align: center;
    }

    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }

    .box-subcat li .thumb {
        padding: 0;
        position: relative;
    }

    .box-subcat li .thumb:before, .box-subcat li .thumb:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .box-subcat li .thumb:after {
        clear: both;
    }

    .box-subcat li .image {
        display: inline-block;
        float: left;
        padding-right: 15px;
        margin-bottom: 0;
        width: 30%;
    }

    .box-subcat li .name {
        padding-top: 0;
        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;
    }

    #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

@media (max-width: 550px) {
    .box-subcat li {
        width: 100%;
        float: none;
        clear: both;
    }
}

/* ===================   Product Filter  =================== */
.button-view button + button {
    margin-left: 5px;
}

.button-view a, .button-view button {
    font-size: 30px;
    line-height: 43px;
    height: 43px;
    text-align: center;
    display: inline-block;
    color: #997D7A;
}

.button-view .compare-total:visited {
    color: #997D7A;
}

.button-view .compare-total:hover, .button-view .compare-total:focus, .button-view .compare-total:active {
    color: #ff2b5d;
}

@media (min-width: 768px) {
    .button-view .compare-total span {
        display: none;
    }
}

@media (max-width: 767px) {
    .button-view .compare-total:before {
        display: none;
    }
}

.product-compare .table-responsive > .table-bordered > tbody > tr > td:last-child {
    vertical-align: top;
}

#list-view:hover,
#grid-view:hover,
#list-view.active,
#grid-view.active {
    color: #ff2b5d;
}

.product-filter {
    margin: 0 0 30px;
    padding: 9px 0;
    border-top: 1px solid #8c8d8e;
    border-bottom: 1px solid #8c8d8e;
}

.product-filter_elem {
    float: left;
}

.product-filter_elem .sbHolder, .product-filter_elem select {
    height: 43px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 13px 15px;
    font-size: 12px;
    line-height: 16px;
}

.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
    padding: 13px 10px;
}

.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
    line-height: 43px;
}

.product-filter_elem.sort .sbHolder, .product-filter_elem.show .sbHolder {
    width: auto;
}

.product-filter_elem .sbSelector {
    vertical-align: top;
}

.product-filter .show .sbHolder {
    width: 67px;
    min-width: 67px;
}

.product-filter .sort {
    width: 34%;
}

.product-filter .sort .sbHolder {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-filter .sort .sbHolder {
        width: 120px;
    }
}

.product-filter label, .product-filter .sbHolder {
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    margin: 0 5px 0 22px;
}

.product-filter label.control-label {
    font-size: 14px;
    padding-top: 2px;
}

.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 30px;
}

.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: 140px;
}

.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: #282726;
}

.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: #282726;
}

.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: #ff2b5d;
    font-size: 28px;
}

.checkout-cart #content .table td:nth-child(3) {
    min-width: 150px;
}

.checkout-checkout #content #collapse-checkout-option .col-sm-6 + .col-sm-6 > h2 {
    margin-top: 25px;
}

.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
    font-size: 24px;
}

.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.account-wishlist .table.table-bordered tr td:nth-child(6) {
    min-width: 150px;
}

.link, .link a {
    color: #282726;
    font-size: 14px;
    font-weight: 700;
}

.link, .link:visited, .link a, .link a:visited {
    color: #282726;
}

.link:focus, .link:active, .link:hover, .link a:focus, .link a:active, .link a:hover {
    color: #ff2b5d;
}

@media (max-width: 767px) {
    .cart-wrapper {
        padding: 30px 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .button-view .compare-total {
        line-height: 30px;
    }

    .button-view .compare-total span {
        font-size: 14px;
        margin-left: 15px;
    }
}

@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: #f5f5f5;
    color: #282726;
}

.product-compare #content .product-thumb {
    padding: 0 25px 0 15px;
    background: none;
    text-align: inherit;
    text-align: center;
}

.product-compare #content .product-thumb .price {
    margin-bottom: 5px;
    width: 100%;
}

.product-compare #content .product-thumb .image {
    max-width: 100%;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.product-compare #content .product-thumb .image:before {
    display: none;
}

.product-compare #content .product-thumb .rating {
    opacity: 1;
    background: none;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.product-compare #content .product-thumb .name {
    text-overflow: clip;
    white-space: normal;
    display: inline-block;
    width: 100%;
}

.product-compare #content .product-thumb .fa-stack {
    width: .8em;
}

.rating .review {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #8c8d8e;
}

.product-compare .product-thumb .btn-icon {
    position: absolute;
    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 #8c8d8e;
    }

    .product-compare .table-responsive td.text-center {
        min-width: 245px !important;
    }

    .product-compare #content .product-thumb {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .product-compare .table-responsive td.text-center {
        min-width: 170px !important;
        max-width: 175px;
    }

    .product-compare #content .product-thumb {
        padding-left: 5px;
    }

    .rating .review {
        display: block;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
}

/* ===================   About Page   =================== */
.extra-wrap {
    overflow: hidden;
}

[class*="information-information-"] #content h4 {
    margin: 0 0 20px;
    line-height: normal;
    color: #282726;
    text-transform: uppercase;
}

[class*="information-information-"] #content h4 a:hover {
    color: #ff2b5d;
}

[class*="information-information-"] #content h3:after {
    content: '';
    height: 1px;
    display: block;
    background: #8c8d8e;
    margin: 20px 0 40px;
}

[class*="information-information-"] #content h3.clear {
    margin-bottom: 30px;
}

[class*="information-information-"] #content h3.clear:after {
    display: none;
}

[class*="information-information-"] #content * + h3 {
    margin-top: 60px;
}

[class*="information-information-"] #content p + h4 {
    margin-top: 40px;
}

@media (max-width: 767px) {
    [class*="information-information-"] #content [class*="col-sm"] + [class*="col-sm"] {
        margin-top: 30px;
    }
}

[class*="information-information-"] p {
    margin-bottom: 30px;
}

/* ===================   Count box   =================== */
.count-box {
    margin-top: 10px;
    margin-bottom: 45px;
}

.count-box strong {
    display: block;
    color: #ff2b5d;
    font: 700 60px/60px "Montserrat", sans-serif;
}

/* ===================   Icon box   =================== */
.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 66px;
    color: #fff;
    background: #3B312B;
    border: 1px solid #3B312B;
    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: '\e244';
    display: inline-block;
    color: #ff2b5d;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Material Icons';
    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.5s opacity ease;
    -o-transition: 0.5s opacity ease;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.thumbnail a {
    display: block;
    max-width: 100%;
    background: #fff;
    border: 1px solid #8c8d8e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.thumbnail a:hover {
    border-color: #ff2b5d;
}

@media (max-width: 767px) {
    .thumbnail a {
        display: inline-block;
    }
}

.img-thumbnail {
    border: 0;
    background-color: #f5f5f5;
    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 {
    text-align: left;
}

.delivery_page .table tbody td:last-child {
    font-weight: 400;
    font-size: 24px;
}

.delivery_page .table tbody td {
    min-width: 150px;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h5 {
    position: relative;
    padding-left: 50px;
}

.terms_conditions_page h5:before {
    content: '\e86c';
    position: absolute;
    left: 0;
    bottom: -7px;
    color: #ff2b5d;
    font-size: 34px;
    line-height: 34px;
    font-family: 'Material Icons';
}

.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 h5:before {
    content: counter(list, decimal);
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff2b5d;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.privacy_page ol li + li {
    margin-top: 40px;
}

.privacy_page ol li p {
    font-weight: 300;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
    margin: 0 0 20px;
    line-height: normal;
    color: #282726;
}

.site-map-page ul + h5 {
    margin-top: 40px;
}

.site-map-page #content ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 19px;
}

.site-map-page #content ul li {
    position: relative;
}

.site-map-page #content ul li a, .site-map-page #content ul li a:visited {
    color: #3B312B;
}

.site-map-page #content ul li a:hover, .site-map-page #content ul li a:focus, .site-map-page #content ul li a:active {
    color: #ff2b5d;
}

.site-map-page #content ul li + li {
    margin-top: 18px;
}

.site-map-page #content ul.category-list {
    position: relative;
}

.site-map-page #content ul.category-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 11px;
    width: 1px;
    background: #ff2b5d;
}

.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: 11px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
    top: 5px;
}

.site-map-page #content ul.category-list ul {
    position: relative;
    margin-top: 18px;
}

.site-map-page #content ul.category-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    bottom: 11px;
    width: 1px;
    background: #8c8d8e;
}

.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: #8c8d8e;
}

.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: #ff2b5d;
}

@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 {
    font-size: 14px;
}

.contact_page strong {
    font-size: 18px;
}

.contact_page .panel {
    padding-top: 15px;
    background-color: transparent;
    border: none;
    border-top: 1px solid #8c8d8e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact_page .panel img {
    background-color: transparent;
}

.contact_page .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.contact_page .map {
    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: #ff2b5d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ff2b5d;
    font-size: 26px;
}

.contact_page .icon + .icon {
    margin-top: 20px;
}

.contact_page .col-sm-6:nth-child(3n-2) {
    clear: both;
}

.contact_page .col-sm-6 {
    margin-bottom: 15px;
}

.contact_page .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.contact_page .form-horizontal .form-group label {
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact_page .col-sm-6:nth-child(n+2) {
        margin-top: 30px;
    }
}

.contact_page .block-address address a {
    display: inline;
}

/* ===================   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: #282726;
    float: left;
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
    height: 46px;
    line-height: 46px;
    -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 #8c8d8e;
    -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 #8c8d8e;
}

.brands {
    background: #f5f5f5;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 30px;
}

/* ===================   Account Page  =================== */
.well {
    background-color: #fafafa;
    border: none;
    border-top: none;
    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: #ff2b5d;
    float: left;
    font-size: 56px;
    margin-right: 14px;
    line-height: 60px;
}

.well .heading h2 {
    font-size: 23px;
    color: #282726;
    margin: 0 0 5px;
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}

.well p {
    border-bottom: 1px solid #8c8d8e;
    padding: 20px 0;
}

.well a {
    display: inline-block;
    margin-top: 20px;
}

.account-account h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

.account-account h3 i {
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    vertical-align: top;
}

@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: #ff2b5d;
    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;
}

.box.facebook > .content, .box.facebook > .content > div > span, .box.facebook > .content iframe {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.facebook.info .box-content {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.tx-maintenance h1 {
    font-size: 46px;
    line-height: 1.1em;
}

.tx-maintenance h1:after {
    display: none;
}

@media (max-width: 1199px) {
    .tx-maintenance h1 {
        font-size: 42px;
        line-height: 1.1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tx-maintenance h1 {
        font-size: 30px;
        line-height: 1.1em;
    }
}

@media (max-width: 767px) {
    .tx-maintenance h1 {
        font-size: 30px;
        line-height: 1.1em;
    }
}

@media (max-width: 479px) {
    .tx-maintenance h1 {
        font-size: 25px;
        line-height: 1.1em;
    }
}

/*========================================================
                         Footer
=========================================================*/
footer {
    background: #fff;
    margin-top: 74px;
    margin-bottom: 55px;
}

footer h1.logo {
    position: relative;
    line-height: 54px;
    margin-top: 70px;
    margin-bottom: 20px;
}

footer h1.logo:after {
    display: none;
    margin: 0;
}

footer div.logo {
    text-align: center;
    position: relative;
    line-height: 54px;
    margin-top: 70px;
    margin-bottom: 20px;
}

footer div.logo:after {
    display: none;
    margin: 0;
}

footer h3 {
    margin-bottom: 33px;
}

footer .box .box-heading {
    margin-bottom: 33px;
}

footer .footer_modules {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

footer .accordion-footer .tm-inner > .row > .row-inner > div > div {
    vertical-align: top;
    position: relative;
}

footer .accordion-footer > div {
    padding-top: 50px;
    border-top: 1px solid #8c8d8e;
    margin-top: 40px;
}

footer .facebook-block[class*="col-sm"], footer .facebook-block[class*="col-md"] {
    width: 100%;
}

footer a.footer-link {
    display: inline;
}

footer ul li + li {
    margin-top: 12px;
}

footer ul {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
}

footer address {
    margin-bottom: 20px;
    line-height: 1.35em;
}

footer p {
    margin-bottom: 0;
}

footer p a:hover {
    text-decoration: none;
}

.common-home footer .accordion-footer > div {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.account-account h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0;
}

.copyright {
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
    color: #b9b8b8;
}

.copyright a, .copyright a:visited {
    color: #b9b8b8;
}

.copyright a:hover, .copyright a:focus, .copyright a:active, .copyright a.active {
    color: #ff2b5d;
}

.copyright br {
    display: none;
}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    footer ul {
        font-size: 13px;
        line-height: 16px;
    }

    .social-list li {
        font-size: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer ul {
        font-size: 13px;
        line-height: 16px;
    }

    .social-list li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    footer {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    footer .megamenu {
        display: none;
    }

    footer h1 {
        text-align: center;
    }

    footer h1.logo {
        margin-top: 15px;
    }

    footer div.logo {
        text-align: center;
        margin-top: 15px;
    }

    footer .row-inner > div {
        margin-bottom: 0;
    }

    footer h3, footer h3.box-heading {
        font-size: 18px;
        line-height: 22px;
    }

    footer .box-heading + .box-content {
        display: none;
        margin-bottom: 30px;
    }

    footer .newsletter .box-content {
        display: none;
    }

    footer h3.box-heading span {
        cursor: pointer;
    }

    footer .accordion-footer {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 0;
        margin-top: 0;
    }

    footer .accordion-footer > div {
        padding-top: 35px;
        margin-top: 30px;
    }

    footer .accordion-footer .tm-inner > .row > .row-inner > div > div {
        display: block;
    }

    footer .accordion-footer .col-xs-18 {
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        width: 100%;
    }

    footer .accordion-footer .col-xs-18 .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    footer .accordion-footer .col-xs-18 .box-heading {
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        margin: 0 0 1px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 10px;
    }

    footer .accordion-footer .col-xs-18 .box-content {
        margin-top: 15px;
    }

    footer .accordion-footer h3 {
        margin-bottom: 0;
    }

    footer .accordion-footer h3.box-heading {
        cursor: pointer;
    }

    footer .col-lg-3 .box .box-heading:after {
        display: none;
    }

    footer .box-heading,
    footer .box .box-heading,
    .information-contact footer .box .box-heading {
        cursor: pointer;
        padding: 11px 15px;
        background: #f5f5f5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
    }

    .copyright {
        padding-top: 20px;
    }

    .accordion-footer .col-inner .col-sm-2, .accordion-footer .col-inner .col-sm-3, .accordion-footer .col-inner .col-sm-4 .col-sm-6 {
        width: 100%;
    }

    .common-home footer {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    footer [class*="col-xs"] {
        float: none;
        width: 100%;
    }
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 48px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    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 {
    color: #fff;
    background: #3B312B;
}

.ui-to-top:focus, .ui-to-top:active, .ui-to-top:hover {
    color: #fff;
    background: #ff2b5d;
}

.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;
    }
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1680px) {
    .container {
        width: 1680px;
    }
}

@media (min-width: 2000px) {
    .container {
        width: 2000px;
    }

    h1, .h1 {
        letter-spacing: -3px;
    }

    h2 {
        letter-spacing: -3px;
    }
}

@media (max-width: 1999px) {
    h1, .h1 {
        font-size: 74px;
        line-height: 74px;
    }

    h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 1679px) {
    h1, .h1 {
        font-size: 53px;
        line-height: 53px;
    }

    h2 {
        font-size: 50px;
        line-height: 50px;
    }

    h3 {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .table th, .table td {
        padding: 8px;
    }

    h1, .h1 {
        font-size: 42px;
        line-height: 44px;
    }

    h2 {
        font-size: 40px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-filter .sort {
        width: 42%;
    }

    h3 {
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-filter .sort {
        width: 50%;
    }

    #product .quantity input[name*="quantity"] {
        width: 100px;
    }

    h1, .h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 38px;
        line-height: 38px;
    }

    h2 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .account-account #content ul.list-unstyled {
        margin-bottom: 30px;
    }

    .common-home #content {
        padding-bottom: 0;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    .product-spec .table td span {
        width: 100%;
    }

    .product-spec .table td span + span {
        width: 100%;
    }

    select {
        display: block !important;
    }

    .product-compare #content .product-thumb .image {
        padding: 10px;
    }

    .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 #8c8d8e;
    }

    .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;
    }

    .box.module-social .social-list li + li {
        margin-left: 20px;
    }

    .image {
        text-align: center;
    }
    .product-block > div.col-xs-18 {
        width: 50%;
        min-height: 660px;
    }
}

@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: left;
        width: 50%;
        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: 50%;
        float: left;
    }

    .product-filter .compare-total {
        border-right: none;
        width: auto;
    }

    .product-filter .compare-total:before {
        display: none;
    }

    .product-filter .compare-total span {
        display: inline-block;
    }
}

@media (max-width: 580px) {
    .panel-group .panel .input-group,
    .panel-group .panel .input-group-btn,
    .panel-group .panel input#input-voucher,
    .panel-group .panel input#input-coupon,
    .panel-group .panel input#button-voucher,
    .panel-group .panel input#button-coupon {
        width: 100%;
    }

    .panel-group .panel .input-group-btn {
        float: left;
        margin-top: 5px;
    }

    .panel-group .panel .input-group-btn .btn {
        white-space: normal;
    }
}

@media (max-width: 479px) {
    h1, .h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .product-block > div.col-xs-18 {
        min-height: 600px;
    }
    h2 {
        font-size: 23px;
        line-height: 26px;
    }

    #habla_beta_container_do_not_rely_on_div_classes_or_names {
        display: none !important;
    }

    .product-filter {
        width: 100%;
    }

    .product-options .option-radio .radio + .radio, .product-options .option-radio .radio {
        margin: 0 10px 5px 0;
    }
}

@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;
    }
    .product-block > div.col-xs-18 {
        min-height: 560px;
    }
}


.error {
    color: #a94442;
}

/* help-nav */
.help-nav .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow: scroll;
    padding-bottom: 40px;
}

.help-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    margin: 0 15px;
}

.help-nav .nav-item:first-child {
    margin-left: auto;
}

.help-nav .nav-link {
    text-align: center;
    margin: auto;
    position: initial;
}

.help-nav .nav-link span {
    font-size: 12px;
    color: #8c8d8e;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    margin-top: 15px;
}

.help-nav .icomoon {
    border: 1px solid #8c8d8e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #ff2b5d;
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 70px;
    vertical-align: middle;
}

.help-nav .icomoon:before {
    font-size: 40px;
}

.help-nav .nav > li > a {
    display: inline-block;
    padding: 0;
}

.help-nav .nav > li > a:hover,
.help-nav .nav > li > a:focus {
    background-color: transparent;
}

.help-nav .nav-pills > li.active > a,
.help-nav .nav-pills > li.active > a:hover,
.help-nav .nav-pills > li.active > a:focus {
    background: transparent;
}

.help-nav .nav-pills > li.active > a .icomoon:after,
.help-nav .nav-pills > li.active > a:hover .icomoon:after,
.help-nav .nav-pills > li.active > a:focus .icomoon:after {
    background: #ff2b5d;
}

.help-nav .nav-pills > li.active > a .icomoon,
.help-nav .nav-pills > li.active > a:hover .icomoon,
.help-nav .nav-pills > li.active > a:focus .icomoon {
    background: #ff2b5d;
    border-color: #ff2b5d;
    color: #ffffff;
}

.help-nav .tab-pane ul li {
    color: #ff2b5d;
    font-size: 18px;
    line-height: 35px;
}

.help-nav .tab-pane ul li span {
    color: #3B312B;
}

.help-nav .tab-pane .heading {
    font-size: 18px;
    color: #ff2b5d;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.help-nav .tab-pane .heading .count {
    border: 1px solid #8c8d8e;
    color: #3B312B;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
    left: -40px;
    top: -3px;
}

.help-nav .item-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.help-nav .item-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 40px;
}

.help-nav .item-box {
    font-size: 18px;
}

.toggle-icon {
    margin-right: 14px;
}

.created {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .social-block ul {
        padding-top: 0;
    }

    .help-nav .nav-pills {
        overflow: auto;
        padding-bottom: 80px;
    }

    .help-nav .nav-item {
        margin: auto;
    }

    .help-nav .icomoon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .help-nav .icomoon:before {
        font-size: 52px;
    }

    .help-nav .item-boxes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .created {
        margin: auto;
    }
}

header .logo img {
    width: 300px;
}

.social-list li a:hover {
    opacity: .7;
}

.social-list li .fa-facebook {
    color: #3B5998;
}

.social-list li .fa-instagram {
    color: #c13584;
}

.social-list li .fa-viber {
    color: #59267c;
}

.social-list li .fa-telegram {
    color: #0088cc;
}

.help-nav .contact_page p {
    font-size: 18px;
    line-height: 35px;
}

.one-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    float: left;
    height: 43px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
}

.one-click .one-click__input {
    height: 43px;
    background: #ffffff;
    border-color: #A4A5A6;
}

.one-click.error .one-click__input {
    border-color: #f0073e;
}

.one-click__sbmt {
    font-size: 12px;
    font-weight: 700;
    background: none;
    border: 1px solid #000000;
    padding: 0 10px;
    outline: none;
    box-shadow: none;
    color: #000000;
    border-radius: 0;
}

.one-click__sbmt:hover {
    color: #fff;
    border-color: #f0073e;
    background: #f0073e;
}

#fast-checkout-popup {
    display: block;
    z-index: 100000000000;
}

#fast-checkout-popup .newsletter-popup-btn {
    width: 184px;
    top: 40px;
    position: relative;
}

.fast-checkout-popup-text {
    font: 700 16px "Montserrat", sans-serif;
    color: #3B312B;
    margin-bottom: 25px;
}

.fast-checkout-popup-text span {
    font: 400 16px "Roboto", sans-serif;
}

.price-old-box {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 20px;
    font-size: 16px;
}

.price-section .price-old-box .price-old:after {
    content: '';
    position: absolute;
    border-top: 1px solid #000000;
    height: 50px;
    width: 110%;
/ / left: - 10 %;
    left: -3%;
/ / top: 20 px;
    top: 12px;
/ / -webkit-transform: rotate(15 deg);
/ / -ms-transform: rotate(15 deg);
/ / transform: rotate(15 deg);
}

.price-section .price-old-box .price-old {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4em;
    position: relative;
}

.price-old-box .price-old span {
    color: #997D7A;
    font-size: 18px;
    line-height: 1em;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .quantity {
    float: left;
}

@media (min-width: 768px) {
    .box-subcat {
        margin-bottom: 0;
    }

    .box-subcat li {
        display: inline-block;
        margin: 0 0 0 15px;
    }

    .box-subcat li .thumb {
        padding: 0;
    }

    .box-subcat li a {
        border: 1px solid #8c8d8e;
        font-size: 20px;
        line-height: 24px;
        padding: 16px 23px;
        margin-bottom: 0;
    }

    .box-subcat li a:hover {
        color: #fff;
        background: #f0073e;
        border-color: #fff;
    }
}

.product-filter_elem .btn-link {
    padding: 0;
    font-size: 18px;
    line-height: 43px;
    color: #997D7A;
}

.btn-link:hover {
    color: #f0073e;
    text-decoration: none;
}

.product-text-price {
    font-size: 28px;
    margin-bottom: 0;
    color: #f0073e;
}

.text-price {
    color: #f0073e;
}

.header-note {
    margin-top: 15px;
    color: #f0073e;
    font-weight: 900;
}

#filters .list-group, #filters .panel-footer {
    display: none;
}

#filters .toggle-icon {
    position: absolute;
    top: 10px;
    right: 9px;
    margin-top: -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(25, 23, 25, 0.1);
}

#filters .toggle-icon:after {
    content: '\f078';
}

@media (min-width: 768px) {
    #filters .list-group, #filters .panel-footer {
        display: block;
    }

    #filters .toggle-icon {
        display: none;
    }

    .product-filter_elem .btn-link {
        margin-left: 100%;
    }
}

#filters a.list-group-item {
    font-weight: 500;
    font-size: 18px;
    color: #3B312B;
}

#filters h5 {
    font-weight: 500;
    font-size: 18px;
}

header .button-phone .header-open {
    margin-left: 15px;
    margin-top: 0;
}


fieldset#account {
    margin: 0 20%;
}

.form-horizontal .control-label {
    text-align: left;
}

/* table in product*/
.table-font {
    font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.table-size {
    width: 40%;
}

.background-color-245 {
    background-color: rgb(245, 245, 245);
}

#tab-description thead {
    font-size: 12px;
}

#tab-description tr td {
    padding-bottom: 4px;
}

#tab-description .table-left {
    text-align: left;
    width: 30%;
}

@media (max-width: 1025px) {
    .table-size {
        width: 70%;
    }
}

@media (max-width: 760px) {
    .table-size {
        width: 100%;
    }

    #tab-description .table-left {
        text-align: left;
    }
}


input.selectboxSearchInp {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
}

/* AJAX CART VIEW POPUP */
.ajax-cart-view-popup {
  padding: 25px 35px;
}

.btn-default+.btn-default {
  margin-left: 30px;
}