@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }

:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

body::after {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }

.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

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

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.heading-title, .box-heading {
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.heading-title {
  margin-bottom: 20px; }

.secondary-title {
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }

@media only screen and (min-width: 760px) {
  .extended-layout #column-left {
    padding: 20px 0 0 0; }
  .extended-layout #column-right {
    padding: 20px 0 0 0; }
  .extended-layout #column-right + #content {
    padding: 20px 20px 0 0; }
  .extended-layout #column-left + #content {
    padding: 20px 0 0 20px; }
  .extended-layout #column-left + #column-right + #content {
    padding: 20px 20px 0 20px; }
  .extended-layout #content {
    padding: 20px 0 0 0; } }
.home-page #content:empty {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0); }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
input, textarea, keygen, select, button {
  font-family: inherit; }

a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  position: relative; }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

.buttons .right {
  float: right;
  text-align: right; }

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  margin: 0 auto;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb a .fa {
      top: -1px; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li::before {
      content: "»";
      margin-right: 2px; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type::before {
      display: none; }


@media only screen and (max-width: 640px) {
  .checkout-page #content{
    padding:0 !important;
  }

  .tp-bgimg.defaultimg{
    background-size: cover !important;
  }

  .oc2 body .journal-checkout .checkout-cart td.quantity input[type='text']{
    min-width: 44px !important;
    margin: 5px auto !important;
    width: 44px;
  }

  .oc2 .journal-checkout .quantity .input-group-btn{
    display: block;
  }

  .oc2 .journal-checkout .quantity .input-group-btn button{
    display: block;
    margin: 5px auto;
  }
}
@media only screen and (max-width: 500px) {
  .route-checkout-cart #content .heading-title{
    line-height: 30px !important;
  }
  .route-checkout-cart #content .heading-title .red-info-checkout{
    font-size: 15px !important;
    line-height: 15px !important;
  }


  .route-checkout-cart #content .heading-title{
    line-height: 1.3;
  }
  ul.breadcrumb {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    ul.breadcrumb > li {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: normal;
      text-align: left; } }
.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }

.home-page #container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }

/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
  padding: 5px 10px;
  width: 100%;
  transition: all 0.2s;
  font-size: 13px;
  min-height: 35px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08); }

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
  margin: 5px; }

select {
  background: #f4f4f4;
  border: 1px solid #E4E4E4;
  padding: 2px;
  margin: 5px;
  max-width: 100%; }

label {
  cursor: pointer;
  padding-right: 20px; }

span.error,
.text-danger {
  display: inline-block;
  background-color: #EA2E49;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative; }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    z-index: 1; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }
  #top-modules .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2.information-page #content {
  padding-bottom: 20px; }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "*";
      color: #EA2E49;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
  .oc2 .input-group.datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .oc2 .alert button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-right: 5px; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }

.ie:not(.edge) .mini-cart-info table tr td.remove button {
  padding-right: 5px; }

/******************************
Quick Checkout Stripe Payment CSS for OC 1.5.X AND 2.X
*******************************/
.one-page-checkout .confirm-section {
  float: left;
  width: 100%; }

.one-page-checkout .payment-stripe {
  display: block !important; }

.one-page-checkout .checkout-cart .buttons {
  display: none !important; }

/******************************
 Skin Specific
*******************************/
.skin-10 .super-menu > li:first-of-type {
  border-top-width: 0; }

/******************************
 Demo 11
*******************************/
.skin-11 .side-column .box:not(.flyout-menu) {
  overflow: hidden; }
.skin-11 .heading-title,
.skin-11 .refine-image a,
.skin-11 .side-column .box {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05); }
.skin-11 .journal-cms-block-96 .block-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.skin-11 .product-grid .product-grid-item .price {
  margin: 7px 0 10px 0; }
.skin-11 .secondary-title, .skin-11 #content #review-title {
  padding-top: 0; }

@media only screen and (min-width: 760px) {
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-search,
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
    margin-top: 10px; }
  .skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
    top: 10px;
    position: relative; }

  .skin-12 #logo a img {
    top: 45%; }
  .skin-12 .journal-header-center .journal-cart,
  .skin-12 .journal-header-center .journal-search {
    margin-top: -10px; } }
/******************************
 Demo 12
*******************************/
@media only screen and (min-width: 760px) and (max-width: 800px) {
  .skin-12 .journal-header-center #cart .heading {
    right: 10px; } }
.skin-12 .product-grid-item .image .wishlist,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .wishlist {
  left: -5px; }
.skin-12 .product-grid-item .image .compare {
  right: -5px; }

/******************************
 Demo 14
*******************************/
.skin-14 .product-info .product-options > .cart,
.skin-14 .product-info .product-options > .rating {
  margin-bottom: 0; }

/******************************
 Demo 15
*******************************/
.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
  margin: 40px auto 10px auto !important; }
.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
  margin-bottom: 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
  padding: 10px 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
  bottom: 20px !important; }

.home-page #banner0{
  display: none !important;
}
.oc2 .form-horizontal .form-group label {
  width: initial !important;
}
.red-info-checkout {
  color: red;
  font-weight: bold !important;
  font-size: 18px !important;
  width: 100% !important;
  padding: 0 !important;
  padding-top: 25px !important;
  text-align: center;
  display: inline-block;
}
#facebook-login a {
  color: white;
  background: #4267b2;
  padding: 4px;
  text-shadow: none;
}

/*.box-heading{*/
  /*background: #000 !important;*/
/*}*/
span.p-author:before,
span.p-date:before,
span.p-category:before,
span.p-comment:before{
  color: rgb(218, 37, 28) !important;
}
body.is-sticky #logo a img {
  top: 44% !important;
}

#d_quickcheckout #shipping_method .radio label .price{
  display: none;
}

.danger-info{
  padding: 10px;
}



.product-page .journal-popup-contact.is-active{
    display: block !important;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 20%;
    border: solid 2px;
}


.found span{
  cursor: pointer;
}

.found-it-cheaper{
    clear: both;
    float: left;
    width: 100%;
    background-color: none !important;
}

.product-page .journal-popup-contact .journal-popup-header-content .fa-times{
    float: right;
    font-size: 27px;
    cursor: pointer;
}

.route-checkout-cart #content.sc-page .action-area p{
  padding: 0;
}


.journal-checkout .quick-order-checkout .fast-order{
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}

.journal-checkout .quick-order-checkout{
  margin-top: 20px;
  padding-left: 6px;
}



.journal-checkout .quick-order-checkout .fast-order.active{
  max-height: 1000px;
}

.journal-checkout .quick-order-checkout .quick-order-trigger{
  cursor: pointer;
  background: #e31c2b;
  color: #ffff;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  padding: 10px 15px;
  margin-bottom: 11px;
  display: inline-block;
}

.journal-checkout .quick-order-checkout .modal-content{
  background: #f4f4f4;
  padding: 10px;
  margin-bottom: 20px;
}


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

.journal-checkout .quick_checkout_form .form input.button {
  width: 100%;
  text-transform: uppercase;
}

.journal-checkout .section-left .checkout-shipping-methods,
.journal-checkout .coupon-voucher .checkout-coupon .control-label,
.journal-checkout .coupon-voucher .checkout-voucher .control-label,
.journal-checkout .section-right #payment-confirm-button.payment-{
  display: none !important;
}

.confirm-order-text{
  font-size: 11px;
}

.check-privacy .agree{
  text-transform: uppercase;
  font-weight: 600;
}

.route-checkout-cart .pull-right .button{
  position: relative;
}

.route-checkout-checkout .journal-checkout  .secondary-title{
  font-size: 15px;
  text-transform: uppercase;
  background: none;
  color: #000000;
  border-bottom: solid 2px #f71e12;
  padding-left: 0;
}

.route-checkout-cart #content .heading-title{
  white-space: unset;
  line-height: 30px !important;
  margin-bottom: 15px;
}

.route-checkout-checkout .custom-field {
  display:none !important;
}

/* NEW CSS */

#logout_link_holder{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
#logout_link_holder #logout_link{
  padding: 9px 37px;
  background: #cb3a2d;
  background-color: rgb(81, 81, 81);
  float: none;
  margin: 0 auto;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold;
  border-radius: 3px;
}

#logout_link_holder #logout_link:hover{
  background-color: rgb(227, 28, 43);
}

.j-min {
  height: 46px;
}
.header-assets.top-bar,
.journal-top-header{
  display: none !important;
}
.journal-header-center .links {
  display: initial !important;
  width: initial !important;
  padding-right: 3%;
}

