.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'в†ђ'}[dir=rtl] .slick-prev:before{content:'в†’'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'в†’'}[dir=rtl] .slick-next:before{content:'в†ђ'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'вЂў';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */
ul.social {
    display: flex;
    align-items: center;
    z-index: 100;
}

ul.social li {
    display: inline-block;
    z-index: 10000;
    padding: 0 10px;
}
ul.social li:first-child{
    padding-left: 0;
}
ul.social li svg{
    position: relative;
    top: 2px;
    width: 24px;
    height: 24px;
}
.common-home ul.social li a {
    color: #615c5c;
}
.common-home ul.social li a svg {
    fill: #615c5c;
}
ul.social li a svg {
    fill: #fff;
}
ul.social li a {
    width: 31px;
    height: 31px;
    font-size: 26px;
    z-index: 10000;
    color: #ffffff;
}
ul.social li a:hover{
    color: #ea4959;
}
ul.social li a:hover svg {
    fill: #ea4959;
}
@media screen and (max-width: 768px) {
    ul.social {
        /*max-width: 25%;*/
        display: block;
    }
}

@media (max-width: 767px) {
    ul.social {
        /*position: fixed;*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*margin-top: -15px;*/
        /*float: right;*/
        /*display: block;*/
        /*margin: 50px 0 30px 0;*/
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
    ul.social li a  {
        border-bottom: 0 !important;
        width: 20px;
        justify-content: center;
        align-items: center;
    }
}

html {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
}

body {
    color: #747268;
    font-family: 'PT Serif', Arial, serif;
    margin: 0px;
    background: #fdfcfa;
    font-size: 12px;
    line-height: 20px;
    min-width: 260px;
}

#body {
    background: url(../image/bg.gif) center top repeat #fdfcfa;
}

td, th, input, textarea, select, a {
    font-size: 12px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

iframe {
    border: 1px solid #e7e7e7;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
}

img {
    max-width: 100%
}

legend small {
    font-size: 15px;
    color: #999999;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input, button, select, textarea {
    font-family: Arial, sans-serif;
}

label {
    margin-bottom: 5px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    height: 34px
}

input, textarea, .uneditable-input {
    width: 280px;
    max-width: 100%
}

textarea {
    height: auto;
}

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"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

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, .uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

select, input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    width: 280px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

select[multiple], select[size] {
    height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

a, a:visited, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ea4959;
}

.line-content {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 39px;
}

.line-content-2 {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.main-page-category {
    height: 203px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main-page-category .name {
    z-index: 1;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 70px;
    font-size: 24px;
    padding: 15px 0;
    color: #555;
    background: rgba(232, 232, 232, 0.6);
}

.rubricator-item-back {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 0;
}

a img {
    border: none;
}

form {
    margin-bottom: 0;
}

/***********************/
.p0 {
    padding: 0px !important
}

.m0 {
    margin: 0px !important
}

.mt0 {
    margin-top: 0px !important
}

/***********************/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.tcenter {
    text-align: center !important;
}

.fancybox {
    text-decoration: none;
}

.fancybox:hover {
    text-decoration: underline;
}

.account-success #content p {
    margin-bottom: 5px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.extra-wrap {
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a#hidden {
    display: none;
    visibility: hidden
}

/** back to top **/
#back-top {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    right: 15px;
    margin-left: 640px;
}

#back-top a:hover {
    color: #79ec3e;
}

#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../image/up-arrow.png) no-repeat left 0px;
}

#back-top a:hover span {
    background-position: left bottom;
}

/** header-style **/
.header-modules {
    position: relative;
    z-index: 1;
}

/* layout */
#container {
    text-align: left;
}

.checkout-cart .shop-cart-content {
    background: #fff;
}

/* header */
header {
    position: relative;
    color: #615c5c;
    background: #fff;
    padding: 10px 0 0px;
    border-bottom: 1px solid #f0f0f0;
    /*margin-bottom: 60px;*/
}

header #logo a img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}

/*header #logo {*/
/*    float: left;*/
/*    margin: 3px 0px 40px 0px;*/
/*}*/

.common-home .language  .heading{
    color: #999;
}
.language {
    color: #fff;
    line-height: 17px;
}
.language .heading{
    color: #fff;
}

.language img {
    cursor: pointer;
}

.header-top1 {
    float: right;
}

/************************************************************************************currency******************************************************/
.swipe-left {
    width: 20px;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    z-index: 98
}

body.ind .swipe-left {
    display: none !important;
    visibility: hidden
}

.swipe {
    display: none;
}

.swipe-control {
    display: none;
}

.currency {
    float: right;
}

.currency > div .heading-1 {
    display: none;
}

.swipe-menu .currency {
    float: none;
}

.swipe-menu .currency form {
    margin: 0;
}

.swipe-menu .currency .ul {
    display: none;
    top: 0;
    left: 0;
    right: auto;
    position: relative;
    width: 100%;
    background: #FBFAF8;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}

.swipe-menu .currency .ul a:first-child {
    margin-left: 30px;
}

.swipe-menu .currency .ul a {
    display: inline-block;
    padding: 20px;
    line-height: 20px;
    color: #9b9797;
}

.swipe-menu .currency .ul a:hover, .swipe-menu .currency .ul a span.act {
    color: #ea4959
}

#body .swipe .swipe-menu .currency .heading {
    display: none;
}

#body .swipe .swipe-menu .currency > div {
    display: block;
}

#body .swipe .swipe-menu .currency .heading-1 {
    display: block;
    padding: 11px 20px;
    float: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    color: #9B9797;
    font-weight: normal;
}

#body .swipe .swipe-menu .currency .heading-1 i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: 0px;
    color: #bfbbb9;
    padding-left: 0;
    margin-right: 9px;
}

#body .swipe .swipe-menu .currency .heading-1 i.fa.fa-angle-down {
    font-size: 16px;
    color: #7F7F7F;
    text-align: center;
    float: right;
}

/** language **/
.language {
    float: right;
}

.top-button .language > div.heading1 {
    display: none !important;
}

.swipe-menu .language {
    float: none;
}

.swipe-menu .language .ul {
    position: relative;
}

.swipe-menu .language .heading {
    display: none;
}

.swipe-menu .language {
    float: none;
}

.swipe-menu .language .ul {
    display: none;
    top: 0;
    left: 0;
    right: auto;
    position: relative;
    width: 100%;
    background: #fbfaf8;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 0
}

.swipe-menu .language .ul a:hover {
    color: #ea4959;
}

.swipe-menu .language .ul a:first-child {
    margin-left: 0;
}

.swipe-menu .language .ul a {
    display: inline-block;
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #9b9797;
}

.swipe-menu .language .ul a.act {
    color: #ea4959;
}


#body .swipe .swipe-menu .language > div {
    display: block;
}

#body .swipe .swipe-menu .language .heading1 {
    display: block;
    padding: 11px 20px;
    float: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
    font-weight: normal;
    color: #9B9797
}

#body .swipe .swipe-menu .language .heading1:hover, #body .swipe .swipe-menu .language .heading1:hover i.fa.fa-angle-down, #body .swipe .swipe-menu .currency .heading-1:hover, #body .swipe .swipe-menu .currency .heading-1:hover i.fa-angle-down {
    color: #ea4959;
}

#body .swipe .swipe-menu .language .heading1 i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: 0px;
    color: #bfbbb9;
    text-align: center;
    margin-right: 9px;
}

#body .swipe .swipe-menu .language .heading1 i.fa.fa-angle-down {
    font-size: 16px;
    color: #7F7F7F;
    float: right;
}

/** header button **/
.header-button {
    position: relative;
    z-index: 10;
    line-height: 14px;
}

.header-button > ul {
    display: none;
    position: absolute;
    background-color: grey;
    width: 200px;
}

.header-button > div:hover {
    cursor: pointer;
}
.common-home .top-button .header-button > div i {
    color: #7f7f7f;
}
.top-button .header-button > div i {
    font-size: 16px;
    line-height: 16px;
    height: 14px;
    color: #fff;
    margin-left: 10px;
    vertical-align: top;
}
.top-button .language.header-button > div i {
    margin-left: 12px;
}

.top-button .header-button {
    padding: 4px 0 5px;
}

.top-button .header-button .active > div i, .top-button .header-button > div:hover i {
    color: #ea4959;
}

.top-button .header-button .active > div, .top-button .header-button > div:hover {
    color: #ea4959;
}
.common-home .top-button .header-button > div{
    color: #615c5c;
}
.top-button .header-button > div {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.top-button .header-button .heading {
    padding: 0 13px;
    border-left: 1px solid #d6d6d6;
}

.top-button .language.header-button .heading {
    padding: 0 17px 0 19px;
}

.top-button .header-button .ul {
    display: none;
    position: absolute;
    background: #989898;
    width: 52px;
    left: auto;
    top: 34px;
    right: -5px;
}

.top-button .language.header-button .ul {
    right: calc(100% - 60px);
}

.top-button .header-button .ul a {
    text-align: center;
    display: block;
    border-top: 1px solid #aaa;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
    width: 100%;
    text-transform: uppercase;
}

.top-button .header-button .ul a:hover {
    background: #acacac;
}

.top-button .header-button .ul a:first-child {
    border-top: none;
}

.top-button .header-button .ul span {
    font-size: 11px;
    line-height: 13px;
    color: #fff;
}

/** Swipe Control **/
body div.shadow {
    display: none;
}

#body .swipe .swipe-menu li a:hover {
    color: #ea4959;
}

