html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer, header, nav {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

button, input, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    text-transform: none
}

button, html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    h2, p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.h1, .h2, .h3, .h4, h1, h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3 {
    font-size: 24px
}

.h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3, .col-lg-4, .col-lg-5, .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-12 {
	width: 100%;
}
@media (min-width: 768px) {
    .col-sm-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }
}
@media (min-width: 992px) {
	.col-md-3 {
		width: 25%;
	}
}
@media (min-width: 1200px) {
    .col-lg-3, .col-lg-4, .col-lg-5 {
        float: left
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active {
    background-image: none
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.collapse {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.open > .dropdown-menu {
    display: block
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group .dropdown-toggle:active {
    outline: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.visible-lg, .visible-md, .visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls .owl-buttons div {
    position: absolute
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel {
    margin: 0 0 20px;
    background: #fff;
    direction: ltr !important;
    z-index: 1
}

.owl-wrapper-outer {
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.owl-carousel .owl-buttons div {
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease
}

.owl-carousel:hover .owl-buttons div {
    opacity: .7
}

.owl-carousel .owl-buttons .owl-prev {
    left: 10px
}

.owl-carousel .owl-buttons .owl-next {
    right: 10px
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0
}

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

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

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

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

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #f9f9f9;
    left: 0
}

button, input, textarea {
    outline: none
}

h1, h2 {
    color: #444
}

.fa {
    font-size: 14px
}

h1, .h1 {
    font-size: 20px
}

h2, .h2 {
    font-size: 17px
}

h1, h2, .h1, .h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.h3 {
    font-size: 14px;
    text-transform: uppercase
}

.h4 {
    font-size: 15px
}

a {
    color: #23a1d1;
    outline: none
}

a:hover {
    text-decoration: none;
    outline: none
}

a:focus {
    outline: none;
    text-decoration: none
}

label {
    font-size: 12px;
    font-weight: 400
}

textarea.form-control, input[type="text"].form-control, input[type="password"].form-control {
    font-size: 12px
}

input::-webkit-input-placeholder {
    line-height: 20px;
    transition: line-height .5s ease
}

input::-moz-placeholder {
    line-height: 20px;
    transition: line-height .5s ease
}

input:-moz-placeholder {
    line-height: 20px;
    transition: line-height .5s ease
}

input:-ms-input-placeholder {
    line-height: 20px;
    transition: line-height .5s ease
}

input:focus::-webkit-input-placeholder {
    line-height: 100px;
    transition: line-height .5s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none
}

input:focus::-moz-placeholder {
    line-height: 100px;
    transition: line-height .5s ease
}

input:focus:-moz-placeholder {
    line-height: 100px;
    transition: line-height .5s ease
}

input:focus:-ms-input-placeholder {
    line-height: 100px;
    transition: line-height .5s ease
}

#search input::-webkit-input-placeholder {
    text-align: center;
    color: #333 !important;
    font-size: 10px;
    text-transform: uppercase
}

#search input::-moz-placeholder {
    text-align: center;
    color: #333;
    font-size: 20px
}

#search input:-moz-placeholder {
    text-align: center;
    color: #333;
    font-size: 20px
}

.mm-menu.mm-offcanvas, .fixload {
    display: none
}

.topm {
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15)
}

.topm ul {
    margin: 0;
    padding: 0
}

.topm li {
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 9px
}

.topm .top-curlang li {
    text-transform: none
}

.top-curlang li a {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start
}

.top-curlang button:hover, .top-curlang button:focus {
    text-decoration: none
}

.top-curlang li a img {
    margin-right: 3px
}

.topm .left li {
    padding-right: 25px
}

.topm .right li {
    padding-left: 5px
}.topm .center li {
    padding-left: 5px
}

.nav-tabs > li > a {
    border-radius: 0;
    padding: 0;
    border: 0;
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    margin: 0
}

.tab-content {
    margin-bottom: 15px
}

.nav-tabs {
    font-size: 10px;
    border: 0;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DADADA
}

.spanel .nav-tabs {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    background: none;
    color: #555;
    border-bottom: 1px solid #555
}

.nav-tabs > li > a:hover {
    background: none
}

.dropdown-menu li > a:hover {
    text-decoration: none
}

.white {
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1);
    box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1)
}

.common-home .white {
    margin-bottom: 40px
}

header {
    margin-bottom: 10px
}

#logo img {
    margin: 0 auto
}

#logo.left img {
    margin-left: 0
}

#search .fa {
    color: #333
}

.head-block {
    text-align: right
}

.col {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top
}

#language ul {
    padding: 0;
    margin: 0;
    min-width: 17px;
    border: 0;
    background: #FFF;
    margin-top: 5px;
    margin-left: -9px;
    border-radius: 0;
    -webkit-box-shadow: 0 14px 22px 1px #D7D7D7;
    -moz-box-shadow: 0 14px 22px 1px #D7D7D7;
    box-shadow: 0 14px 22px 1px #D7D7D7;
    z-index: 2000;
}

