/*
  Journal - The Ultimate Opencart Theme
  Version 2.0.5
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 HEADER
*******************************/
header {
  background-color: #f4f4f4;
  display: table;
  z-index: 99;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  header div {
    position: relative; }

.journal-top-header {
  width: 100%;
  position: absolute; }

#header {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }

/******************************
 Logo
*******************************/
#logo {
  position: relative;
  width: 100%;
  height: 100%; }
  #logo a {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 120px;
    width: 100%;
    font-size: 0; }
    #logo a:before {
      content: "";
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    #logo a img {
      margin: 0 auto;
      max-width: 100%;
      max-height: 120px;
      vertical-align: middle;
      display: inline-block; }

/******************************
Top Links
*******************************/
.journal-header-default header .links > a,
.journal-header-menu header .links > a {
  padding-top: 2px; }

header .links {
  position: relative;
  display: table;
  width: 100%; }
  header .links > a {
    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;
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px; }

.journal-header-default .links .no-link,
.journal-header-menu .links .no-link {
  text-align: center;
  border-right: 1px solid #e4e4e4; }

.top-menu-link {
  white-space: nowrap;
  position: relative; }

/******************************
 Language/Currency
*******************************/
@media only screen and (max-width: 760px) {
  .journal-login {
    z-index: 9999 !important; } }
.journal-login {
  position: relative;
  display: table;
  z-index: 998; }
  .journal-login > div {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

.journal-login > div:first-child {
  padding-left: 10px; }

.journal-language, .journal-currency {
  z-index: 3; }
  .journal-language form, .journal-currency form {
    float: left; }
    .journal-language form .currency-symbol, .journal-currency form .currency-symbol {
      background-color: white;
      padding: 1px 5px;
      color: #ea2e49; }
  .journal-language .dropdown-toggle, .journal-currency .dropdown-toggle {
    width: 40px;
    height: 30px;
    color: #333745;
    padding: 0;
    font-size: 13px;
    border-color: transparent;
    background-color: transparent; }
    .journal-language .dropdown-toggle img, .journal-currency .dropdown-toggle img {
      position: relative;
      top: 1px; }
    .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; }
  .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: 0px 0;
    border: none;
    top: 39px;
    position: absolute;
    display: none;
    left: 0;
    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: 50%;
      top: -14px;
      margin-left: -9px;
      color: white;
      font-size: 16px; }
    .journal-language .dropdown-menu > li:first-of-type, .journal-currency .dropdown-menu > li:first-of-type {
      border-top-right-radius: inherit;
      border-top-left-radius: inherit; }
      .journal-language .dropdown-menu > li:first-of-type a, .journal-currency .dropdown-menu > li:first-of-type a {
        border-top-right-radius: inherit;
        border-top-left-radius: inherit; }
    .journal-language .dropdown-menu > li:last-of-type, .journal-currency .dropdown-menu > li:last-of-type {
      border-bottom-right-radius: inherit;
      border-bottom-left-radius: inherit; }
      .journal-language .dropdown-menu > li:last-of-type a, .journal-currency .dropdown-menu > li:last-of-type a {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit; }

.open .dropdown-toggle.btn-default {
  color: #ea2e49;
  border-color: transparent;
  background-color: transparent; }

/******************************
 Login
*******************************/
.journal-login .journal-secondary {
  text-align: right;
  padding-right: 10px;
  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: 0px; }

/******************************
 Search
*******************************/
#search {
  position: relative;
  width: 100%; }

.button-search {
  width: 40px;
  height: 40px;
  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; }
  .button-search i {
    margin-left: 10px;
    margin-top: 10px;
    display: block; }
    .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 {
  z-index: 999;
  position: relative;
  margin: 0; }

#cart {
  left: 0;
  right: 0;
  width: 100%;
  height: 30px; }
  #cart .heading {
    cursor: pointer;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    z-index: 1; }
    #cart .heading i {
      width: 40px;
      height: 30px;
      display: block;
      border-left-width: 1px;
      border-left-color: transparent; }
    #cart .heading i:before {
      content: "\e000";
      font-size: 28px;
      margin-right: 6px;
      margin-top: 6px;
      float: right;
	  height:30px;
      color: white; }
    #cart .heading a {
      color: inherit;
      border: none;
      font-size: inherit;
      text-decoration: none;
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: table; }
      #cart .heading a span {
        text-align: right;
        padding-right: 7px;
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
  #cart .content {
    visibility: hidden;
    opacity: 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;
      box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5); }
  #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; }

