@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.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; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  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; }

: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; }

body::after {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******************************
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; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.heading-title, .box-heading {
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.heading-title {
  margin-bottom: 20px; }

.secondary-title {
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }
body .mfilter-iscroll {
    overflow: hidden;
}
@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;
  padding-bottom: 0 !important; }

#content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0); }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.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
*******************************/
input, textarea, keygen, select, button {
  font-family: inherit; }

a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  position: relative; }
  .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: 0 auto;
  padding: 0 15px;
  height: auto;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb a .fa {
      top: -1px; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li::before {
      content: "»";
      margin-right: 2px; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type::before {
      display: none; }

@media only screen and (max-width: 500px) {
  ul.breadcrumb {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    ul.breadcrumb > li {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: normal;
      text-align: left; } }
.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
    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; }

/******************************
 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: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #406378;
  padding: 5px 10px;
  width: 100%;
  transition: all 0.2s;
  font-size: 13px;
  min-height: 1px;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
  margin: 5px; }

select {
  border: 1px solid #406378;
  padding: 4px;
  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;
    z-index: 1; }
    #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 .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2.information-page #content {
  padding-bottom: 20px;
padding-top: 7px;  }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "*";
      color: #EA2E49;
      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: 0; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right;
	padding-right: 0;	}
.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: -webkit-flex;
    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 {
      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 {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .oc2 .alert button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-right: 5px; }

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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; }

.ie:not(.edge) .mini-cart-info table tr td.remove button {
  padding-right: 5px; }

/******************************
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; }

/******************************
 Demo 11
*******************************/
.skin-11 .side-column .box:not(.flyout-menu) {
  overflow: hidden; }
.skin-11 .heading-title,
.skin-11 .refine-image a,
.skin-11 .side-column .box {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05); }
.skin-11 .journal-cms-block-96 .block-content-left {
  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; }
.skin-11 .product-grid .product-grid-item .price {
  margin: 7px 0 10px 0; }
.skin-11 .secondary-title, .skin-11 #content #review-title {
  padding-top: 0; }

@media only screen and (min-width: 760px) {
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-search,
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
    margin-top: 10px; }
  .skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
    top: 10px;
    position: relative; }

  .skin-12 #logo a img {
    top: 45%; }
  .skin-12 .journal-header-center .journal-cart,
  .skin-12 .journal-header-center .journal-search {
    margin-top: -10px; } }
/******************************
 Demo 12
*******************************/
@media only screen and (min-width: 760px) and (max-width: 800px) {
  .skin-12 .journal-header-center #cart .heading {
    right: 10px; } }
.skin-12 .product-grid-item .image .wishlist,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .wishlist {
  left: -5px; }
.skin-12 .product-grid-item .image .compare {
  right: -5px; }

/******************************
 Demo 14
*******************************/
.skin-14 .product-info .product-options > .cart,
.skin-14 .product-info .product-options > .rating {
  margin-bottom: 0; }

/******************************
 Demo 15
*******************************/
.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
  margin: 40px auto 10px auto !important; }
.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
  margin-bottom: 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
  padding: 10px 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
  bottom: 20px !important; }

