::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#mascara {
    z-index: 65554;
}
#popup .ventanuki {
    z-index: 65555;
}
div#cp-caption {
    display: none !important;
}
body {
    -webkit-font-smoothing: antialiased;
}
div#t3-header {
    height: 42px;
    width: 100%;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    z-index: 4;
    background: #fff;
}
div#headerbody {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.span12.poweredby {
    display: none;
}
@font-face {
    font-family: 'BRAND';
    src: url('../fonts/aquarion.eot'), url('../fonts/aquarion.svg#BRAND') format('svg');
    src: local('BRAND'), url('../fonts/aquarion.woff') format('woff'), url('../fonts/aquarion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'a_CooperBlack';
    src: url('../fonts/a_CooperBlack.eot'), url('a_CooperBlack.svg#a_CooperBlack') format('svg');
    src: local('a_CooperBlack'), url('../fonts/a_CooperBlack.woff2') format('woff2'), url('../fonts/a_CooperBlack.woff') format('woff'), url('../fonts/a_CooperBlack.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.jumbotron {
    position: relative;
    padding: 48px 0;
}
.jshop.list_product {
    width: 100%;
    display: inline-block;
}
.jumbotron h1 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 12px 0;
}
.jumbotron p {
    font-size: 18px;
    line-height: 1.275;
    margin: 0 0 24px 0;
}
.jumbotron .btn {
    margin-top: 12px;
}
.jumbotron .btn-large {
    margin-top: 24px;
    font-size: 16px;
}
.masthead {
    padding: 96px 0 72px;
    text-align: center;
}
.masthead h1 {
    font-size: 84px;
}
.masthead p {
    font-size: 36px;
}
.masthead .btn-large {
    font-size: 24px;
    padding: 12px 24px;
}
.jumbotron.has-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.masthead.has-image {
    text-align: left;
}
.thumbnails {
    margin-bottom: 24px;
    margin-left: -14px;
    list-style: none;
    *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails:after {
    clear: both;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: left;
    position: relative;
    margin-bottom: 24px;
    margin-left: 14px;
}
.thumbnail {
    border: 1px solid #ddd;
    display: block;
    padding: 4px;
    line-height: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.thumbnail:hover {
    border-color: #8fb68c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.thumbnails.paper > li:before, .thumbnails.paper > li:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wrap {
    width: auto;
    clear: both;
}
.offset-12 {
    margin-left: -958px;
}
.offset-11 {
    margin-left: -877px;
}
.offset-10 {
    margin-left: -796px;
}
.offset-9 {
    margin-left: -715px;
}
.offset-8 {
    margin-left: -634px;
}
.offset-7 {
    margin-left: -553px;
}
.offset-6 {
    margin-left: -472px;
}
.offset-5 {
    margin-left: -391px;
}
.offset-4 {
    margin-left: -310px;
}
.offset-3 {
    margin-left: -229px;
}
.offset-2 {
    margin-left: -148px;
}
.offset-1 {
    margin-left: -67px;
}
.row-fluid .spanfirst {
    margin-left: 0 !important;
}
.wrap {
    width: auto;
    clear: both;
}
body {
    background: #ffffff;
    color: #333333;
    font: normal 15px/20px 'BRAND', Sans-Serif;
    line-height: 19px;
    margin: 0;
}
div#mainpagebg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
div#bodybg {
    background: rgb(255 255 255 / 54%);
}
div#bodybg2 {
    z-index: 9;
    position: relative;
}
.container.navbar {
    width: 100%;
}
div#t3-content {
    width: 100%;
    float: right;
}
div#t3-content_nomaxwidth {
    width: 100%;
    float: right;
}
.t3-sidebar {
    width: 100%;
    float: left;
    max-width: 245px;
}
div#system-message-container {
    display: none;
}
a {
    color: #8fb68c;
    text-decoration: none;
}
a:hover {
    color: #333333;
}
.img-rounded {
    border-radius: 0px;
}
div#rev_cont {
    font-size: 18px;
    border-bottom: 1px solid #8fb68c;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