#cart.active .heading {
  padding: 0;
  margin: 0;
  border: 0; }

#cart.active .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;
    width: 100%;
    margin-bottom: 0; }
    .mini-cart-info table tr {
      border-bottom: 1px solid #eeeeee; }
      .mini-cart-info table tr td {
        color: inherit;
        vertical-align: top;
        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; }
      .mini-cart-info table tr td.name {
        padding-left: 5px; }
        .mini-cart-info table tr td.name div {
          line-height: 1; }
      .mini-cart-info table tr td.quantity {
        text-align: right; }
      .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 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; }

.mini-cart-total {
  text-align: right;
  padding: 5px 10px 3px 0;
  background-color: #f4f4f4; }
  .mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    width: auto; }
  .mini-cart-total td {
    padding: 3px 4px; }
  .mini-cart-total td.left {
    min-width: 100px;
    text-align: right;
    font-weight: bold; }
  .mini-cart-total td.right {
    min-width: 80px;
    text-align: right;
    font-weight: bold; }

/******************************
 Auto-Suggest
*******************************/
.autocomplete2-suggestions {
  background-color: white;
  top: 100%; }
  .autocomplete2-suggestions div {
    overflow: auto; }

.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-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 CENTER
*******************************/
.journal-desktop .sticky-wrapper {
  max-height: 120px;
  position: relative;
  z-index: 9999; }

.journal-desktop.header-center .sticky-wrapper {
  max-height: 180px; }

.is-sticky {
  max-height: 180px; }
  .is-sticky .journal-header-center #logo a {
    transition: all .2s; }

.journal-header-center {
  /*background-color: transparent;*/ }
  .journal-header-center #logo a {
    height: 100px;
    transition: all 0; }
    .journal-header-center #logo a img {
      max-height: 100px; }
  .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; 
	background-color:#c59e00;}
    .journal-header-center .links > a, .journal-header-center .links .no-link {
      text-align: center;
      border: none; }
    .journal-header-center .links > a:hover {
      transition: color 0.2s, background-color 0.2s;
      background-color: #786000; }
  .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-language, .journal-header-center .journal-currency {
    padding: 0;
    display: inline-block; }
    .journal-header-center .journal-language form, .journal-header-center .journal-currency form {
      width: 100%;
      text-align: right;
      height: 30px; }
      .journal-header-center .journal-language form > div, .journal-header-center .journal-currency form > div {
        display: inline-block;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: transparent;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: transparent; }
      .journal-header-center .journal-language form .dropdown-toggle, .journal-header-center .journal-currency form .dropdown-toggle {
        max-width: 40px; }
      .journal-header-center .journal-language form .dropdown-menu, .journal-header-center .journal-currency form .dropdown-menu {
        top: 40px; }
  .journal-header-center .journal-currency form {
    text-align: left; }
    .journal-header-center .journal-currency form > div {
      border-left-width: 0; }
  .journal-header-center .lang {
    width: 10%;
    text-align: center; }
    .journal-header-center .lang form {
      width: auto;
      float: none;
      display: inline-block; }
  .journal-header-center .no-curr {
    width: 0; }
  .journal-header-center .curr {
    width: 10%;
    text-align: center; }
    .journal-header-center .curr form {
      width: auto;
      float: none;
      display: inline-block; }
      .journal-header-center .curr form > div {
        border-left-width: 1px;
        border-left-style: solid; }
  .journal-header-center .no-lang {
    width: 0; }
  .journal-header-center .journal-search, .journal-header-center .journal-cart {
    top: 30px;
    position: relative;
    z-index: 2; }
  .journal-header-center #search {
    position: relative;
    width: 100%; }
  .journal-header-center .button-search {
    transition: color 0.2s, background-color 0.2s; }
    .journal-header-center .button-search i {
      margin-top: 9px;
      margin-left: 11px; }
  .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 {
    box-shadow: none;
    transition: background-color 0.2s; }
    .journal-header-center #cart .heading i {
      text-align: center;
      width: 40px;
      height: 30px;
      display: block;
      transition: background-color 0.2s, color 0.2s; }
      .journal-header-center #cart .heading i:before {
        margin-right: 1px;
        float: none;
        margin-top: 7px; }
  .journal-header-center #cart .content {
    padding-top: 15px; }
  .journal-header-center #cart .content:before {
    content: "\e61e";
    color: white;
    font-size: 40px;
    position: absolute;
    top: -5px;
    right: 0px; }
  .journal-header-center .autocomplete2-suggestions {
    top: 54px;
    border-top: none;
    overflow: visible; }
    .journal-header-center .autocomplete2-suggestions > div {
      overflow: auto;
      border-radius: inherit; }
  .journal-header-center .autocomplete2-suggestions:before {
    content: "\e61e";
    font-size: 40px;
    position: absolute;
    top: -22px; }
  .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.nolang .journal-currency form {
  text-align: center; }
  .journal-header-center.nolang .journal-currency form div {
    border-left-width: 1px; }
