html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    min-height: 100%;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0 0px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    background: #FFF;
}
a {
    text-decoration: underline;
    color: #C30E15;
}
a:hover {
    text-decoration: none;
}
a img {
    border: 0px;
}
img {
    vertical-align: middle;
}
img.resp {
    width: 100%;
}
input, textarea, select {
    font-family: Arial;
    margin: 0;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
form, p, table, ul {
    margin: 0px;
    padding: 0px;
}
p {
    padding-bottom: 1em;
}
table tr td {
    vertical-align: top;
    border-spacing: 0px;
    font-size: 12px;
}
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
select {
    padding: 10px;
}
input,
textarea {
    box-sizing: border-box;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}
.align-middle {
    vertical-align: middle;
}
.underline {
    text-decoration: underline;
}
.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: .5;
    display: block;
}
.clear.line {
    border: 0px;
    margin-bottom: 40px;
    margin-top: 30px;
    background: #E1E1E1;
}
.separator {
    float: left;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}
.italic {
    font-style: italic;
}
.strong {
    font-weight: bold;
    color: #000;
}
.no-padding {
    padding: 0 !important;
}
.nowrap {
    white-space: nowrap;
}
.no-overflow {
    overflow: visible !important;
}
.hidden {
    display: none;
}
.relative-wrap {
    position: relative;
}
.green {
    color: #4DB848;
}
.red {
    color: #C30E15;
}
.blue {
    color: #00AEEF;
}
.small-only {
    display: none !important;
}
.video {
    width: 100%;
}
.row {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    margin: 0 -10px 10px -10px;
}
.row img {
    max-width: 100%;
}
.row .col-33 {
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
.row .col-40 {
    width: 40%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
.row .col-60 {
    width: 60%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
.row .col-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
.row .col-100 {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
.inp-text {
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin: 0;
    width: 100%;
    height: 25px;
    padding: 0 10px;
    border-radius: 0px;
    color: #222;
    font-size: 12px;
}
textarea.inp-text {
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #222;
    font-size: 12px;
    min-height: 130px;
}
.customCheckbox,
.customRadio {
    display: inline-block;
    vertical-align: center;
    margin-bottom: -3px;
    position: relative;
    margin-right: 5px;
}
.button {
    border: 1px solid #E6E6E6;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
    height: 35px;
    line-height: 33px;
    background: #FFF;
    color: #222 !important;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}
.button.red {
    border: 1px solid #C42126;
    background: #C42126;
    color: #FFF !important;
}
.button.red:hover {
    border: 1px solid #DD262C;
    background: #DD262C;
}
.button.big {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
}
.button.small {
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    font-size: 14px;
}
.button:hover {
    background: #F1F1F1;
}
.button i {
    padding-right: 5px;
}
.form-row {
    margin: 0 -5px 0px -5px;
}
.form-row .col-50 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 5px 10px 5px;
}
.form-row .col-100 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0 5px 10px 5px;
}
#sb-site {
    background: #FFF;
}
.top-line {
    position: relative;
    background: #222;
    white-space: nowrap;
    text-align: right;
    height: 35px;
    position: relative;
    z-index: 7000;
}
.top-line .layout-center {
    max-width: 1180px !important;
}
.top-line ul.menu {
    float: left;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    list-style: none;
}
.top-line ul.menu li {
    float: left;
    line-height: 29px;
    background: url(../images/top-line-separator.png) no-repeat left center;
    padding: 0 7px 0 14px;
}
.top-line ul.menu li:first-child {
    background: transparent;
    padding-left: 0;
}
.top-line ul.menu li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.top-line ul.menu li a:hover {
    color: #FFF;
}
.top-line ul.right-menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-line ul.right-menu > li {
    float: left;
    line-height: 35px;
    padding: 0 0 0 20px;
}
.top-line ul.right-menu > li:first-child {
    background: transparent;
    padding-left: 0;
}
.top-line ul.right-menu > li > a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
.top-line ul.right-menu > li > a:hover {
    text-decoration: underline;
}
.top-line ul.right-menu > li > a i {
    color: #858585;
    padding-right: 5px;
}
.top-line ul.right-menu > li > i {
    color: #858585;
    padding-right: 5px;
}
.top-line ul.right-menu > li.lang > i {
    padding: 0;
    margin-left: 0px;
    margin-right: -2px;
}
.top-line ul.right-menu > li.lang #langSelectBoxItContainer {
    width: 40px;
    display: inline-block;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-arrow-container {
    width: 15px;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-default-arrow {
    border-top: 5px solid #FFF;
    top: 14px !important;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-text {
    text-indent: 0;
    font-style: normal;
    color: #FFF;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit {
    background: transparent;
    border: 0;
}
.top-line ul.right-menu > li.lang .selectboxit-container span,
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-options a {
    line-height: 33px;
    height: 33px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #393939;
    text-decoration: none;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-options a:hover {
    text-decoration: underline;
    background: transparent;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-options .selectboxit-selected a {
    background: #393939;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-options .selectboxit-focus a {
    background: transparent;
}
.top-line ul.right-menu > li.lang .selectboxit-container .selectboxit-options {
    background: #222;
}
.top-line .menu-info {
    color: #FFF;
    line-height: 34px;
    text-decoration: none;
    font-family: 'Merriweather', sans-serif;
    display: none;
    float: left;
    font-size: 14px;
}
.top-line .menu-info i {
    padding-right: 10px;
    bottom: -3px;
    font-size: 20px;
    position: relative;
}
header {
    z-index: 6000;
    position: relative;
    margin-bottom: 10px;
}
header .layout-center {
    max-width: 1180px !important;
}
header .middle-box {
    height: 112px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
header .middle-box .table-container {
    height: 100%;
    width: 100%;
    display: table;
}
header .middle-box .table-container .col {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
header .middle-box .table-container .col sup {
    font-weight: 400;
    font-size: 8px;
}
header .middle-box .table-container .col.logo {
    width: 139px;
    padding-left: 0px;
}
header .middle-box .table-container .col.logo img {
    width: 100%;
}
header .middle-box .table-container .col.search {
    text-align: center;
    font-size: 16px;
    color: #222;
}
header .middle-box .table-container .col.search .quick-contact {
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
}
header .middle-box .table-container .col.search form {
    max-width: 285px;
    margin: 0 auto;
    margin-top: 5px;
    clear: both;
}
header .middle-box .table-container .col.search form p {
    padding: 0;
    margin: 0;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
header .middle-box .table-container .col.search form p .inp-search {
    box-sizing: border-box;
    float: left;
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    color: #333;
    background: #FFF;
    font-family: 'Arial', sans-serif;
    font-style: italic;
    border-radius: 2px;
}
header .middle-box .table-container .col.search form p button {
    width: 50px;
    border: 0;
    box-sizing: border-box;
    float: left;
    margin-left: -50px;
    height: 40px;
    cursor: pointer;
    color: #222;
    font-size: 16px;
    padding: 0 0 0 15px;
    text-align: left;
    background: transparent;
    border: 0;
}
header .middle-box .table-container .col.search form p button i {
    top: -2px;
    position: relative;
}
header .middle-box .table-container .col.icons {
    white-space: nowrap;
    width: 50px;
}
header .middle-box .table-container .col.icons a {
    display: table;
    position: relative;
    font-size: 14px;
    color: #222;
    text-align: center;
    text-decoration: none;
    font-family: 'Merriweather', sans-serif;
    font-weight: normal;
}
header .middle-box .table-container .col.icons.basket a {
    display: table;
    position: relative;
    font-size: 14px;
    color: #777;
    text-align: center;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
}
header .middle-box .table-container .col.icons.basket a > span {
    padding-left: 10px;
}
header .middle-box .table-container .col.icons.basket a > span.icon span {
    line-height: 22px;
}
header .middle-box .table-container .col.icons.basket a:hover {
    color: #777;
}
header .middle-box .table-container .col.icons.basket a:hover strong {
    color: #C42126;
}
header .middle-box .table-container .col.icons a > span {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 10px 0 0 5px;
    text-align: left;
}
header .middle-box .table-container .col.icons a > span.icon {
    padding: 0 !important;
    font-family: 'Merriweather', sans-serif;
}
header .middle-box .table-container .col.icons a > span.icon span {
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    line-height: 18px;
    height: 19px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}
header .middle-box .table-container .col.icons a > span strong {
    display: block;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222;
}
header .middle-box .table-container .col.icons a:hover > span {
    color: #C42126;
}
header .middle-box .table-container .col .mobile-menu img {
    width: 40px;
}
header .middle-box .table-container .col.mobile {
    width: 40px;
    display: none;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
}
header .middle-box .table-container .col.mobile a img {
    padding-bottom: 0;
    margin-top: 30px;
}
header .middle-box .table-container .col.mobile a {
    color: #FFF;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
header nav {
    background: #F3F3F3; /*height:45px;*/
    width: 100%; /*border-top:2px solid #a61217;*//*border-bottom:2px solid #a61217;*/
}
header nav .layout-center > ul {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #FFF;
}
header nav .layout-center > ul > li {
    display: table-cell;
    position: relative; /*border-right:2px solid #a61217;*/
    width: 50%;
    border-bottom: 2px solid #A61217;
    padding-bottom: 10px;
}
header nav .layout-center > ul > li:first-child {
    border-right: 2px solid #A61217;
    border-left: 2px solid #A61217;
}
header nav .layout-center > ul > li:last-child {
    border-right: 2px solid #A61217;
}
header nav .layout-center > ul > li > a {
    display: block;
    line-height: 45px;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    background: #C42126
}
header nav .layout-center > ul > li > ul {
    /* top: 100%; */
    /*width:400px;*/
    /* display: none; */
    /* left: 0; */
    /* position: relative; */
    background: #FFF;
    list-style: none;
    margin: 0;
    /*padding: 10px 0 10px 0;*/
    /* z-index: 8000; */
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);*/
    float: left;
    height: 139px;
}
header nav .layout-center > ul > li:hover > ul {
    display: block;
}
header nav .layout-center > ul > li > ul li {
    box-sizing: border-box;
    width: 50%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: 0px;
    border-left: 0px;
    background: #FFF url(../images/subcategories-bg.gif) repeat-y right top;
}
header nav .layout-center > ul > li > ul li:nth-child(even) {
    border-right: 0px;
}
/*header nav .layout-center > ul > li > ul li:last-child, header nav .layout-center > ul > li > ul li:nth-last-child(2){
 border-bottom:0px;
}*/

header nav .layout-center > ul > li > ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #222;
    font-family: 'Merriweather', sans-serif;
    padding: 0em 0.7em 0em 0.7em;
    float: left;
    width: 100%;
    line-height: 2.3em;
}
header nav .layout-center > ul > li > ul li a img {
    width: 16px;
}
header nav .layout-center > ul > li > ul li.active a {
    text-decoration: underline;
}
header nav .layout-center > ul > li > ul li a:hover {
    background: #FFF;
}
header nav .layout-center > ul > li:hover > a {
    background: #A61217;
    color: #FFF;
}
header nav .layout-center > ul > li.active > a {
    background: #A61217;
    color: #FFF;
}
section {
    padding: 50px 0;
    z-index: 200;
    position: relative;
}
section.gray {
    background: #F3F3F3;
    padding-bottom: 0px;
    padding-top: 40px;
}
.layout-center {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.layout-center h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 0px 0 15px 0;
}
.layout-center h2 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    margin: 0 0 15px 0;
    padding: 0px 0 7px 0;
    border-bottom: 1px solid #E6E6E6;
}
.layout-center h1 {
    color: #222;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    margin: 0 0 0 0;
    padding: 0px 0 10px 0;
}
.layout-center p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 15px 0;
}
.layout-center p a {
    color: #C30E15;
}
.layout-center .show-all {
    float: right;
    margin-top: -45px;
    color: #777;
}
.layout-center .show-all a {
    color: #777;
    font-family: 'Merriweather', sans-serif;
    text-decoration: none;
}
.layout-center .show-all a:hover {
    color: #222;
}
section .layout-center .section {
    margin: 0 -10px;
}
section .layout-center .section .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
}
section .layout-center .section .item a {
    display: table;
    width: 100%;
    border: 1px solid #DADADA;
    text-decoration: none;
    height: 93px;
}
section .layout-center .section .item a > span {
    display: table-cell;
    vertical-align: middle;
}
section .layout-center .section .item a > span.link {
    white-space: nowrap;
    color: #FFF;
    background: #009241 url(../images/section-link);
    font-size: 16px;
    width: 50px;
    padding: 20px 30px 20px 20px;
    position: relative;
}
section .layout-center .section .item a > span.link i {
    color: #8DC29E;
    font-size: 22px;
    bottom: -2px;
    position: relative;
    padding-left: 10px;
}
section .layout-center .section .item a > span.name {
    padding: 10px 50px 10px 30px;
    color: #29166F;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    background: url(../images/section-bg.gif) repeat-x left bottom;
}
section .layout-center .section .item a:hover > span.link {
    background: #29166F;
}
section .layout-center .section .item a:hover > span.link i {
    color: #9792B1;
}
section .layout-center .section .item a > span.link .corner {
    width: 36px;
    left: -36px;
    top: 0;
    position: absolute;
    height: 100%;
    background: url(../images/section-link.png) no-repeat left top;
}
section .layout-center .section .item a:hover > span.link .corner {
    background: url(../images/section-link.png) no-repeat left -95px;
}
section .layout-center ul.v-menu {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #E7E1FA;
    background: #F5F3FC;
}
section .layout-center ul.v-menu > li {
    position: relative;
    display: table;
    width: 100%;
    height: 48px;
    line-height: 19px;
}
section .layout-center ul.v-menu > li > a {
    display: table-cell;
    border-bottom: 1px solid #E6E6E5;
    color: #29166F;
    vertical-align: middle;
    padding: 4px 20px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
section .layout-center ul.v-menu > li:last-child > a {
    border-bottom: 0;
}
section .layout-center ul.v-menu > li > a.current {
    background-color: #29166F;
    color: #FFF;
}
section .layout-center ul.v-menu > li > a.current:hover {
    background-color: #29166F;
    color: #FFF;
    text-decoration: underline;
}
section .layout-center ul.v-menu > li > a:hover {
    background-color: #FFF;
}
.gold {
    border: 1px solid #E6E6E6;
    font-size: 15px;
    margin-bottom: 10px;
}
.gold h4 {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 0 18px;
    line-height: 54px;
    font-size: 18px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
.gold .price {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 18px;
    background: goldenrod;
    color: #FFF;
}
.gold .price b {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.gold .gold-form {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 18px;
    background: #FFF;
    display: flex;
    align-items: center;
}
.gold .gold-form label, .gold .gold-form input, .gold .gold-form button {
    margin: 0 7px;
}
.gold .gold-form input {
    max-width: 60px;
    width: 100%;
    height: 35px;
    font-family: 'Merriweather', sans-serif;
    font-size: 20px;
    border: 1px solid #E6E6E6;
}
.gold .gold-result {
    margin: 0;
    padding: 18px;
    background: #FFF;
    text-align: center;
    align-items: center;
}
.gold .gold-result span {
    font-family: 'Merriweather', sans-serif;
    font-size: 20px;
    background: goldenrod;
    padding: 14px;
    color: #FFF;
    font-weight: 700;
}
section .layout-center .bx-wrapper {
    margin: 0;
}
section .layout-center .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
}
section .layout-center .bx-wrapper .bx-viewport img {
    width: 100%;
}
section .layout-center .bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: auto;
}
section .layout-center .bx-wrapper .bx-controls .bx-pager a {
    border-radius: 12px;
    background: #FFF;
    margin: 0 4px 0 0;
    width: 12px;
    height: 12px;
}
section .layout-center .bx-wrapper .bx-controls .bx-pager a.active {
    border-radius: 12px;
    background: #858783;
}
section .layout-center .carousel-box {
    border: 1px solid #E6E6E6;
}
section .layout-center .carousel-box h4 {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 0 18px;
    line-height: 54px;
    font-size: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
section .layout-center .carousel-box .item {
    width: 100%;
}
section .layout-center .carousel-box .wrap {
    display: table;
    width: 100%;
}
section .layout-center .carousel-box .wrap .col {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}
section .layout-center .carousel-box .wrap .col.img {
    padding-right: 0;
    width: 105px;
}
section .layout-center .carousel-box .wrap .col.img img {
    width: 100%;
}
section .layout-center .carousel-box .wrap .col h3 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 15px 0;
    margin: 0;
}
section .layout-center .carousel-box .wrap .col h3 a {
    color: #222;
    text-decoration: none;
}
section .layout-center .carousel-box .wrap .col h3 a:hover {
    color: #C30E15;
}
section .layout-center .carousel-box .wrap .col .stock {
    display: inline-block;
    color: #FFF;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 13px;
    background: #78C229;
    margin-bottom: 10px;
}
section .layout-center .carousel-box .wrap .col .price {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 22px;
}
section .layout-center .carousel-box .wrap .col .price strong {
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    font-size: 18px;
}
section .layout-center .carousel-box .wrap .col .button {
    width: 100%;
    margin-top: 15px;
}
section .layout-center .carousel-box .btn-box {
    padding: 0 15px 15px 15px;
    text-align: center;
}
section .layout-center .carousel-box .btn-box .button {
    width: 100%;
    max-width: 160px;
}
section .layout-center .carousel-box .owl-dots {
    text-align: center;
    border-top: 1px solid #E6E6E6;
    padding: 5px 0;
}
section .layout-center .carousel-box .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #E6E6E6;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
}
section .layout-center .carousel-box .owl-dots .owl-dot.active {
    background: #B2B2B2;
}
section .layout-center .hp-content {
    padding-left: 800px;
    margin-bottom: 20px;
}
section .layout-center .hp-content .slider {
    margin-left: -800px;
    float: left;
    width: 780px;
}
section .layout-center .hp-content .cutdown-box {
    float: right;
    width: 100%;
}
section .layout-center .hp-content .cutdown-box #countdown {
    float: right;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    margin-top: 5px;
}
section .layout-center .hp-content .cutdown-box #countdown div {
    text-align: center;
    float: left;
    border: 1px solid #E6E6E6;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 5px;
    margin-left: 3px;
}
section .layout-center .hp-content .cutdown-box #countdown span {
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}
section .layout-center .hp-content .cutdown-box .carousel-box h4 {
    line-height: 60px;
    font-size: 26px;
}
section .layout-center .hp-content .carousel-box .wrap .col.img {
    width: 100px;
    padding-right: 0;
}
section .layout-center .hp-content .carousel-box .wrap .col.img img {
    width: 100%;
}
section .layout-center .hp-content .carousel-box .wrap .col {
    padding: 10px 10px 10px 10px;
}
section .layout-center .store {
    margin: 0px -9px 0px -9px;
}
section .layout-center .store .item {
    padding: 9px;
    float: left;
    width: 33.333333%;
    box-sizing: border-box;
}
section .layout-center .store .item .wrap {
    background: #FFF;
    padding: 20px;
}
section .layout-center .store .item .wrap h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
section .layout-center .store .item .wrap table {
    border-spacing: 0;
    margin-bottom: 15px;
}
section .layout-center .store .item .wrap table tr td {
    font-size: 14px;
    color: #777;
    padding-left: 20px;
    line-height: 22px;
}
section .layout-center .store .item .wrap table tr td:first-child {
    padding-left: 0;
}
section .layout-center .store .item .wrap strong {
    color: #222;
}
section .layout-center .store .item .wrap p {
    font-size: 14px;
    color: #777;
    padding: 0px;
    margin: 0;
    line-height: 22px;
}
section .layout-center .brands {
    margin: 0px -5px 30px -5px;
}
section .layout-center .brands .item {
    padding: 5px;
    float: left;
    width: 12.5%;
    box-sizing: border-box;
}
section .layout-center .brands .item a {
    display: block;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}
section .layout-center .brands .item a:hover {
    border: 1px solid #222;
}
section .layout-center .brands .item a img {
    width: 100%;
}
section .layout-center .brands .item img {
    width: 100%;
}
section .layout-center .news {
    margin: 20px 0;
}
section .layout-center .news .item {
    width: 100%;
    box-sizing: border-box; /*padding:0px 0 15px 150px;*/
    padding: 0px 0 15px 0px;
}
section .layout-center .news .item .img {
    float: left;
    margin-left: -150px;
}
section .layout-center .news .item h3 {
    margin: 0;
    padding: 0px 0 7px 0;
    font-size: 18px;
    color: #222;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    line-height: 22px;
}
section .layout-center .news .item h3 a {
    color: #C42126;
    font-size: 18px;
    text-decoration: none;
}
section .layout-center .news .item h3 a:hover {
    color: #222;
}
section .layout-center .news .item p {
    line-height: 20px;
    font-size: 14px;
    padding: 0 0 10px 0;
    color: #777;
    border-bottom: 1px solid #E6E6E6;
}
section .layout-center .news .item .wrap {
    padding-left: 60px;
}
section .layout-center .subcategories {
    margin: 0 -5px 30px -5px;
}
section .layout-center .subcategories .item {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
}
section .layout-center .subcategories .item a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #FFF url(../images/subcategories-bg.gif) repeat-y right top;
    color: #222;
    text-decoration: none;
    font-family: 'Merriweather', sans-serif;
}
section .layout-center .subcategories .item a:hover {
    background: #FFF;
    border: 1px solid #222;
}
section .layout-center .subcategories .item a span {
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}
section .layout-center .subcategories .item a span.image {
    padding-right: 0;
}
section .layout-center .subcategories .item a span.image img {
    border-right: 1px solid #E6E6E6;
    padding-right: 4px;
}
section .layout-center .subcategories .item a span.name {
    font-size: 14px;
    color: #222;
    font-weight: 700;
}
section .layout-center .benefits {
    margin: 0px -5px 20px -5px;
}
section .layout-center .benefits .item {
    padding: 0 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
section .layout-center .benefits .item .wrap {
    display: table;
    background: #FFF;
    width: 100%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-top: 0;
}
section .layout-center .benefits .item .wrap:hover {
    background: #FCFCFC;
}
section .layout-center .benefits .item:first-child .wrap {
    border: 1px solid #E6E6E6;
}
section .layout-center .benefits .item .wrap .col {
    display: table-cell;
    padding: 14px 9px;
    vertical-align: middle;
    font-size: 14px;
    color: #222;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}
section .layout-center .benefits .item .wrap .col strong {
    font-weight: 700;
}
section .layout-center .benefits .item .wrap a {
    text-decoration: none;
}
section .layout-center .benefits .item .wrap .col.img {
    padding-right: 7px;
    width: 50px;
}
section .layout-center .filter-box {
    padding: 0px 19px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
section .layout-center .filter-box .item {
    padding: 10px 0 9px 0;
    border-top: 1px solid #E6E6E6;
}
section .layout-center .filter-box .item:first-child {
    border-top: 0;
}
section .layout-center .filter-box .item .name {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    padding-bottom: 0px;
}
section .layout-center .filter-box .item .reset {
    float: right;
    color: #777;
    font-size: 16px;
    margin-top: -37px;
}
section .layout-center .filter-box .item .reset:hover {
    color: #C42126;
}
section .layout-center .filter-box .item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 100%;
    overflow-y: auto;
    margin-top: 12px;
}
section .layout-center .filter-box .item ul li {
    padding-bottom: 10px;
}
section .layout-center .filter-box .item ul li label {
    color: #777;
    cursor: pointer;
}
section .layout-center .filter-box .item p {
    padding: 0 0 10px 0;
    line-height: 27px;
    float: left;
    width: 100%;
}
section .layout-center .filter-box .item p span {
    float: left;
}
section .layout-center .filter-box .item p .inp-text {
    width: 60px;
    display: inline-block;
    margin: 0 10px;
    float: left;
}
section .layout-center .filter-box .item p .btn {
    width: 25px;
    height: 35px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background: #C42126;
    border: 0;
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
    border-radius: 2px;
    float: left;
}
section .layout-center .filter-box .item p .btn:hover {
    background: #A01B1F;
}
section .layout-center #main #content .filter-box .item ul li {
    display: inline-block;
    margin-right: 20px;
    box-sizing: border-box;
}
section .layout-center #main #content {
    float: right;
    width: 100%;
}
section .layout-center #main #content .pagination {
    display: table;
    margin-top: 0px;
    float: right;
}
section .layout-center #main #content .pagination > div {
    display: table-cell;
    vertical-align: top;
}
section .layout-center #main #content .pagination > div:last-child {
    text-align: right;
}
section .layout-center #main #content .pagination > div.pages {
    text-align: center;
    padding: 0px 5px 5px 5px;
}
section .layout-center #main #content .pagination > div.pages a {
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: #FFF;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #222;
    text-decoration: none;
}
section .layout-center #main #content .pagination > div a i {
    display: none;
}
section .layout-center #main #content .pagination > div.pages a.current,
section .layout-center #main #content .pagination > div.pages a:hover {
    border-color: #222;
    background: #222;
    color: #FFF;
}
section .layout-center #main #content .pagination > div .button {
    width: 108px;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
    margin: 0 0 0 -5px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    color: #222 !important;
    font-family: 'Arial', sans-serif;
}
section .layout-center #main #content .pagination > div .button:hover {
    background: #222;
    border-color: #222;
    color: #FFF !important;
}
section .layout-center #main #content .more-button {
    margin-bottom: 50px;
    height: 30px;
    padding: 0 20px;
    text-decoration: none;
    line-height: 30px;
    border-radius: 2px;
    background: #F3F3F3;
    border: 1px solid #E6E6E6;
    color: #222 !important;
    display: inline-block;
    font-family: 'Arial', sans-serif;
}
section .layout-center #main #content .more-button:hover {
    background: #222;
    border-color: #222;
    color: #FFF !important;
}
section .layout-center .products-box {
    padding: 0 0 30px 0;
}
section .layout-center .products {
    margin: 0 -5px;
}
section .layout-center .products .item {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 2px;
    margin: 0;
    text-align: center;
    position: relative;
}
section .layout-center .products .item .wrap {
    border: 1px solid #E6E6E6;
}
section .layout-center .products .item .img {
    display: block;
    text-align: center;
    position: relative;
}
section .layout-center .products .item .img img {
    max-height: 225px;
    margin: 0 auto;
    padding-top: 10px;
    width: auto;
}
section .layout-center .products .item .star {
    border: 1px solid #E6E6E6;
    text-align: center;
    padding: 6px 10px;
    border-top: 0;
}
section .layout-center .products .item .star img {
    width: auto;
    display: inline-block;
}
section .layout-center .products .item h3 {
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin: 5px;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif;
    text-align: center;
}
section .layout-center .products .item h3 a {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif;
}
section .layout-center .products .item h3 a:hover {
    text-decoration: none;
    color: #C30E15;
}
section .layout-center .products .item .stock {
    display: block;
    font-size: 14px;
    color: #777;
    margin: 0 0 2px 0;
}
section .layout-center .products .item .stock .green {
    color: #4DB848;
}
section .layout-center .products .item .stock .red {
    color: #C30E15;
}
section .layout-center .products .item .stock .blue {
    color: #00AEEF;
}
section .layout-center .products .item .action-line {
    display: table;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
section .layout-center .products .item .action-line > div {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 15px;
}
section .layout-center .products .item .action-line > div.price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding-right: 0px;
}
section .layout-center .products .item .action-line > div.price span {
    white-space: nowrap;
}
section .layout-center .products .item .action-line > div.price span.original {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    text-decoration: line-through;
    padding-right: 5px;
    display: block;
}
section .layout-center .owl-carousel.products {
    margin: 0 0 0px 0;
}
section .layout-center .owl-carousel.products .item {
    width: auto;
    float: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
section .layout-center .owl-carousel.products .owl-item {
    overflow: hidden;
}
section .layout-center .owl-carousel.products .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 6000;
}
section .layout-center .owl-carousel.products .owl-nav .owl-prev {
    width: 25px;
    float: left;
    height: 25px;
    z-index: 6000;
    line-height: 23px;
    padding: 0;
    text-align: center;
    border: 0;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    color: #222;
    font-size: 20px;
}
section .layout-center .owl-carousel.products .owl-nav .owl-next {
    width: 25px;
    float: left;
    height: 25px;
    z-index: 6000;
    line-height: 23px;
    padding: 0;
    text-align: center;
    border: 0;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    color: #222;
    font-size: 20px;
    margin-left: 2px;
}
section .layout-center .owl-carousel.products .owl-nav .owl-prev:hover,
section .layout-center .owl-carousel.products .owl-nav .owl-next:hover {
    background: #F1F1F1;
}
section .layout-center #content .owl-carousel.products {
    margin: 0;
}
section .layout-center .top-list {
    border-top: 1px solid #EEE;
    margin-top: -5px;
    margin-bottom: 20px;
    text-align: center;
}
section .layout-center .top-list .item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}
section .layout-center .top-list .item .col {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 15px 0;
    text-align: left;
}
section .layout-center .top-list .item .col.img {
    width: 86px;
    padding-right: 15px;
}
section .layout-center .top-list .item .col.num {
    width: 30px;
    padding-right: 15px;
}
section .layout-center .top-list .item .col.num span {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    width: 30px;
    line-height: 30px;
    background: #C42126;
    display: inline-block;
    border-radius: 35px;
}
section .layout-center .top-list .item .col.desc {
    color: #777;
    padding-right: 120px;
}
section .layout-center .top-list .item .col.desc h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding-bottom: 5px;
}
section .layout-center .top-list .item .col.desc h3 a {
    color: #000;
    text-decoration: none;
}
section .layout-center .top-list .item .col.desc h3 a:hover {
    text-decoration: underline;
}
section .layout-center .top-list .item .col.desc p {
    color: #777;
    line-height: 20px;
    padding: 0 0 5px 0;
}
section .layout-center .top-list .item .col.desc .price {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 18px;
    margin-top: -9px;
}
section .layout-center .top-list .more {
    line-height: 23px;
    padding: 0 20px;
    background: #F3F3F3;
    font-size: 14px;
    color: #222;
    border: 1px solid #E6E6E6;
    border-top: 0;
    display: inline-block;
    text-decoration: none;
}
section .layout-center .top-list .more:hover {
    background: #FFF;
    color: #222;
}
section .layout-center .breadcrumbs {
    margin-bottom: 10px;
    padding-right: 180px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
}
section .layout-center .breadcrumbs ul {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    float: left;
}
section .layout-center .breadcrumbs ul li {
    float: left;
    font-size: 14px;
    background: url(../images/breadcrumbs.png) no-repeat left center;
    padding: 0 7px 0 9px;
    line-height: 17px;
}
section .layout-center .breadcrumbs ul li:first-child {
    background: transparent;
    padding-left: 0;
}
section .layout-center .breadcrumbs ul li a {
    text-decoration: none;
    color: #222;
}
section .layout-center .breadcrumbs ul li a:hover {
    text-decoration: underline;
}
section .layout-center .breadcrumbs ul li:last-child a {
    color: #777;
}
section .layout-center .help {
    line-height: 25px;
    padding: 0 10px 0 10px;
    border-radius: 2px;
    background: #78C229;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    position: relative;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
section .layout-center .help i {
    padding-right: 5px;
}
section .layout-center .help:hover {
    background: #70B526;
}
section .layout-center #main {
    padding: 0px 0 30px 0;
    box-sizing: border-box;
    position: relative;
}
section .layout-center #main.with-column {
    padding-left: 300px;
    padding-right: 0;
}
section .layout-center #main .filter {
    display: table;
    width: 100%;
    border-top: 0;
    margin-bottom: 5px;
    background: #F3F3F3;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