header .links a, header .links .no-link {
  padding: 0 20px !important;
}
.journal-header-center #cart {
  border-color: rgb(81, 81, 81);
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 10px 20px;
  height: 62px;
  margin-top: -8px;
}
body .journal-menu-bg.z-0 {
  height: 42px;
  position: absolute;
  top: 100px;
}
.is-sticky .super-menu, .is-sticky .journal-menu-bg{
  background-color: rgb(248, 248, 248) !important;
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
  height: 42px !important;
}
#header .journal-search .button-search{
  right: 0;
}
#header .journal-search #search input{
  padding-left: 20px;
  padding-right: 50px;
  height: 46px;
}
#header .journal-search .button-search {
  right: 7px;
}
.button-search i:before{
  content: '' !important;
  background:url('../image/design/search_btn.png');
  width: 30px;
  height: 30px;
}
.button-search:hover i:before{
  content: '' !important;
  background:url('../image/design/search_btn_hover.png');
  width: 30px;
  height: 30px;
}
.autocomplete2-suggestions {
  border: 1px solid #d7d7d7 !important;
  width: 100%;
}
.autocomplete2-suggestions .no-results {
  color: #000 !important;
  line-height: 24px;
}
.autocomplete2-suggestions::before {
  color: #d7d7d7 !important;
  font-size: 14px !important;
  top: -14px !important;
  left: 10px !important;
}
#cart .content .cart-wrapper, .oc2 #cart .checkout {
  border: 1px solid #d7d7d7;
}
.oc2 #cart .content .cart-wrapper:before{
  color: #d7d7d7 !important;
  font-size: 14px !important;
  top: 5px !important;
}
.journal-header-center #cart .content {
  padding-top: 18px !important;
  z-index: 9999;
}
#content{
  padding: 20px !important;
  min-height: 800px;
}
.home-page #content{
  padding: 20px 0 !important;
}
.heading-title, .box-heading, #blogArticle .articleHeader h1, .journal-carousel .htabs.single-tab a, .oc-filter .panel-heading, .journal-carousel .htabs.single-tab a {
  padding-left: 0 !important;
}
.journal-header-mega .journal-logo {
  padding-left: 0 !important;
}
.header-assets {
  display: block !important;
  float: left;
  width: 100%;
}
.journal-header-center .journal-search,
.journal-header-center .journal-secondary,
.journal-header-center .journal-cart {
  margin-top: 27px;
}
.journal-header-center .journal-secondary{
  float: right;
  margin-right: 20px;
}
.journal-header-center .journal-cart {
  width: 240px !important;
  float: right;
  padding-right: 10px !important;
  float: right;
}
header .journal-secondary{
  padding-right: 0 !important;
}

.journal-search-trigger{
  display: none;
}
/* .tp-banner-container {
  height: 600px !important;
} */
/* @media only screen and (max-width: 1900px) {
  .tp-banner-container {
    min-height: auto !important;
  }

} */

.tp-banner-container .tp-caption{
  top: 0 !important;
}

.mobile .journal-search-trigger:before{
  background:url('../image/design/search_btn.png') !important;
}

/* Custom mobile header & footer */
.mobile #header{
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  max-width: 100%;
}
.mobile .header{
  box-shadow: none;
}
.mobile .mobile_cart{
  /* width: 40px;
  height: 40px; */
  width: 30px;
  height: 45px;
  display: inline-block;
  background: none;
  float: right;
  margin-right: 10px;
}
.mobile .mobile_cart #cart{
  background: none;
  padding: 0;
  position: relative;
  height: 40px;
  margin-top: 5px;
}
.mobile .mobile_cart #cart .heading i {
  /* height: 40px;
  width: 40px;
  padding: 6px; */
  background: #e31c2b;
  border-radius: 50%;
  display: block;
  font-size: 9px;
  height: 30px;
  width: 30px;
  padding: 4px;
  float: right;
  margin-top: 5px;
}
.mobile .mobile_cart #cart .heading i:before {
  /* font-size: 22px; */
  font-size: 18px;
}
.mobile .mobile_cart #cart #cart-total{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 17px;
  height: 17px;
  padding: 0;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}
.mobile .mobile_cart #cart #cart-total .hide_on_mobile{
  display: none;
}
.mobile .mobile-trigger {
  display: block !important;
  height: 50px;
  line-height: 39px;
  text-transform: uppercase;
  width: 40px !important;
  font-size: 16px;
  padding-left: 15px;
  color: #EEEEEE;
  background: transparent;
  cursor: pointer;
}
.mobile .mobile_menu .super-menu{
  display: none !important;
  table-layout: initial !important;
  width: 100%;
  float: left;
  position: absolute;
  background: #f4f4f4;
  z-index: 9999;
  top: 50px;
  padding-bottom: 10px;
}

.mobile .mobile_menu.menu-open .super-menu{
  display: block !important;

}
.mobile .mobile_menu .super-menu li{
  width: 100%;
  float: left;
  text-align: left;
  display: block;
}
.mobile .mobile_menu .super-menu li a{
  width: 100%;
  padding: 0 40px 0 20px;
  display: inline-block;
  float: left;
  text-align: left;
  line-height: 39px;
}
.mobile body.is-sticky {
  padding-top: 50px !important;
}
.mobile .is-sticky .super-menu,.mobile .is-sticky .journal-menu-bg {
  height: auto !important;
}
.mobile .is-sticky #header{
  position: fixed;
  top: 0;
}
.mobile .mobile_menu .super-menu > li:hover > a{
  color: initial;
}
.mobile .mobile_menu .super-menu li .mega-menu a{
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
  text-align: left;
  line-height: 21px;
}
.mobile .mobile_menu .super-menu li .mega-menu,
.mobile .mobile_menu .super-menu li ul{
  position: initial;
  width: 100%;
  box-shadow: none;
  overflow-y: scroll;
}




.mobile .mobile-menu .drop-down > ul {
  border-width: 0;
}
.mobile .mobile-trigger:before {
  content: '\e618';
  font-size: 22px;
  color: #333745;
  line-height: 50px;
}
.mobile .mobile-menu > li .mobile-plus {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 25px;
  font-weight: bold;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
  color: white;
  border-style: solid;
  border-color: inherit;
  color: #ffffff;
  background: #e31c2b;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 40px;
  float: left;
}
.mobile .mobile-menu > li.has-dropdown-custom .mobile-plus{
  display: inline-block;
}
.mobile .mobile_menu{
  width: 50px;
  display: inline-block;
  float: left;
  z-index: 9999;
}
.mobile .mobile_logo{
  width: auto;
  display: inline-block;
  float: left;
  z-index: 99;
  margin-left: -15px;
}
.mobile .mobile_logo #logo a,
.mobile .mobile_logo #logo{
  position: initial !important;
}
.mobile .mobile_logo #logo a img {
  transition: initial;
  height: 30px;
  width: auto;
  position: initial;
  transform: initial;
  margin-top: 5px;
  text-align: left;
}
.mobile .journal-search-trigger {
  margin-top: 10px;
  /* margin-left: 13px !important;
  margin-right: 13px; */
  margin-left: 6px !important;
  margin-right: 10px;
  display: block;
  float: right;
}
.mobile .journal-search.open{
  display: block;
}
.mobile .journal-search-trigger:before{
  content: '' !important;
  background:url('../image/design/search_btn.png');
  width: 30px;
  height: 30px;
}
.mobile .journal-search {
  position: absolute !important;
  left: 0;
  top: 50px !important;
  width: 100%;
  padding: 0 !important;
  margin-top: 0;
  display: none;
}
.mobile .journal-search input{
  background: #fff !important;
}
.mobile #header .profile_link{
  display: inline-block;
  float: right;
  margin: 5px 0 0;
  color: #000;
}
.mobile .autocomplete2-suggestions {
  top: 45px !important;
}
.mobile .autocomplete2-suggestions::before{
  display: none;
}
.mobile .bottom-menu-bar body{
  padding-bottom: 0;
}