.lang .dropdown-menu > li > .areplace, .lang .dropdown-menu > li > a {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    padding: 10px;
    width: 100%;
    white-space: nowrap
}

#language li {
    padding-left: 0;
    width: 100%
}

#language .fa-caret-down {
    color: #DFDFDF
}

.phone, .regim, .quicklogin, #carturl {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 21px
}

.phone {
    font-size: 13px;
    display: block;
    cursor: default
}
.phone img{
    width: 20px;
    height: 20px;
}
a.callme {
    border-bottom: 1px dotted #aaa;
    cursor: pointer
}

.regim:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 21px;
    top: 8px;
    margin-left: -30px;
    background: url(../image/regim.png) no-repeat
}

#cart {
    margin-bottom: 10px;
    text-align: right;
    width: auto;
    position: relative
}

#cart-total {
    background-color: #3c3b6e;
    padding: 0 7px;
    margin-left: 10px;
    border-radius: 0;
    color: #FFF;
    font-size: 10px;
    display: block;
    float: right;
    cursor: default
}

#bar {
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #ccc
}

#progressBar {
    width: 100%;
    position: absolute;
    z-index: 9
}

@media (max-width: 748px) {
    .owl-pagination {
        display: none
    }
}

.active .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#sidecart {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.content-slide {
    margin-top: -18px
}

.common-home .content-slide {
    margin-top: -40px
}

.img-responsive {
    margin: 0 auto
}

#menu {
    min-height: 40px;
    top: 0;
    border-radius: 0;
    background: #FFF;
    border-top: 1px solid #EEE
}

.nav.navbar-nav {
    float: none
}

#menu .dropdown-menu {
    padding: 25px 0;
    width: 100%;
    margin-left: 0 !important;
    border: 1px solid #DFDFDF;
    border-left: 0;
    border-right: 0
}

#menu .dropdown-menu li {
    position: relative
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 10px;
    text-transform: uppercase
}

#menu .dropdown-inner li a:hover {
    color: #23527c
}

#menu .see-all {
    display: table;
    padding: 3px 12px;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-top: 25px
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #333;
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active {
    color: #fff;
    background-color: #229ac8
}

.white.fix #menu {
    padding-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    border: 0
}

#content {
    min-height: 600px
}

footer {
    margin-top: 30px;
    padding-top: 10px;
    background-color: #fff;
    color: #333;
    border-top: 1px solid #E6E6E6
}

footer a {
    color: #333
}

.line a {
    border-bottom: 1px solid #ccc
}

footer .line li {
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 10px
}

.lang {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top
}

footer .social {
    margin-top: 7px;
    text-align: right
}

footer img {
    margin-bottom: 10px
}

.copyright {
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    padding: 5px 0
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group > .dropdown-menu {
    font-size: 12px
}

.btn-primary {
    border-radius: 30px;
    border: #5D5D5D;
    background: #5D5D5D;
    padding: 10px 25px
}

.btn-primary:hover, .btn-primary:active {
    background-color: #1f90bb;
    background-position: 0 -15px
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0
}

.btn-link, .btn-link:active {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.owl-item .product-thumb {
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
}

.owl-item .product-thumb .image, .owl-item .product-thumb img {
    width: 100%
}

.owl-hidden {
    overflow: hidden;
    padding-bottom: 36px
}

.owl-hidden .owl-carousel .owl-wrapper-outer {
    overflow: visible
}

.owl-prev {
    width: 40px;
    height: 40px;
    background: rgba(65, 65, 65, 0.75);
    font-size: 19px;
    text-align: center;
    color: #FFF !important;
    text-shadow: none !important;
    line-height: 40px;
    position: absolute;
    left: -5px;
    top: 50% !important;
    margin-top: -20px
}

.owl-next {
    width: 40px;
    height: 40px;
    background: rgba(65, 65, 65, 0.75);
    font-size: 19px;
    text-align: center;
    color: #FFF !important;
    text-shadow: none !important;
    line-height: 40px;
    position: absolute;
    right: -5px;
    top: 50% !important;
    margin-top: -20px
}

.owl-carousel .owl-buttons div i {
    font-size: 16px !important;
    margin: -20px 0 0
}

.owl-controls .owl-page span {
    border-radius: 0 !important;
    width: 25px;
    height: 7px
}

.owl-pagination {
    top: -35px
}

.owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.owl-carousel {
    background: none !important
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    position: relative
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.product-thumb .image.hover a:hover {
    opacity: 0
}

.image.hover {
    position: absolute;
    left: 0;
    top: 0
}

.product-thumb .h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    min-height: 22px
}

.stock {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 10px
}

.product-thumb .price {
    color: #000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.product-thumb {
    border: 0;
    margin-bottom: 0;
    overflow: auto;
    background-color: #FFF
}

.product-thumb .caption {
    padding: 15px;
}

.mobcall {
    height: 49px;
    border-right: 1px solid #E2E2E2;
    display: none;
    width: 55px;
    background: url(../image/phone.png) no-repeat center;
    color: #fff;
    font-size: 0;
    vertical-align: top;
    cursor: pointer
}

#quicklogin .tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    left: -300px;
    position: absolute
}

#quicklogin .tab-content > .active {
    display: block;
    visibility: visible;
    left: 0;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

.form-control {
    border: 0;
    background: none;
    background-color: #F1F1F1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.required {
    position: relative
}

.required:before {
    content: "*";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 6px;
    margin-left: -24px;
    color: #777
}

input[type=text]:focus, input[type=password]:focus, textarea.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
    background-color: #F1F1F1
}

