::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 11px;
  height: 0px
}
::-webkit-scrollbar-track {
  background-color: #ffffff00;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #1e78bb;
  border: 1px solid #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
  cursor: pointer !important;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 11px;
  height: 0px
}
::-webkit-scrollbar {
  width: 11px;
}
#mascara {
  z-index: 65554;
}
#popup .ventanuki {
  z-index: 65555;
}
body {
  -webkit-font-smoothing: antialiased;
}
div#t3-header {
  width: 100%;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 1;
}
div#headerbody {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1194px;
  z-index: 22;
  position: relative;
}
.span12.poweredby {
  display: none;
}
div#bodybg2 {
  z-index: 9;
  position: relative;
  padding-bottom: 0px;
}
@font-face {
  font-family: 'BASTURFIN';
  src: url('../fonts/aquarion.eot'), url('../fonts/aquarion.svg#BASTURFIN') format('svg');
  src: local('BASTURFIN'), url('../fonts/aquarion.woff2') format('woff2'), url('../fonts/aquarion.woff') format('woff'), url('../fonts/aquarion.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansPro';
  src: url('../fonts/SansPro.eot');
  src: local('SansPro'), url('../fonts/SansPro.ttf') format('truetype');
}
@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.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 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;
}
.row {
  margin-top: 3px;
}
.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: #000000;
  -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: #fff;
  color: #000000;
  font: normal 17px/20px 'BASTURFIN', Sans-Serif;
  line-height: 18px;
  margin: 0;
}
div#mainpagebg {}
div#t3-content {}
.jshop {
  padding-top: 10px;
  padding-bottom: 30px;
}
.t3-sidebar.t3-sidebar-1.span3 {
  margin-left: -3px;
  margin-top: 0px;
}
div#system-message-container {
  display: none;
}
a {
  color: #1e78bb;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
.img-rounded {
  border-radius: 0px;
}
div#rev_cont {
  font-size: 18px;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 0px;
}
div#rev_cont2 {
  display: inline-block;
  line-height: normal;
  margin: 0px;
  height: 30px;
  padding: 0px 3px 0px 3px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
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: #000000;
}
.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 {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  border-radius: 3px;
}
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 #cccccc;
  border-radius: 2px;
}
.att_none select.inputbox {
  max-width: 135px !important;
  font-size: 15px;
}
.attributes_title span.attributes_name {
  font-size: 16px;
  padding-right: 5px;
  vertical-align: sub;
}
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;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background: #000000;
}
.btn:active, .btn.active {
  background: #000000;
}
.btn:hover, .btn a.btn:hover {
  background: #000000;
}
.btn:focus, .btn a.btn:focus {
  outline: 0;
}
.btn.active, .btn:active, .btn a.btn:active {
  background: #000000;
}
.btn-large {
  padding: 9px 14px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 11px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 10px;
}
.btn-primary {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
  padding: 6px 34px 6px;
  color: #333;
  text-shadow: none;
  border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background: #000000;
}
.btn-primary:active, .btn-primary.active {
  background: #000000;
}
.btn-warning {
  text-transform: uppercase;
  text-decoration: none;
  background: #000000;
  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: #000000;
}
.btn-warning:active, .btn-warning.active {
  background: #000000;
}
.btn-danger {
  text-transform: uppercase;
  text-decoration: none;
  background: #000000;
  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: #000000;
}
.btn-danger:active, .btn-danger.active {
  background: #000000;
}
.btn-success {
  text-transform: uppercase;
  text-decoration: none;
  background: #000000;
  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: #000000;
}
.btn-success:active, .btn-success.active {
  background: #000000;
}
.btn-info {
  text-transform: uppercase;
  text-decoration: none;
  background: #000000;
  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: #000000;
}
.btn-info:active, .btn-info.active {
  background: #000000;
}
.btn-inverse {
  text-transform: uppercase;
  text-decoration: none;
  background: #000000;
  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: #000000;
}
.btn-inverse:active, .btn-inverse.active {
  background: #000000;
}
.invalid {
  border-color: #000000;
}
label.invalid {
  color: #000000;
}
.nav {
  margin-bottom: 15px;
  margin-top: 5px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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 #000;
  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;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.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: #444;
  display: block;
  line-height: 24px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
  font-size: 16px;
}
.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 #000;
  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: #000000;
  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;
  height: 60px;
}
.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: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #4b4947;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #fff;
  border-bottom-color: #fff;
}
.t3-mainnav .dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}
.t3-mainnav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.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: #000000;
}
div.pagination > span {
  color: #333333;
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
}
div.pagination ul li {
  float: left;
  margin-left: 4px;
  list-style: none;
}
div.pagination ul li a {
  background-color: #1e78bb;
  padding: 7px 13px 3px 13px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  width: 5px;
  border-radius: 3px;
  font-size: 14px;
}
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') #1e78bb center center no-repeat;
}
div.pagination ul li.next a {
  background: url('../images/nagition-next.png') #1e78bb 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: #000000;
  color: #fff;
  border-radius: 3px;
}
ul.pagination-list li.prev a.disabled, ul.pagination-list li.next a.disabled {
  background-color: #1e78bb;
}
.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: #000000;
  border-top: 1px solid #464646;
  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') #DC1816 10px 17px no-repeat;
  color: #FFFFFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #000000 !important;
  color: #FFFFFF;
}
.t3-module {
  background: transparent;
  color: inherit;
}
.t3-module .module-inner {
  padding: 0;
}
h3.module-title {
  display: inline-block;
  line-height: normal;
  margin: 0px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
.module-title {
  background: inherit;
  line-height: 30px;
  font-size: 19px;
  margin: 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;
}
.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: #000000;
  background: none;
}
.module_menu .nav > li.active > a {
  color: #000000;
  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 #4b4947;
}
.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-color: #1e78bb;
  border-radius: 25px;
  position: relative;
}
.t3-module.module_category {
  margin-top: 0px;
  margin-bottom: 15px;
}
.module_category .module-title span {
  display: inline-block;
  text-indent: 15px;
  line-height: 26px;
  padding-top: 6px;
  padding-left: 25px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
}
.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;
}
.t3-module.module_category h3.module-title:before {
  font-family: 'fontawesome';
  content: "\f03a";
  position: absolute;
  padding-top: 4px;
  padding-left: 17px;
  font-weight: normal;
  color: #1e78bb;
}
.jshop_filters .filter_price {
  padding: 5px 8px 7px 8px;
  border: 1px solid #1e78bb;
  border-radius: 25px;
}
.module_category2 .module-title span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  margin-top: 5px;
}
.product_label img {
  max-width: 75px;
}
.module_category2 .module-title {
  padding-bottom: 10px;
  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;
}
.jshop_categ .category img.jshop_img {
  float: none;
  text-align: center;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 190px;
  max-height: 190px;
  min-width: 190px;
  max-width: 190px;
  overflow: hidden;
  border-radius: 200%;
  border: 0px solid #1e78bb;
}
.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;
  /* background-color: #4f4f4f; */
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px; /* font-family: 'isocteur', serif; */
}
.copyright ul.nav li.active a, .copyright ul.nav li a:hover {
  background-color: #000000;
  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;
}
.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: 26px;
  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: Georgia;
  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 #000000;
}
.custom_ship h3 {
  text-transform: uppercase;
  font-size: 26px;
  color: #000000;
  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: #000000;
  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") #000000 center center no-repeat !important;
}
.responsiveLayout .bt-contentshowcase_company .btcontentshowcase-prev:hover {
  background: url("../images/prev.png") #000000 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: #000000;
  font-family: 'BASTURFIN';
}
#jc {
  font-family: 'BASTURFIN';
}
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: #000000 !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: 14px;
  margin: 0px;
  color: #333333;
}
div#stepcolstri table#table_payments label, div#stepcolstri #table_shippings label {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 14px !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 #000000;
  border-bottom: 1px solid #000000;
  margin: 25px 0 0;
  display: inline-block;
  font-weight: normal !important;
}
#order_add_info {
  box-shadow: none;
  height: 70px;
  margin-top: 5px;
  border: 1px solid #cccccc;
}
.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: 26px;
  padding-top: 70px;
  text-align: center;
  color: #333333;
  font-family: 'BASTURFIN';
}
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: 'Open Sans Condensed';
  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: Georgia;
  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: #000000;
}
.stars_no_active {
  background: url("../images/stars.png") repeat-x scroll 0 bottom transparent;
  display: block;
  height: 16px;
  position: relative;
  width: 90px;
}
.stars_active {
  background-image: url("../images/stars.png");
}
.module_feature .shoppingLayout .bt-inner .bt-introtext {
  margin: 10px 0;
}
.t3-sidebar .t3-module.module_custom {
  background: none;
}
.cart320 {
  display: none;
}
.cartfull {
  display: block;
}
.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 #464646;
  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: #1e78bb;
  color: #333;
  font-size: 16px;
  border: 0px solid #000000;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 3px;
}
.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 #000000;
  -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 #000000;
  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 #000;
}
.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: #000000;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #000000;
}
.tip-text {
  text-align: left;
}
.content-mass-top .t3-module {}
.t3-content-inner {
  margin-top: 0px;
}
.t3-content-inner > * {}
.blog .article-intro p {
  margin-bottom: 0;
}
.blog .article-intro img {
  width: 373px;
  float: left;
  margin: 9px 23px 0 0;
  padding: 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: 285px;
  overflow: hidden;
  border-radius: 2px;
}
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: #1e78bb;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
}
ul.latestnews_category li:hover a {
  color: #fff;
}
h2.article-title a:hover {
  color: #000000;
}
.readmore {
  margin-top: 10px;
}
div.published {
  background: url("../images/bg-date.png") no-repeat scroll center center transparent;
  color: #FFFFFF;
  float: left;
  font-family: Georgia;
  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: 15px;
  line-height: normal;
  font-weight: normal;
  margin: 0px;
  height: 30px;
  padding: 6px 3px 0px 3px;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.article-title:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
section.article-content.clearfix {
  margin-top: 10px;
}
.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 {
  height: 17px;
  margin: 0px 0px 15px 0px;
  float: left;
  border-bottom: 2px solid #fff;
}
.t3-sidebar .nav > li.current.active {
  background: #1e78bb;
  color: #ffffff;
}
.t3-sidebar .nav > li:hover {
  background: #1e78bb;
  color: #ffffff;
}
.t3-sidebar .nav > li.current.active a {
  color: #1e78bb;
}
.t3-sidebar .nav > li:hover a {
  color: #1e78bb;
}
div.jshop_menu_level_0:hover {
  color: #1e78bb;
  border-bottom: 2px solid #1e78bb;
}
div.jshop_menu_level_0_a {
  padding-left: 10px;
  float: left;
}
.jshop_menu_level_0 {
  float: left;
}
.t3-sidebar .nav > li > a, div.jshop_menu_level_0_a a {
  color: #1e78bb;
  display: inline-block;
  font-weight: bold;
  padding: 0px 15px 0px 15px;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 2px solid #1e78bb;
}
.t3-sidebar .nav > li > a:hover, div.jshop_menu_level_0_a a:hover {
  color: #1e78bb;
}
.t3-sidebar .nav > li > a:hover, div.jshop_menu_level_0 a:hover {
  color: #1e78bb;
}
div.jshop_menu_level_0:hover a, div.jshop_menu_level_0_a:hover a {
  color: #1e78bb;
}
.t3-sidebar .nav > li > a, div.jshop_menu_level_0 a {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  vertical-align: bottom;
  font-size: 16px;
  color: #000;
  text-shadow: #ffffff 0px 0px 1px;
}
.t3-sidebar .nav > li:after, div.jshop_menu_level_0:after, div.jshop_menu_level_0_a:after {}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 0px !important;
}
.jshop .prod_attr_img {
  vertical-align: top;
  display: none;
}
.att_none {
  margin: 0px;
}
.extra_fields div {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
}
.jshop.productfull .manufacturer_name {
  font-size: 14px;
  font-weight: bold;
}
.manufacturer_name {
  font-size: 13px;
  font-weight: bold;
}
span.extra_fields_name {
  padding-left: 0px;
  font-size: 14px;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 2px;
}
span.extra_fields_value {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  float: right;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 2px;
}
.jshop_list_product .product .name {
  line-height: 16px;
  padding-top: 8px;
  vertical-align: sub;
  max-width: 285px;
  overflow: hidden;
  text-align: center;
}
div#prodtab {
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 0px;
  background: #FFFFFF;
}
.jshop_list_product .product .review_mark {
  display: none;
}
.jshop_list_product .product .extra_fields {
  overflow: hidden;
}
div#opisanie, div#opisanie p {
  font-size: 13px;
  line-height: 14px;
  color: #4c4c4c;
}
div#opisanie {
  max-height: 28px;
  min-height: 28px;
  overflow: hidden;
  margin-bottom: 5px;
}
.productweight {
  font-size: 13px;
}
.productfull .productweight {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}
.stars_no_active {
  color: #333333;
  float: left;
}
.jshop_list_product .product div.count_commentar {
  float: right;
  color: #b2b2b2;
  font-size: 12px -1px;
}
.jshop_list_product .product .description {
  font-size: 13px !important;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 14px;
  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: 2px;
  min-width: 285px;
  text-align: center;
  max-width: 285px;
}
.jshop.last_visited_products {
  margin-top: 6px;
}
.review_header {
  margin-top: 0px !important;
}
.jshop_list_product {
  margin-top: 10px;
}
form#sort_count {}
.jshop_list_product .product .name a {
  color: #333333;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
}
.jshop_list_product .block_product:hover .name a {
  color: #000000;
}
span.attributes_name {
  font-size: 16px;
  padding-right: 11px;
}
.jshop_list_product .product .buttons {
  padding-top: 6px;
  width: 100%;
  line-height: 0;
  height: 34px;
}
.jshop_list_product .product .buttons a {
  height: 34px;
  width: 18%;
  border-right: 1px solid #ffffff;
  float: left;
}
.jshop_list_product .product .buttons a.button_buy:hover, .jshop_list_product .product .buttons a.button_detail:hover, .jshop_list_product .product .buttons a.button_detailnp:hover {
  background-color: #fffad6 !important;
}
.jshop_list_product .product .buttons a.button_buy {
  background: url('../images/cart.png') center center no-repeat;
  border-radius: 2px;
  background-size: 30px;
}
.jshop_list_product .product .buttons a.button_detail {
  background: url('../images/pt-readmore.png') center center no-repeat;
  border-radius: 2px;
  background-size: 30px;
}
.jshop_list_product .product .buttons a.button_detailnp {
  background: url('../images/pt-readmore.png') center center no-repeat;
  border-radius: 2px;
  background-size: 30px;
}
.jshop_list_product .product .buttons {
  border: 2px solid #d8d8d8;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.box-price {
  height: 36px;
  float: left;
  text-align: center;
  width: 102px;
}
.jshop_pagination {
  float: right;
}
.block_sorting_count_to_page {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: -10px;
  float: right;
}
.jshop_list_product .box_products_sorting, .jshop_list_product .box_products_count_to_page {
  display: inline-block;
  font-size: 14px;
}
.detail-product .jshop select {
  border: 1px solid #333333;
  margin-left: 1px;
  padding: 4px 4px 4px 4px;
  margin-bottom: 0;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
}
.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: 4px;
  border-color: #d8d8d8;
  vertical-align: middle;
}
select option {
  background: url('../images/option.png') top left repeat;
}
.jshop h1 {
  display: inline-block;
  font-size: 15px;
  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: center;
  width: 100%;
  margin-bottom: 5px;
}
.jshop h1:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
.jshop_code_prod {
  color: #fff;
}
a.lightbox {
  position: relative;
  display: inline-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: 777;
  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: 31px;
  margin-left: -2px;
  max-width: 557px;
  top: 1px;
}
.jshop.last_visited_products .item_image {
  text-align: center;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}
