@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url(../fonts/ubuntu-bold.woff2) format('woff2'), url(ubuntu-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url(../fonts/ubuntu-medium.woff2) format('woff2'), url(ubuntu-medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url(../fonts/ubuntu-regular.woff2) format('woff2'), url(ubuntu-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

html {
    height: 100%;
    overflow-x: hidden
}

body {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height: 100%;
    display: flex;
    flex-direction: column
}

button, select {
    outline: 0 !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important
}

.btn:active, .btn:focus, .btn:hover {
    outline: 0 !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important
}

.add_to_cart.disabled {
    opacity: 1;
    cursor: default
}

.tooltip {
    font-family: Ubuntu, sans-serif;
    line-height: 14px
}

.likeh1, h1 {
    font-size: 2em;
    margin: 0 0 20px
}

.likeh2, h2 {
    font-size: 2em;
    margin: 0 0 10px
}

.likeh3, h3 {
    font-size: 1.4em;
    margin: 0 0 8px
}

.likeh4, h4 {
    font-size: 1.2em;
    margin: 1px 0 10px
}

.likeh5, h5 {
    font-size: 1.1em;
    font-weight: 500;
    margin: 15px 0 10px
}

.likeh6, h6 {
    font-size: 10.2px
}

.likeh1, .likeh2, .likeh3, .likeh4, .likeh5, .likeh6 {
    font-weight: 500
}

.heading {
    overflow: hidden;
    margin-right: 0
}

.heading span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0
}

.heading span:after {
    position: absolute;
    top: 50%;
    left: 100%;
    right: -2000px;
    content: '';
    border-bottom: solid 2px rgba(0, 0, 0, .12)
}

a {
    cursor: pointer;
    text-decoration: none
}

a:focus, a:hover, a:visited {
    text-decoration: none !important
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    text-align: left !important;
    font-size: 1em;
    font-weight: 400
}

label.input input[type=checkbox], label.input input[type=radio] {
    display: none
}

label input[type=checkbox] + span, label input[type=radio] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: #e5e5e5;
    width: 14px;
    min-height: 14px;
    height: 14px;
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

label.input input[type=radio] + span {
    border-radius: 100%
}

label.input input[type=checkbox] + span {
    border-radius: 2px
}

label.input input[type=checkbox]:checked + span, label.input input[type=radio]:checked + span {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2)
}

input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, select.form-control, textarea.form-control {
    font-size: 1em
}

.form-control[readonly] {
    opacity: .5
}

.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select {
    font-size: 1em;
    padding: 6px 8px
}

.input-group .input-group-addon {
    font-size: 1em;
    line-height: 1em;
    background: #f5f5f5;
    border: solid 1px rgba(0, 0, 0, .12);
    border-right: none
}

.input-group .input-group-addon i + span {
    padding: 0 0 0 6px
}

.input-group-btn .btn {
    height: 34px;
    font-size: 12px
}

.form-control {
    border: solid 1px rgba(0, 0, 0, .15)
}

.form-control:focus {
    border: solid 1px #bbb;
    box-shadow: none
}

.img-responsive {
    margin: 0 auto
}

hr {
    margin: 10px 0
}

label.input {
    padding: 0
}

.text-danger {
    float: none;
    clear: both;
    font-weight: 500;
    color: #d9534f;
    border-radius: 3px
}

.close {
    position: relative;
    z-index: 9;
    cursor: pointer
}

span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

.nav-tabs li a {
    margin-right: 4px;
    padding: 9px 10px 10px 18px;
    background: #f5f5f5;
    border: solid 1px #ddd
}

.nav-tabs li a i {
    margin: 0 10px 0 0
}

.nav-tabs li a:after {
    background: #f5f5f5;
    content: '';
    position: absolute;
    z-index: 2;
    top: -1px;
    right: -10px;
    bottom: -1px;
    width: 20px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ddd;
    border-bottom: solid 1px #ddd
}

.nav-tabs li:hover a {
    border: solid 1px #ddd
}

.nav-tabs li:hover a:after {
    background: #eee
}

.nav-tabs li.active {
    z-index: 2
}

.nav-tabs li.active a:after {
    background: #fff;
    border-bottom: none
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li > a i {
    min-width: 15px;
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center
}

.dropdown-menu li > a i.fa-mobile {
    font-size: 1.4em
}

.dropdown-menu li > a i.fa-envelope, .dropdown-menu li > a i.fa-fax, .dropdown-menu li > a i.fa-phone {
    font-size: 1em
}

.dropdown-menu li > a i + span {
    padding: 0 0 0 5px
}

.modal-open {
    overflow: visible;
    padding-right: 0 !important
}

.modal {
    text-align: center
}

.modal-header {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 6px 6px 0 0
}

.modal-header .close {
    position: relative;
    margin: 0;
    z-index: 99
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

#modal-cart .modal-dialog {
    width: 360px;
    max-width: 100%
}

#modal-cart .modal-header {
    border: none
}

#modal-cart .modal-body {
    margin: -20px 0 0
}

#modal-cart .col-xs-3 img {
    border-radius: 4px
}

#modal-cart .col-xs-9 {
    margin: -15px 0 0;
    padding: 0 25px 0 5px !important
}

#modal-cart .row + .row {
    margin: 10px -10px 0
}

#modal-cart .col-xs-6 a {
    font-size: .95em;
    border-bottom: dotted 1px
}

.cart-wrapper {
    position: fixed;
    top: 45px;
    right: 20px;
    width: 300px;
    max-width: 100%
}

.cart-wrapper #modal-cart {
    position: relative;
    display: block;
    margin: 0 0 20px;
    animation: slide .5s ease
}

.cart-wrapper #modal-cart .modal-header {
    background: 0 0
}

.cart-wrapper #modal-cart .modal-header .close {
    opacity: 0
}

.cart-wrapper #modal-cart .modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .1)
}

.cart-wrapper #modal-cart .modal-body .row + .row {
    display: none
}

.cart-wrapper #modal-cart .modal-dialog {
    margin: 0
}

@keyframes slide {
    from {
        top: -100px
    }
    to {
        top: 0
    }
}

#column-left .custom_menu {
    margin: 0 0 21px
}

#top {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 0;
    margin: 0 0 20px 0;
    height: 35px
}

#top .container {
    padding: 0 29px
}

#top .dropdown-menu a {
    padding: 3px 15px
}

#top .btn-group > .btn {
    height: 22px;
    font-size: .85em;
    font-weight: 500;
    border: solid 1px rgba(0, 0, 0, .12);
    background: rgba(255, 255, 255, .1);
    padding: 0 5px;
    margin: 6px 0 0;
    border-radius: 3px
}

#top .btn-group > .btn .fa + span, #top .btn-group > .btn img + span, #top .btn-group > .btn span + span {
    margin: 0 4px 0 4px
}

#top .btn-group > .btn .fa + .fa {
    margin: 0 0 0 4px
}

#top .btn-group.open > .btn, #top .btn-group > .btn:hover {
    background: rgba(0, 0, 0, .05)
}

#top .pull-right {
    margin: 0 0 0 10px
}

#top .pull-left {
    margin: 0 10px 6px 0
}

#top .btn-link, #top-links a, #top-links li {
    text-decoration: none
}

#top .btn-link:hover, #top-links a:hover {
    color: #444
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links {
    margin-bottom: 6px
}

#top-links ul {
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0
}

#top-links ul li {
    float: left;
    line-height: 30px
}

#top-links ul li + li {
    margin: 0 0 0 20px
}

#top-links ul li a {
    font-size: .85em;
    font-weight: 500;
    border-bottom: solid 1px rgba(0, 0, 0, .12)
}

#top-links ul li a:hover {
    border-bottom: solid 1px rgba(0, 0, 0, .25)
}

#top #currency .btn-group > .btn span:first-child {
    font-weight: 700
}

header {
    flex: 0 0 auto
}

header .search_form {
    margin: 12px 0 5px
}

header .search_form .btn {
    position: relative;
    border: solid 1px rgba(0, 0, 0, .12)
}

header .search_form .btn:hover:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, .03)
}

header #search_phrase {
    margin: 0 0 5px;
    font-size: .8em;
    color: #888
}

header #search_phrase a {
    border-bottom: dotted 1px;
    cursor: pointer
}

header .search_form .cat_id {
    font-size: 14px
}

header .search_form .cat_id button {
    float: left;
    font-size: 1em;
    font-weight: 400;
    margin-right: -2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px 0 0 3px
}

header .search_form .cat_id button span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 90px;
    margin: -2px 0 0;
    line-height: 15px;
    text-overflow: ellipsis
}

header .search_form .cat_id button i {
    vertical-align: middle;
    padding: 0 0 0 5px;
    font-size: .7em
}

header .search_form .cat_id.open button i {
    padding: 0 5px 0 0
}

header .visible-sm .search_form {
    margin: 0
}

header .visible-sm .search_form .input-lg {
    height: 40px;
    line-height: 20px
}

header .visible-sm .search_form .btn-lg {
    height: 40px !important
}

header .search_form .input-lg {
    height: 34px;
    line-height: 20px;
    padding: 0 10px
}

header .search_form .btn-lg {
    font-size: 15px;
    height: 34px;
    line-height: 10px;
    padding: 0 18px
}

header .search_form .dropdown-menu {
    font-size: 14px;
    z-index: 99999
}

header .search_form .dropdown-menu a {
    padding: 2px 10px
}

header .phone {
    margin: 8px 10px 0 0;
    cursor: pointer
}

#phone .dropdown-menu {
    left: 10px
}

#phone .dropdown-menu li {
    padding: 4px 15px
}

#phone .dropdown-menu li a {
    display: inline;
    padding: 0;
    cursor: default
}

#phone .dropdown-menu a:hover {
    background: 0 0
}

#phone .dropdown-menu li a i {
    min-width: 16px
}

#phone .dropdown-menu li.text {
    padding: 4px 15px;
    line-height: 1.4em
}

#phone .dropdown-menu .open_callback {
    font-weight: 500;
    margin: 0 0 3px;
    border-bottom: dotted 1px rgba(0, 0, 0, .3);
    cursor: pointer
}

#phone .phone > div:first-child {
    font-size: 1.4em
}

#phone .phone > div:first-child span {
    border-bottom: dotted 1px rgba(0, 0, 0, .2)
}

#phone .phone > div:last-child {
    font-size: .8em;
    color: #888;
    margin: 2px 0 0
}

#phone .phone a.callback {
    border-bottom: dotted 1px;
    cursor: pointer
}

#phone .phone .fa-phone {
    vertical-align: bottom;
    font-size: .9em
}

#phone .phone .fa-chevron-down {
    vertical-align: middle;
    font-size: .6em;
    margin: 0 0 3px
}

header .open .fa-chevron-down {
    transform: rotate(-180deg)
}

#cart.fly {
    position: fixed;
    top: 50%;
    right: -100%;
    z-index: 999;
    margin: -32px 0 20px;
    transition: all ease-in-out .5s
}

#cart.fly2 {
    right: 24px;
    transition: all ease-in-out .5s
}

#cart.open > .btn {
    border-radius: 100% 100% 0 0
}

#cart.open .dropdown-menu {
    margin: -1px 0 0
}

#cart.open .dropdown-menu {
    border-radius: 4px 0 4px 4px;
    z-index: 99999
}

#cart.open .dropdown-menu li {
    overflow-y: auto;
    max-height: 200px
}

#cart .input-group {
    min-width: 70px;
    padding: 5px 0
}

#cart .form-control {
    display: inline-block;
    float: left;
    vertical-align: middle;
    min-width: 34px;
    padding-left: 0;
    padding-right: 0;
    width: 34px;
    text-align: center;
    height: 30px
}

#cart .form-control + span {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: 0 0 0 -1px;
    overflow: hidden;
    text-align: center
}

#cart .form-control + span .btn {
    display: block;
    min-width: 20px;
    width: 8px;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    font-size: .6em !important;
    color: #777
}

