@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.0
  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; }


.custom-checkbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

html[dir="rtl"] .custom-checkbox {
  justify-content: flex-start;
}

html[dir="rtl"] .custom-checkbox label {
  margin-right: 8px;
  padding-right: 28px;
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

html[dir="rtl"] .custom-checkbox label::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .custom-checkbox input[type="checkbox"]:checked + label::after {
  right: 4px;
  left: auto;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: relative;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.custom-checkbox label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  background: #fff;
  border: 2px solid #F24C99;
  border-radius: 4px;
  margin-left: 4px;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background: #F24C99;
  border-color: #F24C99;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
  content: "\2713";
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
}

.custom-checkbox label.error::before {
  content: none;
  margin-right: 10px;
  color: indianred;
  font-size: 1rem;
}

.custom-checkbox label.error {
  order: 2;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.custom-checkbox a {
  color: #F24C99;
}

nav { position: fixed; width: 300px; left: -300px; }

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

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

@media only screen and (min-width: 761px){
  html{
    height:100%;
  }
  body{
    position: relative;
    padding-bottom: 300px;
    min-height: calc(100% - 300px);
    max-height: unset !important;
    box-sizing: unset;
  }
}
@media only screen and (min-width: 761px) and (max-width: 980px){
  body{
    padding-bottom: 475px;
    min-height: calc(100% - 475px);
  }
}

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;
  right: 0;
  left: 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-33 {
  width: 33%; }

.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: right; }

.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: right; }

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


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

.extended-layout #container {
  background-color: transparent;
  background-image: none; }
  .user-location-bar {
    padding: 9px 40px 9px 40px;
    background-color: #0F3F75;
    color: #fff;
    font-size: 17px;
  }
  
  .current-location-text {
    display: flex;
    align-items: center;
  }
  .current-location-box {
    cursor: pointer;
  }
  .user-location-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  .user-location-modal.active {
    z-index: 9999999999999999999999;
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
  }
  .user-location-modal,.user-location-modal *,.user-location-modal *:before, .user-location-modal *:after {
    box-sizing: border-box;
  }
  .overflow-hidden {
    overflow: hidden!important;
  }
  .user-location-modal .--modal-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #404040A6;
    opacity: .65;
    cursor: pointer;
  }
  .user-modal-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 387px;
    padding: 40px 30px 20px 30px;
    background-color: #fff;
    z-index: 1;
    border-radius: 7px;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    max-height: 80%;
    overflow-y: auto;
  }
  .user-location-modal.active .user-modal-body {
    top: 25%;
    opacity: 1;
    visibility: visible;
  }
  .user-location__title {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .user-location__hr {
    width: 207px;
    height: 2px;
    background-color: #6B6868;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .user-location__select-label {
    font-size: 12px;
    color: #1A1A1A;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .user-location__select {
    margin: 0;
    background: #F1F0F0;
    border: 1px solid #A5A5A5;
    border-radius: 6px;
    width: 100%;
    height: 35px;
    padding-inline: 14px;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    background-image: url(../image/arrow-down-black.svg);
    margin-bottom: 15px;
    background-position: 14px;
  }
  
  .user-location__btn {
    background-color: #FF3F98;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 12px;
    height: 35px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  .location-user-auth, .location__user-has-address {
    display: none;
  }
  .user-location__submit {
    width: 75px;
    height: 30px;
    font-size: 13px;
  }
  .user-location__signin {
    width: 100%;
  }
  .user-location__locations {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
  .user-location__address-btn {
    color: #FF3F98;
    font-size: 12px;
    font-weight: bold;
  }
  .user-location__addresses {
    margin-bottom: 20px;
  }
  .user-location__location-item {
    width: 100%;
    padding: 18px 16px;
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
    gap: 10px;
    display: flex;
    accent-color: #0095F8;
    box-shadow: 0px 2px 4px #ECECEC;
  }
  .user-location__location-item input {
    width: 16px;
    height: 16px;
    margin: 0!important;
  }
@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 0 0 20px; }
  .extended-layout #column-left + #content {
    padding: 20px 20px 0 0; }
  .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 10px 4px 0;
  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;
  -webkit-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;
          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: right;
  text-align: right; }

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

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

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

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

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  list-style:none ;
  padding: 0 20px;
  margin: 0 auto;
  line-height: 38px;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;
    vertical-align: middle;
  }

