@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
 HEADER
*******************************/
header {
  z-index: 99;
  position: relative;
  margin: 0 auto;
  display: table;
  width: 100%; }

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

#header {
  max-width: 1024px;
  margin: 0 auto; }

/******************************
 Logo
*******************************/
#logo {
  position: relative;
  width: 100%;
  height: 100%; }
  #logo a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    #logo a img {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%;
      height: auto; }
      #logo a img.logo-1x {
        max-height: 100%;
        width: auto; }

/******************************
Top Links
*******************************/
.default-header .top-menu > li > a,
.default-header .top-menu .no-link {
  height: 40px; }
  .default-header .top-menu > li > a i::before,
  .default-header .top-menu .no-link i::before {
    float: left; }

header .links {
  position: relative;
  display: table;
  width: 100%; }
  header .links a, header .links .no-link {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E4E4E4;
    border-bottom: 1px solid transparent;
    padding: 0 6px;
    transition: background-color 0.2s; }
  header .links > a:last-child, header .links > span:last-child {
    border-right-width: 0; }

.links .no-link {
  cursor: default; }

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

.top-menu-link {
  white-space: nowrap;
  position: relative; }

/******************************
 Login
*******************************/
.journal-login .journal-secondary {
  text-align: right;
  font-size: 13px; }
  .journal-login .journal-secondary a {
    padding: 0 3px; }
  .journal-login .journal-secondary div a {
    font-family: inherit;
    font-size: inherit;
    padding: 3px; }

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

/******************************
 Search
*******************************/
.journal-search {
  position: relative; }

#search {
  position: relative;
  width: 100%; }

.button-search {
  cursor: pointer;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  float: left;
  position: absolute;
  color: #CCCCCC;
  transition: color 0.2s, background-color 0.2s;
  z-index: 9;
  height: 100%; }
  .button-search button {
    width: 40px;
    height: 100%; }
  .button-search i {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .button-search i:before {
      content: "\e697";
      font-size: 20px; }

#search input {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding-left: 50px;
  font-size: 13px;
  color: #333745;
  box-shadow: none; }

/******************************
 Cart
*******************************/
.journal-cart {
  margin: 0;
  z-index: 2; }

#cart {
  left: 0;
  right: 0;
  width: 100%;
  height: 40px; }
  #cart ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #cart .heading {
    cursor: pointer;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    z-index: 1;
    border-radius: inherit; }
    #cart .heading a {
      color: inherit;
      border: none;
      font-size: inherit;
      text-decoration: none;
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: table;
      border-radius: inherit; }
      #cart .heading a > span {
        text-align: right;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        position: relative; }
    #cart .heading i {
      width: 40px;
      height: 40px;
      border-left-width: 1px;
      border-color: transparent;
      border-style: solid;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
        #cart .heading i {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      #cart .heading i::before {
        content: "\e000";
        font-size: 28px;
        color: white; }
  #cart .content {
    visibility: hidden;
    list-style: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-width: 360px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    min-height: 125px;
    color: #333745;
    float: right;
    transition: opacity .3s; }
    #cart .content .cart-wrapper {
      background-color: white; }
  #cart .checkout {
    clear: both;
    padding: 18px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%; }
    #cart .checkout a + a {
      margin-left: 15px; }
  #cart .empty {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 760px) {
  .journal-header-center .journal-menu {
    clear: both;
    z-index: 3; } }
ul.super-menu > li:first-of-type {
  border-left-width: 0; }

ul.super-menu > li:last-of-type {
  border-right-width: 0; }

/******************************
 NO SECONDARY
*******************************/
.no-secondary .journal-header-center .journal-links, .no-secondary .journal-header-center .links {
  width: 100%; }
.no-secondary .journal-header-center .journal-secondary {
  display: none; }