#cart .form-control + span .btn:first-child {
    border-radius: 0 3px 0 0
}

#cart .form-control + span .btn:last-child {
    border-top: none;
    border-radius: 0 0 3px 0
}

#cart.show.fly2 > .btn {
    animation: shadow 2s infinite ease-in-out
}

@-webkit-keyframes shadow {
    from {
        box-shadow: 0 0 0
    }
    50% {
        box-shadow: 0 0 30px #d9534f
    }
    to {
        box-shadow: 0 0 0
    }
}

@-moz-keyframes shadow {
    from {
        box-shadow: 0 0 0
    }
    50% {
        box-shadow: 0 0 30px #d9534f
    }
    to {
        box-shadow: 0 0 0
    }
}

#cart {
    margin: 0 0 20px
}

#cart > .btn {
    width: 60px;
    height: 60px;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 100%;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1)
}

#cart > .btn:hover:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, .03);
    border-radius: 100%
}

#cart > .btn i {
    font-size: 2em
}

#cart > .btn span {
    position: absolute;
    right: 0;
    bottom: -1px;
    margin: 0;
    padding: 0 4px;
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    border-radius: 100%;
    text-shadow: none
}

#cart.open > .btn {
    box-shadow: none;
    text-shadow: none
}

#cart.open2 > .btn {
    border-radius: 100% 100% 0 0
}

#cart .dropdown-menu {
    width: 450px;
    background: #f5f5f5;
    z-index: 1001
}

.open2.dropdown-menu {
    display: block;
    min-width: 450px;
    margin-top: -1px
}

#cart .dropdown-menu {
    padding: 5px 10px 2px
}

#cart.open .dropdown-menu li:first-child tr + tr {
    border-top: solid 1px rgba(0, 0, 0, .07)
}

#cart .dropdown-menu li:last-child {
    padding-top: 8px;
    border-top: solid 1px rgba(0, 0, 0, .12)
}

#cart .dropdown-menu table {
    margin-bottom: 0;
    border: none
}

#cart .dropdown-menu table td {
    vertical-align: middle;
    padding: 5px 5px;
    background: #f5f5f5;
    border: none
}

#cart .dropdown-menu table td.total {
    white-space: nowrap
}

#cart .dropdown-menu table td.text-right {
    padding: 0
}

#cart .dropdown-menu table td.text-right + td.text-right {
    width: 1%;
    padding-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    border: none
}

#cart .dropdown-menu table tr > td:first-child {
    padding-left: 0
}

#cart .dropdown-menu table td button {
    padding: 0;
    border: none;
    background: 0 0;
    border-radius: 100%
}

#cart .dropdown-menu table td .fa-times {
    font-size: 1em
}

#cart .dropdown-menu table td strong {
    font-weight: 500
}

#cart .dropdown-menu .table-bordered {
    font-size: .85em
}

#cart .dropdown-menu li .cart .image {
    min-width: 55px;
    width: 1%
}

#cart .dropdown-menu li .cart .name {
    width: 100%;
    font-size: .9em
}

#cart .dropdown-menu li p {
    margin: 10px 0;
    font-weight: 500
}

#cart .dropdown-menu li p a strong {
    font-weight: 500
}

#cart .dropdown-menu li p a + a {
    margin: 0 0 0 5px
}

#menu_wrap {
    display: none !important
}

#menu {
    position: relative;
    z-index: 99;
    min-height: 40px;
    margin: 0 0 20px;
    border: none;
    border-radius: 4px
}

#menu.open {
    border-radius: 4px 4px 0 0 !important
}

#menu .btn-navbar {
    position: absolute;
    right: 0;
    padding: 0
}

#menu .nav > li {
    display: block;
    float: none;
    min-height: 40px;
    border: solid 1px rgba(0, 0, 0, .1);
    border-bottom: none;
    transition: all linear .15s;
    color: #777
}

#menu .nav > li:last-child {
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 4px 4px !important
}

#menu .nav > li > a {
    min-height: 40px;
    padding: 9px 10px 8px 10px;
    background: 0 0;
    font-size: 1em;
    font-weight: 500
}

#menu .nav > li > a > span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    margin: 0 4px 0 0
}

#menu .nav > li > a > span img {
    margin: -3px 0 0;
    width: 16px;
    height: 16px
}

#menu .nav > li > a > span i {
    transform: none !important
}

#menu .nav > li.open > a i {
    transform: rotate(-180deg)
}

#menu .nav li ul li a {
    display: block;
    min-height: 40px;
    padding: 12px 0 10px;
    line-height: normal;
    font-size: .95em;
    font-weight: 500;
    white-space: normal
}

#menu .nav li ul li a i.fa-angle-right {
    font-size: .95em !important
}

#menu .nav li ul li ul li a {
    min-height: auto;
    padding: 0;
    line-height: 1.2em;
    font-weight: 400
}

#menu .nav li ul li ul li + li {
    margin: 5px 0 0
}

#menu .nav > li.open > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    left: 100%
}

#menu .nav > li .dropdown-menu .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    margin: -6px 0 0 !important;
    padding: 0 0 10px;
    background: 0 0;
    border: none;
    box-shadow: none
}

#menu .nav span.visible-xs_ {
    position: absolute !important;
    right: 5px;
    top: 0;
    display: block;
    height: 40px;
    line-height: 41px !important;
    padding: 0 10px
}

#menu .nav li .visible-xs_ i {
    line-height: 40px
}

#menu .nav .visible-xs_ .fa-minus {
    display: none
}

#menu .nav .open > .visible-xs_ .fa-plus {
    display: none
}

#menu .nav .open > .visible-xs_ .fa-minus {
    display: block
}

#menu .navbar-collapse {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0
}

#menu .nav > li.has-children ul li a i {
    text-align: left;
    opacity: .6
}

#menu .nav > li ul li a .fa-angle-double-right {
    font-size: .7em
}

#menu .nav > li .dropdown-menu ul li a > * {
    padding: 0
}

#menu #category {
    position: relative;
    display: block;
    margin: 0;
    float: left;
    padding-left: 15px;
    font-weight: 500;
    line-height: 40px
}

#menu.menu2 .nav > li > a {
    padding: 0 10px;
    line-height: 39px
}

#menu.menu2 .nav > li.open, #menu.menu2 .nav > li:hover {
    background: rgba(0, 0, 0, .06) !important
}

#menu .additional {
    width: 50px;
    max-width: 50px
}

#menu .additional button {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 1.2em
}

#menu .additional ul {
    padding: 0 10px
}

#menu .additional a span {
    display: inline-block !important;
    min-width: 20px;
    margin: 0 4px 0 0
}

#menu .additional a > i {
    display: none
}

#menu .additional li a {
    line-height: 40px !important;
    padding: 0 !important
}

#menu .additional li a:hover {
    background: 0 0
}

#menu .additional li + li {
    border-top: dotted 1px rgba(0, 0, 0, .1)
}

#menu .additional {
    width: 50px;
    max-width: 50px
}

#menu .disabled {
    text-decoration: none !important;
    cursor: default
}

.menu_links {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    height: 40px;
    border: solid 1px rgba(0, 0, 0, .08);
    border-radius: 4px
}

.menu_links > li {
    display: block;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap
}

.menu_links > li + li {
    border-left: solid 1px rgba(0, 0, 0, .08)
}

.menu_links > li a {
    display: block;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-size: .95em;
    font-weight: 500
}

.menu_links > li a:hover {
    background: rgba(0, 0, 0, .05) !important
}

.menu_links a i {
    margin: 0 5px 0 0;
    min-width: 16px;
    text-align: left
}

.menu_links .additional {
    width: 50px;
    max-width: 50px
}

.menu_links .additional button {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 1.2em
}

.menu_links .additional ul {
    right: 10px;
    padding: 0 15px
}

.menu_links .additional li + li {
    border-top: dotted 1px rgba(0, 0, 0, .1)
}

.menu_links .additional li a {
    line-height: 40px !important;
    padding: 0 !important;
    background: 0 0 !important
}

#main_content {
    flex: 1 0 auto
}

.breadcrumb {
    margin-bottom: 20px;
    padding: 0;
    background: 0
}

.breadcrumb.col-lg-offset-3, .breadcrumb.col-md-offset-4 {
    padding: 0 0 0 6px
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb > li + li:before {
    content: '/';
    padding: 0 5px
}

.owl-carousel {
    position: relative;
    display: none;
    z-index: 0;
    margin: 0 0 20px;
    background: 0 0 !important;
    direction: ltr !important
}

.owl-carousel .owl-wrapper {
    display: none
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    border: none !important;
    box-shadow: none !important
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    -webkit-transform: translate3d(0, 0, 0) !important
}

.carousel .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls .owl-buttons div {
    position: absolute
}

.carousel .owl-buttons div i {
    line-height: 28px;
    font-size: 2em !important;
    margin: 0 !important
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.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: transparent
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -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 .owl-buttons div {
    opacity: 0;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .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-pagination {
    text-align: center;
    top: 20px;
    position: relative
}

#product .owl-pagination {
    display: none
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 6px
}

.owl-controls .owl-page span {
    display: block;
    border-radius: 20px
}

.carousel {
    border: solid 1px #ddd;
    border-radius: 4px
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.buttons {
    overflow: auto;
    margin: 0 0 20px
}

.btn {
    height: 28px;
    padding: 0 10px 2px;
    font-weight: 500;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 5px 5px -4px transparent;
    transition: all ease-in-out .2s
}

a.btn {
    padding: 2px 10px 0
}

.btn:active, .btn:focus, .btn:hover {
    border: solid 1px rgba(0, 0, 0, .12)
}

.btn i + span {
    margin: 0 0 0 5px
}

.btn .fa.visible-xs + span {
    margin: 0
}

.btn-xs {
    height: 26px !important;
    font-size: .75em
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    height: 34px !important;
    font-size: 1em;
    font-weight: 500;
    padding: 0 12px 3px
}

.btn + .btn-lg {
    margin: 0 0 0 10px
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 1em
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    background: #eee
}

.btn-default:hover {
    background: #d5d5d5
}

.btn-default:active, .btn-default:focus {
    border: solid 1px rgba(0, 0, 0, .12)
}

.btn-primary {
    border: solid 1px rgba(0, 0, 0, .12);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
}

.btn-primary i + span {
    padding: 0 0 0 5px
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:hover, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:hover, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.btn.disabled2 {
    display: none !important
}

.list-group a {
    border: 1px solid #ddd;
    color: #666;
    padding: 9px 15px 10px 15px;
    min-height: 40px;
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    margin-bottom: -1px !important;
    transition: all ease-in-out .2s
}

.list-group i {
    color: #888;
    vertical-align: middle;
    margin: -4px 3px 0 0;
    font-size: .7em;
    transform: rotate(180deg)
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #333;
    color: #d9534f;
    background: #eee;
    border: 1px solid #ddd
}

.slideshow {
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden
}

.slideshow .title {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 20px;
    width: auto;
    z-index: 99;
    height: 30px;
    padding: 0 5px 0 12px;
    line-height: 28px;
    font-size: 1.1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    opacity: .7
}

.slideshow .title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 0;
    right: -20px;
    top: 0;
    border-width: 15px 10px;
    border-style: solid
}

.slideshow .owl-buttons div {
    z-index: 1;
    line-height: 18px;
    margin: -15px 0 0
}

.slideshow .owl-buttons div i {
    font-size: 2em !important;
    margin: 0 !important
}

.slideshow .owl-pagination {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 8px;
    top: auto;
    text-align: center
}

.slideshow .owl-controls .owl-page span {
    width: 14px;
    height: 8px;
    opacity: .5
}

.slideshow .owl-controls .owl-page.active span {
    opacity: 1
}

.home_banners {
    margin-bottom: 10px !important
}

.home_banners .home_banner {
    display: table;
    width: 100%;
    min-height: 75px;
    margin: 0 0 10px;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
}

.home_banners .home_banner:hover {
    border: solid 1px rgba(0, 0, 0, .2)
}

.home_banners .home_banner i {
    font-size: 4em;
    opacity: .7
}

.home_banners .home_banner i.fa-percent {
    font-size: 3.5em;
    margin: 4px 0 0
}

.home_banners .home_banner:hover i {
    opacity: 1
}

.home_banners .home_banner .icon {
    display: table-cell;
    width: 50px;
    padding: 0 15px 0 5px;
    text-align: center
}

.home_banners .home_banner .text {
    display: table-cell;
    vertical-align: top;
    line-height: 1em
}

.home_banners .home_banner .text strong {
    display: block;
    margin: 8px 0 10px;
    font-size: 1.1em
}

.home_banners .home_banner.has_link {
    cursor: pointer
}

.home_banners .home_banner.has_link span {
    border-bottom: dotted 1px
}

#filter_default h5 {
    margin: 10px 10px 10px 12px
}

#filter_default label {
    cursor: pointer;
    padding-left: 15px
}

#filter_default input[type=checkbox] {
    display: none
}