#body .swipe .swipe-menu li a {
    color: #7E7E7E;
}

#body .swipe .swipe-menu li a i {
    color: #bfbbb9;
    font-size: 20px;
    margin-right: 9px;
}

#body .swipe .swipe-menu > ul li a {
    font-weight: normal;
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #9b9797;
    /*padding: 10px 20px 11px;*/
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
#body .swipe .swipe-menu > ul li a svg{
    fill: #9b9797;
}

/*****************************************************/
#body .swipe .swipe-menu .foot li a:before {
    content: "\f05a";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 20px;
    color: #bfbbb9;
    margin-right: 9px;
}

#body .swipe .swipe-menu .foot li + li a:before {
    content: "\f0d1"
}

#body .swipe .swipe-menu .foot li + li + li a:before {
    content: "\f06a"
}

#body .swipe .swipe-menu .foot li + li + li + li a:before {
    content: "\f085"
}

#body .swipe .swipe-menu .foot.foot-1 li a:before {
    content: "\f0ac"
}

#body .swipe .swipe-menu .foot.foot-1 li + li a:before {
    content: "\f079"
}

#body .swipe .swipe-menu .foot.foot-1 li + li + li a:before {
    content: "\f0e8"
}

#body .swipe .swipe-menu .foot.foot-2 li a:before {
    content: "\f02c"
}

#body .swipe .swipe-menu .foot.foot-2 li + li a:before {
    content: "\f06b"
}

#body .swipe .swipe-menu .foot.foot-2 li + li + li a:before {
    content: "\f0c0"
}

#body .swipe .swipe-menu .foot.foot-2 li + li + li + li a:before {
    content: "\f0a3"
}

#body .swipe .swipe-menu .foot.foot-3 li a:before {
    content: "\f0cb"
}

#body .swipe .swipe-menu .foot.foot-3 li + li a:before {
    content: "\f003"
}

/** header-cart **/
.cart-position {
    float: right;
    position: relative;
    margin: 14px 0 0;
}

.cart-position .cart-inner .link_a {
    padding-bottom: 15px;
}

#cart .heading span.link_a i {
    font-size: 14px;
    line-height: 14px;
    color: #b9b9b9;
    vertical-align: top;
}

#cart .heading span.link_a i.fa.fa-angle-down {
    font-size: 16px;
    line-height: 14px;
    color: #7f7f7f;
    vertical-align: top;
    margin-left: 5px;
}

#cart .heading span.link_a i.fa.fa-shopping-cart {
    margin-right: 3px;
}

#cart .heading span.link_a strong, #cart .heading span.link_a b {
    margin-right: 2px;
    font-weight: normal;
}

#cart .heading span.link_a {
    display: block;
    color: #615c5c;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

#cart.active .content {
    display: block;
}

.cart-position #cart .heading span.link_a #cart-total2 {
    display: none;
}

#cart .content {
    clear: both;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 99999;
    width: 257px;
    padding: 20px;
    float: right;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    right: -18px;
    border: 1px solid #f0f0f0;
}

header #cart.active .content {
    display: block;
}

header #cart.active .content .mini-cart-info {
    display: block;
}

header #cart .cart {
    width: 100%;
    margin-bottom: 5px;
}

header #cart .cart td.price {
    font-size: 12px;
    line-height: 12px;
}

header #cart .cart td.total {
    font-size: 12px;
}

header #cart .cart td.name a:hover {
}

header #cart .cart td.name a i {
    text-decoration: none;
}

header #cart .cart td.name a {
    margin-top: 0px;
    display: inline-block;
}

header #cart .cart td .total {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

header #cart .cart td .total .quantity {
}

header #cart .cart td.name {
}

header #cart .cart .item-cart-1 td {
    padding-top: 0;
}

header #cart .cart td {
    color: #000;
    vertical-align: top;
}

header #cart .remove span i {
    color: #7a7a7a;
}

header #cart .remove span:hover, header #cart .remove span:hover i {
    color: #ea4959;
}

header #cart .cart .image {
    padding-right: 15px;
}

.cart tr {
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}

.cart-module .cart tr {
    background: none;
}

header #cart .cart .image img {
    text-align: left;
    max-width: inherit
}

header #cart .cart .name small {
    color: #666;
}

header #cart .cart .quantity {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a6a4a4;
    text-transform: uppercase;
}

header #cart .cart td.total {
    font-size: 12px;
    color: #c81908;
    text-align: right;
}

.cart-module .remove img:hover {
    overflow: hidden;
    margin-top: -11px;
}

.cart-module .cart .remove img {
    float: left;
}

.remove span:hover i {
    color: #ea4959
}

.cart-module .cart .remove span {
    width: 11px;
    height: 11px;
    overflow: hidden;
    display: inline-block;
}

.cart-module .cart .remove {
    width: 20px;
    text-align: center !important;
    padding-top: 8px;
}

.cart-module .cart .remove img {
    cursor: pointer;
}

header #cart .cart .remove i:hover {
    cursor: pointer
}

header #cart .cart .remove i {
    font-size: 14px;
    line-height: normal;
    margin-right: 3px;
}

header #cart .cart .remove img:hover {
    overflow: hidden;
    margin-top: -11px;
}

header #cart .cart .remove img {
    float: left;
}

header #cart .cart .remove {
    padding: 10px 0
}

header #cart .cart .remove > span:hover {
    color: #ea4959
}

header #cart .cart .remove > span {
    font-size: 13px;
    cursor: pointer;
}

header #cart .cart .remove img {
    cursor: pointer;
}

header #cart table.total {
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}

header #cart table.total tr {
    padding: 0px 10px 0px 10px;
}

header #cart table.total td b {
    color: #7e7e7e;
    font-size: 13px;
    font-style: italic;
}

header #cart table.total td {
    color: #333;
    padding-left: 5px;
    padding-right: 10px;
}

header #cart table.total td .t-price {
    font-size: 13px;
    font-weight: bold
}

header #cart .content .checkout a.button {
    margin-bottom: 5px;
}

header #cart .content .checkout {
    text-align: right;
    clear: both;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 5px;
}

header #cart .empty {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

/** menu **/
header .toprow {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.header-top__container{
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header__right {
    display: inline-block;
    line-height: 15px;
}
header .toprow-1 {
    z-index: 100;
    position: absolute;
    display: none;
    background-color: #efeeed;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    width: 100%;
    left: 0;
    top: 0;
}

header .toprow-1 .row{
    margin: 0;
}

/**----------------------------**/
header .links {
    font-size: 12px;
}

header .links li a i {
    display: none;
}


header .links li {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 13px;
    background: url(../image/menu-line.png) left center no-repeat;
}

header .links a.active, header .links a:hover {
    color: #ea4959;
    text-decoration: none;
}
.common-home header .links a {
    color: #615c5c;
}
.common-home header .box-category .cat-header  a {
    color: #fff;
}
header .links a {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
}

header .links a span {
    color: #ea4959;
}

.toprow .links .login_h a {
    max-height: 25px;
    max-width: 104px;
    overflow: hidden;
    white-space: nowrap;
}

.top-button {
    display: inline-block;
    /*float: right;*/
    /*margin-top: 9px;*/
    /*margin-left: 18px;*/
}

/** menu-gadget **/
#menu-gadget {
    display: none;
}

/** search **/
.top-search {
    line-height: 50px;
    height: 50px;
    border-right: 1px solid #d9d8d7;
    display: inline-block;
    padding: 0 20px;
}

.top-search:hover {
    cursor: pointer
}

.top-search i {
    font-size: 26px;
    color: #3a3a3a;
    line-height: 48px;
}

.top-search #search {
    display: none;
}

#search {
    position: relative;
    float: right;
    border: 1px solid #e9e9e9;
    margin-left: 16px;
    padding-right: 42px;
}

#search .button-search i {
    font-size: 18px;
    line-height: 38px;
    color: #b9b9b9;
}

.powered_imrev {
    text-align: center;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .powered_imrev {
        text-align: center;
    }
}

#search .button-search {
    position: absolute;
    padding: 0 13px 0 10px;
    right: 0;
}

#search .button-search:hover {
    cursor: pointer;
}

#search .button-search:hover i {
    color: #ea4959;
}

#search input {
    float: left;
    border-radius: 0;
    line-height: 20px;
    height: 40px;
    max-width: 270px;
    margin: 0;
    padding: 10px 10px;
    border: none;
}

/**------------------------**/
.name a {
    text-decoration: none;
    font-size: 15px;
    line-height: 19px;
    color: #000;
}

