@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; } }
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
REVOLUTION SLIDER
*******************************/
#content .journal-slider {
  margin-bottom: 20px; }

.tp-loader {
  -webkit-animation: none !important; }

.tp-caption {
  overflow: hidden;
  display: block;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s !important;
  text-align: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .tp-caption a, .tp-caption a:hover {
    color: inherit; }
  .tp-caption img {
    float: left; }

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

.tp-banner-container .tparrows {
  z-index: -1; }

.tp-banner-container:hover .tparrows {
  z-index: 100; }

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

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

.tp-leftarrow,
.tp-leftarrow.default,
.tp-rightarrow,
.tp-rightarrow.default {
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  border-radius: 50%;
  color: white;
  transition: color 0.2s; }
  .tp-leftarrow:before,
  .tp-leftarrow.default:before,
  .tp-rightarrow:before,
  .tp-rightarrow.default:before {
    transition: color 0.2s;
    content: "\e093";
    font-size: 40px;
    color: inherit; }

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

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

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

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

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

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

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

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

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

.swiper-hidden {
  visibility: hidden; }

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

.swiper-pagination {
  width: 100%;
  position: relative;
  font-size: 0;
  padding: 5px;
  bottom: auto; }

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

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

.side-column .swiper-button-prev,
.side-column .swiper-button-next {
  width: 30px; }

.swiper-button-next::before {
  content: "\e60e"; }

.swiper-button-next {
  right: 0;
  z-index: 2; }

.swiper-button-prev {
  left: 0;
  z-index: 1; }

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

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

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

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

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

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

.arrows-top .swiper-button-prev,
.arrows-top .swiper-button-next {
  width: 30px; }

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

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

#supersized {
  top: -12px; }

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

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

.gutter-on.custom-sections .box-content {
  margin-bottom: -20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oc-banner .item img {
  max-width: 100%;
  height: auto; }

.ie:not(.edge) .static-banners .box-content {
  display: block; }

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

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

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

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

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

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

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

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

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

.side-column .journal-sf .box ul li label {
  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; }

.firefox .journal-sf ul label img {
  box-sizing: content-box !important; }

.sf-reset.sf-both {
  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; }

@media only screen and (max-width: 760px) {
  .filter-columns-mobile .journal-sf ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .filter-columns-mobile .journal-sf ul li {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .filter-columns-mobile .journal-sf ul li:nth-last-of-type(2) {
        border-bottom-width: 0; } }
/******************************
 WELCOME MODULE
*******************************/
.welcome {
  margin-bottom: 15px; }
  .welcome h1 {
    border-bottom: 1px solid transparent;
    padding-bottom: 4px; }
  .welcome p {
    font-weight: normal;
    font-size: 13px;
    padding-top: 5px; }

.side-column .welcome {
  padding: 10px;
  margin-bottom: 0;
  clear: both; }
  .side-column .welcome h1 {
    margin-bottom: 8px; }

/******************************
STORE PICKER
*******************************/
#content .store-picker, .side-column .store-picker {
  padding: 10px 10px 0 10px; }
  #content .store-picker p, .side-column .store-picker p {
    text-align: left !important;
    padding: 0 0 5px 0; }
#content .oc-store .box-heading, .side-column .oc-store .box-heading {
  margin-bottom: 10px; }
#content .store-module, .side-column .store-module {
  padding: 0 10px; }
  #content .store-module p, .side-column .store-module p {
    margin-bottom: 5px; }
  #content .store-module a, .side-column .store-module a {
    display: inline-block;
    margin-top: 5px; }

/******************************
CMS BLOCKS
*******************************/
.cms-blocks, .static-banners {
  display: table;
  width: 100%; }
  .cms-blocks .blocks, .static-banners .blocks {
    margin-right: -20px; }
  .cms-blocks .box-heading, .static-banners .box-heading {
    margin-bottom: 20px; }

.static-banners.journal-carousel {
  display: block; }
  .static-banners.journal-carousel > div {
    margin-right: 0; }
  .static-banners.journal-carousel .static-banner {
    overflow: hidden;
    margin-bottom: 0;
    padding-right: 0; }
    .static-banners.journal-carousel .static-banner .banner-overlay {
      right: 0; }
  .static-banners.journal-carousel .swiper {
    margin-bottom: 20px; }
  .static-banners.journal-carousel .swiper .swiper-button-prev,
  .static-banners.journal-carousel .swiper .swiper-button-next {
    margin-top: 0; }
  .static-banners.journal-carousel .box-content div.swiper-container {
    padding: 0;
    margin: 0; }
  .static-banners.journal-carousel .swiper-pagination {
    position: absolute;
    bottom: 2px; }

.cms-block {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px; }
  .cms-block ul, .cms-block ol {
    padding: 10px 0 0 25px;
    margin: 0; }
  .cms-block img {
    max-width: 100% !important; }
  .cms-block video {
    max-width: 100%;
    height: auto; }

.gecko .side-column img, .ie .side-column img {
  max-width: 200px; }

.block-content {
  display: table;
  width: 100%;
  height: 100%; }

.static-banners .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

p img {
  max-width: 100% !important; }

.block-icon {
  text-align: center;
  -webkit-backface-visibility: hidden; }
  .block-icon i {
    margin: 0 !important;
    border-radius: inherit; }
    .block-icon i img {
      margin: 0 !important; }

.block-icon-left {
  float: left;
  margin-right: 10px; }

.block-icon-top {
  margin: 0 auto 10px auto; }

/******************************
 STATIC BANNERS
*******************************/
.static-banners > div {
  margin-right: -20px; }

.static-banner {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px; }
  .static-banner img {
    width: 100%;
    height: auto;
    float: left; }
  .static-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s; }
    .static-banner .banner-overlay i {
      margin-right: 0 !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
  .static-banner:hover .banner-overlay {
    visibility: visible;
    opacity: 1; }
    .static-banner:hover .banner-overlay i {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      transition: all 0.15s ease-out; }
  .static-banner .block-content {
    display: block; }

#content .static-banners {
  margin-bottom: 0; }

/******************************
 TEXT ROTATOR
*******************************/
.journal-rotator {
  margin-bottom: 20px; }

.text-rotator.bullets-on.bullets-center .quovolve-nav {
  bottom: -5px; }

.rotator-image {
  margin: 15px;
  display: block;
  max-width: 85%;
  height: auto;
  float: left;
  position: relative; }

.rotator-image.image-center {
  margin: 15px auto 0 auto !important; }

.rotator-text {
  padding: 12px;
  display: block;
  line-height: 1.3;
  position: relative;
  font-weight: inherit;
  font-size: inherit; }
  .rotator-text > div {
    float: left; }

.has-cta .rotator-text {
  display: inline-block; }

.cta-center .rotator-text {
  display: block;
  margin-bottom: 5px; }

.rotator-author {
  display: block;
  position: relative;
  padding: 0 15px; }

.bullets-on .rotator-author {
  padding-bottom: 8px; }
.bullets-on .quote {
  padding-bottom: 20px; }

.bullets-off .rotator-author {
  margin-bottom: 10px; }

.quovolve-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0; }
  .quovolve-nav ol {
    margin: 0;
    text-align: right;
    padding: 0 10px 7px 20px; }
    .quovolve-nav ol li {
      list-style: none;
      display: inline-block; }

.headline-mode .quote.has-cta.cta-center {
  overflow: visible; }

.headline-mode .rotator-text span:empty {
  padding: 0; }

.quote {
  text-align: left;
  overflow: hidden;
  padding-bottom: 2px; }
  .quote .cta {
    position: relative !important;
    white-space: nowrap; }
    .quote .cta i {
      float: left;
      font-size: 1.1em; }
    .quote .cta.button-center {
      margin-bottom: 10px; }
  .quote.no-text {
    overflow: visible; }

@media only screen and (max-width: 760px) {
  .headline-mode .rotator-text.line-through::before {
    width: 125%; } }
.headline-mode .rotator-text {
  padding: 0;
  line-height: 1.1; }
  .headline-mode .rotator-text span {
    position: relative;
    display: inline-block;
    padding: 12px; }
  .headline-mode .rotator-text.line-through::before {
    content: "";
    width: 150%;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0; }
.headline-mode .quovolve-nav ol {
  padding-bottom: 2px; }
.headline-mode .quote .button-icon-right i {
  margin-right: 0 !important;
  margin-left: 7px;
  float: right; }
.headline-mode.align-left .quote > div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.headline-mode.align-right .quote > div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.bullets-left .quovolve-nav ol {
  text-align: left; }

.bullets-center .quovolve-nav ol {
  text-align: center; }

.bullets-right .quote {
  padding-bottom: 30px; }
.bullets-right .quovolve-nav ol {
  text-align: right; }