#filter_default input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    padding: 0;
    min-height: auto;
    background: #e5e5e5;
    width: 14px;
    height: 14px;
    border: solid 1px #ccc;
    border-radius: 2px;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5)
}

#filter_default input[type=checkbox] + label:hover {
    background: #d5d5d5;
    border: solid 1px #ccc
}

#filter_default input[type=checkbox]:checked + label {
    color: #d9534f;
    color: #fff;
    background: #d5d5d5;
    background: #d9534f;
    border: solid 1px #aaa;
    border: solid 1px #d9534f;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.news, .product-thumb {
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 4px
}

.news:hover, .product-thumb:hover {
    border: solid 1px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .15)
}

.product-thumb .image {
    position: relative;
    text-align: center;
    margin: 10px
}

.product-thumb .image a {
    display: block;
    position: relative
}

.product-thumb .image img {
    cursor: pointer
}

.product-thumb .additional {
    display: none
}

.product_sticker {
    position: absolute;
    top: 0;
    left: -11px;
    z-index: 9;
    height: 23px;
    padding: 0 0 0 10px;
    line-height: 22px;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .8em;
    opacity: .7
}

.product_sticker + .product_sticker {
    top: 28px
}

.product_sticker + .product_sticker + .product_sticker {
    top: 56px
}

.product_sticker + .product_sticker + .product_sticker + .product_sticker {
    top: 84px
}

.product_sticker + .product_sticker + .product_sticker + .product_sticker + .product_sticker {
    top: 112px
}

.product_sticker:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 0;
    right: -18px;
    top: 0;
    border-width: 11px 10px 12px 0;
    border-style: solid
}

.product_status {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -70px;
    width: 140px;
    max-width: 100%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    color: #d9534f;
    border: solid 1px #ddd;
    background: rgba(255, 255, 255, .8);
    border-radius: 3px;
    transition: all ease-in-out .2s;
    transform: rotateX(0) scale(1)
}

.product-list .product-thumb a {
    margin: 15px 0 10px;
    height: auto !important
}

.product-list .product_status {
    margin-left: -70px
}

.product-thumb:hover .product_status {
    transform: rotateX(0) scale(0);
    display: none
}

.product-grid .product-thumb .image {
    float: none
}

.option {
    position: relative;
    margin: 0 0 5px
}

.option select {
    width: auto;
    height: 23px;
    margin: 0 0 10px;
    padding: 0 5px;
    line-height: 18px;
    font-size: .85em;
    border-radius: 3px
}

.option input[type=checkbox], .option input[type=radio] {
    display: none
}

.option label {
    font-weight: 500;
    cursor: pointer;
    margin: 0
}

.option div label:first-child {
    margin: 0 0 5px
}

.option label input[type=checkbox] + span, .option label input[type=radio] + span {
    display: block;
    white-space: nowrap;
    margin: 0 2px 5px 0;
    padding: 0 5px;
    font-size: .85em;
    width: auto;
    height: 21px;
    line-height: 18px;
    border-radius: 3px;
    box-shadow: none;
    background: rgba(0, 0, 0, .04)
}

.option label span span {
    margin: 0 0 0 3px
}

.option input[type=checkbox]:checked + span, .option input[type=radio]:checked + span {
    box-shadow: none !important
}

.option input[type=radio] + span.img {
    min-height: 22px;
    background: 0 0;
    box-shadow: none;
    padding: 0 !important;
    transition: all ease-in-out .2s
}

.option input[type=radio]:checked + span.img {
    background: 0 0;
    box-shadow: none;
    border-color: transparent
}

.option input[type=radio] + span.img img {
    width: 42px;
    border-radius: 6px;
    border: none;
    padding: 3px
}

.product-thumb .option input[type=radio] + span.img img {
    width: 20px
}

.option input + span:before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    content: '';
    border: solid 2px transparent;
    border-radius: 3px;
    background: 0 0;
    transition: all ease-in-out .2s
}

.option input:checked + span:before {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: solid 2px
}

.product-thumb .option input:checked + span:before {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px
}

.option input:checked + span, .option label:hover input + span {
    background: rgba(0, 0, 0, .07) !important
}

.product-thumb h4 {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 1.15em
}

.product-thumb .caption > a {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 1.35em;
    min-height: 60px;
}

.product-list .product-thumb h4 {
    margin: 15px 0 10px
}

.product-thumb .caption {
    margin: 0 10px 15px;
    line-height: 1.3em
}

.product-thumb .cart {
    margin: 0 0 10px 10px
}

.product-thumb button + button {
    margin: 0 0 0 6px
}

.product-thumb .attribute {
    display: block;
    margin: 0 0 10px
}

.product-thumb .attribute_alt {
    display: none
}

.product-thumb .attribute .attr_name {
    color: #888
}

.product-thumb .attribute .attr_value:after {
    content: '/';
    padding: 0 3px 0 5px;
    color: #ccc;
    font-size: .9em
}

.product-thumb .attribute .attr_value:last-child:after {
    content: ''
}

.product-thumb .option span.img + span {
    display: none
}

.product-thumb .option .text-danger {
    position: absolute;
    top: -6px;
    background: #eee;
    border: solid 1px #ccc;
    padding: 2px 9px 3px
}

.product-thumb .option .text-danger:after {
    content: ''
}

.product-thumb .quick_order {
    transition: all ease-in-out .2s
}

.product-thumb .wishlist {
    transition: all ease-in-out .3s
}

.product-thumb .compare {
    transition: all ease-in-out .4s
}

.product-thumb .compare, .product-thumb .quick_order, .product-thumb .wishlist {
    transform: scale(0)
}

.product-thumb:hover .compare, .product-thumb:hover .quick_order, .product-thumb:hover .wishlist {
    bottom: 0;
    transform: scale(1)
}

.product-thumb sup {
    position: relative
}

.product-thumb sup a {
    text-decoration: underline
}

.product-thumb sup a:after {
    position: absolute;
    top: -4px;
    right: -7px;
    bottom: -5px;
    left: -7px;
    content: '';
    cursor: pointer
}

.product-thumb .reviews-caption {
    margin: 0 10px 10px
}

.product-thumb .reviews-author {
    margin-bottom: 10px;
    font-weight: 500
}

.product-thumb .reviews-date {
    font-size: .9em;
    text-align: right;
    color: #aaa
}

.product-thumb .all {
    text-decoration: underline;
    font-size: .9em
}

.product-thumb .all:hover {
    text-decoration: none
}

.product-thumb .rating {
    margin: 0 0 10px
}

.rating .fa-stack {
    font-size: 7px
}

.rating i {
    font-size: 14px
}

.product-thumb .price {
    color: #555;
    font-size: 1.35em;
    font-weight: 500
}

.product-thumb .price-new {
    font-weight: 700;
    white-space: nowrap
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    display: block
}

.product-thumb .price span {
    margin: 0 10px 0 0
}

.product-thumb .price span + span {
    margin: 0
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-price .product-thumb {
    width: 100%;
    margin: 0 0 -1px;
    padding: 5px 0 5px 10px;
    border-radius: 0
}

.product-price .product-thumb:before {
    border-radius: 0
}

.product-price:last-child {
    margin: 0 0 20px
}

.product-price:first-child .product-thumb {
    border-radius: 4px 4px 0 0
}

.product-price:last-child .product-thumb {
    border-radius: 0 0 4px 4px
}

.product-price .product-thumb > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

.product-price .product-thumb > div:nth-child(2) {
    width: 100%
}

.product-price .product_sticker {
    display: none
}

.product-price .image {
    width: 6%;
    max-width: 60px;
    padding: 2px 10px 2px 0
}

.product-price .image .product_status {
    display: none
}

.product-price .caption {
    display: table;
    width: 100%;
    min-height: 36px;
    padding: 0;
    margin: 0
}

.product-price .caption > * {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    border-right: solid 1px #ddd
}

.product-price .caption a {
    width: 60%;
    font-size: 1em;
    padding: 0 0 0 10px;
    border-left: solid 1px #ddd
}

.product-price a .product_status {
    position: relative;
    top: 0;
    left: 15px;
    display: inline;
    height: auto;
    line-height: 1.6em;
    font-size: .8em;
    padding: 0;
    margin: 0;
    border: none;
    color: #888
}

.product-price a .product_status:before {
    content: '('
}

.product-price a .product_status:after {
    content: ')'
}

.product-price a .product_sticker {
    position: relative;
    display: none;
    float: right;
    top: auto;
    height: auto;
    line-height: 1.5em;
    margin: 0 0 0 10px;
    padding: 0 8px 2px;
    font-size: .8em;
    font-weight: 400;
    border-radius: 3px
}

.product-price a .product_sticker:after {
    content: '';
    border: none
}

.product-price .caption .description {
    display: none !important
}

.product-price .caption .rating {
    display: none !important;
    width: 10%;
    min-width: 80px;
    margin: 0;
    padding: 0;
    text-align: center
}

.product-price .caption .price {
    width: 10%;
    min-width: 90px;
    text-align: center;
    font-size: 1em !important
}

.product-price .caption .price span {
    display: block;
    margin: 0 !important
}

.product-price .cart {
    float: none;
    text-align: center;
    min-width: 90px
}

.product-price .cart button span {
    display: none
}

.product-price .cart button i {
    display: inline-block !important
}

.product-price .cart button {
    min-width: 30px;
    height: 26px;
    padding: 0;
    transform: scale(1)
}

.product-price .cart .compare, .product-price .cart .wishlist {
    display: none
}

.product-price .product-thumb > button {
    display: none
}

.product-price .attribute {
    display: none !important
}

.product-price .option {
    padding: 0 6px
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

#compact-view, #grid-view, #list-view {
    height: 34px;
    line-height: 32px;
    font-size: .85em
}

.product_carousel {
    overflow: hidden;
    margin: 0 !important
}

.tab-content .product_carousel {
    position: relative;
    top: -28px;
    margin-bottom: -30px !important;
    padding-top: 30px
}

.news_wrapper, .products {
    margin: 0 -10px !important
}

.news_wrapper .owl-item, .products .owl-item {
    padding: 0 10px;
    float: left
}

.news_wrapper .owl-buttons, .products .owl-buttons {
    position: absolute;
    top: -28px;
    right: 0;
    overflow: auto;
    width: 90px;
    height: 20px;
    background: #fff
}

.news_wrapper .owl-buttons div, .products .owl-buttons div {
    opacity: 1 !important;
    color: #9e1a3f !important;
    border: solid 1px rgba(0, 0, 0, .12);
    background: #eee;
    line-height: 1em;
    text-align: center;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
}

.news_wrapper .owl-buttons div:hover, .products .owl-buttons div:hover {
    background: #e5e5e5
}

.news_wrapper .owl-buttons div i, .products .owl-buttons div i {
    color: #777;
    font-size: .8em !important;
    text-shadow: 0 1px 0 #fff
}

.news_wrapper .owl-buttons .owl-prev, .products .owl-buttons .owl-prev {
    top: 0 !important;
    left: auto !important;
    right: 45px !important;
    padding: 1px 10px 2px 9px
}

.news_wrapper .owl-buttons .owl-next, .products .owl-buttons .owl-next {
    top: 0 !important;
    right: 10px !important;
    padding: 1px 8px 2px 10px
}

.pagination_wrap {
    margin-bottom: 15px !important
}

.pagination_wrap .col-sm-6.text-left {
    width: auto;
    float: none;
    text-align: center
}

.pagination_wrap .col-sm-6.text-left + .col-sm-6.text-right {
    width: auto;
    float: none;
    text-align: center;
    color: #777
}

.pagination {
    margin: 0
}

.pagination li a, .pagination li span {
    font-weight: 500;
    height: 30px;
    line-height: 26px;
    margin: 0 !important;
    padding: 0 12px !important;
    border: solid 1px rgba(0, 0, 0, .12) !important
}

.pagination li + li a, .pagination li + li span {
    border-left: none !important
}

#product {
    margin-bottom: 5px
}