.name a:hover {
    color: #ea4959;
}

.price.price-min {
    display: none;
}

.price {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.price .price-new {
    margin-right: 8px;
}

.price .price-old {
    text-decoration: line-through;
    color: #bbbaba;
}

/** box price **/
.box-product .price, .product-grid .price, .product-list .price {
    line-height: normal;
    margin-bottom: 15px;
}

.box.box-filter input[type="checkbox"] {
    float: left;
    margin-top: 7px;
}

ul.box-filter > li {
    border: none !important;
}

/** tooltip **/
.related-info .tooltip-inner {
    max-width: 120px !important;
    white-space: normal !important
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    white-space: nowrap;
    max-width: 300px;
    padding: 5px 5px 4px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ea4959;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #ea4959;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #ea4959;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #ea4959;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #ea4959;
    border-width: 0 5px 5px;
}

/** Icon: wishlist and Comapare **/
.tooltip-1 {
    white-space: nowrap;
}

.wishlist span, .compare span {
    display: none;
}

.wishlist a, .compare a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
    float: left;
    background: #7a7a7a;
}

.wishlist a:hover, .compare a:hover {
    background: #ea4959
}

.wishlist a i, .compare a i {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    vertical-align: top;
}

/** leftinfo **/
aside .info li {
    position: relative;
    clear: both;
    padding: 2px 0
}

aside .info li a + a i, .afine li a + a i, .acount li a + a i {
    display: none;
}

aside .info li a + a, .afine li a + a, .acount li a + a {
    padding-left: 0;
    background: none;
}

/**----------------------**/
.box-filter .box-content .button {
    margin-top: 10px;
}

/** specials **/
.breadcrumb a.last {
    color: #ea4959
}

.breadcrumb {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 12px 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 15px auto 35px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #e7e7e7;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    padding-left: 30px !important;
}

.attention > span {
    float: right;
    font-size: 20px;
}

.attention {
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    cursor: pointer;
}

.required {
    color: #ff7409;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
    width: 100%;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

table.form {
    width: 100%;
    margin-bottom: 20px;
}

.checkout-product thead td .checkout-product thead td {
    text-align: center !important;
}

.checkout-content .buttons #button-payment {
    margin-top: 10px;
}

.checkout-product td.total {
    text-align: center !important;
}

table.list thead td a, .list thead td {
    text-decoration: none;
}

table.list tbody td a {
    text-decoration: underline;
}

table.list tbody td {
    vertical-align: top;
}

table.list .left {
    text-align: left;
}

table.list .right {
    text-align: right;
}

table.list .center {
    text-align: center;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.account-order .button-order-right {
    float: right;
    margin-top: -3px;
}

.account-order .pagination {
    margin-bottom: 25px;
}

.pagination .links {
    float: left;
    margin-right: 10px;
}

.pagination .links a {
    display: inline-block;
    padding: 3px 9px;
    text-decoration: none;
    background: #7a7a7a;
    color: #fff;
    font-weight: bold;
}

.pagination .links a:hover {
    background: #ea4959;
}

.pagination .links b:hover {
    cursor: default;
}

.pagination .links b {
    color: #fff;
    background: #ea4959;
    display: inline-block;
    padding: 3px 9px;
    font-weight: bold;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
}

.pagination .results {
    float: left;
    margin: 5px 0px;
}

/* button */
a.button.details {
    margin-left: 10px;
}

a.button, a.button-prod, button.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #7a7a7a;
    line-height: 16px;
}

button.button{
    color: #fff;
    padding: 5px 12px 4px 13px;
    white-space: nowrap;
    font-size: 13px;
    outline: none;
    border: none;
    line-height: 17px;
    font-family: 'PT Serif', Arial, serif;
}

a.button span, a.button-prod span {
    color: #fff;
    display: inline-block;
    padding: 5px 12px 5px 13px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
}

a.button:hover, a.button-prod:hover {
    background: #ea4959;
}

a.button:hover span, a.button-prod span {
    color: #fff;
}

a.button-i {
    display: inline-block;
    padding: 5px;
}

a.button-i i {
    font-size: 26px;
    color: #ea4959
}

a.button-i i:hover {
    color: #7E7E7E
}

/** background image **/
.image2 {
    position: relative;
}

.image img, .image2 img, .image3 img {
    vertical-align: top;
}

.product-grid .image a, .product-list .image a, .box-product .image2 a, .box-product .image a, .compare-block .image a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.box-product .image2 a:after, .box-product .image a:after, .product-grid .image a:after, .product-list .image a:after, .compare-block .image a:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
}

.box-product .image2 a:hover:after, .box-product .image a:hover:after, .product-grid .image a:hover:after, .product-list .image a:hover:after, .compare-block .image a:hover:after {
    border-color: #fff;
}

.product-grid .image, .box-product .image2, .box-product .image {
    text-align: center;
    margin-bottom: 32px;
}

.product-list .image {
    text-align: center;
}

/**-------------------------------**/
.buttons {
    overflow: auto;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right .mt {
    margin-top: 10px
}

.buttons .right a.button {
    margin-top: 10px;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#module_cart .content {
    background: none repeat scroll 0 0 #FFF;
    border-color: #EEE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    padding: 8px;
    position: relative;
    top: -1px;
}

#module_cart.active .heading {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}

#module_cart.active .content {
    display: block;
}

#module_cart .cart .name {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#module_cart .cart {
    margin-bottom: 10px;
    width: 100%;
}

#module_cart .cart td .quantity {
    font-weight: bold;
}

#module_cart .cart td {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px 3px;
    vertical-align: top;
}

#module_cart .cart td a {
    font-weight: normal;
}

#module_cart .cart .image {
    display: none;
}

#module_cart .cart .image img {
    border: 1px solid #e7e7e7;
    text-align: left;
}

#module_cart .cart .name small {
    line-height: 14px;
}

#module_cart .cart td.quantity {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
    vertical-align: middle;
}

#module_cart .cart td.total {
    text-align: center;
    vertical-align: middle;
}

#module_cart .cart .remove {
    text-align: right;
    padding: 2px 2px;
    vertical-align: middle;
}

#module_cart .cart .remove img {
    cursor: pointer;
}

#module_cart table.total {
    clear: left;
    float: right;
    margin-bottom: 10px;
    padding: 5px;
}

.total-right {
    text-align: right !important;
}

#module_cart .total-left {
    padding-right: 18px;
}

#module_cart table.total td b {
}

#module_cart table.total td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: left;
}

#module_cart .checkout .button {
    margin-bottom: 10px;
}

#module_cart .checkout {
    clear: both;
    text-align: right;
}

#module_cart .empty {
    text-align: left;
    line-height: 17px;
    padding: 5px 0;
}

.product-list #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

.product-grid #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

.home-block #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

/* box */
.box {
    margin-bottom: 30px;
}

.box.featured {
    margin-bottom: 0;
}

aside .box {
    margin-bottom: 46px;
}

.common-home aside .box.category {
    margin-bottom: 20px;
}

.box .box-heading {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.5px;
    color: #3a3a3a;
    margin-bottom: 26px;
    cursor: pointer;
}

.box.featured .box-heading, .box.specials .box-heading, .box.featured .bestsellers, .box.featured .new-products {
    margin-bottom: 42px;
}

.box.category .box-heading {
    margin-top: 24px;
}

#content .box.specials {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

/* box products */
.box .box-content .box-product ul li.first-in-line {
    clear: left;
}

aside .box .box-content .box-product ul {
    width: auto;
    margin: 0;
}

aside .box .box-content .box-product ul > li {
    width: 100%;
    margin: 0;
    max-width: 270px;
    padding: 0
}

.box-filter li {
    line-height: 25px;
}

ul.box-filter > li {
    text-transform: uppercase;
}

ul.box-filter > li li {
    text-transform: none;
}

.box-filter label {
    cursor: pointer;
    display: inline;
    padding-left: 5px;
}

.prod-stock {
    font-style: italic;
    color: #6ba239;
    font-size: 13px;
}