body.is-sticky #logo a img {
  top: 50px !important;
}
.mobile .header-assets.top-bar{
  display: block !important;
}
.mobile .header-assets.top-bar .journal-secondary{
  display: none;
}
.mobile.bottom-menu-bar #header .journal-links {
  position: fixed !important;
  top: auto !important;
  bottom: 0;
  z-index: 999999;
  background: none;
  height: 45px;
  bottom: 8px;
  right: 10px;
  width: 45px;
}
.mobile.bottom-menu-bar #header .journal-links ul{
  border-radius: 50%;
}
.mobile.bottom-menu-bar #header .journal-links a{
  border-radius: 50%;
  line-height: 45px;
  width: 45px;
  height: 45px;
}
.mobile.bottom-menu-bar #header .journal-links a i{
  color: #fff;
  margin: 0 !important;
}
.mobile.bottom-menu-bar #header .journal-links a .top-menu-link{
  display: none;
}
.mobile.bottom-menu-bar #header .journal-links ul.top-menu > li > a,
.mobile.bottom-menu-bar #header .journal-links ul.top-menu > li > a:hover,
.mobile.bottom-menu-bar #header .journal-links ul.top-menu>li>.no-link {
  background-color: green;
}
.mobile .scroll-top{
  display: block;
  color: #000000;
}
.mobile .scroll-top:hover:before {
  color: #000000;
}
.mobile.bottom-menu-bar .scroll-top {
  bottom: 40px;
}
.mobile.bottom-menu-bar body {
  /* padding-bottom: 30px !important; */
  padding-bottom: 0 !important;
}
.mobile footer .bottom-footer .copyright {
  padding: 12px 0;
  line-height: 20px !important;
  margin-bottom: 0 !important;
}
.mobile .bottom-footer {
  height: 44px;
}
.mobile .mega-menu-categories .mega-menu-item ul li a {
  padding-left: 10px !important;
}
.product-page .product-tabs #tab-description,
.product-page .product-tabs #tab-description div,
.product-page .product-tabs #tab-description p a,
.product-page .product-tabs #tab-description p,
.product-page .product-tabs #tab-description p span{
    font-family: "Roboto",sans-serif !important;
}
@media only screen and (max-width: 991px){
  .home-page .journal2_custom_sections .cs-54 .product-grid-item .image{
      padding: 0 !important;
  }
  .home-page .journal2_custom_sections .cs-54 .product-grid-item {
      margin-bottom: 0 !important;
  }
  .home-page .journal2_custom_sections .cs-54 .product-grid {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px){
  .mobile #header .profile_link .top-menu-link{
      display: none;
  }
  .mobile #header .profile_link i{
    margin: 0 !important;
  }

}
@media only screen and (max-width: 760px){
  /* footer .bottom-footer .copyright {
    padding: 12px 0;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  } */
}
@media only screen and (max-width: 480px){
  .mobile #cart .content {
    width: 300px;
  }
  .home-page .box-heading:after {
    width: 390px !important;
  }
}
@media only screen and (max-width: 414px){
  .home-page .box-heading:after {
    width: 260px !important;
  }
}
@media only screen and (max-width: 413px){
  .mobile .mobile_logo #logo a img {
    height: auto;
    /* width: 149px; */
    /* margin-top: 11px; */
    width: 150px;
    margin-top: 5px;
  }

}
@media only screen and (max-width: 370px){
  .mobile .mobile_logo #logo a img {
    height: 21px !important;
    width: auto !important;
    margin-top: 11px !important;
  }

  .mobile .menu-items-holder {
    gap: 1px !important
  }
}
/* Custom mobile header & footer END*/

footer .column > h3{
  border: none !important;
  margin-bottom: 10px !important;
}
footer .column-text-wrap p {
  line-height: 22px;
}
footer .red_text_footer{
  color: #e1011a;
}
footer .address_footer,
footer .phone_footer,
footer .email_footer{
  line-height: 42px !important;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px !important;
}
footer .address_footer a,
footer .phone_footer a,
footer .email_footer a{
  color: #000;
  display: inline-block;
  float: left;
}
footer .phone_footer a:hover,
footer .email_footer a:hover{
  color: #9c0813;
}
footer .address_footer img,
footer .phone_footer img,
footer .email_footer img{
  margin-top: 5px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}