#product .thumbnails {
    position: relative;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

#product .thumbnails > li:first-child {
    margin: 0 0 20px;
    position: relative
}

#product .thumbnails > li:first-child a {
    border: solid 1px #ddd
}

#product .thumbnails > li:first-child a:hover {
    border: solid 1px #ccc
}

#product .thumbnails > img {
    width: 100%
}

#product a.thumbnail {
    border: none
}

#product .thumbnails .additional {
    margin: 0 -10px 0 -10px
}

#product .thumbnails .additional.none {
    display: none
}

#product .thumbnails .owl-item {
    padding: 0 10px
}

#product #additional-img .thumbnail {
    margin: 0;
    padding: 0
}

#product #additional-img.row .thumbnail {
    margin: 0 0 10px
}

#product #additional-img img {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd
}

#product #additional-img a {
    position: relative
}

#product #additional-img a:before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    content: '';
    border: solid 2px transparent;
    border-radius: 3px;
    background: 0 0;
    transition: all ease-in-out .2s
}

#product #additional-img a.selected:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 2px
}

#product #additional-img .owl-prev {
    margin: -14px 0 0 -10px;
    opacity: .6
}

#product #additional-img .owl-next {
    margin: -14px -10px 0 0;
    opacity: .6
}

#product .col-sm-6 .product_sticker {
    font-size: 1em;
    height: 28px;
    line-height: 27px
}

#product .col-sm-6 .product_sticker:after {
    border-width: 14px 10px 14px 0
}

#product .col-sm-6 .product_sticker {
    top: 10px;
    left: 10px
}

#product .col-sm-6 .product_sticker + .product_sticker {
    top: 48px
}

#product .col-sm-6 .product_sticker + .product_sticker + .product_sticker {
    top: 86px
}

#product .col-sm-6 .product_sticker + .product_sticker + .product_sticker + .product_sticker {
    top: 124px
}

#product .col-sm-6 .product_sticker + .product_sticker + .product_sticker + .product_sticker + .product_sticker {
    top: 162px
}

#product .col-sm-6 .product_sticker + .product_sticker + .product_sticker + .product_sticker + .product_sticker + .product_sticker {
    top: 198px
}

#product .image-additional {
    margin-bottom: 10px
}

#product a {
    text-decoration: underline
}

#product .price {
    margin: 15px 0 0
}

#product .price li > span {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 8px;
    font-size: 1.8em;
    font-weight: 500
}

#product .price .old_price {
    text-decoration: line-through;
    margin-right: 10px;
    color: #999
}

#product #input-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    font-size: 1em;
    border-radius: 3px 0 0 3px
}

#product #input-quantity + div {
    display: none
}

#product #input-quantity + div + span, #product #input-quantity + span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -4px;
    overflow: hidden
}

#product .quantity span .btn {
    display: block;
    min-width: 25px;
    width: 8px;
    height: 17px;
    line-height: 17px;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: .6em !important;
    color: #777
}

#product .quantity span .btn:first-child {
    border-radius: 0 3px 0 0
}

#product .quantity span .btn:last-child {
    border-top: none;
    border-radius: 0 0 3px 0
}

#product .cart .btn-group {
    margin: 0 0 0 10px
}

#product .discount {
    margin: 0 0 -5px
}

#product .discount span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    font-size: .85em !important;
    font-weight: 500;
    border-radius: 3px;
    background: rgba(0, 0, 0, .07)
}

#product .col-xs-12 h5 {
    margin-top: 5px
}

#product .form-group {
    margin: 0
}

#product .form-group.popup_options {
    margin: 0 0 10px
}

#product .form-group.popup_options a {
    text-decoration: none
}

#product .input-group-btn {
    vertical-align: top
}

#product .form-group > label {
    display: inline;
    font-size: 1em;
    margin: 0 0 5px;
    font-weight: 500
}

#product .form-group > label + div {
    margin: 5px 0 0
}

#product .options_select select {
    width: 100%;
    height: 27px;
    padding: 0 0 2px 5px;
    font-size: .85em
}

#product .options_select {
    padding: 0 5px 0 10px
}

#product .options_select + .options_select {
    padding: 0 10px 0 5px
}

#product .alert-info {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 4px 0 0;
    font-size: .8em;
    line-height: 10px;
    font-weight: 500;
    color: #d9534f
}

#product .radio {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0
}

#product .radio label {
    margin: 0;
    padding: 0
}

#product .option label > span {
    height: auto;
    margin: 0;
    padding: 3px 10px
}

#product .rating .fa-comments-o {
    margin: 0 0 0 5px;
    padding: 0 5px 0 8px;
    border-left: solid 1px #ddd
}

#product .rating a {
    border-bottom: dotted 1px;
    text-decoration: none
}

#product .product_button {
    width: 100%;
    margin: 0 0 10px
}

#product .product_button .btn {
    width: 100%;
    padding: 0;
    height: 28px;
    color: #888;
    background: #f8f8f8
}

#product .product_button .btn:hover {
    border: solid 1px #bbb
}

#product .product_button .btn:hover {
    color: #d9534f
}

#product .product_button .btn:nth-last-child(2):first-child, #product .product_button .btn:nth-last-child(2):first-child ~ .btn {
    width: 50%
}

#product .product_button .btn:nth-last-child(3):first-child, #product .product_button .btn:nth-last-child(3):first-child ~ .btn {
    width: 33.5%
}

.product_banners > div > div {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 8px 10px 10px;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
}

.product_banners > div > div:hover {
    border: solid 1px rgba(0, 0, 0, .2)
}

.product_banners > div > div i {
    display: table-cell;
    vertical-align: top;
    min-width: 50px;
    padding: 2px 10px 0 0;
    font-size: 2.4em;
    text-align: center;
    opacity: .8
}

.product_banners > div > div:hover i {
    opacity: 1
}

.product_banners > div > div strong {
    display: block;
    margin: 2px 0 0
}

.product_banners > div > div span {
    display: table-cell;
    line-height: 1.3em
}

.product_banners > div > div.has_link {
    cursor: pointer
}

.product_banners > div > div.has_link span span {
    display: inline;
    border-bottom: dotted 1px
}

.manufacturer_block img {
    padding: 4px;
    border: solid 1px #ddd;
    border-radius: 4px
}

.manufacturer_block a {
    text-decoration: underline
}

#tab-description img {
    max-width: 100%
}

#tab-description {
    width: 96%
}

#tab-specification .row > div:nth-child(odd) {
    clear: left;
    margin: 0 0 10px
}

#form-review {
    display: none
}

.review_star {
    position: relative;
    display: inline-block;
    min-width: 130px;
    margin: 0 0 0 5px
}

.review_star input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    margin: 0;
    z-index: 99;
    cursor: pointer;
    opacity: 0
}

.review_star input + input {
    margin: 0 0 0 1px
}

.review_star .stars {
    position: absolute;
    top: -1px;
    left: 0
}

.review_star .stars i {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    color: #d9534f;
    opacity: .8
}

.review_star .stars i + i {
    margin: 0 0 0 2px
}

#review .review_list {
    margin: 0 0 20px;
    border-bottom: solid 0 rgba(0, 0, 0, .12)
}

#review .review_list .name_date {
    overflow: auto;
    margin: 0 0 10px;
    padding: 5px 16px;
    background: linear-gradient(to right, #f5f5f5 0, transparent 100%);
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

#review .review_list .name_date .name {
    float: left;
    min-width: 100px;
    font-weight: 700
}

#review .review_list .name_date .name i {
    margin: 0 10px 0 0;
    color: #d9534f
}

#review .review_list .name_date .rating {
    float: left
}

#review .review_list .name_date .date-added {
    float: right;
    color: #888
}

#review .review_list .comment, #review .review_list .minus, #review .review_list .plus {
    margin: 0 0 12px;
    padding: 0 17px
}

#review .review_list .plus div {
    color: #080
}

#review .review_list .minus div {
    color: red
}

#review .review_list .comment div {
    color: #777
}

#review .review_list .comment div, #review .review_list .minus div, #review .review_list .plus div {
    margin: 0 0 2px -14px;
    font-weight: 700
}

#review .review_list .plus i, .review_list .comment i, .review_list .minus i {
    width: 14px;
    font-size: .8em
}

#review .review_list .admin_reply {
    margin: 0 0 0 15px;
    padding: 5px 10px;
    border-left: solid 2px #d9534f;
    font-weight: 500;
    background: rgba(0, 0, 0, .025)
}

#review .review_list .admin_reply > div {
    margin: 0 0 3px;
    padding: 0 0 3px;
    color: #666;
    font-size: .85em;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

#review .review_list .admin_reply > div i {
    margin: 0 6px 0 0;
    transform: rotate(180deg);
    font-size: .85em
}

#review .review_pagination {
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-top: solid 1px rgba(0, 0, 0, .12)
}

#review .pagination {
    float: left;
    margin: 0 0 10px
}

#product .attribute > span {
    position: relative;
    display: table-cell
}

#product .attribute > span:first-child {
    white-space: nowrap
}

#product .attribute > span:last-child {
    width: 100%;
    text-align: right !important;
    font-weight: 500
}

#product .attribute > span:last-child:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    content: '';
    border-bottom: dotted 1px #888
}

#product .attribute > span:first-child span {
    background: #fff;
    padding: 0 5px 0 0
}

#product .attribute > span:last-child span {
    position: relative;
    background: #fff;
    padding: 0 0 0 5px
}

.attribute div > span {
    position: relative;
    display: table-cell
}

.attribute div > span:first-child {
    white-space: nowrap
}

.attribute div > span:last-child {
    width: 100%;
    text-align: right;
    font-weight: 500
}

.attribute div > .attr_value-wrap {
    display: block;
}

.attribute div > span:last-child:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    content: '';
    border-bottom: dotted 1px #888
}

.attribute div > span:first-child span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 5px 0 0
}

.attribute div > span:last-child span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 0 0 5px
}

.show_attr {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 8px 0 0;
    line-height: 1;
    border-bottom: dotted 1px;
    text-decoration: none !important
}

.news_wrapper {
    margin: 0 -10px -20px !important
}

.news {
    line-height: 1.3em
}

.news .image {
    padding: 10px 10px 12px;
    border-radius: 4px
}

.news .image img {
    border-radius: 3px
}

.news .name {
    margin: 0 0 10px;
    padding: 0 10px;
    font-weight: 700
}

.news .description {
    margin: 0 0 10px;
    padding: 0 10px
}

.news .posted {
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: .9em;
    text-align: right;
    color: #aaa
}

.news .posted a {
    float: left;
    text-decoration: underline
}

.news_page > div {
    overflow: auto;
    padding: 10px 10px 45px 10px;
    border: solid 1px #ddd;
    border-radius: 4px
}

.news_page .show_all_news {
    margin: 20px -10px 20px;
    padding: 0;
    border: none
}