.box-product {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box.subcat {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-product.box-subcat {
    margin-top: 0 !important
}

.box-product.box-subcat .name.subcatname {
    overflow: hidden;
}

.box-product.box-subcat .name.subcatname a {
    margin-bottom: 0;
    font-style: normal;
}

.box-product.box-subcat li {
    border: 0px;
}

.zoomWindow {
    border-color: #e0dfdd !important;
}

.zoomLens {
    z-index: 5 !important;
}

.zoom-top img {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.zoom-top a:hover {
    background-color: #7E7E7E;
}

.zoom-top a {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background-color: #ea4959;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 25;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}

.zoom-top a:before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    content: "\f00e";
    width: 30px;
    line-height: 30px;
}

.box-product > li.tree-div {
    margin-right: 0;
}

.box-product > li {
    width: 176px;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
    margin-bottom: 28px;
}

#module_cart .cart .name a {
    text-decoration: none;
    line-height: 17px;
}

#module_cart .cart .name a:hover {
    text-decoration: underline;
}

.box-product .image {
    display: block;
    text-align: center;
}

.box-product .name, .product-grid .name, .product-list .name {
    margin-bottom: 0;
}

.box-product .description, .product-grid .description1, .product-list .description {
    color: #747268;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 0 12%;
}

.box-product .name a {
    display: inline;
}

.box-product .rating {
    display: block;
    margin-top: 7px;
    margin-bottom: 0px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.afine {
    list-style: none;
    margin: 0;
    padding: 0;
}

.afine li a + a {
    background: none;
    padding-left: 0;
}

.acount {
    list-style: none;
}

.content ul {
    list-style: none;
    margin: 0 0 25px 15px;
    padding: 0;
}

.wishlist-product td a {
    text-decoration: none;
}

.wishlist-product td {
    vertical-align: middle !important;
    text-align: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/** category **/
.fa.fa-angle-up:before {
    content: "\f106" !important;
}

li.parent > i {
    float: right;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    color: #7f7f7f;
    right: 0;
    top: 4px;
}

li.parent > i:hover {
    cursor: pointer;
    color: #ea4959;
}

.box.category {
    max-width: 300px;
}

.box.category li, aside .info li, .afine li, .acount li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.box.category li.last {
    border-bottom: none;
}

.box-category > ul > li > a i, aside .info li a i, .afine li a i, .acount li a i {
    font-size: 6px;
    line-height: 14px;
    vertical-align: top;
    margin-left: 6px;
    margin-right: 19px;
    color: #bfbbb9;
}

.box-category > ul > li > a, aside .info li a, .afine li a, .acount li a {
    display: inline-block;
    color: #bfbbb9;
    font-size: 12px;
    line-height: 14px;
}

.box-category > ul > li.active > a, .box-category > ul > li > a:hover, aside .info li a:hover, .afine li a:hover, .acount li a:hover {
    color: #ea4959
}

.box-category > ul > li, aside .info li, .afine li, .acount li {
    position: relative;
    padding: 4px 0 5px 0;
}

.box-category > ul > li ul > li {
    padding: 5px 0;
}

.box-category > ul > li strong {
    display: none;
}

.box-category > ul > li.last {
    border: none;
}

.box-category ul ul {
    display: none;
    margin-left: 10%;
}

.box.category .box-category ul ul li {
    border-bottom: none;
    padding: 2px 0;
}

.box-category > ul > li span.close:hover {
    cursor: pointer;
}

.box-category > ul > li li.parent > i {
    line-height: 17px;
    vertical-align: middle;
}

.box-category > ul > li ul > li.active > a, .box-category > ul > li ul > li > a:hover {
    color: #333;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    color: #9B9797;
}

.act-cat {
    position: absolute;
    top: 9px;
    right: 6px;
}

/**-------------------------**/
.info-about2, .info-about3, .info-about4 {
    display: none;
}

/** category **/
.product-category .category-info {
    padding-bottom: 20px;
}

h1.style-1 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width: 25%;
    list-style: none;
    padding: 0;
}

.form-group .controls{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-group .controls .capcha {
    width: 50%;
}
.form-group .controls .captcha {
    width: 45%;
    margin-top: 0 !important;
    text-align: center;
}

.form-group .controls .captcha img{
    opacity: .4;
}
.category-list .div a {
    text-decoration: underline;
}

/* manufacturer */
.manufacturer-list {
    overflow: auto;
    margin-bottom: -1px;
    border: 1px solid #e7e7e7;
}

.manufacturer-heading span {
    background: #ea4959;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -weblit-border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0;
    width: 50px;
    text-align: center;
}

.manufacturer-heading {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e7e7e7;
}

.manufacturer-content {
    padding: 16px 40px 20px 40px;
    overflow: hidden;
}

.box.manufacturers li {
    padding: 5px 0;
}

.box.manufacturers li a {
    display: inline-block;
    text-decoration: none;
}

/***/
.account-voucher .form-horizontal .checkbox {
    padding-top: 2px;
}

/** product **/
.product-filter .product-compare {
    float: left;
    margin-left: 10px;
    display: none;
}

.product-filter select {
    margin-bottom: 0;
}

.product-filter {
    overflow: hidden;
    line-height: 32px;
    border: 1px solid #e7e7e7;
    border-width: 1px 0;
    padding: 20px 0;
    margin-bottom: 30px;
}

.product-filter .display {
    float: right;
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort b {
    padding-right: 7px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.product-filter .sort select {
    width: 140px;
}

.product-filter .sort {
    float: left;
    font-weight: bold;
}

.product-filter .limit select {
    width: 72px;
}

.product-filter .limit b {
    padding-right: 5px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.product-filter .limit {
    margin-left: 13px;
    float: left;
}

.product-list ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.product-list ul li {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #f0f0f0;
}

.product-list .left {
    position: relative;
}

.product-list .right {
    text-align: left;
}

.product-list .description1 {
    display: none;
}

.product-list .name {
    margin-bottom: 10px;
}

#grid_a, #list_a, #grid_b, #list_b {
    vertical-align: top;
    font-size: 28px;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 6px;
    font-weight: normal;
    font-size: 28px;
}

#list_b i, #grid_b i {
    cursor: default
}

#list_a i, #grid_a i {
    color: #7a7a7a;
}

#list_a:hover i, #grid_a:hover i, #list_b i, #grid_b i {
    color: #ea4959;
}

.product-filter .display {
    position: relative;
}

.product-filter .display b {
    float: left;
    color: #333;
    text-transform: uppercase;
    display: none;
}

.product-list .description {
    padding: 0;
}

.product-grid ul li.first-in-line {
    clear: left
}

.extra-prod input {
    padding-bottom: 4px;
}

.extra-prod {
    padding-top: 6px;
}

.or {
    padding-top: 3px;
}

.product-grid .name {
    overflow: hidden;
}

.product-grid .description {
    overflow: hidden;
    display: none;
}

.product-grid .rating {
    display: block;
}

.cart-button .cart {
    float: left;
}

.product-list .price-tax {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.box-product .cart, .product-grid .cart, .product-grid .cart-button, .product-list .cart, .product-list .cart-button, .preview .cart, .preview .cart-button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.product-grid .wishlist, .product-grid .compare, .product-list .wishlist, .product-list .compare, .preview .wishlist, .preview .compare, .product-info .wishlist, .product-info .compare {
    display: inline-block;
    float: left;
}

.product-grid .cart, .product-grid .wishlist, .product-list .cart, .product-list .wishlist, .preview .cart, .preview .wishlist, .product-info .wishlist, .related .cart, .related .wishlist {
    margin-right: 5px;
}

.product-grid .price .price-tax {
    display: none;
}

.content-border h2 {
    margin-bottom: 30px;
}

.content-border {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 30px 40px;
    margin-bottom: 30px;
}

/*************************** Product ***************************************/
#compare {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#full_gallery {
    display: none;
    max-width: 270px;
    position: relative;
}

#full_gallery .prev {
    left: 0
}

#full_gallery .next {
    right: 0
}

#full_gallery .prev:hover, #full_gallery .next:hover {
    color: #ea4959
}

#full_gallery .prev, #full_gallery .next {
    color: #7e7e7e;
    font-size: 19px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.bx-controls-direction a.bx-prev {
    margin-left: -10px;
}

.bx-controls-direction a.bx-next {
    margin-right: -10px;
}

.bx-controls-direction a {
    padding: 10px;
}

.product-info {
    padding-bottom: 7px;
    margin-top: 20px;
}

.product-info h1.view {
    display: none;
}

.product-info h1 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.product-info .left {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.product-info .image {
    width: 100%;
    margin-bottom: 7px;
    background-color: #fff;
}

.product-info .image-additional {
    overflow: hidden;
    position: relative;
    clear: both;
    padding: 0 20px;
}

.product-info .image-additional li {
    float: left;
    max-width: 70px;
}

.product-info .image-additional li.last {
    margin-right: 0;
}

.product-info .image-additional img {
    background: #fff;
}

#zoom1 img {
    background: #fff;
}

.product-info .image-additional a {
    display: block;
}

.image-additional .next:hover, .image-additional .prev:hover {
    color: #ea4959
}

.image-additional .prev {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 40%;
    margin: 0;
    font-size: 19px;
    color: #7e7e7e
}

.image-additional .next {
    color: #7e7e7e;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 40%;
    margin: 0;
    font-size: 19px;
}

.product-info .share > span {
    margin-bottom: 20px;
    display: inline-block;
}

.product-info .description .product-section {
    line-height: 24px;
    margin-bottom: 20px;
}

.product-info .description .product-section span {
    text-transform: uppercase;
    font-size: 11px;
}

.product-info .description .product-section a {
    text-decoration: underline;
}

.product-info .description .product-section .prod-stock {
    display: inline-block;
    background-color: #6ba239;
    color: #fff;
    font-style: normal;
    padding: 0 7px;
    margin: 0 9px;
}

.product-info .price {
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    padding: 23px 0;
    margin-bottom: 20px;
}