.nav > li {
    position: static;
    display: block
}

.nav-tabs > li {
    position: relative
}

.dropdown:hover .arrow:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 43px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fff;
    z-index: 999999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 0 -24px
}

.navbar-nav a {
    color: #000
}

.dropdown:hover a, .navbar-nav a:hover {
    color: #C9A081
}

#menu .dropdown-inner a.liheader {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600
}

a {
    color: #525252
}

.cart-icon {
    background-color: #3c3b6e;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 12px;
    transition: all 300ms;
    display: flex;
    align-items: center;
}

.product-thumb:hover .cart-icon {
    background-color: #54529a;
    color: #eee
}

.no-btn {
    border: 0;
    background: none;
    color: #333;
    text-shadow: none;
    padding: 0;
    cursor: pointer
}

.no-btn:hover {
    background: none;
    color: #000;
    box-shadow: none
}

#cart .fa-shopping-cart {
    font-size: 93px;
    color: #f2f2f2;
    margin-bottom: 20px
}

.empty-cart {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 21px;
    color: #444
}

.nopad {
    padding: 0
}

.action {
    position: absolute;
    z-index: 3
}

.product-thumb .action > div {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    margin-bottom: 3px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    padding: 5px 9px;
    opacity: 0
}

.action .wishlist .fa, .action .compare .fa {
    color: #444
}

.wishlist:hover .fa, .compare:hover .fa {
    color: #000
}

.wishlist, .compare {
    color: #ccc;
    background-color: rgba(255, 255, 255, 0.8)
}

.wishlist .no-btn {
    margin-top: 2px;
    animation: heartbeat .6s infinite;
    padding: 0 1px
}

@keyframes heartbeat {
    20% {
        transform: scale(0.9)
    }
    40% {
        transform: scale(1)
    }
}

.compare div {
    cursor: pointer
}

.product-thumb:hover .action > div {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(8px, 8px);
    opacity: 1
}

.action > div:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.block_news {
    overflow: hidden;
    margin-bottom: 25px
}

.newhead {
    margin-bottom: 25px
}

.newhead h2 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 27px
}

.newhead .border {
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0 20px;
    font-weight: 100
}

.news {
    background-color: #fff;
    margin-bottom: 20px
}

.owl-item img.img-news {
    float: left;
    width: 100px
}

.newsinfo {
    float: left;
    padding: 5px 13px;
    max-width: 220px
}

.newdata {
    text-transform: uppercase
}

.news a {
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 700;
    border-bottom: 1px solid
}

.news a:hover {
    color: #3E5885
}

.newsds {
    margin: 10px 15px 0 0
}

.form-group {
    text-align: left
}

.panel-close {
    cursor: pointer;
    width: 35px;
    height: 30px;
    background: #000 url(../image/close.png) no-repeat center center;
    margin: 0 auto
}

.btn {
    min-width: 160px;
    max-width: 250px;
    padding: 8px 0;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    background: #3c3b6e;
    color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 10px
}

.btn-primary:hover {
    background: #0F44D3;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

input[type=button].btn {
    width: 250px
}

.btn-center {
    margin: 0 auto;
    display: block
}

.href {
    border-bottom: 1px solid #C6C6C6
}

p.info {
    color: #aaa;
    margin-top: 20px;
    text-align: left;
    display: block
}

.navbar-ex1-collapse {
    opacity: 1
}

.owl-carousel .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.scrollup {
    background-color: transparent;
    width: 65px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: .5;
    cursor: pointer;
    display: none
}

.scrollup:hover {
    background-color: #E9E9E9
}

.sup {
    width: 45px;
    height: 42px;
    background: url(../image/up.png);
    bottom: 10px;
    position: fixed;
    left: 10px
}

.left {
    text-align: left
}

.right {
    text-align: right;
    display: block
}
.center {
    text-align: center;
    display: block
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #668CCD;
    border-color: #668CCD;
    outline: none
}

.agree b {
    border-bottom: 1px dotted
}

.nicescroll-rails {
    display: none !important
}

.nicescroll-rails:hover {
    display: block !important
}

.top-curlang {
    display: inline-block;
    display: inline-block;
    border-left: 1px solid #ccc;
    margin-left: 17px
}

.spanel {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.spanel.open-left {
    left: -300px;
    visibility: hidden
}

.spanel.open-right.open {
    right: 0
}

.spanel.open-left.open {
    left: 0;
    visibility: visible
}

#block-close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    opacity: 0;
    z-index: 99;
    top: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    visibility: hidden
}

html.open #block-close {
    visibility: visible;
    opacity: 1
}