.news_page .image {
    float: left;
    margin: 0 15px 0 0
}

.news_page .image img {
    border-radius: 3px
}

.news_page .description {
    line-height: 1.5em
}

.news_list .image img {
    border-radius: 3px
}

.news_list .posted {
    text-align: right;
    background: #fff
}

.news_list a {
    text-decoration: underline
}

.cat_desc .category-info {
    display: block;
    overflow: auto;
    margin: 0 0 20px
}

.category-info .image {
    float: left;
    margin: 0 10px 0 0
}

.category-info hr {
    clear: both;
    margin: 10px 0
}

.category_list {
    text-align: center
}

.category_list a {
    display: block;
    margin: 0 0 20px;
    line-height: 1.2em;
    font-size: .85em;
    font-weight: 500;
    padding: 5px 10px;
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.category_list a:hover {
    border: solid 1px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .15)
}

.category_list img {
    margin-bottom: 5px
}

.category_list p {
    margin: 0
}

footer {
    position: relative;
    flex: 0 0 auto;
    margin-top: 30px;
    padding: 20px 0 10px;
    border-top: solid 3px rgba(255, 255, 255, .3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: inset 0 10px 15px rgba(0, 0, 0, .2)
}

footer hr {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    margin: 10px 0
}

footer ul {
    margin: 0;
    padding: 0
}

footer .text, footer ul {
    line-height: 24px
}

footer li a:hover {
    text-decoration: underline !important
}

footer li i.fa {
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: .6em
}

footer .likeh5, footer h5 {
    margin: 0 0 10px;
    font-size: 1.2em
}

footer .likeh5.heading span:after, footer h5.heading span:after {
    border-top: solid 1px rgba(0, 0, 0, .15);
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

footer .likeh5 i, footer h5 i {
    position: relative;
    top: 1px;
    margin: 0 8px 0 0
}

footer .socials a + a {
    margin: 0 0 0 20px
}

footer .socials a i {
    font-size: 1.7em
}

footer .socials .fa-odnoklassniki:hover {
    color: #ef8117
}

footer .socials .fa-vk:hover {
    color: #597ba0
}

footer .socials .fa-facebook:hover {
    color: #3a5795
}

footer .socials .fa-twitter:hover {
    color: #59adea
}

footer .socials .fa-google-plus:hover {
    color: #db4437
}

footer .socials .fa-instagram:hover {
    color: #125688
}

footer .socials .fa-youtube:hover {
    color: #e62117
}

footer .payments {
    text-align: right
}

footer .payments img {
    width: 40px
}

footer .payments img:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none
}

footer .payments img + img {
    margin: 0 0 0 10px
}

footer .ya_maps {
    margin: 15px 0 0
}

footer ymaps {
    font-weight: 400 !important;
    text-shadow: 0 0 0
}

#add_to_cart_success {
    width: 380px;
    max-width: 100%;
    padding: 15px;
    background: #f5f5f5
}

#add_to_cart_success .close {
    position: absolute;
    z-index: 999;
    top: 8px;
    right: 10px
}

#add_to_cart_success .close:after {
    position: absolute;
    content: '';
    top: -4px;
    bottom: -6px;
    left: -8px;
    right: -8px
}

#add_to_cart_success .row + .row {
    margin-top: 10px
}

#add_to_cart_success img {
    float: left;
    padding: 3px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 3px
}

#add_to_cart_success .col-xs-6.text-left a {
    line-height: 1.9em;
    border-bottom: dotted 1px
}

.fly_callback {
    position: fixed;
    z-index: 999;
    right: 34px;
    bottom: 25px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all ease-in-out .3s
}

.fly_callback i {
    line-height: 40px;
    font-size: 26px;
    transform: rotate(0);
    transition: all ease-in-out .3s
}

.fly_callback.show {
    bottom: 88px
}

.fly_callback:before {
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    content: '';
    border-radius: 100%;
    animation: pulsate_after 4s infinite linear
}

.fly_callback:after {
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
    content: '';
    border-radius: 100%;
    animation: pulsate_after 5s infinite linear
}

.container > .alert.alert-danger, .container > .alert.alert-success {
    min-height: auto;
    width: 300px;
    padding: 8px 10px
}

.container > .alert .alert {
    position: relative;
    margin: 0 0 10px;
    padding: 8px 10px;
    width: 310px;
    font-size: .9em
}

.container > .alert .alert {
    animation: slide .3s ease-in-out
}

.container > .alert .close {
    position: absolute;
    right: 6px;
    top: 2px
}

.alert a {
    text-decoration: underline
}

@keyframes slide {
    from {
        top: -100px
    }
    to {
        top: 0
    }
}

.scroll_up {
    position: fixed;
    z-index: 999;
    right: 34px;
    bottom: 25px;
    transform: scale(0);
    background: rgba(0, 0, 0, .3);
    font-size: 20px !important;
    line-height: 36px !important;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: all ease-in-out .3s
}

.scroll_up.show {
    transform: scale(1)
}

.scroll_up:hover {
    background: rgba(0, 0, 0, .5)
}

.information-contact .contacts i {
    vertical-align: middle;
    min-width: 15px;
    text-align: center;
    margin: 0 5px 0 0;
    font-size: 1.2em;
    line-height: 1.4em
}

.information-contact .contacts i.fa-mobile {
    font-size: 1.5em
}

.bootstrap-datetimepicker-widget {
    z-index: 9999999999 !important
}

.row {
    margin: 0 -10px
}

.form-horizontal .form-group {
    margin: 10px -10px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 10px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

header #div_search #live-search {
    margin: -4px 0 0
}

header #live-search {
    display: none;
    z-index: 999;
    position: relative
}

header #live-search ul {
    margin: 0;
    padding: 0
}

header #live-search ul {
    position: absolute;
    width: 100%;
    list-style: none;
    padding: 0 0;
    background: #fff;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2)
}

header #live-search ul li {
    padding: 5px 5px
}

header #live-search ul li:hover {
    background: rgba(0, 0, 0, .05)
}

header #live-search ul li div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer
}

header #live-search ul li + li {
    border-top: solid 1px rgba(0, 0, 0, .12)
}

header #live-search ul li div.product-image {
    width: 1%;
    text-align: center
}

header #live-search ul li div.product-image img {
    border-radius: 3px
}

header #live-search ul li div.product-name {
    width: 100%;
    font-weight: 500;
    line-height: 16px
}

header #live-search ul li div.product-name p {
    margin: 4px 0 0;
    color: #888;
    font-size: .85em;
    font-weight: 400
}

header #live-search ul li div.product-name p .rating {
    display: block;
    margin: 3px 0 0
}

header #live-search ul li div.product-name p .rating i {
    font-size: .9em;
    margin: 0 2px 0 0
}

header #live-search ul li div.product-price {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    font-weight: 500
}

header #live-search ul li div.product-price span {
    display: block
}

header #live-search ul li div.product-price span.special {
    text-decoration: line-through;
    color: #888;
    font-weight: 400
}

header #live-search ul li > a {
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0;
    font-size: .9em
}

header #live-search li > i {
    animation: spin 1s infinite linear
}

#callback h4 span {
    background: #f8f8f8
}

#callback form div + div {
    margin: 10px 0 0
}

#callback .comment, #callback .mail {
    display: none
}

.modal.fade {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    overflow-y: auto
}

.modal.fade .modal-dialog {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.modal.fade.in .modal-dialog {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.corner_0, .corner_1, .corner_2, .corner_3 {
    height: 57px;
    width: 58px;
    position: absolute;
    z-index: 9
}

.corner_0 {
    left: 0;
    top: 0
}

.corner_1 {
    right: 0;
    top: 0
}

.corner_2 {
    left: 0;
    bottom: 0
}

.corner_3 {
    right: 0;
    bottom: 0
}

.corner_0 img, .corner_1 img, .corner_2 img, .corner_3 img {
    max-width: 100%
}

#uni-notification.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 10px
}

#uni-notification.fixed.remove {
    opacity: 0;
    transition: all ease-in-out .15s
}

#uni-notification .wrapper {
    padding: 15px;
    border-radius: 6px
}

#uni-notification.fixed .wrapper {
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

#uni-notification .modal-body {
    padding: 0;
    border-radius: 6px
}

#uni-notification .text a {
    text-decoration: underline
}

#uni-notification .buttons {
    margin: 10px 0 0;
    padding: 10px 0 0;
    text-align: right;
    border-top: dotted 1px rgba(0, 0, 0, .2)
}

#uni-notification .buttons .btn + .btn {
    margin: 0 0 0 10px
}

.wrapp_content_img img {
    width: 25%
}

.wrapp_content_iframe iframe {
    width: 45%;
    height: 315px
}

.content_strong {
    font-weight: 700
}

.wrapp__delivery, .wrapp__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapp__delivery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.delivery_item, .payment_item {
    padding: 5px
}

.delivery_item {
    width: 320px;
    margin-left: 5px;
    margin-right: 5px
}

.wrapp__delivery img {
    height: 140px
}

.wrapp__payment img {
    height: 150px
}

.delivery_item .header, .item_content .header {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.delivery_item .header, .delivery_item .item_img {
    text-align: center
}

.item_content {
    margin-top: 15px
}

.delivery_item__custom {
    width: 260px
}

.delivery_item__custom .header {
    height: 40px
}

.delivery_item__custom img {
    height: 100px
}

.zakazatprod {
    width: 100%;
    clear: both
}

.zakazatprod div {
    width: 20%;
    float: left;
    padding: .5em;
    box-sizing: border-box
}

.hidden-content {
    width: 50%
}

.hidden-content#hidden-content img {
    width: 100%
}

.zakazatprod .content__img img {
    max-width: 100%
}

#hidden-content_1 img, #hidden-content_2 img, #hidden-content_3 img {
    float: left;
    width: 50%;
    margin: .5em
}