.product-info .price .text-price {
    font-family: 'PT Serif', Arial, serif;
    font-weight: normal;
    color: #747268;
    font-size: 11px;
}

.product-info .price .price-new {
    color: #ea4959;
    font-size: 24px;
}

.product-info .price .price-old {
    color: #BBBABA;
    font-size: 17px;
    margin-right: 10px;
}

.product-info .price .price-tax {
    color: #3a3a3a;
    text-transform: none;
    font-weight: normal;
}

.product-info .price .discount {
    text-transform: none;
    font-weight: normal;
}

.product-info .price .reward {
    padding-top: 10px;
    display: block;
}

.tab-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc
}

.product-info .minimum {
    margin-top: 5px;
}

.product-info .cart-top-padd {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.product-info .cart-top-padd label {
    float: left;
    margin-right: 5px;
    line-height: 26px;
}

.product-info .a.button-prod {
    line-height: 26px;
    float: left;
}

.product-info .cart-top-padd input {
    margin-right: 8px;
    margin-bottom: 5px;
    height: 26px;
    float: left;
    max-width: none;
    vertical-align: top;
}

.product-info .extra-button {
    float: left;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 5px;
}

.product-info .option {
    padding-bottom: 10px;
}

.product-info .options {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 0;
}

.product-info .cart-top {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.q-mini {
    width: 30px;
}

img#captcha {
    vertical-align: top;
    margin-bottom: 20px;
}

#tab-review input[name="captcha"] {
    margin-right: 20px;
    margin-bottom: 10px;
}

#tab-review .form-inline span.radio {
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    vertical-align: top;
}

.border {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/******************************/
.product-info .gallery li {
    max-width: 270px;
    float: left;
    height: 424px
}

.ps-carousel-item img {
    background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
    background-color: #EFEEEE;
}

.product-info .gallery li img {
    background-color: #EFEEEE;
}

/*****************************/
.product-info .review {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.product-info .review .btn-rew a {
    text-decoration: underline;
}

.product-info .review .btn-rew a:hover, .product-info .description .product-section a:hover {
    text-decoration: none;
}

.product-info .review a + a {
    margin-left: 20px;
}

.product-info .review img {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.product-info .review .btn-rew {
    float: left;
}

.product-info .review .btn-rew a i {
    font-size: 26px;
    color: #ea4959;
    line-height: 16px;
    width: 1em
}

.tabs {
    margin-bottom: 10px;
}

.tabs .tab-heading i {
    font-size: 26px;
    color: #7e7e7e;
    float: right;
}

.tabs .tab-heading {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 25px;
}

.tabs .tab-content {
    padding: 20px 0;
}

#tab-review.tabs .tab-content {
    padding: 20px 0 20px 0;
}

/**************compare block****************************/
.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normal;
}

.compare-block .remove a i {
    color: #7a7a7a;
}

.compare-block .remove a:hover i {
    color: #EA4959;
}

/**************************************************/
.compare-info {
    width: 100%;
}

.block-compare {
    position: relative;
    overflow: hidden;
}

.td-price {
    font-weight: bold;
    font-size: 16px;
}

.compare-info .prod-stock {
    margin: 0 auto;
    float: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #6BA239;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px;
}

.compare-info td.name a:hover {
    color: #7e7e7e
}

.compare-info td.name a {
    text-decoration: none;
    font-size: 12px;
    color: #ea4959
}

.compare-info td.name a:hover {
}

.compare-info td.last {
    border-right: 0;
}

.compare-info thead td:first-child {
    text-align: left;
}

.compare-info td:first-child {
    background-color: #F9F9F9;
    color: #333;
    font-weight: bold;
    text-align: right;
}

.compare-info td.image2 {
    text-align: center;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    text-align: left;
    vertical-align: top;
}

.compare-info .price-old {
    font-weight: normal;
    text-decoration: line-through;
    display: block;
    font-size: 15px;
}

.compare-info td.td-price .price-old {
    color: #7E7E7E
}

.compare-info td.td-price {
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    color: #ea4959
}

/* wishlist */
.wishlist-product2 {
    display: none;
}

.wishlist-product {
    margin-bottom: 25px;
}

.wishlist-product tbody .model {
    text-align: center;
}

.wishlist-product tbody .stock {
    text-align: center;
}

.wishlist-product tbody .quantity {
    text-align: right;
}

.checkout-product .table td.price {
    text-align: left;
}

.checkout-product .table tfoot td.price b {
    font-size: 12px;
    color: #747268;
    font-weight: normal;
}

.table .total, .table .price {
    text-align: center;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: bold;
}

.table thead .total, .table thead .price {
    font-weight: normal;
    color: #323232;
    font-family: 'PT Serif', Arial, serif;
}

.table thead td {
    font-size: 12px !important;
}

.table .price s {
    color: #333;
    font-weight: normal;
    display: block;
}

input#sub_category {
    background: none;
    float: left;
    margin-left: -20px;
}

/************************** contact page *********************/
.contact-info {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 40px;
}

.contact-info .contact-box i {
    color: #ea4959;
    font-size: 26px;
    width: 1em;
    vertical-align: middle;
}

.contact-info .contact-box {
    margin-bottom: 10px;
    line-height: 26px;
}

.contact-info .contact-box b {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 10px;
}

.contact-info iframe {
    max-height: 300px;
    width: 100%;
    height: 300px;
}

.contact-info figure {
    margin: 0;
}

.content.contact-f textarea {
    max-width: 100%;
}

.content.contact-f {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 40px 40px 20px;
}

.content.contact-f div.buttons, .content.contact-f div.captcha {
    margin-top: 20px;
}

/** checkout page **/
.checkout-heading {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #e7e7e7;
    padding: 15px 100px 15px 15px;
    margin-top: 10px;
}

.checkout-content {
    display: none;
}

.checkout-content {
    margin-top: -1px;
    padding: 20px 40px;
    border: 1px solid #e7e7e7;
}

.checkout-content .login-content .heading h2 {
    font-size: 20px;
}

.checkout-content .login-content p.login-padd {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 6px;
}

.checkout-heading {
    position: relative;
}

.checkout-heading > a {
    position: absolute;
    right: 20px;
    top: 15px
}

.checkout-content label a:hover {
    text-decoration: underline;
}

.checkout-content label a {
    color: #ea4959;
}

.checkout-content label a b {
    text-decoration: underline;
}

.checkout-content label a:hover b {
    color: #ea4959;
}

/************************** login page *********************/
.login-content .right, .login-content .left {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.login-content .heading {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.login-content .content > p {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.login-content .heading i {
    font-size: 56px;
    color: #ea4959;
    float: left;
    margin-right: 14px;
}

.login-content .heading h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 23px;
    color: #333;
}

.login-content .heading b {
    font-size: 13px;
    color: #737373;
    font-style: italic;
    font-weight: normal;
}

.login-content .form-horizontal .controls input {
    width: 94%;
    max-width: 100%
}

.login-content .login-buttons {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

.buttons .right label {
    text-align: left;
}

.account-register .buttons .right label a:hover b, .box-filter ul ul li:hover label {
    color: #EA4959;
}

.login-content {
    overflow: hidden;
}

.login-content .left p + p {
    margin-bottom: 16px;
}

.link-login {
    text-decoration: underline;
    display: inline-block;
    color: #3a3a3a;
    font-style: italic;
    margin-left: 15px;
    margin-top: 5px;
}

.account-login .login-buttons .link-login {
    margin-top: 2px;
}

.link-login:hover {
    text-decoration: none;
}

.padd-form {
    display: block;
    padding-bottom: 5px;
}

.login-content .right .content p {
    margin-bottom: 15px;
}

.login-content .right .content b {
    display: block;
}

#register select {
}

#register .q1 {
}

#register .content {
    border: none !important;
    padding: 0 !important;
}

/* orders */
.order-list, .return-list {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.order-content span, .heading-order-list span, .order-list .order-content strong {
    color: #333;
    font-weight: bold;
}

.heading-order-list {
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-size: 13px;
    color: #3a3a3a;
    padding: 20px;
}

.heading-order-list b, .order-content b {
    font-weight: normal;
}

.order-list .order-id, .return-list .return-id {
    width: 49%;
    float: left;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
}

.order-list .order-content, .return-list .return-content {
    padding: 20px;
    color: #333;
}

.order-list .order-content div > span {
}

.order-list .order-content div .button {
    margin-top: 3px;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* returns */
.return-box-2 {
    padding: 15px 20px 19px 20px;
    margin-bottom: 10px;
}

.return-box-2 .buttons .right {
    float: left;
}

.return-box-2 .buttons {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.return-box {
}

.return-p {
    padding-left: 17px;
}

.return-p p {
    margin-bottom: 13px;
}

.return-list {
    margin-bottom: 10px;
}

#content .content.return-box {
    padding: 14px 10px 11px 20px;
    margin-bottom: 10px;
}

.content.return-box h2 {
    margin-bottom: 14px;
}

#content .content.return-box .left {
    width: 320px;
}

#content .content.return-box .right {
    width: 320px;
}