footer .work{
  display: block;
  float: left;
  margin: 30px 0 10px;

}
footer .work h4,
footer .work p{
    display: inline-block;
    float: left;
    width: auto;
}
footer .work h4{
  margin-right: 10px;
}
footer .work p{
  line-height: 24px !important;
}
footer .column-menu-wrap > ul a {
  line-height: 28px;
}
.fullwidth-footer {
  /* border-top: 1px solid #ebebeb !important;
  margin-top: 50px; */

  border-top: 1px solid #909090 !important;
  padding-top: 25px;
}
/* .fullwidth-footer .bottom-footer {
  border-top: 1px solid #909090 !important;
} */
.home-page .journal-cms-block-53{
  margin-bottom: 30px !important;
}
.home-page .journal-cms-block-53 .cms-block{
  margin-top: 20px;
}
.home-page .journal-cms-block-53 .blocks{
  max-width: 1920px;
  margin: 0 auto;
}
.home-page .journal-cms-block-53 .single_block{
  display: block;
  float: left;
}
.home-page .journal-cms-block-53 .single_block .icon{
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.home-page .journal-cms-block-53 .single_block .heading{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-bottom: 3px;
}
.home-page .journal-cms-block-53 .single_block .text{
  color: #8f8f8f;
  font-size: 14px;
  display: inline-block;
  float: left;
}
.home-page #bottom-modules > div{
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
.home-page .journal2_custom_sections .cs-54 .box-heading{
  display: none;
}
.home-page .journal2_custom_sections .cs-54 .product-grid{
  padding-top: 0;
}
.home-page .journal2_custom_sections .cs-54 .product-grid .product-wrapper {
  border: none;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item:hover .product-wrapper{
  box-shadow: none;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .image > a img {
  border: none;
  /* padding: 10px;
  background: #f5f5f5; */
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .image{
  /* padding: 10px 0; */
  padding: 10px 0 0;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .image > a{
  /* margin: 10px 0; */
  margin: 10px 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  /* width: 200px;
  height: 200px;
  margin: 0 auto; */
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .product-details .name{
  /* margin-top: 10px; */
  margin-top: 0;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .product-details .name a{
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item:hover .product-details .name a{
  color: #f62415;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item .product-details:before{
  display: none;
}
.home-page .journal2_custom_sections .cs-54 .product-grid-item:hover .image img{
  /* box-shadow: 0 0 10px -3px rgba(0,0,0,0.60); */
  box-shadow: 0 0 6px 3px rgba(0,0,0,10%);
}
.product-grid-item:hover .product-details:before{
  display: none !important;
}
.home-page .carousel-31,
.home-page .static-banners-55{
  margin-bottom: 50px !important;
}
.home-page .carousel-56{
  margin-right: 2%;
}
.home-page .carousel-56,
.home-page .carousel-57{
  width: 48%;
  display: inline-block;
  float: left;
}
.home-page .journal-carousel .box-heading{
  text-align: center;
  border: none !important;
  margin-bottom: 20px;
}
.home-page .journal-carousel .box-heading a{
  float: none;
  position: relative;
  z-index: 99999999;
  background: #fff !important;
  padding: 0 30px !important;
  width: auto;
}
.home-page .journal-carousel .box-heading:before{
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 17px;
  left: 0;
  right: 0;
  width: 200px;
  height: 1px;
  background: #000;
  
}
.home-page .journal-carousel .box-heading:after{
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 22px;
  left: 0;
  right: 0;
  width: 280px;
  height: 1px;
  background: #000;
}
.home-page .carousel-57 .box-heading:before{
  width: 350px;
}
.home-page .carousel-57 .box-heading:after{
  width: 425px;
}
.swiper-container {
  padding: 25px 0;
}
.swiper-pagination-bullets{
  margin-top: 10px;
}
.product-wrapper {
  border: none !important;
}
/* .button-group .wishlist,  */
.button-group .compare{
  display: none !important;
}
.button-group .cart .button-cart-text {
  font-size: 14px;
  text-transform: uppercase;
}
.button-group .cart a.button {
  padding: 10px 38px 6px 38px;
}
.button-group .cart a .button-left-icon:before{
  background: none !important;
}
.button-group .cart a .button-left-icon{
  margin-right: 5px !important;
}
.button-group .cart.outofstock a.button2 {
  min-height: 40px;
  border-radius: 3px;
}
.button-group .cart.outofstock a.button2:hover,
.button-group .cart a.button:hover{
  background: #dad9de;
}
.button-group .cart a:hover .button-cart-text{
  color: #122751;
}
.button-group .cart a:hover .button-left-icon:before{
  color: #122751;
}
.button-group .cart .hint--top:before{
  border-top-color: #000000 !important;
}
.button-group .cart .button[data-hint]:after {
  background-color: #000000 !important;
  color: #fff;
}
.product-details .caption .name a{
  vertical-align: initial;
  text-overflow: initial;
  overflow: initial;
  white-space: normal !important;
  color: #000;
  /* font-size: 16px; */
  font-size: 14px;
  text-align: center;
  padding: 13px 7px 10px 7px;

}
.product-grid .product-details .caption .name a{
  height: 60px;
  overflow: hidden;
  display: block;
}
/* .product-wrapper  .image > a img {
  width: auto !important;
  margin: 0 auto !important;
} */
.product-grid-item .price,
.product-grid-item .price-new {
  font-weight: normal !important;
  /* font-size: 30px !important; */
  font-size: 24px !important;
  color: #000000 !important;
  border: none !important;
  padding: 0 !important;
  margin: auto 0 0 0 !important;
}
.product-grid-item .price-new{
  color: #ea2349 !important;
}
.product-grid-item .price-old {
  /* font-size: 20px !important; */
  font-size: 16px !important;
  display: block;
  color: #000000 !important;
}
.product-grid-item .cart{
  margin: 0 !important;
}
.product-info .image .label-sale,
.label-sale {
  font-size: 14px !important;
  padding: 6px 10px !important;
  border-radius: 13px 0 13px 13px !important;
  -moz-border-radius: 13px 0 13px 13px !important;
  -webkit-border-radius: 13px 0 13px 13px !important;
  color: #ffffff !important;
  border: none !important;
  background-color: #ff0c00 !important;
}
.product-grid-item .image .label-outofstock{
  display: block !important;
  padding: 4px 0 !important;
}
.product-grid-item .image > span, .product-list-item .image > span, .product-info .image > span{
  transition: none !important;
}
.label-outofstock {
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #b7000e !important;
  font-size: 12px !important;
  transform: translate(-32%, 100%) rotate(-45deg) !important;
  -webkit-transform-origin: 55% !important;
  transform-origin: 55% !important;
}
.product-info .image .label-sale,
.product-info .image .label-outofstock {
  font-size: 18px !important;
}
.product-info .image .label-outofstock {
  transform: translate(-28%, 100%) rotate(-45deg) !important;
  -webkit-transform-origin: 60% !important;
  transform-origin: 60% !important;
}
/*
.home-page .carousel-57 .product-wrapper {
  display: inline-block;
}
.home-page .carousel-57 .product-wrapper .image{
  display: inline-block;
  float: left;
  width: 40%;
  padding: 9px 0;
}
 .home-page .carousel-57 .product-wrapper .product-details{
  display: inline-block;
  float: left;
  width: 60%;
  background: #f8f8f8;
  padding: 10px 0 10px 20px;
  background: #f8f8f8;
}
.home-page .carousel-57 .product-grid-item{
  padding: 146px 0;
}
.home-page .carousel-57 .product-details .caption .name a {
  text-align: left !important;
  font-size: 16px !important;
  padding-left: 0;
  padding-right: 5px;
}
.home-page .carousel-57 .product-grid-item .price {
  display: inline-block;
  float: left;
  text-align: left !important;
  width: 100%;
}
.home-page .carousel-57 .product-grid-item .cart a.button {
  background: #fff;
  color: #000;

}
.home-page .carousel-57 .product-grid-item .cart a.button:hover {
  background: #e1e1e1;
  color: #000;
}
.home-page .carousel-57 .product-grid-item .cart a.button i{
  display: none;
}
.home-page .carousel-57 .product-grid-item .cart .button-cart-text {
  text-transform: initial;
} */
.product-grid-item .price .curency_symbol{
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  margin-left: -5px;
}
.product-grid-item .price-old .curency_symbol{
  font-size: 11px;
  color: #ea2349;
  margin-left: -3px;
  display: inline-block;
}

.journal-rotator{
  clear: both;
}
.mobile .button-group .cart.outofstock a.button2 {
  min-height: 36px;
}
.mobile .swiper-button-next,
.mobile .swiper-button-prev{
  display: none;
}
.journal2_headline_rotator{
  margin-bottom: 50px !important;
}
.post-item  .post-wrapper{
  border: 1px solid #e4e4e4 !important; 
}
.journal-blog-posts-37 .post-item  .post-wrapper{
  /* border: 1px solid transparent !important; */
  border: none !important;
}
.post-item .post-wrapper:hover,
.journal-blog-posts-37 .post-item .post-wrapper:hover{
  /* border: 1px solid #da251c !important; */
  /* border: none !important; */
  border-color: transparent !important;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%) !important;
  background: none;
}
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details {
  background: transparent !important;
}
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details .comment-date,
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details .post-button{
  display: none !important;
}
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details{
  margin-bottom: 30px;
}
.post-item .post-wrapper .post-item-details h2,
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details h2{
  padding: 30px 0 0 0;
}
.post-item .post-wrapper .post-item-details h2 a,
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details h2 a{
  font-size: 20px;
  font-weight: bold;
}
.post-item .post-wrapper .post-item-details .post-text span,
.journal-blog-posts-37 .post-item .post-wrapper .post-item-details .post-text span{
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.bullets-on .quote {
  min-height: 75px;
}
.blog_custom_link{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog_custom_link a{
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  background-color: #f8f8f8;
  border-radius: 3px;
  width: 150px;
  float: none;
  margin: 0 auto;
  padding: 10px;
}
.blog_custom_link a:hover{
  color: #fff;
  background-color: #f71d12;
}
.journal-newsletter-58{
  padding: 0 !important;
}
.journal-newsletter-58 .box-content{
  max-width: 1920px;
  margin: 0 auto;
}
.journal-newsletter-58 .newsletter-email{
  width: 60% !important;
  padding: 0 20px;
}
.journal-newsletter-58 .newsletter-button {
  /* width: 36% !important; 
  padding: 14px 20px; 
  font-size: 18px;*/
  width: 36% !important;
  padding: 3px 20px 4px;
  display: block;
  font-size: 16px;
  border-radius: 5px !important;
  /* background: #000 !important; */
  background: #e31c2b !important;
  color: #fff;
  margin: -5px 0 !important;
}
.journal-newsletter-58 .newsletter-button:hover{
  /* background: #dad9de !important;
  color: #122751 !important; */
  background: #000 !important;
  color: #fff !important;
}
#d_social_login,
.not-found-page #d_social_login{
  display: none;
}
.route-account-login #d_social_login{
  display: block;
}
.not-found-page .not_found_img{
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 50px;
}
.not-found-page .heading-title{
  font-size: 30px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
}
.not-found-page p{
  display: none;
  text-align: center;
  font-size: 22px;
  margin-bottom: 100px;
}
.not-found-page.cart p{
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 100px;
}
.not-found-page .buttons{
  text-align: center;
  border: none;
}
.not-found-page .buttons .pull-right {
  float: none;
}
.heading-title, .box-heading {
  white-space: normal;
  overflow: visible;
}
.mobile .not-found-page .heading-title {
  margin-top: 50px;
}
.mobile .breadcrumb {
  overflow: scroll !important;
  white-space: nowrap !important;
  position: relative !important;
  margin: 0px !important;
  /* padding-bottom: 10px !important; */
  text-overflow: initial;
  flex-wrap: initial;
}
.mobile .breadcrumb li {
  white-space: inherit !important;
  display: inline-block !important;
  position: relative;
}
ul.breadcrumb li{
  position: relative;
}
ul.breadcrumb li::before {
  content: "/" !important;
  margin-bottom: -19px;
  font-size: 18px;
  position: absolute;
  left: -4px;
  top: -1px;
}
.heading-title,
.route-product-category .heading-title{
  text-align: center !important;
  font-size: 45px !important;
  color: #000;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 18px 0 !important;
}
.route-information-information .heading-title{
  margin-bottom: 20px;
}
.info-container,
.headeing-container{
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.info-container > .container,
.headeing-container > .container{
  max-width: 1920px;
  margin: 0 auto;
}
.no-results,
.not-found-text{
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
#column-left .box-heading,
#column-right .box-heading{
  font-family: "Montserat",sans-serif !important;
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 10px 15px !important;
  line-height: 14px;
}
#column-left .box-heading a,
#column-right .box-heading a{
  color: #000;
}

/* .product-page #column-right .box-heading{
  margin: 0;
  padding: 0 !important;
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
.product-page #column-right .box-heading a{
  font-family: "Montserat",sans-serif !important;
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 10px 15px !important;
  line-height: 14px;
  display: block;
  float: left;
  width: 100%;
} */
.side-column .heading-title,
.side-column .box-heading,
.side-column #blogArticle .articleHeader h1,
.oc-filter .panel-heading {
  background-color: #efefef !important;
  border-bottom: 1px solid #dad8d8 !important;
}
.side-column .journal-sf .box ul{
  /* padding: 5px 0; */
}
.side-column .journal-sf .box ul li {
  border: none !important;
  padding: 6px 10px 0 15px !important;
}
.side-column .journal-sf .sf-availability ul li{
  padding: 6px 18px 0 15px !important;
}
.side-column .journal-sf .sf-list ul li{
  padding: 6px 10px 0 15px !important;
}
.side-column .journal-sf .sf-list .box-content{
  margin: 10px 8px 10px 0;
}
.side-column .box {
  border: 1px solid #dad8d8;
}
.side-column .journal-sf .box ul li label {
  border-bottom: 1px dashed #000;
  padding-bottom: 6px;
  font-weight: bold !important;
}
.side-column .journal-sf .box ul li:last-child label{
  border: none !important;
}
.filter-collapse .box-heading::after {
  content: "\f078" !important;
}
.side-column .journal-sf .box ul li label.sf-checked input:before{
  content: "\f00c";
  width: 7px;
  height: 11px;
  border-radius: 3px;
  background: #f71d12;
  color: #fff;
  font-size: 9px;
  padding: 1px 3px;
  text-align: center;
  margin-top: 0;
  line-height: 12px;
  display: block;
  margin-left: 0;
}
.sf-list .box-content::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
  border-radius: 6px;
}

.sf-list .box-content::-webkit-scrollbar-thumb {
  background-color: #808080;
  cursor: pointer;
  border-radius: 6px;
}

.sf-list .box-content::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3); */
  background-color: transparent;
  right: 10px;
}
.side-column .carousel-product .product-wrapper {
  padding: 0 20px;
}
.side-column .carousel-product .swiper-pagination-bullets {
  margin-top: 0;
  margin-bottom: 10px;
}
.side-column .journal-carousel.arrows-top .swiper-button-prev, .side-column .journal-carousel.arrows-top .swiper-button-next {
  top: -58px !important;
}
.side-column .carousel-product.arrows-top .swiper-button-prev{
  right: 30px !important;
} 
.side-column .carousel-product.arrows-top .swiper-button-next {
  right: 5px !important;
}
.side-column .carousel-product.arrows-top .swiper-button-prev::before,
.side-column .carousel-product.arrows-top .swiper-button-next::before  {
  color: #000 !important;
}
.side-column .carousel-product.arrows-top .swiper-button-prev:hover::before,
.side-column .carousel-product.arrows-top .swiper-button-next:hover::before  {
  color: #e31c2b !important;
}
/* #compare-total{
  display: none;
} */
.ui-pnotify-text {
  margin-bottom: 10px;
}
.route-product-category #refine-images a img,
.route-product-category .refine-image a img{
  border: 1px solid #c7c7c7 !important;
  border-radius: 50% !important;
  /* width: 200px;
  height: 200px; */
  margin: 0 auto !important;
}
.route-product-category #refine-images a:hover,
.route-product-category .refine-image a:hover{
  background: none !important;
}
.route-product-category #refine-images a:hover img,
.route-product-category .refine-image a:hover img{
  box-shadow: 0 0 6px 3px rgb(0 0 0 / 10%) !important;
}
.route-product-category #refine-images .refine-category-name,
.route-product-category .refine-image .refine-category-name{
  color: #000000 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  padding: 10px 0 !important;
  white-space: initial !important;
  line-height: 17px !important;
}
.route-product-category #refine-images a:hover .refine-category-name,
.route-product-category .refine-image a:hover .refine-category-name{
  color: #e31c2b !important;
}
.sub-cat-title{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.route-product-category #refine-images .swiper-container {
  padding: 15px 0 0 !important;
}
.route-product-category #refine-images .swiper-pagination-bullets{
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.product-list .product-details .caption .name a {
  padding: 13px 0 10px 0;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.product-list .product-details .caption .name a:hover{
  color: #e31c2b !important;
}
.product-list  .product-list-item:hover {
  box-shadow: 0 0 6px 3px rgba(0,0,0,10%) !important;
}
.pagination {
  border: 1px solid #dedede;
  box-shadow: none;
}
.category-info{
  margin-bottom: 40px;
}
.category-info .desctiption_heading{
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    margin: 40px 0 20px;
    float: none;
    position: relative;
}
.category-info .desctiption_heading span{
  z-index: 99999999;
  background: #fff !important;
  padding: 0 15px !important;
  width: auto;
  position: relative;
}
.category-info .desctiption_heading:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 17px;
  left: 0;
  right: 0;
  width: 275px;
  height: 1px;
  background: #000;
}
.category-info .desctiption_heading:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 22px;
  left: 0;
  right: 0;
  width: 340px;
  height: 1px;
  background: #000;
}
.category-info .desctiption_text span,
.category-info .desctiption_text p,
.category-info .desctiption_text{
  text-align: center;
  font-size: 16px !important;
  color: #000;
}
.category-info .desctiption_text{
  padding: 0 20px;
}
.mobile .side-column .box {
  margin-bottom: 10px;
}
.mobile.filter-on-mobile.category-page #container #column-left,
.mobile.filter-on-mobile.manufacturer-page #container #column-left,
.mobile.filter-on-mobile.search-page #container #column-left,
.mobile.filter-on-mobile.special-page #container #column-left {
  display: block !important;
  width: 100% !important;
  padding-right: 20px !important;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}

.mobile .open-filter{
  display:block !important;
  color: white;
  /* background-color: #5F6874; */
  background-color: #e31c2b;
  line-height: 38px;
  padding-left: 15px;
  font-family: inherit;
  font-size: 15px;
  margin-bottom:20px;
}
.mobile .open-filter::before{
  content:"\f1de";
  font-size: 16px;
  float: left;
  margin-right: 10px;
  color: white;
}
.mobile .sf-reset,
.mobile .side-column .journal-sf .box{
  display:none;
}
.mobile #column-left + #content{
  padding-top:0 !important;
  clear: left;
}
.mobile #column-left + #content {
  margin-left: 0 !important;
}