ol.breadcrumb {
  list-style: none;
  overflow-x:hidden;
  white-space:nowrap;
  padding-right: 20px;
}
ol.breadcrumb li {
  display: inline; }
    ol.breadcrumb li a {
      margin: 0 3px 0 0; }
    ol.breadcrumb li:first-of-type a {
      margin-right: 0; }
    ol.breadcrumb li:first-of-type::before {
      display: none; }

@media only screen and (max-width: 500px) {
  ol.breadcrumb {
    padding-right: 10px;
  }
}
.extended-container {
  position: relative;
  z-index: 10; 
  min-height: 450px;
}
  .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;
  right: 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: left;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

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

/******************************
 INPUTS
*******************************/
.warning {
  background-color: #ebccd1;
  color: #a94442;
}
.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%;
  -webkit-transition: all 0.2s;
          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;
  margin-bottom: 28px;
  margin-top: 5px;
}

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-left: 20px; }

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

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    right: 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-left: 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: right;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: left; }
  .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: right;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: left; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: right;
    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 {
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-right: 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;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-left: 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; }

.product-grid-item .price {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.price-new {
  align-items: center !important;
  display: flex !important;
}

.price-old {
  align-self: flex-end !important;
  display: flex;
  align-items: center;
}

.currency {
  font-size: 10px;
  margin-inline-start: 1px;
  font-weight: bold;
  text-decoration: none;
}

.price-old .currency {
  font-size: 8px !important;
}

.price-old .text-underline {
  position: relative;
  align-self: end;
}

.price-old .text-underline:before {
  content: '';
  position: absolute;
  bottom: 8px;
  background: rgb(126, 126, 126);
  width: 100%;
  height: 1px;
  left: 0;
}

.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-left: 5px; }

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

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

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

/******************************
 Skin Specific
*******************************/

/******************************
 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-12 #logo a img {
    top: 45%; }
}
/******************************
 Demo 12
*******************************/
.skin-12 .product-grid-item .image .favorites,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .favorites {
  right: -5px; }
.skin-12 .product-grid-item .image .compare {
  left: -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; }

#springSaleDesktop {display:block;}
#springSaleMobile {display:none}

@media (max-width: 768px) {
  #springSaleDesktop {display: none;}
  #springSaleMobile {display: block;}
  .topBanner{
    padding-bottom: 5px;
  }
}

.warning {
  background-color: #ebccd1;
  color: #a94442;
}

.donate {
  margin: 0;
  text-align: right;
}

.filter-heading-title {
  padding-right: 10px;
}
.pull-left {
  float: right;
}
.about-product .about-product-title {
  margin: 5px 0;
}
.details-head-in-product-page {
  margin-right: 10px;
}
.heading_title_mobile {
  padding-right: 0 !important;
  line-height: 30px !important;
}

#product-gallery .swiper-button-next {
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
}
#product-gallery .swiper-button-prev {
  position: absolute;
  left: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  top: auto !important;
}
.user_maincontent ul.list-inline > li.maintabs {
  float: right !important;
}
.user_maincontent ul.list-inline > li.maindetail {
  padding: 15px;
  float: left !important;
}
.branding-category {
  font-weight: 500;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 30px;
}
#registry-chooser-container{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
}
#registry-chooser-wrapper{
  background-color: #FFF;
  width: 60%;
  min-width: min(calc(-10px + 100%), 300px);
  max-width: 500px;
  padding: 30px; 
  box-sizing: border-box;
}
#registries-list{
   margin-bottom: 25px;
}
#registries-list > p{
   text-align: center;
   font-size: 20px;
}
.registry-chooser-info{
   background: #F5F5F5;
   padding: 15px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin: 8px auto;
   font-size: 14px;
}
.registry-chooser-title{
   display: flex;
}
.registry-chooser-title > label{
   margin: 0 5px;
   display: flex;
   align-items: center;
}
.registry-chooser-date{
   margin-left: 28px;
}
#registry-chooser-buttons-container{
   display: flex;
   justify-content: center;
}
#registry-chooser-buttons-container > a{
   margin: 0 5px;
   box-sizing: border-box;
   border-radius: 20px;
   text-decoration: none;
   padding: 5px;
   min-width: 110px;
   text-align: center;
   font-size: 14px;
}
#registry-chooser-button-add, #registry-chooser-button-create{
   border: 1px solid #F54259;
   background: #F54259;
   color: #FFF;
}
#registry-chooser-button-cancel{
   border: 1px solid #0095F8;
   color: #0095F8;
}
#registry-chooser-error-message{
   display:none;
   margin-bottom:20px;
   text-align:center;
   color:#F54259;
}
.text-red{
   color: #F54259;
}