.content.return-box label {
    font-size: 12px;
    font-weight: bold;
}

.content.return-box span {
}

.content.return-box input {
    margin-top: 6px;
    margin-bottom: 7px;
    width: 310px;
}

.content.return-box .error {
    padding-bottom: 5px;
    display: block;
}

.return-box-3 {
    margin-bottom: 20px;
    padding: 14px 10px 10px 20px;
}

.return-box-3 h2 {
    margin-bottom: 15px;
}

.return-box-3 textarea {
    width: 310px;
    height: 188px;
    max-width: 310px;
    max-height: 188px;
}

.return-box-3 .return-captcha {
    width: 320px;
    margin-top: -3px;
}

.return-box-3 .return-captcha b {
    padding-bottom: 6px;
    display: block;
}

.return-box-3 .return-captcha input {
    width: 170px;
    margin-bottom: 10px;
}

.return-box-3 .return-additional {
    margin-bottom: 11px;
}

.return-box-3 .buttons {
    padding: 0;
    margin-bottom: 0;
}

/* button */
.button-return-right-i:hover, .button-return-right:hover {
    color: #ea4959;
    cursor: pointer;
}

.button-return-right {
    border: 0px;
    background: none;
    font-weight: bold;
    color: #757475;
    padding: 0;
    line-height: 32px;
    min-height: 32px;
    display: inline-block;
}

#return-product .button-return-right-i {
    position: relative;
}

#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
    position: absolute;
    right: 0;
    z-index: 4;
    top: 3px;
}

#return-product input.button-return-right {
    padding-right: 31px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'PT Serif', Arial, serif;
    position: relative;
    z-index: 5;
}

#return-product .button-return-right-i:hover input.button-return-right, #return-product .button-return-right-i:hover i {
    color: #ea4959;
}

#return-product .buttons {
    overflow: hidden;
}

#return-product .buttons .left {
    line-height: 32px;
}

a.button-return-left:hover, a.button-return-right:hover, a.button-order-right:hover, a.button-cont-right:hover, a.button-back-left:hover, a.button-inf-left:hover, a.button-return-left:hover i, a.button-return-right:hover i, a.button-order-right:hover i, a.button-cont-right:hover i, a.button-back-left:hover i, a.button-inf-left:hover i {
    color: #ea4959;
}

a.button-return-left, a.button-return-right, a.button-order-right, a.button-cont-right, a.button-back-left, a.button-inf-left {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding-right: 0px;
    color: #000;
    font-size: 14px;
    vertical-align: top;
}

a.button-back-left i, .button-back-left i, .button-return-right-i i, a.button-return-left i, a.button-cont-right i {
    font-size: 26px;
    text-align: center;
    color: #7a7a7a;
    vertical-align: middle;
    margin: 0 9px
}

i.fa.fa-arrow-circle-right {
    margin-right: 0 !important;
}

a.button-order-right {
    padding: 0;
}

a.button-return-left span, a.button-return-right span, a.button-order-right span, a.button-cont-right span, a.button-back-left span, .wishlist-product a.button-wislish-left span, a.button-inf-left span {
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

a.button-return-left span, a.button-back-left span, a.button-wislish-left span {
    padding: 5px 0px 5px 14px;
    background: url('../image/marker-button-left.png') left 8px no-repeat;
}

a.button-return-right span, a.button-order-right span, a.button-cont-right span, a.button-inf-left span {
    padding: 5px 14px 5px 0px;
    background: url('../image/marker-button-right.png') right 8px no-repeat;
}

.cart-bottom a i.fa.fa-check {
    margin-right: 0;
}

.cart-bottom a.button-cont-right {
    margin-right: 20px;
}

/* button */
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
}

.return-name {
}

.return-model {
}

.return-quantity {
}

.return-detail {
}

.return-reason {
}

.return-opened {
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.return-captcha {
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/* cart */
a {
    outline: none;
}

a:hover i.fa.fa-trash-o-o {
    color: #ea4959
}

a i.fa.fa-trash-o-o {
    color: #7e7e7e
}

i.fa.fa-trash-o-o {
    font-size: 26px;
}

.shop-cart {
    border-bottom: none;
    overflow: hidden;
    position: relative;
}

.cart-info2 .table td + td {
    text-align: center;
}

.shop-cart .table td.quantity, .shop-cart .table td.image {
    text-align: center;
}

.shop-cart .table td {
    vertical-align: middle;
}

.cart-module .cart-content {
    padding: 18px 0px 19px 18px;
    display: none;
    overflow: auto;
    border-top: none;
}

.cart-info2 {
    display: none;
}

.cart-info {
    overflow: hidden;
    margin: 20px 0;
}

.content.shop-cart-content > p {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    margin: 0;
    padding: 20px;
}

a.input-update {
}

.mt5 {
    margin-top: 5px;
}

a.input-update i {
    color: #7E7E7E;
    font-size: 26px;
}

a.input-update:hover i {
    color: #ea4959;
}

#cboxLoadedContent td > input[type="radio"] {
    margin: 0px;
    float: none
}

#cboxLoadedContent h1 {
    margin-top: 10px;
    margin-left: 15px;
}

td.quantity > input[type="text"] {
    width: 40px
}

table#total td {
    background-color: #fefdfb;
    padding: 20px;
    text-transform: uppercase;
    width: 80%
}

.checkout-cart .cart-bottom table#total td {
    vertical-align: middle;
}

table#total td + td {
    background-color: #fff;
    color: #ea4959;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.checkout-cart table#total td + td {
    color: #333;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
}

td.price {
    font-weight: bold;
    font-size: 17px;
}

table.radio {
    padding: 0
}

.cart-module > div {
    padding: 20px 20px;
    display: none;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-bottom: 0;
}

/*********************************************************************/
table.radio tbody td {
    width: 100%
}

.sitemap-info ul {
    margin-top: 10px;
}

.sitemap-info li a {
    text-decoration: none;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

#newsletter .content {
    margin: 0;
    padding: 0;
    border: none;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

#newsletter .form tr td:first-child {
    width: 58px;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* footer */

footer {
    clear: both;
}
footer h3 {
    line-height: normal;
    word-wrap: break-word;
}

.sitemap-info ul {
    margin: 5px 0 5px 15px;
}

.sitemap-info > div > ul {
    margin: 0 0 5px 0;
}

footer li, .content ul li, .sitemap-info ul li, .manufacturer-list ul {
    padding: 5px 0;
}

footer li a, .content ul li a, .sitemap-info ul li a, .manufacturer-list ul li a {
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    word-wrap: break-word
}

footer li a i.fa-circle, .content ul li a i, .sitemap-info ul li a i, .manufacturer-list ul li a i {
    font-size: 8px;
    line-height: 20px;
    color: #969595;
    margin-right: 8px;
    vertical-align: top;
}

footer li a:hover, .content ul li a:hover, .sitemap-info ul li a:hover, .manufacturer-list ul li a:hover {
    color: #ea4959;
}

/***/
footer .social {
    display: inline-block;
    width: 100%;
    margin-top: 86px;
    margin-bottom: 16px;
}

footer .social li {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 7px;
}
.common-home footer .social li a {
    background: #b6b6b4;
    color: #000;
}
footer .social li a {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    color: #fff;
}

footer .social li a:hover {
    background: #ea4959;
}

footer .social li a i {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    word-wrap: break-word
}

footer .social li a i.fa-circle {
    display: none;
}

/***/
span.toggle {
    display: none;
}

#powered br {
    display: none;
}

#powered a {
    color: #757575;
    font-size: 12px;
    text-decoration: none;
}

#powered a:hover {
    color: #ea4959;
}



.return-captcha input img {
    vertical-align: top;
}

.return-captcha input {
    margin-bottom: 10px;
    vertical-align: top;
}

/** banner **/
.banner {
    margin-bottom: 20px;
}

.banner > div {
    position: relative;
    overflow: hidden;
}

aside .banner > div {
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.banner > div > a {
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid #f0f0f0;
}

.banner > div > a:hover {
    border-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.banner img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner .s-desc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 6.7%;
    color: #79797b;
    font-size: 16px;
}

.banner .s-desc h1 {
    font-size: 51px;
    line-height: 51px;
    color: #ea4959;
    font-weight: bold;
    margin: 0px;
}

.banner .s-desc h2 {
    font-size: 17px;
    line-height: 20px;
    color: #3f3731;
    font-weight: normal;
    margin: 0px;
}

.banner .s-desc h2 span {
    display: inline-block;
}

.banner .s-desc h3 {
    font-size: 17px;
    line-height: 21px;
    color: #98928e;
    font-weight: normal;
    padding: 0 8%;
    margin: 0px;
}

/* AJAX Add to Cart Confirm by Harryo*/
.success, .warning, .attention, .information, .rev-success {
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
    color: #555;
}

.success a, .warning a, .attention a, .information a {
    color: #333;
}

#cart-success {
    position: fixed;
    z-index: 9998;
}

.success i.fa.fa-times-circle {
    font-size: 26px;
    padding: 10px;
}