.journal-header-center.nocurr .journal-language form {
  text-align: center; }
.journal-header-center.nosecond .journal-center-bg {
  top: 40px; }
.journal-header-center.nosecond .links {
  margin: 0 auto;
  float: none; }
.journal-header-center.nosecond .journal-currency {
  position: absolute;
  right: 0; }
  .journal-header-center.nosecond .journal-currency form div {
    border-left-width: 1px; }
.journal-header-center.nosecond .journal-language {
  position: absolute;
  left: 0; }

.journal-header-default.nocart .links > a:last-child {
  border-right-width: 1px; }

/******************************
HEADER MEGA
*******************************/
.journal-header-mega .journal-search {
  padding-right: 5%; }

/******************************
 EXTENDED MENU HEADER
*******************************/
.journal-header-default .journal-language, .journal-header-default .journal-currency, .journal-header-menu .journal-language, .journal-header-menu .journal-currency {
  width: 40px; }

.journal-header-menu #cart {
  height: 30px; }
  .journal-header-menu #cart i[data-icon]:before {
    top: 4px; }
.journal-header-menu #logo a {
  height: 80px; }
  .journal-header-menu #logo a img {
    max-height: 80px; }
.journal-header-menu .journal-menu {
  clear: both; }
.journal-header-menu .journal-menu-bg {
  width: 100%;
  position: absolute;
  top: 80px; }

/******************************
 JOURNAL MEGA-MENU
*******************************/
header {
  -webkit-backface-visibility: hidden; }

.mega-menu *, .drop-down * {
  -webkit-transform: translateZ(0) scale(1, 1); }

.mobile-trigger, .mobile-plus {
  display: none; }

.super-menu > li:hover {
  transition: background-color 0.2s; }

.super-menu {
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border: 0; }
  .super-menu > li {
    border-left: 1px solid #333745;
    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 > a {
      text-align: center;
      height: 100%;
      font-size: 15px;
      text-transform: uppercase;
      color: inherit;
      text-decoration: none;
      display: block;
      z-index: 6;
      position: relative;
      line-height: 40px;
      height: 40px;
      white-space: nowrap;
      overflow: hidden; }
      .super-menu > li > a i {
        display: inline-block; }
        .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; }

.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: 1px solid #333745; }
.journal-desktop .menu-floated .float-right {
  float: right;
  border-left: 1px solid #333745; }
  .journal-desktop .menu-floated .float-right:last-of-type {
    border-right: 0; }

.journal-header-default .super-menu > li:last-of-type {
  border-right: none; }
.journal-header-default .super-menu > li:first-of-type {
  border-left: none; }

.mega-menu {
  left: 0;
  position: absolute;
  display: none;
  padding: 20px;
  overflow: hidden;
  width: 100%; }
  .mega-menu > div {
    display: block;
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px; }

.journal-header-default .mega-menu,
.journal-header-menu.sticky-header .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 {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5); }
    .drop-down ul li {
      color: #333745;
      background-color: white;
      position: relative;
      border-bottom: 1px solid #f4f4f4; }
    .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; }
      .drop-down ul li a:before {
        margin-right: 5px; }

/******************************
MEGA-MENU CATEGORIES
*******************************/
.mega-menu-item > div {
  margin-right: 20px;
  height: 100%; }