@media screen and (max-width: 760px){
   #registry-chooser-wrapper{
       padding: 25px 10px;
   }
   .free-returns-tooltip p:before {
      transform: translateY(-17.7px);
  }
}

#desktop-wishreg-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
#desktop-wishreg-buttons > #addToFavorites {
  box-sizing: border-box;
  border-radius: 5px;
  margin: 3px;
  color: #3866DF;
  user-select: none;
  display: flex;
  align-items: center;
  min-height: 32px;
  min-width: 160px;
}
#desktop-wishreg-buttons > #addToRegistry {
  box-sizing: border-box;
  border-radius: 5px;
  margin: 3px;
  color: #3866DF;
  user-select: none;
  display: flex;
  align-items: center;
  min-height: 32px;
  min-width: 160px;
}

#mobile-wishreg-buttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

#mobile-wishreg-buttons > #addToFavorites {
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 10px;
  color: #3866DF;
  user-select: none;
  display: flex;
  align-items: center;
  min-height: 32px;
  width: 238px;
}


#addToRegistry {
  box-sizing: border-box;
  border-radius: 5px;
  color: #3866DF;
  user-select: none;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.testimonial-carousel {
  margin: 0 5px !important;
}

.testimonials {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 182px !important;
  overflow: hidden;
}

.testimonial {
  background: #EFFDFF;
  border-radius: 12px;
  padding: 8px 20px;
  overflow: hidden;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 2px;
  flex-direction: column-reverse;
}

.testimonial-header-name {
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #0F3F75;
  margin: 2px;
}

.testimonial-header-stars {
  color: #FFB534;
  margin: 2px;
}

.testimonial-body {
  color: #434343;
  padding: 7px 0;
}