.nav-numbers a {
  color: transparent !important;
  background-color: transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 4px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-perspective: 1000; }
  .nav-numbers a:hover:after {
    content: ""; }

/******************************
 PHOTO GALLERY
*******************************/
.journal-gallery .box-heading {
  margin-bottom: 15px; }
.journal-gallery .box-content {
  margin-right: -15px;
  overflow: hidden;
  width: auto; }
.journal-gallery.arrows-top .box-content {
  overflow: visible; }
.journal-gallery.arrows-top .swiper-button-prev,
.journal-gallery.arrows-top .swiper-button-next {
  top: -55px; }

.journal-carousel .box-content {
  margin-right: 0; }
.journal-carousel .gallery-thumb {
  padding-right: 0;
  margin-bottom: 0; }

.oc-module {
  display: table;
  width: 100%; }
  .oc-module.oc-html {
    display: block; }

.gallery-thumb {
  padding-right: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
  .gallery-thumb a {
    display: block;
    position: relative;
    overflow: hidden; }
    .gallery-thumb a:before {
      content: "\e015";
      position: absolute;
      font-size: 30px;
      color: white;
      z-index: 99;
      transition: all .2s;
      visibility: hidden;
      opacity: 0;
      padding: 0 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
  .gallery-thumb img {
    width: 100%;
    float: right;
    height: auto;
    border-radius: inherit; }
  .gallery-thumb .item-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all .2s;
    border-radius: inherit;
    cursor: pointer; }

.gallery-thumb > a:hover .item-hover {
  transition: all .2s;
  visibility: visible;
  opacity: 1; }

.gallery-thumb > a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

/******************************
LightGallery
*******************************/
.lg-backdrop {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9); }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-outer {
    text-align: center; }
  .lg-outer .lg-image {
    max-height: calc(100% - 100px);
    margin-top: 6px; }

.lg-toolbar,
.lg-sub-html {
  min-height: 50px;
  background-color: transparent; }

.lg-toolbar .lg-icon {
  color: white;
  font-size: 28px;
  width: 45px;
  text-align: inherit;
  padding: 12px 0;
  transition: color .1s linear; }

#lg-intense-zoom {
  position: absolute;
  right: 45px;
  width: 50px;
  height: 50px;
  top: 0;
  cursor: pointer;
  color: white;
  transition: all 0.1s ease-out; }
  #lg-intense-zoom::before {
    content: "\e015";
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#lg-counter {
  color: #E4E4E4;
  font-size: 18px; }

.lg-sub-html {
  padding: 13px 70px;
  line-height: 1.25;
  display: -webkit-box;
  display: -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; }
  .lg-sub-html > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  color: #E4E4E4; }

.lg-icon::before,
.lg-icon::after {
  font-family: 'lg'; }

.lg-thumb.group {
  display: inline-block; }

.lg-outer .lg-thumb-outer {
  background: black; }
.lg-outer .lg-thumb-item {
  margin-bottom: 0;
  border: 3px solid #5F6874;
  border-radius: 1px; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: white; }
.lg-outer .lg-thumb {
  padding: 12px 0;
  margin-bottom: 0; }
.lg-outer .lg-toogle-thumb {
  height: 40px;
  top: -40px;
  width: 45px;
  color: #E4E4E4; }
.lg-outer .lg-toogle-thumb:after {
  margin-top: 1px; }

/******************************
ADVANCED GRID
*******************************/
.multi-modules-wrapper {
  overflow: hidden; }
  .multi-modules-wrapper .tp-caption.fullscreenvideo {
    height: 100% !important; }
    .multi-modules-wrapper .tp-caption.fullscreenvideo video {
      width: auto;
      background: transparent; }

.multi-modules-column {
  height: 100%; }

.multi-modules-row {
  overflow: hidden;
  position: relative; }

.multi-modules-row .tp-banner-container {
  height: 100% !important;
  max-width: 100% !important; }
.multi-modules-row .tp-banner .slot, .multi-modules-row .tp-banner .slot div {
  width: 100% !important;
  height: 100% !important; }

@media only screen and (max-width: 760px) {
  .multi-modules-column .multi-modules-row {
    margin-bottom: 20px; }

  #content .multi-modules .journal-slider {
    margin-bottom: 0; }

  .multi-modules-column:only-of-type > .multi-modules-row:only-of-type,
  .multi-modules-column:last-of-type > .multi-modules-row:last-of-type {
    margin-bottom: 0; } }
.tp-banner .slot, .tp-banner .slot div {
  width: 100% !important;
  height: 100% !important; }

.multi-modules .static-banners .box-heading {
  margin-right: 0; }

#top-modules .multi-modules .static-banners, #bottom-modules .multi-modules .static-banners {
  padding: 0 !important; }

.multi-modules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .multi-modules .static-banner, .multi-modules .journal-simple-slider, .multi-modules .static-banners > div {
    margin: 0 !important;
    padding: 0 !important; }
    .multi-modules .static-banner .banner-overlay, .multi-modules .journal-simple-slider .banner-overlay, .multi-modules .static-banners > div .banner-overlay {
      right: 0; }
    .multi-modules .static-banner .journal-carousel, .multi-modules .journal-simple-slider .journal-carousel, .multi-modules .static-banners > div .journal-carousel {
      margin-bottom: 0; }

.multi-modules .static-banners.journal-carousel {
  margin-bottom: 0; }

.container-dimensions {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background: brown;
  color: white;
  z-index: 97;
  display: none; }
  .container-dimensions::after {
    font-size: 10px;
    content: "(Visible to admins only)";
    display: none; }

.multi-modules-row:hover .container-dimensions {
  display: block; }

/******************************
NEWSLETTER
*******************************/
.journal-newsletter {
  margin-bottom: 20px; }
  .journal-newsletter .checkbox {
    width: 100%;
    text-align: right; }
  .journal-newsletter .box-content {
    border-radius: inherit;
    display: table;
    width: 100%; }
  .journal-newsletter input + .button {
    margin-top: 10px; }
  .journal-newsletter.text-left .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .journal-newsletter.text-left .newsletter-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: left;
    width: 50%;
    padding-right: 20px;
    text-align: left;
    line-height: 1.2; }
  .journal-newsletter.text-left .newsletter-input-wrap {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden; }
    .journal-newsletter.text-left .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none; }
    .journal-newsletter.text-left .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 0;
      right: 0; }
    .journal-newsletter.text-left .newsletter-input-wrap input + .button {
      margin-top: 0; }
  .journal-newsletter.text-top .newsletter-text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px; }
  .journal-newsletter.text-top .newsletter-input-wrap {
    display: block;
    position: relative;
    width: 100%; }
    .journal-newsletter.text-top .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none;
      border: 0; }
    .journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 5px;
      right: 3px; }
    .journal-newsletter.text-top .newsletter-input-wrap input + .button {
      margin-top: 0; }

.side-column .journal-newsletter .newsletter-text {
  float: none;
  width: 100% !important;
  margin-bottom: 10px;
  padding: 0; }
.side-column .journal-newsletter .newsletter-input-wrap {
  float: none;
  width: 100% !important;
  height: auto !important;
  text-align: center; }
  .side-column .journal-newsletter .newsletter-input-wrap input {
    margin-bottom: 5px; }
  .side-column .journal-newsletter .newsletter-input-wrap .newsletter-button {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%; }
  .side-column .journal-newsletter .newsletter-input-wrap input + .button {
    margin-top: 0; }

/******************************
 SUPER FILTER
*******************************/
.main-products {
  position: relative;
  height: 100%; }

.product-list .sf-loader {
  right: 0; }

.sf-loader {
  min-height: 2000px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
  font-size: 14px;
  z-index: 99;
  left: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden; }
  .sf-loader span {
    padding: 5px 10px;
    display: block;
    -webkit-font-smoothing: auto; }

.side-column .journal-sf .box-filter > li {
  min-height: 0; }

.sf-reset {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 99;
  transition: color .2s; }
  .sf-reset .sf-reset-icon:after {
    font-size: 15px; }

.sf-reset-icon:after {
  content: "\e601";
  font-size: 14px;
  position: relative;
  margin-left: 5px;
  float: right; }

.sf-text {
  right: 7px; }
  .sf-text .sf-reset-icon {
    display: none; }

.sf-icon {
  top: 10px; }
  .sf-icon:before {
    border-top-color: #428bca;
    display: block; }
  .sf-icon:after {
    display: block;
    background-color: #428bca;
    padding: 6px 9px; }
  .sf-icon .sf-reset-text {
    display: none; }
  .sf-icon .sf-reset-icon:after {
    font-size: 20px;
    position: relative;
    margin-left: 1px;
    top: -2px; }