.no-secondary .journal-header-center .journal-language {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .journal-header-center .journal-currency {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.no-secondary .journal-header-center #currency {
  border-left-width: 1px; }

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

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

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

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

.super-menu {
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: 0; }
  .super-menu > li {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: all 0.2s !important;
    display: table-cell;
    min-width: 40px;
    color: white; }
    .super-menu > li:first-of-type {
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit; }
    .super-menu > li:last-of-type {
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit; }
    .super-menu > li:hover {
      transition: background-color 0.2s; }
    .super-menu > li > a {
      text-align: center;
      height: 100%;
      font-size: 15px;
      text-transform: uppercase;
      color: inherit;
      text-decoration: none;
      display: block;
      position: relative;
      line-height: 39px;
      white-space: nowrap;
      overflow: hidden; }
      .super-menu > li > a span {
        display: inline-block; }
      .super-menu > li > a i {
        display: inline-block;
        vertical-align: top; }
        .super-menu > li > a i:before {
          float: left; }
    .super-menu > li.icon-only {
      width: 50px; }
      .super-menu > li.icon-only > a i {
        margin-right: 0 !important; }
  .super-menu > li:last-of-type {
    border-right: 1px solid #333745; }

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

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

.journal-header-default .super-menu > li:last-of-type {
  border-right-width: 0; }
.journal-header-default .super-menu > li:first-of-type {
  border-left-width: 0; }

.mega-menu {
  left: 0;
  position: absolute;
  display: none;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  z-index: 9999; }
  .mega-menu > div {
    display: block;
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px; }

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

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

/******************************
MEGA-MENU CATEGORIES
*******************************/
header .mega-menu-item > div {
  margin-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
header .mega-menu-item h3 {
  transition: background-color 0.2s;
  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; }
  header .mega-menu-item h3 a {
    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;
    color: inherit;
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

.ie:not(.edge) header .mega-menu-item > div {
  display: block; }

.mega-menu-categories .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-categories .mega-menu-item ul {
    float: left;
    width: 58%;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none; }
    .mega-menu-categories .mega-menu-item ul li {
      padding-bottom: 2px;
      position: relative; }
      .mega-menu-categories .mega-menu-item ul li a {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        padding-left: 10px;
        transition: color .1s;
        line-height: 15px; }
        .mega-menu-categories .mega-menu-item ul li a:before {
          position: absolute;
          left: 0;
          top: 0; }
  .mega-menu-categories .mega-menu-item img {
    float: right;
    width: 40%;
    height: auto;
    margin-top: 10px; }
  .mega-menu-categories .mega-menu-item .show-more-text a:before {
    content: ""; }
  .mega-menu-categories .mega-menu-item.menu-image-left ul {
    width: 55%;
    padding: 0 0 0 8px; }
  .mega-menu-categories .mega-menu-item.menu-image-left img {
    float: left; }
  .mega-menu-categories .mega-menu-item.menu-image-top ul {
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-image-top img {
    float: none;
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-no-links img {
    width: 100%; }
  .mega-menu-categories .mega-menu-item.menu-no-image ul {
    width: 100%;
    padding: 0; }

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

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

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

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

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

/******************************
Header Cart
*******************************/
.oc2 #cart .content {
  transition: opacity 0s; }
  .oc2 #cart .content:before {
    display: none; }
  .oc2 #cart .content .cart-wrapper {
    display: block !important; }
    .oc2 #cart .content .cart-wrapper:before {
      content: "\e61e";
      color: white;
      font-size: 20px;
      position: absolute;
      top: -2px;
      right: 10px; }
.oc2 #cart.visible .content {
  opacity: 1;
  visibility: visible; }
.oc2 .mini-cart-total {
  padding: 0; }
  .oc2 .mini-cart-total table {
    padding: 5px 10px 3px 0; }

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

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

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

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

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

#header .top-menu > li:hover ul {
  display: block; }

#header .top-menu .top-dropdown.dd-left li:first-of-type::before {
  left: 15px; }

#header .top-menu .top-dropdown.dd-right li:first-of-type::before {
  left: auto;
  right: 15px; }

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

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

header .no-link {
  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; }

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

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

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

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

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

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

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

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

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

.language-text {
  margin-left: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lang-flag-mobile .language-text {
    display: none; }

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

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

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

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

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

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

.catalog-search.catalog-cart .journal-header-mega .journal-logo {
  margin-left: initial; }

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

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

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

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

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

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

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

  .catalog-search .journal-cart {
    width: 100%; }
  .catalog-search .journal-header-center #cart {
    border-left-width: 0; } }
.safari ul.menu-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************
 STICKY HEADER