section .layout-center #main .filter > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0 0 0;
    line-height: 30px;
    color: #777;
    font-size: 14px;
}
section .layout-center #main .filter > div p {
    padding: 0;
}
section .layout-center #main .filter > div.page {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}
section .layout-center #main .filter > div.page span {
    white-space: nowrap;
}
section .layout-center #main .filter > div.page .button {
    height: 30px;
    padding: 0 15px;
    margin-left: 10px;
    text-decoration: none;
    line-height: 30px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    font-family: 'Arial', sans-serif;
    color: #222 !important;
    display: inline-block;
}
section .layout-center #main .filter > div.page .button:hover {
    background: #222;
    border-color: #222;
    color: #FFF !important;
}
section .layout-center #main .filter > div.order {
    color: #777;
    font-size: 14px;
}
section .layout-center #main .filter > div.order a {
    color: #777;
    display: inline-block;
    line-height: 48px;
    padding: 0 10px;
    border-right: 1px solid #E6E6E6;
    text-decoration: none;
}
section .layout-center #main .filter > div.order a:hover {
    color: #222;
}
section .layout-center #main .filter > div.order a.current {
    color: #222;
    background: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
}
section .layout-center #main .tags {
    padding-right: 0;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
}
section .layout-center #main .tags .items .item {
    display: inline-block;
    line-height: 18px;
    margin-right: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #F3F3F3;
    border: 1px solid #E6E6E6;
    color: #777;
    font-size: 12px;
    font-style: italic;
    padding: 0 10px;
}
section .layout-center #main .tags .items .item a {
    color: #B2B2B2;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
}
section .layout-center #main .tags .items .item a i {
    margin-top: -2px;
    color: #B2B2B2;
}
section .layout-center #main .tags .items .item a:hover {
    color: #3A5E7A;
}
section .noUi-handle::after, .noUi-handle::before {
    left: 11px;
    height: 9px !important;
}
section .layout-center #main #aside {
    margin-left: -300px;
    width: 280px;
    float: left;
}
section .layout-center #main #aside h3 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
}
section .layout-center #main #aside p {
    line-height: 20px;
}
section .layout-center #main #aside .facebook {
    margin-bottom: 20px;
}
section .layout-center #main #aside .carousel-box {
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
section .layout-center #main #aside .carousel-box h4 {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 0 18px;
    line-height: 54px;
    font-size: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