.mega-menu-item h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 0.2s; }
  .mega-menu-item h3 a {
    display: block;
    color: inherit;
    transition: color 0.2s; }

.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: 3px;
      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; }
  .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; }

/******************************
MEGA-MENU HTML
*******************************/
.mega-menu-html .mega-menu-item {
  margin-bottom: 20px; }
  .mega-menu-html .mega-menu-item img {
    max-width: 100%;
    height: auto; }
  .mega-menu-html .mega-menu-item ul, .mega-menu-html .mega-menu-item ol {
    padding-left: 30px; }

.dummy-hide {
  display: block ;
  visibility: hidden;
  opacity: 0; }

/******************************
 MEGA-MENU MIXED
*******************************/
.mega-menu .wrapper p span {
  line-height: 100% ; }
.mega-menu .mega-menu-column {
  float: left;
  margin: 0 0 -10px 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; }
/*
  Journal - The Ultimate Opencart Theme
  Version 2.0.5
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
SLIDER
*******************************/
#content .journal-slider {
  margin-bottom: 20px; }
#content .multi-modules .journal-slider {
  margin-bottom: 0; }

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

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

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

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

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

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

@media only screen and (min-width: 760px) {
  .side-blocks-active .journal-fullwidth-slider .tp-leftarrow,
  .side-blocks-active .journal-fullwidth-slider .tp-leftarrow.default {
    left: 70px !important; }
  .side-blocks-active .journal-fullwidth-slider .tp-rightarrow,
  .side-blocks-active .journal-fullwidth-slider .tp-rightarrow.default {
    right: 70px !important; } }
.tp-leftarrow,
.tp-leftarrow.default,
.tp-rightarrow,
.tp-rightarrow.default {
  background-image: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  border-radius: 50%;
  color: white;
  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; }

.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)"; }

/******************************
 JOURNAL SLIDER
*******************************/
#content .journal-simple-slider {
  margin-bottom: 20px; }

.backface .journal-simple-slider * {
  -webkit-backface-visibility: hidden; }