div#rev_cont2 {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
select#order {
    font-size: 14px;
}
select#limit {
    font-size: 14px;
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.jshop_prod_attributes td {
    padding: 0px !important;
}
.cat-list-row0:hover, .cat-list-row1:hover {
    background: #f5f5f5;
}
.cat-list-row1, tr.cat-list-row1 td {
    background: #f9f9f9;
}
table.contentpane, table.tablelist, table.category, table.admintable, table.blog {
    width: 100%;
}
table.contentpaneopen {
    border: 0;
}
------------------------------------------------------- .star {
    color: #e8c423;
}
.red {
    color: #8fb68c;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
form {
    margin: 0px;
}
input, textarea {
    width: 210px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #a4a4a4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .25);
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}
select {
    width: 220px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.att_none select.inputbox {
    font-size: 15px;
    max-width: 155px !important;
    height: 27px;
    padding: 3px 6px;
    margin-bottom: 2px;
    width: 100%;
}
.attributes_title span.attributes_name {
    font-size: 17px;
    padding-right: 0px;
    vertical-align: middle;
    font-weight: bold;
}
select[multiple], select[size] {
    height: auto;
}
.radio, .checkbox {
    padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}
.radio.inline, .checkbox.inline {
    padding-top: 5px;
    margin-bottom: 0;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
.form-actions {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}
.help-block, .help-inline {
    color: #727070;
}
.help-block {
    margin-bottom: 12px;
}
.input-append, .input-prepend {
    margin-bottom: 5px;
}
#login-form .input-append, #login-form .input-prepend {
    display: block;
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
    margin-bottom: 0;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    margin-right: 3px;
    margin-left: 0;
}
.control-group {
    margin-bottom: 12px;
}
legend + .control-group {
    margin-top: 24px;
}
.form-horizontal .control-group {
    margin-bottom: 24px;
}
.form-horizontal .control-label {
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
.form-horizontal .controls {
    margin-left: 160px;
}
.form-horizontal .help-block {
    margin-top: 12px;
    margin-bottom: 0;
}
.form-horizontal .form-actions {
    padding-left: 200px;
}
.btn {
    padding: 4px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    background: #8fb68c;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background: #8fb68c;
}
.btn:active, .btn.active {
    background: #8fb68c;
}
.btn:hover, .btn a.btn:hover {
    background: #8fb68c;
}
.btn:focus, .btn a.btn:focus {
    outline: 0;
}
.btn.active, .btn:active, .btn a.btn:active {
    background: #8fb68c;
}
.btn-large {
    padding: 9px 14px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-small {
    padding: 3px 9px;
    font-size: 11px;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 10px;
}
.btn-primary {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #8fb68c;
}
.btn-primary:active, .btn-primary.active {
    background: #8fb68c;
}
.btn-warning {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background: #8fb68c;
}
.btn-warning:active, .btn-warning.active {
    background: #8fb68c;
}
.btn-danger {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background: #8fb68c;
}
.btn-danger:active, .btn-danger.active {
    background: #8fb68c;
}
.btn-success {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background: #8fb68c;
}
.btn-success:active, .btn-success.active {
    background: #8fb68c;
}
.btn-info {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background: #8fb68c;
}
.btn-info:active, .btn-info.active {
    background: #8fb68c;
}
.btn-inverse {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background: #8fb68c;
}
.btn-inverse:active, .btn-inverse.active {
    background: #8fb68c;
}
.invalid {
    border-color: #8fb68c;
}
label.invalid {
    color: #8fb68c;
}
.nav {
    margin-bottom: 15px;
    margin-top: 0px;
}
b#caretcat {
    margin-top: 8px;
    margin-left: 4px;
    border-top-color: #8fb68c;
    border-bottom-color: #8fb68c;
}
.nav .dropdown-toggle .caret {
    border-top-color: #8fb68c;
    border-bottom-color: #8fb68c;
    margin-top: 8px;
    margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
    border-top-color: #8fb68c;
    border-bottom-color: #8fb68c;
}
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle {
    *margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 11px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
    font-size: 15px;
}
.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover {
    color: #999;
}
.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}
.open {
    *z-index: 1000;
}
.open > .dropdown-menu {
    display: block;
}
.nav li.dropdown.open > .dropdown-toggle, .nav li.dropdown.active > .dropdown-toggle, .nav li.dropdown.open.active > .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
    background-color: #E6E6E2;
    color: #fff;
}
.nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav li.dropdown.open > .dropdown-toggle .caret, .nav li.dropdown.active > .dropdown-toggle .caret, .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #333;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
    display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #4b4947;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.t3-navhelper {
    background: #353535;
    color: #333333;
}
#t3-header {
    margin-top: -2px;
    position: relative;
}
div#clr {
    clear: both;
}
div#polosa {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
tr#shapkatovorder th {
    background: #f5f5f5 !important;
}
.breadcrumb {
    padding: 8px 8px;
    margin: 0;
    background-color: transparent;
}
.breadcrumb:before, .breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}
.breadcrumb:after {
    clear: both;
}
.breadcrumb li {
    text-shadow: none;
    display: block;
    float: left;
}
.breadcrumb a {
    color: #333333;
}
.breadcrumb .divider {
    padding: 0 5px;
    color: #333333;
}
.breadcrumb .divider img {
    vertical-align: middle;
}
.breadcrumb .active {
    color: #333333;
    font-size: 16px;
}
#openhours {
    background: url('../images/openhours.png') 0 0 no-repeat;
    float: left;
    padding: 0 0 0 38px;
}
#openhours .upper {
    vertical-align: super;
    color: #8fb68c;
    font-size: 18px;
    line-height: 18px;
}
#openhours span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
#openhours span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
#openhours .bold_bold {
    color: #333333;
    font-size: 25px;
    line-height: 30px;
}
#openhours .bold_upper {
    vertical-align: super;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
}
.t3-header2 .container {
    padding-top: 13px;
    min-height: 67px;
}
.t3-headnav .navbar {
    margin-bottom: 0;
    margin-top: 0;
}
.t3-mainnav {}
.t3-mainnav .navbar {
    color: #333333;
    margin-bottom: 0;
    margin-top: 0;
}
.t3-mainnav .navbar-inner {
    min-height: 40px;
}
.navbar {
    overflow: visible;
    margin-bottom: 24px;
    *position: relative;
    *z-index: 2;
}
.t3-mainnav .dropdown .caret {
    margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
    -webkit-box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
    -moz-box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
    box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
}
.t3-mainnav .dropdown-menu li > a {
    border-top: 1px solid #eeeeee;
    padding: 5px 20px;
    text-shadow: none;
    background: url(../images/bullet-menu.png) no-repeat 10px center;
}
.t3-mainnav .dropdown-menu li:first-child > a {
    border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
    display: none;
}
.t3-mainnav .dropdown-menu .disabled > a, .t3-mainnav .dropdown-menu .disabled > a:hover {
    color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
    background-color: transparent;
}
.t3-mainnav .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #8fb68c;
    border-bottom-color: #8fb68c;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle .caret, .t3-mainnav .nav li.dropdown.active > .dropdown-toggle .caret, .t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #8fb68c;
    border-bottom-color: #8fb68c;
}
.t3-mainnav .dropdown-submenu > .dropdown-menu {
    border-radius: 0;
}
.t3-mainnav .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.navbar .nav li.dropdown.open:hover > .dropdown-menu, .navbar .nav li.dropdown:hover > .dropdown-menu, .navbar .nav li.dropdown.open:hover > .dropdown-menu .t3-module {
    display: block;
}
.nav-stacked {
    border: 0;
    border-radius: 0;
}
.nav-stacked li {
    background: url("../images/line-title.png") no-repeat scroll left bottom transparent;
    padding: 5px 0;
}
.nav-stacked li a {
    background: url("../images/icon-li1.png") no-repeat scroll left 7px transparent;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    text-indent: 27px;
}
.nav-tabs.nav-stacked > li > a {
    border: 0;
    padding: 0;
}
.pagination {
    text-align: right;
}
ul.pagination-list {
    text-align: right;
    float: right;
    margin-left: 10px;
}
.nav-stacked li a:hover {
    border: 0;
    background: url("../images/icon-li1-hover.png") no-repeat scroll left 7px transparent;
    color: #8fb68c;
}
div.pagination > span {
    color: #333333;
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
}
div.pagination ul li {
    float: left;
    margin-left: 4px;
    list-style: none;
}
div.pagination ul li a {
    background-color: #ffffff;
    padding: 5px;
    width: 25px;
    color: #333333;
    font-weight: normal;
    display: block;
    text-align: -webkit-center;
    border-radius: 5px;
    font-size: 16px;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 25px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-left-width: 0;
}
div.pagination ul li.prev a, div.pagination ul li.next a {
    color: #fff;
    text-indent: 40px;
    overflow: hidden;
}
div.pagination ul li.prev a {
    background: url('../images/nagition-prev.png') #333333 center center no-repeat;
}
div.pagination ul li.next a {
    background: url('../images/nagition-next.png') #333333 center center no-repeat;
}
ul.pagination-list li a:hover, ul.pagination-list li a.disabled, ul.pagination-list li.prev a:hover, ul.pagination-list li.next a:hover, div.pagination ul li a:hover, div.pagination ul li.active a, div.pagination ul li.disabled a:hover {
    background-color: #8fb68c;
    color: #fff;
    border-radius: 5px;
}
ul.pagination-list li.prev a.disabled, ul.pagination-list li.next a.disabled {
    background-color: #e8e8e8;
}
.t3-mainnav .dropdown-menu {
    background: #ffffff;
    min-width: 200px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.t3-mainnav .dropdown-menu li > a {
    padding: 8px 20px 8px 24px;
    color: #333333;
    border-top: 1px solid #eeeeee;
    background: url('../images/bullet-menu.png') 10px 17px no-repeat;
}
.t3-mainnav .dropdown-menu li > a:hover, .t3-mainnav .dropdown-menu li > a:focus, .t3-mainnav .dropdown-submenu:hover > a, .t3-mainnav .dropdown-submenu li.active > a, .t3-mainnav .dropdown-submenu li.active > a:hover, .t3-mainnav .dropdown-menu li.active > a, .t3-mainnav .dropdown-menu li.active > a:hover {
    background: url('../images/bullet-menu.png') #FFFFFF 10px 17px no-repeat;
    color: #8fb68c;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none !important;
    color: #333333;
    text-shadow: none;
}
.t3-module {
    background: transparent;
    color: inherit;
}
.t3-module .module-inner {
    padding: 0;
}
.content-mass-top .module-title {
    padding: 0px 0px 15px 0px;
}
.module-title {
    background: inherit;
    line-height: 30px;
    font-size: 19px;
    margin: 0 0 12px 0;
    padding: 0;
    text-transform: uppercase;
}
.t3-sidebar .module-title {
    color: #333333;
}
.t3-sidebar .module-title span {
    display: inline-block;
}
.module-ct {
    background: inherit;
    color: inherit;
    padding: 0;
}
.content-mass-top .module-ct {
    margin-top: 0px;
}
div#footrmodbody .module-ct {
    margin-top: 0px;
}
.module-ct:before, .module-ct:after {
    display: table;
    content: "";
    line-height: 0;
}
.module-ct:after {
    clear: both;
}
.t3-module ul, .t3-module ol {
    margin-left: 5px;
}
.t3-module ul.unstyled, .t3-module ol.unstyled, .t3-module ul.nav, .t3-module ol.nav {
    margin-left: 0;
}
.module_menu .nav {
    margin-bottom: 0px;
    width: 100%;
}
.module_menu .nav > li {}
.module_menu .nav > li > a {
    padding: 0px;
}
.module_menu .nav > li:first-child {
    border-top: 0;
}
.module_menu .nav > li:first-child > a {
    border-top: 0;
}
.module_menu .nav > li > a:hover, .module_menu .nav > li > a:focus {
    color: #8fb68c;
    background: none;
}
.module_menu .nav > li.active > a {
    color: #8fb68c;
    background: none;
}
.banneritem {
    padding: 12px 0;
    border-top: 1px solid #ddd;
}
.banneritem:first-child {
    margin-top: 12px;
}
.banneritem a {
    font-weight: bold;
}
.bannerfooter {
    border-top: 1px solid #ddd;
    font-size: 10px;
    padding-top: 12px;
    text-align: right;
}
.categories-module h4, ul.categories-module h4, .category-module h4, ul.category-module h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.feed h4 {
    font-weight: bold;
}
.feed .newsfeed, .feed ul.newsfeed {
    border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link, .feed .newsfeed h5.feed-link, .feed ul.newsfeed .feed-link, .feed ul.newsfeed h5.feed-link {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.latestusers, ul.latestusers {
    margin-left: 0;
}
.latestusers li, ul.latestusers li {
    background: #4b4947;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.stats-module dt, .stats-module dd {
    display: inline-block;
    margin: 0;
}
.stats-module dt {
    font-weight: bold;
    width: 35%;
}
.stats-module dd {
    width: 60%;
}
.module_category .module-title {
    padding-bottom: 0px;
    padding-top: 2px;
    padding-left: 0px;
    height: 40px;
    margin-bottom: 0px;
    color: #ffffff;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 0px;
    position: relative;
}
.t3-module.module_category {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 0px
}
.t3-module.module_category.status {
    padding-bottom: 10px;
}
.module_category .module-title span {
    display: block;
    line-height: 26px;
    padding-top: 6px;
    padding-left: 0px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.t3-sidebar .t3-module.module_category .module-ct {
    padding-top: 0px;
    padding: 0px;
    margin-top: 3px;
    border-radius: 0px;
}
.t3-sidebar .t3-module.module_category.filtr .module-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div#jsfilter_ajax_cont a {
    font-weight: bold;
}
div#recomend .shoppingLayout {
    padding-top: 5px;
}
.jshop_filters .filter_price {
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 5px;
}
.module_category2 .module-title span {
    display: inline-block;
    font-size: 25px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
.product_label img {
    max-width: 75px;
}
.module_category2 .module-title {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.t3-sidebar .t3-module.module_category2 .module-inner {
    padding: 0;
}
.t3-footer .custom_top {
    margin-top: 40px;
    margin-bottom: 10px;
}
.t3-footer .custom_top p.title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
}
.t3-footer .custom_top .social {
    float: right;
    background-color: #6d6e71;
    margin-left: 9px;
}
.t3-footer .custom_top .social:hover {
    background-color: #29d6fb;
}
.t3-footer .custom p.line-bottom {
    border-top: 1px solid #565453;
    padding: 5px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.t3-footer .custom p.line-bottom span {
    color: #7e7e7e;
    float: right;
    padding-right: 40px;
}
.t3-footer span.acyfield_email {
    float: left;
    width: 100%;
}
.t3-footer p.onefield {
    float: left;
    width: 80%;
    margin-bottom: 0;
}
.t3-footer div.acymailing_module, .t3-footer .acymailing_module div {
    display: inline-block;
    width: 100%;
}
.t3-footer .acysubbuttons {
    float: left;
    margin-bottom: 0;
}
.t3-footer .acysubbuttons input.button {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 17px;
}
.t3-footer .acymailing_fulldiv form {
    margin-bottom: 0;
}
.t3-footer span.acyfield_email input.inputbox {
    margin-bottom: 0;
}
.copyright ul.nav {
    float: left;
    margin-right: 42px;
    margin-bottom: 4px;
}
.copyright ul.nav li {
    float: left;
    margin-right: 8px;
}
.copyright ul.nav li a {
    padding: 2px 8px;
    color: #8fb68c;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.copyright ul.nav li.active a, .copyright ul.nav li a:hover {
    background-color: #8fb68c;
    color: #FFF;
    padding-top: 27px;
    margin-top: -25px;
    border-radius: 0px 0px 5px 5px;
}
.t3-footer .poweredby a {
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
div#totop {
    width: 100%;
    float: left;
}
.bank-card img {
    margin-right: 5px;
}
.bg-telephone {
    background: url('../images/head-footer.png') center left no-repeat;
    width: 343px;
    height: 110px;
    position: absolute;
    top: -49px;
    margin-left: -50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 92px;
    text-indent: 120px;
}
.absolute {
    position: relative;
}
.right-footer {
    background: url('../images/right-footer.png') center right repeat-x;
    width: 33%;
    right: 0;
    top: -49px;
    position: absolute;
    height: 110px;
}
.custom_intro p.intro {
    background: url("../images/icon-title.png") no-repeat scroll left top transparent;
    color: #595959;
    display: inline-block;
    font-family: 'BRAND';
    font-size: 20px;
    font-style: italic;
    line-height: 34px;
    padding: 0 169px 0 61px;
    position: relative;
}
.custom_intro p.intro img {
    position: absolute;
    right: 0;
    top: -10px;
}
.custom_ship {
    background: url('../images/bus.png') #fff center left no-repeat;
    height: 84px;
    text-indent: 135px;
    border: 2px solid #8fb68c;
}
.custom_ship h3 {
    text-transform: uppercase;
    font-size: 26px;
    color: #8fb68c;
    line-height: 18px;
    padding-top: 9px;
}
td.jshop_order_step a {
    text-decoration: none;
    margin: 0;
    vertical-align: middle;
    color: #333333;
    font-weight: normal;
    text-decoration: line-through;
    border-radius: 5px 5px 0px 0px;
}
td.jshop_order_step a:hover {
    color: #8fb68c;
    text-decoration: none !important;
}
.module_top3 {
    margin-bottom: 0px;
    margin-top: 35px;
}
.custom_ship p {
    font-size: 13px;
    color: #515151;
}
.module_ship {
    margin-right: 30px;
}
.responsiveLayout .bt-contentshowcase_company .bt-inner a {
    background: url('../images/shadow-logo.png') bottom center no-repeat;
    padding-bottom: 7px;
    display: block;
}
.responsiveLayout .bt-contentshowcase_company .bt-inner img {
    background-color: #fff;
    border: 0 none;
    outline: 0 none;
}
.responsiveLayout .bt-contentshowcase_company .bt-inner a:hover {
    background: url('../images/shadow-logo.png') bottom center no-repeat;
}
.responsiveLayout .bt-contentshowcase_company .btcontentshowcase-next:hover {
    background: url("../images/next.png") #8fb68c center center no-repeat !important;
}
.responsiveLayout .bt-contentshowcase_company .btcontentshowcase-prev:hover {
    background: url("../images/prev.png") #8fb68c center center no-repeat !important;
}
.responsiveLayout .bt-contentshowcase_company .btcontentshowcase-next {
    background: url("../images/next.png") #bebebe center center no-repeat !important;
    width: 48px;
    height: 48px;
    right: 0 !important;
    top: 54% !important;
}
.bt-contentshowcase_company .jcarousel-skin-tango {
    margin-right: 52px;
}
.responsiveLayout .bt-contentshowcase_company .btcontentshowcase-prev {
    background: url("../images/prev.png") #bebebe center center no-repeat !important;
    width: 48px;
    height: 48px;
    left: auto !important;
    right: 0;
    top: 11% !important;
}
.responsiveLayout .bt-contentshowcase_company .bt-inner {
    margin-left: 0;
}
.t3-navhelper {
    padding-bottom: 60px;
    background-color: #e6e6e2;
}
.swap-t3-sl-2 {
    background-color: rgba(255, 255, 255, 0.38);
}
.module_intro {
    margin-bottom: 0;
}
.address_block input.button, input#payment_submit, #shipping_form input.button, .finish input.button {
    display: inline-block;
    font-size: 18px;
    height: 34px;
    float: right;
    position: relative;
    right: 6px;
    line-height: 33px;
    margin: -34px 0;
    padding: 0 20px;
    text-transform: uppercase;
    background: #333333 !important;
    color: #FFFFFF;
    border-radius: 3px;
}
#active_step {
    font-weight: bold !important;
    color: #8fb68c;
    font-family: 'BRAND';
}
#jc {
    font-family: 'BRAND';
}
td.jshop_order_step {
    padding: 2px;
    padding-top: 0px;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
}
.address_block input.button:hover, input#payment_submit:hover, #shipping_form input.button:hover, .finish input.button:hover {
    background: #8fb68c !important;
}
.other-register label {
    display: inline-block;
}
.other-register span {
    font-weight: normal;
    padding-right: 20px;
}
#jshop_menu_order {
    border: 0;
    color: #333333;
    font-weight: bold;
    height: 46px;
    margin-top: 4px !important;
    max-width: 100%;
}
#jshop_menu_order td {}
#jshop_menu_order td:first-child {
    border-radius: 5px 0px 0px 0px;
}
#jshop_menu_order td:last-child {
    border-radius: 0px 5px 0px 0px;
}
.other-register input#delivery_adress_1, .other-register input#delivery_adress_2 {
    margin: -2px 3px 0 15px;
}
.requiredtext {
    color: #ff1100;
    font-size: 16px;
    padding-left: 11px;
    font-weight: bold;
}
div.jshop_register table tr td input {
    margin-bottom: 0;
}
table#table_payments, #table_shippings {
    width: 100%;
}
table#table_payments p, #table_shippings p {
    width: 100%;
    font-size: 16px;
    margin: 0px;
    color: #333333;
}
div#stepcolstri table#table_payments label, div#stepcolstri #table_shippings label {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
table.minicart.uk-table {
    font-size: 14px;
}
table#table_payments input, #table_shippings input {
    float: left;
    margin-right: 8px;
}
#table_shippings label {
    font-weight: bold;
    font-size: 18px;
}
table#table_payments label, #table_shippings label {
    font-weight: normal !important;
    font-size: 18px;
}
table.jshop.preview {
    border-top: 1px solid #8fb68c;
    border-bottom: 1px solid #8fb68c;
    margin: 25px 0 0;
    display: inline-block;
    font-weight: normal !important;
}
.finish h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 12px;
}
p#senk {
    min-height: 110px;
    font-size: 30px;
    padding-top: 70px;
    text-align: center;
    color: #333333;
    font-family: 'BRAND';
}
p.jshop_cart_attribute {
    padding-left: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 4px;
}
input#kvitok {
    background-color: #E6E6E2;
    border: 1px solid #333333;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    padding: 0 20px;
    text-transform: uppercase;
}
input#kvitok:hover {
    background-color: #CCC7B4;
}
.form_finish {
    display: inline-block;
}
a.policy {
    color: #333333;
    font-weight: bold;
    text-transform: inherit;
}
.row_agb input#agb {
    margin-top: 0;
    margin-right: 8px;
}
.shoppingLayout .bt-productslider_feature {
    padding-top: 0;
}
.shoppingLayout .bt-productslider_feature .bt-prices-oldPrice {
    text-align: center;
    padding-right: 0;
    padding-top: 0;
}
.shoppingLayout .bt-productslider_feature li {
    position: relative;
    padding: 3px;
}
.shoppingLayout .bt-productslider_feature .bt-row {
    padding: 0;
}
.shoppingLayout .bt-productslider_feature .bt-row {
    position: static;
}
.shoppingLayout .bt-productslider_feature .bt-prices {
    height: 60px;
    padding-top: 5px;
    background-color: #E6E6E2;
}
.shoppingLayout .bt-productslider_feature .bt-prices-salesPrice {
    padding-right: 0;
    font-size: 20px;
    text-align: center;
}
.module_feature .shoppingLayout .bt-productslider_feature {
    padding: 0;
}
.shoppingLayout .bt-productslider_feature img {
    margin-bottom: 16px;
    margin-top: 3px;
}
.contact .page-header h2 {
    color: #757575;
    font-family: 'BRAND';
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}
#contact-form legend {
    font-size: 12px;
    color: #757575;
    line-height: normal;
    border-bottom: 0;
    margin-bottom: 10px;
}
.t3-content .contact {
    padding: 40px !important;
}
#contact-form .control-label label {
    font-weight: bold;
}
#contact-form input {
    background: url("../images/line-input.png") no-repeat scroll left bottom #EBEBEB;
    border: 0 none;
    box-shadow: none;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 6px;
    width: 378px;
}
#contact-form textarea {
    background: url("../images/line-input.png") no-repeat scroll left bottom #EBEBEB;
    border: 0 none;
    box-shadow: none;
    padding: 0 6px;
    margin: 0;
    width: 60%;
    height: 104px;
}
#contact-form input#jform_contact_email_copy {
    width: auto;
}
#contact-form .form-actions {
    margin: 0;
    background: none;
    border: 0;
}
#contact-form .form-actions .bt-contact {
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    margin: 0px 0;
    padding: 0 20px;
    text-transform: uppercase;
}
#contact-form .form-actions .bt-contact:hover {
    background-color: #E6E6E2;
    color: #fff;
}
.module_map {
    padding: 40px 40px 0;
    margin-bottom: 0;
}
.t3-sidebar .t3-module.module_category .module-inner {
    padding: 0;
}
.module_feature .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0;
}
.t3-sidebar .t3-module.module_custom .module-inner {
    padding: 0;
}
.module_feature .shoppingLayout .bt-productslider_feature .vote {
    float: none;
}
.module_login span.add-on {
    display: none;
}
.module_login input {
    background: url("../images/line-input.png") no-repeat scroll left bottom #EBEBEB;
    border: 0 none;
    box-shadow: none;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0;
}
.module_login input.input {
    padding: 0;
    width: 100%;
    text-indent: 10px;
}
.module_login input.inputbox {
    height: 25px;
}
.module_login .btn-primary {
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 29px;
    margin: 10px 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.module_login .btn-primary:hover {
    background: #E6E6E2;
    color: #fff;
}
.module_login label.checkbox {
    font-weight: bold;
}
.module_login li {
    background: url('../images/icon-link.png') center left no-repeat;
    text-indent: 24px;
    list-style: none;
}
.module_login a {
    color: #333;
    font-family: 'BRAND';
    font-style: italic;
    line-height: 30px;
}
.module_login ul {
    margin-left: 0;
}
.module_login li:hover {
    background: url('../images/icon-link-hover.png') center left no-repeat;
}
.module_login a:hover {
    color: #8fb68c;
}
.stars_no_active {
    background: url("../images/stars.png") repeat-x scroll 0 bottom transparent;
    display: block;
    height: 16px;
    position: relative;
    width: 85px !important;
}
.stars_active {
    background-image: url("../images/stars.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.module_feature .shoppingLayout .bt-inner .bt-introtext {
    margin: 10px 0;
}
.t3-sidebar .t3-module.module_custom {
    background: none;
}
.cart320 {
    display: none;
}
.cartfull {
    display: block;
}
#cp-caption-bd {
    border-left: none;
    background: rgb(255 255 255 / 95%);
    height: 100%;
    float: left;
    -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
    box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
    border-radius: 0px;
    width: 80%;
    margin-left: 10%;
    position: absolute;
}
div#captleft {
    float: left;
    height: 100%;
    width: 10%;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 95%) 100%);
    position: absolute;
    left: 0px;
    border-radius: 10px 0px 0px 10px;
}
div#captright {
    float: right;
    height: 100%;
    width: 10%;
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 95%) 100%);
    position: absolute;
    right: 0px;
    border-radius: 0px 10px 10px 0px;
}
.blog {
    padding: 0px;
    margin-top: 14px;
}
.items-leading .leading {
    margin-bottom: 25px;
}
.items-row .item {
    margin-bottom: 25px;
}
.divider-vertical {
    margin: 0 0 48px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #fff;
}
.article-aside {
    color: #333333;
    font-size: 12px;
}
.article-info {
    margin: 0 0 10px;
    display: inline-block;
}
.article-info .article-info-term {
    display: none;
}
.article-info dd {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap;
}
.article-info dd span {
    font-weight: bold;
}
.article-footer {
    color: #999;
    font-size: 11px;
    margin-bottom: 24px;
}
article img[align=left], .img_caption.left {
    margin: 0 14px 24px 0;
}
article img[align=right], .img_caption.right {
    margin: 0 0 24px 14px;
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption {
    position: relative;
}
.img-intro-none, .img-intro-left, .img-intro-right, .img-fulltext-none, .img-fulltext-left, .img-fulltext-right, .img_caption {
    margin-bottom: 24px;
    max-width: 100%;
}
.img-fulltext-left {
    float: left;
    margin-right: 14px;
}
.img-fulltext-right {
    float: right;
    margin-left: 14px;
}
.img-intro-none img, .img-intro-left img, .img-intro-right img, .img-fulltext-none img, .img-fulltext-left img, .img-fulltext-right img {
    margin: 0;
}
.img_caption img {
    margin-bottom: 1px !important;
}
.img_caption p.img_caption {
    background: #4b4947;
    color: #333333;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
article aside .btn-group > .dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login_form fieldset, .login fieldset {
    padding: 15px 0 0;
}
.login_form fieldset p, .login fieldset p {
    margin: 0 0 5px;
}
.login_form label, .login label {
    display: block;
    font-weight: bold;
}
.login-fields {
    margin: 0 0 10px;
}
.login_form .inputbox, .login-fields .required {
    margin-left: 10px;
    width: 150px;
}
.login_form .remember .inputbox {
    width: 20px;
}
.form-register fieldset {
    padding: 0 0 10px;
}
.form-register p {
    margin: 0 0 5px;
}
.form-register p.form-des {
    margin: 15px 0;
}
.form-register label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}
.form-register .inputbox {
    margin-left: 10px;
    width: 200px;
}
.form-register .button {
    margin-left: 140px;
}
.registration fieldset dt {
    margin-right: 5px;
}
.admintable textarea {
    max-width: 90% !important;
    resize: none;
}
#mailto-window {
    background: #fff;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
}
#mailto-window h2 {
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 20px;
}
#mailto-window .mailto-close {
    background: #FFF;
    background: -moz-linear-gradient(bottom, #ccc, #f0f0f0);
    background: -webkit-linear-gradient(bottom, #ccc, #f0f0f0);
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #666;
    font-size: 92%;
    padding: 2px 5px;
    position: absolute;
    top: -10px;
    right: 0px;
    text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
    color: #666;
}
#mailto-window .mailto-close:hover {
    border-color: #999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#mailtoForm .formelm {
    padding: 5px 0;
    vertical-align: middle;
    overflow: hidden;
}
#mailtoForm .formelm label {
    display: block;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    width: 100px;
}
#mailtoForm p {
    margin-top: 20px;
}
#mailtoForm .inputbox {
    width: 70%;
}
#mailtoForm .button {
    margin-right: 5px;
}
.user-details {
    padding: 10px 0;
}
.user-details p {
    margin: 0 0 5px;
}
.user-details label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 130px;
}
.user-details .inputbox {
    margin-left: 10px;
    width: 200px;
}
.user-details .button {
    margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
    padding: 0 0 5px;
    width: 130px;
}
.user-details .paramlist .paramlist_value {
    padding: 0 0 5px;
}
.user-details .user_name span {
    font-weight: bold;
    padding-left: 10px;
}
.reset .form-validate p, .remind .form-validate p {
    background: #ffdbda;
    color: #000;
    font-size: 16px;
    border: 2px solid #8fb68c;
    margin-bottom: 24px;
    padding: 12px 24px;
    border-radius: 0px;
    margin-top: 11px;
}
.reset .form-validate fieldset dl, .remind .form-validate fieldset dl {
    margin: 0;
}
.reset .form-validate fieldset dt, .remind .form-validate fieldset dt {
    margin: 4px 0 0 0;
}
#searchForm {
    padding: 12px 24px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
}
#searchForm:before, #searchForm:after {
    display: table;
    content: "";
    line-height: 0;
}
#searchForm:after {
    clear: both;
}
#searchForm fieldset {
    margin: 24px 0;
}
#searchForm legend {
    margin-bottom: 12px;
}
.phrases-box input, .phrases-box label, .form-limit input, .form-limit label, .only label {
    display: inline-block;
    margin-right: 10px;
}
.phrases-box input {
    margin: 0;
}
.search-results {
    margin-top: 24px;
}
.search-results .result-title {
    font-size: 14px;
    margin-top: 24px;
}
.search-results .result-category {
    font-size: 10px;
    color: #999;
}
.search-results .result-text {
    margin-top: 5px;
    margin-bottom: 5px;
}
.search-results .result-created {
    font-size: 10px;
    color: #999;
}
.contact .accordion-heading .accordion-toggle {
    font-weight: bold;
}
#archive-items > li {
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 0;
}
#archive-items div.intro {
    clear: both;
    overflow: hidden;
}
.category-item {
    margin-top: 24px;
    *zoom: 1;
}
.category-item:before, .category-item:after {
    display: table;
    content: "";
    line-height: 0;
}
.category-item:after {
    clear: both;
}
.category-item .page-header {
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.category-item .category-item {
    margin-left: 1.4613778705637%;
}
.newsfeed > h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.feed-description {
    margin-bottom: 48px;
}
.edit textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button2-left, .button2-left div {
    float: left;
}
.button2-right, .button2-right div {
    float: right;
}
.button2-left {
    margin: 5px 5px 0 0;
}
.button2-right {
    margin: 5px 0 0 5px;
}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {
    background: #4b4947;
    border: 1px solid #3e3c3b;
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    padding: 2px 10px;
    border-radius: 4px;
}
.button2-left span, .button2-right span {
    color: #999;
    cursor: default;
}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
    padding: 0 6px;
}
.button2-left a:hover, .button2-right a:hover {
    background: #3e3c3b;
    color: #444;
    text-decoration: none;
}
.controls img.calendar {
    cursor: pointer;
    margin-left: 5px;
}
.article-content .pagination ul {
    border-left: 1px solid #ddd;
}
.article-content .pagination ul li {
    float: left;
    padding: 12px 24px;
    line-height: normal;
    border: 1px solid #ddd;
    border-left: 0;
}
.article-content .pagination ul a {
    border: 0;
    text-decoration: none;
    background-color: transparent;
    line-height: normal;
    padding: 0;
}
.pagenavcounter {
    margin: 0 0 24px;
    font-weight: bold;
}
#article-index {
    float: right;
    margin: 0 0 24px 24px;
    padding: 10px;
    width: 30%;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#article-index ul {
    margin: 0 0 0 20px;
}
.pagenav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagenav li {
    margin: 0;
    padding: 0;
    float: left;
}
.pagenav li.pagenav-prev {
    margin-right: 10px;
}
.pagenav li a {
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    margin: 10px 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.pagenav li a:hover {
    background-color: #E6E6E2;
    color: #fff;
}
.counter {
    float: left;
    line-height: 1;
    margin: 12px 0;
    text-align: left;
}
.items-more h3 {
    margin: 0 0 5px;
}
.back_button a, .back_button a:hover, .back_button a:active {
    display: block;
    margin: 10px 0;
}
.filters {
    margin: 12px 0 5px;
}
.display-limit {
    margin: 12px 0 5px;
}
.filters .filter-search, .filters .display-limit {
    float: left;
    width: 50%;
}
.filters .display-limit {
    float: right;
    text-align: right;
}
#system-message dt {
    font-weight: bold;
}
#system-message dd {
    font-weight: bold;
}
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
    margin: 0;
    padding: 0;
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
    background: none;
    margin: 0;
    padding: 5px;
}
.tip-wrap {
    background: #fff6df;
    border: 1px solid #8fb68c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    max-width: 300px;
    z-index: 999;
}
.tip-title {
    border-bottom: 1px solid #8fb68c;
    font-weight: bold;
    padding: 5px 10px;
}
.tip-text {
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
}
.hasTip img {
    border: none;
    margin: 0 5px 0 0;
}
.small {
    font-size: 11px;
}
iframe, svg {
    max-width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.center, .table td.center, .table th.center {
    text-align: center;
}
a.disabled, a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
.hero-unit {
    text-align: center;
}
.hero-unit .lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}
.btn .caret {
    margin-bottom: 7px;
}
.blog-row-rule, .blog-item-rule {
    border: 0;
}
body.modal {
    padding-top: 0;
}
.row-even, .row-odd {
    padding: 5px;
    width: 99%;
    border-bottom: 1px solid #ddd;
}
.row-odd {
    background-color: transparent;
}
.row-even {
    background-color: #f9f9f9;
}
.blog-row-rule, .blog-item-rule {
    border: 0;
}
.row-fluid .row-reveal {
    visibility: hidden;
}
.row-fluid:hover .row-reveal {
    visibility: visible;
}
.btn-wide {
    width: 80%;
}
.nav-list > li.offset > a {
    padding-left: 30px;
    font-size: 12px;
}
.blog-row-rule, .blog-item-rule {
    border: 0;
}
.row-fluid .offset1 {
    margin-left: 8.382978723%;
}
.row-fluid .offset2 {
    margin-left: 16.89361702%;
}
.row-fluid .offset3 {
    margin-left: 25.404255317%;
}
.row-fluid .offset4 {
    margin-left: 33.914893614%;
}
.row-fluid .offset5 {
    margin-left: 42.425531911%;
}
.row-fluid .offset6 {
    margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
    margin-left: 59.446808505%;
}
.row-fluid .offset8 {
    margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
    margin-left: 76.468085099%;
}
.row-fluid .offset10 {
    margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
    margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
    padding: 4px 10px;
    line-height: 18px;
}
.nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #333;
}
.nav-tabs.nav-dark > li > a {
    color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
    border-color: #333 #333 #111;
    background-color: #777777;
}
.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
    color: #ffffff;
    background-color: #555555;
    border: 1px solid #222;
    border-bottom-color: transparent;
}
.thumbnail.pull-left {
    margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
    margin: 0 0 10px 10px;
}
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
hr.hr-condensed {
    margin: 10px 0;
}
.list-striped, .row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    margin-left: 0;
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
    background-color: #f5f5f5;
}
.row-striped .row-fluid {
    width: 97%;
}
.row-striped .row-fluid [class*="span"] {
    min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
    margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.list-condensed li {
    padding: 4px 5px;
}
.row-condensed .row, .row-condensed .row-fluid {
    padding: 4px 5px;
}
.list-bordered, .row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.radio.btn-group input[type=radio] {
    display: none;
}
.radio.btn-group > label:first-of-type {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
    padding-left: 0;
}
.iframe-bordered {
    border: 1px solid #ddd;
}
.tab-content {
    overflow: visible;
}
.tabs-left .tab-content {
    overflow: auto;
}
.nav-tabs > li > span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px;
}
.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 100;
}
.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single {
    border-color: #d7d7d7;
    height: 26px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
    border-color: #d7d7d7;
}
.input-prepend > .add-on, .input-append > .add-on {
    vertical-align: top;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.form-vertical .controls {
    margin-left: 0;
}
.width-auto {
    width: auto;
}
.btn-group .chzn-results {
    white-space: normal;
}
.accordion-body.in:hover {
    overflow: visible;
}
.invalid {
    color: #8fb68c;
    font-weight: bold;
}
input.invalid {
    border: 1px solid #8fb68c;
}
.tip-text {
    text-align: left;
}
.content-mass-top .t3-module {}
.t3-content-inner {
    margin-top: -5px;
}
.t3-content-inner > * {}
.blog .article-intro p {
    margin-bottom: 0;
}
}
.pagination .pull-right {
    float: left !important;
}
section.article-intro.clearfix {
    padding-left: 10px;
    margin-top: 10px;
}
.jshop.list_product img.jshop_img {
    max-height: 360px;
    overflow: hidden;
    border-radius: 8px;
}
ul.latestnews_category a {
    display: inline-block;
    font-weight: normal;
    line-height: 15px;
    padding-left: 5px;
    margin-top: 13px;
    max-height: 34px;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 14px;
    color: #333;
}
ul.latestnews_category li {
    height: 42px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    background: #ffffff;
}
ul.latestnews_category {
    list-style: none;
    margin: 0 0 0px 0px;
}
ul.latestnews_category li:hover {
    background: #8fb68c;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
ul.latestnews_category li:hover a {
    color: #fff;
}
h2.article-title a:hover {
    color: #8fb68c;
}
.readmore {
    margin-top: 10px;
}
div.published {
    background: url("../images/bg-date.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'BRAND';
    font-size: 20px;
    height: 59px;
    line-height: 25px;
    margin-right: 30px;
    padding-top: 8px;
    text-align: center;
    width: 67px;
}
.article-info .createdby span, .article-info .category-name span {
    border-right: 1px solid #7B7B7B;
    padding-right: 8px;
}
.article-info .category-name a:hover {
    color: #333333;
}
.t3-content .item-page {}
.article-title, .article-header h1 {
    display: inline-block;
    font-size: 19px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
section.article-content.clearfix {
    margin-top: 10px;
    padding-bottom: 70px;
}
section.article-content li {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.article-title a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}
.article-nodate {
    margin-left: 0 !important;
}
.article-title a:hover {
    color: #333333;
}
.article-info dd.category-name a {
    font-weight: bold;
}
.article-info dd.category-name a:hover {
    color: #333333;
}
.t3-content .blog-featured {
    padding: 18px;
}
.t3-content .category-list {
    padding: 18px;
}
.table th a {
    color: #333333;
}
.page-header.item-title {
    font-size: 25px;
    font-weight: normal;
}
.page-header.item-title a:hover, td.list-title a:hover {
    color: #333333;
}
.t3-sidebar .nav {
    margin-bottom: 0;
}
.t3-sidebar .nav > li, div.jshop_menu_level_0, div.jshop_menu_level_0_a {
    border-bottom: 1px solid #e9e9e9;
    height: 35px;
    margin: 0;
    border-radius: 0px;
}
.t3-sidebar .nav > li.current.active {
     background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    color: #fff;
    border-radius: 0px;
}
.t3-sidebar .nav > li:hover {
    background: #8fb68c;
    color: #fff;
    border-radius: 0px;
}
.t3-sidebar .nav > li.current.active a {
    color: #ffffff;
}
.t3-sidebar .nav > li:hover a {
    color: #fff;
}
div.jshop_menu_level_0:last-child {
    border-radius: 0px;
}
div.jshop_menu_level_0:hover {
    color: #fff;
    font-weight: bold;
    background: #8fb68c;
    border-radius: 5px;
}
div.jshop_menu_level_0_a {
    color: #fff;
    font-weight: bold;
    background: #8fb68c;
    padding-left: 10px;
    border-radius: 3px;
}
.t3-sidebar .nav > li > a, div.jshop_menu_level_0_a a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.t3-sidebar .nav > li > a:hover, div.jshop_menu_level_0_a a:hover {
    color: #333333;
}
.t3-sidebar .nav > li > a:hover, div.jshop_menu_level_0 a:hover {
    color: #ffffff;
}
div.jshop_menu_level_0:hover a, div.jshop_menu_level_0_a:hover a {
    color: #ffffff;
}
.t3-sidebar .nav > li > a, div.jshop_menu_level_0 a {
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
    padding-left: 10px;
    margin-top: 10px;
    vertical-align: bottom;
    font-size: 13px;
    color: #333;
}
.t3-sidebar .nav > li:after, div.jshop_menu_level_0:after, div.jshop_menu_level_0_a:after {}
div.jshop_prod_attributes {
    padding-top: 4px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 0px !important;
}
.jshop .prod_attr_img {
    vertical-align: top;
    display: none;
}
.att_none {
    margin: 0px;
}
.jshop.list_product .att_none {
    margin: 0px;
    padding-left: 15px;
}
div#atrlistprod {
    width: 100%;
    display: block;
}
div#prodtab .att_none {
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 3px;
}
div#prodtab .attributes_title span.attributes_name {
    font-size: 15px;
    padding-right: 0px;
    vertical-align: sub;
    font-weight: bold;
    display: none;
}
div#prodtab .jshop_prod_attributes .jshop .input_type_radio label {
    border: 1px solid #ffffff !important;
    color: #333;
    text-align: center;
    padding: 3px 0px 4px 0px;
    background: none;
}
div#prodtab div.jshop_prod_attributes {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
div#prodtab div#inpcolvolist input[type="text"] {
    display: inline-block;
    height: 20px;
    padding: 3px 4px;
    margin-bottom: 0px;
    line-height: 14px;
    color: #000000;
    background: none;
    text-align: center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    vertical-align: middle;
    box-shadow: none;
}
div#prodtab div#inpcolvolist input.product_plus {
    color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
}
div#prodtab div#inpplus:after {
    color: #000000;
}
div#prodtab #inpplus:after {
    margin-left: -19px;
}
div#prodtab div#inpcolvolist input.product_minus {
    color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
}
div#prodtab div#inpminus:after {
    color: #000000;
}
div#prodtab #inpminus:after {
    margin-left: -19px;
}
.jshop_list_product .block_product .extra_fields div {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 0px;
    padding-top: 2px;
}
.jshop_list_product .block_product .extra_fields div:last-child {
    padding-bottom: 5px;
}
span#extrnamelist {
    font-weight: bold;
}
.popover-content {
    padding: 9px 9px;
    color: #000;
    text-align: center;
}
.jshop.productfull .extra_fields div {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.extra_fields div {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 11px;
}
.jshop.productfull .manufacturer_name {
    width: 100%;
    max-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: normal;
    float: left;
}
.jshop.productfull div#manufact_name {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    display: none !important;
}
div#manufact_name img {
    max-height: 100px;
    padding-left: 0px;
}
.jshop.productfull .extra_fields {
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 7px;
    padding-top: 0px;
}
.jshop.productfull .jshop_prod_attributes {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px !important;
    width: 100%;
    float: left;
    position: relative;
}
.jshop.list_product .manufacturer_name {
    text-align: center;
    font-weight: normal;
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 27px;
    font-size: 12px;
    text-transform: uppercase;
	display: none;
}
span.extra_fields_name {
    padding-left: 0px;
    font-size: 16px;
    z-index: 2;
    position: relative;
    padding-right: 2px;
    float: left;
    color: #000;
    font-weight: normal;
}
span.extra_fields_value {
    font-size: 16px;
    color: #000;
    z-index: 2;
    position: relative;
    padding-left: 3px;
    line-height: 17px;
}
span#brandnamedet {
    text-transform: uppercase;
}
span.bt-author {
    font-weight: normal;
}
.jshop_list_product .product .name {
    padding-top: 0px;
    vertical-align: sub;
    max-width: 360px;
    overflow: hidden;
    text-align: center;
    max-height: 60px;
    min-height: 60px;
    top: 0px;
    position: relative;
    z-index: 2;
}
div#prodtab {
    padding: 0px;
    border: 0px solid #eaeaea;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
    overflow: hidden;
    float: left;
    background: none;
    z-index: 1;
    position: relative;
}
div#prodtab div#inpcolvolist {
    padding-left: 4px;
    padding-right: 10px;
    padding-top: 0px;
    float: left;
    margin-top: -3px;
}
.jshop_list_product .product .review_mark {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    margin-bottom: 2px;
}
.stars_no_active {
    color: #333333;
    float: left;
}
.jshop_list_product .product div.count_commentar {
    float: right;
    color: #b2b2b2;
    font-size: 14px;
}
.jshop_list_product .product .description {
    font-size: 13px !important;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 12px;
    padding-left: 2px;
    padding-bottom: 3px;
    text-align: left;
    margin-top: 0px;
    min-height: 51px;
    max-height: 51px;
    overflow: hidden;
}
.jshop_list_product .image_block {
    padding: 0px;
    min-width: 100%;
    text-align: center;
    max-width: 100%;
    position: relative;
    top: 0px;
    min-height: 100%;
    display: inline-block;
}
.three_img a img {
    max-width: 100%;
	    border-radius: 8px;
}
.jshop.last_visited_products {
    margin-top: 6px;
}
.review_header {
    margin-top: 15px !important;
}
.jshop_list_product {
    margin-top: 10px;
}
div#centralbl .name a {
    color: #333333;
    font-size: 18px;
    line-height: 13px;
    font-weight: bold;
}
.jshop_list_product .product .name a {
    font-family: 'BRAND';
    padding: 5px 0px;
    text-align: center;
    line-height: 17px;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: none;
}
.jshop_list_product .block_product:hover .name a {
    color: #8fb68c;
}
span.attributes_name {
    font-size: 16px;
    padding-right: 11px;
}
.infoblocklst.noneg {
    display: none !important;
    visibility: hidden;
}
.infoblocklst {
    background: rgb(0 0 0 / 73%);
    bottom: 109px;
    position: absolute;
    min-height: 40px;
    width: 100%;
}
.jshop_list_product .product .buttons {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px 0px 0px 0px;
    height: 43px;
    max-width: 209px;
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
	    display: none !important;
}
.jshop_list_product .product a.button_buy {
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 1px;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 5px;
    color: #fff;
}
.jshop_list_product div#prodtab .buttons a:hover {
    background: #8fb68c;
    color: #fff;
}
.jshop_list_product .product a.button_detail {
    display: none;
}
.jshop_list_product div#podrob {
    background: none;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 14px;
}
div#prodtab span#priceguest {
    color: #333;
    font-size: 15px;
}
.box-price {
    line-height: 19px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.jshop_list_product div#prodtab:hover .buttons {
    color: #ffffff;
}
.jshop_pagination {
    float: right;
}
.block_sorting_count_to_page {
    margin-top: 20px;
    margin-bottom: 20px;
}
.jshop_list_product .box_products_sorting, .jshop_list_product .box_products_count_to_page, div.list_product span.box_products_sorting, div.list_product span.box_products_count_to_page {
    display: inline-block;
    font-size: 14px;
}
div.list_product .box_products_sorting select, div.list_product .box_products_count_to_page select {
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 13px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.detail-product .jshop select {
    margin-left: 1px;
    padding: 3px 5px 0px 4px;
    margin-bottom: 5px;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}
.detail-product td.attributes_title {
    min-width: 130px;
}
.jshop_list_product .box_products_sorting select, .jshop_list_product .box_products_count_to_page select {
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 13px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}
.category-filter.filter-block-wrap {
    float: left;
    width: 20%;
}
div#filtrtop {
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    background: #fdfdfd;
    z-index: 4;
    position: relative;
}
div#filtrbut {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    display: none !important;
}
div#filtwrap {
    display: inline-block;
    height: 20px;
    width: 210px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 19px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    background: #333333;
    position: relative;
}
div#filtwrap:hover {
    background: #8fb68c;
}
a#filtr:before {
    font-family: 'fontawesome';
    content: "\f0b0";
    top: 3.5px;
    position: absolute;
    font-weight: normal;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    left: 22px;
}
a#filtr {
    color: #fff;
}
.jshop h1 {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    font-weight: normal;
    margin: 0px;
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
div#nonerez {
    text-align: center;
    padding: 20px;
    border: 1px solid #8fb68c;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    background: #ffe4e4;
}
.jshop_prod_description h1:after {
    display: none;
}
.jshop_prod_description h1 {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    margin: 0px;
    margin-top: 7px;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}