.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;
}
img.jshop_img_thumb {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin-left: 0;
  width: 70px;
  height: auto;
  max-height: 70px;
  overflow: hidden;
  margin-right: 0px;
  padding: 0;
}
img.jshop_img_thumb:hover {
  border: 1px solid #1e78bb;
}
.productfull .buttons input.button {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  font-size: 14px;
  padding: 6px 11px 4px 40px;
  text-transform: uppercase;
  display: block;
  border-radius: 0px;
  float: left;
  z-index: 2;
  position: relative;
  margin-top: 0px;
  border-bottom: 1px solid #ffffff;
}
.productfull .buttons input.button:hover {
  color: #1e78bb;
  background: #ffffff;
  border-bottom: 1px solid #1e78bb;
}
img.jshop_img_thumb:last-child {
  margin-right: 0;
}
span#list_product_image_thumb {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 10px;
}
.jshop_img_description .prod_price {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 9px;
  text-transform: uppercase;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 6px;
}
.productfull #block_price {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
div#botmtop a {
  color: #333333;
}
div#botmtop a:hover {
  color: #000000;
}
.jshop .prod_qty_input input {
  color: #333333;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
}
.buttons input.button {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 18px 8px 50px;
  text-transform: uppercase;
  display: block;
  border: 2px solid #000000;
  border-radius: 3px;
}
.clr {
  clear: both;
}
.productfull .prod_buttons .buttons:before {
  font-family: 'fontawesome';
  content: "";
  position: absolute;
  padding-left: 6px;
  padding-top: 4px;
  height: 30px;
  width: 36px;
  background: url(../images/cart.png) center center no-repeat;
  border-radius: 3px;
  background-size: 23px;
  z-index: 3;
}
.buttons input.button:hover {
  background: #000000;
  color: #333333;
}
input.validate {
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-top: 10px;
  float: right;
  background: #1e78bb;
  border: 2px solid #000000;
  border-radius: 3px;
}
input.validate:hover {
  background: #000000;
  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: 5px;
  float: left;
  max-width: 48%;
}
span#list_product_image_middle {
  float: left;
  max-width: 560px;
  border-radius: 3px;
}
table.jshop td.prod_qty_input {
  padding: 0;
}
.productfull .prod_buttons .buttons {
  padding: 0 0 0 40px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.review_header {
  border-bottom: 2px solid #333333;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
div.jshop_prod_description {
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 16px;
}
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: 3px;
}
.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: 15px;
  color: #121212;
  font-weight: bold;
  line-height: 20px;
  padding-top: 9px;
  font-family: 'BASTURFIN';
}
.jshop_price1 {
  font-size: 15px;
  color: #121212;
  font-weight: bold;
  line-height: 20px;
  padding-top: 9px;
  font-family: 'BASTURFIN';
}
.jshop_list_product .jshop .old_price {
  font-size: 13px;
  color: #1e78bb;
  font-weight: bold;
  padding-top: 7px;
}
.jshop_img_description .old_price {
  color: #a7a7a7;
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: normal;
}
.clearcat {
  clear: both;
}
.jshop_img_description .old_price span.old_price {
  color: #1e78bb;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}
.jshop .product_label {
  z-index: 999;
}
.jshop .product_label {
  position: absolute;
  margin-left: -1px;
  margin-top: -1px;
}
.shoppingLayout .no-old {
  line-height: 35px !important;
}
div#zaprosbt {
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  padding-top: 0px;
  color: #fbdd0d;
  font-weight: normal;
  font-family: 'BASTURFIN';
}
.jshop_menu_level_1, .jshop_menu_level_1_a, .jshop_menu_level_1_a a {
  height: 17px;
  margin: 0px 0px 15px 0px;
  float: left;
  border-bottom: 2px solid #fff;
}
.jshop_menu_level_1, .jshop_menu_level_1_a {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.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 {
  color: #1e78bb;
  border-bottom: 2px solid #1e78bb;
}
.jshop_menu_level_2_a:hover, .jshop_menu_level_2:hover {
  border-left: 0px solid #000000;
  background: #1e78bb;
  border-radius: 25px;
}
.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 {}
.jshop_menu_level_1_a, .jshop_menu_level_1_a a {
  color: #1e78bb;
  display: inline-block;
  font-weight: bold;
  padding: 0px 15px 0px 15px;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid #1e78bb;
}
.jshop_menu_level_1_a {
  border-left: 0px solid #000000;
}
.jshop_menu_level_1 a {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  vertical-align: bottom;
  font-size: 15px;
  color: #333;
  text-shadow: #ffffff 0px 0px 1px;
}
.jshop_menu_level_1 a:hover {
  color: #333333 !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: #1e78bb;
  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: 'BASTURFIN';
  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;
}
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: 0px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  position: absolute;
  float: left;
  margin-left: -16px;
  padding: 2px;
}
.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 a {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.jshop .cart span.price {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  vertical-align: baseline;
  font-family: 'BASTURFIN';
}
td.jshop_order_step {
  color: #333333;
  font-family: 'BASTURFIN';
}
.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 {
  border: 1px solid #ffffff;
  max-width: 185px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 4px;
  background: #FFFFFF;
  border-radius: 3px;
}
table.jshop.jshop_subtotal {
  width: 46%;
  float: right;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 17px;
  font-family: 'BASTURFIN';
}
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: 'BASTURFIN';
}
.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;
}
a.closeDOMWindow {
  font-size: 18px;
  text-decoration: none;
  background: #1e78bb;
  padding: 5px;
  color: #fff;
}
a.closeDOMWindow:hover {
  background: #000000;
}
span.modal_quantity {
  color: #333333;
  font-weight: bold;
}
span.modal_summ {
  color: #333333;
  font-weight: bold;
}
.jshop_subtotal tr.total .name, .jshop_subtotal tr.total .value {
  font-size: 20px;
  font-weight: normal;
}
a.checkout {
  line-height: 16px;
  padding: 9px 20px 9px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #1e78bb !important;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 5px;
  display: block;
}
a.checkout:hover {
  background: #000000 !important;
  color: #fff;
}
span.gotocart a:hover {
  background: #000000 !important;
  color: #fff;
  border: 2px solid #000000;
}
a.backshop, .jshop-code input.button {
  line-height: 16px;
  padding: 8px 21px 9px 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #1e78bb !important;
  color: #ffffff;
  border-radius: 25px;
}
a.backshop:hover, .jshop-code input.button:hover {
  background: #000000 !important;
  color: #fff;
}
.row-backtop {
  text-align: right;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: -30px;
  margin-bottom: 40px;
}
table.jshop-code {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
table.cart_subtotal tr.total {
  font-size: 15px;
  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: 219px;
  width: 100%;
  margin-top: 10px;
}
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%;
}
.jshop_list_category a.product_link {
  width: 100%;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 20px;
  text-transform: uppercase;
}
p.category_short_description {
  margin: 0;
}
#namecateg {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}
.jshop_list_category a.product_link:hover {
  color: #000000;
}
.jshop_list_category .category .image {
  padding-right: 0;
  max-width: 215px;
  min-width: 215px;
  width: 100%;
  height: 100%;
  max-height: 215px;
  min-height: 215px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
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_categ .category {
  float: left;
  margin: 2px 5px 1px 5px;
  margin-bottom: 1px;
  padding: 3px;
  max-width: 215px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.jshop_categ .category:hover {
  opacity: 0.5;
  border: 1px solid #ffffff;
}
.jshop_categ .category:hover img.jshop_img {}
.jshop_categ .category:hover a.product_link {
  color: #000000;
}
.jshop_list_category .category td {
  vertical-align: middle !important;
}
.jshop_categ .category > div {
  float: left;
}
.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: #1e78bb;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  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: #000000;
  color: #fff;
}
span.small_header {
  color: #333333;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
span.small_header:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
  margin-left: -3px;
}
.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: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.prod_buttons .prod_qty_input {
  float: left;
  width: 90px;
  z-index: 22;
  position: relative;
  padding-top: 2px;
}
.jshop_img_description {
  width: 50%;
  float: right;
  margin-top: 0px;
}
.jshop.last_visited_products .name {
  text-align: center;
  padding: 4px 0px 4px 0px;
  min-height: 35px;
  max-height: 35px;
  overflow: hidden;
  line-height: 15px;
}
.jshop.last_visited_products .name a {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.jshop.last_visited_products .manufacturer_name {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.detail-product .jshop {
  display: inline-block;
  width: 100%;
}
div.list_product {
  margin-top: 0px;
}
div#lastprice {
  height: 33px;
  background: #ffffff;
  line-height: 13px;
  padding-top: 4px;
  text-align: center;
  margin-top: -10px;
  width: 100%;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  z-index: 43;
  position: relative;
  color: #121212;
}
.jshop.last_visited_products .buttons a {
  z-index: 7;
  position: relative;
}
.jshop_list_product .block_product {
  float: left;
}
.jshop_list_product .block_product {
  padding-bottom: 5px !important;
  margin-left: -2px;
}
.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;
}
.shophead h1:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
h1 small {
  font-size: 24px;
}
h2 {
  font-size: 16px;
  line-height: 16px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
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;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 0px 8px 15px;
  margin: 24px 0 24px;
  border-left: 5px solid #cc0000;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}
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: 4px;
  margin-left: 0px;
  overflow: hidden;
  width: 265px;
}
.logo-image a {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 265px;
  height: 80px;
  background-size: 260px;
}
.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: 28px;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  max-width: 205px;
  width: 100%;
}
.headmod1 p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0px;
}
p#slogan {
  text-transform: none;
  width: 97%;
  margin-top: 6px;
  padding-top: 5px;
  font-size: 18.5px;
  border-top: 1px solid #1e78bb;
  font-weight: normal;
  text-align: center;
}
.headmod2 {
  margin-top: 75px;
  position: absolute;
  margin-left: 142px;
  font-weight: bold;
  color: #f00;
}
.headmod3 {
  margin-top: 45px;
  float: left;
  margin-left: 0px;
  padding-top: 4px;
  position: absolute;
  width: 100%;
  max-width: 275px;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}