.journal-simple-slider {
  overflow: hidden; }
  .journal-simple-slider .js-caption {
    cursor: pointer;
    font-size: 45px;
    font-size: 4.5vh;
    position: absolute;
    z-index: 1;
    background-color: red;
    left: 50%;
    margin-left: -150px;
    bottom: 6%;
    transition: all 0.2s; }
    .journal-simple-slider .js-caption:hover {
      background-color: #ffff00; }
  .journal-simple-slider .owl-wrapper {
    cursor: -webkit-grab;
    cursor: -moz-grab; }
  .journal-simple-slider .owl-item {
    position: absolute; }
    .journal-simple-slider .owl-item img {
      width: 100%;
      height: auto;
      float: left; }
  .journal-simple-slider .owl-pagination {
    width: 100%;
    bottom: 8px;
    position: absolute;
    transition: all 0.2s;
    z-index: 99; }
  .journal-simple-slider .owl-controls .owl-buttons div {
    transition: all 0.2s;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .journal-simple-slider .owl-controls .owl-buttons .owl-prev {
    left: 15px;
    top: 50%;
    transition: all 0.2s;
    z-index: 99; }
    .journal-simple-slider .owl-controls .owl-buttons .owl-prev:before {
      content: "\e093";
      font-size: 30px; }
  .journal-simple-slider .owl-controls .owl-buttons .owl-next {
    right: 15px;
    top: 50%;
    transition: all 0.2s;
    z-index: 99; }
    .journal-simple-slider .owl-controls .owl-buttons .owl-next:before {
      content: "\e094";
      font-size: 30px; }
  .journal-simple-slider.nav-on-hover .owl-controls .owl-buttons div, .journal-simple-slider.nav-on-hover .owl-pagination {
    visibility: hidden;
    opacity: 0; }
  .journal-simple-slider.nav-on-hover:hover .owl-controls .owl-buttons div, .journal-simple-slider.nav-on-hover:hover .owl-pagination {
    visibility: visible;
    opacity: 1; }

/******************************
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; }

/******************************
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: "";
  height: 40px;
  position: absolute;
  left: -20px;
  right: 0; }

#content .custom-sections {
  margin-bottom: 20px; }

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

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

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

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

.backface .isotope-item {
  -webkit-backface-visibility: hidden; }

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

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

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

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

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

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

.owl-carousel .owl-item {
  position: relative;
  z-index: 1; }

.journal-carousel > div {
  overflow: hidden; }
.journal-carousel .product-grid-item {
  margin-bottom: 0; }
.journal-carousel .owl-wrapper-outer {
  margin-bottom: 20px;
  z-index: 0; }
.journal-carousel .tab-content {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  border: 0;
  z-index: 100; }
.journal-carousel .owl-buttons {
  display: block; }
  .journal-carousel .owl-buttons div {
    position: absolute;
    top: -53px;
    right: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 25px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    color: white;
    transition: color .2s, background-color .2s; }
  .journal-carousel .owl-buttons .owl-prev {
    right: 30px; }
.journal-carousel .owl-next:before {
  content: "\e094";
  padding: 0 3px;
  transition: color .2s, background-color .2s; }
.journal-carousel .owl-prev:before {
  content: "\e093";
  padding: 0 3px;
  transition: color .2s, background-color .2s; }
.journal-carousel .side-buttons div {
  top: 50% !important;
  right: 5px;
  margin-top: -50px; }
.journal-carousel .side-buttons .owl-prev {
  left: 5px; }
.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;
    height: 40px;
    transition: background-color 0.2s, color .2s;
    float: left;
    padding: 0 15px; }
.journal-carousel .htabs.single-tab a, .journal-carousel .htabs.single-tab a.selected, .journal-carousel .htabs.single-tab a:hover {
  border: none;
  cursor: default;
  background-color: transparent; }
.journal-carousel .htabs.single-tab a {
  padding: 0; }

.owl-controls {
  text-align: center; }

.owl-pagination {
  margin-top: -11px;
  margin-bottom: 9px; }

.owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none; }

.owl-controls .owl-page {
  display: inline-block; }

.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px 3px 0 3px;
  background-color: transparent;
  -webkit-perspective: 1000;
  transition: all .2s; }

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background-color: transparent; }

.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

.carousel-category .side-buttons div, .carousel-brand .side-buttons div {
  margin-top: -25px; }

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

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

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

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

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

#content .box-filter > li > span {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 8px 12px 0;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 8px;
  padding-left: 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; }

/******************************
 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; }

/******************************
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; }

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

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

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

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

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

.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%;
    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.2s; }
    .static-banner .banner-overlay i {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -17px;
      margin-left: -15px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
      transition: all .2s; }
  .static-banner:hover .banner-overlay {
    transition: all 0.2s;
    visibility: visible;
    opacity: 1; }
    .static-banner:hover .banner-overlay i {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1); }
  .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: 200px;
  float: left;
  position: relative; }

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

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

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

.cta-center .rotator-text, .cta-right .rotator-text {
  padding-bottom: 5px; }

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

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

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

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

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

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

.quote {
  text-align: left;
  overflow: hidden; }
  .quote .cta {
    position: relative !important; }
    .quote .cta i {
      float: left; }

.headline-mode .rotator-text {
  padding: 14px 0 15px 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 {
  padding-left: 20px;
  padding-right: 20px; }

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

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

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

.nav-numbers a {
  color: transparent !important;
  background-color: transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 4px;
  text-decoration: none;
  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 {
  width: auto; }
.journal-gallery .owl-carousel .gallery-thumb {
  margin-bottom: 0; }

.journal-gallery.journal-carousel .owl-buttons div {
  top: -51px; }

.oc-module {
  display: table; }

.backface .oc-module * {
  -webkit-transform: translateZ(0) scale(1, 1); }

#top-modules .journal-gallery .owl-pagination, #bottom-modules .journal-gallery .owl-pagination {
  padding: 7px 0; }

.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;
      left: 50%;
      top: 50%;
      margin-left: -16px;
      margin-top: -16px;
      z-index: 99;
      transition: all .2s;
      visibility: hidden;
      opacity: 0;
      padding: 0 2px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0); }
  .gallery-thumb img {
    width: 100%;
    float: right; }
  .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;
    -webkit-transition: opacity 0;
    border-radius: inherit; }

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

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

/******************************
ADVANCED GRID
*******************************/
.multi-modules {
  overflow: hidden; }
  .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 .tp-banner-container {
    height: auto !important; }

.multi-modules-column {
  margin-top: 0 !important; }

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

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

.container-dimensions {
  position: absolute;
  top: 10px;
  left: 10px;
  color: red;
  z-index: 97;
  display: none; }

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

.multi-modules-row .journal-carousel + .container-dimensions {
  display: none; }

/******************************
NEWSLETTER
*******************************/
.journal-newsletter {
  margin-bottom: 20px; }
  .journal-newsletter .box-content {
    border-radius: inherit; }
    .journal-newsletter .box-content:after {
      content: "";
      display: block;
      clear: both;
      height: 0; }
  .journal-newsletter input + .button {
    margin-top: 10px; }
  .journal-newsletter.text-left .newsletter-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 50%;
    padding-right: 20px;
    text-align: left;
    line-height: 17px; }
  .journal-newsletter.text-left .newsletter-input-wrap {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
    .journal-newsletter.text-left .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none; }
    .journal-newsletter.text-left .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 5px;
      right: 3px; }
    .journal-newsletter.text-left .newsletter-input-wrap input + .button {
      margin-top: 0; }
  .journal-newsletter.text-top .newsletter-text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 18px; }
  .journal-newsletter.text-top .newsletter-input-wrap {
    display: block;
    position: relative;
    width: 100%; }
    .journal-newsletter.text-top .newsletter-input-wrap input {
      width: 100%;
      height: 100%;
      box-shadow: none;
      border: 0; }
    .journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {
      position: absolute;
      top: 5px;
      right: 3px; }
    .journal-newsletter.text-top .newsletter-input-wrap input + .button {
      margin-top: 0; }