.sf-price .ui-slider-horizontal {
  height: auto; }
.sf-price .ui-widget-content {
  border: none;
  background: white; }
.sf-price .ui-widget-header {
  background: #EA2E49;
  border: none; }
.sf-price .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: 0;
  cursor: pointer;
  background: #428bca;
  border: 0;
  border-radius: 0;
  transition: background 0.2s; }
.sf-price .value {
  position: absolute;
  font-size: 11px;
  color: white;
  background: #428bca;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 36px;
  text-align: center;
  display: block;
  padding: 2px 3px;
  font-family: Helvetica, Arial, sans-serif; }
  .sf-price .value:after {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-radius: 0;
    top: -12px;
    left: 50%;
    margin-left: -7px; }
.sf-price .price-range-both.value {
  min-width: 72px;
  margin: 0 0 0 -36px;
  top: 19px; }
.sf-price .price-range-both {
  display: none; }
.sf-price.sf-input .box-content {
  margin-bottom: 20px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sf-price.sf-input .box-content span {
    position: relative;
    display: inline-block;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .sf-price.sf-input .box-content span:after {
      content: "";
      display: table;
      clear: both; }
    .sf-price.sf-input .box-content span:first-of-type {
      padding-right: 5px; }
    .sf-price.sf-input .box-content span:last-of-type {
      padding-left: 5px; }
    .sf-price.sf-input .box-content span label {
      font-size: 16px;
      cursor: default;
      padding-right: 5px;
      line-height: 30px;
      float: left; }
    .sf-price.sf-input .box-content span input {
      float: left;
      width: 84%;
      max-height: 30px; }
    .sf-price.sf-input .box-content span.currency-right label {
      float: right;
      padding-right: 0; }
    .sf-price.sf-input .box-content span.currency-right input {
      width: 82%; }
  .sf-price.sf-input .box-content .button {
    display: block;
    width: 100%;
    margin-top: 10px; }

.journal-sf {
  position: relative; }
  .journal-sf img {
    height: auto; }
  .journal-sf .box-content {
    display: block;
    overflow: auto; }
  .journal-sf .sf-price .box-content {
    overflow: visible; }
  .journal-sf:before {
    border-top-color: #428bca;
    display: block; }
  .journal-sf:after {
    display: block;
    background-color: #428bca;
    padding: 6px 9px;
    border-radius: 3px; }
  .journal-sf ul {
    border-radius: inherit;
    overflow: hidden; }
    .journal-sf ul li {
      border-bottom: 1px solid #333745; }
      .journal-sf ul li:last-of-type {
        border-bottom: none; }
    .journal-sf ul label {
      width: 100%;
      display: block;
      transition: color 0.2s;
      font-weight: normal;
      margin: 0;
      padding: 0; }
      .journal-sf ul label img {
        transition: border-color 0.1s; }
      .journal-sf ul label input[type=checkbox] {
        position: relative;
        margin: 0 5px 0 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
    .journal-sf ul.hide-checkbox label input[type=checkbox] {
      display: none; }

.journal-sf .sf-both ul label img {
  vertical-align: middle;
  margin: 0 5px 0 22px;
  float: left;
  display: block;
  max-width: 42px; }
.journal-sf .sf-both ul label .sf-name {
  line-height: 100%;
  vertical-align: middle;
  height: 42px;
  max-width: 135px;
  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-sf .sf-both ul label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.journal-sf .sf-both ul.hide-checkbox label img {
  margin-left: 0; }
.journal-sf .sf-both ul.hide-checkbox label input[type=checkbox] {
  display: none; }
.journal-sf .sf-image .box-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 310px; }
  .journal-sf .sf-image .box-content ul {
    display: block; }
    .journal-sf .sf-image .box-content ul li {
      border-bottom: none !important;
      float: left;
      width: 25%;
      padding: 0;
      padding-left: 0 !important;
      padding-top: 0 !important; }
    .journal-sf .sf-image .box-content ul label {
      width: 100%;
      display: block; }
      .journal-sf .sf-image .box-content ul label img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto; }
      .journal-sf .sf-image .box-content ul label input[type=checkbox] {
        display: none; }
    .journal-sf .sf-image .box-content ul.hide-checkbox label input[type=checkbox] {
      display: none; }

/******************************
 POPUP
*******************************/
.mfp-removing .journal-popup {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }
.mfp-removing.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.hide-close-button button {
  display: none; }

.mfp-close {
  opacity: 1;
  transition: all 0.2s; }

.quickview .journal-popup-header .heading-title {
  text-align: center; }

.journal-popup {
  position: relative;
  background: white;
  margin: 0 auto; }
  .journal-popup img {
    max-width: 100%;
    height: auto; }
  .journal-popup .journal-newsletter {
    margin-bottom: 0;
    padding: 0 20px; }
    .journal-popup .journal-newsletter .box-content {
      padding: 0 !important;
      background-color: transparent !important; }
  .journal-popup .mfp-close {
    color: white;
    top: -38px;
    right: -16px; }
  .journal-popup * {
    box-sizing: border-box; }
  .journal-popup .journal-popup-header-content {
    text-align: center;
    border: 0;
    border-radius: 0;
    white-space: normal;
    padding: 10px;
    line-height: 1.3; }
  .journal-popup .button-icon-right i {
    float: right;
    margin-right: 0 !important;
    margin-left: 5px; }
  .journal-popup .journal-popup-header {
    border-radius: 0; }

.journal-popup-content {
  overflow: hidden;
  color: #333745; }

.journal-popup-content.overflow-on {
  overflow: auto; }

@media only screen and (max-width: 760px) {
  .journal-popup-content.overflow-on {
    overflow-y: scroll;
    max-height: 50vh;
    -webkit-overflow-scrolling: touch; } }
.journal-popup-header,
.journal-popup-footer,
.journal-popup-newsletter {
  display: table;
  width: 100%; }

.journal-popup-header-content,
.journal-popup-footer-content,
.journal-popup-newsletter-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.journal-popup-footer-content {
  text-align: left;
  padding-left: 10px;
  background-color: #f4f4f4;
  position: relative; }
  .journal-popup-footer-content .button {
    margin: 8px 0; }
  .journal-popup-footer-content.has-btn {
    text-align: center; }
    .journal-popup-footer-content.has-btn .button:first-of-type {
      margin-right: 8px; }
    .journal-popup-footer-content.has-btn .dont-show-label {
      position: absolute;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.ie:not(.edge) .journal-popup-footer-content.has-btn .dont-show-label {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.dont-show-label label {
  font-weight: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.dont-show-label input[type='checkbox'] {
  margin-right: 5px;
  position: relative; }

.journal-popup input.has-error,
.journal-popup textarea.has-error,
.post-comment input.has-error,
.post-comment textarea.has-error {
  border: 1px solid red; }

/******************************
POPUP FORM
*******************************/
.journal-popup-contact .content, .journal-popup-contact fieldset {
  padding: 15px; }
  .journal-popup-contact .content b, .journal-popup-contact fieldset b {
    display: inline-block;
    margin: 9px 0 4px 0; }
    .journal-popup-contact .content b:first-of-type, .journal-popup-contact fieldset b:first-of-type {
      margin-top: 0; }
    .journal-popup-contact .content b:last-of-type, .journal-popup-contact fieldset b:last-of-type {
      display: block; }
      .journal-popup-contact .content b:last-of-type + br, .journal-popup-contact fieldset b:last-of-type + br {
        display: none; }
  .journal-popup-contact .content textarea + br, .journal-popup-contact fieldset textarea + br {
    display: none; }
  .journal-popup-contact .content input[name='captcha'], .journal-popup-contact fieldset input[name='captcha'] {
    margin: 0 10px 0 0;
    height: 35px;
    display: block;
    float: left; }
.journal-popup-contact input + br, .journal-popup-contact input + br + br {
  display: none; }
.journal-popup-contact input[type='text'],
.journal-popup-contact input[type='email'] {
  max-width: 600px; }

.oc2 .journal-popup-contact .form-horizontal .form-group label {
  width: 100%;
  float: none;
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 2px; }
  .oc2 .journal-popup-contact .form-horizontal .form-group label:before {
    display: none; }
.oc2 .journal-popup-contact .form-horizontal .form-group label + div {
  width: 100%;
  float: none; }
.oc2 .journal-popup-contact .pull-right {
  float: none; }

/*****************************
BLOG
*******************************/
.journal-carousel .posts.box-content {
  display: block; }
.journal-carousel > div.posts {
  overflow: visible; }
.journal-carousel .post-button {
  margin-top: auto; }

@media only screen and (max-width: 760px) {
  .journal-carousel {
    clear: both; }

  .journal-carousel .htabs a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
.blog-grid-view .post-button,
.journal-carousel .post-button,
.post-module .post-button {
  margin-top: auto; }

.posts {
  margin: 20px -20px 0 0;
  text-align: center; }
  .posts h2 {
    padding: 10px 0 5px 0;
    display: table;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 16px;
    table-layout: fixed;
    font-weight: normal; }
    .posts h2 a {
      display: table-cell;
      vertical-align: middle;
      transition: color 0.2s;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }

.post-item-details.post-content-aligncenter,
.post-button {
  text-align: center; }
  .post-item-details.post-content-aligncenter .comment-date,
  .post-button .comment-date {
    margin: 0 auto; }

.post-item-details.post-content-alignright {
  text-align: right; }
  .post-item-details.post-content-alignright .comment-date {
    width: 100%; }

html[dir="rtl"] .post-item-details.post-content-aligncenter,
html[dir="rtl"] .post-button {
  text-align: center !important; }
  html[dir="rtl"] .post-item-details.post-content-aligncenter .comment-date,
  html[dir="rtl"] .post-button .comment-date {
    margin: 0 auto; }

.post-module.journal-carousel.gutter-on {
  padding-bottom: 0 !important; }

.post-item-details {
  text-align: center;
  overflow: hidden; }

.blog-grid-view .post-wrapper .post-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.post-content-alignright .post-button {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.post-content-aligncenter .post-button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

html[dir="rtl"] .post-button {
  text-align: right; }

.post-image:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }
.post-image img {
  width: 100%;
  height: auto;
  float: left; }

.post-item:not(.swiper-slide) {
  margin-bottom: 20px; }

.post-wrapper {
  margin-right: 20px;
  transition: all 0.2s; }
  .swiper-container .post-wrapper {
    margin-right: 0; }

.post-text {
  padding: 10px 0 10px 0;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden; }
  .post-text span {
    display: block; }

.post-view-more.button {
  margin: 5px 0 15px 0;
  padding: 10px;
  line-height: 100% !important; }

.post-button-left-icon:before {
  margin-right: 5px; }
  .post-button-left-icon:before:before {
    transition: all 0.2s; }

.post-button-right-icon {
  display: none; }
  .post-button-right-icon:before {
    transition: all 0.2s;
    margin-left: 5px; }

.blog-list-view .post-view-more {
  margin: 5px 0 5px 0; }

.comment-date {
  padding: 7px 0 8px 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  display: inline-block;
  color: #999;
  font-size: 12px; }
  .comment-date span {
    display: inline-block;
    position: relative;
    text-align: left; }
    .comment-date span:before {
      margin-right: 4px;
      position: relative;
      display: inline-block;
      font-size: 13px; }

.p-author {
  margin-right: 7px; }
  .p-author:before {
    content: "\e1b8"; }

.p-date {
  margin-right: 7px; }
  .p-date:before {
    content: "\e6b3"; }

.p-comment:before {
  content: "\e1ae"; }

.p-category a + span {
  display: inline-block !important; }

.p-category a:last-of-type + span {
  display: none !important; }

.p-category:before {
  content: "\e6b2"; }
.p-category > a {
  transition: all 0.2s;
  margin-left: 5px; }
  .p-category > a:first-of-type {
    margin-left: 0; }
  .p-category > a:last-of-type + span {
    display: none; }

.posts.blog-list-view {
  text-align: left;
  margin: 20px 0 0 0;
  display: table;
  width: 100%; }
  .posts.blog-list-view > div {
    width: 100% !important; }
  .posts.blog-list-view .post-image {
    float: left;
    padding-right: 15px;
    overflow: hidden;
    width: 33.333333%; }
  .posts.blog-list-view h2 {
    padding: 0;
    margin-top: 0; }
    .posts.blog-list-view h2 a {
      height: auto !important;
      display: block;
      white-space: normal; }
      .posts.blog-list-view h2 a span {
        display: inline-block;
        border-bottom: 1px solid #E4E4E4;
        padding: 0 0 7px 0; }
  .posts.blog-list-view .post-item-details {
    float: left;
    width: 66.666666%;
    padding: 0;
    text-align: left !important; }
  .posts.blog-list-view .post-wrapper {
    margin-right: 0;
    padding: 10px; }
  .posts.blog-list-view .post-text {
    padding: 10px 10px 8px 0; }
  .posts.blog-list-view .comment-date {
    padding: 5px 0;
    border: 0; }

/******************************
 Post Page
*******************************/
.blog-post .heading-title {
  margin-bottom: 0; }
.blog-post .post-stats {
  margin-bottom: 15px;
  padding: 10px 0 10px 0; }
  .blog-post .post-stats .p-posted {
    margin-right: 2px; }
  .blog-post .post-stats > span {
    margin-right: 10px;
    display: inline-block;
    clear: both; }
    .blog-post .post-stats > span:before {
      display: inline-block;
      margin-right: 4px;
      position: relative;
      float: left; }
    .blog-post .post-stats > span.p-category:before {
      margin-right: 6px; }
  .blog-post .post-stats.comment-date {
    border-width: 0;
    display: block; }
.blog-post .social {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  clear: both;
  padding: 12px 8px 0 0;
  margin-bottom: 0;
  background-position: 0 center;
  background-color: inherit !important;
  background-image: none; }
.blog-post .social-loaded {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.blog-post .tags {
  margin: 15px 10px 15px 0;
  font-size: 13px; }
  .blog-post .tags a, .blog-post .tags b {
    display: initial;
    border-radius: 0;
    transition: all 0.2s;
    margin-right: 4px; }
  .blog-post .tags a {
    display: inline-block; }

@media only screen and (max-width: 760px) {
  .post-stats.comment-date {
    padding-bottom: 1px; } }
.post-details {
  overflow: hidden;
  font-size: 14px; }
  .post-details img {
    max-width: 100%;
    height: auto; }
  .post-details:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
  .post-details .tags {
    line-height: initial; }

blockquote {
  padding: 0 0 0 15px;
  border-width: 0;
  border-left: 10px solid #EA2E49;
  margin: 20px;
  line-height: 20px;
  font-style: italic; }

.comments {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3; }
  .comments > .comment {
    color: #333745;
    position: relative;
    margin-top: 20px;
    padding: 13px 13px 7px 13px; }
    .comments > .comment p {
      font-size: 14px; }
    .comments > .comment:first-of-type {
      margin-top: 0; }
    .comments > .comment:nth-child(even) {
      background-color: #f4f4f4; }
    .comments > .comment:nth-child(odd) {
      background-color: #f4f4f4; }
    .comments > .comment:after {
      content: ""; }
  .comments > h3 {
    padding: 15px 0;
    font-size: 17px; }
  .comments .avatar {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 0; }
  .comments .user-name {
    font-size: 18px;
    font-weight: bold; }
  .comments .user-date {
    margin: 2px 0 4px 0;
    font-size: 11px;
    color: #5F6874; }
    .comments .user-date:before {
      margin-right: 3px;
      position: relative; }
  .comments .user-time:before {
    margin-right: 3px;
    position: relative; }
  .comments .user-site {
    font-size: 13px; }
  .comments .reply-btn {
    position: absolute;
    top: 12px;
    right: 13px;
    line-height: 100%;
    padding: 8px 10px; }
  .comments .comment {
    position: relative; }
    .comments .comment > p {
      padding-bottom: 5px; }
  .comments .comment + .success {
    margin-top: 20px;
    color: #333745; }
  .comments .reply + .success {
    margin-top: 15px;
    margin-left: 85px;
    width: auto; }
  .comments .main-comment + .success {
    margin-top: 15px; }
  .comments .reply {
    position: relative;
    padding: 13px 13px 7px 13px;
    margin-left: 85px;
    margin-top: 15px; }
    .comments .reply:nth-of-type(even) {
      background-color: #e9e9e9; }
    .comments .reply:nth-of-type(odd) {
      background-color: #e9e9e9; }
    .comments .reply:after {
      content: ""; }

.post-comment {
  margin-bottom: 20px; }
  .post-comment h3 {
    padding: 15px 0;
    font-size: 17px; }

.comment-submit.button, .reply-submit.button {
  display: inline-block;
  margin-top: 10px;
  line-height: 100%;
  padding: 10px; }

.comment-form form > div input {
  display: block;
  max-width: 350px;
  margin-bottom: 10px; }

.reply .main-comment .button {
  display: none; }

.reply-form {
  margin-left: 85px; }
  .reply-form h3 {
    border-bottom-width: 0;
    padding: 15px 0; }
  .reply-form .comment-form {
    padding: 0;
    background-color: transparent; }

.has-error .form-control {
  border: 1px solid #EA2E49 !important; }

.button.disabled {
  opacity: .7;
  cursor: wait; }

/******************************
 Blog Modules
*******************************/
.side-posts .box-post {
  overflow: hidden;
  position: relative; }

.post-module.no-heading .posts {
  margin-top: 0; }

.post-module {
  display: table;
  width: 100%; }
  .post-module.journal-carousel {
    display: block; }

.side-blog .box-post {
  padding: 10px 0 0 0; }

.side-blog .box-category.box-post {
  padding: 0; }

.side-post + hr {
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f4f4f4; }

.side-post {
  margin-bottom: 10px;
  overflow: hidden; }
  .side-post:after {
    content: "";
    display: block;
    clear: both; }
  .side-post:last-of-type {
    margin-bottom: 0; }
  .side-post:last-of-type + hr {
    display: none; }
  .side-post .comment-date {
    border-bottom: none;
    border-top: none;
    display: block;
    width: 100%;
    padding: 0; }
  .side-post .p-comment {
    margin-right: 0; }
  .side-post .p-date {
    margin-right: 10px; }

.side-post-details {
  float: left;
  width: 75%; }

.side-post-image {
  width: 20%;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 5%; }
  .side-post-image img {
    width: 100%;
    height: auto;
    float: left; }
  .side-post-image:after {
    content: "";
    display: table;
    clear: both; }

.side-post-title {
  display: block;
  margin-bottom: 6px;
  transition: all 0.2s; }

.blog-comments img {
  max-width: 55px;
  height: auto; }
.blog-comments .p-user:before {
  display: block;
  float: left; }

.comment-author:after {
  content: "";
  display: table;
  clear: both; }

.side-blog-tags .box-tag {
  overflow: hidden; }
  .side-blog-tags .box-tag > div {
    margin-bottom: -7px;
    overflow: hidden; }
  .side-blog-tags .box-tag a {
    float: left;
    display: block;
    background-color: #3F5765;
    color: white;
    margin: 0 6px 6px 0;
    padding: 3px 7px 5px 7px;
    transition: all 0.2s; }
    .side-blog-tags .box-tag a:hover {
      background-color: #5C8BA6; }

.box-search {
  position: relative;
  height: 33px; }
  .box-search a {
    display: table;
    width: 33px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 2px;
    transition: color 0.2s;
    padding-left: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #E4E4E4; }
    .box-search a:before {
      content: '\e697';
      font-size: 18px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      color: #ccc; }

.column.posts {
  margin: 0; }
  .column.posts h3 {
    margin-bottom: 7px; }
  .column.posts > div {
    margin-bottom: 0; }

.footer-post {
  padding: 6px 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent; }
  .footer-post .comment-date {
    padding: 5px 0 0 0;
    color: #E4E4E4; }
  .footer-post:after {
    content: "";
    display: table;
    clear: both; }
  .footer-post:first-of-type {
    padding-top: 0; }
  .footer-post:last-of-type {
    border-bottom: 0; }

.footer-post-image {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px; }

.footer-post-title,
.footer-post .comment-date {
  display: block;
  text-align: left;
  border-width: 0;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.footer-post .comment-date {
  font-size: 11px;
  padding: 3px 0 0 0; }
  .footer-post .comment-date span:before {
    font-size: 12px; }

.journal-blog-feed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  transition: all 0.2s;
  color: #222;
  font-size: 13px;
  font-weight: 400; }
  .journal-blog-feed:before {
    content: "\e6b4";
    color: #FF8000;
    margin-right: 5px;
    position: relative;
    float: left;
    font-size: inherit; }

/******************************
HEADER NOTICE
*******************************/
.header-notice {
  line-height: 1.25;
  font-size: 14px;
  position: relative;
  min-height: 15px;
  z-index: 9000;
  display: table;
  width: 100%; }
  .header-notice > div {
    margin: 0 auto;
    position: relative; }
  .header-notice i {
    margin-right: 8px !important; }
    .header-notice i:before {
      float: left; }
  .header-notice a {
    transition: all 0.2s; }
  .header-notice.floated-icon > div {
    padding-bottom: 10px; }
  .header-notice.floated-icon i {
    float: left; }
  .header-notice.floated-icon .notice-text {
    display: block; }
  .header-notice.center-notice {
    text-align: center; }
    .header-notice.center-notice .notice-text {
      margin-right: 50px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-notice.center-notice .notice-text span {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
    .header-notice.center-notice i:before {
      float: none; }
  .header-notice.right-notice {
    text-align: right; }
    .header-notice.right-notice .notice-text {
      width: calc(100% - 100px);
      width: -webkit-calc(100% - 100px);
      margin-right: 50px; }
    .header-notice.right-notice i:before {
      float: none; }
  .header-notice.fullwidth-notice > div {
    max-width: 100%;
    padding: 10px 0 10px 15px; }
  .header-notice .notice-text {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 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; }
    .header-notice .notice-text i {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .header-notice .notice-text span {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

button.close-notice {
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  transition: all 0.1s;
  border-radius: 0 !important;
  font-weight: 400;
  color: #333745; }
  button.close-notice:hover {
    color: #EA2E49; }
  button.close-notice::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }

html[dir="rtl"] button.close-notice {
  right: auto;
  left: 0; }
html[dir="rtl"] .header-notice i {
  margin-right: 0 !important;
  margin-left: 8px; }
  html[dir="rtl"] .header-notice i:before {
    float: left; }
html[dir="rtl"] .header-notice.floated-icon i {
  float: right; }

button.close-notice.x-icon:before {
  content: "\e602";
  font-size: 24px; }

@media only screen and (max-width: 760px) {
  .header-notice i {
    float: left; } }
#content .journal-accordion {
  margin-bottom: 20px; }

.journal-accordion .journal-accordion-heading {
  transition: all 0.05s ease-out;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #444;
  border-bottom-color: #E4E4E4;
  padding: 12px; }
  .journal-accordion .journal-accordion-heading::after {
    color: inherit;
    background: none;
    content: "\e620";
    font-size: 11px;
    position: absolute;
    right: 5px;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.05s ease-out; }
.journal-accordion [data-accordion].open > .journal-accordion-heading::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -3px; }
.journal-accordion .journal-accordion-content {
  background: #EEEEEE;
  color: #333; }
  .journal-accordion .journal-accordion-content > * {
    border-bottom: 0;
    padding: 0; }
  .journal-accordion .journal-accordion-content > div {
    padding: 13px;
    line-height: 1.4; }

.journal-popup-content.overflow-on img {
  max-height: 100% !important; }

/******************************
 Firefox
*******************************/
.firefox .dont-show-label input[type='checkbox'] {
  margin-left: 10px; }
.firefox .journal-popup-footer-content .button {
  line-height: 39px; }
.firefox .tp-caption {
  outline: 1px solid transparent; }
.firefox .comment-date span:before {
  margin-top: -2px; }

.safari .html5vid {
  top: 0 !important;
  height: 100% !important;
  width: 100% !important; }
  .safari .html5vid video {
    -o-object-fit: cover;
       object-fit: cover; }

.ie:not(.edge) .safari5 .main-products {
  width: 100%;
  display: table; }
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
.information-page #content > p + div {
  margin-top: 20px; }

/******************************
 SHOPPING CART
*******************************/
.cart-info .stock {
  color: red; }
.cart-info .name {
  max-width: 400px;
  text-align: left; }
  .cart-info .name a {
    font-weight: bold; }
.cart-info .image {
  text-align: center;
  max-width: 100px; }
  .cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.cart-info .quantity {
  min-width: 110px;
  text-align: center; }
  .cart-info .quantity .input-group {
    display: inline-block; }
    .cart-info .quantity .input-group input {
      margin-right: 5px;
      border-radius: 2px; }
    .cart-info .quantity .input-group .btn-primary {
      background-color: #428bca; }
      .cart-info .quantity .input-group .btn-primary:hover {
        background-color: #3071a9; }
    .cart-info .quantity .input-group .btn-danger {
      background-color: #EA2E49; }
      .cart-info .quantity .input-group .btn-danger:hover {
        background-color: #d01530; }
.cart-info .price, .cart-info .total {
  font-weight: bold; }
.cart-info table {
  overflow: hidden; }
.cart-info td {
  padding: 5px 10px 5px 5px;
  text-align: center; }
.cart-info thead td {
  height: 40px;
  font-weight: bold;
  border-bottom: none;
  font-size: 13px; }
.cart-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4; }
.cart-info tbody td.image {
  padding-left: 0; }
.cart-info tbody tr:last-of-type td {
  border-bottom: none; }

#content.sc-page .content p, #content.sc-page .action-area p {
  padding: 10px;
  font-size: 13px; }
#content.sc-page .content table.radio .highlight td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
#content.sc-page .content table.radio .highlight:last-of-type td {
  border-bottom: none; }
#content.sc-page a + .text-danger {
  color: #EA2E49;
  background-color: transparent; }

.cart-module > div {
  display: none; }
  .cart-module > div form {
    padding-left: 10px; }
    .cart-module > div form input[type='text'] {
      max-width: 240px;
      margin: 20px 0; }
  .cart-module > div input[name='postcode'] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px; }

#shipping table {
  padding: 10px 0;
  width: 45%; }
  #shipping table td:first-of-type {
    font-weight: bold; }
#shipping select {
  width: 150px; }
#shipping .button {
  margin: 10px 0; }

.cart-total {
  overflow: auto;
  padding: 8px; }
  .cart-total table {
    float: right; }
  .cart-total td {
    padding: 4px;
    text-align: right; }

label {
  line-height: 1.5;
  font-size: 13px;
  position: relative; }

#total .right {
  font-size: 14px;
  width: 87%;
  font-weight: bold; }

.quantity input[type='text'] {
  width: 40px;
  text-align: center; }

.action-area {
  overflow: hidden; }
  .action-area h3 {
    padding: 10px 12px; }

.action-area .panel-title {
  color: #555; }

.oc2 .action-area .panel-heading {
  padding: 0; }
  .oc2 .action-area .panel-heading .panel-title > a {
    padding: 10px;
    display: block; }
.oc2 .action-area .panel-group {
  margin-bottom: 0; }
.oc2 .action-area .panel-body label {
  display: inline-block;
  margin-bottom: 5px; }
.oc2 .action-area .panel-body .input-group input[type="text"] {
  min-width: 300px; }
.oc2 .action-area .panel-body .input-group .button {
  margin-left: 5px; }
.oc2 .action-area .form-group {
  clear: both;
  margin-top: 10px; }
  .oc2 .action-area .form-group label {
    min-width: 150px;
    float: left;
    margin-bottom: 0; }
  .oc2 .action-area .form-group input[type="text"] {
    max-width: 160px; }
.oc2 .checkout #accordion {
  overflow: hidden; }
.oc2 .checkout-content {
  background-color: transparent;
  padding: 0;
  display: block; }
  .oc2 .checkout-content .right .form-group {
    margin-bottom: 8px; }
  .oc2 .checkout-content p, .oc2 .checkout-content .radio {
    padding: 10px 0 0 0; }

.order-list .list td {
  text-align: center; }

/******************************
 CHECKOUT PAGE
*******************************/
.checkout {
  margin-bottom: 20px;
  overflow: hidden; }
  .checkout select {
    margin: 0 0 3px 0; }
  .checkout div:last-of-type .checkout-heading {
    border-bottom: none; }

.checkout-heading {
  border-bottom: 1px solid;
  border-color: #333745;
  font-size: 13px;
  min-height: 35px;
  padding: 10px;
  clear: both; }

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none; }

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  position: relative; }
  .checkout-content:after {
    content: "";
    display: table;
    clear: both; }
  .checkout-content table.radio td:first-child {
    width: 25px; }
  .checkout-content p {
    padding: 10px 0; }
  .checkout-content .left {
    float: left;
    width: 48%; }
  .checkout-content .right {
    float: right;
    width: 48%; }
  .checkout-content .left p:last-of-type {
    min-height: 92px; }
  .checkout-content .buttons {
    margin-bottom: 0;
    border-radius: 0;
    clear: both; }
    .checkout-content .buttons .right {
      width: 100%; }
  .checkout-content textarea {
    width: 100% !important;
    margin-top: 15px; }

#payment-address h2 {
  margin-bottom: 15px; }

.checkout-product .total {
  font-weight: bold; }
.checkout-product td {
  padding: 15px; }
.checkout-product thead td {
  font-weight: bold;
  padding: 13px; }
.checkout-product .name,
.checkout-product .model {
  text-align: left; }
.checkout-product .quantity,
.checkout-product .price,
.checkout-product .total {
  text-align: right; }
.checkout-product tbody td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
.checkout-product tfoot td {
  text-align: right;
  padding: 6px 15px; }

.wait {
  position: absolute;
  padding-top: 12px;
  right: -10px;
  bottom: 30px; }

.newsletter-page table.form {
  padding-top: 0; }

.oc2 .oc-newsletter .form-horizontal .form-group > label {
  width: auto;
  padding-top: 10px; }
.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
  width: auto; }
.oc2 .oc-newsletter .form-horizontal .form-group label + div {
  float: none;
  padding-top: 0; }

/******************************
 RETURNS
*******************************/
.returns > h1 + p {
  margin-bottom: 15px; }
.returns form h2, .returns form .content {
  margin-bottom: 15px; }
.returns .left {
  float: none; }
.returns .buttons .left {
  float: left; }

@media only screen and (max-width: 980px) {
  .return-product > div {
    width: 100%;
    display: block; }
    .return-product > div input {
      margin: 3px 0; }

  .return-detail > div {
    width: 100%;
    display: block; }

  .return-reason {
    margin-bottom: 20px; } }
/******************************
 SITEMAP
*******************************/
.sitemap-info {
  overflow: auto;
  padding-bottom: 20px; }
  .sitemap-info ul {
    margin: 0;
    padding: 0; }
    .sitemap-info ul li {
      list-style: none;
      padding: 2px;
      margin-bottom: 1px;
      font-weight: bold; }
  .sitemap-info > div {
    float: left;
    width: 50%;
    padding-left: 7px; }
    .sitemap-info > div > ul {
      padding: 10px 0 5px 15px; }
    .sitemap-info > div > ul > li ul {
      margin-left: 7px; }
      .sitemap-info > div > ul > li ul > li a {
        font-weight: normal; }
    .sitemap-info > div > ul > li > ul li:before {
      font-size: 12px; }
  .sitemap-info > div:first-of-type {
    padding-left: 0;
    padding-right: 10px; }

/******************************
BRANDS
*******************************/
.header-default-sticky .manufacturer-list a[id]:before, .header-slim-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px; }

.header-center-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px; }

.manufacturer-list:first-of-type {
  margin-top: 10px; }

.manufacturer-list {
  overflow: auto; }
  .manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }

.manufacturer-heading {
  background: #5F6874;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }

/******************************
 CONTACT PAGE
*******************************/
.contact-page h2 {
  margin-bottom: 15px; }
.contact-page .buttons {
  margin-top: 15px; }
.contact-page .content b {
  margin-bottom: 5px;
  display: inline-block; }

.contact-info {
  overflow: auto; }

.contact-info > div > div {
  float: left;
  width: 48%;
  margin-bottom: 10px; }

.oc2 .contact-page h2 {
  margin-bottom: 15px; }
.oc2 .contact-page .fa {
  top: -1px;
  font-size: 16px; }
.oc2 .contact-page .col {
  float: left;
  width: 25%;
  padding-left: 15px; }
  .oc2 .contact-page .col strong {
    display: inline-block;
    margin-bottom: 5px; }
  .oc2 .contact-page .col:first-of-type {
    padding-left: 0; }
.oc2 .contact-page .col-sm-10 {
  width: 75%;
  margin-bottom: 5px; }
.oc2 .contact-page input[name='captcha'] {
  margin: 0; }
.oc2 .contact-page .panel-body {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent; }
.oc2 .img-thumbnail {
  max-width: 100%;
  height: auto; }
.oc2 address {
  margin-bottom: 20px; }

.route-account-return-add fieldset .radio label,
.route-account-return-add fieldset .radio-inline {
  width: 100% !important; }

.oc2 .alert a {
  margin: 0 .25em; }

/******************************
 SEARCH PAGE
*******************************/
#content.search-page .buttons + h2 {
  margin-bottom: 15px; }
#content.search-page .content {
  margin: 15px 0;
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #content.search-page .content input[type="text"] {
    width: 250px;
    margin-right: 10px; }
  #content.search-page .content input[type='checkbox'] {
    position: relative;
    margin-top: 3px;
    float: left; }
  #content.search-page .content select {
    margin-right: 10px; }
  #content.search-page .content > div {
    float: left; }
  #content.search-page .content .s-check {
    top: 7px; }

.oc2 #content.search-page {
  padding-bottom: 20px; }

.oc2.firefox #content.search-page .content select,
.oc2.win #content.search-page .content select {
  margin-top: 2px; }
.oc2.firefox #content.search-page .content input[type='checkbox'],
.oc2.win #content.search-page .content input[type='checkbox'] {
  position: relative;
  top: 2px; }

@media only screen and (min-width: 470px) {
  .oc2.firefox .quantity .input-group-btn {
    display: inline-block; } }
/******************************
 COMPARE
*******************************/
.compare-info img {
  max-width: 100% !important; }

/******************************
QUICK CHECKOUT
*******************************/
.one-page-checkout .heading-title {
  overflow: visible;
  white-space: normal;
  height: auto; }

.checkout-loading {
  opacity: 0.5;
  pointer-events: none; }

.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box) {
  opacity: 0.5;
  pointer-events: none; }

.journal-checkout {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .journal-checkout .secondary-title {
    margin-bottom: 15px; }
  .journal-checkout .checkout-content {
    background: #f4f4f4;
    padding: 12px;
    display: block; }
    .journal-checkout .checkout-content .buttons {
      margin-top: 0; }
    .journal-checkout .checkout-content.checkout-login {
      display: none;
      margin-bottom: 18px; }
  .journal-checkout .login-box {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .login-box .radio {
      padding-top: 3px; }
  .journal-checkout .checkout-login .form-group {
    position: relative;
    overflow: visible !important;
    display: table;
    width: 100%; }
    .journal-checkout .checkout-login .form-group input + a {
      margin-top: 5px; }
    .journal-checkout .checkout-login .form-group:last-of-type {
      border-top-width: 1px;
      border-top-style: solid;
      border-color: #f4f4f4;
      margin-top: 12px;
      padding-top: 12px; }
  .journal-checkout .checkout-login .button {
    line-height: 34px; }
  .journal-checkout .left, .journal-checkout .right {
    width: 64%;
    float: left; }
  .journal-checkout .left {
    width: 36%;
    padding-right: 18px; }
    .journal-checkout .left .checkout-content span.error, .journal-checkout .left .checkout-content .text-danger {
      width: 100%; }
    .journal-checkout .left .checkout-content label {
      display: block;
      width: 100%;
      padding: 0 0 0 1px;
      margin-bottom: 3px; }
    .journal-checkout .left .checkout-content label + input,
    .journal-checkout .left .checkout-content label + div {
      width: 100%;
      float: none; }
    .journal-checkout .left #password {
      margin: 7px 0; }
    .journal-checkout .left .login-box .secondary-title {
      margin-bottom: 5px; }
    .journal-checkout .left .login-box .radio label {
      padding-bottom: 7px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .left .login-box .radio:last-of-type label {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .journal-checkout .right .checkout-content {
    margin-bottom: 18px; }
  .journal-checkout .right .confirm-section {
    margin-bottom: 0; }
  .journal-checkout .spw {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .spw > div {
      display: table-cell;
      min-width: 50%; }
      .journal-checkout .spw > div .radio {
        padding: 3px 0 0 0;
        margin-bottom: 2px; }
        .journal-checkout .spw > div .radio label {
          padding-bottom: 6px;
          border-bottom: 1px;
          border-bottom-style: solid;
          border-color: #f4f4f4;
          display: block; }
        .journal-checkout .spw > div .radio:last-of-type label {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
      .journal-checkout .spw > div .secondary-title {
        margin-bottom: 5px; }
      .journal-checkout .spw > div p {
        padding-top: 5px;
        margin-bottom: 0px; }
  .journal-checkout .confirm-order {
    border-top: 1px;
    border-top-style: solid;
    border-color: #f4f4f4;
    margin-top: 12px;
    padding-top: 12px; }
  .journal-checkout .confirm-section .secondary-title {
    margin-bottom: 0; }
  .journal-checkout .confirm-section textarea {
    margin-top: 10px; }
  .journal-checkout .confirm-section .radio {
    padding-top: 4px; }
  .journal-checkout .confirm-button {
    line-height: 34px; }
  .journal-checkout #payment-confirm-button .secondary-title {
    margin-top: 15px; }
  .journal-checkout #payment-confirm-button .buttons {
    display: none !important;
    cursor: not-allowed !important; }
    .journal-checkout #payment-confirm-button .buttons .btn {
      pointer-events: none !important; }
  .journal-checkout #payment-confirm-button fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f4f4f4;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 8px;
    padding-left: 0; }
  .journal-checkout #payment-confirm-button fieldset input[type='text'],
  .journal-checkout #payment-confirm-button fieldset input[type='email'],
  .journal-checkout #payment-confirm-button fieldset input[type='password'] {
    max-width: 280px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label {
    width: 30%;
    line-height: 1.1;
    min-height: 40px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label + div {
    width: 70%; }
  .journal-checkout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0; }
  .journal-checkout .checkout-cart thead td {
    text-align: center;
    border-top-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    font-weight: normal; }
    .journal-checkout .checkout-cart thead td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .checkout-cart thead td:last-of-type {
      border-right-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tbody tr:first-of-type td {
    border-style: solid;
    border-top-width: 1px; }
  .journal-checkout .checkout-cart tbody td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-left-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td.name {
      padding-right: 5px; }
  .journal-checkout .checkout-cart tbody .total {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td strong {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td:first-of-type {
    border-left-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot td:last-of-type {
    border-right-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot tr:first-of-type td {
    padding-top: 12px; }
  .journal-checkout .checkout-cart tfoot tr:last-of-type td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    padding-bottom: 12px; }
  .journal-checkout .checkout-cart td.quantity {
    text-align: center; }
    .journal-checkout .checkout-cart td.quantity input[type='text'] {
      margin-right: 4px;
      border-radius: 2px; }
    .journal-checkout .checkout-cart td.quantity .input-group {
      display: inline-block; }
      .journal-checkout .checkout-cart td.quantity .input-group input {
        position: relative;
        top: 3px; }
  .journal-checkout .checkout-cart td.price,
  .journal-checkout .checkout-cart td.total {
    text-align: center; }
  .journal-checkout .checkout-cart td.image {
    max-width: 70px;
    padding-left: 0;
    border-right: 0; }
    .journal-checkout .checkout-cart td.image img {
      margin-left: 10px;
      max-width: 100%;
      height: auto; }
  .journal-checkout .checkout-cart td.name {
    padding: 0;
    max-width: 155px;
    white-space: normal; }
    .journal-checkout .checkout-cart td.name a {
      font-size: 14px; }
  .journal-checkout input[type='text'],
  .journal-checkout input[type='email'],
  .journal-checkout input[type='password'],
  .journal-checkout input[type='tel'],
  .journal-checkout textarea {
    box-shadow: none; }
  .journal-checkout .coupon-voucher {
    display: table;
    width: 100%; }
    .journal-checkout .coupon-voucher .cvr {
      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: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .journal-checkout .coupon-voucher .cvr > div:not(:nth-child(2)) {
        padding-right: 12px; }
      .journal-checkout .coupon-voucher .cvr > div:nth-child(3) {
        margin-top: 12px; }
    .journal-checkout .coupon-voucher .panel-body {
      padding: 0;
      background-color: transparent;
      display: block;
      float: left;
      min-width: 50%; }
      .journal-checkout .coupon-voucher .panel-body label {
        display: none;
        margin-bottom: 4px; }
    .journal-checkout .coupon-voucher .input-group {
      width: 100%; }
    .journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher input {
      display: inline-block;
      width: 38%;
      border-radius: 0; }
      .journal-checkout .coupon-voucher .input-group-btn .button, .journal-checkout .coupon-voucher input .button {
        width: 100%;
        line-height: 34px; }
    .journal-checkout .coupon-voucher input[type='text'] {
      width: 62%; }
  .journal-checkout select {
    margin-left: 0; }
  .journal-checkout .left select, .journal-checkout .section-left select {
    margin-top: 9px; }
  .journal-checkout #shipping-address {
    clear: both; }
  .journal-checkout .customer-group {
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    margin-bottom: 12px; }
    .journal-checkout .customer-group label.control-label {
      min-height: 25px !important;
      min-width: 35%; }
    .journal-checkout .customer-group div.radio {
      width: auto !important;
      float: none !important;
      margin-right: 10px;
      clear: both;
      padding-top: 0; }
      .journal-checkout .customer-group div.radio label {
        width: 100%;
        min-height: 100%;
        padding-top: 0 !important;
        float: none;
        margin-bottom: 0;
        display: block !important; }
        .journal-checkout .customer-group div.radio label input {
          margin-right: 5px; }

.firefox .journal-checkout .coupon-voucher .button {
  line-height: 32px; }

.confirm-section textarea {
  margin-bottom: 5px; }

.oc1 .journal-checkout fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.oc1 .journal-checkout .required {
  color: inherit; }
  .oc1 .journal-checkout .required label {
    font-weight: normal; }
.oc1 .journal-checkout .form-group {
  clear: both;
  margin-bottom: 6px;
  overflow: hidden; }
.oc1 .journal-checkout .input-group .form-control {
  float: left;
  display: table-cell; }
.oc1 .journal-checkout .form-horizontal .form-group label {
  width: 25%;
  float: left;
  display: block;
  padding-top: 7px; }
.oc1 .journal-checkout .form-horizontal .form-group label + div {
  width: 75%;
  float: right; }
.oc1 .journal-checkout .required label:before {
  content: "* ";
  color: red;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 3px; }

.oc2 .journal-checkout .checkout-cart td.quantity .input-group input {
  top: 0; }

.ie8 .journal-checkout .coupon-voucher .panel-body label, .ie9 .journal-checkout .coupon-voucher .panel-body label {
  display: block;
  margin-bottom: 4px; }

.payment-pagseguro,
.payment-skrill,
.payment-cod,
.payment-payza,
.payment-pp_standard,
.payment-pp_express,
.payment-coinbase,
.payment-stripe,
.payment-instamojo {
  display: none !important; }

input[name='cc_cvv2'] {
  max-width: 70px !important;
  min-width: 70px !important; }

input[name='cc_number'] {
  float: left !important; }

#eway-payment-form #creditcard-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#eway-payment-form #creditcard-info > div:nth-of-type(3) {
  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; }

#eway-payment-form #creditcard-info > div:nth-of-type(3) > div {
  width: auto; }

#eway-payment-form #cvn-details {
  display: block;
  top: 10px;
  position: relative; }

#eway-payment-form .form-group ul {
  margin: 0;
  padding: 0; }

#eway-payment-form .form-group ul > label {
  width: auto;
  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-bottom: 20px; }

.is-customer .journal-checkout .checkout-payment-form #payment-new,
.is-customer .journal-checkout .checkout-payment-form #shipping-new,
.is-customer .journal-checkout .checkout-shipping-form #payment-new,
.is-customer .journal-checkout .checkout-shipping-form #shipping-new {
  margin-top: 12px;
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f4f4f4; }
.is-customer .journal-checkout .checkout-payment-form .secondary-title,
.is-customer .journal-checkout .checkout-shipping-form .secondary-title {
  margin-bottom: 7px; }