section .layout-center #main #aside .carousel-box .item {
    width: 100%;
}
section .layout-center #main #aside .carousel-box .wrap {
    display: table;
    width: 100%;
}
section .layout-center #main #aside .carousel-box .wrap .col {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
}
section .layout-center #main #aside .carousel-box .wrap .col.img {
    padding-right: 0;
    width: 105px;
}
section .layout-center #main #aside .carousel-box .wrap .col.img img {
    width: 100%;
}
section .layout-center #main #aside .carousel-box .wrap .col h3 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 15px 0;
    margin: 0;
}
section .layout-center #main #aside .carousel-box .wrap .col h3 a {
    color: #222;
    text-decoration: none;
}
section .layout-center #main #aside .carousel-box .wrap .col h3 a:hover {
    color: #C30E15;
}
section .layout-center #main #aside .carousel-box .wrap .col .stock {
    display: inline-block;
    color: #FFF;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    background: #78C229;
    margin-bottom: 15px;
}
section .layout-center #main #aside .carousel-box .wrap .col .price {
    display: block;
    color: #777;
    font-size: 14px;
}
section .layout-center #main #aside .carousel-box .wrap .col .price strong {
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    font-size: 18px;
}
section .layout-center #main #aside .carousel-box .btn-box {
    padding: 0 15px 15px 15px;
    text-align: center;
}
section .layout-center #main #aside .carousel-box .btn-box .button {
    width: 100%;
    max-width: 160px;
}
section .layout-center #main #aside .carousel-box .owl-dots {
    text-align: center;
    border-top: 1px solid #E6E6E6;
    padding: 15px 0;
}
section .layout-center #main #aside .carousel-box .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #E6E6E6;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
}
section .layout-center #main #aside .carousel-box .owl-dots .owl-dot.active {
    background: #B2B2B2;
}
section .layout-center #main .query-form {
    background: #F7F7F7;
    padding: 30px 30px 10px 30px;
    text-align: center;
    margin-top: 0px;
}
section .layout-center #main .query-form h3 {
    font-size: 20px;
    margin: 0px 0 10px 0;
    padding: 0;
}
section .layout-center #main .query-form .inp-text {
    height: 40px;
    color: #222;
    font-size: 14px;
    padding: 0 15px;
}
section .layout-center #main .query-form textarea.inp-text {
    height: 40px;
    color: #222;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0;
}
section .layout-center #main .query-form .info-text {
    text-align: left;
    font-size: 12px;
    color: #777;
    font-style: italic;
}
section .layout-center #main .stars {
    font-size: 24px;
    color: #FEC500;
}
section .layout-center #main .form-rating {
    text-align: left;
    color: #222;
}
section .layout-center #main .form-rating .raty {
    color: #FEC500 !important;
    bottom: -2px;
    position: relative;
    margin-left: 20px;
}
section .layout-center #main .rating-message .header {
    border: 1px solid #E6E6E6;
    padding: 0 20px;
    line-height: 38px;
    color: #777;
}
section .layout-center #main .rating-message .header strong {
    color: #222;
}
section .layout-center #main .rating-message .header i {
    color: #C1C1C1;
}
section .layout-center #main .rating-message .header .date {
    float: right;
    padding-left: 20px;
}
section .layout-center #main .rating-message .header .raty {
    font-size: 16px;
    bottom: -2px;
    position: relative;
    color: #FEC500;
}
section .layout-center #main .rating-message .header .raty i {
    color: #FEC500;
}
section .layout-center #main .rating-message .header .separ {
    padding: 0 5px;
    display: inline-block;
    color: #E6E6E6;
}
section .layout-center #main .rating-message .rating-content {
    display: table;
    width: 100%;
    margin: 15px 0 30px 0;
}
section .layout-center #main .rating-message .rating-content .col {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-left: 1px solid #E6E6E6;
    padding: 0px 20px;
    box-sizing: border-box;
    min-width: 200px;
}
section .layout-center #main .rating-message .rating-content .col.text {
    border-left: 0;
    padding-left: 0;
}
section .layout-center #main .rating-message .rating-content .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section .layout-center #main .rating-message .rating-content .col ul li {
    padding-left: 18px;
    background-position: left 3px;
    background-repeat: no-repeat;
}
section .layout-center #main .rating-message .rating-content .col.positives ul li {
    color: #78C229;
    background-image: url(../images/positive.png);
}
section .layout-center #main .rating-message .rating-content .col.negatives ul li {
    color: #C42126;
    background-image: url(../images/negative.png);
}
section .layout-center #main .rating-message .rating-content .col.text p {
    padding: 0;
}
section .layout-center .etabs {
    margin: 0 0 0px 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 0px;
    position: relative;
    z-index: 5000;
    background: #F3F3F3;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    float: left;
    width: 100%;
}
section .layout-center .etabs li {
    float: left;
}
section .layout-center .etabs li:last-child {
    background: transparent;
    padding-right: 0;
}
section .layout-center .etabs li:first-child {
    padding-left: 0px;
}
section .layout-center .etabs li a {
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    min-width: 130px;
    padding: 0 15px;
    box-sizing: border-box;
    border-right: 1px solid #E6E6E6;
    line-height: 48px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    color: #777;
    box-sizing: border-box;
    position: relative;
}
section .layout-center .etabs li a.active {
    color: #222;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
}
section .layout-center .etabs li a:hover {
    color: #222;
}
section .layout-center #main .tab-container {
    margin-bottom: 40px;
}
section .layout-center #main .tab-container .cont {
    border: 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0px 20px 0;
}
section .layout-center #main .tab-container .cont h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 0 0 10px 0;
}
section .layout-center #main .tab-container .cont h3 span {
    font-weight: 400;
}
section .layout-center #main .tab-container .cont h2 {
    font-size: 24px;
    margin: 0px 0 20px 0;
    padding: 0;
}
section .layout-center #main .tab-container .cont ul {
    margin: 0;
    padding: 0 0 1em 0;
    list-style: none;
}
section .layout-center #main .tab-container .cont ul li {
    padding-left: 12px;
    font-size: 14px;
    padding-bottom: 5px;
}
section .layout-center #main .tab-container .cont ul li a {
    color: #222;
}
section .layout-center #main .tab-container .cont iframe {
    width: 100%;
}
section .layout-center #main #detail {
    padding-bottom: 20px;
    margin-top: 15px;
    padding-left: 430px;
}
section .layout-center #main #detail .left {
    float: left;
    box-sizing: border-box;
    width: 400px;
    margin-left: -430px;
    position: relative;
}
section .layout-center #main #detail .left a.big {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
section .layout-center #main #detail .left a.big img {
    width: 100%;
    padding: 20px;
}
section .layout-center #main #detail .left .gallery {
    z-index: 6000;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
}
section .layout-center #main #detail .left .gallery li {
    padding: 0px 0 10px 0;
    box-sizing: border-box;
    float: left;
}
section .layout-center #main #detail .left .gallery li a {
    border: 1px solid #E6E6E6;
    display: block;
    box-sizing: border-box;
}
section .layout-center #main #detail .left .gallery li a img {
    width: 100%;
}
section .layout-center #main #detail .left .present {
    background: #F3F3F3 url(../images/present.png) no-repeat right 10px;
    padding: 15px;
    margin-top: 5px;
    font-family: 'Merriweather', sans-serif;
    padding-left: 175px;
}
section .layout-center #main #detail .left .present h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 0 40px 10px 0;
    font-weight: 400;
}
section .layout-center #main #detail .left .present .name {
    color: #C42126;
    font-size: 16px;
    text-decoration: underline;
}
section .layout-center #main #detail .left .present .name:hover {
    text-decoration: none;
}
section .layout-center #main #detail .left .present p {
    color: #777;
    padding: 10px 0 0 0;
    font-size: 14px;
}
section .layout-center #main #detail .left .present .image {
    float: left;
    margin-left: -160px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}