.jshop_code_prod {
    color: #fff;
}
a.lightbox {
    position: relative;
    display: inline-block;
}
a.screenshot.lightbox {
    display: block;
}
.productfull .text_zoom {
    background: url('../images/zoom.png') center center no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
    margin-top: -32px;
    z-index: 7;
    display: inline-block;
}
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999 !important;
    width: 100%;
    height: 500px;
}
div#imgzoom {
    height: 11px;
    width: 100%;
    position: absolute;
    margin-top: 28px;
    margin-left: -2px;
    max-width: 440px;
    top: 1px;
}
.jshop.last_visited_products .item_image {

}
.jshop.last_visited_products .product_label {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}
.product_label img {
    max-width: 75px;
}
.productfull .text_zoom a.lightbox {
    width: 50px;
    height: 50px;
}
.manufacturer_logo img {
    max-height: 50px;
    float: left;
    margin-top: -14px;
    margin-left: 28px;
}
.productfull .manufacturer_name {
    padding-bottom: 10px;
    padding-top: 10px;
}
span#list_product_image_thumb a.cloud-zoom-gallery img {
    border: 1px solid #DDDDDD;
    margin-left: 0;
    width: 100px;
    height: auto;
    margin-bottom: 3px;
    margin-right: 0px;
    padding: 0;
}
span.imgthumbnone {
    display: none;
}
img.jshop_img_thumb {
    border: 0px solid rgb(230 230 230);
    border-radius: 8px;
    margin-left: 0px;
    width: 100px;
    height: auto;
    max-height: 135px;
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
}
img.jshop_img_thumb:hover {
    cursor: pointer;
    border: 0px solid #8fb68c;
    opacity: 0.4;
}
.productfull .buttons input.button {
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 19px 7px 42px;
    display: block;
    border-radius: 5px;
    float: left;
    z-index: 1;
    position: relative;
    margin-top: 0px;
    text-transform: uppercase;
}
.productfull .buttons input.button:hover {
    background-color: #8fb68c;
    color: #ffffff;
}
img.jshop_video_thumb {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    margin-left: 0px;
    width: 100px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    margin-right: 0px;
    padding: 0px;
}
img.jshop_video_thumb:hover {
    cursor: pointer;
    border: 0px solid #8fb68c;
    opacity: 0.4;
}
.video_full {
    float: left;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}
img.jshop_img_thumb:last-child {
    margin-right: 0;
}
span#list_product_image_thumb {
    float: right;
    width: 100%;
    padding-left: 10px;
    margin-top: 10px;
}
.quick_image span#list_product_image_thumb {
    float: left;
    width: 100%;
    padding-left: 0px;
}
div#pricesblock {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 12px;
    padding-top: 10px;
    margin-bottom: 5px;
}
.jshop_img_description .prod_price {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-transform: none;
    float: left;
}
div#pricesblock div.jshop_prod_attributes {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    margin: 0px;
    padding-bottom: 0px !important;
    float: left;
    margin-top: -9px;
}
.productfull #block_price {
    color: #333333;
    font-size: 25px;
    font-weight: normal;
}
div#viznon {
    float: left;
    width: 100%;
}
div#botmtop a {
    color: #333333;
}
div#botmtop a:hover {
    color: #8fb68c;
}
.jshop .prod_qty_input input {
    color: #333333;
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
}
.buttons input.button {
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px 10px 52px;
    text-transform: uppercase;
    display: block;
    border-radius: 0px;
}
.clr {
    clear: both;
}
.productfull .prod_buttons .buttons:before {
    font-family: 'fontawesome';
    content: "";
    position: absolute;
    padding-left: 16px;
    padding-top: 7px;
    height: 30px;
    width: 19px;
    background: url(../images/cartwhite.png) center center no-repeat;
    background-size: 25px;
    z-index: 2;
}
.buttons input.button:hover {
    background: #8fb68c;
    color: #333333;
}
div#fulltitleprod {
    padding: 20px 0px 10px 0px;
    cursor: pointer;
    transition: all .3s;
    /*border-bottom: 1px solid #8fb68c;*/
    line-height: 20px;
    font-size: 21px !important;
    margin-bottom: 10px;
    font-weight: normal;
}
.productfull div#inpcolvolist input.product_minus {
    padding: 0px !important;
    color: #333333;
    font-weight: bold;
    width: 38px;
    margin: 0px;
    margin-top: -6px;
    height: 39px;
    background: none;
    border: 1px solid #333;
    z-index: 5;
    position: relative;
}
.productfull div#inpcolvolist input.product_plus {
    padding: 0px !important;
    color: #333333;
    font-weight: bold;
    width: 38px;
    margin: 0px;
    margin-top: -6px;
    height: 39px;
    background: none;
    border: 1px solid #333333;
    z-index: 5;
    position: relative;
}
.productfull input#quantity {
    margin-left: -71px;
    position: absolute;
    height: 29px;
    margin-top: -2px;
    border: 1px solid #fff;
    box-shadow: none;
}
input.validate {
    color: #FFFFFF;
    font-size: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 10px;
    float: right;
    background: #8fb68c;
    border: 2px solid #8fb68c;
    border-radius: 3px;
}
input.validate:hover {
    background: #8fb68c;
    color: #ffffff;
}
.buttons input.button1 {
    background: url("../images/wish.png") no-repeat scroll 10px center;
    border: 1px solid #b9b9b9;
    color: #313131;
    font-size: 11px;
    padding: 5px 10px 5px 45px;
    text-transform: uppercase;
    margin-top: 10px;
    height: 34px;
    border-radius: 0;
}
.productfull .image_middle {
    padding-right: 0px;
    float: left;
    max-width: 55%;
}
span#list_product_image_middle {
    float: left;
    max-width: 400px;
}
table.jshop td.prod_qty_input {
    padding: 0;
}
.productfull .prod_buttons .buttons {
    padding: 0 0 0 40px;
}
.productfull .prod_buttons {
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.productfull .qty_in_stock {
    border-bottom: 1px dotted #cccccc;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #333333;
    float: left;
    width: 100%;
}
.productfull div#not_available {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.review_header {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: left;
    width: 100%;
    border-bottom: none;
}
div#cartlist {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1235px;
    padding: 10px 15px 10px 15px;
    background: #e6e6e6;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
}
form#add_review, form#add_review .label, .review_answer .label {
    font-size: 16px !important;
    font-weight: normal !important;
}
span#zapros {
    padding-right: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
    color: #8fb68c;
    font-weight: normal;
}
.nvg_ext_review .btn-info {
    color: #fff;
    background: #8fb68c;
    border-radius: 5px;
}
.nvg_ext_review .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background: #8fb68c;
    text-shadow: none !important;
}
.nvg_ext_review .btn:hover, .nvg_ext_review .btn:focus, .nvg_ext_review .btn:active, .nvg_ext_review .btn.active, .nvg_ext_review .btn.disabled, .nvg_ext_review .btn[disabled] {
    color: #fff;
    background: #8fb68c;
}
div.jshop_prod_description {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px !important;
    line-height: 17px;
}
.jshop_prod_description p, .jshop_prod_description p span, .jshop_img_description .description {
    font-size: 16px !important;
    font-family: 'BRAND' !important;
    line-height: 25px;
}
div#prodkoml_tab td, div#prodkoml_tab tr {
    border: 1px solid #ddd;
}
div#xarakter_tab tr, div#xarakter_tab td {
    border: 1px solid #ddd;
}
.jshop_prod_description td, .jshop_prod_description tr {
    border: 1px solid #ddd;
}
table.list_related td, table.list_related tr {
    padding: 0px !important;
}
table#sisfit td {
    border: 0px !important;
}
ul.nav._topmen {
    margin-bottom: 0px;
    margin-top: 0px;
}
table.list_related div#prodtab {
    border: 1px solid #ffffff;
    padding: 5px;
    border-radius: 0px;
    background: #FFFFFF;
    margin: 2px;
}
table.list_related div#prodtab:hover {
    border: 1px solid #ffffff;
}
.jshop_img_description .ratting {
    float: left;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 5px;
}
.jshop_img_description .hits {
    float: left;
    padding-top: 5px;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    width: 100%;
    padding-bottom: 5px;
}
.stars_no_active {
    margin-top: 0px;
}
.jshop_img_description .ratting span {
    float: left;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.review_text_not_login {
    font-style: normal;
    color: #727272;
}
.jshop_prod_description p, .jshop_img_description .description {
    color: #333333;
    margin: 0px 0px 7px 0px;
}
.jshop_img_description .description {
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: justify;
    font-size: 18px;
}
.jshop_img_description .hits span {
    color: #E11A19;
    font-weight: bold;
}
span.review {
    color: #333333;
    font-weight: normal;
    display: none;
}
#jshop_review_write td, #jshop_review_write tr {
    padding-left: 10px;
}
#jshop_review_write td span {
    font-weight: bold;
}
#jshop_review_write .inputbox {
    width: 365px;
    border: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    box-shadow: none;
}
#jshop_review_write #review_review {
    padding: 0;
    text-indent: 10px;
    width: 100%;
    box-shadow: none;
}
table#jshop_review_write {
    width: 100%;
}
#jshop_review_write td span.ratting {
    float: left;
    padding-right: 15px;
}
#jshop_review_write td span.star-rating-control {
    float: left;
    margin-top: 3px;
}
form.detail-product {
    margin-bottom: 0px;
}
.jshop_price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6px;
    font-family: 'BRAND';
}
.jshop_price.nold {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    padding-top: 5px;
}
#quick-view .quick_button_addcart {
    background: #8fb68c !important;
    height: 25px !important;
    padding: 5px 13px 5px 10px !important;
    width: 155px !IMPORTANT;
    line-height: 23px;
    color: #fff !IMPORTANT;
}
#quick-view .quick_button_addcart:hover {
    color: #fff;
    background: #333333 !important;
}
.jshop_list_product .jshop .old_price {
    font-size: 15px;
    padding-bottom: 4px;
    margin-top: -4px;
}
.jshop_list_product input#button_oneclik {
    padding: 0px 0px 0px !important;
    border: none;
    margin: 0px;
    display: inline-block;
    right: 0px;
    float: right;
    left: auto;
    width: 47px;
    position: absolute;
    height: 47px;
    border-radius: 0px;
    background: url(../images/oneclick.png) no-repeat;
    background-size: 47px;
}
.jshop_list_product input#button_oneclik:hover {
    background: url(../images/oneclickhover.png) no-repeat;
}
.jshop_img_description .old_price {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
div#rightbl .old_price {
    font-size: 16px;
    padding: 0px 0px 4px 0px;
}
.clearcat {
    clear: both;
}
.jshop_img_description .old_price span.old_price {
    color: #8fb68c;
    font-size: 22px;
    font-weight: bold;
}
.jshop .product_label {
    z-index: 2;
}
div#leftbl .image_block .product_label {
    display: block;
    top: 3px;
}
.jshop .product_label {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}
.shoppingLayout .no-old {
    line-height: 35px !important;
}
div#zaprosbt {
padding-right: 0;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    padding-top: 0px;
    color: #8fb68c;
    font-weight: bold;
    font-family: 'BRAND';
}
.jshop.productfull .jshop_img_description .ratting span {
    float: left;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 2px;
    font-weight: normal;
}
div#ratediv {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}
div#ratediv:after {
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px dotted #cccccc;
    display: block;
    position: relative;
    bottom: -1px;
    float: left;
}
.jshop.productfull .jshop_img_description .ratting {
    float: left;
    padding-top: 0px;
    width: 100%;
    max-width: 180px;
    padding-bottom: 9px;
}
.ya-share2.ya-share2_inited {
    float: left;
    width: 100%;
    max-width: 140px;
    margin-top: -4px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a, .jshop_menu_level_1_a a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 35px;
    max-height: 35px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.jshop_menu_level_1, .jshop_menu_level_1_a {
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.jshop_menu_level_1_a, .jshop_menu_level_1 {
    border-bottom: 1px solid #e9e9e9;
    display: grid;
}
.jshop_menu_level_1_a:last-child, .jshop_menu_level_1:last-child {
    border-bottom: 0px solid #cccccc;
}
.jshop_menu_level_1_a:hover, .jshop_menu_level_1:hover {
    border-left: 0px solid #8fb68c;
    background: #8fb68c;
    border-radius: 3px;
}
.jshop_menu_level_2_a:hover, .jshop_menu_level_2:hover {
    border-left: 0px solid #8fb68c;
    background: #8fb68c;
    border-radius: 3px;
}
.jshop_menu_level_2_a:hover a, .jshop_menu_level_2:hover a {
    color: #ffffff !important;
}
.jshop_menu_level_1_a:hover a, .jshop_menu_level_1:hover a {
    color: #8fb68c;
}
.jshop_menu_level_1_a, .jshop_menu_level_1_a a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-weight: normal;
    color: #ffffff;
    background: #8fb68c;
    display: grid;
    padding-left: 5px;
    border-radius: 3px;
}
.jshop_menu_level_1_a {
    border-left: 0px solid #8fb68c;
}
.jshop_menu_level_1 a {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-size: 14px !important;
    color: #333333;
    padding-left: 11px;
    float: none;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.jshop_menu_level_1 a:hover {
    color: #ffffff !important;
}
.readmores {
    position: absolute;
    margin-left: 0px;
    margin-top: 12px;
    font-size: 15px;
}
.jshop_menu_level_2, .jshop_menu_level_2_a {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 35px;
    max-height: 35px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.jshop_menu_level_2, .jshop_menu_level_2_a {
    border-bottom: 1px solid #e9e9e9;
}
.jshop_menu_level_2_a {
    color: #ffffff !important;
    background: #8fb68c;
    border-radius: 3px;
}
.jshop_menu_level_2_a a {
    color: #ffffff !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-size: 14px !important;
    float: none;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 13px;
}
.jshop_menu_level_2 a {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-size: 14px !important;
    color: #333333;
    float: none;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.jshop_menu_level_2 a:hover {
    color: #ffffff !important;
}
table.cart th {
    background: #ffffff !important;
    color: #333333;
    padding: 10px 5px;
    font-family: 'BRAND';
    font-weight: bold;
    font-size: 15px;
}
table.cart th:first-child {
    border-radius: 0px;
}
table.cart th:last-child {
    border-radius: 0px;
}
table.cart td {
    border: 0;
}
table.cart .odd td {
    /* background-color: #f8f8f8; */
    color: #333333;
}
table.cart .even td {
    background-color: #fff;
    color: #333333;
    vertical-align: inherit;
}
td#corzpr {
    vertical-align: inherit;
}
td#qunts {
    vertical-align: inherit;
}
table.cart tr {
    border-bottom: 1px solid #cccccc;
    height: 44px;
}
table.cart {
    border: 0;
}
table.cart a img.jshop_img {
    width: 73px;
    height: 73px;
    border-radius: 3px;
}
table.cart input.inputbox {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    position: absolute;
    float: left;
    margin-left: -22px;
    padding: 2px;
}
td#totalpr {
    vertical-align: inherit;
}
.prod_qty_mask_corz {
    width: 29px;
    float: left;
    visibility: hidden;
    height: 29px;
}
table.cart span.cart_reload {
    display: inline-block;
    line-height: 31px;
    margin-left: 7px;
}
table.cart td {
    padding: 4px;
}
.jshop .cart .product_name {
    text-align: left;
    vertical-align: inherit;
}
.jshop .cart .product_name a {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: #333333;
}
.jshop .cart span.price {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    vertical-align: baseline;
    font-family: 'BRAND';
}
td.jshop_order_step {
    color: #333333;
    font-family: 'BRAND';
}
.jshop .cart a.remove-cart {
    background: url("../images/remove-cart.png") center center no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-top: 10px;
}
.jshop .cart a.remove-cart:hover {
    background: url("../images/remove-cart-hover.png") center center no-repeat;
}
.jshop.last_visited_products .block_item {
    padding: 0px !important;
    border: 0px solid #eaeaea;
    max-width: 253px;
    margin-left: 0px;
    margin-right: 5px;
    background: #FFFFFF;
    border-radius: 0px;
    margin-bottom: 5px;
    position: relative;
}
.jshop.last_visited_products .ExtQv {
    width: 150px;
    margin-left: -83px;
    font-size: 12px;
    padding: 8px;
}
table.jshop.jshop_subtotal {
    width: 46%;
    float: right;
    color: #333333;
    font-weight: normal;
    display: inline-block;
    padding: 20px 0 0px;
    font-family: 'BRAND';
}
table.jshop.jshop_subtotal td {
    border-bottom: 1px solid #ccc;
}
.jshop_subtotal tr:first-child .name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}
.jshop .total {
    font-family: 'BRAND';
}
.jshop_subtotal tr:first-child .value {
    padding: 10px 0px 0px 0px;
}
.jshop .order_payment_params {
    padding-top: 3px;
    font-size: 14px;
}
.jshop_order_step a {
    vertical-align: middle;
    text-decoration: underline;
    font-size: 14px;
}
.jshop_subtotal .name {
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}
.jshop_subtotal .value, .jshop_subtotal tr:first-child .value {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.jshop_subtotal .value {
    text-align: right;
    width: 12%;
    white-space: nowrap;
    color: #333333;
    vertical-align: bottom;
}
div#DOMWindow {
    border-radius: 5px;
    border: 4px solid #cc0000 !important;
    width: auto !IMPORTANT;
    padding: 19px !IMPORTANT;
}
a.closeDOMWindow {
    font-size: 18px;
    text-decoration: none;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: #fff;
}
a.closeDOMWindow:hover {
    background: #8fb68c;
}
span.modal_quantity {
    color: #000000;
    font-weight: bold;
}
span.modal_summ {
    color: #000000;
    font-weight: bold;
}
.jshop_subtotal tr.total .name, .jshop_subtotal tr.total .value {
    font-size: 20px;
    font-weight: normal;
}
a.backshop, .jshop-code input.button {
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #FFFF
}
.row-backtop {
    text-align: center;
    margin-right: 0px;
    margin-top: 7px;
    margin-bottom: 15px;
    background: #8fb68c;
    padding: 8px 21px 9px 22px;
    border-radius: 3px;
}
.row-backtop:hover {
    background: #8fb68c;
}
.shippingfree {
    font-size: 15px;
    padding: 9px;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 181, 123, 0.5098039215686274);
    width: 260px;
    float: right;
    border-radius: 5px;
}
table.jshop-code {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
table.cart_subtotal tr.total {
    font-size: 18px;
    text-transform: uppercase;
}
table.cart_subtotal tr.total td {
    border-bottom: 1px solid #ccc;
}
table.jshop-code tr td {
    padding: 0;
}
.jshop-code h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0;
}
.jshop-code input.inputbox {
    box-shadow: none;
    border-radius: 3px;
}
table.cart_subtotal {
    float: right;
    max-width: 300px;
    width: 100%;
    margin-top: 20px;
}
table.cart_subtotal tr.total td.value {
    text-align: right;
}
table.cart_subtotal tr.total td.name {
    text-align: left;
}
form.cart {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}
img.jshop_img {
    border: 0;
    padding: 0;
}
.zoomWindow {
    background: #fff;
}
.jshop_list_category .jshop {
    display: inline-block;
    width: 100%;
}
p.category_short_description {
    margin: 0;
}
#namecateg {
    max-width: 168px;
    width: 100%;
    line-height: 15px;
    padding-top: 10px;
    text-align: center;
    min-height: 43px;
    max-height: 43px;
    overflow: hidden;
}
.jshop_list_category .category .image {
    padding-right: 0;
    background-color: #FFF;
    max-width: 168px;
    min-width: 168px;
    width: 100%;
    height: 100%;
    max-height: 162px;
    min-height: 162px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
div#categorymenu {
    display: none;
}
div#botmtop {
    margin-top: 0px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