.externtwo_wrapp .mycart_mini_txt {
  font-size: 12px !important;
}
.headmod5 .externtwo_wrapp .mycart_mini_txt {
  font-size: 13px !important;
}
.headmod3 p {
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
.headmod4 {
  float: right;
  margin-top: 17px;
  margin-right: 0px;
}
.headmod4 a {
  margin-top: 9px;
  display: block;
  font-weight: normal;
  font-size: 24px;
}
.headmod4 p {
  color: #1e78bb;
  font-size: 19px;
  margin: 3px 0px 0px 0px;
  padding-top: 0px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}
span#adresshap {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
span#clockshap {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
p#twotel {
  letter-spacing: 0.2px;
}
.headmod5 {
  float: right;
  position: relative;
  margin-top: 8px;
  height: 56px;
  z-index: 1;
}
.headmod5 .module-ct {
  position: relative;
  z-index: 1;
  height: 47px;
}
.headmod5 .t3-module {
  margin-bottom: -6px;
}
.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: #000000;
  font-style: normal;
}
.headmod5 p {
  font-size: 23px;
  line-height: 25px;
  margin: 0px;
  text-align: center;
  color: #333333;
  font-family: 'BASTURFIN';
}
p#Viber {
  font-size: 15px;
  color: #000000;
}
.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-mainbody {
  padding-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 5;
  position: relative;
}
.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: #949494;
}
.t3-footer .nav > li > a:hover, .t3-footer .nav > li > a:active, .t3-footer .nav > li > a:focus {
  color: #000000;
  background: none;
}
.t3-footnav {
  padding: 28px 0 48px;
  *zoom: 1;
}
footer#t3-footer {
  width: 100%;
  height: 90px;
  padding-top: 50px;
  background-color: #1e78bb;
}
div#footrmodbody .t3-module {
  margin-bottom: 0px;
}
div#footrmodbody .module_menu .nav {
  margin-bottom: 0px;
  margin-top: -5px;
}
.t3-copyright {}
.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 #4B4947;
}
.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 #000000; */
}
#slogpodpis {
  /* margin-top: -19px; */
  /* text-align: center; */
  /* width: 100%; */
  /* border-top: 1px solid #000000; */
}
div#slogpodpis p {
  color: #333333;
  font-family: 'Georgia', serif;
  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%;
  max-width: 1222px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 7px;
}
div#wave {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
div#bodyblock {
  width: 100%;
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}
#t3-mainnav {
  height: 41px;
  margin-top: 30px;
  margin-left: 45px;
  float: left;
  position: relative;
}
.navbar-inner {
  border-left: 0 !important;
  filter: nomarl !important;
}
.navbar .nav > li {
  float: left;
  height: 41px;
  border: 0;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0 none;
  color: #333333;
  height: 22px;
  padding: 10px 16px 1px 16px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: none;
}
.t3-mainnav .navbar .nav > li > a:focus, .t3-mainnav .navbar .nav > li > a:hover {
  background-repeat: repeat-x;
  box-shadow: none;
  border-right: 0;
  height: 21px;
  color: #1e78bb;
  text-shadow: none;
  border-radius: 0px;
  position: relative;
  border-bottom: 1px solid #1e78bb;
}
.t3-mainnav .navbar .nav > .active > a, .t3-mainnav .navbar .nav > .active > a:hover, .t3-mainnav .navbar .nav > .active > a:focus {
  background-repeat: repeat-x;
  box-shadow: none;
  border-right: 0;
  height: 21px;
  color: #1e78bb;
  text-shadow: none;
  border-radius: 0px;
  position: relative;
  border-bottom: 1px solid #1e78bb;
}
.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: 'Georgia';
  font-size: 10px;
  text-transform: uppercase;
  display: block !important;
  float: none !important;
}
#btl .btl-panel > span:hover {
  background-color: #000000 !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 #464646 !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: #000000 !important;
}
#bt_ul li a:hover {
  color: #000000 !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 #464646 !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: 15px;
  height: 43px;
  float: left;
  margin-left: 9.5%;
}
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: #000000;
}
.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: #000000;
}
.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: 'Oswald';
  font-size: 18px;
}
#jshop_module_cart .cart_detail_right {
  float: left;
  padding-left: 10px;
  padding-top: 38px;
}
.no-pro, .sum-total {
  font-family: 'Oswald';
  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 {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 630px;
}
#t3-slide .container {
  background: none;
}
div#logogl {
  width: 400px;
  height: 190px;
  background: url(../images/logoblack.png) center no-repeat;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-size: 365px;
  text-align: center;
  float: none;
}
div#logoglname {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1e78bb;
  border-top: 0px solid #ffffff;
  line-height: 40px;
}
div#txtopissl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-top: 0px solid #ffffff;
  line-height: 29px;
  margin-top: 15px;
}
#t3-slide .progress-button {
  background: none;
  margin-bottom: 60px;
}
.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;
}
#onasdiv {
  height: 222px;
  overflow: hidden;
  margin-bottom: -4px;
  margin-top: -65px;
  background: url(../images/onas.jpg) no-repeat fixed;
  clip: rect(0px, 1904px, 800px, 0px);
  background-size: contain;
}
.customonasshap {
  width: 100%;
  height: 111px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.customonasshap div#txtopissl {
  top: 90%;
  position: absolute;
  font-weight: 900;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  border-top: none;
}
#menudiv {
  height: 160px;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-bottom: 0px;
  top: -40px;
  position: relative;
}
div#menucatalog {
  top: 5px;
  margin-bottom: 15px;
  float: none;
  width: 100%;
  max-width: 1194px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cp-slide-btn:hover {
  opacity: 0.8;
}
.give-call {
  position: absolute;
  z-index: 2;
}
#t3-best-product {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid #000000;
}
#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: 'Oswald';
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.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 0px 0px !important;
  line-height: 16px !important;
  margin-left: 0px !important;
  font-weight: bold !important;
}
.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: #000000;
}
.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: 50px;
  max-height: 50px;
  overflow: hidden;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  margin: 10px 2px 0px 2px;
}
a.bt-title {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  font-family: 'BASTURFIN';
}
.bt-introtext {
  min-height: 65px;
  max-height: 65px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  width: 100%;
}
.bt-inner img {
  max-height: 198px;
  max-width: 198px;
}
a.bt-image-link img {
  padding-top: 0px;
}
.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: 14px;
  line-height: 3px;
  padding-top: 0px;
  color: #fbdd0d;
  font-weight: normal;
  font-family: 'BASTURFIN';
}
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;
}
.custom_glav {}
.custom_intro {
  font-size: 12px;
  line-height: 15px;
  max-width: 100%;
  color: #000;
  text-align: center;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-introtext {
  padding: 3px 6px 5px 5px;
  font-family: arial;
  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: 'Oswald';
  font-size: 18px;
}
.bt-productslider.bt-productslider_best-product .bt-inner-detail .bt-prices-oldPrice {
  font-family: 'arial';
  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: #000000;
  font-weight: bold;
}
#t3-breadcrumbs {
  margin-top: -60px;
  float: left;
  width: 100%;
}
div#zagolovki {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 35px;
  z-index: 1;
  position: relative;
}
div#zagolovki h1 {
  display: inline-block;
  line-height: normal;
  margin: 0px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