.testimonial-body-content {
  font-weight: normal;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.testimonial-body-content-ar {
  text-align: right;
}

.testimonial-header-stars .reviewed-stars {
  background: none;
  width: 115px;
}

.testimonial-header-stars .reviewed-stars span {
  background-position: 0 -44px;
  background-size: 23px;
}

.journal-carousel .htabs.box-heading.single-tab a {
  font-weight: normal !important;
  pointer-events: none;
  cursor: default;
}

/* Homepage Slider */

.home-slider-container{
  position: relative;
  clear: both;
  margin-bottom: 15px;
  /*  we need to comment the margin whit countodwn mergin to avoid spaces with the coundown */
}
.home-slider-stretch{
  margin: -20px -40px 15px;
}
.home-slider-wrapper{
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.home-slides-container{
  display: flex;
  transform: translateX(-100%);
}
.home-slide-container img{
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.home-slide-container {
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.25s;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}
.home-slide-container.active{
  z-index: 10 !important;
}
.home-slide-move{
  position: absolute;
  padding: 10px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(max(8vw,45px),75px);
  width: min(max(8vw,45px),75px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-slide-next{
  right:0;
  border-radius: 8px 0 0 8px;
}
.home-slide-prev{
  left:0;
  border-radius: 0 8px 8px 0;
}

#home-next-arrow{
  background-position: -34px 0;
}
#home-prev-arrow{
  background-position: 0 0;
  
}
.home-slider-arrows{
  background-image: url('https://www.dumyah.com/image/data/branding-slider/arrows.png');
  background-repeat: no-repeat;
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
}
.home-slider-bullets-container{
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  padding: 5px;
  margin: 10px auto 0;
  text-align: center;
}
.home-slider-bullets{
  background-color: rgba(51, 55, 69, 0.15);
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 2px 3px;
  display: inline-block;
  transition: all 0.25s;

}
.home-slider-bullets-active{
  background-color: #3866DF;
}
.home-slide-container.draggable-slide *{
  pointer-events: none;
}
.free-returns-tooltip {
  position: relative;
}
.free-returns-tooltip p:before {
  content: '';
    background: url(../image/trianlge-tooltip.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 10px;
    transform: translateY(-18px);
    margin-inline-start: 61px;
    position: absolute;
}
.free-returns-tooltip img {
  background: #3866DF;
  border-radius: 50%;
  padding: 2px;
  position: relative;
  top: 4px;
}
.free-returns-tooltip p {
  position: absolute;
  top: calc(100% + 11px);
  background: #FFFFFF;
  border: 0.608822px solid #696868;
  border-radius: 5.64382px;
  z-index: 1;
  padding: 8px;
  width: 240px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(5px);
  max-width: 100%;
}
.free-returns-tooltip p strong {
  padding-bottom: 5px;
  display: block;
}
.free-returns-tooltip > span, .free-returns-tooltip a {
  cursor: pointer;
  color: #3866DF;
}
.free-returns-tooltip a {
  text-decoration: underline;
  display: inline-block;
}
.free-returns-tooltip > span:hover ~ p, .free-returns-tooltip p:hover {
  transition-delay: .2s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.gap-5 {
  gap: 5px;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
#textarea.textarea textarea::placeholder  {
  font-size: 15px;
}
#textarea.textarea textarea {
  width: 90%;
  font-size: 15px;
}
@media screen and (max-width:760px){
  .free-returns-tooltip {
    margin-bottom: 10px;
  }
  .free-returns-tooltip p {
    font-size: 14px;
  }
  .free-returns-tooltip img {
    width: 12px;
    height: 12px;
  }
  #home-next-arrow{
      background-position: -40px 0;
  }
  #textarea.textarea textarea {
    width: 100%;
  }
}

.j-p-0{
  padding: 0 !important;
}
.j-pl-0, .j-px-0{
  padding-left: 0 !important;
}
.j-pr-0, .j-px-0{
  padding-right: 0 !important;
}
.j-pt-0, .j-py-0{
  padding-top: 0 !important;
}
.j-pb-0, .j-py-0{
  padding-bottom: 0 !important;
}

.j-p-1{
  padding: .25rem !important;
}
.j-pl-1, .j-px-1 {
  padding-left: .25rem !important;
}
.j-pr-1, .j-px-1 {
  padding-right: .25rem !important;
}
.j-pt-1, .j-py-1 {
  padding-top: .25rem !important;
}
.j-pb-1, .j-py-1 {
  padding-bottom: .25rem !important;
}

.j-p-2{
  padding: .5rem !important;
}
.j-pl-2, .j-px-2 {
  padding-left: .5rem !important;
}
.j-pr-2, .j-px-2 {
  padding-right: .5rem !important;
}
.j-pt-2, .j-py-2 {
  padding-top: .5rem !important;
}
.j-pb-2, .j-py-2 {
  padding-bottom: .5rem !important;
}

.j-p-3{
  padding: 1rem !important;
}
.j-pl-3, .j-px-3 {
  padding-left: 1rem !important;
}
.j-pr-3, .j-px-3 {
  padding-right: 1rem !important;
}
.j-pt-3, .j-py-3 {
  padding-top: 1rem !important;
}
.j-pb-3, .j-py-3 {
  padding-bottom: 1rem !important;
}

.j-p-4{
  padding: 1.5 !important;
}
.j-pl-4, .j-px-4 {
  padding-left: 1.5rem !important;
}
.j-pr-4, .j-px-4 {
  padding-right: 1.5rem !important;
}
.j-pt-4, .j-py-4 {
  padding-top: 1.5rem !important;
}
.j-pb-4, .j-py-4 {
  padding-bottom: 1.5rem !important;
}

.j-m-0 {
  margin: 0 !important; 
}
.j-ml-0, .j-mx-0 {
  margin-left: 0 !important;
}
.j-mr-0, .j-mx-0 {
  margin-right: 0 !important;
}
.j-mt-0, .j-my-0 {
  margin-top: 0 !important;
}
.j-mb-0, .j-my-0 {
  margin-bottom: 0 !important;
}

.j-m-1{
  margin: .25rem !important;
}
.j-ml-1, .j-mx-1 {
  margin-left: .25rem !important;
}
.j-mr-1, .j-mx-1 {
  margin-right: .25rem !important;
}
.j-mt-1, .j-my-1 {
  margin-top: .25rem !important;
}
.j-mb-1, .j-my-1 {
  margin-bottom: .25rem !important;
}

.j-m-2{
  margin: .5rem !important;
}
.j-ml-2, .j-mx-2 {
  margin-left: .5rem !important;
}
.j-mr-2, .j-mx-2 {
  margin-right: .5rem !important;
}
.j-mt-2, .j-my-2 {
  margin-top: .5rem !important;
}
.j-mb-2, .j-my-2 {
  margin-bottom: .5rem !important;
}

.j-m-3{
  margin: 1rem !important;
}
.j-ml-3, .j-mx-3 {
  margin-left: 1rem !important;
}
.j-mr-3, .j-mx-3 {
  margin-right: 1rem !important;
}
.j-mt-3, .j-my-3 {
  margin-top: 1rem !important;
}
.j-mb-3, .j-my-3 {
  margin-bottom: 1rem !important;
}

.j-m-4{
  margin: 1.5rem !important;
}
.j-ml-4, .j-mx-4 {
  margin-left: 1.5rem !important;
}
.j-mr-4, .j-mx-4 {
  margin-right: 1.5rem !important;
}
.j-mt-4, .j-my-4 {
  margin-top: 1.5rem !important;
}
.j-mb-4, .j-my-4 {
  margin-bottom: 1.5rem !important;
}
.product-grid-item .rating {
  margin: 0!important;
  padding-inline: 7px;
  display: flex!important;
}
.product-grid-item .rating .stars-img-base {
  background: url(/catalog/view/theme/journal2/image/new_star_white.png) repeat-x;
  width: 110px;
  height: 24px;
  display: inline-block;
  position: relative;
  background-size: 22px 16px;
}
.stars-img-base {
  background: url(/catalog/view/theme/journal2/image/new_star_white.png) repeat-x;
  width: 110px;
  height: 24px;
  display: inline-block;
  position: relative;
  background-size: 22px 16px;
}
.product-grid-item .rating .stars-img {
  background: url(/catalog/view/theme/journal2/image/new_star_pink.svg) repeat-x;
  background-size: 22px 16px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-list-item .rating {
  margin: 0!important;
  display: flex!important;
}
.product-list-item .rating .stars-img-base {
  background: url(/catalog/view/theme/journal2/image/new_star_white.png) repeat-x;
  width: 100px;
  height: 16px;
  display: inline-block;
  position: relative;
  background-size: 20px 16px;
}
.product-list-item .rating .stars-img {
  background: url(/catalog/view/theme/journal2/image/new_star_pink.svg) repeat-x;
  background-size: 20px 16px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rating-cart-box .stars-img-base[width="0"],.rating-cart-box .stars-img-base[width="0"] ~ .rating-small-count,
.rating-cart-box .stars-img-base[width="NaN"], .rating-cart-box .stars-img-base[width="NaN"] ~ .rating-small-count{
  visibility: hidden;
}
.product-grid-item .count-down {
  margin-top: 4px;
}
.type-recently-viewed .rating-cart-box {
  display: none!important;
}
.product-card .rating-section {
  margin: 0!important;
  display: flex!important;
}
.rating-small-count {
  font-size: 10px;
  color: #333745;
  position: relative;
  top: -1px;
  margin-inline-start: 2px;
}
.rating + .button-group {
  margin-top: 9px;
}
#product-gallery .swiper-button-prev:after,
#product-gallery .swiper-button-next:after{
  content: none!important;
  background-image: none!important;
}
.opened-photo-swipe .zm-viewer,
.opened-photo-swipe header,
.opened-photo-swipe .header-notice {
  visibility: hidden;
  opacity: 0;
  z-index: -1!important;
}
@media only screen and (max-width: 760px){
  .j-p-md-0{
    padding: 0 !important;
  }
  .j-pl-md-0, .j-px-md-0{
    padding-left: 0 !important;
  }
  .j-pr-md-0, .j-px-md-0{
    padding-right: 0 !important;
  }
  .j-pt-md-0, .j-py-md-0{
    padding-top: 0 !important;
  }
  .j-pb-md-0, .j-py-md-0{
    padding-bottom: 0 !important;
  }
  
  .j-p-md-1{
    padding: .25rem !important;
  }
  .j-pl-md-1, .j-px-md-1 {
    padding-left: .25rem !important;
  }
  .j-pr-md-1, .j-px-md-1 {
    padding-right: .25rem !important;
  }
  .j-pt-md-1, .j-py-md-1 {
    padding-top: .25rem !important;
  }
  .j-pb-md-1, .j-py-md-1 {
    padding-bottom: .25rem !important;
  }
  
  .j-p-md-2{
    padding: .5rem !important;
  }
  .j-pl-md-2, .j-px-md-2 {
    padding-left: .5rem !important;
  }
  .j-pr-md-2, .j-px-md-2 {
    padding-right: .5rem !important;
  }
  .j-pt-md-2, .j-py-md-2 {
    padding-top: .5rem !important;
  }
  .j-pb-md-2, .j-py-md-2 {
    padding-bottom: .5rem !important;
  }
  
  .j-p-md-3{
    padding: 1rem !important;
  }
  .j-pl-md-3, .j-px-md-3 {
    padding-left: 1rem !important;
  }
  .j-pr-md-3, .j-px-md-3 {
    padding-right: 1rem !important;
  }
  .j-pt-md-3, .j-py-md-3 {
    padding-top: 1rem !important;
  }
  .j-pb-md-3, .j-py-md-3 {
    padding-bottom: 1rem !important;
  }
  
  .j-p-md-4{
    padding: 1.5 !important;
  }
  .j-pl-md-4, .j-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .j-pr-md-4, .j-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .j-pt-md-4, .j-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .j-pb-md-4, .j-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .j-m-md-0 {
    margin: 0 !important; 
  }
  .j-ml-md-0, .j-mx-md-0 {
    margin-left: 0 !important;
  }
  .j-mr-md-0, .j-mx-md-0 {
    margin-right: 0 !important;
  }
  .j-mt-md-0, .j-my-md-0 {
    margin-top: 0 !important;
  }
  .j-mb-md-0, .j-my-md-0 {
    margin-bottom: 0 !important;
  }
  
  .j-m-md-1{
    margin: .25rem !important;
  }
  .j-ml-md-1, .j-mx-md-1 {
    margin-left: .25rem !important;
  }
  .j-mr-md-1, .j-mx-md-1 {
    margin-right: .25rem !important;
  }
  .j-mt-md-1, .j-my-md-1 {
    margin-top: .25rem !important;
  }
  .j-mb-md-1, .j-my-md-1 {
    margin-bottom: .25rem !important;
  }
  
  .j-m-md-2{
    margin: .5rem !important;
  }
  .j-ml-md-2, .j-mx-md-2 {
    margin-left: .5rem !important;
  }
  .j-mr-md-2, .j-mx-md-2 {
    margin-right: .5rem !important;
  }
  .j-mt-md-2, .j-my-md-2 {
    margin-top: .5rem !important;
  }
  .j-mb-md-2, .j-my-md-2 {
    margin-bottom: .5rem !important;
  }
  
  .j-m-md-3{
    margin: 1rem !important;
  }
  .j-ml-md-3, .j-mx-md-3 {
    margin-left: 1rem !important;
  }
  .j-mr-md-3, .j-mx-md-3 {
    margin-right: 1rem !important;
  }
  .j-mt-md-3, .j-my-md-3 {
    margin-top: 1rem !important;
  }
  .j-mb-md-3, .j-my-md-3 {
    margin-bottom: 1rem !important;
  }
  
  .j-m-md-4{
    margin: 1.5rem !important;
  }
  .j-ml-md-4, .j-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .j-mr-md-4, .j-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .j-mt-md-4, .j-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .j-mb-md-4, .j-my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .product-filter {
    display: flex !important;
    justify-content: space-around !important;
  }
  .product-filter > .display {
    width: max-content !important;
    float: none !important;
    align-items: baseline !important;
  }
  .product-filter > .sort {
    float: none !important;
    flex: 1 !important;
    order: 2 !important;
    position: initial !important;
  }
  .product-filter > .sort select{
    position: initial !important;
  }
  .product-filter > .limit {
    width: max-content !important;
    float: none !important;
    position: initial !important;
    order: 3 !important;
  }
}

@media only screen and (max-width: 470px){
  #registry-chooser-wrapper {
    width: 85%;
  }
  .j-p-sm-0{
    padding: 0 !important;
  }
  .j-pl-sm-0, .j-px-sm-0{
    padding-left: 0 !important;
  }
  .j-pr-sm-0, .j-px-sm-0{
    padding-right: 0 !important;
  }
  .j-pt-sm-0, .j-py-sm-0{
    padding-top: 0 !important;
  }
  .j-pb-sm-0, .j-py-sm-0{
    padding-bottom: 0 !important;
  }
  
  .j-p-sm-1{
    padding: .25rem !important;
  }
  .j-pl-sm-1, .j-px-sm-1 {
    padding-left: .25rem !important;
  }
  .j-pr-sm-1, .j-px-sm-1 {
    padding-right: .25rem !important;
  }
  .j-pt-sm-1, .j-py-sm-1 {
    padding-top: .25rem !important;
  }
  .j-pb-sm-1, .j-py-sm-1 {
    padding-bottom: .25rem !important;
  }
  
  .j-p-sm-2{
    padding: .5rem !important;
  }
  .j-pl-sm-2, .j-px-sm-2 {
    padding-left: .5rem !important;
  }
  .j-pr-sm-2, .j-px-sm-2 {
    padding-right: .5rem !important;
  }
  .j-pt-sm-2, .j-py-sm-2 {
    padding-top: .5rem !important;
  }
  .j-pb-sm-2, .j-py-sm-2 {
    padding-bottom: .5rem !important;
  }
  
  .j-p-sm-3{
    padding: 1rem !important;
  }
  .j-pl-sm-3, .j-px-sm-3 {
    padding-left: 1rem !important;
  }
  .j-pr-sm-3, .j-px-sm-3 {
    padding-right: 1rem !important;
  }
  .j-pt-sm-3, .j-py-sm-3 {
    padding-top: 1rem !important;
  }
  .j-pb-sm-3, .j-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  
  .j-p-sm-4{
    padding: 1.5 !important;
  }
  .j-pl-sm-4, .j-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .j-pr-sm-4, .j-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .j-pt-sm-4, .j-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .j-pb-sm-4, .j-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .j-m-sm-0 {
    margin: 0 !important; 
  }
  .j-ml-sm-0, .j-mx-sm-0 {
    margin-left: 0 !important;
  }
  .j-mr-sm-0, .j-mx-sm-0 {
    margin-right: 0 !important;
  }
  .j-mt-sm-0, .j-my-sm-0 {
    margin-top: 0 !important;
  }
  .j-mb-sm-0, .j-my-sm-0 {
    margin-bottom: 0 !important;
  }
  
  .j-m-sm-1{
    margin: .25rem !important;
  }
  .j-ml-sm-1, .j-mx-sm-1 {
    margin-left: .25rem !important;
  }
  .j-mr-sm-1, .j-mx-sm-1 {
    margin-right: .25rem !important;
  }
  .j-mt-sm-1, .j-my-sm-1 {
    margin-top: .25rem !important;
  }
  .j-mb-sm-1, .j-my-sm-1 {
    margin-bottom: .25rem !important;
  }
  
  .j-m-sm-2{
    margin: .5rem !important;
  }
  .j-ml-sm-2, .j-mx-sm-2 {
    margin-left: .5rem !important;
  }
  .j-mr-sm-2, .j-mx-sm-2 {
    margin-right: .5rem !important;
  }
  .j-mt-sm-2, .j-my-sm-2 {
    margin-top: .5rem !important;
  }
  .j-mb-sm-2, .j-my-sm-2 {
    margin-bottom: .5rem !important;
  }
  
  .j-m-sm-3{
    margin: 1rem !important;
  }
  .j-ml-sm-3, .j-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .j-mr-sm-3, .j-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .j-mt-sm-3, .j-my-sm-3 {
    margin-top: 1rem !important;
  }
  .j-mb-sm-3, .j-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  
  .j-m-sm-4{
    margin: 1.5rem !important;
  }
  .j-ml-sm-4, .j-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .j-mr-sm-4, .j-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .j-mt-sm-4, .j-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .j-mb-sm-4, .j-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .product-grid-item .price, .product-grid-item .price-new {
    font-size: 18px!important;
    align-items: center !important;
    display: flex !important;
  }
  
}

@media (max-width: 776px) {
  .user-modal-body {
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 13px 13px 0 0;
    max-height: 70%;
    padding: 40px 28px 60px 28px;
  }
  .user-location__hr {
    width: 65%;
  }
  .user-location-bar {
    padding: 9px 10px;
    font-size: 13px;
    background-color: #1B4677;
    margin-top: -1px;
  }
  .current-location-text {
    /*font-weight: 600;*/
  }
  .header {
    box-shadow: none!important;
  }
  .current-location-box > img {
    width: 12px;
    height: 16px;
  }
  .user-modal-body {
    top: auto;
    bottom: -100%;
  }
  .user-location-modal.active .user-modal-body {
    top: auto;
    bottom: 0;
  }
}
.hide {
  display: none !important;
}