.side-column .journal-newsletter .newsletter-text {
  float: none;
  width: 100% !important;
  margin-bottom: 10px;
  padding: 0; }
.side-column .journal-newsletter .newsletter-input-wrap {
  float: none;
  width: 100% !important;
  height: auto !important;
  text-align: center; }
  .side-column .journal-newsletter .newsletter-input-wrap .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;
  display: table; }

.ie .main-products, .safari5 .main-products {
  width: 100%; }

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

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

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

.sf-reset {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 99;
  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-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: white;
  background: #428bca;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -18px;
  min-width: 36px;
  text-align: center;
  display: block;
  padding: 2px 3px; }
  .sf-price .value:after {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-radius: 0;
    top: -12px;
    left: 50%;
    margin-left: -7px; }
.sf-price .price-range-both.value {
  min-width: 72px;
  margin: 0 0 0 -36px;
  top: 19px; }
.sf-price .price-range-both {
  display: none; }

.journal-sf {
  position: relative; }
  .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; }
    .journal-sf ul.hide-checkbox label input[type=checkbox] {
      display: none; }

.journal-sf .sf-both ul label img {
  vertical-align: middle;
  margin: 0 5px 0 22px;
  float: left;
  display: block;
  max-width: 42px; }
.journal-sf .sf-both ul label .sf-name {
  line-height: 100%;
  vertical-align: middle;
  display: table-cell;
  height: 42px;
  max-width: 135px; }
.journal-sf .sf-both ul label input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  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; }
    .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%; }
      .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);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }
.mfp-removing.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.has-popup body {
  overflow-y: scroll; }

.journal-popup {
  position: relative;
  background: #FFF;
  margin: 0px 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; }

.journal-popup-content {
  overflow: hidden; }

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

.journal-popup-header,
.journal-popup-footer,
.journal-popup-newsletter {
  display: table;
  width: 100%; }

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

.journal-popup-footer-content {
  text-align: left;
  padding-left: 5px;
  background-color: #f4f4f4; }
  .journal-popup-footer-content .button {
    line-height: 38px; }

.dont-show-label label {
  font-weight: normal; }
.dont-show-label input[type='checkbox'] {
  margin-right: 0;
  position: relative; }

.firefox .dont-show-label input[type='checkbox'] {
  margin-right: 0;
  margin-left: 10px; }
.firefox .journal-popup-footer-content .button {
  line-height: 39px; }

.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: 0;
    margin-top: 9px; }

/******************************
MOBILE
*******************************/
.has-popup.tablet body {
  position: fixed;
  width: 100%; }

@media only screen and (max-width: 760px) {
  .journal-popup, .mfp-bg, .mfp-wrap {
    display: none !important; } }