.hidden-content .headers {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 767px) {
    #quick_order .row_input > div:nth-child(odd) {
        padding: 0 5px 0 10px
    }

    #quick_order .row_input > div:nth-child(even) {
        padding: 0 10px 0 5px
    }

    #quick_order .row_input > div:last-child {
        padding: 0 10px
    }

    .product-list .product-thumb {
        overflow: auto
    }

    .product-list .product-thumb .image {
        float: left;
        margin: 10px 15px 10px 10px
    }

    .product-list .product-thumb .description {
        font-size: 1em
    }

    .product-list .product-thumb .attribute, .product-list .product-thumb .description, .product-list .product-thumb .option {
        height: auto !important
    }

    .product-list .product-thumb .price {
        font-size: 1.4em;
        font-weight: 500
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

@media (min-width: 992px) {
    #logo img {
        float: left;
        width: 70px
    }

    #menu:hover {
        border-radius: 4px 4px 0 0
    }

    #menu.menu2:hover {
        border-radius: 4px
    }

    #menu .btn-navbar {
        position: absolute;
        display: block;
        top: 8px;
        right: 11px;
        margin: 0;
        padding: 0;
        box-shadow: none;
        cursor: default
    }

    #menu .navbar-collapse {
        display: none !important;
        padding: 0;
        z-index: 99;
        top: 40px;
        border: none
    }

    #menu:hover .navbar-collapse {
        display: block !important
    }

    #menu .nav {
        z-index: 9999;
        width: 100%;
        margin: 0;
        top: 40px;
        border-radius: 0 0 4px 4px
    }

    #menu .nav > li > a > i {
        position: absolute;
        top: 14px;
        right: 14px;
        display: inline-block;
        font-size: .9em;
        transition: all ease-in-out .15s
    }

    #menu .nav > li.open > a > i {
        transform: rotate(-90deg)
    }

    #menu .nav > li.open > .dropdown-menu {
        position: relative;
        left: 0 !important;
        display: block;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        transition: all ease-in-out .3s;
        box-shadow: none;
        float: none
    }

    #menu .nav > li ul li a {
        padding: 11px 0 10px 17px
    }

    #menu .nav > li > .dropdown-menu.column-1 {
        max-height: 4500px
    }

    #menu .nav > li > .dropdown-menu.column-2 {
        width: 370px
    }

    #menu .nav > li > .dropdown-menu.column-3 {
        width: 550px
    }

    #menu .nav > li > .dropdown-menu.column-4 {
        width: 327.2%
    }

    #menu .nav > li ul.col-sm-12:nth-child(n+2):before, #menu .nav > li ul.col-sm-3:nth-child(n+5):before {
        display: block;
        content: '';
        border-top: dotted 1px rgba(0, 0, 0, .1)
    }

    #menu .nav > li ul.col-sm-3:nth-child(4n+1) {
        clear: left
    }

    #menu .nav > li ul.col-sm-4:nth-child(n+4):before {
        display: block;
        content: '';
        border-top: dotted 1px rgba(0, 0, 0, .1)
    }

    #menu .nav > li ul.col-sm-4:nth-child(3n+1) {
        clear: left
    }

    #menu .nav > li ul.col-sm-12:nth-child(n+2):before {
        display: block;
        content: '';
        border-top: dotted 1px rgba(0, 0, 0, .1)
    }

    #menu .nav > li ul li ul li {
        line-height: 1.7em
    }

    #menu .nav > li ul li ul li a:hover span {
        text-decoration: underline
    }

    #menu.menu2 .navbar-header {
        display: none
    }

    #menu.menu2 .navbar-collapse {
        top: 0;
        display: block !important;
        position: relative
    }

    #menu.menu2 .nav {
        display: flex;
        height: 40px;
        background: 0 0 !important;
        border: none;
        float: none
    }

    #menu.menu2 .nav > li {
        flex-basis: auto;
        flex-grow: 1;
        text-align: center;
        white-space: nowrap;
        position: static;
        border: none
    }

    #menu.menu2 .nav > li.open {
        border-right: none
    }

    #menu.menu2 .nav > li + li {
        border: none;
        border-left: solid 1px rgba(0, 0, 0, .12)
    }

    #menu.menu2 .nav > li > a i {
        position: relative;
        top: 0;
        right: auto;
        margin: 0 0 0 5px
    }

    #menu.menu2 .nav > li.open > a i {
        transform: rotate(-180deg)
    }

    #menu.menu2 .nav > li > .dropdown-menu {
        left: auto !important;
        top: 115%;
        padding: 0 15px;
        border-top: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .15), inset 0 10px 10px -8px rgba(0, 0, 0, .1);
        border-radius: 0 0 4px 4px
    }

    #menu.menu2 .nav > li.open > .dropdown-menu {
        top: 100%
    }

    #menu.menu2 .nav > li + li .dropdown-menu {
        margin: 0 0 0 -1px
    }

    #menu.menu2 .nav > li > .dropdown-menu.column-1 {
        width: 25%
    }

    #menu.menu2 .nav > li > .dropdown-menu.column-2 {
        width: 50%
    }

    #menu.menu2 .nav > li > .dropdown-menu.column-3 {
        width: 75%
    }

    #menu.menu2 .nav > li > .dropdown-menu.column-4 {
        width: 100%
    }

    #menu_wrap.show {
        top: 0
    }

    #menu_wrap {
        display: block !important;
        z-index: 999;
        position: fixed;
        left: 0;
        right: 0;
        top: -100%;
        border-bottom: solid 1px rgba(0, 0, 0, .2);
        background: #fff !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
        transition: all ease-in-out .4s
    }

    #menu_wrap #menu {
        min-height: 40px;
        margin: 0;
        box-shadow: none;
        border-radius: 0
    }

    #menu_wrap #menu .navbar-header {
        float: none;
        position: relative;
        z-index: 99999;
        height: 40px;
        border: solid 1px rgba(0, 0, 0, .1);
        border-top: none;
        border-bottom: none
    }

    #menu_wrap #menu.menu2 .navbar-header {
        border: none
    }

    #menu_wrap #menu #category, #menu_wrap #menu .btn-navbar {
        text-shadow: none
    }

    #menu_wrap #menu .navbar-collapse {
        display: none !important
    }

    #menu_wrap #menu:hover .navbar-collapse {
        display: block !important
    }

    #menu_wrap #menu .nav > li {
        display: block !important
    }

    #menu_wrap #menu .nav > li.additional {
        display: none !important
    }

    #menu_wrap #menu.menu3 .nav > li.has-children:hover:before {
        background: 0 0 !important
    }

    #menu_wrap #menu .nav > li > .dropdown-menu {
        margin-left: 0 !important
    }

    #menu_wrap .product_wrap {
        overflow: hidden;
        border-right: solid 1px rgba(0, 0, 0, .1)
    }

    #menu_wrap .product_wrap > div {
        display: table;
        width: 100%
    }

    #menu_wrap .product_wrap .product_name {
        position: relative;
        display: table-cell;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.3em;
        font-weight: 500;
        overflow: hidden
    }

    #menu_wrap .product_wrap .product_name span {
        display: block;
        position: absolute;
        top: 0;
        line-height: 37px;
        white-space: nowrap
    }

    #menu_wrap .product_wrap > div > span {
        display: table-cell;
        position: relative;
        height: 40px;
        line-height: 38px;
        padding: 0 8px 0 12px;
        white-space: nowrap;
        font-size: 1.4em;
        font-weight: 500;
        border-left: solid 1px rgba(0, 0, 0, .1);
        border-right: solid 1px rgba(0, 0, 0, .1)
    }

    #menu_wrap .product_wrap > div > .product_name + span:before {
        position: absolute;
        z-index: 99;
        content: '';
        top: 0;
        left: -100%;
        width: 100%;
        height: 44px;
        margin: 0;
        padding: 0;
        border-right: solid 1px rgba(0, 0, 0, .05);
        background: linear-gradient(to right, transparent 0, rgba(255, 255, 255, .7) 50%, #fff 100%)
    }

    #menu_wrap .product_wrap > div > span + span {
        border-left: none
    }

    #menu_wrap .product_wrap > div > span.old_price {
        text-decoration: line-through;
        color: #999
    }

    #menu_wrap .product_wrap button {
        display: table-cell;
        margin: -7px 0 0 10px;
        height: 28px !important;
        border: solid 1px rgba(0, 0, 0, .12) !important
    }

    #menu_wrap #search {
        margin: 0;
        border: none
    }

    #menu_wrap #search .input-lg {
        height: 40px;
        border: solid 1px rgba(0, 0, 0, .12);
        border-top: none;
        border-bottom: none
    }

    #menu_wrap #search .btn {
        height: 40px !important;
        border: solid 1px rgba(0, 0, 0, .12);
        border-top: none;
        border-bottom: none;
        border-radius: 0;
        box-shadow: none
    }

    #menu_wrap #search .btn:hover:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .05)
    }

    #menu_wrap #search .open .fa-chevron-down {
        transform: rotate(-180deg)
    }

    #menu_wrap #search .dropdown-menu {
        margin: 1px 0 0;
        border-top: none;
        border-radius: 0 0 4px 4px;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .1)
    }

    #menu_wrap #live-search {
        top: 0
    }

    #menu_wrap #phone {
        margin: -1px -20px 0 0;
        height: 33px;
        text-align: left;
        background: #fff
    }

    #menu_wrap #phone .phone {
        float: none !important;
        padding: 0 0 2px;
        text-align: center;
        border-right: solid 0 rgba(0, 0, 0, .1)
    }

    #menu_wrap #phone .phone > div {
        font-size: 1.3em !important;
        font-weight: 500;
        color: #d9534f
    }

    #menu_wrap .phone > div i {
        display: none
    }

    #menu_wrap .phone > div span {
        border-bottom: dotted 1px #aaa;
        cursor: pointer
    }

    #menu_wrap .phone > div:last-child {
        display: none
    }

    #menu_wrap #phone .dropdown-menu {
        top: 40px;
        left: auto;
        right: -30px;
        min-width: 250px;
        margin: 1px -1px 0 0;
        border-top: none;
        border-radius: 0 0 4px 4px;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .1)
    }

    #menu_wrap #phone .dropdown-menu p {
        margin: 0
    }

    #menu_wrap .account_wrap {
        margin: 0 -20px 0 20px
    }

    #menu_wrap #account {
        position: relative;
        float: none;
        width: 100%;
        height: 40px;
        border-left: solid 1px rgba(0, 0, 0, .12);
        text-align: center;
        transition: all ease-in-out .2s
    }

    #menu_wrap #account button {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border: none !important
    }

    #menu_wrap #account button:hover:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .05)
    }

    #menu_wrap #account button span {
        display: none
    }

    #menu_wrap #account button i {
        line-height: 24px;
        font-size: 1.6em
    }

    #menu_wrap #account button i.fa-caret-down {
        display: none
    }

    #menu_wrap #account .dropdown-menu {
        float: right;
        margin: 1px -1px 0 0;
        border-top: none;
        border-radius: 0 0 4px 4px;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .1)
    }

    #menu_wrap #cart {
        position: absolute;
        left: 10px;
        right: 8px;
        height: 40px;
        margin: 0 !important;
        border: solid 1px rgba(0, 0, 0, .15);
        border-top: none;
        border-bottom: none
    }

    #menu_wrap #cart > button {
        height: 40px;
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        transition: all ease-in-out .2s
    }

    #menu_wrap #cart button:hover:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .05);
        border-radius: 0
    }

    #menu_wrap #cart > button i {
        font-size: 1.6em
    }

    #menu_wrap #cart > .btn span {
        min-width: 16px;
        height: 17px;
        line-height: 16px;
        padding: 0 3px;
        bottom: 0;
        border-radius: 5px 0 0 0;
        text-shadow: none
    }

    #menu_wrap #cart .dropdown-menu {
        margin: 1px 0 0;
        border-top: none;
        border-radius: 0 0 4px 4px;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .1)
    }

    .product-thumb .main {
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        transition: all ease-in-out .4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d
    }

    .product-thumb .image:hover .main {
        transform: rotateY(-180deg)
    }

    .product-thumb .additional {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        transform: rotateY(-180deg);
        transition: all ease-in-out .4s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d
    }

    .product-thumb .image:hover .additional {
        transform: rotateY(0)
    }

    .product-price .product-thumb .option {
        min-width: 120px
    }
}

@media (max-width: 1180px) {
    #menu_wrap #phone .phone > div {
        font-size: 1.2em !important
    }
}

@media (max-width: 1064px) {
    .product-price .caption h4 .product_status {
        display: block;
        left: 0;
        width: 100%;
        line-height: 1em;
        margin: 5px 0 0 !important;
        padding: 6px 0 0 !important;
        font-size: .8em;
        transform: scale(1)
    }

    .product-price .caption h4 .product_sticker {
        display: block;
        left: 0;
        top: 0;
        margin: 5px 0 0;
        padding: 0;
        font-size: .8em
    }

    .product-price .caption h4 :nth-child(2) {
        margin: 6px 0 0;
        padding: 3px 0 0;
        border-top: solid 1px #ddd !important
    }

    .product-price .caption h4 .product_sticker + .product_sticker {
        top: 0;
        margin: 0
    }

    .news_page .gallery_wrapper .flex-gallery img {
        width: 100%
    }
}