#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;
}
.t3-module.module_k2-comment .module-title span {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-right: 24px;
  text-indent: 14px;
  text-transform: uppercase;
  width: auto !important;
}
.k2LatestCommentsBlock._k2-comment ul {
  list-style-type: none;
  margin-left: 0;
}
.k2LatestCommentsBlock._k2-comment ul li {
  background: url(../images/bg-item-commentk2_03.png) no-repeat bottom left #fff;
  border: 0;
  margin-bottom: 17px;
  padding-bottom: 15px;
}
.k2LatestCommentsBlock._k2-comment .k2Avatar img {
  width: 51px;
  height: 48px;
  border: 0;
  margin-right: 17px;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
  color: #333333;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #9f9f9f;
  font-size: 11px;
  font-family: arial;
}
div.k2LatestCommentsBlock ul li {
  text-align: justify;
}
div.k2LatestCommentsBlock ul li span.lcItemTitle a, div.k2LatestCommentsBlock ul li span.lcComment {
  color: #333333;
}
div.k2TagCloudBlock a {
  font-family: 'Oswald';
  color: #fff;
  background: #212121;
  padding: 14px;
  width: auto;
  height: auto !important;
  margin: 4px;
}
div.k2TagCloudBlock a:hover {
  background: #E6E6E2;
}
.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;
  line-height: normal;
  margin: 0px;
  height: 30px;
  padding: 0px 3px 0px 3px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
.centrm h3 span {
  display: inline-block;
  line-height: normal;
  margin: 0px;
  height: 30px;
  padding: 0px 3px 0px 3px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
div#centrmod1-1 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 65px;
  overflow: hidden;
  display: block;
}
div#bodecntr1-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
div#centrmod1 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 65px;
}
div#centrmod1 p#blockallbrandsgl {
  text-align: center;
  margin: 25px 0px 15px 0px;
}
div#bodecntr1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0px;
  background: #fff url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
}
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;
}
.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%;
}
hr {
  width: 100%;
  background: url(../images/hr_bg.png) center center no-repeat;
  margin: 5px 0 20px;
  height: 11px;
  border: none;
}
.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%;
  margin-bottom: 0px;
  background: #ffffff;
}
div#centrmod2 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  padding-top: 35px;
}
#btproductslider183 .btproductslider-prev {
  top: -46px !important;
}
#btproductslider183 .btproductslider-next {
  top: -46px !important;
}
.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%;
  margin-bottom: 0px;
  background: #fff;
  display: inline-block;
}
div#centrmod3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
}
div#centrmod3 .module-ct {
  padding-top: 15px;
}
div#bodecntr4 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../images/bgcn5.jpg) no-repeat fixed;
  clip: rect(0px, 1904px, 800px, 0px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p#qst {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}
div#qstfrm {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  width: 276px;
}
div#qstfrm .pwebcontact_toggler.modal.green {
  border-top: none;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  background: #1e78bb;
  text-shadow: none;
  border: 2px solid #1e78bb;
}
div#qstfrm .pwebcontact_toggler.modal.green:hover {
  border-top: none;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  background: #000000;
  text-shadow: none;
  border: 2px solid #000000;
}
div#centrmod4 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}
div#centrmod4 .module-ct {
  padding-top: 0px;
}
div#bodecntr4-1 {
  background: #ffffff url(../images/bg3.jpg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
padding: 0px 0px 100px 0px;
}
div#centrmod4-1 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
div#zayavblock {
  float: none;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  padding: 55px 0px 25px 0px;
}
div#zayavleftbl {
  float: left;
  width: 43%;
  margin-right: 25%;
  padding-top: 50px;
}
div#zayavleftbl:before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url(../images/gq.png);
  width: 100%;
  max-width: 495px;
  height: 100%;
  float: right;
  top: -51px;
  right: 30%;
  background-size: 444px;
  background-repeat: no-repeat;
}
div#zayavleftbl h3 {
  color: #333;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
p#zayavannot {
  color: #333;
  line-height: 29px;
  font-size: 23px;
  font-weight: bold;
  margin: 0px;
  padding: 20px 0px 25px 0px;
  z-index: 2;
  position: relative;
}
div#zayavrightbl {
  float: left;
  width: 40%;
  background: #1e78bb;
  border-radius: 25px;
  padding: 40px;
  z-index: 2;
  position: relative;
}
div#zayavrightbl .sscf-form .sscf-input {
  border: 2px solid #fff !important;
  background: #ffffff;
}
div#zayavrightbl .sscf-form .fl_label {
  font-family: inherit !important;
  color: #333 !important;
}
div#zayavrightbl .sscf-form textarea, div#zayavrightbl .input.textarea {
  height: 105px !important;
  margin-bottom: 20px;
  color: #333;
}
div#zayavrightbl .fl_wrap_textarea {
  height: 110px !important;
}
div#zayavrightbl .sscf-footer p, div#zayavrightbl .sscf-header p {
  margin: 0;
  color: #000;
  font-size: 12px;
}
div#zayavrightbl .sscf-footer a {
  color: #fff;
}
div#zayavrightbl #wrap-contact-form244 .rf_submit {
  background: #ffffff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 7px 10px;
  line-height: 25px;
}
div#bodecntr4-2 {
  background: #ffffff url(../images/bg4.jpg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0px 0px 55px 0px;
}
div#centrmod4-2 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
div#bodecntr4-3 {
  width: 100%;
  padding-bottom: 75px;
  margin-top: 15px;
}
div#centrmod4-3 {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 215px;
}
div#centrmod4-3 .module-ct {
  padding-top: 15px;
}
div#bodecntr5 {
  background: #ffffff url(../images/map.jpg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
div#centrmod5 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 115px 0px 0px 0px;
}
.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: 28px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}
div#dekupopisan {
  color: #000;
  padding: 20px 0px 20px 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
div#dekupbutton {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 276px;
}
.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: 'BASTURFIN';
}
.jshop.last_visited_products .block_item:hover {
  border: 1px solid #fff;
}
.jshop.last_visited_products .block_item:hover img.jshop_img {
  opacity: 0.5;
}
.jshop.last_visited_products .block_item:hover .name a {
  color: #000000;
}
.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_prod_attributes .jshop input {
  position: absolute !important;
}
span.radio_attr_label {
  font-size: 15px;
  padding-left: 17px;
  line-height: 16px;
}
.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: arial;
  font-size: 12px;
  height: auto;
  padding-right: 32px;
  text-indent: 10px;
  text-transform: uppercase;
  width: auto;
}
.module_content-mass-top .readmore a:hover {
  background: #f35757 url('../images/bg-read-more-lastets-news-hover_10.png') no-repeat scroll right center !important;
  float: left;
  color: #ffffff !important;
  font-family: arial;
  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 10px 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: 200px;
}
.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: -60px !important;
  width: 31px;
  background-size: 25px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-prev:hover {
  left: auto !important;
  top: -60px !important;
  width: 31px;
  height: 31px;
  right: 28px !important;
  background: url('../images/pev-lastest-news_hover.png') no-repeat !important;
  background-size: 25px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-next {
  top: -60px !important;
  right: 5px !important;
  width: 31px;
  height: 31px;
  background: url('../images/next-lastest-news_05.png') no-repeat !important;
  background-size: 25px !important;
}
.content-mass-top .t3-module.module_lastest-product .btproductslider-next:hover {
  top: -60px !important;
  right: 5px !important;
  width: 31px;
  height: 31px;
  background: url('../images/next-lastest-news_hover.png') no-repeat !important;
  background-size: 25px !important;
}
.content-mass-top .t3-module.module_lastest-product #btproductslider-control, .content-mass-top .t3-module.module_lastest-product .bt-category-container {
  display: none;
}
.content-mass-top .t3-module.module_lastest-product .bt-extra {
  width: 100%;
}
.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: 65px;
  padding-top: 0;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-salesPrice {
  font-family: 'Oswald';
  font-size: 18px;
}
.content-mass-top .t3-module.module_lastest-product .bt-inner-detail .bt-prices-oldPrice {
  font-family: 'arial';
  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 {}
.jshop_list_product .block_product:hover div#prodtab {
  border: 1px solid #ffffff;
}
.jshop_list_product .block_product:hover img.jshop_img {
  opacity: 0.5;
}
.jshop_related table.product:hover img.jshop_img {
  opacity: 0.5;
}
.jshop_related table.product:hover .name a {
  color: #000000;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
  float: left;
  width: 25%;
}
.attrib.noempty_0 {
  min-height: 8px;
}
div#rightbl .attrib.noempty_0 {
  margin-top: 15px;
}
.cart_empty_text {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  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;
}
.cart_empty_text:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
.custom-colsfooter a {
  font-size: 16px;
  font-family: 'BASTURFIN';
}
.custom-colsfooter {
  margin-top: 0px;
}
.custom-colsfooter p {
  margin: 0px;
  font-size: 16px;
  line-height: 25px;
}
#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 #1e78bb;
}
#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: #1e78bb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modal_checkout a {
  font-size: 18px;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 5px;
  color: #FFFFFF;
  background: #1e78bb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modal_to_cart a:hover {
  color: #FFFFFF;
  background: #000000;
}
.modal_checkout a:hover {
  color: #FFFFFF;
  background: #000000;
}
.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 #000000;
  background: #1e78bb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.closeDOMWindow:hover {
  color: #FFFFFF;
  background: #000000;
}
form.closeDOMWindow {
  text-align: center;
}
div#preimimg img {
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border: 8px solid #000000;
  -webkit-border: 8px solid #000000;
  -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-family: 'isocteur', serif; */
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}
p#name2prem {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
p#procprem {
  /* font-family: 'isocteur', serif; */
  font-weight: normal;
  color: #000000;
  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: #000000 !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 {
  background: #fffad6;
  width: 100%;
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #1e78bb;
  border-radius: 0px 0px 25px 25px;
}
div#topinfbody {
  margin-left: auto;
  margin-right: auto;
  max-width: 1194px;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  height: 33px;
}
.topmod1 {
  float: right;
  padding-top: 8px;
  height: 16px;
  text-align: left;
  min-width: 180px;
  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: #1e78bb;
  font-size: 14px;
}
.topmod4 {
  max-width: 140px;
  width: 100%;
  float: right;
  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: #1e78bb;
}
.topmod5 {
  max-width: 165px;
  width: 100%;
  float: right;
  margin-right: 0px;
  margin-top: 6px;
  line-height: 11px;
  height: 16px;
}
.topmod5 a {
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline;
  color: #333;
}
.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: 125px;
  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: #000000;
  border: 0px solid #000000;
}
.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: #1e78bb;
  padding-right: 5px;
}
ul.nav._topmen > li.color2 a:after {
  content: "\f234";
  font-family: 'fontawesome';
  float: left;
  color: #1e78bb;
  padding-right: 5px;
}
.custom.emailtop {
  padding-top: 5px;
}
div#topinfbody a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
.topmod2 {
  float: left;
  padding-top: 7px;
  padding-right: 10px;
  height: 15px;
  text-align: left;
  color: #333;
}
.topmod2 a {
  color: #333;
  text-decoration: underline;
}
.topmod2 p:before {
  content: "\f041";
  font-family: 'fontawesome';
  padding-right: 4px;
  padding-top: 1px;
  color: #1e78bb;
  font-style: normal;
}
.pwebcontact_toggler.pwebcontact132_toggler.blue.modal.modal-static.-obrtatop {
  padding-top: 10px;
}
input#jshop_search {
  border: 1px solid #ffffff;
  box-shadow: none;
  width: 100%;
  height: 35px;
  margin: 0;
  font-size: 15px;
  padding: 0;
  max-width: 245px;
  border-radius: 25px 0px 0px 25px;
}
form#jshop_searchform {
  width: 259px;
  border-radius: 25px;
  border: 1px solid #1e78bb;
}
span#searchmore2:after {
  font-family: 'fontawesome';
  color: #1e78bb;
  content: "\f002";
  font-size: 20px;
  position: absolute;
  margin-left: -33px;
  margin-top: 8px;
}
span#searchmore2 {
  background: #ffffff;
  height: 37px;
  width: 58px;
  margin-top: -1px;
  margin-left: -2px;
  float: left;
  position: absolute;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #1e78bb;
  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: #e9e9e9;
}
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 {
  border: 1px solid #fff;
  background: #e9e9e9;
}
.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: #000000;
  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: #000000;
  text-shadow: #ffffff 0px 0px 1px;
}
.module_category h3#module_link:hover a {
  color: #1e78bb;
  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: relative;
  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: left;
  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;
  padding-top: 70px;
  padding-bottom: 95px;
  background: #333333;
  border-top: 2px solid #1e78bb;
}
div#footrmodbody {
  margin-left: auto;
  margin-right: auto;
  max-width: 1194px;
  clear: both;
  width: 100%;
  height: 180px;
}
.footmoblock {
  width: 23%;
  float: left;
  margin-left: 15px;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
}
div#footrmod4 a {
  font-size: 16px;
  color: #1e78bb;
}
div#footrmod4 a:hover {
  font-size: 16px;
  color: #fff;
}
.contact-info {
  margin-top: -5px;
}
.footer-logo {
  background: url(../images/logoblack.png) center;
  background-repeat: no-repeat;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: 105px;
  margin-top: 0px;
  margin-bottom: 3px;
  background-size: 249px;
}
p.about-us {
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  border-top: 0px solid #fff;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.extern_wrap .gotocart a {
  font-weight: normal;
}
.footer-info {
  padding-left: 3px;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  font-family: 'BASTURFIN';
  text-align: center;
}
div#comments-form-send {
  font-family: 'BASTURFIN';
  background: #1e78bb;
  max-width: 237px;
}
#comments .comment-author, #comments .author-homepage, #comments .author-email {
  color: #1e78bb;
  font-family: 'BASTURFIN' !important;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