*******************************/
@media only screen and (min-width: 760px) {
  .header {
    position: static;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    transition: top .5s ease-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

  .is-sticky .header {
    position: fixed; }
  .is-sticky .header-notice {
    display: none; }
  .is-sticky .super-menu {
    border-radius: 0; }

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

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

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

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

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

  .sticky-default.boxed-header.center-header .is-sticky .journal-menu-bg {
    display: none; } }
.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li.float-left:first-of-type {
  border-left-width: 0; }

.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu > li.float-right:last-of-type {
  border-right-width: 0; }

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

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

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

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

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

@media only screen and (max-width: 980px) {
  .journal-login {
    z-index: 999; } }
@media only screen and (min-width: 980px) {
  .default-header .journal-cart {
    z-index: 1000; } }
.oc1.lang-full form .currency-symbol, .oc1.currency-full form .currency-symbol {
  margin-right: 3px; }
.oc1 .ui-pnotify-title {
  width: auto; }

@media only screen and (max-width: 760px) {
  .oc1.lang-full-mobile form .currency-symbol,
  .oc1.currency-full-mobile form .currency-symbol {
    position: relative;
    top: -1px;
    margin: 4px; }

  .mobile-menu .mega-menu {
    z-index: 1; }

  .oc1.currency-full.currency-symbol-mobile form .currency-symbol {
    margin-right: 10px; }

  .boxed-header.default-header .journal-logo {
    z-index: 1000; } }
@media only screen and (min-width: 760px) {
  .oc1.lang-full .journal-language .dropdown-toggle img {
    margin-right: 5px; } }

	
/* ALLBLUE */
* {
	/*text-transform:initial !important;*/
}
#cart ul.cart-wrapper {
	box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
}

/*Home*/
.product-grid-item .product-wrapper .cart .button, .product-grid-item .product-wrapper .wishlist {
	width:100%;
	text-transform:initial;
}
.product-grid-item .product-wrapper .cart .button {
	padding: 3px 12px;
	box-shadow: 0px 2px 6px 0px rgba(28, 61, 164, 0.57);
}
.product-grid-item .product-wrapper .wishlist a {
	border:1px solid #4c6bc8;
	border-radius:50px;
	padding: 8px 4px;
}
.product-grid-item .product-wrapper .wishlist a:hover {
	background: #31be38;
    color: #fff;
    border-color: #31be38;
}
.product-grid-item .wishlist a i {
	float:right;
	top: -2px;
}
.product-grid-item .product-details .price {
	margin-bottom:1px;
	padding-top: 14px;
}
.product-grid-item .product-details .name a {
	padding-top:3px;
}
html:not(.home-page) .product-grid-item .product-details .name {
	margin-bottom:14px;
}
.product-wrapper .product-details {
	margin-top:10px;
}
.product-grid-item .cart {
	margin-bottom:3px !important;
}
.tab-content .product-grid-item .image {
	overflow:visible;
	position: relative;
    top: 20px;
}
.is-sticky header .header #logo {
	padding-bottom:8px;
	padding-top:8px;
}
.bottom-footer .payments img {
	margin-top:0 !important;
	margin-left: 3px !important;
}

.bottom-footer .payments a {
	font-size: 13px;
    color: #fff;
}
.journal-carousel .product-grid-item .name, 
html:not(.home-page) .product-grid-item .product-details .name {
	display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}
.home-page .swiper-container {
	/*overflow:visible;*/
}

/* CATEGORY */
.product-grid-item .name a {
	line-height: 25px;
}
.category-page .product-grid-item .image > a {
	border-width: 0px;
}
.category-page .product-grid-item .image, .manufacturer-page .product-grid-item .image {
	 box-shadow: 0px 12px 18px 0px rgba(208, 230, 240, 0.51);
	 overflow: visible;
}
.category-page .product-thumb {
	margin-bottom:40px;
}
.product-filter {
	margin-bottom:60px;
	overflow:visible !important;
}
.product-filter>div {
	box-shadow: 0px 12px 18px 0px rgba(208, 230, 240, 0.51);
	border-radius: 50px;
    padding: 0 20px;
}
/* Checkout+Pages */
.secondary-title, #content #review-title, #content legend, .checkout-content h2 {
	background-color: transparent !important;
    color: #111 !important;
}

