/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/j-strap.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap; }
  .dropdown-menu * {
    box-sizing: border-box; }

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

.btn-primary {
  background-color: #428bca; }

.btn-danger {
  background-color: #EA2E49; }
  .btn-danger:hover {
    color: white; }

.btn-default {
  background-color: #a9b8c0; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #8ca0aa; }

.timepicker .btn, .picker-switch .btn {
  color: black;
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-datetimepicker-widget button[data-action] {
  color: white; }

.picker-switch a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.alert-info i {
  top: -1px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px; }

.text-danger {
  color: #a94442; }

.panel-group {
  margin-bottom: 20px; }

.panel {
  margin-bottom: 1px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.action-area .panel {
  margin-bottom: 5px; }

.panel-body {
  padding: 15px;
  background-color: white; }

.panel-heading {
  padding: 10px;
  background-color: #5F6874;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }
  .panel-heading a:hover {
    color: #6fb9f9; }

.panel-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: white; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.close {
  float: right;
  font-size: 46px;
  font-weight: 400;
  font-family: initial;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 104000; }

.modal-content {
    position: relative;
    background-color: #ffffff;
    outline: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid #a8cbeb;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, .5);
    border-radius: 8px;}

.modal-backdrop {
 }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -12px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 50px auto; }

  .modal-content {
}

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

@font-face{font-display:swap;
  font-family: 'Glyphicons Halflings';
  src: url("/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon, .glyphicon:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* Jet Cache: https://69.ua/catalog/view/javascript/font-awesome/css/font-awesome.min.css?j2v=2.8.2 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';font-display:swap;src:url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/lib/jquery.ui/jquery-ui-slider.min.css?j2v=2.8.2 */
/*! jQuery UI - v1.11.2 - 2014-11-18
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/* Jet Cache: https://69.ua/catalog/view/theme/journal2/lib/swiper/css/swiper.css?j2v=2.8.2 */
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.home-page .swiper-slide {
	  padding: 0 20px;
}
.mobile.home-page .swiper-slide {
	  padding: 8px!important;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  z-index: 10;
padding:0!important;width: 100%;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/lib/lightgallery/css/lightgallery.min.css?j2v=2.8.2 */
.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

#lg-counter, .lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}

@font-face{font-display:swap;
    font-family: lg;
    src: url(/catalog/view/theme/journal2/lib/lightgallery/fonts/lg.eot?n1z373);
    src: url(/catalog/view/theme/journal2/lib/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(/catalog/view/theme/journal2/lib/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(/catalog/view/theme/journal2/lib/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(/catalog/view/theme/journal2/lib/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%, 100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group:after, .group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(/catalog/view/theme/journal2/lib/lightgallery/img/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

/*
.lg-image {
    opacity: .7 !important;
}

.lg-img-wrap {
    background: orange;
}
*/
/* Jet Cache: https://69.ua/catalog/view/theme/journal2/lib/magnific-popup/magnific-popup.css?j2v=2.8.2 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 46px;
  font-family: initial; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* Jet Cache: https://69.ua/catalog/view/javascript/ocfilter/nouislider.min.css?j2v=2.8.2 */
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.noUi-horizontal {
	height: 5px
}

.noUi-horizontal .noUi-handle {
    width: 27px;
    height: 27px;
    left: -13px;
    top: -12px;
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #f4c024;
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-origin {
	border-radius: 4px
}

.noUi-target {
	border-radius: 4px;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,.45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
	cursor: w-resize
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize
}

.noUi-handle {
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	background: #FFF;
	cursor: default;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before {
	content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f5f5f5;
    left: 12px;
    top: 0px;
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
	cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	font-size: 10px
}

.noUi-value {
	position: absolute;
	text-align: center;
	color: #000000;
    background: #fff;
    margin-top: 4px;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #01579d;
}

.noUi-marker-large, .noUi-marker-sub {
	background: #01579d;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 45px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%,50%,0);
	transform: translate3d(-50%,50%,0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 12px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%
}

/* Jet Cache: https://69.ua/catalog/view/theme/default/stylesheet/ocfilter/ocfilter.css?j2v=2.8.2 */
#ocfilter {
    box-shadow: none;
}

.ocfilter-option .ocf-option-name,
.ocfilter-option .ocf-option-values,
.ocfilter-option .ocf-option-description,
.ocfilter-option .fields-price {
	font-size: 12px;
}
.ocfilter-option {margin-bottom: 0 !important;padding: 10px 0px;border: solid #e6e6e6 !important;border-width: 0px 0px 1px 0px !important;border-radius: 0 !important;}

.ocfilter-option .ocf-option-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
}

.ocfilter-option .ocf-option-values {
	overflow: visible;
}

.list-group-item {
	overflow: visible!important;
}

.ocfilter-option .ocf-option-values .dropdown-menu {
	min-width: 100%;
	max-height: 250px;
	overflow: auto;
  padding: 10px;
}

.ocfilter-option .ocf-color {
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 19px;
	margin: 1px -16px 0 -3px;
	width: 19px;
}

.ocfilter-option .ocf-image {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 19px;
	margin: 1px -16px 0 -3px;
	position: relative;
	width: 19px;
	z-index: 10;
}

.ocfilter-option label {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  white-space: normal;
  padding: 4px 0;
  width: 100%;
  transition: 0.2s;
  border-radius: 4px;
}
.ocfilter-option label:hover {background: #fff7df;transition: 0.2s;}
.ocfilter-option .dropdown-menu label{
  white-space: nowrap;
}

.ocfilter-option label input {
	display: inline-block;
	margin: 0 5px 0 0 !important;
	vertical-align: middle;
	min-width: 23px;
    min-height: 23px;
	border: 1px solid #e6e6e6;
	border-radius: 4px !important;
}
.ocfilter-option label input:checked {background-color: #f4c024;}
.ocfilter-option label small {
	background-color: #f3f3f3;
    color: #909090;
    font-weight: 200;
    font-size: 11px;
    padding: 1px 2px;
    margin-left: 5px;
    border-radius: 3px;
}

.ocfilter-option label.disabled {
	color: #999999;
}

.ocfilter-option label.disabled small {
	background-color: #EFEFEF;
	color: #999999;
}

.ocfilter-option label {
	color: #444;
	text-decoration: none;
}

.ocfilter-option label.ocf-selected {

}

.ocfilter-option label.ocf-selected small {
	display: none;
}

/*=Collapse Options */
button[data-target="#ocfilter-hidden-options"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"] .fa:before {
	content: "\f078";
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
	content: "\f077";
}

/*=Collapse Values */
.collapse-value {
	margin-bottom: 10px;
	margin-top: 10px;
}

.collapse-value > button, .collapse-value > button:focus, .collapse-value > button:active, .collapse-value > button:active:focus {
	text-align: left;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	color: #01579d;
    font-size: 12px;
	font-size: 12px;
	text-decoration: underline;
	outline: none;
}
.collapse-value > button .fa {color: #01579d;}
.collapse-value > button .fa:before {
	content: "\f107";
}

.collapse-value > button[aria-expanded="true"] {
}

.collapse-value > button[aria-expanded="true"] .fa:before {
	content: "\f106";
}

/*=Selected Options */
.selected-options {
	color: #333333;
	padding: 0;
	margin-bottom: 0 !important;
    padding: 10px 0px;
    border: solid #e6e6e6 !important;
    border-width: 1px 0px 1px 0px !important;
    border-radius: 0 !important;
}
.selected-options .ocfilter-option {
	font-size: 10px;
	border: none !important;
}
.selected-name {float: left;color: #909090;width: 90%;overflow: hidden;text-align: left;}
.close-all-selected {
	background: #fff;
    color: #444;
    width: 100%;
    border: 1px dashed #e6e6e6;
    padding: 4px;
	border-radius: 4px !important;
}
.close-all-selected:hover {color: #444;text-decoration: underline;}
.filter-close-selected {
    float: right;
    font-size: 28px;
    font-family: initial;
    color: #444;
	line-height: 20px;
}
.close-selected {
	margin-bottom: 6px;
    background: #f3f3f3;
    padding: 4px 5px !important;
    width: 100%;
	overflow: hidden;}
.close-selected:hover .filter-close-selected {color: #000;}
.close-selected:hover .selected-name {text-decoration: line-through;color: #909090;}
/*=Price filtering */
#ocfilter-price .ocf-option-values {
	padding: 10px 10px 5px;
}

.trackbar, .trackbar .left-block, .trackbar .right-block {
	height: 4px;
}

.popover-content .form-inline {
	white-space: nowrap;
}

.ocfilter-option-popover button {background: #01579d;}

.popover-content .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.scale {
	margin-bottom: 35px;
	margin-left: 15px;
	margin-right: 15px;
}

.ocfilter .popover .form-inline .form-control {
	width: 100px;
}

/* Position center style */
.ocfilter-content-top, .ocfilter-content-bottom {
}

.ocfilter-content-top .box-content, .ocfilter-content-bottom .box-content {
	font-size: 0;
}

.ocfilter-content-top .ocfilter-option, .ocfilter-content-bottom .ocfilter-option {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.ocfilter-content-top .ocfilter-option + .ocfilter-option, .ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
	border-top: none;
}

/*=Mobile */
.ocf-offcanvas{
	position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    height: 100%;
    max-width: 320px;
    width: calc(100% - 54px) !important;
    padding: 0;
    transition: transform .3s,-webkit-transform .3s;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.ocf-offcanvas.active{
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
	box-shadow: 0 0 16px rgba(0,0,0,.6);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);}
.ocf-offcanvas .ocfilter-mobile-handle{position: absolute; left: 100%; top: 88px;}
.ocf-offcanvas .ocfilter-mobile-handle .btn{border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ocf-offcanvas .ocf-offcanvas-body{
overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ocf-offcanvas .panel{}
.ocf-offcanvas{}
.ocf-offcanvas{}
.related-pages {
	display: inline-block;
    padding-left: 20px;
    margin-bottom: 20px;
	position: relative;}
.related-pages ul {padding-left: 0px}	
.related-pages-li {    
	float: left;
	margin-bottom: 8px;
	font-size: 12px;
    display: block;
	padding: 3px 5px;
    background: #fff;
	border: 1px solid #e6e6e6;
	border-right: none;
	transition: all 0.2s;}
.related-pages-li:hover {background: #fafafa;}	
.related-pages-links {
    font-size: 12px;
    color: #01579d;
    }	
/* Jet Cache: https://69.ua/catalog/view/javascript/jquery/owl-carousel/owl.carousel.css?j2v=2.8.2 */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(/catalog/view/javascript/jquery/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}

/* Jet Cache: https://69.ua/catalog/view/javascript/kjseries/kit-series.css?j2v=2.8.2 */
.kjseries .price_special,
.kjseries .total
{
	white-space: nowrap;
}
.kj-product-thumb .price
{
	display:none;
}
.kjseries input[name="series_quantity"]
{
	min-width: 39px;
}
.kjseries
{
	margin-top: 30px;
}
.kjseries .input_qty .input-group
{
	max-width: 100px;
	display: table;
	margin: 0 auto;
}
.kjseries table
{
	text-align: center;
}
.kjseries .input_qty button
{
	padding-left:3px;
	padding-right:3px;
}
.kjseries .image img
{
	min-width: 40px;
}

.kjseries .owl-controls .owl-prev,.kjseries .owl-controls .owl-next
{
	position: absolute;
	margin-top:-10px;
	top:50%;
}
.kjseries .owl-controls .owl-prev
{
	left:10px;
}
.kjseries .owl-controls .owl-next
{
	right:10px;
}


.kjseries-category-item
{
	border:2px solid transparent;
}
.kjseries-category-item.selected
{
	border:2px solid #597da3;
}


.kit-attr-cat table td
{
	padding:4px 3px!important;
}
.kit-attr-cat,.kjseries
{
	overflow-x:auto;
}
.kjseries_cat,.kjseries
{
	display: none;
}
.kj-item-ajax.selected
{
	border:2px solid #597da3;
}
.kjseries button,.kjseries .btn,
.kjseries_cat button,.kjseries_cat .btn
{
	height: auto!important;
}
/*helper*/

.hp3
{
	padding-left:3px;
	padding-right:3px;
}
.hp5
{
	padding-left:5px;
	padding-right:5px;
}
.hp7
{
	padding-left:7px;
	padding-right:7px;
}
.hp10
{
	padding-left:10px;
	padding-right:10px;
}
.hp15
{
	padding-left:15px;
	padding-right:15px;
}
.hp20
{
	padding-left:20px;
	padding-right:20px;
}
.hp30
{
	padding-left:30px;
	padding-right:30px;
}


.vp3
{
	padding-top:3px;
	padding-bottom:3px;
}
.vp5
{
	padding-top:5px;
	padding-bottom:5px;
}
.vp7
{
	padding-top:7px;
	padding-bottom:7px;
}
.vp10
{
	padding-top:10px;
	padding-bottom:10px;
}
.vp15
{
	padding-top:15px;
	padding-bottom:15px;
}
.vp20
{
	padding-top:20px;
	padding-bottom:20px;
}
.vp30
{
	padding-top:30px;
	padding-bottom:30px;
}


.hm3
{
	margin-left:3px;
	margin-right:3px;
}
.hm5
{
	margin-left:5px;
	margin-right:5px;
}
.hm7
{
	margin-left:7px;
	margin-right:7px;
}
.hm10
{
	
}
.hm15
{
	margin-left:15px;
	margin-right:15px;
}
.hm20
{
	margin-left:20px;
	margin-right:20px;
}
.hm30
{
	margin-left:30px;
	margin-right:30px;
}


.vm3
{
	margin-top:3px;
	margin-bottom:3px;
}
.vm5
{
	margin-top:5px;
	margin-bottom:5px;
}
.vm7
{
	margin-top:7px;
	margin-bottom:7px;
}
.vm10
{
	margin-top:10px;
	margin-bottom:10px;
}
.vm15
{
	margin-top:15px;
	margin-bottom:15px;
}
.vm20
{
	margin-top:20px;
	margin-bottom:20px;
}
.vm30
{
	margin-top:30px;
	margin-bottom:30px;
}



.top3
{
	margin-top:3px;
}
.top5
{
	margin-top:5px;
}
.top7
{
	margin-top:7px;
}
.top10
{
	margin-top:10px;
}
.top15
{
	margin-top:15px;
}
.top20
{
	margin-top:20px;
}
.top30
{
	margin-top:30px;
}
.top50
{
	margin-top:50px;
}


.kjseries .input-group button
{height:37px!important;}

@media screen and (max-width: 768px) {
	.kjseries input[name="series_quantity"] {
		min-width: 25px;
		padding: 3px;
	}
	.kjseries
	{
		font-size:13px;
	}
}

.kj-product-thumb
{
	margin: 0 auto;
	display: table;
}
/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/hint.min.css?j2v=2.8.2 */
/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;transition:.3s ease}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;text-shadow:0 -1px 0 #000;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before,.hint--left:focus:after,.hint--left:focus:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #193b4d}.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:after,.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:after,.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--bounce:before,.hint--bounce:after{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(0.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,.77,1.24)}
/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/journal.css?j2v=2.8.2 */
@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body {
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }
  
::selection {
    background: #00589d;
    color: #fff;
    text-shadow: none;
}
.experts_cat_home{position:absolute;bottom:7px;right:10px;text-align:right}.experts_cat_home img{width:36px;height:36px;position:relative;border-radius:50%;border:1px solid #fff}.experts_cat_home .morecat_img{margin-right:-26px}@media only screen and (max-width:760px){.experts_cat_home img{width:35px;height:35px}}
.experts_cat{position:absolute;bottom:3px;right:7px;text-align:right}.experts_cat img{width:36px;height:36px;position:relative;border-radius:50%;border:1px solid #e0e0e0}.experts_cat .morecat_img{margin-right:-26px}@media only screen and (max-width:760px){.experts_cat img{width:31px;height:31px}.experts_cat .morecat_img{margin-right:-24px}}
:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }

.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

body {
  font-size: 13px;
  font-family:Roboto; }

.home-page body, .checkout-page body, .account-page body {background: #fff;}  
  
/******************************
 CONTENT
*******************************/
#container {
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.box-heading {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }
.layout-46.information-page h1.heading-title {padding-bottom: 0px;font-size: 30px;line-height: 30px;}
.heading-title {
  margin-bottom: 17px; }

.secondary-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }

@media only screen and (min-width: 760px) {
  .extended-layout #column-left {
    padding: 20px 0 0 0; }
  .extended-layout #column-right {
    padding: 20px 0 0 0; }
  .extended-layout #column-right + #content {
    padding: 20px 20px 0 0; }
  .extended-layout #column-left + #content {
    padding: 20px 0 0 20px; }
  .extended-layout #column-left + #column-right + #content {
    padding: 20px 20px 0 20px; }
  .extended-layout #content {
    padding: 20px 0 0 0; } }
.home-page #content:empty {
  padding-top: 0 !important; }

  
.product-page #content {
	padding: 0px !important;} 
.checkout-page #content {padding:20px;}
#content {
  position: relative;
  z-index: 2;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
	padding: 20px;}
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
.account-page #content {padding: 20px;}
.account-page a.list-group-item {border: none; padding-left: 10px !important;}
.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: color .2s, background-color .2s;
          transition: color .2s, background-color .2s;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center; }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

.buttons .right {
  float: right;
  text-align: right; }

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
    margin: 0px auto 0px;
    padding: 20px 0px;
    line-height: 18px;
    position: relative;
    z-index: 1;
    white-space: normal;
    overflow: inherit; 
    text-overflow: ellipsis;
    border: 0; }
.breadcrumb a {
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;}

	.breadcrumb {
    color: #333;}
	
	.category-page #content, .manufacturer-page #content, .search-page #content, .special-page #content, .layout-47 #content, .layout-48 #content, .layout-49 #content {
		padding: 20px 20px 0 0px;}
	.layout-47 h1.heading-title, .layout-48 h1.heading-title, .layout-49 h1.heading-title {padding-left: 20px !important;}
	#content h2, .manufacturer-page #content .content, .search-page #content .content {padding-left: 20px;}		
	.breadcrumb input {cursor: pointer;
    -webkit-appearance: button;
    background: #8c8c8c;
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
	margin-left: 5px;}
	
	.breadcrumb i:hover::before {background: rgb(241, 241, 241);}
	.breadcrumb i:hover::after {background: rgb(241, 241, 241);}
	.breadcrumb i {
	position: relative;
	cursor: pointer;
	top: 1px;
	}
	
	.breadcrumb i:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    top: 5px;
    left: 7px;
    border: 0 solid black;
    background: #fff;
    -webkit-transform: rotateZ(45deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: rotateZ(45deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;}
	
	.breadcrumb i:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    top: 5px;
    left: 7px;
    border: 0 solid black;
    background: #fff;
    -webkit-transform: rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;}
	
	
	.breadcrumb a:hover {
	text-decoration: none;}

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px;font-family:'Roboto';font-weight: 600;color: #212121; }
    ul.breadcrumb li:before {
      content: "/";
      font-size: 16px;
      margin: 0px 6px; }
.breadcrumb li:last-child {display: none !important;}	  
ul.breadcrumb li:first-child:before {display: none;}
.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }

.home-page #container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }
.journal-cms-block-11 {max-width: 100% !important;padding: 0px !important;}
.f-info-header h1 {
    font-size: 24px !important;
	font-family: "Roboto";
    line-height: 1.05em;
    margin-bottom: 0.1em;
    font-weight: 600;
    color: #0a0a0a;
    text-align: center;
    text-transform: uppercase;
}
.f-info-header, .f-info-content {
	margin: 0 auto;
    max-width: 1500px;
}
.f-info-content {
	padding-bottom: 20px;
    display: table;
	}
.f-info-title 	{
	padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    float: left;
    width: 100%;
	text-align: center;
}
.f-info-title h2 {
	font-size: 24px !important;
	font-family: "Roboto";
    line-height: 1.05em;
    margin-bottom: 0.6em;
    font-weight: 600;
    color: #0a0a0a;
    text-align: center;
}
.f-info-left-content, .f-qa-area {
	width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;}
.f-info-img {width: 40%;display: table-cell;vertical-align: middle;}
.f-info-text {width: 60%;padding-right: 10px;padding-left: 30px;display: table-cell;vertical-align: middle;}
.f-info-img .keeper {
	border-width: 10px;
    border-radius: 50%;
    border-style: solid;
	border-color: #a7bad0;
	margin: auto;
	box-sizing: border-box;
    overflow: hidden;
	width: 260px;
	height: 260px;}
.f-info-img img {
    display: block;
    width: 100%;
    height: auto;
}
.f-info-left-content p, .toggle-text {
    padding: 5px 0;
    line-height: 1.5em;
	font-size: 16px;
    text-transform: none;
	font-family: Roboto;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 0px !important;
}	
.f-toggle-list>li {
    border-top: 1px solid rgba(0,0,0,.1);
	list-style: none;
}
.f-toggle-list .toggle-element {
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 45px 20px 15px;
    cursor: pointer;
    font-size: 16px;
    text-transform: none;
}
.f-toggle-list .toggle-element:before {
	content: '❯';
	position: absolute;
	right: 15px;
    top: 50%;
	font-size: 14px;
	color: #0a0a0a;
    margin-top: -8px;
	transform: rotate(90deg);
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.f-toggle-list .toggle-content {
    display: none;
    padding: 0 15px 20px;
}
/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0px;
  border: 1px solid #E4E4E4;
  padding: 8px;
  width: 100%;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  font-size: 13px;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.08); }
::placeholder {color: rgba(0,0,0,0.4)}
#input-payment-firstname, #input-payment-lastname, #input-payment-telephone, #input-payment-email, #input-payment-password, #input-payment-confirm, #input-payment-city, #input-payment-address-1 {
	border: none;
    border-bottom: 1px solid #E4E4E4;
	padding: 9px;
	font-size: 18px;
	color: #000;
	font-family: "Roboto";
} 
#input-coupon {padding: 9px; font-size: 17px;color: #000;font-family: "Roboto";}
.checkout-content label {color: rgba(0,0,0,0.7);font-size: 15px;font-family: "Roboto";}  
textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }


.spw label {font-size: 14px;} 
input[type='checkbox'] {border-radius: 0px !important;}
input[type='radio'],
input[type='checkbox'] {
  margin: 0px 8px 0px 0px !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: text-bottom;
  min-width: 21px;
  min-height: 21px;
  border-radius: 50%;
  outline: none;
  box-shadow: inset 0 0 0 2px #FFF;
  border: 2px solid #CCC; }
	
input[type=radio]:checked, input[type='checkbox']:checked {
  background-color: #CCC;
}
input[type=radio]:hover, input[type='checkbox']:hover {
  cursor: pointer;
}
select {
  background: #f1f1f1;
  border: 1px solid #E4E4E4;
  padding: 5px;
  margin: 5px;
  max-width: 100%; }

label {
  cursor: pointer;
  padding-right: 20px; }

span.error,
.text-danger {
  display: inline-block;
  background-color: #EA2E49;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative; }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    overflow: hidden;
    z-index: 1; }
    #top-modules > div.journal2_slider, #top-modules > div.gutter, #bottom-modules > div.journal2_slider, #bottom-modules > div.gutter {
      padding: 0; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "* ";
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
  .oc2 .input-group.datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert button {
  font-size: 15px;
  position: absolute;
  right: 10px;
  cursor: pointer; }

.oc2.firefox .input-group-btn {
  display: inline-block; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }

/******************************
Quick Checkout Stripe Payment CSS for OC 1.5.X AND 2.X
*******************************/
.one-page-checkout .confirm-section {
  float: left;
  width: 100%; }

.one-page-checkout .payment-stripe {
  display: block !important; }

.one-page-checkout .checkout-cart .buttons {
  display: none !important; }

/******************************
 Skin Specific
*******************************/
.skin-10 .super-menu > li:first-of-type {
  border-top-width: 0; }
  
.category-head {padding-right: 20px; padding-bottom: 12px;padding-left: 20px;vertical-align: middle;}
.description_featured {
	border-radius: 5px;
    padding: 15px 20px 17px 30px;
    position: absolute;
	top: 18px;
    left: 20%;
    max-width: 900px;
    z-index: 99999999999;
    color: #333;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    background: white;
	transition: 0.2s;
}
.close_popup {
	border-radius: 50%;
    padding: 6px 5px;
    background: #e2e2e2;
    font-size: 32px;
    color: #fff;
    right: 10px;
    top: 10px;
    position: absolute;
    transition: 0.2s;
    cursor: pointer;
    line-height: 16px;
    font-family: initial;}
.close_popup:hover {background: #e11f26;}	
.more-about-category {float: right;margin-top: 25px;}
.more-about-category a {color: #00589d;}
.journal-blog-page h1 {padding-left: 0px;}
.category-head h1 {
	padding-left: 0px;
	font-size: 35px;
    overflow: inherit;
	white-space: normal;
    min-height: auto;
	margin-bottom: 0px;
	text-transform: uppercase;}
.sex-shop-city-home-page {max-width: 1366px; margin: auto;}	
.sex-shop-description-home-page {color: #0a0a0a; font-size: 1rem; line-height: 1.45em; overflow: hidden;max-height: 290px;position: relative; z-index:2;}
.sex-shop-description-home-page a {color: #00589d;}
.sex-shop-description-home-page a:hover {text-decoration: underline;}
.sex-shop-description-home-page p {margin-bottom: 1em;}
.sex-shop-description-home-page header h2{font-size: 2rem; line-height: 1.05em; margin-bottom: 0.6em; font-weight: 600;color: #0a0a0a;text-align: center; font-family: "Cuprum" !important}
.sex-shop-description-home-page h3 {font-size: 1.2em !important; line-height: 1.3em; text-decoration: underline; margin-bottom: 0.6em; font-weight: 600 !important; font-family: Helvetica, Arial, sans-serif !important}
.sex-shop-description-home-page h4 {font-size: 1.15em; line-height: 1.3em; margin-bottom: 0.6em; font-weight: 600; font-family: Helvetica, Arial, sans-serif !important}
header.desc_header {display: block;}
.sex-shop-agenda {border: 1px solid #c8ccd1;background-color: #f8f9fa;padding: 8px 10px 15px 20px; font-size:90%; text-align:left; vertical-align:top;}
.sex-shop-agenda a {color: #00589d}
.sex-shop-agenda a:hover {text-decoration: underline;}
.sex-shop-agenda tr {height: 24px; vertical-align: top;}
.sex-shop-agenda-left-main {text-align:left;}
.sex-shop-agenda-left-sub {text-align:left; padding-right: 15px;}
@media only screen and (max-width: 450px) {
.home-page .cms-blocks {display: block;}
.sex-shop-media-description {width: auto !important;}
}
.map_on_sixtynine {display: none;}
.information-page h1.heading-title {
    padding: 20px 0px 30px 0px;}
.information-page-7 .map_on_sixtynine {display: block; position: relative;}
.information-page-7 .fullwidth-footer {margin-top: 0px;}
.information-page body, .route-product-manufacturer body, .journal-blog-page body, .journal-blog-post-page body, .route-error-not_found body {background: #fff;}
.journal-blog-post-page #container {max-width:1100px!important;}
.information-page .breadcrumb {display: none;}
.sn_map_shadow {
	box-shadow: 0 2px 5px -1px #333 inset;
    position: absolute;
    top: 0px;
    height: 4px;
    z-index: 9999999999;
    width: 100%;	
}
.sn_map_shadow_bottom {
	box-shadow: 0 -3px 5px -1px #6bbd20 inset;
    position: absolute;
    bottom: 0px;
    height: 4px;
    z-index: 9999999999;
    width: 100%;	
}
#mapcontacts  { width: 100%;height: 450px;}
.information-menu-right {width: 290px;}
.information-menu-right a {
	font-family: Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #444;
    line-height: 32px;
    font-weight: 500;
    font-size: 1.3rem;
    display: inline-block;}
.information-menu-right a:hover {text-decoration: underline; color: #444; }	
.info-step {margin-bottom: 30px;}	
.route-account-login #column-right, .route-account-register #column-right {display: none;}
.route-account-login #container {background-color: transparent;}
.route-account-login  #content  {margin-right: 0px !important; padding: 0px;}
.route-account-login .login-content {padding: 5px; margin-top: 25px;}
.route-account-login .well {box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);     color: #949494; padding: 30px; background-color: #fff;}
.route-account-login h2	{
	padding: 10px 2px 10px 2px;
    font-size: 47px;
    color: #444;
    font-family: "Roboto", sans-serif;}
.route-account-login #container input[type='text'], .route-account-login #container input[type='email'], .route-account-login #container input[type='password'], .route-account-login input[type="tel" i], 
.route-account-register #container input[type='text'], .route-account-register #container input[type='email'], .route-account-register #container input[type='password'], .route-account-register input[type="tel" i], .route-account-register select, .route-account-forgotten #container input[type='text'], .route-account-forgotten #container input[type='email'], .route-account-forgotten #container input[type='password'], .route-account-forgotten input[type="tel" i]
 {
	display: block;
    padding: 14px 16px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: normal;
    color: #444;
	border: none;}
.route-account-register select {margin: 0px;}
.route-account-login #container input[type="submit" i] {
	text-align: center;
    display: block;
    width: 200px;
    border-radius: 3px;
    padding: 12px 0;
    transition: all .25s ease-out;
    background-color: #2C588F;
    color: #fff;
    text-decoration: none;
    font-family: Roboto,sans-serif;
    font-size: 18px;	
	text-transform: none;
}
.route-account-login .right .well .button {
	text-align: center;
    display: block;
    width: 250px;
    border-radius: 3px;
    padding: 12px 0;
    transition: all .25s ease-out;
    background-color: #E94E1B;
    color: #fff;
    text-decoration: none;
    font-family: Roboto,sans-serif;
    font-size: 18px;
	text-transform: none;
}
.route-account-login #container input[type="submit" i]:hover {background-color: #5c7bb4; color: #fff;}
.route-account-login .right .well .button:hover {background-color: #f08461; color: #fff;}
.route-account-login .well label {line-height: 2.5;}
.fog_pass_sixtynine {    margin-top: 14px;    display: block;}
.j-container thead {font-weight: 700;}
.mobile-account {display: none;}
.box-content::-webkit-scrollbar{
    height:10px;
    width:6px;
    border-radius: 4px;
    background: #f9f9f9;
        transition: all 0.3s ease;
}
.box-content::-webkit-scrollbar:hover{
    background: #c6c7ca;
}
.box-content::-webkit-scrollbar-thumb{
    background:#777779;
    border-radius: 4px;
}

.journal-sf .checkcheck {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #f0f9ff;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f3ff 40%, #e5efff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f3ff 40%, #e5efff 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);}
    .journal-sf .checkcheck:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    .journal-sf .checkcheck:hover::after {
      opacity: 0.5;
    }

.journal-sf  input[type=checkbox] {visibility: hidden;}
.journal-sf  input[type=checkbox]:checked + .checkcheck:after {
      opacity: 1;}
.availability_count {color: #909090; font-size: 12px; margin-left: 5px;} 
.sex-shop-total-product-count {padding: 32px 0px 32px 40px; border-bottom: 1px solid #2b3340; font-family: "Roboto";}
.footer-footer {height: 45px;max-width: 1366px;margin: auto;}
.sex-shop-slash {float: left; text-align: left; width: 17%; margin-right: 10px;}
.sex-shop-slash:last-child {margin-right: 0px;}
.footer-count-digits {    
	font-size: 26px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 700;
	color: #fff;
	display: table;}
.footer-count-title {display: inline-block; color: #BEC0C2;font-size: .75rem;line-height: 1.33;text-transform: uppercase;letter-spacing: 1px;}
.sex-shop-total-product-count-all .footer-count-digits:after {
	content: "\f02a";
    position: relative;
    top: 2px;
    margin-left: 5px;
    font-size: 24px;
    color: #75787d;}
.sex-shop-total-product-count-available .footer-count-digits:after {
    content: "\e603";
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-size: 15px;
    color: #161e2c;
    background: #75787d;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 4px 3px 3px 4px;}
	.sex-shop-total-product-count-orders .footer-count-digits:after {
	content: "\f290";
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 23px;
    color: #75787d;}
	.sex-shop-total-customers .footer-count-digits:after {
    content: "\f2be";
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 24px;
    color: #75787d;}
	.sex-shop-total-customers-online .footer-count-digits:after {
	content: "\e661";
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 24px;
    color: #75787d;}
	.widget-button-i74153242623 {right: 3px !important;}
	.widget-button.right-bottom:after, .widget-button.right-bottom:before, .widget-button.right-center:after, .widget-button.right-center:before, .widget-button.right-top:after, .widget-button.right-top:before {display: none !important;}
	.checkout-page h1 {font-size: 30px; color: rgb(84, 84, 84);    padding-top: 20px;}
	.checkout-page .checkout-cart h2, .checkout-page .login-box h2 {display: none;}
	.checkout-page .confirm-section h2 {font-size: 20px;padding-bottom: 0px;}
	.checkout-page h2 {padding-left: 0px !important;}
	.checkout-page .login-box {background: #f1f1f1 !important;
    padding: 30px 20px !important;
    border-radius: 4px;}
	.sexshop-category-description {
	border-top: 1px solid #e6e6e6;
    padding: 20px;
	position: relative;
}
.toptovar {display: block;color: #00589d;}
#category-description {
    padding: 20px;
	position: relative;}
.popular_requests {margin-top: 25px;}	
.pop_zapr {
	margin-right: 15px;
    color: gray;
    font-size: 14px;
    line-height: 25px;
}
.popular {
	text-decoration: none;
    border-radius: 23px;
    margin: 0 15px 8px 0;
    font-size: 11px;
    padding: 3px 15px 2px;
    text-transform: uppercase;
    display: inline-block;
}
.popular.l1 {
	background: #f393061a;
    color: #f39306;
    border: 1px solid #f39306;}
.popular.l2 {
	background: #0d98e41a;
    color: #0d98e4;
    border: 1px solid #0d98e4;}
.popular.l3 {
	background: #de6f7d1a;
    color: #de6f7d;
    border: 1px solid #de6f7d;}	
.comment_zone, .coupon-voucher {padding: 20px !important; border-radius: 5px; border: 2px dashed #f4f4f4;margin-bottom: 20px !important;}
.down_comment, .has_coupon {font-size: 14px; color: #000;text-decoration: underline;display: block;}
.commet_area textarea {border-color: #f4f4f4; border-radius: 5px;}
.checkout-coupon {margin-top: 15px;}
.product-tabs #tab-description {overflow: hidden; max-height: 600px; position: relative;}	
.home-page .text-description-more, .home-page  .text-description-less {padding-bottom: 0em;}
.journal-cms-block-11 .cms-block {margin-bottom: 0px !important;}
.readmore-js-collapsed:before {    
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);}
.text-description-more, .text-description-less {text-align: right; padding-top: 2em; padding-bottom: 3em; color: #00589d;}
.text-description-more a, .text-description-less a {color: #00589d; font-size: 1.30769em;}
.text-description-more span, .text-description-less span {border-bottom: 1px dotted #00589d;}
.close_category {margin-left: 5px;width: 26px;height: 20px;display: block;-webkit-animation: rotation_close 0.25s linear;-webkit-transition-delay: 0.1s; animation-fill-mode: forwards;}
.close_product {position: absolute; top: 18px; right: 0px; width: 26px; height: 26px; display: block;-webkit-animation: rotation_close 0.25s linear;
	-webkit-transition-delay: 0.1s;animation-fill-mode: forwards;}
	@-webkit-keyframes rotation_close {
		0% {
				-webkit-transform: rotate(-45deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
	}}
.close_product button:hover, .close_category button:hover, .mfp-close:hover {-webkit-animation: rotation_close_hover 0.1s linear;animation-fill-mode: forwards;}
@-webkit-keyframes rotation_close_hover {
		0% {
				-webkit-transform: scale(1);
		}
		100% {
				-webkit-transform: scale(1.2);
	}}
.close_product button:active, .close_category button:active, .mfp-close:active {-webkit-animation: rotation_close_active 0.2s linear;animation-fill-mode: forwards;}
@-webkit-keyframes rotation_close_active {
		0% {
				-webkit-transform: scale(2.5);
		}
		100% {
				-webkit-transform: scale(0);
	}}
.close_category button {font-size: 45px;color: #333;cursor: pointer;vertical-align: text-bottom;line-height: 18px;font-family: initial;}
.close_product button {font-size: 45px; color: #333; cursor: pointer; line-height: 26px;font-family: initial;}

.mfp-ajax-holder {background: #fff;}

#cme-container #cme-form-main.cme-tpl-vk{box-shadow:0 2px 20px #333;border:0px solid #c0cad5;background:#fff;z-index:109;font-family:"Tahoma";font-size:13px;display:none;position:absolute;right:50px;top:150px;width:365px;overflow:hidden;color:#444; padding-bottom: 20px;}#cme-container #cme-form-main.cme-tpl-vk .callme-fields{padding:20px}#cme-container #cme-form-main.cme-tpl-vk #cme-captcha{background:rgba(99,123,173,0.15);padding-bottom:7px}#cme-container #cme-form-main.cme-tpl-vk #cme-captcha label{display:inline-block;width:67%;padding-top:6px}#cme-container #cme-form-main.cme-tpl-vk #cme-captcha label b{padding-right:15px}#cme-container #cme-form-main.cme-tpl-vk #cme-captcha label span{font-weight:normal;padding-left:5px}#cme-container #cme-form-main.cme-tpl-vk #cme-captcha input{display:inline-block;float:right;width:30%;min-width:85px;font-size:12px;text-align:center}#cme-container #cme-form-main.cme-tpl-vk .callme-field{padding:7px 10px 0;display:block;color:#444;font-size:12px;clear:both}#cme-container #cme-form-main.cme-tpl-vk .callme-field label{display:block;margin:0 -3px 2px;padding:3px 3px 5px}#cme-container #cme-form-main.cme-tpl-vk .callme-field label.has-error{background:#f2dede;color:#a94442}#cme-container #cme-form-main.cme-tpl-vk .callme-field textarea{resize:none}#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=text],#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=tel],#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=number],#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=email],#cme-container #cme-form-main.cme-tpl-vk .callme-field textarea{border:1px solid #c0cad5;width:96%;border-radius:1px;color:#000;font-size:14px;padding:12px 0px 12px 10px !important;outline:0;background:#fff; box-shadow: none; }#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=text].has-error,#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=tel].has-error,#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=number].has-error,#cme-container #cme-form-main.cme-tpl-vk .callme-field [type=email].has-error,#cme-container #cme-form-main.cme-tpl-vk .callme-field textarea.has-error{background:#f2dede;color:#a94442}#cme-container #cme-form-main.cme-tpl-vk .callme-field select{border:1px solid #c0cad5;background:#fff;width:100%;padding:4px 3px 3px 9px;border-radius:1px;outline-style:none;margin:0 0 5px;font-size:13px;cursor:pointer;font-family:"Tahoma";outline:0;height:30px}#cme-container #cme-form-main.cme-tpl-vk #callme-submit
{	text-align: center;
    display: block;
    width: 50%;
    padding: 16px 0;
    transition: all .25s ease-out;
    background-color: #2C588F;
    color: #fff;
    text-decoration: none;
    margin: 0px auto 7px auto;
    font-family: Roboto,sans-serif;
    font-size: 17px;
	cursor: pointer;}
#cme-container #cme-form-main.cme-tpl-vk #callme-submit:hover {background-color: #5c7bb4; color: #fff;}
#cme-container #cme-form-main.cme-tpl-vk #callme-submit:active{opacity:.8}#cme-container #cme-form-main.cme-tpl-vk .h6{border-bottom:1px solid #e9e9e9;background:#00589d;color:#fff;font-size:20px;padding:15px 0 15px 15px;margin:0 0 7px 0}#cme-container #cme-form-main.cme-tpl-vk span div{float:left;display:inline;margin:0 5px 0 0;line-height:19px}

#cme-container #cme-form-main.cme-tpl-vk #callme-close {
	height: 20px;
    width: 17px;
    font-size: 17px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    padding: 0 3px 3px;
    float: right;
    display: inline;
    color: #fff;
    text-shadow: none;
    margin: 9px 9px 0 0;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;}

#cme-container #cme-form-main.cme-tpl-vk #callme-close:hover{color:#fff;opacity:.8}#cme-container #cme-form-main.cme-tpl-vk .cme-btn-place{text-align:center}#cme-container #cme-form-main.cme-tpl-vk .cme-btn-place span{position:absolute;right:10px;padding:9px 0 0 0 !important;font-size:8px !important;color:#888 !important}#cme-container #cme-form-main.cme-tpl-vk .cme-btn-place span a{font-size:12px;color:#888}#cme-container #cme-form-main.cme-tpl-vk .cme-btn-place span a:hover{text-decoration:none}#cme-container #cme-form-main.cme-tpl-vk .callmebody{font-size:13px;background:#f7f7f7;padding:5px 10px}#cme-container #cme-form-main.cme-tpl-vk .callmebody .inf{padding:0 5px;margin:0 0 10px 0;font-weight:bold;clear:both}#cme-container #cme-btn.cme-tpl-vk{position:fixed;top:225px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);right:-83px;width:190px;z-index:110;text-align:center;line-height:100%;border-radius:3px 3px 0 0;height:30px;overflow:hidden}#cme-container #cme-btn.cme-tpl-vk a{font-size:13px;font-weight:normal;font-family:"Tahoma";height:30px;background:-webkit-linear-gradient(#637bad, #4c6291);background:linear-gradient(#637bad, #4c6291);width:100%;display:block;white-space:nowrap;text-oveflow:ellipsis;padding:5px 0;color:#fff;text-decoration:none}#cme-container #cme-btn.cme-tpl-vk a:hover{text-decoration:none;background:-webkit-linear-gradient(#556ea2, #435780);background:linear-gradient(#556ea2, #435780)}#cme-back{display:none;z-index:108;top:0;left:0;bottom:0;right:0;position:absolute;background:rgba(51,51,51,0.5);min-height:100vh}@-webkit-keyframes callme-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes callme-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.callme-result{display:block;clear:both;margin:20px 10px 10px;text-align:left}.callme-result div{padding:7px 7px}.callme-result div.callme-sending{position:relative;background-color:rgba(152,196,98,0.2);padding-left:40px;color:#444}.callme-result div.callme-sending:before{border:3px solid rgba(255,255,255,0.4);border-radius:50%;border-top:3px solid #98c462;content:' ';left:10px;top:6px;display:block;position:absolute;width:20px;height:20px;-webkit-animation:callme-spin .7s linear infinite;animation:callme-spin .7s linear infinite}.callme-result div.callme-success{background:#98c462;color:#fff;text-shadow:none}.callme-result div.callme-error{background:#f2dede;border-radius: 2px; color:#a94442;text-shadow:none} .cme-btn-place span {display: none !important;}.smart-bold-mes {display: flex; padding: 5px 16px 12px 20px;}.mes_contacts:last-child { margin-right: 0px;}.mes_contacts { border: 1px solid #e1e1e1; border-radius: 3px; padding: 7px 15px; margin-right: 10px; width: -webkit-fill-available; text-align: center; color: rgba(0,0,0,.87); font-weight: 600;line-height: 16px;font-size:14px;}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/features.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 SECOND IMAGE
*******************************/
.product-grid-item .image > a, .product-list-item .image > a {
  background-position: 500px !important; }

.product-grid-second-image .product-grid-item .image > a.has-second-image,
.product-list-second-image .product-list-item .image > a.has-second-image {
  background-size: 100% 100% !important; }
.product-grid-second-image .product-grid-item:hover .image a.has-second-image,
.product-list-second-image .product-list-item:hover .image a.has-second-image {
  background-position: 0 !important; }
  .product-grid-second-image .product-grid-item:hover .image a.has-second-image img,
  .product-list-second-image .product-list-item:hover .image a.has-second-image img {
    opacity: 0 !important;
    -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out; }

.section-brand .product-grid-item:hover .image > a.has-second-image > img, .section-brand .product-list-item:hover .image > a.has-second-image > img,
.section-category .product-grid-item:hover .image > a.has-second-image > img,
.section-category .product-list-item:hover .image > a.has-second-image > img,
.carousel-brand .product-grid-item:hover .image > a.has-second-image > img,
.carousel-brand .product-list-item:hover .image > a.has-second-image > img,
.carousel-category .product-grid-item:hover .image > a.has-second-image > img,
.carousel-category .product-list-item:hover .image > a.has-second-image > img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }

/******************************
 NOTIFICATION
*******************************/
@media only screen and (max-width: 760px) {
  .ui-pnotify {
    width: calc(100% - 20px) !important;
    left: 10px !important;
    top: 10px !important; }

  .ui-pnotify-closer {
    margin-top: -2px; } }
.ui-pnotify {
  top: 20px;
  right: 20px;
  position: fixed;
  height: auto;
  z-index: 99999999;
  background-color: #f4f4f4;
  padding:10px;  }

.ui-pnotify-closer {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 11px;
  visibility: visible !important;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  opacity: 0; }
  .ui-pnotify-closer:before {
    content: "\e601";
    color: inherit;
    font-size: 22px;
    position: relative; }

.ui-pnotify-title {
  display: block;
  margin-bottom: 25px; }

.ui-pnotify-text {
    height: 60px;
    line-height: 20px;
    display: block;
    font-size: 14px;}
  .ui-pnotify-text img {
    float: left;
    max-width: 75px;
    margin: 0 10px 1px 0;
padding: 4px;	}

.notification-buttons {
	float: left;
	text-align: center;
    display: table;
    width: 100%;
	margin-top: 10px;}
  .notification-buttons a {
    display: inline-block;
    margin: 7px 5px 0px 5px;
    color: white;
	border: 1px solid #e7e7e7;
	transition: all 0.15s ease-out;
	padding: 5px 25px;	}
.notification-buttons a:hover {transition: all 0.15s ease-out;}	

.tablet .ui-pnotify-closer, .mobile .ui-pnotify-closer {
  display: block;
  visibility: visible;
  opacity: 1; }

@media only screen and (min-width: 760px) {
  .ui-pnotify {
    min-width: 475px;
    padding: 30px 40px 40px 40px;
	border: 1px solid #a8cbeb;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, .5) !important;} }
/******************************
PHOTO GALLERY
*******************************/
html.swipebox {
  overflow: hidden !important;
  overflow-y: scroll !important; }

#swipebox-overlay {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }

#swipebox-slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }

#swipebox-action.visible-bars {
  bottom: 0; }

#swipebox-action.force-visible-bars {
  bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }

#swipebox-caption.visible-bars {
  top: 0; }

#swipebox-caption.force-visible-bars {
  top: 0 !important; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }
/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.6); }

#swipebox-action, #swipebox-caption {
  text-transform: uppercase;
  background-color: #333745; }

#swipebox-caption {
  font-size: 18px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  border: none !important;
  text-decoration: none !important;
  text-align: center;
  color: white;
  cursor: pointer;
  position: absolute;
  padding: 0 5px;
  line-height: 50px; }

#swipebox-close {
  right: 10px;
  z-index: 999999; }
  #swipebox-close:before {
    color: inherit;
    content: "\e601";
    font-size: 32px; }

#swipebox-prev {
  left: 50%;
  margin-left: -30px; }
  #swipebox-prev:before {
    color: inherit;
    content: "\e093";
    font-size: 32px;
    padding: 0 3px; }

#swipebox-next {
  left: 50%;
  margin-left: 5px; }
  #swipebox-next:before {
    color: inherit;
    content: "\e094";
    font-size: 32px;
    padding: 0 3px; }

#swipebox-overlay-next,
#swipebox-overlay-prev {
  display: block;
  position: fixed;
  width: 30%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: 9999; }

html[dir="ltr"] #swipebox-overlay-prev {
  left: 0; }
html[dir="ltr"] #swipebox-overlay-next {
  right: 0; }

.tablet #swipebox-overlay-next,
.tablet #swipebox-overlay-prev, .mobile #swipebox-overlay-next,
.mobile #swipebox-overlay-prev {
  display: none; }

@media only screen and (min-width: 1024px) {
  #swipebox-close {
    right: 20px; } }
html[dir="rtl"] #swipebox-prev {
  margin-left: 5px; }
  html[dir="rtl"] #swipebox-prev:before {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
html[dir="rtl"] #swipebox-next {
  margin-left: -30px; }
  html[dir="rtl"] #swipebox-next:before {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
html[dir="rtl"] #swipebox-overlay-prev {
  right: 0; }
html[dir="rtl"] #swipebox-overlay-next {
  left: 0; }

/******************************
SIDE BLOCKS
*******************************/
.side-block-left,
.side-block-right {
  position: fixed;
  top: 0;
  z-index: 999999; }

.side-block-icon {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s; }
  .side-block-icon i {
    margin-right: 0 !important; }

.side-block-content p {
  margin: 0; }
  .side-block-content p a {
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }

.side-block-content {
  min-height: 50px;
  box-sizing: border-box; }
  .side-block-content > div {
    position: relative;
    width: 100%;
    height: 100%; }

.side-block-left .side-block-icon {
  position: absolute;
  top: 0;
  right: -50px; }

.side-block-right .side-block-icon {
  position: absolute;
  top: 0;
  left: -50px; }

.side-block-content hr {
  margin-bottom: 7px; }

.side-block-content img {
  margin: 5px 0;
  max-width: 100%; }

.side-block-content a {
  display: inline-block;
  margin: 10px 0; }

/******************************
SCROLL TOP
*******************************/
.scroll-top {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 15px;
    padding: 14px 19px 14px 19px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.16),0 0 0 0px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1); }
	
.mobile.product-page .scroll-top {
	right: 12px;
    bottom: 50px;
    padding: 8px 13px 8px 13px; }	
.mobile .scroll-top {
    padding: 8px 13px 8px 13px; }
	
.scroll-top:hover {box-shadow: 0 2px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);}	

.call_us {    
    position: fixed;
    z-index: 9999;
    right: 94px;
    bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.16),0 0 0 0px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	animation:1s ease 10s normal forwards 1 call-me;
	-webkit-animation:1s ease 10s normal forwards 1 call-me;
	opacity:0;
	transition: background 0.4s ease;
	}

.call_us_in {
	padding: 13px 14px 13px 14px;
    cursor: pointer;
    background: rgba(0, 88, 157,0.85);
	transition: background 0.4s ease;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(26,198,255, 0.5);	
    position: relative;
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);}	
	
	@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(36, 156, 121, 0);}}
	@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(36, 156, 121, 0);}}
	@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(36, 156, 121, 0);}}
	@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(36, 156, 121, 0);}}	
	
	
@keyframes call-me{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes call-me{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}

.call_us:hover {transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: 0 2px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08); }		
.call_us_in:hover {background: rgba(0, 88, 157,1); transition: background 0.4s ease;}		
	
.call_us_in:after {
	content: '\e6a3';
    font-size: 20px;
	color: #fff;
	-webkit-animation: Rotate 3000ms linear infinite;
    animation: Rotate 3000ms linear infinite;
}

@-webkit-keyframes Rotate 
			{
			  0% {-webkit-transform:rotate(0deg);}
			  4% {-webkit-transform:rotate(-15deg);}
			  8% {-webkit-transform:rotate(0deg);}
			  12% {-webkit-transform:rotate(-15deg);}
			  16% {-webkit-transform:rotate(0deg);}
			  20% {-webkit-transform:rotate(-15deg);}
			  24% {-webkit-transform:rotate(0deg);}
			  100% {-webkit-transform:rotate(0deg);}
			}

			@keyframes Rotate 
			{
			  0% {transform:rotate(0deg);}
			  4% {transform:rotate(-15deg);}
			  8% {transform:rotate(0deg);}
			  12% {transform:rotate(-15deg);}
			  16% {transform:rotate(0deg);}
			  20% {transform:rotate(-15deg);}
			  24% {transform:rotate(0deg);}
			  100% {transform:rotate(0deg);}
			}		
	
	}



/******************************
BUTTON ICONS
*******************************/
.button-left-icon:before {
  float: none;
  vertical-align: top; }

.button-right-icon:before {
  float: right; }

.button-cart-text {
  position: relative; }

/******************************
TOOLTIPS
*******************************/
[data-hint]:before {
  border: 7px solid transparent;
  display: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.hint--top, .hint--left, .hint--right {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.hint--top:before {
  left: 50%;
  margin-left: -7px;
  border-top-color: #333745;
  margin-bottom: -13px; }

.hint--right:before {
  margin-top: -6px;
  border-right-color: #333745; }

.hint--left:before {
  border-left-color: #333745; }

.ie9 .hint--top:after, .ie8 .hint--top:after {
  left: -50%; }

.hint--top:after,
.hint--top:focus:after {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
          transform: translate3d(0, 0, 0) translateX(-50%); }

[data-hint]:after {
  text-shadow: none;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  background-color: #333745;
  box-shadow: none;
  line-height: 100%;
  padding: 8px 10px;
  display: none; }

.hint--top:hover:after,
.hint--top:focus:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
          transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%); }

.quickview .cart .hint--top:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(0) translateX(0);
          transform: translate3d(0, 0, 0) translateY(0) translateX(0); }

.quickview .cart .hint--top:hover:after,
.quickview .cart .hint--top:focus:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
          transform: translate3d(0, 0, 0) translateY(-8px) translateX(0); }

.journal-carousel .product-grid-item .image .wishlist a:hover:after,
.journal-carousel .product-grid-item .image .compare a:hover:after {
  -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
          transform: translate3d(0, 0, 0) translateY(-8px) translateX(0); }

.option li.hint--top:before,
.option li.hint--top:after {
  display: block; }

.option ul .hint--top:first-of-type:after {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0%);
          transform: translate3d(0, 0, 0) translateX(0%); }

.option ul .hint--top:first-of-type:hover:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }

/******************************
 Countdown
*******************************/
.countdown {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: table;
  padding: 3px 0; }
  .countdown span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border-width: 0;
    border-right-width: 1px;
    border-color: white;
    border-style: solid;
    width: 25%;
    color: white;
    text-align: center; }
    .countdown span:last-of-type {
      border-right-width: 0; }
    .countdown span div {
      display: block;
      font-size: 10px;
      font-weight: normal;
      border: 0;
      text-align: center;
      width: 100%;
      overflow: hidden;
      padding: 0 3px; }

@media only screen and (max-width: 760px) {
  .countdown {
    visibility: visible;
    opacity: 1; } }
.ipad .countdown,
.safari .countdown {
  padding: 0;
  min-height: 35px; }

.countdown-on .countdown {
  visibility: visible;
  opacity: 1; }
.countdown-on.product-grid-item .countdown {
  display: table; }

.product-info .right > div .countdown {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: table;
  padding: 5px 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }
  .product-info .right > div .countdown span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    border-right: 1px solid #f4f4f4;
    color: white;
    text-align: center; }
    .product-info .right > div .countdown span:last-of-type {
      border-right: 0; }
    .product-info .right > div .countdown span div {
      display: block;
      font-size: 11px;
      font-weight: normal;
      border: 0;
      text-align: center;
      width: 100%;
      overflow: hidden;
      padding: 0 3px; }
/******************************
 BRAND LOGO
*******************************/
.brand-logo {
  display: table;
  float: right;}
  .brand-logo a {
    display: block;
    font-size: 17px;
    color: #01589d;
    font-weight: 600;
	float:right;}
  .brand-logo:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
.brand-logo img {border-radius: 50%; border: 1px solid #f1f1f1; padding: 3px; width: 80px; height: 80px;}	
.product-page .brand-logo {margin-top: 0px !important;}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/header.css?j2v=2.8.2 */
@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 HEADER
*******************************/
header {
  z-index: 99;
  position: relative;
  margin: 0 auto;
  display: table;
  width: 100%; }

.header {
  display: table;
  width: 100%; }
  .header > div {
    position: relative; }
  .header .journal-top-header {
    width: 100%;
    position: absolute; }
  .header .journal-menu-bg {
    height: 40px; }

#header {
  margin: 0 auto;
  padding-top:5px;}
#container, #header, #footer, .bottom-footer > div, .bottom-footer.boxed-bar {max-width: 1656px!important;}
/******************************
 Logo
*******************************/
#logo {
  position: relative;
  margin-top: 10px; 
  margin-left: 20px;
  margin-right: 80px;}
  #logo a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
    font-size: 0; }
    #logo img {width: 88px;}

/******************************
Top Links
*******************************/
.default-header .top-menu li > a,
.default-header .top-menu .no-link {
	height: 50px;
    min-width: 80px;}
  .default-header .top-menu li > a i::before,
  .default-header .top-menu .no-link i::before { }

header .links {
  position: relative;
  display: table;
  width: 100%; }
  header .links a, header .links .no-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s; }
  header .links > a:last-child, header .links > span:last-child {
    border-right-width: 0; }
.top-menu-link {
  white-space: nowrap;
  position: relative; }
.links .no-link {
  cursor: default; }

.journal-header-default li:not(:last-of-type) .links .no-link {
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E4E4E4; }

	
.delivery_city:before {content: '\e61a'; font-size: 17px; color: #fff; margin-right:5px; float: left; top: 0px;}
.delivery_city {    
	position: relative;
    margin-top: 20px;
    float: left;
	margin-left: 75px;
	max-width: 160px;
	width: -webkit-fill-available;
    white-space: nowrap;}
.top_city_time {float: left;}	
.delivery_today1 .delivery_time:after, .delivery_today2 .delivery_time:after, .delivery_today3 .delivery_time:after, .delivery_today4 .delivery_time:after, .delivery_today5 .delivery_time:after, .delivery_today6 .delivery_time:after  {color: #909090; font-size: 13px; font-family: inherit; content: 'сегодня';cursor: text;}
.delivery_tomorrow0 .delivery_time:after, .delivery_tomorrow1 .delivery_time:after, .delivery_tomorrow2 .delivery_time:after, .delivery_tomorrow3 .delivery_time:after, .delivery_tomorrow4 .delivery_time:after, .delivery_tomorrow5 .delivery_time:after {color: #909090; font-size: 13px; font-family: inherit; content: 'завтра';cursor: text;}
.delivery_on_monday6 .delivery_time:after {color: #909090; font-size: 13px; font-family: inherit; content: 'в понедельник';cursor: text;}
.sex-shop-useful-links {
	float: right;
    margin-right: 5px;
    padding: 13px 15px 0px 15px;
    border-right: 1px solid #EBEBEB;
    height: 40px;}
.sex-shop-useful-links a {color: #909090; text-decoration: none; font-size: 13px; font-family: inherit; margin-left: 32px; transition: all 0.3s;}
.sex-shop-useful-links a:first-child {margin-left: 0px !important; color: #e11f26;}
.sex-shop-useful-links a:hover {color: #0067b7; text-decoration: underline;}
.for_adults {float: right; border-left:  1px solid #EBEBEB; margin-left: 15px; height: 40px;     padding-top: 7px; padding-left: 10px;} 
.for_adults a {
    margin-left: 5px;
    background: #e11f26;
    padding: 4px 3px 3px 4px;
    width: 25px;
    height: 25px;
    text-align: center;
	display: block;
	border-radius: 50%;}
.for_adults .adults:before {content: "18+"; color: #fff; font-size: 16px; transition: all 0.3s; -webkit-transition: 0.3s; font-weight: 800; font-family: "Cuprum";}
.for_adults a:hover .adults:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "!"; font-size: 14px; transform: rotate(360deg); -webkit-transform: rotate(360deg);}
.sex-shop-social {float: right; margin-top: 7px;}
.sex-shop-social a {
    float: left;
    margin-left: 10px;
    background: #044e88;
    padding: 5px 3px 3px 4px;
    width: 25px;
    height: 25px;
    text-align: center;
	border-radius: 50%;}
.langswitch {margin-top: 18px;margin-right: 32px;float: right;cursor: pointer;}
.smartphone .langswitch {margin-top: 12px; margin-right: 20px;}
.journal-blog-post-page .smartphone .langswitch, .journal-blog-page .smartphone .langswitch {margin-top:9px;}
.journal-blog-post-page .newtlang, .journal-blog-page .newtlang,.journal-blog-post-page .currentlang,.journal-blog-page .currentlang {font-size:15px!important;color: #000c!important;}
.journal-blog-post-page .currentlang,.journal-blog-page .currentlang{font-weight:400;}
.newtlang, .currentlang {float:left;font-size:14px;font-weight: 600;font-family:roboto,sans-serif;line-height:14px;clear:both;}
.smartphone .newtlang, .smartphone .currentlang {font-size: 12px;}
.smartphone .newtlang {color: #fff;}
.newtlang {color: #fff;}
.currentlang {color: #d3d9df;}
.firstlang {margin-bottom: 1px;}	
.smartphone .firstlang {margin-bottom: 3px;}	
.sex-shop-social .sex-shop-facebook:before {content: "\e683"; color: #fff; font-size: 14px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social .sex-shop-twitter:before {content: "\e682"; color: #fff; font-size: 14px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social .sex-shop-vk:before {content: "\f189"; color: #fff; font-size: 14px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social .sex-shop-google:before {content: "\e642"; color: #fff; font-size: 14px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social .sex-shop-instagram:before {content: "\e686"; color: #fff; font-size: 14px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social a:hover .sex-shop-facebook:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "69"; font-family: "Roboto",sans-serif; font-weight: 600;transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.sex-shop-social a:hover .sex-shop-twitter:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "69"; font-family: "Roboto",sans-serif; font-weight: 600;transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.sex-shop-social a:hover .sex-shop-vk:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "69"; font-family: "Roboto",sans-serif; font-weight: 600;transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.sex-shop-social a:hover .sex-shop-google:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "69"; font-family: "Roboto",sans-serif; font-weight: 600;transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.sex-shop-social a:hover .sex-shop-instagram:before {transition: all 0.3s; -webkit-transition: 0.3s; content: "69"; font-family: "Roboto",sans-serif; font-weight: 600;transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.menu_description_short {width: 100%;background: background: #f5fbfc; /* Old browsers */
background: -moz-linear-gradient(top, #f5fbfc 0%, #eaf6f8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5fbfc 0%,#eaf6f8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5fbfc 0%,#eaf6f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbfc', endColorstr='#eaf6f8',GradientType=0 ); /* IE6-9 */;height: 230px;padding: 40px;}
.menu_description_short_img {float: left; margin-right: 40px;}
.menu_description_short_text {float: left; width: 400px;}
.menu_description_short_title {font-family: "Cuprum";font-size: 25px; font-weight: 400; color: #F4C000 !important;letter-spacing: -0.4px;
text-transform: uppercase; margin: 0 0 14px;}
.menu_description_short_desc p {font-size: 16px; color: #909090 !important; line-height: 22px !important;}
.menu_bdsm_description_short_text {float: left; padding: 20px; width: 350px;}
.menu_second_description_short {width: 100%;height: 100%;}
.menu_second_description_short_text {float: left; padding: 20px;}
.menu_second_description_short_img {bottom: 0;position: absolute;right: 0;}
.rating_detail_rows hr {height: 12px;text-align:left;}
.voice_rec{display: none;position: absolute; top:300px; left:50%;transform: translate(-50%, 0); margin-top: 100px; margin: auto;border-radius:50%;width: 60px;}
.voice_rec.active {display: block;}
.smartphone .voice_rec {top:200px;}
.smartphone .voice_rec.active {display: none;}
.smartphone .searching .voice_rec.active {display: block;}
.voice_rec_in{text-align: center;display: block;padding:15px 17px 14px 17px;background:rgb(189 0 0 / 85%);border-radius:50%;box-shadow:0 0 0 0 rgb(255 40 40 / 50%);position:relative;-webkit-animation:pulserec .7s infinite cubic-bezier(0.66, 0, 0, 1);-moz-animation:pulserec .7s infinite cubic-bezier(0.66, 0, 0, 1);-ms-animation:pulserec .7s infinite cubic-bezier(0.66, 0, 0, 1);animation:pulserec .7s infinite cubic-bezier(0.66, 0, 0, 1);}
.voice_rec_in:before {content: "\f130";font-size: 30px;color: #fff;}
@-webkit-keyframes pulserec{to{box-shadow:0 0 0 30px rgba(36, 156, 121, 0);}}
@-moz-keyframes pulserec{to{box-shadow:0 0 0 30px rgba(36, 156, 121, 0);}}
@-ms-keyframes pulserec{to{box-shadow:0 0 0 30px rgba(36, 156, 121, 0);}}
@keyframes pulserec{to{box-shadow:0 0 0 30px rgba(36, 156, 121, 0);}}
#voice-trigger {display: block; cursor: pointer; width: 30px; height: 30px;position: absolute; right: 50px; top: 20px;}
#voice-trigger i {    
	display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
#voice-trigger i:before {content: "\f130";font-size: 26px;color: rgb(30, 30, 30);}
.smartphone #voice-trigger {right: 2px;top: 2px;}
.smartphone #voice-trigger i {padding: 4px 2px;}
.smartphone #voice-trigger i:before {color: #01579d;font-size: 22px;}
.smartphone .searching #voice-trigger {display: block;right: 7px;top: 10px;}
.smartphone .searching #voice-trigger i {background: #f1f1f1;border-radius: 50%;}
.smart-block {overflow-y: hidden;position: relative; height: 100%;}
.smartphone .header-journal-menu, .smartphone .journal-menu, .smartphone .journal-search, .smartphone .menu-fishka {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.smartphone .journal-search {width: 100%;margin-top: 8px;}
.smartphone #search:hover   {box-shadow: none;}
.smartphone #search, .smartphone #search input {height: 33px; border-radius: 4px;}
.smartphone #search input {font-size: 14px;transition: 0s;}
.smartphone .smart-logo-header {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex; margin-top: 3px; margin-right: 16px;margin-left: 3px;}
.smartphone .smart-logo-header .smart-logo-link {margin: auto;}
.smartphone .button-search {width: 37px; top: 6px;display: none;}
.smartphone .searching {margin-top: 0px; padding-right: 8px; z-index: 3000;}
.smartphone .overlay-search {background: #fff;bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 1000;}
.smartphone .searching #search {border: none;}
.smartphone .searching #search, .smartphone .searching #search input {height: 50px;}
.smartphone .close-search {z-index: 4000;font-size: 20px;color: #01579d;margin-top: 10px;width: 20px;text-align: center;margin-right: 10px;margin-left: 12px;}
.smartphone .searching .button-search {top: 14px;}
.smartphone .button-search i:before {color: #01579d;font-size: 20px;}
.smartphone #cart .heading i:before {color: #fff;}
.smartphone #cart:hover .heading {background: initial;}
.smartphone .autocomplete2-suggestions {top: 50px !important;width: 100vw !important;left: -40px;}
.autocomplete2-suggestion .p-name {color: rgba(0,0,0,.87);font-size: 14px !important;}
.autocomplete2-suggestion span.p-price {width: initial;padding: 2px 5px;background: #7ab43e;border-radius: 3px;color: #fff !important;}
.smartphone-trigger {width: 54px;height: 50px;line-height: 50px;padding-left: 18px;cursor: pointer;z-index: 3;}
.smartphone .menu-fishka, .smartphone .journal-cart, .smartphone #cart .heading, .smartphone #cart .heading a > span {width: initial !important;}
.smartphone #cart {height: 50px;}
.smartphone #cart .content {top: 50px;}
.smartphone .cart-price {display: none;}
.smartphone #cart .heading i {width: 40px;margin-left: 9px;}
.smartphone .cart-quantity {left: 19px;}
.smartphone .header-journal-menu {background: #212121; height: 50px;-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);transition: top 0.2s ease-in-out;}
.header-journal-menu.nav-up  {
  top: -55px !important;
} 
.smartphone-trigger:before {content: '\e618';font-size: 20px;color: #fff;}
.smartphone .overlay {background: rgba(0,0,0,.54);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 1000;}
.smartphone .mobile-menu {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
	max-width: 320px;
	display: block !important;
    width: calc(100% - 54px) !important;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.smartphone .mobile-menu.menu-show {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;	
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
	box-shadow: 0 0 16px rgba(0,0,0,.6);}
.smartphone .mobile-cat {
	background-color: #fff;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
	display: block !important;
    width: 90vw !important;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.smartphone .mobile-cat.menu-show {	
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;	
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
	box-shadow: 0 0 16px rgba(0,0,0,.6);}
.smartphone .smart-header {
    align-items: center;
    background: #e2a0e0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.smartphone .smart-logo {
    margin: 0;
    padding: 18px 0 15px 20px;
    width: 30%;
	align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.smartphone .smart-user {width: 100%; justify-content: flex-start;padding: 25px 20px 16px 20px;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;}
.smartphone .smart-user .smart-login,.smartphone .smart-user .smart-register {color: #fff; font-size: 14px;font-family: Roboto;margin-top: 3px;cursor:pointer;}
.smartphone .smart-login, .smartphone .smart-cabinet {border-right: 2px solid #fff;margin-right: 8px;padding-right: 8px;}
.smartphone .smart-user i:before {content: '\f2be';font-size: 21px;color: #fff;vertical-align: bottom;}
.smartphone .smart-nav-head, .smartphone .smart-extra-tel {list-style: none;padding: 0px;margin: 0px;}
.smartphone .smart-nav-link {  
	padding: 13px 16px 12px 20px;
	align-items: center;
    color: rgba(0,0,0,.87);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto;
    font-size: 14px;
    justify-content: left;
    line-height: 1;
    margin: 0;
    min-height: 50px;
    width: 100%;}
.smartphone	.smart-extra-link {color: rgba(0,0,0,.87);}
.smartphone .smart-nav.border {border-bottom: 1px solid #e1e1e1;}	
.smartphone .smart-schedule {margin-left: auto; font-size:14px; color:#a9b8c0;}
.smartphone .smart-city {margin-left: auto; font-size:14px; color:#212121;font-weight:600;}
.smart-extra-city {
	list-style: none;
    margin: 0px;
    padding-right: 15px;
    padding-left: 60px;
}
.smart-nav-city {display: inline-flex;}
.smart-nav-city a {
	font-size: 15px;
    color: #00599d;
    display: block;
    padding: 10px;
}
.smartphone .smart-bold {font-weight: 600;}
.smartphone .smart-arrow-right {margin-left: auto; font-size:14px; color:#a9b8c0;}
.smartphone .smart-subtel, .smartphone .smart-subcity  {font-size: 14px;transform: rotate(90deg); -webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.smartphone .smart-subtel.subtel-open, .smartphone .smart-subcity.subcity-open {transform: rotate(-90deg);}
.smartphone .mobile-menu i {width: 17%;text-align: left;}
.smartphone .smart-nav-link i:before {
    font-size: 22px;
    color: #a9b8c0;
    margin-right: 25px;
}
.smartphone .smart-home-icon:before {
    content: '\e14f';
}
.smartphone .smart-category-icon:before {
    content: '\f009';
}

.smartphone .smart-cart-icon:before {
    content: '\e000';
}
.smartphone .smart-wishlist-icon:before {
    content: '\e663';
}
.smartphone .smart-compare-icon:before {
    content: '\f24e';
	font-size: 18px !important;
}
.smartphone .smart-tel-icon:before {
    content: '\e695';
}
.smartphone .smart-delivery-icon:before {
    content: '\e0ad';
}
.smartphone .smart-payment-icon:before {
    content: '\e690';
	font-size: 20px !important;
}
.smartphone .smart-ssl-icon:before {
    content: '\f132';
	font-size: 23px !important;
}
.smartphone .smart-contacts-icon:before {
    content: '\e694';
	font-size: 23px !important;
}
.smartphone .smart-city-icon:before {
    content: '\e619';
	font-size: 24px !important;
}
.smartphone .smart-cat-back {color: #fff; font-size: 18px;width: 14%;}
.smartphone .smart-cat-close {visibility: hidden;font-family: initial;font-size: 40px;line-height: 20px;color: #fff;}
.smartphone .smart-cat-header {width: 70%; color: #fff; font-size: 21px;line-height: 21px;}
.smartphone .mobile-cat .smart-header {padding: 13px 16px 13px 0px;font-family: Roboto;}
.smartphone .mega-menu-categories .mega-menu-item div {padding: 0px;border-right: 0}
.smartphone .mega-menu-item {width: 100%;min-height: 47px !important;}
.smart-main-cats {padding: 0px 10px 0px 15px;}
.smartphone .smart-main-cats h2 {
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto;
    min-height: 47px !important;
}
.smart-main-cats .smart-main-links {
    width: 100%;
    padding: 15px 15px 15px 17px;
	text-transform: uppercase;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    font-weight: 600;
}
.smartphone .mega-menu-item .headmenu {padding: 0px; font-size: 14px;}
.smartphone .mega-menu-item .headmenu a {padding: 15px 15px 15px 17px;text-transform: uppercase;}
.smartphone .smart-arrow-right-cat {color: rgba(0, 0, 0, 0.87);float: right;font-size: 12px;}
.smartphone .mega-menu-item .headmenu:hover {border-color: transparent;}
.smartphone .delivery_city {border-right: 0;}
/******************************
 Login
*******************************/
.journal-login .journal-secondary {
  text-align: right;
  font-size: 13px; }
  .journal-login .journal-secondary a {
    padding: 0 3px; }
  .journal-login .journal-secondary div a {
    font-family: inherit;
    font-size: inherit;
    padding: 3px; }

#welcome {
  position: relative;
  top: 0; }

#after-logo {
	position: relative;
	float: left;
	width: 190px;
    margin-left: 100px;
	height: 50px}  
.sales {
    float: left;
    margin-top: 21px;
}
.sales a {
    color: #d91b1c;
    padding: 5px 9px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    font-family: roboto,sans-serif;
	transition: 0.2s;
}
.sales a:hover {color: #fff;background: #d91b1c;}
	#sex-shop-phone_button button {outline: none;background: transparent; border: none; float: left;
	color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    font-family: "Roboto",sans-serif;}
	#sex-shop-phone_button button:hover {cursor: pointer; }
	#sex-shop-phone_button button:before {    
	content: "\e6a3";
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    float: left;
    top: 1px;}
	#sex-shop-phone_button {
    position: absolute;
    top: 19px;
    left: 0px;
    z-index: 805;}
	
	#sex-shop-phone_button:hover {transition: all 350ms; opacity: 1; cursor: pointer;}
	#sex-shop-phone .popup_span {display: none;position: absolute;top: 2px;left: -27px;z-index: 804;}
	#sex-shop-phone:hover .popup_span {display: block;}
	.sex-shop-phone_white {
    width: 250px;
    min-height: 85px;
    font-family: arial;
    text-align: left;
    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    opacity: 0;
    background-color: #ffffff !important;
	border-radius: 4px;
	}
	.sex-shop-other-phones i img {max-width: 56%;}
	#sex-shop-phone:hover .popup_span .sex-shop-phone_white {opacity: 1; transition: opacity 0.85s linear;}
	.sex-shop-other-phones {font-weight: 400;font-size: 17px;text-align: left;font-family: "Roboto",sans-serif; width: 100%;display: flex;margin-top: 3px;padding-left: 13px;    min-height: 40px;}
	.sex-shop-other-phones a {color: #212121;font-weight: 600;}
	.sex-shop-other-phones i {width:14%;text-align: center;margin-right: 5px;}
	.tel_sign {text-align: right;margin-left: auto;margin-right: 28px;}
	.tel_sign img {width: 23px;}
	.sex-shop-other-phones:first-child {padding-top: 50px !important;margin-top: 0px !important;}
	.ukraine_tel {background-image: url(https://69.ua/image/ukraine_tel.svg)!important; background-repeat: no-repeat!important;background-position: 89% 48%!important;background-size: 10%;}
	.call_me_maybe {margin-top: 20px;}
	.arrow-phone   {
	position: absolute;
    width: 20px;
    text-align: center;
    height: 15px;
    top: 3px;
    right: -23px;}
	.arrow-phone:before   {
	content: '\e62e';
	color: #fff;
	font-size: 14px;
	vertical-align: top;}
	#sex-shop-phone:hover .arrow-phone {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);color:#212121;}
	
	#sex-shop-on-map{position: absolute;z-index: 900; width: 100%;}
	#sex-shop-on-map_button button {outline: none;background: transparent; border: none; width: 126px; }
	#sex-shop-on-map_button button:hover {cursor: pointer; }
	#sex-shop-on-map_button .kiev-sex-shop {float: left;}
	#sex-shop-on-map_button button:before {content: '\e61a'; font-size: 33px; color: #212121; margin-right:10px; float: left; top: -1px;}
	#sex-shop-on-map_button .kiev-sex-shop:before {content: 'Киев';
    float: left;
	color: #212121;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
	border-bottom: 1px dashed #212121;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);}

	#sex-shop-on-map_button .kiev-sex-shop:after {content: 'самовывоз';
    float: left;
	color: #212121;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
	position: absolute;
	top: 21px;
	left: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);}
	#sex-shop-on-map_button {
    position: absolute;
    top: 0px;
    left: 385px;
    color: white;
    font-weight: 400;
    font-size: 15px;
    clear: both;
    float: right;
    margin-top: 10px;
    padding: 4px 9px 8px 10px;
    border-radius: 2px;
    opacity: 1;
    z-index: 805;
    display: block;}
	
	#sex-shop-on-map_button:hover {transition: all 350ms; opacity: 1; cursor: pointer;}
	#sex-shop-on-map .popup_span {    display: none;position: absolute;top: 5px;left: -4px;z-index: 804;}
	#sex-shop-on-map:hover .popup_span {display: block;}
	.sex-shop-on-map_white {
    width: 600px;
    min-height: 450px;
    color: #474747;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    opacity: 0;
    background-color: #ffffff !important;
	}
	#sex-shop-on-map:hover .popup_span .sex-shop-on-map_white {opacity: 1; transition: opacity 0.85s linear;}
	
	.arrow-contact   {
	position: absolute;
    width: 8px;
    height: 15px;
    top: 12px;
    right: 7px;}
	.arrow-contact:before   {
	content: '\e62e';
	color: #212121;
	font-size: 14px;
	vertical-align: top;}
	#sex-shop-on-map:hover .arrow-contact {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
	.signsearch {margin-top: 14px;margin-right: 65px;float: right;cursor: pointer;}
	.signsearch i:before{    
	content: "\e697";
    font-size: 23px;
    color: #fff;
    top: 3px;}
	.information_win {
	position: relative;
	float: left;
	margin-top: 13px;
    margin-left: 50px;
	cursor: pointer;}
	.informationfor {
	position: relative;
	display: block;
    font-size: 14px;
	font-weight: 600;
    font-family: roboto,sans-serif;
    color: #212121;
    background: #f8f9fb;
    padding: 8px 80px 8px 10px;
    border-radius: 4px;
	transition: 0.2s;}
	.sex-shop_in_city {
	position: relative;
	display: block;
    font-size: 14px;
	font-weight: 600;
    font-family: roboto,sans-serif;
    color: #fff;
    padding: 0px 30px 0px 0px;
    cursor: pointer;
	transition: 0.2s;
	}
	.informationfor:hover {background: #f5f8fd;}
	.informationfor i {
    position: absolute;
    width: 20px;
    text-align: center;
    height: 15px;
    top: 8px;
    right: 2px;
	transition: 0.2s;
	}
	.sex-shop_in_city i {
	position: absolute;
    width: 20px;
    text-align: center;
    height: 15px;
    top: 2px;
    right: 7px;
	transition: 0.2s;
	}
	.informationfor i:before, .sex-shop_in_city i:before {
	content: '\e62e';
    color: #212121;
    font-size: 14px;
    vertical-align: top;}
	.city_list {top: calc(100% + 22px) !important;max-height:350px;overflow:auto;display:block!important;overflow:auto;}
	.city_list::-webkit-scrollbar-thumb{background:#212121;border-radius:3px}.city_list::-webkit-scrollbar{width:4px;border-radius:4px;background:#fff;transition:all .3s ease}
	.information_list, .city_list {
	position: absolute;
    top: calc(100% + 16px);
    right: 5px;
    left: 1px;
	width: 182px;
	z-index: 9999999;
    padding: 0;
    -webkit-transition: top 300ms,opacity 300ms;
    -o-transition: top 300ms,opacity 300ms;
    transition: top 300ms,opacity 300ms;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    border-radius: 4px;
    background-color: #fff;
    opacity: 0;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
    pointer-events: none;
	}
	.city_list a {color: #212121 !important;}
	.information_list a, .city_list a {
    font-size: 14px;
	font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
    -webkit-box-align: center;
    -ms-flex-align: center;}
	.city_list a:hover {text-decoration: underline;}
	.information_list a:hover {color:#000;}
	.information_list li:first-child, .city_list li:first-child {border-radius: 4px 4px 0 0;}
	.information_list li:last-child, .city_list li:last-child {border-radius: 0 0 4px 4px;}
	.information_list li:hover, .city_list li:hover {background: #f8f9fb;}
	.delivery_city.city-open  .city_list {top: calc(100% + 10px) !important;}
	.information_win.info-open  .information_list, .delivery_city.city-open  .city_list {
    top: calc(100% + 4px);
    -webkit-transition: top 300ms,opacity 300ms;
    -o-transition: top 300ms,opacity 300ms;
    transition: top 300ms,opacity 300ms;
    opacity: 1;
    pointer-events: auto;
	}
	.information_win.info-open .informationfor {background: #cfdcf3;}
	.information_win.info-open .informationfor i, .delivery_city.city-open .sex-shop_in_city i	{transform: rotate(-180deg);}
	.clever {
    width: 100vw !important;
    margin-top: 0px !important;
    position: absolute;
    height: 100vh !important;
    background: rgba(235, 241, 248, 0.98);
    z-index: 999999999999;
	}
	.clever #search {    
	position: relative;
    width: 70%;
    height: 60px;
    margin: 100px auto;
    border-radius: 0;
    border-bottom: 1px solid #333;}
	.clever #search:hover {box-shadow: none;}
	.clever #search input {background-color: transparent;font-size: 23px;color: #333;}
	.clever .button-search {top: 17px;}
	.clever .button-search button {cursor: pointer;}
	.clever .button-search i:before {font-size: 24px;}
	.clever .autocomplete2-suggestions {box-shadow: none;top: 55px;border-radius: 4px;}
	.clever .close-signsearch {
    position: absolute;
    right: 15%;
    top: 30px;
    font-size: 49px;
    color: #333;
    cursor: pointer;
    vertical-align: text-bottom;
    line-height: 30px;
    font-family: initial;
	}
	#login_sixtynine {position: absolute;z-index: 900;width: 100%;}
	#login_sixtynine_button button {outline: none;background: transparent; border: none;}
	#login_sixtynine_button button:hover {cursor: pointer; }
	.login_sn #login_sixtynine_button button:before {content: "\f2be"; font-size: 23px; color: #fff; margin-right:10px; top: 3px;}
	.logout_sn #login_sixtynine_button button:before {content: "\f2bd"; font-size: 23px; color: #fff; margin-right:10px; top: 3px;}
	#login_sixtynine_button {
    position: absolute;
    top: 14px;
    right: 0px;
    clear: both;
    float: right;
    opacity: 1;
    z-index: 805;
    display: block;}
	
	#login_sixtynine_button:hover {transition: all 350ms; opacity: 1; cursor: pointer;}
	#login_sixtynine .popup_span {display: none;position: absolute;top: 2px;right: -5px;z-index: 804;}
	#login_sixtynine:hover .popup_span {display: block;}
	.login_sn .login_sixtynine_white {
    width: 300px;
    min-height: 220px;
    text-align: left;
    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    opacity: 0;
    background-color: #ffffff !important;
	border-radius: 4px;
	}
	.logout_sn .login_sixtynine_white {
    width: 220px;
    min-height: 195px;
    text-align: left;
    -webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26),0 0 0 0px rgba(0,0,0,0.08);
    opacity: 0;
    background-color: #ffffff !important;
	border-radius: 4px;
	}
	#login_sixtynine:hover .popup_span .login_sixtynine_white {opacity: 1; transition: opacity 0.85s linear;}
	.login_register, .logout_links {
	top: 75px;
    position: absolute;
    width: 100%;
	}
	.logout_sn  .logout_links {	text-align: left; padding-left: 23px;}
	.cabinet, .pokupki{margin-bottom: 15px;}
	.logout_links a {color: #444; font-size: 14px; font-family: "Roboto",sans-serif; font-weight: 400;}
	.exit a {color: #212121;}
	.logout_links a:hover {text-decoration: underline; color: #444;}
	.login_button, .call_me_maybe_button {
	text-align: center;
    display: block;
    width: 85%;
    border-radius: 3px;
    padding: 16px 0;
    transition: all .25s ease-out;
    background-color: #2C588F;
    color: #fff;
    text-decoration: none;
    margin: 0px auto 7px auto;
    font-family: Roboto,sans-serif;
    font-size: 17px;	
	cursor:pointer;
	}
	.call_me_maybe_button {padding: 16px 0 !important;}
	.login_button:hover, .call_me_maybe_button:hover {background-color: #5c7bb4; color: #fff;}
	.register_button {
	text-align: center;
    display: block;
    width: 85%;
    border-radius: 3px;
    padding: 16px 0;
    transition: all .25s ease-out;
    background-color: #E94E1B;
    color: #fff;
    text-decoration: none;
    margin: auto;
    font-family: Roboto,sans-serif;
    font-size: 17px;	
	cursor:pointer;
	}
	.register_button:hover {background-color: #f08461; color: #fff;}
	.mobile-menu-contacts {display: none;}
	.mobile-menu-numbers {float: left;}
	.mobile-menu-contacts a {font-family: "Cuprum";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;}
	.wish-compare {display: none !important;}
	.mobile-menu-contacts .links a:hover {background: transparent !important;}
	.mobile-menu-links-account {float: right; text-align: right;}
	.mobile-menu-contacts .top-menu li > a {height: 54px !important; min-width: 54px !important;}
	#location_container {
	position: absolute;
    top: 120px;
    background: rgba(250,250,250,0.9);
    height: 45px;
    z-index: 9999999999;
    width: 608px;
    padding: 15px 20px 0px 20px;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 88, 157,0.3);
    border-left: 4px solid #e6e6e6;
    border-right: 4px solid #e6e6e6;
    left: -4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 0px rgba(0,0,0,0.08);
	border-radius: 3px 3px 3px 3px;
}
	#map {
	height: 450px;
	bottom: 0px;
	position: absolute;
	}	
	.home-rating {position: absolute;top: 58px;right: 0px;}
	.star_rating_details_div {display: none; opacity: 0; width: 300px; border-radius: 20px; background: #fff; min-height: 120px; z-index: 9999; position: absolute; top: 0px; padding: 20px; right: 0px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	-webkit-box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26), 0 0 0 0px rgba(0,0,0,0.08); box-shadow: 0 0px 7px 0 rgba(0,0,0,0.26), 0 0 0 0px rgba(0,0,0,0.08);}
	.home-rating:hover {cursor: pointer;}
	.home-rating:hover .star_rating_details_div {display: block; 
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; 
	opacity: 1;}
	.rating_detail_rows {font-size: 16px;padding-right: 5px;color: #212121;line-height: 15px;}
	.rating_detail_votes {font-size: 15px;color:#909090;}
	.stars_display {position: relative;display: inline-block;font-size: 27px;overflow: hidden;margin-left: 5px;margin-right: 7px;vertical-align: bottom;line-height: 21px;}
	.avg_stars_rate {float: left;font-size: 20px;color: #212121;}
	.rating_total_votes {color: #909090;font-size: 16px;}
	.my_rating_vote {font-size: 20px;color: #212121;}
	.date_of_rating {font-size: 9px; color:#909090;}
	#star_rating_div {background: #f3f3f3;padding: 10px;border-radius: 20px;}
	.header_info_title	{font-size: 12px;color: rgba(0, 0, 0, 0.45);font-family: inherit;}

/******************************
 Search
*******************************/
.journal-search {
	width: 530px;
	margin-top: 59px;}

#search {
	position: relative;
    width: 100%;
    height: 40px;
    vertical-align: top;
    border-radius: 20px;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}
	
	
#search:hover {
	box-shadow: 0 2px 7px 0px rgba(0,0,0,0.11);}	
.button-search {
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	z-index: 9;}
  .button-search button {
    width: 40px;
    height: 100%; }
  .button-search i {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

#search input {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: white;
  border: none;
  border-radius: 20px;
  margin: 0;
  box-shadow: none; }
  
/******************************
 Cart
*******************************/
.menu-fishkas {	
	margin: 0;
    z-index: 2;
    float: right !important;}
	
 .journal-links {
	float: left;} 	
	
 .journal-links li {
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;} 
	
.journal-links li:hover {
	border-radius:3px;background:#f8f9fb;
	-webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;} 
	
	
.journal-cart {
	margin: 0;
    z-index: 2;
    float: right !important;
    width: 65px !important; }
.cart-price{display:none;}	
#cart {
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;}
  #cart ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #cart .heading {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    display: block;
    background-color: transparent;
    z-index: 1;
	width: 100%;
    border-radius: inherit;
	-webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;}
	
  #cart .heading:hover {
    cursor: pointer;}	
	
	#cart:hover .heading {
	border-radius:3px;background:#f8f9fb;
	-webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;}
	
    #cart .heading a {
      color: inherit;
      border: none;
      font-size: inherit;
      text-decoration: none;
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: table;
      border-radius: inherit; }
      #cart .heading a > span {
        text-align: left;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;}
    #cart .heading i {
    float: right;	}
  #cart .content {
	visibility: hidden;
	display: none;
    list-style: none;
    opacity: 0;
    padding: 12px 12px 15px 12px;
    margin: 0;
    min-width: 386px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    min-height: 125px;
    color: #333745;
    float: right;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgb(255,255,255);
    box-shadow: 0 3px 11px rgba(0,0,0,0.30); }
			
    #cart .content .cart-wrapper {}
  #cart .checkout {
    clear: both;
    padding: 18px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%; }
    #cart .checkout a + a {
      margin-left: 15px; }
  #cart .empty {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic; }

.ie9 #cart button.heading {
  display: table; }
  .ie9 #cart button.heading span {
    text-align: right;
    padding-right: 7px;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.oc2 .image .img-thumbnail {
  display: block; }

#cart.active .heading {
  padding: 0;
  margin: 0;
  border: 0; }

#cart.active .content {
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mini-cart-info {
  position: relative;
  overflow: auto;
  padding: 3px 12px 0 12px; }
  .mini-cart-info table {
    border-collapse: collapse;
    width: 95%;
    margin-bottom: 0; }
    .mini-cart-info table tr {
      border-bottom: 1px solid #EEEEEE; }
      .mini-cart-info table tr td {
        color: inherit;
        vertical-align: middle;
        padding: 10px 5px;
        padding-left: 0; }
        .mini-cart-info table tr td a {
          display: block;
          color: inherit; }
      .mini-cart-info table tr td.image {
        width: 1px; }
        .mini-cart-info table tr td.image img {
          text-align: left;
          max-width: 67px;
          height: auto; }
      .mini-cart-info table tr td.name {
        padding-left: 5px; }
        .mini-cart-info table tr td.name div {
          line-height: 1;
          padding-top: 5px; }
          .mini-cart-info table tr td.name div br:first-of-type {
            display: none; }
      .mini-cart-info table tr td.quantity {
        text-align: right;
        white-space: nowrap; }
      .mini-cart-info table tr td.total {
        text-align: right; }
      .mini-cart-info table tr td.remove {
        text-align: right;
        padding-top: 11px; }
        .mini-cart-info table tr td.remove button {
          cursor: pointer; }
        .mini-cart-info table tr td.remove img {
          display: none; }
        .mini-cart-info table tr td.remove i {
          cursor: pointer;
          color: #EA2E49;
          -webkit-transition: color .2s;
                  transition: color .2s;
          left: 5px; }
        .mini-cart-info table tr td.remove i:before {
          content: "\e601";
          font-size: 15px;
          top: -2px;
          color: inherit; }
    .mini-cart-info table tr:last-of-type {
      border-bottom: none; }

.firefox .mini-cart-info table tr td.remove button {
  padding-left: 3px;
  padding-right: 3px; }
.firefox #search input {
  min-height: 40px; }
.firefox.header-compact #search input {
  min-height: 30px; }

.mini-cart-total {
  text-align: right;
  padding: 5px 10px 3px 0;
  background-color: #f4f4f4;
  overflow: hidden;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }
  .mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    width: auto; }
  .mini-cart-total td {
    padding: 3px 4px; }
  .mini-cart-total td.left {
    min-width: 100px;
    text-align: right;
    font-weight: bold; }
  .mini-cart-total td.right {
    min-width: 80px;
    text-align: right;
    font-weight: bold; }

#cart ul li:last-of-type {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

/******************************
 Auto-Suggest
*******************************/
.autocomplete2-suggestions {
  background-color: white;
  top: 45px; }
  .autocomplete2-suggestions div {
    overflow: auto;
    position: relative;
    z-index: 2; }

.autocomplete2-suggestion {
  border-bottom: 1px solid #f4f4f4;
  min-height: 38px;
  padding: 7px 8px 5px 8px;
  color: #45738f;
  cursor: pointer; }
  .autocomplete2-suggestion a:hover {
    text-decoration: none;
    color: inherit; }
  .autocomplete2-suggestion .p-image {
    max-width: 55px; }
    .autocomplete2-suggestion .p-image img {
      max-width: 55px; }
  .autocomplete2-suggestion .p-name {
    font-size: 13px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 7px; }
    .autocomplete2-suggestion .p-name span {
      display: block;
      margin-bottom: 2px; }
  .autocomplete2-suggestion span.p-price {
    font-size: 13px;
    color: #333745; }
    .autocomplete2-suggestion span.p-price .price-old {
      float: left;
      margin-right: 5px;
      text-decoration: line-through;
      color: #EA2E49; }

.autocomplete2-selected {
  background-color: transparent !important; }

.autocomplete2-suggestion:last-child {
  border-bottom: none; }

.autocomplete2-selected {
  background-color: #FAFAFA; }

.view-more-link {
  display: block;
  padding: 3px 5px; }

/******************************
 HEADER DEFAULT
*******************************/
.journal-header-default .journal-logo {
  height: 60px;
  float: left;
  position: relative; }
.journal-header-default .links li:last-of-type a, .journal-header-default .links li:last-of-type .no-link {
  border-right-width: 0; }

.header-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;}

/******************************
HEADER CENTER
*******************************/
.journal-header-center {
  background-color: transparent; }
  .journal-header-center #logo a {
    height: 100%;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
  .journal-header-center .journal-menu {
    clear: both;
    z-index: 1; }
  .journal-header-center .journal-menu-bg {
    width: 100%;
    position: absolute;
    top: 140px; }
  .journal-header-center .journal-center-bg {
    position: absolute;
    width: 100%;
    top: 40px; }
  .journal-header-center .links {
    display: table;
    width: auto; }
    .journal-header-center .links a, .journal-header-center .links .no-link {
      text-align: center;
      border: none; }
    .journal-header-center .links li:hover a {
      -webkit-transition: color 0.2s, background-color 0.2s;
              transition: color 0.2s, background-color 0.2s;
      background-color: transparent; }
  .journal-header-center .journal-secondary {
    text-align: right; }
    .journal-header-center .journal-secondary .links {
      float: right; }
  .journal-header-center .journal-top-header {
    border-bottom: 1px solid transparent; }
  .journal-header-center .journal-search {
    position: relative;
    z-index: 99; }
  .journal-header-center #search {
    position: relative;
    width: 100%; }
    .journal-header-center #search input {
      min-height: 40px; }
  .journal-header-center .no-results {
    color: inherit;
    pointer-events: none;
    cursor: default; }
  .journal-header-center .button-search {
    -webkit-transition: color 0.2s, background-color 0.2s;
            transition: color 0.2s, background-color 0.2s; }
    .journal-header-center .button-search button {
      cursor: pointer; }
  .journal-header-center #search input {
    background-color: transparent; }
  .journal-header-center .journal-search:hover #search input {
    -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s; }
  .journal-header-center .journal-cart {
    background-color: transparent;
    color: #222222; }
  .journal-header-center #cart .empty {
    min-height: 125px; }
  .journal-header-center #cart {
    box-shadow: none;
    -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s; }
    .journal-header-center #cart .heading i {
      text-align: center;
      width: 40px;
      height: 40px;
      display: block;
      -webkit-transition: background-color 0.2s, color 0.2s;
              transition: background-color 0.2s, color 0.2s; }
      .journal-header-center #cart .heading i:before {
        float: none; }
  .journal-header-center #cart .content {
    padding-top: 15px; }
  .journal-header-center #cart .content:before {
    content: "\e61e";
    color: white;
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 10px; }
  .journal-header-center .autocomplete2-suggestions {
    top: 54px;
    border-top: none;
    overflow: visible; }
    .journal-header-center .autocomplete2-suggestions > div {
      overflow: auto;
      border-radius: inherit; }
  .journal-header-center .autocomplete2-suggestions:before {
    content: "\e61e";
    font-size: 40px;
    position: absolute;
    top: -22px;
    z-index: 1; }
  .journal-header-center .autocomplete2-suggestion:first-of-type {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .journal-header-center .autocomplete2-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .journal-header-center .autocomplete2-suggestion:only-child {
    pointer-events: none; }

@media only screen and (max-width: 760px) {
  .journal-header-center .journal-menu {
    clear: both;
    z-index: 3; } }
/******************************
 NO SECONDARY
*******************************/
.no-secondary .journal-header-center .journal-links, .no-secondary .journal-header-center .links {
  width: 100%; }
.no-secondary .journal-header-center .journal-secondary {
  display: none; }
.no-secondary .journal-header-center .journal-language {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .journal-header-center .journal-currency {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .journal-header-center #currency {
  border-left-width: 1px; }

.default-header.currency-symbol .journal-language + .journal-currency {
  left: -10px; }

html[dir="rtl"].default-header.currency-symbol .journal-language + .journal-currency {
  left: 10px; }

/******************************
HEADER MEGA
*******************************/
@media only screen and (min-width: 760px) {
  .journal-header-mega .journal-search {
    padding-right: 5%; } }
/******************************
 SLIM HEADER
*******************************/
.slim-header .journal-header-default .journal-menu {
  clear: both;
  width: 100%; }

@media only screen and (min-width: 980px) {
  .slim-header .journal-header-default .journal-logo {
    height: 80px; } }
/******************************
 JOURNAL MEGA-MENU
*******************************/
.mobile-trigger, .mobile-plus {
  display: none;
  position: relative; }

 .header-journal-menu {width: 100%;
    margin: auto;
    background: #fff;
    float: left;
	height: 50px;
	 box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;} 
 
.super-menu {
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border: 0;
    float: left; }
  .super-menu > li {
    -webkit-transition: all 0.2s !important;
            transition: all 0.2s !important;
    display: table-cell;
    color: white; }
    .super-menu > li:first-of-type {
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit; }
    .super-menu > li:last-of-type {
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit; }
    .super-menu > li:hover {
      -webkit-transition: background-color 0.2s;
              transition: background-color 0.2s; }
    .super-menu > li > a {
      text-align: center;
      height: 100%;
      text-decoration: none;
      display: block;
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
      .super-menu > li > a span {
        display: inline-block; }
      .super-menu > li > a i {
        display: inline-block;
        vertical-align: top;
		float: right;
		margin-left: 25px;}
        .super-menu > li > a i:before {
          float: left; }
    .super-menu > li.icon-only {
      width: 50px; }
      .super-menu > li.icon-only > a i {
        margin-right: 0 !important; }
  .super-menu > li:last-of-type {
    border-right: 1px solid #333745; }

ul.menu-centered {
  display: block;
  text-align: center;
  border-width: 0;
  white-space: nowrap; }
  ul.menu-centered > li {
    display: inline-block; }
    ul.menu-centered > li.icon-only {
      width: auto; }
      ul.menu-centered > li.icon-only a i {
        display: block; }
    ul.menu-centered > li:first-of-type {
      border-left-width: 1px; }
    ul.menu-centered > li:last-of-type {
      border-right-width: 1px; }
    ul.menu-centered > li > a {
      padding: 0 15px; }
  ul.menu-centered a {
    text-align: left; }

.journal-desktop .menu-floated > li {
  display: block; }
  .journal-desktop .menu-floated > li > a {
    padding: 0 20px; }
.journal-desktop .menu-floated .float-left {
  float: left;}
.journal-desktop .menu-floated .float-right {
  float: right;
  border-left-width: 1px;
  border-style: solid;
  border-color: #333745; }
  .journal-desktop .menu-floated .float-right:first-of-type {
    border-right-width: 1px; }
  .journal-desktop .menu-floated .float-right:last-of-type {
    border-right-width: 0; }

.journal-header-default .super-menu > li:last-of-type {
  border-right-width: 0; }
.journal-header-default .super-menu > li:first-of-type {
  border-left-width: 0; }
  
.menu-fishka {margin: 0 auto !important; float: none; max-width: 1656px;}  
.mega-menu {
  left: 0;
  top: 50px;
  position: absolute;
  display: none;
  padding: 0px !important;
  overflow: hidden;
  width: 100vw !important;
  z-index: 9999;
box-shadow: 0 2px 2px 0 rgba(51, 51, 51, .2) !important; 
}

  .mega-menu > div {
    display: block;
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px; }
.main-menu-item-3 .mega-menu-item {height: 130px;}
.main-menu-item-4 .mega-menu-item {height: 140px;}

.mega-menu-column > div {
  width: 100%; }

@media only screen and (min-width: 980px) {
  html:not(.slim-header) .journal-header-default .mega-menu {
    width: 100vw; } }
/******************************
MEGA-MENU DROPDOWN
*******************************/
.drop-down {
  position: relative; }
  .drop-down .menu-plus {
    position: absolute;
    font-size: 17px;
    top: 10px;
    right: 8px; }
    .drop-down .menu-plus:before {
      content: "\e094"; }
  .drop-down > ul {
    display: none; }
  .drop-down ul {
    z-index: 999;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5); }
    .drop-down ul li {
      color: #333745;
      background-color: white;
      position: relative;
      border-bottom: 1px solid #f4f4f4;
      max-width: 100vw; }
      .drop-down ul li:last-of-type {
        border-bottom-width: 0; }
      .drop-down ul li ul {
        visibility: hidden;
        opacity: 0;
        left: 100%;
        top: 0; }
      .drop-down ul li.left ul {
        left: -100%; }
      .drop-down ul li:hover > ul {
        -webkit-transition: opacity 0.2s;
                transition: opacity 0.2s;
        visibility: visible;
        opacity: 1; }
      .drop-down ul li a {
        padding: 11px 25px 12px 9px;
        display: block;
        color: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .drop-down ul li a:before {
          margin-right: 5px; }

/******************************
MEGA-MENU CATEGORIES
*******************************/
.mega-menu-item > div {
  margin-right: 0px !important;
  height: 100%; }
  
.mega-menu-item .headmenu {
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
	font-weight: 700;
	font-family:roboto,sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 7px;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 3px;}
.mega-menu-item h4 {font-weight: inherit;}
  .mega-menu-item .headmenu a {
    display: block;
    color: inherit;
    -webkit-transition: color 0.2s;
            transition: color 0.2s;}

.mega-menu-categories .mega-menu-item {
  margin-bottom: 0px !important;
  position: relative; 
	min-height: 120px;
transition: all 0.3s;	}
	.mega-menu-categories .mega-menu-item:hover {    box-shadow: 0px 0px 10px 0px rgb(209, 209, 209); transition: all 0.3s; z-index: 999999;}
  .mega-menu-categories .mega-menu-item ul {
    float: left;
    width: 58%;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none; }
    .mega-menu-categories .mega-menu-item ul li {
      padding-bottom: 3px;
      position: relative; }
      .mega-menu-categories .mega-menu-item ul li a {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        padding-left: 8px;
        -webkit-transition: color .1s;
                transition: color .1s;
        line-height: 18px; }
        .mega-menu-categories .mega-menu-item ul li a:before {
          position: absolute;
          left: 0;
          top: 0; }
  .mega-menu-categories .mega-menu-item img {
    position: absolute;
		bottom: 1px;
		right: 10px;}
	.mobile-cat 	.mega-menu-categories .mega-menu-item img {left: 12px;}
  .mega-menu-categories .mega-menu-item .show-more-text a:before {
    content: ""; }
  .mega-menu-categories .mega-menu-item.menu-image-left ul {
    width: 55%;
    padding: 0 0 0 8px; }
  .mega-menu-categories .mega-menu-item.menu-image-left img {
    float: left; }
  .mega-menu-categories .mega-menu-item.menu-image-top ul {
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-image-top img {
    float: none;
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-no-links img {
   }
  .mega-menu-categories .mega-menu-item.menu-no-image ul {
    width: 100%;
    padding: 0; }

/******************************
MEGA-MENU PRODUCTS
*******************************/
#header .mega-menu .product-wrapper {
  margin-right: 20px;
  box-shadow: none; }
#header .mega-menu .product-grid-item {
  margin-bottom: 20px; }

/******************************
MEGA-MENU BRANDS
*******************************/
.mega-menu-brands .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-brands .mega-menu-item img {
    width: 100%;
    float: left;
    height: auto; }

/******************************
MEGA-MENU HTML
*******************************/
.mega-menu-html .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-html .mega-menu-item img {
    max-width: 100%;
    height: auto !important; }
  .mega-menu-html .mega-menu-item ul, .mega-menu-html .mega-menu-item ol {
    padding-left: 30px; }

.dummy-hide {
  display: block !important;
  visibility: hidden;
  opacity: 0; }

/******************************
 MEGA-MENU MIXED
*******************************/
.mega-menu .wrapper p span {
  line-height: 100% !important; }
.mega-menu .mega-menu-column {
  float: left;
  margin: 0; }
  .mega-menu .mega-menu-column:last-of-type > div {
    margin-right: -20px; }
  .mega-menu .mega-menu-column .menu-cms-block {
    clear: both;
    margin: 0; }

/******************************
Header Cart
*******************************/
.oc2 #cart .content {
  -webkit-transition: opacity .3s;
          transition: opacity .3s; }
  .oc2 #cart .content:before {
    display: none; }
  .oc2 #cart .content .cart-wrapper {
    display: block !important; }
    .oc2 #cart .content .cart-wrapper:before {
      content: "\e61e";
      color: white;
      font-size: 20px;
      position: absolute;
      top: 0;
      right: 10px; }
.oc2 #cart .heading i:before {
  margin-top: 10px; }
.oc2 #cart.visible .content {
  opacity: 1;
  visibility: visible; }
.oc2 .mini-cart-total {
  padding: 0; }
  .oc2 .mini-cart-total table {
    padding: 5px 10px 3px 0; }
	
.cart-quantity {
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    position: absolute;
    top: 8px;
    padding: 0px 2px;
    left: 31px;
    border-radius: 8px;
    min-width: 17px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-color: #d91b1c;
}	

.wishlist_count_top, .compare_count_top {
	font-family: 'Roboto',sans-serif;
    font-weight: bold;
    position: absolute;
    top: -8px;
    padding: 0px 2px;
    left: -17px;
    border-radius: 8px;
    min-width: 17px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-color: #ff6262;
}

#cart .checkout .button, #cart .checkout .button+.button {
	font-weight: 400;
    font-family: 'Roboto';
    font-size: 12px;
	padding: 5px 12px;
    font-style: normal;
    text-transform: uppercase;
	transition: all 0.15s ease-out;
}

#cart .checkout .button:hover, #cart .checkout .button+.button:hover {
	border-color: #212121;
	transition: all 0.15s ease-out;
}

@media only screen and (min-width: 980px) {
  .mobile-menu-on-tablet .journal-menu .mobile-menu > li {
    border-bottom-style: hidden; } }
.ie9.oc2 .journal-header-center #cart .heading span {
  position: relative;
  right: 45px; }
.ie9.oc2 .journal-header-center #cart .heading i {
  position: absolute;
  right: 0;
  top: 0; }
.ie9.oc2 .mini-cart-info table tr td.remove i {
  position: relative;
  padding-right: 5px; }
.ie9.oc2 .mini-cart-info table tr td.remove i:before {
  position: relative;
  padding-top: 1px; }

/******************************
 Retina Logo
*******************************/
#logo a .logo-2x {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #logo a .logo-2x + .logo-1x {
    display: none; }

  #logo a .logo-2x {
    display: inline-block; } }
/******************************
 Top Menus Dropdown
*******************************/
.top-menu,
.top-dropdown {
  list-style: none;
  margin: 0;
  padding: 0; }
  
.top-menu li {float: left;}

#header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #header .top-menu > li {
    display: inline-block;
    position: relative; }
    #header .top-menu > li:hover ul {
      display: block; }
  #header .top-menu .top-dropdown {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.25); }
    #header .top-menu .top-dropdown li {
      background-color: #4b5a71;
      -webkit-transition: all 0.1s ease-out;
              transition: all 0.1s ease-out;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #6a7f8c; }
      #header .top-menu .top-dropdown li:first-of-type {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        #header .top-menu .top-dropdown li:first-of-type::before {
          content: "\e61e";
          position: absolute;
          top: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          color: #4b5a71; }
      #header .top-menu .top-dropdown li:last-of-type {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-width: 0; }
      #header .top-menu .top-dropdown li:hover {
        background-color: #333745; }
    #header .top-menu .top-dropdown a, #header .top-menu .top-dropdown .no-link {
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 12px 2px;
      min-height: 35px;
      color: white;
      border-color: transparent;
      background-color: transparent; }

.has-dropdown::after {
  content: "\e61d";
  font-size: 8px;
  margin-left: 5px; }

.journal-header-default #header .journal-secondary {
  padding-right: 0; }
  .journal-header-default #header .journal-secondary .top-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
    .journal-header-default #header .journal-secondary .top-menu > li > a, .journal-header-default #header .journal-secondary .top-menu .no-link {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 7px; }
  .journal-header-default #header .journal-secondary .top-dropdown a {
    padding: 0 10px; }
.journal-header-default #header .journal-links .top-menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .journal-header-default #header .journal-links .top-menu > li > a, .journal-header-default #header .journal-links .top-menu > li .no-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

header .no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************
 Language/Currency
*******************************/
@media only screen and (max-width: 760px) {
  .journal-login {
    z-index: 9999 !important; } }
.journal-login {
	position: relative;
	z-index: 998;
	float: left;  }
  .journal-login > div {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 40px; }
  .journal-login .journal-secondary {
    float: right; }

#language, #currency {
  height: 100%; }

.journal-language,
.journal-currency {
  z-index: 3;
  width: 40px; }
  .journal-language form,
  .journal-currency form {
    float: left;
    height: 100%; }
    .journal-language form .currency-symbol,
    .journal-currency form .currency-symbol {
      background-color: white;
      width: 1.5em;
      height: 1.5em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #333745;
      font-size: 11px; }
  .journal-language .dropdown-toggle,
  .journal-currency .dropdown-toggle {
    width: 40px;
    height: 100%;
    color: #333745;
    padding: 0;
    font-size: 13px;
    border-color: transparent;
    background-color: transparent; }
    .journal-language .dropdown-toggle img,
    .journal-currency .dropdown-toggle img {
      position: relative;
      top: 1px;
      margin-right: 2px; }
    .journal-language .dropdown-toggle .caret,
    .journal-currency .dropdown-toggle .caret {
      display: none; }
  .journal-language .btn-group,
  .journal-currency .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .journal-language .dropdown-menu,
  .journal-currency .dropdown-menu {
    min-width: 40px;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    margin: 0 0;
    border: none;
    top: 40px;
    position: absolute;
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: auto !important;
    z-index: 1000;
    float: left;
    list-style: none;
    font-size: 14px;
    background-clip: padding-box;
    background-color: white; }
    .journal-language .dropdown-menu > li,
    .journal-currency .dropdown-menu > li {
      border-top: 1px solid #E4E4E4; }
    .journal-language .dropdown-menu > li:first-of-type,
    .journal-currency .dropdown-menu > li:first-of-type {
      border-top: none; }
    .journal-language .dropdown-menu > li > a,
    .journal-currency .dropdown-menu > li > a {
      text-align: center;
      font-size: 13px;
      padding: 5px 10px;
      color: #333745;
      cursor: pointer;
      display: block;
      line-height: 1.5;
      white-space: nowrap; }
      .journal-language .dropdown-menu > li > a img,
      .journal-currency .dropdown-menu > li > a img {
        position: relative;
        top: 1px; }
    .journal-language .dropdown-menu:before,
    .journal-currency .dropdown-menu:before {
      content: "\e61e";
      position: absolute;
      left: 49%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -13px;
      color: white;
      font-size: 16px; }
    .journal-language .dropdown-menu > li:first-of-type,
    .journal-currency .dropdown-menu > li:first-of-type {
      border-top-right-radius: inherit;
      border-top-left-radius: inherit; }
      .journal-language .dropdown-menu > li:first-of-type a,
      .journal-currency .dropdown-menu > li:first-of-type a {
        border-top-right-radius: inherit;
        border-top-left-radius: inherit; }
    .journal-language .dropdown-menu > li:last-of-type,
    .journal-currency .dropdown-menu > li:last-of-type {
      border-bottom-right-radius: inherit;
      border-bottom-left-radius: inherit; }
      .journal-language .dropdown-menu > li:last-of-type a,
      .journal-currency .dropdown-menu > li:last-of-type a {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit; }

.open .dropdown-toggle.btn-default {
  color: #EA2E49;
  border-color: transparent;
  background-color: transparent; }

@media only screen and (min-width: 760px) {
  .center-header .journal-language,
  .center-header .journal-currency {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    min-width: 40px; }
  .center-header .journal-currency {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.center-header #language, .center-header #currency {
  border-left-width: 1px;
  border-right-width: 1px; }
.center-header #currency {
  border-left-width: 0; }

@media only screen and (max-width: 760px) {
  .center-header #language {
    border-left-width: 0; }
  .center-header #currency {
    border-left-width: 1px;
    border-right-width: 0; } }
@media only screen and (max-width: 760px) {
  .center-header .journal-language,
  .center-header .journal-currency {
    min-width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999; }
  .center-header .journal-currency {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  html[dir="rtl"].center-header .journal-language,
  html[dir="rtl"].center-header .journal-currency {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  html[dir="rtl"].center-header .journal-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@media only screen and (max-width: 760px) {
  .no-top-on-mobile .journal-links,
  .no-top-on-mobile .journal-top-header,
  .no-top-on-mobile .journal-menu-bg {
    display: none !important; }
  .no-top-on-mobile #header {
    padding-top: 0; }
    .no-top-on-mobile #header .journal-secondary {
      border-top-color: transparent; }
    .no-top-on-mobile #header .journal-language form > div,
    .no-top-on-mobile #header .journal-currency form > div {
      border-color: transparent; }
  .no-top-on-mobile .journal-header-compact #header .journal-cart {
    top: 85px;
    right: 40px; }
    .no-top-on-mobile .journal-header-compact #header .journal-cart .content {
      right: -40px; }
  .no-top-on-mobile .journal-header-compact #header .journal-cart
  .journal-search {
    z-index: 999;
    width: 40px; }
  .no-top-on-mobile .journal-header-compact #header .journal-search.search-on-top {
    z-index: 999;
    width: calc(100% - 10px); } }
@media only screen and (max-width: 760px) {
  .no-secondary-on-mobile .journal-header-center .journal-secondary,
  .no-secondary-on-mobile .journal-header-default .journal-secondary {
    display: none !important; }
  .no-secondary-on-mobile .journal-header-center .journal-login,
  .no-secondary-on-mobile .journal-header-default .journal-login {
    height: 0; }
  .no-secondary-on-mobile .journal-header-center .journal-language,
  .no-secondary-on-mobile .journal-header-center .journal-currency,
  .no-secondary-on-mobile .journal-header-default .journal-language,
  .no-secondary-on-mobile .journal-header-default .journal-currency {
    position: absolute;
    top: -40px; }
    .no-secondary-on-mobile .journal-header-center .journal-language form > div,
    .no-secondary-on-mobile .journal-header-center .journal-currency form > div,
    .no-secondary-on-mobile .journal-header-default .journal-language form > div,
    .no-secondary-on-mobile .journal-header-default .journal-currency form > div {
      border-color: transparent; }
  .no-secondary-on-mobile .journal-header-center .journal-currency,
  .no-secondary-on-mobile .journal-header-default .journal-currency {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .no-secondary-on-mobile.center-header .journal-language,
  .no-secondary-on-mobile.center-header .journal-currency {
    top: 0; }

  .no-secondary-on-mobile.bottom-menu-bar .header .journal-top-header,
  .no-secondary-on-mobile.no-top-on-mobile .header .journal-top-header {
    display: none; }

  html[dir="rtl"].no-secondary-on-mobile .journal-header-center .journal-currency,
  html[dir="rtl"].no-secondary-on-mobile .journal-header-default .journal-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/******************************
 Language/Currency Full Text
*******************************/
.language-text,
.currency-text {
  display: inline-block;
  padding: 0 4px; }

.currency-text {
  padding: 0 2px; }

@media only screen and (min-width: 760px) {
  .lang-full .journal-language,
  .lang-full .journal-currency, .currency-full .journal-language,
  .currency-full .journal-currency {
    display: inline-block;
    width: auto; }
    .lang-full .journal-language .dropdown-toggle,
    .lang-full .journal-currency .dropdown-toggle, .currency-full .journal-language .dropdown-toggle,
    .currency-full .journal-currency .dropdown-toggle {
      min-width: 40px;
      white-space: nowrap;
      width: auto;
      padding: 0 5px; }
  .lang-full .dropdown-menu > li > a, .currency-full .dropdown-menu > li > a {
    text-align: left; }
  .lang-full .journal-header-default .journal-currency .dropdown-toggle, .currency-full .journal-header-default .journal-currency .dropdown-toggle {
    padding-left: 0; }
  .lang-full .journal-header-center .journal-language,
  .lang-full .journal-header-center .journal-currency, .currency-full .journal-header-center .journal-language,
  .currency-full .journal-header-center .journal-currency {
    width: auto; }
  .lang-full form .currency-symbol, .currency-full form .currency-symbol {
    margin-right: 1px;
    float: left; }

  html[dir="rtl"].currency-full form .currency-symbol {
    margin-right: 0;
    margin-left: 2px;
    float: right; }

  .currency-symbol .journal-currency .dropdown-menu > li > a {
    text-align: center; }
  .currency-symbol form .currency-symbol {
    float: none; }

  html[dir="rtl"].currency-symbol .journal-currency .dropdown-menu > li > a {
    text-align: center; }

  .lang-flag .journal-language .dropdown-menu > li > a {
    text-align: center; }

  html[dir="rtl"].lang-flag .journal-language .dropdown-menu > li > a {
    text-align: center; }

  .lang-full .journal-header-default .journal-language {
    margin-left: 5px; }

  html[dir="rtl"].lang-full .journal-header-default .journal-language {
    margin-left: 0;
    margin-right: 5px; } }
@media only screen and (max-width: 760px) {
  .lang-full-mobile .journal-language,
  .lang-full-mobile .journal-currency, .currency-full-mobile .journal-language,
  .currency-full-mobile .journal-currency {
    display: inline-block;
    width: auto; }
    .lang-full-mobile .journal-language .dropdown-toggle,
    .lang-full-mobile .journal-currency .dropdown-toggle, .currency-full-mobile .journal-language .dropdown-toggle,
    .currency-full-mobile .journal-currency .dropdown-toggle {
      min-width: 40px;
      white-space: nowrap;
      width: auto;
      padding: 0 6px; }
    .lang-full-mobile .journal-language .dropdown-menu li a,
    .lang-full-mobile .journal-currency .dropdown-menu li a, .currency-full-mobile .journal-language .dropdown-menu li a,
    .currency-full-mobile .journal-currency .dropdown-menu li a {
      text-align: left; }
  .lang-full-mobile .journal-header-default .journal-currency .dropdown-toggle, .currency-full-mobile .journal-header-default .journal-currency .dropdown-toggle {
    padding-left: 0; }
  .lang-full-mobile .journal-header-center .journal-language,
  .lang-full-mobile .journal-header-center .journal-currency, .currency-full-mobile .journal-header-center .journal-language,
  .currency-full-mobile .journal-header-center .journal-currency {
    width: auto; }
  .lang-full-mobile form .currency-symbol, .currency-full-mobile form .currency-symbol {
    position: relative;
    top: -1px; }

  html[dir="rtl"].currency-full-mobile .journal-header-default .journal-currency {
    padding-left: 7px; }

  .compact-header .journal-currency {
    position: absolute;
    top: 12px;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .compact-header .journal-language {
    top: 12px; }

  html[dir="rtl"].compact-header .journal-currency {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  html[dir="rtl"].compact-header .journal-language {
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 12px; }

  .currency-symbol-mobile .journal-currency .dropdown-menu > li > a {
    text-align: center; }
  .currency-symbol-mobile form .currency-symbol {
    float: none; }

  html[dir="rtl"].currency-symbol-mobile .journal-currency .dropdown-menu > li > a {
    text-align: center; }

  .lang-flag-mobile .journal-language .dropdown-menu > li > a {
    text-align: center; }

  html[dir="rtl"].lang-flag-mobile .journal-language .dropdown-menu > li > a {
    text-align: center; }

  .lang-flag-mobile .language-text,
  .lang-flag-mobile .currency-text,
  .currency-symbol-mobile .language-text,
  .currency-symbol-mobile .currency-text {
    display: none; } }
/******************************
 HEADER COMPACT
*******************************/
.journal-header-compact #header > div {
  float: left; }
.journal-header-compact #header .journal-logo {
  width: 22%;
  height: 100px;
  position: relative; }
.journal-header-compact #header .top-assets {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #444; }
.journal-header-compact #header .top-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 5px;
  width: 100%; }
  .journal-header-compact #header .top-menu > li a, .journal-header-compact #header .top-menu li .no-link {
    border-right-width: 0;
    border-bottom-width: 0; }
    .journal-header-compact #header .top-menu > li a i, .journal-header-compact #header .top-menu li .no-link i {
      margin-right: 0 !important; }
  .journal-header-compact #header .top-menu .top-dropdown a {
    height: 35px; }
.journal-header-compact #header .journal-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.journal-header-compact #header .lang-curr {
  height: 40px;
  float: right;
  position: relative;
  white-space: nowrap;
  padding-right: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .journal-header-compact #header .lang-curr::after {
    content: "•";
    font-size: 20px;
    color: #2bb0e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0; }
.journal-header-compact #header .journal-cart {
  padding-left: 15px;
  max-width: 21%;
  float: right;
  background: transparent; }
  .journal-header-compact #header .journal-cart .content {
    display: none;
    position: absolute;
    right: 0; }
  .journal-header-compact #header .journal-cart:hover .content {
    display: block; }
.journal-header-compact #header #cart {
  box-shadow: none;
  background: transparent; }
.journal-header-compact #header .divider {
  width: 76.8%;
  left: 23.3%;
  height: 1px;
  position: absolute;
  top: 41px;
  border-bottom: 1px solid #444; }
.journal-header-compact #header .journal-menu {
  width: 56%; }
  .journal-header-compact #header .journal-menu .super-menu {
    width: auto;
    border-width: 0; }
    .journal-header-compact #header .journal-menu .super-menu > li {
      height: 60px;
      background: transparent;
      border-width: 0;
      vertical-align: middle; }
      .journal-header-compact #header .journal-menu .super-menu > li:first-of-type > a {
        margin-left: 15px; }
      .journal-header-compact #header .journal-menu .super-menu > li > a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        position: relative;
        overflow: visible; }
      .journal-header-compact #header .journal-menu .super-menu > li:hover > a::after {
        opacity: 1;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; }
.journal-header-compact #header .mega-menu,
.journal-header-compact #header .drop-down > ul {
  top: 100%; }
.journal-header-compact #header .mega-menu {
  width: 100vw; }
.journal-header-compact #header .journal-search {
  width: 22%;
  padding: 15px 0 15px 0; }
  .journal-header-compact #header .journal-search #search {
    border: 0; }
  .journal-header-compact #header .journal-search input, .journal-header-compact #header .journal-search .button-search, .journal-header-compact #header .journal-search #search {
    height: 30px; }
  .journal-header-compact #header .journal-search input {
    padding-left: 35px; }
  .journal-header-compact #header .journal-search .button-search {
    z-index: 2;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0; }
  .journal-header-compact #header .journal-search button {
    cursor: pointer; }
.boxed-header .journal-header-compact #header .divider {
  width: 75.2%; }
.boxed-header .journal-header-compact #header .journal-search {
  padding-right: 15px; }

.boxed-header.default-header .header,
.boxed-header.default-header .journal-top-header {
  background: transparent;
  background-image: none !important; }
.boxed-header.default-header .header {
  box-shadow: none; }
.boxed-header.default-header .journal-top-header {
  z-index: 999;
  pointer-events: none; }
.boxed-header.default-header #header {
  display: table;
  width: 100%; }
.boxed-header.default-header .journal-logo {
  z-index: 10000;
  position: relative; }

html[dir="rtl"].boxed-header .journal-header-compact #header .journal-search {
  padding-right: 0;
  padding-left: 15px; }

@media only screen and (min-width: 980px) {
  .tablet .journal-header-compact #header .journal-menu .super-menu {
    width: calc(100% - 15px); } }
@media only screen and (max-width: 980px) {
  .journal-header-compact #header .journal-logo {
    width: 28%; }
  .journal-header-compact #header .lang-curr::after {
    display: none; }
  .journal-header-compact #header .divider {
    left: 30%;
    width: 68%; }
  .journal-header-compact #header .journal-search {
    width: 45%;
    top: 40px;
    left: 30%;
    position: absolute; }
  .journal-header-compact #header .journal-cart {
    max-width: 35%;
    position: absolute;
    right: 10px;
    top: 50px; }
  .journal-header-compact #header .journal-menu {
    width: 100%;
    clear: both; }
    .journal-header-compact #header .journal-menu .super-menu {
      width: 100%; }
      .journal-header-compact #header .journal-menu .super-menu > li {
        height: auto; }
        .journal-header-compact #header .journal-menu .super-menu > li > a {
          margin-left: 0 !important;
          height: 39px;
          line-height: 39px;
          top: 0;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
  .journal-header-compact #header .mega-menu {
    left: 0 !important; } }
@media only screen and (max-width: 760px) {
  .journal-header-compact #header {
    padding-top: 0; }
    .journal-header-compact #header .divider {
      display: none; }
    .journal-header-compact #header .journal-logo {
      width: 100%;
      height: 85px; }
    .journal-header-compact #header .lang-curr {
      top: 45px;
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .journal-header-compact #header .journal-links {
      position: relative; }
    .journal-header-compact #header .journal-search {
      top: 90px;
      right: 5px;
      left: auto;
      padding: 0;
      width: calc(100% - 10px); }
      .journal-header-compact #header .journal-search #search {
        position: absolute;
        width: 40px;
        right: 0; }
      .journal-header-compact #header .journal-search.search-on-top #search {
        width: 100%;
        position: absolute; }
      .journal-header-compact #header .journal-search.hide-input input {
        display: none !important; }
      .journal-header-compact #header .journal-search .button-search {
        right: 0;
        border-radius: 3px; }
        .journal-header-compact #header .journal-search .button-search button {
          pointer-events: none;
          width: 100%;
          height: 100%;
          position: absolute;
          right: 0;
          z-index: 999999; }
      .journal-header-compact #header .journal-search input {
        display: none;
        padding-left: 10px;
        position: absolute;
        font-size: 16px; }
      .journal-header-compact #header .journal-search .autocomplete2-suggestions {
        right: 0; }
    .journal-header-compact #header .journal-cart {
      position: absolute;
      top: 125px;
      right: 0;
      max-width: 100%; }
      .journal-header-compact #header .journal-cart .content {
        width: 320px;
        display: block; }
      .journal-header-compact #header .journal-cart #cart .heading i::before {
        margin-right: 5px; } }

  #header .journal-search input {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
	background: #ebf1f8;
    padding: 6px 15px 6px 15px;
    font-size: 13px;
    color: #111;
    outline: 0;
    text-indent: 4px;
    float: left;
}
  #header .journal-search button {cursor: pointer;width: 50px;height: 40px;} 

.mobile .journal-header-compact #header .journal-search.search-on-top #search {
  width: calc(100% + 15px);
  right: -15px; }

/******************************
 Catalog
*******************************/
.catalog-cart .journal-cart {
  display: none; }
.catalog-cart .journal-header-default .journal-links {
  width: 100%; }
.catalog-cart .journal-header-default .journal-logo {
  z-index: 5; }
.catalog-cart .journal-header-default .journal-top-header {
  z-index: 4; }
.catalog-cart .journal-header-default .button-search {
  z-index: 3; }
.catalog-cart .journal-header-default .journal-links {
  z-index: 5; }

.catalog-search .journal-logo {
  margin-left: auto; }
.catalog-search .journal-search {
  display: none; }
.catalog-search .journal-header-default .journal-login {
  width: 100%; }

.catalog-language .journal-language,
.no-language .journal-language {
  display: none !important; }

@media only screen and (min-width: 760px) {
  .catalog-cart .journal-header-default .links li:last-of-type a,
  .catalog-cart .journal-header-default .links li:last-of-type .no-link {
    border-right-width: 1px; }
  .catalog-cart .journal-header-center .journal-cart {
    margin-left: auto; }

  .catalog-language .journal-header-default .journal-currency,
  .no-language .journal-header-default .journal-currency {
    margin-left: 10px; }
  .catalog-language .journal-header-center #currency,
  .no-language .journal-header-center #currency {
    border-left-width: 1px; }

  html[dir="rtl"] .catalog-language .journal-header-default .journal-currency,
  html[dir="rtl"] .no-language .journal-header-default .journal-currency {
    margin-left: 0;
    margin-right: 10px; } }
.catalog-currency .journal-currency {
  display: none !important; }

@media only screen and (min-width: 760px) and (max-width: 980px) {
  .catalog-cart .journal-header-default .journal-search {
    width: 100%; }

  .catalog-search .journal-header-default .journal-cart {
    width: 100%; }

  .catalog-cart.catalog-search .journal-header-default .journal-menu {
    width: 66.6666%;
    clear: none; } }
@media only screen and (max-width: 760px) {
  .catalog-cart .journal-search {
    width: 100%; }

  .catalog-search .journal-cart {
    width: 100%; }
  .catalog-search .journal-header-center #cart {
    border-left-width: 0; } }
/******************************
 STICKY HEADER
*******************************/
@media only screen and (min-width: 760px) {

  .is-sticky .header {
    position: fixed; }
  .is-sticky .header-notice {
    display: none; }

  .is-sticky header {
    z-index: 9999; }
    .is-sticky header .mega-menu {
      -webkit-overflow-scrolling: touch; }

  .sticky-default .is-sticky .journal-header-default .journal-top-header {
    box-shadow: none;
    display: none; }
  .sticky-default .is-sticky .journal-header-default .journal-logo {
    height: 80px; }
  .sticky-default .is-sticky .journal-header-default .journal-links,
  .sticky-default .is-sticky .journal-header-default .journal-login {
    display: none !important; }
  .sticky-default .is-sticky .journal-header-default .journal-search,
  .sticky-default .is-sticky .journal-header-default .journal-cart {
    width: 50%; }
  .sticky-default .is-sticky .journal-header-default .journal-cart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .sticky-default .is-sticky .journal-header-default #cart {
    box-shadow: none; }
    .sticky-default .is-sticky .journal-header-default #cart .content {
      width: 100%; }
  .sticky-default.slim-header .is-sticky .journal-menu {
    clear: none;
    width: 75%; }
    .sticky-default.slim-header .is-sticky .journal-menu .mega-menu {
      left: -33.3333%;
      width: 133.3333%; }
  .sticky-default.compact-header .is-sticky .header #header {
    height: 60px; }
    .sticky-default.compact-header .is-sticky .header #header .journal-links,
    .sticky-default.compact-header .is-sticky .header #header .journal-cart,
    .sticky-default.compact-header .is-sticky .header #header .lang-curr,
    .sticky-default.compact-header .is-sticky .header #header .divider {
      display: none; }
    .sticky-default.compact-header .is-sticky .header #header .journal-logo {
      height: 60px;
      position: absolute;
      left: 0; }
    .sticky-default.compact-header .is-sticky .header #header .journal-menu {
      margin-left: 22%; }
  .sticky-default.center-header .is-sticky .journal-top-header,
  .sticky-default.center-header .is-sticky #header > .header-assets:first-of-type {
    display: none; }
  .sticky-default.center-header .is-sticky .journal-center-bg {
    top: 0; }
  .sticky-default.center-header .is-sticky .journal-menu-bg {
    top: 70px; }
  .sticky-default.center-header .is-sticky .j-100 {
    height: 70px; }

  html[dir="rtl"].sticky-default.compact-header .is-sticky .header #header .journal-logo {
    left: auto;
    right: 0; }
  html[dir="rtl"].sticky-default.compact-header .is-sticky .header #header .journal-menu {
    margin-left: 0;
    margin-right: 22%; }

  .sticky-menu .is-sticky .journal-header-default .journal-logo,
  .sticky-menu .is-sticky .journal-header-default .header-assets,
  .sticky-menu .is-sticky .journal-header-default .journal-top-header {
    display: none !important; }
  .sticky-menu .is-sticky .journal-header-default .journal-menu {
    width: 100%; }
    .sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:first-of-type {
      border-left-width: 1px; }
    .sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:last-of-type {
      border-right-width: 1px; }
    .sticky-menu .is-sticky .journal-header-default .journal-menu .mega-menu {
      left: 0;
      width: 100%; }
    .sticky-menu .is-sticky .journal-header-default .journal-menu .drop-down ul {
      width: 100%; }
  .sticky-menu .is-sticky .journal-header-compact #header .journal-logo,
  .sticky-menu .is-sticky .journal-header-compact #header .journal-links,
  .sticky-menu .is-sticky .journal-header-compact #header .journal-cart,
  .sticky-menu .is-sticky .journal-header-compact #header .lang-curr,
  .sticky-menu .is-sticky .journal-header-compact #header .divider {
    display: none !important; }
  .sticky-menu .is-sticky .journal-header-compact #header .journal-menu {
    width: 78%; }
    .sticky-menu .is-sticky .journal-header-compact #header .journal-menu .super-menu > li {
      height: 50px; }
    .sticky-menu .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
      left: 0 !important; }
  .sticky-menu .is-sticky .journal-header-compact #header .journal-search {
    padding: 10px 0 10px 0; }
  .sticky-menu .is-sticky .journal-header-center .journal-top-header,
  .sticky-menu .is-sticky .journal-header-center .journal-center-bg,
  .sticky-menu .is-sticky .journal-header-center #header > .header-assets {
    display: none; }
  .sticky-menu .is-sticky .journal-header-center .journal-menu-bg {
    top: 0; }
  .sticky-menu.boxed-header .is-sticky .journal-header-compact #header .journal-menu .super-menu > li:first-of-type > a {
    margin-left: 15px; }
  .sticky-menu.boxed-header .is-sticky .journal-header-compact #header .journal-search {
    padding-right: 10px; }

  html[dir="rtl"].sticky-menu.compact-header .is-sticky .header #header .journal-menu .super-menu > li:first-of-type > a {
    margin-left: 0; }
  html[dir="rtl"].sticky-menu.compact-header .is-sticky .header #header .journal-menu .mega-menu {
    right: 0 !important; }
  html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:first-of-type {
    border-right-width: 1px;
    border-right-style: solid; }
  html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:last-of-type {
    border-right-width: 0;
    border-left-width: 1px; }

  .sticky-default.boxed-header.center-header .is-sticky .header {
    background-image: none;
    background-color: transparent; }
  .sticky-default.boxed-header.center-header .is-sticky .journal-menu-bg {
    display: none; } }
/******************************
 //Tablet Portrait Default
*******************************/
@media only screen and (min-width: 760px) and (max-width: 980px) {
  .sticky-default .is-sticky .journal-header-default .journal-logo {
    width: 30%; }
  .sticky-default .is-sticky .journal-header-default .journal-menu,
  .sticky-default .is-sticky .journal-header-default .header-assets {
    width: 70%;
    clear: none; }
    .sticky-default .is-sticky .journal-header-default .journal-menu .mega-menu,
    .sticky-default .is-sticky .journal-header-default .header-assets .mega-menu {
      left: -43%;
      width: 143%; }
  .sticky-default .is-sticky .journal-header-compact #header .journal-logo {
    display: none; }
  .sticky-default .is-sticky .journal-header-compact #header .journal-menu {
    width: 73%;
    margin-left: 15px !important;
    margin-top: 15px;
    left: 0; }
    .sticky-default .is-sticky .journal-header-compact #header .journal-menu .super-menu > li > a {
      height: 30px;
      line-height: 30px; }
    .sticky-default .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
      left: -15px !important; }
  .sticky-default .is-sticky .journal-header-compact #header .journal-search {
    width: 25%;
    left: auto;
    right: 0;
    top: 0; }
  .sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .super-menu {
    left: -43%;
    width: 143%; }
  .sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .mega-menu {
    left: 0 !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    max-height: 60vh;
    overflow-y: auto; }
  .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header {
    height: 40px; }
    .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu {
      width: 75% !important;
      margin: 0 !important; }
      .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .super-menu {
        width: 100vw; }
        .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .super-menu > li > a {
          height: 40px;
          line-height: 40px; }
      .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .mega-menu {
        left: 0 !important;
        right: auto !important; }
    .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search {
      padding: 0 !important; }
      .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search, .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search input, .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search .button-search {
        height: 40px; }
      .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search .autocomplete2-suggestions {
        min-width: 250px;
        right: 0; }

  html[dir="rtl"].sticky-default .is-sticky .journal-header-default .mega-menu {
    left: 0 !important; }
  html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-menu {
    margin-left: 0 !important;
    margin-right: 15px !important; }
    html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
      right: -15px !important; }
  html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-search {
    right: auto;
    left: 0; }
  html[dir="rtl"].sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .super-menu {
    left: auto;
    right: -43%;
    width: 143%; }

  .sticky-menu .is-sticky .journal-header-compact #header .journal-logo {
    display: none; }
  .sticky-menu .is-sticky .journal-header-compact #header .journal-menu {
    width: 73%;
    margin-left: 15px !important;
    margin-top: 0;
    left: 0; }
    .sticky-menu .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
      left: -15px !important; }
    .sticky-menu .is-sticky .journal-header-compact #header .journal-menu .super-menu > li > a {
      height: 30px;
      line-height: 30px; }
  .sticky-menu .is-sticky .journal-header-compact #header .journal-search {
    width: 23%;
    left: auto;
    right: 0;
    top: 0; }
  .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header {
    height: 40px; }
    .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu {
      width: 75% !important;
      margin: 0 !important; }
      .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu {
        width: 100vw; }
        .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu > li {
          height: auto; }
          .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu > li > a {
            height: 40px;
            line-height: 40px; }
      .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .mega-menu {
        left: 0 !important; }
    .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search {
      padding: 0 !important;
      width: 25%; }
      .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search, .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search input, .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search .button-search {
        height: 40px; }
      .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search .autocomplete2-suggestions {
        min-width: 250px;
        right: 0; }

  html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:first-of-type {
    border-right-width: 0;
    border-left-width: 1px; }
  html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li:last-of-type {
    border-left-width: 0; }
  html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-menu {
    margin-left: 0 !important;
    margin-right: 15px;
    left: auto; }
    html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-menu .mega-menu {
      right: -15px !important; }
  html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-search {
    left: 0;
    right: auto; }
  html[dir="rtl"].sticky-menu.mobile-menu-on-tablet .is-sticky .journal-header-compact #header.journal-header .journal-search {
    left: 0;
    right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  html[dir="rtl"].sticky-menu.mobile-menu-on-tablet .is-sticky .journal-header-compact #header.journal-header .mega-menu {
    right: auto !important; } }
@media only screen and (max-width: 760px) {
  .bottom-menu-bar body {
    padding-bottom: 40px; }
  .bottom-menu-bar #header {
    padding-top: 0; }
    .bottom-menu-bar #header .journal-links {
      position: fixed !important;
      top: auto !important;
      bottom: 0;
      z-index: 999999;
      background: #333745; }
      .bottom-menu-bar #header .journal-links .top-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
        .bottom-menu-bar #header .journal-links .top-menu > li {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          border-width: 0;
          border-right-width: 1px;
          border-color: #646875;
          border-style: solid; }
          .bottom-menu-bar #header .journal-links .top-menu > li:last-of-type {
            border-right-width: 0; }
          .bottom-menu-bar #header .journal-links .top-menu > li > a, .bottom-menu-bar #header .journal-links .top-menu > li .no-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border-width: 0; }
            .bottom-menu-bar #header .journal-links .top-menu > li > a > i, .bottom-menu-bar #header .journal-links .top-menu > li .no-link > i {
              font-size: 160% !important;
              margin-right: 0 !important; }
            .bottom-menu-bar #header .journal-links .top-menu > li > a > span, .bottom-menu-bar #header .journal-links .top-menu > li .no-link > span {
              display: none; }
        .bottom-menu-bar #header .journal-links .top-menu .top-dropdown {
          top: auto;
          bottom: 100%; }
          .bottom-menu-bar #header .journal-links .top-menu .top-dropdown li {
            position: relative; }
            .bottom-menu-bar #header .journal-links .top-menu .top-dropdown li > a {
              z-index: 2;
              position: relative;
              border-radius: inherit;
              -webkit-transition: all 0s;
                      transition: all 0s; }
            .bottom-menu-bar #header .journal-links .top-menu .top-dropdown li:first-of-type::before {
              display: none; }
            .bottom-menu-bar #header .journal-links .top-menu .top-dropdown li:last-of-type::after {
              content: "\e61d";
              position: absolute;
              bottom: -15px;
              font-size: 25px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              color: #4b5a71; }
      .bottom-menu-bar #header .journal-links .has-dropdown i {
        left: -2px; }
      .bottom-menu-bar #header .journal-links .has-dropdown::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(160%, -50%) scale(-1);
                transform: translate(160%, -50%) scale(-1);
        margin-left: 0; }
  .bottom-menu-bar .scroll-top {
    bottom: 40px; }

  html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu > li:last-of-type {
    border-right-width: 1px; }
  html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu > li > a > i, html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu > li .no-link > i {
    margin-left: 0; }
  html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu .has-dropdown i {
    left: 2px; }
  html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu .has-dropdown::after {
    -webkit-transform: translate(-240%, -50%) scale(-1);
            transform: translate(-240%, -50%) scale(-1);
    margin-right: 0; } }
/******************************
 IE
*******************************/
.ie:not(.edge) #header .top-menu .top-dropdown a, .ie:not(.edge) #header .top-menu .top-dropdown .no-link {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
.ie:not(.edge) #header .top-menu .top-dropdown .top-menu-link {
  display: table-cell;
  vertical-align: middle; }
.ie:not(.edge) #content .product-grid-item .cart {
  min-height: 40px; }
.ie:not(.edge) #content .product-grid-item .name {
  min-height: 55px; }
.ie:not(.edge) #content .product-grid-item .price {
  min-height: 35px; }

@media only screen and (max-width: 980px) {
  .journal-login {
    z-index: 999; } }
@media only screen and (min-width: 980px) {
  .default-header .journal-cart {
    z-index: 1000; } }


/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/module.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
REVOLUTION SLIDER
*******************************/
#content .journal-slider {
  margin-bottom: 20px; }
#content .multi-modules .journal-slider {
  margin-bottom: 0; }

.tp-loader {
  border-radius: 50%; }

.tp-caption {
  line-height: 100%;
  text-align: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .tp-caption a, .tp-caption a:hover {
    color: inherit; }

a.tp-caption {
  -webkit-transition: color 0.15s, background-color 0.15s, border-color 0.15s !important;
          transition: color 0.15s, background-color 0.15s, border-color 0.15s !important; }

.tp-bannertimer, .tp-bannertimer.tp-bottom {
  background-image: none;
  background-color: #EA2E49;
  height: 3px;
  z-index: 98; }

.nav-on-hover .tp-bullets, .nav-on-hover .tparrows {
  opacity: 0; }

.nav-on-hover:hover .tp-bullets, .nav-on-hover:hover .tparrows {
  opacity: 1; }
.tp-leftarrow {left: 8% !important;}
.tp-rightarrow {right: 8% !important;}
.tp-leftarrow,
.tp-leftarrow.default,
.tp-rightarrow,
.tp-rightarrow.default {
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  border-radius: 50%;
  color: white;
  -webkit-transition: color 0.2s;
          transition: color 0.2s; }
  .tp-leftarrow:before,
  .tp-leftarrow.default:before,
  .tp-rightarrow:before,
  .tp-rightarrow.default:before {
    -webkit-transition: color 0.2s;
            transition: color 0.2s;
    content: "\e093";
    font-size: 40px;
    color: inherit; }

.tp-rightarrow:before,
.tp-rightarrow.default:before {
  content: "\e094"; }

.tp-bullets .tp-leftarrow.round,
.tp-bullets .tp-rightarrow.round {
  background-image: none; }
  .tp-bullets .tp-leftarrow.round:before,
  .tp-bullets .tp-rightarrow.round:before {
    font-size: 20px;
    top: -3px; }

.slidelink.tp-hidden-caption {
  display: block !important;
  visibility: visible !important;
  top: 0; }

.tp-bullets.simplebullets.round .bullet {
  background-color: transparent;
  background-image: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  margin-bottom: 2px;
  margin-left: 8px;
  width: 13px;
  height: 13px;
  -webkit-perspective: 1000; }
  .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background-color: transparent; }
  .tp-bullets.simplebullets.round .bullet:hover:after {
    content: ""; }

.full-thumbs .tp-bullets.tp-thumbs {
  width: 100% !important; }
  .full-thumbs .tp-bullets.tp-thumbs .tp-mask {
    width: 100% !important; }

.tp-bullets.tp-thumbs {
  width: auto !important;
  height: auto !important;
  padding: 0;
  overflow: hidden;
  background-color: transparent; }
  .tp-bullets.tp-thumbs .bullet {
    opacity: 1;
    position: relative; }
    .tp-bullets.tp-thumbs .bullet.selected:before, .tp-bullets.tp-thumbs .bullet:hover:before {
      opacity: 0; }

.tp-bullets.tp-thumbs .bullet {
  position: relative; }
  .tp-bullets.tp-thumbs .bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    -webkit-transition: opacity .2s;
            transition: opacity .2s;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

/******************************
 SWIPER
*******************************/
.swiper {
  position: relative;
  width: 100%; }

.swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  .swiper-wrapper img {
    max-width: 100%;
    height: auto;
	border-radius: 9px;	}

.swiper-hidden {
  visibility: hidden; }

.swiper-slide,
.swiper-wrapper {
  height: auto; }

.swiper-pagination {
  width: 100%;
  font-size: 0;
  padding: 0px; }

.swiper-pagination-bullet {
  opacity: 1;
  width: 35px;
  height: 5px;
  margin: 0 3px;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
  .swiper-pagination-bullet:hover {
    background: #3F5765;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00589d; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    content: "\e60f";
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 58%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #3F5765; }
.swiper-button-next::before {
  content: "\e60e"; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

html[dir="rtl"] .swiper-button-next {
  right: auto;
  left: 0; }
html[dir="rtl"] .swiper-button-prev {
  left: auto;
  right: 0; }
html[dir="rtl"] .swiper-button-prev::before,
html[dir="rtl"] .swiper-button-next::before {
  -webkit-transform: scale(-1) translate(50%, 50%);
          transform: scale(-1) translate(50%, 50%); }

/******************************
 JOURNAL SLIDER
*******************************/
.journal-simple-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */ }
.journal-simple-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 15px; }
.journal-simple-slider .swiper-button-prev,
.journal-simple-slider .swiper-button-next {
  width: 40px;
  height: 50px; }
.journal-simple-slider.nav-on-hover .swiper-button-prev,
.journal-simple-slider.nav-on-hover .swiper-button-next,
.journal-simple-slider.nav-on-hover .swiper-pagination {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out; }
.journal-simple-slider.nav-on-hover:hover .swiper-button-prev,
.journal-simple-slider.nav-on-hover:hover .swiper-button-next,
.journal-simple-slider.nav-on-hover:hover .swiper-pagination {
  visibility: visible;
  opacity: 1; }

.side-column .journal-simple-slider.box {
  background-color: transparent; }

/******************************
 CAROUSEL
*******************************/
#top-modules .journal-carousel, #bottom-modules .journal-carousel {
  margin: 0 auto; }

#content .journal-carousel .box-product {
  margin-right: 0; }

html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-prev,
html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-next {
  left: 0;
  right: auto; }
html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-prev {
  left: 20px;
  right: auto; }

.journal-carousel:not(.has-bullets) {
  margin-bottom: 0px; }
.journal-carousel.bullets-on {
  margin-bottom: 0; }
.journal-carousel.arrows-top .swiper-button-prev,
.journal-carousel.arrows-top .swiper-button-next {
  top: -60px;
  right: -5px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: transparent; }
  .journal-carousel.arrows-top .swiper-button-prev::before,
  .journal-carousel.arrows-top .swiper-button-next::before {
    font-size: 22px; }
.journal-carousel.arrows-top .swiper-button-prev {
  right: 15px;
  left: auto; }
.journal-carousel .product-grid-item {
  margin-bottom: 0; }
  .journal-carousel .product-grid-item .product-wrapper {
    margin: 0;
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.journal-carousel .tab-content {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  border: 0;
  z-index: 98; }
.journal-carousel .htabs {
  padding-left: 15px;
  padding-right: 0; }
  .journal-carousel .htabs a {
    background-color: transparent;
    box-shadow: none;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #333745;
    color: inherit;
    -webkit-transition: background-color 0.2s, color .2s;
            transition: background-color 0.2s, color .2s;
    float: left;
    padding: 0 15px; }
.journal-carousel .htabs.single-tab a, .journal-carousel .htabs.single-tab a.selected, .journal-carousel .htabs.single-tab a:hover {
  border: none;
  cursor: default;
  background-color: transparent; }
.journal-carousel .htabs.single-tab a {
  padding: 0; }

/******************************
FULLSCREEN SLIDER
*******************************/
.journal-fullscreen-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  z-index: -1; }
  .journal-fullscreen-slider .tp-loader {
    display: none; }

.transparent-overlay {
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99; }

#supersized {
  top: -12px; }

/******************************
CUSTOM SECTIONS
*******************************/
.section-brand .quickview-button,
.section-category .quickview-button,
.carousel-brand .quickview-button,
.carousel-category .quickview-button {
  display: none; }
.section-brand .product-details,
.section-category .product-details,
.carousel-brand .product-details,
.carousel-category .product-details {
  padding-bottom: 0; }

#top-modules .journal2_custom_sections:before,
#bottom-modules .journal2_custom_sections:before {
  content: "";
  width: calc(100% + 20px);
  height: 40px;
  position: absolute;
  left: -20px;
  right: 0; }

html[dir="rtl"] #top-modules .journal2_custom_sections:before,
html[dir="rtl"] #bottom-modules .journal2_custom_sections:before {
  width: 100%; }

#content .custom-sections:not(.no-heading) {
  margin-bottom: 20px; }

.box-heading.box-sections {
  padding: 0; }

.no-heading .product-grid {
  padding-top: 0; }

.box-sections ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .box-sections ul li {
    list-style: none;
    border-right: 1px solid white;
    display: table-cell; }
    .box-sections ul li a {
      display: block;
      text-align: center;
      padding: 0 5px;
      color: white;
      font-size: inherit;
      -webkit-transition: all .2s;
              transition: all .2s;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .box-sections ul li:last-of-type {
    border-right-width: 0; }

.single-section .box-heading ul li a {
  cursor: default;
  padding-left: 10px;
  text-align: left;
  background-color: initial !important;
  pointer-events: none; }
  .single-section .box-heading ul li a:hover {
    background-color: inherit; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 0; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s; }

.isotope {
  -webkit-transition-property: height, width;
          transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.oc-filter .panel-heading {
  padding: 0;
  height: 40px;
  margin-bottom: 5px;
  background-color: transparent; }
.oc-filter a.list-group-item {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0;
  display: block;
  font-size: 15px;
  color: inherit; }
.oc-filter .list-group-item {
  padding: 10px 0; }
  .oc-filter .list-group-item label {
    display: block; }

/******************************
 BANNER
*******************************/
.banner {
  position: relative;
  margin: 0 auto;
  margin-bottom: -2px; }

.banner div {
  text-align: center;
  display: none;
  margin: 0 auto; }

.oc-banner .item img {
  max-width: 100%;
  height: auto; }
 
/******************************
 FILTER MODULE
*******************************/
#content .box-filter {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: -15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px; }

#content #button-filter {
  margin: 15px 0;
  float: right; }

#content .box-filter > li {
  max-width: 200px;
  float: left;
  margin-right: 10px; }

#content .box-filter > li > span {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 8px 12px 8px;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 8px; }

#column-right .box-filter > li,
#column-left .box-filter > li {
  min-height: 40px;
  width: 100%;
  display: table; }

#column-right .box-filter > li > span,
#column-left .box-filter > li > span {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 8px 8px 0;
  min-height: 40px;
  display: block;
  padding-left: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #dbdbdb; }

#column-right #button-filter,
#column-left #button-filter {
  margin: 15px; }

#column-right .box-content .box-filter li ul,
#column-left .box-content .box-filter li ul {
  display: block;
  padding-left: 10px;
  padding-top: 5px; }

.filter-collapse .box.is-collapsed .box-content {
  display: none !important; }
.filter-collapse .sf-icon {
  top: 11px; }
.filter-collapse .sf-reset {
  right: 28px; }
.filter-collapse .box-heading {
  cursor: pointer; }
  .filter-collapse .box-heading::after {
    content: "\e62d";
    font-size: 19px;
    position: absolute;
    right: 9px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
.filter-collapse .is-collapsed .box-heading::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.side-column .journal-sf .box ul li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (max-width: 760px) {
  .filter-columns-mobile .journal-sf ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filter-columns-mobile .journal-sf ul li {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .filter-columns-mobile .journal-sf ul li:nth-last-of-type(2) {
        border-bottom-width: 0; } }
/******************************
 WELCOME MODULE
*******************************/
.welcome {
  margin-bottom: 15px; }
  .welcome h1 {
    border-bottom: 1px solid transparent;
    padding-bottom: 4px; }
  .welcome p {
    font-weight: normal;
    font-size: 13px;
    padding-top: 5px; }

.side-column .welcome {
  padding: 10px;
  margin-bottom: 0;
  clear: both; }
  .side-column .welcome h1 {
    margin-bottom: 8px; }

/******************************
STORE PICKER
*******************************/
#content .store-picker, .side-column .store-picker {
  padding: 10px 10px 0 10px; }
  #content .store-picker p, .side-column .store-picker p {
    text-align: left !important;
    padding: 0 0 5px 0; }
#content .oc-store .box-heading, .side-column .oc-store .box-heading {
  margin-bottom: 10px; }
#content .store-module, .side-column .store-module {
  padding: 0 10px; }
  #content .store-module p, .side-column .store-module p {
    margin-bottom: 5px; }
  #content .store-module a, .side-column .store-module a {
    display: inline-block;
    margin-top: 5px; }

/******************************
CMS BLOCKS
*******************************/
.cms-blocks, .static-banners {
  display: table;
  width: 100%; }
.home-page .cms-blocks .blocks, .static-banners .blocks, .information-page .cms-blocks .blocks {margin-right: inherit;}
  .cms-blocks .blocks, .static-banners .blocks {
    margin-right: -20px; }
  .cms-blocks .box-heading, .static-banners .box-heading {
    margin-bottom: 20px; }
.home-page .static-banners>div, .information-page .static-banners>div {margin-right: 0px !important;}
.home-page .static-banner, .information-page .static-banner {padding-right: 0px !important;}
.home-page.gecko .side-column img, .home-page.ie .side-column img, .information-page.gecko .side-column img, .information-page.ie .side-column img {
  max-width: 300px; }
.multi-modules .static-banners .box-heading {
  margin-right: 0; }
  .static-banners.journal-carousel > div {
    margin-right: 0; }
.static-banners.journal-carousel {
  display: block; }
  .static-banners.journal-carousel .static-banner {
    overflow: hidden;
    margin-bottom: 0;
    padding-right: 0; }
    .static-banners.journal-carousel .static-banner .banner-overlay {
      right: 0; }
.home-page .cms-block, .information-page .cms-block {padding-right: 0px !important;}
.home-page .static-banner .banner-overlay, .information-page .static-banner .banner-overlay {
    right: 0 !important; }
.home-page .multi-module-67 .static-banners .box-heading {position: absolute;
    z-index: 999;
    font-family: Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    color: #222;
	padding-top: 7px;
    padding-left: 15px;}
.home-page .multi-module-67 .multi-modules-row, .information-page .multi-module-67 .multi-modules-row {background-color: #f5f5f5;}
.home-page .multi-module-67 .tp-bullets.simplebullets.round .bullet, .information-page .multi-module-67 .multi-modules-row {border-color: #e7e7e7;}
.home-page .multi-module-67 .tp-bullets.simplebullets.round .bullet.selected, .information-page .multi-module-67 .tp-bullets.simplebullets.round .bullet.selected {background-color: #e7e7e7;}
.cms-block {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px; }
  .cms-block ul, .cms-block ol {
    padding: 10px 0 0 25px;
    margin: 0; }
  .cms-block img {
    max-width: 100% !important;
    height: auto !important; }

.gecko .side-column img, .ie .side-column img {
  max-width: 200px; }

.block-content {
  display: table;
  width: 100%; }

p img {
  max-width: 100% !important;
  height: auto !important; }

.block-icon {
  text-align: center;
  -webkit-backface-visibility: hidden; }
  .block-icon i {
    margin: 0 !important;
    border-radius: inherit; }
    .block-icon i img {
      border-radius: inherit; }

.block-icon-left {
  float: left;
  margin-right: 10px; }

.block-icon-top {
  margin: 0 auto 10px auto; }

/******************************
 STATIC BANNERS
*******************************/
.static-banners > div {
  margin-right: -20px; }
.static-banner {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px; }
  .static-banner img {
    width: 100%;
    height: auto;
    float: left; }
  .static-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s;
            transition: all 0.1s; }
    .static-banner .banner-overlay i {
      margin-right: 0 !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
  .static-banner:hover .banner-overlay {
    visibility: visible;
    opacity: 1; }
    .static-banner:hover .banner-overlay i {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.15s ease-out;
              transition: all 0.15s ease-out; }
  .static-banner .block-content {
    display: block; }

#content .static-banners {
  margin-bottom: 0; }
span.banner_link {
    text-align: center;
    white-space: normal;
    width: 100%;
    display: inline-block;
    color: #333;
    margin-top: 10px;
}
/******************************
 TEXT ROTATOR
*******************************/
.journal-rotator {
  margin-bottom: 20px; }

.text-rotator.bullets-on.bullets-center .quovolve-nav {
  bottom: -5px; }

.rotator-image {
  margin: 15px;
  display: block;
  max-width: 85%;
  height: auto;
  float: left;
  position: relative; }

.rotator-image.image-center {
  margin: 15px auto 0 auto !important; }

.rotator-text {
  padding: 15px;
  display: block;
  line-height: 1.3;
  position: relative;
  font-weight: inherit;
  font-size: inherit; }
  .rotator-text > div {
    float: left; }

.has-cta .rotator-text {
  display: inline-block; }

.cta-center .rotator-text {
  display: block;
  margin-bottom: 5px; }

.rotator-author {
  display: block;
  margin-top: 8px;
  position: relative;
  padding: 0 15px; }

.bullets-on .rotator-author {
  padding-bottom: 8px; }
.bullets-on .quote {
  padding-bottom: 20px; }

.bullets-off .rotator-author {
  margin-bottom: 10px; }

.quovolve-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0; }
  .quovolve-nav ol {
    margin: 0;
    text-align: right;
    padding: 0 10px 7px 20px; }
    .quovolve-nav ol li {
      list-style: none;
      display: inline-block; }

.headline-mode .quote.has-cta.cta-center {
  overflow: visible; }

.quote {
  text-align: left;
  overflow: hidden; }
  .quote .cta {
    position: relative !important;
    white-space: nowrap; }
    .quote .cta i {
      float: left;
      font-size: 1.1em; }
    .quote .cta.button-center {
      margin-bottom: 10px; }

.headline-mode .rotator-text {
  line-height: 1.1; }
.headline-mode .quovolve-nav ol {
  padding-bottom: 2px; }
.headline-mode .quote .button-icon-right i {
  margin-right: 0 !important;
  margin-left: 7px;
  float: right; }
.headline-mode.align-left {
  padding-left: 20px;
  padding-right: 20px; }

.bullets-left .quovolve-nav ol {
  text-align: left; }

.bullets-center .quovolve-nav ol {
  text-align: center; }

.bullets-right .quote {
  padding-bottom: 30px; }
.bullets-right .quovolve-nav ol {
  text-align: right; }

.nav-numbers a {
  color: transparent !important;
  background-color: transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-perspective: 1000; }
  .nav-numbers a:hover:after {
    content: ""; }

/******************************
 PHOTO GALLERY
*******************************/
.journal-gallery .box-heading {
  margin-bottom: 15px; }
.journal-gallery .box-content {
  margin-right: -15px;
  overflow: hidden;
  width: auto; }
.journal-gallery.arrows-top .box-content {
  overflow: visible; }
.journal-gallery.arrows-top .swiper-button-prev,
.journal-gallery.arrows-top .swiper-button-next {
  top: -55px; }

.journal-carousel .box-content {
  margin-right: 0; }
.journal-carousel .gallery-thumb {
  padding-right: 0;
  margin-bottom: 0; }

.oc-module {
  display: table;
  width: 100%; }
  .oc-module.oc-html {
    display: block; }

.gallery-thumb {
  padding-right: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  .gallery-thumb a {
    display: block;
    position: relative;
    overflow: hidden; }
    .gallery-thumb a:before {
      content: "\e015";
      position: absolute;
      font-size: 30px;
      color: white;
      z-index: 99;
      -webkit-transition: all .2s;
              transition: all .2s;
      visibility: hidden;
      opacity: 0;
      padding: 0 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
  .gallery-thumb img {
    width: 100%;
    float: right;
    height: auto;
    border-radius: inherit; }
  .gallery-thumb .item-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .2s;
            transition: all .2s;
    border-radius: inherit; }

.gallery-thumb > a:hover .item-hover {
  -webkit-transition: all .2s;
          transition: all .2s;
  visibility: visible;
  opacity: 1; }

.gallery-thumb > a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

/******************************
LightGallery
*******************************/
.lg-backdrop {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9); }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-outer {
    text-align: center; }
  .lg-outer .lg-image {
    max-height: calc(100% - 100px);
    margin-top: 6px; }

.lg-toolbar,
.lg-sub-html {
  min-height: 60px;
  border-bottom: 2px solid #f1f1f1;
  background-color: transparent; }

.lg-toolbar .lg-icon {
  color: #b5b5b5;
  font-size: 28px;
  width: 45px;
  text-align: inherit;
  padding: 12px 0;
  -webkit-transition: color .1s linear;
          transition: color .1s linear; }

#lg-intense-zoom {
  position: absolute;
  right: 45px;
  width: 50px;
  height: 50px;
  top: 0;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; }
  #lg-intense-zoom::before {
    content: "\e015";
	font-size: 19px;
    position: absolute;
    color: #b5b5b5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#lg-counter {
  color: #E4E4E4;
  font-size: 18px; }

.lg-sub-html {
  padding: 13px 70px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lg-sub-html > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #E4E4E4; }

.lg-icon::before,
.lg-icon::after {
  font-family: 'lg'; }

.lg-thumb.group {
  display: inline-block; }

.lg-outer .lg-thumb-outer {
  background: black; }
.lg-outer .lg-thumb-item {
  margin-bottom: 0;
  border: 3px solid #5F6874;
  border-radius: 1px; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: white; }
.lg-outer .lg-thumb {
  padding: 12px 0;
  margin-bottom: 0; }
.lg-outer .lg-toogle-thumb {
  height: 40px;
  top: -40px;
  width: 45px;
  color: #E4E4E4; }
.lg-outer .lg-toogle-thumb:after {
  margin-top: 1px; }

/******************************
ADVANCED GRID
*******************************/
.multi-modules-wrapper {
  overflow: hidden; }

.multi-modules-column {
  height: 100%; }

.multi-modules-row {
  overflow: hidden;
  position: relative; }

.multi-modules-row .tp-banner-container {
  height: 100% !important;
  max-width: 100% !important; }
.multi-modules-row .tp-banner {
  height: 100% !important; }
  .multi-modules-row .tp-banner .slot, .multi-modules-row .tp-banner .slot div {
    width: 100% !important;
    height: 100% !important; }

.tp-banner .slot, .tp-banner .slot div {
  width: 100% !important;
  height: 100% !important; }

#top-modules .multi-modules .static-banners, #bottom-modules .multi-modules .static-banners {
  padding: 0 !important; }

.multi-modules .static-banner, .multi-modules .journal-simple-slider, .multi-modules .static-banners > div {
  margin: 0 !important;
  padding: 0 !important; }
  .multi-modules .static-banner .banner-overlay, .multi-modules .journal-simple-slider .banner-overlay, .multi-modules .static-banners > div .banner-overlay {
    right: 0; }

.container-dimensions {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background: brown;
  color: white;
  z-index: 97;
  display: none; }
  .container-dimensions::after {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    content: "(Visible to admins only)";
    display: none; }

.multi-modules-row:hover .container-dimensions {
  display: block; }

/******************************
NEWSLETTER
*******************************/
.journal-newsletter {
  margin-bottom: 20px; }
  .journal-newsletter .box-content {
    border-radius: inherit; }
    .journal-newsletter .box-content:after {
      content: "";
      display: block;
      clear: both;
      height: 0; }
  .journal-newsletter input + .button {
    margin-top: 10px; }
  .journal-newsletter.text-left .newsletter-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: left;
    width: 50%;
    padding-right: 20px;
    text-align: left;
    line-height: 1.2; }
  .journal-newsletter.text-left .newsletter-input-wrap {
    display: block;
    position: relative;
    float: left;
    width: 50%; }
    .journal-newsletter.text-left .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none; }
    .journal-newsletter.text-left .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 5px;
      right: 3px; }
    .journal-newsletter.text-left .newsletter-input-wrap input + .button {
      margin-top: 0; }
  .journal-newsletter.text-top .newsletter-text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px; }
  .journal-newsletter.text-top .newsletter-input-wrap {
    display: block;
    position: relative;
    width: 100%; }
    .journal-newsletter.text-top .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none;
      border: 0; }
    .journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 5px;
      right: 3px; }
    .journal-newsletter.text-top .newsletter-input-wrap input + .button {
      margin-top: 0; }

.side-column .journal-newsletter .newsletter-text {
  float: none;
  width: 100% !important;
  margin-bottom: 10px;
  padding: 0; }
.side-column .journal-newsletter .newsletter-input-wrap {
  float: none;
  width: 100% !important;
  height: auto !important;
  text-align: center; }
  .side-column .journal-newsletter .newsletter-input-wrap input {
    margin-bottom: 5px; }
  .side-column .journal-newsletter .newsletter-input-wrap .newsletter-button {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%; }
  .side-column .journal-newsletter .newsletter-input-wrap input + .button {
    margin-top: 0; }

/******************************
 SUPER FILTER
*******************************/
.main-products {
  position: relative;
  height: 100%; }

.product-list .sf-loader {
  right: 0; }

.sf-loader {
  min-height: 2000px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
  font-size: 14px;
  z-index: 99;
  left: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden; }
  .sf-loader span {
    padding: 5px 10px;
    display: block;
    -webkit-font-smoothing: auto; }

.side-column .journal-sf .box-filter > li {
  min-height: 0; }

.sf-reset {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 99;
  -webkit-transition: color .2s;
          transition: color .2s; }
  .sf-reset .sf-reset-icon:after {
    font-size: 15px; }

.sf-reset-icon:after {
  content: "\e601";
  font-size: 14px;
  position: relative;
  margin-left: 5px;
  float: right; }

.sf-text {
  right: 7px; }
  .sf-text .sf-reset-icon {
    display: none; }

.sf-icon {
  top: 10px; }
  .sf-icon:before {
    border-top-color: #428bca;
    display: block; }
  .sf-icon:after {
    display: block;
    background-color: #428bca;
    padding: 6px 9px; }
  .sf-icon .sf-reset-text {
    display: none; }
  .sf-icon .sf-reset-icon:after {
    font-size: 20px;
    position: relative;
    margin-left: 1px;
    top: -2px; }

.sf-price .ui-slider-horizontal {
  height: auto; }
.sf-price .ui-widget-content {
  border: none;
  background: white; }
.sf-price .ui-widget-header {
  background: #EA2E49;
  border: none; }
.sf-price .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: 0;
  cursor: pointer;
  background: #428bca;
  border: 0;
  border-radius: 0;
  -webkit-transition: background 0.2s;
          transition: background 0.2s; }
.sf-price .value {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: white;
  background: #428bca;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -18px;
  min-width: 36px;
  text-align: center;
  display: block;
  padding: 2px 3px; }
  .sf-price .value:after {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-radius: 0;
    top: -12px;
    left: 50%;
    margin-left: -7px; }
.sf-price .price-range-both.value {
  min-width: 72px;
  margin: 0 0 0 -36px;
  top: 19px; }
.sf-price .price-range-both {
  display: none; }
.sf-price.sf-input .box-content {
  margin-bottom: 20px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sf-price.sf-input .box-content span {
    position: relative;
    display: inline-block;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sf-price.sf-input .box-content span:after {
      content: "";
      display: table;
      clear: both; }
    .sf-price.sf-input .box-content span:first-of-type {
      padding-right: 5px; }
    .sf-price.sf-input .box-content span:last-of-type {
      padding-left: 5px; }
    .sf-price.sf-input .box-content span label {
      font-size: 16px;
      cursor: default;
      padding-right: 5px;
      line-height: 30px;
      float: left; }
    .sf-price.sf-input .box-content span input {
      float: left;
      width: 84%;
      max-height: 30px; }
    .sf-price.sf-input .box-content span.currency-right label {
      float: right;
      padding-right: 0; }
    .sf-price.sf-input .box-content span.currency-right input {
      width: 82%; }
  .sf-price.sf-input .box-content .button {
    display: block;
    width: 100%;
    margin-top: 10px; }

.journal-sf {
  position: relative; }
  .journal-sf img {
    height: auto; }
  .journal-sf .box-content {
    display: block;
    overflow: auto;}
  .journal-sf .sf-price .box-content {
    overflow: visible; }
  .journal-sf:before {
    border-top-color: #428bca;
    display: block; }
  .journal-sf:after {
    display: block;
    background-color: #428bca;
    padding: 6px 9px;
    border-radius: 3px; }
  .journal-sf ul {
    border-radius: inherit;
    overflow: hidden; }
    .journal-sf ul li {
      border-bottom: 1px solid #333745; }
      .journal-sf ul li:last-of-type {
        border-bottom: none; }
    .journal-sf ul label {
      width: 100%;
      display: block;
      -webkit-transition: color 0.2s;
              transition: color 0.2s;
      font-weight: normal;
      margin: 0;
      padding: 0; }
      .journal-sf ul label img {
        -webkit-transition: border-color 0.1s;
                transition: border-color 0.1s; }
      .journal-sf ul label input[type=checkbox] {
        position: relative;
        margin: 0 5px 0 0; }
    .journal-sf ul.hide-checkbox label input[type=checkbox] {
      display: none; }

.journal-sf .sf-both ul label img {
  vertical-align: middle;
  margin: 0 5px 0 22px;
  float: left;
  display: block;
  max-width: 42px; }
.journal-sf .sf-both ul label .sf-name {
  line-height: 100%;
  vertical-align: middle;
  display: table-cell;
  height: 42px;
  max-width: 135px; }
.journal-sf .sf-both ul label input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.journal-sf .sf-both ul.hide-checkbox label img {
  margin-left: 0; }
.journal-sf .sf-both ul.hide-checkbox label input[type=checkbox] {
  display: none; }
.journal-sf .sf-image .box-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 310px; }
  .journal-sf .sf-image .box-content ul {
    display: block; }
    .journal-sf .sf-image .box-content ul li {
      border-bottom: none !important;
      float: left;
      width: 25%;
      padding: 0;
      padding-left: 0 !important;
      padding-top: 0 !important; }
    .journal-sf .sf-image .box-content ul label {
      width: 100%;
      display: block; }
      .journal-sf .sf-image .box-content ul label img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto; }
      .journal-sf .sf-image .box-content ul label input[type=checkbox] {
        display: none; }
    .journal-sf .sf-image .box-content ul.hide-checkbox label input[type=checkbox] {
      display: none; }

/******************************
 POPUP
*******************************/
.mfp-removing .journal-popup {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }
.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

.hide-close-button button {
  display: none; }		  
		  
.mfp-close {
  opacity: 1;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }

.quickview .journal-popup-header .heading-title {
  text-align: center; }

.journal-popup {
  position: relative;
  background: white;
  margin: 0 auto; }
  .journal-popup img {
    max-width: 100%;
    height: auto; }
  .journal-popup .journal-newsletter {
    margin-bottom: 0;
    padding: 0 20px; }
    .journal-popup .journal-newsletter .box-content {
      padding: 0 !important;
      background-color: transparent !important; }
  .journal-popup .mfp-close {
	color: #d4d4d4;
    right: 8px; }
  .journal-popup * {
    box-sizing: border-box; }
  .journal-popup div.journal-popup-header-content {
    text-align: center;
    border: 0;
    border-radius: 0;
    white-space: normal;
    padding: 9px;
    line-height: 100%; }
  .journal-popup .button-icon-right i {
    float: right;
    margin-right: 0 !important;
    margin-left: 5px; }
  .journal-popup .journal-popup-header {
    border-radius: 0; }

.journal-popup-content {
  overflow: hidden;
  color: #333745; }

.journal-popup-content.overflow-on {
  overflow: auto; }

.journal-popup-header,
.journal-popup-footer,
.journal-popup-newsletter {
  display: table;
  width: 100%; }

.journal-popup-header-content,
.journal-popup-footer-content,
.journal-popup-newsletter-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.journal-popup-footer-content {
  text-align: left;
  padding-left: 5px;
  background-color: #f4f4f4;
  position: relative; }
  .journal-popup-footer-content .button {
    line-height: 38px;
    margin: 8px 0; }
  .journal-popup-footer-content.has-btn {
    text-align: center; }
    .journal-popup-footer-content.has-btn .button:first-of-type {
      margin-right: 8px; }
    .journal-popup-footer-content.has-btn .dont-show-label {
      position: absolute;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.dont-show-label label {
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.dont-show-label input[type='checkbox'] {
  margin-right: 5px;
  position: relative; }

.journal-popup input.has-error,
.journal-popup textarea.has-error,
.post-comment input.has-error,
.post-comment textarea.has-error {
  border: 1px solid red; }

/******************************
POPUP FORM
*******************************/
.journal-popup-contact .content, .journal-popup-contact fieldset {
  padding: 15px; }
  .journal-popup-contact .content b, .journal-popup-contact fieldset b {
    display: inline-block;
    margin: 9px 0 4px 0; }
    .journal-popup-contact .content b:first-of-type, .journal-popup-contact fieldset b:first-of-type {
      margin-top: 0; }
    .journal-popup-contact .content b:last-of-type, .journal-popup-contact fieldset b:last-of-type {
      display: block; }
      .journal-popup-contact .content b:last-of-type + br, .journal-popup-contact fieldset b:last-of-type + br {
        display: none; }
  .journal-popup-contact .content textarea + br, .journal-popup-contact fieldset textarea + br {
    display: none; }
  .journal-popup-contact .content input[name='captcha'], .journal-popup-contact fieldset input[name='captcha'] {
    margin: 0 10px 0 0;
    height: 35px;
    display: block;
    float: left; }
.journal-popup-contact input + br, .journal-popup-contact input + br + br {
  display: none; }
.journal-popup-contact input[type='text'],
.journal-popup-contact input[type='email'] {
  max-width: 600px; }

.oc2 .journal-popup-contact .form-horizontal .form-group label {
  width: 100%;
  float: none;
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 2px; }
  .oc2 .journal-popup-contact .form-horizontal .form-group label:before {
    display: none; }
.oc2 .journal-popup-contact .form-horizontal .form-group label + div {
  width: 100%;
  float: none; }
.oc2 .journal-popup-contact .pull-right {
  float: none; }

/*****************************
BLOG
*******************************/
.journal-carousel > div.posts {
  overflow: visible; }

.posts {
  margin: 12px 0 0 0;
  text-align: center; }
  .posts .post-link-block {
    padding: 10px 0 5px 0 !important;
    display: block;
    width: 100%;
    margin: 7px 0 5px 0;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
	max-height:60px;
    min-height: 60px;
color:#000;
font-weight:600;
font-size:14px;	}
.post-text:before {    
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 15px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);}
	.post-text:before {height: 50px !important;}	  

.post-item:hover .post-link-block {
    text-decoration: underline;
	-webkit-transition: all 0.2s;
          transition: all 0.2s;
}	  
	  
.journal-blog-page .blog-grid-view .post-text, .journal-blog-page .side-post-image, .journal-blog-page .side-post .comment-date  {display: none;}	
.journal-blog-page .side-post-details {width: inherit;}

.post-module.journal-carousel.gutter-on {
  padding-bottom: 0 !important; }

.post-item-details {
  text-align: center;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;  }

.post-button {
  width: 100%; }

html[dir="rtl"] .post-button {
  text-align: right; }

.post-image:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.blog-list-view a.post-image {margin-top: 0px;}
.post-image img {
  width: 100%;
  height: auto;
  float: left; }

.post-item:not(.swiper-slide) {
    margin-bottom: 7px;
    padding: 0 6px 15px 6px;}

.category-page .post-item:not(.swiper-slide) {
    border-right: none;}
.post-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; 
border-radius: 9px;
background-color: whitesmoke;
}
  .swiper-container .post-wrapper {
    margin-right: 0; }

.post-text {
  font-size: 12px;
  line-height: 17px;
  color: #666;
  overflow: hidden;
  position: relative;  }
  .post-text span {
    display: block; }
.post-text span:before	{
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 25px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);}

.post-view-more.button {
  margin: 5px 0 15px 0;
  padding: 10px;
  line-height: 100% !important; }

.post-button-left-icon:before {
  margin-right: 5px; }
  .post-button-left-icon:before:before {
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }

.post-button-right-icon {
  display: none; }
  .post-button-right-icon:before {
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    margin-left: 5px; }

.blog-list-view .post-view-more {
  margin: 5px 0 5px 0; }

.comment-date {
  padding: 7px 0 8px 0;
  display: inline-block;
  color: #333;
  font-size: 12px; }
  .comment-date span {
    display: inline-block;
    position: relative;
    text-align: left;
	font-weight:600;}
    .comment-date span:before {
      margin-right: 8px;
	  margin-left: 2px;
      position: relative;
      display: block;
      float: left;
      font-size: 13px; }

.p-author {
  margin-right: 7px; }
  .p-author:before {
    content: "\e1b8"; }

.p-date {
  margin-right: 7px; }
  .p-date:before {
    content: "\e6b3"; }

.p-comment:before {
  content: "\e1ae"; }

.p-category a + span {
  display: inline-block !important; }

.p-category a:last-of-type + span {
  display: none !important; }

.p-category:before {
  content: "\e6b2"; }
.p-category > a {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  margin-left: 5px; }
  .p-category > a:first-of-type {
    margin-left: 0; }
  .p-category > a:last-of-type + span {
    display: none; }

.posts.blog-list-view {
  text-align: left;
  display: table; }
  .posts.blog-list-view > div {
	width: 25%;
    padding: 0px 10px 0px 0px;
	border: 0;	}
	.blog-list-view .post-wrapper {
    background-color: whitesmoke;
	padding-right: 7px;
}
  .posts.blog-list-view .post-image {
    float: left;
    overflow: hidden;
    width: 140px !important; }
  .posts.blog-list-view .post-link-block {
    margin-top: 0; 
	padding-top: 8px !important;}
.posts.blog-list-view .post-link-block:before {display: none;}
	
      .posts.blog-list-view .post-link-block span {
        display: inline-block;
        border-bottom: 1px solid #E4E4E4;
        padding: 0 0 7px 0; }
  .posts.blog-list-view .post-item-details {
    width: auto !important;
	position: relative;
	height: 100%;}
	.posts.blog-list-view .p-author {
	  display: none;
	}
	.posts.blog-list-view .p-date {display: block !important;}
  .posts.blog-list-view .post-text {
    padding: 10px 10px 8px 0; }
  .posts.blog-list-view .comment-date {
   padding: 0;
    position: absolute;
    bottom: 5px; }
.post-module .box-heading {padding-left: 0px;}
/******************************
 Post Page
*******************************/
.blog-post .post-stats {
  padding: 10px 0 10px 0 !important;
    margin-bottom: 10px;  }
  .blog-post .post-stats .p-posted {
    margin-right: 2px; }
  .blog-post .post-stats > span {
    margin-right: 10px;
    display: inline-block;
    clear: both; }
    .blog-post .post-stats > span:before {
      display: inline-block;
      margin-right: 4px;
      position: relative;
      float: left; }
    .blog-post .post-stats > span.p-category:before {
      margin-right: 6px; }
  .blog-post .post-stats.comment-date {
    border-width: 0;
    display: block; }
.blog-post .social {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  clear: both;
  padding: 12px 8px 0 0;
  margin-bottom: 0;
  background-position: 0 center;
  background-color: inherit !important;
  background-image: none; }
.blog-post .social-loaded {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.blog-post .tags {
  margin: 20px 10px 22px 0;
  padding: 0;
  font-size: 13px; }
  .blog-post .tags a, .blog-post .tags b {
    display: initial;
    border-radius: 0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    margin-right: 4px; }
  .blog-post .tags a {
    display: inline-block; }

.post-details {
  font-size: 14px; }
  .post-details p, .post-details li {margin-bottom: 20px;line-height: 1.5;}
  .post-details h2 {padding-left: 0px !important; margin-bottom: 20px;margin-top: 40px;font-size:22px;}
  .post-details img {
    max-width: 100%;
    height: auto; }
  .post-details:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  .post-details .tags {
    line-height: initial; }
  .post-details .tags a:before {content: "#";}	
  .post-details a {border-bottom: 2px solid #f4c024;}

blockquote {
  padding: 0 0 0 15px;
  border-width: 0;
  border-left: 10px solid #EA2E49;
  margin: 20px;
  line-height: 20px;
  font-style: italic; }

.comments {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px; }
  .comments > .comment {
    color: #333745;
    position: relative;
    margin-top: 20px;
    padding: 13px 13px 7px 13px; }
    .comments > .comment p {
      font-size: 14px; }
    .comments > .comment:first-of-type {
      margin-top: 0; }
    .comments > .comment:nth-child(even) {
      background-color: #f4f4f4; }
    .comments > .comment:nth-child(odd) {
      background-color: #f4f4f4; }
    .comments > .comment:after {
      content: ""; }
  .comments > h3 {
    padding: 15px 0;
    font-size: 17px; }
  .comments .avatar {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px; }
  .comments .user-name {
    font-size: 18px;
    font-weight: bold; }
  .comments .user-date {
    margin: 2px 0 4px 0;
    font-size: 11px;
    color: #5F6874; }
    .comments .user-date:before {
      margin-right: 3px;
      position: relative; }
  .comments .user-time:before {
    margin-right: 3px;
    position: relative; }
  .comments .user-site {
    font-size: 13px; }
  .comments .reply-btn {
    position: absolute;
    top: 12px;
    right: 13px;
    line-height: 100%;
    padding: 8px 10px; }
  .comments .comment {
    position: relative; }
    .comments .comment > p {
      line-height: 16px;
      padding-bottom: 5px; }
  .comments .comment + .success {
    margin-top: 20px;
    color: #333745; }
  .comments .reply + .success {
    margin-top: 15px;
    margin-left: 85px;
    width: auto; }
  .comments .main-comment + .success {
    margin-top: 15px; }
  .comments .reply {
    position: relative;
    padding: 13px 13px 7px 13px;
    margin-left: 85px;
    margin-top: 15px; }
    .comments .reply:nth-of-type(even) {
      background-color: #e9e9e9; }
    .comments .reply:nth-of-type(odd) {
      background-color: #e9e9e9; }
    .comments .reply:after {
      content: ""; }

.post-comment {
  margin-bottom: 20px; }
  .post-comment h3 {
    padding: 15px 0;
    font-size: 17px; }

.comment-submit.button, .reply-submit.button {
  display: inline-block;
  margin-top: 10px;
  line-height: 100%;
  padding: 10px; }

.comment-form form > div input {
  display: block;
  max-width: 350px;
  margin-bottom: 10px; }

.reply .main-comment .button {
  display: none; }

.reply-form {
  margin-left: 85px; }
  .reply-form h3 {
    border-bottom-width: 0;
    padding: 15px 0; }
  .reply-form .comment-form {
    padding: 0;
    background-color: transparent; }

.has-error .form-control {
  border: 1px solid #EA2E49 !important; }

.button.disabled {
  opacity: .7;
  cursor: wait; }

/******************************
 Blog Modules
*******************************/
.side-posts .box-post {
  overflow: hidden;
  position: relative; }

.post-module.no-heading .posts {
  margin-top: 0; }

.post-module {
  margin-top: 30px;  }
  .post-module.journal-carousel {
    display: block; }

.side-blog .box-post {
  padding: 10px 0 0 0; }

.side-blog .box-category.box-post {
  padding: 0; }

.side-post + hr {
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f4f4f4; }

.side-post {
  margin-bottom: 10px;
  overflow: hidden; }
  .side-post:after {
    content: "";
    display: block;
    clear: both; }
  .side-post:last-of-type {
    margin-bottom: 0; }
  .side-post:last-of-type + hr {
    display: none; }
  .side-post .comment-date {
    border-bottom: none;
    border-top: none;
    display: block;
    width: 100%;
    padding: 0; }
  .side-post .p-comment {
    margin-right: 0; }
  .side-post .p-date {
    margin-right: 10px; }

.side-post-details {
  float: left;
  width: 75%; }

.side-post-image {
  width: 20%;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 5%; }
  .side-post-image img {
    width: 100%;
    height: auto;
    float: left; }
  .side-post-image:after {
    content: "";
    display: table;
    clear: both; }

.side-post-title {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }

.blog-comments img {
  max-width: 55px;
  height: auto; }
.blog-comments .p-user:before {
  display: block;
  float: left; }

.comment-author:after {
  content: "";
  display: table;
  clear: both; }

.side-blog-tags .box-tag {
  overflow: hidden; }
  .side-blog-tags .box-tag > div {
    margin-bottom: -7px;
    overflow: hidden; }
  .side-blog-tags .box-tag a {
    float: left;
    display: block;
    background-color: #3F5765;
    color: white;
    margin: 0 6px 6px 0;
    padding: 3px 7px 5px 7px;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
    .side-blog-tags .box-tag a:hover {
      background-color: #5C8BA6; }

.box-search {
  position: relative;
  height: 33px; }
  .box-search a {
    display: table;
    width: 33px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 2px;
    -webkit-transition: color 0.2s;
            transition: color 0.2s;
    padding-left: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #E4E4E4; }
    .box-search a:before {
      content: '\e697';
      font-size: 18px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      color: #ccc; }

.column.posts {
  margin: 0; }
  .column.posts h3 {
    margin-bottom: 7px; }
  .column.posts > div {
    margin-bottom: 0; }

.footer-post {
  padding: 6px 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #f4f4f4; }
  .footer-post .comment-date {
    padding: 5px 0 0 0;
    color: #E4E4E4; }
  .footer-post:after {
    content: "";
    display: table;
    clear: both; }
  .footer-post:first-of-type {
    padding-top: 0; }
  .footer-post:last-of-type {
    border-bottom: 0; }

.footer-post-image {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px; }

.footer-post-title,
.footer-post .comment-date {
  display: block;
  text-align: left;
  border-width: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.footer-post .comment-date {
  font-size: 11px;
  padding: 3px 0 0 0; }
  .footer-post .comment-date span:before {
    font-size: 12px; }

.journal-blog-feed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  color: #222;
  font-size: 13px;
  font-weight: 400; }
  .journal-blog-feed:before {
    content: "\e6b4";
    color: #FF8000;
    margin-right: 5px;
    position: relative;
    float: left;
    font-size: inherit; }

/******************************
HEADER NOTICE
*******************************/
.header-notice {
  line-height: 1.25;
  font-size: 14px;
  position: relative;
  z-index: 9000;
  display: table;
  width: 100%;}
  .header-notice > div {
    margin: 0 auto;
    position: relative;}
  .header-notice i {
    margin-right: 8px !important; }
    .header-notice i:before {
      float: left; }
  .header-notice a {
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
  .header-notice.floated-icon i {
    float: left; }
  .header-notice.floated-icon .notice-text {
    display: block; }
  .header-notice.center-notice {
    text-align: center; }
    .header-notice.center-notice .notice-text {
      margin-right: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-notice.center-notice .notice-text span {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
    .header-notice.center-notice i:before {
      float: none; }
  .header-notice.right-notice {
    text-align: right; }
    .header-notice.right-notice .notice-text {
      width: calc(100% - 100px);
      margin-right: 50px; }
    .header-notice.right-notice i:before {
      float: none; }
  .header-notice.fullwidth-notice > div {
    max-width: 100%;}
  .header-notice .notice-text {
    width: 100%;
	min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-notice .notice-text i {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .header-notice .notice-text span {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

button.close-notice {
  cursor: pointer;
  padding: 0 12px;
 line-height: 27px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
  border-radius: 0 !important;
  font-weight: 400;
  color: #333745; }
  button.close-notice:hover {
    color: #EA2E49; }

html[dir="rtl"] button.close-notice {
  right: auto;
  left: 0; }
html[dir="rtl"] .header-notice i {
  margin-right: 0 !important;
  margin-left: 8px; }
  html[dir="rtl"] .header-notice i:before {
    float: left; }
html[dir="rtl"] .header-notice.floated-icon i {
  float: right; }

button.close-notice.x-icon:before {
  content: "\e602";
  font-size: 24px; }

@media only screen and (max-width: 760px) {
  .header-notice i {
    float: left; }}
#content .journal-accordion {
  margin-bottom: 20px; }

.journal-accordion .journal-accordion-heading {
  -webkit-transition: all 0.05s ease-out;
          transition: all 0.05s ease-out;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #444;
  border-bottom-color: #E4E4E4;
  padding: 12px; }
  .journal-accordion .journal-accordion-heading::after {
    color: inherit;
    background: none;
    content: "\e620";
    font-size: 10px;
    position: absolute;
    right: 5px;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.05s ease-out;
            transition: all 0.05s ease-out; }
.journal-accordion [data-accordion].open > .journal-accordion-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.journal-accordion .journal-accordion-content {
  background: #EEEEEE;
  color: #333; }
  .journal-accordion .journal-accordion-content > * {
    border-bottom: 0;
    padding: 0; }
  .journal-accordion .journal-accordion-content > div {
    padding: 13px;
    line-height: 1.32;
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.07); }

/******************************
 Firefox
*******************************/
.firefox .dont-show-label input[type='checkbox'] {
  margin-left: 10px; }
.firefox .journal-popup-footer-content .button {
  line-height: 39px; }
.firefox .tp-caption {
  outline: 1px solid transparent; }
.firefox .comment-date span:before {
  margin-top: -2px; }

.safari .html5vid {
  top: 0 !important;
  height: 100% !important;
  width: 100% !important; }
  .safari .html5vid video {
    -o-object-fit: cover;
       object-fit: cover; }

.ie:not(.edge) .safari5 .main-products {
  width: 100%;
  display: table; }

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/pages.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
.information-page #content > p + div {
  margin-top: 20px; }

/******************************
 SHOPPING CART
*******************************/
.cart-info .stock {
  color: red; }
.cart-info .name {
  max-width: 400px;
  text-align: left; }
  .cart-info .name a {
    font-weight: bold; }
.cart-info .image {
  text-align: center;
  max-width: 100px; }
  .cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.cart-info .quantity {
  min-width: 110px;
  text-align: center; }
  .cart-info .quantity .input-group {
    display: inline-block; }
    .cart-info .quantity .input-group input {
      margin-right: 5px;
      border-radius: 4px; }
    .cart-info .quantity .input-group .btn-primary {
      background-color: #428bca; }
      .cart-info .quantity .input-group .btn-primary:hover {
        background-color: #3071a9; }
    .cart-info .quantity .input-group .btn-danger {
      background-color: #EA2E49; }
      .cart-info .quantity .input-group .btn-danger:hover {
        background-color: #d01530; }
.cart-info .price, .cart-info .total {
  font-weight: bold; }
.cart-info table {
  overflow: hidden; }
.cart-info td {
  padding: 5px 10px 5px 5px;
  text-align: center; }
.cart-info thead td {
  height: 40px;
  font-weight: bold;
  border-bottom: none;
  font-size: 15px; }
.cart-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4; }
.cart-info tbody td.image {
  padding-left: 0; }
.cart-info tbody tr:last-of-type td {
  border-bottom: none; }

#content.sc-page .content p, #content.sc-page .action-area p {
  padding: 10px;
  font-size: 13px; }
#content.sc-page .content table.radio .highlight td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
#content.sc-page .content table.radio .highlight:last-of-type td {
  border-bottom: none; }
#content.sc-page a + .text-danger {
  color: #EA2E49;
  background-color: transparent; }

.cart-module > div {
  display: none; }
  .cart-module > div form {
    padding-left: 10px; }
    .cart-module > div form input[type='text'] {
      max-width: 240px;
      margin: 20px 0; }
  .cart-module > div input[name='postcode'] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px; }

#shipping table {
  padding: 10px 0;
  width: 45%; }
  #shipping table td:first-of-type {
    font-weight: bold; }
#shipping select {
  width: 150px; }
#shipping .button {
  margin: 10px 0; }

.cart-total {
  overflow: auto;
  padding: 8px; }
  .cart-total table {
    float: right; }
  .cart-total td {
    padding: 4px;
    text-align: right; }

label {
  line-height: 1.5;
  font-size: 14px;
  position: relative; }

#total .right {
  font-size: 14px;
  width: 87%;
  font-weight: bold; }

.quantity input[type='text'] {
  width: 40px;
  text-align: center; }

.action-area {
  overflow: hidden; }
  .action-area h3 {
    padding: 10px 12px; }

.action-area .panel-title {
  color: #555; }

.oc2 .action-area .panel-heading {
  padding: 0; }
  .oc2 .action-area .panel-heading .panel-title > a {
    padding: 10px;
    display: block; }
.oc2 .action-area .panel-group {
  margin-bottom: 0; }
.oc2 .action-area .panel-body label {
  display: inline-block;
  margin-bottom: 5px; }
.oc2 .action-area .panel-body .input-group input[type="text"] {
  min-width: 300px; }
.oc2 .action-area .panel-body .input-group .button {
  margin-left: 5px; }
.oc2 .action-area .form-group {
  clear: both;
  margin-top: 10px; }
  .oc2 .action-area .form-group label {
    min-width: 150px;
    float: left;
    margin-bottom: 0; }
  .oc2 .action-area .form-group input[type="text"] {
    max-width: 160px; }
.oc2 .checkout #accordion {
  overflow: hidden; }
.oc2 .checkout-content {
  background-color: transparent;
  padding: 0;
  display: block; }
  .oc2 .checkout-content .right .form-group {
    margin-bottom: 8px; }
  .oc2 .checkout-content p, .oc2 .checkout-content .radio {
    padding: 10px 0 0 0; }

.order-list .list td {
  text-align: center; }

/******************************
 CHECKOUT PAGE
*******************************/
.checkout {
  margin-bottom: 20px;
  overflow: hidden; }
  .checkout select {
    margin: 0 0 3px 0; }
  .checkout div:last-of-type .checkout-heading {
    border-bottom: none; }

.checkout-heading {
  border-bottom: 1px solid;
  border-color: #333745;
  font-size: 13px;
  min-height: 35px;
  padding: 10px;
  clear: both; }

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none; }
.quick-checkout-page .checkout-content .checkbox {display: none;}
.checkout-page #container, .account-page  #container {background-color: rgb(255, 255, 255);}
.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  position: relative; }
  .checkout-content:after {
    content: "";
    display: table;
    clear: both; }
  .checkout-content table.radio td:first-child {
    width: 25px; }
  .checkout-content p {
    padding: 10px 0; }
  .checkout-content .left {
    float: left;
    width: 48%; }
  .checkout-content .right {
    float: right;
    width: 48%; }
  .checkout-content .left p:last-of-type {
    min-height: 92px; }
  .checkout-content .buttons {
    margin-bottom: 0;
    border-radius: 0;
    clear: both; }
    .checkout-content .buttons .right {
      width: 100%; }
  .checkout-content textarea {
    width: 100% !important;
    margin-top: 15px; }

#payment-address h2 {
  margin-bottom: 15px; }

.checkout-product .total {
  font-weight: bold; }
.checkout-product td {
  padding: 15px; }
.checkout-product thead td {
  font-weight: bold;
  padding: 13px; }
.checkout-product .name,
.checkout-product .model {
  text-align: left; }
.checkout-product .quantity,
.checkout-product .price,
.checkout-product .total {
  text-align: right; }
.checkout-product tbody td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
.checkout-product tfoot td {
  text-align: right;
  padding: 6px 15px; }

.wait {
  position: absolute;
  padding-top: 12px;
  right: -10px;
  bottom: 30px; }

.newsletter-page table.form {
  padding-top: 0; }

.oc2 .oc-newsletter .form-horizontal .form-group > label {
  width: auto;
  padding-top: 10px; }
.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
  width: auto; }
.oc2 .oc-newsletter .form-horizontal .form-group label + div {
  float: none;
  padding-top: 0; }

/******************************
 RETURNS
*******************************/
.returns > h1 + p {
  margin-bottom: 15px; }
.returns form h2, .returns form .content {
  margin-bottom: 15px; }
.returns .left {
  float: none; }
.returns .buttons .left {
  float: left; }

@media only screen and (max-width: 980px) {
  .return-product > div {
    width: 100%;
    display: block; }
    .return-product > div input {
      margin: 3px 0; }

  .return-detail > div {
    width: 100%;
    display: block; }

  .return-reason {
    margin-bottom: 20px; } }
/******************************
 SITEMAP
*******************************/
.sitemap-info {
  overflow: auto;
  padding-bottom: 20px; }
  .sitemap-info ul {
    margin: 0;
    padding: 0; }
    .sitemap-info ul li {
      list-style: none;
      padding: 2px;
      margin-bottom: 1px;
      font-weight: bold; }
  .sitemap-info > div {
    float: left;
    width: 50%;
    padding-left: 7px; }
    .sitemap-info > div > ul {
      padding: 10px 0 5px 15px; }
    .sitemap-info > div > ul > li ul {
      margin-left: 7px; }
      .sitemap-info > div > ul > li ul > li a {
        font-weight: normal; }
    .sitemap-info > div > ul > li > ul li:before {
      font-size: 12px; }
  .sitemap-info > div:first-of-type {
    padding-left: 0;
    padding-right: 10px; }

/******************************
BRANDS
*******************************/
.header-default-sticky .manufacturer-list a[id]:before, .header-slim-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px; }

.header-center-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px; }

.manufacturer-list:first-of-type {
  margin-top: 10px; }

.manufacturer-list {
  overflow: auto; }
  .manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }

.manufacturer-heading {
	background: transparent !important;
    font-size: 40px;
    color: #333 !important;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    padding: 5px 0px !important;
    margin-bottom: 20px;
    margin-top: 20px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }
.manufacturer-list ul a {display: block; color: #00589d;font-size: 16px;}
.manufacturer-list ul li {text-align: left;}
/******************************
 CONTACT PAGE
*******************************/
.contact-page h2 {
  margin-bottom: 15px; }
.contact-page .buttons {
  margin-top: 15px; }
.contact-page .content b {
  margin-bottom: 5px;
  display: inline-block; }

.contact-info {
  overflow: auto; }

.contact-info > div > div {
  float: left;
  width: 48%;
  margin-bottom: 10px; }

.oc2 .contact-page h2 {
  margin-bottom: 15px; }
.oc2 .contact-page .fa {
  top: -1px;
  font-size: 16px; }
.oc2 .contact-page .col {
  float: left;
  width: 25%;
  padding-left: 15px; }
  .oc2 .contact-page .col strong {
    display: inline-block;
    margin-bottom: 5px; }
  .oc2 .contact-page .col:first-of-type {
    padding-left: 0; }
.oc2 .contact-page .col-sm-10 {
  width: 75%;
  margin-bottom: 5px; }
.oc2 .contact-page input[name='captcha'] {
  margin: 0; }
.oc2 .contact-page .panel-body {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent; }
.oc2 .img-thumbnail {
  max-width: 100%;
  height: auto; }
.oc2 address {
  margin-bottom: 20px; }

.route-account-return-add fieldset .radio label,
.route-account-return-add fieldset .radio-inline {
  width: 100% !important; }

/******************************
 SEARCH PAGE
*******************************/
#content.search-page .buttons + h2 {
  margin-bottom: 15px; }
#content.search-page .content {
  margin: 15px 0;
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #content.search-page .content input[type="text"] {
    width: 250px;
    margin-right: 10px; }
  #content.search-page .content input[type='checkbox'] {
    position: relative;
    margin-top: 3px;
    float: left; }
  #content.search-page .content select {
    margin-right: 10px; }
  #content.search-page .content > div {
    float: left; }
  #content.search-page .content .s-check {
    top: 7px; }

.oc2 #content.search-page {
  padding-bottom: 20px; }

.oc2.firefox #content.search-page .content select,
.oc2.win #content.search-page .content select {
  margin-top: 2px; }
.oc2.firefox #content.search-page .content input[type='checkbox'],
.oc2.win #content.search-page .content input[type='checkbox'] {
  position: relative;
  top: 2px; }

/******************************
 COMPARE
*******************************/
.compare-info img {
  max-width: 100% !important; }

/******************************
QUICK CHECKOUT
*******************************/
.one-page-checkout .heading-title {
  overflow: visible;
  white-space: normal;
  height: auto; }

.checkout-loading {
  opacity: 0.5;
  pointer-events: none; }

.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box) {
  opacity: 0.5;
  pointer-events: none; }

.journal-checkout {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .journal-checkout .secondary-title {
    margin-bottom: 15px; }
  .journal-checkout .checkout-content {
    background: #f4f4f4;
    display: block;
    margin-bottom: 20px;	}
    .journal-checkout .checkout-content .buttons {
      margin-top: 0; }
    .journal-checkout .checkout-content.checkout-login {
      display: none;
      margin-bottom: 18px; }
  .journal-checkout .login-box {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .login-box .radio {
      padding-top: 3px; }
  .journal-checkout .checkout-login .form-group {
    position: relative;
    overflow: visible !important;
    display: table;
    width: 100%; }
    .journal-checkout .checkout-login .form-group input + a {
      margin-top: 5px; }
    .journal-checkout .checkout-login .form-group:last-of-type {
      border-top-width: 1px;
      border-top-style: solid;
      border-color: #f4f4f4;
      margin-top: 12px;
      padding-top: 12px; }
  .journal-checkout .checkout-login .button {
    line-height: 34px; }
.total-table {margin: 20px auto;font-size: 15px;border: none;width:95%;}
.total-table td {border-width: 0 !important;padding: 7px 0px;}
.total-table tr {line-height: 19px;}
.total-table-name {text-align: left;}
.total-table-number {text-align: right;}
.total-table tr:last-child {font-size:18px; font-weight: 600;}	
 .journal-checkout .right {
    width: 63%;
    float: left;
	position: sticky;
    top: 20px;	}
  .journal-checkout .left {
    width: 35%;
	margin-right:2%;
	float: left;}
    .journal-checkout .left .checkout-content span.error, .journal-checkout .left .checkout-content .text-danger {
      width: 100%; }
    .journal-checkout .left .checkout-content label {
      display: block;
      width: 100%;
      padding: 0 0 0 1px;
      line-height: 100%;
      margin-bottom: 3px; }
    .journal-checkout .left .checkout-content label + input,
    .journal-checkout .left .checkout-content label + div {
      width: 100%;
      float: none; }
    .journal-checkout .left #password {
      margin: 7px 0; }
    .journal-checkout .left .login-box .secondary-title {
      margin-bottom: 5px; }
    .journal-checkout .left .login-box .radio label {
      padding-bottom: 7px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .left .login-box .radio:last-of-type label {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .journal-checkout .right .checkout-content {
    margin-bottom: 18px; }
  .journal-checkout .right .confirm-section {
    margin-bottom: 0; }
  .journal-checkout .spw {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
      .journal-checkout .spw > div .radio {
        padding: 3px 0 0 0;
        margin-bottom: 2px; }
        .journal-checkout .spw > div .radio label {
          padding-bottom: 6px;
          display: block; }
        .journal-checkout .spw > div .radio:last-of-type label {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
      .journal-checkout .spw > div .secondary-title {
        margin-bottom: 5px; }
      .journal-checkout .spw > div p {
        padding-top: 5px;
        margin-bottom: 0px; }
  .journal-checkout .confirm-order {
    margin-top: 12px;
    padding-top: 12px; }
  .journal-checkout .confirm-section .secondary-title {
    margin-bottom: 0; }
  .journal-checkout .confirm-section textarea {
    margin-top: 10px; }
  .journal-checkout .confirm-section .radio {
    padding-top: 10px;clear: both; }
  .journal-checkout .confirm-section .radio span {font-size: 14px;line-height: 15px;}
  .journal-checkout .confirm-button {
    line-height: 34px; }
  .journal-checkout #payment-confirm-button .secondary-title {
    margin-top: 15px; }
  .journal-checkout #payment-confirm-button .buttons {
    display: none !important;
    cursor: not-allowed !important; }
    .journal-checkout #payment-confirm-button .buttons .btn {
      pointer-events: none !important; }
  .journal-checkout #payment-confirm-button fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f4f4f4;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 8px;
    padding-left: 0; }
  .journal-checkout #payment-confirm-button fieldset input[type='text'],
  .journal-checkout #payment-confirm-button fieldset input[type='email'],
  .journal-checkout #payment-confirm-button fieldset input[type='password'] {
    max-width: 280px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label {
    width: 30%;
    line-height: 1.1;
    min-height: 40px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label + div {
    width: 70%; }
  .journal-checkout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0; }
  .journal-checkout .checkout-cart thead td {
    text-align: center;
    border-top-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    font-weight: normal; }
    .journal-checkout .checkout-cart thead td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .checkout-cart thead td:last-of-type {
      border-right-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tbody tr:first-of-type td {
    border-style: solid;
    border-color: #f4f4f4;
    border-top-width: 1px; }
  .journal-checkout .checkout-cart tbody td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-left-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td.name {
      padding-right: 5px; }
  .journal-checkout .checkout-cart tbody .total {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td strong {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td:first-of-type {
    border-left-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot td:last-of-type {
    border-right-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot tr:first-of-type td {
    padding-top: 12px; }
  .journal-checkout .checkout-cart tfoot tr:last-of-type td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    padding-bottom: 12px; }
  .journal-checkout .checkout-cart td.quantity {
    text-align: center; }
    .journal-checkout .checkout-cart td.quantity input[type='text'] {
      margin-right: 4px;
      border-radius: 4px; }
    .journal-checkout .checkout-cart td.quantity .input-group {
      display: inline-block; }
      .journal-checkout .checkout-cart td.quantity .input-group input {
        position: relative;
        top: 3px; }
  .journal-checkout .checkout-cart td.price,
  .journal-checkout .checkout-cart td.total {
    text-align: center; }
  .journal-checkout .checkout-cart td.image {
    max-width: 70px;
    padding-left: 0;
    border-right: 0; }
    .journal-checkout .checkout-cart td.image img {
      margin-left: 10px;
      max-width: 100%;
      height: auto; }
  .journal-checkout .checkout-cart td.name {
    padding: 0;
    max-width: 155px;
    white-space: normal; }
    .journal-checkout .checkout-cart td.name a {
    font-size: 13px;
    color: #00589d; }
  .journal-checkout input[type='text'],
  .journal-checkout input[type='email'],
  .journal-checkout input[type='password'],
  .journal-checkout input[type='tel'],
  .journal-checkout textarea {
    border-color: #ccc;
    box-shadow: none; }
  .journal-checkout .coupon-voucher {
    display: table;
    width: 100%; }
    .journal-checkout .coupon-voucher .panel-body {
      padding: 0;
      background-color: transparent;
      display: block;
      float: left;
      min-width: 50%; }
      .journal-checkout .coupon-voucher .panel-body label {
        display: none;
        margin-bottom: 4px; }
    .journal-checkout .coupon-voucher .input-group {
      width: 100%; }
    .journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher input {
      display: inline-block;
      width: 38%;
      border-radius: 0; }
      .journal-checkout .coupon-voucher .input-group-btn .button, .journal-checkout .coupon-voucher input .button {
        width: 100%;
        line-height: 40px; }
    .journal-checkout .coupon-voucher input[type='text'] {
      width: 62%; }
    .journal-checkout .coupon-voucher .panel-body:nth-of-type(3) {
      padding-right: 12px;
      margin-top: 12px; }
  .journal-checkout select {
    margin-left: 0; }
  .journal-checkout .left select, .journal-checkout .section-left select {
    font-size: 18px;
    color: #000;
    font-family: "Roboto";
    width: 100%; 
	background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 8px;
	border-radius: 2px;}
  .journal-checkout #shipping-address {
    clear: both; }
  .journal-checkout .customer-group {
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    margin-bottom: 12px; }
    .journal-checkout .customer-group label.control-label {
      padding-top: 0 !important;
      padding-bottom: 10px !important;
      margin: 0 0 5px 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #f4f4f4;
      display: block;
      width: 100% !important;
      min-height: 100% !important; }
    .journal-checkout .customer-group div.radio {
      width: 100% !important;
      float: none !important;
      clear: both;
      padding-top: 0; }
      .journal-checkout .customer-group div.radio label {
        width: 100%;
        min-height: 100%;
        padding-top: 0 !important;
        float: none;
        margin-bottom: 0; }

.firefox .journal-checkout .coupon-voucher .button {
  line-height: 32px; }

.oc1 .journal-checkout fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.oc1 .journal-checkout .required {
  color: inherit; }
  .oc1 .journal-checkout .required label {
    font-weight: normal; }
.oc1 .journal-checkout .form-group {
  clear: both;
  margin-bottom: 6px;
  overflow: hidden; }
.oc1 .journal-checkout .input-group .form-control {
  float: left;
  display: table-cell; }
.oc1 .journal-checkout .form-horizontal .form-group label {
  width: 25%;
  float: left;
  display: block;
  padding-top: 7px; }
.oc1 .journal-checkout .form-horizontal .form-group label + div {
  width: 75%;
  float: right; }
.oc1 .journal-checkout .required label:before {
  content: "* ";
  color: red;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 3px; }

.oc2 .journal-checkout .checkout-cart td.quantity .input-group input {
  top: 0; }

.ie8 .journal-checkout .coupon-voucher .panel-body label, .ie9 .journal-checkout .coupon-voucher .panel-body label {
  display: block;
  margin-bottom: 4px; }

.payment-pagseguro,
.payment-skrill,
.payment-cod,
.payment-payza,
.payment-pp_standard,
.payment-pp_express,
.payment-coinbase,
.payment-stripe,
.payment-instamojo {
  display: none !important; }

.is-customer .journal-checkout .checkout-payment-form #payment-new,
.is-customer .journal-checkout .checkout-payment-form #shipping-new,
.is-customer .journal-checkout .checkout-shipping-form #payment-new,
.is-customer .journal-checkout .checkout-shipping-form #shipping-new {
  margin-top: 12px;
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f4f4f4; }
.is-customer .journal-checkout .checkout-payment-form .secondary-title,
.is-customer .journal-checkout .checkout-shipping-form .secondary-title {
  margin-bottom: 7px; }
.is-customer .journal-checkout .checkout-payment-form form,
.is-customer .journal-checkout .checkout-shipping-form form {
  width: 100%; }
  .is-customer .journal-checkout .checkout-payment-form form > div > select,
  .is-customer .journal-checkout .checkout-shipping-form form > div > select {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 95%; }
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-zone"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"] {
  padding-top: 7px; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group label {
    padding: 0 0 0 1px;
    line-height: 100%;
    margin-bottom: 3px; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group {
    margin-bottom: 7px; }
  .is-customer .journal-checkout section.section-left .coupon-voucher {
    margin-bottom: 0; }
  .is-customer .journal-checkout section .spw {
    margin-bottom: 0; }
    .is-customer .journal-checkout section .spw > div {
      display: block;
      width: 100%; }

.oc2 .checkout-content .custom-field .radio {
  float: none;
  padding: 0; }

.journal-checkout .left .checkout-register .custom-field .radio label,
.journal-checkout .left .checkout-register .custom-field .checkbox label {
  width: auto;
  min-height: 100%;
  padding-top: 0 !important;
  float: none; }

@media only screen and (min-width: 980px) {
  .is-guest .spw > div:first-of-type {
    padding-right: 0;
    border-right-width: 0; }
  .is-guest .spw > div:last-of-type {
    border-left-width: 0; }
  .is-guest .spw .checkout-shipping-methods {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .is-guest .spw .checkout-payment-methods {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .journal-checkout .coupon-voucher .panel-body:nth-of-type(1) {
    padding-right: 12px; }

  html[dir="rtl"].is-guest .spw > div:first-of-type {
    padding-right: 10px;
    padding-left: 0;
    border-right-width: 0; } }
@media only screen and (min-width: 1100px) {
  .journal-checkout .left .checkout-register label,
  .journal-checkout .left .checkout-login label,
  .journal-checkout section.section-left .form-horizontal .form-group label,
  .oc1 .journal-checkout .form-horizontal .form-group label {
    width: 35%;
    min-height: 33px;
    padding-top: 10px !important;
    float: left; }

  .journal-checkout .customer-group label.control-label {
    padding-top: 0 !important; }

  .journal-checkout .left .checkout-register .checkbox label {
    width: 100%;
    min-height: 100%;
    padding: 0 0 5px 0; }

  .journal-checkout .left .checkout-register label + input,
  .journal-checkout .left .checkout-register label + div,
  .journal-checkout .left .checkout-login label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + div,
  .oc1 .journal-checkout .form-horizontal .form-group label + div {
    width: 65%;
    float: right; }

  .journal-checkout .left .checkout-login label + input + a {
    position: relative;
    top: 5px; }

  .journal-checkout .checkout-cart tbody td.name {
    padding-left: 7px; } }
.mobile .journal-checkout .table-responsive, .tablet .journal-checkout .table-responsive {
  max-height: 100%; }

#content.checkout fieldset > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative; }
  #content.checkout fieldset > div .radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #content.checkout fieldset > div .radio input[type='radio'],
  #content.checkout fieldset > div .radio input[type='checkbox'] {
    margin: 3px 2px 0 0; }
  #content.checkout fieldset > div .text-danger {
    position: absolute;
    right: 0; }
#content label a b {
  margin: 0 5px; }

@media only screen and (max-width: 760px) {
  #content.checkout fieldset > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sc-page .buttons .pull-left {
    margin-bottom: 10px; } }
@media only screen and (max-width: 980px) {
  .journal-checkout .quantity .input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/account.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 LOGIN
*******************************/
.login-content {
  overflow: auto;
  margin-bottom: 15px; }
  .login-content .content input + a {
    display: block; }
  .login-content .login-wrap {
    min-height: 200px; }

.login-content h2 {
  margin-bottom: 15px; }
.login-content > div {
  width: 48%;
  position: relative;
  min-height: 360px; }
.login-content .left {
  float: left; }
  .login-content .left .button {
    margin: 2px 0; }

.login-content .left p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .left p:nth-child(2) {
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  margin-top: 15px; }

.login-content .right {
  float: right; }

.login-content .right p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .right b {
  display: block;
  margin-top: 18px; }

.login-content .right a {
  position: relative;
  top: 7px;
  font-size: 13px;
  text-decoration: underline; }

.login-content .right input.button {
  cursor: pointer; }

.login-content hr {
  height: 0px;
  margin-bottom: 20px; }

.address-entry .content {
  border-bottom: 1px solid #E4E4E4; }
.address-entry tr:last-child td {
  border-bottom: none; }
.address-entry td:first-of-type {
  line-height: 1.5;
  padding: 8px 0; }
.address-entry td:last-of-type {
  text-align: right; }

.content:last-of-type .address-entry {
  border-bottom: none; }

/******************************
 TABLES
*******************************/
.box-heading + table.list {
  margin-top: 20px; }

table {
  width: 100%;
  border-spacing: 0; }

table td a + a {
  margin-left: 15px; }

table.list {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  overflow: hidden; }
  table.list td {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 8px; }
  table.list thead td {
    text-align: left; }
  table.list tbody td {
    vertical-align: middle; }
  table.list .left {
    max-width: 390px; }
  table.list .t-span-1 {
    display: none; }

table.radio td {
  padding: 6px; }
  table.radio td label {
    display: block; }
table.radio td:first-child {
  width: 1px; }
table.radio .highlight:hover td {
  cursor: pointer; }

table.form {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px; }
  table.form td {
    padding: 5px; }
  table.form td:first-child {
    width: 150px;
    font-weight: bold; }

/******************************
 WISHLIST
*******************************/
.wishlist-info table {
  overflow: hidden; }

.wishlist-info thead td {
  font-weight: bold;
  background-color: #5f6874; }

.wishlist-info thead .image {
  line-height: 40px; }

.wishlist-info thead td {
  text-align: center; }
.wishlist-info thead .action {
  padding-right: 8px; }
.wishlist-info thead .name {
  text-align: left;
  padding-left: 10px; }

.wishlist-info td {
  text-align: center; }

.wishlist-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4;
  padding: 5px 5px 5px 0;
  text-align: center; }
.wishlist-info tbody .image {
  text-align: center; }
  .wishlist-info tbody .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.wishlist-info tbody .name {
  max-width: 500px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px; }
.wishlist-info tbody .action img {
  display: inline-block;
  margin: 0 2px; }

.wishlist-info tbody:last-of-type tr td {
  border-bottom: none; }

.wishlist-info tbody .price {
  font-weight: bold; }

/******************************
COMPARE
*******************************/
.compare-info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.compare-info thead td {
  font-size: 14px;
  font-weight: bold;
  background: #5f6874;
  text-align: center; }

.compare-info td {
  padding: 7px;
  width: 20%;
  color: #333;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left-width: 1px;
  border-left-style: solid; }

.compare-info .name a {
  font-weight: bold; }

.compare-info .price-old {
  font-weight: bold;
  color: #EA2E49;
  text-decoration: line-through; }

.compare-info .price-new {
  font-weight: bold; }

/******************************
 ORDER LIST
*******************************/
.order-list {
  overflow: hidden;
  margin-bottom: 15px; }
  .order-list .order-id {
    width: 50%;
    float: left;
    font-weight: bold;
    color: #333745;
    padding-left: 10px;
    line-height: 30px; }
    .order-list .order-id b {
      font-weight: bold; }
  .order-list .order-status {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    line-height: 30px; }
  .order-list .order-content {
    display: inline-block;
    width: 100%;
    background: #f4f4f4; }
    .order-list .order-content:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      opacity: 0; }
    .order-list .order-content div {
      float: left;
      width: 33.3%;
      padding-left: 10px;
      padding-right: 15px;
      padding: 10px 15px 0 15px; }
      .order-list .order-content div b {
        display: inline-block;
        padding: 2px; }
  .order-list div.order-info {
    text-align: right;
    padding-right: 12px;
    padding-top: 22px; }

.pagination + .buttons {
  margin-top: 5px; }

/******************************
RETURNS
*******************************/
.return-list {
  margin-bottom: 10px; }

.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.return-list .return-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.return-list .return-content div {
  float: left;
  width: 33.3%; }

.return-list .return-info {
  text-align: right; }

.return-product {
  overflow: auto;
  margin-bottom: 20px; }

.return-product input[type='text'] {
  min-width: 150px; }

.return-name {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-model {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-quantity {
  float: left;
  width: 31%; }

.return-detail {
  overflow: auto;
  margin-bottom: 20px; }

.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened textarea {
  min-width: 150px !important; }

.return-opened textarea {
  width: 98%;
  vertical-align: top; }

.return-captcha {
  float: left; }

.download-list {
  margin-bottom: 10px; }

.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.download-list .download-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.download-list .download-content div {
  float: left;
  width: 33.3%; }

.download-list .download-info {
  text-align: right; }

.oc2 .account-text {
  margin-bottom: 15px; }
.oc2 .login-wrap .form-group {
  margin-top: 15px; }

.route-affiliate-register fieldset .radio {
  display: inline; }

.route-affiliate-register .form-horizontal .form-group label {
  width: auto; }

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/blog-manager.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
BLOG MANAGER for JOURNAL
*******************************/
#blogCatArticles {
  margin-bottom: 20px; }
  #blogCatArticles h3 {
    font-size: 15px; }
    #blogCatArticles h3 a {
      font-family: inherit; }

#blogCategory {
  margin-bottom: 10px; }

.articleHeader {
  margin: 0 0 10px 0; }

.articleCat, .blogCol2 .articleCat {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

#blogArticle .articleHeader {
  margin: 0; }
  #blogArticle .articleHeader h1 {
    padding-left: 10px;
    line-height: 40px;
    max-height: 40px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none; }
  #blogArticle .articleHeader > span {
    display: block;
    padding: 5px 0;
    color: #5F6874; }

.articleBottom {
  clear: both; }

.articleBottom h4,
#blogCategory h4 {
  margin: 0 0 5px 0; }
.articleBottom ul,
#blogCategory ul {
  margin: 0 0 0 10px; }

.livemarks a {
  margin-right: 5px;
  margin-top: -44px; }

#articleComments {
  border: 0; }

.blogTags a {
  padding: 2px 4px 3px 4px;
  color: #222;
  border-radius: 7px;
  font-size: 13px !important;
  display: inline-block;
  margin-bottom: 4px; }

.recentArticles, .popularArticles {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0; }
  .recentArticles li, .popularArticles li {
    float: left;
    margin-bottom: 15px; }
    .recentArticles li > a, .popularArticles li > a {
      display: block;
      float: left;
      color: #428bca; }
    .recentArticles li > a + a, .popularArticles li > a + a {
      float: none; }
    .recentArticles li > span, .popularArticles li > span {
      display: block;
      font-size: 85%; }

.box-footer {
  clear: both; }

#column-right .recentArticles, #column-right .popularArticles, #column-left .recentArticles, #column-left .popularArticles {
  list-style: none;
  margin: 0;
  padding: 0; }
  #column-right .recentArticles li, #column-right .popularArticles li, #column-left .recentArticles li, #column-left .popularArticles li {
    float: none;
    background-color: #f4f4f4;
    border-bottom: 1px solid #E4E4E4;
    margin: 0; }
    #column-right .recentArticles li > a, #column-right .popularArticles li > a, #column-left .recentArticles li > a, #column-left .popularArticles li > a {
      display: inline-block;
      float: left;
      color: #428bca;
      background-color: transparent;
      border-bottom: 0;
      padding: 10px 5px 10px 10px; }
    #column-right .recentArticles li > a + a, #column-right .popularArticles li > a + a, #column-left .recentArticles li > a + a, #column-left .popularArticles li > a + a {
      float: none;
      padding: 10px 0 3px 0; }
    #column-right .recentArticles li > span, #column-right .popularArticles li > span, #column-left .recentArticles li > span, #column-left .popularArticles li > span {
      display: block;
      font-size: 85%; }
    #column-right .recentArticles li p, #column-right .popularArticles li p, #column-left .recentArticles li p, #column-left .popularArticles li p {
      clear: both;
      padding: 0; }
#column-right .recentComments, #column-left .recentComments {
  list-style: none;
  margin: 0;
  padding: 0; }
  #column-right .recentComments li, #column-left .recentComments li {
    float: none;
    background-color: #f4f4f4;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 10px;
    overflow: hidden; }
    #column-right .recentComments li > a, #column-left .recentComments li > a {
      display: inline-block;
      float: left;
      background-color: transparent;
      border-bottom: 0;
      padding: 0 5px 10px 10px; }
    #column-right .recentComments li > a + i + a, #column-left .recentComments li > a + i + a {
      float: none;
      padding: 10px 0 3px 0;
      display: block; }
    #column-right .recentComments li > span, #column-left .recentComments li > span {
      display: block;
      font-size: 85%; }
    #column-right .recentComments li p, #column-left .recentComments li p {
      clear: both;
      padding: 0; }

#productRelated .secondary-title {
  margin-top: 15px; }

.side-column .recentArticles li:last-of-type,
.side-column .popularArticles li:last-of-type,
.side-column .recentArticles li:last-of-type,
.side-column .popularArticles li:last-of-type,
.side-column .box-content ul > li:last-of-type:last-of-type,
.side-column .box-content ul > li:last-of-type:last-of-type,
.side-column .box-content ul > li:last-of-type a:last-of-type,
.side-column .box-content ul > li:last-of-type a:last-of-type {
  border-bottom-width: 0; }

.blogTags .box-content {
  padding: 5px; }

.blogArchives ul ul {
  margin: 0; }

.blogArchives li {
  background: none; }

.box-content .recentComments li a:before {
  display: none; }

.recentArticles li > a,
.popularArticles li > a {
  float: none !important; }
  .recentArticles li > a:before,
  .popularArticles li > a:before {
    display: none; }
  .recentArticles li > a.image,
  .popularArticles li > a.image {
    float: left !important; }
.recentArticles li > span,
.popularArticles li > span {
  margin: -5px 0 8px 10px; }

.side-column .recentArticles li > a img,
.side-column .popularArticles li > a img {
  max-width: 50px; }
.side-column .recentArticles li > p,
.side-column .popularArticles li > p {
  padding: 0 10px 10px 10px !important; }

#content .recentArticles, #content .popularArticles {
  margin-right: -15px; }
  #content .recentArticles li, #content .popularArticles li {
    padding-right: 15px; }
    #content .recentArticles li .image, #content .popularArticles li .image {
      margin-right: 10px; }
    #content .recentArticles li > span, #content .popularArticles li > span {
      margin: 0; }
#content .box-footer {
  clear: none; }

#column-right .recentComments li > a + i + a,
#column-left .recentComments li > a + i + a {
  padding: 0; }

#column-right .recentArticles li,
#column-right .popularArticles li,
#column-left .recentArticles li,
#column-left .popularArticles li,
#column-right .recentComments li,
#column-left .recentComments li {
  background-color: transparent; }

.blogCategories li {
  background-image: none; }

#comments .pagination {
  font-size: inherit;
  padding: 10px; }

#blogArticle .articleHeader h1 {
  border: inherit;
  padding: inherit; }
  
.progressContainer {
  left:0;
  width: 100%;
  height: 2px;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: transparent;
  content: "";
	display: table;
	table-layout: fixed;
	z-index: 99999;
}
.mobile .progressContainer {top: 0px;}
.progressBar {
  width: 0%;
  float: left;
  height: 100%;
  max-width: 100%;
  background-color: #01589d;
}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/side-column.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
SIDE COLUMN
*******************************/
.home-page #column-right, .information-page:not(.layout-47):not(.layout-48):not(.layout-49) #column-right  {padding:0 !important; width: 300px !important;margin-top: 30px !important;}

#column-right {
  padding: 20px 20px 20px 0;
  width: 275px;
  float: right; }
  
.product-page #column-right  {padding: 0px;width: 100%;float: none;}

 #column-left {
  padding: 20px 0 20px 20px;
  width: 230px;
  float: left; }

.home-page #column-right + #content, .layout-46 #column-right + #content {margin-right: 320px !important;}
#column-right + #content {
  margin-right: 240px; }

#column-left + #content {
  margin-left: 240px; }
.category-page #column-left + #content {
  margin-left: 0px !important; }
#column-left + #column-right + #content {
  margin-left: 240px;
  margin-right: 300px; }

#column-left + span + #content {
  margin-left: 240px; }

#column-right + span + #content {
  margin-right: 240px; }

#column-left + #column-right + span + #content {
  margin-left: 240px;
  margin-right: 240px; }

.side-column {
  position: relative;
  z-index: 2;
  /******************************
   SIDE CATEGORY
  *******************************/
  /******************************
   CAROUSEL MODULE
  *******************************/
  /******************************
   TEXT ROTATOR
  *******************************/
  /******************************
   PHOTO GALLERY
  *******************************/
  /******************************
   CMS BLOCKS
  *******************************/ }
  .side-column .heading-title, .side-column .box-heading {
    max-height: 100%;
    height: auto; }
  .side-column ul, .side-column li {
    margin: 0;
    padding: 0; }
  .side-column li {
    list-style: none;
    position: relative; }
  .side-column .box {
    margin-bottom: 20px; }
  .side-column > .box:last-of-type {
    margin-bottom: 0; }
  .side-column .box-content > div:not(.swiper),
  .side-column .box-category {
    overflow: hidden; }
  .side-column .box-content p {
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0; }
  .side-column .box-content p + select {
    margin-bottom: 15px; }
  .side-column .box-content li a, .side-column .box-category li a {
    -webkit-transition: background-color .2s, color .2s;
            transition: background-color .2s, color .2s;
    border-bottom-width: 1px;
    border-bottom-color: #f4f4f4;
    border-bottom-style: solid;
    display: block;
    position: relative; }
  .side-column .box-content li a.active, .side-column .box-category li a.active {
    color: #EA2E49; }
  .side-column .box-content ul > li > ul, .side-column .box-category ul > li > ul {
    display: none;
    margin-bottom: 0; }
  .side-column .box-content li a.active + ul, .side-column .box-category li a.active + ul {
    display: block; }
  .side-column .box-content li a:before, .side-column .box-category li a:before {
    position: relative;
    float: left;
    margin-right: 5px; }
  .side-column .box-content > ul > li:last-of-type > a, .side-column .box-category > ul > li:last-of-type > a {
    border-bottom: 0 !important; }
  .side-column .side-category i {
    text-align: center;
    position: absolute;
    -webkit-transition: background-color 0.2s, color 0.2s;
            transition: background-color 0.2s, color 0.2s;
    display: table;
    line-height: 100%; }
    .side-column .side-category i span {
      position: relative;
      display: table-cell; }
  .side-column .side-category-accordion .box-category li ul li a:before {
    float: none;
    content: ""; }
  .side-column .product-grid-item .image .outofstock {
    display: none !important; }
  .side-column .oc-module {
    overflow: hidden;
    display: block; }
    .side-column .oc-module .product-wrapper {
      margin: 0;
      padding: 0;
      border-radius: 0;
      box-shadow: none;
      border: none;
      -webkit-transition: all 0.2s;
              transition: all 0.2s;
      display: block; }
      .side-column .oc-module .product-wrapper .p-over {
        display: none; }
    .side-column .oc-module .product-wrapper:hover {
      padding: 0;
      margin: 0;
      border-radius: 0;
      box-shadow: none;
      border: none; }
    .side-column .oc-module .product-details {
      background-color: transparent;
      padding-bottom: 0;
      float: left;
      max-width: 150px; }
    .side-column .oc-module .product-details:before {
      content: ""; }
    .side-column .oc-module .product-grid-item {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #E4E4E4;
      margin-bottom: 0;
      text-align: left; }
      .side-column .oc-module .product-grid-item .quickview-button {
        display: none; }
      .side-column .oc-module .product-grid-item .image {
        display: block;
        float: left;
        position: relative;
        width: auto;
        margin-right: 5px; }
        .side-column .oc-module .product-grid-item .image span {
          display: none !important; }
        .side-column .oc-module .product-grid-item .image a {
          background: transparent !important;
          margin-right: 5px;
          line-height: 100%;
          border-radius: 0;
          border: none; }
        .side-column .oc-module .product-grid-item .image img {
          border: 0;
          display: block;
          padding: 0;
          max-width: 100%;
          height: auto;
          opacity: 1 !important; }
      .side-column .oc-module .product-grid-item .name {
        position: relative;
        display: block;
        margin-top: 2px; }
        .side-column .oc-module .product-grid-item .name a {
          white-space: normal;
          font-size: 12px;
          text-decoration: none;
          display: block;
          text-align: left;
          padding: 0 0 2px 0; }
      .side-column .oc-module .product-grid-item .price {
        display: inline-block;
        font-size: 13px;
        padding: 0;
        text-align: left;
        border: none;
        margin-bottom: 4px;
        background-color: transparent;
        border-radius: 0; }
      .side-column .oc-module .product-grid-item .price-old {
        font-weight: normal;
        color: #EA2E49;
        padding-right: 2px;
        text-decoration: line-through;
        font-size: 12px; }
      .side-column .oc-module .product-grid-item .price-new {
        font-size: 13px; }
      .side-column .oc-module .product-grid-item .rating {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        padding: 0; }
      .side-column .oc-module .product-grid-item .cart, .side-column .oc-module .product-grid-item .description, .side-column .oc-module .product-grid-item .sale, .side-column .oc-module .product-grid-item .wishlist, .side-column .oc-module .product-grid-item .compare {
        display: none !important; }
      .side-column .oc-module .product-grid-item .cart input {
        color: white;
        font-family: Helvetica, Arial, sans-serif;
        text-transform: none;
        font-weight: bold; }
    .side-column .oc-module .product-grid-item:last-of-type {
      border-bottom: none; }
  .side-column .journal-carousel .product-wrapper:hover {
    box-shadow: none; }
  .side-column .journal-carousel .htabs a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #5F6874;
    border-right: 0; }
  .side-column .journal-carousel .htabs a:last-of-type {
    border-bottom: none; }
  .side-column .journal-carousel .htabs.single-tab a, .side-column .journal-carousel .htabs.single-tab a.selected, .side-column .journal-carousel .htabs.single-tab a:hover {
    border-bottom: none; }
  .side-column .quote {
    padding-bottom: 30px;
    overflow: hidden; }
  .side-column .rotator-image {
    float: none !important;
    margin: 10px auto 0 auto !important;
    height: auto; }
  .side-column .quovolve-nav {
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center; }
    .side-column .quovolve-nav ul, .side-column .quovolve-nav ol {
      margin: 0;
      padding: 0;
      display: inline-block; }
  .side-column .journal-gallery {
    overflow: hidden; }
    .side-column .journal-gallery .box-heading {
      margin-bottom: 10px; }
    .side-column .journal-gallery .box-content {
      margin-right: -10px;
      margin-bottom: -10px; }
      .side-column .journal-gallery .box-content .gallery-thumb {
        padding-right: 10px;
        margin-bottom: 10px; }
  .side-column .gallery-thumb a:before {
    font-size: 20px; }
  .side-column .cms-block, .side-column .static-banner {
    margin-bottom: 20px; }
    .side-column .cms-block:last-of-type, .side-column .static-banner:last-of-type {
      margin-bottom: 0; }
  .side-column .box.cms-blocks {
    background-color: transparent; }
    .side-column .box.cms-blocks .cms-block {
      margin-bottom: 0; }
      .side-column .box.cms-blocks .cms-block:last-of-type {
        margin-bottom: 0; }
    .side-column .box.cms-blocks .box-heading {
      margin-bottom: 0; }
    .side-column .box.cms-blocks .block-content {
      height: auto !important;
      background-color: transparent; }
  .side-column .static-banners.box {
    background-color: transparent; }
  .side-column .block-content p {
    padding-bottom: 0; }
.home-page .side-column .editor-content img, .information-page .side-column .editor-content img {max-width: 100% !important;}	 
  .side-column .editor-content img {
    max-width: 200px !important;
    height: auto; }
  .side-column .editor-content h1, .side-column .editor-content h2, .side-column .editor-content h3 {
    padding-bottom: 0; }

.extended-layout #column-right .journal-gallery .box-content, .extended-layout #column-left .journal-gallery .box-content {
  padding: 10px;
  padding-top: 0; }
.extended-layout #column-right .box:last-of-type, .extended-layout #column-left .box:last-of-type {
  margin-bottom: 20px; }

.side-column .oc-module .inline-button br {
  display: none; }
.side-column .box.journal-carousel {
  background-color: transparent; }
  .side-column .box.journal-carousel.bullets-on {
    margin-bottom: 0; }

/******************************
OC 2
*******************************/
#column-right + .row #content {
  margin-right: 240px; }

#column-left + .row #content {
  margin-left: 240px; }

#column-left + #column-right + .row #content {
  margin-left: 240px;
  margin-right: 240px; }

.flyout .fly-mega-menu {
  left: 100%;
  top: 0;
  z-index: 1;
  min-height: 100%;
  width: 764px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  box-shadow: 12px 15px 30px -8px rgba(0, 0, 0, 0.2); }
  .flyout .fly-mega-menu .mega-menu-column {
    margin: 0; }
    .flyout .fly-mega-menu .mega-menu-column:last-of-type > div {
      margin-right: 0;
      margin-bottom: 15px; }
      .flyout .fly-mega-menu .mega-menu-column:last-of-type > div > h3 {
        margin-right: 15px; }
    .flyout .fly-mega-menu .mega-menu-column.mega-menu-html-block > div {
      margin-right: 15px;
      margin-bottom: 15px; }
      .flyout .fly-mega-menu .mega-menu-column.mega-menu-html-block > div > h3 {
        margin-right: 0; }

.flyout-menu {
  overflow: visible; }
  .flyout-menu .flyout > ul > li {
    display: table;
    width: 100%;
    min-height: 40px; }
    .flyout-menu .flyout > ul > li > a {
      padding: 7px 25px 7px 12px;
      width: 100%;
      min-height: inherit;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      -webkit-transition: background-color .2s, color .2s;
              transition: background-color .2s, color .2s;
      border-bottom-width: 1px;
      border-bottom-color: #f4f4f4;
      border-bottom-style: solid; }
      .flyout-menu .flyout > ul > li > a:before {
        display: none; }
      .flyout-menu .flyout > ul > li > a i {
        left: -2px; }
        .flyout-menu .flyout > ul > li > a i:before {
          padding-left: 1px; }
        .flyout-menu .flyout > ul > li > a i.menu-plus {
          left: auto; }
    .flyout-menu .flyout > ul > li:last-of-type a {
      border-bottom-width: 0; }
    .flyout-menu .flyout > ul > li:hover .fly-mega-menu,
    .flyout-menu .flyout > ul > li:hover > ul {
      display: block; }

.flyout > ul > li.fly-mega-menu-mixed {
  position: static; }

.fly-drop-down .menu-plus,
.fly-mega-menu-mixed .menu-plus {
  position: absolute;
  font-size: 17px;
  top: 14px;
  right: 8px; }
  .fly-drop-down .menu-plus::before,
  .fly-mega-menu-mixed .menu-plus::before {
    content: "\e620";
    font-size: 11px;
    float: left; }

.flyout-menu .flyout > ul > li:hover > a {
  z-index: 2;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }

.fly-drop-down ul {
  z-index: 999;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5);
  height: 100%;
  min-height: inherit; }
  .fly-drop-down ul li {
    color: #333745;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    height: 100%;
    display: table;
    width: 100%;
    min-height: inherit; }
  .fly-drop-down ul li:last-of-type {
    border-bottom-width: 0; }
  .fly-drop-down ul li ul {
    visibility: hidden;
    opacity: 0;
    left: 100%;
    top: 0;
    min-height: 40px; }
  .fly-drop-down ul li.left ul {
    left: -100%; }
  .fly-drop-down ul li:hover > ul {
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
    visibility: visible;
    opacity: 1; }
  .fly-drop-down ul li a {
    min-width: 100px;
    padding: 0 30px 0 12px;
    color: inherit;
    white-space: nowrap;
    min-height: inherit;
    display: table-cell;
    vertical-align: middle; }
    .fly-drop-down ul li a:before {
      margin-right: 5px; }
.fly-drop-down > ul {
  display: none;
  left: 100%;
  top: 0; }
  .fly-drop-down > ul > li > a {
    min-width: 120px; }

.flyout-left {
  z-index: 4; }
  .flyout-left .fly-mega-menu {
    left: 100%; }

.flyout-right {
  z-index: 3; }
  .flyout-right .fly-mega-menu {
    left: -100%; }
  .flyout-right .fly-drop-down > ul {
    left: auto;
    right: 100%; }
  .flyout-right .fly-drop-down ul li ul {
    left: auto;
    right: 100%; }

#column-right:hover {
  z-index: 9; }
#column-right .flyout-menu .flyout > ul > li > a i.menu-plus {
  left: 8px;
  right: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
#column-right .flyout-menu i.menu-plus {
  left: 8px;
  right: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
#column-right .fly-drop-down ul li a {
  min-width: 100px;
  padding: 0 12px 0 25px; }
#column-right .flyout-menu .flyout > ul > li > a {
  padding: 7px 12px 7px 25px;
  text-align: right; }

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/product.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
PRODUCT PAGE
*******************************/
.product-head {padding-left: 20px; padding-right: 20px;}
.product-head h1 {    
	margin: 0px;
    line-height: 31px;
	font-weight: 400;
    font-size: 30px;
    display: inline-block;
    padding: 0px 0px 0px 15px;
    white-space: normal;
    overflow: inherit;
    text-overflow: ellipsis;
    min-height: auto;
	float: left;
	clear:both;}
	#social-product-head{position: absolute;z-index: 900;}
	#social-product-head_button button {outline: none;background: transparent; border: none; width: 20px; }
	#social-product-head_button button:hover {cursor: pointer;}
	#social-product-head_button button:before {
	content: "\f0a1";
    float: left;
	color: #b4b4b4;
    font-weight: 400;
    font-size: 17px;
    text-align: left;}
	#social-product-head_button {
    position: absolute;
    top: -2px;
    left: 0px;
    color: white;
    font-weight: 400;
    font-size: 15px;
    clear: both;
    float: right;
    padding: 0px 9px 8px 0px;
    opacity: 1;
    z-index: 805;
    display: block;}
	.head_top {display: flex;margin: 0px auto 0px;width: 100%;padding: 7px 10px 8px 10px;flex-wrap: nowrap;overflow-x: auto;background: #f1f1f1;list-style: none;}
	.prod_top_links {display: flex !important;white-space: nowrap;margin: 0 10px;}
	.prod_top_links .prod_top_link {font-size: 13px; text-transform: uppercase;color: rgb(7, 7, 7);cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
	.top_rev {color: #00589d;margin-left: 5px;position: relative;top: -1px;}
	#social-product-head_button:hover {transition: all 350ms; opacity: 1; cursor: pointer;}
	#social-product-head li {display: none;position: absolute;top: -6px;left: -150px;z-index: 804;}
	#social-product-head:hover li {display: block;}
	.social-product-head_white {
    width: 156px;
	padding-left: 20px;
	background: #fff;
    opacity: 0;}
	#social-product-head:hover li .social-product-head_white {opacity: 1; transition: opacity 0.85s linear;}
	.social-loaded li {display: block !important; position: relative !important;}
.brand-logo-text {top: 31px;margin-right: 15px;position: relative;}
.product-head .rating {   
	float: left;
    margin-right: 30px;}
.product-info {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: white;
  border-radius: 0 0 3px 3px;
  }
.experts{width:100%;margin-top:-10px;margin-bottom:10px;position:relative;background: #f8f9fb;display:flex;padding:10px;border-radius:4px;}.expert{display:block}.expert_left{float:left;margin-right:15px}.expert_left img{width:65px;height:65px;border-radius:50%;padding:3px;border:1px solid #e0e0e0;background:#fff;position:relative}.expert_left .more_img{margin-left:-40px;transition:.2s}.expert_left:hover .more_img{margin-left:-10px}.expert_name{display:block;font-family:roboto;font-size:12px;color:#000;font-weight:600;text-align:center;max-width:100px;margin:auto}.expert_right{padding-top:5px}.expert_opinion{font-family:roboto;font-size:15px;color:#000;font-weight:600}.expert_link{color:#000;text-decoration:underline}@media only screen and (max-width:760px){.expert_left img{width:55px;height:55px;padding:2px}}.heart{position:absolute;top:20px;left:20px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oZWFydDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImhlYXJ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi4wMDAwMDAsIC03LjAwMDAwMCkiIGZpbGw9IiNEMDAyMUIiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41MjM4MDk1LDI1IEMxNiwyNSAxNiwyNSAxNi40NzYxOTA1LDI1IEwyNC4wOTUyMzgxLDE3IEMyNi41NDk4Njc5LDE0LjUxMzUwNDIgMjYuNTQ5ODY3OSwxMC45MDAxNDM2IDI0LjA5NTIzODEsOSBDMjIuMTUwOTIzNSw2LjQ0MjgzNjc3IDE4LjU4NDg3NSw2LjQ0MjgzNjc3IDE2LjQ3NjE5MDUsOSBDMTYsOSAxNiw5IDE1LjUyMzgwOTUsOSBDMTMuNDE1MTI1LDYuNDQyODM2NzcgOS44NDkwNzY0Niw2LjQ0MjgzNjc3IDcuOTA0NzYxOSw5IEM1LjQ1MDEzMjA3LDEwLjkwMDE0MzYgNS40NTAxMzIwNywxNC41MTM1MDQyIDcuOTA0NzYxOSwxNyBMMTUuNTIzODA5NSwyNSBaIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);background-repeat:no-repeat;height:22px;width:22px}.animate-topright{-webkit-animation:movetopRight 6.5s 1s infinite;-moz-animation:movetopRight 6.5s 1s infinite;-o-animation:movetopRight 6.5s 1s infinite;-ms-animation:movetopRight 6.5s 1s infinite;animation:movetopRight 6.5s 1s infinite}.animate-bottomright{-webkit-animation:movebottomRight 4.5s 1.7s infinite;-moz-animation:movebottomRight 4.5s 1.7s infinite;-o-animation:movebottomRight 4.5s 1.7s infinite;-ms-animation:movebottomRight 4.5s 1.7s infinite;animation:movebottomRight 4.5s 1.7s infinite}.animate-topleft{-webkit-animation:movetopLeft 8.5s 5.4s infinite;-moz-animation:movetopLeft 8.5s 5.4s infinite;-o-animation:movetopLeft 8.5s 5.4s infinite;-ms-animation:movetopLeft 8.5s 5.4s infinite;animation:movetopLeft 8.5s 5.4s infinite}.animate-bottomleft{-webkit-animation:movebottomLeft 7.5s 4.8s infinite;-moz-animation:movebottomLeft 7.5s 4.8s infinite;-o-animation:movebottomLeft 7.5s 4.8s infinite;-ms-animation:movebottomLeft 7.5s 4.8s infinite;animation:movebottomLeft 7.5s 4.8s infinite}.animate-up{-webkit-animation:moveup 7.5s 2.2s infinite;-moz-animation:moveup 7.5s 2.2s infinite;-o-animation:moveup 7.5s 2.2s infinite;-ms-animation:moveup 7.5s 2.2s infinite;animation:moveup 7.5s 2.2s infinite}.animate-down{-webkit-animation:movedown 5.5s 5.5s infinite;-moz-animation:movedown 5.5s 5.5s infinite;-o-animation:movedown 5.5s 5.5s infinite;-ms-animation:movedown 5.5s 5.5s infinite;animation:movedown 5.5s 5.5s infinite}.animate-left{-webkit-animation:moveleft 5.5s 2.9s infinite;-moz-animation:moveleft 5.5s 2.9s infinite;-o-animation:moveleft 5.5s 2.9s infinite;-ms-animation:moveleft 5.5s 2.9s infinite;animation:moveleft 5.5s 2.9s infinite}.animate-right{-webkit-animation:moveright 5.5s 3.4s infinite;-moz-animation:moveright 5.5s 3.4s infinite;-o-animation:moveright 5.5s 3.4s infinite;-ms-animation:moveright 5.5s 3.4s infinite;animation:moveright 5.5s 3.4s infinite}@keyframes movetopRight{0%{top:20px;left:20px;opacity:.9}100%{top:10%;left:80%;opacity:0}}@keyframes movebottomRight{0%{top:20px;left:20px;opacity:.9}100%{top:90%;left:90%;opacity:0}}@keyframes movetopLeft{0%{top:20px;left:20px;opacity:.9}100%{top:20px;left:20px;opacity:0}}@keyframes movebottomLeft{0%{top:20px;left:20px;opacity:.9}100%{top:90%;left:5%;opacity:0}}@keyframes moveup{0%{top:20px;left:20px;opacity:.9}100%{top:0;left:45%;opacity:0}}@keyframes movedown{0%{top:20px;left:20px;opacity:.9}100%{top:100%;left:45%;opacity:0}}@keyframes moveleft{0%{top:20px;left:20px;opacity:.9}100%{top:45%;left:10%;opacity:0}}@keyframes moveright{0%{top:20px;left:20px;opacity:.9}100%{top:45%;left:97%;opacity:0}} 
.product-page .j-container:after	{
}  
.shortdesc {display: flex;}
.shortdesc_img {margin-right: 15px;}
.shortdesc_img img {border-radius: 50%; border: 1px solid #f1f1f1;}
.shortdesc_desc {color: #000; font-size: 15px; line-height: 20px;}
.shortdesc_d_t {font-weight: 600;}
.sd_logo {vertical-align: middle;}
.sd_manuf {color: #00589d;}
.content-top-section .carousel-product:after, .content-bottom-section .carousel-product:before {margin-bottom: -3px;}	
  .product-tabs {padding: 0px; float: left; width: 62%;}
  .quickview .product-tabs {width: 62.3%;background: white;border-radius: 2px;min-height: 769px;}
  .sex-shop-product-review {float: right; clear: right; width: 34%; margin: 10px;}
  .quickview .sex-shop-product-review {width: 37%; margin: 0px; padding-bottom: 20px; background: white;border-radius: 2px;min-height: 769px;}
  .customer-review {margin-bottom: 10px;}
  .product-sections, .video-info .product_video {background: #fff;border-radius: 3px;margin-bottom: 3px;overflow: hidden;}
  .extra-product-info {padding-bottom: 1px;}
  .extra_product_photo {display: inline-block;padding: 29px;}
  .extra_product_photo img {margin-right: 10px; margin-bottom: 10px;}
  #button-review, #write-button-review {    
    background: #f1f1f1;
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient('to bottom', #fff, #f1f1f1);
    border: 1px solid #ececec;
    border-bottom: 0;
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -1px 0 0 #c1c1c1;
    color: #3d78ad;
    font-size: 21px;
    padding: 0.5em 1em 0.55556em;
    line-height: 1.2em;
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;}
	#button-review:hover, #write-button-review:hover {
	box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;
	background: #faf8e1;
    background: -webkit-linear-gradient(top, #fff, #faf8e1);
    background: -ms-linear-gradient(top, #fff, #faf8e1);
    background: -moz-linear-gradient(top, #fff, #faf8e1);
    background: linear-gradient('to bottom', #fff, #faf8e1);
	-webkit-transition: all 0.1s;
    transition: all 0.1s;}
	#write-button-review {padding: 1em 3em 1em;}
	.write-review .pull-right {width: 283px !important;margin: auto; float: none !important}
	.write-review .buttons {background-color: #fff;}
  .produc-review-form {
	display: none;
	opacity: 0;
	background: #f6f6f6;
    border: 1px solid #ededed;
    border-bottom: 0;
    box-shadow: inset 0 -3px 0 0 #c5c5c5, 3px 3px 7px 0 rgba(200, 200, 200, .5);
    border-radius: 3px;
    padding: 25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;}
	.write-review {display: block; opacity: 1;}
	.write-now {display: block !important;opacity: 1 !important;}
	.disable-write-button {display: none !important;opacity: 0 !important;}
	.review-details-info {font-size: 15px !important; line-height: 25px;float: left;width: 100%;}
	.produc-review-form .buttons {background-color: transparent !important;}
	.produc-review-form #input-name, .produc-review-form #input-review {
	border: 1px solid #c2c2cc;
    border-radius: 3px;
    box-shadow: inset 3px 3px 1px 0 #eeeeef;
    font-size: 1.15385em;
    padding: 0.33333em;
    resize: none;
	}
.tags img{border-radius:12px;display:block;margin-bottom:5px}.tags a{padding:3px 3px 5px 3px;text-align:center}@media only screen and (max-width:760px){.tags{display:flex;flex-wrap:nowrap;overflow-x:auto}.tags a{width:100px}.tags img{width:93px}#content ::-webkit-scrollbar-track{background-color:#fff}}	
.produc-review-form #input-name:focus, .produc-review-form #input-review:focus {border-color: #74d36b;}	
	.produc-review-form #input-name:focus:valid, .produc-review-form #input-review:focus:valid {border-color: #74d36b;}	
.produc-review-form #input-name {height: 40px;}   
.sex-shop-product-review table {    
	margin-bottom: 20px;
    padding-top: 20px;
	width: 100%;
    font-size: 14px;
	line-height: 18px;} 
.sex-shop-product-review table{border: none;}
#tab-specification {clear: both;padding: 29px;background:#fff;border-top: 2px solid #f1f1f1;}
#tab-specification ul {display: flex;display: -ms-flexbox;flex-flow: row wrap;align-items: stretch;margin-bottom: 0;list-style: none;padding-left: 0;}
#tab-specification .spec-item-list {padding-left: 0;padding-bottom: 15px;margin-right: auto;width: 100%;}
#tab-specification .spec-item-block {display: flex;display: -ms-flexbox;align-items: center;}
#tab-specification .spec-item-icon {width: 20px;text-align: center;}
#tab-specification .spec-item-icon:before {content: "\f05d";font-size: 20px;}
#tab-specification .icon-21:before {content: "\f02a";}
#tab-specification .icon-15:before {content: "\f240";}
#tab-specification .icon-17:before {content: "\f228";}
#tab-specification .icon-24:before, #tab-specification .icon-31:before {content: "\e65a";}
#tab-specification .icon-22:before, #tab-specification .icon-25:before {content: "\e651";}
#tab-specification .icon-19:before {content: "\e661";}
#tab-specification .icon-13:before, #tab-specification .icon-38:before {content: "\f065";}
#tab-specification .icon-12:before, #tab-specification .icon-39:before, #tab-specification .icon-40:before {content: "\f07d";}
#tab-specification .icon-16:before, #tab-specification .icon-43:before, #tab-specification .icon-30:before {content: "\f200";}
#tab-specification .icon-14:before, #tab-specification .icon-44:before {content: "\f043";}
#tab-specification .icon-18:before {content: "\f21d";}
#tab-specification .icon-34:before {content: "\e631";}
#tab-specification .spec-item-desc {margin-left: 23px;}
#tab-specification p {line-height: 24px; font-size: 16px;}
#tab-specification .spec-item-head {font-weight: 600;}
@media (min-width: 768px) {
#tab-specification {border: none;}
#tab-specification .spec-item-list {padding-bottom: 15px;padding-left: 0;width: 50%;}
}
@media (min-width: 1200px) {
#tab-specification .spec-item-list {width: 33.33%;padding-bottom: 40px;margin-right: unset;}
}	
.obzor {display:none !important;}
.stick-spec .obzor{display: flex!important;}
.head_top.stick-spec{position:fixed;top:50px;z-index:999999999;background:#fff;transition:.2s;padding-top:10px;-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
.number-of-written-reviews {
	font-size: 25px !important;
    margin-right: 8px;
    vertical-align: baseline;
    color: #bfbfbf !important;}
  .tabs-content {padding: 29px;}
  #tab-specification {margin-top: 30px;}
  .helpful_links {width: 100% !important;display: inline-block;margin-bottom: 12px;}
  .helpful_links ul {width: 100%;display: inline-block;margin: 0;padding: 0;}
  .helpful_links li {display: block;border-top: 1px solid #f1f1f1;-webkit-transition: all 0.2s;transition: all 0.2s;}
  .helpful_links li:hover {background: #f1f1f1;}
  .helpful_links li:first-child {border-top: none;}
  .helpful_links a {display: block; color: #00589d; padding: 12px 20px;  font-size: 1.30769em;position: relative;}
  .helpful_links a:after  {
	content: '\f105';
    font-size: 25px;
    color: #f1f1f1;
    position: absolute;
	top: 10px;
    right: 13px;}
  .helpful_links .bottom-product-options-delivery {
	float: right;
	width: auto;
    background: #a9b8c0;
    padding: 0px 5px;
    border-radius: 3px;
    line-height: 20px;
    margin-right: 20px;}
	.how-many-reviews {
	float: right;
    width: auto;
    background: #a9b8c0;
    padding: 0px 7px;
    border-radius: 50%;
    line-height: 20px;
    margin-right: 20px;
	color: #fff;
	font-size: 13px;}
	.helpful_links .delivery_time:after {color: #fff;text-transform: capitalize;}
  .quickview .tabs-content {border-top: none;}
  .product-info > div {
    width: 50%;
    float: left; }
  .product-info .left .image {
    padding: 0;
    text-align: left;
    position: relative; }
    .product-info .left .image > a {display:table;width:100%;padding-bottom:100%;height:0;position:relative;}
      .product-info .left .image > a img {width:100%;height:100%;float:left;position:absolute;display:block; }
  .product-info .left .image-additional {
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: -10px; }
	.quickview .product-info .left .image-additional {margin-bottom: 5px;margin-top: 20px;}
    .product-info .left .image-additional a {
      position: relative;
      display: inline-block;
      float: left;
      -webkit-transition: opacity .2s;
              transition: opacity .2s; }
      .product-info .left .image-additional a img {
        width: 100%;
        float: left;
        height: auto; }
      .product-info .left .image-additional a:hover {
        opacity: .8; }
    .product-info .left .image-additional.image-additional-grid a {
      width: 20%; }
    .product-info .left .image-additional .swiper-container-horizontal a {
      padding: 0; }
    .product-info .left .image-additional .swiper {
      margin-bottom: 10px; }
    .product-info .left .image-additional .swiper-button-prev,
    .product-info .left .image-additional .swiper-button-next {
      width: 30px;
      height: 30px; }
    .product-info .left .image-additional .swiper-button-prev {
      left: 5px; }
    .product-info .left .image-additional .swiper-button-next {
      right: 5px; }
  .product-info .left .product-tabs, .product-info .left .journal-custom-tab {
    clear: both; }
  .product-info .gallery-text {
    text-align: center;
    padding: 5px 0 10px;
    color: #5F6874;
    cursor: pointer;
    clear: both; }
    .product-info .gallery-text span {
      display: inline-block;
      position: relative; }
  .product-info .gallery-text:before {
    margin-right: 5px; }
	#product-gallery .swiper-button-prev, #product-gallery .swiper-button-next {z-index: 1;border: none;}
  .product-info .product-sold-count.ps-right {
    display: none; }
  .product-info .right {
    padding: 0px 20px; }
    .product-info .right .product-options {
      background-color: transparent;
      overflow: hidden; }
    .product-info .right > div > div, .product-info .right > div > ul {
      position: relative;
      overflow: hidden; }
      .product-info .right > div > div.social, .product-info .right > div > ul.social {
        overflow: visible; }
    .product-info .right .description {
      line-height: 1.5;
	  margin-bottom: 25px;	  }
	  .left-product-options {width: 50%; float: left; padding-top: 20px !important; padding-bottom: 20px !important; min-height: 315px;}
	.p-model {    
	float: right;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    background: #f1f1f1;
    padding: 3px 8px;
    margin-bottom: 14px;
    border-radius: 4px;}
	.p-sku {float: right;font-size: 12px;padding: 5px;background: #fd7b00;border-radius: 2px;color: #fff;}
	  .right-product-options {width: 50%; float: left; padding: 20px 0px 20px 20px !important;border-left: 1px solid #f1f1f1;}
	  .bottom-product-options {width: 57% !important; margin-left: 20px;padding:20px 0px;}
	  .bottom-product-options .top_city_time {float: left !important;    clear: none !important;}
	  .bottom-product-options article h3 {margin-bottom: 5px; float: left;}
	  .bottom-product-options article h4 {margin-bottom: 3px;     color: #333;}
	  .bottom-product-options article section {margin-bottom: 10px;clear: both;}
	  .bottom-product-options-info {
		float: left;
		margin-left: 7px;
		color: #00589d;
		width: 15px;
		text-align: center;
		height: 15px;
		border-radius: 50%;
		border: 1px solid #90cdfd;
		top:1px;
		font-size: 12px;
		font-weight: 600;
		position: relative;
	  }
	.video-button {margin-top:3px;cursor:pointer;}
	.video-link {display: block; text-align: center; width: 100%; color: #00589d; font-size: 14px; font-weight: 600; padding: 10px 3px;border-radius: 4px; border: 2px solid #00589d;transition: all 0.3s;}
	.video-link:hover {background: #f7fcff;}
	.video-before:before {
		content: " ";
		width: 28px;
		height: 17px;
		vertical-align: bottom;
		display: inline-block;
		background-image: url(/image/video_sign.svg);
		margin-right: 10px;
		background-size: contain;
		background-repeat: no-repeat;}
	  .bottom-product-options-delivery-closest .top_city_time span::after {text-transform: uppercase; color: #000;}
	  .shipping-box-view, .confidential-view, .what-is-inside-view {font-size: 14px; color: #00589d; display: -webkit-box;}
	  .shipping-box-view a, .confidential-view a, .what-is-inside-view a {color: #333;}
	  .shipping-box-view a:hover, .confidential-view a:hover, .what-is-inside-view a:hover {color: #333;text-decoration: underline;}
	  .shipping-box-view a:before {
		content: "\e605";
		font-size: 17px;
		color: #fff;
		background: #e4e4e4;
		width: 36px;
		height: 27px;
		text-align: center;
		padding-top: 9px;
		vertical-align: middle;
		border-radius: 50%;
		margin-right: 12px;}
	  .confidential-view, .what-is-inside-view {margin-top: 15px;}
	  .confidential-view a:before {
		content: "\e613";
		font-size: 20px;
		color: #fff;
		background: #e4e4e4;
		width: 36px;
		height: 29px;
		text-align: center;
		padding-top: 7px;
		vertical-align: middle;
		border-radius: 50%;
		margin-right: 12px;}
	  .what-is-inside-view a:before  {		
		content: "\e641";
		font-size: 23px;
		color: #fff;
		background: #e4e4e4;
		width: 36px;
		height: 29px;
		text-align: center;
		padding-top: 7px;
		vertical-align: middle;
		border-radius: 50%;
		margin-right: 12px;}
	  .product_video {width: 100% !important; display: inline-block;background: #404040 !important}
	  .product_video_screen {float: left; padding:35px 0px 35px 35px; width: 65%;}
	  .product_video_youtube {position: relative;height: 495px;overflow: hidden;background: #d4d4d4;cursor: pointer;background-image: url(/image/logo.svg);background-position: center center;background-repeat: no-repeat;cursor: pointer;}
	  .youtube img {width: 100%;height: 100%;left: 0;}
	  .youtube .play-button {width: 110px;height: 110px;background-color: #333;box-shadow: 0 0 30px rgba( 0,0,0,0.2 );z-index: 1;opacity: 0.8;border-radius: 50%;border: 3px solid #fff;}
	  .youtube .play-button:before {content: ""; border-style: solid;border-width: 24px 0 24px 42px;border-color: transparent transparent transparent #fff;left: 55% !important;}
	  .youtube img, .youtube .play-button {cursor: pointer;}
	  .youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}
	  .journal-blog-post-page .youtube iframe {width: 100%; height: 100%;}
	  .youtube .play-button, .youtube .play-button:before {top: 50%;left: 50%;transform: translate3d( -50%, -50%, 0 );}
	  .product_video_ad {width: 35%; float: left; position:relative;padding:35px;}
	  .product_video_banner {position: relative;height: 495px;overflow: hidden;background: #fff2ce;}
	  .product_video_screen iframe, .product_video_screen object, .product_video_screen embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	  .post-details .playbuzz iframe {position: relative;}
	  .manuf_catdesc {width: 100% !important; display: inline-block;}
	  .quickview .product_video {margin-top: 10px;}
	   .quickview .product_video_screen {width: 62.3%;background: white;border-radius: 2px;padding: 35px;}
	  .quickview .product_video_ad {width: 37%;background: white;border-radius: 2px; float: right; padding: 0;}
	  .quickview .product_video_banner {height: 565px;border-radius: 2px;}
	  .quickview .manuf_catdesc {background: white;border-radius: 2px;margin-top: 10px;padding-top: 15px;}
	  .manuf_catdesc p {margin-bottom: 5px;}
	  .manuf_catdesc a {color: #00589d;}
	  .manuf {padding:20px 0px 20px 20px; width: 100%;position: relative;}
	  .nomanufacturer {
		float: left; padding:20px; width: 50%;position: relative;
		top: 50%;
		transform: translateY(-68%);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;}
	  .nm-anonym {font-size: 25px;font-weight: 800;padding: 30px;border: 2px solid #000;-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}	
	  .manuf_title {margin-left: 150px; margin-bottom: 15px;font-size: 18px; font-weight: 600;}
	  .manufacturer_country {font-weight: 600;font-size: 14px; margin-top: 10px;}
	  .manufacturer_country img {vertical-align: middle;margin-right: 5px;}
	  .manuf_title span, .catdesc_title span, .manufacturer_country span {font-weight: 400;}
	  .manuf-logo {position: absolute;top: 20px;left: 30px;}
	  .manuf-desc {margin-left: 150px; font-size: 15px;line-height: 18px;padding-right: 20px;}
	  .more-about-brand {position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);}
	  .catdesc {width: 50%; padding: 20px 25px; float: left; position:relative;height: 270px;}
	  .catdesc_title {margin-bottom: 15px;font-size: 18px; font-weight: 600;}
	  .catdesc-desc {font-size: 14px;line-height: 18px;}
	  .quickview .manuf_catdesc:before, .quickview .product_video:before {background: transparent;height: 0px;width: 100%; content:""; display: none;}
	  .bottom-product-options-delivery {width: 38%;}
	  .bottom-product-options-payment  {width: 35%;}
	  .bottom-product-options-security {width: 27%; padding-left: 15px;}
	  .shipment-details {float: left;}
	  .bottom-product-options-delivery-closest i {float: left; margin-right: 5px;}
	  .bottom-product-options-gift {
		border: 2px solid #f1f1f1;
		border-radius: 3px;
		margin-top: 10px;
		padding: 8px 20px 10px 20px;
		width: 100%;
		}
	.outofstock .bottom-product-options-gift {display: none;}
	.gift-sign {
		width: 20%;
		float: left;
		color: #fff;
    min-height: 140px;}
	.gift-sign i:before {
	content: "\e08e";
    color: #ff3f46;
    font-size: 75px;
    position: absolute;
    left: -6px;
    top: -5px;}
	.gift-sign i:after {    
	content: "подарок";
    position: absolute;
    top: 24px;
    left: 3px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto";
    -webkit-transform: rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;}
	.gift-header {
	color: #000;
    font-family: "Roboto";
    font-size: 18px;
    float: left;
	width: 80%;	}
	.gift-stuff {float: left; width: 80%; margin-top: 10px;}
	.price_want_gift .gift-stuff {width: 100%;}
	.gift-this-good {float: left;}
	.gift-this-good img, .gift-gift-good img {width: 80px; border-radius: 50%;border: 2px solid #f1f1f1; padding: 2px;}
	.gift-plus {float: left;
    width: 69px;
    padding-top: 10px;
    text-align: center;
    color: #444;
    font-size: 50px;}
	.gift-smile {    
	float: left;
    padding-top: 6px;
    text-align: center;
    color: #ff3f46;
    font-size: 50px;}
	.gift-gift-good {float: left;}
	.gift-gift-good:after {
	content: "\e1dd";
    color: #ff3f46;
    font-size: 74px;}
	.gift-information {
	float: left;
    margin-top: 8px;}
	.gift-information:after {
	left: 6px;
    top: 3px;
    color: #000;
    font-size: 18px;
    content: "\e62e";}
	.gift-information a {
	color: #000;
    border-bottom: 1px dashed #000;
    font-size: 15px;}
	.gift-information a:hover {color: inherit;}
	.amount_for_gift {width: 80px;height: 80px;float: left;border-radius: 50%;padding: 2px;text-align: center;line-height: 11px;font-size: 21px; color: #000; font-weight: 700;padding-top: 30px;background: #f1f1f1;}
	.gift_currency {font-size: 12px;}
	.sex-shop-table-sizes {
			width: 150px;
			text-align: center;
			padding-top: 20px;
			margin: auto;
			display: none;	  
	  }
	  .allspec {
			width: 150px;
			text-align: center;
			padding-top: 20px;
			margin: auto;	  
	  }
	  .sex-shop-table-sizes:after, .allspec:after {left: 6px; top:2px; color: #00589d; font-size: 14px; content: "\e62e";}
	  .sex-shop-table-sizes a, .allspec span {color: #00589d; border-bottom: 1px dashed #00589d;font-size:15px;}
	  .sex-shop-table-sizes a:hover, .allspec span:hover {color: rgb(51, 55, 69);cursor:pointer;}
	  .category-62 .sex-shop-table-sizes {display: block;}
	  .right-views {float: left; width: 60px;}
	  .product-sold-count-text {float: left;}
	  .product-sold-count-text i:before {content: "\e000"; font-size: 17px; color: #b4b4b4; margin-right: 7px;}
	  .right-views  i:before {content: "\f06e"; font-size: 14px; color: #b4b4b4; margin-right: 8px;}
	  .product-views-count {font-size: 13px; color: #b4b4b4;}
    .product-info .right .price span {
      position: relative; }
    .product-info .right .price-old {
	  position: relative;
	  float: left;
	  padding: 15px 10px 0 0;}
	.product-info .right .price-old:after {
	content: " ";
    position: absolute;
    top: 50%;
    left: -10%;
    border-top: 1px solid #e11f26;
    margin: 8px 0 0;
    padding: 0 5%;
    width: 100%;
    box-sizing: content-box;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
	  }
    .product-info .right .price-tax {
      font-size: 13px;
      font-weight: normal;
      padding: 4px 0 4px 0;
      display: block; }
    .product-info .right .price .reward {
      display: none;
      font-size: 12px;
      margin: 5px 0;
      font-weight: normal;
	  clear:both;}
      .product-info .right .price .reward small {
        font-size: inherit; }
    .product-info .right .price .discount {
      font-weight: normal;
      font-size: 11px;
      line-height: 1.4;
      margin-top: 7px; }
    .product-info .right .options h3 {
      height: 35px;
      line-height: 35px;
      background-color: #f4f4f4;
      color: #333745;
      padding-left: 10px;
      margin-bottom: 5px; }
    .product-info .right .options h3 + br {
      display: none; }
    .product-info .right .options.push-select .option b + br, .product-info .right .options.push-image .option b + br, .product-info .right .options.push-checkbox .option b + br, .product-info .right .options.push-radio .option b + br {
      display: none; }
    .product-info .right .options.push-select .option-image li, .product-info .right .options.push-image .option-image li, .product-info .right .options.push-checkbox .option-image li, .product-info .right .options.push-radio .option-image li {
      padding: 0; }
      .product-info .right .options.push-select .option-image li span, .product-info .right .options.push-image .option-image li span, .product-info .right .options.push-checkbox .option-image li span, .product-info .right .options.push-radio .option-image li span {
        display: block; }
        .product-info .right .options.push-select .option-image li span img, .product-info .right .options.push-image .option-image li span img, .product-info .right .options.push-checkbox .option-image li span img, .product-info .right .options.push-radio .option-image li span img {
          margin-right: 0;
          float: left;
          -webkit-transition: all 0.2s;
                  transition: all 0.2s;
          border: 2px solid #A9B8C0; }
          .product-info .right .options.push-select .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-checkbox .option-image li span img:hover, .product-info .right .options.push-radio .option-image li span img:hover {
            border-color: #3F5765; }
      .product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span img {
        border-color: #3F5765; }
    .product-info .right .options .option {
      position: relative;
      display: inline-block;
      padding-bottom: 0px;
      width: 100%;
      margin-bottom: 5px; }
      .product-info .right .options .option label {
        font-weight: normal;
        -webkit-transition: color .2s;
                transition: color .2s; }
      .product-info .right .options .option .required {
        font-size: 20px;
        font-family: Arial !important;
        float: left;
        height: 0; }
      .product-info .right .options .option b {
        font-size: 12px;
        display: block;
        padding: 2px 0 1px 0;
        font-weight: normal; }
        .product-info .right .options .option b:after {
          content: "";
          display: table;
          clear: both; }
      .product-info .right .options .option b + br {
        display: none; }
      .product-info .right .options .option span {
        padding: 3px 3px 3px 0; }
      .product-info .right .options .option input[type='text'], .product-info .right .options .option textarea {
        min-width: 100%; }
    .product-info .right .options .option:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .product-info .right .options span.error {
      position: absolute;
      right: 5px;
      padding: 3px 4px 2px 4px; }
    .product-info .right .option-image {
      margin-top: 3px;
      margin-bottom: 10px; }
      .product-info .right .option-image tbody tr td:first-of-type + td {
        width: 50px; }
      .product-info .right .option-image label {
        display: block;
        width: 100%;
        height: auto;
        padding-right: 0; }
      .product-info .right .option-image img {
        margin-right: 5px;
        cursor: pointer; }
    .product-info .right .cart {
	  margin-top: 30px;	
    min-height: 80px;
text-align:center;	}
      .product-info .right .cart div .qty {
     width: 31%;
    display: block;
    float: right;
    height: 40px;
    overflow: hidden;
    margin-top: 11px;
	border-radius: 4px;	}
      .product-info .right .cart div .text-qty {
        width: 50%;
        font-weight: bold;
        display: none;
        height: 100%;
        line-height: 40px;
        text-align: center;
        float: left; }
      .product-info .right .cart div .journal-stepper {
        width: 30%;
        color: white;
        background-color: #A9B8C0;
        display: inline-block;
        text-align: center;
        height: 100%;
        float: left;
        line-height: 36px;
        font-size: 25px;
        font-style: normal;
        font-weight: bold;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
      .product-info .right .cart div input[name=quantity] {
        float: left;
        width: 40%;
        line-height: 38px;
        height: 100%;
        text-align: center;
        margin: 0;
        border: 0; }
	.product_title_nav	{
	width: 100%; 
	background:#fff; 
	-webkit-box-shadow: 0 4px 7px 0 rgba(51, 51, 51, .3);
    -moz-box-shadow: 0 4px 7px 0 rgba(51, 51, 51, .3);
    -ms-box-shadow: 0 4px 7px 0 rgba(51, 51, 51, .3);
    -o-box-shadow: 0 4px 7px 0 rgba(51, 51, 51, .3);
	box-shadow: 0 4px 7px 0 rgba(51, 51, 51, .3);
    transition: top 0.2s;
    will-change: top;
	display: flex;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 999;}
.smart_product_title_nav	{
	width: 100%; 
	background:#fff; 
	-webkit-box-shadow: 0 -2px 2px 0 rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 -2px 2px 0 rgba(51, 51, 51, .1);
    -ms-box-shadow: 0 -2px 2px 0 rgba(51, 51, 51, .1);
    -o-box-shadow: 0 -2px 2px 0 rgba(51, 51, 51, .1);
	box-shadow: 0 -2px 2px 0 rgba(51, 51, 51, .1);
	display: flex;
	position: fixed;
	bottom: -45px;
	transition: 0.2s;
	z-index: 999;}
.smart-cart-show {bottom: 0px;transition: 0.2s;}	
.smart_title_nav_title_cart, .smart-product-price {display: flex;width: 50%;}
.smart-product-price {
    width: 50%;
    font-family: Cuprum;
    font-size: 20px;
	font-weight: 600;
    margin: auto;
}
.smart-product-price .price-old {text-decoration: line-through;font-size: 12px;}
.smart-product-price span {
    margin: auto;
}
.smart_title_nav_title_cart .button {
    height: 60px;
    background-color: #f2c849;
    border: 0;
    text-shadow: 0 1px 1px #fbd359;
    color: rgba(0,0,0,0.8);
    font-size: 24px;
    width: 100%;
}	
.smart_title_nav_title_cart .button:hover {
    background: #ffdb4b !important;
    color: rgba(0,0,0,0.8) !important;
    transition: all 0.3s;
}
.smart_title_nav_title_cart .button {
    height: 40px !important;
    font-size: 21px !important;
    text-transform: none !important;
}
.mobile.product-page .fullwidth-footer {
	padding-bottom: 50px; }	
	.product_title_nav_title {float: left; margin-left: 80px; width: 50%;}
	.product_title_nav_title_h1 {
	font-weight: 700;
    font-family: "Roboto";
    font-style: normal;
    font-size: 21px;
    text-transform: none;
	line-height: 47px;
    color: rgb(0, 0, 0);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
	.product_title_nav_title span {color: #e11f26; text-transform: capitalize;}
	.product_title_nav_content .product-price {
	font-weight: 700;
    font-family: "Roboto";
    font-style: normal;
    font-size: 27px;
    text-transform: none;
    color: rgb(51, 51, 51);
    line-height: 47px;
    float: right;
    margin-right: 35px;}
	.product_title_nav_content .gift-this-good {position: absolute; top: 2px; left: 14px;}
	.product_title_nav_content .gift-this-good img {width: 75px; background: #fff;}
	.product_title_nav_content {padding: 9px 20px 0px 30px; height: 55px;}
	.product_title_nav_content .price-old {
    position: relative;
    float: left;
    padding: 2px 10px 0 0;
    font-size: 19px;
	}
	.product_title_nav_content .price-old:after {
	content: " ";
    position: absolute;
    top: 50%;
    left: -10%;
    border-top: 1px solid #e11f26;
    padding: 0 5%;
    width: 100%;
    box-sizing: content-box;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
	  }
	.product_title_nav_content .price-new {float: left}
	.buy_price {display: none;}
	.product_title_nav_title_cart {float: right;}
    .product_title_nav_title_cart .button {height: 45px !important; line-height:44px !important; width: 150px !important; font-size: 21px !important; text-transform: none !important;}
	.product_title_nav_title_cart #button-cart-title .button-cart-text:before { font-size: 21px; top: 3px; margin-right: 4px; content: '\e000'; color: rgba(0, 0, 0, 0.8);}
	.product-info .right .cart div .button, .product_title_nav_title_cart .button {
	height: 60px;
    background-color: #f2c849;
    border: 0;
    border-radius: 4px;
    text-shadow: 0 1px 1px #fbd359;
    color: rgba(0,0,0,0.8);
    font-size: 24px;
    font-weight: 400;
    width: 230px;
    max-width: 100%;
    position: relative;
	margin:auto;
	transition: all 0.3s;}
	
	#journal-checkout-confirm-button {
	height: 60px;
    background-color: #fff;
    border: 0;
	border: 3px solid #f2c849; 
    border-radius: 30px;
    color: rgba(0,0,0,0.8);
    font-size: 24px;
    font-weight: 400;
    width: 280px;
    max-width: 100%;
    position: relative;
	float: left;
	transition: all 0.3s;	
	}
	#journal-checkout-confirm-button.active {background-color: #f2c849;text-shadow: 0 1px 1px #fbd359;transition: all 0.3s;}
	.product-info .right .button:hover, .product_title_nav_title_cart .button:hover {
	background:#ffdb4b !important;
	color:rgba(0,0,0,0.8) !important;
	transition: all 0.3s;}
	
	#journal-checkout-confirm-button:hover {
	background:#ffdb4b !important;
	color:rgba(0,0,0,0.8) !important;
	border-color: #ffdb4b; 
	transition: all 0.3s;}
	}
	
	.product-info .right .price li.product-price {margin-top: 10px;}
	
        .product-info .right .cart div .button.enquiry-button {
          width: 100% !important; }
        .product-info .right .cart div .button .button-cart-text:before {
          margin-right: 8px;
          line-height: 100%; }
        .product-info .right .cart div .button .button-cart-text:after {
          line-height: 100%;
          margin-left: 8px; }
      .product-info .right .cart .minimum {
        padding-top: 10px;
        font-size: 12px;
        clear: both; }
    .product-info .right .wishlist-compare {
      padding: 0; }
      .product-info .right .wishlist-compare .links {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
        padding: 2px 0 4px 0; }
        .product-info .right .wishlist-compare .links a {
          padding: 0 15px;
          border: none;
          color: #428bca;
          font-size: 12px;
          display: inline-block;
          text-align: center;
          line-height: 30px;
          -webkit-transition: all 0.2s;
                  transition: all 0.2s; }
        .product-info .right .wishlist-compare .links a:before {
          position: relative;
          right: 5px;
          font-size: 15px;
          float: left; }
        .product-info .right .wishlist-compare .links span {
          line-height: 24px;
          display: none; }
    .product-info .right .review img {
      top: 2px;
      position: relative;
      margin-right: 7px; }
    .product-info .right .review a {
      position: relative;
      top: -1px; }
    .product-info .right .review .share {
      display: none;
      overflow: auto;
      line-height: normal; }
      .product-info .right .review .share a {
        text-decoration: none; }
 .product-info .options label {font-weight: 600;line-height: 2.5;}
  .product-info .option ul {
    list-style: none;
    padding: 0;
    margin: -5px 0 0 0;}
  .product-info .option ul li {
      background-color: white;
      display: block;
	  float: left;
	  min-width: 42px;
	  text-align: center;
      padding: 6px 9px;
	  border: 1px solid #f1f1f1;
      margin: 7px 8px 0 0;
      line-height: 18px;
      cursor: pointer;
      -webkit-transition: all .2s;
              transition: all .2s; }
  .product-info .option>ul>li.selected, .product-info .option>ul>li:hover {border-color: #00589d;}
   .product-info .option ul li span {
        padding: 0 !important; }
  .product-info .tab-content {
    border-radius: 0; }
  .product-info.split-70-30 .left {
    width: 70%; }
  .product-info.split-70-30 .right {
    width: 30%; }
    .product-info.split-70-30 .right .cart div .qty {
      width: 100%;
      margin-bottom: 10px; }
    .product-info.split-70-30 .right .cart div .button {
      width: 100%; }
  .product-info.split-60-40 .left {
    width: 60%; }
  .product-info.split-60-40 .right {
    width: 40%; }
  .product-info.split-40-60 .left {
    width: 40%; }
  .product-info.split-40-60 .right {
    width: 60%; }
  .product-info.split-30-70 .left {
    width: 30%; }
  .product-info.split-30-70 .right {
    width: 70%; }
 .product-page-content .left {padding: 20px 8px 20px 8px; border-right: 1px solid #f1f1f1;min-height:900px;}
.push-checkbox .checkbox,
.push-checkbox input[type="checkbox"],
.push-checkbox input[type="checkbox"] + label,
.push-checkbox input[type="checkbox"] + label + br {
  display: none !important; }

.push-select select {
  display: none !important; }

.push-radio .radio,
.push-radio input[type="radio"],
.push-radio input[type="radio"] + label,
.push-radio input[type="radio"] + label + br {
  display: none !important; }

table.option-image input[type="radio"],
table.option-image input[type="radio"] + label,
table.option-image input[type="radio"] + label + br {
  display: inherit !important; }

.push-image .option-image .radio,
.push-image .option-image input[type="radio"],
.push-image .option-image input[type="radio"] + label,
.push-image .option-image input[type="radio"] + label + br {
  display: none !important; }
.push-image table.option-image {
  display: none !important; }

.oc2 .product-info .option ul {
  margin: 0; }
  .oc2 .product-info .option ul li {
    margin: 0 8px 7px 0; }

.ie .product-info .right .cart div input[name=quantity] {
  line-height: 100%; }

.social-sex-shop {   
    float: right;
    width: 30px;
    margin-right: 40px;
    position: relative;} 
.social {
    background-image: none !important;
	width: 145px;
}

.social-loaded {
  background-color: inherit;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px; }
  .social-loaded > li {
    min-height: 30px !important;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-loaded > li > span {
      margin-top: 0 !important;
      bottom: auto !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
  min-height: 22px; }

.st_fblike {
  margin-right: 5px; }

.left .social {
  margin-top: 10px;
  padding: 10px; }

.product-info .right > div > div.social {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none; }

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4; }
  .attribute .table_headers td, .attribute tr.table_headers td:first-child {
    color: #333745;
    font-size: 14px;
	font-weight: 600;
    background: #f4f4f4;
    text-align: left; }
  .attribute tr td:first-child {
    text-align: center;
    width: 20%; }
  .attribute td {
    padding: 7px;
    color: #333745;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4; }

body > figure {
  direction: ltr; }

ul.product-option {
  padding: 0; }

/******************************
PRODUCT TABS
*******************************/
input[name='captcha'] {
  width: 150px;
  margin: 10px 0; }

.tab-content img {
  max-width: 100%;
  height: auto; }

#tab-description div,
#tab-description p {
  margin-bottom: 10px;
  line-height: 23px; 
  text-align: left !important;}

#tab-description h3 {
  padding-left: 0;
  margin-bottom: 3px; }

#tab-description ul li {
  margin-bottom: 10px;
  line-height: 18px; }

#tabs {
  overflow: hidden;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    bottom: -1px;
    position: relative;
	margin-top: -1px;	}
  #tabs li {
    float: left; }
    #tabs li:nth-last-child(n + 6), #tabs li:nth-last-child(n + 6) ~ li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #tabs li:last-of-type {
      border-radius: inherit; }
    #tabs li a {
      width: 100%;
      float: left; }
  #tabs a, #tabs li a {
    padding: 7px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s;
            transition: all .2s;
    box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.5);
	border: none;
	border-top: 3px solid #fff;
    line-height: 37px; }
    #tabs a:last-of-type, #tabs li a:last-of-type {
      border-top-right-radius: inherit; }
#tabs li.active a:hover {color: rgb(38, 121, 193) !important;}	  
#tabs li.active a {
    color: rgb(66, 139, 202) !important;
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #f1f1f1 !important;
    border-right: 1px solid #f1f1f1 !important;
    border-top: 3px solid #00589d !important; }
#tabs li:first-child a {border-left: none !important;}
@media only screen and (max-width: 760px) {
  #tabs li {
    min-width: 50%; } }
#tabs a.selected,
#tabs li.active a {
  background-color: #f4f4f4;
  box-shadow: none;
  color: #333745; }

.tab-content {
  background-color: #f4f4f4;
  z-index: 2;
  overflow: auto; }
  .tab-content p {
    margin-bottom: 0; }

.journal-custom-tab h3, .tab-content h3 {
  padding-bottom: 4px; }

.product-info .left .journal-custom-tab {
  margin-top: 15px;
  overflow: hidden; }

.tab-related, #tab-related {
  display: none !important; }

#content .related-products .box-product {
  padding-top: 0; }
#content .related-products .box-heading {
  margin-bottom: 20px; }

/******************************
 REVIEW
*******************************/
.review-list {
  background-color: transparent;
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #E4E4E4; }
  .review-list .text {
    padding: 10px;
    padding-top: 0;
    line-height: 1.3;
    clear: both; }
  .review-list .author {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    display: inline-block;
    color: #333; }
  .review-list .author b {
    font-size: 15px;
    font-weight: bold;
    color: #5C8BA6; }
  .review-list .rating {
    float: right;
    margin-bottom: 20px; }
.produc-review-form label:before {content:"" !important;margin-right: 0px !important;}	
.product-sections h2, .content-bottom-related-section h2 {font-weight: normal;font-size: 24px;color: rgb(51,51,51);margin-bottom: 25px;padding-left: 0px !important;}
.content-bottom-related-section {
    background: #fff;
    margin-bottom: 3px;
    padding: 30px;
    border-radius: 3px 3px 0px 0px;
}
.related-pages {position: relative;}
.product-sections .tab_product_title, .content-bottom-related-section .tab_category_title {color: #bfbfbf;}
#content #review-title {
  color: white;
  margin-bottom: 5px;
  padding-top: 0px !important;
  padding-left: 0px !important;
  height: auto;
  font-family: Roboto !important;  }

#tab-review {
  position: relative;
  padding: 20px;
  padding-bottom: 0; }
  #tab-review .buttons {
    margin: 0;
    padding: 0 0 10px 0;
    border-width: 0; }
    #tab-review .buttons .pull-right {
      margin: 10px 0 0 10px; }
  #tab-review.tab-content ul li {
    margin-left: 0; }

.oc2 #tab-review .form-group label {
  width: auto;
  padding: 0; }
.oc2 #tab-review input[name='captcha'] {
  display: block;
  clear: both;
  margin-left: 10px;
  margin-bottom: 0; }
.oc2 #tab-review .buttons .pull-right {
    float: none !important;
	width: 179px;
	margin: 12px auto;}

.g-capthca {
  background-image: url("/image/data/journal2/loader.gif");
  background-repeat: no-repeat; }

@media only screen and (min-width: 760px) {
  #content .g-capthca {
    margin-left: 25%; } }
/******************************
 TAGS
*******************************/
.tags {
  color: transparent;
  width: 100%;
  display: inline-block;  }

.tags b {
  padding: 2px 6px 3px 6px;
  background-color: #5F6874;
  color: white;
  margin-right: 5px;
  font-weight: normal; }

.tags a {
  margin-left: 0;
  padding: 2px 6px 3px 6px;
  background-color: #f4f4f4;
  color: #333745;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }
		  

/******************************
PRODUCT LABELS
*******************************/
.product-grid-item .image > span, .product-list-item .image > span, .product-info .image > span {
  position: absolute;
  z-index: 99;
  text-align: center;
  display: block;
  -webkit-transition: opacity .2s;
          transition: opacity .2s; }

.label-latest {
  color: white;
  background: #428bca;
  top: 5px;
  right: 5px;
  padding: 5px 6px; }

.label-sale {
  top: 40px;
  right: 9px;
  font-weight: bold;
  padding: 5px 5px 6px 5px; }
  
.label-hit-sale {
	right: 9px;
    padding: 8px 9px;
    background: #212121;
    color: #fff;
    border-radius: 15px;
    top: -1px;
    font-weight: 600;
}  

.label-latest + .label-sale {
  top: 26px;
  margin-top: 9px; }
.product-page .label-outofstock {left: 6px; top: 0px;}
.label-outofstock {
	pointer-events: none;
    top: 0;
    min-width: 680px;
    -webkit-transform: translate(-28%, 100%) rotate(-45deg);
    transform: translate(-28%, 100%) rotate(-45deg);
    -webkit-transform-origin: 30%;
    transform-origin: 30%;
    font-size: 16px;
    padding-top: 0.3em;
    padding-bottom: .3em;
    padding-left: 4em;
    padding-right: 18em;
    white-space: nowrap;
    background: #EA2E49;
    color: white;}
  .label-outofstock b {
    font-weight: inherit; }

.ie9 .label-sale b {
  display: inline-block;
  width: 110%; }

.hide-cart .cart.outofstock .button:not(.compare-remove) {
  opacity: .4;
  pointer-events: none;
  cursor: default; }
.hide-cart .cart.outofstock .button.enquiry-button,
.hide-cart .cart.outofstock #more-details {
  opacity: 1;
  cursor: auto;
  pointer-events: auto; }
.hide-cart td.outofstock > .btn-primary, .hide-cart td img.outofstock {
  opacity: .4;
  pointer-events: none;
  cursor: default; }

.enquiry-button .button i {
  margin-right: 0 !important; }

#product .option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px; }
  #product .option label img {
    margin: 0 5px 0 2px; }

/******************************
 QUICKVIEW
*******************************/
.quickview-button {
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }

.quickview-button {
  -webkit-backface-visibility: hidden; }

.quickview {
  overflow-y: hidden; }
.modal-open .mfp-container {height: auto !important;}
.quickview .mfp-iframe-scaler {padding-top: 200% !important;}
.quickview .mfp-iframe-holder {padding-top: 70px !important; padding-bottom: 70px !important;}	
.quickview .product-info {margin-bottom: 0px !important;}
.quickview .product-sold-count-text {padding-right: 15px !important;}
.quickview .product-head {margin-bottom: 0px !important;border-radius: 2px 2px 0px 0px;border-bottom: 2px solid #f1f1f1;}
.quickview .right-views {margin-top: 5px;}
.quickview .product-head .rating {margin-right: 17px; margin-top: 6px;}
.get-all-toys-details {    
	width: 250px;
    background: white;
    margin: 10px auto;
    border-radius: 2px;
    text-align: center;}	
.quickview .get-all-toys-details .button:hover {
	background:none !important;
	box-shadow: none !important;
	color: inherit !important;
	top: 0px !important;}
.get-all-toys-details #more-details i:before {font-size: 23px; color: rgb(216, 216, 216);}
 .quickview body {
    background-color: transparent;
    background-image: none; }
  .quickview .mfp-iframe {
    background-color: transparent; }
  .quickview .mfp-iframe-scaler iframe {background-position: 50% 10%;background-size: 200px 200px;}
  .quickview #container {
    min-height: 100%;
    background-color: transparent;}
  .quickview #content {background-color: transparent;}
    .quickview #content:after {
      content: "";
      display: none; }
  .quickview .mfp-iframe-holder .mfp-content {
    max-width: 1366px;}
  .quickview .tab-content {
    background-color: transparent; }
  .quickview #more-details {
    background: transparent;
    color: #949494;
    display: block;
    padding: 10px 20px;
    font-family: 'roboto'; }
  .quickview .cart [data-hint]:before {
    display: block;
    margin-left: -6px; }
  .quickview .cart [data-hint]:after {
    display: block;
    left: auto;
    right: 0;
    text-shadow: none;
    box-shadow: none;
    line-height: 100%; }
  .quickview .mfp-iframe, .quickview .journal-popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  .quickview.mfp-bg {
    opacity: 0.01;
    -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
  .quickview.mfp-ready .mfp-iframe, .quickview.mfp-ready .journal-popup {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	}
  .quickview.mfp-ready.mfp-bg {
    opacity: 0.75; }
  .quickview.mfp-removing .mfp-iframe, .quickview.mfp-removing .journal-popup {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  .quickview.mfp-removing.mfp-bg {
    opacity: 0; }
  .quickview .zm-viewer, .quickview .zm-handler {
    cursor: default; }

.mfp-bg {
  z-index: 9999999; }

.mfp-wrap {
  z-index: 99999999;
  background-color: rgba(191,212,234,.8);  }
  
.open_product {display: block;width: 100%;position: relative;margin-bottom: 10px;background: white;border-radius: 0px 0px 2px 2px;}

/******************************
 CLOUD ZOOM
*******************************/
.zm-viewer {
  position: absolute;
  display: none;
  overflow: hidden;
  background: url("/catalog/view/theme/journal2/lib/image-zoom/loading.gif") no-repeat center center;
  cursor: pointer;
  z-index: 999; }

.zm-handler {
  position: absolute !important;
  display: none;
  overflow: hidden;
  cursor: pointer;
  border: none !important; }

.zm-handlerarea {
  background: url("/catalog/view/theme/journal2/lib/image-zoom/lens.png");
  opacity: .9;
  position: relative; }

.zm-description {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 4px; }

.followViewer, .standardViewer {
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/******************************
 FULL SIZE ZOOM
*******************************/
/******************************
OC2
*******************************/
.oc2 .list-unstyled {
  margin-top: 0;
  padding: 0;
  list-style: none;
  border: 0; }
.block_prices {width: fit-content;margin: auto;height: 55px;margin-bottom: 20px;}
.product-info .right .price .product-price {float: left;padding: 10px 13px;height: 100%;border-radius: 3px 0px 0px 3px;}
.extra_prices {
	display: none;
    float: left;
    color: #333333;
    padding: 14px 15px;
    font-size: 15px;
    height: 100%;
}
.product-info .right .price-new {
  float: left;
  padding: 8px 13px;}
.oc2 .product-info .right .options .option div label:before {
  display: none; }
.oc2 .product-info .right .options .option .input-group-btn {
  padding: 0; }
.oc2 .product-info .right .options .option label {
  display: block; }
.oc2 .rating .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline; }
.oc2 .rating .fa-star {
  color: #00589d; }
.oc2 .rating .fa-star + .fa-star-o {
  color: #00589d; }
.oc2 .rating .fa-star-o {
  color: #00589d; }
.oc2 .rating .rating-scroll {
  position: relative;
  top: -1px;margin-left: 10px; cursor:pointer; }
.oc2 #tabs {}
.oc2 .tab-content {
  display: none; }
  .oc2 .tab-content.active {
    display: block; }
  .oc2 .tab-content #captcha {
    margin-left: 10px; }
.oc2.quickview .tab-content {
  display: block; }
.oc2 .product-info .left .tabs-content .journal-custom-tab {
  border-radius: inherit;
  border-top-width: inherit;
  margin-top: 0; }
.oc2 #tab-review .form-group {
  font-size: 12px; }
.oc2 #tab-review input[type='radio'],
.oc2 #tab-review input[type='checkbox'] {
  margin: 4px 0 0; }
.oc2 #tab-review form table td > p {
  margin: 10px 0; }
.oc2 #tab-review form table td:first-of-type {
  width: 100px !important;
  padding-right: 10px; }
.oc2 #tab-review .fa-stack-1x, .oc2 #tab-review .fa-stack-2x {
  width: auto; }
.oc2 #tab-review .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 20px; }
.oc2 #tab-review .fa-star {
  color: #00589d; }
.oc2 #tab-review .fa-star + .fa-star-o {
  color: #00589d; }
.oc2 #tab-review .fa-star-o {
  color: #00589d; }
.oc2 #tab-review a {
  position: relative;
  top: -1px; }
.oc2 .attribute strong {
  font-weight: inherit; }
.p-brand {float: right; width: 100%; margin-bottom: 20px;}
.stockstatus {display: inline-block;width: 100%;margin-bottom: 20px;}
.p-stock {padding-left: 15px;float: left;display: inline-block;}
.right .p-stock {padding-left: 0px;}
.p-stock .instock:before {
	content: '\e603';
    color: #000;
    font-size: 13px;
    margin-right: 7px;
    vertical-align: revert;
    background-color: #f1e2b5;
    border-radius: 50%;
    padding: 3px 3px;;}
.p-stock .outofstock {background: transparent;}
.product-page .product-head {display: inline-block; width: 100%;padding-top: 20px; padding-bottom: 25px; background: white;border-radius: 3px;}
.product-page .quickorder {    
	clear: both;
    padding-top: 25px;
    padding-bottom: 3px;
    width: fit-content;
    margin: auto;}
 .product-page .quickorder button {cursor: pointer; font-size: 16px; border-bottom:1px dashed #333; display: -webkit-box; color: #333;}
 .product-headin-stuff {padding-top: 12px;padding-left: 15px;float: right;}
 .product-page .tabs-content .tab-content {font-size: 16px;}
 
  .product-page .sex-shop-attribute-values {    
	float: left;
    padding: 10px 0px 10px 0px;
    width: 95%;} 
   .product-page .sex-shop-attribute-values:last-child {border-bottom: none;}
 .product-page .sex-shop-attribute-name {
	float: left;
    width: 120px;
    text-transform: lowercase;
	position: relative;
	padding-left: 20px;}
	.sex-shop-attribute-name:before {    
	content: "\f04d";
    color: #cccccc;
    font-size: 4px;
    position: absolute;
    left: 0px;
    top: 40%;}
 
  .product-page .sex-shop-attribute-value {padding-left: 35px; text-transform: lowercase; float: left; position: relative; width: 225px;}
  .product-page .sex-shop-attribute-value.sexshop-attribute-17:before {
	    content: "\f228";
		color: #00589d;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
	.product-page .sex-shop-attribute-value.sexshop-attribute-13:before {
	    content: "\f05e";
		color: #00589d;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
	.product-page .sex-shop-attribute-value.sexshop-attribute-12:before {
    content: "\f07e";
    color: #00589d;
    font-size: 12px;
    position: absolute;
    left: 0px;
    border-left: 1px solid #00589d;
    border-right: 1px solid #00589d;
		}
	
	.product-page .sex-shop-attribute-value.sexshop-attribute-14:before {
	    content: "\f242";
		color: #00589d;
		font-size: 14px;
		position: absolute;
		top: -1px;
		left: 0px;
		webkit-transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		-webkit-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		}
	
	.product-page .sex-shop-attribute-value.sexshop-attribute-16:before {
	    content: "\f200";
		color: #00589d;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
		
.journal-popup-content::-webkit-scrollbar{
    height:10px;
    width:6px;
    border-radius: 4px;
    background: #f9f9f9;
        transition: all 0.3s ease;
}
.journal-popup-content::-webkit-scrollbar:hover{
    background: #c6c7ca;
}
.journal-popup-content::-webkit-scrollbar-thumb{
    background:#777779;
    border-radius: 4px;
}
.sex-dictionary {position: relative;}
.sex-dictionary:after {
	top: -9px;
    right: -3px;
    content: '?';
    font-size: 11px;
    font-weight: 600;
    color: #f4c024;
    text-decoration: none;
    position: absolute;}	
/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/category.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
REFINE CATEGORIES + DESCRIPTION
*******************************/
.category-page body, .special-page body, .search-page body, .manufacturer-page body {background: #fff;}
.text-empty, .not_found {
  padding-bottom: 10px;
  padding-top: 10px; }

.category-info {
  display: table;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;  }
  .category-info > p br:only-of-type {
    display: none; }
.product-grid .static-banner img {
	width: auto;
    height: 420px;
    float: none;
}
.category-info .image img {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  float: left;
  max-width: 100%;
  width: auto;
  height: auto; }

/******************************
 REFINE SUBCATEGORIES
*******************************/
h2.refine {
  margin-bottom: 0;
  border: none;
  display: none; }

.refine-images {
  margin-right: -20px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(230,230,230);
  padding-left: 20px;  }
  .refine-images::before {
    width: 100%; }

.refine-images::before,
#refine-images::before,
.category-list::before {
  content: "";
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  display: block; }
.why_us {display: block;background: #000000;height: 100%;border-radius: 5px;padding: 10px;position: relative;}
.trapez {display: block;
		font-size: 62px;
		color: #fff;
		font-weight: 600;
		padding: 5px;
		margin: 0px auto 10px;}
.categor_tel {
		font-size: 12px;
		margin: 4px auto;
		color: #212121;
		white-space: nowrap;
		}
.categor_call {
		display: block;
		font-size: 12px;
		margin: 4px auto;
		color: #333745;
		}
.cat_emoji {font-size: 20px; margin-right: 10px;}
.advantages {clear: both;display: block;text-transform: uppercase;margin-bottom: 15px;text-align: left;}
.bot_block {width: 100%;position: absolute;left: 0;bottom: 5px;margin-top: 5px;padding: 5px 10px;}
.why_us_img {display: block;margin: auto; clear: both;width:150px;}
@media only screen and (max-width: 520px) {
.trapez {font-size:14px;padding:0 0 5px;border-width:0 0 2px 0;border-radius: 0;}
.advantages {font-size: 11px;}
.cat_emoji {font-size: 16px;margin-right: 7px;}
.why_us {padding: 7px;}
.why_us_img {display: none;}
.bot_block {bottom: 0px;}
}
.superduper .related-pages {width: 100%;padding-left: 0px;margin-bottom: 5px;}
.swiper-button-disabled {display: none;}
.swiper-button-next::before {
	content: '\e62c';
	font-size: 50px;
	color: #212121;
}
.swiper-button-prev::before {
	content: '\e62b';
	font-size: 50px;
	color: #212121;
}
.refine-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-align: center;
  padding-right: 15px;
  margin-bottom: 15px; }
  .refine-image a {
    display: block;
    padding: 7px;
    -webkit-transition: background-color .2s;
            transition: background-color .2s;
    width: 100%; }
    .refine-image a span {
      display: inline-block;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
			  .refine-image:hover a {text-decoration: underline;}
  .refine-image img {
    height: auto;
    margin-bottom: 5px !important;
    margin: auto; }

#refine-images .swiper-container {
  opacity: 0; }

#refine-images .swiper-container-horizontal {
  opacity: 1; }
  #refine-images .swiper-container-horizontal .refine-image {
    padding-right: 0;
    margin-bottom: 0;
	background: #fff;
    border-radius: 5px;	}

.refine-category-name {
  display: table;
  width: 100%;
  text-align: center; }

.category-list {
  position: relative;
  margin-top: 10px; }
  .category-list::before {
    margin-bottom: 0; }
  .category-list > ul {
    margin: 0;
    padding: 10px; }
    .category-list > ul > li {
      color: white;
      position: relative;
      display: inline-block;
      padding: 2px 0; }
      .category-list > ul > li > a {
        padding: 0 6px;
        color: inherit;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
    .category-list > ul > li:after {
      position: absolute;
      content: "|"; }
    .category-list > ul > li:last-of-type:after {
      content: ""; }
    .category-list > ul > li:first-child > a {
      padding-left: 0; }

.product-filter {
  padding-left: 5px;
  width: 49.4%;
  overflow: auto;
  -webkit-transition: color .2s;
          transition: color .2s; }
.product-filter .sort select {
    width: 100%;
}		 
.product-filter .sort {
    width: 100%;
    float: none;
}
.product-results-top {
	float: left !important;
    padding-left: 30px;
    color: #333;}		 
		  
  .product-filter > div {
    height: 46px;
    line-height: 39px;
    overflow: hidden;
    width: 100%;	}
	.product-filter select {
	height: 44px;
	font-size: 16px;
    margin: 0px;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
	width: 100%;}
    .product-filter > div b {
      position: relative;
      font-weight: normal; }
  .product-filter .product-compare {
    float: left;
    color: inherit;
    font-family: inherit; }
    .product-filter .product-compare a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
      .product-filter .product-compare a:before {
        padding-left: 1px;
        float: left;
        margin-right: 5px; }
  .product-filter .display {
    float: left;
    padding-left: 5px; }
    .product-filter .display a {
      position: relative; }
    .product-filter .display a + a {
      left: -14px; }
      .product-filter .display a + a i {
        margin-right: 0 !important;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
  .product-filter .limit {
    margin: 0 10px; }
.filter-bottom {    
	display: none;
    position: fixed;
    z-index: 9999;
    right: 65px;
    bottom: 15px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.16), 0 0 0 0px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}
.filter-button-bottom {
	border-radius: 50%;
    padding: 10px 7px 10px 14px;
    background: #fff;}
/******************************
PRODUCT GRID
*******************************/
.ie .main-products, .main-products.product-list { }
.product-grid,
.product-list,
#content .box-product {
  margin-top: 15px;
  margin-left: -20px; }
.product-grid .no-results,
.product-list .no-results {
  margin-bottom: 20px; }

.backface :before, .backface :after {
  -webkit-backface-visibility: hidden; }

.product-grid, .product-list, #content .box-product {
  margin-left: 0px !important;
  overflow: visible !important;
  margin-bottom: 20px;}

.product-wrapper:hover, .product-list:hover {
 }	  

.product-details {
  padding-bottom: 6px;
  position: relative;
  z-index: 2;
  display: inline-block;}

.playthumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	float: left;}
.playthumb img {
	width: 100%;
	height: auto;
}
.myvideos {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	border-radius: 9px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 999;
}
		.sex-meter { 
    height: 2px;
    position: absolute;
	top: 0;
	width: 100%;
    overflow: hidden;
	z-index:999999;
}

.sex-meter span {
    display: block;
    height: 100%;
}
.ad_block_cat {
position: relative;
background-position: 50%;
background-size: cover;
display: block;
width: 100%;
height: 100%;
border-radius: 4px;
}
.interesting, .interesting .cms-blocks, .interesting .blocks, .interesting .editor-content, .interesting p  {height: 100% !important;display:grid !important;}
.interesting .cms-block {margin-bottom: 0px !important;}
.progress {
    background-color: #7ab43e;
    -webkit-animation: progressBar .8s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progressBar .8s ease-in-out;
    -moz-animation-fill-mode:both; 
}
@-webkit-keyframes progressBar {
  0% { width: 0; }
  99% { width: 100%;}
  100% { width: 0%;}
}

@-moz-keyframes progressBar {
  0% { width: 0; }
  99% { width: 100%;}
  100% { width: 0%;}
}
.cs-335 .featured_information, .cs-338 .featured_information {left: 0px; top: 20px;}
.cs-335 .symbols, .cs-338 .symbols {top: 10px;right: 10px;}
.cs-335 .product-grid-item .image, .cs-338 .product-grid-item .image {display: inline-block;}
.cs-335 .product-grid, .cs-338 .product-grid {margin-right: 16px;}
.cs-335 .product-grid-item, .cs-338 .product-grid-item {margin-bottom: 18px !important;}
.cs-335 .product-wrapper, .cs-338 .product-wrapper {border: none !important;border-radius: 0 !important;}
.cs-335 .product-details, .cs-338 .product-details {padding: 0 10px 10px;}
.cs-335 .product-grid-item .name a, .cs-338 .product-grid-item .name a {text-align: left;padding: 5px 0px 0px;}
.cs-335 .product-grid-item .rating, .cs-338 .product-grid-item .rating {position: initial;margin-left: initial;padding: 2px;}
.cs-335 .myvideos, .cs-338 .myvideos {z-index: 999; background: transparent;border-radius: 9px;}
.c-points span, .price_gift_box span, .free_shipping_box span, .product_video_sign span {color: #212121;font-weight: 400;font-size: 9px;}
.cs-335 .is_video, .cs-338 .is_video {margin-bottom: 0;}
.cs-335 .product-details:before, .cs-338 .product-details:before {content: "";}
		.lds-facebook {
		  display: inline-block;
		  position: absolute;
		  right: 10px;
		  bottom: 5px;
		  width: 20px;
		  height: 20px;
		  z-index: 999;
		}
		.lds-facebook div {
		  display: inline-block;
		  position: absolute;
		  left: 8px;
		  width: 4px;
		  background: #fff;
		  animation: lds-facebook 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
		}
		.lds-facebook div:nth-child(1) {
		  left: 2px;
		  animation-delay: -0.24s;
		}
		.lds-facebook div:nth-child(2) {
		  left: 8px;
		  animation-delay: -0.12s;
		}
		.lds-facebook div:nth-child(3) {
		  left: 14px;
		  animation-delay: 0;
		}
		@keyframes lds-facebook {
		  0% {
			top: 0px;
			height: 16px;
		  }
		  50%, 100% {
			top: 8px;
			height: 8px;
		  }
		}
.custom_w_video {display: flex;margin-top: 10px;width: 100%;}		
.myproddetails {padding: 5px; display: block;}
.allnocart {display: flex;width: 100%;}
.shortdesc_right {width: 100%;}
.shortright_first {display: flex;}
.views_chanel_name {width: 100%; color: #bbb; font-size: 12px; text-align: left;margin-bottom: 6px;}
.price_n_cart {width: 100%;}
.myprodname {margin-bottom: 2px;min-height: 40px !important;max-height: 40px !important;}
.myextrainfo {width: 100%;text-align: left;display: flex;margin-bottom: 5px;}
.myextrasigns {display: flex;}
.myprice {padding: 2px !important;float: left;margin: 5px 0 0 0 !important;}
.mybuttons {float: right;}
.cs-335 .product-grid-item .cart .button, .cs-338 .product-grid-item .cart .button {padding: 0 3px;}
.mybuttons .cart:not(.enquiry-button) i::before {font-size: 24px;}
.mymorebuttons {margin-top: 5px;margin-left: 5px; display: block;cursor: pointer;height: fit-content;position: relative;}
.mymorebuttons .mymorebut {display: block;}
.mymorebuttons .mymorebut:before {content: "\f142";font-weight: 400;width:3px;font-size: 19px; color: #d3d9df;padding:2px 5px;transition: all .2s;}
.mymorebuttons:hover .mymorebut:before {color: #000;}
.mymore_list {
				position: absolute;
				top: 10px;
				right: 20px;
				width: 140px;
				z-index: 9999999;
				padding: 0;
				-webkit-transition: top 300ms,opacity 300ms;
				-o-transition: top 300ms,opacity 300ms;
				transition: top 300ms,opacity 300ms;
				box-shadow: 0 1px 2px rgba(0,0,0,0.12);
				border-radius: 4px;
				background-color: #fff;
				opacity: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				flex-direction: column;
				justify-content: space-around;
				margin: 0;
				list-style: none;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-pack: distribute;
				pointer-events: none;}
.mymorebuttons.info-open .mymore_list {
				top: 0;
				-webkit-transition: top 300ms,opacity 300ms;
				-o-transition: top 300ms,opacity 300ms;
				transition: top 300ms,opacity 300ms;
				opacity: 1;
				pointer-events: auto;
			}	
.mymorebuttons.info-open .mymorebut:before {
				color: #000;
			}
.mymorebuttons a {
				display: block;
				text-align: right;
				padding: 7px 6px;
				color: #000;
				font-size: 14px;}
.mymore_list span {
				float: left;
				margin-top: 3px;
			}	
.my-stock, .label-hit, .mysale.label-sale, .myis_video, .myprice_gift_box, .myfree_shipping_box {margin-right: 4px !important; margin-bottom: 0px !important;display: block;text-align: center;}
.my-stock .instock:before {
				content: '\e603';
				color: #fff;
				font-size: 13px;
				vertical-align: revert;
				background-color: #212121;
				border-radius: 50%;
				padding: 6px 6px;
			}
.label-hit {
				background: #212121;
				color: #fff;
				border-radius: 15px;
				font-weight: 600;
				text-align: center;
				padding: 0;
				width: 25px;
				height: 25px;
				line-height: 25px;
				font-size: 10px;
			}
.mysale.label-sale {
				background-color: #212121;
				color: #fff;
				font-size: 10px;
				padding: 0px;
				border-radius: 50% !important;
				width: 25px;
				height: 25px;
				line-height: 25px;
				text-align: center;
			}
.myprice_gift_box:before, .myfree_shipping_box:before {
				font-size: 14px;
				padding: 2px;
				width: 17px;
				height: 17px;
				color: #212121;
				line-height: 17px;
				border: 2px solid #212121;
				border-radius: 50%;
				background: #fff;
				display: inline-block;
			}
.myprice_gift_box:before {content: "\e1dd";font-weight: 800;}
.myfree_shipping_box:before {content: "\e0ad";font-weight: 400;}
.myis_video .product_video_sign {
				background: #fff;
				padding: 5px 2px 0px;
				width: 25px;
				height: 25px;
				border: 2px solid #212121;
				border-radius: 50%;
			}
.myis_video .product_video_sign:before {
				content: " ";
				width: 16px;
				height: 16px;
				background-image: url(/image/video_sign_small.svg);
				background-size: contain;
				background-repeat: no-repeat;
				display: inline-block;
			}
.myrating {color: #212121; font-weight: 600; font-size: 14px;padding-top: 4px;margin-left:7px;}
.myrating:before {content: "\e65c";font-weight: 600;font-size: 15px;}		
.product-grid-item {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 0.3%;
    margin-left: 0.3%;
    height: 420px;
    background-color: transparent;
    margin-bottom: 10px !important; }
.carousel-product .product-grid-item {margin-right: 0px; margin-left: 0px;margin-bottom: 0px !important;}	
  .product-grid-item .image {
    width: 100%;
    position: relative;
    z-index: 1;
	background:#fafafa;}
    .product-grid-item .image > a {
      width: 100%;
      display: block;
      text-align: center;
      background-color: transparent; }
      .product-grid-item .image > a img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-radius: 3px; }
  .product-grid-item .name {
    width: 100%;
    display: block !important;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
	max-height: 60px;
	min-height: 60px;}
    .product-grid-item .name a {
      padding: 10px 7px 7px 7px;
      line-height: 17px;
      text-decoration: none;
      display: table-cell;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden; }
  .product-grid-item .description {
    display: none;
    text-align: left;
    color: #909090;
    font-size: 11px;
    line-height: 14px;
	margin-top: 10px;	}
  .product-grid-item .rating {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -47px;
    padding: 4px 6px 8px 6px; }
.oc2 .rating .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline; }
.oc2 .rating .fa-star {
  color: #212121; }
.oc2 .rating .fa-star + .fa-star-o {
  color: #212121; }
.oc2 .rating .fa-star-o {
  color: #212121; }
.oc2 .rating .rating-amount{position:relative;top:-1px;margin-left:10px;color:#212121;font-size:12px}
  .product-grid-item .price {
    font-weight: bold;
    text-align: center;
    font-size: 18px !important;
    font-family: "Roboto" !important;
    display: inline-block;
    margin: auto 0 10px 0; }
    .product-grid-item .price br {
      display: none; }
  .product-grid-item hr {
    height: 0;
    display: none;
    background-color: transparent; }
  .product-grid-item .price-old {
    font-size: 13px;
	position: relative;	}
  .product-grid-item .price-old:after {
	content: " ";
    position: absolute;
    top: 50%;
    left: -14%;
    border-top: 1px solid #e11f26;
    margin: -1px 0 0;
    padding: 0 5%;
    width: 100%;
    box-sizing: content-box;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
	  }
  .product-grid-item .price-new {
    font-weight: bold;
    padding-left: 5px;
    font-size: 18px !important;
	font-family: "Roboto" !important;	}
  .product-grid-item .price-tax {
    display: none; }
	
	.product-wrapper:hover .quickview-button, .product-list-item:hover .quickview-button {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: all .4s;
      transition: all .4s;  }
  
.home-page .product-grid, .information-page .product-grid {border-top: none; margin-top: 10px;}
.information-page .cs-57 {margin-top: 40px;}
.home-page .box-sections ul li a, .information-page .box-sections ul li a {text-align: left;}
.home-page .box-sections ul li, .information-page .box-sections ul li {display: inline-table; margin-right: 15px;}
.home-page .product-grid-item, .information-page .product-grid-item {margin-right: 0px !important;}
.home-page .cs-56 .box-sections ul li:first-child a:before, .information-page .cs-56 .box-sections ul li:first-child a:before {content: "\f06e"; margin-right: 10px; font-size: 24px; color: #f4c000; float: left;}
.home-page .cs-56 .box-sections ul li:last-child a, .home-page .cs-57 .box-sections ul li:last-child a, .home-page .cs-57 .box-sections ul li:nth-last-child(2) a, .information-page .cs-56 .box-sections ul li:last-child a, .information-page .cs-57 .box-sections ul li:last-child a, .information-page .cs-57 .box-sections ul li:nth-last-child(2) a, .home-page .cs-77 .box-sections ul li:last-child a, .information-page .cs-77 .box-sections ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}
.cs-81 .box-sections ul li:last-child a, .cs-82 .box-sections ul li:last-child a, .cs-83 .box-sections ul li:last-child a, .cs-85 .box-sections ul li:last-child a, .cs-86 .box-sections ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}
.cs-81 .box-sections ul li, .cs-82 .box-sections ul li, .cs-83 .box-sections ul li, .cs-85 .box-sections ul li, .cs-86 .box-sections ul li {display: inline-table; margin-right: 10px; margin-left: 5px;}


.product-grid-item .cart .button, .product-list-item .cart .button {
	height: 41px;
    background-color: transparent;
    padding: 0 10px;
    color: #f2c849;
    font-size: 22px;
    font-weight: 400;
    max-width: 100%;
    outline: none;
    line-height: 38px;
    text-align: left;
    position: relative;
	float: left;
	transition: 0s;
}

.product_additional_information, .c-points {display: none;}
.product-grid-item:hover .product_additional_information {display: block;}
.product-grid-item .product-wrapper {position: absolute; top:0px; left: 0px; height: 420px;overflow: hidden;background:#fafafa;}
.product-grid-item:hover .product-wrapper:not(.ias-button) {top: 0px; left: -60px; height: auto; padding-left: 60px; padding-top: 0px;border-color: rgba(11, 103, 175, 0.3);border-radius: 4px;box-shadow: 0px 0px 7px 0px rgba(11, 103, 175, 0.3) !important;opacity: 1;}
.product-grid-item:hover .description {display: block !important;}
.product-grid-item .button-cart-text, .product-list-item  .button-cart-text {display: none; float: right;}
.product-grid-item:hover  .cart .button-cart-text, .product-list-item:hover  .cart .button-cart-text {display: block;}
.product-grid-item:hover .cart .button, .product-list-item:hover .cart .button {
    color: #fff;
    text-decoration: none;
	border-radius: 2px;}
.c-manufacturer {float: left;font-size: 11px;font-weight: 400;text-align: left;padding: 5px 5px 4px 0px;margin-top: 9px;width: 50%;}
.c-model {float: right;color: #333;background-color: #f1f1f1;font-size: 11px;font-weight: 400;text-align: center;padding: 5px 9px 4px 9px;border-radius: 2px;margin: auto;margin-top: 10px;}  
.featured_information {position: absolute; top: 20px;left: 5px; z-index: 99;width: 65px;transition: 0.1s;}
.is_video {margin-top: -10px;}
.product-wrapper.outofstock {opacity: 0.5;}
.featured_information.outofstock {display: none;}
.c-points, .price_gift_box, .free_shipping_box, .product_video_sign {text-align: center; line-height: 7px;padding-bottom: 20px;}
.c-points a, .price_gift_box a, .free_shipping_box a, .product_video_sign a {color: #212121; font-weight: 400; font-size: 9px;}
.c-points:hover a, .price_gift_box:hover a, .free_shipping_box:hover a, .product_video_sign:hover a {text-decoration: underline;}
.c-points:before {content: "\f118"; font-size: 26px; text-align: center; color: #212121; font-weight: 800; width: 100%;display: inline-block;margin-bottom: 12px;
	-webkit-animation: rotation_two 0.25s linear;
	-webkit-transition-delay: 0.1s;}
	@-webkit-keyframes rotation_two {
		0% {
				-webkit-transform: rotate(-45deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
	}}
.product_video_sign:before {content: " ";width: 30px;height: 24px;display: inline-block;background-image: url(/image/video_sign.svg);background-size: contain;background-repeat: no-repeat;}	
.price_gift_box:before {content: "\e1dd"; font-size: 26px; text-align: center; color: #212121; font-weight: 800; width: 100%;display: inline-block;margin-bottom: 12px;}
.free_shipping_box:before {content: "\e0ad"; font-size: 26px; text-align: center; color: #212121; font-weight: 400; width: 100%;display: inline-block;margin-bottom: 12px;}
.product-grid-item:hover .featured_information {left: -62px;}
.product-grid-item:hover .c-points {display: block;}
.home-page .custom-sections .product-grid-item, .layout-46 .custom-sections .product-grid-item {height: 440px;}
.home-page .custom-sections .product-grid-item .product-wrapper, .layout-46 .custom-sections .product-grid-item .product-wrapper{height:440px;}
.home-page .custom-sections .product-grid-item:hover .product-wrapper, .layout-46 .custom-sections .product-grid-item:hover .product-wrapper {width: 100%; top: 0px; left: 0px; height: 440px; padding: 20px; box-shadow: initial !important;}
.home-page .custom-sections .product-grid-item:hover .featured_information, .home-page .custom-sections .product-grid-item:hover .product_additional_information, .layout-46 .custom-sections .product-grid-item:hover .featured_information, .layout-46 .custom-sections .product-grid-item:hover .product_additional_information  {display: none;}

.carousel-product .product-grid-item {height: 370px;}
.carousel-product .product-grid-item .product-wrapper{height:370px;border-radius: 0;border-top: none;border-left: none;border-bottom: none;}
.carousel-product .product-grid-item:hover .product-wrapper {width: 100%; top: 0px; left: 0px; height: 370px; padding: 0px; box-shadow: initial !important;border-radius:0;border-color: #f1f1f1;}
.carousel-product .product-grid-item:hover .description {display: none !important;}
.carousel-product .product-grid-item:hover .cart .button-cart-text {display: none !important}
.carousel-product .product-grid-item .cart .button {padding: 0 2px 0 10px;} 

.section-category .product-grid-item {height: 270px !important;}
.section-category .product-grid-item .product-wrapper {height: 270px !important;}
.section-category .product-grid-item:hover .product-wrapper {top: 0px; left: 0px; height: 270px !important; padding: 13px;} 
#column-left {
	display: block !important;	
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    height: 100%;
    max-width: 320px;
    width: calc(100% - 54px) !important;
    padding: 0;
    transition: transform .3s,-webkit-transform .3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	}
	#column-left.active {
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
    box-shadow: 0 0 16px rgba(0,0,0,.6);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	}
.filter-bottom .filter-sign {color: #212121 !important;}
.filter-filter {
	float: right;
    width: 49.3%;
    padding-right: 5px;
}
.filter-button {
	width: 100%;
    background: #212121;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.2s;
    padding: 10px;
	position: relative;
	overflow: hidden;
	transition: background-color .7s cubic-bezier(.19,1,.22,1);}
.filter-filter .filter-button:after {
	position: absolute;
	opacity: .2;
    background: #fff;
    content: ' ';
    height: 150px;
    left: -120px;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: left .8s cubic-bezier(.19,1,.22,1);
    transition: left .8s cubic-bezier(.19,1,.22,1);
    width: 90px;}
.filter-button:hover {background: #161e2c;}	
.filter-filter:hover .filter-button:after, .filter-button.active:after {left: 120%;cursor: inherit;}
.filter-button.active {background: #161e2c;}	
.filter-sign {color: #fff;font-size: 16px !important;margin-right: 7px;top: -2px;}
.filter-overlay {
    background: rgba(0,0,0,.54);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
#bottom-modules .section-category .product-grid-item {height: 190px !important;}
#bottom-modules .section-category .product-grid-item .product-wrapper {height: 190px !important;}
#bottom-modules .section-category .product-grid-item:hover .product-wrapper {height: 190px !important;} 
#bottom-modules .section-category .product-grid-item .product-wrapper {height: 190px !important;}
#bottom-modules .section-category .product-grid-item .name a, .posts h2 a {font-size: 12px;}
.maunuf_alpha {
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.maunuf_alpha a {
    font-size: 25px;
    color: #212121;
    margin-right: 11px;
}
.sf-manufacturer .box-content:before, .sf-attribute .box-content:before, .sf-tags .box-content:before {    
	content: '';
    display: block;
	z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);}

.goods_all, .page_all {
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dadada;
    margin-left: 10px;
}
.ias-button {width: 100% !important;}
.ias-button .button {
    max-width: 100%;
	font-size: 32px;
	color: rgba(0,0,0,0.8);
    outline: none;
    text-align: center;
 } 
.ias-button .button:active { -webkit-box-shadow: none; box-shadow: none;}
.ias-button span:before {content: "\e024"; font-size: 115px; color: #212121; margin-bottom: 50px; text-shadow: 0 2px 7px rgba(0,0,0,0.22);   -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;}
.ias-button:hover span:before {color: #fcbf09;   -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;}
.product-grid-description .description {
  margin-top: auto; }
  .product-grid-description .description + .price {
    margin-top: 5px; }

.oc2 .product-grid-item.display-icon.inline-button .cart {
  padding: 0; }

.p-over {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out; }

.product-grid-item:hover .p-over, .product-list-item:hover .p-over {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  visibility: visible; }
  
  
.category_bottom_reviews {
	padding: 10px;
    margin-left: 20px;
	width: auto !important;
	position: relative;}
	
.category_bottom_reviews h3 {
	font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 21px;
    text-transform: none;
    color: rgb(51, 51, 51);
    min-height: 40px;
    font-weight: 400;}
.category_bottom_reviews .quickview-button {display: none;}
.category_bottom_reviews .product-wrapper {border: none;padding: 10px; background: transparent; margin-bottom:10px}
.category_bottom_reviews .caption {padding-top: 5px;}
.category_bottom_reviews a {color: #000;font-size: 14px;text-decoration: underline;}
.category_bottom_reviews img {border-radius: 50%; border: 2px solid #e4e4e4;padding: 2px;float: left; margin-right: 30px;}
.category_bottom_reviews .rating_author {padding: 14px 0px;}
.category_bottom_reviews .rating {float: left;margin-right: 30px;}
.category_bottom_reviews .review_author_name {font-weight: 700;font-size: 13px;margin-right: 20px;}
.category_bottom_reviews .review_author_date {font-size: 11px;color: #ccc;}
.quickview-button {left: 0 !important;top: 0 !important;width: 100% !important;height: 99% !important;margin-left: 0 !important;margin-top: 0 !important;}
.quickview-button .button {width: 100% !important;height: 100% !important;padding: 0 !important;display: block !important;border-radius: 0 !important;background: transparent !important;}
.quickview-button .button:hover {background: transparent !important;}
.quickview-button .hint--top:before {top: 41px !important;border-top-color: #212121 !important;}
.quickview-button .button[data-hint]:after {background-color: rgb(1, 88, 157) !important;top: 13px !important;height: 14px !important;}
.quickview-button .button:active {box-shadow: none !important;}
.quickview-button i {display: none !important;}

.category_column_reviews {
	padding: 20px 0px 0px;
	width: auto !important;
	position: relative;}
	
.category_column_reviews h3 {
	font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 22px;
    text-transform: none;
    color: rgb(51, 51, 51);
    font-weight: 400;}
.category_column_reviews .review_category_title {color: #cacaca;font-size: 18px;margin-bottom: 20px;}
.category_column_reviews .quickview-button {display: none;}
.category_column_reviews .product-wrapper {padding: 0px 5px 12px 0px;background: transparent;margin-bottom: 12px;}
.category_column_reviews .caption {padding-top: 5px;}
.category_column_reviews a {color: #000;font-size: 12px;}
.category_column_reviews h4 {position: relative;max-height: 44px;overflow: hidden;min-height: 30px;}
.category_column_reviews h4:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1.5em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%)}
.category_column_reviews img {padding: 2px;float: left; margin-right: 15px;margin-bottom: 15px;}
.category_column_reviews .rating_author {padding-bottom: 20px;}
.category_column_reviews .rating {padding: 7px 0px 10px;}
.category_column_reviews .review_author_name {font-weight: 700;font-size: 13px;margin-bottom: 3px;}
.category_column_reviews .review_author_name:before {content: "\f0e5";color: #F4C000;font-size: 18px;margin-right: 6px;vertical-align: sub;}
.category_column_reviews .review_author_date {font-size: 11px;color: #ccc;}
.category_column_reviews .rating_review_description {line-height: 1rem;}
.category-page #container, .manufacturer-page #container, .search-page #container, .special-page #container, .layout-47 #container, .layout-48 #container, .layout-49 #container {max-width: 1656px;}
.category-page #column-right, .manufacturer-page #column-right, .search-page #column-right, .special-page #column-right, .layout-47 #column-right, .layout-48 #column-right, .layout-49 #column-right {padding: 0px 0px 20px 0;}
.category-page #column-left, .manufacturer-page #column-left, .search-page #column-left, .special-page #column-left, .layout-47 #column-left, .layout-48 #column-left, .layout-49 #column-left {padding: 0px 0 20px 0px;}
.category-page #content, .manufacturer-page #content, .search-page #content, .special-page #content, .layout-47 #content, .layout-48 #content, .layout-49 #content {padding: 0 10px;}
.layout-47 .category_column_wraper, .layout-48 .category_column_wraper, .layout-49 .category_column_wraper {margin-top: 50px;}
.category-page .category-head, .manufacturer-page .category-head, .search-page .category-head, .special-page .category-head, .layout-47 .category-head, .layout-48 .category-head, .layout-49 .category-head {padding-bottom: 20px;}
#category-description p, #category-description ul, #category-description li, .sexshop-category-description p {color: #333;font-size: 15px;line-height: 23px;margin-bottom: 12px;}
#category-description ul {padding-left: 0px;}
#category-description li {display: block;}
.description-wrap {max-width: 1500px; margin: 0 auto;}
.category-page .section-product ul li {display: inline-table;margin-right: 10px;margin-left: 5px;}
.category-page .section-product ul li:last-child a {font-size: 16px;color: #212121;font-weight: 400;}

.sex-shop-attributes {margin-top: 10px;display: inline-block;width: 100%;font-size:15px;}
.sex-shop-attribute-values {    
	float: left;
    padding: 6px 0px 6px 0px;
    width: 100%;} 

.sex-shop-attribute-name  {
    float: left;
    width: 42%;
    text-transform: lowercase;
    position: relative;
    text-align: left;
    padding-left: 10px;}

.sex-shop-attribute-name:before  {    
	content: "\f04d";
    color: #cccccc;
    font-size: 4px;
    position: absolute;
    left: 0px;
    top: 40%;}
 
.sex-shop-attribute-value  {    
	padding-left: 20px;
    text-transform: lowercase;
    float: left;
    position: relative;
    width: 57%;}
.sex-shop-attribute-value.sexshop-attribute-17:before  {
	    content: "\f228";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
.sex-shop-attribute-value.sexshop-attribute-13:before  {
	    content: "\f05e";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
	
.sex-shop-attribute-value.sexshop-attribute-12:before  {
    content: "\f07e";
    color: #212121;
    font-size: 12px;
    position: absolute;
    left: 0px;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
		}
	
.sex-shop-attribute-value.sexshop-attribute-14:before  {
	    content: "\f242";
		color: #212121;
		font-size: 14px;
		position: absolute;
		top: -1px;
		left: 0px;
		webkit-transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1);
		-webkit-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0;
		}
	
.sex-shop-attribute-value.sexshop-attribute-16:before  {
	    content: "\f200";
		color: #212121;
		font-size: 16px;
		position: absolute;
		left: 0px;
		}
.symbols {position: absolute; top: 5px; right: 7px;text-align: right;}		
.product-grid-item .c-stock, .product-grid-item .label-hit-sale, .product-grid-item .label-sale {margin-bottom: 9px;}
.c-stock .instock:before {
		content: '\e603';
		color: #000;
		font-size: 13px;
		vertical-align: revert;
		background-color: #f1e2b5;
		border-radius: 50%;
		padding: 6px 6px;
			  }		
.product-grid-item .label-hit-sale  {
	right: 4px;
    padding: 6px 1px;
    font-size: 11px;
	position: initial;
	display: block;
}
.product-grid-item .label-sale {width: 25px;height: 25px;line-height: 25px;text-align: center;font-size: 11px;display: block;}
.questions-answers {background: #fff;border-radius: 4px;border: 1px solid #f1f1f1;margin-bottom: 20px;}
.questions-answers h2 {padding-left: 15px !important;font-size: 24px;padding-top: 15px;}
.questions-answers table {border-collapse: collapse;border: none !important;font-size: 14px;}
.questions-answers tr:first-child {border-top: none;}
.questions-answers tr {border-top: 1px solid #ebf1f8;}
.questions-answers th:first-child {width: 40%;}
.questions-answers th, .questions-answers td {padding: 16px 0;text-align: left;border: none;}
.questions-answers th:last-child, .questions-answers td:last-child {padding-left: 35px;}
 
/******************************
PRODUCT LIST
*******************************/
.product-list-item {
	padding: 10px;
    width: 100%;}
  .product-list-item .product-details {
    margin-left: 215px;
    background-color: transparent; }
  .product-list-item .left {
    position: relative; }
  .product-list-item .image {
    width: 200px;
    float: left;
    margin-right: 15px;
    position: relative; }
    .product-list-item .image > a {
      display: block;
      overflow: hidden; }
      .product-list-item .image > a > img {
        width: 100%;
        float: left;
        border-radius: inherit;
        height: auto; }
  .product-list-item .name a {
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden; }
  .product-list-item .rating {
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    left: 1px;
    top: -1px; }
  .product-list-item .price {
    font-weight: bold;
    text-align: left;
    padding: 8px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: inline-block; }
  .product-list-item .price-old {
    color: #EA2E49;
    font-size: 90%;
    text-decoration: line-through; }
  .product-list-item .price-new {
    font-weight: bold;
    padding-left: 5px; }
  .product-list-item .price-tax {
    opacity: .7;
    font-weight: normal;
    font-size: 75%;
    text-align: left;
    padding-top: 5px;
    display: none; }
  .product-list-item .description {
    padding: 0 0 12px 0;
    color: #5F6874; }
  .product-list-item .cart {
    float: left;
    margin-right: 10px; }

.product-list-item.lt400 .product-list-item .image {
  width: 100%;
  float: none;
  margin-bottom: 10px; }
  .product-list-item.lt400 .product-list-item .image img {
    float: none; }

/******************************
 WISHLIST / COMPARE
*******************************/
.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item .compare {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
    padding: 10px 11px;
    float: right;  }
  .product-grid-item .wishlist a, .product-grid-item .compare a, .product-list-item .wishlist a, .product-list-item .compare a {
    display: block;
    font-size: 11px;
    text-align: center;
    position: relative; }
    .product-grid-item .wishlist a i, .product-grid-item .compare a i, .product-list-item .wishlist a i, .product-list-item .compare a i {
      -webkit-transition: background-color .2s;
              transition: background-color .2s;
      color: inherit;
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-grid-item .wishlist a i:before, .product-grid-item .compare a i:before, .product-list-item .wishlist a i:before, .product-list-item .compare a i:before {
        width: 100%; }

.oc2 .product-grid-item .compare {
  padding-left: 0; }

.product-grid-item .image .wishlist, .product-grid-item .image .compare {
  position: absolute;
  bottom: 8px;
  z-index: 99;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; }
.product-grid-item .image .wishlist {
  left: 5px; }
.product-grid-item .image .compare {
  right: 5px; }
.product-grid-item .image.has-countdown .wishlist, .product-grid-item .image.has-countdown .compare {
  margin-bottom: 35px; }

.product-grid-item .product-wrapper .image .wishlist [data-hint]::after {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .wishlist [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }
.product-grid-item .product-wrapper .image .compare [data-hint]::after {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
          transform: translate3d(0, 0, 0) translateX(0) translateY(0); }
.product-grid-item .product-wrapper .image .compare [data-hint]:hover::after {
  -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
          transform: translate3d(0, 0, 0) translateX(0) translateY(-8px); }

.product-list-item .image {
  overflow: hidden; }
  .product-list-item .image .wishlist, .product-list-item .image .compare {
    position: absolute;
    bottom: 8px; }
.product-list-item .cart {
  float: none;
  display: block; }
.product-list-item .wishlist a i, .product-list-item .compare a i {
  background-color: transparent;
  padding-right: 3px; }
.product-list-item .wishlist {
  margin-top: 10px;
  padding-left: 0; }
  .product-list-item .wishlist a {
    text-align: left; }
.product-list-item .compare {
  margin-top: 0;
  text-align: left; }

.inline-button .cart {
  display: inline-block;
  margin-bottom: 5px; }
.inline-button hr {
  display: block; }

.product-grid-item:hover {
  z-index: 3;
}

/******************************
 PAGINATION
*******************************/
.pagination {
    margin-bottom: 20px;
	margin-top: 20px;
    padding: 10px;
	text-align: center;
	display: block;	}
  .pagination:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .pagination ul, .pagination li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pagination a, .pagination b, .pagination li {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background-color: white;
    font-weight: bold;
    font-family: inherit;
    margin-right: 4px;
    -webkit-transition: all .2s;
            transition: all .2s; }
  .pagination b, .pagination .active {
    background-color: #EA2E49;
    color: white; }
  .pagination .results {
    color: inherit;
    float: right;
    padding-right: 5px; }
  .pagination .links + .results {
    margin-top: 4px; }

/******************************
 Infinite Scroll
*******************************/
.ias-loader {
	min-height: 381px; }
.ias-loader .product-wrapper {background-color: transparent !important;}
a.ias-trigger {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  height: 100%; }
  a.ias-trigger span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.ias-loader a.ias-trigger span {
	display: block;
    top: 29.5%;
    left: 31.5%;
-webkit-transform-origin: 50% 20% !important;
transform-origin: 50% 20% !important;} 			
			


.ias-noneleft {
	background: #cccccc;
    width: 100%;
    position: relative;
    padding: 10px;
    margin: 20px !important;
    clear: both;
    display: block;
    font-size: 14px;
    color: #fff;
    border-radius: 3px; }
.product-list .ias-noneleft {width: 96% !important; margin: 20px auto !important;}
  .ias-loader i,
  .ias-noneleft i {
    float: left;
    margin: 1px 5px 0 0;
    color: inherit;
    font-size: inherit; }
    .ias-loader i::before,
    .ias-noneleft i::before {
      color: inherit;
      font-family: FontAwesome; }

html[dir="rtl"] .ias-loader,
html[dir="rtl"] .ias-noneleft {
  text-align: right; }
  html[dir="rtl"] .ias-loader i,
  html[dir="rtl"] .ias-noneleft i {
    float: right;
    margin-left: 8px;
    margin-right: 0; }

.oc1 .ias-loader {
  padding-left: 10px; }
.oc1 .button-search {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

html[dir="rtl"].oc1 .ias-loader {
  padding-right: 10px; }

/******************************
OC 2.0
*******************************/
.oc2 .product-list-item .description {
  height: auto !important; }
.oc2 .product-list-item .rating {
  margin-bottom: 0; }
.product-page .cart.outofstock {display: none;}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 760px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 760px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 760px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/footer.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 FOOTER
*******************************/
#footer {
  border: 0;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  display: table;
  width: 100%; }
  #footer .product-wrapper {
    background: transparent;
    display: inline-block; }

.fullwidth-footer {
  max-width: 100%;
}
.product-page .fullwidth-footer {margin-top: 35px;}
  .fullwidth-footer #footer {
    overflow: visible;
    border-radius: 0; }
  .fullwidth-footer .bottom-footer {
    max-width: 100%;
    padding: 0;
	margin-bottom: 20px;
	margin-top:20px;	}
.headerfootmenu {
	display: block;
	border-bottom-style: solid;
    text-align: left;
    font-weight: 600;
    font-family: "Roboto";
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    color: #fff;
	margin-top: 12px;
	margin-bottom: 12px;
}
footer .column > h3 {
  margin-bottom: 15px; }
footer .column h4 {
  font-weight: inherit; } 

@media only screen and (max-width: 760px) {
  footer .column:only-of-type {
    margin-left: -15px;
    width: calc(100% + 15px); }

  .collapse-footer-columns footer .column > h3 {
    margin-bottom: 0; }
  .collapse-footer-columns footer .column > div > ul {
    margin-top: 12px; }
  .collapse-footer-columns footer .column.newsletter:last-of-type {
    padding-right: 15px; }
  .collapse-footer-columns footer .column:only-of-type {
    margin-left: 0;
    width: 100%; } }
footer {
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: table;
  z-index: 10; }
  footer .columns {
    overflow: hidden; }
  footer .column {
    padding: 0 15px 0 0;
    position: relative; }
    footer .column .journal-newsletter {
      margin-bottom: 0; }
    footer .column.newsletter > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    footer .column > h3 {
      color: #E4E4E4;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 12px; }
    footer .column.no-title .column-text-wrap {
      margin-top: 15px; }
  footer .column-menu-wrap > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .column-menu-wrap > ul li {
      padding: 3px 0;
      color: #000; }
      footer .column-menu-wrap > ul li:first-of-type {
        padding-top: 0; }
      footer .column-menu-wrap > ul li i {
        margin-right: 6px !important; }
        footer .column-menu-wrap > ul li i:before {
          margin-top: -1px; }
    footer .column-menu-wrap > ul a {
      display: block;
      color: inherit;
      -webkit-transition: color .2s;
              transition: color .2s; }
  footer .column-text-wrap {
    color: #000;
    height: 100%; }
    footer .column-text-wrap a {
      -webkit-transition: color 0.2s;
              transition: color 0.2s; }
    footer .column-text-wrap > ul {
      padding-left: 15px;
      margin: 0 0 7px 0; }
    footer .column-text-wrap > ol {
      padding-left: 20px;
      margin: 0 0 7px 0; }
    footer .column-text-wrap p {
      color: inherit;
      margin: 0;
      overflow: hidden;
      line-height: 100%; }
      footer .column-text-wrap p span, footer .column-text-wrap p strong {
        line-height: 100% !important; }
      footer .column-text-wrap p iframe {
        width: 100%; }
    footer .column-text-wrap img {
      max-width: 100%;
      height: auto !important; }
  footer .contacts {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
    padding: 10px; }
    footer .contacts > div > span {
      color: white; }
    footer .contacts i {
      font-size: 20px;
      color: inherit;
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      margin-right: 0 !important;
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
      line-height: 39px;
      -webkit-transition: background-color .2s;
              transition: background-color .2s; }
    footer .contacts a {
      color: inherit; }
    footer .contacts a:hover i {
      color: inherit; }
    footer .contacts [data-hint]:before, footer .contacts [data-hint]:after {
      display: block; }
    footer .contacts .hint--top:before {
      margin-left: -10px; }
    footer .contacts .hint--top:after,
    footer .contacts .hint--top:focus:after {
      -webkit-transform: translate3d(0, 0, 0) translateX(-54%);
      transform: translate3d(0, 0, 0) translateX(-54%); }
    footer .contacts .hint--top:hover:after,
    footer .contacts .hint--top:focus:after {
      -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
      transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%); }
    footer .contacts .hint--top .contacts-text {
      margin-left: 0; }
  footer .contacts-text {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: inherit;
    line-height: 36px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  footer .contacts-center {
    margin: 0 auto;
    position: absolute;
    clear: both;
    width: 100%;
    top: 10px;
    right: 10px;
    z-index: 0; }
  footer .contacts-left {
    position: relative;
    float: left;
    z-index: 1; }
  footer .contacts-right {
    position: relative;
    float: right;
    z-index: 1; }

.column.products {
  padding-bottom: 12px; }
  .column.products > h3 {
    margin-bottom: 12px; }
  .column.products .product-wrapper {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
    .column.products .product-wrapper .p-over {
      display: none; }
  .column.products .product-wrapper:hover {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none; }
  .column.products .product-details {
    background-color: transparent;
    padding-bottom: 0;
    float: left;
    max-width: 150px;
    padding-left: 8px; }
  .column.products .product-details:before {
    content: ""; }
  .column.products .product-grid-item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 0; }
    .column.products .product-grid-item .quickview-button {
      display: none !important; }
    .column.products .product-grid-item:first-of-type {
      padding-top: 2px; }
    .column.products .product-grid-item .image {
      display: block;
      float: left;
      position: relative;
      width: auto; }
      .column.products .product-grid-item .image span {
        display: none !important; }
      .column.products .product-grid-item .image a {
        background: transparent !important;
        margin-top: 1px;
        line-height: 100%;
        border-radius: 0;
        border: none; }
      .column.products .product-grid-item .image img {
        border: 0;
        display: block;
        padding: 0;
        max-width: 50px; }
    .column.products .product-grid-item .name {
      position: relative; }
      .column.products .product-grid-item .name a {
        font-size: 12px;
        text-decoration: none;
        display: block;
        text-align: left;
        padding: 0 0 1px 0;
        -webkit-transition: all 0.2s;
                transition: all 0.2s; }
    .column.products .product-grid-item .sale {
      display: none; }
    .column.products .product-grid-item .price {
      display: inline-block;
      font-size: 13px;
      padding: 0;
      text-align: left;
      border: none;
      margin-bottom: 0;
      background-color: transparent;
      border-radius: 0; }
    .column.products .product-grid-item .price-old {
      font-weight: normal;
      color: #EA2E49;
      padding-right: 0;
      text-decoration: line-through;
      font-size: 12px; }
    .column.products .product-grid-item .price-new {
      font-size: 13px; }
    .column.products .product-grid-item .rating {
      position: relative;
      margin: 0;
      left: 0;
      top: 0;
      padding: 0; }
    .column.products .product-grid-item .cart {
      display: none !important; }
    .column.products .product-grid-item .cart input {
      color: white;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: none;
      font-weight: bold; }
  .column.products .product-grid-item:last-of-type {
    border-bottom: none; }

.bottom-footer {
  height: 60px;
  clear: both;
  margin: 0 auto;
  position: relative; }
  .bottom-footer > div {
    max-width: 1024px;
    margin: 0 auto;
    position: relative; }
  .bottom-footer .copyright {
	float: left !important;
    border: 1px solid #fff;
    padding: 15px 10px 15px 10px;
    border-radius: 3px;
	display: block; 
	transition: all 0.3s; -webkit-transition: 0.3s;}
  .bottom-footer .copyright:hover {background: #fff; color:#000; transition: all 0.3s; -webkit-transition: 0.3s; cursor: pointer;}
  .bottom-footer .payments {
    float: right; }
    .bottom-footer .payments img {
      max-width: 100%;
      max-height: 35px;
      height: auto;
      width: auto;
      margin-left: 20px;
      position: relative;
      margin-top: 13px;
      vertical-align: middle; }
  .bottom-footer .no-copyright {
    text-align: center; }
    .bottom-footer .no-copyright .payments {
      float: none; }
  .bottom-footer .no-payments {
    text-align: center; }
    .bottom-footer .no-payments .copyright {
      float: none; }
  .bottom-footer.boxed-bar {
    padding: 0 15px; }

.column-text-wrap .block-icon-left + p {
  display: inline; }

footer .column.text {
  min-height: 50px; }
.sn-awards-links {width: 585px; margin: auto; padding: 10px 0px 70px 0px;}
.sn-awards-links_a {margin-top: 13px; display: block; float: right; margin-left: 20px; height: 33px; transition: all 0.3s; -webkit-transition: 0.3s;}
.sn-awards-links img {
    max-width: 100%;
    max-height: 35px;
    height: auto;
    width: auto;
    margin-left: 20px;
    position: relative;
    margin-top: 13px;
    vertical-align: middle;
} 
.footer_guarantee {background-image: url(/image/guarantee.svg); background-repeat: no-repeat; background-position: 50% 50%; width: 47px; height: 37px !important; }
.footer_guarantee:hover {background-image: url(/image/guarantee_green.svg); transition: all 0.3s; -webkit-transition: 0.3s;}
.footer_ssl {background-image: url(/image/ssl_bottom.svg); background-repeat: no-repeat; background-position: 50% 50%; width: 90px; }
.footer_ssl:hover {background-image: url(/image/ssl_bottom_green.svg); transition: all 0.3s; -webkit-transition: 0.3s;}
.footer_sn {background-image: url(/image/69_logo_bottom.svg); background-repeat: no-repeat; background-position: 50% 50%; width: 78px; height: 33px !important; }
.footer_sn:hover {background-image: url(/image/69_logo_bottom_red.svg); transition: all 0.3s; -webkit-transition: 0.3s;}
.footer_sn_toys  {background-image: url(/image/logo_bottom.svg); background-repeat: no-repeat; background-position: 50% 50%; width: 135px;}
.footer_sn_toys:hover {background-image: url(/image/logo_bottom_red.svg); transition: all 0.3s; -webkit-transition: 0.3s;}
.sex-shop-social-bottom {float: right; margin-top: 17px; padding-right: 70px;}
.sex-shop-social-bottom a {float: left;margin-left: 12px;padding: 5px 3px 3px 4px;width: 35px;height: 35px;text-align: center;}
.sex-shop-social-bottom i {color: #fff; font-size: 25px;}
.sex-shop-social-bottom .sex-shop-facebook-bottom:before {content: "\e683";}
.sex-shop-social-bottom .sex-shop-twitter-bottom:before {content: "\e682";}
.sex-shop-social-bottom .sex-shop-vk-bottom:before {content: "\f189";}
.sex-shop-social-bottom .sex-shop-google-bottom:before {content: "\e642";}
.sex-shop-social-bottom .sex-shop-instagram-bottom:before {content: "\e686";}

/******************************
OC 2.0
*******************************/

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/icons.css?j2v=2.8.2 */
@font-face{font-display:swap;
    font-family: 'journal-icons';
	font-display:swap;
    src:url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.eot');
    src:url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.eot?#iefix') format('embedded-opentype'),
    url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.woff') format('woff'),
    url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.ttf') format('truetype'),
    url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.svg#journal-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    @font-face
    {
        font-family: 'journal-icons';
        src: url('/catalog/view/theme/journal2/css/icons/fonts/journal-icons.svg#journal-icons') format('svg');
    }
}


[data-icon]:before {
    font-family: 'journal-icons';
    content: attr(data-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/responsive.css?j2v=2.8.2 */
@media only screen and (min-width: 2150px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item	 {width: 13.685%;}
.section-category  .product-grid-item {width: 11.9%;}
#bottom-modules .section-category  .product-grid-item {width: 11.11%;}
.category-page #container, .manufacturer-page #container, .search-page #container, .special-page #container, .layout-47 #container, .layout-48 #container, .layout-49 #container	 {max-width: 1870px;}	
.product-grid-item {height: 375px;margin-right: 0.3%;margin-left: 0.3%;}
.product-grid-item .product-wrapper {height: 375px; width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.product-grid .static-banner img {height: 375px;}
}
@media only screen and (min-width: 1400px) and (max-width: 2149px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 16.06%;}
.section-category  .product-grid-item {width: 13.68%;}
#bottom-modules .section-category  .product-grid-item {width: 11.11%;}
}
@media only screen and (min-width: 1561px) and (max-width: 1850px) {
.product-grid-item {height: 405px;}
.product-grid .static-banner img {height: 405px;}
.product-grid-item .product-wrapper {height: 405px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1481px) and (max-width: 1561px) {
.product-grid-item {height: 390px;}
.product-grid .static-banner img {height: 390px;}
.product-grid-item .product-wrapper {height: 390px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1400px) and (max-width: 1481px) {
.product-grid-item {height: 380px;}
.product-grid .static-banner img {height: 380px;}
.product-grid-item .product-wrapper {height: 380px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1315px) and (max-width: 1399px) {
.product-grid-item {height: 415px;}
.product-grid .static-banner img {height: 415px;}
.product-grid-item .product-wrapper {height: 415px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1280px) and (max-width: 1314px) {
.product-grid-item {height: 400px;}
.product-grid .static-banner img {height: 390px;}
.product-grid-item .product-wrapper {height: 400px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}

@media only screen and (min-width: 1221px) and (max-width: 1300px) {
.home-page .custom-sections .product-grid-item .cart .button, .layout-46 .custom-sections .product-grid-item .cart .button {padding: 0 2px 0 10px;} 
.product-grid-item .wishlist, .product-grid-item .compare {padding: 10px 9px;}
.home-page .custom-sections .product-grid-item, .layout-46 .custom-sections .product-grid-item {height: 410px;}
.home-page .custom-sections .product-grid-item .product-wrapper, .layout-46 .custom-sections .product-grid-item .product-wrapper{height:410px;}
.home-page .custom-sections .product-grid-item:hover .product-wrapper, .layout-46 .custom-sections .product-grid-item:hover .product-wrapper {height: 410px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1070px) {
.home-page .custom-sections .product-grid-item .cart .button, .layout-46 .custom-sections .product-grid-item .cart .button {padding: 0 2px 0 10px;} 
.product-grid-item .wishlist, .product-grid-item .compare {padding: 10px 9px;}
.home-page .custom-sections .product-grid-item, .layout-46 .custom-sections .product-grid-item {height: 410px;}
.home-page .custom-sections .product-grid-item .product-wrapper, .layout-46 .custom-sections .product-grid-item .product-wrapper{height:410px;}
.home-page .custom-sections .product-grid-item:hover .product-wrapper, .layout-46 .custom-sections .product-grid-item:hover .product-wrapper {height: 410px;}
}
@media only screen and (min-width: 1250px) and (max-width: 1279px) {
.product-grid-item {height: 462px;}
.product-grid .static-banner img {height: 462px;}
.product-grid-item .product-wrapper {height: 462px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1200px) and (max-width: 1249px) {
.product-grid-item {height: 452px;}
.product-grid .static-banner img {height: 452px;}
.product-grid-item .product-wrapper {height: 452px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 1221px) {
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 340px !important;}	
}
@media only screen and (min-width: 1200px) and (max-width: 1220px) {
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 360px !important;}	
}
@media only screen and (min-width: 1145px) and (max-width: 1199px) {
.product-grid-item {height: 440px;}
.product-grid .static-banner img {height: 429px;}
.product-grid-item .product-wrapper {height: 440px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 360px !important;}	
}
@media only screen and (min-width: 1106px) and (max-width: 1144px) {
.product-grid-item {height: 426px;}
.product-grid .static-banner img {height: 415px;}
.product-grid-item .product-wrapper {height: 426px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 350px !important;}	
}
@media only screen and (min-width: 1080px) and (max-width: 1105px) {
.product-grid-item {height: 416px;}
.product-grid .static-banner img {height: 405px;}
.product-grid-item .product-wrapper {height: 416px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 345px !important;}	
}
@media only screen and (min-width: 1067px) and (max-width: 1079px) {
.product-grid-item {height: 411px;}
.product-grid .static-banner img {height: 399px;}
.product-grid-item .product-wrapper {height: 411px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 340px !important;}		
}
@media only screen and (min-width: 1024px) and (max-width: 1066px) {
.product-grid-item {height: 400px;}
.product-grid .static-banner img {height: 390px;}
.product-grid-item .product-wrapper {height: 400px;width: 100%;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 335px !important;}		
}
@media only screen and (min-width: 990px) and (max-width: 1023px) {
.product-grid-item {height: 470px;}
.product-grid .static-banner img {height: 470px;}
.product-grid-item .product-wrapper {height: 470px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 945px) and (max-width: 989px) {
.product-grid-item {height: 460px;}
.product-grid .static-banner img {height: 460px;}
.product-grid-item .product-wrapper {height: 460px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 981px) and (max-width: 1023px) {
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 330px !important;}	
}
@media only screen and (min-width: 945px) and (max-width: 980px) {
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 405px !important;}	
}
@media only screen and (min-width: 905px) and (max-width: 944px) {
.product-grid-item {height: 465px;}
.product-grid .static-banner img {height: 455px;}
.product-grid-item .product-wrapper {height: 465px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 390px !important;}	
}
@media only screen and (min-width: 864px) and (max-width: 904px) {
.product-grid-item {height: 445px;}
.product-grid .static-banner img {height: 435px;}
.product-grid-item .product-wrapper {height: 445px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 380px !important;}	
}
@media only screen and (min-width: 821px) and (max-width: 863px) {
.product-grid-item {height: 425px;}
.product-grid .static-banner img {height: 415px;}
.product-grid-item .product-wrapper {height: 425px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 370px !important;}	
}
@media only screen and (min-width: 780px) and (max-width: 820px) {
.product-grid-item {height: 405px;}
.product-grid .static-banner img {height: 395px;}
.product-grid-item .product-wrapper {height: 405px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 360px !important;}		
}
@media only screen and (min-width: 761px) and (max-width: 779px) {
.product-grid-item {height: 390px;}
.product-grid .static-banner img {height: 385px;}
.product-grid-item .product-wrapper {height: 390px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 350px !important;}	
}
@media only screen and (min-width: 730px) and (max-width: 760px) {
.product-grid-item {height: 520px;}
.product-grid .static-banner img {height: 510px;}
.product-grid-item .product-wrapper {height: 520px;width: 100% !important;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 575px !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
}
@media only screen and (min-width: 690px) and (max-width: 729px) {
.product-grid-item {height: 500px;}
.product-grid .static-banner img {height: 490px;}
.product-grid-item .product-wrapper {height: 500px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 555px !important;}
}
@media only screen and (min-width: 650px) and (max-width: 689px) {
.product-grid-item {height: 480px;}
.product-grid .static-banner img {height: 470px;}
.product-grid-item .product-wrapper {height: 480px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 535px !important;}
}
@media only screen and (min-width: 608px) and (max-width: 649px) {
.product-grid-item {height: 460px;}
.product-grid .static-banner img {height: 460px;}
.product-grid-item .product-wrapper {height: 460px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 510px !important;}
}
@media only screen and (min-width: 568px) and (max-width: 607px) {
.product-grid-item {height: 440px;}
.product-grid .static-banner img {height: 430px;}
.product-grid-item .product-wrapper {height: 440px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 485px !important;}	
}
@media only screen and (min-width: 527px) and (max-width: 567px) {
.product-grid-item {height: 410px;}
.product-grid .static-banner img {height: 395px;}
.product-grid-item .product-wrapper {height: 410px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 465px !important;}	
}
@media only screen and (min-width: 487px) and (max-width: 526px) {
.product-grid-item {height: 390px;}
.product-grid .static-banner img {height: 365px;}
.product-grid-item .product-wrapper {height: 390px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 440px !important;}	
}
@media only screen and (min-width: 447px) and (max-width: 486px) {
.product-grid-item {height: 365px;}
.product-grid .static-banner img {height: 330px;}
.product-grid-item .product-wrapper {height: 365px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 420px !important;}
}
@media only screen and (min-width: 408px) and (max-width: 446px) {
.product-grid-item {height: 350px;}
.product-grid .static-banner img {height: 300px;}
.product-grid-item .product-wrapper {height: 350px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 395px !important;}	
}
@media only screen and (min-width: 370px) and (max-width: 407px) {
.product-grid-item {height: 340px;}
.product-grid .static-banner img {height: 270px;}
.product-grid-item .product-wrapper {height: 340px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 370px !important;}	
}
@media only screen and (min-width: 346px) and (max-width: 369px) {
.product-grid-item {height: 320px;}
.product-grid .static-banner img {height: 250px;}
.product-grid-item .product-wrapper {height: 320px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 350px !important;}
}
@media only screen and (min-width: 300px) and (max-width: 345px) {
.product-grid-item {height: 475px;}
.product-grid .static-banner img {height: 447px;}
.product-grid-item .product-wrapper {height: 475px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 340px !important;}
}
@media only screen and (min-width: 270px) and (max-width: 299px) {
.product-grid-item {height: 460px;}
.product-grid .static-banner img {height: 414px;margin-top:16px;}
.product-grid-item .product-wrapper {height: 460px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}	
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 315px !important;}
}
@media only screen and (min-width: 250px) and (max-width: 269px) {
.product-grid-item {height: 420px;}
.product-grid .static-banner img {height: 389px;margin-top:11px;}
.product-grid-item .product-wrapper {height: 420px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 310px !important;}	
}
@media only screen and (max-width: 249px) {
.product-grid-item {height: 390px;}
.product-grid .static-banner img {height: 360px;margin-top: 10px;}
.product-grid-item .product-wrapper {height: 390px;width: 100% !important;}
.product-grid-item:hover .product-wrapper {width: auto;}
.cs-335 .product-grid-item, .cs-335 .product-grid-item .product-wrapper, .cs-338 .product-grid-item, .cs-338 .product-grid-item .product-wrapper {height: 300px !important;}
}
@media only screen and (max-width: 1850px) {
.category-page #container, .manufacturer-page #container, .search-page #container, .special-page #container, .layout-47 #container, .layout-48 #container, .layout-49 #container {max-width: 1325px;}	
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item	 {width: 16.06%;}	
.product-grid-item {margin-right: 0.3%;margin-left: 0.3%;}
.section-category  .product-grid-item {width: 15.86%;}
#bottom-modules .section-category  .product-grid-item {width: 11.11%;}
}
@media only screen and (max-width: 1399px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 19.2%;}
.product-grid-item {margin-right: 0.4%;margin-left: 0.4%;}	
}
@media only screen and (max-width: 1540px) {
.sex-shop-social-bottom {padding-right: 120px !important;}	
}
@media only screen and (min-width: 1024px) and (max-width: 1599px) {
.section-category  .product-grid-item {height: 280px !important;}
.section-category  .product-grid-item .product-wrapper {height: 280px !important;}
.section-category  .product-grid-item:hover .product-wrapper {height: 280px !important;} 
.category-page #content, .manufacturer-page #content, .search-page #content, .special-page #content, .layout-47 #content, .layout-48 #content, .layout-49 #content {margin-right: 0px !important;}
.category-page #column-right, .manufacturer-page #column-right, .search-page #column-right, .special-page #column-right, .layout-47 #column-right, .layout-48 #column-right, .layout-49 #column-right {display: none;}
}

@media only screen and (max-width: 1499px) {
.category_column_reviews .col-lg-3:nth-child(5) {display: none;}
.category_column_reviews .product-wrapper {width: 24%;margin-right: 10px !important;min-height: 250px;}
.close_product {right: 45px;}
}
@media only screen and (max-width: 1449px) {
.product-grid-item:hover .product-wrapper {top: 0px !important; left: 0px !important; padding: 0px !important;height: inherit !important;}
.product-grid-item:hover .product_additional_information, .product-grid-item:hover .featured_information {display: none !important;}
}
@media only screen and (max-width: 1300px) {
.manuf-logo {display: none;}
.manuf_title, .manuf-desc {margin-left: 0px;}
}
@media only screen and (max-width: 1279px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 24%;}	
.product-grid-item {margin-right: 0.5%;margin-left: 0.5%;}
.section-category  .product-grid-item {width: 19%;}
#bottom-modules .section-category  .product-grid-item {width: 12.5%;}
}
@media only screen and (max-width: 1175px) {
.category_column_reviews .col-lg-3:nth-child(4) {display: none;}
.category_column_reviews .product-wrapper {width: 32%;margin-right: 12px !important;min-height: 200px;}
.product-filter > div b {display: none; }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.section-category  .product-grid-item, .section-category  .product-grid-item .product-wrapper, .section-category  .product-grid-item:hover .product-wrapper {height: 255px !important;}
}
@media only screen and (min-width: 981px) and (max-width: 1150px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 370px !important;}
}
@media only screen and (min-width: 881px) and (max-width: 980px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 394px !important;}
}
@media only screen and (min-width: 761px) and (max-width: 880px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 350px !important;}
}
@media only screen and (min-width: 726px) and (max-width: 760px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 400px !important;} 
}
@media only screen and (min-width: 685px) and (max-width: 725px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 390px !important;} 
}
@media only screen and (min-width: 621px) and (max-width: 684px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 370px !important;} 
}
@media only screen and (min-width: 570px) and (max-width: 620px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 355px !important;} 
}
@media only screen and (min-width: 516px) and (max-width: 569px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 340px !important;} 
}
@media only screen and (min-width: 471px) and (max-width: 515px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 320px !important;} 
}
@media only screen and (min-width: 451px) and (max-width: 470px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 380px !important;} 
}
@media only screen and (min-width: 380px) and (max-width: 410px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 350px !important;} 
}
@media only screen and (min-width: 180px) and (max-width: 379px) {
.carousel-product .product-grid-item, .carousel-product .product-grid-item .product-wrapper, .carousel-product .product-grid-item:hover .product-wrapper {height: 335px !important;} 
}
@media only screen and (min-width: 761px) and (max-width: 930px) {
.section-category  .product-grid-item {height: 245px !important;}
.section-category  .product-grid-item .product-wrapper {height: 245px !important;}
.section-category  .product-grid-item:hover .product-wrapper {height: 245px !important;} 
}
@media only screen and (max-width: 1023px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 31.93333333%;}	
.product-grid-item {margin-right: 0.7%;margin-left: 0.7%;}
.section-category  .product-grid-item {width: 23.6%;}
#bottom-modules .section-category  .product-grid-item {width: 16.6%;}
.mobile-account {display: block;}
.sales {display: none;}
}
@media only screen and (max-width: 760px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 48%;}	
.section-category  .product-grid-item {width: 31.33%;}
#top-modules .journal2_static_banners, #top-modules	.journal2_cms_blocks {padding-left: 8px; padding-right: 8px;}
.static-banners-315 .static-banner:nth-child(1), .static-banners-315 .static-banner:nth-child(3) {padding-right: 4px !important; padding-left: 0px !important;}
.static-banners-315 .static-banner:nth-child(2), .static-banners-315 .static-banner:nth-child(4) {padding-right: 0px !important; padding-left: 4px !important;}
.featured_information, .product-grid-item:hover .featured_information {display: block !important;top: 0;left: 0;width: auto;background: transparent;}
.product_video_sign {
    background: #fff;
    padding: 5px 2px 0px;
    width: 25px;
    height: 25px;
    border: 2px solid #01589d;
    border-radius: 50%;
}
.cs-335 .featured_information , .cs-338 .featured_information, .cs-335 .product-grid-item:hover .featured_information, .cs-338 .product-grid-item:hover .featured_information {left: 10px; top: 10px;}
.cs-335 .product-grid, .cs-338 .product-grid {width: 100vw;margin-left: -20px !important;}
.cs-335 .product-grid-item, .cs-338 .product-grid-item {margin-left: 0;box-shadow: 0 1px 3px rgba(0,0,0,0.2);-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);margin-bottom: 12px !important;}
.cs-335 .is_video, .cs-338 .is_video {margin-bottom: 10px;}
.c-points span, .price_gift_box span, .free_shipping_box span, .product_video_sign span {display: none;}
.cs-335 .product-grid-item .label-hit-sale, .cs-338 .product-grid-item .label-hit-sale {right: 10px;top: 10px;}
.cs-335 .product-grid-item .label-sale, .cs-338 .product-grid-item .label-sale {top: 43px;right: 10px !important;}
.product_video_sign:before {width: 16px;height: 16px;background-image: url(/image/video_sign_small.svg);}
.price_gift_box:before, .free_shipping_box:before {font-size: 14px;padding: 2px;width: 17px;height: 17px;line-height: 17px;border: 2px solid #01589d;border-radius: 50%;background: #fff;margin-bottom: 9px;}
.price_gift_box, .free_shipping_box, .product_video_sign {padding-bottom: 0px;}
.is_video {margin-bottom: 9px;margin-top: 0;}
.price_gift_box a, .free_shipping_box a, .product_video_sign a {display: none;}
.featured_information.outofstock, .c-points {display: none !important;}
.product-grid-item .label-sale {font-size: 10px;padding: 0px;border-radius: 50% !important;}	
.product-grid-item .label-hit-sale {text-align: center; padding: 0;width: 25px;height: 25px;line-height: 25px;font-size: 10px;}
.bottom-product-options {border:none;}
.product-page .product-head h1 {font-size: 26px !important;line-height: 28px !important;}
.product-sections h2, .content-bottom-related-section h2, #tab-review form #review-title {font-size: 22px !important;}
.product-sections .tab_product_title {display: none;}
.tabs-content {padding: 20px !important;}
.product-headin-stuff {float: left;clear: left;}
.product-wrapper {padding: 10px !important;}	
.product-grid-item:hover .product-wrapper {padding: 10px !important;}
.ias-full .product-wrapper {padding: 0px !important;}
a.ias-trigger {padding: 0px !important; width: auto;}
.pagination .results {margin-top: 20px !important;margin-bottom: 8px;}
 #journal-checkout-confirm-button {width: 100%;}
 .oc2 fieldset>div, .oc2 .form-horizontal .form-group {margin-bottom: 15px;}
 .post-details img {max-width: none !important;width: 100vw;margin-left: -20px;}
 .journal-checkout .left .checkout-content label {margin-bottom: 0px;}
.manuf_catdesc {border-top: 2px solid #f1f1f1;padding-top: 10px;}
.product-sections, .video-info .product_video, .content-bottom-related-section {margin-bottom: 0;}
.content-bottom-related-section {border-top: 1px solid #f1f1f1;}
.sex-shop-product-review {margin: 0; width: 100% !important;border-top: 2px solid #f1f1f1;}
.journal-carousel .htabs {padding-left: 0px !important;}
.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item .compare {padding: 10px 7px;}
.product-grid-item .cart .button-cart-text {display: none !important;}
.product-grid-item:hover .cart .button, .product-list-item:hover .cart .button {background-color: transparent !important;}
.category-page #container, .manufacturer-page #container, .search-page #container, .special-page #container, .layout-47 #container, .layout-48 #container, .layout-49 #container {max-width: inherit;}
.product-page .breadcrumb, .category-page .breadcrumb, .journal-blog-post-page .breadcrumb, .journal-blog-page .breadcrumb, .special-page .breadcrumb, .manufacturer-page .breadcrumb, .route-product-manufacturer .breadcrumb {display: flex;width: 100%;padding:10px 10px 8px 10px;flex-wrap: nowrap;overflow-x: auto;}
.breadcrumb {font-size: 12px !important;}
.breadcrumb li {display: flex !important;white-space: nowrap;}
.breadcrumb li:before {margin: 0 4px !important;font-size: 12px !important;top: -1px;}
.category-page .heading-title {text-align: left !important;}
.product-page .close_product, .category-page .close_category, .journal-blog-post-page .close_category, .journal-blog-page .close_category, .special-page .close_category, .manufacturer-page .close_category, .route-product-manufacturer .close_category, .route-product-search .close_category {position: absolute;top: 15px;right: 14px;}
.manuf, .nomanufacturer {float: none; width: 100%; padding: 30px;border-bottom: 1px solid #f1f1f1;top: unset;transform: unset;}
.manuf-desc {border-right: none;padding-right: 0px;}
.catdesc {float: none; width: 100%; padding: 30px;}
.more-about-brand {
	bottom: initial;
    left: initial;
    transform: initial;
    position: relative;
    position: relative;
    padding-top: 20px;
	width: fit-content;
	margin: auto;
	}
.description_featured {display: block;max-width: 95vw;left: 3vw;}	
	}
@media only screen and (max-width: 345px) {
.category-page .product-grid-item, .manufacturer-page .product-grid-item, .search-page .product-grid-item, .special-page .product-grid-item, .layout-47 .product-grid-item, .layout-48 .product-grid-item, .layout-49 .product-grid-item {width: 100%;}	
}
@media only screen and (min-width: 1730px) {
	#content {padding: 20px 20px 0px 0px;}
	.journal-blog-post-page  #content, .journal-blog-page #content {padding-left: 20px; }
}
@media only screen and (max-width: 1440px) {
.f-info-left-content, .f-qa-area {width: 100%}
.f-toggle-list {padding: 0px !important;}
.f-info-text {padding-right: 0px;}
}
@media only screen and (min-width: 1290px) {
.journal-blog-post-page #column-left + #content {margin-right: 180px;}
}
@media only screen and (max-width: 1420px) {
.sex-shop-social-bottom {padding-right: 180px !important;}	
}
@media only screen and (max-width: 1671px) {
.sex-shop-slash {width: 16%;}
.carousel-product {padding: 0px !important;}
.journal2_carousel {padding: 0px !important;} 
.menu-fishka {width: 100%;}  .for_adults {padding-right: 15px;}
#footer, .bottom-footer {padding-left: 20px !important;}	
.sex-shop-social-bottom {width: 260px; margin: auto; float: none !important; padding: 8px 0px 0px 0px !important;}	
#login_sixtynine span {right: 12px;}
.login_sn #login_sixtynine_button button:before {margin-right: 15px;}
#login_sixtynine .popup_span {right: 5px;}
}
@media only screen and (max-width: 1366px) {
	.bottom-product-options-gift {width: 100%; padding-left: 40px;}
	.quickview .bottom-product-options-gift {width: 62%; padding-left: 20px;}
	.product-page-content .left {border-right: none;}
	.quickview .product-page-content .left {border-right: 1px solid #f1f1f1;}
	#top-modules .journal-carousel .htabs, #bottom-modules .journal-carousel .htabs, #content .journal-carousel .htabs {border-top-width: 1px;}
	.product-sections, .video-info .product_video, .content-bottom-related-section {border-radius: 0;}
	.product-page .sex-shop-attribute-value {width: 60%;}
	.product-page .sex-shop-attribute-name {width: 40%;}
	.product-page .sex-shop-attribute-values {border-color: #fff;}
	.quickview .sex-shop-attribute-values {border-color: #f1f1f1;}
	.logo_header_two {margin-left: 15px;}
	.right-product-options {border-left: none;}
	.left-product-options {
	min-height: inherit;
    background: #f1f1f1 !important;
    margin-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 4px;}
	.quickview .left-product-options {
	min-height: 315px;
    background: white !important;
    margin-top: 0;
    border-radius: 0;}
	.quickview .right-product-options {border-left: 1px solid #f1f1f1;}
	.category-62 .sex-shop-table-sizes {display: table !important; position: relative; bottom: 0; left: 0;}
	.product-page .fullwidth-footer {margin-top: 0px;}
	.product_video_ad {display: none;}
	.product_video_screen {padding: 35px 90px;width: 100%;}
	.quickview .product_video_screen {padding: 35px;width: 62.3%;}
	.quickview .product_video_ad {display: block;}
}
@media only screen and (max-width: 1345px) { 
.quickview .mfp-iframe-scaler {padding-top: 250%!important;}
.quickview .mfp-iframe-scaler iframe {background-position: 50% 10%;}
}
@media only screen and (max-width: 1310px) {
	.quickview .bottom-product-options-gift {width: 100%; padding-left: 40px;}
	.quickview .product-page-content .left {border-right: none;}
	.quickview .sex-shop-attribute-values {border-color: #fff;}
	.quickview .right-product-options {border-left: none;}
	.quickview .left-product-options {
	min-height: inherit;
    background: #f1f1f1 !important;
    margin-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 4px;}
	.quickview .product_video_screen {padding: 35px 90px;width: 100%;}
	.quickview .product_video_ad {display: none;}
}
@media only screen and (max-width: 1290px) { 
.product-page .product-info .right .cart div .button {width: 50%;}
.product-page .product-info .right .cart div .qty {width: 38%;}
.quickview .mfp-iframe-scaler {padding-top: 250%!important;}
.quickview .mfp-iframe-scaler iframe {background-position: 50% 5%;}
}
@media only screen and (max-width: 1245px) {
#social-product-head li {left: 15px;}
}
@media only screen and (max-width: 1200px) {
	.bottom-product-options {width: 100% !important; margin-left: 0px;}
	.product-page-content .left{min-height:inherit;}
}	
@media only screen and (max-width: 1190px) { 
.super-menu > li > a i {display: none;}
.avg_stars_rate {font-size: 17px;}
.stars_display {font-size: 22px;line-height: 18px;}
.posts.blog-list-view > div {width: 33%;}
.quickview .mfp-iframe-scaler {padding-top: 290%!important;}
.quickview .mfp-iframe-scaler iframe {background-position: 50% 5%;}
#logo {margin-right: 60px;margin-left: 10px;}
#after-logo {margin-left: 50px;}
.delivery_city {margin-left: 20px;}
.information_win {margin-left: 20px;}
}

@media only screen and (max-width: 1095px) {
.sex-shop-slash {width: 18%;}
.footer-count-title {font-size: .6rem;}
}
@media only screen and (max-width: 1085px) { 
.top_agreement {display: none;}
}
@media only screen and (max-width: 1057px) { 
.quickview .mfp-iframe-scaler {padding-top: 360%!important;}
}
@media only screen and (min-width: 1001px) and (max-width: 1035px) {
.bottom-product-options-delivery {width: 45%;}
.bottom-product-options-payment {width: 55%;}
.bottom-product-options-security {width: 55%;padding-left: 0px;}	
}
@media only screen and (max-width: 1024px) { 
#sex-shop-on-map_button {left: 300px;}
#sex-shop-on-map span {left: -81px;}
.journal-search {width: 450px;}
.super-menu > li > a {font-size: 14px !important;}
.product-tabs, .quickview .product-tabs {float: none; width: 100%;}
.sex-shop-product-review {float: none; width: 96%;}
.quickview .sex-shop-product-review {float: none; width: 100%; margin: 10px 0 0 0;}
.product-page .text-description-more, .product-page .text-description-less {padding-bottom: 0px;}
.quickview .mfp-iframe-scaler {padding-top: 380%!important;}
.quickview .mfp-iframe-scaler iframe {background-position: 50% 5%;}
}
@media only screen and (max-width: 980px) { 
.top_payment {display: none;}
}
@media only screen and (max-width: 959px) { 
.posts.blog-list-view > div {width: 50%;}
.product_video_youtube {height: 400px;}
.product_video_screen {padding: 35px 50px;}
#after-logo {margin-left: 0;}
.information_win {display: none;}
}
@media only screen and (max-width: 919px) { 
#sex-shop-on-map {display: none;}
}

@media only screen and (min-width: 761px) { 
#column-left::-webkit-scrollbar {
	  width: 4px;
}
#column-left::-webkit-scrollbar-thumb {
	  background: #adadad;
	  border-radius: 5px;
}
}
@media only screen and (min-width: 761px) and (max-width: 1000px) {
.product-info.split-40-60 .left, .product-info.split-40-60 .right {width: 50%;}	
.left-product-options {width:100%; float: none;}
.right-product-options {width:100%; float: none;}
}
@media only screen and (max-width: 890px) { 
.sex-shop-slash {margin-right: 5px;;}
.top_delivery {display: none;}
.sex-shop-social-bottom {width: 100%;}
.product-page .product-head h1 {font-size: 28px;line-height: 30px;}
}
@media only screen and (max-width: 850px) { 
.product_title_nav_title {width: 40%;}
.product_title_nav_title h1 {font-size: 15px;}
.product_title_nav_title span {display: none;}
#bottom-modules .section-category  .product-grid-item {width: 20%;}
}
@media only screen and (max-width: 800px) { 
.journal-search {width: 350px;}
.button-search {width: 50px;}
.top_ssl {display: none;}
.sex-shop-useful-links a:last-child {margin-left: 0px;}
}

@media only screen and (max-width: 790px) { 
.sex-shop-slash {width: 19%;}
.sex-shop-social-bottom {width: 250px;}
.footer-count-digits {font-size: 25px;}
.product_video_youtube {height: 350px;}
.product_video_screen {padding: 35px;}
}
@media only screen and (min-width: 760px) and (max-width: 791px) {
.sex-shop-social-bottom {width: 372px;}	
}

@media only screen and (max-width: 700px) { 
.product_title_nav_content .product-price {display: none;}
#after-logo {display: none;}
}

@media only screen and (max-width: 670px) { 
.sex-shop-total-product-count {display: none;}
#logo {height: 100%;}
.mobile-menu-contacts {display: block; padding: 15px; color: #fff; background: #161e2c; min-height: 91px; border-top: 1px solid #6bbd20; border-bottom: 1px solid #e11f26;}
.journal-search {width: 290px;}
.sn-awards-links {width: 430px; margin: auto;}
.sn-awards-links img {display: none;padding: 10px 0px 40px 0px;}
.p-model {background: none;}
}
@media only screen and (max-width: 630px) { 
.product-info .right {padding: 0px !important;}
.left-product-options {width:100%; float: none;border-radius: 0;background: inherit !important;border-top: 2px solid #f1f1f1;border-bottom: 2px solid #f1f1f1;}
.right-product-options {width:100%; float: none; padding: 20px !important;}
.journal2_blog_posts {padding-left: 0 !important;padding-right: 0 !important;}
.posts.blog-list-view > div {width: 100%; padding-right: 0px; margin-bottom: 1px;}
.blog-list-view .post-wrapper {padding-right: 15px;}
.post-module .box-heading {padding-left: 20px;}
}
@media only screen and (max-width: 615px) { 
.bottom-product-options-delivery {width: 50%;}
.bottom-product-options-payment {width: 50%;}
.bottom-product-options-security {width: 50%;padding-left: 0px;}	
.sex-shop-media-description {float: none !important;}
.delivery_city {margin-left: 0;}
}
@media only screen and (max-width: 585px) { 
.product-page .product-head {padding: 10px 15px 15px 5px !important;border-radius: 0 !important;}
.youtube .play-button {width: 90px;height: 90px;}
.youtube .play-button:before {border-width: 19px 0 19px 32px;}
.product_video_youtube {height: 300px;}
}

@media only screen and (max-width: 545px) { 
.section-category  .product-grid-item {width: 48%;}
.bottom-product-options-gift {padding: 8px 10px 10px 15px;}
.sex-shop-useful-links {display: none;}
.main-menu-item-4 .mega-menu-item:last-child, .main-menu-item-4 .mega-menu-item:nth-last-child(2), .main-menu-item-4 .mega-menu-item:nth-last-child(3) {width: 50%;}
}
@media only screen and (max-width: 500px) { 
.gift-sign {display: none;}
.gift-header {width: 100%;}
.gift-stuff {width: 100%;}
.product-filter .limit {display: none;}
  .manufacturer-list ul {
    width: 50% !important; }
.maunuf_alpha {line-height: 35px;}
.langswitch {display: none;}
.smartphone .langswitch {display: block;}
}

@media only screen and (max-width: 480px) {
.price_want_gift .gift-gift-good, .price_want_gift .second-plus {display: none;}
}
@media only screen and (max-width: 470px) { 
.main-menu-item-2 .mega-menu-item:last-child, .main-menu-item-2 .mega-menu-item:nth-last-child(2), .main-menu-item-4 .mega-menu-item:last-child, .main-menu-item-4 .mega-menu-item:nth-last-child(2), .main-menu-item-4 .mega-menu-item:nth-last-child(3) {width: 100%;}
}
@media only screen and (max-width: 455px) { 
.sex-shop-social {float: none;}
.header-journal-menu {box-shadow: none;}
.product_title_nav {display: none !important;}
.delivery_city {display: none;}
}

@media only screen and (max-width: 450px) { 
.sn-awards-links {width: 365px;}
.footer_guarantee {display: none !important;}
.product_video_youtube {height: 250px;}
}

@media only screen and (max-width: 430px) {
#cme-container #cme-form-main.cme-tpl-vk {width: 250px !important;}
.gift-smile {display: none;}
.second-plus {display: none;}	
.bottom-product-options {padding: 0px;}
.shipment-details {padding: 20px !important;}
.bottom-product-options-delivery {width: 100%;}
.bottom-product-options-payment {width: 100%;border-top: 1px solid #f1f1f1;}
.bottom-product-options-security {width: 100%;border-top: 1px solid #f1f1f1;}
.bottom-product-options-gift {border-right: none; border-left: none; border-radius: 0px;margin-bottom: 20px;}	
.sn-awards-links {width: 255px;}
.footer_ssl {display: none !important;}
.default-header .top-menu li > a, .default-header .top-menu .no-link {min-width: 60px;}
.wish-compare {display: block !important;}
#cart .content {width: 100vw !important; min-width: auto;}
.product_video_youtube {height: 200px;}
.product_video_screen {padding: 30px;}
}

@media only screen and (max-width: 370px) {  
.fullwidth-footer {padding-bottom: 70px;}
}
@media only screen and (max-width: 342px) {
.journal-links {display: none;}
}
@media only screen and (max-width: 335px) {
	.gift-plus {width: 40px;}
}
@media only screen and (max-width: 1220px) {
  .lg-5 {
    width: 5%; }

  .lg-10 {
    width: 10%; }

  .lg-15 {
    width: 15%; }

  .lg-20 {
    width: 20%; }

  .lg-25 {
    width: 25%; }

  .lg-30 {
    width: 30%; }

  .lg-35 {
    width: 35%; }

  .lg-40 {
    width: 40%; }

  .lg-45 {
    width: 45%; }

  .lg-50 {
    width: 50%; }

  .lg-55 {
    width: 55%; }

  .lg-60 {
    width: 60%; }

  .lg-65 {
    width: 65%; }

  .lg-70 {
    width: 70%; }

  .lg-75 {
    width: 75%; }

  .lg-80 {
    width: 80%; }

  .lg-85 {
    width: 85%; }

  .lg-90 {
    width: 90%; }

  .lg-95 {
    width: 95%; }

  .lg-100 {
    width: 100%; }

  .lg-11 {
    width: 11.111111%; }

  .lg-12 {
    width: 12.5%; }

  .lg-14 {
    width: 14.285714%; }

  .lg-16 {
    width: 16.666666%; }

  .lg-33 {
    width: 33.333333%; }

  .lg-66 {
    width: 66.666666%; } }
@media only screen and (max-width: 980px) {
  .md-5 {
    width: 5%; }

  .md-10 {
    width: 10%; }

  .md-15 {
    width: 15%; }

  .md-20 {
    width: 20%; }

  .md-25 {
    width: 25%; }

  .md-30 {
    width: 30%; }

  .md-35 {
    width: 35%; }

  .md-40 {
    width: 40%; }

  .md-45 {
    width: 45%; }

  .md-50 {
    width: 50%; }

  .md-55 {
    width: 55%; }

  .md-60 {
    width: 60%; }

  .md-65 {
    width: 65%; }

  .md-70 {
    width: 70%; }

  .md-75 {
    width: 75%; }

  .md-80 {
    width: 80%; }

  .md-85 {
    width: 85%; }

  .md-90 {
    width: 90%; }

  .md-95 {
    width: 95%; }

  .md-100 {
    width: 100%; }

  .md-11 {
    width: 11.111111%; }

  .md-12 {
    width: 12.5%; }

  .md-14 {
    width: 14.285714%; }

  .md-16 {
    width: 16.666666%; }

  .md-33 {
    width: 33.333333%; }

  .md-66 {
    width: 66.666666%; } }
@media only screen and (max-width: 760px) {
  .mobile-account {display: block;}	
  .sm-5 {
    width: 5%; }

  .sm-10 {
    width: 10%; }

  .sm-15 {
    width: 15%; }

  .sm-20 {
    width: 20%; }

  .sm-25 {
    width: 25%; }

  .sm-30 {
    width: 30%; }

  .sm-35 {
    width: 35%; }

  .sm-40 {
    width: 40%; }

  .sm-45 {
    width: 45%; }

  .sm-50 {
    width: 50%; }

  .sm-55 {
    width: 55%; }

  .sm-60 {
    width: 60%; }

  .sm-65 {
    width: 65%; }

  .sm-70 {
    width: 70%; }

  .sm-75 {
    width: 75%; }

  .sm-80 {
    width: 80%; }

  .sm-85 {
    width: 85%; }

  .sm-90 {
    width: 90%; }

  .sm-95 {
    width: 95%; }

  .sm-100 {
    width: 100%; }

  .sm-11 {
    width: 11.111111%; }

  .sm-12 {
    width: 12.5%; }

  .sm-14 {
    width: 14.285714%; }

  .sm-16 {
    width: 16.666666%; }

  .sm-33 {
    width: 33.333333%; }

  .sm-66 {
    width: 66.666666%; } }
@media only screen and (max-width: 470px) {
footer .column{margin-bottom:20px;}
  .xs-5 {
    width: 5%; }

  .xs-10 {
    width: 10%; }

  .xs-15 {
    width: 15%; }

  .xs-20 {
    width: 20%; }

  .xs-25 {
    width: 25%; }

  .xs-30 {
    width: 30%; }

  .xs-35 {
    width: 35%; }

  .xs-40 {
    width: 40%; }

  .xs-45 {
    width: 45%; }

  .xs-50 {
    width: 50%; }

  .xs-55 {
    width: 55%; }

  .xs-60 {
    width: 60%; }

  .xs-65 {
    width: 65%; }

  .xs-70 {
    width: 70%; }

  .xs-75 {
    width: 75%; }

  .xs-80 {
    width: 80%; }

  .xs-85 {
    width: 85%; }

  .xs-90 {
    width: 90%; }

  .xs-95 {
    width: 95%; }

  .xs-100 {
    width: 100%; }

  .xs-11 {
    width: 11.111111%; }

  .xs-12 {
    width: 12.5%; }

  .xs-14 {
    width: 14.285714%; }

  .xs-16 {
    width: 16.666666%; }

  .xs-33 {
    width: 33.333333%; }

  .xs-66 {
    width: 66.666666%; } }
/******************************
 GENERAL
*******************************/
@media only screen and (max-width: 1024px) {
  .product-grid-item:hover .image > a > img, .product-list-item:hover .image > a > img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0;
            transition: opacity 0; }

  .p-over, .quickview-button, .gallery-thumb a:before, .gallery-thumb .item-hover {
    display: none; } }
@media only screen and (max-width: 980px) {
  #container, #header {
    max-width: 100%; }

  .side-block-left,
  .side-block-right,
  .banner-overlay {
    display: none !important; } }
@media only screen and (max-width: 760px) {
  .hide-on-phone {
    display: none !important; }
	.product-page-content .left {padding-bottom: 0px;}
.footer-count-digits {font-size: 22px;}
.sex-shop-total-product-count-all .footer-count-digits:after {font-size: 19px; top: 1px;}
.sex-shop-total-customers .footer-count-digits:after, .sex-shop-total-product-count-orders .footer-count-digits:after, .sex-shop-total-customers-online .footer-count-digits:after {font-size: 19px;}
.sex-shop-total-product-count-available .footer-count-digits:after {font-size: 13px; width: 14px;height: 13px;padding: 4px 3px 3px 3px;}
  #cart .content {
    width: 100%; }

  .login-content .left {
    width: 100%;
    margin-bottom: 30px; }

  .login-content .right {
    width: 100%; }

  .login-content .left p:nth-child(2) {
    min-height: 55px; }

  .side-block-left,
  .side-block-right {
    display: none; }

  .heading-title, .box-heading {
    max-height: 100%; }

  .home-page #container:before {
    display: none; } }
@media only screen and (max-width: 470px) {
  table.form td {
    display: block; } }
/******************************
HEADER
*******************************/
@media only screen and (max-width: 980px) {
  .journal-desktop .sticky-wrapper {
    max-height: 160px; }

  #cart {
    box-shadow: none; }

  .sticky-wrapper {
    height: auto !important; } }
@media only screen and (max-width: 760px) {
  .journal-header-center .journal-links .links {
    width: 100%; }

  body header {
    box-shadow: none; }

  header .links > a {
    border-bottom-color: #E4E4E4;
    border-top-style: solid;
    border-top-width: 1px; }

    #header .journal-links {
      position: absolute;
      top: 0; }

  .is-sticky {
    max-height: 100%; } }
@media only screen and (max-width: 760px) {
  .journal-header .text-only > i {
    display: none; }
  .journal-header .icon-only > i {
    font-size: 160% !important; }
  .journal-header .icon-only > span {
    display: none; } }
/******************************
 HEADER CENTER
*******************************/
@media only screen and (max-width: 1039px) {
  .journal-header-default.nocart .links > a:last-child {
    border-right-width: 0; } }
@media only screen and (max-width: 760px) {
  .super-menu > li:last-of-type {
    border-left-width: 0 !important; }

  .journal-header-center {
    box-shadow: none; }
    .journal-header-center .j-100 {
      height: 70px !important; }
    .journal-header-center .journal-cart, .journal-header-center .journal-search, .journal-header-center .journal-secondary, .journal-header-center .journal-links {
      padding: 0; }
    .journal-header-center .journal-search, .journal-header-center .journal-cart {
      top: 0 !important; }
    .journal-header-center .journal-top-header {
      border-bottom-width: 0; }
    .journal-header-center .journal-menu-bg {
      display: none; }
    .journal-header-center #search input {
      border-radius: 0;
      border-left-width: 0 !important;
      border-right-width: 0 !important; }
    .journal-header-center .button-search {
      border-radius: 0; }
    .journal-header-center .journal-cart {
      border-radius: 0; }
      .journal-header-center .journal-cart #cart .heading a span {
        border-top: 1px solid transparent; }
      .journal-header-center .journal-cart #cart {
        border-radius: 0;
        border-right-width: 0 !important; }
        .journal-header-center .journal-cart #cart .content {
          padding-top: 0; }
          .journal-header-center .journal-cart #cart .content .cart-wrapper {
            border-radius: 0; }
          .journal-header-center .journal-cart #cart .content:before {
            display: none; }
      .journal-header-center .journal-cart #cart .heading i {
        border-radius: 0; }
    .journal-header-center .journal-center-bg {
      top: 80px; }
    .journal-header-center .journal-secondary {
      width: 100%;
      text-align: center;
      clear: both;
      background-color: #FAFAFA;
      border-bottom: 1px solid transparent;
      border-top: 1px solid transparent; }
    .journal-header-center .links {
      float: none !important;
      margin: 0 auto; }
    .journal-header-center .autocomplete2-suggestions {
      top: 40px;
      border-radius: 0; }
      .journal-header-center .autocomplete2-suggestions:before {
        display: none; }
    .journal-header-center .autocomplete2-selected:first-child,
    .journal-header-center .autocomplete2-selected:last-child,
    .journal-header-center .autocomplete2-suggestion:first-child > a > span > img,
    .journal-header-center .autocomplete2-suggestion:last-child > a > span > img {
      border-radius: 0; }

  .journal-top-header {
    border-bottom-width: 0; }

  header.journal-header-mega #logo a {
    text-align: center; } }
@media only screen and (max-width: 470px) {
.journal-blog-page #content {padding: 0;}
.journal-blog-page .post-wrapper, .home-page .box-post .post-wrapper {display: block;box-shadow: none !important;border-radius: 0;}
.journal-blog-page .heading-title, .home-page .box-post .heading-title {padding-left: 20px;padding-top: 20px;padding-bottom: 10px;}	
.journal-blog-page .post-item:not(.swiper-slide):first-child {}
.journal-blog-page .post-item:not(.swiper-slide), .home-page .box-post .post-item:not(.swiper-slide) {margin-bottom: 0;border-right: none;padding: 0 10px 0px 0px;border-bottom: 1px solid #f6f6f6;}	
.home-page .box-post .post-text {display: none;}
.journal-blog-page a.post-image, .home-page .box-post a.post-image {    
	float: left;
    width: 140px;
	margin: 0;}
.journal-blog-page .post-item-details, .home-page .box-post .post-item-details {    
	width: auto !important;
    position: relative;
    height: 100%;}
.journal-blog-page .posts .post-link-block, .home-page .box-post .post-link-block {    
	margin-top: 0;
    padding-top: 5px !important;}
	.posts h2:before, .post-text:before {display: none;}
.journal-blog-page .comment-date, .home-page .box-post .comment-date {
	padding: 0;
    position: absolute;
    bottom: 5px;}	
.journal-menu .mobile-trigger {
    width: 60px !important;
    margin-top: 0px !important;
    z-index: 3;
    background-color: transparent;
}
  .journal-header-center #search input {
    border-bottom-width: 0 !important; }
  .journal-header-center .journal-cart #cart {
    border-left-width: 0 !important; } }
@media only screen and (max-width: 330px) {
	.journal-blog-page .comment-date, .home-page .box-post .comment-date {display :none;}
}
/******************************
 HEADER DEFAULT
*******************************/
@media only screen and (max-width: 760px) {
  .journal-header-default .j-tall,
  .journal-header-menu .j-tall {
    height: 85px; } }
/******************************
 PHONE STICKY MENU / CART
*******************************/
@media only screen and (max-width: 760px) {
  #cart {
    box-shadow: none !important; }

  .super-menu > li:first-of-type {
    border-top-width: 1px;
    border-top-style: solid; }

  .phone-sticky-cart #cart {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 50%;
    left: 50%;
    background-color: inherit;
    -webkit-transition: background-color 0s;
            transition: background-color 0s; }
    .phone-sticky-cart #cart .content {
      width: 200%; }
  .phone-sticky-cart.journal-header-compact {
    margin-bottom: 40px; }
    .phone-sticky-cart.journal-header-compact .journal-menu {
      position: fixed;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
      top: 0; }

  .phone-sticky-cart.phone-sticky-menu .journal-menu {
    position: fixed;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    top: 0; }

  .phone-sticky-cart.phone-sticky-menu:not(.menu-cart-off) {
    margin-bottom: 40px; }

  .phone-sticky-cart.menu-cart-off #cart {
    width: 100%;
    left: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3) !important; }
    .phone-sticky-cart.menu-cart-off #cart .content {
      width: 100%; }
  .phone-sticky-cart.menu-cart-off .journal-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 50%;
    box-shadow: none; }
    .phone-sticky-cart.menu-cart-off .journal-menu .mobile-menu {
      width: 200%; }
    .phone-sticky-cart.menu-cart-off .journal-menu .mobile-trigger {
      margin-top: 0; }

  html[dir="rtl"] .phone-sticky-cart #cart {
    right: 50%;
    left: auto; } }
@media only screen and (max-width: 760px) {
  .journal-menu .mega-menu,
  .journal-menu .mobile-menu > li > ul {
    overflow-y: scroll;
    max-height: 100%;
    -webkit-overflow-scrolling: touch; }
  .journal-menu .mega-menu-item.xs-50 {
    max-width: 50vw; } }
/******************************
EXTENDED MENU
*******************************/
@media only screen and (max-width: 980px) {
  .journal-header-menu #cart {
    box-shadow: none; }
  .journal-header-menu .j-50 {
    height: 40px; }
  .journal-header-menu.nocart-nosearch .j-med {
    height: 80px; } }
/******************************
 MEGA MENU
*******************************/
@media only screen and (max-width: 1024px) {
  .super-menu > li:first-of-type {
    border-left-width: 0; } }
@media only screen and (max-width: 980px) {
  .journal-header-default .super-menu > li > div {
    left: 0;
    margin-left: 0; } }
	
@media only screen and (max-width: 900px) {
.f-info-img .keeper {width: 200px; height: 200px;}
.f-info-img {width: 30%;}
.f-info-text {width: 70%;}
  .product-page .breadcrumb, .category-page .breadcrumb, .journal-blog-post-page .breadcrumb, .journal-blog-page .breadcrumb, .special-page .breadcrumb, .manufacturer-page .breadcrumb, .route-product-manufacturer .breadcrumb {background: #fff;border-bottom: 2px solid #f1f1f1;}
  .category-page .category-head, .special-page .heading-title, .manufacturer-page .heading-title, .route-product-manufacturer .heading-title {padding-top:16px;}
  .widget-button-i74153242623 {display: none !important;}
  .category-head.plus_featured {max-width: 100%;}
  .super-menu > li.icon-only {
    width: 100%; }
.mega-menu {top: 0px; box-shadow: none !important; border: none !important;}
.main-menu-item-5 {background-image: none !important;}
  .mobile-trigger {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    width: calc(100% - 321px);
    font-size: 16px;
    padding-left: 20px;
    color: #EEEEEE;
    cursor: pointer;
	float: left;}
    .mobile-trigger:before {
      content: "\e618";
      color: inherit;
      margin-right: 10px;
      font-size: 23px;
      float: left; }
#cart {position: relative;}
#cart .content {position: absolute; right: 0px; top: 60px;}
  .journal-mobile .mega-menu, .journal-mobile .html-menu {
    position: relative; }

  .journal-menu .mobile-menu li:last-of-type {
    border-right-width: 0; }

  .journal-menu {
    height: auto;
	margin: 0 auto !important;	}
    .journal-menu .mobile-menu {
      display: none;
		width: 100%	  }
      .journal-menu .mobile-menu > li {
        position: relative;
        display: block;
        border-bottom: 1px solid #333745;
		background: #00589d;
        left: 0; }
		.journal-menu .mobile-menu > li:first-child {border-top: 1px solid #333745;}
        .journal-menu .mobile-menu > li .mobile-plus {
          display: none;
          width: 40px;
          height: 60px;
          line-height: 60px;
          font-size: 25px;
          font-weight: bold;
          top: 0;
          right: 0;
          position: absolute;
          text-align: center;
          cursor: pointer;
          color: white; }
        .journal-menu .mobile-menu > li > ul {
          left: 0 !important; }
          .journal-menu .mobile-menu > li > ul li .mobile-plus {
            border-left-width: 0;
            height: 40px; }
        .journal-menu .mobile-menu > li > a {
          text-align: left;
          padding-left: 10px; }
      .journal-menu .mobile-menu li:last-of-type {
        border-bottom-color: transparent !important; }
        .journal-menu .mobile-menu li:last-of-type .mobile-plus {
          border-bottom-color: transparent !important; }
      .journal-menu .mobile-menu > li > ul + .mobile-plus,
      .journal-menu .mobile-menu > li > div + .mobile-plus,
      .journal-menu .mobile-menu > li > span + .mobile-plus,
      .journal-menu .mobile-menu > li > ul li .mobile-plus {
        display: block; }
      .journal-menu .mobile-menu .mega-menu {
        max-width: 100vw; } }
/******************************
 MOBILE MENU ON TABLET
*******************************/
@media only screen and (min-width: 760px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }
@media only screen and (max-width: 980px) {
  .mobile-menu-on-tablet .sticky-wrapper {
    height: auto !important;
    max-height: 100% !important; }
  .mobile-menu-on-tablet .journal-header-center {
    box-shadow: none; }
  .mobile-menu-on-tablet header .super-menu > li.icon-only {
    width: 100%; }
  .mobile-menu-on-tablet .mobile-trigger {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
    color: #EEEEEE; }
    .mobile-menu-on-tablet .mobile-trigger:before {
      content: "\e618";
      margin-right: 10px;
      font-size: 23px;
      float: left; }
  .mobile-menu-on-tablet.journal-desktop header .mega-menu, .mobile-menu-on-tablet .journal-mobile .html-menu {
    position: relative; }
  .mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type {
    border-right-width: 0; }
  .mobile-menu-on-tablet header .journal-menu {
    height: auto; }
    .mobile-menu-on-tablet header .journal-menu .mobile-menu {
      display: none;
      border-width: 0; }
      .mobile-menu-on-tablet header .journal-menu .mobile-menu > li {
        position: relative;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-width: 0;
        border-right-width: 0;
        left: 0;
        width: 100%; }
        .mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus {
          display: none;
          width: 40px;
          height: 40px;
          line-height: 35px;
          font-size: 25px;
          font-weight: bold;
          top: 0;
          right: 0;
          position: absolute;
          text-align: center;
          cursor: pointer;
          color: white;
          background-color: #4f5660;
          border-left-width: 0;
          border-style: solid;
          border-color: inherit; }
        .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul {
          left: 0 !important; }
          .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul li .mobile-plus {
            border-left-width: 0;
            height: 40px; }
        .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > a {
          text-align: left;
          padding-left: 10px; }
      .mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type {
        border-bottom-color: transparent !important; }
        .mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type .mobile-plus {
          border-bottom-color: transparent !important; }
      .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul + .mobile-plus,
      .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > div + .mobile-plus,
      .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > span + .mobile-plus,
      .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul li .mobile-plus {
        display: block; } }
/******************************
Dropdown
*******************************/
@media only screen and (max-width: 980px) {
  .mobile-menu-on-tablet .mobile-menu .drop-down > ul {
    display: none; }
  .mobile-menu-on-tablet .mobile-menu .drop-down ul {
    width: 100%;
    position: relative;
    box-shadow: none;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: none; }
    .mobile-menu-on-tablet .mobile-menu .drop-down ul li {
      color: #333745;
      position: relative;
      border-bottom: 1px solid #f4f4f4; } }
/******************************
 MEGA-MENU MIXED
*******************************/
@media only screen and (max-width: 760px) {
  .mega-menu-mixed .mega-menu .mega-menu-column {
    width: 100% !important;
    float: none; } }
/******************************
Dropdown
*******************************/
@media only screen and (max-width: 760px) {
  .mobile-menu .drop-down > ul {
    display: none; }
  .mobile-menu .drop-down ul {
    width: 100%;
    position: relative;
    box-shadow: none;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: none; }
    .mobile-menu .drop-down ul li {
      color: #333745;
      position: relative;
      border-bottom: 1px solid #f4f4f4; }
      .mobile-menu .drop-down ul li a {
        margin-right: 20px;
        width: calc(100% - 50px);
        min-height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px 10px;
        white-space: normal; } }
/******************************
Android/Firefox
*******************************/
@media only screen and (max-width: 470px) {
  .firefox .sticky-wrapper, .firefox header {
    display: table; }
  .firefox #top-modules {
    clear: both; } }
/******************************
 PRODUCT PAGE
*******************************/
@media only screen and (max-width: 1040px) {
  #column-left + #column-right + #content .product-info > div,
  #column-left + #column-right + .row #content .product-info > div {
    display: block;
    width: 100%;
    float: none; }
  #column-left + #column-right + #content .product-info .right,
  #column-left + #column-right + .row #content .product-info .right {
    padding: 0;
    margin-top: 15px; }
    #column-left + #column-right + #content .product-info .right .text-qty,
    #column-left + #column-right + .row #content .product-info .right .text-qty {
      display: none; } }
@media only screen and (max-width: 980px) {
  .product-info .right .cart div .links span {
    display: none; }
  .product-info .right .cart div .links a {
    width: 100%;
    display: block; }
  .product-info .right .cart div .links a:first-of-type {
    margin-bottom: 10px; }
  .product-info.split-60-40 .right .cart div .qty {
    width: 100%;
    margin-bottom: 10px; }
  .product-info.split-60-40 .right .cart div .button {
    width: 100%; }

  #column-left + #content .product-info > div,
  #column-left + .row #content .product-info > div,
  #column-right + #content .product-info > div,
  #column-right + .row #content .product-info > div {
    display: block;
    width: 100%; }
  #column-left + #content .product-info .right,
  #column-left + .row #content .product-info .right,
  #column-right + #content .product-info .right,
  #column-right + .row #content .product-info .right {
    padding: 0;
    margin-top: 15px; }
    #column-left + #content .product-info .right .text-qty,
    #column-left + .row #content .product-info .right .text-qty,
    #column-right + #content .product-info .right .text-qty,
    #column-right + .row #content .product-info .right .text-qty {
      display: none; } }
@media only screen and (max-width: 980px) {
  .social {
    padding-top: 10px; }

  #tabs li:nth-last-child(n + 5), #tabs li:nth-last-child(n + 5) ~ li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    #tabs li:nth-last-child(n + 5) a, #tabs li:nth-last-child(n + 5) ~ li a {
      padding: 0 20px; } }
@media only screen and (max-width: 760px) {
  body.is-sticky {
    padding-top: 0 !important; }

  .header {
    top: 0 !important; }

  .product-info > div {
    display: block !important;
    width: 100% !important; }
  .product-info .right {
    margin-top: 15px; }
    .product-info .right .text-qty {
      display: none; }

  .social {
    padding-top: 10px; }

  #tabs {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    #tabs li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #tabs a {
      width: 100%;
      display: table; }

  .tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .product-page #tabs li, .product-page #tabs a {
    float: none; } 
	}
@media only screen and (max-width: 460px) {
  .product-info .right .cart div .qty {
    width: 100%;
    margin-bottom: 10px; }

  .product-info .right .cart div .button {
    width: 100%; } }
/******************************
 CATEGORY
*******************************/
@media only screen and (max-width: 980px) { }
@media only screen and (max-width: 760px) {
#column-right, .column-left-bg, .column-right-bg {
    display: none !important; }
  #column-left + #content,
  #column-right + #content,
  #column-left + .row #content,
  #column-right + .row #content,
  #column-left + #column-right + #content,
  #column-left + #column-right + .row #content,
  #column-left + span + #content,
  #column-right + span + #content,
  #column-left + #column-right + span + #content {
    margin: 0px !important;
	}	
.category-page  #content, .manufacturer-page #content, .search-page #content, .special-page #content, .layout-47 #content, .layout-48 #content, .layout-49 #content {margin: 0px !important;}	}
@media only screen and (max-width: 470px) {
  .product-compare {
    display: none; }

  .product-list-item .image {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
    .product-list-item .image img {
      float: none; }
  .product-list-item .name {
    margin-left: 0; }
  .product-list-item .product-details {
    margin-left: 0; }
	}
.mobile #top-modules > div, .mobile #bottom-modules > div, .tablet #top-modules > div, .tablet #bottom-modules > div {
  background-attachment: scroll !important;
  background-size: auto; }
.mobile .product-grid-item .image .wishlist,
.mobile .product-grid-item .image .compare, .tablet .product-grid-item .image .wishlist,
.tablet .product-grid-item .image .compare {
  visibility: visible;
  opacity: 1; }
.mobile .hint--top:before, .mobile .hint--top:after, .mobile .product-details:before, .tablet .hint--top:before, .tablet .hint--top:after, .tablet .product-details:before {
  display: none !important; }
.mobile .button, .tablet .button {
  box-shadow: none !important; }

/******************************
CUSTOM SECTIONS
*******************************/
@media only screen and (max-width: 760px) {
  .single-section .box-sections.box-block ul li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .box-sections {
    height: auto; }
    .box-sections ul li {
      min-width: 100%;
      float: none;
      display: block;
      margin-bottom: 0;
      border-right-width: 0;
      border-bottom: 1px solid; }
      .box-sections ul li:last-of-type {
        border-bottom-width: 0; }

  .box-sections ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .box-sections ul li {
      min-width: 50%;
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      border-right-width: 1px; }
      .box-sections ul li:nth-child(even) {
        border-right-width: 0; }
      .box-sections ul li:nth-last-child(2):nth-child(odd) {
        border-bottom-width: 0; }
      .box-sections ul li:last-of-type {
        border-right-width: 0; } 
.home-page .f-info-title h2 {display: none;}
.f-info-header h1 {
    font-size: 23px;
	}
.f-info-img, .f-info-text {width: 100%;display: block;}
.f-info-img {margin-bottom: 20px;}
.f-info-text {padding-left: 0px;}
		}
/******************************
CAROUSEL
*******************************/
@media only screen and (max-width: 560px) {
  .journal-carousel .htabs {
    height: auto; }
    .journal-carousel .htabs a {
      background-color: transparent;
      box-shadow: none;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      color: inherit;
      border-right-width: 0;
      width: 100%; }
    .journal-carousel .htabs a:last-of-type {
      border-bottom-width: 0; }
  .journal-carousel .htabs.single-tab a, .journal-carousel .htabs.single-tab a.selected, .journal-carousel .htabs.single-tab a:hover {
    border-bottom-width: 0; } }
/******************************
 TABLES
*******************************/
@media only screen and (max-width: 540px) {
  table.list .t-2, table.list .t-3, table.list .t-6, table.list .t-span-3 {
    display: none; }
  table.list .t-span-1 {
    display: table-cell; } }
/******************************
 ACCOUNT
*******************************/
@media only screen and (max-width: 760px) {
  .login-content .login-wrap {
    min-height: 50px; }
  .login-content > div {
    min-height: 100%; } }
@media only screen and (max-width: 460px) {
  .order-list .order-info {
    text-align: center;
    padding: 5px 0;
    width: 50px; } }
/******************************
 WISHLIST
*******************************/
@media only screen and (max-width: 460px) {
  .wishlist-info .model, .wishlist-info .stock {
    display: none; } }
/******************************
SHOPPING CART
*******************************/
@media only screen and (max-width: 1024px) {
  #content ::-webkit-scrollbar {
    -webkit-appearance: none; }
  #content ::-webkit-scrollbar:horizontal {
    height: 10px; }
  #content ::-webkit-scrollbar-thumb {
    background-color: #999; }
  #content ::-webkit-scrollbar-track {
    background-color: #ddd; } }
@media only screen and (max-width: 1024px) {
  .compare-info .cart a {
    width: 100%;
    margin: 0; }
    .compare-info .cart a:first-of-type {
      margin-bottom: 7px; } }
@media only screen and (max-width: 760px) {
  .cart-info .model, .cart-info .price {
    display: none; }
  .cart-info .name a {
    white-space: normal; }

  .compare-info.table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > td.name {
    white-space: normal; }

  .compare-info.table > tbody > tr > td {
    min-width: 180px; } }
@media only screen and (max-width: 470px) {
  .cart-info .quantity {
    min-width: 50px; }
    .cart-info .quantity input[type="text"] {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 5px;
      right: 0;
      max-width: 80px; }
  .cart-info .image img {
    max-width: 50px; }

  .sc-page .buttons > div,
  .sc-page .buttons > div a {
    width: 100%; }

  .sc-page .buttons .right {
    margin-bottom: 10px; }

  #total .right {
    width: 74%; }

  .checkout-content table {
    table-layout: auto; } }
/******************************
CHECKOUT
*******************************/
@media only screen and (max-width: 760px) {
  .checkout-content label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .confirm-section > div label input[type='radio'],
  .confirm-section > div label input[type='checkbox'] {
    margin: 4px 5px 5px 0;
    float: left; }
  .confirm-section > div label a {
    margin-left: 3px; }
  .confirm-section > div::after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  .confirm-section > div:first-of-type {
    margin-bottom: 5px; }

  .modal-open {
    overflow: hidden;
    margin-right: 15px; } }
@media only screen and (max-width: 470px) {
  .checkout-content .left, .checkout-content .right {
    width: 100%; }
  .checkout-content table {
    table-layout: fixed; }
    .checkout-content table td {
      width: 100%; }
  .checkout-content thead .model, .checkout-content thead .quantity, .checkout-content thead .price, .checkout-content tbody .model, .checkout-content tbody .quantity, .checkout-content tbody .price {
    display: none; }
  .checkout-content .button {
    display: block;
    float: right; }
  .checkout-content .buttons a {
    display: inline-block; }
  .checkout-content .buttons .right {
    text-align: left; }
  .checkout-content .left .button, .checkout-content #login .button {
    float: none; } }
/******************************
 SITEMAP
*******************************/
@media only screen and (max-width: 760px) {
  .sitemap-info > div {
    width: 100%;
    padding: 0; }
  .sitemap-info > div:first-of-type {
    padding: 0;
    padding-bottom: 20px; }

  .manufacturer-list ul {
    width: 33%; } }
/******************************
SEARCH PAGE
*******************************/
@media only screen and (max-width: 980px) {
  #content.search-page h2 {
    padding: 8px;
    line-height: 18px;
    height: auto; }
  #content.search-page .content select {
    display: block;
    margin: 10px 0; }
  #content.search-page .content label {
    min-width: 95%;
    display: inline-block; } }
@media only screen and (max-width: 760px) {
  #content.search-page .content label {
    min-width: 90%; } }
@media only screen and (max-width: 470px) {
  #content.search-page .content label {
    min-width: 85%; } }
/******************************
 FOOTER
*******************************/
@media only screen and (max-width: 760px) {
  [data-hint]:before, [data-hint]:after {
    display: none !important; }
  .product-page .product-info .right .cart div .button {width: 100%;}
  .product-page .product-info .right .cart div .qty {width: 100%; margin-bottom: 9px; margin-top: 0px;}
  .call_us {display: none;}
  footer .contacts-left, footer .contacts-right {
    float: none; }
  footer .bottom-footer {
    height: auto;
    overflow: visible;
    border-radius: 0; }
    footer .bottom-footer .copyright {
      float: none;
      height: auto;
      margin-bottom: 10px;
      padding-left: 0 !important;
      text-align: center;
      width: calc(100% - 10px); }
    footer .bottom-footer .payments {
      padding-right: 0;
      width: 100%;
      text-align: center;
      padding-bottom: 10px;
      float: none; }
      footer .bottom-footer .payments img {
        max-height: 25px;
        margin-top: 0;
        margin-bottom: 10px; }

  #footer .contacts {
    border-radius: 0; }
    #footer .contacts > div > span {
      display: block;
      margin-bottom: 5px; }
      #footer .contacts > div > span.hint--top {
        display: inline-block; }

  .footer-post-title {
    white-space: normal !important; }

  .collapse-footer-columns .column > h3 {
    position: relative; }
    .collapse-footer-columns .column > h3 + div {
      display: none; }
    .collapse-footer-columns .column > h3::after {
      content: "\e620";
      font-size: 12px;
      position: absolute;
      right: 7px;
      top: 3px;
      -webkit-transition: all 0.05s ease-out;
              transition: all 0.05s ease-out; }
    .collapse-footer-columns .column > h3.column-open::after {
      top: 3px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .collapse-footer-columns .column.products {
    padding-bottom: 0; }
    .collapse-footer-columns .column.products > h3 {
      margin-bottom: 0; }
      .collapse-footer-columns .column.products > h3 + div {
        margin-top: 8px; }
  .collapse-footer-columns .column.text {
    min-height: 100%; }
    .collapse-footer-columns .column.text h3 {
      margin-bottom: 0; }
      .collapse-footer-columns .column.text h3 + div {
        margin-top: 12px; }
  .collapse-footer-columns .column:last-of-type h3 {
    border-bottom-width: 0; }

  .default-header .lang-full-mobile .journal-language {
    left: 5px; } }
@media only screen and (max-width: 470px) {
  footer .contacts > div .no-name {
    display: inline-block;
    margin-bottom: 0; }
  footer .bottom-footer .copyright {
    line-height: 100%;
    padding-top: 12px;
	border: none; } 
	.copyright:hover {background: transparent;}}
/******************************
PHOTO GALLERY
*******************************/
@media only screen and (max-width: 1024px) {
  .gallery-thumb a:before, .gallery-thumb .item-hover {
    display: none; } }
/******************************
 CMS BLOCKS
*******************************/
@media only screen and (max-width: 760px) {
  .cms-block, .static-banner {
    margin-bottom: 20px; } 
#top-modules .cms-block, #top-modules .static-banner {
    margin-bottom: 0px !important; }
.static-banners-315 span.banner_link {margin-bottom: 10px !important;}}
/******************************
ADVANCED GRID
*******************************/
@media only screen and (max-width: 760px) {
  .multi-modules-column {
    width: 100% !important; } }
/******************************
NEWSLETTER
*******************************/
@media only screen and (max-width: 980px) {
  .two-columns #content .journal-newsletter .newsletter-text {
    float: none;
    width: 100% !important;
    margin-bottom: 10px; }
  .two-columns #content .journal-newsletter .newsletter-input-wrap {
    float: none;
    width: 100% !important;
    height: auto !important;
    text-align: center; }
    .two-columns #content .journal-newsletter .newsletter-input-wrap .newsletter-button {
      position: relative;
      left: auto !important;
      right: auto !important;
      width: 100%; }
    .two-columns #content .journal-newsletter .newsletter-input-wrap input + .button {
      margin-top: 0; }

  .one-column #content .journal-newsletter .newsletter-text {
    float: none;
    width: 100% !important;
    margin-bottom: 10px; }
  .one-column #content .journal-newsletter .newsletter-input-wrap {
    float: none;
    width: 100% !important;
    text-align: center; } }
@media only screen and (max-width: 760px) {
  #content .journal-newsletter .newsletter-text, footer .journal-newsletter .newsletter-text, #top-modules .journal-newsletter .newsletter-text, #bottom-modules .journal-newsletter .newsletter-text {
    float: none;
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    padding-right: 0; }
  #content .journal-newsletter .newsletter-input-wrap, footer .journal-newsletter .newsletter-input-wrap, #top-modules .journal-newsletter .newsletter-input-wrap, #bottom-modules .journal-newsletter .newsletter-input-wrap {
    float: none;
    width: 100% !important;
    height: auto !important;
    text-align: center; }
    #content .journal-newsletter .newsletter-input-wrap .newsletter-button, footer .journal-newsletter .newsletter-input-wrap .newsletter-button, #top-modules .journal-newsletter .newsletter-input-wrap .newsletter-button, #bottom-modules .journal-newsletter .newsletter-input-wrap .newsletter-button {
      position: relative !important;
      left: auto !important;
      right: auto !important;
      width: 100%;
      top: 0 !important;
      margin-top: 5px !important; }
    #content .journal-newsletter .newsletter-input-wrap input + .button, footer .journal-newsletter .newsletter-input-wrap input + .button, #top-modules .journal-newsletter .newsletter-input-wrap input + .button, #bottom-modules .journal-newsletter .newsletter-input-wrap input + .button {
      margin-top: 0; }

  .ui-pnotify {
	left: 50% !important;
    top: 50% !important;
    margin-left: 0px !important; 
    margin-top: 0px !important; 
    width: 85vw !important;
    transform: translate(-50%, -50%); } }
/******************************
 BLOG
*******************************/
@media only screen and (max-width: 470px) {
  .posts h2 a {
    height: auto !important; }

  .blog-list-view .posts .post-image {
    float: none;
    padding-right: 0;
    width: 100%; }
  .blog-list-view .posts .post-item-details {
    float: none;
    width: 100%; }
  .blog-list-view .posts h2 {
    margin-top: 10px; }
    .blog-list-view .posts h2 a {
      height: auto !important;
      display: inline-block;
      border-bottom: 1px solid #E4E4E4;
      padding-bottom: 7px; }
  .blog-list-view .post-text {
    padding: 5px 10px 10px 0; }
  .blog-list-view .comment-date {
    padding: 5px 0;
    border: 0; } }
@media only screen and (max-width: 980px) {
  .two-columns .posts h2 a {
    height: auto !important; } }
@media only screen and (max-width: 1220px) {
  .two-columns.blog-list-view .posts .post-image {
    width: 35%; }
  .two-columns.blog-list-view .post-item-details {
    width: 65%; } }
@media only screen and (max-width: 980px) {
  .two-columns.blog-list-view .post-image {
    float: none;
    padding-right: 0;
    width: 100%; }
  .two-columns.blog-list-view .post-item-details {
    float: none;
    width: 100%; } }
@media only screen and (max-width: 760px) {
  .comments > .comment,
  .comments .reply {
    padding: 15px 15px 15px 15px; }

  .comments .avatar {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin: 0 10px 0 0; }

  .comment-form form {
    padding: 15px; }
    .comment-form form > div input {
      width: 100%;
      max-width: 100%; }

  .blog-post .post-stats span {
    display: block;
    margin-bottom: 7px; } }
@media only screen and (max-width: 760px) {
  .comments .reply, .reply-form, .comments .reply + .success {
    margin-left: 0; } }
@media only screen and (max-width: 760px) {
  .oc2 #column-right + .row #content {
    margin-right: 0; }
  .oc2 #column-left + .row #content {
    margin-left: 0; }
  .oc2 fieldset label, .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 100%; }
  .oc2 fieldset label, .oc2 fieldset label + div {
    padding-top: 0; }
  .oc2 .captcha-row .pull-right {
    margin-left: 0; }
  .oc2 .contact-page .col {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0; }
  .oc2 .contact-page .col-sm-10 {
    width: 100%; }
  .oc2 .form-horizontal .form-group label {
    width: 100%;
    float: none;}
  .oc2 .form-horizontal .form-group label + div {
    width: 100%; }
  .oc2 .action-area .panel-body label {
    display: inline-block;
    margin-bottom: 5px; }
  .oc2 .action-area .panel-body .input-group {
    width: 100%; }
    .oc2 .action-area .panel-body .input-group input[type="text"] {
      min-width: 100%;
      width: 100%; }
    .oc2 .action-area .panel-body .input-group .input-group-btn {
      margin-top: 5px;
      display: block; }
    .oc2 .action-area .panel-body .input-group .button {
      width: 100%;
      display: block;
      margin-left: 0; }
  .oc2 .action-area .sc-shipping .form-horizontal .form-group label {
    padding-top: 0; }
  .oc2 .action-area .sc-shipping .form-horizontal .form-group label + div {
    width: 100%; }
  .oc2 .action-area .sc-shipping .button {
    margin-top: 5px; } }
/******************************
ONE PAGE CHECKOUT
*******************************/
@media only screen and (max-width: 980px) {
  .journal-checkout .left input[type='radio'] {
    margin-left: 0; }
  .journal-checkout .left .button {
    width: 100%; }
  .journal-checkout .right select {
    margin-left: 0; }
  .journal-checkout .section-left .coupon-voucher input[type='text'],
  .journal-checkout .section-left .coupon-voucher .input-group-btn,
  .journal-checkout .section-left .coupon-voucher input {
    width: 100%; }
  .journal-checkout .section-left .coupon-voucher input[type='text'] {
    margin-bottom: 7px; }
  .journal-checkout label {
    padding-right: 0;
    line-height: 1; }
  .journal-checkout .coupon-voucher .panel-body {
    display: block;
    float: none; }
  .journal-checkout .coupon-voucher .checkout-coupon {
    padding-right: 0;
    margin-bottom: 10px; }
  .journal-checkout .spw {
    margin-bottom: 0; }
    .journal-checkout .spw > div {
      display: block; }
      .journal-checkout .spw > div:first-of-type {
        padding-right: 12px; }
  .journal-checkout .checkout-cart td.quantity {
    padding: 5px; }
    .journal-checkout .checkout-cart td.quantity input[type='text'] {
      display: block;
      float: none;
      width: auto;
      min-width: 42px;
      margin: 0 auto; }
    .journal-checkout .checkout-cart td.quantity .input-group {
      display: inline-block; }
      .journal-checkout .checkout-cart td.quantity .input-group input {
        margin-top: 5px; }
        .journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
          margin-right: 5px; }
  .journal-checkout .checkout-cart td.image {
    padding-right: 5px; }
  .journal-checkout .checkout-cart td.name {
    padding-left: 15px; }
  .journal-checkout .coupon-voucher .input-group-btn {
    padding-left: 0; }

  .oc2 .journal-checkout .checkout-cart td.quantity {
    padding: 5px; }
    .oc2 .journal-checkout .checkout-cart td.quantity input[type='text'] {
      width: 100%;
      min-width: 76px;
      margin-bottom: 5px; }

  .oc1 .journal-checkout .form-horizontal .form-group label {
    width: 100%;
    float: none; }
  .oc1 .journal-checkout .form-horizontal .form-group label + div {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 760px) {
  .one-page-checkout {
    margin-bottom: 20px; }

  .journal-checkout {
    display: block; }
    .journal-checkout .left, .journal-checkout .right {
      width: 100%;
      padding-right: 0; }
    .journal-checkout .left {
      margin-bottom: 15px; }
      .journal-checkout .left.login-mobile .checkout-content.checkout-register {
        display: none; }
      .journal-checkout .left.login-mobile .checkout-content.checkout-login {
        margin-bottom: 0; }
    .journal-checkout #shipping-address {
      margin-top: 18px; }
    .journal-checkout .spw > div:first-of-type {
      padding-right: 0; }
    .journal-checkout .coupon-voucher input[type='text'],
    .journal-checkout .coupon-voucher .input-group-btn,
    .journal-checkout .coupon-voucher input {
      width: 100%; }
    .journal-checkout #payment-confirm-button fieldset #card-new label {
      display: block;
      width: 100%;
      margin-bottom: 3px; }
    .journal-checkout #payment-confirm-button fieldset #card-new label + div {
      display: block;
      width: 100%; }
    .journal-checkout #payment-confirm-button fieldset input[type='text'],
    .journal-checkout #payment-confirm-button fieldset input[type='email'],
    .journal-checkout #payment-confirm-button fieldset input[type='password'],
    .journal-checkout #payment-confirm-button fieldset input[type='tel'],
    .journal-checkout #payment-confirm-button fieldset textarea {
      width: 100%;
      max-width: 100%; }
    .journal-checkout .coupon-voucher .panel-body:nth-of-type(1) {
      padding-right: 0; }
    .journal-checkout .checkout-product table {
      min-width: 460px; }
      .journal-checkout .checkout-product table td {
        width: auto; }
    .journal-checkout .checkout-cart td.name {
      padding-left: 0; }
    .journal-checkout .checkout-content thead .model,
    .journal-checkout .checkout-content thead .quantity,
    .journal-checkout .checkout-content thead .price,
    .journal-checkout .checkout-content tbody .model,
    .journal-checkout .checkout-content tbody .quantity,
    .journal-checkout .checkout-content tbody .price {
      display: table-cell; }
    .journal-checkout .checkout-cart td.name a {
      margin-left: 0; }
    .journal-checkout .checkout-cart td.image img {
      max-width: 80%; }

  .is-customer .journal-checkout section.section-left, .is-customer .journal-checkout section.section-right {
    width: 100%;
    padding-left: 0; }
  .is-customer .journal-checkout .section-left {
    margin-bottom: 15px; } }
/******************************
 Category page compare and sort on mobile
*******************************/
@media only screen and (max-width: 760px) {
.filter-filter, .product-filter {width: 49%;}
  .product-filter .sort {
    width: 100%;
	float: none;
 }
.product-grid-item {
margin-right: 1%;
margin-left: 1%;	
} 
.product-results-top {display: none;}
.product-compare a {
    font-size: 12px; }
  .product-filter .display {
    margin-right: -10px; }
  .category-head h1, .journal-blog-post-page h1, .journal-blog-page h1, .special-page h1, .manufacturer-page h1, .route-product-manufacturer h1, .route-product-search h1 {
    font-size: 26px;
    line-height: 24px;}}
@media only screen and (max-width: 470px) {
  .product-filter .limit {
    top: 5px;
    position: absolute;
    right: -5px; } }
/******************************
MOBILE POPUP
*******************************/
@media only screen and (min-width: 320px) and (max-width: 760px) {
  .journal-popup img {
    max-height: 200px;
    width: auto; } }
@media only screen and (max-width: 760px) {
  .mfp-container {
    padding: 0;
    position: fixed;	}

  .mfp-wrap {
    overflow-y: auto;
    overflow-x: hidden; }

  .journal-popup .journal-popup-header-content {
    font-size: 2.2em !important;
    padding-left: 12px;
    padding-right: 12px;
    white-space: normal;
    line-height: 100%; }

  .journal-popup-newsletter .journal-newsletter {
    padding-top: 10px;
    padding-bottom: 10px; }
  .journal-popup-newsletter .journal-newsletter.text-left .newsletter-text,
  .journal-popup-newsletter .journal-newsletter.text-left .newsletter-input-wrap {
    width: 100%;
    float: none;
    margin-top: 10px; } }
@media only screen and (max-width: 1024px) {
  .journal-popup textarea {
    height: 100px;
    height: 20vh; }

  .radio.check-terms {
    padding-top: 10px; }
    .radio.check-terms input {
      display: block;
      float: left; } }
@media only screen and (max-width: 760px) {
  .journal-popup-contact .content,
  .journal-popup-contact fieldset {
    padding: 10px; }

  .journal-popup, .mfp-wrap {
    width: 100vw !important;
    height: 100vh !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;	}
    .journal-popup label, .mfp-wrap label {
      line-height: 1;
      font-size: 12px;
      position: relative; }
    .journal-popup .journal-popup-footer-content, .mfp-wrap .journal-popup-footer-content {
      padding: 0 10px; }

  .journal-popup-footer-content .button {
    line-height: 26px;
    font-size: .9em; }

  .journal-popup-footer-content.has-btn {
    height: auto !important; }

  .journal-checkout .confirm-order {
    margin-top: 5px; }

  .journal-popup.journal-popup-text {
    display: inline-block; }
    .journal-popup.journal-popup-text .journal-popup-content img {
      max-height: 215px; }

  .mfp-content {
    overflow: hidden; } }
@media only screen and (max-width: 760px) and (orientation: landscape) {
  .journal-popup.journal-popup-text {
    left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .journal-popup.journal-popup-text {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
    .journal-popup.journal-popup-text .journal-popup-content p img {
      max-height: 125px;
      max-height: 66vh; }

  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    height: 100vh; }

  .journal-popup, .mfp-wrap {
    width: 100% !important;
    left: 0;
    max-height: none; }

  .mfp-content {
    vertical-align: top; }
}
/******************************
 Filter on Mobile
*******************************/
@media only screen and (max-width: 760px) {
  .filter-on-mobile.category-page #container #column-left,
  .filter-on-mobile.manufacturer-page #container #column-left,
  .filter-on-mobile.search-page #container #column-left,
  .filter-on-mobile.special-page #container #column-left {
    display: block !important;
    width: 100% !important;
    padding-right: 0px !important;
    padding-bottom: 0;
    position: relative;
    z-index: 9; }

  .open-filter {
    display: block !important;
    background-color: #5F6874;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-family: inherit;
    position: relative;
    font-size: 15px;
    margin: 0 auto 20px;
    width: 90%;
    border-radius: 3px; }
    .open-filter::before {
      content: "\e69f";
      font-size: 16px;
      float: left;
      margin-right: 10px;
      color: white; }

  .sf-reset,
  .side-column .journal-sf .box {
    display: none; } }
/******************************
 New Headers
*******************************/
@media only screen and (max-width: 980px) {
  .journal-header-default .journal-cart {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .side-column .oc-module .product-details {
    max-width: 110px; } }
@media only screen and (max-width: 760px) {
  .default-header .journal-top-header {
    display: none; }

  .journal-header-default .header-assets {
    position: static; }

  .journal-header-center .links a, .journal-header-center .links .no-link {
    height: 40px; }
  .journal-header-center #header {
    padding-top: 0; }
    .journal-header-center #header .journal-links {
      position: relative; }
  .journal-header-center .journal-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .journal-header-center .journal-cart {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }
/******************************
 IOS Cover BG fix
*******************************/
.iphone body, .ipad body {
  background-image: none; }
  .iphone body::before, .ipad body::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-attachment: scroll;
    background-size: auto 100%;
    background-repeat: no-repeat; }
	

	

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/flex.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
Flexbox for Equal Height
*******************************/
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  .product-grid,
  .box-product,
  .cms-blocks .blocks,
  .refine-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .product-list,
  .product-grid-item,
  .product-wrapper,
  .product-wrapper .product-details,
  .product-wrapper .product-details .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .product-details {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .product-wrapper,
  .product-details,
  .product-details .caption {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .product-details .caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	max-height: 112px;
    min-height: 112px;}

  /******************************
   CMS Blocks
  *******************************/
  .cms-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .block-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .block-content-top .block-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }

  /******************************
   Blog
  *******************************/
  .blog-grid-view,
  .posts.box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .post-module .post-item,
  .blog-grid-view > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .post-wrapper,
  .post-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .post-wrapper .post-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

  .blog-list-view .post-wrapper {
    display: block; }

  .post-item-details {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  /******************************
   Header
  *******************************/
  .mega-menu > div,
  .mega-menu-column.mega-menu-categories > div,
  .mega-menu-column.mega-menu-products > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mega-menu > div > h3,
    .mega-menu-column.mega-menu-categories > div > h3,
    .mega-menu-column.mega-menu-products > div > h3 {
      width: 100%; }
  .mega-menu .mega-menu-item,
  .mega-menu-column.mega-menu-categories .mega-menu-item,
  .mega-menu-column.mega-menu-products .mega-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mega-menu .mega-menu-item > div,
    .mega-menu-column.mega-menu-categories .mega-menu-item > div,
    .mega-menu-column.mega-menu-products .mega-menu-item > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

  /******************************
   Footer
  *******************************/
  footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  /******************************
   Checkout
  *******************************/
  .journal-checkout #payment-confirm-button fieldset #card-new label + div {
    width: auto;
    margin-right: 10px; }
  .journal-checkout #payment-confirm-button fieldset input[type='text'] {
    min-width: 250px; }

  #card-new .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  #account .form-group .radio {
    width: auto; }

  /******************************
   Headline Rotator
  *******************************/
  .headline-mode .quote > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .headline-mode .quote.cta-center > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
@media only screen and (max-width: 760px) {
  @supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
    .headline-mode .quote.cta-right > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } } }
/******************************
 Clearfix fix
*******************************/
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

/* Jet Cache: https://69.ua/catalog/view/theme/journal2/css/rtl.css?j2v=2.8.2 */
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.8.2
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
RTL
*******************************/
html[dir="rtl"] .breadcrumb {
  text-align: right; }
html[dir="rtl"] #cart .heading a > span {
  text-align: left;
  padding-right: 0;
  margin-right: 0;
  margin-left: 40px; }
html[dir="rtl"] #cart .content {
  float: left; }
html[dir="rtl"] #cart .checkout a + a {
  margin-left: auto;
  margin-right: 10px; }
html[dir="rtl"] #cart .heading i {
  left: 0;
  right: auto;
  border-left-width: 0;
  border-right-width: 1px; }
html[dir="rtl"] .journal-header-center #cart .heading a > span {
  padding-left: 8px; }
html[dir="rtl"] .mini-cart-info table {
  width: 100%; }
  html[dir="rtl"] .mini-cart-info table tr td.image {
    width: auto; }
  html[dir="rtl"] .mini-cart-info table tr td.name {
    padding-right: 10px; }
  html[dir="rtl"] .mini-cart-info table tr td.remove i {
    left: auto; }
    html[dir="rtl"] .mini-cart-info table tr td.remove i::before {
      top: 0; }
  html[dir="rtl"] .mini-cart-info table tr td.total {
    text-align: left; }
  html[dir="rtl"] .mini-cart-info table tr td.quantity {
    text-align: left; }
html[dir="rtl"] .mini-cart-total {
  text-align: left; }
  html[dir="rtl"] .mini-cart-total .table {
    padding: 5px 10px 3px 0; }
html[dir="rtl"] .button-search {
  border-right-color: transparent;
  border-left-width: 1px; }
html[dir="rtl"] #search input {
  padding-left: 10px;
  padding-right: 50px; }
html[dir="rtl"] .autocomplete2-suggestion .p-image,
html[dir="rtl"] .autocomplete2-suggestion .p-name {
  float: right; }
html[dir="rtl"] .autocomplete2-suggestion .p-name {
  padding-right: 8px; }
html[dir="rtl"] .autocomplete2-suggestion span.p-price {
  width: 100%; }
  html[dir="rtl"] .autocomplete2-suggestion span.p-price .price-old {
    float: right;
    margin-right: 0;
    margin-left: 5px; }
html[dir="rtl"] .has-dropdown::after {
  margin-left: 0;
  margin-right: 5px; }
html[dir="rtl"] .journal-secondary .top-menu > li:last-of-type {
  padding-left: 10px; }
html[dir="rtl"] .journal-header-default .links li i {
  margin-right: 0 !important;
  margin-left: 5px; }
html[dir="rtl"] .journal-header-default .links li:last-of-type a, html[dir="rtl"] .journal-header-default .links li:last-of-type .no-link {
  border-right-width: 1px;
  border-left-width: 0; }
html[dir="rtl"] .journal-header-default .links li:first-of-type a, html[dir="rtl"] .journal-header-default .links li:first-of-type .no-link {
  border-right-width: 0; }
html[dir="rtl"] .journal-header-default .super-menu > li:first-of-type {
  border-left-width: 1px; }
html[dir="rtl"] .journal-header-default .super-menu > li:last-of-type {
  border-left-width: 0;
  border-right-width: 0; }
html[dir="rtl"] .journal-header-default .super-menu > li.float-left:last-of-type,
html[dir="rtl"] .journal-header-default .super-menu > li.float-right:last-of-type {
  border-left-width: 1px; }
html[dir="rtl"].boxed-header .super-menu > li:last-of-type {
  border-left-width: 0; }
html[dir="rtl"].boxed-header .super-menu > li:first-of-type {
  border-left-width: 1px; }
html[dir="rtl"].boxed-header .super-menu > li.float-right:first-of-type {
  border-left-width: 0; }
html[dir="rtl"] header .no-link {
  margin-right: 0;
  margin-left: 0; }
html[dir="rtl"] .super-menu > li:not(.icon-only) > a i {
  margin-right: 0 !important;
  margin-left: 5px; }
html[dir="rtl"] .journal-header-default .mega-menu,
html[dir="rtl"] .journal-header-menu.sticky-header .mega-menu {
  left: 0; }
html[dir="rtl"] .mega-menu .mega-menu-column {
  float: right; }
html[dir="rtl"] .mega-menu > div {
  margin-right: 0;
  margin-left: -15px; }
html[dir="rtl"] .mega-menu-item h3 {
  text-align: right; }
html[dir="rtl"] .mega-menu-column > div > h3,
html[dir="rtl"] .mega-menu-column > h3 {
  text-align: right; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li a {
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-left img {
  float: right; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li a::before,
html[dir="rtl"] .flyout .mega-menu-categories .mega-menu-item ul li a::before {
  display: none; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li a::after,
html[dir="rtl"] .flyout .mega-menu-categories .mega-menu-item ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
html[dir="rtl"] .mega-menu-mixed .mega-menu > div {
  margin-left: 0; }
  html[dir="rtl"] .mega-menu-mixed .mega-menu > div p img {
    margin-right: 0 !important; }
html[dir="rtl"] .mega-menu .mega-menu-column:last-of-type > div > h3 {
  margin-left: 0; }
html[dir="rtl"] .mega-menu .mega-menu-column.mega-menu-products > div {
  margin-right: 0; }
html[dir="rtl"] .drop-down ul li a {
  padding: 11px 9px 12px 25px; }
html[dir="rtl"] .drop-down .menu-plus {
  right: auto;
  left: 8px; }
  html[dir="rtl"] .drop-down .menu-plus::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
html[dir="rtl"] .drop-down ul li ul {
  right: 100%;
  left: auto; }
html[dir="rtl"] .journal-header-center .journal-secondary .links {
  float: left; }
html[dir="rtl"] .journal-header-center .button-search i {
  margin-right: 3px; }
html[dir="rtl"] .journal-header-center #cart .heading i {
  border-left-color: transparent; }
html[dir="rtl"] .journal-header-center .links a i, html[dir="rtl"] .journal-header-center .links .no-link i {
  margin-right: 0 !important;
  margin-left: 5px; }
html[dir="rtl"] .journal-header-center .top-menu > li:last-of-type {
  padding-left: 0; }
html[dir="rtl"] .journal-header-mega .journal-search {
  padding-right: 0;
  padding-left: 5%; }
html[dir="rtl"] #cart .content .cart-wrapper::before {
  right: auto;
  left: 10px; }
html[dir="rtl"].journal-desktop .menu-floated .float-left {
  float: right;
  border-right-width: 0;
  border-left-width: 1px;
  border-left-style: solid; }
  html[dir="rtl"].journal-desktop .menu-floated .float-left:first-of-type {
    border-right-width: 1px; }
html[dir="rtl"].journal-desktop .menu-floated .float-right {
  float: left; }
  html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {
    border-right-width: 1px; }
  html[dir="rtl"].journal-desktop .menu-floated .float-right:first-of-type {
    border-left-width: 0; }
html[dir="rtl"] .pull-right {
  float: left; }
html[dir="rtl"] .pull-left {
  float: right; }
html[dir="rtl"] table.list thead td {
  text-align: right; }
html[dir="rtl"] .multi-modules-column {
  float: right; }
html[dir="rtl"] .has-cta .rotator-text {
  margin-left: 5px; }
html[dir="rtl"] .headline-mode .quote .button-icon-right i {
  margin-left: 0;
  margin-right: 7px !important;
  float: left;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
html[dir="rtl"] .product-grid-item .enquiry-button i::before {
  margin-right: 0; }
html[dir="rtl"] .button-cart-text {
  margin-right: 5px; }
html[dir="rtl"] .product-grid-item .compare {
  padding-right: 0; }
html[dir="rtl"] .alert .fa {
  top: -2px;
  margin-left: 5px; }
html[dir="rtl"] .alert button {
  right: auto;
  left: 10px; }
html[dir="rtl"] .fa {
  margin-left: 0; }
html[dir="rtl"] .manufacturer-list ul {
  float: right; }
html[dir="rtl"] .sitemap-info > div:first-of-type {
  padding-left: 15px;
  padding-right: 0; }
html[dir="rtl"] .sitemap-info > div {
  float: right; }
html[dir="rtl"] .sitemap-info > div > ul {
  padding: 10px 10px 5px 0; }
html[dir="rtl"] .date .input-group-btn button,
html[dir="rtl"] .time .input-group-btn button,
html[dir="rtl"] .datetime .input-group-btn button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
html[dir="rtl"] .label-sale,
html[dir="rtl"] .label-latest {
  left: 5px;
  right: auto; }
html[dir="rtl"] .label-outofstock {
  -webkit-transform: translate(30%, 130%) rotate(45deg);
          transform: translate(30%, 130%) rotate(45deg); }
html[dir="rtl"] .countdown span:last-of-type {
  border-right-width: 1px !important; }
html[dir="rtl"] .countdown span:first-of-type {
  border-right-width: 0 !important; }
html[dir="rtl"] .expire-text {
  text-align: right; }
html[dir="rtl"] .box-sections ul li:first-of-type {
  border-right-width: 0; }
html[dir="rtl"] .box-sections ul li:last-of-type {
  border-right-width: 1px; }
html[dir="rtl"] .ui-pnotify-closer {
  right: auto;
  left: 3px; }
html[dir="rtl"] .ui-pnotify-text img {
  float: right;
  margin: 0 0 10px 10px; }
html[dir="rtl"] .notification-buttons {
  float: right; }
  html[dir="rtl"] .notification-buttons a {
    margin: 7px 0 0 8px; }
html[dir="rtl"] .journal-carousel .htabs a {
  float: right; }
html[dir="rtl"] .posts:not(.column) {
  margin: 20px 0 0 0; }
html[dir="rtl"] .side-column .journal-carousel .htabs a {
  text-align: right; }
html[dir="rtl"] .journal-carousel .box-product {
  margin-right: 0 !important; }
html[dir="rtl"] .journal-carousel .htabs.box-heading {
  padding-right: 0; }
html[dir="rtl"] .journal-carousel .htabs a:last-of-type {
  border-left: 1px solid white; }
html[dir="rtl"] .journal-carousel .htabs a:only-of-type {
  border-left-width: 0; }
html[dir="rtl"] .tp-leftarrow,
html[dir="rtl"] .tp-leftarrow.default,
html[dir="rtl"] .tp-rightarrow,
html[dir="rtl"] .tp-rightarrow.default {
  -webkit-transform: scale(-1);
          transform: scale(-1); }
html[dir="rtl"] .journal-popup-footer-content .dont-show-label {
  left: auto;
  right: 5px; }
  html[dir="rtl"] .journal-popup-footer-content .dont-show-label label {
    padding-right: 0; }
html[dir="rtl"] .journal-popup .mfp-close {
  right: auto;
  left: -16px; }
html[dir="rtl"] .heading-title,
html[dir="rtl"] .box-heading:not(.box-sections),
html[dir="rtl"] #blogArticle
.articleHeader h1,
html[dir="rtl"] .journal-carousel .htabs.single-tab a,
html[dir="rtl"] .oc-filter .panel-heading,
html[dir="rtl"] .post-module .box-heading,
html[dir="rtl"] #content h1.heading-title,
html[dir="rtl"] .secondary-title,
html[dir="rtl"] #content #review-title {
  text-align: right;
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"].oc2 .product-info .right .price-old {
  float: right;
  margin-left: 5px; }
html[dir="rtl"] .journal-newsletter .newsletter-input-wrap .newsletter-button {
  top: 4px;
  right: auto !important;
  left: 4px; }
html[dir="rtl"] .journal-newsletter:not(.text-top) .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
html[dir="rtl"] .journal-newsletter.text-left .newsletter-text {
  padding-right: 0;
  padding-left: 20px; }
html[dir="rtl"] .journal-newsletter.text-top .newsletter-text {
  text-align: right; }
html[dir="rtl"] footer .column-menu-wrap > ul li i {
  margin-right: 0 !important;
  margin-left: 8px;
  text-align: right; }
html[dir="rtl"] footer .column-text-wrap img {
  height: auto !important;
  float: right !important;
  margin: 0 0 2px 10px !important; }
html[dir="rtl"] footer .column {
  padding: 0 15px 0 0; }
html[dir="rtl"] footer .column:not(.newsletter):last-of-type {
  padding-left: 15px; }
html[dir="rtl"] footer .columns {
  padding-left: 0; }
html[dir="rtl"] .footer-post-image {
  float: right;
  margin-right: 0;
  margin-left: 10px; }
html[dir="rtl"] .p-date {
  margin-right: 0;
  margin-left: 7px; }
html[dir="rtl"] .footer-post-title,
html[dir="rtl"] .footer-post .comment-date {
  text-align: right; }
html[dir="rtl"] .column.products .product-details {
  float: none; }
html[dir="rtl"] .column.products .product-grid-item .image {
  float: right; }
html[dir="rtl"] .column.products .product-grid-item,
html[dir="rtl"] .column.products .product-grid-item .name a,
html[dir="rtl"] .column.products .product-grid-item .price,
html[dir="rtl"] footer .column > h3 {
  text-align: right; }
html[dir="rtl"] .column.products .product-details {
  max-width: 100%;
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"] footer .contacts [data-hint]:after {
  margin-left: 2px; }
html[dir="rtl"] footer .contacts .hint--top:before {
  margin-left: -6px; }
html[dir="rtl"] .bottom-footer .payments {
  float: left; }
html[dir="rtl"] .bottom-footer .no-copyright .payments {
  float: none; }
html[dir="rtl"] .bottom-footer .copyright {
  float: right;
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"] .bottom-footer .no-payments .copyright {
  float: none; }
html[dir="rtl"] .bottom-footer
.block-icon-left {
  float: right;
  margin-right: 0;
  margin-left: 10px; }
html[dir="rtl"] footer .contacts-right {
  float: left; }
html[dir="rtl"] footer .contacts-left {
  float: right; }
html[dir="rtl"] .product-list-item .image {
  float: right;
  margin-right: 0;
  margin-left: 15px; }
html[dir="rtl"] .product-list-item .wishlist a i, html[dir="rtl"] .product-list-item .compare a i {
  padding-right: 0;
  padding-left: 5px; }
html[dir="rtl"] .product-list-item .button-cart-text {
  margin-right: 0; }
html[dir="rtl"] .journal-accordion-content {
  text-align: right; }
html[dir="rtl"] .journal-accordion .journal-accordion-heading::after {
  right: auto;
  left: 5px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1); }
html[dir="rtl"] .lg-toolbar .lg-icon {
  float: left; }
html[dir="rtl"] #lg-counter {
  margin-right: 20px; }
html[dir="rtl"] .lg-actions .lg-next {
  left: 20px;
  right: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
html[dir="rtl"] .lg-actions .lg-prev {
  right: 20px;
  left: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
html[dir="rtl"] .lg-outer .lg-thumb-item {
  float: right; }
html[dir="rtl"] #lg-intense-zoom {
  left: 50px;
  right: auto; }
html[dir="rtl"] .rating a:first-of-type {
  margin-left: 0;
  margin-right: 10px; }
html[dir="rtl"] .social span {
  float: right; }
html[dir="rtl"] .product-info > div {
  float: right; }
html[dir="rtl"] .product-info .right {
  padding-left: 0;
  padding-right: 20px; }
  html[dir="rtl"] .product-info .right .cart div .qty {
    float: right;
    margin-right: 0;
    margin-left: 8px; }
  html[dir="rtl"] .product-info .right .cart div .button .button-cart-text:before {
    margin-right: 0;
    margin-left: 8px; }
  html[dir="rtl"] .product-info .right .description .product-views-count {
    float: left; }
html[dir="rtl"] .product-info .option ul li {
  margin: 0 0 7px 8px; }
html[dir="rtl"] .product-info .left .image-additional {
  margin-right: 0; }
  html[dir="rtl"] .product-info .left .image-additional .swiper-button-prev {
    left: auto;
    right: 5px; }
  html[dir="rtl"] .product-info .left .image-additional .swiper-button-next {
    right: auto;
    left: 5px; }
html[dir="rtl"] .product-info .gallery-text:before {
  margin-right: 0;
  margin-left: 5px;
  top: 3px; }
html[dir="rtl"] #tabs li, html[dir="rtl"] #tabs a {
  float: right; }
html[dir="rtl"] #tab-review .buttons .pull-right {
  margin: 10px 0 0 0;
  float: right; }
html[dir="rtl"] #tab-review .form-group label {
  margin-top: -4px; }
html[dir="rtl"] .attribute tbody td,
html[dir="rtl"] .attribute thead td,
html[dir="rtl"] .attribute thead tr td:first-child {
  text-align: right; }
html[dir="rtl"] #content label {
  padding-right: 0;
  padding-left: 20px; }
  html[dir="rtl"] #content label .text-danger {
    position: absolute;
    top: -20px; }
html[dir="rtl"] .confirm-section label {
  padding-left: 0 !important; }
html[dir="rtl"] .confirm-section > div label input[type='radio'],
html[dir="rtl"] .confirm-section > div label input[type='checkbox'] {
  margin: 4px 0 5px 5px;
  float: right; }
html[dir="rtl"] span.error, html[dir="rtl"] .text-danger {
  margin-left: 5px; }
html[dir="rtl"] .form-horizontal .form-group label {
  float: right; }
html[dir="rtl"] .required label:before {
  top: 0;
  margin-right: 0;
  margin-left: 3px; }
html[dir="rtl"] #content.search-page .content input[type="text"],
html[dir="rtl"] #content.search-page .content select {
  margin-right: 0;
  margin-left: 10px; }
html[dir="rtl"] #content.search-page .content input[type='checkbox'] {
  float: right; }
html[dir="rtl"] .contact-page .col {
  float: right; }
html[dir="rtl"] .wishlist-info tbody .name,
html[dir="rtl"] .wishlist-info thead .name {
  text-align: right; }
html[dir="rtl"] .cart-info tbody td a {
  display: inherit; }
html[dir="rtl"] .cart-info .name {
  text-align: right; }
html[dir="rtl"] #total .right {
  text-align: left; }
html[dir="rtl"] .sc-page .buttons .pull-left {
  margin-bottom: 0;
  float: right; }
html[dir="rtl"] .sc-page .buttons .pull-right {
  float: left; }
html[dir="rtl"] .journal-checkout .left, html[dir="rtl"] .journal-checkout .right {
  float: right; }
html[dir="rtl"] .journal-checkout .left {
  padding-right: 0;
  padding-left: 18px; }
html[dir="rtl"] .journal-checkout .checkout-product tfoot td {
  text-align: left; }
html[dir="rtl"] .journal-checkout .checkout-cart td.image {
  padding: 10px; }
html[dir="rtl"] .journal-checkout .secondary-title {
  text-align: right; }
html[dir="rtl"] .checkout-product tfoot td {
  text-align: left; }
html[dir="rtl"] .sf-reset {
  right: auto;
  left: 10px; }
html[dir="rtl"] .journal-sf .sf-image .box-content ul li {
  float: right; }
html[dir="rtl"] .journal-sf ul label input[type=checkbox] {
  margin: 0 5px 0 5px; }
html[dir="rtl"] .filter-collapse .box-heading::after {
  left: 9px;
  right: auto; }
html[dir="rtl"] .filter-collapse .sf-reset {
  right: auto;
  left: 28px; }
html[dir="rtl"] .product-grid-item .cart .button-left-icon::before,
html[dir="rtl"] .product-grid-item .enquiry-button i::before {
  margin-right: 0;
  float: right; }
html[dir="rtl"] .block-icon-left {
  float: right;
  margin-right: 0;
  margin-left: 10px; }
  html[dir="rtl"] .block-icon-left + .editor-content {
    text-align: right !important; }
html[dir="rtl"] .category-info img, html[dir="rtl"] .category-info .image img {
  margin-right: 0;
  margin-left: 15px;
  float: right; }
html[dir="rtl"] .product-filter .display,
html[dir="rtl"] .product-filter .product-compare {
  float: right; }
html[dir="rtl"] .product-filter .display a + a {
  left: 10px; }
html[dir="rtl"] .product-filter > div {
  float: left; }
html[dir="rtl"] .pagination .links {
  float: right; }
html[dir="rtl"] .pagination .results {
  float: left; }
html[dir="rtl"] .posts.blog-list-view .post-image {
  float: right;
  padding-right: 0;
  padding-left: 15px; }
html[dir="rtl"] .posts.blog-list-view .post-item-details {
  text-align: right !important; }
html[dir="rtl"] .post-item-details {
  text-align: right !important; }
html[dir="rtl"] .comment-date span::before {
  margin-right: 0;
  margin-left: 4px;
  float: right; }
html[dir="rtl"] .box-search a {
  left: 0;
  right: auto;
  border-left-width: 0;
  border-right-width: 1px; }
html[dir="rtl"] .journal-blog-feed {
  right: auto;
  left: 30px; }
  html[dir="rtl"] .journal-blog-feed::before {
    margin-right: 0;
    margin-left: 5px; }
html[dir="rtl"] .blog-post .post-stats > span:before {
  margin-right: 0;
  margin-left: 4px;
  float: right; }
html[dir="rtl"] .blog-post .tags {
  margin: 15px 0 10px 10px; }
  html[dir="rtl"] .blog-post .tags a, html[dir="rtl"] .blog-post .tags b {
    display: block;
    float: right; }
  html[dir="rtl"] .blog-post .tags::after {
    display: table;
    content: "";
    clear: both; }
html[dir="rtl"] .blog-post .social {
  text-align: right;
  padding: 12px 0 0 8px; }
html[dir="rtl"] .comments h3 {
  text-align: right; }
html[dir="rtl"] .comments .avatar {
  float: right;
  margin-right: 0;
  margin-left: 15px; }
html[dir="rtl"] .comments .reply-btn {
  right: auto;
  left: 13px; }
html[dir="rtl"] .side-post-image {
  float: right;
  margin-right: 0;
  margin-left: 5%; }
html[dir="rtl"] .side-blog-tags .box-tag a {
  float: right; }
html[dir="rtl"] .journal-popup-contact .form-horizontal .form-group label {
  padding-right: 0;
  text-align: right; }
html[dir="rtl"] .tags {
  text-align: right; }
html[dir="rtl"] .product-info .right .options h3 {
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"].quickview #more-details {
  float: left; }
html[dir="rtl"].quickview #button-cart {
  float: right; }
html[dir="rtl"] #more-details i:before {
  top: 0;
  left: -1px;
  -webkit-transform: scale(-1);
          transform: scale(-1); }
html[dir="rtl"] .side-column .box-content li a, html[dir="rtl"] .side-column .box-category li a {
  padding-right: 10px;
  padding-left: 25px; }
  html[dir="rtl"] .side-column .box-content li a::before, html[dir="rtl"] .side-column .box-category li a::before {
    margin-right: 0;
    margin-left: 5px;
    float: right;
    -webkit-transform: scale(-1);
            transform: scale(-1); }
html[dir="rtl"] .side-column .box-category > ul li ul li a {
  padding-right: 20px; }
html[dir="rtl"] .side-column .box-category > ul li ul li ul li a {
  padding-right: 35px; }
html[dir="rtl"] .side-column .side-category i {
  right: auto;
  left: 8px; }
html[dir="rtl"] .side-column .oc-module .product-details {
  float: right; }
html[dir="rtl"] .side-column .oc-module .product-grid-item .image {
  float: right; }
  html[dir="rtl"] .side-column .oc-module .product-grid-item .image a {
    margin-right: 0;
    margin-left: 5px; }
html[dir="rtl"] .side-column .oc-module .product-grid-item .price, html[dir="rtl"] .side-column .oc-module .product-grid-item .rating {
  text-align: right; }
html[dir="rtl"] .flyout .mega-menu-column.mega-menu-html .wrapper {
  margin-left: 15px; }
html[dir="rtl"] .flyout .mega-menu .mega-menu-column:last-of-type > div > h3 {
  margin-left: 15px;
  margin-right: 0; }
html[dir="rtl"].no-secondary .journal-header-center .journal-language {
  left: auto;
  right: 0; }
html[dir="rtl"].no-secondary .journal-header-center .journal-currency {
  right: auto;
  left: 0; }
html[dir="rtl"].no-secondary .journal-header-center #currency {
  border-left-width: 1px; }
html[dir="rtl"] .journal-login .journal-secondary {
  float: left; }
html[dir="rtl"] .journal-language .dropdown-menu > li > a,
html[dir="rtl"] .journal-currency .dropdown-menu > li > a {
  text-align: right; }
html[dir="rtl"] .journal-language .dropdown-toggle img,
html[dir="rtl"] .journal-currency .dropdown-toggle img {
  margin-right: 5px;
  margin-left: 2px; }
html[dir="rtl"] .lang-full .journal-header-default .journal-language,
html[dir="rtl"] .currency-full .journal-header-default .journal-language {
  padding-left: 0; }

@media only screen and (min-width: 1100px) {
  html[dir="rtl"] .journal-checkout .left .checkout-register label,
  html[dir="rtl"] .journal-checkout .left .checkout-login label,
  html[dir="rtl"] .journal-checkout section.section-left .form-horizontal .form-group label,
  html[dir="rtl"] .oc1 .journal-checkout .form-horizontal .form-group label {
    float: right; } }
@media only screen and (max-width: 980px) {
  html[dir="rtl"] .journal-checkout .left input[type='radio'] {
    margin-left: 5px;
    margin-right: 0; }
  html[dir="rtl"].mobile-menu-on-tablet .mobile-trigger:before {
    float: right;
    margin-left: 10px; }
  html[dir="rtl"] .journal-popup .mfp-close {
    left: -8px; } }
@media only screen and (max-width: 760px) {
  html[dir="rtl"].collapse-footer-columns .column > h3::after {
    right: auto;
    left: 0; }
  html[dir="rtl"] .product-info .right {
    padding-right: 0; }
  html[dir="rtl"] .mobile-trigger {
    padding-left: 0; }
  html[dir="rtl"] .journal-checkout .left {
    padding-left: 0; }
  html[dir="rtl"] .journal-checkout .checkout-cart td.image img {
    max-width: 100%; }
  html[dir="rtl"] .journal-checkout .checkout-cart tbody td.name {
    padding: 0 5px; }
  html[dir="rtl"] .journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
    margin-right: 0; }
  html[dir="rtl"] .mobile-trigger:before {
    margin-right: 10px;
    margin-left: 10px;
    float: right; }
  html[dir="rtl"] .journal-menu .mobile-menu > li .mobile-plus {
    right: auto;
    left: 0;
    border-left-width: 0; }
  html[dir="rtl"] .journal-menu .mobile-menu > li > a {
    text-align: right;
    padding-right: 10px; }
  html[dir="rtl"] .journal-header-mega #logo a {
    text-align: center; }
  html[dir="rtl"] .drop-down ul li a {
    padding: 10px 9px 10px 25px; }
  html[dir="rtl"] .drop-down ul li ul {
    right: 0; }
  html[dir="rtl"] .phone-sticky-cart.menu-cart-off #cart,
  html[dir="rtl"] .menu-cart-off.phone-sticky-cart.phone-sticky-menu #cart,
  html[dir="rtl"] .phone-sticky-cart.search-cart-same-line:not(.menu-cart-off) #cart {
    left: 0;
    right: auto; }
  html[dir="rtl"] .search-cart-same-line.phone-sticky-menu.phone-sticky-cart .journal-menu {
    z-index: 3; }
  html[dir="rtl"] .journal-header-center .journal-search {
    padding-left: 0; }
  html[dir="rtl"] .phone-sticky-menu .journal-menu {
    left: auto;
    right: 0; }
  html[dir="rtl"] #search input {
    padding-left: 0; }
  html[dir="rtl"] .journal-header-mega .journal-search {
    padding-left: 0; }
  html[dir="rtl"] .product-filter .sort {
    right: auto;
    left: 0; }
  html[dir="rtl"] .product-filter .display {
    margin-right: 0; }
  html[dir="rtl"] footer .column {
    padding-left: 15px; } }
/******************************
 Header
*******************************/
html[dir="rtl"] .journal-header-default .journal-logo {
  float: right; }
html[dir="rtl"] .top-menu li *:not(.icon-only) i {
  margin-right: 0 !important;
  margin-left: 5px; }
html[dir="rtl"] .journal-header-compact #header > div {
  float: right; }
html[dir="rtl"] .journal-header-compact #header .top-menu {
  padding-left: 0;
  padding-right: 10px; }
html[dir="rtl"] .journal-header-compact #header .journal-cart {
  padding-right: 15px;
  padding-left: 0;
  float: left; }
html[dir="rtl"] .journal-header-compact #header .divider {
  right: 23.3%;
  left: auto; }
html[dir="rtl"] .journal-header-compact #header .journal-search input {
  padding-left: 0;
  padding-right: 35px; }
html[dir="rtl"] .journal-header-compact #header .lang-curr {
  float: left;
  padding-left: 15px;
  padding-right: 0; }
  html[dir="rtl"] .journal-header-compact #header .lang-curr::after {
    left: -1px;
    right: auto; }
html[dir="rtl"] .journal-header-compact #header .journal-cart .content {
  right: auto;
  left: 0; }
html[dir="rtl"] .journal-header-compact #header .journal-menu .super-menu > li:first-of-type > a {
  margin-left: 0;
  margin-right: 15px; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-right ul {
  float: right; }
html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-right img {
  float: left; }
html[dir="rtl"] .super-menu > li:first-of-type {
  border-right-width: 1px; }
  html[dir="rtl"] .super-menu > li:first-of-type > a {
    margin-left: 0;
    margin-right: 15px; }
html[dir="rtl"] .super-menu > li:last-of-type {
  border-right-width: 0; }
html[dir="rtl"] .super-menu > li.icon-only {
  margin-right: 0; }
html[dir="rtl"] .super-menu > li:first-of-type:not(.icon-only) > a {
  margin-right: 0; }
html[dir="rtl"] .journal-header-center .super-menu > li.icon-only > a,
html[dir="rtl"] .journal-header-default .super-menu > li.icon-only > a {
  margin-right: 0; }
html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {
  border-left-width: 1px; }

@media only screen and (max-width: 980px) {
  html[dir="rtl"] .header-notice > div {
    padding: 10px 10px 0 0; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart {
    right: auto;
    left: 5px; }
    html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart #cart .heading a > span {
      padding-left: 8px; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .divider {
    left: auto;
    right: 30%;
    width: 68%; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search {
    right: 30%;
    left: auto;
    padding-right: 15px;
    padding-left: 0; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .journal-menu .super-menu > li:first-of-type > a {
    margin-right: 0; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .mega-menu {
    left: auto !important;
    right: 0 !important; }
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-default .journal-menu .mobile-menu > li > a,
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-compact .journal-menu .mobile-menu > li > a,
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-center .journal-menu .mobile-menu > li > a {
    text-align: right;
    padding-left: 0;
    padding-right: 10px; }
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-default .journal-menu .mobile-menu > li .mobile-plus,
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-compact .journal-menu .mobile-menu > li .mobile-plus,
  html[dir="rtl"].mobile-menu-on-tablet .journal-header-center .journal-menu .mobile-menu > li .mobile-plus {
    right: auto;
    left: 0;
    border-left-width: 0;
    border-right-width: 1px; } }
@media only screen and (max-width: 760px) {
  html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart {
    left: 0; }
  html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search {
    right: auto;
    left: 5px; }
    html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search input {
      padding-right: 10px; }
    html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search .button-search {
      left: 0;
      right: auto; }
    html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search #search {
      left: 0;
      right: auto; }
  html[dir="rtl"] .journal-newsletter:not(.text-top) .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  html[dir="rtl"] .open-filter {
    padding-left: 0;
    padding-right: 15px; }
    html[dir="rtl"] .open-filter::before {
      float: right;
      margin-right: 0;
      margin-left: 10px; }
  html[dir="rtl"] .journal-menu .mobile-menu > li:first-of-type .mobile-plus {
    left: -1px; }
  html[dir="rtl"] .journal-carousel .htabs a:last-of-type {
    border-left-width: 0; } }
@media only screen and (max-width: 470px) {
  html[dir="rtl"] .cart-info .quantity input[type="text"] {
    left: 25px;
    right: auto; }
  html[dir="rtl"] .sc-page .buttons .pull-left {
    margin-bottom: 10px; }
  html[dir="rtl"] .product-filter .sort select {
    width: 94%;
    right: 10px;
    position: absolute;
    top: 5px; }
  html[dir="rtl"] .product-filter .limit {
    right: auto;
    left: -7px; }
    html[dir="rtl"] .product-filter .limit select {
      margin: 7px; } }
@media only screen and (min-width: 760px) {
  html[dir="rtl"].boxed-header .journal-header-center .journal-cart {
    padding-right: 0;
    padding-left: 20px; } }