table.category {
    float: left;
    width: 100% !important;
    background-color: #8A8A8A;
    margin-right: 60px;
    margin-bottom: 0px;
}
table.category:hover {
    background-color: #B8B8B8;
}
table.jshop a img {
    border: 0;
    background: #fff;
}
td.jshop_categ {
    vertical-align: top;
    padding-bottom: 0px !important;
}
.jshop .cart span.quantity, a.reload {
    line-height: 70px;
}
.jlogin input.button, .register_block input.button, .jshop_register input.button {
    text-transform: uppercase;
    text-decoration: none;
     background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.jlogin input.button:hover, .register_block input.button:hover, .jshop_register input.button:hover {
    background: #8fb68c;
}
table.jlogin a {
    color: #333;
    text-decoration: underline;
}
table.jlogin a:hover {
    color: #8fb68c;
    text-decoration: none;
}
span.small_header {
    color: #333333;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
.jlogin input.inputbox {
    box-shadow: none;
    padding: 0;
}
.jlogin tr td {
    padding-top: 0;
    padding-bottom: 0;
}
.jlogin #remember_me {
    /* float: left; */
    /* margin-right: 10px; */
    margin-bottom: 10px;
}
.jshop_register input.inputbox {
    box-shadow: none;
    border: 1px solid #333333;
    font-size: 14px;
    border-radius: 3px;
}
.jshop_register .name {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}
.prod_buttons .prod_qty_input {
    float: left;
    width: 115px;
    z-index: 7;
    position: relative;
    padding-top: 2px;
}
div#descwrap {
    width: 45%;
    float: right;
    margin-top: 0px;
}
.jshop.last_visited_products .name {
    text-align: center;
    padding: 10px 0px 10px 0px;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
    top: 0px;
}
.jshop.last_visited_products .name a {
    padding: 0px 0px;
    text-align: center;
    line-height: 20px;
    font-size: 17px !important;
    margin-bottom: 10px;
    font-weight: normal;
}
.jshop.last_visited_products .manufacturer_name {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.detail-product .jshop {
    display: inline-block;
    width: 100%;
}
div.list_product {
    margin-top: 0px;
}
div#lastprice {
    height: 40px;
    line-height: 18px;
    padding-top: 10px;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    color: #333;
}
.jshop.last_visited_products .buttons a {
    z-index: 7;
    position: relative;
}
.jshop.list_product div#QuickProsm {
    position: absolute !important;
    width: 100% !important;
}
.jshop_list_product .block_product {
    float: left;
    border-top: 1px solid #d2d9df;
}
.jshop_list_product .block_product {
    padding-bottom: 5px !important;
    margin-left: 0px;
    position: relative !important;
    height: 100%;
    min-height: 360px;
}
.jshop.last_visited_products a.button_buy {
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 1px;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 5px;
    color: #ffffff;
}
.three_img {
    display: inline-block;
    height: 100%;
}
.qty_in_stock {
    text-align: center;
    font-size: 15px;
}
.qty_in_stock span {
    color: #8fb68c;
    font-weight: bold;
}
.jshop_list_product .list_product {
    padding: 0;
}
.jshop_list_product .product .image {
    padding-right: 0px;
}
.t3-mainnav .navbar .bt-navbar {
    display: none;
}
.t3-content .blog_color2, .t3-content .item-page_color2 {
    padding: 0px;
}
.smartsearch {
    z-index: 9;
}
#search-results h2 {
    color: #333333;
}
div.itemListCategory h2, div.itemAuthorLatest h3, div.itemRelated h3, h3.itemCommentsCounter, div.userBlock h2 {
    color: #fff;
}
p {
    margin: 0 0 12px;
}
p small, p .small {
    font-size: 10px;
    color: #999;
}
.lead {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 200;
    line-height: 36px;
}
small {
    font-size: 85%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
.muted {
    color: #999;
}
.highlight {
    background-color: #FFC;
    font-weight: bold;
    padding: 1px 4px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 12px 0;
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1 {
    font-size: 16px;
    line-height: 48px;
}
.shophead h1 {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
h1 small {
    font-size: 24px;
}
h2 {
    font-size: 21px;
    line-height: 30px;
}
h2 small {
    font-size: 18px;
}
h3 {
    font-size: 16px;
    line-height: 16px;
}
h3 small {
    font-size: 14px;
}
h4 {
    font-size: 14px;
    line-height: 24px;
}
h4 small {
    font-size: 12px;
}
h5 {
    font-size: 13px;
    line-height: 24px;
}
h5 small {
    font-size: 10px;
}
h6 {
    font-size: 12px;
    line-height: 24px;
}
.page-title, .page-header h1 {
    line-height: 1;
    margin: 0;
}
.page-subheader {
    border-bottom: 1px solid #ddd;
    margin: 0 0 24px;
    *zoom: 1;
}
.page-subheader:before, .page-subheader:after {
    display: table;
    content: "";
    line-height: 0;
}
.page-subheader:after {
    clear: both;
}
.page-subtitle, .page-subheader h2 {
    line-height: 1;
    margin: 0;
}
.page-header + .page-subheader {
    margin-top: -24px;
}
.item-title {
    font-weight: bold;
}
ul, ol {
    padding: 0;
    margin: 0 0 12px 25px;
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li {
    line-height: 24px;
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}
dl {
    margin-bottom: 24px;
}
dt, dd {
    line-height: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 12px;
}
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 130px;
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.152px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
}
.label {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a.label:hover, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-important, .badge-important {
    background-color: #E6E6E2;
}
.label-important[href], .badge-important[href] {
    background-color: #971616;
}
.label-warning, .badge-warning {
    background-color: #ff8002;
}
.label-warning[href], .badge-warning[href] {
    background-color: #ce6700;
}
.label-success, .badge-success {
    background-color: #86a64b;
}
.label-success[href], .badge-success[href] {
    background-color: #6a833b;
}
.label-info, .badge-info {
    background-color: #02a0b0;
}
.label-info[href], .badge-info[href] {
    background-color: #01727e;
}
.label-inverse, .badge-inverse {
    background-color: #444;
}
.label-inverse[href], .badge-inverse[href] {
    background-color: #2b2b2b;
}
.btn .label, .btn .badge {
    position: relative;
    top: -1px;
}
.btn-mini .label, .btn-mini .badge {
    top: 0;
}
.page-header .label, .page-header .badge {
    vertical-align: middle;
}
hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #fff;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 24px;
    border-left: 5px solid #4b4947;
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
blockquote small {
    display: block;
    line-height: 24px;
    color: #999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #4b4947;
    border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small:before {
    content: '';
}
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 0;
    font-style: normal;
    line-height: 24px;
}
.t3-header {
    padding-top: 0;
    padding-bottom: 0;
}
.logo {
    float: left;
    position: relative;
}
td.jshop_categ {
    width: 443px;
}
.logo h1, .logo h1 a {
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.logo-image {
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    height: 90px;
}
.logo-image a {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 85px;
    background-size: 220px;
}
.logo-image span, .logo-image small {
    display: none;
}
.logo-text h1 {
    color: #444;
}
.logo-text h1 a {
    color: #444;
    text-decoration: none;
}
.logo-text:hover h1 a, .logo-text h1 a:hover, .logo-text h1 a:active, .logo-text h1 a:focus {
    text-decoration: none;
}
.logo-text .site-slogan {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.headmod1 {
    margin-top: 0px;
    float: left;
    margin-left: 139px;
    position: absolute;
    padding-top: 7px;
    color: #8fb68c;
    font-weight: bold;
    font-size: 21px;
}
.headmod1 p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.headmod2 {
    margin-top: 75px;
    position: absolute;
    margin-left: 142px;
    font-weight: bold;
    color: #f00;
}
.headmod3 {
    float: left;
    position: absolute;
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
}
div#freedost {
    text-transform: lowercase;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #8fb68c;
    border-top: 1px solid #333333;
}
.externtwo_wrapp .mycart_mini_txt {
    font-size: 16px !important;
    line-height: 20px !important;
}
.headmod3 p {
    font-size: 19px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}
.headmod4 {
    margin-top: 11px;
    height: 37px;
    margin-left: 39px;
    float: left;
}
div#podpistel {
    text-align: center;
    padding-left: 30px;
    color: #8fb68c;
}
.headmod4 p {
    color: #333;
    font-size: 19px;
    margin: 1px 0px 5px 0px;
    padding-top: 11px;
    line-height: 16px;
}
.headmod4 p:after {
    content: "\f10b";
    font-family: 'fontawesome';
    float: left;
    padding-right: 5px;
    padding-top: 0px;
    margin-top: -2px;
    color: #8fb68c;
    font-size: 22px;
    font-style: normal;
}
.headmod4 p a {
    color: #333333;
}
.headmod4 p a:hover {
    color: #8fb68c;
}
.headmod5 {
    float: right;
    position: relative;
    margin-top: 0px;
    height: 35px;
    padding-top: 30px;
    padding-right: 20px;
}
.headmod6 {
    padding-left: 10px;
}
.headmod6 a {
    font-size: 18px;
    top: 5px !important;
    position: relative;
    color: #5a5a5a;
}
.headmod6:before {
    content: "\f003";
    font-family: 'fontawesome';
    float: left;
    padding-right: 3px;
    padding-top: 11px;
    color: #8fb68c;
    font-style: normal;
}
.headmod5 p {
    font-size: 23px;
    line-height: 25px;
    margin: 0px;
    text-align: center;
    color: #333333;
    font-family: 'BRAND';
}
p#Viber {
    font-size: 15px;
    color: #8fb68c;
}
.head-search form {
    margin: 0;
}
.head-search .input {
    background: url(../images/ico/search-invert.png) no-repeat 8px center;
    width: 120px;
    padding-left: 26px;
}
.head-search .input:focus {
    color: #444;
    width: 180px;
}
.t3-sl {
    padding-bottom: 5px;
    padding-top: 20px;
}
.t3-sidebar .t3-module .module-inner {
    margin: 0px;
    padding: 15px;
}
.t3-footer {
    color: #fff;
}
.t3-footer:before, .t3-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.t3-footer:after {
    clear: both;
}
.t3-footer small {
    display: block;
    font-size: 100%;
}
.t3-footer a {
    color: #eedcc3;
}
.t3-footer .nav > li > a:hover, .t3-footer .nav > li > a:active, .t3-footer .nav > li > a:focus {
    color: #eedcc3;
    background: none;
}
.t3-footnav {
    padding: 28px 0 48px;
    *zoom: 1;
}
span#allfooter {
    width: 100%;
    height: 100%;
    float: left;
    border-top: 3px solid #eedcc3;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    padding-top: 45px;
    padding-bottom: 15px;
    margin-bottom: -3px;
}
footer#t3-footer {
margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 20px;
}
div#footrmodbody .t3-module {
    margin-bottom: 0px;
}
div#footrmodbody .module_menu .nav {
    margin-bottom: 0px;
    margin-top: -5px;
}

.t3-footnav:before, .t3-footnav:after {
    display: table;
    content: "";
    line-height: 0;
}
.t3-footnav:after {
    clear: both;
}
.t3-footer, .t3-copyright .container {
    position: relative;
}
.t3-footnav ul {
    list-style: none;
    margin-left: 0;
}
.t3-footnav li {
    line-height: 24px;
    border-top: 1px solid #eeeeee;
}
.t3-footer .module_menu {
    background: url('../images/icon-footer-title.png') top left no-repeat;
    padding-top: 35px;
    padding-right: 20px;
}
.t3-footnav .module-title {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}
.span12.poweredby {
    margin-top: 60px;
    text-align: center;
    position: absolute;
}
.t3-copyright:before, .t3-copyright:after {
    display: table;
    content: "";
    line-height: 0;
}
.t3-copyright:after {
    clear: both;
}
.t3-copyright .container {}
.copyright {
    float: left;
}
.poweredby {
    float: right;
}
.t3-header {
    position: relative;
}
.t3-header .left-header1 {
    /* position: absolute; */
    /* left: 0; */
    /* width: 40%; */
}
.t3-header .left-header1 .left-header {
    /* background: url("../images/left-header.png") repeat-x scroll right center transparent; */
    /* height: 143px; */
    /* left: 0; */
    /* margin-right: 275px; */
    /* margin-top: 21px; */
}
div#slogname h3 {
    color: #555555;
    font-size: 18px;
    /* font-style: italic; */
    /* font-weight: bold; */
    text-transform: none;
    padding-top: 13px;
    text-align: center; /* text-shadow: 0px 0px 1px #8fb68c; */
}
#slogpodpis {
    /* margin-top: -19px; */
    /* text-align: center; */
    /* width: 100%; */
    /* border-top: 1px solid #8fb68c; */
}
div#slogpodpis p {
    color: #333333;
    font-family: 'BRAND';
    font-size: 14px;
    font-style: italic;
    text-transform: none;
}
.custom.slog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: absolute;
    color: #FF1652;
    font-size: 33px; /* width: 255px; */ /* text-shadow: 0px 0px 50px #333333; */
}
div#strips {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 7px;
    margin-top: 7px;
}
div#wave {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
div#bodyblock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    background: #fff;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}
div#menudeck {
    float: left;
    width: 60%;
    padding-top: 30px;
    margin-left: 5%;
}
#t3-mainnav {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    width: 100%;
}
.navbar-inner {
    border-left: 0 !important;
    filter: nomarl !important;
}
.navbar .nav > li {
    float: left;
    height: 40px;
    border: 0;
}
.t3-mainnav .navbar .nav > li > a {
    border-top: 0 none;
    color: #333333;
    text-shadow: #333333 0px 0px 0px;
    padding: 10px 14px 6px 14px;
    font-size: 16px;
    font-family: 'BRAND';
}
.t3-mainnav .navbar .nav > li > a:focus, .t3-mainnav .navbar .nav > li > a:hover {
    box-shadow: none;
    border-right: 0;
    text-shadow: none;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid #8fb68c;
}
.t3-mainnav .navbar .nav > .active > a, .t3-mainnav .navbar .nav > .active > a:hover, .t3-mainnav .navbar .nav > .active > a:focus {
    box-shadow: none;
    border-right: 0;
    text-shadow: none;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid #8fb68c;
}
.t3-mainnav .navbar .nav > li > a {
    width: auto !important;
}
.t3-mainnav .navbar .nav > li > a img {
    padding-right: 5px;
    max-width: none !important;
    max-height: 45px;
    margin-top: -6px;
    position: relative;
    clear: inherit;
}
span.image-title {
    top: -3px;
    position: relative;
}
.t3-mainnav .navbar .nav > li:hover > a img, .t3-mainnav .navbar .nav > li.current > a img, .t3-mainnav .navbar .nav > li.active > a img {
    padding-right: 5px;
    max-width: 36px;
    max-height: 36px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.t3-mainnav .navbar .nav > li > a span {
    display: inline !important;
    width: auto !important;
}
.navbar-inner > div#login {
    float: right;
    height: 50px;
    background: url('../images/bg-menu6.png') repeat-x bottom left;
    padding: 0 !important;
}
#btl .btl-panel > span, button.btl-buttonsubmit, input.btl-buttonsubmit {
    width: auto !important;
    height: 32px !important;
    background-color: #181818 !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 11px 11px 0 40px !important;
}
#btl .btl-panel > span {
    font-family: 'BRAND';
    font-size: 10px;
    text-transform: uppercase;
    display: block !important;
    float: none !important;
}
#btl .btl-panel > span:hover {
    background-color: #8fb68c !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
