/*
  Journal - The Ultimate Opencart Theme
  Version 2.0.5
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
 SECOND IMAGE
*******************************/
.product-grid-second-image .product-grid-item .image > a.has-second-image, .product-list-second-image .product-list-item .image > a.has-second-image {
  background-size: 100% 100% !important;
  background-position: 500px !important; }
.product-grid-second-image .product-grid-item:hover .image > a.has-second-image, .product-list-second-image .product-list-item:hover .image > a.has-second-image {
  background-position: 0 !important; }
  .product-grid-second-image .product-grid-item:hover .image > a.has-second-image > img, .product-list-second-image .product-list-item:hover .image > a.has-second-image > img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .2s ease-out; }

.section-brand .product-grid-item:hover .image > a.has-second-image > img, .section-brand .product-list-item:hover .image > a.has-second-image > img,
.section-category .product-grid-item:hover .image > a.has-second-image > img,
.section-category .product-list-item:hover .image > a.has-second-image > img,
.carousel-brand .product-grid-item:hover .image > a.has-second-image > img,
.carousel-brand .product-list-item:hover .image > a.has-second-image > img,
.carousel-category .product-grid-item:hover .image > a.has-second-image > img,
.carousel-category .product-list-item:hover .image > a.has-second-image > img,
.side-column .product-grid-item:hover .image > a.has-second-image > img,
.side-column .product-list-item:hover .image > a.has-second-image > img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0; }

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

.ui-pnotify-closer {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 10px;
  visibility: visible !important;
  transition: all 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .ui-pnotify-closer:before {
    content: "\e601";
    color: inherit;
    font-size: 22px;
    position: relative; }

.ui-pnotify-title {
  display: block;
  background-color: #5f6874;
  padding: 3px 10px 5px;
  margin-bottom: 10px; }

.ui-pnotify-text {
  height: 60px;
  line-height: 16px;
  display: block; }
  .ui-pnotify-text img {
    float: left;
    margin-right: 10px;
    max-width: 60px; }

/******************************
PHOTO GALLERY
*******************************/
html.swipebox {
  overflow: hidden !important;
  overflow-y: scroll !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: -30px; }

  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: 30px; }

  100% {
    margin-left: 0px; } }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: -30px; }

  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: 30px; }

  100% {
    margin-left: 0px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.6); }

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

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

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

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

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

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

@media only screen and (min-width: 1024px) {
  #swipebox-close {
    right: 20px; } }
/******************************
 STICKY HEADER DEFAULT
*******************************/
.sticky-header {
  position: fixed;
  top: -40px; }
  .sticky-header .journal-login, .sticky-header .journal-links {
    display: none; }
  .sticky-header .j-tall {
    height: 80px; }
  .sticky-header .journal-cart {
    width: 35%; }
  .sticky-header #cart {
    box-shadow: none; }
    .sticky-header #cart .content {
      min-width: 100%; }
  .sticky-header #logo a {
    height: 80px; }
    .sticky-header #logo a img {
      max-height: 80px; }
  .sticky-header .journal-search {
    position: relative;
    width: 40%; }
  .sticky-header .button-search {
    border-left: 1px solid #e4e4e4; }
  .sticky-header .autocomplete2-suggestions {
    box-shadow: 0 1px 8px -5px rgba(0, 0, 0, 0.5); }
  .sticky-header.journal-header-menu #logo a img {
    max-height: 100%; }
  .sticky-header .journal-menu-bg, .sticky-header .journal-top-header {
    display: none; }
  .sticky-header .journal-menu {
    float: left;
    clear: none !important;
    width: 75%; }
  .sticky-header .mega-menu {
    left: -33.333333%; }

/******************************
 STICKY HEADER CENTER
*******************************/
.sticky-header-center.journal-header-center .journal-top-header, .sticky-header-center.journal-header-center .journal-links, .sticky-header-center.journal-header-center .journal-language, .sticky-header-center.journal-header-center .journal-currency, .sticky-header-center.journal-header-center .journal-secondary {
  box-shadow: none; }
.sticky-header-center.journal-header-center .j-100 {
  height: 80px;
  transition: all 0.3s; }
.sticky-header-center.journal-header-center #logo a {
  height: 80px; }
  .sticky-header-center.journal-header-center #logo a img {
    max-height: 80px;
    transition: all 0.3s; }
.sticky-header-center.journal-header-center .journal-menu-bg {
  top: 120px;
  transition: all 0.3s; }
.sticky-header-center.journal-header-center .journal-search, .sticky-header-center.journal-header-center .journal-cart {
  top: 20px;
  transition: all 0.3s; }

.sticky-off {
  top: 0 !important;
  position: relative !important; }

/******************************
SIDE BLOCKS
*******************************/
.side-block-left,
.side-block-right {
  position: fixed;
  top: 0;
  z-index: 999999; }
  .side-block-left *,
  .side-block-right * {
    -webkit-transform: translateZ(0) scale(1, 1); }

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

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

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

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

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

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

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

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

/******************************
SCROLL TOP
*******************************/
.scroll-top {
  display: none;
  position: fixed;
  z-index: 99;
  right: 5px;
  bottom: 0px;
  padding: 8px;
  cursor: pointer; }
  .scroll-top:before {
    transition: color .2s;
    content: "\e021";
    font-size: 45px; }

/******************************
BUTTON ICONS
*******************************/
.button-left-icon:before {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 760px) {
  .countdown {
    padding: 0; } }
.ipad .countdown {
  padding: 0; }

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

.product-info .right > div .countdown {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: auto;
  visibility: visible;
  opacity: 1;
  display: table;
  padding: 5px 0; }
  .product-info .right > div .countdown span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    border-right: 1px solid white;
    color: white;
    text-align: center; }
    .product-info .right > div .countdown span:last-of-type {
      border-right: 0; }
    .product-info .right > div .countdown span div {
      display: block;
      font-size: 11px;
      font-weight: normal;
      border: 0;
      text-align: center;
      width: 100%;
      overflow: hidden;
      padding: 0 3px; }

/******************************
 BRAND LOGO
*******************************/
.brand-logo {
  display: table; }
  .brand-logo a {
    display: block;
    vertical-align: middle;
    padding-right: 5px; }
  .brand-logo:after {
    content: "";
    display: table;
    width: 100%;
    clear: both; }
/*
  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; }