#OpenModal1{bottom:25px;    left: 165px;position:fixed;    z-index: 99;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/image/catalog/mini.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
.form-builder {
	display: none;
}
.modal-body .form-builder {
	display: block;
}
body .button-search {
    float: none;
    right: 0;
}
.journal-header-mega .header-assets .journal-search, .header-assets .cart-lang-block, .header-assets .grafik, .header-assets .button-callback {
    width: 20%;
    padding: 0 15px;
	float: left;
}
.header-assets .grafik {
	text-align: center;
	padding-top: 7px;
}
.header-assets #cart .heading i:before {
    color: rgb(255, 203, 8);
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.header-assets .cart-lang-block {
    width: 90px;
}
.header-assets .journal-logo {
	padding-left: 0;
	width: 300px;
	padding-right: 15px;
}
.header-assets .journal-logo #logo a {
    overflow: visible;
}
.header-assets .journal-logo #logo a img {
	top: 0;
    left: 0;
    max-height: 110px;
    transform: none;
	-webkit-transform: none;
}
.journal-search .journal-links, .journal-header-mega .header-assets .journal-search, .journal-header-center .links, .journal-header-mega #search {
	height: auto;
}
body .journal-header-center #search input {
    min-height: 1px;
    height: 30px;
}
.header-assets .cart-lang-block {
	padding-right: 0;
	position: relative;
	top: 3px;
}
.header-assets .telephones {
	width: calc(60% - 390px);
	padding: 0 15px;
    float: left;
	text-align: center;
}
.journal-header-center #search input {
    padding: 5px 30px 5px 10px;
	min-height: 35px;
    height: 35px;
}
.header-assets .telephones > a, .layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p a {
	display: inline-block;
	width: auto;
	text-align: left;
	padding-left: 30px;
	color: #002e43;
	font-size: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "OpenSansSemiBold";
	vertical-align: middle;
    margin: 7px 10px;
	color: #002e43;
}
.header-assets .telephones > a.stacphone, .layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p:nth-of-type(1) a {
	background-image: url(/image/catalog/phone-icons/stacphone.png);
}
.header-assets .telephones > a.lifecell, .layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p:nth-of-type(2) a {
	background-image: url(/image/catalog/phone-icons/lifecell.png);
	position: relative;
}
/* .header-assets .telephones > a.lifecell:after, .header-assets .telephones > a.lifecell:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	right: -30px;
	top: 0;
	background: url(/image/catalog/phone-icons/viber.png) no-repeat center center;
	background-size: contain;
}
.header-assets .telephones > a.lifecell:before {
	right: -60px;
	background-image: url(/image/catalog/phone-icons/telegram.png);
} */
.header-assets .telephones > a.kievstar, .layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p:nth-of-type(3) a {
	background-image: url(/image/catalog/phone-icons/kievstar.png);
}
.header-assets .telephones > a.vodafone, .layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p:nth-of-type(4) a {
	background-image: url(/image/catalog/phone-icons/vodafone.png);
}
.oc2 #cart .content {
    z-index: 999;
}
body .journal-header-center .header-assets .journal-language {
    left: auto;
	float: none;
    display: inline-block;
	height: auto;
    vertical-align: middle;
	margin-right: 10px;
	position: absolute;
    width: 100px;
    right: -10px;
    top: -55px;
}
body .journal-header-center .journal-cart {
    width: 70px;
	float: none;
    display: inline-block;
	vertical-align: middle;
}
.display-none, .journal-language .dropdown-toggle, .journal-language .dropdown-menu::before {
	display: none;
}
body .journal-header-center .journal-language form .dropdown-menu {
	display: inline-block !important;
	min-width: 1px;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
	background: none;
	box-shadow: none;
	opacity: 1 !important;
	transform: none;
}
body .journal-header-center #language, body .journal-language .dropdown-menu > li {
	border: none;
	display: inline-block;
}
body #cart .heading a > span {
    position: absolute;
    background: #002e43;
    display: block;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    right: 2px;
    border: 1px solid #fff;
    top: 1px;
    z-index: 2;
}
body .journal-header-center #cart .heading i {
    width: 55px;
}
body .journal-language .dropdown-menu > li > a {
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}
.journal-language .dropdown-menu > li:first-of-type::after {
	content: '/';
	display: inline-block;
	vertical-align: top;
	font-family: "OpenSansSemiRegular";
    line-height: 22px;
    font-size: 18px;
}
.journal-language .dropdown-menu > li:last-of-type a {
    padding-left: 3px;
}
.grafik .grafik-day {
	font-size: 14px;
}
.grafik .grafik-number {
	font-family: "OpenSansSemiBold";
	color: #406378;
	font-size: 14px;
}
body .journal-header-center .top-menu > li > .m-item, header .links, body .journal-header-center .journal-top-header, body .journal-header-center .top-bar > .journal-links {
	height: 30px;
}
body .journal-header-center .journal-menu-bg {
    top: 100px;
}
body .journal-header-center .top-menu > li > .m-item {
    height: 20px;
    border: 1px solid #3274ad;
    border-radius: 3px;
    background: #3274ad;
    color: #fff;
    padding: 1px 5px;
}
body .journal-header-center .top-menu > li > .m-item:hover {
	color: #6a90a9;
}
body #header .top-menu > li {
    margin: 0 5px;
}
.journal-search .journal-links {
    margin-bottom: 3px;
}
body .journal-language form {
    float: right;
}
body .journal-header-center .journal-center-bg {
    top: 0;
}
.journal-carousel .swiper {
    padding: 0 35px;
}
body.is-sticky .header-assets.top-bar, body .journal-header-center .journal-top-header {
    display: none;
}
body.is-sticky .journal-header-center .journal-center-bg {
    top: 0;
}
body.is-sticky .journal-header-center .journal-menu-bg {
    top: 100px;
}
body.is-sticky .header-assets .journal-logo #logo a img {
    top: 0;
}
.tp-simpleresponsive >ul >li .tp-caption {
	font-size: 30px !important;
    color: #fff;
    font-weight: 900;
    left: 30px !important;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    line-height: 50px !important;
    letter-spacing: 1px !important;
}
.tp-rightarrow:before, .tp-rightarrow.default:before, .journal-simple-slider .owl-controls .owl-buttons .owl-next:before, .tp-leftarrow:before, .tp-leftarrow.default:before, .journal-simple-slider .owl-controls .owl-buttons .owl-prev:before {
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.tp-leftarrow:hover:before, .tp-leftarrow.default:hover:before, .tp-rightarrow:hover:before, .tp-rightarrow.default:hover:before, .journal-simple-slider .owl-controls .owl-buttons .owl-prev:hover:before, .journal-simple-slider .owl-controls .owl-buttons .owl-next:hover:before {
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.tp-bullets.simplebullets.round .bullet, .journal-simple-slider .owl-controls .owl-page span {
	box-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover, .journal-simple-slider .owl-controls .owl-page.active span, .journal-simple-slider .owl-controls.clickable .owl-page:hover span {
	box-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
#bottom-modules {
    overflow: hidden;
}
.swiper-pagination {
    margin-top: 10px;
}
html:not(.product-page) body #container .journal-carousel .htabs a, .home-page #content .cms-blocks .box-heading {
	border: none;
	border-radius: 5px;
	padding: 0 20px;
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 18px;
	overflow: visible;
}
html:not(.product-page) body #container .journal-carousel .htabs {
	text-align: center;
	overflow: hidden;
}
html:not(.product-page) body #container .journal-carousel .htabs a:before, html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:before, .home-page #content .cms-blocks .box-heading:after {
	content: '';
	height: 1px;
	width: 300%;
	position: absolute;
	top: 19px;
	left: calc(100% + 50px);
	background: #002e43;
}
html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:after {
	right: calc(100% + 50px);
	left: auto;
}
#bottom-modules > .journal2_cms_blocks:first-child .block-icon-left {
    margin-right: 0;
	position: absolute;
	line-height: 52px;
}
#bottom-modules > .journal2_cms_blocks:first-child .cms-block {
    margin-bottom: 0;
}
#bottom-modules > .journal2_cms_blocks:first-child .editor-content p {
    padding-bottom: 0;
	margin: 0;
}
#bottom-modules > .journal2_cms_blocks:first-child .block-content {
	display: table;
	width: 100%;
}
#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content {
	display: flex;
    width: 100%;
    align-items: center;
    padding-left: 70px;
    padding-right: 20px;
    position: relative;
    min-height: 52px;
}
#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content:after {
	content: '';
	border-right: 1px solid #3274ad;
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
#bottom-modules > .journal2_cms_blocks:first-child .blocks > .cms-block:last-child .block-content .editor-content:after {
	content: none;
}
#bottom-modules .journal-newsletter.text-left .newsletter-text {
    text-align: center;
}
#bottom-modules .editor-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
#bottom-modules .cms-blocks .box-heading {
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}
footer .column-menu-wrap > ul a {
    font-size: 20px;
    margin-bottom: 10px;
}
.scroll-top:before {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.journal-newsletter.text-left .newsletter-input-wrap .newsletter-button {
	color: #fff;
}
footer .menu:nth-of-type(2) .column-menu-wrap > ul a {
	font-size: 18px;
}
footer .menu:nth-of-type(2) .column-menu-wrap > ul a img {
	top: -3px;
}
footer .column-text-wrap p {
    font-size: 16px;
}
body .bottom-footer .copyright {
    line-height: 40px;
}
body .bottom-footer {
    height: 40px;
}
.home-page #content .cms-blocks {
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}
.home-page #content .cms-blocks img {
	border-radius: 50%;
}
.home-page #content .cms-blocks td {
	color: rgb(0, 46, 67);
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 16px;
	padding-bottom: 7px;
	border-bottom: 1px solid #b2c3d3;
}
.home-page #content .cms-blocks tr:after {
	content: '';
	height: 100%;
    width: 1px;
    border-right: 1px solid #b2c3d3;
    position: absolute;
    left: 50%;
}
.home-page #content .cms-blocks table {
	margin-bottom: 8px;
	position: relative;
}
.home-page #content .cms-blocks .block-content {
    border: 2px solid #f1f1f1;
	transition: all 0.3s ease;
}
.home-page #content .cms-blocks .block-content:hover {
    border: 2px solid #406378;
}
.home-page #content .cms-blocks .block-content table tr td p {
	padding: 0;
	margin: 0;
}
.home-page #content .cms-blocks .block-content .editor-content > p {
	margin: 0;
	padding: 0;
}
.home-page #content .cms-blocks .block-content table tr td:first-of-type p:nth-of-type(2) {
	font-size: 12px;
	color: #2c75af;
}
footer #footer .column > h3 {
    border: none;
    padding-bottom: 15px;
}
footer #footer .column > h3:after {
	content: '';
	width: 90%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px 0 0;
}
#footer .row .block-icon-left {
    margin-right: auto;
}
footer #footer .column > h3 {
    margin: 0;
}
footer #footer .column h4 {
    font-size: 16px;
	margin-bottom: 10px;
}
footer #footer .column p a {
    color: #d7dce0;
}
footer #footer .column-text-wrap p {
    margin-bottom: 10px;
	font-weight: normal;
}
.super-menu .mega-menu-categories .mega-menu div > h3 {
    display: none;
}
.super-menu .mega-menu-categories:last-child .mega-menu div > h3 {
	display: block;
	padding: 0;
}
.super-menu .mega-menu-categories:last-child .mega-menu-item.menu-image-top img {
	margin: 0 auto;
	max-width: 100px;
	display: block !important;
}
.mega-menu-categories .mega-menu-item {
    padding: 0 10px;
}
body #content > h1:first-child, body .buttons {
    display: block;
}
body #container #content .product-grid-item .rating {
    top: auto;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    left: auto;
	padding: 2px 0 0;
}
.short_description {
	position: relative;
	margin-left: -10px;
    margin-right: -10px;
	width: calc(100% + 20px);
}
.short_description .short_description-inner {
	position: absolute;
    top: 0;
    opacity: 0;
    padding: 10px;
    background: #fff;
    border: 2px solid #b2c3d3;
    border-top: none;
    z-index: 9999;
    transition: all 0.3s ease;
    width: 100%;
}
.product-grid-item .product-wrapper:hover .short_description .short_description-inner {
	opacity: 1;
	border-color: #002e43;
}
.product-list-item {
	transition: all 0.3s ease;
}
.product-list-item:hover {
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.25);
	border-color: rgb(0, 46, 67);
	transition: all 0.3s ease;
}
.product-list-item .short_description .short_description-inner {
    position: relative;
    opacity: 1;
    border: none;
	padding: 0;
}
.product-list-item .short_description {
    position: absolute;
    right: 0;
    margin: 0;
    width: 40%;
	top: 30px;
}
.product-list-item .name {
    width: 100%;
}
body .product-list-item .name a {
    border: none;
    padding: 0;
}
body .product-list-item .rating {
    position: relative;
    left: -2px;
    margin-top: 10px;
}
.product-list-item .product-details .caption > div, .product-list-item .product-details .caption > p, .product-list-item .product-details .fastorder, .product-list-item .product-details .button-group {
    width: 100%;
	padding-right: 45%;
}
.product-list-item .fastorder {
    padding: 5px 0;
}
.category-description table {
	text-align: center;
	width: 100%;
}
.category-description table td {
	padding: 7px;
	color: #002e43;
}
.category-description table td img {
	width: auto !important;
	height: auto !important;
}
.category-description table tbody tr td:first-child {
	border-right: 1px solid #000;
	background: #efefef;
    color: #002e43;
	width: 270px;
}
.category-description table tbody tr:first-child td, .category-description table tbody tr:nth-child(2) td:first-child {
	border: none;
	background: none;
}
.category-description table tbody tr:nth-child(2) td {
	background: none;
	font-size: 15px;
	font-weight: bold
}
.category-description table tbody tr td, .category-description table tbody tr:nth-child(2) td:first-child {
	border-bottom: 1px solid #000;
}
.category-description table tbody tr:first-child td {
	border: none;
}
.category-description h1, .category-description h2, .category-description h3, .category-description h4, .category-description h5 {
    margin: 20px 0 10px;
}
.category-description p {
	margin-bottom: 10px;
}
.product-filter {
	padding: 0 0 5px;
    border-bottom: 1px solid #ebebeb;
    margin-top: -10px;
}
.list-model {
    margin: 5px 0;
}
.list-model span {
	font-weight: bold;
}
.product-grid-item .name a, .posts h2 a {
    line-height: 20px;
}
body label.mfilter-tb-as-td {
    word-break: initial;
    font-weight: 600;
    color: #064591;
}
.mfilter-heading-text > span {
    font-weight: bold;
	font-size: 14px;
}
#mfilter-content-container {
    padding-bottom: 30px;
}
.mini-cart-info table tr td.name {
    font-size: 12px;
    text-align: left;
}
.mini-cart-info table tr td.total {
    width: 75px;
}
.cart-info tbody td.image .img-thumbnail {
    margin: 0 auto;
    float: none;
}
.fastorder .btn-quick-order {
    padding: 3px 10px;
    font-size: 12px;
	cursor: pointer;
}
.fastorder .btn-quick-order .fa {
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
body #popup-quickorder .popup-heading {
	font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 27px;
    text-align: center;
}
body #popup-quickorder .sections_block_rquaired .fa, body #popup-quickorder .sections_block .fa {
    color: #002e43 !important;
	font-size: 14px;
}
#popup-quickorder .quick-cell-content {
    font-size: 12px;
}
#popup-quickorder .price-new {
    font-weight: bold;
}
#popup-quickorder .product .col-smq-5 {
    width: 70%;
	margin-bottom: 30px;
}
#popup-quickorder .product .col-smq-7 {
    width: 30%;
}
#popup-quickorder .product .col-smq-7 .col-xsq-6 {
    width: 100%;
	height: 35px;
}
#popup-quickorder .product .col-smq-7 .col-xsq-6 .quick-cell-content {
    vertical-align: top;
}
#quickorder_btn .btn-quickorder {
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
}
#quickorder_btn .btn-quickorder .fa {
    font-size: 22px;
    margin-right: 5px;
}
body #popup-quickorder .price-old {
    font-size: 14px;
}
body #popup-quickorder .price-new {
    font-size: 18px;
}
#popup-quickorder .quantity_quickorder input {
    border-color: #d0d0d0;
}
body .product-filter .product-compare a {
    padding: 0 15px;
    border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(50, 116, 173);
}
body .refine-image a {
	border: 2px solid rgb(50, 116, 173);
    padding: 10px 10px 5px;
	font-size: 16px;
    font-weight: 600;
	transition: all 0.3s ease;
}
body .refine-image a:hover {
	box-shadow: 0 0 20px #727272;
}
.ocstore-badge-item img {
    max-height: 30px;
    margin: 3px;
}
body .product-grid-item .image .label-sale, body .product-info .image .label-sale {
    width: auto;
    height: auto;
    border-radius: 0;
    bottom: 2px;
    top: auto;
    line-height: 30px;
    font-size: 17px;
    font-weight: normal;
    right: 50%;
    margin-right: -57px;
    padding: 0 8px;
	display: inline-block;
	position: absolute;
}
.sticker1, .sticker2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #1f9d00;
    color: #fff;
    border-radius: 0;
    line-height: 30px;
    font-size: 17px;
    padding: 0 8px;
}
.sticker2 {
	left: auto;
	right: 0;
	background: #3274ad;
}
.product-info .left .image > a {
    position: relative;
}
.refine-image a span {
    margin-top: 8px;
	transition: all 0.3s ease;
}
ul.breadcrumb li > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.oc2 .ui-pnotify-text > a {
    font-weight: bold;
    color: #002e43;
	text-decoration: underline;
}
.oc2 .notification-buttons a {
	color: #000;
    padding: 0 14px;
    font-weight: normal;
}
.oc2 .notification-buttons a:last-child {
	margin-right: 0;
}
#content h1.heading-title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}
.oc2 .simple-content .input-group-btn button {
    padding: 8px 12px 8px 12px;
}
.cart-info .quantity .input-group input {
    min-height: 34px;
	border: 1px solid #E4E4E4;
}
.category-page #refine-images {
	display: none;
}
.category-page #content h1.heading-title {
    border-bottom: none;
}
.category-page.category-page-170 #content h1.heading-title {
    border-bottom: 1px solid #ebebeb;
}
.category-page-170 .product-filter {
    border-top: 1px solid #ebebeb;
}
.category-page-170.category-page #refine-images {
	display: block
}
.category-page #content h1.heading-title {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#fastorder_data > .col-smq-12 {
	display: none;
}
#fastorder_data > .col-smq-6 {
    width: 100%;
	display: block;
}
body #popup-quickorder {
    max-width: 300px;
}
#popup-quickorder .popup-center {
    margin-top: 15px;
}
body #popup-quickorder .popup-footer {
    margin-top: 7px;
}
#container #content .star-rating{
	font-size: 0;
	display: inline-block;
    margin: 3px 0 20px 5px;
    vertical-align: top;
}
#container #content .star-rating__wrap{
	display: inline-block;
	margin-left: 10px;
}
#container #content .star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
#container #content .star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	padding-right: 5px;
	line-height: 22px;
}
#container #content .star-rating__ico:before {
	content: "\f006";
	font-family: FontAwesome;
	color: #5F6874;
}
#container #content .star-rating__ico:last-child{
	padding-left: 0;
}
#container #content .star-rating__input{
	display: none;
}
#container #content .star-rating__ico:hover:before,
#container #content .star-rating__ico:hover ~ .star-rating__ico:before,
#container #content .star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
	color: #FFB300;
}
.product-left, .product-right {
	float: left;
	width: 50%;
}
.left #product-gallery .swiper-slide {
	display: block;
	float: none;
	width: 100%;
}
#product-gallery {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 90px;
	height: 100%;
}
.product-info .left {
	position: relative;
}
body .product-info .left .image {
	padding-left: 100px;
}
.product-info .gallery-text {
	display: none;
}
.product-info .right .description li.p-model {
	margin-bottom: 5px;
	font-weight: bold;
}
.product-info .right .description span.p-model {
    font-size: 14px;
	font-weight: normal;
}
#content .product-info h1.heading-title {
    margin-bottom: 10px;
	line-height: 26px;
}
#content .product-info .right .description span {
    padding-right: 10px;
}
#content .product-info .right .rating {
    margin-left: -2px;
}
#content .product-info .rating > p > a {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.product-info .right .price .price-old, .product-info .right .price li.price-old {
    padding: 8px 0px 0;
	margin-right: 15px;
}
.product-info .right .price {
    margin: 15px 0;
}
.product-instock {
    color: #329d10;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.product-instock:before {
	content: "\f00c";
	font-family: fontawesome;
	margin-right: 5px;
}
.right #product .btn-quick-order {
    width: 100%;
    margin: 20px 0 15px;
    cursor: pointer;
    max-width: 170px;
    padding: 5px;
    display: block;
}
.right #product .btn-quick-order i {
    top: -1px;
    left: -5px;
}
body .product-info .right .wishlist-compare .links {
    margin: 5px 0 5px -10px;
	text-align: left;
}
body .product-info .right .wishlist-compare .links a {
	display: block;
}
body .product-info .right .wishlist-compare .links a:before {
	width: 20px;
}
.product-tabs .tab-content {
    background-color: #fff;
    border: 1px solid;
	overflow: visible;
}
.product-tabs #tab-description table {
    width: 100% !important;
    margin: 10px 0;	
}
.product-tabs #tab-specification table, #tab-description .specification-in-description table {
    max-width: 700px;
	border: none;
	margin: 10px auto;
}
.product-tabs #tab-description table td, .product-tabs #tab-specification table td, .specification-in-description table td {
	padding: 10px 15px 10px 0;
	width: 50%;
}
.product-tabs #tab-specification .attribute thead td, .product-tabs #tab-specification .attribute thead tr td:first-child, #tab-description .specification-in-description .attribute thead td, #tab-description .specification-in-description .attribute thead tr td:first-child {
    color: #fff;
    background: #3274ad;
	padding: 5px 10px;
	font-weight: 600;
}
.product-tabs #tab-specification table tbody td, #tab-description .specification-in-description table tbody td {
	border: none;
	border-bottom: 1px solid #d7dce0;
	padding: 7px 10px;
}
.product-tabs #tab-specification table tbody tr td:first-child, #tab-description .specification-in-description table tbody tr td:first-child {
	font-weight: 600;
}
#form-review #review .reviews-table .review-author {
    font-size: 16px;
}
#content #form-review #review-title {
    font-size: 20px;
    margin-top: 20px;
}
#form-review .form-group .col-sm-12 {
	padding: 0;
}
.product-page .journal-carousel .htabs a {
	float: none;
	display: block;
	text-align: center;
}
.product-page .journal-carousel .htabs {
	background: #d7dce0;
	padding: 10px 0;
}
.category-page .extended-container:before, .search-page .extended-container:before, .special-page .extended-container:before {
	background: none;
}
.title-breadcrumb {
    background-color: rgb(244, 244, 244);
}
.title-breadcrumb-inner {
	max-width: 1400px;
	display: table;
	width: 100%;
	margin: 0 auto;
}
.title-breadcrumb-inner .heading-title, .title-breadcrumb-inner .breadcrumb {
	width: 50%;
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
	margin: 0 auto;
}
.title-breadcrumb .title-breadcrumb-inner .heading-title {
    font-weight: bold;
	padding-left: 10px;
	padding-right: 17px;
}
.title-breadcrumb-inner .breadcrumb {
	text-align: right;
	padding-right: 17px;
}
body .product-filter {
    overflow: visible;
}
body .product-filter:after {
	content: '';
	display: table;
	width: 100%;
}
body .product-filter > div {
    display: block;
}
body .product-filter .display {
    overflow: visible;
	display: none;
}
.display .hint--top:before {
	content: '';
    position: absolute;
    background: transparent;
    z-index: 1000001;
	display: block;
	border: 7px solid transparent;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	opacity: 0;
    pointer-events: none;
    transition: .3s ease;
	visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	border-top-color: rgb(68, 67, 73);
    left: 50%;
	bottom: 100%;
    margin-left: -7px;
    margin-bottom: -13px;
}
.display [data-hint]::after {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
    transform: translate3d(0, 0, 0) translateX(0) translateY(0);
	display: block;
	border-radius: 2px;
    color: rgb(255, 255, 255);
    background-color: rgb(68, 67, 73);
	opacity: 0;
    transition: .3s ease;
	visibility: hidden;
}
.display [data-hint]:hover::after {
    -webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
    transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
}
.display .hint--top:hover:after, .display .hint--top:focus:after {
    -webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
    transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
	visibility: visible;
    opacity: 1;
}
.display .hint--top:hover:after, .display .hint--top:hover:before, .display .hint--top:focus:after, .display .hint--top:focus:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
	opacity: 1;
    visibility: visible;
}
.compare-info .price-new {
	display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}