section .layout-center #main #detail .right {
    float: left;
    width: 100%;
}
section .layout-center #main #detail .right .box {
    padding-top: 5px;
}
section .layout-center #main #detail .right .box h4 {
    font-size: 22px;
    padding: 0 0 7px 0;
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
}
section .layout-center #main #detail .right .box .aside {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding-left: 10px;
}
section .layout-center #main #detail .right .box .aside .owl-carousel.products .owl-nav {
    top: -35px;
}
section .layout-center #main #detail .right .box .aside .products .item .stock {
    margin: 5px 0 20px 0;
}
section .layout-center #main #detail .right .box .aside .products .item h3 {
    margin-top: 5px;
}
section .layout-center #main #detail .right .box .aside .products .item .img {
    padding: 5px 0 28px 0;
}
section .layout-center #main #detail .right .box .info {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
section .layout-center #main #detail .right .box .info .gray-box {
    background: #F3F3F3;
    margin-bottom: 15px;
    position: relative;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap {
    padding: 0px 20px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap.narrow {
    padding: 0px 20px 22px 20px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .no-dph {
    font-size: 16px;
    color: #939598;
    padding-bottom: 10px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .original-price {
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .original-price .line-through {
    font-size: 22px;
    padding-right: 5px;
    text-decoration: line-through;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .price {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 5px 0;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .stock {
    font-size: 18px;
    color: #777;
    display: block;
    padding: 5px 0 0px 0;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .package {
    line-height: 27px;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .package label {
    line-height: 27px;
    padding-left: 15px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .package label .styledCheckbox {
    bottom: -2px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .tab {
    display: table;
    margin: 0 auto;
    width: 100%;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .tab .col {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .tab .col:first-child {
    padding-right: 30px;
    white-space: nowrap;
    width: 100px;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .tab .col .button {
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}
section .layout-center #main #detail .right .box .info .gray-box .wrap .tab .col .button img {
    padding-right: 10px;
    position: relative;
    top: -2px;
}
section .layout-center #main #detail .right .box .info .clear-box {
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}
section .layout-center #main #detail .right .box .info .clear-box a {
    color: #000;
}
section .layout-center #main #detail .right .box .info .clear-box a i {
    color: #EE3032;
    padding-right: 5px;
}
section .layout-center #main #detail .right .action-line {
    display: table;
    width: 100%;
}
section .layout-center #main #detail .right .action-line .col {
    display: table-cell;
    vertical-align: middle;
    color: #222;
    font-family: 'Merriweather', sans-serif;
    padding: 20px 15px;
    border-left: 1px solid #EAEAEA;
    text-align: center;
}
section .layout-center #main #detail .right .action-line .col:first-child {
    border-left: 0;
}
section .layout-center #main #detail .right .action-line .col.socials {
    line-height: 30px;
}
section .layout-center #main #detail .right .action-line .col.socials img {
    width: 30px;
}
section .layout-center #main #detail .right .action-line .col a {
    font-size: 14px;
    color: #222;
    line-height: 24px;
    display: inline-block;
}
section .layout-center #main #detail .right .action-line .col a:hover {
    color: #C42126;
}
section .layout-center #main #detail .right .action-line .col a i {
    color: #C1C1C1;
    font-size: 24px;
    bottom: -2px;
    position: relative;
}
section .layout-center #main #detail .right .box .calculator {
    border: 1px solid #E6E6E6;
    background: #F3F3F3;
    font-size: 14px;
    font-family: 'Merriweather', sans-serif;
    color: #222;
    display: table;
    width: 100%;
    text-decoration: none;
}
section .layout-center #main #detail .right .box .calculator:hover {
    text-decoration: underline;
}
section .layout-center #main #detail .right .box .calculator .col {
    display: table-cell;
    vertical-align: middle;
    padding: 14px;
}
section .layout-center #main #detail .right .box .calculator .col.icon {
    text-align: center;
    padding-right: 0;
}
section .layout-center #main #detail .right .box .calculator strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
}
section .layout-center #main #detail .right .box .buttons {
    border: 1px solid #E6E6E6;
    line-height: 43px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #222;
    font-family: 'Merriweather', sans-serif;
    margin-bottom: 10px;
}
section .layout-center #main #detail .right .box .buttons:hover {
    color: #C42126;
    text-decoration: underline;
}
section .layout-center #main #detail .right .box .buttons img {
    padding-right: 15px;
}
section .layout-center #main #detail .right .box .essox {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
section .layout-center #main #detail .right .box .essox img {
    padding-right: 0px !important;
    margin-bottom: -15px !important;
}
section .layout-center #main #detail .right .parameters-extended {
    margin: 10px -10px 0 -10px;
}
section .layout-center #main #detail .right .parameters-extended .item {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
section .layout-center #main #detail .right .parameters-extended .item table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #E6E6E6;
}
section .layout-center #main #detail .right .parameters-extended .item table tr td {
    padding: 10px 20px;
    text-align: left;
    line-height: 19px;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
}
section .layout-center #main #detail .right .parameters-extended .item table tr td:first-child {
    font-weight: 700;
    padding-right: 0;
}
section .layout-center #main #detail .right .box .parameters {
    border-top: 1px solid #E6E6E6;
    padding: 10px 0;
}
section .layout-center #main #detail .right .box .parameters table {
    width: 100%;
    border-spacing: 0;
}
section .layout-center #main #detail .right .box .parameters table tr td {
    font-size: 14px;
    color: #777;
    padding: 4px 0px;
}
section .layout-center #main #detail .right .box .parameters table tr td:first-child {
    color: #000;
}
footer {
    margin-top: 0px;
    background: #F3F3F3;
    padding: 0px 0 0 0;
}
footer .container {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
footer .container .col {
    display: table-cell;
    padding: 40px 0px 20px 10px;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
}
footer .container .col.double {
    width: 40%;
}
footer .container .col:first-child {
    padding-left: 0;
}
footer .container .col h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #222;
    line-height: 22px;
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 0 0 20px 0;
}
footer .container .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
footer .container .col ul.first {
    margin-right: 40px;
}
footer .container .col ul li {
    padding-bottom: 3px;
    padding-left: 0px;
}
footer .container .col ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    text-decoration: none;
}
footer .container .col ul li a:hover {
    text-decoration: underline;
}
footer .container .col p {
    color: #777;
    line-height: 18px;
}
footer .container .col .logos {
    margin-bottom: 20px;
    display: block;
    font-size: 2rem;
}
footer .container .col .newsletter {
    padding-right: 85px;
    padding-top: 0px;
}
footer .container .col .newsletter .input-newsletter {
    border: 1px solid #FFF;
    background: #FFF;
    font-style: italic;
    float: left;
    border-radius: 2px;
    height: 35px;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    width: 100%;
    box-sizing: border-box;
}
footer .container .col .newsletter .button {
    float: right;
    margin-right: -85px;
    background: #222;
    padding: 0 10px;
    border: 1px solid #000;
}
footer .container .col .pay {
    padding: 0;
}
footer .container .col .pay a {
    display: inline-block;
    margin: 0 3px 6px 3px;
}
footer .container .col .pay a:first-child {
    margin-left: 0;
}
footer .copyright {
    background: #FFF;
    padding: 20px 0;
    font-size: 14px;
    color: #777;
}
footer .copyright a {
    color: #222;
    text-decoration: none;
}
footer .copyright a:hover {
    text-decoration: underline;
}
footer .copyright .cont {
    padding-right: 50px;
    padding-left: 0;
}
footer .copyright .cont p {
    padding: 4px 0 0 0;
}
footer .copyright .up {
    position: absolute;
    right: 15px;
    top: -3px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #222;
    color: #FFF;
    line-height: 35px;
    text-align: center;
    font-size: 23px;
}
footer .copyright .up:hover {
    background: #C42126;
    color: #FFF;
}
footer .copyright p {
    color: #777;
}
.spinner {
    width: 65px;
}
.spinner label {
    padding-left: 5px;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
.spinner input {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    padding: 0 5px;
    height: 36px;
    width: 50px;
    margin: 0;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.input-group-btn-vertical {
    position: relative;
    float: left;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 16px;
    margin-left: -5px;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    text-indent: 0 !important;
}
.input-group-btn-vertical > .btn:first-child {
    border-bottom: 0;
}
.input-group-btn-vertical > .btn:hover {
    background: #F7F7F7;
}
.input-group-btn-vertical i {
    display: block;
    margin-top: 2px;
    font-size: 13px;
}
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion {
    border-radius: 0;
    background: #FFF;
}
/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 0 19px;
    display: inline-block;
    border: 1px solid #E6E6E6;
    line-height: 38px;
    background: #FFF;
    transition: all linear 0.15s;
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}
.accordion-section-title i {
    float: right;
    line-height: 38px;
    margin-right: 0px;
    font-size: 22px;
}
.accordion-section-title.active, .accordion-section-title:hover {
    background: #F3F3F3;
    /* Type */
    text-decoration: none;
}
/*----- Section Content -----*/
.accordion-section {
    margin-bottom: 5px;
}
.accordion-section-content strong {
    font-weight: 400;
    color: #C42126;
}
.accordion-section-content p {
    font-weight: 400;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 12px 0;
}
.accordion-section-content {
    padding: 15px 19px;
    display: none;
    margin-bottom: 5px;

}
body .sb-slidebar {
    background: #CC141D;
}
body .sb-slidebar .title {
    display: block;
    font-size: 23px;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
}
body .sb-slidebar ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #AC1119;
    border-bottom: 1px solid #E71721;
}
body .sb-slidebar ul li {
    border-bottom: 1px solid #AC1119;
    border-top: 1px solid #E71721;
}
body .sb-slidebar ul li a {
    line-height: 20px;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
body .sb-slidebar ul li a:hover {
    background: #E71721;
}
body .sb-slidebar ul li a img {
    display: none;
}
body .sb-slidebar ul li ul {
    padding-left: 30px;
    display: none;
    margin: 0;
    border-bottom: 1px solid #F2F5FF;
    border-top: 1px solid #AC1119;
}
body .sb-slidebar ul li ul li:first-child {
    border-top: 0;
}
body .sb-slidebar ul li ul li:last-child {
    border-bottom: 0;
}
body .sb-slidebar ul li ul li a {
    padding-left: 10px;
    text-transform: lowercase;
}
body .sb-slidebar h4 {
    font-size: 32px;
    color: #FFF;
    padding: 15px 15px 15px 20px;
    font-family: 'Merriweather', sans-serif;
}
body .sb-slidebar h4 img {
    float: right;
    height: 32px;
    margin-top: 3px;
}
body .sb-slidebar h4 .close {
    cursor: pointer;
}
body .selectboxit-container {
    display: block;
    float: none;
}
body .selectboxit-container .selectboxit-text {
    color: #777;
    font-size: 14px;
    font-style: italic;
    max-width: none !important;
}
body .selectboxit-container .selectboxit {
    border: 1px solid #FCDEDE;
    border-radius: 2px;
    background: #FFF;
    box-sizing: border-box;
}
body .selectboxit-container .customSelect {
    width: 100% !important;
    box-sizing: border-box;
}
body .selectboxit-container .selectboxit:hover {
    background: #FFF;
}
body .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 33px;
    line-height: 33px;
}
body .selectboxit-default-arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #A14E4F;
    top: 15px !important;
}
body .selectboxit-arrow-container {
    width: 30px;
}
body .selectboxit-list {
    display: none;
}
.inner-visualise {
    width: 100%;
    height: 450px;
}
section .layout-center .hp-content .cutdown-box .carousel-box h4 {
    font-size: 19px;
}
section .layout-center .hp-content .cutdown-box #countdown div {
    width: 45px;
    height: 50px;
}
@media only screen and (max-width: 1200px) {

    section .layout-center .hp-content {
        padding-left: 0px;
    }
    section .layout-center .hp-content .slider {
        margin-left: 0px;
        width: 100%;
        margin-top: 45px;
    }
    section .layout-center .bx-wrapper {
        margin: 0 0 20px 0;
    }
    .gold {
        clear: both;
    }

}
@media only screen and (max-width: 1130px) {
    section .layout-center #main #detail .right .box {
        margin-top: 20px;
    }
    section .layout-center #main #detail .right .box .aside {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    section .layout-center #main #detail .right .box .info {
        float: left;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    section .layout-center #main #detail {
        padding-bottom: 30px;
        margin-top: 15px;
        padding-left: 0px;
    }
    section .layout-center #main #detail .left {
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding-right: 10px;
        margin-left: 0;
    }
    section .layout-center #main #detail .right {
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding-left: 10px;
    }
    section .layout-center #main #detail .right .parameters-extended .item {
        width: 100%;
        padding: 0 10px;
    }
    section .layout-center #main #detail .right .parameters-extended .item table tr td:first-child {
        width: 130px;
        white-space: nowrap;
    }
    section .layout-center #main #detail .right .parameters-extended .item table:first-child {
        margin-bottom: -1px;
    }
    section .layout-center #main #detail .right .action-line {
        margin: 15px 0;
    }
    section .layout-center #main #detail .right .action-line .col {
        display: block;
        border-left: 0;
        text-align: left;
        padding: 5px 19px;
    }

}
@media only screen and (max-width: 1100px) {

    section .layout-center .benefits .item {
        width: 33.3333%;
        padding: 5px;
    }
    section .layout-center .benefits .item .wrap {
        border: 1px solid #E6E6E6;
    }
    section .layout-center #main.with-column {
        padding-left: 0px !important;
    }
    section .layout-center #main.with-column #aside {
        margin: 20px 0 0 0;
        width: 100%;
    }
    section .layout-center #main.with-column #aside nav {
        display: none;
    }
    section .layout-center #main .detail-menu {
        display: none;
    }
    section .layout-center .breadcrumbs.detail {
        padding-left: 0px;
        margin-top: 0px;
    }
    section .layout-center .store .item .wrap table tr td {
        display: block;
        padding: 0;
    }
    section .layout-center .store .item .wrap table tr td:first-child {
        padding-bottom: 15px;
    }

}
@media only screen and (max-width: 1070px) {
    section .layout-center .products .item h3 {
        font-size: 16px;
        padding: 5px 15px;
    }
    section .layout-center .products .item h3 a {
        font-size: 16px;
    }
    section .layout-center .products .item .action-line {
        width: 100%;
    }
    section .layout-center .products .item .action-line > div {
        display: block;
        text-align: center;
    }
    section .layout-center .products .item .action-line > div .button {
        display: block;
    }
    section .layout-center .products .item .action-line > div.price {
        padding: 15px 0 0px 0;
        text-align: center;
    }
    section .layout-center .products .item .action-line > div.price span {
        display: inline-block;
        padding-right: 10px;
    }
    footer .container .col {
        float: left;
        width: 33.33333%;
    }
    footer .container .col.double {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

}
@media only screen and (max-width: 1000px) {
    header .middle-box .table-container .col.icons a > span {
        display: none;
    }
    header .middle-box .table-container .col.icons a > span.icon {
        display: block;
    }

}
@media only screen and (max-width: 960px) {

    header nav {
        display: none;
    }
    header .middle-box .table-container .col.mobile {
        display: table-cell;
        padding-left: 25px;
    }

}
@media only screen and (max-width: 980px) {
    section .layout-center #main #detail .right h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .inner-visualise {
        width: 100%;
    }

}
@media only screen and (max-width: 920px) {

    header .middle-box .table-container .col.basket .cart .info {
        display: none;
    }
    header .middle-box .table-container .col.basket .cart {
        padding-left: 0px;
    }
    header .middle-box .table-container .col.basket .cart .img {
        margin-left: 0px;
    }
    header .middle-box .table-container .col.basket .cart .img img {
        width: 50px;
    }
    header .middle-box .table-container .col.search form p .inp-search {
        height: 45px;
    }
    header .middle-box .table-container .col.search form p button {
        height: 45px;
    }

}
@media only screen and (max-width: 870px) {
    section .layout-center .section .item {
        width: 100%;
    }
    section .layout-center .red-box {
        padding-left: 130px;
    }

}
@media only screen and (max-width: 830px) {
    section .layout-center .benefits .item {
        width: 50%;
        padding: 5px;
    }

}
@media only screen and (max-width: 800px) {
    section .layout-center .hp-categories .item {
        width: 33.33333%;
    }
    section .layout-center .hp-content {
        padding-left: 0px;
    }
    section .layout-center .hp-content .image {
        margin-left: 0px;
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    section .layout-center .hp-content .image img {
        width: 100%;
        max-width: 381px;
    }
    section .layout-center .hp-content h2 {
        padding-top: 30px;
    }
    section .layout-center .store .item {
        width: 100%;
    }
    section .layout-center .store .item .wrap table tr td {
        display: table-cell;
    }
    section .layout-center .store .item .wrap table tr td:first-child {
        padding: 0 30px 0 0;
    }
    section .layout-center #main .rating-message .rating-content .col {
        min-width: auto;
    }

}
@media only screen and (max-width: 790px) {
    section .layout-center .products .item {
        width: 33.3333%;
    }

}
@media only screen and (max-width: 750px) {
    section .layout-center #main #detail .left {
        width: 100%;
        padding-right: 0px;
    }
    section .layout-center #main #detail .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    section .layout-center #main #detail .left .gallery {
        right: 10px;
        top: 10px;
    }
    section .layout-center #main #detail .left h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .top-line ul.menu {
        display: none;
    }
    .top-line .menu-info {
        display: inline-block;
    }
    .top-line ul.right-menu > li {
        padding-left: 10px;
    }
    .top-line ul.right-menu > li > a {
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
    }
    section .layout-center .subcategories .item {
        width: 33.3333%;
    }
    section .layout-center #main .filter {
        margin-bottom: 50px;
    }
    section .layout-center #main .filter > div.page {
        position: absolute;
        top: 100%;
        right: -10px;
        padding-top: 10px;
    }

}
@media only screen and (max-width: 700px) {
    header .middle-box .table-container .col.search form {
        max-width: auto;
    }
    header .middle-box .table-container .col.search .quick-contact {
        font-size: 14px;
    }
    header {
        margin-bottom: 85px;
    }
    header .middle-box .table-container .col.logo {
        width: 100px!important;
    }
    header .middle-box {
        height: 80px;
    }
    header .middle-box .table-container .col.mobile {
        padding-left: 20px;
    }
    header .middle-box .table-container .col.icons {
        padding-left: 0;
    }
    header .middle-box .table-container .col.search {
        position: absolute;
        left: 0;
        top: 100%;
        padding: 0;
        margin-top: 0px;
        box-sizing: border-box;
        width: 100%;
    }
    header .middle-box .table-container .col.search .quick-contact {
        padding-bottom: 5px;
    }
    header .middle-box .table-container .col.search form {
        max-width: 100%;
        margin: 0 auto;
    }
    footer .copyright .cont {
        padding-right: 60px;
        padding-left: 0px;
    }
    footer .copyright .cont p {
        padding: 0px 0 0 0;
        text-align: left;
        line-height: 20px;
    }
    section .layout-center .help {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 20px;
    }
    section .layout-center .breadcrumbs {
        padding-right: 0px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

}
@media only screen and (max-width: 680px) {
    section .layout-center .subcategories ul li {
        width: 50%;
    }
    section .layout-center .brands .item {
        width: 25%;
    }
    footer .container {
        padding-bottom: 0 !important;
    }
    footer .container {
        padding-top: 20px;
    }
    footer .container .col {
        display: block;
        float: left;
        padding: 20px 0px 20px 0px;
        box-sizing: border-box;
        vertical-align: top;
        width: 100%;
        border-top: 1px solid #CDCDCD
    }
    footer .container .col.double {
        border-top: 1px solid #CDCDCD;
    }
    footer .container {
        padding-bottom: 30px;
    }

}
@media only screen and (max-width: 600px) {

    section .layout-center .news .item {
        width: 100%;
    }
    .row .col-50 {
        width: 100%;
    }
    .form-row .col-50 {
        width: 100%;
    }
    footer .container .newsletter-box {
        border-top: 1px solid #CDCDCD;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section .layout-center .etabs li a {
        width: auto;
        min-width: auto;
        padding: 0 10px;
    }
    .layout-center h1 {
        font-size: 35px;
    }
    section .layout-center .top-list .item .col {
        vertical-align: top;
    }
    section .layout-center .top-list .item .col.desc {
        padding-right: 0;
    }
    section .layout-center .top-list .item .col.desc .price {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin-top: 10px;
    }
    section .layout-center .top-list .item .col.desc p {
        height: 55px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    section .layout-center .benefits.extended .item {
        width: 100%;
    }
    section .layout-center .subcategories .item {
        width: 50%;
        font-size: 12px;
    }
    section .layout-center .subcategories .item a span.name {
        font-size: 12px;
    }
    section .layout-center .products .item {
        width: 50%;
    }

}
@media only screen and (max-width: 550px) {
    section .layout-center .section .item a {
        height: 70px;
    }
    section .layout-center .section .item a > span.name {
        font-size: 18px;
        line-height: 22px;
    }
    section .layout-center .section .item a > span.link {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
    }
    section .layout-center #main #content .pagination {
        text-align: center;
        width: 100%;
    }
    section .layout-center #main #content .pagination > div {
        display: block;
    }
    section .layout-center #main #content .pagination > div.pages {
        display: inline-block;
    }
    section .layout-center #main #content .pagination > div .button {
        display: block;
        width: auto;
        margin-bottom: 5px;
    }
    section .layout-center #main #content .more-button {
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
        text-align: center;
    }
    section .layout-center #main .filter {
        border-left: 1px solid #E6E6E6;
        border-bottom: 0;
    }
    section .layout-center #main .filter > div.order a {
        padding: 0 10px;
        float: left;
        width: 50%;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #E6E6E6;
    }
    section .layout-center #main .filter > div.order a.current {
        margin-bottom: 0;
        border-bottom: 1px solid #E6E6E6;
    }
    section .layout-center .etabs {
        border-left: 1px solid #E6E6E6;
        border-bottom: 0;
    }
    section .layout-center .etabs li {
        width: 50%;
        float: left;
    }
    section .layout-center .etabs li a {
        display: block;
        border-bottom: 1px solid #E6E6E6;
    }
    section .layout-center .etabs li a.active {
        margin-bottom: 0;
        border-bottom: 1px solid #E6E6E6;
    }
    section .layout-center .hp-content .cutdown-box #countdown div {
        width: 37px;
        height: 50px;
    }
    section .layout-center .hp-content .cutdown-box #countdown span {
        font-size: 10px;
    }

}
@media only screen and (max-width: 520px) {
    section .layout-center .benefits .item {
        width: 100%;
    }
    section .layout-center .products .item .img img {
        max-height: 195px;
    }
}
@media only screen and (max-width: 500px) {
    footer .container .col {
        width: 100%;
    }
    section .layout-center .products .item h3 {
        font-size: 14px;
        padding: 5px 15px;
    }
    section .layout-center .products .item h3 a {
        font-size: 14px;
    }
    section .layout-center #main #content .filter-box .item ul li {
        display: inline-block;
        margin-right: 0px;
        float: left;
        width: 50%;
        box-sizing: border-box;
    }
    footer .container .col.double {
        padding-left: 0 !important;
    }
    section .layout-center #main .rating-message .rating-content .col {
        display: block;
        float: left;
        width: 50%;
        border: 0;
        padding: 0 0 20px 0;
    }
    section .layout-center #main .rating-message .rating-content .col.text {
        width: 100%;
    }
}
@media only screen and (max-width: 460px) {
    section .layout-center .subcategories ul li {
        width: 100%;
    }
    section .layout-center .brands .item {
        width: 33.33333%;
    }
}
@media only screen and (max-width: 450px) {
    section .layout-center .slider-container .contact-box .col {
        padding: 20px 20px 20px 20px;
    }
    section .layout-center .slider-container .contact-box .col.lady {
        padding: 15px 0 0 0;
    }
    section .layout-center .slider-container .contact-box .col.lady img {
        width: 100%;
    }
    section .layout-center #main #detail .left .present {
        padding-left: 130px;
    }
    section .layout-center #main #detail .left .present h3 {
        font-size: 16px;
        padding: 0 40px 5px 0;
    }
    section .layout-center #main #detail .left .present .name {
        font-size: 16px;
    }
    section .layout-center #main #detail .left .present p {
        color: #777;
        padding: 5px 0 0 0;
    }
    section .layout-center #main #detail .left .present .image {
        margin-left: -115px;
    }
    section .layout-center #main #detail .left .present .image img {
        width: 100px;
    }
    .layout-center .show-all {
        float: none;
        margin-top: 0px;
    }
    section .layout-center .store .item .wrap table tr td {
        display: block;
        padding: 0;
    }
    section .layout-center .store .item .wrap table tr td:first-child {
        padding-bottom: 15px;
    }
    section .layout-center .hp-content .carousel-box .wrap .col.img {
        width: 120px;
    }
    section .layout-center .hp-content .cutdown-box .carousel-box h4 {
        font-size: 22px;
    }
    section .layout-center .news .item {
        padding: 0px 0 15px 0px;
    }
    section .layout-center .news .item .img {
        float: none;
        margin-left: 0px;
        display: block;
        margin-bottom: 15px;
    }
    section .layout-center .news .item .img img {
        width: 100%;
    }
    section .layout-center #main .form-rating {
        text-align: center;
        color: #222;
    }
    section .layout-center #main .form-rating .raty {
        margin-left: 0px;
    }
    section .layout-center #main .query-form .info-text {
        text-align: center;
    }

}
@media only screen and (max-width: 400px) {
    .layout-center h2 {
        font-size: 22px;
    }
    .top-line .layout-center > ul.nav > li > a.button {
        padding: 0 10px;
    }
    section .layout-center .products .item .img img {
        max-height: 175px;
    }
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== Newspaper effect ======

*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}