#jc .rbox {
  margin-top: 7px;
  padding: 4px 8px;
  width: auto;
  line-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #1e78bb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#comments .comment-body {
  color: #000000;
  margin: 6px 0 0;
  padding: 10px 0 0 25px;
  font-size: 18px;
  line-height: 23px;
}
div#comments-form-send:hover {
  background: #333;
}
.footmoblock .module_menu .nav > li.active > a {
  color: #000000;
  background: none;
}
.footmoblock .nav > li > a > img {
  max-width: none;
  display: none;
}
.footmoblock .module-title {
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  margin: 8px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.footmoblock .module_menu .nav > li {
  border-bottom: 1px dotted #000000;
}
.footmoblock .nav > li > a {
  display: block;
  color: #1e78bb;
  font-size: 16px;
}
.footmoblock .module_menu .nav > li > a:hover, .module_menu .nav > li > a:focus {
  color: #fff;
  background: none;
}
p#adresfoot:before {
  content: "\f015";
  font-family: 'fontawesome';
  float: left;
  font-size: 17px;
  padding-right: 10px;
  padding-top: 0px;
  color: #1e78bb;
}
p#teleffoot:before {
  content: "\f095";
  font-family: 'fontawesome';
  float: left;
  font-size: 17px;
  padding-right: 10px;
  padding-top: 0px;
  color: #1e78bb;
}
p#emailfoot:before {
  content: "\f0e0";
  font-family: 'fontawesome';
  float: left;
  font-size: 17px;
  padding-right: 10px;
  padding-top: 0px;
  color: #1e78bb;
}
.zoomLens {
  border: 4px solid #000000 !important;
  border-radius: 150px;
}
.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;
  margin-left: 10px;
  color: #000000;
}
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;
}
div#phocagallery h1:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
#jc h4 {
  display: inline-block;
  font-size: 25px;
  line-height: normal;
  font-weight: bold;
  margin: 0px;
  border: none;
  box-shadow: none;
  max-width: 100%;
  color: #1e78bb;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
}
div#comments-form-send {
  cursor: pointer;
  width: auto;
  margin-right: 7px;
  margin-top: 7px;
  height: auto;
  font-size: 17px;
  padding: 15px 55px 10px 55px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  background: #1e78bb;
  color: #fff;
  border-radius: 25px;
}
.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: #ff0000;
  font-weight: bold;
  text-shadow: #000000 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: #1e78bb;
  text-shadow: none;
  padding: 2px 7px;
  border-radius: 3px;
  width: 100px !important;
  max-width: 114px !important;
}
div#butfilter input:hover {
  background: #000000;
}
.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 #000000;
}
.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: #000000;
}
div#slpodr {
  position: absolute;
  right: 7px;
  margin-top: 155px;
  top: 310px;
}
span.bt-title {
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 25px;
  font-size: 14px;
  margin-right: -6px;
  padding: 6px 20px 6px 20px;
  color: #ffffff;
  text-shadow: none;
}
span.bt-title:hover {
  background: #000000;
  color: #fff !important;
}
span.bt-title:hover a {
  color: #fff !important;
}
span.bt-title a {
  color: #ffffff;
}
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: #000000;
  text-decoration: none;
}
.jshop.editaccount_block input.button {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 25px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
  padding: 6px 34px 6px;
  color: #fff;
  text-shadow: none;
  border: none;
}
.jshop.editaccount_block input.button:hover {
  background: #000000;
}
a#myinf3 {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 23px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  padding: 6px 36px 6px;
  color: #fff;
  text-shadow: none;
  border: none;
  display: inline-block;
  text-shadow: #393185 0px 0px 1px;
}
a#myinf3:hover {
  background: #000000;
  color: #fff;
}
a#myinf2 {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 25px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  padding: 6px 41px 6px;
  color: #fff;
  border: none;
  display: inline-block;
  text-shadow: #393185 0px 0px 1px;
}
a#myinf2:hover {
  background: #000000;
  color: #fff;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  border-radius: 2px;
  font-size: 17px;
  font-weight: bold;
  margin-right: 5px;
  padding: 10px 34px 6px;
  color: #000;
  text-shadow: none;
  border: none;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #000000;
  color: #fff;
}
.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;
}
.page-title:after, .page-header h1:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
}
.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-color: #fffad6 !important;
}
.jshop.last_visited_products .buttons a.button_buy {
  background: url('../images/cart.png') #ffffff center center no-repeat;
  border-radius: 25px;
  background-size: 25px;
}
.jshop.last_visited_products .buttons a.button_detail {
  background: url('../images/pt-readmore.png') #ffffff center center no-repeat;
  border-radius: 25px;
  background-size: 25px;
  display: none;
}
.jshop.last_visited_products .buttons a.button_detailnp {
  background: url('../images/pt-readmore.png') #ffffff center center no-repeat;
  border-radius: 25px;
  background-size: 25px;
}
.jshop.last_visited_products .buttons a {
  height: 34px;
  width: 18%;
  border-right: 1px solid #ffffff;
  float: left;
}
.jshop.last_visited_products .buttons {
  border: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-top: 2px;
}
div#lastprice .old_price {
  font-size: 12px;
  color: #bfbfbf;
  font-weight: normal;
}
.old_price span {
  color: #1e78bb;
  text-decoration: line-through;
}
.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: 'BASTURFIN';
  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: 'BASTURFIN';
  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: #000000;
  border: 1px solid #000000;
  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 {
  text-align: right;
  font-size: 18px;
}
span#separat {}
span#separat img {
  border-radius: 10px;
}
#fixedblock {
  background: none;
  height: 100px;
}
div#topbody {
  max-width: 1222px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.sheensay_fixed {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 999;
  height: 70px !important;
  border-bottom: 3px solid #1e78bb;
  background: #fff !important;
}
.sheensay_fixed .logo-image a {
  height: 65px;
  background-size: 200px;
}
.sheensay_fixed .headmod1 {
  margin-top: 15px;
}
.sheensay_fixed #t3-mainnav {
  margin-top: 15px;
}
.sheensay_fixed .headmod4 {
  margin-top: 4px;
}
.custom-colsfooter a:hover {
  color: #fff;
}
div#spbread:after {
  content: "\f061";
  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 {
  line-height: 13px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'SansPro';
  padding: 0px;
  vertical-align: sub;
  overflow: hidden;
  margin: 0px;
}
div#descriptlist {
  width: 100%;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.jshop_list_product .product .name h1:after {
  display: none;
}
span#schemacur {
  display: none;
}
div#vkorzine {
  max-width: 287px;
  width: 100%;
  position: absolute;
  margin-top: -175px;
}
div#vkorzine p {
  height: 32px !important;
  width: 33px !important;
  background: url(../images/cart.png) #fffad6 center center no-repeat;
  border-radius: 50px;
  padding: 10px;
  background-size: 27px;
  border: 2px solid #f5f5f5;
  margin: auto;
  box-shadow: 0px 0px 60px 60px #f5f5f5;
}
a.atcart.vkorzinebtn.list-btn.satci {
  width: 40px;
  height: 34px;
}
div#inpcolvolist 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 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#inpcolvolist input.product_minus:hover {
  margin-top: 2px;
  height: 22px;
  background: url(../images/minus.png) 0 -24px no-repeat !important;
}
div#inpcolvolist input.product_plus:hover {
  margin-top: 2px;
  height: 22px;
  background: url(../images/plus.png) 0 -24px no-repeat !important;
}
div#inpcolvolist input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 2px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  border: 1px solid #dadada;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 3px;
  vertical-align: middle;
}
div#inpcolvolist {
  padding-left: 0px;
  padding-top: 2px;
  float: left;
}
div#inpminus {
  float: left;
  border-radius: 3px;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: 2px;
}
div#inptxtcol {
  float: left;
}
div#inpplus {
  float: left;
  border-radius: 3px;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-top: 2px;
}
span.fieldvalue_name {
  cursor: pointer;
}
div#lftrghtprlink {
  min-height: 36px;
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #ccc;
}
span#rghtspprod {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 4px;
  font-weight: 700;
  max-width: 49%;
  width: 100%;
  line-height: 14px;
}
span#lftspprod {
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 4px;
  font-weight: 700;
  max-width: 49%;
  width: 100%;
  line-height: 14px;
}
.jshop.productfull .product_label {
  position: absolute;
  margin-left: 5px;
  margin-top: -7px;
}
div#viznon h1 {
  display: inline-block;
  line-height: normal;
  margin: 0px;
  height: 30px;
  padding: 0px 3px 0px 3px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
}
div#viznon h1:after {
  display: none;
}
input#quanmask {
  visibility: hidden;
}
.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 a {
  border: 1px solid #ccc;
  padding: 3px 8px 3px 8px;
  border-radius: 3px;
  font-weight: 600;
}
div#manufpodrob a:hover {
  border: 1px solid #000000;
}
div#manufpodrob {
  margin-top: 5px;
  margin-bottom: 5px;
}
div#manufact_name img {
  max-height: 34px;
  padding-left: 5px;
}
div#extranmzn:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #f1f1f4;
  display: block;
  position: relative;
  bottom: 3px;
}
h3#prodopzago {
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
  margin: 0px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