.is-customer .journal-checkout .checkout-payment-form form,
.is-customer .journal-checkout .checkout-shipping-form form {
  width: 100%; }
  .is-customer .journal-checkout .checkout-payment-form form > div > select,
  .is-customer .journal-checkout .checkout-shipping-form form > div > select {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 95%; }
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-zone"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"] {
  padding-top: 7px; }
.is-customer .journal-checkout .left, .is-customer .journal-checkout .right {
  width: 100%; }
.is-customer .journal-checkout .left {
  display: none; }
.is-customer .journal-checkout section {
  width: 33.3333%;
  float: left; }
  .is-customer .journal-checkout section.section-right {
    padding-left: 18px;
    width: 66.6666%; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group label {
    padding: 0 0 0 1px;
    line-height: 100%;
    margin-bottom: 3px; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group {
    margin-bottom: 7px; }
  .is-customer .journal-checkout section.section-left .coupon-voucher {
    margin-bottom: 0; }
  .is-customer .journal-checkout section .spw {
    margin-bottom: 0; }
    .is-customer .journal-checkout section .spw > div {
      display: block;
      width: 100%; }

.oc2 .checkout-content .custom-field .radio {
  float: none;
  padding: 0; }

.journal-checkout .left .checkout-register .custom-field .radio label,
.journal-checkout .left .checkout-register .custom-field .checkbox label {
  width: auto;
  min-height: 100%;
  padding-top: 0 !important;
  float: none; }

@media only screen and (min-width: 980px) {
  .is-guest .spw > div:first-of-type {
    padding-right: 0;
    border-right-width: 0; }
  .is-guest .spw > div:last-of-type {
    border-left-width: 0; }
  .is-guest .spw .checkout-shipping-methods {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .is-guest .spw .checkout-payment-methods {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  html[dir="rtl"].is-guest .spw > div:first-of-type {
    padding-right: 10px;
    padding-left: 0;
    border-right-width: 0; } }
@media only screen and (min-width: 1024px) {
  .journal-checkout .left .checkout-register label,
  .journal-checkout .left .checkout-login label,
  .journal-checkout section.section-left .form-horizontal .form-group label,
  .oc1 .journal-checkout .form-horizontal .form-group label {
    width: 35%;
    min-height: 33px;
    float: left;
    padding-top: 5px !important; }

  .journal-checkout .customer-group label.control-label {
    padding-top: 0 !important; }

  .journal-checkout .left .checkout-register .checkbox label {
    width: 100%;
    min-height: 100%;
    padding: 0 0 5px 0; }

  .journal-checkout .form-group,
  .journal-checkout .form-horizontal .form-group {
    margin-bottom: 8px; }

  .journal-checkout .left .checkout-register label + input,
  .journal-checkout .left .checkout-register label + div,
  .journal-checkout .left .checkout-login label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + div,
  .oc1 .journal-checkout .form-horizontal .form-group label + div {
    width: 65%;
    float: right; }

  .journal-checkout .left .checkout-login label + input + a {
    position: relative;
    top: 5px; }

  .journal-checkout .checkout-cart tbody td.name {
    padding-left: 7px; } }
.mobile .journal-checkout .table-responsive, .tablet .journal-checkout .table-responsive {
  max-height: 100%; }

#content.one-page-checkout .form-horizontal {
  width: 100%; }
#content.one-page-checkout div:not(.checkout-login) fieldset > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='radio'],
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='checkbox'] {
    margin: 3px 2px 0 0; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .text-danger {
    position: absolute;
    right: 0; }
#content label a b {
  margin: 0 5px; }

#container #content.one-page-checkout .checkout-login fieldset > div {
  display: table !important; }

#content.one-page-checkout div:not(.checkout-login) fieldset > div#card-new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.oc2 #content.checkout #shipping-new .form-group label + div,
.oc2 #content.checkout #payment-new .form-group label + div,
.oc2 #content.checkout #collapse-shipping-address .form-group label + div {
  width: 70%; }