.checkout-page #content .action-area>p {
	display:none;
}
div.alert {
	border:1px solid lightgray;
}
.label-sale {
    color: rgb(255, 255, 255);
    background-color: rgb(10, 90, 163);
}
/* PRODUCT */
.product-page #container {
	max-width:100%;
	width:100%;
}
.product-page #container #content {
	padding-right:0 !important;
	padding-left:0 !important;
}
.product-page #container .row.product-info, .product-page #container .related-products, .product-page .tab-inner {
	max-width: 1390px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 15px !important;
    padding-right: 15px !important;
}
.product-info .left .image {
	margin-top:30px;
}
.product-page .related-products .image>span {
	display:none;
}
.product-info .right .description {
	text-align:right;
	color: #4c6bc8;
}
.product-info .right .journal-custom-tab {
	    text-align: center;
		min-height:300px;
		margin-bottom:14px;
}
.product-info .right .journal-custom-tab img {
	   max-width: 300px !important;
}
.product-info .right .journal-custom-tab ul {
	   text-align:left;
}
.product-info .right .wishSocial {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border: none;
    padding: 8px 0;
}
.product-info .right .wishlist-compare {
    padding: 8px !important;
    margin: 0 4px;
}
.product-info  .product-options .social {
	padding: 0;
    margin: 0;
}
.social-loaded > span {
	padding: 8px;
    margin: 4px;
}
.product-page .product-tabs {
	background:#ececff;
	float: left;
    width: 100%;
	padding-bottom: 20px;
    padding-top: 20px;
}
.purpleRight {
	float:left;
	width:65%;
	padding:0 15px;
}
.purpleLeft {
	float:left;
	width:35%;
	padding:0 15px;
	padding-right:25px;
}

@media (min-width:768px){
	.product-page .tab-inner {
		display:flex;
	}
	.purpleLeft {
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		justify-content: space-evenly;
	}
}
@media (max-width:767px){
	.purpleRight, .purpleLeft {
		width:100%;
		float:none;
	}
}
.product-page ul.list-unstyled.price {
	background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
    border-radius: 20px;
    padding: 7px 15px;
    text-align: center;
}
.product-page ul.list-unstyled.price .price-old {
	display: inline-block;
	color: rgb(158, 158, 158);
    font-size: 20px;
    text-decoration: line-through;
}
.product-page ul.list-unstyled.price .price-new, 
.product-page ul.list-unstyled.price .product-price{
	color: #1d49cf;
    font-size: 41px;
    font-weight: 700;
	display: inline-block;
	line-height: 50px;
}
.product-page .price-tax {
	display:none;
}
.product-page .form-group.cart .qty {
	display:inline-block;
	color: #4c6bc8;
}
.product-page .form-group.cart .qty input {
	display: inline-block;
    width: auto;
    text-align: center;
    color: #4c6bc8;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 5px;
}
.product-page .qtyStock {
    background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
    border-radius: 20px;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 20px;
}
.product-page .qtyStock li {
	display:inline-block;
}
.product-page .qtyStock .instock {
	color:#31be38;
	font-size: 15px;
}
.product-page .form-group.cart .qty label {
	font-size: 15px;
	padding-right: 8px;
}
.qtyStock li, .qtyStock span {
	padding-left:12px;
	padding-right:12px;
}
button#button-cart.button {
	display: block;
    width: 100%;
    border: none;
    padding: 15px 12px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans";	
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
}
.bankIcons {
	text-align:center;
	padding-top: 20px;
    padding-bottom: 8px;
}
.product-page .doro {
	background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
    border-radius: 20px;
    padding: 28px 15px 32px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.product-page .doro1 {
	color: #152c6f;
    font-size: 24px;
    font-weight: 700;
	line-height: 40px;
}
.product-page .doro .fas {
	color: #31be38;
    font-size: 36px;
}
.product-page .doro2 {
	color: #4c6bc8;
    font-size: 15px;
    font-weight: 700;
}
.purpleRight table {
	
}
.purpleRight table:first-child {
	display:none;
}
.purpleRight table .name {
	height:60px;
}
.purpleRight table .value {
	font-weight:700;
	height:60px;
}
.purpleRight .tab-specification {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
	border-radius: 21px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
	text-align:center;
	color: #152c6f;
    font-size: 16px;
	padding: 10px;
	margin-bottom: 24px;
}
.purpleRight .options {
	border-radius: 21px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
	font-size: 16px;
	padding: 20px 30px;
	margin-bottom: 24px;
}
.purpleRight .options label {
	font-size: 14px;
    font-weight: 600;
}
.purpleRight .options .control-label {
	font-size: 21px;
    font-weight: 700;
    color: #173b89;
    text-transform: initial;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
}
span.error, .text-danger {
	padding: 6px 4px 6px 4px;
    font-size: 14px;
    position: relative;
    display: block;
	text-align:center;
}
.oc2 .required label:before {
    content: "*";
    color: #EA2E49;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-right: 9px;
}
.oc2 .required .radio label:before {
	content:none;
}
.j-container .bundle-widget .panel-heading {
	font-size: 23px;
    font-weight: 700;
    color: #31be38;
	text-transform:initial;
	    text-align: center;
    background: #fff;
}
.j-container .bundle-widget {
	background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(20, 115, 142, 0.24);
    border-radius: 20px;
    padding: 28px 15px 32px 15px;
    text-align: center;	
}
.bundle-widget .pbListing-box .box-content {
	border:none;
}
.bundle-widget .panel-body {
	padding:0;
}
#ProductBundlesSubmitButton {
	background: no-repeat;
    border: 1px solid #1d49cf4f;
    text-transform: initial;
    color: #1d49cf;
    font-size: 15px;
}
#ProductBundlesSubmitButton:hover {
	color:#fff;
	background:#31be38;
	border-color:#31be38;
}
/*Hide cart etc in bundle product + category page*/
html.category-page.layout-16 .product-details .button-group, 
#content.catId-104 .wishSocial, 
#content.catId-104 #button-cart, 
#content.catId-104 .bankIcons {
	display:none !important;
}
/* /-Hide cart etc */
.product-page .related-products .box-heading {
	color:#152c6f;
	font-size: 54px;
    font-weight: 400;
    line-height: 80px;
	margin-top: 50px;
    margin-bottom: 40px;
}
.box.related-products  .product-grid-item .image > a {
	border-color: rgb(73, 93, 206);
}