.compare-info .cart:not(.enquiry-button) .button-left-icon::before, .simplecheckout-button-block.buttons #simplecheckout_button_confirm:before {
    content: '\e180';
    font-size: 20px;
    color: rgb(0, 0, 0);
	margin-right: 5px;
}
.simplecheckout-button-block.buttons #simplecheckout_button_confirm:before {
    top: 2px;
}
.compare-info .cart .compare-add-to-cart, .simplecheckout-button-block.buttons #simplecheckout_button_confirm, .simplecheckout-button-block.buttons .btn {
    background-color: rgb(255, 203, 8);
	font-weight: 600;
    text-transform: uppercase;
	vertical-align: top;
    line-height: 33px;
	border-radius: 3px;
	padding: 0 15px;
}
.simplecheckout-button-block.buttons .btn:hover {
	background: rgb(50, 116, 173);
	color: #fff;
}
.simplecheckout-button-block.buttons #simplecheckout_button_confirm span, .simplecheckout-button-block.buttons .btn {
	line-height: 38px;
    display: inline-block;
}
.compare-info .cart .compare-add-to-cart:hover, .simplecheckout-button-block.buttons #simplecheckout_button_confirm:hover {
    background-color: #3274ad;
}
.compare-info .cart .compare-add-to-cart:hover::before, .simplecheckout-button-block.buttons #simplecheckout_button_confirm:hover::before {
	color: #fff;
}
.checkout-page body .buttons#buttons > div {
    margin: 0 0 0 15px;
}
.compare-info .cart .button {
    text-transform: uppercase;
}
.category-page #mfilter-content-container {
    padding-bottom: 0;
}
body #container #content .product-grid-item .model-rating {
	display: table;
	width: 100%;
	margin: 5px 0;
}
body #container #content .product-grid-item .model-rating .rating, body #container #content .product-grid-item .model-rating .list-model {
	width: 50%;
    display: table-cell;
    vertical-align: middle;
}
body #container #content .product-grid-item .model-rating .rating .fa-stack {
    padding: 0 10px;
	position: relative;
    top: 2px;
}
.mfilter-iscroll {
    overflow: visible;
}
.button.notification-cart, body .mini-cart-total table, body .mini-cart-total .checkout > .button:first-child {
	display: none;
}
body .mini-cart-total .checkout > .button + .button {
    margin: 0;
}
.product-grid-item .image > a img {
    max-width: 220px;
    margin: 0 auto;
}
.checkout-page #container > .row, .checkout-page .checkout-heading, .checkout-page label, .checkout-page input[type='text'], .checkout-page input[type='email'], .checkout-page input[type='password'], .checkout-page input[type='tel'], .checkout-page textarea {
	font-size: 14px;
	font-family: Open Sans;
}
body .select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #406378;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    outline: 0;
}
body .select2-container--bootstrap.select2-container--focus .select2-selection, body .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #406378;
}
body .select2-container--bootstrap .select2-selection--single {
    height: auto;
    line-height: normal;
    padding: 5px 24px 5px 10px;
}
body .select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #406378;
    overflow-x: hidden;
    margin-top: -1px;
    border-radius: 0;
}
body .simple-content label input {
    left: 0px;
    top: -1px;
}
body #header .top-menu {
    max-width: 100%;
    display: block;
    text-align: center;
}
.simplecheckout .simplecheckout-step .form-horizontal .form-group label {
    position: relative;
    line-height: 32px;
}
.pagecontacts {
    max-width: 1000px;
    margin: 0 auto;
}
.pagecontacts > div {
	width: 50%;
	float: left;
	position: relative;
	padding-left: 100px;
}
.pagecontacts > div.pagecontacts-right {
	padding-left: 140px;
}
.pagecontacts:after {
	content: '';
	display: table;
	clear: both;
}
.pagecontacts .pagecontacts-title {
	margin-bottom: 20px;
}
.pagecontacts > div.pagecontacts-left:before, .pagecontacts > div.pagecontacts-right:before, .pagecontacts > div.pagecontacts-right:after {
	content: "\f10b";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 150px;
    line-height: 140px;
}
.pagecontacts > div.pagecontacts-right:before {
	content: "\f017";
	z-index: 1;
    font-size: 120px;
    line-height: 120px;
}
.pagecontacts > div.pagecontacts-right:after {
	content: "\f073";
    font-size: 30px;
    z-index: 2;
    background: #fff;
    line-height: 35px;
    width: 30px;
    text-align: center;
    border-radius: 2px;
    top: 90px;
    left: 38px;
}
.pagecontacts .grafik strong.grafik-number {
	color: red;
}
.pagecontacts .grafik h4 {
	font-size: 15px;
}
.pagecontacts .telephones a {
    display: inline-block;
    width: auto;
    text-align: left;
    padding-left: 30px;
    color: #002e43;
    font-size: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "OpenSansSemiBold";
    vertical-align: middle;
    margin: 7px 10px;
    color: #002e43;
}
.pagecontacts .telephones a.stacphone {
    background-image: url(/image/catalog/phone-icons/stacphone.png);
}
.pagecontacts .telephones a.lifecell {
    background-image: url(/image/catalog/phone-icons/lifecell.png);
    position: relative;
}
.pagecontacts .telephones a.lifecell:after, .pagecontacts .telephones a.lifecell:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    right: -30px;
    top: 0;
    background: url(/image/catalog/phone-icons/viber.png) no-repeat center center;
    background-size: contain;
}
.pagecontacts .telephones a.lifecell:before {
    right: -60px;
    background-image: url(/image/catalog/phone-icons/telegram.png);
}
.pagecontacts .telephones a.kievstar {
    background-image: url(/image/catalog/phone-icons/kievstar.png);
}
.pagecontacts .telephones a.vodafone {
    background-image: url(/image/catalog/phone-icons/vodafone.png);
}
.pagecontacts .pagecontacts-email {
	font-weight: bold;
	font-size: 14px;
}
.information-page #content p {
	margin-bottom: 10px;
}
body .product-info .right .cart div .qty {
    display: none;
}
.product-info .right .cart div .button {
    display: block;
    min-width: 169px;
    float: none;
    margin-right: 100%;
	margin-left: 1px;
}
.social-loaded > span.st_instagram_large .stLarge {
	background: #000;
	background-image: none !important;
	border-radius: 4px;
}
.social-loaded > span.st_instagram_large .stLarge:after {
	content: "\f16d";
    color: #fff;
    font-size: 22px;
    font-family: fontawesome;
    line-height: 32px;
    width: 32px;
    text-align: center;
}
.additional-product-info > div {
	padding-left: 70px;
	position: relative;
	margin-bottom: 15px;
}
.additional-product-info > div:before {
    content: "\f16b";
    font-family: fontawesome;
    font-size: 52px;
    line-height: 50px;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 70px;
    text-align: left;
	color: #c6c6c6;
}
.additional-product-info > div.payment-info:before {
	content: "\f0d6";
    font-size: 43px;
    left: 8px;
    top: 2px;
}
.additional-product-info > div.instruction-info:before {
    content: "\f0f6";
	font-size: 44px;
    text-align: center;
    top: 3px;
	left: -2px;
}
.additional-product-info > div h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.additional-product-info > div p {
	font-size: 15px;
}
.additional-product-info > div p a {
	text-decoration: underline;
	color: #1295e1;
}
.additional-product-info > div p a:hover {
	color: #dd0017;
}
.instruction-download a {
    font-size: 17px;
    font-weight: bold;
	color: #1295e1;
}
.instruction-download a:hover {
	color: #dd0017;
}
body .label-outofstock {
    letter-spacing: 0;
    font-size: 12px;
    transform: none;
    min-width: 1px;
    padding: 5px 10px;
}
#content .product-info .right .description span.journal-stock span {
	display: none;
}
#content .product-info .right .description span.journal-stock.instock span.product-instock {
    display: inline-block;
}
#content .product-info .product-instock {
    margin-bottom: 0;
}
#content .product-info .right .description .p-stock {
    margin-bottom: 10px;
}
.simplecheckout-block .alert-danger {
    background: red;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#content .product-info .right .description span.journal-stock.outofstock {
    font-size: 14px;
	padding-right: 0;
}
.product-info .right .description .p-stock {
    margin-bottom: 13px;
}
#content .product-info .right .description span.journal-stock.outofstock span {
	display: block;
	color: #002e43;
    font-size: 12px;
	margin-bottom: 0;
}
.account-page .simpleregister-have-account {
    margin-bottom: 20px;
}
.account-page .simpleregister-have-account a, body a {
    color: #3274ad;
}
.account-page .simpleregister-have-account a:hover, body a:hover {
	color: #076bc0;
}
.account-page #content .form-group label {
	width: 190px !important;
	line-height: 28px;
    float: left !important;
    padding-left: 0;
}
.account-page #content .form-horizontal .form-group label + div {
    float: left !important;
    width: 500px !important;
	padding-left: 0;
}
.account-page .simpleregister-button-block.buttons {
	text-align: left;
	padding: 0 !important;
    margin: 15px 0;
}
.oc2 .form-horizontal .form-group {
    overflow: visible;
}
.account-page .simpleregister-button-right {
    float: left;
	margin-left: 5px;
}
#content .login-content hr {
    margin-top: 10px;
}
.account-page .simpleregister-button-right .button {
    border-radius: 3px;
}
body p {
	margin-bottom: 10px;
}
.buttons .pull-right {
	float: left;
}
body .buttons {
    border: none;
    padding: 0;
}
body .buttons > div {
	margin-right: 15px;
}
#content .content > ul > li > a {
    display: inline-block;
    padding: 4px 0;
}
.account-page #content {
    margin-bottom: 30px;
}
body .refine-image img {
    margin: 0 auto 5px;
}
body .simpleregister {
    padding: 0;
}
body .simpleregister-block-content {
    overflow: visible;
}
.checkout-page .simple-content .buttons {
	padding: 0 !important;
}
#quickorder_btn .btn-quickorder:hover, #quickorder_btn .btn-quickorder:focus {
    border-color: #00c41c !important;
}
body .btn-quickorder {
	border-bottom-width: 1px;
}
#tab-description iframe {
    padding: 10px;
    margin: 5px;
}
#tab-description div.instruction-download {
	margin-bottom: 0;
}
#form-review .alert {
    margin: -10px 0 15px;
}
.author-date td {
	padding-top: 10px;
}
.review-text-tr td {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.plus-minus {
    display: inline-block;
    vertical-align: top;
    width: 35px;
}
.oc2 .simple-content .input-group-btn .plus-minus button {
    padding: 0 12px;
	display: block;
	margin-bottom: 3px;
	line-height: 14px;
}
.oc2 .simple-content .input-group-btn .plus-minus button + button {
	margin-bottom: 0;
}
.oc2 .simple-content .input-group-btn .plus-minus button .fa {
    font-size: 10px;
}
.oc2 .simple-content .input-group-btn .btn-danger {
	background: none;
	padding: 8px 3px;
}
.oc2 .simple-content .input-group-btn .btn-danger .fa {
	color: #afafaf;
	font-size: 16px;
    top: -1px;
}
#footer {
    text-align: center;
}
#footer .columns {
	text-align: left;
}
#footer > .row.columns:nth-child(2) {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
#footer > .row.columns:nth-child(2) .column {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
#footer > .row.columns:nth-child(2) .column-menu-wrap > ul a {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 10px;
	padding: 5px 10px;
    border: 1px solid #fff;
}
body .posts.blog-list-view .post-image {
    width: 200px;
}
body .posts.blog-list-view .post-item-details {
    width: calc(100% - 200px);
}
.journal-blog-post-page .blog-post .heading-title, .journal-blog-post-page .post-stats.comment-date, .journal-blog-post-page .blog-post .social {
	text-align: center;
}
.journal-blog-post-page .post-stats.comment-date .p-date {
	margin: 0;
}
.journal-blog-post-page #content, .journal-blog-page #content {
    margin-bottom: 30px;
}
.journal-blog-post-page .blog-post .social h3 {
    margin-bottom: 13px;
}
.posts.blog-list-view .comment-date {
    padding: 10px 0 5px;
}
.additional-product-info > div.delivery-info p span {
    display: block;
}
body .notification-buttons {
    display: block;
    float: none;
    clear: both;
    text-align: center;
}
.product-info .right > div > div.product-left {
	padding: 0 10px;
}
.modal .modal-header {
    padding: 5px;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 2;
}
.modal .modal-header .close {
    opacity: 1;
}
.modal .form-field h4 {
	display: none;
}
.modal .box-heading h3 {
    font-size: 16px;
    text-align: center;
    background: #fff;
	white-space: normal;
    line-height: 22px;
    margin-bottom: 15px;
}
.modal form .form-field:last-child {
	text-align: center;
	margin-bottom: 0;
}
body .required-background {
    border-left: none;
    border-radius: 0;
    margin-left: 0;
    padding-left: 0;
}
.modal form .form-field input {
	width: 100%;
	box-sizing: border-box;
}
body .required-background input {
	border-color: #ef0000;
}
.route-account-wishlist .action .btn-primary i:before {
	content: '\e180';
    font-size: 22px;
    color: rgb(255, 255, 255);
	font-family: 'journal-icons';
	font-size: 28px;
}
.route-account-wishlist .action .btn-primary {
	background-color: rgb(221, 0, 23);
	padding: 7px 15px;
}
.route-account-wishlist .action .btn-primary:hover {
	background-color: rgb(197, 1, 21);
}
.route-account-wishlist .action .btn-danger {
    font-size: 16px;
    top: -1px;
	background: none;
	margin-left: 0;
}
.route-account-wishlist .action .btn-danger .fa:before {
	content: "\f057";
    color: #afafaf;
}
.wishlist-info tbody .price {
    font-size: 14px;
}
.wishlist-info tbody .price s {
    color: rgb(221, 0, 23);
    font-size: 12px;
}
#refine-images .swiper-pagination, #refine-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0;
}
body .ui-pnotify-title {
    padding-right: 20px;
}
.select2-container--bootstrap {
    min-width: 100%;
}
#content.search-page .content > div {
	padding: 0 15px 0 0;
}
#content.search-page .content > div:first-child {
    padding-left: 0;
}
#content.search-page .content > div:last-child {
    padding: 0;
}
body .autocomplete2-suggestion span.p-price .price-old {
    color: rgb(255, 211, 216);
}
body .autocomplete2-suggestion .p-name {
    width: calc(100% - 55px);
}
.autocomplete2-suggestion span.p-price {
    width: 100%;
}
.journal-header-center .autocomplete2-suggestions {
    min-width: 315px;
}
body .journal-header-center #search input {
    border-color: rgb(0, 46, 67);
    background: rgba(255, 255, 255, 0.52);
}
.autocomplete2-suggestion .p-name span {
    text-align: left;
}
#container .breadcrumb {
    white-space: normal;
}
body .sh_btn_bottom_right {
    right: 70px;
}
ul.breadcrumb li::before {
    content: none;
}
ul.breadcrumb li::after {
    content: "»";
    margin-left: 3px;
}
ul.breadcrumb li:last-child::after {
	content: none;
}
.product-page #container .breadcrumb {
    line-height: 30px;
}
.center-header .cart-lang-block .journal-language {
    z-index: 1;
}
body .mfilter-free-container {
    width: 270px;
}
.mfilter-free-button {
    margin: 10px 0 0 280px;
}
.mfilter-free-container {
    margin-left: -290px;
}
.posts.blog-list-view .post-item-details h2 a {
    line-height: 24px;
}
.product-page body .heading-title {
    padding-top: 0;
}
.route-journal2-blog .heading-title {
	text-align: center;
}
.journal-blog-page #content, .journal-blog-post-page #content {
	padding-top: 7px;
}
#form34 {
    display: block;
}
.layout-8 #content > p {
	display: none;
}
.layout-8 #content .cms-blocks .blocks > .cms-block p {
	font-size: 16px;
}
.layout-8 #content .cms-blocks .blocks > .cms-block h3 {
	font-size: 18px;
	margin-bottom: 7px;
}
.layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p a {
	display: block;
	margin: 0;
	line-height: 22px;
    font-size: 18px;
	position: relative;
}
.layout-8 #content .cms-blocks .blocks > .cms-block:last-child .editor-content p:nth-of-type(5) a:before {
	content: '\f1d8';
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	left: 0;
}
.layout-8 #content .form-builder .box-heading {
    border: none;
    text-align: center;
	margin-bottom: 10px;
}
.layout-8 #content .form-builder {
    max-width: 500px;
    margin: 0 auto;
	text-align: center;
}
.layout-8 #content .form-builder .form-field h4 {
	display: none;
}
.form-builder .form-field {
    height: auto !important;
	margin-bottom: 10px;
}
.form-builder .form-field textarea {
	height: 75px;
}
.layout-8.information-page #content > p + .cms-blocks {
    margin-top: 0;
}
.layout-8.information-page #content > .cms-blocks .cms-block, .layout-8.information-page #content > .cms-blocks .cms-block .block-content {
	padding: 0;
	margin: 0;
}
.layout-8.information-page #content > .cms-blocks .blocks {
    margin-right: 0;
}
body .button, body #quickcheckout .button, body .modal-footer .btn, body .product-grid-item .cart .button, body #button-cart, body .product-info .right .cart div .button.enquiry-button, body .quickview #more-details {
    border: 2px solid #3274ad;
    border-radius: 5px;
}
#button-cart:hover .button-cart-text:before, #button-cart:hover .button-cart-text:after {
	color: #fff;
}
.product-info .left #product-gallery.image-additional a img {
    border-radius: 0;
    padding: 4px;
    border: 1px solid #eeeeee;
}
.product-info .right .options h3, .layout-25 .delivery-info, .layout-25 .product-info .right .wishlist-compare .links a + a, .layout-25 #content .product-info .right .description .p-stock > span {
    display: none;
}
body #product .option > label {
    font-weight: 600;
    color: #333;
    cursor: default;
    margin-bottom: 7px;
    font-size: 16px;
}
body #product .option-radio div > label {
	padding: 0;
	display: block;
	margin-bottom: 10px;
}
body .product-info .right .options .option label {
	color: #333;
}
body .product-info .right .options .option label:hover {
    color: #3274ad;
}
#product .option-radio div > label input {
	position: relative;
	top: 1px;
}
body .product-info .right .options  {
	margin-bottom: 10px;
}
#tab-description .specification-in-description table tbody td hr {
    margin: 4px 0;
    background: none;
    border-bottom: 1px solid #e4e4e4;
}
.information-page #content h3 {
	margin-bottom: 10px;
}
body .mfilter-content {
    border: none;
}
.review-form-block {
	max-width: 600px;
}
#content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(3) .editor-content > p:last-of-type strong, #content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(2) .editor-content > p:last-of-type strong {
    display: inline-block;
    margin: 10px 0 5px;
    background: #ffcb08;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #3274ad;
    font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(3) .editor-content > p:last-of-type strong:hover, #content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(2) .editor-content > p:last-of-type strong:hover {
	background: #3274ad;
	color: #fff;
}
.category-description {
    max-height: 150px;
    overflow: hidden;
	position: relative;
	margin: 20px 0 7px;
}
.category-description:after {
	content: '';
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.category-description.show:after {
	content: none;
}
.category-description.show {
	max-height: 100%;
	margin: 20px 0 0;
}
.category-description-buttons a {
	border-bottom: 1px dashed;
}
.category-description-buttons {
	clear: both;
	margin-bottom: 10px;
}
.information-page #content table td p, .information-page #content table td h3 {
	margin: 0;
}
.information-page #content table {
    border-collapse: collapse;
	margin-bottom: 15px;
}
.information-page #content table td {
	border: 1px solid #ddd;
	padding: 7px 10px;
}
.layout-26 #content .cms-blocks em, .layout-27 #content .cms-blocks em, .layout-28 #content .cms-blocks em {
	border: 2px solid #3274ad;
    border-radius: 5px;
	padding: 0 15px;
    line-height: 35px;
    background-color: rgb(255, 203, 8);
	font-style: normal;
	cursor: pointer;
	display: inline-block;
    font-size: 16px;
	transition: all 0.3s ease;
}
.layout-26 #content .cms-blocks em:hover, .layout-27 #content .cms-blocks em:hover, .layout-28 #content .cms-blocks em:hover {
	background-color: rgb(50, 116, 173);
	color: #fff;
}
.home-page.extended-layout #content {
    padding: 0;
}
.home-page #content > .cms-blocks:first-of-type {
    margin-top: 20px;
}
.layout-8.information-page #content > p + div {
    margin-top: 0;
}
.layout-8.information-page .cms-block {
    margin-bottom: 10px;
}
.drop-down ul {
    min-width: 1px !important;
    width: 100% !important;
}
body .drop-down ul li a {
    white-space: normal;
}
.add-service {
	font-size: 18px;
}
.add-service a {
	text-decoration: underline;
	display: block;
}
@media (max-width: 1800px) {
	.journal2_slider > .tp-banner-container {
		height: 400px !important;
	}
}
@media (max-width: 1600px) {
	.journal2_slider > .tp-banner-container {
		height: 350px !important;
	}
}
@media (max-width: 1415px) {
	body .swiper-button-prev, body .swiper-button-next {
		width: 30px;
	}
	body .journal-carousel:not(.arrows-top) .swiper-button-next {
		right: 0;
	}
	body .journal-carousel:not(.arrows-top) .swiper-button-prev {
		left: 0;
	}
	.home-page #content .cms-blocks {
		padding: 0 15px;
	}
	.journal2_slider > .tp-banner-container {
		height: 315px !important;
	}
	.category-description {
		padding: 0 20px;
	}
	.title-breadcrumb .title-breadcrumb-inner .heading-title {
		padding-left: 30px;
	}
	.title-breadcrumb-inner .breadcrumb {
		padding-right: 37px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child {
		padding: 0;
	}
	.header-assets .cart-lang-block {
		padding-right: 10px;
		padding-left: 0;
	}
	body .journal-header-center .header-assets .journal-language {
		right: 0px;
	}
}
@media (max-width: 1300px) {
	.header-assets .grafik {
		width: 150px;
	}
	.header-assets .telephones {
		width: calc(80% - 540px);
	}
	.journal2_slider > .tp-banner-container {
		height: 300px !important;
	}
	.oc2 #content fieldset {
		min-width: 1px;
	}
	.header-assets .telephones {
		padding: 0 7px 0 10px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content {
		padding-right: 10px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .cms-block {
		padding-right: 5px;
	}
}
@media (max-width: 1200px) {
	.tp-simpleresponsive >ul >li .tp-caption {
		font-size: 18px !important;
	}
	.journal2_slider > .tp-banner-container {
		height: 275px !important;
	}
	body .product-list-item .compare {
		padding-left: 0;
	}
	body .product-list-item .wishlist a i, body .product-list-item .compare a i {
		width: 25px;
	}
	.extended-container:before {
		content: none;
	}
	#content .product-info .rating > p > a {
		margin-top: -1px;
	}
	.additional-product-info > div h4 {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.additional-product-info > div p {
		font-size: 13px;
	}
	.additional-product-info > div:before {
		font-size: 40px;
		line-height: 40px;
		left: 3px;
		top: 5px;
		width: 50px;
	}
	.additional-product-info > div {
		padding-left: 55px;
	}
	.additional-product-info > div.payment-info:before {
		font-size: 32px;
		top: 1px;
	}
	.additional-product-info > div.instruction-info:before {
		font-size: 32px;
		left: 2px;
	}
	#content .product-info h1.heading-title {
		margin-bottom: 5px;
		line-height: 26px;
		padding-bottom: 10px;
		min-height: 1px;
	}
	.product-page body {
		font-size: 12px;
	}
	.product-page body #container #content .product-grid-item .model-rating .list-model {
		font-size: 13px;
	}
	body #container #content .product-grid-item .model-rating .rating, body #container #content .product-grid-item .model-rating .list-model {
		width: 100%;
		display: block;
	}
	#content .product-info .right .description span.journal-stock.outofstock {
		font-size: 13px;
	}
	body .product-info .right .price .price-new, body .product-info .right .price .product-price, body .product-info .right .price li.price-new, body .product-info .right .price li.product-price {
		font-size: 22px;
	}
	body .product-info .right .price .price-old, body .product-info .right .price li.price-old {
		padding-top: 3px;
	}
	body .product-info .right .price .price-old, body .product-info .right .price li.price-old {
		font-size: 14px;
	}
	.product-info .right .price {
		margin: 10px 0;
	}
	.product-info .right .description .p-stock {
		margin-bottom: 10px;
	}
	.right #product .btn-quick-order {
		margin: 10px 0;
	}
	.short-description p {
		margin-bottom: 5px;
	}
	.route-product-product body #content {
		padding: 15px 10px;
	}
	#product-gallery {
		width: 60px;
	}
	body .product-info .left .image {
		padding-left: 65px;
	}
	.img-circleblock, .img-circle {
		width: 40px;
		height: 40px;
		background-size: 17px;
	}
	.circle-fill {
		width: 68px;
		height: 68px;
	}
	.circlephone {
		width: 118px;
		height: 118px;
	}
	#OpenModal1 {
		left: 105px;
		bottom: 0;
	}
	footer .column-menu-wrap > ul a, footer .column > h3 {
		font-size: 16px;
	}
	footer .menu:nth-of-type(2) .column-menu-wrap > ul a {
		font-size: 14px;
	}
	footer .menu:nth-of-type(2) .column-menu-wrap > ul a img {
		max-width: 16px;
	}
	footer .column-menu-wrap > ul li i {
		margin-right: 2px !important;
	}
	footer #footer .column h4, footer .column-text-wrap p {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#footer .footer-post {
		padding: 2px 0;
		border: none;
	}
	footer #footer .column-text-wrap p {
		line-height: normal;
	}
	.grafik .grafik-number, .grafik .grafik-day {
		font-size: 12px;
	}
	.header-assets .telephones > a {
		font-size: 14px;
		padding-left: 25px;
		margin: 7px 5px;
	}
	.header-assets .telephones > a.lifecell:after, .header-assets .telephones > a.lifecell:before {
		width: 20px;
		height: 20px;
		right: -22px;
	}
	.header-assets .telephones > a.lifecell:before {
		right: -44px;
		width: 18px;
	}
	body .grafik p {
		margin-bottom: 0;
	}
	body .journal-header-center .header-assets .journal-language {
		top: -47px;
	}
	.header-assets .journal-logo #logo a img {
		top: 0;
	}
	body .journal-header-center #search input {
		padding: 5px 25px 5px 10px;
		min-height: 25px;
		height: 30px;
	}
	body .journal-header-center .journal-menu-bg {
		top: 100px;
		height: 30px;
	}
	body .journal-header-mega #search, body .journal-header-center .journal-search {
		height: 30px;
	}
	.button-search button {
		width: 25px;
	}
	.header-assets .grafik {
		padding-top: 0;
	}
	.journal-header-mega .header-assets .journal-search {
		width: 23%;
	}
	.header-assets .telephones {
		width: calc(77% - 500px);
	}
	body #header .super-menu > li > a {
		font-size: 12px;
		line-height: 30px;
	}
	body .journal-header-center .journal-menu {
		height: 30px;
	}
	.header-assets .grafik {
		width: 130px;
	}
	.header-assets .telephones > a {
		font-size: 12px;
	}
	body .journal-header-mega .journal-logo {
		padding-left: 0;
		width: 280px;
		padding-right: 0;
	}
	.journal-header-mega .header-assets .journal-search, .header-assets .cart-lang-block, .header-assets .grafik, .header-assets .button-callback, .header-assets .telephones {
		padding: 0 5px;
	}
	.header-assets .telephones {
		padding: 0 25px;
	}
	body .journal-header-center .top-menu > li > .m-item, header .links, body .journal-header-center .journal-top-header, body .journal-header-center .top-bar > .journal-links {
		height: 20px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content p {
		font-size: 12px;
		line-height: 20px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content i {
		font-size: 35px !important;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content {
		padding-left: 50px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-icon-left {
		line-height: 40px;
	}
	.product-page .extended-container:before {
		content: none;
	}
}
@media (max-width: 1100px) {
	.journal2_slider > .tp-banner-container {
		height: 250px !important;
	}
	.route-account-wishlist .action .btn-primary {
		padding: 5px 10px;
	}
	.route-account-wishlist .action .btn-primary i:before {
		font-size: 20px;
	}
	body .product-filter .display {
		padding: 0;
	}
	body .product-filter .product-compare a {
		font-size: 14px;
		padding: 0;
	}
	body .product-filter select {
		padding: 2px;
		margin: 2px;
		font-size: 10px;
	}
	body .product-filter > div {
		margin-top: 5px;
		height: 30px;
		line-height: 30px;
	}
	body .product-filter > div b {
		font-size: 12px;
	}
	body .product-filter .limit {
		margin: 5px 0 0 10px;
	}
	.title-breadcrumb-inner .breadcrumb {
		padding-right: 27px;
	}
	#mfilter-content-container .product-grid, #mfilter-content-container .product-list {
		padding-top: 10px;
	}
	.header-assets .telephones {
		padding: 0 10px;
	}
	body #header .top-menu > li:first-child {
		margin-left: 0;
	}
	body .journal-header-center .autocomplete2-suggestions {
		min-width: 320px;
	}
}
@media (max-width: 1024px) {
	.header-assets .journal-logo #logo a img {
		max-height: 75px;
		width: auto;
		top: 12px;
	}
	.journal-header-mega .header-assets .journal-search {
		width: 28%;
	}
	.header-assets .telephones {
		width: calc(72% - 425px);
	}
	body .journal-header-mega .journal-logo {
		width: 205px;
	}
	.category-page-170.category-page #refine-images {
		margin-bottom: 15px;
	}
	#refine-images .swiper-pagination, #refine-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
		margin: 2px 3px;
	}
	.route-product-compare .button-left-icon:before {
		float: none;
	}
	.compare-info tbody td {
		font-size: 11px;
	}
	.compare-info tbody td p {
		margin-bottom: 5px;
	}
	.route-product-compare body #content {
		padding: 10px;
	}
}
@media (max-width: 992px) {
	.header-assets .grafik {
		display: none;
	}
}
@media (max-width: 980px) {
	body #header .top-menu > li {
		margin: 0 15px;
	}
	.journal-search .journal-links {
		margin-bottom: 10px;
	}
	.header-assets .telephones {
		padding: 0 30px;
	}
	.header-assets .telephones {
		width: calc(72% - 295px);
	}
	.journal2_slider > .tp-banner-container {
		height: 220px !important;
	}
	.circlephone {
		display: none;
	}
	.circle-fill {
		display: none;
	}
	.img-circleblock, .img-circle {
		animation: none;
	}
	.category-description table tbody tr td:first-child {
		width: 220px;
	}
	.category-description table tbody tr:nth-child(2) td {
		font-size: 13px;
	}
	.category-description table td {
		font-size: 12px;
	}
	.category-description table td img {
		max-width: 100px;
	}
	body .extended-container #column-left {
		width: 240px;
	}
	body .extended-container #column-left + #content {
		margin-left: 240px;
	}
	footer #footer .column {
		padding: 0 15px 25px 0;
	}
	#footer > .row.columns:nth-child(2) .column {
		padding-bottom: 10px;
	}
	body #header .top-menu > li {
		margin-right: 0;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .blocks .cms-block:nth-child(2n) .block-content .editor-content:after {
		content: none;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .cms-block {
		min-height: 60px;
	}
	.simplecheckout .simplecheckout-step .form-horizontal .form-group label {
		position: relative;
		line-height: 26px;
		font-size: 12px;
	}
	body header #header .journal-menu .mobile-menu > li .mobile-plus {
		line-height: 28px;
		height: 30px;
		border-left: 1px solid;
	}
}
@media (max-width: 900px) {
	.header-assets .telephones {
		padding: 0 5px;
	}
	body .product-info .right {
		padding-left: 0;
	}
	.product-info .right > div > div.product-left, .product-info .right > div > div, .product-info .right > div > ul {
		padding: 0 5px;
	}
	.journal2_slider > .tp-banner-container {
		height: 200px !important;
	}
	.product-list-item .short_description {
		position: relative;
		right: 0;
		width: calc(100% + 200px);
		top: 0;
		margin: 10px 0 0 -200px;
		text-align: center;
	}
	.product-list-item .product-details .caption > div, .product-list-item .product-details .caption > p, .product-list-item .product-details .fastorder, .product-list-item .product-details .button-group {
		padding-right: 0;
	}
	#simplecheckout_cart .table-responsive {
		margin-bottom: 0;
	}
	.route-account-wishlist .row #content {
		padding: 15px 10px 0 !important;
	}
	#content .wishlist-info thead td, #content .wishlist-info tbody td {
		font-size: 12px;
		white-space: normal;
	}
	.product-grid-item .name a {
		line-height: 20px;
	}
	#content .product-info .left {
		width: 100%;
		float: none;
		max-width: 500px;
		margin: 0 auto 15px;
	}
	#content .product-info .right {
		width: 100%;
		float: none;
	}
	#tab-description iframe {
		max-width: 100%;
		float: none;
		margin: 10px auto;
		display: block;
	}
	#tab-description h1, #tab-description h2, #tab-description h3, #tab-description h4 {
		text-align: center;
	}
	.header-assets .telephones > a {
		font-size: 12px;
	}
}
@media (max-width: 800px) {
	.journal2_slider > .tp-banner-container {
		height: 180px !important;
	}
	html:not(.product-page) body #container .journal-carousel .htabs a:before, html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:before, .home-page #content .cms-blocks .box-heading:after {
		left: calc(100% + 20px);
	}
	html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:after {
		right: calc(100% + 20px);
		left: auto;
	}
	.header-assets .telephones {
		padding-left: 0;
	}
	body .product-grid-item .image .label-sale, body .product-info .image .label-sale, .sticker1, .sticker2 {
		line-height: 22px;
		font-size: 12px;
		padding: 0 5px;
	}
	body .product-grid-item .image .label-sale, body .product-info .image .label-sale {
		margin-right: -40px;
	}
}
@media (max-width: 768px) {
	body .modal-sm {
		width: 300px;
		margin: 20px auto;
	}
}
@media (max-width: 760px) {
	.layout-8 .cms-block {
		padding-right: 0;
	}
	.layout-8 .cms-blocks .blocks {
		margin-right: 0;
	}
	.information-page div#content {
		padding: 10px 10px 0 10px !important;
	}
	#content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(3) .editor-content > p:last-of-type strong, #content > .cms-blocks:first-of-type .blocks > .cms-block:nth-child(2) .editor-content > p:last-of-type strong {
		padding: 5px 8px;
		font-size: 12px;
	}
	.home-page #content .cms-blocks {
		padding: 0;
	}
	.home-page div#content {
		padding: 0 20px 0 20px !important;
	}
	.journal-carousel .swiper {
		padding: 0 10px;
	}
	body .journal-carousel:not(.arrows-top) .swiper-button-next {
		right: -20px;
	}
	body .journal-carousel:not(.arrows-top) .swiper-button-prev {
		left: -20px;
	}
	.header-assets .telephones > a {
		font-size: 16px;
	}
	.journal-header-center .journal-cart #cart .content {
		margin-left: -150px;
	}
	.journal2_slider > .tp-banner-container {
		height: 160px !important;
	}
	.pagecontacts > div {
		width: 100%;
		float: none;
		max-width: 420px;
		margin: 0 auto 20px;
	}
	.pagecontacts > div.pagecontacts-left {
		padding-left: 140px;
	}
	.pagecontacts > div.pagecontacts-left:before {
		left: 20px;
	}
	.pagecontacts .telephones a {
		margin: 0;
	}
	#content .wishlist-info thead td.model, #content .wishlist-info tbody td.model, #content .wishlist-info thead td.stock, #content .wishlist-info tbody td.stock {
		display: none;
	}
	.wishlist-info tbody .price s {
		display: block;
	}
	.route-account-wishlist .action .btn-danger {
		padding: 0;
	}
	#content .login-content hr {
		margin-top: 15px;
	}
	#content .login-content .right a {
		margin-bottom: 5px;
		display: inline-block;
	}
	.oc2 > body > .extended-container > #container > .row > #column_left {
		display: none !important;
	}
	.tab-content img {
		float: none !important;
		margin: 10px auto !important;
		display: block;
	}
	.product-page .breadcrumb {
		line-height: 40px;
	}
	.route-product-compare body #content {
		padding: 10px !important;
	}
	.category-description table {
		display: none;
	}
	body #mfilter-content-container {
		margin-top: 10px;
	}
	body .product-filter .sort, body .product-filter .sort select {
		width: auto;
		margin-left: 0;
	}
	body .product-filter {
		height: auto;
	}
	.title-breadcrumb-inner {
		display: block;
		width: 100%;
	}
	.title-breadcrumb .title-breadcrumb-inner .heading-title {
		padding: 0 15px;
		width: 100%;
		float: none;
		display: block;
		line-height: 40px;
		border: none;
		text-align: center;
		box-sizing: border-box;
	}
	.title-breadcrumb-inner .breadcrumb {
		padding: 0 15px;
		width: 100%;
		display: block !important;
		box-sizing: border-box;
		text-align: center;
		line-height: 30px;
	}
	.breadcrumb {
		height: auto;
		line-height: 30px;
	}
	body .extended-container #column-left + #content {
		margin-left: 0;
	}
	html .modal-open {
		margin-right: 0;
	}
	body .journal-header-center .autocomplete2-suggestions {
		min-width: 1px;
	}
	body footer .bottom-footer .copyright {
		margin-bottom: 0;
		line-height: 35px;
		padding: 0;
	}
	body #bottom-modules > .journal2_cms_blocks:last-child {
		padding: 0 15px;
	}
	body #bottom-modules > .journal2_cms_blocks:last-child .cms-block, body #bottom-modules > .journal2_cms_blocks:last-child .blocks, body #bottom-modules > .journal2_cms_blocks:last-child .cms-block .block-content {
		padding: 0;
		display: block;
		max-width: 100%;
		float: none;
	}
	body #bottom-modules > .journal2_cms_blocks:last-child .editor-content p {
		margin-bottom: 5px;
	}
	#bottom-modules .journal-newsletter {
		max-width: 425px !important;
	}
	#bottom-modules .journal-newsletter .newsletter-email {
		margin-bottom: 5px;
	}
	body .journal-header-center .j-100, body .journal-header-center .top-menu > li > .m-item, header .links, body .journal-header-center .journal-top-header, body .journal-header-center .top-bar > .journal-links#header .journal-logo, #header .j-min {
		height: auto !important;
	}
	body #header .top-menu > li {
		margin: 10px 10px 0;
	}
	body #header .top-menu > li:last-child {
		margin-right: 0;
	}
	body .journal-header-center .top-bar > .journal-links {
		padding-left: 0;
	}
	body #header .top-menu {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 3px;
	}
	body .header-assets {
		display: block;
	}
	#header .journal-logo {
		width: 50%;
		padding: 0;
	}
	.header-assets .journal-logo #logo a img {
		top: 10px;
		position: relative;
	}
	.header-assets .journal-logo #logo a img {
		max-height: 65px;
		width: auto;
	}
	.journal-header-center #search {
		display: inline-block;
	}
	body .journal-header-center #header .journal-cart {
		width: 100%;
		float: none;
	}
	.journal-header-mega .header-assets .journal-search {
		width: 50%;
		text-align: center;
		margin-bottom: 10px;
		padding-left: 3px;
	}
	.journal-header-center #search {
		max-width: 315px;
	}
	.header-assets .telephones {
		width: 50%;
	}
	body .journal-header-center .header-assets .journal-language {
		position: relative;
		top: auto;
		right: auto;
		width: 50%;
		margin: 0;
		float: left;
		text-align: center;
	}
	body .journal-language form {
		float: none;
	}
	.header-assets .cart-lang-block {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	body .journal-header-center #header .journal-cart {
		height: 45px !important;
		margin: 0;
	}
	.journal-header-center #header .journal-cart #cart {
		width: 72px;
		margin: 0 auto;
		background: none;
		position: relative;
		left: auto;
		box-shadow: none !important;
	}
	body .journal-header-center .journal-cart #cart .heading a span {
		border-top: none;
	}
	.journal-header-center .journal-cart #cart .content {
		position: absolute;
		right: 0;
		top: calc(100% + 10px);
	}
	.oc2 body #cart .content .cart-wrapper:before {
		top: -15px;
		right: 35px;
		margin-left: -20px;
	}
	.center-header #header #search input {
		background: rgba(255, 255, 255, 0.52);
		min-height: 1px;
		height: 30px;
	}
	.phone-sticky-cart.menu-cart-off #header .journal-menu {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.phone-sticky-cart.menu-cart-off #header .journal-menu .mobile-menu {
		width: 100%;
	}
	#header .mega-menu-categories .mega-menu-item img {
		display: inline !important;
		margin-top: 0;
	}
	.mega-menu .mega-menu-item > div {
		text-align: center;
	}
	.mobile-menu-on-tablet .mobile-menu > li > .mega-menu {
		padding: 5px;
	}
	.wishlist-info tbody .price b {
		font-size: 13px;
	}
	.wishlist-info tbody .price s {
		font-size: 11px;
	}
}
@media (max-width: 640px) {
	.journal-header-center .journal-cart #cart .content {
		margin-right: -115px;
	}
	.oc2 body #cart .content .cart-wrapper:before {
		right: 150px;
	}
	.checkout-page #container > .row, .checkout-page .checkout-heading, .checkout-page label, .checkout-page input[type='text'], .checkout-page input[type='email'], .checkout-page input[type='password'], .checkout-page input[type='tel'], .checkout-page textarea, .checkout-page select, body .select2-container--bootstrap .select2-selection {
		font-size: 12px;
	}
	body .product-list-item .image {
		float: none;
		margin: 0 auto;
	}
	body .product-list-item .product-details {
		margin-left: 0;
		text-align: center;
	}
	body .product-list-item .price {
		font-weight: bold;
		text-align: center;
	}
	.product-list-item .short_description {
		width: 100%;
		margin: 10px 0 0;
	}
	#content .wishlist-info thead td, #content .wishlist-info tbody td {
		font-size: 10px;
	}
	#content .wishlist-info thead td.price, #content .wishlist-info tbody td.price {
		width: 80px;
	}
	.route-account-wishlist .action .btn-primary i:before {
		font-size: 14px;
	}
	.route-account-wishlist .action .btn-primary {
		padding: 1px 5px;
		margin-top: 1px;
	}
	.account-page #content .form-horizontal .form-group label + div {
		width: 100% !important;
	}
	.journal-blog-page .post-image img {
		max-width: 225px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	#tab-description iframe {
		max-height: 250px;
	}
	.additional-product-info {
		position: relative;
		left: 30px;
	}
	body .product-info .product-options .cart > div {
		display: block;
	}
	body .product-info .right .wishlist-compare .links {
		text-align: center;
	}
	.product-page .breadcrumb {
		display: block !important;
		padding: 0;
	}
	body .product-info .right .cart div .button {
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.right #product .btn-quick-order {
		margin: 10px auto;
	}
	body .product-info .right .price .price-old, body .product-info .right .price li.price-old {
		display: inline-block;
		float: none;
	}
	body .product-info .right .price .price-new, body .product-info .right .price .product-price, body .product-info .right .price li.price-new, body .product-info .right .price li.product-price {
		display: inline-block;
		vertical-align: middle;
	}
	body #container #content .product-filter > div {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	body .product-filter .limit {
		margin: 5px 10px 0;
	}
	body .product-filter {
		text-align: center;
	}
	body ul.breadcrumb > li {
		display: inline-block;
	}
	body .product-filter > div b {
		display: inline-block;
		margin-right: 5px;
	}
	body #container #content .product-grid-item .model-rating .rating, body #container #content .product-grid-item .model-rating .list-model {
		width: 100%;
		display: block;
	}
	.header-assets .journal-logo #logo a img {
		max-height: 100px;
	}
	#header .journal-logo, .journal-header-mega .header-assets .journal-search, .header-assets .telephones, .header-assets .cart-lang-block {
		width: 100%;
		padding: 0;
	}
	.journal-header-center #search {
		margin: 0 auto;
	}
	.center-header #search input {
		min-height: 1px;
		height: 30px;
	}
	.header-assets .cart-lang-block {
		margin-top: 0;
	}
	.header-assets .telephones {
		text-align: center;
	}
	.header-assets .telephones > a {
		margin: 7px 50px;
	}
	body .header {
		background-size: cover;
	}
	body .journal-header-center .header-assets .journal-language {
		margin-top: 12px;
	}
	.home-page #container #content .product-grid-item .model-rating .rating, .home-page #container #content .product-grid-item .model-rating .list-model {
		width: 100%;
		display: block;
	}
	html:not(.product-page) body #container .journal-carousel .htabs a, .home-page #content .cms-blocks .box-heading {
		display: inline-block;
		width: auto;
		line-height: 30px;
		height: auto;
		min-height: 1px;
	}
	html:not(.product-page) body #container .journal-carousel .htabs a:before, html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:before, .home-page #content .cms-blocks .box-heading:after {
		left: calc(100% + 10px);
		top: 15px;
	}
	html:not(.product-page) body #container .journal-carousel .htabs a:after, .home-page #content .cms-blocks .box-heading:after {
		right: calc(100% + 10px);
		left: auto;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .box {
		padding: 0 10px !important;
	}
	.product-left, .product-right {
		float: none;
		width: 100%;
		max-width: 260px;
		padding: 0 !important;
		margin: 0 auto;
	}
	.product-info .right > div > div.product-left {
		text-align: center;
	}
	.simple-content .form-group label, .simple-content .form-group label + div {
		width: 100% !important;
		padding: 0;
	}
	.simple-content .form-horizontal div.radio {
		padding: 0;
	}
	body .simple-content label input {
		margin-left: 0;
	}
	.layout-26 #content .cms-blocks em, .layout-27 #content .cms-blocks em, .layout-28 #content .cms-blocks em {
		padding: 0 10px;
		line-height: 28px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 470px) {
	.information-page #content table td {
		padding: 3px 5px;
		font-size: 11px;
	}
	.specification-in-description, #tab-specification {
		overflow-x: auto;
	}
	.journal-header-center .journal-cart #cart .content {
		margin-left: -125px;
	}
	.simplecheckout-cart td.quantity input[type=text] {
		width: 25px !important;
		padding: 2px !important;
		font-size: 11px;
	    margin: 0 5px 0 0 !important;
	}
	.oc2 .simple-content .input-group-btn .plus-minus button {
		padding: 0 5px;
	}
	.plus-minus {
		width: 21px;
	}
	.oc2 .simple-content .input-group-btn .btn-danger {
		padding: 8px 0px;
	}
	.simplecheckout-cart th {
		padding: 5px;
	}
	.checkout-page #content {
		padding: 15px 10px 0 !important;
	}
	.pagecontacts > div.pagecontacts-left:before, .pagecontacts > div.pagecontacts-right:before, .pagecontacts > div.pagecontacts-right:after {
		content: none;
	}
	.pagecontacts > div.pagecontacts-left, .pagecontacts > div.pagecontacts-right {
		padding-left: 0;
	}
	body .product-info .right .cart div .button {
		width: auto;
	}
	body .product-filter .sort {
		position: relative;
	}
	body .product-filter .limit {
		top: auto;
		position: relative;
		right: auto;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content p {
		font-size: 16px;
		line-height: 25px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .box .blocks {
		max-width: 310px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content {
		padding-right: 0;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-icon-left {
		line-height: 50px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content i {
		font-size: 45px !important;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content {
		padding-left: 65px;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .cms-block {
		padding: 0;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .block-content .editor-content:after {
		content: none;
	}
	#bottom-modules > .journal2_cms_blocks:first-child .box .blocks {
		margin: 0 auto;
	}
	#header div.mobile-trigger, #header div.mobile-trigger:before {
		color: rgb(255, 255, 255);
	}
	header #header .journal-menu .mobile-trigger {
		width: 100%;
		margin-top: 0;
		background-color: rgb(50, 116, 173);
	}
	.header-assets .telephones > a {
		margin: 10px auto;
		display: block;
		max-width: 145px;
	}
	body #header .top-menu {
		display: block;
		text-align: center;
	}
	.journal-header-center #search {
		max-width: 250px;
	}
	.phone-sticky-cart.menu-cart-off .journal-menu {
		z-index: 9999;
		position: relative;
		top: 0;
		width: 100%;
	}
	.mega-menu div > h3 {
		font-size: 12px;
	}
	#header .journal-menu .super-menu > .mega-menu-categories:last-child  .mega-menu-item > div {
		margin-right: 0;
		display: block;
	}
	#header .journal-menu .super-menu > .mega-menu-categories:last-child .mega-menu-item.xs-50 {
		margin-bottom: 15px;
	}
	.super-menu .mega-menu-categories:last-child .mega-menu div > h3 {
		font-size: 12px;
	}
	#header .mobile-menu {
		overflow: visible !important;
		max-height: 100%;
	}
	#header .mobile-menu > li:nth-child(n+5) .mega-menu, #header .mobile-menu > li:nth-child(n+5) > ul, #header .mobile-menu > li:nth-child(n+3) .mega-menu, #header .mobile-menu > li:nth-child(n+3) > ul, #header .mobile-menu > li:nth-child(-n+3) .mega-menu, #header .mobile-menu > li:nth-child(-n+3) > ul {
		max-height: 100%;
	}
	#header #cart .content {
		min-width: 300px;
	}
	body .journal-header-center .header-assets .journal-language {
		text-align: right;
		padding-right: 7px;
	}
	#container .journal-carousel .swiper {
		padding: 0;
	}
	#container .journal-carousel:not(.arrows-top) .swiper-button-next::before, #container .journal-carousel:not(.arrows-top) .swiper-button-prev::before {
		font-size: 20px;
	}
	#container .journal-carousel:not(.arrows-top) .swiper-button-next {
		right: -25px;
	}
	#container .journal-carousel:not(.arrows-top) .swiper-button-prev {
		left: -25px;
	}
	html:not(.product-page) body #container .journal-carousel .htabs a, .home-page #content .cms-blocks .box-heading {
		padding: 0 10px;
		font-size: 14px;
	}
	#tab-description iframe {
		max-height: 200px;
	}
	.product-page div#content {
		padding: 15px 10px 0 10px !important;
	}
	.product-page #container .journal-carousel .swiper {
		padding: 0 25px;
	}
	.product-page #container .journal-carousel:not(.arrows-top) .swiper-button-next {
		right: -10px;
	}
	.product-page #container .journal-carousel:not(.arrows-top) .swiper-button-prev {
		left: -10px;
	}
	.mfilter-free-button {
		margin: 10px 0 0 240px;
	}
	.mfilter-free-container {
		margin-left: -250px;
	}
	body .mfilter-free-container {
		width: 230px;
	}
	.mfilter-free-container #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max {
		width: 55px !important;
		min-width: 55px !important;
		max-width: 55px !important;
		font-size: 12px;
		padding: 2px 5px;
	}
	body div.buttons {
		padding: 10px 0;
	}
}