.spanel.open-right {
    right: -300px
}

#block-close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    opacity: 0;
    z-index: 99;
    top: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    visibility: hidden
}

@-webkit-keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: .35;
        position: relative
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

@-moz-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: .35;
        position: relative
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

@keyframes click-wave {
    0% {
        height: 8px;
        width: 8px;
        opacity: .35;
        position: relative;
        top: 3px;
        left: 3px
    }
    100% {
        height: 40px;
        width: 40px;
        margin-left: -12px;
        margin-top: -12px;
        opacity: 0
    }
}

.checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    bottom: 2px;
    height: 16px;
    width: 16px;
    -webkit-transition: all .15s ease-out 0;
    -moz-transition: all .15s ease-out 0;
    transition: all .15s ease-out 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    z-index: 5;
    border: 1px solid #ccc;
    position: absolute
}

.checkbox input[type=checkbox]:hover {
    border: 1px solid #444
}

.checkbox input[type=checkbox]:checked::before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    background: #555;
    top: 3px;
    left: 3px
}

.checkbox input[type=checkbox]:checked::after {
    -webkit-animation: click-wave .65s;
    -moz-animation: click-wave .65s;
    animation: click-wave .65s;
    background: #444;
    content: '';
    display: block;
    position: relative;
    z-index: 100
}

input[type=checkbox]:focus {
    outline: none !important
}

.callmebtn {
    width: 160px;
    height: 30px;
    position: fixed;
    bottom: 0;
    right: 22px;
    z-index: 1111
}

.callbtn {
    width: 125px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    background: #3c3b6e;
    outline: none;
    cursor: pointer;
    pointer-events: all;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 10px
}

.callfon {
    width: 120px;
    height: 28px;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    background: #3c3b6e;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 #3c3b6e 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #3c3b6e 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #3c3b6e 0 0 0 0 #000;
    -webkit-animation: shadow-animation 4s ease-in-out 1s infinite;
    -moz-animation: shadow-animation 4s ease-in-out 1s infinite;
    -o-animation: shadow-animation 4s ease-in-out 1s infinite;
    animation: shadow-animation 4s ease-in-out 1s infinite
}

.toolcall {
    width: 0;
    height: 30px;
    top: 0;
    right: 126px;
    position: absolute;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: rgba(244, 244, 244, 0.8);
    font: 300 14px/12px Roboto, sans-serif;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.toolhover:hover .toolcall {
    width: 194px;
    border: 1px solid #ccc;
    -webkit-animation: 0;
    -moz-animation: 0;
    -o-animation: 0;
    animation: 0;
    right: 150px
}

.callicon {
    width: 17px;
    height: 17px;
    top: 0;
    position: absolute;
    right: 31px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.callicon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../image/phonew.png) center/cover no-repeat;
    -webkit-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -moz-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -o-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    animation: phone-icon-animation 7s ease-in-out 0 infinite
}

.callbtn:hover ~ .callicon {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation: 0;
    -moz-animation: 0;
    -o-animation: 0;
    animation: 0
}