.success .close i {
    padding: 10px;
}

.success {
    color: #000;
}

.success > img {
    max-width: 70px;
    height: auto;
    float: left;
    background-color: #efeeee;
    margin-right: 10px;
    border: 1px solid #e7e7e7
}

.success a:hover {
    text-decoration: none;
    color: #ea4959
}

.success a {
    text-decoration: none;
    color: #252525
}

.success span:hover img {
    margin-top: -11px;
}

.success p {
    margin-bottom: 11px;
    font-size: 24px;
    color: #1b1b1b;
}

.success span:hover {
    cursor: pointer;
    color: #ea4959
}

.success span {
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1
}

.success i {
    color: #7a7a7a;
    vertical-align: middle;
}

.success i:hover {
    color: #ea4959;
}

.success i.fa.fa-thumbs-up {
    font-size: 31px;
    color: #ea4959;
    margin-right: 10px;
}

.close {
    color: transparent;
    text-shadow: none;
}

.success a {
    color: #ea4959;
}

.success a:hover {
    text-decoration: underline;
}

.success {
    width: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    padding: 20px 20%;
    z-index: 9999;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #e7e7e7;
    display: none;
    font-size: 12px;
    color: #615c5c;
}

#tab-review .success {
    display: block !important;
    position: static;
    color: #333;
    text-align: left;
    background: none;
    padding: 10px 15px 10px 30px;
    background: url("../image/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #e7e7e7;
}

#wrap {
    z-index: 10 !important;
}

.rev-success {
    background: #EAF7D9 url('../image/success.png') left no-repeat;
    border: 1px solid #e7e7e7;
    padding-left: 20px;
}

/** related **/
.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

/***/
td.image {
    position: static;
}

.image {
    position: relative;
}

.related-info .cart-button .cart {
    float: none;
}

.related-info .wishlist, .related-info .compare {
    display: inline-block;
}

.related-info {
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    border-bottom: 0 !important;
}

.related-info .cart-button {
    font-size: 0;
}

.related {
    padding: 0 50px;
    position: relative;
}

.related .image {
    margin-top: 8px;
}

.related .name {
    min-height: 42px;
    overflow: hidden;
}

.related .prev:hover, .related .next:hover {
    color: #ea4959
}

.related .prev, .related .next {
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #7e7e7e;
    margin-top: -31px;
}

.related .prev {
    left: 0
}

.related .next {
    right: 0
}

.related .box-product .image a:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.related .box-product .image a:hover:after {
    border-color: #f0f0f0;
}

/** about-page **/
.about-page i:before {
    text-indent: 0
}

.about-page i {
    display: block;
    color: #ea4959;
    font-size: 56px;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    overflow: hidden;
}

/**---------------------**/
#colorbox {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.preview {
    padding: 15px;
}

.preview .marg {
    margin-bottom: 25px;
}

.preview .price {
    width: 100%;
    overflow: hidden;
}

.preview .price .text-price {
    font-weight: normal;
    font-size: 12px;
}

.preview .price span {
    float: left;
    margin-right: 10px;
}

.preview .right .inf span {
    display: block;
    margin-bottom: 10px;
}

.preview .prod-stock-2, .preview .prod-stock {
    display: inline-block;
}

.preview .right .inf span.text-price {
    margin-left: 0;
}

.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.preview .inf .prod-stock {
    margin-bottom: 10px;
}

.preview .description {
    height: 160px;
    padding: 15px;
    overflow: auto;
    border: 1px solid #e7e7e7;
}

.preview .cart {
    float: left;
}

.preview .extra-button {
    float: left;
    width: 150px;
    margin-top: 3px;
    margin-left: 15px;
}

#cboxContent #cboxTitle {
    width: 60%;
    padding: 0 20%;
}

#colorbox {
    z-index: 100 !important;
}

#cboxOverlay {
    z-index: 100 !important;
}

.preview .rating {
    margin-top: 15px;
}

.box li .padding, .box li, .product-grid li {
    position: relative;
}

.box .box-product li, .product-grid li {
    margin-bottom: 53px;
}

.box .box-content .box-product ul li .quick-view-button, .box .box-content .box-product ul li .image2 img, .box .box-content .box-product ul li, .product-grid li {
    text-align: center;
}

.box .box-content .box-product ul li .quick-view-button:hover {
    color: #ea4959;
}

.box .box-content .box-product ul li .quick-view-button i {
    width: 30px
}

.box .box-content .box-product ul li .quick-view-button {
    opacity: 0;
    visibility: hidden;
    left: 2px;
    position: absolute;
    top: 2px;
    z-index: 5;
    font-size: 22px;
    color: #ccc;
    line-height: 30px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box .box-content .box-product ul li:hover .quick-view-button {
    opacity: 1;
    visibility: visible;
}

/** bootstrap reset **/
.table-bordered {
    border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-weight: normal;
    color: #323232 !important;
    font-family: 'PT Serif', Arial, serif;
    font-size: 13px;
    background-color: #fff;
}

.table th, .table td {
    padding: 20px;
    border-color: #d7d7d7;
    -moz-box-sizing: border-box;
    /* Для Firefox */
    box-sizing: border-box;
    /* Ширина блока с полями */
}

.block-compare .table th, .block-compare .table td {
    padding: 7px
}

/**************************/
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"], .uneditable-input {
    font-size: 13px;
}

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"], .uneditable-input {
    border-radius: 0;
    box-shadow: none
}

.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 {
    border-radius: 0
}

.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 {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0
}

.table-bordered {
    border-color: #e7e7e7;
}

.checkout-cart .cart-bottom {
    margin-top: -1px;
}

label, input, button, select, textarea {
    font-size: 12px;
    color: #323232
}

label, label b {
    font-weight: normal;
    color: #3a3a3a;
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:hover, .close:focus {
    opacity: 1
}

.pp_gallery ul a img {
    width: 50px;
    height: 50px;
    max-width: none
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

table.radio {
    margin: 0;
    display: table;
}

.table > tbody + tbody {
    border-width: 1px;
}

.stButton .stButton_gradient, .stButton .chicklets, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 22px !important;
}

#fancybox-content > div {
    background-color: #fff;
}

#cboxContent .about-page {
    padding: 0 25px;
}

#fancybox-content {
    background-color: #fff;
}

.zoomContainer {
    z-index: 8;
}

/** stickers **/
.sticker_sale {
    display: inline-block;
    position: absolute;
    z-index: 4;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 48px;
    vertical-align: top;
    font-weight: normal;
    top: 10px;
    right: 14px;
    width: 50px;
    height: 50px;
    background: url(../image/sticker_bg.png) center center no-repeat transparent;
}

html[lang="de"] .sticker_sale {
    font-size: 11px;
}

.product-list .sticker_sale {
    top: 5px;
    right: 20px;
}

.bx-viewport {
    max-height: 85px;
}

.top-button .swipe-menu .language .heading1  {
 display: none !important;
}
#body .swipe .swipe-menu .language .heading {
    text-align: left;
    color: #9b9797;
}
#body .swipe .swipe-menu .language .heading i{
    color: #9b9797;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}
@media (max-width: 768px) {
    .rubricator-item-back {
        text-align: center;
        margin-left: -15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .main-page-category {
        margin-bottom: 0;
    }

    .main-page-category .name {
        font-size: 18px;
        margin-top: 30px;
        margin-left: 15px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .main-page-category {
        margin-bottom: 0;
    }

    .main-page-category .name {
        font-size: 20px;
        margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    #full_gallery .bx-viewport {
        max-height: inherit;
    }
}

#shadow {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}
.footer-wrapper {    margin-top: auto;
}
@media (min-height: 450px) {
    .information-contact #shadow .footer-wrapper{

    }
}
#shadow {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}
.common-home .footer-wrapper {
    margin-top: -31px;
    position: relative;
    z-index: 5;
    text-align: center;
    background: rgba(255,255,255,1);
    height: 30px;
}
.page-content{
    position: relative;
}
#powered {
    color: #757575;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.camera_pag{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
}
#header{
    background: #252525;
}
.common-home #header #logo svg .st0{
    fill: #888E90;
}
.common-home #header #logo svg{
    fill: #000;
}
#header #logo svg .st0{
    fill: #fff;
}
#header #logo svg{
    fill: #fff;
}
.common-home #header{
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#header .header-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.common-home{
    height: 100vh !important;
    overflow: hidden;

}
@-moz-document url-prefix() {
    .common-home #body, .home{
        overflow: hidden;
    }
}
.common-home #body, .common-home #page, .common-home #container, .common-home #container .container, .common-home #container .container #content, .common-home #container .container #content .ecslideshow, .common-home #shadow, .common-home section, .common-home section .row, .common-home section .row .fluid_container{
    height: 100.3%;
}
.common-home #body{
    height: calc(100% - 54px);
}
.common-home .container, .common-home #content, .common-home .fluid_container{
    width: 100%;
    padding: 0;
}
.common-home .row{
    margin: 0;
}
.toprow .box{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 111;
    opacity: 0;
    transition: all ease .3s;
    visibility: hidden;
    background: rgba(51, 51, 51, 0.8);
    max-width: 170px;
}
.toprow .links a{
    position: relative;
}