@media (max-width: 992px) {
    header #logo img {
        float: none;
        margin: 0
    }

    .navbar-toggle {
        display: block
    }

    #menu .nav {
        width: 100%;
        margin: 0;
        border-radius: 0 0 4px 4px
    }

    #menu .btn-navbar {
        display: block
    }

    #menu .navbar-collapse {
        display: none !important;
        padding: 0;
        position: absolute;
        top: 40px;
        border: none;
        box-shadow: none
    }

    #menu .navbar-collapse.collapsing, #menu .navbar-collapse.in {
        display: block !important
    }

    #menu .nav li a {
        background: 0 0
    }

    #menu .nav li .fa-angle-down {
        display: none
    }

    #menu .nav > li.has-children.open {
        border-right: solid 1px rgba(0, 0, 0, .1)
    }

    #menu .nav > li ul li {
        border-top: solid 1px rgba(0, 0, 0, .1)
    }

    #menu .nav > li ul li a {
        padding: 11px 0 10px 17px
    }

    #menu .nav > li ul li ul li a {
        padding: 11px 0 10px 0
    }

    #menu .nav li {
        position: relative;
        overflow: hidden;
        min-height: 40px
    }

    #menu .btn-navbar:after {
        position: absolute;
        z-index: 20;
        top: -5px;
        bottom: -5px;
        left: -500px;
        right: -10px;
        content: ''
    }

    #menu .nav li ul li ul li + li {
        margin: 0
    }

    #menu .nav li .dropdown-menu {
        position: relative;
        left: 0 !important;
        display: block;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        transition: all ease-in-out .3s
    }

    #menu .nav li .dropdown-menu ul li a > * {
        line-height: normal
    }

    #menu .nav li .dropdown-menu .dropdown-menu {
        width: 100%;
        padding: 0;
        margin: 0 !important
    }

    #menu .nav .dropdown-menu li.open > .dropdown-menu, #menu .nav li.open > .dropdown-menu {
        max-height: 4500px
    }

    #menu .nav li .dropdown-menu .dropdown-menu li {
        padding: 0 0 0 17px
    }

    #menu .nav li .dropdown-menu ul {
        width: 100% !important
    }

    .menu_links {
        display: block;
        height: auto;
        margin: 0 0 15px;
        background: 0 0 !important;
        border: 0
    }

    .menu_links li {
        float: left;
        line-height: 1.8em;
        border: none !important;
        margin: 0 15px 0 0;
        text-decoration: underline
    }

    .menu_links li a {
        height: auto;
        padding: 0;
        line-height: 1.8em;
        font-weight: 400;
        background: 0 0 !important
    }

    .home_banners div div i {
        font-size: 4em
    }

    .home_banners > div > div strong {
        margin: 0 0 5px;
        font-size: .9em
    }

    .news_wrapper, .products {
        margin: 0 -9px 0 -10px !important
    }

    .custom_menu div:nth-child(3) {
        display: none
    }

    .custom_menu div:nth-child(4) {
        display: none
    }

    .custom_menu div:nth-child(5) {
        display: none
    }

    .product-thumb button {
        transform: scale(1) !important
    }

    #product .rating {
        margin-top: 4px
    }

    footer .socials {
        margin: -3px 0 3px
    }

    footer .payments {
        margin: 10px 0 0;
        text-align: left
    }

    .product-price .caption h4 .product_sticker {
        display: block;
        float: none;
        background: 0 0;
        color: #d9534f;
        font-weight: 700;
        text-shadow: 0 0 0;
        left: 0;
        top: 0
    }

    .product-price .option + .rating {
        display: none !important
    }

    .wrapp__payment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .delivery_item {
        width: 100%
    }
}

@media (max-width: 767px) {
    header #logo img {
        float: none;
        margin: 0 auto;
        width: 67px
    }

    header #logo {
        text-align: center
    }

    header .phone {
        float: left !important;
        text-align: left !important
    }

    header .phone > div:first-child span {
        font-weight: 500
    }

    header #cart {
        margin: 0
    }

    header #search {
        margin: 12px 0 15px
    }

    #cart > .btn {
        width: 54px;
        height: 54px
    }

    .menu_links a {
        line-height: 1.8em
    }

    .home_banners > div > div strong {
        display: block;
        margin: 0 0 10px;
        font-size: 1.1em
    }

    .product-price .option {
        min-width: 95px;
        padding: 0 5px
    }

    .product-price .option label {
        font-size: .8em
    }

    .product-price .option + .rating {
        display: none !important
    }

    #column-left {
        position: fixed;
        z-index: 999999;
        display: block !important;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #f5f5f5;
        transition: all ease-in-out .3s
    }

    #column-left > * {
        display: none
    }

    #column-left #filterpro_box {
        overflow-y: auto;
        display: block;
        padding: 10px 12px 0 10px
    }

    #column-left #filterpro_box .clear_filter, #column-left #filterpro_box h3 span {
        background: #f5f5f5
    }

    #filterpro_box_open {
        position: fixed;
        z-index: 9999;
        display: block;
        top: 50%;
        left: -20px;
        content: '';
        padding: 6px 10px;
        background: #eee;
        border: solid 1px #ddd;
        border-radius: 0 0 8px 8px;
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
        transform: rotate(-90deg);
        transition: all ease-in-out .3s
    }

    #column-left.show {
        left: 0
    }

    #filterpro_box_open.show {
        left: 100%
    }

    #column-left #megafilter-box {
        overflow-y: auto;
        display: block;
        padding: 10px 12px 0 10px
    }

    #column-left #megafilter-box h3 span, #column-left #megafilter_box .clear_filter {
        background: #f5f5f5
    }

    #megafilter_box_open {
        position: fixed;
        z-index: 999;
        display: block;
        top: 50%;
        left: -20px;
        content: '';
        padding: 6px 10px;
        background: #eee;
        border: solid 1px #ddd;
        border-radius: 0 0 8px 8px;
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
        transform: rotate(-90deg);
        transition: all ease-in-out .3s
    }

    #column-left.show {
        left: 0
    }

    #megafilter_box_open.show {
        left: 100%
    }

    #product .options_select:nth-child(odd) {
        padding: 0 10px 0 10px
    }

    #product .options_select:nth-child(even) {
        padding: 0 10px 0 10px
    }

    #product .rating a span.visible-xs {
        display: inline-block !important
    }

    .limit, .sort {
        padding: 0;
        width: 50%
    }

    .sort {
        padding: 0 5px 0 0
    }

    .limit {
        padding: 0 0 0 5px
    }

    .nav-tabs {
        padding: 0 0 8px
    }

    .nav-tabs li a {
        margin: 0 10px 10px 0;
        padding: 6px 12px;
        border: solid 1px #ddd !important;
        border-radius: 4px
    }

    .nav-tabs li a i {
        margin: 0 10px 0 0
    }

    .nav-tabs li a:after {
        display: none
    }

    .wrapp_content_iframe iframe {
        width: 100%
    }

    .item_content .header {
        font-size: 14px
    }
}

@media (max-width: 540px) {
    .product-price .caption h4 {
        width: 60%;
        padding: 0;
        border: none;
        border-right: solid 1px #ddd
    }

    .product-price .caption h4 .product_status {
        display: block !important;
        float: none;
        left: 0;
        top: 0;
        padding: 0;
        font-size: .7em
    }

    .product-price .image {
        display: none
    }

    .product-price .caption .rating {
        display: none !important
    }

    .product-price .caption .price {
        min-width: 50px
    }

    .product-price .option {
        display: none !important
    }

    footer .payments img, footer .payments img + img {
        margin: 0 10px 10px 0
    }

    .scroll_up {
        display: none
    }

    .slideshow .title {
        bottom: 15px;
        height: 20px;
        line-height: 20px;
        font-size: .7em
    }

    .slideshow .title:after {
        border-width: 10px
    }

    .slideshow .owl-pagination {
        width: 100%;
        bottom: 0;
        right: auto
    }

    .slideshow .owl-controls .owl-page span {
        height: 5px
    }

    #cart .dropdown-menu {
        min-width: 385px;
        max-width: 100% !important
    }
}

@media (max-width: 400px) {
    h1.heading {
        line-height: 1.2em
    }

    h1.heading:before {
        display: none
    }

    .product_banners > div {
        width: 100%
    }

    .product_banners > div > div i {
        width: 46px;
        max-width: 50px !important
    }

    #cart .dropdown-menu {
        min-width: 330px;
        max-width: 100% !important
    }
}

@media (max-width: 361px) {
    h1.heading {
        font-size: 1.6em
    }

    header .phone div:first-child {
        font-size: 1.2em
    }

    header .phone > div:first-child span {
        font-weight: 400
    }

    #product .cart .control-label {
        display: none
    }

    .product-price .caption h4 .product_status, .product-price .caption h4 .product_sticker {
        display: none !important
    }

    #cart .dropdown-menu {
        min-width: 0;
        max-width: 330px !important
    }

    #cart .quantity {
        display: none
    }

    #cart .dropdown-menu table tr > td:first-child {
        display: none
    }

    #add_to_cart_success {
        max-width: 290px
    }

    #add_to_cart_success .col-xs-6 a {
        font-size: .8em
    }

    #add_to_cart_success .col-xs-6 .btn {
        padding: 4px 8px;
        font-size: .8em
    }
}

@media (max-width: 321px) {
    #cart.open .dropdown-menu {
        min-width: 0;
        max-width: 290px !important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #menu .navbar-collapse {
        padding: 0
    }

    #custom_menu .nav > li .dropdown-menu > .dropdown-inner ul li {
        min-width: 192px
    }

    .menu_links a {
        padding: 0 10px
    }

    #div_search {
        margin-left: 8.33%
    }

    #menu_wrap #phone .phone > div {
        font-size: 1.2em
    }

    .custom_menu div a {
        line-height: 43px
    }

    .custom_menu div:nth-child(4) {
        display: none
    }

    .custom_menu div:nth-child(5) {
        display: none
    }

    footer .payments img, footer .payments img + img {
        margin: 0 5px 0 0
    }
}

.df {
    display: flex;
    flex-wrap: wrap
}

a#button-cart {
    text-decoration: none;
    padding-top: 6px
}

a.knopka2 {
    display: block;
    background: #ff6901;
    padding: 15px 10px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    border-width: 2px 0;
    font-size: 14.5px;
    width: 130px;
    border-radius: 30px;
    color: #fff
}

a.knopka2:hover {
    opacity: .6;
    color: #fff
}

a.knopka2:focus {
    color: #fff
}

a.knopka3 {
    display: block;
    background: #ff6901;
    padding: 15px 10px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    border-width: 2px 0;
    margin: .6em 1.5em 0 2.5em;
    font-size: 14.5px;
    width: 130px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    float: left
}

a.knopka3:active, a.knopka3:focus, a.knopka3:hover {
    opacity: .9;
    color: #fff
}

@media (max-width: 768px) {
    a.knopka3 {
        float: none;
        margin: 0
    }
}

.news_page .owl-carousel {
    opacity: 1;
    height: 300px
}

.news_page .owl-carousel img {
    width: 100%
}

.news_page .shift_down_and_float_active {
    position: absolute;
    top: 380px
}

.news_page .gallery {
    margin-bottom: 20px
}

.news_page .gallery td {
    border-color: #fff;
    width: 25%;
    height: 200px;
    text-align: center;
    font-weight: 700
}

.news_page .gallery img {
    height: 200px
}

.shift_right {
    margin-left: 350px;
    margin-top: 40px
}

.news_page .gallery_wrapper img {
    margin-bottom: 40px;
    height: 200px;
    width: 350px
}

.news_page .gallery_wrapper {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap
}

.news_page h2.title {
    background: #ff5f05;
    padding-left: 5px;
    color: #fff;
    font: bold 16px/24px Arial;
    margin: 20px 0
}

.news_page h2.shift_down {
    margin-top: 180px
}

.news_page .image p, .news_page .image + p {
    text-align: center;
    font-weight: 700
}

.flex-gallery {
    display: flex
}

.down-for-100 {
    margin-bottom: 100px;
    margin-left: 350px
}

@media (max-width: 1750px) {
    .flex-gallery {
        flex-direction: column;
        align-items: center
    }

    .news_page .flex-gallery .image + p {
        min-height: auto
    }
}

@media (max-width: 769px) {
    .news_page .image + p {
        min-height: 420px
    }

    .shift_right {
        margin-top: 240px;
        margin-left: 0
    }

    .news_page h2.shift_down {
        margin-top: 20px
    }

    .news_page .shift_down_and_float_active {
        margin: 0 calc(50% - 160px)
    }

    .down-for-100 {
        margin-bottom: 0;
        margin-left: 0
    }
}