div#txtseodetail {
  font-size: 11px;
  line-height: 15px;
  color: #a9a9a9;
}
div#vkorzdetail {
  top: 0px;
  position: relative;
  left: -8px;
  z-index: 1;
}
div#vkorzdetail p {
  height: 37px !important;
  width: 37px !important;
  background: url(../images/chek.png) #1e78bb center center no-repeat;
  border-radius: 100px;
  background-size: 24px;
  border: 0px solid #f5f5f5;
  margin: auto;
}
div#vkorzdetail p:hover {
  box-shadow: 0px 0px 60px 40px #ffffff;
}
p#nodescr {
  padding-top: 10px;
  padding-bottom: 10px;
}
.copycorz {
  position: absolute;
  background: rgba(251, 221, 13, 0.94);
  float: right;
  right: 1px;
  border-radius: 25px;
  margin-top: 10px;
  display: none;
}
div#copcart .externtwo_wrapp {
  min-height: 42px !important;
}
div#copcart .mycart_wrapp {
  margin: 0px !important;
  padding: 3px 13px 0px 5px;
}
div#footphp {
  display: none;
  visibility: hidden;
}
.topmod4 .pwebcontact_toggler.modal.modal-static {
  position: relative;
  width: 120px;
  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: #000000;
  border: 0px solid #000000;
}
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: bold;
}
div#logout h3 span {
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  margin: 0px;
  height: 30px;
  padding: 10px 3px 0px 3px;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  width: 100%;
}
div#logout h3 span:after {
  content: '';
  width: 100%;
  display: block;
  height: 24px;
  background-image: url(../images/title_after.png);
  background-position: center;
  margin-left: -3px;
}
div#logout {
  margin-top: 7px;
}
div#logoutinp {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  margin-top: 35px;
}
input#logout {
  width: 160px;
}
div#register {
  margin-top: 15px;
}
.modSonSunDay p {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
  border: 2px solid #000000;
  margin-top: 6px;
  font-weight: bold;
  border-radius: 3px;
}
span#ordnumbr {
  font-size: 16px;
  font-weight: bold;
}
button.btn.btn-primary.validate {
  background: #1e78bb;
}
button.btn.btn-primary.validate:hover {
  background: #000000;
}
label#jform_email-lbl {
  font-weight: bold;
}
label#jform_captcha-lbl {
  font-weight: bold;
}
div#moykabinet {
  margin-top: 10px;
}
a#detalizakaza {
  background: #1e78bb;
  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: #000000;
}
.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: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
a#otmenitzakaz {
  text-transform: uppercase;
  text-decoration: none;
  background: #1e78bb;
  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: #000000;
}
table.jshop.jshop_subtotal {
  float: right !important;
}
@media print {
  * {
    visibility: hidden !important;
  }
  #pechat, #pechat * {
    visibility: visible !important;
  }
  #pechat {
    font-size: 19px !important;
    font-family: sans-serif;
    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: 26px;
}
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: bold;
  padding-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