#btl .btl-panel > span#btl-panel-login {
    background: url('../images/icon-login.png') no-repeat scroll 8px 8px transparent;
    opacity: 0.55;
    filter: alpha(opacity=55);
}
#btl .btl-panel > span#btl-panel-registration {
    background: url('../images/icon-regist.png') no-repeat scroll 8px 8px transparent;
    opacity: 0.55;
    filter: alpha(opacity=55);
}
#btl .btl-panel #btl-panel-login {
    border-bottom: 1px solid #eeeeee !important;
}
#module-in-profile .module_menu .nav > li {
    border-top: 0 !important;
    background: url("../images/icon-link.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    text-indent: 24px;
    border-bottom: 0 !important;
}
#module-in-profile .module_menu .nav > li:hover {
    border-top: 0 !important;
    background: url("../images/icon-link-hover.png") no-repeat scroll left center transparent;
    list-style: none outside none;
    text-indent: 24px;
}
#module-in-profile .module_menu .nav > li a:hover {
    color: #8fb68c !important;
}
#bt_ul li a:hover {
    color: #8fb68c !important;
}
div.btl-buttonsubmit {
    border-top: 0 !important;
}
#btl-content-profile div.btl-buttonsubmit {
    border: medium none !important;
    clear: both;
    margin-bottom: 36px !important;
    margin-top: 0 !important;
    text-align: center;
}
#btl .btl-panel > #btl-panel-profile {
    height: 76px !important;
}
#simplemodal-container {
    background: url('../images/bg-simplemodal-container.png') repeat-y scroll 0 0 transparent;
    width: 422px !important;
}
.btl-content-block.simplemodal-data {
    background: none;
    border: 0;
    box-shadow: none;
}
#btl-panel-login {
    border-bottom: 1px solid #eeeeee !important;
}
.btl-content-block.simplemodal-data {
    background: none;
    border: 0;
    box-shadow: none;
}
.btl-content-block h3 {
    background: url('../images/header_bglogin.png') no-repeat left top !important;
    color: #fff;
    font-size: 16px !important;
    font-family: 'Oswald', serif;
    font-weight: normal;
    margin: 15px 0 0 !important;
    text-transform: uppercase;
    height: 68px;
    line-height: 65px !important;
    padding: 0px 0 0 19px;
}
#simplemodal-container a.modalCloseImg {
    background: url('../images/close_bt.png') no-repeat scroll center top transparent !important;
    cursor: pointer;
    display: inline;
    height: 39px !important;
    position: absolute;
    right: 45px !important;
    top: 28px !important;
    width: 39px !important;
    z-index: 3200;
}
#simplemodal-container a.modalCloseImg:hover {
    background: url('../images/close-hover.png') no-repeat scroll center top transparent !important;
}
.btl-field {
    color: #585858;
}
.btl-field .btl-label {
    font-weight: bold;
}
.btl-input {
    height: 35px;
    background: url('../images/bg-input-login.png') no-repeat left;
}
#btl-checkbox-remember {
    margin-top: 0px !important;
}
#btl-input-remember {
    background: none;
    padding-top: 3px !important;
}
input.btl-buttonsubmit, button.btl-buttonsubmit {
    background: url('../images/bg-submit-login.png') no-repeat !important;
}
.t3-header {
    padding-bottom: 0px;
}
.t3-header-left {
    background: #F7F7F3 url('../images/bg-ja-header-left-141.png') repeat-x scroll left bottom;
    left: 0;
    min-height: 141px;
    position: absolute;
    width: 50%;
    z-index: -1;
}
.t3-header-right {
    background: #F7F7F3;
    right: 0;
    min-height: 141px;
    position: absolute;
    width: 50%;
    z-index: -1;
}
.t3-header .span8 {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.t3-module.module_best-product {
    margin-left: 10px;
    margin-bottom: -5px;
    margin-top: -21px;
}
.shoppingLayout .bt-row .bt-product-label {
    z-index: 15 !important;
}
.head-search {
    margin-top: 11px;
    height: 43px;
    float: left;
    margin-left: 20.5%;
    width: 100%;
    max-width: 355px;
}
p.headtelpod {
    font-size: 15px;
    text-align: center;
    padding: 0px;
    color: #009745;
}
.podtell {
    margin-left: 16px;
}
.head-info {
    position: absolute;
    margin: -14px 0px 0px 276px;
    float: left;
    width: 195px;
    border-right: 1px solid #d8d8d8;
}
.head-info a {
    color: #555555;
}
.head-info a:hover {
    color: #8fb68c;
}
.head-info2 {
    position: absolute;
    margin: 31px 0px 0px 330px;
    float: left;
    height: 70px;
    width: 198px;
}
.head-info2 p {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    color: #FFFFFF;
    font-size: 17px;
    width: 246px;
    text-shadow: 0px 0px 50px #333333;
}
.head-info2 h3.module-title {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
}
.searchhead {
    padding-top: 6px;
    font-weight: normal;
    color: #555555;
    font-size: 18px;
}
.searchhead a {
    color: #555555;
}
.searchhead a:hover {
    color: #8fb68c;
}
.searchhead td {
    line-height: 19px;
    padding: 8px 5px;
    text-align: left;
    vertical-align: top;
    border-top: none;
}
.head-info4 {
    width: 10px;
    height: 10px;
    position: absolute;
    float: right;
}
.head-search h3.module-title span {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
    margin-left: 92px;
}
.head-info3 .module-title span {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
}
.head-info3 {
    margin-top: 0px;
    width: 342px;
    position: absolute;
    float: right;
    margin-left: 547px;
    text-align: center;
}
.head-info3 p {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: -4px;
    text-align: center;
    text-shadow: 0px 0px 50px #333333;
}
.btnsearch {
    position: absolute;
    right: 0 !important;
    top: 0;
    border: 0px;
    background: transparent;
    cursor: pointer;
    float: left;
    height: 40px !important;
    padding-left: 0px !important;
    padding-right: 0 !important;
    margin-top: 0px;
    width: 40px !important;
    text-align: center;
}
#btss-advanced {
    top: 4px;
    right: 21px !important;
    border: 0 !important;
    background: none !important;
}
.borderinput {
    float: left;
    width: 307px;
    margin-top: 0 !important;
}
.inputboxsearch {
    border: 1px solid #d7d7d7 !important;
    height: 38px !important;
}
div.smartsearch .keyword {
    height: 40px;
}
#mod-bt-smartsearchword {
    background: none repeat scroll 0 0 #F7F7F3;
    box-shadow: none;
    color: #929292;
    font-family: arial;
    font-size: 11px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    width: 307px;
    margin: 0;
}
#btss-advanced img {
    margin-top: 4px;
}
.btnsearch > img {
    width: 40px;
    height: 40px;
    background: #E6E6E2;
}
.quick-cat {
    float: right;
    position: inherit;
    top: 0px;
    margin-top: 0px;
    margin-right: 3px;
}
#jshop_module_cart {
    width: 260px;
    height: 100px;
}
#jshop_module_cart .cart_detail_left {
    width: 91px;
    height: 100px;
    float: left;
    background: url('../images/bg-cart_03.png') no-repeat top left;
}
#jshop_module_cart .cart_detail_left .no-product {
    color: #fff;
    float: right;
    width: 24px;
    text-align: center;
    margin-right: 4px;
    margin-top: 4px;
    font-family: 'BRAND';
    font-size: 18px;
}
#jshop_module_cart .cart_detail_right {
    float: left;
    padding-left: 10px;
    padding-top: 38px;
}
.no-pro, .sum-total {
    font-family: 'BRAND';
    font-size: 16px;
    color: #222222;
}
.t3-header {
    z-index: 0;
}
.custom.contshap {
    color: #333333;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: -8px;
}
#t3-slide {
    height: 550px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    z-index: 1;
}
.wk-slideshow .slides > li {
    position: absolute;
    width: 100% !important;
}
.wk-slideshow .slides > li > *, .wk-slideshow .slides > li > * > img {
    display: block;
    width: inherit;
}
.wk-slideshow .slides > li {
    float: left;
}
#t3-slide .progress-button {
    background: none;
    margin-bottom: 5px;
    margin-right: 0px;
}
.cp-slide-btn, .cp-slide-btn {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right !important;
    height: 47px;
    margin: 0 2px;
    position: static;
    right: 0;
    width: 47px;
    z-index: 100;
}
.cp-slide-btn:hover {
    opacity: 0.8;
}
#t3-slide-all {
    height: 101px;
    overflow: hidden;
}
#t3-slide-all .container {
    background: none;
    padding: 0;
}
#t3-slide-all #cp-caption-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}
#t3-slide-all #cp-caption-bg-repeat {
    float: left;
    padding: 40px 0 0;
}
#t3-slide-all .cp-title {
    background: none !important;
    font-family: 'BRAND';
    font-size: 40px !important;
    text-transform: uppercase;
    padding: 19px 0 19px 1px !important;
    border-top: 4px solid #fff;
    margin: 0;
    border-bottom: 2px solid #fff;
}
#t3-slide-all .cp-desc {
    background: none !important;
    font-family: 'BRAND';
    color: #fff;
    font-size: 20px;
    font-style: italic;
    border-bottom: 2px solid #fff;
}
.cp-slide-btn:hover {
    opacity: 0.8;
}
.give-call {
    background: #E6E6E2;
    font-family: 'BRAND';
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}
.give-call p {
    margin: 0;
}
#t3-best-product {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    margin-bottom: 10px;
    border-bottom: 3px solid #8fb68c;
}
#t3-best-product .container {
    background: none;
}
#t3-best-product .container .module-title {
    background: url('../images/h3-best-product.png') no-repeat left top;
    height: 51px;
}
#t3-best-product .container .module-title span {
    padding: 8px 0 0 67px;
    font-family: 'BRAND';
    font-size: 20px;
    text-transform: uppercase;
    color: #8fb68c;
}
.bt-productslider.bt-productslider_best-product .btproductslider-prev, .bt-productslider.bt-productslider_best-product .btproductslider-next {
    display: none;
}
.bt-productslider.bt-productslider_best-product #btproductslider-control {
    margin-top: -22px;
    margin-left: 68px;
    width: auto; /* padding-bottom: 10px; */
}
.shoppingLayout .bt-inner .bt-title {
    padding: 0px 0px;
    text-align: center;
    line-height: 20px;
    font-size: 17px !important;
    margin-bottom: 10px;
}
span.bt-author {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.bt-productslider.bt-productslider_best-product #btproductslider-control .btproductslider-navigation {
    background: #DFDFDF;
    height: 9px;
    width: 100%;
    padding: 0;
}
.bt-productslider.bt-productslider_best-product #btproductslider-control .btproductslider-navigation .bullet {
    background-image: none !important;
    display: block !important;
    float: left;
    height: 12px;
    margin: 0;
    overflow: hidden;
    text-indent: 9999px;
    width: 92px;
    height: 9px;
}
.bt-productslider.bt-productslider_best-product #btproductslider-control .btproductslider-navigation .bullet:hover, .bt-productslider.bt-productslider_best-product #btproductslider-control .btproductslider-navigation .bullet.current {
    background-color: #8fb68c;
}
.bt-productslider.bt-productslider_best-product .jcarousel-item.jcarousel-item-horizontal {
    height: auto !important;
}
.bt-productslider.bt-productslider_best-product {
    background: none !important;
    padding: 0 !important;
}
.bt-productslider.bt-productslider_best-product h3 {
    display: none;
}
.bt-productslider.bt-productslider_best-product a.bt-image-link {
    width: 55% !important;
    float: left;
    background: #fff;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail {
    background: rgba(255, 255, 255, 0.36);
    color: #333333;
    min-height: 175px;
    padding-top: 5px;
    width: 45%;
    float: left;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-category-container {
    display: none;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail a:hover.bt-title {
    background: none;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
div#bt-tit {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0px 0px 0px;
    position: relative;
    line-height: 19px;
}
a.bt-title {
    color: #333333;
    font-size: 17px;
    font-weight: normal;
    font-family: 'BRAND';
}
.bt-introtext {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    width: 100%;
}
.bt-inner img {
    max-height: 246px;
    max-width: 246px;
}
a.bt-image-link img {
    padding-top: 3px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-extra {
    margin-bottom: 14px;
    margin-top: 0;
    padding: 0 8px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-review-count {
    float: right;
}
div#zapros {
    padding-right: 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding-top: 0px;
    font-weight: normal;
    color: #8fb68c;
    font-family: 'BRAND';
}
div#zapros2 {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
div#zaprosnon {
    background: #E6E6E2;
    text-align: center;
    max-width: 239px;
    width: 100%;
    height: 100%;
}
.t3-module.module_category.filtr .module-ct {
    padding: 0px;
    border: 0px solid #ccc;
}
div#wavefoot {
    margin-left: auto;
    margin-right: auto;
}
.custom_intro {
    float: left;
    position: relative;
    padding-top: 12px;
    padding-bottom: 5px;
    text-align: center;
}
.custom_intro p {
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}
div#btnoprice {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
div#btnoprice span#priceguest {
    color: #333;
    font-size: 16px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-introtext {
    padding: 3px 6px 5px 5px;
    font-family: 'BRAND';
    font-size: 13px;
    color: #333333;
    /* text-align: justify; */
    line-height: 17px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-addtocart, .bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-viewdetails {
    width: 59px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices {
    padding-top: 7px;
    height: 58px;
    background-color: #ffffff;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices.no-old {
    padding-top: 0px;
    height: 65px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices-salesPrice {
    font-family: 'BRAND';
    font-size: 18px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices-oldPrice {
    font-family: 'BRAND';
    font-size: 14px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices-salesPrice, .bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices-oldPrice {
    padding-top: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #8fb68c;
    font-weight: bold;
}
.jshop_list_category {
    margin-top: 10px;
}
div#brandlistct {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 70px;
    display: none;
}
div#maincatglav .modulesmanuf {
    -webkit-box-shadow: -4px -4px 13px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px -4px 13px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -4px -4px 13px -2px rgba(0, 0, 0, 0.2);
}
div#maincatglav .shoppingLayout .bt-row {
    background: none;
}
div#zagolovh {
    float: left;
    width: 100%;
    padding: 40px 0px 40px 0px;
}
div#zagolovh h1 {
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
div#zagolovhcat {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.attention-filter {
    margin: 0px 0px 10px 0px !important;
}
div#zagolovhcat h1 {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px;
    padding: 25px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
#t3-breadcrumbs {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbs {
    float: left;
    position: relative;
    line-height: 20px;
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 16px;
    color: #000000;
}
div#zagolovki h1 {
    font-size: 13px;
    line-height: 13px;
    margin: 0px;
    padding-top: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