/*Contact*/
.contact-page h2.secondary-title {
	    font-size: 40px;
    margin-top: 24px;
}
/*Menu*/
.mega-menu .mega-menu-column .menu-cms-block {
    margin-bottom: px;
    line-height: 30px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #111111;
    margin-right: 12px;
    /*text-align: center;*/
}
.mega-menu-categories .mega-menu-item {
    margin-bottom: 5px;
    margin-top: 5px;
}
header .mega-menu-item h3 a {
	/*font-weight:600;*/
}
.drop-down ul {
	background:#fff;
}
.drop-down ul li a {
	font-size: 17px;
    font-weight: 600;
    color: #111;
}
.drop-down ul li:first-child a{
	margin-top:9px;
}
.drop-down ul li a:hover {
	color: rgb(49, 190, 56) !important;
}
.journal-language .dropdown-menu > li > a {
	padding: 8px 27px;
}
html.maintenance-mode header {
	position:relative;
}
.heading-title, .box-heading {
	overflow: visible;
    white-space: normal;
	margin-bottom: 38px;
}
.category-page #container, 
.home-page #container {
	margin-bottom:0;
}
.information-page #content b {
	color:#152c6f;
}
.information-page #content p {
	margin-bottom: 10px;
    line-height: 30px;
}
.home-page .carousel-7 .box-heading {
	overflow:hidden;
}
/*Manufacturer*/
.manufacturer-page .row.main-products {
	width: 100%;
	max-width: 940px;
    margin: auto;
}
.manufacturer-page .product-filter {
	padding-top: 30px;
    padding-bottom: 30px;
}
.manufacturer-page .row.main-products .product-grid-item {
	margin-bottom: 30px;
}
.manufacturer-page  .product-grid-item .image > a {
	border:none;
}
.home-page .journal-cms-block-21 .editor-content {
	display:none;
}
.bottom-footer .copyright {
	padding-left:20px;
}
.bottom-footer .payments {
	padding-right:20px;
}
footer .column-menu-wrap > ul li {
	margin-bottom:8px;
}
footer .menu:nth-child(1) .column-menu-wrap > ul li:nth-child(1) i {
	    margin-right: 12px !important;
}
#container 	.product-grid-item .name a {
	overflow:visible;
}
/***** Header ****/
.header {
	/*background:pink;*/
}
.journal-top-header {
	/*background:lightgray;*/
}
.header-assets {
	/*background:lightgreen;*/
}
header #header .journal-links {
    position: relative;
    top: auto;
}
.category-page ..product-grid-item {
	margin-bottom:50px;
}
/**************************************  Mobile  **************************************/
/*min*/
@media (min-width:470px) {
	.langPhone, .showPhone {
		display:none;
	}
}
@media (min-width:761px) {
		.bottom-footer .payments {
		position: relative;
		top: 17px;
	}
}
@media (min-width:981px) {
	.menuPhone {
		display:none !important;
	}
	header .journal-logo.xl-10 {
		width:9%
	}
}
/*  max   */
@media (max-width:1440px) {
	header #header.journal-header .super-menu > li > a {
		font-size:17px;
		padding: 0 12px;
	}
	header .mega-menu .mega-menu-column .menu-cms-block {
		font-size:16px;
	}
}
@media (max-width:1200px) {
	.slideText.small {
		font-size:15px !important;
		line-height:21px !important;
	}
}
@media (max-width:991px) {
	.slideText.big {
		max-width: 500px!important;
	}
}
@media (max-width:980px) {
	.menuDesk {
		display:none !important;
	}
	footer .column {
		 margin-bottom: 25px;
	}
	footer .row.columns {
		margin-top:15px;
	}
	footer .column-menu-wrap {
		display:block !important;
	}
	header {
		background:rgb(211, 238, 246);
	}
	.journal-menu .mobile-trigger {
		background-color: rgb(21, 44, 111);
	}
	.journal-menu .mobile-trigger li>a {
		background-color: rgb(21, 44, 111);
	}
	.menuPhone {
		background:rgb(21, 44, 111);
		margin-top: 20px;
		border-bottom: 4px solid rgb(21, 44, 111);
		border-top: 4px solid rgb(21, 44, 111);
	}
	#header .super-menu > li > a {
		color: #fff;
	}
	#header  .super-menu > li > a.active {
		color: rgb(76, 107, 200);
	}
	#header  .super-menu > li:hover > a {
		color: rgb(21, 44, 111);
	}
	header #header.journal-header .super-menu > li > a {
		padding-bottom:8px;
		padding-top:8px;
	}
	.mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus {
		top:7px !important;
	}
	#logo a {
		position: static;
		display: inline;
	}
	html.category-page .category-info .heading-title {
		font-size: 44px;
		padding-left: 30px;
		border-bottom-width:25px;
		max-width: 90%;
	}
	.category-page .journal-cms-block-30 .blocks {
		justify-content: space-around;
		padding-right:15px;
		padding-left:15px;
	}
	.category-page .journal-cms-block-30 .cms-block {
		max-width: 300px;
		margin-bottom: 30px;		
	}
}
@media (max-width:768px){
	.cs-26.custom-sections .product-grid {
		padding-top:12px !important;
	}
	.cs-26.custom-sections .box-heading ul li a,
	.home-page .carousel-7 .box-heading a  {
		font-size: 40px !important;
		white-space: normal;
		line-height: 43px;
	}
	.journal-cms-block-29 .anti1 {
		font-size: 35px !important;
	}
	.journal-cms-block-29 .anti2 {
		font-size:24px;
	}
	.collapse-footer-columns .column > h3::after {
		content:none !important;
	}
	.slideText .slide1 {
		font-size:25px;
		/*line-height: 20px;*/
	}
	.slideText, .slideText .slide1  {
	min-width:286px !important;
		/*padding-top:30px !important;*/
	}
	.category-page .journal-cms-block-30 .cms-block {
		max-width:auto;
	}
	.product-page .doro {
		margin-top:20px;
	}
	.product-page .related-products .box-heading, 
	.information-page #content h1.heading-title {
		font-size: 45px !important;
		font-weight: 400;
		line-height: 60px;
	}
	html.category-page .category-info .heading-title {
		font-size: 40px;
		border-bottom-width: 20px;
	}
	.slideBtn {
		margin-top: 30px !important;
		font-size:10px !important;
		line-height: 35px !important;
		min-width:120px !important;
	}
}
@media (max-width:760px) {
	#header.journal-header {
		padding-top:20px;
	}
	#header .header-assets {
		margin-top:20px;
	}
	.super-menu {
		background-color: rgb(21, 44, 111) !important;
	}
	.phone-sticky-cart.menu-cart-off .journal-menu {
		width:100% !important;
		margin-top: 0;
	}
}
@media (max-width:600px) {
	.slideText .slide1 {
		font-size: 25px;
	}
	html.category-page .category-info .heading-title {
		font-size: 30px;
		border-bottom-width: 20px;
	}
}
@media (max-width:470px) {
	header .journal-search {
		display:none;
	}
	header .journal-menu .mobile-trigger {
		width:15% !important;
	}	
	header .mega-menu-item h3 a {
		white-space: normal;
		font-size:14px;
	}
	header .header .journal-menu .mobile-trigger {
		margin-top:0;
	}
	.menuPhone {
		margin-top:9px;
	}
	.journal-cart {
		background:none !important;
	}
	header #cart .content {
		min-width:300px ;
	}
	html.category-page .category-info .heading-title {
		font-size: 23px;
		padding-left: 12px;
		border: none;
		padding-bottom: 8px;
	}
}
@media (max-width:425px) {
	.cs-26.custom-sections .box-heading {
		margin-bottom:14px;
	}
	.cs-26.custom-sections .box-heading ul li a, 
	.home-page .carousel-7 .box-heading a {
		font-size: 35px !important;
		line-height: 40px;
	}
	.cs-26.custom-sections .product-grid .name a {
		font-size:26px !important;
	}
	.journal-cms-block-29 .anti1 {
		font-size: 32px !important;
	}
	.journal-cms-block-29 .anti2 {
		font-size:23px;
	}
	.slideText, .slideBtn {
		margin-left: 10px !important;
	}
	.slideText .slide1 {
		font-size:22px;
	}
}
@media (max-width:390px){
	html.category-page .category-info .heading-title {
		font-size: 22px;
	}
}
/*max and min*/
@media (max-width:1022px) and (min-width:981px) {
	header #header.journal-header .super-menu > li > a {
		font-size:16px;
	}
}
@media (max-width:1220px) and (min-width:981px) {
	.journal-links span.top-menu-link {
		display:none;
	}
	header .journal-menu, header .header-assets {
		padding-top: 26px;
	}
}
@media (max-width:1440px) and (min-width:981px){
	#header {
		/*padding-right:15px;*/
		padding-left:15px;
	}
}
@media (max-width:980px) and (min-width:760px){
	header .header-assets {
		margin-top: 24px;
	}
}
@media (max-width:1450px) and (min-width:426px) {
	.slideText, .slideBtn {
		margin-left: 20px !important;
	}
}
@media (min-width:470px) and (max-width:760px) {
	.default-header .journal-top-header {
		display:block !important;
	}
}
/**/
.checkout-page .panel-body p:nth-child(1) {
	margin-bottom:12px;
}
.checkout-page .panel-body p strong {
    font-size: 14px;
}
.checkout-page .panel-body .radio {
	    margin-top: 4px;
    margin-bottom: 4px;
}
.checkout-page .panel-body textarea {
    margin-top: 10px;
}
.checkout-page .panel-body .buttons {
	color:#fff;

}
.checkout-page .panel-body .buttons a {
	color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.xshippingpro-desc {
    color: initial !important;
    font-size: 13px !important;
    display: block;
    /* border: 1px dashed #a5b3d8; */
    padding: 8px;
    background: #a5b3d875;
    line-height: 22px;
    margin: 11px 0;
}
html.account-page.oc2 .secondary-title {
	font-size: 1.9em;
	text-align: left;
	color: #152c6f !important;
    font-weight: 400;
    margin-top: 20px;
}
html.account-page .side-column .box-content li a {
	color: #000000;
    /* border-bottom: 1px solid #e9e9e9; */
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
    padding: 5px 10px;
    margin-bottom: 12px;
}
html.account-page .side-column .box-content li a:hover {
	    color: rgb(88, 143, 39);
}
html.account-page #content form legend {
	    text-align: left;
	    font-size: 35px;
}
b {
	display:block;
}
@media (max-width:500px) {
	.product-page .tab-specification {
		display:block;
		}
	.product-page .tab-specification table {
		/*width:100%;*/
	}
}
/************************************ */
/*
@media (max-width:1200px) {
	.slideText.small {
		font-size:15px !important;
		line-height:21px !important;
	}
}
@media (max-width:991px) {
	.slideText.big {
		max-width: 500px!important;
	}
}
@media (max-width:600px) {
	.slideBtn {
		margin-top: 30px !important;
	}
}
*/
#footer > div:nth-child(2) img {
	margin-top: 25px !important;
    max-width: 450px;
}