a.button_podrob div#podrob {
  padding-left: 30px;
  font-weight: bold;
  padding-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  text-align: center;
}
.jshop.last_visited_products .product_label {
  position: absolute;
  margin-left: -1px;
  margin-top: -1px;
}
p#otzivpol {
  display: none;
}
button.btnyes.btn-default {
  background: #1e78bb !important;
}
button.btn-default:hover {
  background: #000000 !important;
}
.ext-bxslider-manufacturers-img a img {
  max-height: 110px;
}
.opisanietov {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  position: absolute;
  max-width: 37%;
  border-radius: 3px;
  box-shadow: 0px 8px 19px 1px #f5f5f5;
  -moz-box-shadow: 0px 8px 19px 1px #f5f5f5;
  -webkit-box-shadow: 0px 8px 19px 1px #f5f5f5;
  z-index: 9999;
  font-size: 13px !important;
  line-height: 14px;
  padding: 9px;
  text-align: left;
  margin-top: 1px;
}
div#pokaztxt {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.descriptiontxt {
  min-height: 22px;
  max-height: 22px;
  overflow: hidden;
}
p#blockallbrandsgl {
  text-align: center;
  margin: 40px 0px 0px 0px;
}
a#allbrandsgl {
  float: none;
  padding: 12px 30px 6px;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  background: #1e78bb;
  text-shadow: none;
}
a#allbrandsgl:hover {
  color: #fff;
  background: #000;
}
.jspw_prodwrap:hover a {
  color: #000000;
}
div#blockvidprod {
  float: right;
  position: relative;
  max-width: 20%;
  width: 115px;
}
div#leftbl {
  width: 100%;
  float: left;
  max-width: 220px;
}
div#centralbl {
  width: 100%;
  max-width: 505px;
  float: left;
}
div#rightbl {
  width: 22%;
  float: right;
  position: relative;
  height: 100%;
  min-height: 214px;
}
.listprodbody {
  width: 100%;
  height: 100%;
  clear: both;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
div#listprod {
  margin-top: 6px;
}
div#listprod h1 {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  margin: 0px;
  margin-top: 5px;
  height: 49px;
  overflow: hidden;
  padding: 0px;
  color: #333333;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
}
div#listprod h1:after {
  display: none;
}
span#list_product_image_middle a img {
  border-radius: 2px;
}
.jshop.last_visited_products a img {
  border-radius: 2px;
}
div#listprod div#vkorzine {
  max-width: 220px;
  width: 100%;
  position: absolute;
  margin-top: -115px;
}
div#rightbl .buttons a.button_buy {
  background: url(../images/cart.png) #e9e9e9 center center no-repeat;
  border-radius: 3px;
  background-size: 30px;
}
div#rightbl .buttons a {
  height: 34px;
  width: 49%;
  border-left: 1px solid #ffffff;
  border-right: none;
  float: left;
}
div#rightbl .buttons a.button_detail {
  background: url(../images/pt-readmore.png) #e9e9e9 center center no-repeat;
  border-radius: 3px;
  background-size: 30px;
}
a.button_detailnp {
  background: url(../images/pt-readmore.png) #e9e9e9 center center no-repeat;
  border-radius: 3px;
  background-size: 30px;
}
div#rightbl .buttons {
  padding-top: 5px;
  width: 100%;
  line-height: 0;
  height: 36px;
  float: right;
  position: absolute;
  bottom: 1px;
}
div#rightbl .box-price {
  height: 36px;
  background: #1e78bb;
  line-height: 19px;
  text-align: center;
  margin-top: 2px;
  right: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
  z-index: 43;
  position: relative;
  color: #bfbfbf;
  -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 rgb(51, 51, 51);
  border-radius: 25px;
}
div#listprod img.jshop_img {
  max-height: 198px;
  overflow: hidden;
}
div#listprod .image_block {
  padding: 7px 0px 0px 0px;
  min-width: 214px;
  text-align: center;
  max-width: 214px;
}
div#colvotabprod {
  padding-top: 5px;
  width: 100%;
  line-height: 0;
  height: 36px;
  float: right;
  position: absolute;
  bottom: 36px;
}
.ajax_cart_wl.type_view.cart_view {
  height: 52px;
}
div#listprod #inpcolvolist {
  padding-left: 60px;
  padding-top: 2px;
  float: left;
}
div#listprod #pokaztxt {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}
div#listprod .opisanietov {
  background: #fff;
  border: 0px solid #ccc;
  position: relative;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 9999;
  font-size: 13px !important;
  line-height: 14px;
  padding: 0px 0px 5px 0px;
  text-align: left;
  margin-top: 1px;
}
div#listprod .extra_fields div {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}
p#opisanlistprd {
  font-size: 14px;
}
div#listprod .listprodbody:hover .name a {
  color: #000000;
}
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);
  border: 1px solid #f3f3f3;
}
div#listprod .buttons a.button_buy:hover, div#listprod .buttons a.button_detail:hover, div#listprod .buttons a.button_detailnp:hover {
  background-color: #fffad6 !important;
}
a.button_buy.fullcart {
  background: url(../images/cart.png) #fffad6 center center no-repeat !important;
  background-size: 30px !important;
}
div#listprod .manufacturer_name {
  font-size: 14px;
  font-weight: bold;
}
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#maincateg_list {
  float: left;
  margin: 5px 0.5% 5px 0.5%;
  margin-bottom: 1px;
  padding: 0px;
  max-width: 23.6%;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 0%);
  border-radius: 0px;
}
.image_maincateg {
  padding-right: 0;
  max-width: 215px;
  min-width: 215px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 215px;
  min-height: 215px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.image_maincateg img {
  float: none;
  text-align: center;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 190px;
  max-height: 190px;
  min-width: 190px;
  max-width: 190px;
  overflow: hidden;
  border-radius: 200%;
  border: 2px solid #1e78bb;
}
.jshop_maincateg_level_0 {
  margin-top: 50px;
}
.name_maincateg {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}
.name_maincateg a {
  width: 100%;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 24px;
  text-transform: uppercase;
}
div#maincateg_list:hover {
  opacity: 0.5;
        border: 1px solid rgb(255 255 255 / 0%);
}
div#maincateg_list:hover .name_maincateg a {
  color: #000000;
}
td.jshop_related .product .name {
  max-width: 219px;
}
td.jshop_related .product .description {
  font-size: 13px !important;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 15px;
  padding-left: 2px;
  padding-bottom: 3px;
  text-align: left;
  margin-top: 1px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
td.jshop_related a.button_podrob div#podrob {
  padding-left: 30px;
  font-weight: bold;
  padding-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  text-align: center;
}
.externtwo_wrapp .mycart_mini_txt {
  color: #fff;
}
.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: -15px;
  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: -8px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  color: #1e78bb;
}
.down-arrow .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#o-nas {
  top: -100px;
  position: relative;
}
div#blprevleft {
  width: 50%;
  float: left;
  padding-top: 25px;
}
div#blprevright {
  width: 50%;
  float: left;
}
div#blprevright img {
  float: left;
  width: 45%;
  padding: 45px 0px 25px 25px;
}
.t3-module.module.txtglav {
  padding-top: 75px;
  padding-bottom: 0px;
}
div#zaglogo {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 115px;
  height: 110px;
  background-size: 115px;
  margin-left: auto;
  margin-right: auto;
}
.separator--flower, .separator--line-flower {
  display: block;
  height: auto;
  border: 0;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
.separator--flower {
  margin: 9px 0;
  font-size: 17px;
  font-family: Serif;
  opacity: 0.8;
}
div#zagolov {
  font-family: 'SansPro';
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}
div#blprtxt {
  color: #1f1f1f;
  text-align: center;
  line-height: 1.7;
}
div#blprevleftcm2 {
  width: 50%;
  float: left;
}
div#blprevrightcm2 {
  width: 50%;
  float: left;
  margin-top: 80px;
}
div#blockprevcm2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
div#blockprevcm2 img {
  float: left;
  width: 45%;
  padding: 0px 0px 25px 25px;
}
div#bodecntr2-2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0px;
  background: #FFF;
}
div#centrmod2-2 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 0px;
}
div#bodecntr2-3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
div#centrmod2-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 45px;
}
div#centrmod2-3 h3 span {
  color: #fff !important;
}
div#bodecntr3-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0px;
  z-index: 2;
  position: relative;
}
div#centrmod3-1 {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.wk-gallery-wall.margin > * {
  margin: 0 0.5% 1% 0.5% !important;
  width: 11.5% !important;
}
div#bodecntr3-2 {
  background: #ffffff url(../images/bg-13.jpg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 750px;
  height: 750px;
  padding: 100px 0px 0px 0px;
}
div#centrmod3-2 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
div#blprevleftcm4 {
  width: 50%;
  float: left;
}
div#blprevrightcm4 {
  width: 50%;
  float: left;
  margin-top: 45px;
}
div#blprevleftcm4 img {
  float: left;
  padding: 0px 15px 0px 0px;
  width: 100%;
}
div#bodecntr3-2 div#blprtxt {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
footer#t3-footer svg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -96px;
  margin-top: -50px;
}
footer#t3-footer svg path {
  fill: #1e78bb;
}
.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 {
  border-color: #FFFFFF;
}
.btn--top_text .btn__arrow--top {
  top: 2px;
}
.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--bottom {
  top: 8px;
}
div#dostdiv {
  height: 222px;
  overflow: hidden;
  margin-bottom: -4px;
  margin-top: -65px;
  background: url(../images/menu.jpg) no-repeat center fixed;
  clip: rect(0px, 1904px, 800px, 0px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#otzivdiv {
  height: 222px;
  overflow: hidden;
  margin-bottom: -4px;
  margin-top: -65px;
  background: url(../images/menu.jpg) no-repeat center fixed;
  clip: rect(0px, 1904px, 800px, 0px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#comments-form-send {
  border-radius: 25px !important;
}
div#contdiv {
  height: 222px;
  overflow: hidden;
  margin-bottom: -4px;
  margin-top: -65px;
  background: url(../images/menu.jpg) no-repeat center fixed;
  clip: rect(0px, 1904px, 800px, 0px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.block_sorting_count_to_page span select {
  width: 100px;
}
div#nomerprice {
  float: left;
  width: 40px;
  border: 1px solid #000000;
  padding: 15px;
  text-align: center;
}
div#pricename {
  float: left;
  width: 50%;
  border: 1px solid #000000;
  padding: 15px;
  text-align: center;
}
div#priceprice {
  border: 1px solid #000000;
  padding: 15px;
  text-align: center;
}
div#tableprice {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1100px;
  font-weight: bold;
  border: 1px solid #000000;
  margin-bottom: 30px;
}
div#tableprice div {
  height: 20px;
}
.pricezag {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  background: #ffefab;
}
p#pricezg {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 17px;
}
div#t3-content .blog {
  margin-bottom: 70px;
}
#screen_1_list {
  position: absolute;
  top: 85px;
  left: 0px;
  width: 100%;
  min-width: 470px;
}
#screen_1_list h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 33px;
  width: 100%;
}
cufon {
  display: inline !important;
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
}
cufon {
  text-indent: 0 !important;
}
cufon canvas {
  position: relative !important;
}
cufon cufontext {}
#screen_1_list h3 b, #screen_1_list h3 strong {
  font-weight: 700;
  color: #fdbe00;
}
.screen-1-list b {
  color: #fff;
  font-size: 21px;
  display: inline-block;
  padding-top: 35px;
}
div.screen-1-list .screen-1-item:nth-child(2n+1) {
  clear: both;
}
div.screen-1-list img.preview_picture {
  float: left;
  margin: 7px 15px 7px 0;
}
div.screen-1-list .screen-1-item b {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-top: 25px;
}
div.screen-3-list a.screen-3-item {
  display: block;
  width: 25%;
  float: left;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  text-align: center;
  color: #373737;
  font-size: 21px;
  text-decoration: none;
}
div.screen-3-list {
  word-wrap: break-word;
}
div.screen-3-list a.screen-3-item:nth-child(4n+1) {
  clear: both;
}
div.screen-3-list a.screen-3-item img.preview_picture {
  width: auto;
  margin: 0 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #fff;
}
div.screen-3-list a.screen-3-item b {
  display: block;
  font-weight: 400;
  width: 64%;
  margin: 0 auto 60px;
}
div.screen-3-list {
  word-wrap: break-word;
  margin-top: 20px;
}
div#screen_4 .text {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 10px;
  text-align: justify;
  text-indent: 30px;
}
div#screen_4 li {
  margin-left: 40px;
  font-size: 18px;
  line-height: 28px;
}
div.screen-4-list {
  word-wrap: break-word;
  margin-top: 20px;
}
div.screen-4-list div.screen-4-item {
  width: 33%;
  float: left;
  text-align: center;
}
div.screen-4-list div.screen-4-item:nth-child(3n+1) {
  clear: both;
}
div.screen-4-list div.preview_picture {
  background: url(../images/screen_4_bg.png) center center no-repeat;
  width: 374px;
  height: 186px;
  position: relative;
  margin: 0 auto 20px;
}
div.screen-4-list div.preview_picture img, div.screen-4-list div.preview_picture .preview_text {
  position: absolute;
  left: 43px;
  top: 10px;
  -wekit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div#screen_4 .subtext {
  text-align: center;
  color: #4b4b4b;
  font-size: 18px;
}
div#screen_3_form .pwebcontact_toggler.modal.modal-static {
  position: relative;
  width: 370px;
  height: 27px;
  line-height: 21px;
  padding: 13px 10px 5px 10px;
  margin: 9px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
div#screen_3_form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 396px;
}
div#screen_3_form .pwebcontact_toggler.modal.green {
  border-top: none;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  background: #1e78bb;
  text-shadow: none;
  border: 2px solid #1e78bb;
}
div#screen_3_form .pwebcontact_toggler.modal.green:hover {
  border-top: none;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  background: #000000;
  text-shadow: none;
  border: 2px solid #000000;
}
div.screen-7-list div.screen-7-item {
  width: 31%;
  padding-left: 20px;
  float: left;
  text-align: center;
}
div.screen-7-list div.screen-7-item div.preview-picture {
  margin: 30px auto 10px;
}
div#prempic1 {
  height: 133px;
  width: 170px;
}
div#prempic2 {
  height: 133px;
  width: 201px;
  padding-top: 0px;
}
div#prempic3 {
  height: 133px;
  width: 116px;
  padding-top: 0px;
}
div#prempic4 {
  height: 133px;
  width: 107px;
}
div#prempic5 {
  height: 133px;
  width: 137px;
}
div#prempic6 {
  height: 135px;
  width: 107px;
}
div.screen-7-list div.screen-7-item b {
  display: block;
  color: #333;
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 25px;
}
.preview-text {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  min-height: 95px;
}
div.screen-8-list div.screen-8-item {
  width: 19%;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1e78bb;
  margin: 0;
  padding: 0;
}
div.screen-8-list div.screen-8-item .number {
  font-size: 60px;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  padding: 50px 0px 28px 0px;
}
div.screen-8-list div.screen-8-item .annotation {
  font-size: 16px;
  font-weight: bold;
  color: #1e78bb;
  width: 90%;
  padding: 0;
  margin: 10px auto 0;
}
.text.font_family {
  text-transform: uppercase;
  text-align: center;
  font-size: 29px;
  color: #333;
  font-weight: 700;
  position: relative;
  width: 60%;
  right: 15px;
  float: right;
  top: 100px;
  line-height: 40px;
}
.text.font_family h3 {
  padding-bottom: 20px;
}
.text.font_family h3 span {
  color: #1e78bb;
  font-size: 40px;
}
div#formakciya .pwebcontact_toggler.modal.modal-static {
  position: relative;
  width: 370px;
  height: 27px;
  line-height: 21px;
  padding: 13px 10px 5px 10px;
  margin: 9px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