.toprow .links a:after, .first_link_dropdown .box-heading:after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #615c5c;
    transition: all ease .3s;
}
.first_menu_dropdown a:after{
    display: none;
}
.common-home .first_link_dropdown .box-heading{
    color: #615c5c;
}
.first_link_dropdown .box-heading{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.toprow .box.category li{
    border-bottom: 0;
    float: none;
    display: block;
}
header  .toprow .links li{
    background: none;
}
header  .toprow  .cat-header a:hover{
    color: rgba(255, 255, 255, .8);
}
.first_link_dropdown:hover .box{
    visibility: visible;
    top: 20px;
    z-index: 1;
    opacity: 1;
}
.camera_wrap{
    height: 100% !important;
}
.common-home, .information-contact, .information-contact-cooperation{
    font-family: 'Open Sans', sans-serif;
}
.information-contact .form-container{
    display: flex;
    flex: 1 1 0;
}
.information-contact{
    height: 100vh;
}
.information-contact .contact-info, .information-contact .contact-f{
    width: 100%;
}
.information-contact .contact-info{
    border-right:0;
}
.information-contact-cooperation .form-horizontal .control-label , .information-contact .form-horizontal .control-label{
    text-align: left;
    color: #777777;
}
.information-contact-cooperation .form-horizontal input, .information-contact-cooperation .form-horizontal textarea, .information-contact .form-horizontal input, .information-contact .form-horizontal textarea{
    width: 100%;
}
.ecslideshow img{
    object-fit: cover;
}

@media  screen and  (max-width: 992px) {
    .form-group .controls .captcha, .form-group .controls .capcha{
        width: 100%;
    }
    .form-group .controls .captcha{
        margin-top: 20px !important;
    }
    .form-group .controls .buttons{
        margin: 20px auto 0;
    }
    .ecslideshow{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .camera_pag {
        bottom: 0;
    }
    .common-home .ecslideshow .imgLoaded, .camerarelative, .ecslideshow img{
        object-fit: cover;
        object-position: center;
    }
    #header #logo svg{
        width: 100px;
    }
}
@media  screen and  (max-width: 800px) {
    .information-contact .form-container{
        flex-direction: column;
    }
    .information-contact .contact-info{
        border-bottom:0;
        border-right: 1px solid #e7e7e7;
    }

}
@media  screen and  (max-width: 768px) {
    #header .header-container{
        justify-content: flex-start;
    }
    #menu-gadget {
        display: block !important;
    }
    .camera_wrap{
    }
    .camera_pag{
        display: none;
    }
    .about-slider .slick-prev{
        left: 20px;
    }
    .about-slider .slick-next{
        right: 20px;
    }
    .modal  .modal-dialog{
        width: 380px;
        margin: 0 auto;
    }
    .modal-dialog .modal-header{
        border-bottom: 0;
    }
    .modal-dialog .modal-body{
        border: 0;
        padding: 0;
    }
    .modal-dialog .modal-body .content.contact-f{
        padding: 10px;
    }
    .modal-dialog .buttons{
        margin-top: 0 !important;
    }
}
@media  screen and  (max-width: 670px) {
    .camera_wrap  .camera_caption{
        max-width: 400px;
    }
}
@media  screen and  (max-width: 500px) {
    .camera_wrap  .camera_caption{
        max-width: 300px;
    }
}
@media  screen and  (max-width: 440px) {
    .information-contact .contact-info, .information-contact .contact-f, .information-contact-cooperation .contact-f {
        padding: 20px;
    }
    .cooperation-title{
        font-size:20px !important;
    }
    .camera_wrap  .camera_caption{
        max-width: 250px;
    }
    .camera_caption .caption h2 a span{
        font-size: 20px;
    }
    .camera_caption .caption h2{
        margin-bottom: 10px;
    }
    .camera_caption .description{
        font-size: 14px;
    }
}

@media  screen and  (max-width: 480px) {
    .modal  .modal-dialog{
        width: 100%;
    }
    .cart-top .form-horizontal .control-label{
        padding: 10px !important;
    }
}
@media  screen and  (max-width: 380px) {
    .camera_wrap  .camera_caption{
        max-width: 200px;
    }
}
.information-contact-cooperation .contact-f .form-group .buttons{
    margin-top: 0;
}
.form-group button.button, .form-group a.button, .button-prod{
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.form-group a.button span, .button-prod span{
    font-size: 16px !important;
    line-height: 40px !important;
}
.common-home header .links a:hover{
    color: #ea4959;
}
.form-group button.button:hover{
    background: #ea4959;
}

.cooperation-title{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
header #menu-icon{
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
header .sf-menu-phone, .swipe-menu{
    font-family: 'Open Sans', sans-serif;
}

.camera_play, .camera_stop{
    display: none !important;
}
.camera_caption .caption h2 a span{
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.camera_caption{
    margin: 0 auto;
    bottom: 15% !important;
    left: 50% !important;
    top: 52% !important;
    transform: translate(-50%, -50%);
}
.camera_caption .description{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.camera_caption .caption span:before, .camera_caption .caption span:after{
    display: none;
}
.camera_caption .caption span{
    background: transparent;
}
.about-slider{
    margin-bottom: 20px;
}
.about-slider .slick-arrow, .about-slider-video  .slick-arrow{
    z-index: 9;
    width: 40px;
    height: 40px;
}
.about-slider .slick-prev, .about-slider-video  .slick-prev{
    left: 0;
}
.about-slider .slick-next, .about-slider-video .slick-next{
    right: 0;
}
@media screen and (max-width: 480px){
    .about-slider .slick-prev, .about-slider-video  .slick-prev{
        left: 15px;
    }
    .about-slider .slick-next, .about-slider-video .slick-next{
        right: 15px;
    }
}
.about-slider .slick-prev:before, .about-slider-video .slick-prev:before, .about-slider .slick-next:before, .about-slider-video .slick-next:before{
    font-size: 30px;
}
.slick-slide{
    padding: 0 5px;
}
.about-slider-video .slide{
    width: 100%;
}
.about-slider-video .slide{
    position: relative;
}
.cart .close{
    color: #444444;
}
.information-information{
    overflow-x: hidden;
}
/*video*/
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}
.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}
.common-home .top-button .header-button > div:hover{
    color: #ea4959;
}
.modal  .modal-dialog{
    font-family: 'Open Sans', sans-serif;
}
.information-contact .map-left ul.social{
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    display: flex !important;
}
@media screen and (max-width: 768px ) {
    .information-contact .map-left ul.social{
        margin-top: 20px;
    }
    ul.social__map{
        margin-top: 0 !important;
    }
}
.information-contact .map-left ul.social i{
    display: none;
}
.information-contact .map-left ul.social li svg{
    fill: #ea4959;
}
ul.social__map{
    flex-direction: row !important;
    margin-bottom: 10px;
}
.information-contact .map-left ul.social li b{
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 10px;
}
.information-contact .map-left ul.social li .phone__map{
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}
.information-contact .map-left ul.social li .phone__map:hover {
    color: #ea4959;
}
.map-left .contact-box:last-of-type{
    margin-bottom: 5px;
}
.swipe .swipe-menu .links li a{
    padding: 0 10px;
}
@media screen and (max-width: 480px ) {
    .footer-wrapper{
        position: relative;
        height: 30px;
    }
}
.common-home .camera_fakehover {
    height: calc(100vh - 30px);
}
.buttons .button span {
    line-height: 40px !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    width: 200px;
    text-align: center;
}
#slideshow0{
    display: none !important;
}
.text_success{
    text-align: center;
}
@media screen and (max-width: 768px){
    .product-product .form-horizontal .form-group{
        width: 230px;
        margin: 0 auto;
    }
}


.default-gallery .bx-viewport {
    max-height: 500px;
}
.default-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.default-gallery .bx-wrapper {
    width: 500px;
    margin: 0 auto;
    position: relative;
}
.default-gallery .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
    max-height: 500px;
}
.default-gallery #bx-pager_desc {
    margin-top: 20px;
    text-align: center;
}
#bx-pager {
    margin-top: 20px;
    text-align: center;
}
#bx-pager a {margin: 0 3px;}
#bx-pager_desc a {margin: 0 3px;}
#bx-pager_desc a img, #bx-pager a img {
    padding: 3px;
    border: 1px solid #ccc;
    width: 60px;
    transition: .4s ease-in-out;
    margin-bottom: 5px;
}
#bx-pager_desc a.active img {border: 1px solid #7a7a7a;}
#bx-pager a.active img {border: 1px solid #7a7a7a;}
.product-info .bx-wrapper .bx-controls-direction a{
    height: 37px;
}
.bx-prev, .bx-next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: white;
    color: #666;
    width: 30px;
    height: 80px;
    text-align: center;
    transition: .4s linear;
    z-index: 10;
    cursor: pointer;
}