.one-page-checkout .has-error {
  padding-top: 20px;
  position: relative; }
  .one-page-checkout .has-error .text-danger {
    top: 0; }

@media only screen and (max-width: 980px) {
  #content.one-page-checkout div:not(.checkout-login) fieldset > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .journal-checkout .quantity .input-group-btn {
    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-checkout div.coupon-voucher .cvr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .journal-checkout div.coupon-voucher .cvr div.panel-body {
      padding: 0 !important;
      width: 100%; } }
@media only screen and (max-width: 760px) {
  #content.checkout fieldset > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sc-page .buttons .pull-left {
    margin-bottom: 10px; }

  .checkout-product button[type='submit'] {
    margin-right: 3px; }

  .journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
    margin-right: 2px; } }
#tab-review .form-group label + div {
  float: none;
  margin-bottom: 25px; }

.quantity input[type='text'] {
  min-height: 35px; }

.checkout #new-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#expiry-date-group {
  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; }

#expiry-date-group label + div {
  width: auto; }

.checkout #account .secondary-title + .form-group {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.oc1 #content.search-page .content input[type='checkbox'] {
  float: none; }

@media only screen and (max-width: 980px) {
  .oc1 #content.search-page select[name="category_id"] + span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .oc1 #content.search-page select[name="category_id"] + span label {
      min-width: initial !important; } }