@-webkit-keyframes phone-icon-animation {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6%, 12%, 18%, 24%, 30% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(0deg)
    }
    3%, 9%, 15%, 21%, 27% {
        -webkit-transform: rotate(10deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes phone-icon-animation {
    0%, 100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6%, 12%, 18%, 24%, 30% {
        -moz-transform: rotate(-10deg);
        transform: rotate(0deg)
    }
    3%, 9%, 15%, 21%, 27% {
        -moz-transform: rotate(10deg);
        transform: rotate(0deg)
    }
    33% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes phone-icon-animation {
    0%, 100% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6%, 12%, 18%, 24%, 30% {
        -o-transform: rotate(-10deg);
        transform: rotate(0deg)
    }
    3%, 9%, 15%, 21%, 27% {
        -o-transform: rotate(10deg);
        transform: rotate(0deg)
    }
    33% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes phone-icon-animation {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6%, 12%, 18%, 24%, 30% {
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    3%, 9%, 15%, 21%, 27% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    33% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes shadow-animation {
    0% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    83% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
}

@-moz-keyframes shadow-animation {
    0% {
        opacity: 0;
        -moz-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    50% {
        opacity: 1;
        -moz-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    83% {
        opacity: 0;
        -moz-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    100% {
        opacity: 0;
        -moz-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
}

@-o-keyframes shadow-animation {
    0% {
        opacity: 0;
        -o-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    50% {
        opacity: 1;
        -o-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    83% {
        opacity: 0;
        -o-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    100% {
        opacity: 0;
        -o-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
}

@keyframes shadow-animation {
    0% {
        opacity: 0;
        -webkit-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        -moz-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        -o-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        -moz-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        -o-box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #3c3b6e, 0 0 0 0 #000
    }
    83% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        -moz-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        -o-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000
    }
    100% {
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        -moz-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        -o-box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000;
        box-shadow: 0 0 1px 35px #3c3b6e, 0 2px 9px 33px #000
    }
}

.procart {
    min-width: 270px;
    margin-top: 12px;
    color: #454545;
    background: #F1F1F1
}
.center-mobile {
    display: none;
}
@media (max-width: 767px) {
    .topm ul {
        text-align: center
    }

    ul.center{
        display: none;
    }
    .center-mobile{
         display: block;
        list-style-type: none;
        padding: 0;
     }
    #logo.left img {
        margin: 0 auto;
        max-width: 320px
    }

    .owl-item img.img-news {
        width: 100%
    }

    .col {
        height: 49px;
        margin-left: 0;
        border-right: 1px solid #E2E2E2
    }

    #mobmenu {
        width: 55px;
        border-right: 1px solid #E2E2E2;
        margin: 0
    }

    #mobmenu p {
        width: 100%;
        height: 49px;
        background: url(../image/menu.png) no-repeat center;
        color: #fff;
        font-size: 0;
        margin: 0
    }

    .white.fix .headfix {
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #FFF;
        top: 0;
        box-shadow: 1px 1px 1px rgba(34, 34, 34, .1)
    }

    .headfix {
        padding: 0;
        border-top: 1px solid #E2E2E2
    }

    #carturl {
        position: absolute;
        height: 50px;
        width: 50px;
        background: transparent;
        right: 0;
        top: 0;
        z-index: 1;
        color: #3c3b6e;
        text-indent: 0;
        font-size: 0
    }

    .quicklogin {
        height: 42px;
        background: url(../image/login.png) no-repeat center;
        color: #fff;
        font-size: 0;
        padding-right: 5px
    }

    #cart-total {
        width: 50px;
        height: 50px;
        text-align: right;
        z-index: 99;
        background: #3c3b6e url(../image/cart-fix.png) no-repeat center
    }

    #carturl .hidecart {
        display: none
    }

    .menutext #carturl .hidecart {
        display: block
    }

    .mobcall {
        display: inline-block
    }

    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }

    #menu {
        border-radius: 4px
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }

    .head-block {
        text-align: left
    }

    .menutext.head-block {
        text-align: center
    }

    .menutext #mobmenu p, .menutext #searchid, .menutext .quicklogin, .mobile_catalog a {
        color: #000;
        font-size: 10px;
        margin: 0;
        line-height: 48px;
        text-transform: uppercase;
        background: none
    }

    .mobile_catalog {
        padding-right: 3px
    }

    .mobile_catalog a {
        color: rgba(255, 0, 0, 1);
        font-weight: 700
    }

    .menutext .mobcall {
        display: none
    }

    .menutext #carturl .hidecart {
        display: block
    }

    .mobcall {
        display: inline-block
    }

    #menu {
        border-radius: 4px
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }

    .head-block {
        text-align: left
    }

    .menutext.head-block {
        text-align: center
    }

    .menutext #mobmenu p, .menutext .quicklogin, .mobile_catalog a {
        color: #000;
        font-size: 10px;
        margin: 0;
        line-height: 48px;
        text-transform: uppercase;
        background: none
    }

    .mobile_catalog {
        padding-right: 3px
    }

    .mobile_catalog a {
        color: rgba(255, 0, 0, 1);
        font-weight: 700
    }

    .menutext .mobcall {
        display: none
    }

    .menutext #cart-total {
        width: auto !important;
        height: auto !important;
        background: #3c3b6e !important;
        margin-top: 14px;
        position: initial !important;
        margin-left: 10px
    }

    .menutext #carturl {
        position: inherit;
        height: 50px;
        width: 50px;
        background: transparent;
        color: #000;
        font-size: 10px;
        line-height: 48px
    }

    .menutext .cartfloat {
        float: none;
        border: 0
    }

    .head-phone {
        text-align: center
    }
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

.content-slide .container {
    overflow: hidden
}

.labelgroup {
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 8
}