div#zagolovki {
    float: left;
    width: 45%;
}
#t3-breadcrumbs .container {
    padding: 0px;
    height: 45px;
    min-height: 45px;
}
.breadcrumb li a {
    margin-right: 5px;
}
breadcrumb li a:visited, .breadcrumb li a:link {
    color: #333333;
    font-size: 14px;
    text-decoration: underline;
}
.breadcrumb li span, .breadcrumb li a:hover {
    color: #333333;
    font-size: 14px;
}
.breadcrumb .divider {
    background: url('../images/icon-breadcrumbs_03.png') no-repeat center left;
    margin: 0px 2px 0px 2px;
}
.breadcrumb .divider img, .breadcrumb .divider i {
    display: none;
}
.module_content-mass-top .module-inner {
    padding: 0px;
}
.content-mass-top h3 {}
.module_content-mass-top .module-inner .bt-inner {
    padding: 10px 18px 18px 18px;
}
.content-mass-top h3 span {
    display: inline-block;
    font-size: 25px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
.centrm h3 span {
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
div#centrmod1-1 div#catsid185 {
    display: none;
}
div#bodecntr1-1 {
    background: #ffffff;
    width: 100%;
    padding: 10px 0px 40px 0px;
}
div#centrmod1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div#centrmod1-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div#centrmod1-1 p#blockallbrandsgl {
    text-align: center;
    margin: 30px 0px 0px 0px;
}
div#bodecntr1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #fff;
    padding: 40px 0px 0px 0px;
}
div#bodecntr1 .col-md-3 {
    width: 23.333333% !important;
    float: left !important;
    position: relative !important;
    min-height: 1px !important;
    padding-right: 5px !important;
    padding-left: 6px !important;
}
div#bodecntr1-2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
    padding: 0px 0px 30px 0px;
}
div#centrmod1-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lst {
    display: block;
    margin: 0;
    padding: 0;
}
.col-lg-3 {
    width: 25%;
    float: left;
}
.cat-lst_i {
    position: relative;
    border: 0;
}
.lst_i, .lst_h {
    margin: 0;
    padding: 0;
    display: block;
    padding: 15px 0;
    position: relative;
}
.cat-lst_ic.__s {
    width: 75px;
    height: 75px;
}
.__margin-bottom_l {
    margin-bottom: 20px;
}
.cat-lst_ic {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-position: 50% 50%;
}
.ic_1 {
    background: url(../images/ic_1.png) 0 0 no-repeat;
}
.ic_2 {
    background: url(../images/ic_2.png) 0 0 no-repeat;
}
.ic_3 {
    background: url(../images/ic_3.png) 0 0 no-repeat;
}
.ic_4 {
    background: url(../images/ic_4.png) 0 0 no-repeat;
}
.__uppercase {
    text-transform: uppercase;
}
.__align_center {
    text-align: center;
}
.__margin-bottom_m {
    margin-bottom: 15px;
}
.tx {
    color: #151517;
    display: block;
    text-decoration: none;
}
.__h_s {
    font-size: 1.28571em;
    line-height: 1.2em;
}
.tx {
    color: #151517;
    display: block;
    text-decoration: none;
}
div#bodecntr2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    padding: 30px 0px 0px 0px;
    z-index: 1;
    position: relative;
}
div#centrmod2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-top: 0px;
}
div#bodecntr3-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    display: block;
    padding: 0px 0px 40px 0px;
}
div#centrmod3-1 {
    margin-left: auto;
    margin-right: auto;
}
.mo-inner {
    width: 860px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
}
.mo-item {
    float: left;
    width: 85px;
    text-align: center;
}
.mo-item .mo-5 {
    background-position: -172px 0;
}
.mo-item .mo-4 {
    background-position: -129px 0;
}
.mo-item .mo-3 {
    background-position: -86px 0;
}
.mo-item .mo-2 {
    background-position: -43px 0;
}
.mo-item .mo-1 {
    background-position: 0 0;
}
.mo-item i {
    width: 43px;
    height: 43px;
    margin: 0 auto 25px auto;
    display: block;
}
.sprite {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.mo-item span {
    display: block;
    margin: 0 -40px;
}
.sep {
    float: left;
    width: 108px;
    height: 11px;
    background-position: 0 -126px;
    margin: 12px 0 100px 0;
}
div#bodecntr3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div#centrmod3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -65px;
}
.section-calculate {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.section-calculate .overlay-main {
    background: #8fb68c;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}
.section-calculate .container {
    width: 100%;
}
.section-calculate .col-md-4 {
    width: 30%;
}
.man-pic {
    position: relative;
    z-index: 2;
    top: 20px;
}
.man-pic img {
    position: absolute;
    top: -103px;
    height: 320px;
    left: 65%;
}
.section-calculate .col-md-8 {
    width: 66.66666667%;
}
.input-field-skew {
    position: relative;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 35px;
}
.section-calculate .col-md-12 {
    width: 100%;
}
.input-field-skew h2 {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    line-height: 27px;
    font-weight: bold;
}
.input-field-skew:after {
    border-right: 12px solid #004861;
    content: "";
    display: block;
    height: 267px;
    width: 1920px;
    position: absolute;
    right: 85%;
    top: -30px;
    z-index: 1;
    background-image: url(../images/bg7.png);
    background-repeat: repeat;
    transform: skew(30deg);
    background-color: #8fb68c;
}
div#bodecntr4 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    padding: 50px 0px 50px 0px;
    z-index: 1;
    position: relative;
}
div#bodecntr5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
    padding: 50px 0px 25px 0px;
}
div#centrmod5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 0px;
}
.custom.txtglav p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.custom.txtglav li {
    line-height: 24px;
    list-style: inside;
    padding-left: 30px;
}
div#bodecntr7 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0px;
}
div#centrmod7 {
    background: #fefffa url(../images/map.jpg) no-repeat;
    padding: 110px 0px 110px 0px;
    min-height: 195px;
}
p#qst {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 10px;
    color: #8fb68c;
    text-align: center;
    margin: 0px;
}
p#qst a {
    color: #ffffff;
}
p#qst a:hover {
    color: #8fb68c;
    border-bottom: 0px solid #fff;
}
div#qstfrm {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 230px;
}
div#qstfrm .pwebcontact_toggler.modal.green {
 background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
}
div#qstfrm .pwebcontact_toggler.modal.green:hover, div#qstfrm .pwebcontact_toggler.modal.green.active {
background: #91b68d;
}
div#centrmod4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
div#centrmod5 h3.module-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div#centrmod5 .module-ct {
    padding-top: 0px;
}
div#centrmod5 .t3-module {
    padding-bottom: 20px;
    margin-bottom: 0px;
}
div#bodecntr6 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #eedcc3;
    padding: 90px 0px 70px 0px;
}
div#centrmod6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 0px;
}
.module_content-mass-top #btcontentshowcase-control {
    display: none;
}
.module_content-mass-top .btcontentshowcase-prev {
    left: auto !important;
    top: -45px !important;
    width: 31px;
    height: 31px;
    background: url('../images/next-lastest-news_03.png') no-repeat !important;
    right: 55px !important;
}
.module_content-mass-top .btcontentshowcase-prev:hover {
    left: auto !important;
    top: -45px !important;
    width: 31px;
    height: 31px;
    right: 55px !important;
    background: url('../images/pev-lastest-news_hover.png') no-repeat !important;
}
.module_content-mass-top .btcontentshowcase-next {
    top: -45px !important;
    right: 18px !important;
    width: 31px;
    height: 31px;
    background: url('../images/next-lastest-news_05.png') no-repeat !important;
}
.module_content-mass-top .btcontentshowcase-next:hover {
    top: -45px !important;
    right: 18px !important;
    width: 31px;
    height: 31px;
    background: url('../images/next-lastest-news_hover.png') no-repeat !important;
}
.module_content-mass-top .bt-row .bt-inner {
    margin: 0;
}
.module_content-mass-top .bt-inner .bt-title {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    text-transform: none !important;
}
.module_content-mass-top .bt-inner img {
    border: 1px solid #cfcfcf !important;
    outline: none !important;
    padding: 4px;
    width: 96% !important;
    height: auto !important;
}
.name a {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-family: 'BRAND';
}
.jshop.last_visited_products .block_item:hover {
    border: 0px solid #c1c1c1;
}
.jshop.last_visited_products .block_item:hover img.jshop_img {
    opacity: 0.5;
}
.jshop.last_visited_products .block_item:hover .name a {
    color: #8fb68c;
}
.jshop.last_visited_products .block_item:hover .name {}
div#vsemenu {
    height: 40px;
    position: absolute;
    width: 100%;
    margin-top: -22px;
    max-width: 236px;
    margin-left: 0px;
}
.jshop input {
    /* position: absolute; */
}
.jshop .input_type_radio {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    position: relative;
}
.attrib .attributes_title, .attrib .attributes_value {
    display: block;
    vertical-align: middle;
}
.jshop_prod_attributes .jshop input {
    position: absolute !important;
    display: none;
}
.jshop_prod_attributes .jshop input:checked + label img {
    border: 4px double #8fb68c;
    width: 24px;
    height: 24px;
}
div#prodtab .input_type_radio.checha .radio_attr_label img {
    border: 4px double #8fb68c;
    width: 24px;
    height: 24px;
}
div#prodtab span#atrname {
    position: relative;
    display: none;
}
div#prodtab .input_type_radio {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    position: relative;
}
.radio_attr_label img {
    border: 4px double #cbcbcb;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    float: none;
    text-align: center;
    display: block;
    position: absolute;
    margin: 3px 0px 0px 3px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.radio_attr_label img:hover {
    border: 4px double #8fb68c;
}
span.radio_attr_label {
    font-size: 15px;
    line-height: 16px;
}
span#atrname {
    position: relative;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-introtext {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    width: 100%;
}
.module_content-mass-top .readmore {
    float: right;
}
.module_content-mass-top .readmore a {
    background: url("../images/bg-read-more-lastest-news_08.png") no-repeat scroll right center #CFCFCF !important;
    color: #313131;
    float: left;
    font-family: 'BRAND';
    font-size: 12px;
    height: auto;
    padding-right: 32px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.module_content-mass-top .readmore a:hover {
    background: #8fb68c url('../images/bg-read-more-lastets-news-hover_10.png') no-repeat scroll right center !important;
    float: left;
    color: #ffffff !important;
    font-family: 'BRAND';
    font-size: 12px;
    height: auto;
    padding-right: 32px;
    text-indent: 10px;
    text-transform: uppercase;
    width: auto;
}
.shoppingLayout .bt-inner .bt-introtext {
    margin: 5px 0px 5px 5px !important;
    font-size: 14px !important;
    color: #6C6C6C;
}
.content-mass-top .t3-module.module_lastest-product .module-ct {
    padding: 0px 0 0px 0px;
}
.t3-module.module_lastest-product .module-ct {
    margin-left: 10px;
    margin-right: 0px;
}
.bt-productslider.bt-productslider_lastest-product h3 {
    display: none;
}
div#imginhead {
    text-align: center;
    min-height: 185px;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-prev {
    background: url(../images/next-lastest-news_03.png) no-repeat scroll 0 0 transparent !important;
    height: 31px;
    left: auto !important;
    right: 28px !important;
    top: -67px !important;
    width: 31px;
    background-size: 20px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-prev:hover {
    left: auto !important;
    top: -67px !important;
    width: 31px;
    height: 31px;
    right: 28px !important;
    background: url('../images/pev-lastest-news_hover.png') no-repeat !important;
    background-size: 20px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-next {
    top: -67px !important;
    right: 5px !important;
    width: 31px;
    height: 31px;
    background: url('../images/next-lastest-news_05.png') no-repeat !important;
    background-size: 20px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-next:hover {
    top: -67px !important;
    right: 5px !important;
    width: 31px;
    height: 31px;
    background: url('../images/next-lastest-news_hover.png') no-repeat !important;
    background-size: 20px !important;
}
.content-mass-top .t3-module.module_lastest-product #btproductslider-control, .content-mass-top .t3-module.module_lastest-product .bt-category-container {
    display: block;
}
.content-mass-top .t3-module.module_lastest-product .bt-extra {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
div#bt_manufactur {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 25px;
	display: none;
}
span.bt-review-count {
    float: left;
    padding-left: 50px;
    position: relative;
}
.bt-category-container {
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-align: center;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-review-count {
    float: right;
    padding-bottom: 10px;
}
.content-mass-top .t3-module.module_lastest-product .bt-introtext {
    width: 100%;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices {
    padding-top: 7px;
    height: 58px;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices.no-old {
    height: 34px;
    padding-top: 0;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-salesPrice {
    font-family: 'BRAND';
    font-size: 18px;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-oldPrice {
    font-family: 'BRAND';
    font-size: 14px;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-salesPrice, .content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-oldPrice {
    padding-top: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #a5a5a5;
    font-weight: bold;
}
.shoppingLayout .bt-inner .bt-title:hover {}
.t3-sidebar.t3-sidebar-1.span3 .module_custom .module-inner {
    padding: 0;
    background: none;
}
.t3-sidebar.t3-sidebar-1.span3 .module_custom img {
    width: 100%;
    height: auto;
}
.jshop_list_product .block_product:hover {
    z-index: 2;
}
.jshop_list_product .block_product:hover div#prodtab {
    border: 0px solid #c1c1c1;
}
.jshop_list_product .block_product:hover .three_img a img {
    opacity: 0.5;
}
.attrib.noempty_0 {}
.jspw_prod:hover img.jspw_img {
    opacity: 0.5;
}
.catdescript {
    padding-top: 10px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #eaebec;
    font-size: 14px !important;
    font-family: 'BRAND' !important;
    color: #333 !important;
}
.catdescript p, .catdescript span {
    font-size: 14px !important;
    font-family: 'BRAND' !important;
    color: #333 !important;
}
.catdescript p strong {
    font-size: 16px !important;
    font-family: 'BRAND' !important;
    color: #333 !important;
    font-weight: bold !important;
}
.cart_empty_text {
    display: inline-block;
    font-size: 27px;
    line-height: normal;
    font-weight: normal;
    margin: 4px 0px 0px 0px;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.footmoblock h3 {
    background: inherit;
    line-height: 33px;
    font-weight: normal;
    font-size: 20px;
    padding: 0;
    margin: 8px 0;
    text-transform: none;
    color: #fff;
}
.custom-colsfooter a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.custom-colsfooter a:hover {
    color: #8fb68c;
}
.custom-colsfooter {
    margin-top: 0px;
}
.custom-colsfooter p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
#sbox-content p {
    text-align: center;
    line-height: 11px;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0px;
    padding: 0;
}
div#sbox-window {
    border: 3px solid #8fb68c;
}
#sbox-content .defaultDOMWindow, #sbox-content .errorDOMWindow {
    display: block !important;
}
.modal_header {
    /* text-decoration: underline; */
    font-size: 20px;
    color: #333333;
}
.modal_text {
    font-size: 16px;
}
.modal_to_cart a {
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    color: #FFFFFF;
    background: #8fb68c;
}
.modal_checkout a {
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    color: #FFFFFF;
    background: #8fb68c;
}
.modal_to_cart a:hover {
    color: #FFFFFF;
    background: #8fb68c;
}
.modal_checkout a:hover {
    color: #FFFFFF;
    background: #8fb68c;
}
.modal_err {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 35px 0px 25px 0px;
}
.notselected {
    background-color: #cccccc;
}
input.closeDOMWindow {
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
    color: #FFFFFF;
    border: 2px solid #8fb68c;
    background: #8fb68c;
}
input.closeDOMWindow:hover {
    color: #FFFFFF;
    background: #8fb68c;
}
form.closeDOMWindow {
    text-align: center;
}
div#preimimg img {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border: 8px solid #8fb68c;
    -webkit-border: 8px solid #8fb68c;
    -webkit-box-shadow: 0px 0px 39px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 39px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 2px rgba(145, 144, 144, 0.75);
}
div#preimimg {
    max-width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div#preimtxt {
    text-align: center;
}
p#nameprem {
    font-weight: bold;
    color: #8fb68c;
    font-size: 20px;
}
p#name2prem {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
p#procprem {
    font-weight: normal;
    color: #8fb68c;
    font-size: 18px;
}
p#podpisprem {
    font-size: 15px;
    color: #5B5B5B;
}
div#preim table td {
    max-width: 222px;
    border-top: none;
}
.t3-module.module.preimfot h3 {
    background: #8fb68c !important;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin-top: 5px;
    height: 32px;
    padding: 8px 3px 0px 14px;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    max-width: 98%;
}
div#topinf {
    height: 32px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
}
div#topinfbody {
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}
.topmod1 {
    float: left;
    padding-top: 7px;
    text-align: left;
    min-width: 130px;
    position: relative;
    text-decoration: underline;
}
.topmod1 a {
    color: #333333;
}
.topmod1:before {
    content: "\f0e0";
    font-family: 'fontawesome';
    float: left;
    padding-right: 6px;
    padding-top: 0px;
    margin-top: -1px;
    font-style: normal;
    color: #8fb68c;
    font-size: 14px;
}
.topmod4 {
    max-width: 130px;
    width: 100%;
    float: left;
    margin-right: 0px;
}
.topmod4 p {
    font-weight: bold;
    padding-top: 1px;
    color: #1d2029;
}
.topmod4:before {
    content: "\f128";
    font-family: 'fontawesome';
    float: left;
    padding-right: 3px;
    padding-top: 5px;
    font-style: normal;
    color: #8fb68c;
}
.topmod5 {
    max-width: 185px;
    width: 32%;
    float: left;
    margin-right: 0px;
}
.topmod5:before {
    content: "";
    background: url(../images/wapp.png);
    background-size: 23px;
    background-repeat: no-repeat;
    font-family: 'fontawesome';
    float: left;
    margin-top: 1px;
    width: 24px;
    height: 24px;
}
.topmod5 p a {
    top: 5px;
    position: relative;
    line-height: 22px;
    height: 20px;
    text-decoration: underline;
    color: #333333;
}
.topmod5 p a:hover {
    text-decoration: none;
    color: #8fb68c;
}
.topmod5 .pwebcontact_toggler.modal.green {
    border-top: none;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline !important;
    color: #333;
    text-shadow: none;
}
.topmod5 .pwebcontact_toggler.modal.modal-static {
    position: relative;
    width: 145px;
    height: 20px;
    line-height: 21px;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background: none;
    padding: 0px;
    padding-left: 4px;
    border: none;
    text-align: left;
    font-size: 15px;
}
.topmod5 .pwebcontact_toggler.modal.green:hover, .topmod5 .pwebcontact_toggler.modal.green.active {
    background: none;
    color: #8fb68c;
    border: 0px solid #8fb68c;
}
.custom-teltop {
    padding-top: 10px;
}
p#estvsh {
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.topmod3 {
    float: right;
    padding-top: 1px;
}
ul.nav._topmen > li.color1 a:after {
    content: "\f090";
    font-family: 'fontawesome';
    float: left;
    color: #8fb68c;
    padding-right: 5px;
}
ul.nav._topmen > li.color2 a:after {
    content: "\f234";
    font-family: 'fontawesome';
    float: left;
    color: #8fb68c;
    padding-right: 5px;
}
.custom.emailtop {
    padding-top: 5px;
}
.topmod2 {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    text-align: left;
    color: #333;
}
.topmod2 p:before {
    content: "\f041";
    font-family: 'fontawesome';
    padding-right: 4px;
    padding-top: 1px;
    color: #8fb68c;
    font-style: normal;
}
.pwebcontact_toggler.pwebcontact132_toggler.blue.modal.modal-static.-obrtatop {
    padding-top: 10px;
}
.jshop_ajaxsearch_line {
    width: 100%;
    max-width: 295px;
    position: relative;
}
div#serachinpt {
    position: relative;
    float: left;
}
input#jshop_search {
    border: 1px solid #e9e9e9;
    box-shadow: none;
    width: 280px;
    height: 50px;
    margin: 0;
    font-size: 15px;
    padding: 0;
    border-radius: 5px 0px 0px 5px;
}
div#catsearch {
    position: absolute;
    float: right;
    right: 0px;
}
.jshop_ajaxsearch select#show_categories_filter {
    border: 1px solid #e9e9e9;
    width: 198px;
    left: -1px;
    position: relative;
    line-height: 20px;
    top: 0px;
    height: 52px;
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}
div#serachmorbut {
    position: absolute;
    float: right;
    right: 2px;
}
select#show_categories_filter:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
form#jshop_searchform {
    width: 259px;
    border-radius: 5px;
    border: 1px solid #333333;
}
span#searchmore2:after {
    font-family: 'fontawesome';
    color: #7a9c75;
    content: "\f002";
    font-size: 27px;
    position: absolute;
    margin-left: -37px;
    margin-top: 14px;
}
span#searchmore2 {
    background: #ffffff;
    height: 50px;
    width: 58px;
    margin-top: 0px;
    float: left;
    position: absolute;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #e9e9e9;
    border-left: none;
}
span#searchmore2 button, span#searchmore2 html input[type="button"], span#searchmore2 input[type="reset"], span#searchmore2 input[type="submit"] {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: none;
    border: none;
    z-index: 22;
    position: relative;
}
span#searchmore2:hover {
    background: #eedcc3;
}
span#searchmore2:hover span#searchmore2:after {
    color: #8fb68c;
}
a#searchmore2:after {
    font-family: 'fontawesome';
    color: #333;
    content: "\f002";
    font-size: 20px;
    position: absolute;
    margin-left: -33px;
    margin-top: 8px;
}
a#searchmore2 {
    background: #ffffff;
    height: 37px;
    width: 58px;
    float: left;
    position: absolute;
    border-radius: 0px 2px 2px 0px;
}
a#searchmore2 button, a#searchmore2 html input[type="button"], a#searchmore2 input[type="reset"], a#searchmore2 input[type="submit"] {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.head-search label {
    display: none;
}
a#searchmore {
    color: #AAAAAA;
    font-size: 14px;
    float: right;
    text-decoration: underline;
}
a#searchmore:hover {
    color: #333333;
}
input#jshop_searchbutton {
    background: none;
    border: none;
    height: 37px !important;
    width: 55px;
}
a#searchmore2:hover {
    background: #e9e9e9;
}
input#jshop_search:focus {
    background: #fff;
}
div#search-result {
    margin-top: 38px;
    max-width: 400px;
}
.itemsearch img {
    max-height: 40px;
    min-width: 40px;
}
table.ajaxsearch td, table.ajaxsearch tr {
    border-bottom: 1px solid #e6e6e6 !important;
}
span.titlesearch {
    color: #333333;
    font-weight: normal;
}
span.pricesearch {
    color: #333;
    font-weight: bold;
}
div#searchmorerezult {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;
    border-radius: 0px;
    background: #333333;
}
div#searchmorerezult a {
    color: #fff;
}
div#searchmorerezult:hover {
    background: #8fb68c;
}
.mycart_wrapp {
    display: block;
    position: relative
}
div.hidden_for_cart {
    display: none;
}
div#mincart {
    background: #ffffff;
    margin-top: -10px;
    height: 42px;
    width: 235px;
    border-radius: 0px;
}
.mycart_mini_txt {
    display: block;
    position: relative;
    width: 202px;
    float: left;
}
.mycart_mini_txt a {
    color: #333333;
    position: absolute;
    width: 235px;
    text-align: center;
    font-size: 17px;
    z-index: 3;
}
.mycart_mini_txt a:before {
    font-family: 'fontawesome';
    color: #ffffff;
    content: "\f07a";
    float: right;
    background: #8fb68c;
    font-size: 18px;
    padding-top: 14px;
    height: 28px;
    width: 58px;
    border-radius: 0px;
}
.mycart_mini_txt a:before:hover {
    background: #D5D5D5;
}
span#span-mod-link a {
    color: #ffffff;
    text-shadow: #333333 0px 0px 1px;
}
.module_category h3#module_link:hover {
    color: #8fb68c;
    text-shadow: #ffffff 0px 0px 1px;
}
.module_category h3#module_link:hover a {
    color: #333333;
    text-shadow: #ffffff 0px 0px 1px;
}
.mycart_mini_txt a:hover {}
div#corzcount {
    position: absolute;
    float: right;
    right: 47px;
    margin-top: -22px;
    font-weight: bold;
    color: #2b2a29;
    font-size: 15px;
    background: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 200px;
}
div#corzsumm {
    color: #333333;
    padding-top: 17px;
    font-weight: bold;
    position: relative;
    padding-left: 5px;
}
div#corztext {
    float: left;
    max-width: 100px;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 16px;
}
.clear {
    clear: both;
}
div#sbox-window {
    min-width: 400px;
}
.col-md-4 {
    width: 32.333333%;
    float: left;
    position: absolute;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 6px;
}
.wide-ban-strip .image {
    overflow: hidden;
}
.wide-ban-strip .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wide-ban-strip:hover img {
    -webkit-transform: rotate(-1deg) scale(1.1);
    -moz-transform: rotate(-1deg) scale(1.1);
    -ms-transform: rotate(-1deg) scale(1.1);
    -o-transform: rotate(-1deg) scale(1.1);
    opacity: 0.9;
}
.strip {
    position: absolute;
    bottom: 15px;
    width: 100%;
    max-width: 290px;
    padding: 8px 0px 5px 30px;
}
.strip .white {
    color: #fff;
}
h4.white {
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
h3.white {
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.col-md-8 {
    width: 65.333333%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 6px;
}
.wide-ban-strip2 .image img {
    display: block;
    width: 100%;
}
.strip2 {
    position: absolute;
    bottom: 43px;
    width: 100%;
    padding: 8px 30px 5px 30px;
}
h4.white2 {
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    font-size: 33px;
    text-transform: uppercase;
}
.strip2 .white2 {
    color: #fff;
}
.col-md-3 {
    width: 31.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 6px;
}
.wide-ban-strip3 .image img {
    display: block;
    width: 100%;
}
.strip3 {
    position: absolute;
    bottom: 28px;
    width: 100%;
    max-width: 304px;
    padding: 5px 0px 5px 30px;
}
h4.white3 {
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    font-size: 31px;
    text-transform: uppercase;
}
.strip3 .white3 {
    color: #fff;
}
.custom_glav222 {
    padding-left: 17px;
}
.t3-module.module_glav222 {
    margin-bottom: 45px;
}
.custom_glavtxt {
    padding-top: 7px;
    font-size: 18px;
}
h3.white3 {
    background: #DC569F;
    padding-left: 15px;
    line-height: 44px;
    font-size: 27px;
}
h3.white3 a {
    color: #FFF;
}
h3.white3 a:hover {
    color: #333333;
}
div#footrmod {
    width: 100%;
    position: relative;
    float: left;
}
div#footrmodbody {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
}
.footmoblock {
    width: 23%;
    float: left;
    margin-left: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    padding-top: 25px;
}
.contact-info {
    margin-top: 0px;
}
.footer-logo {
    background: url(../images/logof.png) center;
    background-repeat: no-repeat;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    margin-top: -40px;
    background-size: 230px;
}
p.about-us {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px;
    line-height: 20px;
}
span#namefoot {
    line-height: 40px;
    font-size: 18px;
}
.extern_wrap .gotocart a {
    font-weight: normal;
}
.footer-info {
    padding-left: 3px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
div#comments-form-send {
    font-family: 'BRAND';
}
.footmoblock .module_menu .nav > li.active > a {
    color: #eedcc3;
    background: none;
}
.footmoblock .nav > li > a > img {
    max-width: none;
    display: none;
}
.footmoblock .module-title {
    background: inherit;
    line-height: 33px;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin: 8px 0;
    text-transform: none;
    color: #fff;
    display: none !important;
}
.footmoblock .module_menu .nav > li {
    border-bottom: 0px dotted #eedcc3;
}
.footmoblock .nav > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}
.footmoblock .module_menu .nav > li > a:hover, .module_menu .nav > li > a:focus {
    color: #eedcc3;
    background: none;
}
p#adresfoot:before {
    content: "\f015";
    font-family: 'fontawesome';
    float: left;
    font-size: 17px;
    padding-right: 10px;
    padding-top: 0px;
    color: #eedcc3;
}
p#teleffoot:before {
    content: "\f095";
    font-family: 'fontawesome';
    float: left;
    font-size: 17px;
    padding-right: 10px;
    padding-top: 0px;
    color: #eedcc3;
}
p#emailfoot:before {
    content: "\f0e0";
    font-family: 'fontawesome';
    float: left;
    font-size: 15px;
    padding-right: 10px;
    padding-top: 0px;
    color: #eedcc3;
}
p#infofoot:before {
    content: "\f05a";
    font-family: 'fontawesome';
    float: left;
    font-size: 17px;
    padding-right: 10px;
    padding-top: 0px;
    color: #eedcc3;
}
.zoomLens {
    border: 4px solid #8fb68c !important;
    border-radius: 150px;
}
#wrap-contact-form243 .sscf-popup, #wrap-contact-form243 .rf_submit {
    border-radius: 5px !important;
}
tr#tr_payment_pay_dostavka2 {
    margin-bottom: 15px;
    float: left;
}
.table-bordered {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
div#in_table h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
date#newsdate {
    font-size: 11px;
    position: absolute;
    margin-top: -12px;
    color: #8fb68c;
}
div#phocagallery h1 {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
    border: none;
    box-shadow: none;
    background: #fff;
    max-width: 100%;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