.mobile .side-column .journal-sf .box ul li label.sf-checked input:before {
  width: 9px;
  padding: 1px 2px;
}
.journal-popup .journal-popup-header-content.heading-title{
  font-size: 24px !important;
  padding: 15px 30px !important;
}
.journal-popup form label {
  font-size: 16px;
}
.autocomplete2-suggestion .p-name span,
.autocomplete2-suggestion .view-more-link{
  color: #000;
}
.autocomplete2-suggestion .p-name span:first-child:hover,
.autocomplete2-suggestion .view-more-link:hover{
  color: #e31c2b;
}
.route-information-information #content{
  margin-bottom: 40px;
}
.route-journal2-blog .heading-title,
.route-journal2-blog-post .heading-title{
  margin-top: 20px;
}
.route-journal2-blog #content{
  padding-top: 0 !important;
}
.route-journal2-blog .post-item .post-wrapper .post-item-details h2{
  padding: 20px 0 20px 0;
}
.route-journal2-blog .post-view-more{
  /* display: block;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000 !important;
  background-color: #f8f8f8 !important;
  border-radius: 3px; */
  min-width: 130px;
  /* padding: 9px 8px 7px 9px!important; */
}
/* .route-journal2-blog .post-view-more:hover {
  color: #fff !important;
  background-color: #f71d12 !important;
}
.route-journal2-blog .post-view-more i{
  display: none;
} */
.route-journal2-blog .pagination .active span{
  color:#fff;
}
.secondary-title, #content #review-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
}
.account-page #content{
  padding: 20px 0 !important;
}
.mobile.account-page #content{
  padding: 20px !important;
}
.account-page .heading-title{
  margin-bottom: 20px;
}
.route-module-isenselabs_gdpr #content ul > li > a,
.account-page #content .content > ul > li > a {
  color: #000;
}
.route-module-isenselabs_gdpr #content  ul > li > a:hover,
.account-page #content .content > ul > li > a:hover {
  color: #e80b00;
}
.route-module-isenselabs_gdpr-deletion_request #content h2 ,
.route-module-isenselabs_gdpr-personal_data_request  #content h2 ,
.route-module-isenselabs_gdpr #content h2 {
  text-align: left;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none;
  color: rgb(255, 255, 255);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(227, 28, 43);
}
.route-module-isenselabs_gdpr-deletion_request #content .btn ,
.route-module-isenselabs_gdpr-personal_data_request  #content .btn ,
.route-module-isenselabs_gdpr #content .btn {
  border-radius: 3px;
  padding: 0 10px;
  line-height: 33px;
  background-color: rgb(81, 81, 81);
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.route-module-isenselabs_gdpr-deletion_request #content .btn:hover ,
.route-module-isenselabs_gdpr-personal_data_request  #content .btn:hover ,
.route-module-isenselabs_gdpr #content .btn:hover {
  background-color: rgb(227, 28, 43);
  border-color: rgb(204, 204, 204);
}
.route-module-isenselabs_gdpr-deletion_request #content .col-sm-10 p,
.route-module-isenselabs_gdpr-personal_data_request  #content .col-sm-10 p,
.route-module-isenselabs_gdpr #content .col-sm-10 p{
  padding: 0 10px 10px;
}
.route-module-isenselabs_gdpr-deletion_request #content p ,
.route-module-isenselabs_gdpr-personal_data_request #content p ,
.route-module-isenselabs_gdpr #content p {
  font-size: 13px;
  padding: 0 10px;
}
.route-module-isenselabs_gdpr-deletion_request #content .col-sm-10 input,
.route-module-isenselabs_gdpr-personal_data_request  #content .col-sm-10 input,
.route-module-isenselabs_gdpr #content .col-sm-10 input{
  margin: 0 0 20px;
}
.route-module-isenselabs_gdpr #content ul{
  padding: 0 10px;
}