div#formakciya .pwebcontact_toggler.modal.green {
  border-top: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  color: #fff;
  background: #1e78bb;
  text-shadow: none;
  border: 2px solid #1e78bb;
  font-weight: bold;
  font-size: 19px;
}
div#formakciya .pwebcontact_toggler.modal.green:hover {
  color: #fff;
  background: #333;
  border: 2px solid #333;
}
div#formakciya {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  position: relative;
  width: 46%;
  right: 15px;
  float: right;
  top: 90px;
  line-height: 40px;
}
div#centrmod2-3 .module-title {
  background: inherit;
  line-height: 30px;
  font-size: 19px;
  margin: 0 0 40px 0;
  padding: 0;
  text-transform: uppercase;
}
.expert {
  position: relative;
  padding-top: 145px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  z-index: 1;
}
.expert::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #333333 url(../images/bg2.jpg) repeat;
  display: block;
  left: 0;
  right: 0;
  top: 115px;
  bottom: 45px;
}
.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: #1e78bb;
  background-image: url(../images/bg7.png);
  transform: skew(-30deg);
  border-left: 12px solid #000000;
  top: -90px;
  bottom: -50px;
  left: 100%;
  width: 1920px;
}
.expert .text h2 {
  color: #ffffff;
  font-size: 31px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.expert p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.expert .image {
  z-index: 5;
  padding: 0;
}
.expert .image img {
  height: 430px;
  display: inline-block;
  position: absolute;
  bottom: -50px;
}
div#bodecntr2-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #333333 url(../images/bg2.jpg) repeat;
  border-top: 3px solid #1e78bb;
  border-bottom: 3px solid #1e78bb;
}
div#centrmod2-1 {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 15px;
}
div#centrmod2-1 h3 span {
  color: #fff !important;
}
div#centrmod2-1 .module-title {
  background: inherit;
  line-height: 30px;
  font-size: 19px;
  margin: 0 0 0px 0;
  padding: 25px 0px 0px 0px;
  text-transform: uppercase;
}
.beznalcl {
  width: 23%;
  padding-left: 20px;
  float: left;
  text-align: center;
}
.beznal-picture {
  height: 90px;
  width: 90px;
  margin: 20px auto 10px;
}
.beznalcl b {
  display: block;
  color: #ffffff;
  padding: 9px 7px 5px 7px;
  border-radius: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 21px;
}
.videoframe {
  float: left;
  width: 33%;
}
div#videoblock {
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.overlay {
  background: url(../images/overlay.png) no-repeat scroll top transparent;
  max-width: 215px;
  min-width: 215px;
  width: 215px;
  height: 215px;
  max-height: 215px;
  min-height: 215px;
  position: absolute;
  background-size: 215px;
}
div#mobblock {
  background: #1e78bb;
  float: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  position: relative;
  display: flex;
  padding: 55px 65px 25px 65px;
  margin-top: -100px;
}
div#mobleftbl {
  float: left;
  width: 55%;
  padding-top: 50px;
}
p#mbannot {
  color: #fff;
  line-height: 23px;
  font-size: 22px;
  margin: 0px;
  padding: 20px 0px 25px 0px;
}
div#mobleftbl h3 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}
div#mobrightbl {
  float: left;
  width: 40%;
  background: url(../images/fonmb.png) no-repeat center;
  background-size: contain;
}
div#socmob img {
  max-height: 25px;
}
div#socmob a {
  color: #000;
}
div#socmob a:hover {
  color: #1e78bb;
}
div#socmob a:hover div {
  box-shadow: none !IMPORTANT;
}
div#wamob {
  float: left;
  width: 100%;
  max-width: 155px;
  background: #fff;
  padding: 15px 10px 15px 10px;
  border-radius: 10px;
  font-size: 20px;
  padding-left: 25px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
div#teleg {
  float: left;
  width: 100%;
  max-width: 155px;
  background: #fff;
  padding: 15px 10px 15px 10px;
  border-radius: 10px;
  font-size: 20px;
  padding-left: 25px;
  margin-left: 25px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.wk-slideshow .slides > li > *, .wk-slideshow .slides > li > * > img {
  display: block;
  border-radius: 25px;
}
.wk-slideshow .slides {
  -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  border-radius: 25px;
}
.wk-accordion-default .toggler {
  margin-bottom: 20px !important;
  padding: 20px 0px 20px 0px !important;
  border: none !important;
  border-bottom: 1px dotted #1e78bb !important;
  background: none !important;
  background: -moz-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #FAFAFA 0%, #F5F5F5 100%);
  border-radius: 0px !important;
  box-shadow: 0 1px 0 #fff inset;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 20px;
}
.wk-accordion-default .content {
  padding: 0px 0px 30px 35px !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.wk-accordion-default .toggler:after {
  content: "\f067";
  font-family: 'fontawesome';
  float: right;
  padding-right: 6px;
  padding-top: 0px;
  margin-top: 0px;
  font-style: normal;
  color: #1e78bb;
  font-size: 23px;
  font-weight: normal;
}
.wk-accordion-default .toggler:after:hover {
  color: #333;
}
.wk-accordion-default .toggler:hover:after {
  color: #333;
}
.wk-accordion-default .toggler:hover {
  color: #1e78bb;
}
.wk-accordion-default .toggler.active:after {
  content: "\f00d";
  font-family: 'fontawesome';
  float: right;
  padding-right: 6px;
  padding-top: 0px;
  margin-top: 0px;
  font-style: normal;
  color: #333;
  font-size: 23px;
  font-weight: normal;
}
.wk-accordion-default .toggler.active:hover:after {
  color: #1e78bb !important;
}
.wk-accordion.wk-accordion-default.clearfix {
  padding-top: 35px;
  padding-bottom: 35px;
}
.catdescript table tr th {
  border-style: solid;
  border-width: 1px;
  background-color: #1e78bb;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
table.zebra tr:nth-child(even) td {
  background-color: #ecf6ff;
}
table.zebra td {
  padding: 15px 20px;
  border: 1px solid #1e78bb;
  font-family: cursive;
  text-align: center;
}
table.zebra tr {
  border: 1px solid #1e78bb;
}
p.zebra {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  line-height: 29px;
}
.title_center {
  text-align: center;
}
.title + .desc {
  margin-top: 25px;
}
.desc_center {
  text-align: center;
}
.desc_l {
  font-size: 24px;
  line-height: 30px;
  padding-top: 20px;
}
.result__inner-container {
  position: relative;
}
.result__decor-1 {
  left: -100px;
  background-image: url(../images/img-1.png);
  height: 519px;
}
.result__decor-2 {
  background-image: url(../images/img-2.png);
  height: 385px;
  right: -100px;
}
.result__decor-1, .result__decor-2 {
  width: 443px;
  position: absolute;
  top: -60px;
}
.result__decor {
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.result__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 29px 38px 0 rgb(26 71 118 / 9%);
  box-shadow: 0 29px 38px 0 rgb(26 71 118 / 9%);
  max-width: 950px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 70px auto 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.result__inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d3e1f0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.result__inner-col_left {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}
.result__picture {
  display: block;
  margin-bottom: -130px;
  margin-left: -15px;
  margin-top: -50px;
}
.result__inner-col_right {
  -webkit-flex-basis: -webkit-calc(100% - 320px);
  -ms-flex-preferred-size: calc(100% - 320px);
  flex-basis: calc(100% - 320px);
}
.result__content {
  padding: 25px 50px;
}
.desc_m, .result__content p {
  font-size: 18px;
  line-height: 24px;
}
div#maincatglav hr {
  display: none;
}
.catdescript p {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 10px;
  text-align: justify;
  text-indent: 30px;
}
.catdescript h3 {
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
}
.section-calculate {
  overflow: visible;
}
.section-calculate {
  background-repeat: no-repeat;
  background-size: cover;
}
.section-calculate .overlay-main {
  background-color: #333333;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 233px;
  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: -56px;
  display: block;
  max-width: 260px;
  height: 351px;
  right: 15%;
}
.section-calculate .col-md-8 {
  width: 66.66666667%;
}
.input-field-skew {
  position: relative;
}
.p-tb40 {
  padding-bottom: 26px;
  padding-top: 10px;
}
.section-calculate .col-md-12 {
  width: 100%;
}
.input-field-skew h2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 27px;
  font-weight: bold;
}
p#qst {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}
p#qst a {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
}
p#qst a:hover {
  color: #1e78bb;
}
.input-field-skew:after {
  border-right: 12px solid rgb(0 0 0);
  content: "";
  display: block;
  height: 267px;
  width: 1920px;
  position: absolute;
  right: 100%;
  top: -30px;
  z-index: 1;
  background-color: #1e78bb;
  background-image: url(../images/bg7.png);
  background-repeat: repeat;
  transform: skew(30deg);
}
div#telofon {
  display: none;
  z-index: 9999;
  background: #1e78bb;
  position: fixed;
  width: 65px;
  height: 65px;
  float: right;
  bottom: 61px;
  right: 10px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  outline: 4px solid #fff;
  outline-offset: -5px;
}
div#telofon a {
  position: relative;
  display: block;
  padding-top: 24px;
  padding-left: 20px;
}
div#telofon a:before {
  content: "\f095";
  font-family: 'fontawesome';
  float: inherit;
  font-style: normal;
  color: #fff;
  font-size: 35px;
}
div#telofon:hover {
  background: #000;
}
a.scitem:hover span.screen-3-item img.preview_picture {
  border: 5px solid #1e78bb !important;
}
a.scitem:hover span.screen-3-item b {
  color: #1e78bb !important;
}
a.scitem {
  display: block;
  width: 20%;
  float: left;
}
div.screen-3-list span.screen-3-item {
  display: block;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  text-align: center;
  color: #373737;
  font-size: 21px;
  text-decoration: none;
}
div.screen-3-list {
  word-wrap: break-word;
}
div.screen-3-list span.screen-3-item:nth-child(4n+1) {
  clear: both;
}
div.screen-3-list span.screen-3-item img.preview_picture {
  width: 100%;
  max-width: 205px;
  margin: 0 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #fff;
}
div.screen-3-list span.screen-3-item b {
  width: 100%;
  color: #282828;
  text-align: center;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 20px;
  text-transform: uppercase;
}
div.screen-3-list span.screen-3-item {
  display: block;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  text-align: center;
  color: #373737;
  font-size: 21px;
  text-decoration: none;
}
div#bproj {
  width: 100%;
  padding-top: 15px;
  text-align: center;
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
}
div#bproj b {
  width: 100%;
  color: #282828;
  text-align: center;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 20px;
  text-transform: uppercase;
}
#comments-form input {
  width: 346px;
  margin-bottom: 8px;
  height: 32px;
  margin-top: 5px;
}
#comments-form input, #comments-report-form input, #comments-form textarea {
  border: 1px solid #1e78bb;
  border-radius: 10px;
}
#jc span.bbcode {
  display: none !IMPORTANT;
}
.grippie {
  display: none !IMPORTANT;
}
#comments-form-message {
  padding: 15px 15px 15px 35px;
  border-radius: 10px;
}
#wrap-contact-form244 .rf_submit {
  background: #1e78bb;
  color: #fff !important;
}
div#zayavrightbl #wrap-contact-form244 .rf_submit {
  background: #fff !important;
  color: #000 !important;
}
div#zayavrightbl #wrap-contact-form244 .rf_submit:hover {
  background: #000 !important;
  color: #fff !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*/