#jc h4 {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    margin: 0px;
    border: none;
    box-shadow: none;
    background: #fff;
    max-width: 100%;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.headmod7 {
    float: right;
    position: relative;
    top: 0px;
    margin-top: -24px;
    margin-right: -254px;
}
.headmod7 .t3-module {
    margin-bottom: -7px;
}
.headmod7 p {
    font-size: 19px;
    margin-top: -3px;
    color: #8fb68c;
    font-weight: bold;
    text-shadow: #8fb68c 1px 1px 3px;
}
.headmod7 img {
    margin-bottom: 1px;
    left: -44px;
    top: 14px;
    position: relative;
}
p#sisfip {
    display: inline;
    padding: 3px;
    font-size: 17px;
}
table#sisfit {
    display: inline;
    display: inline-block;
    display: inline-flex !important;
}
div#in_filters {
    text-align: center;
}
.uf_label {
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}
div#butfilter {
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}
div#butfilter input {
    border-top: none;
    font-size: 17px;
    font-weight: normal;
    color: #FFF;
    background: #8fb68c;
    text-shadow: none;
    padding: 2px 7px;
    border-radius: 3px;
    width: 100px !important;
    max-width: 114px !important;
}
div#butfilter input:hover {
    background: #8fb68c;
}
.custom_glavcateg .jshop_categ .category {
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 2px;
    border-radius: 3px;
    max-width: 187px;
}
.custom_glavcateg .jshop_list_category a.product_link {
    font-size: 16px !important;
}
div#categmod .pwebcontact_toggler.modal.green {
    width: 222px;
    margin-left: auto;
    margin-right: auto;
}
div#categmod {
    width: 100%;
    text-align: -webkit-center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #8fb68c;
}
.custom_glavcateg .jshop_list_category {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: -20px;
}
.custom_glavcateg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#phocagallery a:hover, #phocagallery a:active, #phocagallery a:focus, #phocagallery-statistics a:hover, #phocagallery-statistics a:active, #phocagallery-statistics a:focus {
    text-decoration: none;
    border: 1px solid #333333;
    color: #333;
    background-color: #8fb68c;
}
div#slpodr {
    position: absolute;
    right: 8px;
    margin-top: 155px;
    top: 210px;
}
span.bt-title {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 27px;
    padding: 6px 8px 6px 8px;
    color: #fff;
    text-shadow: none;
}
span.bt-title:hover {
    background: #8fb68c;
    color: #fff !important;
}
span.bt-title:hover a {
    color: #fff !important;
}
span.bt-title a {
    color: #fff;
}
ul.nav._topmen > li {
    float: left;
}
ul.nav._topmen > li > a {
    float: none;
    padding: 3px 0px 0px 8px;
    font-size: 15px;
    color: #333333;
    text-decoration: underline;
    text-shadow: none;
}
ul.nav._topmen > li > a:focus, ul.nav._topmen > li > a:hover {
    background: none;
    color: #8fb68c;
    text-decoration: none;
}
.jshop.editaccount_block input.button {
    text-transform: uppercase;
    text-decoration: none;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
.jshop.editaccount_block input.button:hover {
    background: #8fb68c;
}
a#myinf3 {
    text-transform: uppercase;
    text-decoration: none;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
    padding: 6px 36px 6px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: none;
    border: none;
    display: inline-block;
}
a#myinf3:hover {
    background: #8fb68c;
}
a#myinf2 {
    text-transform: uppercase;
    text-decoration: none;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
    padding: 6px 43px 6px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: none;
    border: none;
    display: inline-block;
}
a#myinf2:hover {
    background: #8fb68c;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: uppercase;
    text-decoration: none;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    border-radius: 0px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    padding: 6px 34px 6px;
    color: #fff;
    text-shadow: none;
    border: none;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #8fb68c;
}
.page-title, .page-header h1 {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
    height: 30px;
    padding: 10px 3px 0px 3px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.jshop.last_visited_products .buttons a.button_buy:hover, .jshop.last_visited_products .buttons a.button_detail:hover, .jshop.last_visited_products .buttons a.button_detailnp:hover {
    background: #8fb68c !important;
}
.jshop.last_visited_products .buttons a {
    z-index: 7;
    position: relative;
}
.jshop.last_visited_products .buttons {
    border: 0px solid #eaeaea;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-top: 15px;
    text-align: center;
	    min-height: 40px;
}
div#lastprice .old_price {
    font-size: 12px;
    color: #8fb68c;
    font-weight: normal;
}
.old_price span {
    color: #8fb68c;
    text-decoration: line-through;
    font-weight: bold;
}
.jshop_ultra_filters .uf_label {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}
.jshop_ultra_filters input, .jshop_ultra_filters textarea {
    max-width: 65px;
    padding: 0px;
}
.nav-tabs > li > a h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: 'BRAND';
    font-weight: bold;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #FFFFFF;
    background-color: #333333;
    border: 1px solid #333333;
    cursor: default;
}
.nav-tabs > li > a {
    border: 1px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666666;
    background: #fff;
    font-family: 'BRAND';
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 1px;
    padding-top: 0px;
    text-transform: uppercase;
}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #FFFFFF;
    background-color: #8fb68c;
    border: 1px solid #8fb68c;
    cursor: pointer;
}
div#ordertable table {
    float: left;
}
.t3-module.module_category.id2 .module-title {
    border-radius: 0px !important;
}
div#spbread {
    text-align: right;
    display: inline-block;
}
.breadcrumbs span {
    padding-top: 3px;
    text-align: right;
}
.prod_summ {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #333333;
    border-bottom: 1px dotted #cccccc;
}
span#block_summ {
    color: #333333;
    font-size: 22px;
    font-weight: normal;
}
span#separat img {
    border-radius: 10px;
}
#fixedblock {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.sheensay_fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 999;
}
div#spbread:after {
    content: "\f105";
    font-family: 'fontawesome';
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 0px;
    color: #333333;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin-top: -2px;
}
div#spbread:last-child:after {
    display: none;
}
.jshop_list_product .product .name h1 {
    text-transform: none;
    padding: 10px 0px 0px 0px;
    vertical-align: sub;
    overflow: hidden;
    margin: 0px;
    font-family: 'BRAND';
}
.jshop_list_product .product .name h1:after {
    display: none;
}
span#schemacur {
    display: none;
}
div#vkorzine {
    max-width: 240px;
    width: 100%;
    position: absolute;
    margin-top: -140px;
}
div#vkorzine p {
    height: 22px !important;
    width: 22px !important;
    background: url(../images/cartwhite.png) #8fb68c center center no-repeat;
    border-radius: 200px;
    background-size: 22px;
    border: 2px solid #ffffff;
    margin: auto;
    padding: 10px;
    box-shadow: 0px 0px 60px 40px #f5f5f5;
}
a.atcart.vkorzinebtn.list-btn.satci {
    width: 40px;
    height: 34px;
}
div#inpcolvolist input.product_minus {
    padding: 0px !important;
    font-weight: bold;
    width: 28px;
    margin: 0px;
    margin-top: -2px;
    height: 28px;
    background: none;
    z-index: 5;
    position: relative;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
}
div#inpcolvolist input.product_plus {
    padding: 0px !important;
    font-weight: bold;
    width: 28px;
    margin: 0px;
    margin-top: -2px;
    height: 28px;
    background: none;
    z-index: 5;
    position: relative;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 6px;
}
div#inpplus:after {
    content: "\f067";
    font-family: 'fontawesome';
    float: left;
    font-size: 12px;
    padding-right: 0px;
    padding-top: 4px;
    padding-left: 0px;
    color: #000;
    position: absolute;
    margin-left: -23px;
}
div#inpminus:after {
    content: "\f068";
    font-family: 'fontawesome';
    float: left;
    font-size: 12px;
    padding-right: 0px;
    padding-top: 4px;
    padding-left: 0px;
    color: #000;
    position: absolute;
    margin-left: -23px;
}
div#inpcolvolist input.product_minus:hover {
    background: rgb(199 199 199 / 22%);
}
div#inpcolvolist input.product_plus:hover {
    background: rgb(199 199 199 / 22%);
}
div#inpcolvolist input[type="text"] {
    display: inline-block;
    height: 20px;
    padding: 3px 6px;
    margin-bottom: 0px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    border: 1px solid #dadada;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    vertical-align: middle;
}
div#inpcolvolist {
    padding-left: 0px;
    padding-top: 8px;
    float: left;
}
div#inpminus {
    float: left;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: -1px;
    margin-top: 2px;
}
div#inptxtcol {
    float: left;
}
div#inpplus {
    float: left;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: -1px;
    margin-top: 2px;
    z-index: 0;
    position: relative;
}
span.fieldvalue_name {
    cursor: pointer;
}
div#lftrghtprlink {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
div#lftrghtprlink a {
    color: #333333;
}
div#lftrghtprlink a:hover {
    color: #8fb68c;
}
span#rghtspprod {
    float: right;
    text-align: right;
    font-size: 16px;
    padding-top: 4px;
    font-weight: normal;
    max-width: 40%;
    padding-right: 30px;
    width: 100%;
    line-height: 14px;
}
span#lftspprod {
    float: left;
    text-align: left;
    font-size: 16px;
    padding-top: 4px;
    font-weight: normal;
    max-width: 40%;
    width: 100%;
    padding-left: 30px;
    line-height: 14px;
}
div#detalprodatrname {
    padding-bottom: 10px;
    padding-top: 5px;
}
.jshop.productfull .jshop_prod_attributes label {
    float: none;
    display: block;
    padding: 5px;
}
.jshop.productfull .product_label {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}
.productfull .radio_attr_label img {
    width: 40px;
    height: 40px;
    margin: 5px 0px 5px 0px;
}
.productfull span#imgatr {
    height: 41px;
    width: 48px;
}
.productfull .jshop_prod_attributes .jshop input:checked + label img {
    width: 40px;
    height: 40px;
}
.productfull span#atrname {
    display: none;
}
div#viznon h1 {
    display: block;
    font-size: 21px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
    height: auto;
    padding: 0px 0px 10px 0px;
    color: #333333;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    text-transform: none;
}
div#viznon h1:after {
    display: none;
}
input#quanmask {
    visibility: hidden;
}
.jshop.productfull input.addtocart-button {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-shadow: none;
    text-transform: none;
    margin-left: 10px;
    text-align: right;
    margin-top: -1px;
    width: 210px;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    float: left;
    left: 10px;
    position: relative;
    background: url(../images/oneclick.png) no-repeat;
    padding: 7px 6px 4px 6px !important;
    background-size: 39px;
}
.jshop.productfull input.addtocart-button:hover {
    color: #8fb68c;
    border: 1px solid #8fb68c;
    background: url(../images/oneclickhover.png) no-repeat;
    background-size: 39px;
}
.jshop.productfull div#inpcolvolist {
    padding-left: 0px;
    padding-top: 2px;
    float: left;
}
input#quantity {
    margin-left: -56px;
    position: absolute;
}
.prod_qty_mask {
    float: left;
}
div#manufpodrob {
    border: 3px solid #000;
    padding: 10px 20px 10px 20px;
    background: none;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 310px;
    text-align: center;
    border-radius: 5px;
}
div#manufpodrob a {
    color: #000;
}
div#manufpodrob:hover {
    background: #8fb68c;
    border: 3px solid #8fb68c;
}
div#manufpodrob:hover a {
    color: #fff;
}
.extraid1 {
    display: none;
}
span.priceoneextraval {
    font-size: 17px;
}
span#priceguest {
    color: #333;
    font-size: 20px;
}
.quick_prod_prices span#priceguest {
    color: #333;
    font-size: 18px;
}
div#extranmzn:after {
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px dotted #8fb68c;
    display: block;
    position: relative;
    bottom: -4px;
}
h3#prodopzago {
    display: inline-block;
    font-size: 25px;
    line-height: 22px;
    font-weight: normal;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
.magnifier {
    border: 0px solid rgb(219, 85, 158) !important;
}
.txtdnnone {
    display: none !important;
}
.statusdiv {
    border: 1px solid black !important;
    background: rgb(0 0 0) !important;
    padding: 8px !important;
    font: normal 15px 'BRAND', Sans-Serif !important;
    opacity: 0.8;
    color: #fff !important;
}
.statusdiv div span {
    font-size: 13px !important;
}
div#recomend {
    margin-top: 70px;
}
div#txtseodetail {
    font-size: 11px;
    line-height: 15px;
    color: #a9a9a9;
    padding-bottom: 10px;
    padding-top: 0px;
    float: left;
}
div#vkorzdetail {
    top: -6px;
    position: relative;
    left: 11px;
    z-index: 2;
    width: 33px;
}
div#vkorzdetail p {
    background: url(../images/chek2.png) center center / 24px no-repeat;
    border-radius: 3px;
    border: 0px solid rgb(245, 245, 245);
    margin: auto;
    left: 65px;
    position: absolute;
    float: left;
    z-index: 22;
    height: 37px !important;
    width: 37px !important;
}
div#buttwlcar {
    z-index: 1;
}
p#nodescr {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sheensay_fixed .copycorz {
    display: block !important;
}
div#copcart .externtwo_wrapp .mycart_mini_txt {
    width: 170px;
    font-size: 15px !important;
}
.copycorz {
    position: absolute;
    background: #fbfbfb;
    float: right;
    right: 1px;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
    z-index: 8;
}
div#copcart .externtwo_wrapp {
    min-height: 42px !important;
}
div#copcart .mycart_wrapp {
    margin: 0px !important;
    padding: 5px 5px 0px 0px;
}
div#footphp {
    display: none;
    visibility: hidden;
}
.topmod4 .pwebcontact_toggler.modal.modal-static {
    position: relative;
    width: 110px;
    height: 20px;
    line-height: 21px;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background: none;
    padding: 0px;
    padding-left: 4px;
    border: none;
    text-align: left;
    font-size: 15px;
}
.topmod4 .pwebcontact_toggler.modal.green {
    border-top: none;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline !important;
    color: #333;
    text-shadow: none;
}
.topmod4 .pwebcontact_toggler.modal.green:hover, .topmod4 .pwebcontact_toggler.modal.green.active {
    background: none;
    color: #8fb68c;
    border: 0px solid #8fb68c;
}
div#servname {
    display: none;
    visibility: hidden;
}
span.moduletableservname {
    font-weight: bold;
}
span.moduletableservname a {
    text-decoration: underline;
}
#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
p#msgtelef {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 5px;
}
table.jlogin a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 16px;
}
div#otstup {
    min-height: 40px;
}
span#dannie {
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}
td.register_block {
    padding-top: 20px;
}
div#logout h3 span {
    display: inline-block;
    font-size: 21px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 50px 0px 0px 0px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    width: 100%;
}
div#logout {
    margin-top: 7px;
}
div#logoutinp {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    margin-top: 20px;
}
input#logout {
    width: 160px;
}
div#register {
    margin-top: 15px;
}
.modSonStatus p {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border: 2px solid #8fb68c;
    margin-top: 6px;
    font-weight: bold;
    border-radius: 3px;
}
span#ordnumbr {
    font-size: 16px;
    font-weight: bold;
}
button.btn.btn-primary.validate {
    background: #333333;
}
button.btn.btn-primary.validate:hover {
    background: #8fb68c;
}
label#jform_email-lbl {
    font-weight: bold;
}
label#jform_captcha-lbl {
    font-weight: bold;
}
div#moykabinet {
    margin-top: 10px;
}
a#detalizakaza {
    background: #8fb68c;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 26px 8px 26px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}
div#ordertable {
    margin-top: 10px;
}
a#detalizakaza:hover {
    background: #8fb68c;
}
.table_order_list {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 0px solid #f5f5f5;
}
table.cart .manufacturer {
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
}
p.jshop_cart_extra_field {
    padding-left: 0px;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}
a#otmenitzakaz {
    text-transform: uppercase;
    text-decoration: none;
    background: #8fb68c;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 34px 9px;
    color: #fff;
    text-shadow: none;
    border: none;
    float: right;
    margin-top: 9px;
    margin-bottom: 27px;
}
a#otmenitzakaz:hover {
    background: #8fb68c;
}
table.jshop.jshop_subtotal {
    float: right !important;
}
@media print {
    * {
        visibility: hidden !important;
    }
    #pechat, #pechat * {
        visibility: visible !important;
    }
    #pechat {
        font-size: 19px !important;
        font-family: 'BRAND';
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
}
div#printsostav {
    float: right;
}
div#noviz {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    margin-top: 28px !important;
}
div#inpminus_corz {
    float: left;
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-top: 3px;
}
div#inpminus_corz input.product_minus {
    padding: 0px !important;
    color: #333333;
    font-weight: bold;
    width: 22px;
    margin: 0px;
    margin-top: -2px;
    height: 27px;
    background: url(../images/minus.png) 0 4px no-repeat !important;
}
div#inpcolvolist_corz {
    width: 75px;
    margin-top: -20px;
    margin-left: 27px;
    position: relative;
}
div#inpplus_corz {
    float: left;
    border-radius: 3px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-top: 3px;
}
div#inpplus_corz input.product_plus {
    padding: 0px !important;
    color: #333333;
    font-weight: bold;
    width: 22px;
    margin: 0px;
    margin-top: -2px;
    height: 27px;
    background: url(../images/plus.png) 0 4px no-repeat !important;
}
div#inpminus_corz input.product_minus:hover {
    margin-top: 2px;
    height: 22px;
    background: url(../images/minus.png) 0 -24px no-repeat !important;
}
div#inpplus_corz input.product_plus:hover {
    margin-top: 2px;
    height: 22px;
    background: url(../images/plus.png) 0 -24px no-repeat !important;
}
.owl-controls.clickable {
    position: absolute;
    top: -58px;
    float: right;
    right: 3px;
}
div#podrob {
    padding-left: 0px;
    font-weight: normal;
    padding-top: 4px;
    font-size: 13px;
    height: 38px;
    text-transform: uppercase;
    text-align: center;
}
a.button_podrob div#podrob {
    font-weight: bold;
    font-size: 12px;
    padding-top: 12px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
    height: 28px;
}
p#otzivpol {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
button.btnyes.btn-default {
    background: #8fb68c !important;
}
button.btn-default:hover {
    background: #8fb68c !important;
}
.ext-bxslider-manufacturers-img a img {
    max-height: 110px;
}
p#blockallbrandsgl {
    text-align: center;
    margin: 0px;
}
a#allbrandsgl {
    padding: 13px 41px 13px 41px;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 210px;
    border-radius: 5px;
}
a#allbrandsgl:hover {
    background: #91b68d;
}
.jspw_prodwrap:hover a {
    color: #8fb68c;
}
div#blockvidprod {
    float: right;
    position: relative;
    max-width: 20%;
    width: 115px;
}
div#leftbl {
    width: 100%;
    float: left;
    max-width: 150px;
    display: table;
    height: 150px;
    position: relative;
}
div#centralbl {
    width: 100%;
    max-width: 1000px;
    float: left;
    position: relative;
}
div#rightbl {
    width: 24%;
    min-width: 310px;
    float: right;
    position: relative;
    min-height: 84px;
}
div#rightbl .review_mark {
    float: right;
    width: 100%;
    max-width: 215px;
    clear: both;
    height: 18px;
    padding-right: 10px;
}
div#rightbl .count_commentar {
    float: right;
}
.listprodbody {
    width: 100%;
    height: 100%;
    clear: both;
}
div#listprod {
    margin-top: 6px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
div#listprod h1 {
    display: inline-block;
    font-size: 25px;
    line-height: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    width: 100%;
}
div#listprod h1:after {
    display: none;
}
span#list_product_image_middle a img {
    border-radius: 8px;
    max-width: 700px;
}
.jshop.last_visited_products a img {
    top: 0px;
    position: relative;
    border-radius: 0px;
    max-height: 100% !important;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}