@media (max-width: 600px) {
    .news_page .gallery_wrapper .col-xs-4 {
        width: 100%
    }

    .news_page .gallery_wrapper .image {
        float: none
    }

    .news_page .shift_down_and_float_active {
        top: 390px
    }

    .news_page .image + p {
        min-height: 0
    }

    .shift_right {
        margin-top: 300px
    }

    .news_page .gallery_wrapper {
        margin-left: -10px
    }

    .news_page .image {
        margin: 0
    }
}

.wrapp_info {
    margin-bottom: 10px
}

.wrapp_info table {
    border-collapse: collapse;
    text-align: left
}

.wrapp_info table th {
    background: linear-gradient(#d08381, #e07572);
    color: #fff;
    padding: 10px 15px;
    position: relative
}

.wrapp_info table td {
    border: 1px solid #e3eef7;
    padding: 10px 15px;
    position: relative;
    transition: all .5s ease
}

.page_informations ol p, .page_informations ul p {
    margin-bottom: 2px
}

.page_informations ol li, .page_informations ul li {
    margin-bottom: 10px
}

.page_informations .heading {
    font-weight: 700
}

#kalkulyator {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: .2em;
    margin-left: .5%;
    margin-bottom: 2.2em
}

.calculator_title {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 23px;
    color: #e07572;
    text-align: left;
    font-weight: 500;
    font-family: trebuchet ms
}

.calculator_wrap {
    float: left;
    font-size: 12px;
    margin-top: 1em
}

#plos, #stoimost, #light {
    text-align: center;
    width: 4em;
    border: 1px solid #fa5;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px
}

.dimension {
    display: inline-block
}

.knopka2 {
    width: 100px;
    padding: 10px;
    margin-top: .9em;
    margin-left: 0
}

.lamp-quantity {
    float: left;
    padding: .2em 1em;
    font-size: 10px
}

.inline_block {
    display: inline-block
}

#kol {
    text-align: center;
    width: 4em;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: #000
}

#stoim {
    text-align: center;
    width: 4em;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: #000
}

#sum {
    text-align: center;
    width: 7em;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: #000
}

.only-for-mobile-text {
    display: none
}

.mobile-curtain {
    display: none
}

.mobile_hidden {
    display: block
}

.desktop_hiden {
    display: none
}

.btn.btn-primary.desktop_hiden {
    margin: 20px 0 20px;
    border-top: solid 1px rgba(0, 0, 0, .12)
}

.mobile_version {
    display: none
}

.desktop_version {
    display: block
}

.align_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo-text {
    font-size: 24px;
    color: #000;
    display: inline-block;
    margin: 20px 0 0 15px
}

.news-sertificates {
    width: 300px
}

@media screen and (min-width: 1025px) and (max-width: 1291px) {
    .logo-text {
        font-size: 18px
    }
}

@media screen and (min-width: 799px) and (max-width: 1024px) {
    .logo-text {
        font-size: 16px;
        margin: 20px 0 0 5px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .logo-text {
        display: none
    }
}

@media screen and (min-width: 991px) {
    #top {
        height: auto
    }
}

@media screen and (min-width: 768px) {
    #account .btn.btn-link.dropdown-toggle {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #top .align_head .pull-right {
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .main-mobile-accordeon .panel {
        border-bottom: 1px solid #f3eeee
    }

    .main-mobile-accordeon .panel:nth-last-child(1), .main-mobile-accordeon .panel:nth-last-child(2), .main-mobile-accordeon .panel:nth-last-child(3) {
        border-bottom: none
    }

    hr {
        border-top: none
    }

    .mobile_version .dropdown-menu {
        font-size: 14px
    }

    .mobile_version input {
        height: 34px;
        line-height: 20px;
        padding: 0 10px
    }

    #top .container {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .mobile_version button {
        border: none;
        background-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #top .mobile_version i.fa {
        color: #333;
        margin-left: 5px
    }

    .lamp-quantity {
        width: 33%;
        margin-bottom: 15px
    }

    .calculator_wrap {
        float: none;
        margin: 0 auto
    }

    #kol, #plos, #stoim, #sum {
        width: 100%
    }

    a.knopka2 {
        margin-top: 40px;
        margin-left: 0
    }

    #goodshare .facebook, #goodshare .twitter, #goodshare .viber, #goodshare .vkontakte {
        display: none
    }

    .only-for-mobile-text {
        display: block;
        font-size: 1.6em;
        font-weight: 400
    }

    .share--whatsapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    div#goodshare .whatsapp {
        background-image: url(http://skladpotolkov.pavelz.sorokarm.ru/catalog/view/theme/unishop/image/whatsapp.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 32px;
        height: 32px
    }

    .mobile-curtain {
        display: block
    }

    .mobile_hidden {
        display: none
    }

    .main-mobile-accordeon {
        border: 1px solid #f3eeee
    }

    .panel-heading.in {
        background-color: #ff9214
    }

    .panel-heading.in a {
        color: #fff;
        font-size: 18px
    }

    .panel-heading a {
        color: #333;
        font-size: 17px;
        margin-left: auto;
        font-weight: 500;
        outline: 0
    }

    .arrow-spear {
        background-image: url(http://skladpotolkov.pavelz.sorokarm.ru/catalog/view/theme/unishop/image/angle-arrow-down.png);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        margin-left: auto;
        background-size: contain
    }

    .panel-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .panel-heading.in .arrow-spear {
        background-image: url(http://skladpotolkov.pavelz.sorokarm.ru/catalog/view/theme/unishop/image/angle-arrow-up.png)
    }

    .main-mobile-accordeon .panel {
        margin-bottom: 0
    }

    .main-mobile-accordeon .panel-collapse {
        padding-top: 15px;
        display: none
    }

    .scroll-for-table {
        width: 100%;
        overflow-x: scroll
    }

    .desktop_hiden {
        display: block
    }

    .mobile_version {
        display: block
    }

    .desktop_version {
        display: none
    }

    header .phone > div:first-child .fa.fa-phone {
        color: #333
    }

    header .phone > div:first-child span {
        color: #e07572
    }

    #product .btn-group, #product .rating {
        display: none !important
    }

    #logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .logo-text {
        color: #333;
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        line-height: 40px;
        display: block;
        margin: 0 0 0 5px
    }

    #logo img {
        width: 150px
    }

    header #logo img {
        margin: 0
    }
}

@media screen and (max-width: 425px) {
    .arrow-spear {
        width: 14px;
        height: 14px
    }

    .show_all_news div#goodshare .whatsapp {
        display: none
    }
}

@media screen and (min-width: 992px) {
    #top .container.align_head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #top-links {
        margin-right: auto
    }
}

@media screen and (max-width: 991px) {
    #top .container.align_head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #top .align_head .pull-right {
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    #account .btn.btn-link.dropdown-toggle {
        margin-top: 0
    }

    #product .attributes, #product .likeh5.heading, #product .show_attr, #product h5.heading {
        display: none
    }

    #product .thumbnails {
        display: none
    }

    .calculator_title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .calculator_wrap .inline_block {
        text-align: center
    }

    .slideshow-slider {
        border: 1px solid #ddd
    }

    .slideshow-slider .img-responsive {
        margin: 0
    }
}

@media screen and (min-width: 768px) {
    div.slideshow-slider.owl-carousel.owl-theme .owl-wrapper-outer {
        display: none
    }
}

.mail-mobile {
    display: none
}

.mail-mobile a {
    padding: 0 0 0 5px
}

@media screen and (max-width: 767px) {
    .mail-mobile {
        display: inline-block;
        width: 100%
    }
}

@media screen and (max-width: 320px) {
    .btn.quick_order {
        margin: 10px 5px
    }

    .only-for-mobile-text {
        font-size: 1.2em
    }

    #product .form-group {
        text-align: center
    }
}

.map-header {
    background-color: #ff6901;
    color: #fff;
    font-weight: 700;
    padding-left: 10px
}

.header-tel {
    font-size: 15.5px
}

@media (max-width: 767px) {
    .header-tl {
        display: none
    }

    .container {
        padding-right: 10px;
        padding-left: 10px
    }
}

#menu_wrap.show .header-tel {
    display: none
}

a, a:active {
    outline: 0
}

ul li {
    outline: 0
}

:focus {
    outline: 0
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: none
}

:focus {
    -moz-outline: 3px solid #fff !important
}

input[type=radio]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important
}

input[type=checkbox]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important
}

.news_page .slider-sert img {
    height: 300px;
    width: auto
}

@media (max-width: 380px) {
    #cart .dropdown-menu {
        min-width: 0;
        max-width: 345px !important
    }

    .news_page .shift_down_and_float_active {
        top: 420px;
        width: 80%;
        left: 10%
    }

    .shift_right {
        top: 200px
    }
}

@media (max-width: 361px) {
    .news_page .shift_down_and_float_active {
        top: 400px
    }

    .news_page .slider-sert img {
        height: 150px;
        width: auto
    }

    .news_page .owl-carousel {
        height: 150px
    }

    .news-sertificates {
        width: 100%
    }
}

.form-group.quantity {
    text-align: center
}

.whatsapp-text {
    display: block;
    font-size: 1.6em;
    font-weight: 400;
    margin: 12px auto 0
}

@media (min-width: 767px) {
    .whatsapp-text {
        display: none
    }

    .share--whatsapp {
        display: none
    }

    .header-callback {
        text-align: center
    }
}

.scroll-for-table table td {
    display: inline-table
}

.whats-text {
    display: block;
    position: absolute;
    font-size: 13px;
    color: #000;
    right: -17px;
    top: 27px;
    font-family: Calibri;
    font-weight: 400
}

.form-required {
    color: #ff6901;
    font-size: 16px
}

.form-submit {
    background: #ff6901;
    padding: 10px;
    border-width: 2px 0;
    margin-top: 15px;
    font-size: 14px;
    color: #fff
}

.header__quarantine-worktime {
    display: none;
    margin: 0 auto;
    font-size: .85em;
    font-weight: 500;
    color: #ff6901
}

.header__quarantine-worktime-over-menu {
    display: block;
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 500;
    color: #ff6901;
    padding: 0 6px
}

.header-callback {
    flex-grow: 1
}

.header-callback a {
    font-size: 14px
}

.footer-callback a, .header-callback a {
    font-weight: 500;
    text-decoration: underline
}

.flex-row-reverse {
    display: flex;
    padding-left: 100px;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    #top-links {
        margin-right: 0
    }

    .header__quarantine-worktime {
        display: block
    }

    .header__quarantine-worktime-over-menu {
        display: none
    }
}

@media screen and (min-width: 1440px) {
    .flex-row-reverse {
        flex-direction: row-reverse;
        align-items: center
    }

    .header-callback {
        text-align: center
    }

    .width-col-custom {
        width: 27% !important;
        align-items: normal
    }

    .width-col-custom #phone {
        padding: 0 20px
    }

    .width-col-cart-custom {
        width: 6.33333333% !important
    }

    .width-col-custom .header-callback {
        margin-top: 8px
    }
}

.perelink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.perelink a {
    padding-right: 30px
}

.perelink span {
    font-weight: 700;
    padding-right: 15px
}

a.disable {
    pointer-events: none;
    cursor: default;
    color: #333
}

img {
    opacity: 1;
    transition: opacity .3s
}

img[data-src] {
    opacity: 0
}

.tab-content.row .owl-controls .owl-buttons .owl-prev {
    top: 35% !important
}

.tab-content.row .owl-controls .owl-buttons .owl-next {
    top: 35% !important
}

.tab-content.row .owl-carousel .owl-buttons div i {
    font-size: 14px !important
}

.product-thumb .price span {
    color: red;
}

.feedback__title {
    font-size: 20px;
    color: #000000;
}

.feedback__date {
    color: #969696;
}

.feedback__title, .feedback__date {
    margin: 0 0 4px
}