.wishlist-info thead td,
.compare-info thead td,
.manufacturer-heading,
.order-list .order-id,
.order-list .order-status,
table.list thead td{
    background: #e80b00 !important;
}
.route-checkout-cart .cart-info thead td,
.route-checkout-cart .action-area h3{
    background: #f8f8f8 !important;
    color: #000 !important;
}
.route-checkout-cart .cart-info tbody td{
  background: #fff;
}
table.radio .highlight:hover td, .action-area .panel-heading:hover{
    background: #d20b00 !important;
}
label {
  font-size: 14px;
}
.route-account-address table {
  padding: 0 10px;
}
.tk_container {
  max-width: 1920px;
}
.tk_required_box:before {
  left: 20px;
  top: 2px;
}
.tk_right_column .tk_panel_heading .tk_panel_icon {
  left: 35px;
  margin-top: -8px;
}

.route-tk_checkout-checkout .radio_search input {
  height: 30px;
}
#tk_shipping_methods .tk_panel_icon .tk_icon-delivery{
  font-size: 30px;
  margin-top: -6px;
  margin-left: -4px;
  display: inline-block;
}
.tk_panel_heading .tk_panel_icon {
  margin-top: -8px;
}

.route-tk_checkout-checkout .tk_panel_icon {
  font-size: 25px;
}
.route-tk_checkout-checkout .tk_all_spin i.rotating {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  margin-left: 4px;
  margin-top: -7px;
  line-height: 30px;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 17px;
}
.tk_right_column .tk_panel_heading .tk_all_spin {
  left: 22px;
  top: 8px;
}
.mobile .heading-title{
  /* padding: 18px 20px !important; */
  padding: 8px 20px !important;
}
.mobile .post-details img {
  width: 100%;
}

.mini-cart-info table tr td.remove i:hover, .firefox .mini-cart-info table tr td.remove button:hover i {
  color: #000 !important;
}
.oc2 .alert {
  margin-top: 15px;
}
.mc-modal-bg {
  opacity: 1 !important;
  background: #0000007d !important;
  z-index: 99998 !important;
}
.mc-modal {
  z-index: 99999 !important;
}
.product_names_custom a{
  font-size: 14px;
}
.product_names_custom{
  padding: 10px !important;
}
.qty_desk{
  text-align: center;
}
.qty_desk > span{
  display: inline-block;
}
.price_custom,
.price_all_custom{
  text-align: center;
}
#tk_cart .tk_totals_price .tk_totals_left {
  width: 80%;
}
#tk_cart .tk_totals_price .tk_totals_right {
  width: 18%;
}
#tk_checkout h1.tk_left {
  font-family: 'Roboto', sans-serif!important;
  font-size: 35px !important;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  text-align: center !important;
}

.information-page-10 #content img{
  display: inline-flex;
  width: 33% !important;
}
.home-page .journal-cms-block-53 .cms-block{
  margin: 0 0 10px 0;
}
.home-page .journal-cms-block-53 .single_block .icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-top: 10px;
}
.home-page .journal-cms-block-53 .single_block img {
  max-width: 100% !important;
  width: 50px;
  height: auto;
  text-align: center;
}

.mobile .open-filter {
  margin-bottom: 10px;
}

.mobile #column-left {
  padding: 10px 0 20px 20px;
}
.mobile .heading-title{
  white-space: initial;
  word-break: initial;
  float: none;
  width: auto !important;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 30px !important;
}
.products_text_custom{
  display: none;
}

#invoiceFieldsWrapper{
  display: none;
}



.zm-viewer {
  cursor: zoom-in !important;
}

#footer .column-text-wrap .phone_footer{
  width: auto;
  float: left;
}

body .section-category .product-grid-item .name a{
  white-space: unset;
}

.route-common-home .carousel-56 .product-grid-item .price,
.route-common-home .carousel-57 .product-grid-item .price{
  min-height: 56px;
}

@media only screen and (min-width: 1700px){
  .home-page .journal2_custom_sections .cs-54 .product-grid-item .image > a{
    width: 198px;
    height: 198px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1935px){
  .mobile #content {
    min-height: 500px;
  }
  .home-page .journal-cms-block-53 .single_block .heading{
    margin-top: 3px;
  }
  .home-page .journal-cms-block-53 .single_block .text{
    max-width: 220px;
  }
  .home-page .journal2_cms_blocks{
    padding: 0 !important;
  }
  .account-page #content{
    padding: 20px !important;
  }
}
@media only screen and (max-width: 1920px){
  .home-page #content {
    padding: 20px !important;
  }
  #tk_checkout {
    padding: 20px;
  }
  .home-page .journal-cms-block-53 .cms-block {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 1900px){
  header .journal-secondary a, header .journal-secondary .links > a, .mm-header-link a {
    font-size: 15px !important;
  }
  header .links a, header .links .no-link {
    padding: 0 10px !important;
  }
  .journal-header-center .journal-secondary {
    padding-left: 3%;
    margin-top: 30px;
  }

}

@media only screen and (max-width: 1680px){
  /* .home-page .carousel-57 .product-grid-item {
    padding: 110px 0;
  } */
  .cart a.button2 {
    padding: 10px 10px 6px 10px !important;
  }
}
@media only screen and (max-width: 1650px){
  .journal-header-center .journal-secondary {
    padding-left: 0;
  }
  header .journal-secondary a, header .journal-secondary .links > a, .mm-header-link a {
    font-size: 14px !important;
  }
  header .journal-secondary li a i{
    font-size: 23px !important;
  }
  header .journal-secondary li:last-child a i{
    font-size: 20px !important;
  }
  .journal-header-center .journal-secondary{
    margin-top: 32px;
  }
  .journal-desktop .super-menu > li > a span {
    display: inline-block;
    max-width: 100px;
    word-break: initial;
    white-space: normal;
    line-height: 14px;
    vertical-align: middle;
  }
  .mobile .super-menu > li > a span {
    max-width: initial;
    word-break: initial;
    white-space: inherit;
  }

}
@media only screen and (max-width: 1440px){
  .journal-search{
    width: 385px;
  }
  .home-page .journal-cms-block-53 .single_block .icon {
    margin-right: 8px;
  }
  .home-page .journal2_custom_sections .cs-54 .product-grid-item .product-details .name {
    margin-top: 0;
  }
  .route-product-category .refine-image a {
    padding: 0 5px !important;
  }
  .tk_right_column .tk_panel_heading .tk_panel_icon {
    left: 4%;
  }
  .tk_required_box:before {
    left: 6%;
  }
}
@media only screen and (max-width: 1366px){
  /* .home-page .carousel-57 .product-grid-item {
    padding: 88px 0;
  } */


  #slideshow0 .item img{
    max-width: 100%;
    width: 100%;
  }

  #slideshow0 .owl-wrapper-outer{
    border:none;
    box-shadow: none !important;
  }

  #slideshow0 .owl-carousel{
    margin: 0;
  }

  #slideshow0{
    margin-bottom: 10px;
  }

  .single-section .product-grid{
    padding-top:0;
  }

  #slideshow0 .owl-pagination{
    top: 0;
  }

  #slideshow0 .owl-controls{
    height: 10px;
    display: none !important;
  }

  #slideshow0  .owl-controls .owl-page.active span{
    background: rgb(227 28 43);
  }

  .hide-on-desktop.single-section .box-heading{
    display: none;
  }
  


}