div#listprod div#vkorzine {
    max-width: 47px;
    width: 100%;
    position: absolute;
    margin-top: 1px;
    left: 35%;
    top: 35%;
}
div#listprod div#vkorzine p {
    box-shadow: 0px 0px 20px 6px #f5f5f5;
}
div#rightbl .buttons a {
    height: 34px;
    width: 49%;
    border-left: 1px solid #ffffff;
    border-right: none;
    float: left;
}
div#rightbl .buttons a.button_buy {
    background: url(../images/cart.png) #8fb68c center center no-repeat;
    border-radius: 3px;
    background-size: 30px;
}
div#rightbl .buttons a.button_detail {
    background: url(../images/pt-readmore.png) #8fb68c center center no-repeat;
    border-radius: 3px;
    background-size: 30px;
}
div#rightbl .buttons {
    width: 120px;
    line-height: 0;
    height: 40px;
    float: left;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 6px;
}
div#cartcolblock {
    bottom: 0;
    height: 35px;
    right: 0;
    float: right;
    padding-bottom: 3px;
    padding-right: 11px;
}
div#rightbl .box-price {
    height: auto;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 14px;
    min-height: 25px;
    position: relative;
    right: 10px;
    width: 100%;
}
div#rightbl .jshop_price {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
div#rightbl input.addtocart-button {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 6px 3px !important;
    color: #fff;
    text-shadow: none;
    border: none;
    margin-left: -75px;
    margin-top: 50px;
    width: 150px;
    float: none;
    left: 50%;
    position: absolute;
}
div#centralbl #pokazdetal {
    text-align: center;
    width: 100%;
    float: left;
    margin: 7px 0px 0px 0px;
}
div#centralbl .qty_in_stock {
    padding-bottom: 5px;
    font-weight: bold;
    color: #8fb68c;
}
a.toggleLinkdetal {
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 10px 3px 30px;
    border: 1px solid #e6e6e6;
    color: #333333;
    position: relative;
}
a.toggleLinkdetal:hover {
    background: #8fb68c;
    color: #fff;
}
a.toggleLinkdetal:hover:before {
    color: #fff;
}
a.toggleLinkdetal:before {
    font-family: 'fontawesome';
    content: "\f06e";
    top: 4.5px;
    position: absolute;
    font-weight: normal;
    color: #8fb68c;
    font-size: 20px;
    display: inline-block;
    left: 6px
}
div#centralbl .count_commentar {
    padding-top: 2px;
    position: relative;
    float: right;
}
div#centralbl .name {
    line-height: 16px;
    padding-top: 5px;
    text-align: center;
    min-height: 30px;
}
div#listprod img.jshop_img {
    overflow: hidden;
    border-radius: 5px;
    float: none;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 150px;
    max-width: 150px;
}
div#listprod .image_block {
    padding: 2px 0px 2px 3px;
    min-width: 150px;
    text-align: left;
    max-width: 150px;
    border: 0px solid #ddd;
    height: 150px;
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    margin-top: auto;
    position: relative;
    float: none;
    display: table-cell;
}
div#colvotabprod {
    line-height: 0;
    float: left;
    position: relative;
}
div#rightbl .attrib.noempty_0 {
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 2px;
    padding-right: 10px;
}
div#listprod #inpcolvolist {
    padding-left: 30px;
    padding-top: 2px;
    float: left;
}
div#listprod #pokaztxt {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
div#listprod .descriptiontxttable {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    float: left;
    width: 100%;
    position: relative;
    display: block;
}
div#listprod .descriptiontxttable img {
    display: none !important;
}
div#listprod .opisanietov {
    position: relative;
    max-width: 100%;
    font-size: 15px !important;
    line-height: 16px;
    text-align: left;
    padding-top: 6px;
}
div#listprod .extra_fields div {
    font-weight: normal;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    padding-bottom: 4px;
}
div#listprod .extra_fields {
    padding-top: 5px;
}
div#centralbl .review_mark {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
}
p#opisanlistprd {
    font-size: 14px;
}
div#listprod .listprodbody:hover .name a {
    color: #8fb68c;
}
div#listprod .listprodbody:hover img.jshop_img {
    opacity: 0.5;
}
div#listprod .listprodbody:hover {
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
}
div#listprod .buttons a.button_buy:hover, div#listprod .buttons a.button_detail:hover, div#listprod .buttons a.button_detailnp:hover {
    background-color: #8fb68c !important;
}
a.button_buy.fullcart {
    background: #8fb68c !important;
}
div#prodtab div#vkorzine {
    max-width: 65px;
    width: 100%;
    position: absolute;
    top: 1%;
    right: 0px;
    margin: 0px;
}
div#prodtab .extra_fields {
    text-align: center;
    float: left;
    width: 100%;
    height: 50px;
}
div#prodtab span#extrnamelist {
    font-weight: bold;
}
div#prodtab span.priceoneextraval {
    font-size: 14px;
}
div#listprod .manufacturer_name {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
form#form_list_style button:hover {
    opacity: 0.5;
}
.modal-dialog {
    float: right;
}
label.titlecomfild {
    width: 100%;
    float: left;
}
div#pokazmenu {
    display: none;
}
#fltr_button_box input[type="button"], #fltr_button_box input[type="reset"], #fltr_button_box input[type="submit"] {
    padding: 6px 20px 6px !important;
}
div#footrmod4 img:hover {
    opacity: 0.5;
}
div#copcart .externtwo_wrapp .mycart_mini_txt {}
.jshop.list_product .toggle {
    width: 100%;
}
.jshop_list_category .jshop_categ {
    width: 24.5%;
    float: left;
    display: block;
    position: relative;
    margin: 0px 7px 15px 0px;
    max-height: 222px;
}
.jshop.list_product {
    width: 100%;
    display: inline-block;
}
div#menucatalogdivbut {
    border-top: 0 none;
    color: #333333;
    text-shadow: #333333 0px 0px 0px;
    padding: 10px 0px 6px 0px;
    font-size: 16px;
    font-family: 'BRAND';
}
.jshop_maincateg_level_0 {
    width: 24.65%;
    float: left;
    display: block;
    position: relative;
}
.image_maincateg {
    float: left;
    position: relative;
    border-radius: 5px;
    width: 100%;
}
.image_maincateg img {
    float: left;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
}
div#maincatinfo {
    z-index: 4;
    float: left;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 33%;
    bottom: 0;
    right: 0;
}
div#brandcategory div#maincatinfo {
    top: 18%;
}
.desc_categ_m {
    line-height: 12px;
}
a#shortdlink {
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.name_maincateg a {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 30px;
    text-transform: uppercase;
}
div#maincateg_list:hover {
    border: 0px solid #8fb68c;
}
div#maincategbutton {
    border: 3px solid #fff;
    padding: 8px 10px 8px 10px;
    background: rgb(255 255 255);
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 155px;
    border-radius: 5px;
}
div#maincategbutton a {
    color: #000;
}
div#maincategbutton:hover {
    background: none;
}
div#maincategbutton:hover a {
    color: #fff;
}
div#maincateg_list:hover div#maincategbutton a {
    color: #fff;
}
div#maincateg_list:hover div#maincategbutton {
    background: none;
}
div#maincateg_list:hover div#catten {
    background: rgb(0 0 0 / 65%);
}
.name_maincateg {
    margin: 0px 0px 20px 0px;
}
input.addtocart-button {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 6px 3px !important;
    color: #fff;
    text-shadow: none;
    border: none;
    margin-left: -85px;
    margin-top: 5px;
    width: 170px;
    float: none;
    left: 50%;
    position: absolute;
}
.off-menu_247 dl dt, .off-menu_247 dl.level1 dt {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgb(230, 230, 230) !important;
}
.off-menu_247 dl dt.active, .off-menu_247 dl.level1 dt.active {
    background-color: rgba(218, 230, 233, 0.40) !important;
}
span.price-from input {
    max-width: 65px;
    border: 1px solid #e6e6e6;
}
span.price-to input {
    max-width: 65px;
    border: 1px solid #e6e6e6;
}
.off-menu_247 > .sm-level, #off-menu_247 {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px !important;
}
.off-menu_247 dl a, .off-menu_247 dl a:link, .off-menu_247 dl.level1 a, .off-menu_247 dl.level1 a:link {
    color: #333333 !important;
}
div#comments-form-send {
    background: #8fb68c !important;
    color: #fff;
    border-radius: 5px !important;
    border: none !important;
    float: left;
}
div#comments-form-send:hover {
    background: #8fb68c !important;
}
div#filtrmob {
    display: none;
}
.jshop.productfull .wrapper {
    display: block;
    float: left;
    width: 100%;
}
.xpandable-block {
    height: 145px;
    overflow: hidden;
    order: 0;
}
.xpand-button {
    order: 1;
}
.labdivm {
    position: relative;
    width: 215px;
    margin-top: 10px;
    margin-bottom: 11px;
    height: 20px;
    padding: 1px 5px 5px 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #8fb68c;
    text-align: center;
}
.labdivm:hover {
    background: #8fb68c;
}
input#button[type="checkbox"] {
    display: none;
}
input#button[type="checkbox"]:checked + .xpandable-block {
    height: auto;
}
label.moren {
    position: relative;
    z-index: 1;
}
.labdivm label {
    order: 1;
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}
div#error_inlineContent_minicart_cart_view {
    display: none;
}
div#delete_inlineContent_minicart_cart_view {
    display: none;
}
.nvg_ext_review {
    padding-left: 15px;
}
div.screen-7-list div.screen-7-item {
    width: 23%;
    padding-left: 20px;
    float: left;
    text-align: center;
}
div.screen-7-list div.screen-7-item div.preview-picture {
    height: 120px;
    width: 120px;
    margin: 10px auto 10px;
}
div.screen-7-list div.screen-7-item b {
    display: block;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.preview-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
div#cols1 {
    width: 25%;
    float: left;
    display: block;
    position: relative;
    height: 100%;
}
.menu-icon-cont .menu-icon3 {
    margin: 5px 6px 5px 6px !important;
}
.t3-module.moduledebugcart {
    display: none !important;
    visibility: hidden !important;
}
.t3-module.module_category.stat date#newsdate {
    display: none;
}
.items-leading .leading:last-child {
    margin-bottom: 40px;
}
textarea#f_name {
    max-height: 30px;
    width: 85%;
}
textarea#l_name {
    max-height: 30px;
    width: 85%;
}
textarea#m_name {
    max-height: 30px;
    width: 85%;
}
textarea#email {
    max-height: 30px;
    width: 85%;
}
textarea#city {
    width: 85%;
    min-height: 100px;
}
textarea#phone {
    max-height: 30px;
    width: 85%;
}
div#step2 .jshop_register {
    display: none;
}
li.item-233 {
    display: none;
}
li.item-662.cal662.color3 {}
li.item-662.cal662.color3 div#menucatalogdivbut {
    color: #ffffff;
    text-shadow: #ffffff 0px 0px 0px;
}
li.item-662.cal662.color3 a#menucatalogdiv {}
li.item-662.cal662.color3 div#menucatalogdivbut:before {}
div#menucatalogdivbut:hover {
    color: #333;
}
div#menucatalogdivbut:hover a#menucatalogdiv {
    color: #333;
}
div#menucatalogdivbut:hover:before {
    color: #333;
}
div#menucatalogid {
    position: absolute;
    left: 15px;
    background: #fff;
    margin-top: 0px;
    padding: 0px 9px 9px 9px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
    -moz-box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
    box-shadow: 0px 2px 6px 1px rgb(51 51 51 / 14%);
    z-index: 9;
}
div#menucatalogdivbut:hover {
    border-bottom: 0px solid #333;
}
div#menucatalogdivbut:before {
    font-family: 'fontawesome';
    content: "\f03a";
    top: 10px;
    position: absolute;
    padding-left: 15px;
    z-index: 1;
    font-weight: normal;
    color: #8fb68c;
    font-size: 18px;
}
a#menucatalogdiv {
    padding: 10px 14px 10px 45px;
    color: #333;
    z-index: 3;
    position: relative;
}
div#menucatalogwrap {
    padding: 7px;
}
.jshop_menucateg_level_0 {
    float: left;
    clear: both;
    width: 100%;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #eeeeee;
}
img.imgcatmenu {
    width: 70px;
    height: 41px;
}
.image_menucateg {
    float: left;
    overflow: hidden;
    border: 0px solid #e6e6e6;
    border-radius: 5px;
    margin: 4px;
}
.name_menucateg {
    display: contents;
    float: left;
}
a#menucatlink {
    display: table;
    padding-left: 10px;
}
p#menucatname {
    display: table-cell !important;
    vertical-align: middle;
    margin: 0px;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px;
    text-transform: uppercase;
}
div#menucateg_list {
    display: flex;
}
.jshop_menucateg_level_0_a {
    float: left;
    clear: both;
    width: 100%;
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #eeeeee;
}
.jshop_menucateg_level_1_a {
    display: none;
}
.jshop_menucateg_level_0_a .image_menucateg {
    border: 0px solid #8fb68c;
    opacity: 0.4;
}
.jshop_menucateg_level_0_a p#menucatname {
    color: #8fb68c;
}
p#menucatname {
    color: #333;
}
.jshop_menucateg_level_0:hover .image_menucateg {
    border: 0px solid #8fb68c;
    opacity: 0.4;
}
.jshop_menucateg_level_0:hover p#menucatname {
    color: #8fb68c;
}
.jshop.last_visited_products .ExtQv:before {
    display: none;
}
.tabs {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}
.tabs dt.selected {
    color: #333333;
    background: #e6e6e6;
    z-index: 3;
    cursor: auto;
    font-weight: bold;
}
.tabs dt {
    float: left;
    line-height: 2;
    height: 37px;
    font-size: 18px;
    color: #585858;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 7px 10px 0px 10px;
    min-width: 100px;
    text-align: center;
    font-weight: normal;
    position: relative;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background: #ffffff;
}
.tabs dd.selected {
    display: block;
    visibility: visible;
    visibility: inherit;
    border-top: 1px dotted #cccccc;
    padding: 10px 0px 0px 0px;
}
.tabs dd {
    visibility: hidden;
    display: none;
    float: right;
    width: 100%;
    margin: 45px 0 0 -100%;
    position: relative;
    z-index: 2;
}
div#detalfilt {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}
div#detalfilt div#filtwrap {
    width: 260px;
}
div#detalfilt div#filtrbut {
    display: block;
    padding-left: 0px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 270px;
}
.attention-filter-container {
    visibility: visible;
    margin-top: -31px;
    z-index: 7;
    position: relative;
}
.jshop_menucateg_level_1 {
    display: none !important;
}
div#centrmodstrlk {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    z-index: 1;
}
.blurp--top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.blurp--top {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    margin-left: -96px;
    margin-bottom: 0px;
    color: #ffffff;
}
.down-arrow--bubble {
    bottom: 100%;
    margin-bottom: -16px;
}
.down-arrow {
    position: absolute;
    left: 50%;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    opacity: 0.7;
    cursor: pointer;
}
.down-arrow--bubble .arrow {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -16px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: #333333;
}
.down-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.article-content.clearfix p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
div#o-nas {
    top: -100px;
    position: relative;
}
div#topdiv {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0px;
    z-index: 9;
}
div#topdiv svg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -44px;
}
div#topdiv svg path {
    fill: #5d7755;
}
.btn--top {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn--top_text {
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    -webkit-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
}
.btn--top_text .btn__arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.btn--top_text .btn__arrow--top {
    top: 2px;
}
.btn--top_text .btn__arrow {
    border-color: #fff;
}
.btn--top_text .btn__arrow--bottom {
    top: 8px;
}
li.item-662.cal662.color3 {
    border-bottom: 1px solid #8fb68c;
}
div#searchtopdeckbut {
    position: relative;
    float: right;
    width: 45px;
    height: 47px;
    top: 0px;
    display: block;
    padding-top: 30px;
}
a#searchtopdeck {
    width: 43px;
    height: 35px;
    position: absolute;
    text-align: center;
}
a#searchtopdeck img {
    height: 100%;
    max-height: 26px;
}
div#searchtopdeckbut:hover a#searchtopdeck:after {
    color: #8fb68c;
}
div#searchdecktop {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    border: 1px solid #e9e9e9;
    margin-top: 79px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
    box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
    border-radius: 5px;
}
div#decksearchbody {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 49%;
}
div#deckinfobut {
    position: relative;
    float: right;
    width: 35px;
    height: 30px;
    top: 0px;
    display: block;
    padding-top: 30px;
}
a#deckinfobut {
    width: 40px;
    height: 47px;
    position: absolute;
    text-align: center;
}
a#deckinfobut img {
    height: 100%;
    max-height: 26px;
}
div#deckinfobut:hover a#deckinfobut:after {
    color: #8fb68c;
}
div#deckinfo {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
    margin-top: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.85);
    box-shadow: 0 6px 6px -6px rgb(0 0 0 / 85%);
}
div#infobody {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    width: 100%;
    text-align: center;
}
.jshop_list_product .box_products_sorting {
    padding-right: 5px;
    padding-left: 5px;
}
.wk-slideset .set {
    display: none;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
}
#toTop {
width: 40px;
    height: 40px;
    background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    text-align: center;
    border-radius: 200%;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 9;
}
#toTop:hover {
    background: #8fb68c;
}
#toTop:before {
    font-family: 'fontawesome';
    content: "\f062";
    font-weight: normal;
    color: #fff;
    font-size: 23px;
    float: none;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 20px;
}
div#logtxt {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#logcat {
    clear: both;
    margin-bottom: 40px;
    margin-top: 10px;
}
.wk-gallery-wall.margin > * {
    margin: 0px 7px 15px 7px !important;
}
.wk-gallery-wall.margin {
    margin: auto !important;
    float: none;
    position: relative;
}
div#bancontent {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div#bantop {
    float: left;
    position: absolute;
    z-index: 2;
    top: 7vw;
    width: 100%;
    max-width: 33%;
    left: 10%;
}
div#bantxtzag {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
div#banlinktop {
    margin-top: 35px;
}
a#linkban {
    border: 3px solid #fff;
    padding: 10px 20px 10px 20px;
    background: rgb(255 255 255);
    font-size: 17px;
    font-weight: normal;
    color: #000;
    border-radius: 5px;
}
a#linkban:hover {
    background: none;
    color: #fff;
}
div#bantxt {
    color: #fff;
    padding: 10px 0px 0px 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
div#bantoptwo {
    float: right;
    right: 10%;
    text-align: right;
    position: absolute;
    z-index: 2;
    top: 10vw;
    width: 100%;
    max-width: 33%;
}
div#banlinktoptwo {
    margin-top: 35px;
    float: right;
}
div#manufblock {
    position: relative;
    float: left;
    width: 70%;
}
div#catten {
    float: left;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    z-index: 3;
    border-radius: 5px;
}
img#imgmanuf {
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
    border-radius: 5px;
}
div#manufimg {
    float: left;
    position: relative;
}
div#blockinfmanuf {
    z-index: 4;
    color: #fff;
    float: left;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 33%;
    bottom: 0;
    right: 0;
}
div#manufname a {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
div#manufopisan {
    color: #fff;
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
div#manufbutton {
    border: 3px solid #fff;
    padding: 10px 20px 10px 20px;
    background: rgb(255 255 255);
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 210px;
    border-radius: 5px;
}
div#manufbutton a {
    color: #000;
}
div#manufbutton:hover {
    background: none;
    color: #fff;
}
div#manufbutton:hover a {
    color: #fff;
}
div#manuflist1, div#manuflist3 {
    float: left;
    width: 100%;
}
.modulesmanuf {
    width: 50%;
    max-width: 450px;
    position: relative;
}
.manufallbl {
    margin-bottom: 70px;
    float: left;
}
.modulesmanuf {
    border-radius: 5px;
}
div#manuflist1 div#manufblock, div#manuflist3 div#manufblock {
    float: right;
}
div#modman1, div#modman3 {
    float: right;
    background: #fff;
    margin-right: -35px;
    z-index: 6;
    margin-top: 5.5%;
}
span.jspw_ribon_button_lt:before {
    content: "\f053";
    font-family: 'fontawesome';
    float: left;
    font-size: 25px;
    padding-left: 10px;
    padding-top: 0px;
    color: #000000;
}
span.jspw_ribon_button_rb:before {
    content: "\f054";
    font-family: 'fontawesome';
    float: left;
    font-size: 25px;
    padding-right: 10px;
    padding-top: 0px;
    color: #000000;
}
span.jspw_ribon_button_lt:hover:before {
    color: #8fb68c;
}
span.jspw_ribon_button_rb:hover:before {
    color: #8fb68c;
}
span.jspw_ribon_button_rb.inactive:before {
    color: #d7d7d7;
}
span.jspw_ribon_button_lt.inactive:before {
    color: #d7d7d7;
}
div#modman2 {
    float: left;
    background: #fff;
    margin-left: -35px;
    z-index: 6;
    margin-top: 5.5%;
}
.custompovseyrf {
    position: relative;
}
div#blockgdekupit {
    z-index: 4;
    color: #fff;
    float: left;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0%;
    bottom: 0;
    right: 0;
}
div#dekupbrand {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
div#dekupopisan {
    color: #000;
    padding: 20px 0px 30px 0px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
div#dekupbutton {
    padding: 13px 23px 13px 23px;
        background: rgb(57,77,47);
    background: linear-gradient(225deg, rgba(57,77,47,1) 0%, rgba(145,182,141,1) 100%);
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 210px;
    border-radius: 5px;
}
div#dekupbutton a:before {
    content: "\f041";
    font-family: 'fontawesome';
    float: left;
    font-size: 25px;
    padding-right: 0px;
    padding-top: 0px;
    color: #ffffff;
}
div#dekupbutton a {
    color: #fff;
}
div#dekupbutton:hover {
   background: #91b68d;
}

div#butmaglink {
    float: left;
    border: 3px solid #000;
    padding: 10px 20px 10px 20px;
    background: rgb(0 0 0);
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 210px;
    text-align: center;
    margin-bottom: 20px;
}
div#butmaglink a {
    color: #fff;
}
div#butmaglink a:before {
    content: "\f07a";
    font-family: 'fontawesome';
    float: left;
    font-size: 25px;
    padding-right: 0px;
    padding-top: 0px;
    color: #ffffff;
}
div#butmaglink:hover {
    background: none;
}
div#butmaglink:hover a {
    color: #000;
}
div#butmaglink:hover a:before {
    color: #000;
}
.t3-module.module.mob {
    display: none;
}
span#noimgatr {
    border: 2px double #cbcbcb;
    color: #333;
    text-align: center;
    padding: 4px 3px 4px 4px;
    background: none;
    border-radius: 3px;
    font-size: 15px;
}
span#noimgatr:hover {
    border: 2px double #8fb68c;
}
span#imgatr {
    background: none;
    display: block;
    height: 33px;
    width: 33px;
    text-align: center;
    float: left;
}
.jshop_prod_attributes .jshop input:checked + label span#noimgatr {
    border: 2px double #8fb68c !important;
}
#quick-view #inpminus:after {
    margin-left: -19px;
}
#quick-view #inpplus:after {
    margin-left: -19px;
}
.expert {
position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    float: left;
    width: 100%;
	margin-top: -80px;
}
.expert::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #eedcc3;
    display: block;
    left: 0;
    right: 0;
    top: 160px;
    bottom: 65px;
}
.expert > .container > .row {
    display: flex;
}
.expert .text {
    z-index: 5;
    padding-right: 80px;
}
.expert .text::before {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #91b68d;
    background-image: url(../images/bg7.png);
    background-size: cover;
    transform: skew(-30deg);
    border-left: 12px solid #496040;
    top: -60px;
    bottom: -50px;
    left: 100%;
    width: 1920px;
}
.expert .text h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px dotted #91b68d;
    text-align: center;
}
.expert p {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
}
.expert p b {
    color: #db0000;
}
.expert div#qstfrm {
    width: 262px;
}
.expert .col-md-4 {
    width: 32.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 6px;
}
.expert .image {
    z-index: 5;
    padding: 0;
}
.expert .image img {
    height: 430px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
}
.expert .container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1194px;
}
div#dopprodblock {
    padding-top: 35px;
}
.prod_desc_dop {
    padding-top: 30px;
}
div.jshop_prod_attributes {
    display: none !important;
}
/*COOKIE*/
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: black;
}
.cookie_accept {
    width: 30%;
    padding: 6px;
}
@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}
@media (max-width: 575px) {
#cookie_note.show {
    display: block;
    text-align: left;
    left: 5%;
    right: 5%;
    max-width: 100%;
    transform: none;
}
#cookie_note p {
    width: 100%;
}
.cookie_accept {
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-top: 10px !important;
    float: none !important;
}
}
/*COOKIE*/