.prodlabel {
    background-color: #3c3b6e;
    color: #FFF;
    padding: 0 8px;
    font-size: 10px;
    line-height: 15px;
    float: left;
    text-align: center;
    margin-bottom: 3px
}

.product-thumb:hover .prodlabel {
    display: none
}

.grid {
    display: grid
}

h1, .h1, h2, .h2, .h3, .h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.white {
    padding-top: 10px
}

ul {
    list-style-position: inside
}

.topm li {
    font-size: 12px
}

#logo {
    margin: 0;
    position: relative
}

.col.margin-left-no {
    margin-left: 0
}

.phone {
    font-size: 15px
}

.head-phone {
    margin-top: 10px
}

.head-phone .phone > div {
    display: inline-block
}

.head-phone img {
    margin-right: 3px
}

header #cart {
    margin-bottom: 0
}

#search input[type="text"] {
    float: left;
    width: calc(100% - 17px)
}

#search button {
    padding: 7px 2px
}

#menu {
    background-color: #282828;
    background-image: linear-gradient(to top, #222, #2e2e2e, #3b3b3b, #484848, #555)
}

#menu .nav > li > a {
    background: #FFF;
    background-color: transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 15px;
    padding: 15px 30px 15px 0
}

.navbar-collapse .navbar-nav > li:first-child {
    padding: 13px 30px 17px 0
}

.navbar-collapse .navbar-nav li:first-child img {
    max-height: 14px
}

#topsearch {
    position: relative;
    background-color: #eee
}

#slideshowmag0 {
    height: 35vw;
    display: block
}

#slideshowmag0 .item {
    position: relative;
    height: 33.85vw
}

.slider_text {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 20%
}

.usa_flag_slider {
    margin-left: 20px;
    width: 30px
}

.slider_text a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 0;
    padding: 5px 20px;
    transition: all 300ms;
    text-transform: uppercase
}

.slider_text a:hover {
    background-color: #fff;
    color: #3c3b6e
}

.home_two_blocks {
    font-family: 'Montserrat', sans-serif;
    grid-template-columns:repeat(1, 1fr);
    text-align: center
}

.home_two_blocks > div:first-child {
    background: transparent url(/catalog/view/theme/magazin/image/custom/model-s.jpg) scroll no-repeat center;
    background-size: cover
}

.home_two_blocks > div:last-child {
    background: transparent url(/catalog/view/theme/magazin/image/custom/modelx@2x.jpg) scroll no-repeat center;
    background-size: cover
}

.home_two_blocks > div {
    border: 1px solid #e6e6e6;
    min-height: 250px;
    position: relative
}

.home_two_blocks a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.home_two_blocks a .inner {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    right: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    top: 70%
}

.home_two_blocks a span {
    border-bottom: 1px solid #ff1b22
}

.block_bg {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms
}

.home_two_blocks > div:hover .block_bg {
    opacity: 1
}

.car_buy_scheme .wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 50px;
    text-align: center
}

.car_buy_scheme .top {
    margin-bottom: 40px
}

.car_buy_scheme .wrapper img {
    height: auto;
    width: 96px
}

.car_buy_scheme .block div {
    align-items: center;
    color: #333;
    display: flex;
    display: -webkit-flex;
    font-size: 12px;
    justify-content: center;
    position: relative
}

.car_buy_scheme .top .block div {
    height: 60px;
    text-transform: uppercase
}

.car_buy_scheme .top .block + div div:after, .car_buy_scheme .top .block + div div:before {
    background-color: #ff1b22;
    content: '';
    height: 1px;
    position: absolute;
    left: -35px;
    width: 30px
}

.car_buy_scheme .top .block:nth-child(3) div:after, .car_buy_scheme .top .block:nth-child(5) div:after, .car_buy_scheme .top .block:nth-child(3) div:before, .car_buy_scheme .top .block:nth-child(5) div:before {
    display: none
}

.car_buy_scheme .top .block + div div:before {
    top: 17px;
    transform: rotate(60deg)
}

.car_buy_scheme .top .block + div div:after {
    bottom: 16px;
    transform: rotate(-60deg)
}

.car_buy_scheme_btn {
    margin-top: 20px;
    text-align: center
}

.car_buy_scheme_btn a {
    border: 2px solid #3c3b6e;
    color: #3c3b6e;
    display: inline-block;
    padding: 10px 20px;
    transition: all 300ms;
    text-transform: uppercase
}

.car_buy_scheme_btn a:hover {
    background-color: #3c3b6e;
    color: #fff
}

.front_catalog_link {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px
}

.front_catalog_link .block {
    background-size: cover;
    background-position: center;
    height: 200px;
    position: relative
}

.front_catalog_link .block a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.front_catalog_link .block span {
    border-bottom: 1px solid #ff1b22;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    top: 70%
}