@media only screen and (max-width: 1355px){
    .home-page .journal-cms-block-53 .cms-block img{
        width: 45px;
        height: auto;
    }
    .home-page .journal-cms-block-53 .single_block .heading {
      font-size: 14px;
    }
    .home-page .journal-cms-block-53 .single_block .text {
      font-size: 13px;
    }
}
@media only screen and (max-width: 1300px){
  .journal-search{
    width: 360px;
  }
  .home-page #top-modules .journal2_custom_sections{
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  .button-group .cart .button-cart-text{
      font-size: 11px;
      line-height: 20px;
  }
  /* .home-page .carousel-57 .product-grid-item {
    padding: 53px 0;
  } */
  .information-page-10 #content img{
    display: block;
    width: auto !important;
    clear: both;
    margin: 0 auto;
    float: none !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1280px){
  .journal-header-center .journal-search {
    position: absolute !important;
    left: 0;
    top: 96px;
    width: 100%;
    padding: 0 !important;
    margin-top: 0;
    display: none;
  }
  .journal-search-trigger {
    display: inline-block;
    float: right;
    margin-top: 35px;
    /* margin-left: 20%; */
    margin-right: 30px;
  }
  .journal-header-center .journal-search.open{
    display: block;
  }
  .journal-search-trigger:before{
    content: '' !important;
    background:url('../image/design/search_btn.png');
    width: 30px;
    height: 30px;
  }
  .journal-search-trigger:hover:before{
    content: '' !important;
    background:url('../image/design/search_btn_hover.png');
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #tk_cart .tk_totals_price .tk_totals_left {
    width: 70%;
  }
  #tk_cart .tk_totals_price .tk_totals_right {
    width: 25%;
  }
}
@media only screen and (max-width: 1230px){
  .home-page .journal-cms-block-53 .cms-block {
    width: 50%;
  }
  .home-page .journal-cms-block-53 .single_block .heading {
    clear: right;
  }
  /* .home-page .journal-cms-block-53 .cms-block img{
    width: initial;
    height: initial;
  } */
  .home-page .journal-cms-block-53 .single_block .icon {
    width: 20%;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0;
  }
  .home-page .journal-cms-block-53 .single_block .text {
    /* max-width: initial; */
  }
  .home-page .journal-cms-block-53 .single_block_right{
    display: inline-block;
    float: left;
    width: 80%;
    padding-left: 20px;
  }
  .journal-newsletter-58 .newsletter-text{
    /* font-size: 26px !important; */
    font-size: 22px !important;
  }
  .super-menu > li > a {
    font-weight: normal;
    font-size: 13px !important;
  }

}

@media only screen and (max-width: 1199px){
  .journal-search-trigger {
    margin-left: 9%;
  }
  .super-menu > li > a {
    font-size: 12px !important;
  }
  .mobile .super-menu > li > a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px){
  .journal-search-trigger {
    margin-left: 10%;
  }

  .single-section .product-grid-item .image > a img {
    border-radius: 50%;
    border: solid 1px #dddddd;
  }

  #tk_checkout .tk_shipping_method .tk_shipping_method_title {
    width: 60%;
  }
  #tk_checkout .tk_shipping_method .tk_shipping_method_price {
    width: 30%;
  }

  body .section-category .product-details .name a{
    text-transform: uppercase;
    text-overflow: unset;
    white-space: unset;
  }


}
@media only screen and (min-width: 1024px){
  #confirmOrder.order_confirm {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
  }
  /* .mobile .tp-banner-container{
    height: 480px !important;
  } */

  .mobile .mobile_menu .super-menu li.menu-open .mega-menu,
  .mobile .mobile_menu .super-menu li.menu-open ul{
    display: block;
    position: initial;
  }
}
@media only screen and (max-width: 1023px){
  .mobile.home-page .carousel-56,
  .mobile.home-page .carousel-57 {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 50px;
  }
  .mobile .journal-newsletter.text-left .newsletter-text {
    width: 40% !important;
  }
  .journal-newsletter.text-left .newsletter-input-wrap {
    width: 60% !important;
  }
}
@media only screen and (max-width: 780px){
  .mobile .journal-newsletter.text-left .newsletter-text {
    width: 100% !important;
    text-align: center;
    margin: 0 0 20px !important;
    padding: 0;
  }
  .journal-newsletter.text-left .newsletter-input-wrap {
    width: 100% !important;
  }
  .journal-newsletter-58 .newsletter-email{
    width: 100% !important;
    /* min-height: 60px !important; */
    min-height: 40px !important;
    margin-bottom: 10px;
  }
  .journal-newsletter-58 .newsletter-button{
    width: 100% !important;
    /* line-height: 26px; */
    /* min-height: 50px !important; */
    min-height: 40px !important;
    line-height: 33px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    margin: 0 !important;
    border-radius: 5px !important;
    
  }
  #bottom-modules .journal-newsletter .newsletter-input-wrap {
    float: none;
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .mobile .not-found-page .heading-title {
    font-size: 25px !important;
    margin-top: 30px;
  }
  .mobile .not-found-page p {
    font-size: 20px !important;
  }
  .mobile .not-found-page .not_found_img{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px){
  .heading-title,
  #tk_checkout h1.tk_left,
  .route-product-category .heading-title {
    font-size: 35px !important;
  }
  .red-info-checkout {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .account-page  .address-entry tr:last-child td {
    width: 100%;
    clear: both;
  }
  #tk_checkout {
    padding: 0;
  }
  .route-tk_checkout-checkout .tk_required_box:before {
    left: 1%;
  }
  .route-tk_checkout-checkout .tk_login_form label{
    text-align: left;
    margin-bottom: 6px;
  }
  .route-tk_checkout-checkout .mfp-content {
    overflow: visible;
  }
  .route-tk_checkout-checkout .qty_mobile {
    margin-top: 15px;
  }
  #tk_checkout textarea, #tk_checkout input[type="text"], #tk_checkout input[type="password"], #tk_checkout input[type="datetime"], #tk_checkout input[type="datetime-local"], #tk_checkout input[type="date"], #tk_checkout input[type="month"], #tk_checkout input[type="time"], #tk_checkout input[type="week"], #tk_checkout input[type="number"], #tk_checkout input[type="email"], #tk_checkout input[type="url"], #tk_checkout input[type="search"], #tk_checkout input[type="tel"], #tk_checkout input[type="color"] {
    width: 96%;
    max-width: 96%;
  }
  #tk_checkout .tk_payment_method {
    background-position: 45% 85%;
    background-size: 155px;
  }
  #tk_input_voucher,
  #tk_input_coupon {
    width: 61% !important;
  }
  #tk_confirm_voucher,
  #tk_confirm_coupon {
    width: 32% !important;
  }
  #tk_checkout label {
    padding: 0;
  }

  .route-common-home .carousel-56 .product-grid-item .price, .route-common-home .carousel-57 .product-grid-item .price{
    min-height: unset;
  }

}
@media only screen and (min-width: 760px){
  #column-left {
    width: 300px !important;
  }
  #column-left + #content {
    margin-left: 300px !important;
  }
  #column-right {
    width: 300px !important;
  }
  #column-right + #content {
    margin-right: 300px !important;
  }

}
@media only screen and (max-width: 760px){
  footer .column > h3 {
    font-size: 15px !important;
    margin: 10px 0 0 !important;
  }
  div#footer {
    margin-top: 30px !important;
  }
  .fullwidth-footer {
    margin-top: 0 !important;
  }
  .collapse-footer-columns .column > h3 + div {
    margin-bottom: 25px;
  }
  /* .home-page .carousel-57 .product-grid-item {
    padding: 0;
  } */
  .mobile .blog-post .post-stats span:last-child{
    margin-bottom: 0;
  }
  .mobile #accordion .panel-body .input-group input[type="text"] {
    margin-bottom: 10px;
  }
  .journal-newsletter-58 .newsletter-text {
    font-size: 20px !important;
  }
  .mobile .tp-banner-container{
    height: 480px !important;
  }
}
@media only screen and (max-width: 660px){
  .pagination .links {
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
  .pagination .results {
    float: none !important;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px !important;
  }
  .journal-popup .journal-popup-header-content.heading-title {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}
@media only screen and (max-width: 640px){
  .checkout-page #content {
    padding: 20px 20px 0 20px !important;
  }
}
@media only screen and (max-width: 600px){
  .home-page .journal-cms-block-53 {
    padding: 0 !important;
  }
  .home-page .journal-cms-block-53 .cms-block {
    margin-top: 20px;
    margin: 0 auto;
    float: none;
    width: 320px !important;
    padding: 0;
  }
  .home-page .journal-cms-block-53 .single_block {
    padding-left: 10px;
  }
  .home-page .journal-cms-block-53 .single_block .heading {
    font-size: 13px;
  }
  .home-page .journal-cms-block-53 .single_block .text {
    font-size: 12px;
}
  .home-page .journal-cms-block-53 .cms-block:first-child{
    /* margin-top: 20px; */
    margin-top: 5px;
  }
  .home-page .journal-cms-block-53 .cms-block:last-child{
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
  }
  .home-page .journal-cms-block-53 .single_block .icon {
    width: 66px;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0;
  }
  .home-page .journal-cms-block-53 .single_block_right {
    width: 234px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-page .journal-cms-block-53 .cms-block img {
    /* width: 55px; */
    height: auto;
  }
  .mobile .open-filter {
    margin-bottom: 5px;
  }
  .mobile .heading-title {
    font-size: 22px !important;
    padding-bottom: 5px !important;
    line-height: 28px !important;
    min-height: initial !important;
  }

}
@media only screen and (max-width: 500px){
  ul.breadcrumb li::before {
    left: -3px;
    top: -5px;
  }
  .journal-blog-post-page .comments .reply-btn {
    position: initial;
    float: right;
    margin-left: 10px;
  }
  .journal-blog-post-page .comments > .comment p {
    font-size: 14px;
    clear: both;
    padding-top: 10px;
  }
 
  .route-checkout-cart #content .heading-title .red-info-checkout {
    font-size: 13px !important;
  }
  .tk_login_form .mfp-close {
    right: 0 !important;
    top: -35px !important;
  }
  #tk_checkout textarea, #tk_checkout input[type="text"], #tk_checkout input[type="password"], #tk_checkout input[type="datetime"], #tk_checkout input[type="datetime-local"], #tk_checkout input[type="date"], #tk_checkout input[type="month"], #tk_checkout input[type="time"], #tk_checkout input[type="week"], #tk_checkout input[type="number"], #tk_checkout input[type="email"], #tk_checkout input[type="url"], #tk_checkout input[type="search"], #tk_checkout input[type="tel"], #tk_checkout input[type="color"] {
    width: 93%;
    max-width: 93%;
  }
  .information-page-10 #content img{
    width: 100% !important;
  }
}