@media only screen and (max-width: 470px) {
  .oc1 #content.search-page select[name="category_id"] + span {
    display: block; }
    .oc1 #content.search-page select[name="category_id"] + span label {
      min-width: 85% !important; } }
@media only screen and (max-width: 760px) {
  .date > input {
    min-width: 250px; } }
.datepicker {
  color: #222; }

.oc3 .contact-page .panel-body .col-sm-3 {
  float: left;
  min-width: 25%; }

#braintree-new iframe,
#braintree-new .form-control {
  max-height: 40px; }

#braintree-new label {
  text-align: left !important; }

#braintree-new .col-sm-3 {
  max-width: 100px;
  background: #f4f4f4;
  margin-right: 10px; }

#braintree-new .col-sm-3,
#braintree-new .col-sm-3 iframe {
  max-height: 30px; }

#braintree-new > fieldset > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#input-card-number, #input-card-cvv {
  background: #f4f4f4;
  padding-left: 10px;
  max-width: 280px; }

#input-card-cvv {
  max-width: 50px; }

@media only screen and (max-width: 760px) {
  #payment-confirm-button table,
  #collapse-checkout-confirm table {
    width: 100% !important;
    table-layout: auto; }

  #payment-confirm-button table td,
  #collapse-checkout-confirm table td {
    width: auto; } }
legend {
  width: 100%;
  margin-bottom: 10px; }

.oc2 .input-group-btn button {
  max-height: 34px; }

.oc2 .input-group-btn button i {
  top: -7px; }

#form-review > div:nth-last-child(2) > div {
  margin-bottom: 15px;
  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; }

#form-review > div:nth-last-child(2) > div > * {
  margin: 0 4px !important; }