.front_catalog_link .model_3 {
    background-image: url(/catalog/view/theme/magazin/image/custom/model_3.jpg)
}

.front_catalog_link .model_s {
    background-image: url(/catalog/view/theme/magazin/image/custom/model_s_2019.jpg)
}

.front_catalog_link .model_x {
    background-image: url(/catalog/view/theme/magazin/image/custom/model_x.jpg)
}

.front_catalog_link .model_y {
    background-image: url(/catalog/view/theme/magazin/image/custom/tesla_model_y_2019.jpg)
}

.front_catalog_link > div:hover .block_bg {
    opacity: 1
}

.li_inline_block {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0
}

.li_inline_block a {
    font-size: 18px
}

.product-thumb .h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    min-height: 55px;
}

.not_stock {
    color: #ff1c23;
    font-size: 1.2em;
    font-weight: 700;
    float: left
}

.newsinfo > a {
    display: inline-block;
    height: 62px;
    line-height: 15px;
    overflow: hidden
}

.newsds {
    height: 100px;
    margin-top: 0;
    overflow: hidden
}

.nav.navbar-nav .custom-link.bgc4 {
    float: right;
    position: relative;
    z-index: 1111
}

#menu .nav.navbar-nav .custom-link.bgc4 a {
    background-color: red;
    display: block;
    left: -106px;
    padding: 20px 20px 21px !important;
    position: absolute;
    top: -5px
}

.button-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 576px) {
    .slider_text {
        font-size: 20px
    }

    .car_buy_scheme .wrapper {
        grid-template-columns:repeat(3, 1fr)
    }

    .front_catalog_link {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 768px) {
    header > .container .row {
        align-items: center;
        display: flex;
        display: -webkit-flex
    }

    .menutext.head-block .quicklogin {
        font-size: 14px
    }

    .head-phone {
        margin-top: 0
    }

    .head-phone .phone > div {
        display: block
    }

    .usa_flag_slider {
        position: absolute;
        right: -80px;
        top: 1px;
        width: 60px
    }

    .car_buy_scheme .wrapper {
        grid-template-columns:repeat(3, 1fr)
    }

    .car_buy_scheme .top .block:nth-child(4) div:after, .car_buy_scheme .top .block:nth-child(4) div:before {
        display: none
    }

    .car_buy_scheme .top .block:nth-child(3) div:after, .car_buy_scheme .top .block:nth-child(5) div:after, .car_buy_scheme .top .block:nth-child(3) div:before, .car_buy_scheme .top .block:nth-child(5) div:before {
        display: block
    }

    .topm .right li {
        padding-left: 25px
    }

    .home_two_blocks {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 10px
    }
}

@media (min-width: 992px) {
    .slider_text {
        font-size: 26px;
        padding: 10px 20px;
        top: 50%
    }

    .slider_text a {
        font-size: 16px;
        margin-top: 20px
    }

    .front_catalog_link {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1200px) {
    .slider_text {
        font-size: 32px
    }

    .car_buy_scheme .wrapper {
        grid-template-columns:repeat(6, 1fr)
    }

    .car_buy_scheme .top .block div:after, .car_buy_scheme .top .block div:before {
        display: block !important
    }

    .car_buy_scheme .top .block + div div:after, .car_buy_scheme .top .block + div div:before {
        left: -45px
    }

    .home_two_blocks > div {
        min-height: 400px;
        position: relative
    }
}

.row.flex-menu {
    display: flex;
    justify-content: space-between;
    margin: 0
}

.row.flex-menu::before, .row.flex-menu::after {
    content: none
}

h2.mb-30, .mb-30 {
    margin-bottom: 30px
}

.footer-rating i {
    color: #FFB300;
    vertical-align: 0
}

.footer-rating {
    position: relative;
    margin-right: 5px
}

.footer-rating-wrapper {
    color: #9aa0ad;
    font-size: 15px
}

.footer-rating .full_rating {
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 0;
    display: flex
}

.footer-rating-wrapper {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu, .mm-menu > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu > .mm-panel {
    background: inherit;
    border-color: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 20px
}

.mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto
}

.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0 !important
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a, .mm-listview a:hover {
    text-decoration: none
}

.mm-listview > li {
    position: relative
}

.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
    border-color: inherit
}

.mm-listview > li > a, .mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
    padding-right: 50px
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 65px;
    border-left: 1px solid #DBDBDB
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-menu > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset > li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer > .mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px
}

.mm-next:after, .mm-arrow:after {
    border-top: none;
    border-left: none;
    right: 20px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5)
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    overflow: hidden;
    position: relative
}

html.mm-opened body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas, .fixload {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 350px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(350px, 0);
        -moz-transform: translate(350px, 0);
        -ms-transform: translate(350px, 0);
        -o-transform: translate(350px, 0);
        transform: translate(350px, 0)
    }
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter + a.mm-next {
    width: 90px
}