@media only screen and (max-width: 414px){
  .mobile.home-page .carousel-57 .htabs a {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    line-height: 27px;
    display: block;
    width: 180px;
    text-align: center;
    padding: 0 !important;
    margin: 0 auto;
  }
  .home-page .carousel-57 .box-heading:before {
    width: 220px;
  }
  .home-page .carousel-57 .box-heading:after {
    width: 260px;
}

  body .section-category .product-details .name a{
    font-size: 12px;
    padding:0;
  }

  body .section-category .product-details .name{
    margin-top:6px;
  }
  /* .heading-title,
  #tk_checkout h1.tk_left,
  .route-product-category .heading-title {
    font-size: 28px !important;
    line-height: 38px !important;
  } */
  .category-info .desctiption_heading:before {
    width: 255px;
  }
  .category-info .desctiption_heading:after {
    width: 295px;
  }
}
@media only screen and (max-width: 360px){
  div.buttons {
    padding: 10px 0 !important;
  }
}
@media only screen and (max-width: 320px){
  .cart a.button2 {
    padding: 6px 10px 4px 10px !important;
  }
  .button-group .cart .button2 .button-cart-text {
    font-size: 11px;
    line-height: 13px;
  }
}


/* NEW CSS END*/

/* .mobile header.phone-sticky-cart,
.mobile header.phone-sticky-menu{
  position: fixed;
} */


/* task: 86c7pwpuc */

body .product-grid-item .cart a.button,
.product-info .right .cart div .button{
  background: #fff !important;
  color: #e31c2b !important;
  border: 2px solid #e31c2b !important;
  border-radius: 5px;
}
body .product-grid-item .cart a .button-left-icon:before,
#button-cart .button-cart-text:before{
  color: #e31c2b !important;
}
body .product-grid-item .cart a.button:hover,
.product-info .right .cart div .button:hover{
  background: #e31c2b !important;
  color: #fff !important;
}
.button-group .cart a .button-cart-text,
.product-info .right .cart div .button .button-cart-text{
  font-weight: bold;
}
.button-group .cart a:hover .button-cart-text{
  color: #fff !important; 
}
body .product-grid-item .cart a:hover .button-left-icon:before,
#button-cart:hover .button-cart-text:before{
  color: #fff !important;
}

@media only screen and (max-width: 400px){
  body .product-grid-item .cart a.button {
      padding: 10px 10px 6px 10px;
  }
}



.icons-menu-61{
    display: block;
    float: left;
    width: 100%;
}
.icons-menu-61 ul{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.icons-menu-61 li{
    display:inline-block;
    margin: 5px;
}
.icons-menu-61 li a{
    display:inline-block;
    width: 40px;
    height: 40px;
    background: #d3d3d3;
    padding: 10px;
    border-radius: 50%;
    transition: background 0.2s !important;
}
.icons-menu-61 li a:hover{
    background: #e1011a;
}

.icons-menu-61 .icons-menu-item-1 > a::before {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/journal2/css/icons/facebook.svg') no-repeat center;
    background-size: contain;
}
.icons-menu-61 .icons-menu-item-3 > a::before {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/journal2/css/icons/instagram.svg') no-repeat center;
    background-size: contain;
}
.icons-menu-61 .icons-menu-item-6 > a::before {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/journal2/css/icons/tiktok.svg') no-repeat center;
    background-size: contain;
}
.icons-menu-61 .icons-menu-item-7 > a::before {
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/catalog/view/theme/journal2/css/icons/youtube.svg') no-repeat center;
    background-size: contain;
}


/* task: 86c7pwpuc END*/


/* task: 86c8hveak */

/* body .product-grid-item .cart .button-cart-text{
    max-width: 135px;
} */
.product-filter .display a {
    min-width: 60px;
    text-align: center;
}
.product-filter .display a.list-view {
    left: 0;
}
.product-filter .display {
    min-width: 125px;
}
.backbuttonContainer {
    margin-right: 5px;
}
.product-list-item .product-model{
  margin-right: 10px;
}


body .product-grid-item .cart .button-cart-text {
    max-width: 119px !important;
}
body .product-grid-item .cart a.nwa-notify-button {
    padding: 10px 10px 6px 10px !important;
}
body .product-grid-item .cart a.button .button-left-icon {
  float: left !important;
}
body .product-grid-item .cart a.nwa-notify-button .button-left-icon {
    display: none;
}
body .product-grid-item .cart a.nwa-notify-button .button-cart-text {
    line-height: 14px;
}
@media (max-width: 1024px) {
  body .product-grid-item .cart a.button {
      padding: 10px 24px 6px 24px !important;
  }
  body .product-grid-item .cart a.nwa-notify-button {
      padding: 10px 10px 6px 10px !important;
  }
}
@media only screen and (max-width: 760px) {
    .product-filter .display {
        margin-right: 0 !important;
    }
}
@media (min-width: 471px) and (max-width: 580px) {
  body .product-grid-item .cart a.button {
    padding: 10px 10px 6px 10px !important;
  }
}

@media (max-width: 580px) {
  body .product-grid-item .cart .button-cart-text {
    max-width: 93px !important;
  }
  /* body .product-grid-item .cart a.nwa-notify-button .button-left-icon {
      float: none;
      display: none;
  } */
  body .product-grid-item .cart a.nwa-notify-button .button-cart-text {
      line-height: 12px;
  }
}
@media (max-width: 400px) {
    body .product-grid-item .cart a.button {
      padding: 10px 10px 6px 10px !important;
    }
    .product-filter .sort {
      position: inherit !important;
    }
    .backbuttonContainer {
      margin-left: 10px !important;
      margin-right: 52px !important;
    }
    .product-filter .product-compare {
      margin-left: 10px !important;
    }
    .product-filter .display {
      padding-left: 10px !important;
    }
}

/* task: 86c8hveak END*/