span.error, .text-danger {
	display: inline-block !important;
}
.label-outofstock {
	min-width:auto !important;
	font-size: 13px !important;
}
.label-sale {
	font-weight:600 !important;
}

@media (max-width:470px) {
	.home-page .carousel-product .product-wrapper {
		padding: 34px !important;
	}
	.journal-carousel:not(.arrows-top) .swiper-button-next {
		right: -9px !important;
	}
	.journal-carousel:not(.arrows-top) .swiper-button-prev {
		left: -9px !important;
	}
	.swiper-button-prev, .swiper-button-next {
		width:34px !important;
		height:34px !important;
	}
}
form fieldset fieldset legend, form fieldset fieldset label {
    display:none !important;
}
.route-information-contact label a b {
    display:inline-block;
}

.pagination a, .pagination b, .pagination li {
    font-weight:normal !important;
}

.checkout-page .panel-body .buttons .pull-right a {
    display:inline-block;
}

/* *** */

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hidetitle_st { display:none !important; color:#fff; background:#000; }
.hidetitle_black_st { display:none !important; color:#000; background:#fff; }

/* Contrast AMEA Start */
@media screen and (max-width: 1024px) {
.slideText.big { top: 100px !important; }
.slideText.small { margin-top: 20px !important; }
.slideBtn { margin-top: 30px !important; } }

@media screen and (max-width: 760px) {
.slideText.big { top: 20px !important; }
.slideText.small { margin-top: 0px !important; top: 30px !important; } }

@media screen and (max-width: 540px) {
.slideText.big { top: 0px !important; }
.slideText.small { margin-top: 0px !important; top: 0px !important; } }

@media screen and (max-width: 365px) {
.slideText.small { margin-top: 10px !important; top: 0px !important; } }

#cart-total { display: none !important; }
.slide1big { background: #00000082; padding: 10px; }
.slide1sm { background: #00000082; padding: 10px; }
.journal-cms-block-11.box.cms-blocks { background-color: #00000052; }
#footer h3 { color: #8FA3DC !important; }
.product-grid .label-sale { background-color: #19611B !important; }
.product-grid .price-old { color: #575757 !important; }
.pull-right.register_page { color: #BFBFBF !important; }
.pull-right.register_page a { color: #BFBFBF !important; }
.product-info .label-sale { background-color: #1A651D !important; }
.product-info .gallery-text { color: #4A5A64 !important; }
#product .journal-stock.instock { color: #19611B !important; }
#product .price-old { color: #595959 !important; }
#product #button-cart { background-color: #238626 !important; }
/* Contrast AMEA Finish */

@media screen and (min-width: 1000px) {
#mic-init-access-tool > button { margin-bottom: 60px !important; } }
#mic-init-access-tool .mic-access-tool-box { background: #152C6F !important; }
#mic-init-access-tool .mic-subtitle-span { color: #152C6F !important; }
#mic-init-access-tool  span { font-weight: 400 !important; }
#mic-init-access-tool span.mic-subtitle-span { font-weight: 600 !important; }
#mic-init-access-tool .mic-subtitle-span { font-variant: normal !important; }
#mic-init-access-tool .mic-access-tool-general-button > div span { background-color: #152C6F !important; color:fff !important; }
#mic-init-access-tool .mic-access-tool-general-button > div span:hover { background-color: #152C6F !important; color:fff !important; }