em.mm-counter + a.mm-next + span {
    margin-right: 90px
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-close:after {
    content: 'x'
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panel {
    top: 40px
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.product-thumb .image span {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.product-thumb .image.hover span:hover {
    opacity: 0
}

.product-thumb .image span.link-to {
    cursor: pointer
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-5x {
    font-size: 5em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-level-up:before {
    content: "\f148"
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.fa-trash-o:before {
    content: "\f014"
}

.btn-xs {
    font-size: 9px
}

.smoll {
    text-align: center;
    margin-bottom: 16px
}

.btn-default {
    background: #ccc
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.text-left {
    text-align: left
}

#smartsearch {
    position: absolute;
    z-index: 9999;
    top: 40px;
    background: #eee;
    padding: 0;
}

#smartsearch .button {
    text-align: center;
}

#smartsearch .item_block {
    display: flex;
    flex-direction: row;
    margin: 10px;
}

#smartsearch .item_block .image {
    margin-right: 10px;
}

#smartsearch ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mm-close:after {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navbar-header, .custom-link.bgc4 {
        display: none;
    }

    #menu .collapse.navbar-collapse {
        display: block;
    }

    /*#menu { background: #f3f3f3; border-color: rgba(0,0,0,0.1); color: rgba(0,0,0,0.7); } */
    #menu {
        background-color: #282828;
        background-image: linear-gradient(to top, #222, #2e2e2e, #3b3b3b, #484848, #555);
    }

    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
        border-color: #fff;
    }

    .mm-listview > li:not(.mm-divider):after {
        left: 0;
    }

    .mm-listview > li > a,
    .mm-listview > li > span,
    .mm-menu em.mm-counter {
        color: #fff;
    }
}

/* Footer new */
.top-footer-row img.footer-logo {
    height: 20px;
    width: auto;
}

.top-footer-row .h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    color: #444444;
}

.top-footer-row .footer-block {
    display: flex;
    flex-direction: column;
}

.top-footer-row .footer-block-menu {
    margin-left: 20px;
}

.footer-block-menu .h2 {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.footer-block-menu .h2:after {
    content: "";
    background: #444444;
    height: 1px;
    width: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.footer-block-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-block-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #444444;
}

.footer-block-menu ul li {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.footer-block-menu ul li:last-of-type {
    margin-bottom: 0;
}

.footer-block-menu ul li:before {
    content: url("../image/list-icon.png");
    display: block;
}

.row.footer-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-bottom-row .social {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}

footer {
    padding-top: 0;
}

footer .footer-bottom-row .social img {
    margin: 0;
}

footer .top-footer-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .footer-bottom-row .bold-text {
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .top-footer-row .footer-block-menu {
        margin-left: 0;
    }

    footer .top-footer-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}

/* Footer new */

.copyright_sprava {
    text-align: center;
}
.copyright_sprava img {
    width: 90px;
    margin-bottom: 2px;
}

.content-slide .owl-item .slider_text > * {
    animation: none !important;
}

.stock {
    display: none;
}

.model_ {
font-size: 12px;
color: #000;
margin-bottom: 20px;
}

.product-thumb .price-new {
    position: relative;
    display: block;
    color: #ff0c17;
}

.through, .product-thumb .price-old {
    color: #9a9a9a;
    position: relative;
    font-size: 9px;
    font-weight: 400;
    margin-right: 2px;
    line-height: 1.2;
}

.through::before, .product-thumb .price-old::before {
    content: "";
    top: 50%;
    position: absolute;
    height: 1px;
    background-color: red;
    width: 50%;
}

.sale {
    background-color: #3c3b6e;
    color: #FFFFFF;
    padding: 2px 3px;
    border-radius: 3px;
    z-index: 5;
    font-weight: 600;
    font-size: 6px;
}

@media (max-width: 480px) {
.button-price {
flex-direction: column-reverse;
}
.button-price .no-btn {
width: 100%;
}

.button-price .no-btn span {
text-align: center;
justify-content: center;
}
.product-thumb {
padding-bottom: 10px;
}
.product-thumb .h4 {
font-size: 14px;
min-height: 80px;
}
.product-thumb .price {
flex-direction: row;
align-items: center;
justify-content: space-around;
width: 100%;
}
.not_stock {
    font-size: 12px;
}
}

.owl-wrapper {
    display: flex !important;
}

.option-hover {
    height: 100%;
}

.fix li.scroll-mobile {
display: none !important;
}

.head-phone .social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.head-phone .social img {
    width: 40px;
    height: 23px;
}

@media screen and (max-width: 768) {
    .head-phone .phone {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .onephone div {
        margin-top: 10px;
    }
    .head-phone {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}
@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}