@import url(https://fonts.googleapis.com/css2?family=Monda:wght@400;

700&display=swap);
@charset "UTF-8";
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  overflow-x: hidden;
  font-family: "Monda", sans-serif;
  background: #ffffff;
  max-width: 100vw;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 63px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: #000;
  font-family: "Monda", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ff0000;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  margin-top: -7px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin-top: -6px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  margin-top: -5px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
}

p {
  margin-top: -8px;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    margin-top: -16px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    margin-top: -7px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    margin-top: -4px;
  }

  h4 {
    font-size: 24px;
    margin-top: -5px;
  }

  h5 {
    font-size: 22px;
    margin-top: -4px;
  }

  h6 {
    font-size: 20px;
    margin-top: -3px;
  }
}

a {
  display: inline-block;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea {
  width: 100%;
}

select,
input,
textarea,
button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}

button {
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0 30px;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #555555;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-left: 10px;
}

input:focus {
  border: 1px solid #0068e1;
}

input[type=submit] {
  cursor: pointer;
  background-color: #1893f0;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_fixed {
  background-attachment: fixed;
}

.left_center {
  background-position: left center;
}

.right_center {
  background-position: right center;
}

.left_top {
  background-position: left top;
}

.right_top {
  background-position: right top;
}

.left_bottom {
  background-position: left bottom;
}

.right_bottom {
  background-position: right bottom;
}

.title-overlay::before,
.overlay-3::before,
.footer-widget .title::before,
.color-tooltip::before,
.overlay-effects::after,
.overlay-effects::before,
.order-track-item .thumb::before {
  position: absolute;
  content: "";
}

.section-header-2,
.social-icons,
.footer-bottom,
.footer-gallery,
.header-top-wrap .right-side ul,
.header-wrapper,
.shortcut-icons,
.mobile-menu .mobile-menu-header,
.mobile-menu .quick-links ul,
.widget-check-group,
.price-range,
.filter-category-header,
.ratings-area,
.single-product-item,
.single-product-item .thumb,
.main-sections,
.todays-deal .item,
.owl-dots,
.product-item-2.list-style .product-item-2-inner,
.countdown,
.best-sell-item .best-sell-inner,
.cart-plus-minus,
.cart-and-coupon,
.review-item,
.review-item .content .entry-meta,
.cart-item,
.checkgroup,
.payment-details ul li,
.dashboard-item .dashboard-header,
.dashboard-item.item-lg,
.compare-specification li,
.contact-group,
.contact-group .multi-group,
.loader-frame {
  display: flex;
  flex-wrap: wrap;
}

.bg-overlay::after,
.widget-check-color label,
.widget-check-color label img,
.widget-check-color input:checked + label::before,
.loader-frame {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.padding-top-half {
  padding-top: 40px;
}

.padding-bottom-half {
  padding-bottom: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 100px;
  }

  .padding-bottom {
    padding-bottom: 100px;
  }

  .padding-top-half {
    padding-top: 50px;
  }

  .padding-bottom-half {
    padding-bottom: 50px;
  }
}

.mb-30-none {
  margin-bottom: -30px !important;
}

.mb-40-none {
  margin-bottom: -40px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.tab-item {
  display: none;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

.tab-item.active {
  display: block;
}

.tab-menu li {
  cursor: pointer;
}

body *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 104, 225, 0.3);
  background-color: #f5f5f5;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #0068e1;
}

body *::-webkit-scrollbar-button {
  background-color: #0068e1;
}

body *::-webkit-scrollbar-thumb {
  background-color: #0068e1;
}

*::-moz-selection {
  background-color: #ff0000;
  color: #ffffff;
}

*::selection {
  background-color: #ff0000;
  color: #ffffff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.c-thumb {
  overflow: hidden;
}

.c-thumb a {
  display: block;
}

.c-thumb img {
  width: 100%;
  transition: all ease 0.3s;
}

@media (min-width: 992px) {
  .mw-lg-100 {
    max-width: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.overlay.active {
  display: block;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

.bg-overlay {
  position: relative;
  overflow: hidden;
}

.bg-overlay::after {
  background: rgba(0, 0, 0, 0.831);
  width: 101%;
  height: 101%;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

.bg-theme-one {
  background: #0068e1;
}

.section-bg {
  background: #f8f8f8;
}

.body-bg {
  background: #ffffff;
}

.oh {
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.section-header .title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-header p {
  line-height: 1.5;
}

.section-header.mb-low {
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 50px;
  }

  .section-header.mb-low {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 65px;
  }

  .section-header .title {
    margin-bottom: 25px;
  }

  .section-header.mb-low {
    margin-bottom: 45px;
  }
}

.section-header.left-style {
  margin-left: 0;
  text-align: left;
}

.section-header-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -10px 20px;
}

.section-header-2 .title {
  text-transform: capitalize;
  max-width: 800px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.section-header-2 .custom-button {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.section-header-2 .countdown {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .section-header-2 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}

.nulla-list {
  margin-bottom: 33px;
}

.nulla-list li {
  position: relative;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 12px;
}

.nulla-list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.nulla-list li:last-child {
  margin-bottom: -8px;
}

.nulla-list:last-child {
  margin-bottom: 0;
}

.social-icons {
  margin: -3px;
}

.social-icons li {
  padding: 3px;
}

.sync2 .thumbs {
  padding: 2px;
}

.sync2 .thumbs img {
  border: 1px solid #e5e5e5;
}

.social-icons li a {
  border-radius: 50%;
}

.social-icons li a i {
  width: 38px;
  height: 38px;
  line-height: 36px;
  color: #ffffff !important;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  text-align: center;
}

.social-icons li a i[class*=facebook] {
  background: #3b5998;
}

.social-icons li a i[class*=twitter] {
  background: #55acee;
}

.social-icons li a i[class*=linkedin] {
  background: #007bb5;
}

.social-icons li a i[class*=google] {
  background: #dd4b39;
}

.social-icons li a i[class*=behance] {
  background: #1769ff;
}

.social-icons li a i[class*=instagram] {
  background: #e4405f;
}

.social-icons li a i[class*=vimeo] {
  background: #1ab7ea;
}

.social-icons li a i[class*=pinterest] {
  background: #007bb5;
}

.social-icons li a i[class*=star] {
  background: #ffc363;
}

.social-icons li a:hover {
  color: #ffffff;
  background: #ff0000;
}

.footer-copyright .social-icons {
  padding: 0 15px 15px;
}

.title-bg {
  background: #000;
}

.title-overlay {
  position: relative;
}

.title-overlay::before {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.83);
}

.title-overlay .container,
.title-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

.overlay-3 {
  position: relative;
}

.overlay-3::before {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-3 .container,
.overlay-3 .container-fluid {
  position: relative;
  z-index: 1;
}

.cl-white {
  color: #ffffff;
}

.cl-theme {
  color: #ff0000;
}

.cl-1 {
  color: #0068e1;
}

.cl-2 {
  color: #be2edd;
}

.cl-3 {
  color: #0068e1;
}

.cl-4 {
  color: #1e90ff;
}

.cl-5 {
  color: #381087;
}

.bg-theme {
  background: #ff0000;
}

.bg-1 {
  background: #0068e1;
}

.bg-2 {
  background: #be2edd;
}

.bg-3 {
  background: #0068e1;
}

.bg-4 {
  background: #1e90ff;
}

.bg-5 {
  background: #381087;
}

.bg-white {
  background: #ffffff;
}

.footer-top {
  padding: 100px 0 50px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-top .logo {
  margin: 0 auto 30px;
}

.footer-bottom {
  justify-content: space-between;
  padding: 100px 0 50px;
  margin: 0 -15px;
}

.footer-widget {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .footer-widget {
    width: 50%;
  }
}

.footer-widget .logo {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .footer-widget.widget-link {
    max-width: 220px;
  }

  .footer-widget.widget-about {
    max-width: 580px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer-widget.widget-link {
    width: 200px;
  }

  .footer-widget.widget-link.widget-contact {
    max-width: 250px;
    width: 100%;
  }

  .footer-widget.widget-about {
    width: 300px;
  }
}

.footer-widget .title {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.footer-widget .title::before {
  width: 100px;
  height: 3px;
  background: #fff;
  bottom: 7px;
}

@media (max-width: 767px) {
  .footer-widget .title {
    padding-bottom: 25px;
  }
}

.footer-widget p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget ul li,
.footer-widget ul li a {
  display: flex;
  word-break: break-all;
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget ul li i {
  margin-top: 5px;
  font-size: 18px;
  position: relative;
  top: -6px;
}

.footer-widget ul li i,
.footer-widget ul li a i {
  color: #fff;
  margin-right: 9px;
}

.footer-widget ul li {
  padding: 3px 0;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget .logo {
  margin-bottom: 30px;
}

.footer-widget .social-icons {
  margin: -3px;
}

.footer-widget .social-icons li {
  padding: 3px;
}

.footer-widget .social-icons li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}

.footer-copyright {
  padding: 20px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright .copyright-area {
  margin: 0 -15px;
}

.footer-copyright .left,
.footer-copyright .right {
  padding: 0 15px;
  margin-bottom: 15px;
}

.footer-copyright .left p,
.footer-copyright .right p {
  margin: 0;
}

.footer-copyright .right img {
  max-width: 200px;
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright p a {
  color: #ff0000;
}

.footer-overlay {
  background: #1e272e;
}

.footer-gallery {
  margin: -5px;
  margin-bottom: 20px;
}

.footer-gallery li {
  padding: 5px !important;
  width: calc(100% / 3);
}

.footer-gallery li a {
  display: block;
}

.footer-gallery li img {
  width: 100%;
}

.menu li a {
  color: #000;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    font-size: 14px;
  }

  .menu li a {
    padding: 5px 15px 5px 0;
    color: #ffffff;
    display: block;
    display: flex;
    justify-content: space-between;
  }

  .menu li a::after {
    color: #ffffff;
  }

  .menu li a.header-button {
    text-align: center;
    background: #ff0000 !important;
    color: #ffffff !important;
  }

  .menu li .submenu {
    display: none;
    padding-left: 20px;
  }

  .menu li .submenu li:last-child {
    border: none;
  }

  .menu li .submenu li a {
    text-transform: capitalize;
    padding: 4px 15px 4px 0;
  }

  .menu li .submenu li.open > a {
    padding: 5px 15px;
  }

  .menu li.open > a {
    background: #ffffff;
    color: #000;
    padding: 5px 15px;
  }

  .menu li.open > a::after {
    color: #000;
  }

  .menu li .header-button {
    background: #ff0000;
    color: #ffffff;
    padding-left: 25px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .menu li {
    padding: 5px;
    position: relative;
  }

  .menu li a {
    padding: 10px 5px;
    font-weight: 500;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .menu li a {
    padding: 10px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu li a {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {
  .menu li a.header-button {
    background: #1893f0;
    padding: 12px 40px;
    margin-left: 20px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu li a.header-button {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    box-shadow: 0 0 20px rgba(0, 104, 225, 0.2);
  }

  .menu li .submenu li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    padding: 0;
  }

  .menu li .submenu li a {
    padding: 5px 10px 5px 15px;
    color: #000;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }

  .menu li .submenu li a.active {
    padding-left: 20px;
    background: #0068e1;
    color: #ffffff;
  }

  .menu li .submenu li a.active::after {
    color: #ffffff;
  }

  .menu li .submenu li:hover {
    border-color: #0068e1;
  }

  .menu li .submenu li:hover > a {
    padding-left: 20px;
    background: #0068e1;
    color: #ffffff;
  }

  .menu li .submenu li:hover > a::after {
    color: #ffffff;
  }

  .menu li .submenu li:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .menu li .submenu li .submenu {
    top: -1px;
    left: 100%;
  }

  .menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.menu-item-has-children > a {
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "";
  font-weight: 600;
  font-family: "Line Awesome Free";
  margin-left: 5px;
}

.header-bar {
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.header-bar span {
  display: inline-block;
  height: 3px;
  width: 100%;
  transition: all ease 0.3s;
  background-color: #000;
  position: absolute;
  left: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  transform: rotate(45deg) translate(6px, 13px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-top-wrap .left-side .select-item {
  height: 35px;
}

.header-top-wrap .left-side .select-item .select-bar {
  height: 35px;
  background: transparent;
}

.header-top-wrap .left-side .select-item .select-bar::after {
  border-color: rgba(255, 255, 255, 0.9);
}

.header-top-wrap .left-side .select-item .select-bar .current {
  display: block;
  line-height: 35px;
  color: #ffffff !important;
}

.header-top-wrap .left-side .select-item .select-bar .option {
  padding-top: 0;
  padding-bottom: 0;
}

.header-top-wrap .right-side ul {
  font-size: 14px;
}

.header-top-wrap .right-side ul li a {
  color: #ffffff;
  font-weight: 500;
  padding: 5px 10px;
}

.header-wrapper {
  position: relative;
  z-index: 9;
}

.header-wrapper .logo {
  max-width: 180px;
}

.header-wrapper .logo a {
  display: block;
}

.header-wrapper .logo img {
  width: 100%;
}

.shortcut-icons {
  align-items: center;
}

.shortcut-icons li {
  padding: 5px;
}

.shortcut-icons li a {
  padding: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.shortcut-icons li a i {
  font-size: 30px;
  line-height: 1;
}

.shortcut-icons li a .amount {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 22px;
  width: 22px;
  font-size: 12px;
  background: #381087;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .shortcut-icons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #0068e1;
    padding: 0;
    border-top: 1px solid #ffffff30;
  }

  .shortcut-icons li {
    text-align: center;
    flex-grow: 1;
  }
}

.header-search-form {
  position: relative;
  width: calc(100% - 40px);
}

@media (min-width: 992px) {
  .header-search-form {
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .header-search-form {
    max-width: 580px;
  }
}

.header-search-form input {
  height: 45px;
}

.header-search-form .select-item {
  height: 45px;
  position: absolute;
  right: 45px;
  top: 0;
}

.header-search-form .select-item .select-bar {
  height: 45px;
  padding-right: 40px;
  border-radius: 30px 0 0 30px;
  border: 0;
}

.header-search-form .select-item .select-bar::after {
  right: 20px;
}

.header-search-form .select-item .select-bar .list {
  min-width: 100%;
  width: auto;
  max-height: 300px;
}

.header-search-form .select-item .select-bar .current {
  line-height: 45px;
  max-width: 100px;
  overflow: hidden;
  display: block;
}

.header-search-form .select-item .select-bar .current .option {
  padding-top: 0;
  padding-bottom: 0;
}

.header-form-group {
  position: relative;
}

.header-form-group input {
  padding: 0 225px 0 25px;
  height: 45px;
  border-radius: 30px;
  border: none;
  background: #ffffff;
}

@media screen and (max-width: 400px) {
  .header-form-group input {
    padding: 0 130px 0 15px;
  }
}

.header-form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  padding: 0;
  border-radius: 0 30px 30px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 24px;
}

.nice-select .list {
  z-index: 99999;
}

.nice-select .list li {
  padding-top: 0;
  padding-bottom: 0;
}

.header-middle {
  position: relative;
}

header {
  position: relative;
  z-index: 999;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 9999;
  background: #0068e1;
  padding: 40px 20px 20px;
  overflow-y: auto;
  transition: 0.7s ease-in;
  transform: translateX(-101%);
}

.mobile-menu .mobile-menu-header {
  padding: 20px 0;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  width: 87%;
  z-index: 999;
}

.mobile-menu .mobile-menu-header .logo {
  width: 180px;
}

.mobile-menu .mobile-menu-header .logo a {
  display: block;
}

.mobile-menu .mobile-menu-header .logo img {
  width: 100%;
}

.mobile-menu .mobile-menu-header .select-item {
  height: 35px;
}

.mobile-menu .mobile-menu-header .select-item .select-bar {
  height: 35px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu .mobile-menu-header .select-item .select-bar::after {
  border-color: rgba(255, 255, 255, 0.9);
}

.mobile-menu .mobile-menu-header .select-item .select-bar .current {
  display: block;
  line-height: 35px;
  color: #ffffff !important;
}

.mobile-menu .mobile-menu-header .select-item .select-bar .option {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-menu .mobile-menu-header .mobile-menu-close {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #9b9b9b !important;
}

.mobile-menu .quick-links {
  padding: 20px 0;
}

.mobile-menu .quick-links ul {
  margin: -3px -15px;
}

.mobile-menu .quick-links ul li {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 24px;
}

.mobile-menu .quick-links ul li a {
  text-decoration: underline;
  color: #ffffff;
}

.mobile-menu .menu li:last-child {
  border: none;
}

.mobile-menu.active {
  transform: translateX(0);
}

.active_lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  align-items: center;
}

.active_lang .img {
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.active_lang img {
  width: 100%;
}

.active_lang span {
  padding-left: 10px;
  margin-right: 5px;
}

.language_setting {
  position: relative;
  z-index: 9999;
}

.language_setting ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: auto;
  background: #ffffff;
  font-size: 14px;
  display: none;
}

.language_setting ul li {
  padding: 0;
}

.language_setting ul li a {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid #0068e1;
  border-right: 2px solid #0068e1;
  align-items: center;
}

.language_setting ul li .img {
  width: 25px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.language_setting ul li img {
  width: 100%;
}

.language_setting ul li span {
  padding-left: 10px;
}

.language_setting ul.active {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  display: block;
}

.header-bottom {
  transition: all ease 0.3s;
}

.header-bottom.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.view-category a {
  background: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
  margin-right: 10px;
  border-radius: 5px;
  color: #000;
}

.mobile-menu .nav-tabs {
  margin-top: 30px;
  justify-content: center;
}

.mobile-menu .nav-tabs li {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu .nav-tabs li a {
  background: transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #fff;
}

.mobile-menu .nav-tabs li a.active {
  background: #fff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #000;
}

.mobile-menu .left-category .categories {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.mobile-menu .left-category .categories li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu .left-category .categories li a {
  color: #ffffff !important;
}

.mobile-menu .left-category .categories li a i {
  color: #ffffff !important;
}

.mobile-menu .left-category .categories li.cate-icon::after {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent !important;
}

.mobile-menu .left-category .categories ul {
  background: transparent !important;
}

.slide-item .banner-content {
  max-width: 440px;
}

.slide-item .banner-content .title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.slide-item .banner-content p {
  margin-bottom: 30px;
}

.slide-item .banner-content .custom-button:hover {
  color: #ffffff;
  background: rgba(0, 104, 225, 0.6);
  border-color: #0068e1;
}

@media (max-width: 991px) {
  .filter-category-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .slide-item {
    position: relative;
  }

  .slide-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .slide-item .banner-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
  }

  .slide-item .banner-content .title {
    color: #ffffff;
  }
}

.fade--up,
.fade--down,
.fade--right,
.fade--left {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  opacity: 0;
}

.owl-item.active .fade--up,
.owl-item.active .fade--down,
.owl-item.active .fade--right,
.owl-item.active .fade--left {
  opacity: 1;
}

.owl-item.active .fade--up {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}

.owl-item.active .fade--down {
  animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
}

.owl-item.active .fade--left {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
}

.owl-item.active .fade--right {
  animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #ff0000;
}

.cl-white .title {
  color: #ffffff;
}

.category-sidebar {
  position: sticky;
}

@media (max-width: 1199px) {
  .category-sidebar {
    position: fixed;
    left: 0;
    top: 0 !important;
    background: #ffffff;
    padding: 30px;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    max-height: 100vh;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.7s ease-in;
  }

  .category-sidebar.active {
    transform: translateX(0);
  }
}

.filter-in {
  font-size: 24px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 5px;
  margin: 1px;
  cursor: pointer;
}

.close-sidebar {
  color: #ff0000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.widget {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(22, 26, 57, 0.1);
  margin-bottom: 30px;
}

.widget .title {
  padding-bottom: 18px;
  border-bottom: 2px dashed rgba(0, 104, 225, 0.2);
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .ui-state-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: #0068e1;
  box-shadow: 0 9px 20px 0 rgba(22, 26, 57, 0.36);
  outline: none;
  cursor: pointer;
  top: -9px;
  position: absolute;
  z-index: 1;
}

.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  top: 3px;
  left: 3px;
  display: block;
}

.widget .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  margin-right: 20px;
  margin-bottom: 25px;
}

.widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  background: rgba(0, 104, 225, 0.2);
  width: calc(100% + 20px);
}

.widget .ui-slider-range {
  height: 3px;
  background: #0068e1;
  position: relative;
  z-index: 1;
}

.widget-check-group {
  align-items: center;
  margin-bottom: 6px;
}

.widget-check-group:last-child {
  margin-bottom: 0;
}

.widget-check-group input {
  width: 14px;
  height: 14px;
  position: relative;
  border: none;
}

.widget-check-group input::after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #fff;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  font-family: "Line Awesome Free";
  border: 1px solid #a2a2a2;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.widget-check-group input:checked::after {
  background: #0068e1;
  border-color: #0068e1;
}

.widget-check-group label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 8px;
  font-size: 14px;
  color: #171d1c;
  font-weight: 500;
}

.price-range {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.price-range label {
  margin: 0;
  font-weight: 500;
  color: #171d1c;
}

.price-range input {
  height: unset;
  width: unset;
  padding: 7px;
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 500;
  color: #171d1c;
  padding-right: 0;
}

.bg-red {
  background: #f53b57;
}

.bg-green {
  background: #0be881;
}

.bg-blue {
  background: #212fb4;
}

.bg-yellow {
  background: #dec32b;
}

.bg-grey {
  background: grey;
}

.bg-purple {
  background: purple;
}

.bg-lime {
  background: lime;
}

.bg-navy {
  background: #d8e0f3;
}

.filter-category li {
  padding: 0;
}

.filter-category li a {
  padding: 3px 15px 3px 0;
  color: #000;
  display: block;
}

.filter-category li a:hover {
  padding-left: 5px;
  color: #0068e1;
}

.filter-category li.cate-icon > a {
  font-size: 15px;
  padding-left: 15px;
}

.filter-category .sub-category {
  padding-left: 30px;
}

.filter-category .sub-category li a {
  padding: 0 15px 0 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #555555;
}

.filter-category .sub-category li a::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #000;
  transition: all ease 0.3s;
}

.filter-category .sub-category li a:hover {
  color: #0068e1;
  padding-left: 5px;
}

.filter-category .sub-category li a:hover::before {
  background: #0068e1;
}

.filter-category .sub-category li.open > a {
  padding: 5px 15px;
}

.filter-category-header {
  justify-content: space-between;
  margin: 0 -15px 30px;
}

.filter-category-header .fileter-select-item {
  padding: 0 15px 15px;
}

.fileter-select-item .label {
  display: block;
  margin-bottom: 10px;
}

.fileter-select-item .select-bar {
  width: 100%;
  min-width: 150px;
}

@media (max-width: 991px) {
  .fileter-select-item .select-bar {
    min-width: 140px;
  }
}

@media (max-width: 575px) {
  .fileter-select-item .select-bar {
    min-width: 90px;
  }
}

.view-style {
  border: none !important;
  margin: -5px !important;
}

.view-style li {
  padding: 5px !important;
  background: transparent !important;
}

.view-style li a {
  color: #000;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 40px;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 5px;
}

.view-style li a.active {
  background: #0068e1 !important;
  color: #ffffff;
}

.view-number {
  margin: -3px;
  display: flex;
}

.view-number li {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.view-number li .bar {
  display: inline-block;
  margin: 3px;
  width: 5px;
  height: 20px;
  background: rgba(0, 104, 225, 0.3);
}

.view-number li.active .bar {
  background: #0068e1;
}

.select-bar .list {
  min-width: 100%;
  max-height: 150px;
  overflow-y: auto;
  color: #000;
}

.select-bar .list li {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: center;
}

.select-bar .current {
  color: #000 !important;
}

.select-bar::after {
  border-color: #000;
}

.subscribe-form {
  max-width: 515px;
  position: relative;
}

.subscribe-form input {
  height: 60px;
  border: none;
  background: #ffffff;
  padding: 0 25px;
  border-radius: 5px;
}

.subscribe-form button {
  color: #ffffff;
  height: 60px;
  background: #ff0000;
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 400px) {
  .subscribe-form input {
    height: 70px;
    padding: 0 170px 0 25px;
    border-radius: 35px;
  }

  .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    border-radius: 0 35px 35px 0;
    margin: 0;
    width: unset;
  }
}

@media (max-width: 991px) {
  .newsletter-header {
    margin-bottom: 30px;
  }
}

.newsletter-section {
  padding: 70px 0;
}

.newsletter-section .title {
  margin: 0;
  color: #ffffff;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb--50 {
  margin-bottom: -50px;
}

.product-item {
  width: calc(100% / 3);
}

.product-item .product-inner {
  position: relative;
  margin: 15px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background: rgba(255, 0, 0, 0.8);
}

.product-item .product-inner .badge {
  z-index: 1;
}

.product-item .product-inner img {
  width: 100%;
  transition: all ease 0.3s;
}

.product-item .product-inner a {
  display: block;
}

.product-item .product-inner .product-content {
  position: absolute;
  width: 100%;
  padding: 30px 15px;
  left: 0;
  bottom: 0;
}

.product-item .product-inner .product-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
}

.product-item .product-inner .cont-top {
  transition: all ease 0.5s;
}

.product-item .product-inner .cont-bottom {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  border-radius: 6px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: all ease 0.5s;
  transform: translateY(25px);
}

.product-item .product-inner .cont-bottom .price {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.product-item .product-inner .cont-bottom .price del {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.7);
}

.product-item .product-inner:hover .wish-react {
  opacity: 1;
  transform: translateX(0);
}

.product-item .product-inner:hover .wish-react li {
  transform: translateX(0);
}

.product-item .product-inner:hover img {
  transform: scale(1.07);
}

.product-item .product-inner:hover .product-content .cont-top {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.product-item .product-inner:hover .product-content .cont-bottom {
  opacity: 1;
  transform: translateY(0);
}

.product-item.style-two {
  width: calc((100% / 3) * 2);
}

@media (max-width: 767px) {
  .product-item {
    width: calc(100% / 2);
  }

  .product-item.style-two {
    width: 100%;
  }

  .product-wrapper {
    margin: -5px;
  }

  .product-item .product-inner {
    margin: 5px;
  }
}

@media (max-width: 991px) {
  .product-wrapper {
    margin: -5px !important;
  }

  .product-item .product-inner {
    margin: 5px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .main-sections {
    padding: 30px 15px 30px !important;
  }

  .product-wrapper {
    margin: -5px;
  }

  .product-item .product-inner {
    margin: 5px;
  }

  .all-sections {
    padding: 0 15px !important;
  }

  .product-item.style-two {
    width: 100%;
  }
}

.product-wrapper {
  overflow: hidden;
  margin: -15px;
}

@media (min-width: 500px) and (max-width: 767px) {
  .product-wrapper {
    margin: -7px;
  }

  .product-item {
    width: calc(100% / 2);
    padding: 7px;
  }

  .product-item .product-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  .product-item .product-inner a {
    height: 100%;
  }

  .product-item .product-inner a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product-item:nth-of-type(6n + 1) .product-inner,
  .product-item:nth-of-type(6n + 4) .product-inner {
    height: 200px;
  }

  .product-item:nth-of-type(6n + 2) .product-inner,
  .product-item:nth-of-type(6n + 3) .product-inner {
    height: 300px;
  }

  .product-item:nth-of-type(6n + 5) .product-inner,
  .product-item:nth-of-type(6n + 6) .product-inner {
    height: 250px;
  }
}

@media (max-width: 499px) {
  .product-wrapper {
    margin: -7px;
  }

  .product-item {
    width: 100% !important;
    padding: 7px;
  }
}

.badge--lg {
  padding: 5px 10px;
  font-size: 14px;
}

.badge--sm {
  padding: 5px 10px;
}

.abs--badge {
  position: absolute;
  top: 15px;
  left: 15px;
}

.nav-tabs {
  border: none;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.nav-tabs li {
  padding: 0;
  background: #e5e5e5;
  border: none;
}

@media (max-width: 767px) {
  .nav-tabs li {
    flex-grow: 1;
    text-align: center;
  }
}

.nav-tabs li a {
  padding: 7px 20px;
  color: #000;
  background: transparent;
}

.nav-tabs li a.active {
  background: #0068e1;
  color: #fff;
}

@media (max-width: 767px) {
  .nav-tabs li a {
    font-size: 14px;
    padding: 7px 15px;
    display: block;
  }
}

.ratings {
  color: #ffc363;
  font-size: 14px;
}

.cart-sidebar-area {
  background-color: #0068e1;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 99999;
  transition: 0.7s ease;
  transform: translateX(350px);
}

.cart-sidebar-area .custom-button {
  font-size: 14px;
  background: #ffffff;
  color: #000;
}

.cart-sidebar-area .custom-button:hover {
  color: #ffffff;
  border-color: #ff0000;
}

.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.cart-sidebar-area .btn-wrapper {
  margin-top: 40px;
}

.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 35px;
}

.cart-sidebar-area .top-content .logo {
  max-width: 160px;
}

.cart-sidebar-area .top-content .logo img {
  width: 100%;
}

.side-sidebar-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.cart-products .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
}

.single-product-item {
  min-height: 80px;
  margin-bottom: 20px;
}

.single-product-item .thumb {
  width: 100px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
}

.single-product-item .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.single-product-item .content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.single-product-item .content .price .pprice {
  color: #ffffff;
}

.single-product-item .content .title {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.single-product-item .content .remove-button {
  display: inline-block;
  font-size: 10px;
  color: #000;
  background-color: #ffffff;
  padding: 2px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.3s ease-in;
}

.single-product-item .content .remove-button:hover {
  opacity: 0.8;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH);
}

.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.single-product-item .content .price .dprice {
  color: rgba(255, 255, 255, 0.9);
  font-size: 84%;
}

.main-sections .left-category,
.main-sections .right-category {
  width: 100%;
  position: relative;
  z-index: 99;
}

.main-sections {
  padding: 30px 30px 80px;
}

.main-sections .all-sections {
  padding: 0 30px;
}

.main-sections .section-title {
  margin: 0;
  padding: 10px;
  text-align: center;
  background: #0068e1;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (max-width: 1199px) {
  .main-sections .all-sections {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-sections {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .main-sections {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sticky {
  position: sticky;
}

.related-slide-item {
  padding: 10px;
  color: #000;
  background: aliceblue;
  border-radius: 3px;
}

.right-category .close-category,
.left-category .close-category {
  color: #ffffff;
  position: absolute;
  top: 13px;
  left: 18px;
  line-height: 1;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .right-category .close-category,
  .left-category .close-category {
    display: none;
  }
}

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

.left-category .close-category {
  right: 18px;
  left: unset;
}

.left-category .categories {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.left-category .categories li {
  padding: 0;
  position: relative;
}

.left-category .categories li a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 10px 15px;
  color: #000;
  padding-left: 40px;
}

.left-category .categories li a i {
  margin-right: 12px;
  color: #0068e1;
  font-size: 18px;
  position: absolute;
  left: 15px;
}

.left-category .categories li a:hover {
  background: #0068e1;
  color: #ffffff;
}

.left-category .categories li a:hover i {
  color: #ffffff;
}

.left-category .categories li .sub-category {
  background: #363636;
}

@media (min-width: 1200px) {
  .left-category .categories li .sub-category {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1200px) {
  .left-category .categories li .sub-category {
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
  }

  .left-category .categories li:hover > .sub-category {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }

  .left-category .categories li:hover > .sub-category.reverse-direction {
    left: unset;
    right: 50%;
  }

  .cate-icon {
    display: none;
  }
}

@media (max-width: 1199px) {
  .left-category .categories li .sub-category {
    display: none;
    position: relative;
  }

  .left-category .categories > li > .sub-category {
    padding-left: 20px;
  }

  .left-category .categories > li > .sub-category::before {
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    content: "";
    background: rgba(0, 104, 225, 0.3);
    left: 20px;
  }
}

@media (max-width: 1199px) {
  .left-category .categories .cate-icon-wrapper {
    position: relative;
  }

  .cate-icon {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
  }

  .left-category .categories .cate-icon-wrapper > .cate-icon {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .cate-icon {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 1199px) {
  .left-category .categories {
    border: 1px solid #e5e5e5 !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-category .categories {
    border: 1px solid #e5e5e5 !important;
  }
}

.todays-deal {
  background: #ffffff;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .todays-deal {
    border-radius: 0;
  }
}

.todays-deal .item {
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.todays-deal .item:last-child {
  margin-bottom: 0;
}

.todays-deal .item .thumb {
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(0, 104, 225, 0.1);
}

.todays-deal .item .thumb img {
  transition: all ease 0.3s;
}

.todays-deal .item .cont {
  width: calc(100% - 80px);
  color: #000;
  padding-left: 15px;
}

.todays-deal .item .cont .title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.todays-deal .item .cont .price {
  color: #0068e1;
  font-size: 16px;
}

.todays-deal .item .cont del {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.7);
}

.todays-deal .item:hover img {
  transform: scale(1.1);
}

.p--15--30 {
  padding: 15px;
}

@media (min-width: 1200px) {
  .p--15--30 {
    padding: 30px;
  }
}

.owl-dots {
  position: absolute;
  justify-content: center;
  bottom: 20px;
  z-index: 3;
  width: 100%;
}

.owl-dots .owl-dot {
  width: 14px;
  height: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1px;
  margin: 3px;
}

.owl-dots .owl-dot.active {
  background: #ff0000;
}

.left-toggle,
.right-toggle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .left-toggle,
  .right-toggle {
    width: unset;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
  }
}

.cross-button {
  text-align: center;
  display: block;
  color: #ff0000;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 1;
}

.left-aside .cross-button {
  left: auto;
  right: 5px;
}

@media (max-width: 1199px) {
  .right-category {
    position: relative !important;
    top: 0;
    overflow: auto;
    max-height: 100%;
  }

  .right-category .sticky {
    top: unset !important;
  }

  .right-category {
    right: 0;
  }

  .right-category.active {
    transform: translateX(0);
    min-height: 100vh;
    background: #fff;
    z-index: 99999;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-category.home-category {
    position: absolute;
  }
}

.rounded--5 {
  border-radius: 5px;
}

.line-limitation-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.owl-next,
.owl-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  color: #000;
  border-radius: 50%;
  transition: all ease 0.3s;
  border: 1px solid #e5e5e5;
  opacity: 0;
}

.owl-next.active,
.owl-next:hover,
.owl-prev.active,
.owl-prev:hover {
  border-color: #ff0000;
  background: #ff0000;
}

.owl-next {
  transform: translateX(45px);
}

.owl-prev {
  transform: translateX(-45px);
}

.owl-theme:hover .owl-next,
.owl-theme:hover .owl-prev {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .owl-next,
  .owl-prev {
    opacity: 1;
    transform: translateX(0);
  }
}

.owl-nav {
  margin-top: -25px;
  height: 0;
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.latest-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}

.latest-item a {
  display: block;
  overflow: hidden;
}

.latest-item img {
  width: 100%;
  transition: all ease 0.3s;
}

.latest-item .badge {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 20px;
  background: #ffffff;
  color: #000;
  z-index: 1;
}

.latest-item:hover .badge {
  background: #000;
  color: #ffffff;
}

.latest-item:hover img {
  transform: scale(1.1);
}

.wish-react {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: -5px;
  text-align: center;
  opacity: 0;
  transition: all ease 0.3s;
  transform: translateX(70px);
  z-index: 1;
}

.wish-react li {
  padding: 5px;
  transition: all ease 0.3s;
}

.wish-react li a,
.wish-react li button {
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  outline: none;
  border-radius: 3px;
}

.wish-react li a:hover,
.wish-react li button:hover {
  background: #ffffff;
  color: #000;
}

.wish-react li:nth-of-type(3n + 2) {
  transform: translateX(100%);
}

.wish-react li:nth-of-type(3n + 3) {
  transform: translateX(200%);
}

.wish-react.wish-lg li a,
.wish-react.wish-lg li button {
  width: 40px;
  line-height: 40px;
  height: 40px;
}

.wish-buttons-in:hover .wish-react {
  transform: translateX(0);
  opacity: 1;
}

.wish-buttons-in:hover .wish-react li:nth-of-type(3n + 2),
.wish-buttons-in:hover .wish-react li:nth-of-type(3n + 3) {
  transform: translateX(0);
}

.product-item-2 {
  margin: 15px;
}

.product-item-2 .badge {
  position: absolute;
  left: 35px;
  top: 35px;
  padding: 8px 15px;
  color: #ffffff;
  z-index: 1;
}

.product-item-2 .badge.badge--sm {
  padding: 5px 10px;
  font-size: 10px;
}

.product-item-2 .badge.badge-title {
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-item-2-inner {
  padding: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: all ease 0.3s;
}

.product-item-2-inner .product-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.product-item-2-inner .product-thumb a {
  display: block;
}

.product-item-2-inner .product-thumb img {
  width: 100%;
}

.product-item-2-inner .wish-react {
  top: 35px;
  right: 35px;
}

.product-item-2-inner .product-content {
  position: relative;
}

.product-item-2-inner .product-content .title {
  font-size: 16px;
  line-height: 26px;
}

.product-item-2-inner .product-content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item-2-inner .product-content .brandings {
  padding-top: 3px;
  margin-bottom: 5px;
}

.product-item-2-inner .product-content .brandings a {
  padding: 3px 7px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: rgba(255, 0, 0, 0.7);
}

.product-item-2-inner .product-content .ratings-area span {
  font-size: 14px;
}

.product-item-2-inner .product-content .price {
  font-weight: 700;
  color: #ff0000;
}

.product-item-2-inner .product-content .price del {
  color: #555555;
  font-size: 80%;
}

.product-item-2-inner .product-content .product-before-content {
  background: #ffffff;
  padding-top: 15px;
  transition: all ease 0.3s;
}

.product-item-2-inner .product-content .product-after-content {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  padding-top: 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all ease 0.3s;
}

.product-item-2-inner .product-content .product-after-content .price {
  margin-top: 5px;
}

@media (max-width: 575px) {
  .product-item-2-inner .wish-react {
    transform: translateX(0);
    opacity: 1;
  }

  .product-item-2-inner .wish-react li:nth-of-type(3n + 2),
  .product-item-2-inner .wish-react li:nth-of-type(3n + 3) {
    transform: translateX(0);
  }
}

.product-item-2-inner:hover,
.product-item-2-inner.active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.product-item-2-inner:hover .product-after-content,
.product-item-2-inner.active .product-after-content {
  opacity: 1;
  transform: scale(1);
}

.product-item-2-inner:hover .product-before-content,
.product-item-2-inner.active .product-before-content {
  transform: translateY(-50px);
}

.product-item-2.list-style .product-item-2-inner .product-thumb,
.product-item-2.list-style .product-item-2-inner .product-content {
  width: 50%;
}

@media (min-width: 992px) {
  .product-item-2.list-style .product-item-2-inner .product-thumb,
  .product-item-2.list-style .product-item-2-inner .product-content {
    position: relative;
  }
}

.product-item-2.list-style .product-item-2-inner .product-content {
  padding-left: 30px;
}

.product-item-2.list-style .product-item-2-inner .product-content .list-title {
  margin-bottom: 20px;
}

.product-item-2.list-style .product-item-2-inner .product-content p {
  margin-bottom: 20px;
}

.product-item-2.list-style .product-item-2-inner .product-content .ratings-area {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .product-item-2.list-style .product-item-2-inner .product-thumb,
  .product-item-2.list-style .product-item-2-inner .product-content {
    width: 100%;
  }

  .product-item-2.list-style .product-item-2-inner .product-content {
    padding: 20px 0 0;
  }
}

.countdown li {
  padding: 5px 10px;
  text-align: center;
}

.countdown li .countdown-title {
  color: #ff0000;
}

.countdown li p {
  font-size: 14px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .countdown li .countdown-title {
    font-size: 22px;
  }
}

.m--15 {
  margin: -15px;
}

.overlay-effects {
  position: relative;
  overflow: hidden;
}

.overlay-effects::after,
.overlay-effects::before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all ease 0s;
  z-index: 1;
}

.overlay-effects::before {
  top: 100%;
  left: 0;
}

.overlay-effects::after {
  right: 0;
  bottom: 100%;
}

.overlay-effects:hover::after,
.overlay-effects:hover::before {
  transition: all ease 0.3s;
}

.overlay-effects:hover::before {
  top: -100%;
}

.overlay-effects:hover::after {
  bottom: -100%;
}

.best-sell-item {
  margin-bottom: 30px;
}

.best-sell-item .best-sell-inner {
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.best-sell-item .best-sell-inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.best-sell-item .best-sell-inner .thumb {
  width: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.best-sell-item .best-sell-inner .thumb img {
  width: 100%;
}

.best-sell-item .best-sell-inner .content {
  padding-left: 15px;
  width: calc(100% - 80px);
}

.best-sell-item .best-sell-inner .content .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.best-sell-item .best-sell-inner .content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.best-sell-item .best-sell-inner .ratings-area {
  font-size: 14px;
}

.best-sell-item .best-sell-inner .read-more {
  font-size: 14px;
  text-decoration: underline;
  color: #0068e1;
}

.best-sell-item .best-sell-inner .read-more i {
  transition: all ease 0.3s;
  padding-left: 5px;
  font-size: 20px;
  transform: translateY(3px);
}

.best-sell-item .best-sell-inner:hover .read-more i {
  padding-left: 10px;
}

.cate-item {
  padding: 10px;
}

.cate-inner {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}

.cate-inner img {
  margin-bottom: 10px;
}

.cate-inner:hover {
  color: #ff0000;
}

.cate-inner span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m--10 {
  margin: -10px;
}

.category-slider {
  overflow: hidden;
}

#sync2 {
  margin-top: 15px;
}

#sync2 .thumbs {
  padding: 5px;
  cursor: pointer;
}

.product-details-content .ratings-area {
  margin-bottom: 20px;
}

.product-details-content .ratings-area .ratings {
  font-size: 18px;
}

.product-details-content .price {
  color: #ff0000;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.product-details-content p {
  margin-bottom: 20px;
}

.product-details-content .color-check {
  margin-bottom: 20px;
}

.product-details-content .widget-check-group {
  margin: 0 15px;
}

.product-details-content .size-check {
  margin: 0 -10px 25px;
}

@media (max-width: 991px) {
  .product-details-content {
    margin-top: 25px;
  }

  .product-details-content p {
    margin-bottom: 16px;
  }

  .product-details-content .color-check {
    margin-bottom: 16px;
  }
}

.cart-plus-minus .cart-decrease,
.cart-plus-minus .cart-increase {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active {
  background: #0068e1;
  border-color: #0068e1;
  color: #ffffff;
}

.cart-plus-minus input {
  text-align: center;
  width: 60px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  background: #f8f8f8;
  border-left: none;
  border-right: none;
  font-size: 14px;
}

@media (min-width: 992px) {
  .cart-plus-minus .cart-increase {
    margin-left: -15px;
  }
}

.cart-and-coupon {
  margin: -7px -15px 20px;
}

.cart-and-coupon .cart-plus-minus,
.cart-and-coupon .coupon-code,
.cart-and-coupon .add-cart {
  margin: 7px 15px;
}

.cart-and-coupon .coupon-code input {
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.badge--success {
  color: #ffffff;
  background: #2ecc71;
}

.description-item {
  margin-bottom: 35px;
  word-break: break-all;
}

.description-item .title {
  font-weight: 700;
  margin-bottom: 16px;
}

.description-item p {
  margin-top: 0;
  margin-bottom: 15px;
}

.description-item p:last-child {
  margin-bottom: 0;
}

.description-item ul {
  margin-bottom: 20px;
}

.description-item ul:last-child {
  margin-bottom: 0;
}

.description-item ul li {
  padding: 0;
  margin-bottom: 7px;
}

.description-item ul li::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #0068e1;
  margin-right: 5px;
}

.description-item ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .specification-table {
    width: 100%;
  }
}

.specification-table tr {
  border-left: 1px solid #e5e5e5;
}

.specification-table tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.specification-table tr th {
  width: 35%;
}

.specification-table tr td {
  width: calc(100% - 35%);
}

.specification-table tr th,
.specification-table tr td {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 24px;
}

.specification-table tr th {
  color: #000;
}

.specification-wrapper .title {
  font-weight: 700;
  margin-bottom: 16px;
}

.table-wrapper {
  overflow-x: auto;
}

@media (max-width: 991px) {
  .top-selling {
    margin-top: 40px;
  }
}

.review-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.review-item .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.review-item .thumb img {
  width: 100%;
}

.review-item .content {
  padding-left: 30px;
  width: calc(100% - 70px);
}

.review-item .content .entry-meta {
  justify-content: space-between;
  margin-bottom: 15px;
}

.review-item .content .entry-meta .ratings {
  width: 100px;
  font-size: 16px;
}

.review-item .content .entry-meta .posted-on {
  width: calc(100% - 100px);
}

.review-item .content .entry-meta .posted-on a {
  font-weight: 700;
}

.review-item .content .entry-meta .posted-on span {
  margin-left: 5px;
  font-size: 14px;
  color: #555555;
}

@media (max-width: 767px) {
  .review-item .content {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media (max-width: 575px) {
  .review-item {
    padding: 25px 0;
  }

  .review-item .content .entry-meta .posted-on {
    width: 100%;
  }
}

.review-item:first-child {
  padding-top: 0;
}

.rating .rating-form-group {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  cursor: pointer;
}

.rating .rating-form-group .star-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating .rating-form-group .star-label:last-child {
  position: static;
}

.rating .rating-form-group .star-label:nth-child(1) {
  z-index: 5;
}

.rating .rating-form-group .star-label:nth-child(2) {
  z-index: 4;
}

.rating .rating-form-group .star-label:nth-child(3) {
  z-index: 3;
}

.rating .rating-form-group .star-label:nth-child(4) {
  z-index: 2;
}

.rating .rating-form-group .star-label:nth-child(5) {
  z-index: 1;
}

.rating .rating-form-group .star-label input {
  display: none;
}

.rating .rating-form-group .star-label .icon {
  float: left;
  color: transparent;
}

.rating .rating-form-group .star-label:last-child .icon {
  color: #555555;
}

.rating .rating-form-group:not(:hover) label input:checked ~ .icon,
.rating .rating-form-group:hover label:hover input ~ .icon {
  color: #ffc363;
}

.rating .rating-form-group label input:focus:not(:checked) ~ .icon:last-child {
  color: #e5e5e5;
  text-shadow: 0 0 5px #ffc363;
}

.review-input {
  background: #f8f8f8;
}

.review-input:focus {
  border-color: #0068e1;
}

.review-label {
  color: #000;
  text-transform: capitalize;
}

.border--1 {
  border: 1px solid #e5e5e5;
}

.submit-button {
  height: 60px;
  background: #0068e1;
  color: #ffffff;
  font-weight: 700;
}

.submit-button.btn--sm {
  height: 50px;
}

.cart-table {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cart-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.cart-table tr:last-child {
  border-radius: 0 0 10px 10px;
}

.cart-table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.cart-table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.cart-table tr th {
  color: #ffffff;
  font-weight: 700;
  background: #0068e1;
  padding: 15px 5px;
}

.cart-table tr th:first-child {
  border-radius: 10px 0 0 0;
}

.cart-table tr th:last-child {
  border-radius: 0 10px 0 0;
}

.cart-table tr td {
  padding: 15px;
}

@media (min-width: 992px) {
  .cart-table tr td {
    padding: 20px;
  }
}

.cart-table tr td .subtotal span {
  font-weight: 700;
  color: #000;
  text-align: center;
  background: transparent;
  max-width: 150px;
}

.cart-table tr td .edit {
  font-size: 24px;
  line-height: 1;
  color: #f53b57;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .cart-table thead {
    display: none;
  }

  .cart-table tbody tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px;
    display: block;
  }

  .cart-table tbody tr:first-child {
    border-top: 1px solid #e5e5e5;
    border-radius: 10px 10px 0 0;
  }

  .cart-table tbody tr:last-child {
    border-radius: 0 0 10px 10px;
  }

  .cart-table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }

  .cart-table tbody tr td::before {
    color: #000;
    content: attr(data-label) " :";
  }

  .cart-table tbody tr td .subtotal span {
    text-align: right;
  }
}

.cart-item {
  justify-content: center;
  align-items: center;
  max-width: 280px;
}

.cart-item .cart-img {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.cart-item .cart-img img {
  width: 100%;
}

.cart-item .cart-cont {
  padding-left: 10px;
  width: calc(100% - 80px);
  text-align: left;
}

.cart-item .cart-cont .title {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 400px) {
  .cart-item .cart-cont {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }
}

.cart-total {
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.cart-total .apply-coupon-code,
.cart-total .total,
.cart-total .checkout {
  padding: 15px;
}

@media (max-width: 575px) {
  .cart-total {
    padding: 30px 15px;
  }
}

.total {
  display: flex;
  align-items: center;
}

.total .amount {
  padding: 0 0 0 15px;
  max-width: 180px;
  font-size: 24px;
  color: #ff0000;
  background: transparent;
  border: none;
}

.apply-coupon-code {
  display: flex;
  flex-wrap: wrap;
}

.apply-coupon-code input {
  width: unset;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 25px 0 0 25px;
  padding: 0 25px;
}

.apply-coupon-code button {
  background: #0068e1;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .apply-coupon-code {
    width: 100%;
  }

  .apply-coupon-code input {
    flex-grow: 1;
  }
}

@media (max-width: 575px) {
  .apply-coupon-code input {
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
  }

  .apply-coupon-code button {
    border-radius: 25px;
  }
}

.checkout-wrapper .title {
  margin-bottom: 20px;
}

.billing-label {
  font-size: 14px;
}

input.custom--style {
  height: 40px;
  border-radius: 0;
  font-size: 14px;
}

textarea.custom--style {
  height: 120px;
  border-radius: 0;
  font-size: 14px;
  resize: vertical;
}

.billing-select {
  height: 40px;
}

.billing-select .select-bar {
  height: 40px;
  border-radius: 0;
  width: 100%;
  border-color: #e5e5e5;
}

.billing-select .select-bar .list .option {
  text-align: left;
}

.checkgroup {
  align-items: center;
  margin-bottom: 0.5rem;
}

.checkgroup input {
  width: 14px;
  height: 14px;
}

.checkgroup .billing-label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 10px;
}

.hidden-form {
  display: none;
}

.fs-lg {
  font-size: 20px;
  line-height: 1.5;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.cl-title {
  color: #050505;
}

.payment-details {
  position: sticky;
  top: 50px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.payment-details .title {
  margin-bottom: 20px;
}

.payment-details ul li {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.payment-details p {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .payment-details {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .payment-details {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .payment-details {
    padding: 30px 15px;
  }
}

.checkout-area {
  padding: 30px;
}

@media (max-width: 1199px) {
  .checkout-area {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .checkout-area {
    padding: 0;
    background: transparent;
  }
}

.checkout-wrapper .nav-tabs {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.checkout-wrapper .nav-tabs li {
  width: 50%;
}

.checkout-wrapper .nav-tabs li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 575px) {
  .billing-select .select-bar,
  textarea.custom--style,
  input.custom--style,
  .payment-details {
    background: #f8f8f8;
  }
}

.bill-button {
  height: 40px;
  color: #ffffff;
  background: #0068e1;
  width: 100%;
}

@media (min-width: 1200px) {
  .bill-button {
    height: 50px;
  }
}

.modal::-webkit-scrollbar {
  display: none;
}

.payment-table {
  width: 100%;
}

.payment-table tr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.payment-table tr th {
  text-transform: capitalize;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.payment-table tr td,
.payment-table tr th {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.payment-table tr td i,
.payment-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}

.payment-table tr th {
  color: #000;
}

.payment-table tr td {
  color: rgba(0, 0, 0, 0.8);
}

.payment-table tr td .badge {
  font-weight: 500;
}

@media (max-width: 991px) {
  .payment-table thead {
    display: none;
  }

  .payment-table tbody tr {
    display: block;
  }

  .payment-table tbody tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .payment-table tbody tr {
    border-bottom: 1px solid #0068e1;
  }

  .payment-table tbody tr td {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .payment-table tbody tr td:before {
    content: attr(data-label);
    margin-right: auto;
    color: #000;
    font-weight: 700;
  }
}

.badge {
  padding: 0.5em 0.8em;
  font-size: 85%;
}

.badge.badge-capsule {
  border-radius: 12px;
}

.badge.badge-sm {
  padding: 0.5em 0.6em;
  font-size: 75%;
}

.badge--danger {
  color: #fff;
  background: #ff0000;
}

.badge--warning {
  color: #000;
  background: #fae52a;
}

.dashboard-item {
  padding: 30px;
  border-radius: 15px;
  margin: 0 auto 30px;
  position: relative;
  transition: all ease 0.3s;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.dashboard-item .dashboard-header {
  justify-content: center;
  align-items: center;
}

.dashboard-item .dashboard-header .title {
  margin: 0;
}

.dashboard-item .dashboard-icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #000;
  background: #0068e1;
  display: block;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto 10px;
  transition: all ease 0.3s;
}

.dashboard-item a {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 575px) {
  .dashboard-item {
    max-width: 350px;
  }
}

.dashboard-item * {
  position: relative;
}

.dashboard-item.item-lg {
  align-items: center;
  text-align: left;
}

.dashboard-item.item-lg .dashboard-icon {
  margin: 0;
}

.dashboard-item.item-lg .cont {
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

.dashboard-item.item-lg .cont .dashboard-header {
  justify-content: space-between;
}

.dashboard-item.item-lg .cont .dashboard-header .title {
  font-size: 28px;
  line-height: 1;
}

.dashboard-item:hover {
  background: #0068e1;
}

.dashboard-item:hover .title,
.dashboard-item:hover a {
  color: #ffffff;
}

.dashboard-item:hover .dashboard-icon {
  background: #ffffff !important;
  color: #0068e1;
}

div[class*=col]:nth-of-type(6n + 2) .dashboard-item .dashboard-icon {
  background: #05bbc9;
}

div[class*=col]:nth-of-type(6n + 1) .dashboard-item .dashboard-icon {
  background: #fe721c;
}

div[class*=col]:nth-of-type(6n + 3) .dashboard-item .dashboard-icon {
  background: #ff4b4b;
}

div[class*=col]:nth-of-type(6n + 4) .dashboard-item .dashboard-icon {
  background: #876cfe;
}

div[class*=col]:nth-of-type(6n + 5) .dashboard-item .dashboard-icon {
  background: #1e90ff;
}

div[class*=col]:nth-of-type(6n + 6) .dashboard-item .dashboard-icon {
  background: #0068e1;
}

.regular-table {
  width: 100%;
}

.regular-table tr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.regular-table tr th {
  text-transform: capitalize;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.regular-table tr td,
.regular-table tr th {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.regular-table tr td i,
.regular-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}

.regular-table tr th {
  color: #000;
}

.regular-table tr td {
  color: rgba(0, 0, 0, 0.8);
}

.regular-table tr td .badge {
  font-weight: 500;
}

.regular-table .order-title {
  font-weight: 700;
  color: #000;
}

.regular-table .subtotal {
  font-weight: 700;
  color: #000;
}

@media (max-width: 767px) {
  .regular-table.order-details-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .regular-table.order-details-table tr td,
  .regular-table.order-details-table tr th {
    width: 50%;
  }
}

.regular-table.text-left tr td,
.regular-table.text-left tr th {
  padding: 10px 20px;
  text-align: left;
}

.user-profile {
  max-width: 350px;
}

@media (max-width: 991px) {
  .user-profile {
    margin: 0 auto 30px;
  }
}

.user-profile img {
  width: 100%;
}

.user-profile .thumb {
  position: relative;
  margin: 0 auto -50px;
  max-width: calc(100% - 30px);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.user-profile .thumb img {
  width: 100%;
}

.user-profile .content {
  background: rgba(0, 104, 225, 0.3);
  text-align: center;
  padding: 80px 15px 30px;
  border-radius: 30px 30px 0 0;
}

.user-profile .content .title {
  text-transform: capitalize;
  font-weight: 700;
}

.w-unset {
  width: unset;
}

.dashboard-menu {
  background: #ffffff;
  padding-bottom: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dashboard-menu .user .title a {
  color: #000;
}

.dashboard-menu ul li {
  padding: 0;
}

.dashboard-menu ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  color: #555555;
}

.dashboard-menu ul li a i {
  margin-right: 7px;
}

.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border-color: #ff0000;
}

.dashboard-menu .side-sidebar-close-btn {
  right: 25px;
  top: 25px;
  display: none;
}

@media (max-width: 1199px) {
  .dashboard-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    transition: 0.7s ease;
    border-radius: 0;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(-100%);
    background: #0068e1;
  }

  .dashboard-menu ul li a {
    color: #ddd;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffff;
    color: #000;
  }

  .dashboard-menu.active {
    transform: translateX(0);
  }

  .dashboard-menu .side-sidebar-close-btn {
    display: block;
  }

  .dashboard-menu .user .title a {
    color: #ffffff;
  }

  .dashboard-menu ul li a {
    color: #ffffff;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffff;
    color: #000;
  }
}

@media (min-width: 1200px) {
  .dashboard-menu.before-login-menu {
    background: #0068e1;
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    transition: 0.7s ease;
    border-radius: 0;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(100%);
  }

  .dashboard-menu.before-login-menu.active {
    transform: translateX(0);
  }

  .dashboard-menu.before-login-menu .side-sidebar-close-btn {
    display: block;
    right: unset;
    left: 25px;
  }
}

.dashboard-menu .create-accounts {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-menu .create-accounts a {
  color: #ffffff;
}

.user {
  text-align: center;
  padding: 30px;
}

.user .thumb {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.user .thumb a {
  display: block;
}

.user .thumb img {
  width: 100%;
}

.user .content {
  text-transform: capitalize;
}

.compare-table {
  min-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.compare-table tr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.compare-table tr td,
.compare-table tr th {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.compare-table tr td i,
.compare-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}

.compare-table tr th {
  color: #000;
  text-transform: capitalize;
  padding: 10px;
  width: 175px;
}

.compare-table tr td {
  color: rgba(0, 0, 0, 0.8);
}

.compare-table tr td .badge {
  font-weight: 500;
}

.compare-table tr td.align-top {
  vertical-align: top;
}

.compare-table tr td .name {
  padding-top: 10px;
  font-weight: 700;
}

.compare-thumb {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .compare-thumb {
    width: 300px;
  }
}

.compare-thumb img {
  max-width: 100%;
}

.compare-specification li {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 20px;
}

.compare-specification li:last-child {
  border: none;
}

.compare-specification li span {
  padding: 7px 0;
}

.compare-specification li .title {
  font-weight: 700;
}

.compare-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.order-track-form-group {
  position: relative;
}

.order-track-form-group input {
  height: 60px;
  border-radius: 30px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

.order-track-form-group button {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #0068e1;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  padding: 0 40px;
}

@media screen and (max-width: 450px) {
  .order-track-form-group input {
    height: 55px;
    padding: 0 125px 0 15px;
  }

  .order-track-form-group button {
    padding: 0 25px;
    font-size: 14px;
    height: 55px;
  }
}

.order-track-item {
  width: 25%;
  padding: 0 15px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.order-track-item .thumb {
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #ff6868;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
}

.order-track-item .thumb::before {
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  border-radius: 50%;
  background: #f8f8f8;
  transition: all ease 0.3s;
}

.order-track-item .thumb i {
  position: relative;
  font-size: 40px;
  line-height: 100px;
  color: #ff0000;
}

.order-track-item .title {
  font-weight: 700;
}

.order-track-item.active .thumb {
  background: #27ae60;
}

.order-track-item.active .thumb i {
  color: #27ae60;
}

.order-track-item::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  border-top: 2px solid #ececec;
}

.order-track-item:last-child::after {
  display: none;
}

.order-track-item.item-sm .thumb {
  width: 60px;
  height: 60px;
}

.order-track-item.item-sm .thumb i {
  font-size: 24px;
  line-height: 60px;
}

.order-track-item.item-sm .thumb::before {
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
}

.order-track-item.item-sm .title {
  font-weight: 400;
  font-size: 16px;
}

.order-track-item.item-sm::after {
  top: 30px;
}

@media (max-width: 767px) {
  .order-track-item {
    width: 50%;
  }

  .order-track-item:nth-of-type(even)::after {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .order-track-item {
    width: 100%;
  }

  .order-track-item::after {
    display: none;
  }

  .order-track-item.item-sm {
    width: 50%;
  }

  .order-track-item.item-sm:nth-of-type(even)::after {
    display: none;
  }

  .order-track-item.item-sm::after {
    display: block;
  }
}

.order-track-wrapper {
  margin: 0 -15px -30px;
}

.login-wrapper .subtitle {
  margin-bottom: 25px;
}

.sign-in-form label {
  color: #ddd;
}

.sign-in-form input {
  border-radius: 25px;
  height: 50px;
  border: none;
  padding: 0 25px;
}

.login-button {
  color: #ffffff;
  height: 50px;
  font-weight: 700;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 40px;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb li a {
  color: #ff0000;
}

.breadcrumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #555555;
}

.h-60 {
  height: 60px !important;
}

.h-120 {
  height: 130px !important;
}

.contact-select {
  height: 60px;
}

.contact-select .select-bar {
  height: 60px;
  width: 100%;
}

.contact-select .select-bar .current {
  line-height: 60px;
}

.contact-wrapper {
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .contact-wrapper {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 30px 15px;
  }
}

.maps {
  height: 500px;
}

.mt--200 {
  margin-top: -200px;
}

.contact-group {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact-group label {
  width: 150px;
  position: relative;
  color: #000;
}

.contact-group label::after {
  content: ":";
  position: absolute;
  right: 0;
}

.contact-group input,
.contact-group textarea,
.contact-group .select-item,
.contact-group .multi-group,
.contact-group .input-group {
  width: calc(100% - 170px);
}

.contact-group input,
.contact-group .select-item,
.contact-group .select-item .select-bar {
  height: 60px;
}

.contact-group button.h-50,
.contact-group input.h-50,
.contact-group .select-item.h-50,
.contact-group .select-item.h-50 .select-bar,
.contact-group .select-item.h-50 {
  height: 50px !important;
}

.contact-group input,
.contact-group textarea {
  padding: 20px;
}

.contact-group .select-bar {
  width: 100%;
}

.contact-group .select-bar .current {
  line-height: 60px;
}

.contact-group .select-bar::after {
  color: #000;
}

.contact--thumb img {
  max-width: 615px;
}

.contact-group .select-bar .list {
  width: 100%;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 180px;
  overflow-y: auto;
}

.contact-group .select-bar .list .option {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-group .select-bar .list .option:last-child {
  border: none;
}

.contact-group .select-bar .list .option.selected,
.contact-group .select-bar .list .option:hover {
  background: #0068e1 !important;
  color: #ffffff;
}

.contact-group input,
.contact-group textarea,
.contact-group .select-item .select-bar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #f8f8f8;
  color: #000;
}

@media screen and (max-width: 499px) {
  .contact-group input,
  .contact-group textarea,
  .contact-group .select-item,
  .contact-group .multi-group,
  .contact-group .input-group {
    width: 100%;
  }

  .contact-group label {
    width: unset;
    padding-right: 10px;
  }
}

.contact-group .account-alt {
  margin: 10px;
  display: block;
}

.contact-group .account-alt a {
  color: #ff0000;
}

.contact-group .custom-button {
  background: #0068e1;
  margin: 10px;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}

.contact-group .custom-button:hover {
  background: #0068e1;
  border-color: rgba(0, 0, 0, 0.1);
}

.contact-group .multi-group {
  margin-left: auto;
  margin-bottom: 20px;
}

.contact-group .multi-group:last-child {
  margin-bottom: 0;
}

.contact-group .multi-group input {
  width: calc(100% - 60px);
}

.contact-group .multi-group .add-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #0068e1;
  display: block;
  text-align: center;
  color: #0f1932;
  cursor: pointer;
}

.m--10 {
  margin: -10px;
}

.contact-thumb {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  left: calc(50% + 150px);
}

.contact-thumb.rev-side {
  left: unset;
  right: calc(50% + 140px);
}

.contact-thumb img {
  max-height: 100%;
}

@media (max-width: 1199px) {
  .contact-thumb {
    left: 50%;
  }

  .contact-thumb.rev-side {
    left: unset;
    right: calc(50% - 35px);
  }
}

.account-section {
  position: relative;
  overflow: hidden;
}

.border-top-1 {
  border-top: 1px solid #e5e5e5 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #e5e5e5 !important;
}

.border-left-1 {
  border-left: 1px solid #e5e5e5 !important;
}

.border-right-1 {
  border-right: 1px solid #e5e5e5 !important;
}

.border-1 {
  border: 1px solid #e5e5e5 !important;
}

.ox-auto {
  overflow-x: auto;
  width: 100%;
}

.print-btn {
  padding: 3px 15px;
  background: #0068e1;
  color: #ffffff;
  border-radius: 3px;
}

.print-btn:hover {
  color: #ffffff;
}

@media print {
  .container {
    width: 960px !important;
  }

  .regular-table {
    width: 100%;
    margin: 0 auto;
  }

  .regular-table tr {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .regular-table tr th {
    text-transform: capitalize;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .regular-table tr td,
  .regular-table tr th {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .regular-table tr td i,
  .regular-table tr th i {
    margin-right: 5px;
    line-height: 24px;
    font-size: 12px;
  }

  .regular-table tr th {
    color: #000;
  }

  .regular-table tr td {
    color: rgba(0, 0, 0, 0.8);
  }

  .regular-table tr td .badge {
    font-weight: 500;
  }

  .regular-table .order-title {
    font-weight: 700;
    color: #000;
  }

  .border-top-1 {
    border: 1px solid #e5e5e5;
  }

  .pro-name,
  .descr {
    margin: 0 auto;
  }

  .pro-name {
    max-width: 180px;
  }

  .descr {
    max-width: 250px;
  }
}

.pro-name,
.descr {
  margin: 0 auto;
}

.pro-name {
  max-width: 180px;
}

.descr {
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .print-table-responsive {
    width: 940px;
  }
}

.fs-sm {
  font-size: 90%;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .left-category.single-style {
    position: absolute !important;
    top: 0;
    left: calc(50% - 465px);
    z-index: 99;
    width: 100%;
    max-width: 280px;
    transform: translate(0) !important;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .left-category.single-style {
    left: calc(50% - 645px);
  }
}

@media (min-width: 992px) {
  .left-category {
    opacity: 0;
    visibility: hidden;
  }

  .left-category.active {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left-category {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

.pos-rel {
  position: relative;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  background-color: #0068e1;
}

.preloader .hello {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.preloader .hello i {
  line-height: 1;
  font-size: 60px;
  animation: bounceIn 1s linear infinite;
}

.preloader .wellcome {
  text-transform: uppercase;
  color: #ffffff;
}

.preloader .wellcome span {
  display: block;
}

.loader-frame {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  background-color: white 0%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
}

.loader1 {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  animation: clockwisespin 4s linear infinite;
}

@keyframes clockwisespin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.scrollToTop {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ff0000;
  color: #ffffff;
  z-index: 99999;
  bottom: 70px;
  right: 10px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  transform: translateY(150px);
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .scrollToTop {
    right: 70px;
  }
}

.scrollToTop i {
  animation: neon 2s linear infinite;
  -webkit-animation: neon 2s linear infinite;
  -moz-animation: neon 2s linear infinite;
}

.scrollToTop:hover {
  color: #ffffff;
}

.scrollToTop.active {
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.video-button {
  color: #ffffff;
  border: none;
  text-align: center;
}

.video-button:hover {
  color: #ffffff;
}

.video-button i {
  line-height: 70px;
  font-size: 36px;
  margin-left: 8px;
  color: #ffffff;
}

.video-button {
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.video-button a {
  display: block;
  position: relative;
  z-index: 1;
}

.video-button a img {
  width: 100%;
}

.video-button a i {
  line-height: 75px;
  font-size: 36px;
  margin-left: 8px;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #ffffff;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  animation: outer-ripple 2000ms linear infinite;
}

.custom-button {
  font-weight: 700;
  color: #555555;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 30px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #555555;
}

@media (max-width: 575px) {
  .custom-button {
    font-size: 16px;
  }
}

.custom-button:hover {
  color: #ffffff;
  background: #ff0000;
  border-color: #ff0000;
}

.custom-button:hover::before {
  height: 100%;
}

.custom-button.theme {
  color: #ffffff;
  background: #0068e1;
  border-color: #0068e1;
}

.custom-button.theme:hover {
  color: #555555;
  background: transparent;
  border-color: #555555;
}

.custom-button.btn-sm {
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.pagination {
  margin: -3px;
  margin-top: 35px;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #0068e1;
  color: #fcf6f5ff;
  padding: 0;
  line-height: 35px;
  display: block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #ffffff;
  color: #0068e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(0, 104, 225, 0.3);
  border: none;
  color: #000;
}

.h-unset {
  height: unset;
}

.single_content {
  display: none;
}

.list_view_active {
  flex: 0 0 100%;
  max-width: 100%;
}

.list_view_active .product-item-2-inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.list_view_active .product-item-2-inner .product-thumb {
  width: 400px;
  position: relative;
}

.list_view_active .product-item-2-inner .product-thumb a {
  height: 100%;
}

.list_view_active .product-item-2-inner .product-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_view_active .product-item-2-inner .product-thumb .wish-react {
  opacity: 1;
  transform: translate(0);
}

.list_view_active .product-item-2-inner .product-thumb .wish-react li {
  transform: translate(0);
}

.list_view_active .product-item-2-inner .product-content {
  width: calc(100% - 400px);
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .list_view_active .product-item-2-inner .product-thumb,
  .list_view_active .product-item-2-inner .product-content {
    width: 100%;
    padding: 0;
  }
}

.list_view_active .product-item-2-inner:hover .product-before-content {
  transform: translateY(0);
}

.list_view_active .single_content {
  padding: 20px 0;
  display: block;
}

.list_view_active .product-item-2-inner .product-content .product-after-content {
  position: relative;
  opacity: 1;
  transform: scale(1);
  text-align: left;
}

.list_view_active .product-item-2-inner .product-content .product-after-content .price {
  display: none;
}

.no_data {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-section .owl-nav {
  display: none !important;
}

.product-item .product-inner .product-content {
  transition: all ease 0.3s;
}

.product-item .product-inner:hover .product-content {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .footer-copyright .left,
  .footer-copyright .right,
  .footer-copyright .social-icons {
    width: 100%;
    text-align: center;
    justify-content: center !important;
  }

  .footer-copyright .social-icons {
    margin-top: 5px;
  }
}

.cmn-btn {
  background: #0068e1;
}

.cmn-btn-2 {
  background: #ff0000;
}

.cmn-btn,
.cmn-btn-2 {
  height: 40px;
  border: none;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  color: #ffffff;
  border-radius: 3px;
}

.cmn-btn:hover,
.cmn-btn-2:hover {
  color: #ffffff;
}

.cmn-btn.btn-sm,
.cmn-btn-2.btn-sm {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}

@media (max-width: 575px) {
  .cmn-btn.btn-xs,
  .cmn-btn-2.btn-xs {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}

.header-form-group input {
  border-radius: 5px;
}

.header-search-form .select-item .select-bar {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #e5e5e5;
}

.product-item .product-inner {
  background-color: #fff;
}

.active_lang span,
.active_lang i {
  color: #fff;
}

.mobile-menu .nav-tabs li a.active {
  color: #fff;
}

@media screen and (min-width: 400px) {
  .subscribe-form input {
    height: 60px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 400px) {
  .subscribe-form button {
    height: 60px;
    border-radius: 0 5px 5px 0;
  }
}

.select-bar .list li {
  text-align: unset;
}

.left-category .categories {
  border-radius: unset;
  box-shadow: unset;
  padding: 20px 0;
  border: 1px solid #e5e5e5e5;
}

.todays-deal .item {
  box-shadow: unset;
  border: 1px solid #e5e5e5e5;
}

@media (min-width: 1200px) {
  .left-category .categories li:hover .sub-category {
    background: #ebebebeb;
  }
}

.wish-react li a.active,
.wish-react li button,
.wish-react li a.active:hover,
.wish-react li button.active:hover {
  background: #0068e1;
  color: #fff;
}

.cart-table tr td .edit.add-cart {
  font-size: 24px;
  line-height: 1;
  color: #0068e1;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
}

.h-unset {
  height: unset;
}

.social-icons li a.facebook {
  background: #0068e1;
}

.product-details .product-size-area {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-details .product-size-area .caption {
  font-weight: 500;
  margin-right: 5px;
  color: #292929;
}

.product-details .product-size-area .product-single-size {
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
}

.product-details .product-size-area .product-single-size.active {
  background-color: #0068e1;
  color: #ffffff;
  border-color: #0068e1;
}

.product-details .product-color-area {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-details .product-color-area .caption {
  font-weight: 500;
  margin-right: 5px;
  color: #292929;
}

.product-details .product-color-area .product-single-color {
  width: 35px;
  height: 35px;
  border: 3px solid #dee2e6;
  margin: 3px;
  cursor: pointer;
  border-radius: 50%;
}

.product-details .product-color-area .product-single-color.active {
  position: relative;
  border-color: #0068e1;
}

.product-details .product-color-area .product-single-color.active::before {
  position: absolute;
  font-weight: 600;
  content: "";
  font-family: "Line Awesome Free";
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

.product-details-content .ratings-area {
  margin-bottom: 5px;
}

.product-details-content .price {
  margin-top: 20px;
}

.review-item .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.product-details-content .price del {
  color: #292929;
}

.apply-coupon-code input {
  border-radius: 5px 0 0 5px;
}

.apply-coupon-code button {
  border-radius: 0 5px 5px 0;
}

.cart-total {
  border-top: 0;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-radius: 0 0 5px 5px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 0;
  position: relative;
}

.owl-nav .owl-prev::after {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  font-size: 16px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.owl-nav .owl-next::after {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  font-size: 16px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #fff;
}

.cart-table tr th:first-child {
  border-radius: 5px 0 0 0;
}

.cart-table tr th:last-child {
  border-radius: 0 5px 0 0;
}

.cart-table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

@media (max-width: 991px) {
  .cart-table {
    border-left: 0;
    border-right: 0;
  }
}

.total {
  display: block;
}

.cart-total .amount {
  position: relative;
  width: 200px;
}

.cart-total .amount::before {
  content: ":";
  color: #555555;
  padding-right: 10px;
  font-size: 18px;
}

.custom-button.theme-2 {
  color: #ffffff;
  background: #ff0000;
  border-color: #ff0000;
}

button:focus {
  outline: 0;
}

.captcha.register {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  width: calc(100% - 168px);
  font-size: 40px;
}

.captcha {
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 20px;
  font-family: "Henny Penny,cursive";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.captcha.login {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 24px;
}

.link-color {
  color: #ff0000 !important;
}

.contact-group.country-code .input-group-text select {
  height: unset;
  background-color: transparent;
  border-color: transparent;
}

.contact-group.country-code .input-group-text {
  padding: 0 5px;
}

.dashboard-menu .cl-white li a,
.user .content .title .cl-white {
  color: #ffffff !important;
}

.user-profile .thumb {
  height: 280px;
}

.user-profile .thumb img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

input.custom--style {
  overflow: hidden;
}

.file-input-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  background: #0068E1;
  color: #fff;
  padding: 8px;
  border-radius: 25px;
  height: 32px;
  width: 32px;
  line-height: 17px;
}

.cv-spinner {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.filter-category li a.active {
  padding-left: 5px;
  color: #0068e1;
}

.order-track-form-group button {
  border-radius: 0 5px 5px 0;
}

.order-track-form-group input {
  border-radius: 5px;
}

.verification-img .image-upload {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

.verification-img .image-upload .image-edit {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 25px;
}

.verification-img .image-upload .image-edit input {
  display: none;
}

.verification-img .image-upload .image-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.verification-img .image-upload .image-edit label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.verification-img .image-upload .image-edit label:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.verification-img .image-preview {
  width: 100%;
  height: 300px;
  position: relative;
  border: 6px solid #F8F8F8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.verification-img .image-preview div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-share a,
.product-details-wishlist a {
  background: #007bff;
  padding: 0 7px;
  color: #fff;
  border-radius: 3px;
  margin: 0 2px;
}

.product-details-wishlist a .wish-icon {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.product-details-wishlist a .wish-icon::after {
  content: "";
}

.product-details-wishlist a.active .wish-icon {
  font-weight: 900;
}

.cart-sidebar-area .custom-button {
  border-color: #ffff;
}

.close-sidebar {
  color: #292929;
}

@media screen and (max-width: 991px) {
  .cart-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cart-up td:first-child {
    border-top: none !important;
  }

  .cart-up:last-child {
    border-radius: 0 !important;
  }
}

.remove-compare {
  padding: 0;
  color: red;
}

.remove-compare i {
  line-height: 1 !important;
  font-size: 20px !important;
  margin: 0 !important;
}

.breadcrumb {
  justify-content: center;
}

.modal-header {
  border-radius: 0;
}

.modal-content {
  border-radius: 0;
  background-clip: unset;
  border: 10px solid #0017a4;
}

.todays-deal .item .thumb img {
  height: 74px;
}

.left-category .categories li a i {
  line-height: 25px;
}

.ajax-loader-wrapper {
  min-height: 400px;
}

.modal-close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}

#overlay {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
  width: 100px;
  height: 100px;
}

.todays-deal .item .cont .title {
  -webkit-line-clamp: 2;
}

.related-slide-item,
.cate-item .cate-inner,
.best-sell-item .best-sell-inner {
  background: #ffff;
  border-radius: 0;
  border: 1px solid #e5e5e5e5;
}

.cate-item .cate-inner,
.best-sell-item .best-sell-inner {
  box-shadow: unset;
}

.product-item-2-inner:hover,
.product-item-2-inner.active,
.todays-deal .item:hover,
.cate-item .cate-inner:hover,
.best-sell-item .best-sell-inner:hover {
  box-shadow: 0 0 10px #00000021;
}

.product-item-2-inner {
  border-radius: 0 !important;
}

.single-product-item .thumb {
  background: #fff;
  border-radius: 2px;
}

.cart-item .cart-img {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.custom-button {
  border-radius: 3px;
}

.cart-sidebar-area .single-product-item {
  position: relative;
}

.remove-all-btn {
  font-weight: 700;
  border-radius: 3px;
  line-height: 48px;
  padding: 0 30px;
  background: ff0000;
  text-transform: uppercase;
  border: 1px solid #555555;
  border: 0;
}

.remove-item-button {
  background: #ff0000;
  color: aliceblue;
  position: absolute;
  left: -10px;
  top: -5px;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  line-height: 22px;
}

.remove-item-button:hover {
  color: #fff;
}

.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
  left: 12px;
}

.owl-next,
.owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.owl-next.active,
.owl-next:hover,
.owl-prev.active,
.owl-prev:hover {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #555555 !important;
}

.widget {
  border-radius: 0;
  box-shadow: unset;
  border: 1px solid #e5e5e5;
}

.filter-category-header {
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px 10px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 499px) {
  .fileter-select-item:first-child {
    width: 100%;
  }
}

.fileter-select-item .select-bar::after {
  border-color: #fff;
}

.fileter-select-item .select-bar .current {
  color: #fff !important;
}

.overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  display: none;
  opacity: 0.9;
}

.empty-message {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.empty-message img {
  width: 100%;
}

.empty-message .message {
  position: absolute;
  top: 55%;
  left: 27%;
  color: #2f92fc;
  font-size: 18px;
  background: #ffffff8c;
  padding: 5px;
}

.iziToast.iziToast-color-green {
  background: #3ae374 !important;
  border: 1px solid #3ae374 !important;
}

.iziToast.iziToast-color-red {
  background: #ff4d4d !important;
  border: 1px solid #ff4d4d !important;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success,
.iziToast > .iziToast-body .iziToast-icon.ico-error,
.iziToast > .iziToast-close {
  content: "" !important;
  background: unset !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success::before {
  content: "";
}

.iziToast > .iziToast-body .iziToast-icon.ico-error::before {
  content: "";
}

.iziToast > .iziToast-body .iziToast-message {
  margin: 0 0 10px;
  color: #fff !important;
  font-weight: 400;
}

.iziToast > .iziToast-close::before {
  content: "";
}

.invoice-header .invoice-logo {
  width: 183px;
  height: 54px;
  margin-bottom: 10px;
}

.remove-coupon {
  cursor: pointer;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  position: relative;
}

.user-support-ticket,
.admin-support-ticket {
  margin: 1.5rem 0.5rem;
  border-radius: 0.3rem;
  padding: 1.3rem;
}

.user-support-ticket {
  background-color: transparent;
  border: 1px solid #FF0000;
}

.admin-support-ticket {
  background-color: #ffd96729;
  border: 1px solid #0068E1;
}

.invoice .logo img {
  width: 180px;
}

.alert--base {
  background: #1702d412;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.bg-3,
.left-category .categories li a:hover,
.custom-button.theme,
.cart-sidebar-area,
.wish-react li a.active,
.wish-react li button,
.wish-react li a.active:hover,
.wish-react li button.active:hover,
.cmn-btn,
.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active,
.view-number li.active .bar,
.view-style li a.active,
.widget .ui-slider-range,
.widget .ui-state-default,
.product-details .product-size-area .product-single-size.active,
.product-share a,
.product-details-wishlist a,
.order-track-form-group button,
.main-sections .section-title,
.mobile-menu,
.contact-group .custom-button,
.file-input-btn,
.bill-button,
.apply-coupon-code button,
.cart-table tr th,
.preloader {
  background-color: #e4e8ea !important;
}

a,
.left-category .categories li a i,
.todays-deal .item .cont .price,
.filter-category li a:hover,
.filter-category li a.active,
.text--secondary {
  color: #e4e8ea;
}

.custom-button.theme,
.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active,
.product-details .product-size-area .product-single-size.active,
.product-details .product-color-area .product-single-color.active,
.admin-support-ticket {
  border-color: #e4e8ea !important;
}

.cart-sidebar-area .custom-button:hover,
.slide-progress,
.scrollToTop,
.subscribe-form button,
.social-icons li a:hover,
.custom-button.theme-2,
.shortcut-icons li a .amount,
.filter-in,
.cmn-btn-2,
.remove-item-button,
.nav-tabs li a.active,
.owl-dots .owl-dot.active,
.captcha {
  background-color: #1d1d1f !important;
}

.link-color,
.countdown li .countdown-title,
.product-item-2-inner .product-content .price,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.product-details-content .price,
.cate-inner:hover,
.breadcrumb li a,
.total .amount,
.contact-group .account-alt a,
.todays-deal .item .cont .title:hover,
.related-slide-item:hover {
  color: #1d1d1f !important;
}

.user-support-ticket,
.cart-sidebar-area .custom-button:hover,
.custom-button.theme-2,
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  border-color: #1d1d1f !important;
}

.menu li a {
  color: #000;
}

body *::-webkit-scrollbar,
body *::-webkit-scrollbar-button,
body *::-webkit-scrollbar-thumb {
  background-color: #e4e8ea !important;
}

*::-moz-selection {
  background-color: #1d1d1f !important;
}

*::selection {
  background-color: #1d1d1f !important;
}

@media (min-width: 1200px) {
  .dashboard-menu.before-login-menu {
    background-color: #e4e8ea !important;
  }
}

.view-number li .bar,
.user-profile .content {
  background-color: #e4e8ea36 !important;
}

.order-track-item.active .thumb {
  background: #27ae60 !important;
}

.order-track-item.active .thumb i {
  color: #27ae60 !important;
}

@media (max-width: 991px) {
  .shortcut-icons {
    background: #e4e8ea;
  }
}

@media (max-width: 1199px) {
  .dashboard-menu {
    background: #e4e8ea;
  }
}

@media (max-width: 991px) {
  .menu li a {
    color: #ffffff;
  }

  .payment-table tbody tr {
    border-bottom: 1px solid #e4e8ea;
  }
}

body *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #e4e8ea29;
}

@media (max-width: 1199px) {
  .left-category .categories > li > .sub-category::before {
    background: #e4e8ea29;
  }
}

.language_setting ul li a {
  border-left: 2px solid #e4e8ea;
  border-right: 2px solid #e4e8ea;
}

.widget-check-group input:checked::after {
  border-color: #e4e8ea;
  background: #e4e8ea;
}

.spinner {
  border-top: 4px solid #e4e8ea;
}

.spinner-border {
  border: 0.25em solid #1d1d1f;
  border-right-color: transparent !important;
}

.pagination .page-item.disabled span {
  background-color: #e4e8ea4d;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  color: #e4e8ea;
}

.pagination .page-item a,
.pagination .page-item span {
  background-color: #e4e8ea;
}

.alert--base {
  background: #e4e8ea12;
}

/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */

/**
 * Base
 */

*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  margin: 0;
}

[hidden] {
  display: none !important;
}

/**
 * HTML5 display definitions
 */

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */

:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
 * Embedded content
 */

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

/**
 * Grouping content
 */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  -moz-appearance: none;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

.is-tabbing input[type=radio]:focus + label {
  /* Helps improving accessibility */
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.flickity-enabled {
  position: relative;
  overflow: visible !important;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* page dots */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: rgba(var(--text-color-rgb), 0.8);
  border-radius: 100%;
  cursor: pointer;
  transform: scale(1);
  will-change: transform;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.flickity-page-dots .dot::before {
  position: absolute;
  content: "";
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}

.flickity-page-dots .dot.is-selected {
  transform: scale(1.35);
  background: var(--heading-color);
}

/* prev/next buttons */

.flickity-prev-next-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  border-radius: 100%;
  visibility: visible;
  background: var(--flickity-arrow-color);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.7);
  z-index: 1;
}

.flickity-prev-next-button:hover {
  background: var(--accent-color);
}

.flickity-prev-next-button svg {
  position: relative;
  width: 15px;
  height: 15px;
  fill: var(--secondary-background);
  vertical-align: middle;
}

.flickity-prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

.flickity-prev-next-button.previous {
  left: -25px;
}

.flickity-prev-next-button.previous svg {
  left: 1px;
}

.flickity-prev-next-button.next {
  right: -25px;
}

.flickity-prev-next-button.next svg {
  left: -1px;
}

.flickity-enabled:hover .flickity-prev-next-button:not([disabled]) {
  transform: scale(1);
  opacity: 1;
}

/*
   flickity-fade

   NOTE: there is currently a bug in Flickity-fade when there are only 2 slides (https://github.com/metafizzy/flickity-fade/issues/1),
         which requires currently those ugly !important rules to fix the issue
 */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear !important;
  opacity: 0 !important;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
  visibility: visible;
  opacity: 1 !important;
}

/* Make sure that if Flickity is embedded within a modal, the slideshow are not with auto pointer events */

.modal[aria-hidden=true] .flickity-slider > * {
  pointer-events: none !important;
}

/* Temporary fix for slideshow, should be fixed once Flickity is fixed */

.product-gallery__carousel.is-fade .flickity-slider > * {
  transition: opacity 0.3s linear !important;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(6px);
  }

  25% {
    transform: scale(1.3) translateX(8px);
  }

  40% {
    transform: scale(1.2) translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(6px);
  }

  75% {
    transform: scale(0.7) translateX(8px);
  }

  90% {
    transform: scale(0.8) translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  position: absolute;
  background: var(--secondary-background);
  top: 0;
  left: 0;
  height: 520px;
  width: 100%;
  max-width: 520px;
  z-index: 2;
  border: 1px solid var(--accent-color);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /* This is required because of a bug that causes border-radius to not work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(var(--text-color-rgb), 0.4);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(var(--accent-color-rgb), 0.05);
  border: 1px solid var(--accent-color);
  border-radius: 3px;
}

@media screen and (min-width: 641px) {
  .drift-zoom-pane.drift-inline {
    width: 240px;
    height: 240px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * GENERAL
 * ----------------------------------------------------------------------------
 */

html {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: calc(var(--base-text-font-size) - 1px);
  line-height: 1.87;
  color: var(--text-color);
  background: var(--background);
}

@media screen and (min-width: 641px) {
  html {
    font-size: var(--base-text-font-size);
  }
}

/**
 * ----------------------------------------------------------------------------
 * HEADINGS
 * ----------------------------------------------------------------------------
 */

.heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
}

.h1,
.rte h1 {
  margin-bottom: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  line-height: 1.45;
}

.h2,
.rte h2 {
  margin-bottom: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px));
  line-height: 1.55;
}

.h3,
.rte h3 {
  margin-bottom: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  line-height: 1.6;
}

.h4,
.rte h4 {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  line-height: 1.75;
}

.h5,
.rte h4 {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.85;
  text-transform: uppercase;
}

.h6,
.rte h5 {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1.85;
  text-transform: uppercase;
}

@media screen and (min-width: 641px) {
  .h1,
  .rte h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
    line-height: 1.43;
  }

  .h2,
  .rte h2 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 25px));
    line-height: 1.5;
  }

  .h3,
  .rte h3 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));
    line-height: 1.5;
  }

  .h4,
  .rte h4 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
    line-height: 1.7;
  }

  .h5,
  .rte h5 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    line-height: 1.75;
  }

  .h6,
  .rte h6 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    line-height: 1.7;
  }
}

/**
 * --------------------------------------------------------------------
 * TEXT HEADING
 * --------------------------------------------------------------------
 */

.text--strong,
.highlight {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.text--pull {
  margin-top: -0.435em;
  /* This can be applied to pull up the text and remove the effect of line-height to preserve better spacing */
}

/**
 * --------------------------------------------------------------------
 * LINKS
 * --------------------------------------------------------------------
 */

.link {
  transition: color 0.2s ease-in-out;
}

.link:hover,
.link:focus {
  color: var(--accent-color);
}

.link--secondary:hover,
.link--secondary:focus {
  color: var(--heading-color);
}

.link--strong {
  font-weight: var(--heading-font-weight);
}

.link--accented {
  color: var(--accent-color);
}

.link--accented:hover {
  text-decoration: underline;
}

.link--underline {
  text-decoration: underline;
}

/**
 * --------------------------------------------------------------------
 * ICON
 * --------------------------------------------------------------------
 */

@keyframes spinnerRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}

.icon--search-loader {
  animation: spinnerRotation 0.7s infinite linear;
}

@media (-moz-touch-enabled: 1), (hover: none) {
  .touch-area {
    position: relative;
    background: transparent;
    /* This is used to increase the clickable area */
  }

  .touch-area::before {
    position: absolute;
    content: "";
    top: -8px;
    right: -8px;
    left: -8px;
    bottom: -8px;
    transform: translateZ(0);
    /* Needed to avoid a glitch on iOS */
  }
}

/**
 * --------------------------------------------------------------------
 * TABLE
 * --------------------------------------------------------------------
 */

.table-wrapper {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table,
.rte table {
  width: 100%;
  text-align: left;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.table th {
  font-weight: normal;
}

.table th,
.table td {
  padding: 16px 20px;
}

.table th:first-child,
.table td:first-child {
  padding-left: 20px;
}

.table th:last-child,
.table td:last-child {
  padding-right: 20px;
}

.table tbody tr {
  border-top: 1px solid var(--border-color);
}

.table .table__cell--right {
  text-align: right;
}

.table .table__cell--center {
  text-align: center;
}

.table--loose tbody td {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media screen and (max-width: 640px) {
  /* When a table is within a card, on mobile, we need to change the margin and padding to respect the funny iOS-style border */

  .card .table {
    margin-left: 20px;
  }

  .card .table th:first-child,
  .card .table td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .table th,
  .table td {
    padding: 15px 30px;
  }

  .table th:first-child,
  .table td:first-child {
    padding-left: 30px;
  }

  .table th:last-child,
  .table td:last-child {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .table-wrapper {
    white-space: normal;
    overflow: visible;
  }
}

html {
  overflow-x: hidden;
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) label:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: none;
}

.is-locked {
  overflow-y: hidden;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--mobile-container-gutter);
}

.container--medium {
  max-width: 1150px;
}

.container--narrow {
  max-width: 800px;
}

.container--extra-narrow {
  max-width: 630px;
}

.container--giga-narrow {
  max-width: 520px;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

@supports (--css: variables) {
  .anchor {
    top: calc(-1 * var(--header-height));
  }
}

.js .no-js {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .container--flush {
    padding: 0;
  }

  .container--unflush {
    padding: 0 var(--mobile-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .container {
    padding: 0 var(--desktop-container-gutter);
  }
}

/**
 * --------------------------------------------------------------------
 * ASPECT RATIO
 * --------------------------------------------------------------------
 */

.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* The aspect-ratio can also contain a native HTML5 video element */

.aspect-ratio img,
.aspect-ratio video,
.aspect-ratio svg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}

.aspect-ratio--square {
  padding-bottom: 100% !important;
}

.aspect-ratio--short {
  padding-bottom: 75% !important;
}

.aspect-ratio--tall {
  padding-bottom: 150% !important;
}

.aspect-ratio--square img,
.aspect-ratio--short img,
.aspect-ratio--tall img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .aspect-ratio--square img,
  .aspect-ratio--short img,
  .aspect-ratio--tall img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

/**
 * --------------------------------------------------------------------
 * LAZY LOADING
 * --------------------------------------------------------------------
 */

@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(100%);
  }
}

img.lazyload[data-sizes=auto] {
  width: 100%;
  /* this is needed to help LazySizes calculate the correct size */
}

.image--fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.lazyloaded.image--fade-in,
.no-js [data-bgset],
.no-js [data-bg] {
  opacity: 1;
}

.lazyload__loader {
  position: absolute;
  display: block;
  height: 2px;
  width: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  pointer-events: none;
  background-color: var(--border-color);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.lazyload__loader::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--text-color);
}

.lazyloading ~ .lazyload__loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.lazyloading ~ .lazyload__loader::after {
  animation: lazyLoader 3s infinite;
  animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

/**
 * --------------------------------------------------------------------
 * PLACEHOLDER SVG
 * --------------------------------------------------------------------
 */

.placeholder-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-svg {
  display: block;
  fill: var(--text-color);
  background-color: rgba(var(--text-color-rgb), 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder-svg--inverted {
  fill: var(--background);
  background-color: var(--text-color);
  fill-opacity: 0.5;
}

/* This is just a foundation for an ultra simplistic grid */

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 -18px -18px;
  font-size: 0;
}

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 18px 18px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

.grid__cell--top {
  align-self: flex-start;
}

.grid__cell--middle {
  align-self: center;
}

.grid__cell--bottom {
  align-self: flex-end;
}

@media screen and (min-width: 641px) {
  .grid {
    margin: 0 0 -30px -30px;
  }

  .grid__cell {
    padding: 0 0 30px 30px;
  }
}

.\31 \/1 {
  width: 100%;
}

.\31 \/2 {
  width: 50%;
}

.\31 \/3 {
  width: 33.333333%;
}

.\31 \/4 {
  width: 25%;
}

.\31 \/5 {
  width: 20%;
}

.\31 \/6 {
  width: 16.666667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31 \/1--phone {
    width: 100%;
  }

  .\31 \/2--phone {
    width: 50%;
  }

  .\31 \/3--phone {
    width: 33.333333%;
  }

  .\31 \/4--phone {
    width: 25%;
  }

  .\31 \/5--phone {
    width: 20%;
  }

  .\31 \/6--phone {
    width: 16.666667%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31 \/1--tablet {
    width: 100%;
  }

  .\31 \/2--tablet {
    width: 50%;
  }

  .\31 \/3--tablet {
    width: 33.333333%;
  }

  .\31 \/4--tablet {
    width: 25%;
  }

  .\31 \/5--tablet {
    width: 20%;
  }

  .\31 \/6--tablet {
    width: 16.666667%;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31 \/1--tablet-and-up {
    width: 100%;
  }

  .\31 \/2--tablet-and-up {
    width: 50%;
  }

  .\31 \/3--tablet-and-up {
    width: 33.333333%;
  }

  .\31 \/4--tablet-and-up {
    width: 25%;
  }

  .\31 \/5--tablet-and-up {
    width: 20%;
  }

  .\31 \/6--tablet-and-up {
    width: 16.666667%;
  }
}

@media screen and (max-width: 999px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31 \/1--pocket {
    width: 100%;
  }

  .\31 \/2--pocket {
    width: 50%;
  }

  .\31 \/3--pocket {
    width: 33.333333%;
  }

  .\31 \/4--pocket {
    width: 25%;
  }

  .\31 \/5--pocket {
    width: 20%;
  }

  .\31 \/6--pocket {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .hidden-lap {
    display: none !important;
  }

  .\31 \/1--lap {
    width: 100%;
  }

  .\39 \/12--lap {
    width: 75%;
  }

  .\32 \/3--lap {
    width: 66.666666%;
  }

  .\31 \/2--lap {
    width: 50%;
  }

  .\31 \/3--lap {
    width: 33.333333%;
  }

  .\31 \/4--lap {
    width: 25%;
  }

  .\31 \/5--lap {
    width: 20%;
  }

  .\31 \/6--lap {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1000px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31 \/1--lap-and-up {
    width: 100%;
  }

  .\39 \/12--lap-and-up {
    width: 75%;
  }

  .\32 \/3--lap-and-up {
    width: 66.666666%;
  }

  .\31 \/2--lap-and-up {
    width: 50%;
  }

  .\31 \/3--lap-and-up {
    width: 33.333333%;
  }

  .\31 \/4--lap-and-up {
    width: 25%;
  }

  .\31 \/5--lap-and-up {
    width: 20%;
  }

  .\31 \/6--lap-and-up {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-desk {
    display: none !important;
  }

  .\31 \/1--desk {
    width: 100%;
  }

  .\39 \/12--desk {
    width: 75%;
  }

  .\32 \/3--desk {
    width: 66.666666%;
  }

  .\31 \/2--desk {
    width: 50%;
  }

  .\31 \/3--desk {
    width: 33.333333%;
  }

  .\31 \/4--desk {
    width: 25%;
  }

  .\31 \/5--desk {
    width: 20%;
  }

  .\31 \/6--desk {
    width: 16.666667%;
  }
}

@media screen and (min-width: 1440px) {
  .hidden-wide {
    display: none !important;
  }

  .\31 \/1--wide {
    width: 100%;
  }

  .\39 \/12--wide {
    width: 75%;
  }

  .\32 \/3--wide {
    width: 66.666666%;
  }

  .\31 \/2--wide {
    width: 50%;
  }

  .\31 \/3--wide {
    width: 33.333333%;
  }

  .\31 \/4--wide {
    width: 25%;
  }

  .\31 \/5--wide {
    width: 20%;
  }

  .\31 \/6--wide {
    width: 16.666667%;
  }
}

/**
 * --------------------------------------------------------------------
 * BLOCK LIST
 *
 * This component is used by various elements on mobile to allow items
 * to becomes scrollable on mobile and small tablets
 * --------------------------------------------------------------------
 */

.block-list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 -7px -20px -7px;
}

.block-list--no-flush.block-list--no-flush {
  margin-bottom: 0;
  /* The double class is to increase specifity and avoid to set it at each breakpoint */
}

.block-list__item {
  display: flex;
  /* Allow to stretch the content if different block items have different height */
}

/* Unfortunately IE11 does not like nested flex items, so for IE11, we revert to display: block */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-list__item {
    display: block;
  }
}

.block-list__item > :first-child {
  margin: 0 7px 20px 7px;
  flex: 1 0 0%;
}

@media screen and (max-width: 999px) {
  .scroller .block-list {
    white-space: nowrap;
    flex-flow: row nowrap;
  }

  .scroller .block-list::before {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .scroller .block-list::after {
    content: "";
    flex: 0 0 calc(var(--mobile-container-gutter) - 7px);
  }

  .scroller .block-list__item {
    flex: 0 0 auto;
    white-space: normal;
    scroll-snap-align: center;
  }
}

@media screen and (max-width: 640px) {
  .scroller .block-list__item {
    width: 81%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .scroller .block-list__item {
    width: 56%;
  }

  .scroller .block-list::before {
    flex: 0 0 var(--desktop-container-gutter);
  }

  .scroller .block-list::after {
    flex: 0 0 calc(var(--desktop-container-gutter) - 15px);
  }
}

@media screen and (min-width: 641px) {
  .block-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
  }

  .block-list__item > :first-child {
    margin: 0 15px 30px 15px;
  }
}

@media screen and (min-width: 1000px) {
  .block-list {
    white-space: normal;
  }

  .block-list::before,
  .block-list::after {
    display: none;
  }

  .block-list__item--grow {
    flex-grow: 1;
  }
}

/**
 * VARIATIONS
 */

.block-list--loose {
  margin-bottom: -45px;
}

.block-list--loose .block-list__item > :first-child {
  margin-bottom: 45px;
}

@media screen and (min-width: 641px) {
  .block-list--loose {
    margin-bottom: -60px;
  }

  .block-list--loose .block-list__item > :first-child {
    margin-bottom: 60px;
  }
}

/**
 * --------------------------------------------------------------------
 * ARTICLE ITEM
 * --------------------------------------------------------------------
 */

.article-item__image-container {
  display: block;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.article-item__image-container--placeholder {
  height: 200px;
}

.article-item__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  /* IE11 polyfill */
  transform: scale(1.01);
  /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--animate-zoom .article-item:hover .article-item__image {
    transform: scale(1.07);
  }

  .article-item:hover .article-item__title {
    color: var(--accent-color);
  }
}

.article-item__meta {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.article-item__meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin: -1px 10px 0 10px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.article-item__title {
  margin-bottom: 4px;
}

.article-item__excerpt {
  margin-top: 12px;
}

@media screen and (max-width: 999px) {
  .article-item:not(:last-child) {
    padding-bottom: 20px;
  }

  .scroller .article-item:not(:last-child) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .article-item__meta {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

@media screen and (min-width: 1000px) {
  .blog-container--without-sidebar .article-item--featured .aspect-ratio {
    padding-bottom: 40% !important;
    /* We have a small exception to make image smaller in case there is no sidebar on the featured item */
  }
}

@media screen and (min-width: 1280px) {
  .article-item__meta-item + .article-item__meta-item::before {
    margin: 0 14px;
  }
}

/**
 * --------------------------------------------------------------------
 * ARTICLE DETAILS
 * --------------------------------------------------------------------
 */

.article__image-wrapper {
  position: relative;
  width: calc(100% + (var(--mobile-container-gutter) * 2));
  left: calc(-1 * var(--mobile-container-gutter));
  margin-top: 4px;
  z-index: 1;
}

.article__toolbar,
.article__toolbar-item {
  display: flex;
  align-items: center;
}

.article__toolbar {
  justify-content: space-between;
}

.article__toolbar-item .icon--bi-comment {
  width: 24px;
  height: 23px;
  margin-right: 15px;
}

.article__share-label {
  margin-right: 20px;
}

.article__comments-count {
  color: var(--heading-color);
}

.article__inner {
  max-width: 680px;
  margin: 40px auto 100px auto;
}

.article__content {
  margin-bottom: 2.8em;
}

.article__aside {
  margin-bottom: 50px;
}

.article__aside-item {
  display: flex;
  align-items: center;
}

.article__aside-item + .article__aside-item {
  margin-top: 20px;
}

.article__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 41px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.article__navigation svg {
  width: 8px;
  height: 12px;
  vertical-align: -1px;
}

.article__navigation--align-right {
  justify-content: flex-end;
}

.article__navigation-item--prev svg {
  margin-right: 12px;
}

.article__navigation-item--next svg {
  margin-left: 12px;
}

.article__comment-list {
  margin-top: 50px;
}

.article__comment-list-heading {
  margin-bottom: 30px;
}

.article-comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.article-comment:first-child {
  margin-top: 30px;
}

.article-comment:last-child {
  margin-bottom: 0;
}

.article-comment__gravatar {
  border-radius: 100%;
  max-width: 50px;
  margin: 5px 22px 0 0;
}

.article-comment__author {
  margin-bottom: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.article-comment__date {
  display: block;
  margin-bottom: 12px;
  font-style: italic;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.article__comment-form {
  margin-top: 50px;
}

.article__comment-list + .article__comment-form {
  margin-top: 70px;
}

.article__comment-form-title {
  margin-bottom: 12px;
}

.article__moderated-note {
  font-style: italic;
}

.article__comment-form-wrapper {
  margin-top: 32px;
}

@media screen and (min-width: 641px) {
  .article__image-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: 3px 3px 0 0;
    margin: 0 0 -1px 0;
    /* This -1 allows to cover the border of the card */
    overflow: hidden;
  }

  .article__image-wrapper + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .article__inner {
    margin-top: 60px;
  }

  .article__content {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }

  .article-comment {
    margin-bottom: 42px;
  }

  .article-comment__author {
    margin-bottom: 2px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }

  .article-comment__date {
    margin-bottom: 12px;
  }
}

/**
 * --------------------------------------------------------------------
 * BLOG
 * --------------------------------------------------------------------
 */

.shopify-section__article {
  max-width: 980px;
}

.blog-sidebar__item {
  margin-bottom: 45px;
}

.blog-sidebar__item--products,
.blog-sidebar__item--newsletter {
  margin-bottom: 50px;
  /* we add a bit of additional spacing to those two are the content is not made of text that brings its own spacing due to line-height */
}

.blog-sidebar__item:first-child:not(.blog-sidebar__item--newsletter) {
  margin-top: -0.435em;
}

.blog-sidebar__block-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  /* From tablet and up the sidebar is on the right */

  .blog-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .shopify-section__blog-posts,
  .shopify-section__article {
    /* IE11 has issue with the shorthand form */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }

  .blog-sidebar {
    width: 300px;
    margin-left: 60px;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .blog-sidebar {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280px) {
  .blog-sidebar {
    width: 350px;
    margin-left: 70px;
  }
}

/* Newsletter */

.blog-sidebar__item--newsletter {
  padding: 30px 20px 30px 20px;
  border-radius: 3px;
  text-align: center;
}

.blog-sidebar__item--newsletter .heading {
  color: inherit;
}

@media screen and (max-width: 640px) {
  /* On mobile it goes to the edge */

  .blog-sidebar__item--newsletter {
    border-radius: 0;
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
  }
}

/* Featured blog posts */

.blog-sidebar__post-list {
  list-style: none;
}

.blog-sidebar__post-item {
  display: flex;
  align-items: flex-start;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.features--animate-zoom .blog-sidebar__post-item:hover .blog-sidebar__post-image {
  transform: scale(1.1);
}

.blog-sidebar__post-item:hover .blog-sidebar__post-title {
  color: var(--accent-color);
}

.blog-sidebar__post-item + .blog-sidebar__post-item {
  margin-top: 30px;
}

.blog-sidebar__post-image-wrapper {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
}

.blog-sidebar__post-image,
.blog-sidebar__post-placeholder {
  min-height: 80px;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-sidebar__post-image-overflow {
  overflow: hidden;
  border-radius: 3px;
}

.blog-sidebar__post-title {
  position: relative;
  display: block;
  display: -webkit-box;
  margin-top: 2px;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.blog-sidebar__post-meta {
  margin-top: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.blog-sidebar__post-meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.blog-sidebar__post-list--ranked {
  counter-reset: post-ranking 0;
}

.blog-sidebar__post-list--ranked .blog-sidebar__post-image-wrapper::before {
  position: absolute;
  content: counter(post-ranking);
  top: calc(50% - 16px);
  left: -16px;
  border: 2px solid var(--background);
  height: 32px;
  width: 32px;
  line-height: 28px;
  /* 32px minus 4px of border */
  text-align: center;
  border-radius: 100%;
  background: var(--accent-color);
  color: var(--secondary-background);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  counter-increment: post-ranking;
  z-index: 1;
}

/* Products */

.blog-sidebar__item--products .product-item {
  width: 100%;
}

.blog-sidebar__item--products .product-item__image-wrapper {
  width: 75px !important;
}

.blog-sidebar__item--products .product-item__price-list > .price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

@media screen and (max-width: 640px) {
  /* For the sidebar the products display slightly differently as they do not goes edge to edge */

  .blog-sidebar__item--products .product-list--horizontal {
    border: 1px solid var(--border-color);
    border-radius: 3px;
  }
}

/* Linklists */

.blog-sidebar__linklist {
  list-style: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.blog-sidebar__link-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--form-border-color);
  line-height: 1.5;
}

.blog-sidebar__link-item:first-child {
  padding-top: 5px;
}

.blog-sidebar__link-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar__link-item > a {
  display: block;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.button[disabled] {
  cursor: not-allowed;
}

.button--extra-small {
  padding: 0 15px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 34px;
}

.button--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 42px;
}

.button--large {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  line-height: 55px;
}

.button--extra-large {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  line-height: 60px;
}

.button--primary {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

.button--primary:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

.button--secondary {
  background: var(--secondary-button-background);
  color: var(--secondary-button-text-color);
}

.button--secondary:hover {
  background: rgba(var(--secondary-button-background-rgb), 0.8);
}

.button--ternary {
  color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
  /* use box-shadow instead of border to not create additional space */
}

.button--ternary:hover {
  background: rgba(var(--border-color-rgb), 0.5);
  color: var(--text-color);
}

.button--transparent {
  color: var(--text-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
  /* use box-shadow instead of border to not create additional space */
}

.button--transparent:hover {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  box-shadow: 0 0 0 1px var(--primary-button-background) inset;
}

/* The color scheme is a bit hacky here, but basically this button is only used for the sold out button, so we re-use the
   sold out label to create some consistence */

.button--disabled {
  background: var(--product-sold-out-color);
  box-shadow: 0 0 0 1px var(--product-sold-out-color) inset;
  /* use box-shadow instead of border to not create additional space */
  color: var(--secondary-background);
}

.button--full {
  width: 100%;
}

.button--min-width {
  min-width: 200px;
}

.button--floating {
  transition: box-shadow 0.2s ease-in-out;
}

.button--floating:hover {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
}

/**
 * --------------------------------------------------------------------
 * BUTTON WRAPPER
 * --------------------------------------------------------------------
 */

.button-wrapper {
  text-align: center;
}

/**
 * --------------------------------------------------------------------
 * BUTTON STACK
 * --------------------------------------------------------------------
 */

.button-stack {
  display: flex;
  flex-direction: column;
}

.button-stack > .button + .button {
  margin-top: 10px;
}

/**
 * --------------------------------------------------------------------
 * BUTTON GROUP
 * --------------------------------------------------------------------
 */

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
}

.button-group > * {
  margin: 5px;
}

.button-group--fit > * {
  flex: 1 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.button-group--loose {
  margin: -10px;
}

.button-group--loose > * {
  margin: 10px;
}

/**
 * --------------------------------------------------------------------
 * Standard card
 * --------------------------------------------------------------------
 */

.card {
  position: relative;
  margin-bottom: 18px;
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.card__header {
  position: relative;
  padding: 20px 20px 0 20px;
}

.card__header--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card__title {
  margin-bottom: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.card__subtitle {
  margin-bottom: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.card__subtitle:first-child {
  margin-top: -0.435em;
}

.card__title--small {
  margin-bottom: 10px;
  margin-top: -2px;
  /* Those kind of micro-adjustments rules are not really beautiful, but it's here to satisfy need of pixel perfect... */
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.card__section,
.card__collapsible-button {
  position: relative;
  padding: 20px;
}

.card__collapsible-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

.card__collapsible-button .plus-button {
  margin-left: 10px;
  color: var(--heading-color);
}

.card__section + .card__section::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - var(--mobile-container-gutter));
  top: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.card__section--no-padding {
  padding: 0 !important;
}

.card__collapsible {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.card__collapsible-content {
  padding: 0 20px 20px 20px;
}

.card__separator {
  width: calc(100% + var(--mobile-container-gutter));
  margin: 20px 0;
  border: none;
  border-top: 1px solid var(--border-color);
}

.card__navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: -3px;
  /* Yeah, designers like making things simple complicated :D */
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.card__navigation-breadcrumb svg {
  margin-right: 12px;
  width: 8px;
  height: 12px;
  vertical-align: -1px;
}

.card__linklist {
  list-style: none;
}

.card__linklist-item {
  display: block;
  padding: 2px 0;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .card {
    border-radius: 0;
    /* cards expand full-width on mobile */
  }

  .card__section--flex .button {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .card--collapsed {
    margin-top: -18px !important;
    border-top: none !important;
    box-shadow: 0 -1px var(--secondary-background);
    /* allows to hide the border of the previous card */
  }

  .card--collapsed .card__header,
  .card--collapsed .card__section {
    padding-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .card--collapsed {
    margin-top: -30px !important;
    border-radius: 0 0 3px 3px;
  }
}

@media screen and (min-width: 641px) {
  .card {
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
  }

  .card__header {
    padding: 30px 30px 0 30px;
  }

  .card__section,
  .card__collapsible-button {
    padding: 30px;
  }

  .card__section + .card__section::before {
    width: 100%;
  }

  .card__section--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card__subtitle {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .card__collapsible-content {
    padding: 0 30px 30px 30px;
  }

  .card__separator {
    width: 100%;
    margin: 24px 0;
  }

  .card__header--tight {
    padding-top: 20px;
  }

  .card__section--tight {
    padding: 20px 25px;
  }

  .card__section--tight .card__separator {
    margin: 20px 0;
  }

  .card__navigation {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .card--sticky {
    position: sticky;
    top: 0;
    margin-bottom: 0;
  }

@supports (--css: variables) {
    .card--sticky {
      top: calc((var(--header-height) + 30px) * 0);
      top: calc((var(--header-height) + 30px) * var(--header-is-sticky, 0));
    }
}
}

.card__section .rte .button:last-child {
  margin-bottom: 15px;
}

/**
 * --------------------------------------------------------------------
 * Mini-cart
 * --------------------------------------------------------------------
 */

.mini-cart {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 100%;
  max-height: 0;
  /* This is needed to fix a bug on iOS, DO NOT REMOVE */
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
}

.mini-cart[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.mini-cart .icon--nav-triangle-borderless {
  position: absolute;
  width: 18px;
  height: 8px;
  right: 6px;
  bottom: 100%;
  z-index: 2;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
}

.mini-cart__alert-wrapper {
  padding-top: 20px;
}

.mini-cart .alert {
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.mini-cart__content:not(.mini-cart__content--empty) > * {
  padding-left: 20px;
  padding-right: 20px;
}

.mini-cart__content--empty {
  padding: 20px 25px 25px 25px;
}

.mini-cart__empty-state {
  padding: 70px 0 60px 0;
  text-align: center;
}

.mini-cart__empty-state svg {
  margin-bottom: 10px;
}

.mini-cart__line-item-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.mini-cart__line-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.mini-cart__line-item + .mini-cart__line-item {
  border-top: 1px solid var(--border-color);
}

.mini-cart__image-wrapper {
  min-width: 80px;
  width: 80px;
  margin-right: 20px;
}

.mini-cart__product-info {
  margin-bottom: 12px;
}

.mini-cart__product-vendor {
  display: block;
  margin-bottom: 7px;
  line-height: 1.55;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-transform: uppercase;
}

.mini-cart__product-title {
  display: block;
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.5;
}

.mini-cart__property-list {
  line-height: 1.5;
  margin: 6px 0;
}

.mini-cart__price-list > .price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__price-info {
  margin-top: -2px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.mini-cart__discount-list {
  list-style: none;
  margin-top: 2px;
}

.mini-cart__discount {
  display: inline-block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  background: rgba(var(--product-on-sale-accent-rgb), 0.08);
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
}

.mini-cart__discount svg {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.mini-cart__discount + .mini-cart__discount {
  margin-top: 5px;
}

.mini-cart__quantity-remove {
  display: inline-block;
  margin-left: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

.mini-cart__recap {
  padding: 15px 20px 20px 20px;
  border-top: 1px solid var(--border-color);
}

.mini-cart__recap-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__recap-price-line--highlight {
  color: var(--product-on-sale-accent);
}

.mini-cart__recap-price-line + .mini-cart__recap-price-line {
  margin-top: 4px;
}

.mini-cart__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__button-container {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 24px;
  }

  .mini-cart__content {
    display: flex;
    flex-direction: column;
  }

  .mini-cart__inner,
  .mini-cart__content--empty {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 20px);
    /* We remove a bit of space to fix the double click issue on iOS */
  }
}

@media screen and (min-width: 641px) {
  .mini-cart {
    left: auto;
    right: 0;
    top: calc(100% + 14px);
    max-height: none;
    width: 470px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .mini-cart__content > * {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-cart__content--empty {
    padding-bottom: 25px;
  }

  .mini-cart__line-item-list {
    max-height: 300px;
  }

  .mini-cart__item-wrapper {
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mini-cart__quantity-remove {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0 auto;
  }

  .mini-cart__product-info {
    margin: 0 20px 0 0;
  }

  .mini-cart__recap {
    padding: 15px 25px 25px 25px;
  }
}

@media screen and (min-height: 700px) and (min-width: 641px) {
  .mini-cart__line-item-list {
    max-height: 330px;
  }
}

@media screen and (min-width: 1280px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 58px;
  }
}

/**
 * --------------------------------------------------------------------
 * Main cart general layout
 *
 * On desktop, the recap is moved to the right, while the main content
 * has a restricted width
 * --------------------------------------------------------------------
 */

.cart-recap__secure-payment-list {
  max-width: 300px;
  margin: -4px auto !important;
}

@media screen and (max-width: 999px) {
  .cart-wrapper {
    min-height: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .cart-wrapper {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-wrapper__inner {
    position: relative;
  }

  .cart-wrapper__inner-inner {
    width: calc(100% - 380px);
  }

  .cart-recap {
    position: absolute;
    right: var(--desktop-container-gutter);
    top: 0;
    width: 350px;
    height: 100%;
  }

  .cart-recap__scroller {
    position: sticky;
    top: 0;
  }

@supports (--css: variables) {
    .cart-recap__scroller {
      top: calc(var(--header-height) + 30px);
    }
}
}

@media screen and (min-width: 1280px) {
  .cart-wrapper__inner-inner {
    width: calc(100% - 430px);
  }

  .cart-recap {
    width: 400px;
  }
}

/**
 * --------------------------------------------------------------------
 * Gift wrap
 * --------------------------------------------------------------------
 */

.gift-wrap {
  padding: 20px 10px 20px 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.gift-wrap__left {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.gift-wrap__icon svg {
  display: block;
  margin-top: -4px;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.gift-wrap__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .gift-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 30px;
  }

  .gift-wrap__left {
    margin-bottom: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * Estimate shipping (this is quite similar to the gift wrap code, and
 * may be good to find a good block abstraction to make the code re-usable
 * --------------------------------------------------------------------
 */

.estimate-shipping {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.estimate-shipping__toggle {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.estimate-shipping__icon svg {
  display: block;
  margin-right: 25px;
  width: 24px;
  height: 24px;
}

.estimate-shipping__arrow {
  margin-left: auto;
}

.estimate-shipping__arrow svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}

.estimate-shipping__toggle[aria-expanded=true] .estimate-shipping__arrow svg {
  transform: rotateZ(180deg);
}

.estimate-shipping__collapsible .shipping-estimator {
  padding: 0 20px 20px 20px;
}

@media screen and (min-width: 641px) {
  .estimate-shipping__toggle {
    padding: 20px 30px;
  }

  .estimate-shipping__collapsible .shipping-estimator {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * Cart recap
 * --------------------------------------------------------------------
 */

.cart-recap__price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  font-weight: var(--text-font-bolder-weight);
  color: var(--heading-color);
}

.cart-recap__price-line + .cart-recap__price-line {
  margin-top: 4px;
}

.cart-recap__price-line--highlight {
  color: var(--product-on-sale-accent);
}

.cart-recap__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.cart-recap__note {
  margin-top: 14px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cart-recap__note-inner {
  padding-bottom: 20px;
}

.cart-recap__note-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

.cart-recap__note-button svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}

.cart-recap__note-button[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.cart-recap__note-edit {
  margin-right: 14px;
  color: var(--accent-color);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.cart-recap__note-edit.is-visible {
  opacity: 1;
}

.cart-recap__notices {
  margin: 24px 0;
}

.cart-recap__secure-payment-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
}

.cart-recap__secure-payment-title svg {
  margin-right: 8px;
  vertical-align: text-top;
}

@media screen and (min-width: 641px) {
  .cart-recap__price-line {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  .cart-recap__amount-saved {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }

  .cart-recap__note {
    margin-top: 20px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION
 * --------------------------------------------------------------------
 */

.collection__image-wrapper {
  position: relative;
  height: 180px;
  margin-bottom: -1px;
  z-index: 1;
  overflow: hidden;
}

.collection__image-wrapper--small {
  height: 140px;
}

.collection__image-wrapper--large {
  height: 230px;
}

.collection__image-wrapper--preserve-ratio {
  height: auto !important;
  /* Height depends on the ratio of the original image */
}

.collection__image-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.collection__image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.collection__title {
  margin-bottom: 5px;
}

.collection__meta {
  margin-bottom: 12px;
}

.collection__description {
  margin-top: 20px;
}

.collection__brand-logo-wrapper {
  margin-right: 20px;
  padding: 10px;
  width: 70px;
  height: 70px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.collection__brand-logo-image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collection__products-count {
  margin-bottom: 18px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.collection__toolbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  padding: 0 var(--mobile-container-gutter);
  box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  background: var(--secondary-background);
  z-index: 3;
}

.collection__toolbar-item {
  display: flex;
  align-items: center;
  height: 48px;
}

.collection__toolbar-item--filter svg {
  margin-right: 12px;
  width: 19px;
  height: 20px;
}

.collection__layout-label {
  margin-right: 20px;
}

.collection__layout-button {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.collection__layout-button:last-child {
  margin-left: 15px;
}

.collection__layout-button:hover {
  opacity: 1;
}

.collection__layout-button.is-selected {
  opacity: 1;
  color: var(--heading-color);
}

.collection__layout-button svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* Adjustment when the expanded description is enabled */

.collection__header .expandable-content--expandable {
  margin-bottom: -22px;
}

/* Brand variant */

.collection__header--brand .collection__meta {
  display: flex;
  align-items: center;
}

.collection__header--brand .collection__description {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .collection__toolbar {
    position: sticky;
    top: calc(var(--header-height) * 0);
    top: calc(var(--header-height) * var(--header-is-sticky, 0));
  }
}

@media screen and (min-width: 641px) {
  .collection__image-wrapper {
    height: 230px;
    border-radius: 3px 3px 0 0;
  }

  .collection__image-wrapper--small {
    height: 200px;
  }

  .collection__image-wrapper--large {
    height: 310px;
  }

  .collection__brand-logo-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }

  .collection__products-count {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .collection__toolbar {
    padding: 0 30px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .collection__toolbar--bordered {
    margin-top: 30px;
    box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  }

  .card__header--tight + .collection__toolbar--bordered {
    margin-top: 25px;
  }

  .collection__toolbar-item {
    height: 58px;
  }

  .collection__toolbar-item .value-picker-button {
    margin-left: 4px;
  }
}

@media screen and (max-width: 640px) {
  .collection__toolbar-item--count + .collection__toolbar-item--layout {
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .collection__toolbar:not(.collection__toolbar--bordered) {
    margin-top: -12px;
    box-shadow: 0 1px var(--border-color);
  }

  .collection__brand-logo-wrapper {
    width: 110px;
    height: 110px;
    flex: none;
  }

  /* Brand variation */

  .collection__header--brand {
    display: flex;
    align-items: flex-start;
  }

  .collection__header--brand .collection__meta {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .collection__title {
    margin-bottom: 12px;
  }

  .collection__description {
    margin-top: 10px;
  }

  .collection__showing-count,
  .collection__toolbar-item--sort {
    margin-right: 45px;
  }

  .collection__toolbar-item--sort {
    margin-left: auto;
  }

  /* Brand variation */

  .collection__header--brand .collection__meta {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .collection__showing-count,
  .collection__toolbar-item--sort {
    margin-right: 80px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION (FILTER BAR)
 * --------------------------------------------------------------------
 */

.collection__filter-group-list--ordered {
  display: flex;
  flex-direction: column;
}

.collection__filter-group {
  padding: 13px 20px 14px 20px;
  border-bottom: 1px solid var(--border-color);
}

.collection__filter-group-name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.collection__filter-group-name svg {
  width: 12px;
  height: 8px;
  margin-left: 10px;
  transition: transform 0.25s ease-in-out;
}

.collection__filter-group-name[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.collection__filter-collapsible {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.collection__filter-collapsible[aria-hidden=false] {
  visibility: visible;
}

.collection__filter-item-active {
  display: block;
  margin-top: -5px;
  color: var(--accent-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

/* Linklist */

.collection__filter-linklist {
  list-style: none;
  padding: 4px 0 8px 0;
}

.collection__filter-link {
  display: block;
  width: 100%;
  padding: 3px 0 4px 0;
  text-align: left;
}

.collection__filter-link svg {
  width: 12px;
  height: 8px;
  margin-left: 8px;
  transition: transform 0.25s ease-in-out;
}

.collection__filter-link[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.collection__filter-link.is-active {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.collection__filter-linklist .collection__filter-linklist {
  padding: 0 0 0 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

/* Colors */

.collection__filter-color-list {
  padding: 7px 0 5px 6px;
}

/* Checkbox */

.collection__filter-checkbox-list {
  list-style: none;
}

.collection__filter-collapsible .collection__filter-checkbox-list {
  padding: 8px 0 7px 10px;
  /* When embedded into a collapsible it get more padding */
}

.collection__filter-checkbox {
  display: flex;
  align-items: center;
  padding: 2px 0 3px 0;
}

.collection__filter-checkbox label {
  margin-left: 4px;
  /* This is micro-alignment to respect the design due to the usage of flexbox here */
  line-height: 1.5;
}

/* Active filters */

.collection__filter-icon--active {
  position: relative;
}

.collection__filter-icon--active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--accent-color);
}

.collection__active-filters {
  margin: -5px 0 16px 0;
}

.collection__active-filters:empty {
  display: none;
}

.collection__active-filter-item {
  display: flex;
  width: 100%;
  padding: 4px 0;
  align-items: center;
  line-height: 1.5;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.collection__active-filter-cross {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  background: var(--accent-color);
  color: var(--secondary-background);
  height: 20px;
  width: 20px;
  border-radius: 3px;
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.4);
}

.collection__active-filter-cross svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  stroke-width: 2px;
  stroke: white;
}

.collection__clear-filter {
  margin: 13px 0 9px 0;
}

@media screen and (min-width: 1000px) {
  .collection__filter-group {
    padding: 6px 0;
    border-bottom: 0;
  }

  .collection__filter-group-name {
    justify-content: flex-start;
  }

  /* Linklist */

  .collection__filter-linklist {
    padding: 0 0 9px 0;
  }

  .collection__filter-linklist .collection__filter-linklist {
    padding-left: 15px;
  }

  .collection__filter-link {
    padding: 2px 0;
  }

  /* Color */

  .collection__filter-color-list {
    padding: 12px 0 10px 0;
  }

  /* Checkbox */

  .collection__filter-collapsible .collection__filter-checkbox-list {
    padding-bottom: 12px;
  }

  .collection__filter-group:last-child .collection__filter-checkbox-list {
    padding-bottom: 0;
    /* Last one must have its padding removed */
  }

  .collection__filter-checkbox {
    padding: 0;
  }

  .collection__filter-checkbox .checkbox-wrapper {
    margin: 8px 0;
  }
}

@media screen and (min-width: 1280px) {
  .collection__sidebar {
    flex-basis: 290px;
  }
}

/**
 * --------------------------------------------------------------------
 * MAIN COLLECTION (FILTER BAR MOBILE)
 * --------------------------------------------------------------------
 */

.collection__mobile-filters-recap {
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
}

.collection__mobile-active-filters {
  margin: -5px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.collection__mobile-active-filter-item {
  padding: 4px 12px;
  background: var(--accent-color);
  border-radius: 3px;
  box-shadow: 0 1px rgba(var(--accent-color-rgb), 0.15);
  color: var(--secondary-background);
  font-weight: var(--text-font-bolder-weight);
}

.collection__mobile-active-filter-item,
.collection__mobile-active-clear {
  margin: 5px;
}

.collection__mobile-active-filter-cross {
  margin-right: 7px;
}

.collection__mobile-active-filter-cross svg {
  width: 7px;
  height: 7px;
  stroke: currentColor;
  stroke-width: 3px;
}

.collection__mobile-active-clear {
  position: relative;
  margin-left: 15px;
}

.collection__mobile-active-clear::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.collection__mobile-active-filters-results {
  display: block;
  margin-top: 25px;
  margin-bottom: -5px;
}

/**
 * --------------------------------------------------------------------
 * COLLECTION FILTER DRAWER (MOBILE)
 * --------------------------------------------------------------------
 */

.collection-drawer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.collection-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  max-height: 64px;
  padding: 15px 15px 15px 25px;
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
}

.collection-drawer__header > div {
  display: flex;
  align-items: center;
}

.collection-drawer__close {
  margin-right: 16px;
  color: var(--heading-color);
}

.collection-drawer__close svg {
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -1px;
}

.collection-drawer__title {
  margin-bottom: 0;
}

.collection-drawer__inner {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.collection-drawer__section-title {
  margin: 0;
  padding: 4px 15px;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
}

.collection-drawer__footer {
  padding: 15px;
  box-shadow: 0 -2px 2px rgba(var(--border-color-rgb), 0.65);
}

.collection-drawer__footer .button {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

/**
 * --------------------------------------------------------------------
 * PRODUCT LIST
 * --------------------------------------------------------------------
 */

.product-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
  /* This is needed to create a new stacking context to improve performance on iOS */
}

.product-list .flickity-viewport {
  border-radius: 3px;
}

.product-list--scrollable {
  flex-wrap: nowrap;
}

.product-list--collection::before {
  display: none;
}

/* This allows to push the content in case when the product item has a quick form button (like on cart page) */

.product-item--vertical,
.product-item--vertical .product-item__info {
  display: flex;
  flex-direction: column;
}

.product-item--vertical .product-item__info {
  justify-content: space-between;
  flex: 1 0 auto;
}

.product-list__column {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .product-list--scrollable::before,
  .product-list--scrollable::after {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .product-list--scrollable .product-item {
    width: 62%;
  }

  .product-list--collage {
    border-width: 1px 0;
  }

  .product-list--collection .product-item--vertical {
    width: 50%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .product-list--scrollable::before,
  .product-list--scrollable::after {
    content: "";
    flex: 0 0 var(--desktop-container-gutter);
  }

  .product-list--scrollable .product-item {
    width: 36%;
  }
}

@media screen and (min-width: 641px) {
  .product-list {
    background: var(--secondary-background);
    border-radius: 3px;
    border: none;
  }

  /* This needs to be done instead of applying a border to the product-list to fix a z-index issue with the product labels */

  .product-list--collage::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 0px);
    /* This solves an issue on Safari, where 100% does not always work - likely a pixel rounding issue - */
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
  }

  .product-list__column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 0 0 33.333333%;
  }

  .product-list__column > .product-item {
    flex: 1 0 auto;
  }

  .product-list__column--highlight .product-item__title {
    font-size: 1rem;
  }

@supports (display: grid) {
    .product-list--collage {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    }

    .product-list__column {
      display: grid;
      grid-auto-rows: 1fr;
    }

    .product-list__column--shrink {
      grid-template-rows: minmax(50%, min-content);
    }
}
}

@media screen and (max-width: 999px) {
  .product-list--scrollable {
    overflow: visible;
    border: none;
    background: transparent;
  }

  .product-list--scrollable .product-item {
    border: 1px solid var(--border-color);
  }

  .product-list--scrollable .product-item + .product-item {
    border-left: none;
  }

  .product-list--scrollable .product-item:first-child {
    border-radius: 3px 0 0 3px;
  }

  .product-list--scrollable .product-item:last-child {
    border-radius: 0 3px 3px 0;
  }

  .product-list--collection {
    border: none;
  }
}

@media screen and (min-width: 1000px) {
  /* This needs to be done instead of applying a border to the product-list to fix a z-index issue with the product labels */

  .product-list::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 0px);
    /* This solves an issue on Safari, where 100% does not always work - likely a pixel rounding issue - */
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
  }

  .product-list--scrollable::after {
    content: "flickity";
    display: none;
  }

  .product-list--scrollable .product-item {
    min-height: 100%;
  }

  .product-list--stackable {
    flex-wrap: wrap;
  }

  .product-list__column {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 1440px) {
@supports (display: grid) {
    .product-list--collage {
      grid-template-columns: repeat(2, 1fr 1.05fr);
    }
}
}

/**
 * --------------------------------------------------------------------
 * FEATURED COLLECTION (HOME PAGE)
 * --------------------------------------------------------------------
 */

.featured-collection {
  padding-top: 25px;
  background-repeat: no-repeat;
  background-position: bottom 0 left -15px;
  background-size: 500px auto;
}

.featured-collection__header {
  padding: 0 var(--mobile-container-gutter) 40px var(--mobile-container-gutter);
}

.featured-collection__title {
  margin-bottom: 8px;
  color: inherit;
}

.featured-collection__cta {
  margin-top: 8px;
}

.featured-collection__image-wrapper {
  margin-top: 25px;
}

.featured-collection .product-list {
  margin-bottom: 20px;
  border-radius: 2px;
}

.featured-collection .product-item {
  border: none;
  border-right: 1px solid var(--border-color);
}

.featured-collection .product-item::after {
  display: none;
}

.featured-collection .product-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 640px) {
  .featured-collection,
  .featured-collection__header {
    background-image: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .featured-collection {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
    background-image: none !important;
  }

  .featured-collection__header {
    padding-left: var(--desktop-container-gutter);
    padding-right: var(--desktop-container-gutter);
    background-repeat: no-repeat;
    background-position: bottom 0 right -15px;
    background-size: 430px auto;
  }

  .featured-collection__image-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-collection .product-list {
    margin-bottom: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 1000px) {
  .featured-collection {
    display: table;
    /* using Flexbox here didn't work well, so let's use old school and reliable stuff */
    table-layout: fixed;
    width: 100%;
    padding: 6px 6px 6px 0;
    border-radius: 3px;
  }

  .featured-collection__header,
  .featured-collection__content {
    display: table-cell;
    vertical-align: top;
  }

  .featured-collection__header {
    width: 455px;
    padding: 20px 30px;
    background-image: none !important;
  }

  .featured-collection .product-list {
    margin-bottom: 0;
  }

  .featured-collection .product-list::before {
    display: none;
  }

  /* This code is absolutely ugly and hacky, but due to rounding errors on Chrome, sometimes everything is shifted by 1px,
     and designer couldn't tolerate it. I've found this hack which basically adds a box-shadow to "cover" artificially
     the border of last element in the list. No better fix were found so far */

  .featured-collection .flickity-viewport::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: var(--secondary-background);
    right: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * COLLECTION ITEM (round style)
 * --------------------------------------------------------------------
 */

.collection-item {
  display: inline-block;
  width: 36vw;
  margin: 0 14px;
  vertical-align: top;
  white-space: normal;
}

.collection-item:first-child {
  margin-left: var(--mobile-container-gutter);
}

.collection-item:last-child {
  margin-right: var(--mobile-container-gutter);
}

.collection-item__image-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.collection-item__image-wrapper--rounded {
  /* adding a stacking context (position: relative; z-index: 0;) is necessary due to a bug in Safari. More info here: https://bugs.webkit.org/show_bug.cgi?id=98538 */
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 100%;
}

.collection-item__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: scale(1.01);
  /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  font-family: "object-fit: cover; object-position: center;";
  /* IE11 polyfill */
  transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-item__title {
  display: block;
  line-height: 1.4;
  text-align: center;
  transition: color 0.2s ease-in-out;
}

.collection-item__title svg {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .collection-item {
    width: 190px;
  }

  .collection-item:first-child {
    margin-left: var(--desktop-container-gutter);
  }

  .collection-item:last-child {
    margin-right: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .collection-item__title {
    transform: translateX(14px);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .collection-item__title svg {
    /*
    Note: for some strange reasons, on Safari (even last version), if we use a transform it cause a delay of up to 1 second on heavy home page before the
    animation starts. I couldn't find any explanation, but maybe the nested transforms (on both the link and SVG) does not work correctly on Safari. As a
    consequence, I've used a animation on right property (which is much slower but should be ok on this small piece of content)
    */
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

@media screen and (min-width: 1000px) {
  .collection-list {
    margin: 30px -14px 0 -14px;
    white-space: nowrap;
    overflow: hidden;
  }

  .collection-list::after {
    display: none;
    content: "flickity";
    /* enable Flickity slideshow */
  }

  .collection-item {
    width: 20%;
    margin: 0 !important;
    padding: 0 14px;
  }

  .collection-list .flickity-prev-next-button {
    top: calc(50% - 25px - 12px - 0.5em);
    /* 12px is the margin bottom below the image and 0.5em is half a line of text */
  }

  .collection-list .flickity-prev-next-button.previous {
    left: -10px;
  }

  .collection-list .flickity-prev-next-button.next {
    right: -10px;
  }
}

@media screen and (min-width: 1280px) {
  .collection-item {
    width: 16.6666667%;
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .collection-item:hover .collection-item__title {
    color: var(--accent-color);
  }

  .features--animate-zoom .collection-item:hover img {
    transform: scale(1.07);
  }

  .collection-item:hover .collection-item__title {
    transform: translateX(0);
  }

  .collection-item:hover .collection-item__title svg {
    opacity: 1;
    right: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * COLLECTION ITEM (block style)
 * --------------------------------------------------------------------
 */

/* General */

.collection-list__section {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  .collection-list__section {
    margin-bottom: 60px;
  }
}

.collection-block-item {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.collection-block-item--overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.collection-block-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 8s linear, opacity 0.3s ease-in-out !important;
}

.collection-block-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--animate-zoom .collection-block-item:hover .collection-block-item__image {
    transform: scale(1.4);
  }
}

/**
 * --------------------------------------------------------------------
 * Custom content section (this one is a bit a "fit-all" section, so it
 * was hard to make it very generic)
 * --------------------------------------------------------------------
 */

.custom-content--centered {
  text-align: center;
}

.custom-content--right {
  text-align: right;
}

/* Small exception for the standalone product, that is not within a grid, so it must have borders on all edges */

.custom-content--product .product-item::after {
  box-shadow: 1px 0 var(--border-color), -1px 0 var(--border-color), 0 1px var(--border-color), 0 -1px var(--border-color);
}

/**
 * --------------------------------------------------------------------
 * FIELD
 * --------------------------------------------------------------------
 */

.form__field {
  display: block;
  padding: 12px 12px;
  border-radius: 2px;
  border: 1px solid var(--form-border-color);
  width: 100%;
  line-height: normal;
  height: 48px;
  color: var(--heading-color);
  -webkit-appearance: none;
  resize: none;
  font-size: 1rem;
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.25) inset;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.form__field::-moz-placeholder {
  color: var(--text-color);
}

.form__field::placeholder {
  color: var(--text-color);
}

.form__field:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  color: var(--heading-color);
  outline: none;
}

.form__field--small {
  height: 44px;
}

.form__field--large {
  height: 60px;
  padding: 20px 18px;
}

.form__field--textarea {
  height: auto;
  line-height: inherit;
  min-height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form__field--borderless {
  border: none;
}

.form__field--borderless:focus {
  box-shadow: none;
}

.form__label {
  display: block;
  margin-bottom: 6px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.form__label--light {
  color: var(--text-color);
}

.form__submit {
  display: block;
  margin-top: 20px;
}

.form__submit--tight {
  margin-top: 12px;
}

@media screen and (min-width: 641px) {
  .form__submit--centered {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * --------------------------------------------------------------------
 * INPUT WRAPPER
 * This is used to create list of fields, optionally with a label
 * --------------------------------------------------------------------
 */

.form__input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.form__floating-label {
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 48px;
  /* allows to center the field */
  font-size: 1rem;
  color: var(--text-color);
  transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.form__field:focus + .form__floating-label,
.form__field.is-filled + .form__floating-label,
.select-wrapper.is-filled + .form__floating-label {
  transform: translateY(-6px) scale(0.8);
}

.form__input-wrapper--labelled .form__field {
  padding-top: 20px;
  padding-bottom: 3px;
}

.form__field--large + .form__floating-label {
  left: 18px;
  line-height: 60px;
}

.form__input-wrapper--labelled .form__field--large {
  padding-top: 20px;
  padding-bottom: 3px;
}

/**
 * --------------------------------------------------------------------
 * INPUT ROW
 * --------------------------------------------------------------------
 */

.form__input-row {
  display: flex;
  flex-direction: column;
}

.form__input-row .form__submit {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .form__input-row {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 -6px;
  }

  .form__input-row:not(:last-child) {
    margin-bottom: 12px;
  }

  .form__input-row > .form__input-wrapper {
    margin-bottom: 0;
  }

  .form__input-row > * {
    margin-left: 6px;
    margin-right: 6px;
  }

  .form__input-row > .form__submit {
    margin-top: 0;
  }

  .form__input-row > .form__submit {
    flex: 1 0 auto;
    /* we let the submit button grow freely */
  }
}

/**
 * --------------------------------------------------------------------
 * CONNECTED INPUT
 * --------------------------------------------------------------------
 */

.form__connected-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.form__connected-item .form__input-wrapper {
  margin-bottom: 0;
}

.form__connected-item .form__field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  /* When connected with the icon, the box-shadow must be set inside */
}

.form__connected-item .form__field:focus {
  box-shadow: 0 0 0 1px var(--accent-color) inset;
}

.form__connected-item .form__connection {
  padding-left: 14px;
  padding-right: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form__connected-item .form__connection svg {
  width: 23px;
  height: 23px;
}

/**
 * --------------------------------------------------------------------
 * FORM MAIN VARIATION (used when the form is the main element)
 * --------------------------------------------------------------------
 */

.form--main {
  max-width: 350px;
  margin: 60px auto;
  text-align: center;
}

.form__header,
.form__legend {
  margin-bottom: 30px;
}

.form__title {
  margin-bottom: 15px;
}

.form__secondary-action {
  margin-top: 32px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.form__secondary-action > * {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .form--main {
    margin-top: 110px;
    margin-bottom: 150px;
  }
}

/**
 * --------------------------------------------------------------------
 * SELECT
 * --------------------------------------------------------------------
 */

select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  color: currentColor;
  line-height: inherit;
  vertical-align: middle;
}

.select-wrapper svg {
  position: absolute;
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
}

.select-wrapper select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  /* Remove the ugly blue background on IE when a value is selected */
}

.select-wrapper select:focus::-ms-value {
  background: transparent;
  color: var(--text-color);
}

/* Make sure to have something easy to read... */

.select-wrapper option {
  background: white;
  color: black;
}

.select-wrapper--transparent select {
  padding-right: 22px;
  background: transparent;
  border: none;
  font-size: inherit;
}

.select-wrapper--transparent svg {
  top: calc(50% - 4px);
  right: 4px;
  width: 12px;
  height: 8px;
}

.select-wrapper--primary {
  position: relative;
  background: var(--secondary-background);
}

.select-wrapper--primary select {
  width: 100%;
  padding: 0 36px 0 12px;
  height: 48px;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  background: transparent;
  box-shadow: 0 -1px 1px rgba(var(--border-color-rgb), 0.3) inset;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.select-wrapper--primary select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.select-wrapper--primary select:valid {
  color: var(--heading-color);
}

.select-wrapper--primary svg {
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
  opacity: 0.7;
}

.select-wrapper--primary.select-wrapper--small select {
  height: 44px;
  padding-left: 12px;
  padding-bottom: 1px;
  /* just for some pixel perfect alignment... but not sure if it's really good idea for cross-browser! */
}

.form__input-wrapper--labelled .select-wrapper--primary.is-filled select {
  padding-top: 16px;
}

/* Abstraction to just have a select button (without the actual select) */

.select-button {
  position: relative;
  background: var(--secondary-background);
  color: currentColor;
  line-height: inherit;
  vertical-align: middle;
  width: 100%;
  padding: 0 36px 0 12px;
  height: 48px;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(var(--border-color-rgb), 0.3) inset;
  font-size: 1rem;
  text-align: left;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.select-button:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.select-button svg {
  position: absolute;
  pointer-events: none;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
  opacity: 0.7;
  vertical-align: baseline;
  fill: currentColor;
}

.select-button--mini {
  height: 32px;
  padding: 0 44px 0 10px;
  font-size: 0.85rem;
}

.select-button--mini svg {
  right: 11px;
}

/**
 * --------------------------------------------------------------------
 * CUSTOM CHECKBOX
 * --------------------------------------------------------------------
 */

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0;
}

.checkbox-wrapper svg {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 2px;
  top: calc(50% - 6px);
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  color: var(--secondary-background);
}

.checkbox-wrapper ~ label {
  vertical-align: middle;
  cursor: pointer;
}

.checkbox {
  display: block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--form-border-color);
  background: var(--secondary-background);
  box-shadow: 0 1px rgba(var(--border-color-rgb), 0.4);
  border-radius: 2px;
  -webkit-appearance: none;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}

.checkbox:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  outline: none;
}

.checkbox:checked {
  background: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: none;
}

.checkbox:checked + svg {
  transform: scale(1);
}

.checkbox.is-selected ~ label {
  color: var(--accent-color);
  font-weight: var(--text-font-bolder-weight);
}

.checkbox,
.checkbox ~ label {
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .checkbox-wrapper {
    margin: 12px 0;
  }
}

.gift-card__inner {
  padding: 30px 0;
}

.gift-card__main {
  position: relative;
  padding-top: 85px;
  text-align: center;
}

.gift-card__image {
  position: relative;
  width: 170px;
  height: 170px;
  top: -105px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto -75px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.gift-card__title {
  margin-bottom: 0;
}

.gift-card__amount {
  margin-bottom: 18px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px));
}

.gift-card__alert {
  margin-top: 20px;
}

.gift-card__code-container {
  max-width: 255px;
  margin: 0 auto 28px auto;
}

.gift-card__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  width: 100%;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 3px;
  text-align: center;
}

.gift-card__expires-on {
  display: block;
  color: var(--product-in-stock-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.gift-card__expires-on::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 0.7em;
  border-radius: 100%;
  background: currentColor;
  vertical-align: baseline;
}

.gift-card__share {
  padding-top: 15px;
  padding-bottom: 20px;
}

.gift-card__wallet {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.gift-card__qr img {
  margin: 0 auto;
}

.gift-card__shop {
  margin-top: 15px;
  min-width: 300px;
}

@media screen and (max-width: 640px) {
  .gift-card__print {
    width: 100%;
  }

  .gift-card__qr img {
    max-width: 120px;
  }
}

@media screen and (min-width: 641px) {
  /* On gift card there is no search bar so we increase the header */

  .template-gift-card .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gift-card__inner {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 0 90px 0;
  }

  .gift-card__main {
    flex: 1 0 auto;
  }

  .gift-card__aside {
    flex: 0 0 255px;
    margin-top: 85px;
    margin-left: 30px;
  }

  .gift-card__image {
    width: 210px;
    height: 210px;
    top: -135px;
    margin-bottom: -80px;
  }

  .gift-card__amount {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  }

  .gift-card__code-container {
    display: flex;
    justify-content: center;
    max-width: none;
  }

  .gift-card__code {
    margin-bottom: 0;
    margin-right: 15px;
    max-width: 250px;
  }

  .gift-card__print {
    flex-basis: 150px;
  }
}

@media print {
  .gift-card__aside {
    display: none;
  }
}

.footer {
  padding: 10px 0 30px 0;
  border-top: 1px solid var(--border-color);
}

.footer__block-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer__title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.85em;
  text-align: left;
}

.footer__title[disabled] {
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.footer__linklist {
  margin-top: -8px;
  margin-bottom: -5px;
  line-height: 1.4;
}

.footer__link-item {
  display: block;
  padding: 5px 0;
}

.footer__newsletter-form {
  margin-top: 20px;
}

.footer__aside {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.footer__aside-item {
  margin-top: 34px;
}

.footer__aside-item--localization,
.footer__aside-item--copyright {
  margin-top: 45px;
}

.footer__aside-title {
  margin-bottom: 0.8em;
}

.footer__localization-form {
  display: flex;
}

.footer__localization-form .select-button {
  width: auto;
}

.footer__localization-form-item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .footer__block-item {
    margin-right: calc(-1 * var(--mobile-container-gutter));
    padding-right: var(--mobile-container-gutter);
    border-bottom: 1px solid var(--border-color);
  }

  .footer__block-item--newsletter {
    border-bottom: none;
    order: 1;
  }

  .footer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 19px 0;
  }

  .footer__collapsible {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }

  .footer__collapsible-content {
    padding: 0 20px 25px 0;
  }

  .footer__block-item .rte {
    margin-top: -0.425em;
  }
}

@media screen and (min-width: 641px) {
  .footer {
    padding: 0;
    border-top: none;
  }

  .footer__wrapper {
    padding: 50px 0;
    border-top: 1px solid var(--border-color);
  }

  .footer__block-list {
    flex-direction: row;
    margin: -20px -35px;
  }

  .footer__block-item {
    flex: 0 0 50%;
    padding: 20px 35px;
  }

  .footer__block-item--newsletter {
    max-width: 350px;
  }

  .footer__block-item .plus-button {
    display: none;
  }

  .footer__localization-form {
    margin-bottom: 20px;
  }

  .footer__linklist {
    margin-top: -2px;
    margin-bottom: 0;
  }

  .footer__aside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .footer__aside-item {
    margin-top: 0;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: 100%;
  }

  .footer__aside-item--copyright:not(:only-child) {
    margin-top: 34px;
  }
}

@media screen and (min-width: 1000px) {
  .footer__block-item {
    flex: 1 0 auto;
  }

  .footer__block-item--text {
    flex-basis: 300px;
  }

  .footer__block-item--newsletter {
    flex-basis: 350px;
  }

  .footer__block-item--links {
    max-width: 300px;
  }

  .footer__aside {
    align-items: flex-start;
  }

  .footer__aside-item--copyright {
    align-self: flex-end;
    margin-top: 0 !important;
    margin-bottom: -8px;
    text-align: left;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: auto;
  }
}

/* This is a bit hacky, but it allows to have a clearfix when the search bar on mobile is expanded */

#shopify-section-header::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * --------------------------------------------------------------------
 * HEADER
 * --------------------------------------------------------------------
 */

.header {
  position: relative;
  padding: 13px 0;
  background: var(--header-background);
  color: var(--header-text-color);
  transition: margin-bottom 0.25s ease-in-out;
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__inner--centered {
  justify-content: center;
}

.header__logo-link {
  display: block;
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.header__logo-image {
  display: block;
  vertical-align: middle;
  max-height: 130px;
}

.header__mobile-nav {
  display: inline-block;
  margin-right: 20px;
}

.header__desktop-nav {
  position: relative;
  margin-right: 22px;
}

.header__mobile-nav-toggle {
  top: -1px;
  /* Slight alignment for pixel perfect :D */
}

.header__desktop-nav-toggle {
  height: 44px;
  padding: 0 15px;
  border: 1px solid var(--header-border-color);
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  /* Safari 10 does not allow using flexbox on button... so we have to use an additional wrapper */
}

.header__desktop-nav-toggle > span {
  display: flex;
  align-items: center;
}

.header__desktop-nav-text {
  position: relative;
  top: 1px;
  /* Slight alignment for the pixel perfect */
}

.header__search-bar-wrapper {
  flex: 1 0 auto;
}

.header .icon--account,
.header .icon--hamburger,
.header .icon--hamburger-mobile,
.header .icon--search,
.header .icon--cart,
.header .icon--close {
  display: block;
}

.header .icon--account {
  width: 20px;
  height: 22px;
}

.header .icon--hamburger {
  width: 20px;
  height: 14px;
}

.header .icon--hamburger-mobile {
  width: 20px;
  height: 16px;
}

.header .icon--cart {
  width: 27px;
  height: 24px;
}

.header .icon--search {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.header .icon--close {
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 640px) {
  /* This trick allows to enforce a minimum height for header on mobile */

  .header {
    display: flex;
    align-items: center;
    min-height: 64px;
  }

  .header > .container {
    width: 100%;
  }

  /* On mobile, if the search is expanded by default, we must add extra margin to the header element to prevent the search to
     overlap the rest of the content */

  .header--search-expanded {
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 641px) {
  .header {
    padding: 20px 0;
  }

  .header__inner {
    flex-wrap: nowrap;
  }

  .header__logo {
    margin-right: 35px;
  }
}

@media screen and (min-width: 1000px) {
  .icon--hamburger {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 40px;
  }

  .header__desktop-nav {
    margin-right: 30px;
  }

  .header__desktop-nav-toggle {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
}

/**
 * --------------------------------------------------------------------
 * HEADER ACTION LIST
 * --------------------------------------------------------------------
 */

.header__action-list {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__action-item {
  padding: 0 9px;
}

.header__action-item:last-child {
  padding-right: 4px;
  /* Last item is the cart, and we use a small padding to accommodate the presence of the cart item count */
}

.header__action-item-link {
  display: block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.header__action-item-link--small {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: normal;
}

.header__action-item-title {
  display: block;
  margin-bottom: -6px;
  color: var(--header-light-text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  font-weight: normal;
}

.header__action-item--currency,
.header__action-item--locale {
  margin-right: 25px;
  padding: 0 24px;
}

.header__currency-selector {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.header__action-item .icon--arrow-bottom {
  width: 12px;
  height: 8px;
  margin-left: 4px;
}

.header__action-item .icon--lock-2 {
  width: 12px;
  height: 15px;
}

.header__action-item .icon--lock-2 + span {
  margin-left: 14px;
}

.header__cart-icon {
  margin-left: -2px;
}

.header__cart-count {
  display: inline-flex;
  position: absolute;
  right: -14px;
  top: -7px;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 20px;
  padding: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--header-accent-color);
  color: var(--secondary-background);
  border-radius: 1.75em;
  transition: transform 0.35s ease-in-out;
  will-change: transform;
  transform: scale(1.01);
  z-index: 1;
}

.header__cart-toggle[aria-expanded=true] .header__cart-count,
.header__cart-toggle:hover .header__cart-count {
  transform: scale(1.2);
}

@media screen and (max-width: 640px) {
  /* This code is not optimal but the cart icon has a specific positioning so we override it this way */

  .header__cart-icon .icon-state__secondary.icon-state__secondary {
    left: 8px;
  }

  .header__action-item .icon--lock-2 {
    display: block;
  }

  /*
    IMPLEMENTATION NOTE:
    I am using a transition on margin-bottom instead of doing a simpler and more efficient transform. However the issue is that we are doing
    another transition on margin-bottom for the header. If I would apply a transform here, due to the fact the transform is hardware accelerated,
    they will move at a slightly different speed, which is not desirable. It's therefore either all HW-accelerated or not.
   */

  .header__search-bar-wrapper {
    visibility: hidden;
    position: absolute;
    /* We move it outside of the document for easier positioning for other elements */
    padding: 0 20px 0 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--header-background);
    z-index: -1;
    /* because the position is absolutely positioned it get a higher z-index, but we need to revert it to avoid any trouble */
    transition: visibility 0.25s ease-in-out, margin-bottom 0.25s ease-in-out;
  }

  .header__search-bar-wrapper.is-visible {
    visibility: visible;
    margin-bottom: -59px;
  }

  /* When the user focus it, it becomes a fixed element */

  .header__search-bar-wrapper.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 10;
  }
}

@media screen and (min-width: 641px) {
  .header__action-list {
    padding-left: 28px;
  }

  .header__action-item,
  .header__action-item-content {
    position: relative;
  }

  .header__action-item-content {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .header__action-item .icon--lock-2 {
    vertical-align: text-top;
  }
}

@media screen and (min-width: 1000px) {
  .header__action-list {
    padding-left: 5px;
  }

  .header__action-item:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 17px);
    background: var(--header-border-color);
    height: 34px;
    width: 1px;
  }

  .header__action-item--currency {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .header__action-item:not(.header__action-item--currency):not(.header__action-item--locale)::after {
    display: none;
  }

  .header__action-item--currency + .header__action-item--locale {
    padding-left: 9px;
  }

  /* Not really beautiful but coulnd't find a better way */

  .header__action-item.hidden-tablet-and-up:first-child + .header__action-item {
    padding-left: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .header__action-item {
    padding: 0 35px;
  }

  .header__action-item:last-child {
    padding-right: 0;
  }

  .header__action-item--currency,
  .header__action-item--locale {
    margin-right: 0;
  }

  .header__cart-icon {
    display: inline-block;
    margin-right: 22px;
    top: -1px;
    /* Slight adjustment for the pixel perfect muahah */
  }
}

/**
 * --------------------------------------------------------------------
 * SEARCH
 * --------------------------------------------------------------------
 */

.search-bar {
  position: relative;
  min-width: 100%;
  padding-bottom: 15px;
  z-index: 1;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

/* Top part */

.search-bar__top {
  position: relative;
  display: flex;
  height: 44px;
  align-items: center;
  border-radius: 3px;
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
}

.search-bar__input-wrapper {
  position: relative;
  flex: 1 0 auto;
  height: 100%;
}

.search-bar__input {
  height: 100%;
  width: 100%;
  padding: 0 15px 1px 15px;
  border: none;
  background: transparent;
  line-height: normal;
  color: var(--heading-color);
  -webkit-appearance: none;
}

.search-bar__input::-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input::-ms-clear {
  display: none;
}

.search-bar__input:focus {
  outline: none;
}

.search-bar__input-clear {
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  display: none;
  opacity: 0.5;
}

.search-bar__input-clear svg {
  display: block;
  width: 17px;
  height: 17px;
}

.search-bar__input.is-filled + .search-bar__input-clear {
  display: block;
}

.search-bar__filter {
  display: none;
  border-left: 1px solid var(--header-border-color);
}

.search-bar__filter-label {
  display: block;
  height: 44px;
  padding: 0 30px 0 25px;
  line-height: 43px;
  /* The -1px allows to account for rounding errors */
}

.search-bar__filter-label svg {
  margin-left: 11px;
  width: 12px;
  height: 8px;
}

.search-bar__submit {
  flex: none;
  width: 50px;
  height: 100%;
  color: var(--secondary-background);
  background: var(--header-accent-color);
  border-radius: 0 3px 3px 0;
}

.search-bar__submit svg {
  position: relative;
}

.search-bar__submit .icon--search {
  width: 21px;
  height: 21px;
}

.search-bar__submit .icon--search-loader {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

/* Inner */

.search-bar__inner {
  position: absolute;
  visibility: hidden;
  left: -20px;
  top: calc(100% + 8px);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: var(--text-color);
  background: var(--secondary-background);
}

@supports (--css: variables) {
  .search-bar__inner {
    height: calc(100vh - var(--header-height) - 25px);
  }
}

.search-bar__inner-animation {
  height: 100%;
}

.search-bar__results,
.search-bar__menu-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--secondary-background);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: visibility 0.1s ease-in-out;
}

.search-bar__results[aria-hidden=false],
.search-bar__menu-wrapper[aria-hidden=false] {
  visibility: visible;
}

.search-bar.is-expanded .search-bar__inner-animation {
  visibility: visible;
}

.search-bar__empty-state {
  text-align: center;
  padding: 50px 0;
}

/* To reduce the complexity of JavaScript and use Liquid as much as possible, the live search will output both
   the result for products and/or pages and blogs. We therefore then hide possible duplicate status in CSS */

.search-bar__result-products ~ .search-bar__empty-state {
  display: none;
}

/* Quick links */

.search-bar__menu-title {
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.search-bar__menu-wrapper {
  padding: 18px 0 12px 0;
  height: 100%;
  overflow: auto;
  overscroll-behavior: none;
}

.search-bar__menu-title,
.search-bar__menu-link {
  padding-left: 20px;
  padding-right: 20px;
}

.search-bar__menu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.search-bar__menu-link:hover,
.search-bar__menu-link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

/* Results */

.search-bar__results .skeleton-container {
  display: none;
}

.search-bar__results {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  height: 100%;
  overflow: auto;
  overscroll-behavior: none;
}

.search-bar__result-category {
  margin: 0;
  padding: 4px 20px;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
}

.search-bar__result-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: background 0.2s ease-in-out;
}

.search-bar__result-item:not(.search-bar__result-item--skeleton):hover,
.search-bar__result-item:not(.search-bar__result-item--skeleton):focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__result-item--skeleton {
  max-width: 300px;
}

.search-bar__image-container {
  flex: none;
  width: 60px;
  margin-right: 20px;
}

.search-bar__image-container img {
  color: transparent;
  /* allows to remove the alt on Firefox during image loading */
}

.search-bar__item-info {
  flex: 1 0 0;
}

.search-bar__item-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.search-bar__item-price {
  color: var(--accent-color);
}

.search-bar__result-link {
  display: block;
  padding: 5px 20px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.search-bar__result-link:hover,
.search-bar__result-link:focus {
  color: var(--accent-color);
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  transition: background 0.2s ease-in-out;
}

.search-bar__view-all:hover,
.search-bar__view-all:focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all svg {
  width: 6px;
  height: 10px;
  margin-left: 12px;
}

.search-bar__view-all path {
  stroke-width: 2.5px;
}

/* Loading state */

.search-bar.is-loading .search-bar__results-inner,
.search-bar.is-loading .search-bar__submit .icon--search {
  display: none;
}

.search-bar.is-loading .skeleton-container {
  display: block;
}

.search-bar.is-loading .search-bar__submit .icon--search-loader {
  display: block;
}

/* This is not really mobile-first for this specific part, but the mobile styles are way too specific so I prefer to have them here rather than having complex overwritings */

@media screen and (max-width: 640px) {
  .search-bar {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }

  .search-bar__inner {
    max-height: 0;
    /* This is needed to fix a bug on iOS, DO NOT REMOVE */
    height: calc(100vh - calc(44px - 18px));
    /* 18px is padding around input element */
    top: 100%;
  }

  .search-bar__top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-bar__top {
    flex-grow: 1;
  }

  .search-bar__close-button {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
    opacity: 0;
    transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }

  .search-bar__close-text {
    padding-left: 22px;
  }

  .header__search-bar-wrapper.is-visible .search-bar {
    opacity: 1;
    transition-delay: 0.15s;
  }

  .header__search-bar-wrapper.is-fixed .search-bar {
    padding: 9px 0;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner {
    max-height: none;
    visibility: visible;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner-animation {
    transition: none;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__close-button {
    height: auto;
    opacity: 1;
    white-space: nowrap;
  }
}

@media screen and (min-width: 641px) {
  .search-bar {
    margin-top: 0;
    padding-bottom: 0;
    min-width: 0;
  }

  .search-bar__inner {
    width: calc(100% - 40px);
    /* we do a little trick here to being able to use overflow hidden while still displaying box-shadow */
    top: 100%;
    left: -5px;
  }

@supports (--css: variables) {
    .search-bar__inner {
      height: calc(100vh - var(--header-height) - 40px);
    }
}

  .search-bar__submit .icon--search {
    top: 1px;
    /* Fix a small inconsistency in alignment I can't understand (seems to be due to half-pixel issue) */
  }

  .search-bar__result-category {
    padding-left: 15px;
  }

  .search-bar__results {
    max-height: 310px;
    height: auto;
  }

@supports (--css: variables) {
    .search-bar__results {
      max-height: calc(100vh - var(--header-height) - 40px);
    }
}

  .search-bar__menu-wrapper {
    max-height: 310px;
    height: auto;
  }

  .search-bar__results,
  .search-bar__menu-wrapper {
    left: 5px;
    width: calc(100% - 10px);
    border-radius: 0 0 3px 3px;
  }

  .search-bar__menu-title,
  .search-bar__menu-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Expanded state */

  .search-bar.is-expanded .search-bar__top {
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width: 1280px) {
  .search-bar__filter {
    position: relative;
    display: block;
    height: 100%;
  }

  .search-bar__filter select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
  }
}

.map {
  padding: 0 20px;
  background: var(--secondary-background);
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.map__store-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.map__store-name {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.map__store-name svg {
  width: 12px;
  height: 8px;
}

.map__icon-container {
  transform: rotateZ(0deg);
  transition: transform 0.2s ease-in-out;
}

.map__store-name[aria-expanded=true] .map__icon-container {
  transform: rotateZ(180deg);
}

.map__store-collapsible {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.map__store-inner {
  margin-top: -0.425em;
}

.map__store-address {
  margin-bottom: 15px;
}

.map__store-address > p {
  margin-bottom: 0 !important;
}

.map__store-hours {
  margin-bottom: 22px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.map__direction-link,
.map__map-container {
  margin-bottom: 30px;
}

.map__map-container {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.map__gmap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .map__map-container {
    height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .map {
    display: flex;
    height: 405px;
    padding: 0;
  }

  .map__store-list {
    width: 50%;
    max-width: 580px;
    border-right: 1px solid var(--border-color);
  }

  .map__map-container {
    height: 100%;
    flex: 1 0 auto;
    margin: 0;
  }

  .map__store-list {
    padding: 0 40px 0 30px;
    overflow: auto;
  }

  .map__store-name {
    padding: 20px 0;
  }

  .map__store-address {
    margin-bottom: 22px;
  }
}

/**
 * --------------------------------------------------------------------
 * MEDIA API
 *
 * All those colors have been defined by Shopify and standardized by them
 * --------------------------------------------------------------------
 */

.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb) 0.55);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb) 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--text-color-rgb) 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--text-color);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb) 0.6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb) 0.6) 50%, rgba(var(--text-color-rgb) 0.6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
  color: var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor 0, rgba(var(--secondary-background-rgb), 0.6) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--secondary-background-rgb), 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
  background-color: rgba(var(--secondary-background-rgb), 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), 0.25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb) 0.55);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb) 0.55);
  background: rgba(var(--text-color-rgb) 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb) 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) 0.05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb) 0.55);
}

/**
 * --------------------------------------------------------------------
 * VIDEO WRAPPER
 * --------------------------------------------------------------------
 */

.video-wrapper {
  position: relative;
  cursor: pointer;
}

.video-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper iframe:not([src]) {
  pointer-events: none;
}

/* For native one we use a different thing */

.video-wrapper--native::after {
  display: none;
}

.video-wrapper--native .plyr,
.video-wrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper--native .plyr__video-wrapper,
.video-wrapper--native video {
  height: 100%;
}

.video-wrapper__image-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.video-wrapper__image-wrapper,
.video-wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  /* IE 11 polyfill */
}

.icon--play {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
}

.video-wrapper .icon--play {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .video-wrapper:hover .icon--play {
    transform: scale(1.15);
  }
}

/**
 * --------------------------------------------------------------------
 * VIDEO ITEM (used for standalone section)
 * --------------------------------------------------------------------
 */

.video-item {
  max-width: 855px;
  margin: 20px auto;
}

.video-item--stretch {
  max-width: none;
}

.video-item[aria-hidden=true] {
  display: none;
}

.video-item .video-wrapper iframe {
  visibility: hidden;
  height: 0;
  width: 0;
  /* setting dimensions to zero allows to fix a bug in Safari iOS on which the iframe will capture all the clicks */
}

.video-item.is-playing .video-wrapper__image-wrapper {
  visibility: hidden;
  opacity: 0;
}

.video-item.is-playing iframe {
  visibility: visible;
  height: 100%;
  width: 100%;
}

/**
 * --------------------------------------------------------------------
 * 3D MODEL WRAPPER
 * --------------------------------------------------------------------
 */

.model-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.model-wrapper .shopify-model-viewer-ui,
.model-wrapper model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mosaic {
  margin: 0 -10px -20px -10px;
}

.mosaic__item {
  padding: 0 10px 20px 10px;
}

.mosaic__item > :first-child {
  min-height: 240px;
}

.mosaic--large .mosaic__item > :first-child {
  min-height: 280px;
}

@media screen and (max-width: 999px) {
  /* On mobile we increase the height of some elements (so that elements that appear bigger on desktop also appear bigger on mobile */

  .mosaic--two-columns .mosaic__column:first-child .mosaic__item > :first-child,
  .mosaic--three-columns .mosaic__column:nth-child(2) .mosaic__item > :first-child {
    min-height: 340px;
  }
}

@media screen and (min-width: 641px) {
  .mosaic {
    margin: 0 -15px -30px -15px;
  }

  .mosaic__item {
    padding: 0 15px 30px 15px;
  }
}

@media screen and (min-width: 1000px) {
  .mosaic {
    display: flex;
  }

  .mosaic__column {
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
  }

  .mosaic__item {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }

  .mosaic__item > :first-child {
    flex: 1 0 auto;
    height: 100%;
    min-height: 260px;
  }

  .mosaic--small .mosaic__item > :first-child {
    min-height: 225px;
  }

  .mosaic--large .mosaic__item > :first-child {
    min-height: 300px;
  }

  /* In this configuration the first column is larger */

  .mosaic--two-columns .mosaic__column:first-child {
    flex-grow: 1.38;
  }

  /* In this configuration the second column is twice as large as others */

  .mosaic--three-columns .mosaic__column:nth-child(2) {
    flex-grow: 1.38;
  }
}

/**
 * --------------------------------------------------------------------
 * DROPDOWN MENU
 * --------------------------------------------------------------------
 */

.nav-dropdown {
  position: absolute;
  top: 100%;
  padding: 16px 0;
  list-style: none;
  background: var(--secondary-background);
  color: var(--text-color);
  border-radius: 0 0 3px 3px;
  border: 1px solid var(--border-color);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.nav-dropdown:not(.nav-dropdown--floating) {
  left: -15px;
}

.nav-dropdown--floating {
  margin-top: 7px;
  border: none;
  border-radius: 3px;
}

.nav-dropdown--floating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.nav-dropdown--glued:not(.nav-dropdown--inverse) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.nav-dropdown--glued.nav-dropdown--inverse {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nav-dropdown--fixed {
  min-height: 420px;
}

.nav-dropdown--restrict {
  max-height: calc(100vh - 0px - 0px - 40px);
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  overscroll-behavior: contain;
}

/* We have a way to set a max height for browsers supporting CSS variables */

@supports (--css: variables) {
  .nav-bar .nav-dropdown .nav-dropdown {
    max-height: calc(100vh - 0px - 40px);
    max-height: calc(100vh - var(--distance-to-top, 0px) - 40px);
    overflow: auto;
    overscroll-behavior: contain;
  }
}

.nav-dropdown[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.nav-dropdown .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: 20px;
  height: 9px;
  z-index: 1;
}

.nav-dropdown .icon--nav-triangle-left {
  position: absolute;
  top: 23px;
  right: 100%;
  height: 20px;
  width: 9px;
  z-index: 1;
}

.nav-dropdown__item:not(.has-mega-menu) {
  position: relative;
}

.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 60px 2px 20px;
  cursor: pointer;
}

.nav-dropdown__link svg {
  position: relative;
  width: 8px;
  height: 12px;
  top: 1px;
  margin: 0 -40px 0 65px;
}

.nav-dropdown__link[aria-expanded=true] {
  color: var(--accent-color);
}

/* Handle sub-levels */

.nav-dropdown .nav-dropdown {
  left: 100%;
  top: -17px;
  /* 16px + 1px of border */
  margin-top: 0;
  min-width: 0;
  border-radius: 0 3px 3px 0;
}

.nav-dropdown--inverse .nav-dropdown {
  right: 100%;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.nav-dropdown--inverse .nav-dropdown .icon--nav-triangle-left {
  right: auto;
  left: 100%;
  transform: rotateZ(180deg);
}

.nav-dropdown .nav-dropdown--floating {
  top: -16px;
  /* floating dropdown do not have border so there is one less pixel */
  border-left: 1px solid var(--border-color);
}

/**
 * --------------------------------------------------------------------
 * MEGA MENU
 * --------------------------------------------------------------------
 */

.mega-menu {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background: var(--secondary-background);
  border-radius: 0 0 3px 3px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.mega-menu--floating {
  max-width: 0;
}

.mega-menu[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.mega-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0 0 0;
  max-height: 100%;
  min-height: 100%;
  overflow: auto;
  overscroll-behavior: none;
}

.mega-menu__inner--center {
  justify-content: center;
}

.mega-menu__promo {
  display: block;
  flex: 0 1 230px;
  width: 230px;
  min-width: 200px;
  margin: 0 0 30px 50px;
  white-space: normal;
  text-align: center;
}

.mega-menu__promo + .mega-menu__promo {
  margin-left: 20px;
}

.mega-menu__column-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 0 -40px;
  min-width: 0;
}

@supports (display: grid) {
  .mega-menu__column-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}

.mega-menu__column {
  display: block;
  flex: 0 1 auto;
  margin: 0 30px 30px 30px;
}

.mega-menu:not(.mega-menu--floating) .mega-menu__column:first-child {
  margin-left: 0 !important;
}

.mega-menu:not(.mega-menu--floating) .mega-menu__column:last-child {
  margin-right: 0 !important;
}

.mega-menu__title {
  display: block;
  margin-bottom: 10px;
}

.mega-menu__linklist {
  list-style: none;
}

.mega-menu__link {
  display: block;
  padding: 5px 0 6px 0;
  line-height: 1.4;
}

.mega-menu__image-wrapper {
  margin: 5px 0 22px 0;
  border-radius: 3px;
  overflow: hidden;
}

.mega-menu__promo .aspect-ratio {
  transform: scale(1.01);
  /* This is necessary to fix an issue with rounding pixels on Chrome */
  transition: transform 0.6s ease-in-out;
}

.features--animate-zoom .mega-menu__promo:hover .aspect-ratio {
  transform: scale(1.06);
}

.mega-menu__promo:hover .mega-menu__image-heading {
  color: var(--accent-color);
}

.mega-menu__image-heading {
  display: block;
  margin-bottom: 7px;
  transition: color 0.2s ease-in-out;
}

.mega-menu__image-text {
  line-height: 1.5;
}

/* When inside a nav-bar (inline navigation) we have to restrict the height, so that in case it contains way too many links
   it can become scrollable. The 40px is just a way to give a bit more space below */

.nav-bar .mega-menu {
  max-height: calc(100vh - 0px - 0px - 40px);
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  overscroll-behavior: contain;
}

@media screen and (min-width: 1280px) {
  .mega-menu__column {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mega-menu__promo {
    flex-basis: 290px;
    width: 290px;
  }
}

@media screen and (min-width: 1440px) {
  .mega-menu__inner--center .mega-menu__column {
    margin-left: 45px;
    margin-right: 45px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mega-menu__promo {
    min-width: 240px;
  }
}

/* Floating mega-menu variation */

.mega-menu--floating {
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid var(--border-color);
}

.mega-menu--floating::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.mega-menu--floating .mega-menu__inner {
  margin: 0;
  padding-right: 30px;
  padding-left: 25px;
  /*max-width: 0;*/
  /* We do that to prevent overflow as the real size is dynamically calculated based on available space */
}

.mega-menu--floating .mega-menu__title {
  margin-bottom: 5px;
}

.mega-menu--floating .mega-menu__column {
  display: block;
  flex: 0 0 170px;
  margin-right: 30px;
  margin-left: 30px;
  white-space: normal;
}

.mega-menu--floating .mega-menu__column-list {
  margin: 0 -30px;
}

/**
 * --------------------------------------------------------------------
 * NAV BAR (this one is the inline navigation used on desktop)
 * --------------------------------------------------------------------
 */

.nav-bar {
  display: none;
}

@media screen and (min-width: 1000px) {
  .nav-bar {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-background);
  }

  .nav-bar::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(var(--secondary-background-rgb), 0.1), rgba(var(--secondary-background-rgb), 0.6) 35%, var(--secondary-background));
  }

  .nav-bar__item {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    padding: 10px 0;
  }

  .nav-bar__item--static {
    position: static;
  }

  .nav-bar__item > .nav-dropdown {
    min-width: calc(100% + 20px);
  }

  .nav-bar__link {
    display: block;
    cursor: pointer;
  }

  .nav-bar__link .icon--arrow-bottom {
    width: 12px;
    height: 8px;
    margin-left: 10px;
  }

  .nav-bar__link .icon--nav-triangle {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    width: 20px;
    height: 9px;
    margin-left: -16px;
    z-index: 2;
    transition: 0.2s ease-in-out;
  }

  .nav-bar__link[aria-expanded=true] {
    color: var(--accent-color);
  }

  .nav-bar__link[aria-expanded=true] .icon--nav-triangle {
    opacity: 1;
  }
}

/**
 * --------------------------------------------------------------------
 * MOBILE MENU
 * --------------------------------------------------------------------
 */

.mobile-menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 100%;
  visibility: hidden;
  max-height: 0;
  /* This is needed to fix a bug on iOS, DO NOT REMOVE */
  z-index: 1;
  opacity: 0;
  color: var(--text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
  will-change: transform;
}

.mobile-menu .icon--arrow-right,
.mobile-menu .icon--arrow-left {
  width: 8px;
  height: 12px;
}

.mobile-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.mobile-menu__inner {
  position: relative;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
}

.mobile-menu .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 18px;
  height: 8px;
  z-index: 1;
}

.mobile-menu__panel {
  position: relative;
  height: 100%;
  background: var(--secondary-background);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu__panel.is-nested {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  transform: translateX(100%);
}

.mobile-menu__section {
  padding: 16px 20px;
}

.mobile-menu__section--loose {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-menu__section:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu__section.is-sticky {
  position: sticky;
  top: 0;
  background: var(--secondary-background);
  z-index: 1;
}

.mobile-menu__nav {
  list-style: none;
}

.mobile-menu__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0 7px 0;
}

.mobile-menu__back-button {
  display: block;
  width: 100%;
  text-align: left;
}

.mobile-menu__back-button svg {
  margin-right: 8px;
  vertical-align: -1px;
}

.mobile-menu__nav-list {
  margin-top: 2px;
}

.mobile-menu__nav-list-toggle {
  width: 100%;
  text-align: left;
  padding: 4px 0;
  /* allows to increase touch area a bit */
}

.mobile-menu__nav-list-toggle svg {
  width: 12px;
  height: 8px;
  margin-left: 12px;
  transition: transform 0.3s ease-in-out;
}

.mobile-menu__nav-list-toggle[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.mobile-menu__nav-list-item {
  margin-bottom: 22px;
}

.mobile-menu__nav-collapsible {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.mobile-menu__nav-collapsible-content {
  margin-top: 4px;
}

.mobile-menu__promo {
  display: block;
  padding: 20px 0 25px 0;
  text-align: center;
}

.mobile-menu__image-wrapper {
  margin-bottom: 22px;
  border-radius: 3px;
  overflow: hidden;
}

.mobile-menu__image-heading {
  display: block;
  margin-bottom: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.mobile-menu__image-text {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.mobile-menu__promo-list {
  display: flex;
  flex-flow: row nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

.mobile-menu__promo-list .mobile-menu__promo-item {
  flex: 0 0 auto;
  width: 81%;
  white-space: normal;
  scroll-snap-align: center;
}

.mobile-menu__promo-list .mobile-menu__promo {
  margin-left: 10px;
  margin-right: 10px;
}

.scroller .mobile-menu__promo-list::before {
  content: "";
  flex: 0 0 20px;
}

.scroller .mobile-menu__promo-list::after {
  content: "";
  flex: 0 0 13px;
}

@media screen and (min-width: 641px) {
  .mobile-menu .icon--nav-triangle-borderless {
    left: 40px;
  }
}

/* States */

.mobile-menu[aria-hidden=false] .mobile-menu__panel.is-open {
  transform: translateX(0);
  visibility: visible;
}

/* Help icons */

.mobile-menu__help-wrapper {
  display: flex;
  align-items: center;
}

.mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

.mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px;
}

.mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 18px;
}

/**
 * --------------------------------------------------------------------
 * LINE ITEM
 * --------------------------------------------------------------------
 */

.line-item__product-info-wrapper {
  display: flex;
  align-items: flex-start;
}

.line-item__image-wrapper {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.line-item__meta {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.line-item__vendor {
  display: block;
  margin-bottom: 7px;
  line-height: 1.55;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  text-transform: uppercase;
}

.line-item__title {
  display: block;
  margin-bottom: 4px;
  line-height: 1.5;
}

.line-item__property-list {
  line-height: 1.5;
  margin: 6px 0;
}

.line-item__price {
  display: inline-block;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.line-item__price--compare {
  color: var(--text-color);
}

.line-item__price--highlight {
  color: var(--product-on-sale-accent);
}

.line-item__price--compare {
  position: relative;
  margin-left: 20px;
}

.line-item__price--compare::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background: rgba(var(--text-color-rgb), 0.7);
}

.line-item__price-info {
  margin-top: -2px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.line-item__discount-list {
  list-style: none;
  margin-top: 2px;
}

.line-item__discount {
  display: inline-block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  background: rgba(var(--product-on-sale-accent-rgb), 0.08);
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
}

.line-item__discount svg {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.line-item__quantity-remove {
  display: inline-block;
  margin-left: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

@media screen and (max-width: 640px) {
  /* On mobile the line items are displayed differently on cart page */

  .line-item-table,
  .line-item-table tbody {
    display: block;
    width: 100%;
  }

  .line-item--stack {
    display: block;
    white-space: normal;
  }

  .line-item--stack:first-child {
    border-top: none !important;
  }

  .line-item--stack .line-item__image-wrapper {
    width: 80px;
    min-width: 80px;
  }

  .line-item--stack .line-item__product-info {
    display: block;
    /* Allows to disable the table layout */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .line-item--stack .line-item__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .line-item--stack .line-item__price {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .line-item--stack .line-item__quantity {
    margin-top: 12px;
  }
}

@media screen and (min-width: 641px) {
  .line-item__product-info-wrapper {
    align-items: center;
  }

  .line-item__title {
    white-space: normal;
  }

  .line-item__image-wrapper {
    width: 90px;
    min-width: 90px;
  }

  .line-item__quantity-remove {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0 auto;
  }
}

/**
 * --------------------------------------------------------------------
 * FULFILLMENT ITEM (included in order details only)
 * --------------------------------------------------------------------
 */

/* Bit hacky and ugly, sorry! */

.fulfillment-item {
  border-top: none !important;
}

.fulfillment-item td {
  padding-top: 0 !important;
}

/**
 * --------------------------------------------------------------------
 * ORDER FOOT (used in order details in customer account)
 * --------------------------------------------------------------------
 */

.order-foot {
  border-top: 1px solid var(--border-color);
}

.order-foot__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 16px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.order-foot__item + .order-foot__item {
  border-top: 1px solid var(--border-color);
}

.order-foot__item--highlight,
.order-foot__item--strong {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  font-weight: var(--text-font-bolder-weight);
}

.order-foot__item--highlight {
  color: var(--product-on-sale-accent);
}

.order-foot__item--strong {
  color: var(--heading-color);
}

@media screen and (max-width: 640px) {
  .card .order-foot {
    margin-left: 20px;
  }
}

@media screen and (min-width: 641px) {
  .order-foot__inner {
    max-width: 470px;
    margin-left: auto;
  }

  .order-foot__item {
    padding-right: 30px;
    padding-left: 20px;
  }
}

/**
 * --------------------------------------------------------------------
 * ORDER SUMMARY (used on account pages)
 * --------------------------------------------------------------------
 */

.order-summary__alert {
  margin: 21px 0 5px 0;
}

@media screen and (min-width: 641px) {
  .order-summary__alert {
    margin: 24px 0 12px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * ADDRESS LIST (used on account pages)
 * --------------------------------------------------------------------
 */

.address-list,
.address-list__item + .address-list__item {
  border-top: 1px solid var(--border-color);
}

.address-list__item {
  padding: 24px 20px;
}

.address-list__action-list {
  margin-top: 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.address-list__action-list > :last-child {
  margin-left: 18px;
}

@media screen and (max-width: 640px) {
  .address-list,
  .address-list__item + .address-list__item {
    display: block;
    position: relative;
    border-top: none;
  }

  .address-list::before,
  .address-list__item + .address-list__item::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    top: 0;
    left: 20px;
    background: var(--border-color);
  }
}

@media screen and (min-width: 641px) {
  /* There is a slightly different adjustment on the design files just for this element, for no real reason, but well... let's respect the design with an ugly exception */

  .template-addresses .card__section--tight {
    padding-right: 20px;
  }

  .address-list {
    display: flex;
    flex-wrap: wrap;
  }

  .address-list__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 0 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 1px var(--border-color), 1px 0 var(--border-color);
    border-top: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .address-list__item {
    flex-basis: 33.333333%;
  }
}

.page__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 28px 0;
}

.page__header--stack {
  flex-direction: column;
  align-items: flex-start;
}

.page__header--centered {
  justify-content: center;
  text-align: center;
}

.page__header--stack.page__header--centered {
  align-items: center;
}

.page__header--image {
  position: relative;
  justify-content: center;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  padding: 25px;
  border-radius: 3px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page__header--image.page__header--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.page__header--image.page__header--overlay > * {
  z-index: 1;
}

.page__header--edge2edge {
  border-radius: 0;
  margin-top: 0 !important;
}

.page__image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  fill: dimgrey;
  background: darkgrey;
}

.page__title {
  margin-bottom: 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

/* Page sub-header is a small text container that is typically used to hold breadcrumbs and other secondary info (only on tablet and up) */

.page__sub-header {
  display: none;
  margin: 23px 0;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

/* Page description must be contained within a page__header, and has less spacing than page__content */

.page__description {
  margin: 10px 0 0 0;
}

.page__button-action {
  margin-top: 20px;
}

.page__tag-list {
  margin: 12px -20px -10px -20px;
  list-style: none;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.page__tag-item {
  position: relative;
  display: inline-block;
  margin: 0 20px 10px 20px;
}

.page__tag-item.is-selected {
  color: var(--accent-color);
}

.page__tag-item.is-selected::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.page__meta {
  margin-top: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.page__meta-item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
  vertical-align: middle;
}

.page__navigation-item svg {
  width: 6px;
  height: 9px;
}

.page__navigation-item svg path {
  stroke-width: 1.5px;
}

.page__navigation-item--prev svg {
  margin-right: 9px;
}

.page__navigation-item--next svg {
  margin-left: 9px;
}

.page__navigation-item--prev + .page__navigation-item--next::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background: var(--text-color);
  vertical-align: -2px;
}

.page__content {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  .page__header {
    margin: 35px 0;
  }

  .page__header--image {
    min-height: 430px;
  }

  .page__sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .page__sub-header + .page__header {
    margin-top: 20px;
  }

  .page__meta {
    margin-top: 10px;
    font-size: 1rem;
  }

  .page__meta-item:not(:last-child)::after {
    margin: 0 16px;
  }

  .page__content {
    margin-bottom: 90px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  }
}

@media screen and (min-width: 1000px) {
  .page__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .page__header--centered {
    align-items: center;
  }
}

.popover {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
  will-change: transform;
}

.popover .icon--nav-triangle-borderless {
  right: 67px;
}

.popover--large {
  text-align: center;
}

.popover[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transform: scale(1.001);
  /* Using 1.001 force browsers like Chrome to not perform some optimizations that may result in small visual glitch */
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.popover__inner {
  padding: 15px 20px 20px 20px;
}

.popover__inner--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.popover .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  width: 18px;
  height: 8px;
  z-index: 2;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
}

.popover__header {
  padding: 12px 0 30px 0;
}

.popover__title {
  margin-bottom: 4px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.popover__legend {
  margin-bottom: 16px;
}

.popover__secondary-action {
  margin-top: 16px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.popover__secondary-action > p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .popover__panel-list,
  .popover__panel {
    height: 100% !important;
  }

  .popover__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 641px) {
  .popover {
    width: auto;
    min-width: 160px;
    right: -2px;
    top: calc(100% + 15px);
    left: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
  }

  .popover .icon--nav-triangle-borderless {
    right: 27px;
  }

  .popover--large {
    min-width: 320px;
  }

  .popover__inner {
    padding: 15px 25px 15px 25px;
  }

  .popover__header {
    padding-bottom: 15px;
  }

  .popover__title {
    margin-bottom: 8px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }
}

@media screen and (min-width: 1280px) {
  .popover {
    top: calc(100% + 4px);
  }
}

/* Linklist */

.popover__linklist {
  white-space: nowrap;
  list-style: none;
}

.popover__link-item {
  display: block;
  padding: 2px 25px;
  cursor: pointer;
  width: 100%;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.popover__link-item:hover {
  background: var(--accent-background);
  color: var(--accent-color);
}

/* Panel */

.popover__panel-list {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.popover__panel {
  width: 100%;
  visibility: hidden;
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.popover__panel--default {
  transform: translateX(-100%);
}

.popover__panel--sliding {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.popover[aria-hidden=false] .popover__panel.is-selected {
  visibility: visible;
}

.popover__panel.is-selected {
  transform: translateX(0);
}

/**
 * We have some specific positioning (like arrows...) for each popover, so we summarize specific code here
 */

.popover--password .icon--nav-triangle-borderless {
  right: 21px;
}

.popover--currency,
.popover--locale {
  min-width: 0;
}

@media screen and (min-width: 641px) {
  .popover--password .popover__inner {
    padding-bottom: 25px;
  }

  .popover--password .icon--nav-triangle-borderless {
    right: calc(50% - 13px);
  }

  .popover--currency {
    top: calc(100% + 3px);
    right: auto;
    left: -2px;
  }

  .popover--currency .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--locale {
    top: calc(100% + 3px);
    right: -26px;
  }

  .popover--locale .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--logged {
    right: -47px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 50px;
  }

  .popover--unlogged {
    right: -5px;
  }

  .popover--unlogged .icon--nav-triangle-borderless {
    right: 6px;
  }
}

@media screen and (min-width: 1280px) {
  .popover--password {
    top: calc(100% + 15px);
    right: -2px;
  }

  .popover--logged {
    right: -32px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 29px;
  }

  .popover--unlogged {
    right: 0;
    transform: scale(0.9) translateX(calc(50% - 7px));
  }

  .popover--unlogged .icon--nav-triangle-borderless {
    left: calc(50% - 8px);
  }

  .popover--unlogged[aria-hidden=false] {
    transform: scale(1) translateX(calc(50% - 7px));
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT GALLERY
 * --------------------------------------------------------------------
 */

.product-gallery {
  position: relative;
  margin-bottom: 12px;
}

.product-gallery__carousel-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.product-gallery__carousel .flickity-viewport {
  transition: height 0.2s ease-in-out;
}

.product-gallery__carousel:not(.flickity-enabled) .product-gallery__carousel-item:not(.is-selected) {
  display: none;
}

.product-gallery__carousel-item {
  width: 100%;
  padding: 0 20px;
}

.product-gallery__carousel-item--hidden {
  visibility: hidden;
}

.product-gallery__carousel-item[aria-hidden=true] .plyr__control {
  /* This is a quick fix to prevent the controls to gain focus until if the slide is not visible */
  visibility: hidden;
}

.product-gallery__carousel-item.is-filtered {
  display: none;
}

.product-gallery__size-limiter {
  margin: 0 auto;
}

.product-gallery__view-in-space {
  background: rgba(var(--text-color-rgb), 0.08);
  /* This color is defined by Shopify spec */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-gallery__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .product-gallery__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-gallery__view-in-space svg {
  margin: -1px 8px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.product-gallery__zoom-notice {
  display: none;
}

@media screen and (max-width: 640px) {
  .product-gallery__carousel {
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__carousel {
    margin: -4px;
  }

  .product-gallery__carousel-item {
    padding: 4px;
  }

  .product-gallery--with-thumbnails {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .product-gallery--with-thumbnails .product-gallery__carousel-wrapper {
    flex: 1 0 auto;
    margin: 10px 5px 0 42px;
  }
}

@media screen and (min-width: 1000px) and (-moz-touch-enabled: 0), screen and (min-width: 1000px) and (hover: hover) {
  /* Implementation note: starting from version 1.8, the theme now supports media type in Shopify (including 3D models
     and video. As a consequence, the "zoom" now only makes sense for "images", for which the slideshow becomes draggable.
     We therefore scope this so that the notice is only shown for images */

  .product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
    display: block;
    margin: 26px 0 6px 0;
    width: 100%;
    text-align: center;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice svg {
    width: 10px;
    height: 10px;
    margin-right: 14px;
    vertical-align: baseline;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery {
    margin-bottom: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT THUMBNAILS
 * --------------------------------------------------------------------
 */

.product-gallery__thumbnail {
  position: relative;
  display: block;
  width: 60px;
  padding: 2px;
  margin: 0 4px;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
  cursor: pointer;
}

.product-gallery__thumbnail.is-nav-selected {
  border-color: var(--accent-color);
}

.product-gallery__thumbnail.is-filtered {
  display: none;
}

.product-gallery__thumbnail-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .product-gallery__thumbnail-list::after,
  .product-gallery__thumbnail-list::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: calc(var(--mobile-container-gutter) - 4px);
  }

  .product-gallery__thumbnail {
    display: inline-block;
    vertical-align: top;
    /* This is done to comply with the media API that requires thumbnails to be aligned to the top */
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .product-gallery .scroller {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 641px) {
  .product-gallery__thumbnail {
    width: 72px;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: relative;
    z-index: 1;
    margin: -2px 0 -2px -3px;
    /* negative to align the top edge to the featured image */
    max-height: 450px;
    width: 96px;
    /* Width + margin */
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
    overscroll-behavior: contain;
  }

  .product-gallery__thumbnail-list::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .product-gallery__thumbnail {
    margin: 8px 4px;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT META
 * --------------------------------------------------------------------
 */

.product-meta {
  position: relative;
  margin: -11px 0 5px 0;
  /* Negative margin is to take into account for the padding */
}

.product-meta__title {
  margin-bottom: 14px;
}

/* When within a modal, we have to add an extra margin to prevent the title to overlap the close button */

.modal .product-meta__title {
  margin-right: 45px;
}

.product-meta__label-list {
  margin-bottom: 17px;
  font-size: 0;
}

.product-meta__label-list .product-label + .product-label {
  margin-left: 5px;
}

.product-meta__reference {
  margin-bottom: 3px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.product-meta__reviews-badge {
  display: block;
}

.product-meta__reviews-badge .spr-badge {
  line-height: inherit;
}

.product-meta__reviews-badge .spr-badge .spr-badge-caption {
  margin-left: 12px;
}

.product-meta__vendor + .product-meta__sku::before {
  display: inline-block;
  position: relative;
  content: "";
  margin: 0 14px;
  height: 13px;
  width: 1px;
  top: -1px;
  background: var(--border-color);
  vertical-align: middle;
}

.product-meta__share-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.product-meta__share-buttons .social-media__item svg {
  opacity: 0.35;
}

.card__separator + .product-meta__share-buttons {
  margin-top: 0;
}

.product-meta__description {
  margin-bottom: 25px;
}

/* On featured product section it can be configured to be shown after the form */

.product-form + .product-meta__description {
  margin-top: 25px;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  /*
  IMPLEMENTATION NOTE: there are a lot of manual adjustments here with negative margins, depending on which elements are here or not. This is not
                       really something I'm really happy with as it makes editing more complex. However designer absolutely wanted a pixel-perfect
                       adjustment for all conditions... which result in more complex code :)
  */

  .product-meta__share-buttons {
    margin-top: 0;
  }

  .product-meta__label-list + .product-meta__share-buttons {
    margin-top: 22px;
  }

  .product-meta__reference,
  .product-meta__reviews-badge {
    margin-bottom: -2px;
  }

  .product-meta__reviews-badge {
    margin-top: -4px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .product-meta__reference ~ .product-meta__share-buttons,
  .product-meta__reviews-badge ~ .product-meta__share-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .product-meta__reference + .product-meta__reviews-badge {
    margin-top: 5px;
  }

  .product-meta__reviews-badge .spr-badge .spr-badge-caption {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT FORM
 * --------------------------------------------------------------------
 */

.product-form__variants {
  margin-bottom: 24px;
}

.product-form__option {
  margin-bottom: 23px;
}

.product-form__option-name {
  display: block;
  margin-bottom: 2px;
}

.product-form__selected-value {
  padding-left: 2px;
  color: var(--text-color);
}

.product-form__info-list {
  display: table;
  width: 100%;
  margin: -22px 0 6px 0;
  border-spacing: 0 22px;
}

.product-form__info-item {
  display: table-row;
}

.product-form__info-title {
  display: table-cell;
  padding-right: 12px;
  vertical-align: baseline;
  white-space: nowrap;
  /* Fix for Japanese kanji */
}

.product-form__info-item--quantity > * {
  padding-top: 6px;
  vertical-align: middle;
}

.product-form__info-content {
  display: table-cell;
  width: 100%;
}

.product-form__price-info {
  margin-top: 5px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.product-form__price-info + .product-form__price-info {
  margin-top: 0;
}

.product-form .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.product-form__quantity {
  display: inline-block;
  width: 65px;
  vertical-align: middle;
}

.product-form__inventory.inventory::before {
  margin-right: 14px;
}

.product-form__payment-container {
  display: flex;
  flex-direction: column;
}

.product-form__error {
  margin-top: 18px;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.product-form .price--compare {
  top: -2px;
}

@media screen and (max-width: 640px) {
  .product-form__payment-container .shopify-payment-button {
    margin-top: 16px;
  }
}

@media screen and (min-width: 641px) {
  .product-form {
    margin-top: -8px;
    /* for pixel perfect alignment... */
  }

  .product-form__option-name {
    margin-bottom: 7px;
  }

  .product-form__variants {
    margin-bottom: 26px;
  }

  .product-form__payment-container {
    flex-direction: row;
    align-items: flex-start;
    margin: 0 -9px;
  }

  .product-form__payment-container > * {
    flex: none;
    width: calc(50% - 18px);
    margin: 0 9px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY QUICK PAYMENT
 * --------------------------------------------------------------------
 */

.shopify-payment-button__button--unbranded {
  position: relative;
  display: inline-block;
  padding: 0 30px !important;
  line-height: 48px !important;
  border-radius: 2px !important;
  text-align: center;
  background: var(--secondary-button-background) !important;
  color: var(--secondary-button-text-color) !important;
  font-weight: var(--text-font-bolder-weight) !important;
  font-size: var(--base-text-font-size) !important;
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.shopify-payment-button__button--unbranded:hover {
  background: rgba(var(--secondary-button-background-rgb), 0.8) !important;
}

.shopify-payment-button__button--branded {
  border-radius: 3px;
  overflow: hidden;
  min-height: 48px;
}

.shopify-payment-button__more-options {
  margin-top: 8px;
  color: var(--link-color);
  transition: color 0.2s ease-in-out;
}

.shopify-payment-button__more-options:not([disabled]):hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

.shopify-payment-button__more-options[aria-hidden=true] {
  display: none;
}

/**
 * --------------------------------------------------------------------
 * BLOCK LIST
 * --------------------------------------------------------------------
 */

.product-block-list__item--trust .icon--lock {
  width: 18px;
  height: 24px;
  color: var(--heading-color);
}

/* This code is not super clean, but it's due to the wish of the designer to have some pixel perfect alignment that
   are specific JUST for this element and break the generic abstractions... thanks dude :D */

.product-block-list__item--shipping .shipping-estimator {
  margin-bottom: 10px;
  margin-top: -0.435em;
}

.product-block-list__item--shipping .shipping-estimator__results {
  margin-top: 26px;
  margin-bottom: -10px;
}

.product__refund-policy-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product__refund-policy-link svg {
  width: 8px;
  height: 12px;
}

@media screen and (max-width: 640px) {
  .product-block-list__item:first-child .card {
    border-top: none;
  }
}

@media screen and (max-width: 999px) {
  /* we have a logic on desktop with overflow scroller and we must force it to disabled on mobile */

  .product-block-list__wrapper {
    min-height: 0 !important;
  }

  .product-block-list__item--info > .card {
    top: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .product-block-list {
    position: relative;
  }

  .product-block-list__wrapper {
    width: calc(50% - 15px);
    margin-left: 0;
  }

  .product-block-list__item--info {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .product-block-list--medium .product-block-list__wrapper {
    width: calc(55% - 15px);
  }

  .product-block-list--medium .product-block-list__item--info {
    width: calc(45% - 15px);
  }

  .product-block-list--large .product-block-list__wrapper {
    width: calc(60% - 15px);
  }

  .product-block-list--large .product-block-list__item--info {
    width: calc(40% - 15px);
  }
}

/**
 * --------------------------------------------------------------------
 * FEATURED PRODUCT (HOMEPAGE)
 * --------------------------------------------------------------------
 */

/* When within the modal we need to remove the border */

.modal .featured-product .card {
  border: none;
}

.modal .featured-product .card:first-child {
  border-right: 1px solid var(--border-color);
}

@media screen and (min-width: 1000px) {
  .featured-product {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .featured-product > * {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .featured-product > :first-child {
    border-radius: 3px 0 0 3px;
  }

  .featured-product > :last-child {
    border-radius: 0 3px 3px 0;
    border-left: none;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT LABEL
 * --------------------------------------------------------------------
 */

.product-label {
  display: inline-block;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
  vertical-align: top;
  width: -moz-max-content;
  width: max-content;
}

.product-label--on-sale {
  background: var(--product-on-sale-accent);
  color: var(--product-on-sale-color);
}

.product-label--custom1 {
  background: var(--product-custom-label-1-background);
  color: var(--product-custom-label-1-color);
}

.product-label--custom2 {
  background: var(--product-custom-label-2-background);
  color: var(--product-custom-label-2-color);
}

/**
 * --------------------------------------------------------------------
 * PRODUCT PRICE
 * ---------
 -----------------------------------------------------------
 */

.price-list {
  line-height: 1;
}

.price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  color: var(--accent-color);
}

.price--highlight {
  margin-right: 0.7em;
  color: var(--product-on-sale-accent);
}

.price--compare {
  position: relative;
  color: var(--text-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
}

.price--compare::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -3px;
  width: calc(100% + 6px);
  height: 1px;
  background: rgba(var(--text-color-rgb), 0.7);
}

/**
 * --------------------------------------------------------------------
 * INVENTORY AND BAR
 * --------------------------------------------------------------------
 */

.inventory {
  position: relative;
  display: block;
  padding-left: 1.4em;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  line-height: 1.2;
}

.inventory::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0.45em;
  border-radius: 100%;
  background: currentColor;
}

.inventory--high {
  color: var(--product-in-stock-color);
}

.inventory--low {
  color: var(--product-low-stock-color);
}

.inventory-bar {
  position: relative;
  display: block;
  margin: 16px 0 10px 0;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: var(--border-color);
  overflow: hidden;
}

.inventory-bar--hidden {
  display: none;
}

.inventory-bar__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  display: block;
  transition: width 1.15s ease-in-out;
}

.inventory--high + .inventory-bar > .inventory-bar__progress {
  background: var(--product-in-stock-color);
}

.inventory--low + .inventory-bar > .inventory-bar__progress {
  background: var(--product-low-stock-color);
}

@media screen and (min-width: 641px) {
  .inventory {
    font-size: 1rem;
  }

  .inventory-bar {
    margin-top: 23px;
  }
}

/**
 * --------------------------------------------------------------------
 * COLOR SWATCH
 * --------------------------------------------------------------------
 */

.color-swatch-list {
  margin: -2px -6px 0 -6px;
  /* We have to take into account the box-shadow and inner spacing added when an element is active */
  padding-left: 4px;
}

.color-swatch {
  position: relative;
  display: inline-block;
  margin: 6px;
  vertical-align: middle;
}

.color-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.color-swatch__item {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: cover;
}

.color-swatch__item svg {
  display: none;
}

.color-swatch__item-link {
  display: none;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 18px;
  background-color: var(--secondary-background);
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
  border-radius: 10px;
  width: auto;
  line-height: 18px;
  font-size: 12px;
}

.color-swatch__button {
  vertical-align: middle;
}

.color-swatch__button--labelled {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.color-swatch__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.color-swatch__radio:checked + .color-swatch__item::after,
.color-swatch__button.is-selected .color-swatch__item::after {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border-radius: 3px;
  border: 2px solid var(--accent-color);
}

.color-swatch__button.is-selected .color-swatch__label {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.color-swatch--white .color-swatch__item {
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
}

/* The view more is used on listing, to restrict the number of displayed swatches */

.color-swatch--view-more ~ .color-swatch {
  display: none;
}

.color-swatch--view-more .color-swatch__item {
  display: none;
}

.color-swatch--view-more .color-swatch__item-link {
  display: block;
}

/** Large list variation **/

.color-swatch-list--large {
  margin: -4px -8px 0 -8px;
  /* We have to take into account the box-shadow and inner spacing added when an element is active */
}

.color-swatch-list--large .color-swatch {
  margin: 8px;
}

.color-swatch-list--large .color-swatch__item {
  width: 36px;
  height: 36px;
}

/** Stack list variation **/

.color-swatch-list--stack {
  margin: -3px -7px 0 -7px;
  /* We have to take into account the box-shadow and inner spacing added when an element is active */
}

.color-swatch-list--stack .color-swatch__item {
  width: 16px;
  height: 16px;
}

.color-swatch-list--stack .color-swatch {
  display: block;
  margin: 7px;
}

/* Disabled variation */

.color-swatch--disabled .color-swatch__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--secondary-background-rgb), 0.5);
}

.color-swatch--disabled svg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  color: #4a4a4a;
}

/**
 * --------------------------------------------------------------------
 * BLOCK SWATCH
 * --------------------------------------------------------------------
 */

.block-swatch-list {
  margin: -3px -4px 0 -4px;
  /* We need to take into account the box-shadow height when element is active */
  padding-left: 2px;
}

.block-swatch {
  display: inline-block;
  margin: 4px;
}

.block-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.block-swatch__item {
  display: block;
  padding: 6px 16px 7px 16px;
  text-align: center;
  border: 1px solid var(--form-border-color);
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.25);
}

.block-swatch__radio:checked + .block-swatch__item {
  box-shadow: 0 0 0 1px var(--accent-color);
  border-color: var(--accent-color);
  background: rgba(var(--accent-color-rgb), 0.06);
  color: var(--accent-color);
}

.block-swatch--disabled .block-swatch__item-text {
  position: relative;
  opacity: 0.5;
}

.block-swatch--disabled .block-swatch__item-text::after {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: 1px;
  top: calc(50% + 1px);
  left: -3px;
  background: currentColor;
}

/**
 * --------------------------------------------------------------------
 * VARIANT SWATCH
 * --------------------------------------------------------------------
 */

.variant-swatch-list {
  margin: -5px -5px -2px -4px;
}

.variant-swatch {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.variant-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.variant-swatch__item {
  position: relative;
  display: block;
  width: 64px;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}

.variant-swatch__item svg {
  display: none;
}

.variant-swatch__radio:checked + .variant-swatch__item {
  border-color: var(--accent-color);
  border-radius: 3px;
}

/* Disabled variation */

.variant-swatch--disabled img {
  opacity: 0.5;
}

.variant-swatch--disabled svg {
  display: block;
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  color: #4a4a4a;
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM
 * --------------------------------------------------------------------
 */

.product-item {
  position: relative;
  padding: 20px;
  min-width: 0;
  flex-shrink: 0;
  background: var(--secondary-background);
  white-space: normal;
}

.product-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  z-index: 2;
  /* needed to overlap the labels (if any) */
  pointer-events: none;
}

.product-item__image-wrapper {
  display: block;
  margin-bottom: 20px;
}

.product-item__image-wrapper .placeholder-svg {
  height: auto;
}

.product-item__secondary-image {
  display: none;
}

.product-item__label-list {
  position: absolute;
  top: 11px;
  left: -1px;
  z-index: 2;
  font-size: 0;
}

.product-item__label-list > .product-label {
  display: block;
  margin-bottom: 5px;
  border-radius: 0 3px 3px 0;
}

.product-item__info {
  min-width: 0;
}

.product-item__price-list:first-child {
  margin-bottom: 10px;
}

/* This trick is done to add some spacing in case the prices fall into two lines */

.product-item__price-list {
  margin-top: -5px;
  margin-bottom: -5px;
}

.product-item__price-list .price {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-item__vendor {
  display: block;
  margin-bottom: 6px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.product-item__vendor,
.product-item__title {
  display: block;
  line-height: 1.55;
}

.product-item__title {
  margin-bottom: 12px;
  font-weight: normal;
}

.product-item__title + .product-item__vendor {
  margin-bottom: 12px;
  margin-top: -4px;
}

.product-item__swatch-list {
  margin: -2px 0 12px 0;
  /* On the collection page, we do not show more than one line */
  white-space: nowrap;
  overflow: hidden;
}

.product-item__price-info {
  margin-top: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  line-height: 1;
}

.product-item .price {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.product-item .price--compare {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.product-item__reviews-badge {
  display: block;
  margin: 17px 0;
}

.product-item__inventory {
  margin-top: 14px;
}

.product-item__inventory::before {
  top: 0.3em;
}

.product-item__inventory {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .product-item__image-wrapper--with-secondary .product-item__primary-image,
  .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }

  .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    visibility: hidden;
    opacity: 0;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__primary-image {
    opacity: 0;
    visibility: hidden;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__secondary-image {
    visibility: visible;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__secondary-image.lazyloaded {
    opacity: 1;
  }
}

@media screen and (min-width: 641px) {
  .product-item__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  .product-item--vertical .price:not(.price--compare),
  .product-item--list .price:not(.price--compare) {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  }
}

@media screen and (min-width: 1000px) {
  .product-item__label-list {
    left: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (VERTICAL AND HORIZONTAL VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--vertical .product-item__action-list,
.product-item--horizontal .product-item__action-list {
  margin: 20px 0 5px 0;
}

.product-item--vertical .product-item__action-button,
.product-item--horizontal .product-item__action-button {
  padding-left: 10px;
  padding-right: 10px;
}

.product-item--vertical .product-item__action-list--list-view-only,
.product-item--vertical .product-item__action-button--list-view-only,
.product-item--horizontal .product-item__action-list--list-view-only,
.product-item--horizontal .product-item__action-button--list-view-only {
  display: none;
}

.product-item--vertical .product-item__action-button--list-view-only + .product-item__action-button,
.product-item--horizontal .product-item__action-button--list-view-only + .product-item__action-button {
  margin-top: 0;
}

@media screen and (min-width: 1000px) {
  .product-item--vertical .product-item__action-list {
    margin: 15px -5px -5px -5px;
  }

  .product-item--vertical .product-item__action-button {
    flex: 1 0 auto;
    margin: 5px !important;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (HORIZONTAL AND LIST VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--horizontal,
.product-item--list {
  display: flex;
}

.product-item--horizontal .product-item__info,
.product-item--list .product-item__info {
  padding: 4px 0;
  flex: 1 0 0;
}

.product-item--horizontal .product-item__image-wrapper,
.product-item--list .product-item__image-wrapper {
  flex: none;
  width: 120px;
  margin: 0 20px 0 0;
}

.product-item--horizontal .product-item__action-list,
.product-item--list .product-item__action-list {
  align-self: center;
}

.product-item--horizontal .spr-starrating .spr-icon.spr-icon {
  font-size: 11px;
  width: 11px;
  height: 11px;
}

@media screen and (max-width: 640px) {
  .product-item--horizontal,
  .product-item--list {
    width: 100% !important;
  }

  .product-list--collection .product-item__label-list {
    left: 0;
  }

  .product-list--collection .spr-starrating .spr-icon.spr-icon {
    font-size: 11px;
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--horizontal .product-item__image-wrapper {
    width: 110px;
    margin-right: 20px;
  }

  .product-item--horizontal .product-item__info {
    flex: 1 0 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (LIST VARIATION)
 * --------------------------------------------------------------------
 */

@media screen and (max-width: 640px) {
  .product-item__action-list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--list {
    width: 100% !important;
    align-items: center;
    padding-right: 25px;
  }

  .product-item--list .product-item__title {
    font-size: 1rem;
  }

  .product-item--list .product-item__image-wrapper {
    width: 180px;
    margin-right: 30px;
  }

  .product-item--list .product-item__info {
    display: flex;
    justify-content: space-between;
    flex: 1 0 0;
    margin: 15px 0 15px 0;
  }

  .product-item--list .product-item__action-list {
    display: flex;
    margin-left: 30px;
    min-width: 180px;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT ITEM (COMPACT VARIATION)
 * --------------------------------------------------------------------
 */

.product-item--compact .product-item__info {
  padding-top: 0;
}

.product-item--compact .product-item__price-list:first-child {
  margin-bottom: 8px;
}

.product-item--compact .product-item__reviews-badge {
  margin: 15px 0;
}

.promo-block {
  position: relative;
  display: flex;
  min-height: 240px;
  padding: 20px 24px;
  border-radius: 3px;
  overflow: hidden;
}

.promo-block--small {
  min-height: 220px;
}

.promo-block--large {
  min-height: 260px;
}

.promo-block--top-left,
.promo-block--top-center,
.promo-block--top-right {
  align-items: flex-start;
}

.promo-block--middle-left,
.promo-block--middle-center,
.promo-block--middle-right {
  align-items: center;
}

.promo-block--bottom-left,
.promo-block--bottom-center,
.promo-block--bottom-right {
  align-items: flex-end;
}

.promo-block--top-right,
.promo-block--middle-right,
.promo-block--bottom-right {
  text-align: right;
  justify-content: flex-end;
}

.promo-block--top-center,
.promo-block--middle-center,
.promo-block--bottom-center {
  text-align: center;
  justify-content: center;
}

.promo-block--top-left,
.promo-block--middle-left,
.promo-block--bottom-left {
  text-align: left;
  justify-content: flex-start;
}

.promo-block__image-clip,
.promo-block__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-block__image-clip {
  overflow: hidden;
}

.promo-block__image-wrapper {
  background-repeat: no-repeat;
  background-position: right calc(100% + 15px);
  background-size: auto 185px;
  transition: opacity 0.2s ease-in-out, background-position 0.35s ease-in-out;
}

.promo-block__image-wrapper--cover {
  background-size: cover !important;
  background-position: center !important;
  transform: scale(1.01);
  /* The 1.01 is necessary to avoid some rounding issues on Chrome */
  transition: opacity 0.2s ease-in-out, transform 1.2s ease-in-out;
}

.promo-block__inner {
  position: relative;
  z-index: 1;
}

.promo-block__content {
  margin-bottom: 1em;
}

.promo-block__heading {
  margin-bottom: 3px;
  color: inherit;
}

.promo-block__cta {
  margin-top: 3px;
}

.promo-block--small .promo-block__image-wrapper {
  background-size: auto 155px;
}

/** Overlay variation **/

.promo-block--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5));
  z-index: 1;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .promo-block__image-wrapper {
    background-position: right calc(100% + 35px);
  }

  .promo-block:hover .promo-block__image-wrapper {
    background-position: right calc(100% + 15px);
  }

  .features--animate-zoom .promo-block:hover .promo-block__image-wrapper--cover {
    transform: scale(1.07);
  }
}

@media screen and (min-width: 641px) {
  .promo-block {
    min-height: 270px;
    padding: 26px 30px;
  }

  .promo-block--small {
    min-height: 240px;
  }

  .promo-block--large {
    min-height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .promo-block {
    min-height: 310px;
  }

  .promo-block--small {
    min-height: 280px;
  }

  .promo-block--large {
    min-height: 360px;
  }

  .promo-block__image-wrapper {
    background-size: auto 260px;
  }

  .promo-block--small .promo-block__image-wrapper {
    background-size: auto 220px;
  }

  .promo-block__heading {
    margin-bottom: 8px;
  }

  .promo-block__cta {
    margin-top: 8px;
  }
}

/**
 * --------------------------------------------------------------------
 * GENERAL
 *
 * IMPLEMENTATION NOTE: Shopify Reviews CSS overrides our own CSS, as a consequence
 *                      to increase the CSS specificity, I had to add a wrapping class
 *                      or using the "double class" (eg: .spr-icon.spr-icon) to take precedence
 * --------------------------------------------------------------------
 */

.spr-starrating.spr-starrating,
.spr-starratings.spr-starratings {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  height: 14px;
}

.spr-starrating .spr-icon.spr-icon,
.spr-starratings .spr-icon.spr-icon {
  display: inline-block;
  top: 0;
  height: 13px;
  width: 13px;
  font-size: 13px;
  opacity: 1;
}

.spr-icon.spr-icon::before {
  content: "A" !important;
  display: inline-block;
  font-family: "font-theme-star";
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  line-height: 1em;
}

.spr-icon {
  color: var(--product-review-star-color);
}

.spr-icon-star-empty.spr-icon-star-empty {
  color: rgba(var(--text-color-rgb), 0.4) !important;
}

.spr-icon + .spr-icon {
  margin-left: 4px;
}

@media screen and (min-width: 641px) {
  .spr-summary-starrating .spr-icon.spr-icon,
  .spr-form-input .spr-icon.spr-icon {
    width: 17px;
    height: 17px;
    font-size: 17px;
  }
}

/**
 * --------------------------------------------------------------------
 * BADGE
 * --------------------------------------------------------------------
 */

.spr-badge {
  display: flex !important;
  align-items: center;
  line-height: 1;
}

.spr-badge .spr-badge-caption {
  margin-left: 7px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

/**
 * --------------------------------------------------------------------
 * MAIN REVIEW
 * --------------------------------------------------------------------
 */

#shopify-product-reviews {
  margin: 0 !important;
  overflow: visible !important;
}

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}

#shopify-product-reviews .spr-header {
  position: relative;
}

#shopify-product-reviews .spr-header-title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  line-height: 1.6;
  margin-bottom: 7px;
  text-align: left;
}

#shopify-product-reviews .spr-summary {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}

#shopify-product-reviews .spr-summary-caption {
  line-height: 1;
}

#shopify-product-reviews .spr-summary-actions {
  display: block;
  width: 100%;
}

#shopify-product-reviews .spr-summary-starrating {
  margin-right: 10px;
}

#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  float: none;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

#shopify-product-reviews .spr-summary-actions-newreview:hover,
#shopify-product-reviews .spr-button:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-reviews {
  margin-top: 44px;
  border-top: 1px solid var(--border-color);
}

#shopify-product-reviews .spr-form-submitted + .spr-reviews {
  margin-top: 0;
  border-top: none;
}

#shopify-product-reviews .spr-review {
  position: relative;
  border-top: none;
  margin: 28px 0 0 0;
  padding: 0;
}

#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 32px;
}

#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 12px;
}

#shopify-product-reviews .spr-review-header-title {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: 1rem;
  line-height: 1.75;
}

#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  margin: 0;
  bottom: calc(1em + 12px);
  left: 0;
  opacity: 1;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
}

#shopify-product-reviews .spr-review-content,
#shopify-product-reviews .spr-review-reply {
  margin-bottom: calc(1em + 22px);
}

#shopify-product-reviews .spr-review-reply {
  margin-top: -1.4em;
  padding: 0 0 0 12px;
  background: none;
  border-left: 2px solid var(--border-color);
}

#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}

#shopify-product-reviews .spr-review-content-body {
  line-height: 1.75;
  font-size: 1rem;
}

#shopify-product-reviews .spr-review-reportreview {
  color: var(--accent-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  float: none;
  transition: color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-review-reportreview:hover {
  text-decoration: underline;
  /*text-underline-position: under;*/
}

#shopify-product-reviews .spr-form {
  padding: 0;
}

#shopify-product-reviews .spr-form > form {
  padding-top: 22px;
}

#shopify-product-reviews .spr-form-title {
  display: none !important;
}

#shopify-product-reviews .spr-form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: 1rem;
}

#shopify-product-reviews .spr-form-input-text,
#shopify-product-reviews .spr-form-input-textarea,
#shopify-product-reviews .spr-form-input-email {
  display: block;
  padding: 9px 14px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
  width: 100%;
  min-height: 48px;
  line-height: normal;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 0 2px 1px rgba(var(--border-color-rgb), 0.2) inset;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-form-input-textarea {
  line-height: 1.87;
  max-height: 180px;
}

#shopify-product-reviews .spr-form-input-text:focus,
#shopify-product-reviews .spr-form-input-textarea:focus,
#shopify-product-reviews .spr-form-input-email:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
  color: var(--heading-color);
  outline: none;
}

#shopify-product-reviews .spr-form-input::-moz-placeholder {
  color: rgba(var(--text-color-rgb), 0.6);
}

#shopify-product-reviews .spr-form-input::placeholder {
  color: rgba(var(--text-color-rgb), 0.6);
}

#shopify-product-reviews .spr-form-input.spr-starrating {
  display: block;
}

#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 25px;
}

#shopify-product-reviews .spr-form-message {
  display: block;
  margin-top: 6px;
  padding: 10px 15px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
}

#shopify-product-reviews .spr-form-message-success {
  background: var(--success-background);
  color: var(--success-color);
}

#shopify-product-reviews .spr-form-message-error {
  background: var(--error-background);
  color: var(--error-color);
}

#shopify-product-reviews .spr-pagination {
  margin-top: 16px;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  border-top: none;
}

#shopify-product-reviews .spr-pagination a {
  transition: color 0.2s ease-in-out;
}

#shopify-product-reviews .spr-pagination a:hover {
  color: var(--accent-color);
}

#shopify-product-reviews .spr-pagination-page {
  display: inline-block;
}

#shopify-product-reviews .spr-pagination-page a,
#shopify-product-reviews .spr-pagination-page.is-active {
  display: block;
  margin: 0 2px;
  padding: 8px 11px;
  line-height: 1;
}

#shopify-product-reviews .spr-pagination-page.is-active {
  display: inline-block;
  background: var(--accent-color);
  color: var(--secondary-background);
  border-radius: 3px;
}

#shopify-product-reviews .spr-pagination-next a,
#shopify-product-reviews .spr-pagination-prev a {
  display: flex;
  align-items: center;
}

#shopify-product-reviews .spr-pagination-next svg,
#shopify-product-reviews .spr-pagination-prev svg {
  position: relative;
  width: 8px;
  height: 12px;
}

#shopify-product-reviews .spr-pagination-prev svg {
  margin-right: 14px;
}

#shopify-product-reviews .spr-pagination-next svg {
  margin-left: 14px;
}

@media screen and (max-width: 640px) {
  #shopify-product-reviews .spr-form,
  #shopify-product-reviews .spr-reviews {
    margin-top: 24px;
    border-top: none;
    padding: 0;
  }

  #shopify-product-reviews .spr-form-submitted {
    margin-top: 0;
  }

  #shopify-product-reviews .spr-form::before,
  #shopify-product-reviews .spr-form:not(.spr-form-submitted) + .spr-reviews::before,
  #shopify-product-reviews .spr-pagination::before {
    position: relative;
    content: "";
    display: block;
    width: calc(100% + var(--mobile-container-gutter));
    height: 1px;
    background: var(--border-color);
  }

  #shopify-product-reviews .spr-pagination > div {
    padding-top: 20px;
  }

  #shopify-product-reviews .spr-summary-actions {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  #shopify-product-reviews .spr-header-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));
    line-height: 1.5;
    margin-bottom: 15px;
  }

  #shopify-product-reviews.spr-reviews--has-reviews .spr-summary {
    margin-bottom: -13px;
  }

  #shopify-product-reviews .spr-summary-actions {
    position: absolute;
    right: 0;
    top: 0.5em;
    width: auto;
  }

  #shopify-product-reviews .spr-review + .spr-review {
    margin-top: 41px;
  }

  #shopify-product-reviews .spr-review:first-child {
    margin-top: 35px;
  }

  #shopify-product-reviews .spr-review-header-title {
    margin-bottom: 12px;
  }

  #shopify-product-reviews .spr-review-content,
  #shopify-product-reviews .spr-review-reply {
    margin: 0 0 17px 0;
  }

  #shopify-product-reviews .spr-review-footer {
    text-align: right;
  }

  #shopify-product-reviews .spr-review-reportreview {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  #shopify-product-reviews .spr-review-header-byline {
    bottom: 0;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  }

  #shopify-product-reviews .spr-pagination {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
  }
}

.rte {
  word-break: break-word;
  /* Prevent long words to go outside the container */
}

/* Simple, minimum clearfix added to every RTE text to avoid issue with float */

.rte::after {
  content: "";
  display: block;
  clear: both;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 1em 0;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
}

.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}

.rte h1 {
  margin: 1.4em 0 0.7em 0;
}

.rte h2 {
  margin: 1.55em 0 0.6em 0;
}

.rte h3 {
  margin: 1.8em 0 0.8em 0;
}

.rte h4 {
  margin: 1.9em 0 0.6em 0;
}

.rte h5 {
  margin: 2.2em 0 0.7em 0;
}

.rte h6 {
  margin: 2.5em 0 0.6em 0;
}

.rte img {
  display: block;
}

.rte p:not(:last-child),
.rte ul:not(:last-child),
.rte ol:not(:last-child) {
  margin-bottom: 0.7em;
}

.rte a:not(.button) {
  color: var(--link-color);
  transition: color 0.2s ease-in-out;
  -webkit-text-decoration: var(--text-link-decoration);
  text-decoration: var(--text-link-decoration);
  text-underline-position: under;
}

.rte a:not(.button):hover {
  color: var(--link-color-hover);
}

.rte p + .button {
  margin-top: 1em;
}

.rte ul,
.rte ol {
  margin-left: 18px;
}

.rte ul li,
.rte ol li {
  position: relative;
}

.rte ul li:not(:last-child),
.rte ol li:not(:last-child) {
  margin-bottom: 5px;
}

.rte ul {
  list-style: none;
}

.rte ul li::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 0.8em;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: rgba(var(--text-color-rgb), 0.4);
}

.rte ol {
  list-style-position: outside;
}

.rte img,
.rte .video-wrapper {
  margin: 2.7em 0;
}

.rte blockquote {
  margin: 3em 0 3em 10px;
  padding-left: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  border-left: 5px solid rgba(var(--text-color-rgb), 0.4);
}

.rte table {
  margin-top: 2em;
}

@media screen and (min-width: 641px) {
  .rte blockquote {
    padding-left: 30px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  }

  .rte img,
  .rte .video-wrapper {
    margin: 3em 0;
  }
}

.section {
  margin: 50px 0;
}

.section--tight {
  margin: 30px 0;
}

/* When isolated, sections use padding instead of margin (useful for sections that has plain background) */

.section--isolated {
  margin: 0 !important;
  padding: 50px 0;
}

.section--isolated.section--tight {
  padding: 40px 0;
}

.section--text-centered {
  text-align: center;
}

.section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
  overflow: hidden;
}

.section__title {
  margin-bottom: 0;
}

.section__action-link {
  margin-left: 20px;
  flex-shrink: 0;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.section__action-link svg {
  display: none;
}

/* The header stack is used when we display more info like a countdown timer */

.section__header-stack {
  display: flex;
  flex-direction: column;
}

/* Isolated sections are isolated due to their usage of different background/color, so here we must inherit the heading color */

.section--isolated .heading {
  color: inherit;
}

@media screen and (max-width: 640px) {
  .section__header-stack > .section__title + * {
    margin-top: 10px;
  }
}

@media screen and (min-width: 641px) {
  .section {
    margin: 60px 0;
  }

  .section--tight {
    margin: 40px 0;
  }

  .section--isolated {
    padding: 60px 0;
  }

  .section__header {
    overflow: visible;
    margin-bottom: 20px;
  }

  .section__header--tight {
    margin-bottom: 14px;
  }

  .section__header-stack {
    flex-direction: row;
    align-items: center;
  }

  .section__action-link {
    transform: translateX(26px);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .section__action-link svg {
    /*
    Note: for some strange reasons, on Safari (even last version), if we use a transform it cause a delay of up to 1 second on heavy home page before the
    animation starts. I couldn't find any explanation, but maybe the nested transforms (on both the link and SVG) does not work correctly on Safari. As a
    consequence, I've used a animation on right property (which is much slower but should be ok on this small piece of content)
    */
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .section__header-stack > .section__title {
    margin: 0 16px 0 0;
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .section__action-link:hover {
    transform: translateX(0);
  }

  .section__action-link:hover svg {
    opacity: 1;
    right: 0;
  }
}

.slideshow {
  height: 400px;
  overflow: hidden;
}

.slideshow--small {
  height: 350px;
}

.slideshow--large {
  height: 450px;
}

.slideshow__slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow__slide-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slideshow:not(.flickity-enabled) .slideshow__slide:not(.is-selected) {
  display: none;
}

.slideshow__placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.slideshow__image-placeholder {
  height: 100%;
  fill: dimgrey;
  background: darkgrey;
}

.slideshow__title {
  margin-bottom: 7px;
  color: inherit;
}

.slideshow__content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
}

.slideshow__content {
  max-width: 650px;
  margin: 0 auto 22px auto;
}

.slideshow .flickity-page-dots {
  bottom: 30px;
}

.slideshow .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ffffff;
  border: 3px solid #ffffff;
  transform: none !important;
  transition: background 0.25s ease-in-out;
}

.slideshow .flickity-page-dots .dot::before {
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}

.slideshow .flickity-page-dots .dot.is-selected {
  background: transparent;
}

/** Overlay variation **/

.slideshow__slide--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

/** Preserve ratio variation

 IMPLEMENTATION NOTE: I am using two different ways to center the content. If the slideshow is a fixed height, the theme uses a flexbox
                      based approach, while if the slideshow is not fixed (ie. respecting the image aspect ratio), I use a transform based
                      approach. I could have keep it simpler and use the transform based everywhere (which would have removed a lot of code),
                      but the transform based is proved to reduce sometimes the quality of the text and make it a bit blurry. This is why
                      there is another, more optimized way to position when it is possible
 **/

.slideshow--preserve-ratio {
  height: auto !important;
}

.slideshow--preserve-ratio .slideshow__slide {
  height: auto;
}

.slideshow--preserve-ratio .slideshow__slide-inner {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.slideshow--preserve-ratio .slideshow__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  .slideshow:not(.slideshow--edge2edge) {
    margin: var(--desktop-container-gutter) 0;
  }

  .slideshow:not(.slideshow--edge2edge) .flickity-viewport {
    border-radius: 3px;
  }

  .slideshow__image-placeholder {
    height: auto;
    width: 100%;
  }

  /* Positioning for fixed height carousel */

  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--top-center,
  .slideshow__slide-inner--top-right {
    justify-content: flex-start;
  }

  .slideshow__slide-inner--bottom-left,
  .slideshow__slide-inner--bottom-center,
  .slideshow__slide-inner--bottom-right {
    justify-content: flex-end;
  }

  .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    padding-bottom: 75px;
    padding-top: 25px;
  }

  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--middle-left,
  .slideshow__slide-inner--bottom-left {
    text-align: left;
  }

  .slideshow__slide-inner--top-left .slideshow__content,
  .slideshow__slide-inner--middle-left .slideshow__content,
  .slideshow__slide-inner--bottom-left .slideshow__content {
    margin-left: 0;
  }

  .slideshow__slide-inner--top-right,
  .slideshow__slide-inner--middle-right,
  .slideshow__slide-inner--bottom-right {
    text-align: right;
  }

  .slideshow__slide-inner--top-right .slideshow__content,
  .slideshow__slide-inner--middle-right .slideshow__content,
  .slideshow__slide-inner--bottom-right .slideshow__content {
    margin-right: 0;
  }

  /* Positioning for non-fixed height carousel */

  .slideshow--preserve-ratio .slideshow__slide-inner--top-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-right .slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .slideshow {
    height: 430px;
  }

  .slideshow--small {
    height: 380px;
  }

  .slideshow--large {
    height: 520px;
  }
}

.team {
  margin-top: 45px;
  margin-bottom: 62px;
  text-align: center;
}

.team__block-list {
  margin-bottom: 45px;
}

.team__block-item {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .team {
    margin-top: 62px;
    margin-bottom: 80px;
  }

  .team__block-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px -15px 47px -15px;
  }

  .team__block-item {
    margin: 15px;
    flex: none;
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1000px) {
  .team__block-item {
    width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .team__block-item {
    width: calc(25% - 30px);
  }
}

/* Separator */

.team__section-title {
  margin-bottom: 25px;
}

@media screen and (min-width: 641px) {
  .team__section-title {
    margin-bottom: 40px;
  }
}

/* Member */

.team__member {
  padding: 30px 20px 20px 20px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--secondary-background);
}

.team__member-pic {
  width: 144px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  padding: 8px;
  background: var(--background);
}

.team__member-pic--rounded {
  border-radius: 50%;
}

.team__member-title,
.team__member-subheading {
  margin-bottom: 0;
  line-height: 1.4;
}

.team__member-title {
  margin-bottom: 6px;
}

.team__member-link {
  display: inline-block;
  margin-top: 6px;
}

/* Promotion */

.team__promotion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 30px;
}

.team__promotion .heading {
  color: inherit;
  margin-bottom: 8px;
}

.team__promotion .button {
  min-width: 105px;
  margin-top: 22px;
}

.text-with-icons__item {
  width: 100%;
  line-height: 1.6;
}

.text-with-icons__title {
  margin-bottom: 4px;
}

.text-with-icons__icon-wrapper {
  margin-bottom: 15px;
}

.text-with-icons__icon-wrapper svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.text-with-icons__icon-wrapper img {
  max-width: 30px;
}

.text-with-icons__content > p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .text-with-icons {
    padding-bottom: 28px;
    text-align: center;
  }

  .text-with-icons::after {
    content: "flickity";
    display: none;
  }

  .text-with-icons--stacked {
    padding-bottom: 0;
  }

  .text-with-icons--stacked .text-with-icons__item:not(:last-child) {
    margin-bottom: 34px;
  }

  .text-with-icons--stacked::after {
    content: "";
    /* Disable Flickity */
  }
}

@media screen and (min-width: 641px) {
  .text-with-icons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -45px -40px;
  }

  /* When it follows a page__header element we slightly move it up */

  .page__header + .text-with-icons {
    margin-top: -5px;
  }

  .text-with-icons__item {
    display: flex;
    flex-basis: calc(50% - 90px);
    margin: 0 40px 45px 40px;
  }

  .text-with-icons__icon-wrapper {
    margin: 0.5em 18px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    padding: 0 100px;
    justify-content: center;
  }

  .text-with-icons__item {
    display: flex;
    flex-basis: calc(50% - 140px);
  }
}

@media screen and (min-width: 1280px) {
  .text-with-icons {
    padding: 0;
    margin: 0 -35px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .text-with-icons__item {
    flex-basis: calc(25% - 70px);
    margin: 0 35px;
  }
}

/* Boxed variation */

.text-with-icons--boxed {
  display: block;
  text-align: center;
  padding-bottom: 0;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.text-with-icons--boxed .text-with-icons__item {
  display: block;
  text-align: center;
  padding: 28px 35px;
}

.text-with-icons--boxed .text-with-icons__item:not(:first-child) {
  border-top: 1px solid var(--border-color);
}

.text-with-icons--boxed .text-with-icons__icon-wrapper {
  margin: 0 0 1em 0;
}

@media screen and (min-width: 641px) {
  .text-with-icons--boxed {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }

  .text-with-icons--boxed .text-with-icons__item {
    margin: 0;
    flex: 1 0 0;
  }

  .text-with-icons--boxed .text-with-icons__item:not(:first-child) {
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
}

/**
 * --------------------------------------------------------------------
 * CLEARFIX
 * --------------------------------------------------------------------
 */

.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}

/**
 * --------------------------------------------------------------------
 * LIST
 * --------------------------------------------------------------------
 */

.list--unstyled {
  list-style: none;
}

/**
 * --------------------------------------------------------------------
 * COLLAPSIBLE
 * --------------------------------------------------------------------
 */

.collapsible {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

/**
 * --------------------------------------------------------------------
 * SOCIAL MEDIA
 * --------------------------------------------------------------------
 */

.social-media__item-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.social-media__item {
  display: inline-block;
  margin: 5px;
}

.social-media__item > a {
  display: block;
}

.social-media__item svg {
  width: 28px;
  height: 28px;
  opacity: 0.4;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  will-change: opacity;
}

/* Stacked variation */

.social-media__item-list--stack {
  display: block;
  margin: -10px 0;
}

.social-media__item-list--stack .social-media__item {
  display: block;
  margin: 0;
  padding: 7px 0;
}

.social-media__item-list--stack svg {
  vertical-align: top;
  margin-right: 12px;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .social-media__item:hover svg {
    opacity: 1;
  }

  .social-media__item--facebook:hover svg {
    color: #3b5998;
  }

  .social-media__item--twitter:hover svg {
    color: #1da1f2;
  }

  .social-media__item--pinterest:hover svg {
    color: #bd081c;
  }

  .social-media__item--instagram:hover svg {
    color: #d83776;
  }

  .social-media__item--youtube:hover svg {
    color: #ff0000;
  }

  .social-media__item--vimeo:hover svg {
    color: #1ab7ea;
  }

  .social-media__item--linkedin:hover svg {
    color: #0077b5;
  }

  .social-media__item--snapchat:hover svg {
    color: #f5dc30;
  }

  .social-media__item--tumblr:hover svg {
    color: #35465c;
  }

  .social-media__item--fancy:hover svg {
    color: #494e58;
  }

  .social-media__item--rss:hover svg {
    color: #f26522;
  }
}

/**
 * --------------------------------------------------------------------
 * ALERT
 * --------------------------------------------------------------------
 */

.alert {
  display: block;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  background: var(--background);
  color: var(--heading-color);
  text-align: left;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert--block {
  display: block;
}

.alert--center {
  text-align: center;
}

.alert--tight {
  padding: 6px 14px;
}

.alert--error {
  background: var(--error-background);
  color: var(--error-color);
}

.alert--success {
  background: var(--success-background);
  color: var(--success-color);
}

.alert__ribbon {
  margin-left: 5px;
  margin-right: 25px;
  align-self: center;
}

.alert__ribbon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.alert__error-list {
  list-style: none;
}

.alert a {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

/**
 * --------------------------------------------------------------------
 * PAGINATION
 * --------------------------------------------------------------------
 */

.pagination {
  padding: 40px 0;
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  border-top: 1px solid var(--border-color);
}

.pagination__inner {
  position: relative;
}

.pagination__prev,
.pagination__next {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
}

.pagination__prev svg,
.pagination__next svg {
  position: relative;
  width: 8px;
  height: 12px;
}

.pagination__prev {
  left: 0;
}

.pagination__prev svg {
  margin-right: 14px;
}

.pagination__next {
  right: 0;
}

.pagination__next svg {
  margin-left: 14px;
}

.pagination__nav,
.pagination__page-count {
  display: block;
  text-align: center;
}

.pagination__nav {
  display: none;
}

.pagination__nav-item {
  display: inline-block;
  margin: 0 2px;
  padding: 8px 11px;
  line-height: 1;
}

.pagination__nav-item.is-active {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: 3px;
}

/* If pagination is inside a card, we adapt the spacing */

.card .pagination {
  padding: 20px;
}

@media screen and (min-width: 641px) {
  .pagination__nav {
    display: block;
  }

  .pagination__page-count {
    display: none;
  }

  .card .pagination {
    padding: 20px 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * SCROLLER
 * --------------------------------------------------------------------
 */

@media screen and (max-width: 999px) {
  .scroller {
    overflow: hidden;
    margin: 0 calc(-1 * var(--mobile-container-gutter));
    /* On mobile we remove the container gutter to make sure the scroll is edge to edge */
  }

  .scroller--flush {
    margin: 0 !important;
  }

  .scroller__inner {
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .scroller {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
  }

  .scroller__inner {
    scroll-padding-left: var(--desktop-container-gutter);
  }

  .scroller--mobile-only {
    margin: 0;
    overflow: visible;
  }

  .scroller--mobile-only > .scroller__inner {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
  }
}

/**
 * --------------------------------------------------------------------
 * SKELETON
 * --------------------------------------------------------------------
 */

@keyframes skeletonShimmerAnimation {
  0% {
    opacity: 0.45;
  }

  100% {
    opacity: 0.9;
  }
}

.skeleton-container {
  animation: skeletonShimmerAnimation 1s linear infinite alternate;
  will-change: opacity;
}

.skeleton-text {
  height: 10px;
  width: 100%;
  background: var(--border-color);
}

.skeleton-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--border-color);
}

.skeleton-paragraph .skeleton-text {
  margin-bottom: 8px;
}

.skeleton-paragraph .skeleton-text:last-child {
  width: 38%;
  margin-bottom: 0;
}

/**
 * --------------------------------------------------------------------
 * PLUS BUTTON
 * --------------------------------------------------------------------
 */

.plus-button {
  display: block;
  position: relative;
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
}

.plus-button::before,
.plus-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.plus-button::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.plus-button::after {
  width: 2px;
  height: 10px;
}

[aria-expanded=true] .plus-button::before,
[aria-expanded=true] .plus-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[aria-expanded=true] .plus-button::before {
  opacity: 0;
}

@media screen and (min-width: 641px) {
  .plus-button--large {
    width: 14px;
    height: 14px;
  }

  .plus-button--large::before {
    width: 14px;
  }

  .plus-button--large::after {
    height: 14px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY CHALLENGE
 * --------------------------------------------------------------------
 */

.shopify-challenge__container {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.shopify-challenge__button.shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 9px 30px;
  min-height: 48px;
  line-height: normal;
  border-color: var(--primary-button-background);
  border-radius: 2px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

.shopify-challenge__button.shopify-challenge__button:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}

@media screen and (min-width: 641px) {
  .shopify-challenge__container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/**
 * --------------------------------------------------------------------
 * SHOPIFY POLICY CONTAINER
 * --------------------------------------------------------------------
 */

.shopify-policy__container {
  max-width: 800px;
}

.shopify-policy__title {
  margin: 30px 0;
}

.shopify-policy__title h1 {
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px));
  line-height: 1.45;
  color: var(--heading-color);
}

@media screen and (min-width: 641px) {
  .shopify-policy__title {
    margin: 30px 0;
  }

  .shopify-policy__title h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
    line-height: 1.45;
  }
}

/**
 * --------------------------------------------------------------------
 * ANNOUNCEMENT BAR
 * --------------------------------------------------------------------
 */

.announcement-bar {
  position: relative;
  display: block;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  border-bottom: 1px solid var(--header-border-color);
}

.announcement-bar__content {
  display: block;
  padding: 4px 0;
  margin-bottom: 0;
}

.announcement-bar__content--center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .announcement-bar__inner {
    text-align: center;
    /* Always centered on mobile no matter the setting */
  }
}

@media screen and (min-width: 641px) {
  .announcement-bar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    text-align: left;
  }

  .announcement-bar__inner {
    display: flex;
    align-items: center;
  }

  .announcement-bar__content {
    padding: 7px 0;
    margin-right: auto;
  }

  .announcement-bar__content--center {
    margin-left: auto;
    padding-left: 0px;
    padding-left: var(--announcement-bar-button-width, 0px);
    /* We have to shift by the button width to center visually */
  }

  .announcement-bar__button {
    padding: 7px 18px 7px 15px;
    background: var(--header-accent-color);
    color: var(--secondary-background);
    box-shadow: 0 1px var(--header-accent-color);
  }

  .announcement-bar__button svg {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 12px;
    vertical-align: text-bottom;
  }

  .announcement-bar__close-container {
    position: relative;
  }

  .announcement-bar__close {
    position: absolute;
    top: 25px;
    right: 0;
    color: var(--heading-color);
    transition: color 0.2s ease-in-out;
  }

  .announcement-bar__close:hover {
    color: var(--accent-color);
  }

  .announcement-bar__close svg {
    width: 19px;
    height: 19px;
  }

  .announcement-bar__newsletter {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
    transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .announcement-bar__newsletter[aria-hidden=false] {
    visibility: visible;
  }

  .announcement-bar__newsletter-inner {
    margin: 50px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * OFFER ITEM
 * --------------------------------------------------------------------
 */

.offer-item {
  padding: 20px;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.offer-item__image-wrapper {
  min-width: 70px;
  max-width: 70px;
  margin-bottom: 14px;
}

.offer-item__title {
  margin-bottom: 6px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px));
}

.offer-item__content {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

@media screen and (min-width: 641px) {
  .offer-item {
    padding: 28px 30px;
  }

  .offer-item__image-wrapper {
    min-width: 110px;
    max-width: 110px;
  }
}

@media screen and (min-width: 1280px) {
  .offer-item--inline {
    display: flex;
    align-items: center;
  }

  .offer-item--inline .offer-item__image-wrapper {
    margin: 0 30px 0 0;
  }
}

/**
 * --------------------------------------------------------------------
 * IMAGE WITH TEXT
 * --------------------------------------------------------------------
 */

.image-with-text {
  display: flex;
  flex-direction: column;
}

.image-with-text__image-container {
  margin-bottom: 25px;
}

@media screen and (max-width: 999px) {
  .image-with-text__image-container {
    width: 100% !important;
    order: -1;
    /* Make sure the image is always coming first on small screens */
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .image-with-text__image-container {
    max-width: 50%;
    /* Make sure that we constraint a maximum and minimum width no matter what the merchant choose to keep the text readable */
    min-width: 30%;
  }

  .image-with-text__image-container,
  .image-with-text__text-container {
    width: 50%;
    margin: 0;
  }

  .image-with-text__text-container:last-child {
    padding-left: 60px;
  }

  .image-with-text__text-container:first-child {
    text-align: right;
    padding-right: 60px;
  }

  .image-with-text__text-container:first-child .image-with-text__text-aligner {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text__image-container {
    max-width: none;
    min-width: 0;
  }
}

@media screen and (min-width: 1280px) {
  .image-with-text__text-container:last-child {
    padding-left: 75px;
  }

  .image-with-text__text-container:first-child {
    padding-right: 75px;
  }
}

/**
 * --------------------------------------------------------------------
 * NEWSLETTER
 * --------------------------------------------------------------------
 */

.newsletter {
  margin-top: 30px;
}

.newsletter__form {
  padding-bottom: 10px;
}

.newsletter__text {
  margin-top: 16px;
}

/* Compact variation */

.newsletter--compact .newsletter__form {
  padding-bottom: 0;
}

.newsletter--compact .newsletter__text {
  margin-top: 16px;
}

/**
 * --------------------------------------------------------------------
 * QUICK LINKS
 * --------------------------------------------------------------------
 */

.quick-links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 3px;
  list-style: none;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--default-text-font-size) + 1px);
}

.quick-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
  /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  padding: 20px 10px;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}

.quick-links__link:hover {
  color: var(--accent-color);
}

.quick-links__link--grow {
  flex-grow: 1;
}

.quick-links__image-container {
  display: block;
  margin: 0 auto;
  flex: 1 1 auto;
  font-size: 0;
}

.quick-links__image-ie-fix {
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--animate-zoom .quick-links__link:hover .quick-links__image-ie-fix {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 641px) {
  .quick-links__link {
    padding: 24px;
    width: 33.333333%;
    /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}

@media screen and (min-width: 1000px) {
  .quick-links__link {
    width: 16.66666667%;
    /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}

/**
 * --------------------------------------------------------------------
 * BREADCRUMB
 * --------------------------------------------------------------------
 */

.breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumb__list svg {
  margin: 0 7px;
  width: 6px;
  height: 8px;
  vertical-align: inherit;
}

/**
 * --------------------------------------------------------------------
 * LOADING BAR
 * --------------------------------------------------------------------
 */

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  opacity: 0;
  background: var(--accent-color);
  transition: width 0.25s ease-in-out;
  z-index: 50;
  pointer-events: none;
}

.loading-bar.is-visible {
  opacity: 1;
}

/**
 * --------------------------------------------------------------------
 * EMPTY STATE
 * --------------------------------------------------------------------
 */

.empty-state {
  margin: 100px 0;
  text-align: center;
}

.empty-state--extra-tight {
  margin: 30px 0;
}

.empty-state--tight {
  margin: 40px 0;
}

.empty-state__heading {
  margin-bottom: 15px;
}

.empty-state__text {
  margin-bottom: 32px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}

.empty-state__quick-form {
  max-width: 410px;
  margin: 40px auto 25px auto;
}

.empty-state__button-container {
  margin-top: 16px;
}

.empty-state__button {
  min-width: 230px;
}

.empty-state__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.empty-state__icon .icon--package {
  width: 46px;
  height: 46px;
}

.empty-state__icon .icon--address {
  width: 46px;
  height: 45px;
}

.empty-state__icon-description {
  margin-bottom: 30px;
}

.empty-state__count {
  position: absolute;
  top: 2px;
  right: -9px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--accent-color);
  color: var(--header-text-color);
  border-radius: 100%;
}

@media screen and (min-width: 641px) {
  .empty-state {
    margin: 170px 0;
  }

  .empty-state--extra-tight {
    margin: 40px 0;
  }

  .empty-state--tight {
    margin: 105px 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PAYMENT METHODS
 * --------------------------------------------------------------------
 */

.payment-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.payment-list__item {
  width: 38px;
  height: 24px;
  margin: 4px;
}

.payment-list__notice {
  margin-top: 18px;
}

/* Centered variation */

.payment-list--centered {
  justify-content: center;
}

/**
 * --------------------------------------------------------------------
 * LAYOUT
 *
 * Layout component can be used to create a two columns layout on laptop.
 * You can also create a smaller section by adding the "secondary" class
 * to a given layout section
 * --------------------------------------------------------------------
 */

.layout {
  margin-bottom: 70px;
}

.layout .layout {
  margin-top: 18px;
  margin-bottom: 0;
  /* nested layouts don't have margin bottom */
}

.layout__section {
  margin-bottom: 18px;
}

.layout .card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .layout--reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 641px) {
  .layout {
    margin-bottom: 100px;
  }

  .layout .layout {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .layout {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .layout--pad {
    padding-top: 25px;
  }

  .layout__section {
    margin: 0 15px;
    /* We need to use the individual properties instead of short hand due to a bug in IE11 */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }

  .layout__section:only-child {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout__section--secondary {
    flex: none;
    width: 260px;
  }

  .layout__section--large-secondary {
    flex: none;
    width: 320px;
  }
}

@media screen and (min-width: 1280px) {
  .layout__section--secondary {
    width: 288px;
  }

  .layout__section--large-secondary {
    width: 365px;
  }
}

/**
 * --------------------------------------------------------------------
 * MODAL
 * --------------------------------------------------------------------
 */

/* .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;

  pointer-events: none;

  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.modal::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
} */

/* .modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal[aria-hidden=false] .modal__dialog {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.modal__dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: var(--secondary-background);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: scale(0.9);
  transition: transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
} */

.modal__loader {
  display: none;
  padding: 60px 0;
  text-align: center;
}

.modal__loader .icon--search-loader {
  width: 35px;
  height: 35px;
  color: var(--accent-color);
}

.modal__header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-background);
  z-index: 1;
}

.modal__header,
.modal__content {
  padding: 20px;
}

.modal__header + .modal__content {
  padding-top: 30px;
}

.modal__title {
  margin-bottom: 0;
  text-align: center;
}

.modal__description {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.modal__close {
  color: var(--heading-color);
  z-index: 1;
}

.modal__close svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Ugly fix for border radius */

.modal .card {
  background: none;
}

/* Loading state */

.modal.is-loading .modal__loader {
  display: block;
}

.modal.is-loading .modal__inner {
  display: none;
}

@media screen and (max-width: 640px) {
  .modal__content--ios-push {
    padding-bottom: 45px;
    /* This allows to take into account the toolbar height of iOS to avoid annoying double click */
  }
}

@media screen and (min-width: 641px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal__dialog {
    width: 580px;
    height: auto;
    max-height: calc(100% - 80px);
    border-radius: 3px;
  }

  .modal__dialog--stretch {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .modal__header,
  .modal__content {
    padding: 30px;
  }

  .modal__header {
    position: relative;
    display: block;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }

  .modal__close {
    position: absolute;
    right: 28px;
    top: 28px;
  }

  .modal__description {
    margin-top: -18px;
  }
}

/**
 * --------------------------------------------------------------------
 * ICON STATE
 *
 * This allows to switch between two icons depending on an expanded status
 * --------------------------------------------------------------------
 */

.icon-state {
  position: relative;
  vertical-align: middle;
}

.icon-state .icon-state__primary,
.icon-state .icon-state__secondary {
  display: block;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.icon-state .icon-state__secondary {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%) scale(0.3);
}

.icon-state[aria-expanded=true] .icon-state__primary {
  opacity: 0;
  transform: scale(0.3);
}

.icon-state[aria-expanded=true] .icon-state__secondary {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/**
 * ----------------------------------------------------------------------------
 * TOOLTIP
 * ----------------------------------------------------------------------------
 */

@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]::before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: calc(100% + 3px);
    left: 50%;
    padding: 2px 11px;
    white-space: nowrap;
    background: var(--accent-color);
    color: var(--secondary-background);
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    box-shadow: 0 1px rgba(0, 0, 0, 0.065);
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
    transform: translateX(-50%);
  }

  [data-tooltip]::after {
    position: absolute;
    content: "";
    left: calc(50% - 7px);
    bottom: calc(100% - 2px);
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent var(--accent-color) var(--accent-color);
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  }

  [data-tooltip]:hover::before,
  [data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
  }

  [data-tooltip-position=bottom-left]::before {
    top: calc(100% + 4px);
    bottom: auto;
    left: auto;
    right: -6px;
    transform: none;
  }

  [data-tooltip-position=bottom-left]::after {
    top: calc(100% - 1px);
    transform: rotate(135deg);
    left: calc(50% - 6px);
  }
}

/**
 * --------------------------------------------------------------------
 * QUANTITY SELECTOR
 * --------------------------------------------------------------------
 */

.quantity-selector {
  display: inline-flex;
  align-items: center;
  height: 38px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  border: 1px solid var(--border-color);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), 0.2);
  vertical-align: middle;
}

.quantity-selector svg:hover {
  opacity: 1;
}

.quantity-selector .icon--minus {
  width: 10px;
  height: 2px;
}

.quantity-selector .icon--plus {
  width: 10px;
  height: 10px;
}

.quantity-selector__button {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: rgba(var(--text-color-rgb), 0.6);
  height: 100%;
  transition: color 0.2s ease-in-out;
}

.quantity-selector__button:not([disabled]):hover {
  color: var(--heading-color);
}

.quantity-selector__value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
  min-width: 32px;
  text-align: center;
  border: none;
}

.quantity-selector__value:focus {
  outline: none;
}

/**
 * --------------------------------------------------------------------
 * SHIPPING ESTIMATOR
 * --------------------------------------------------------------------
 */

.shipping-estimator__results {
  margin: 24px 0 2px 0;
  font-size: 1rem;
}

.shipping-estimator__results p {
  margin-bottom: 6px;
}

.shipping-estimator__results ul {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

/**
 * --------------------------------------------------------------------
 * COOKIE BAR
 * --------------------------------------------------------------------
 */

.cookie-bar {
  position: fixed;
  bottom: 20px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 3;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}

.cookie-bar[aria-hidden=false] {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.cookie-bar__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px;
  z-index: 4;
  border-radius: 3px;
  background: var(--secondary-background);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.cookie-bar__text {
  line-height: 1.45;
}

.cookie-bar__button {
  margin-top: 12px;
  padding: 0 16px;
  line-height: 30px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

@media screen and (min-width: 641px) {
  .cookie-bar {
    bottom: 25px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .cookie-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 25px;
  }

  .cookie-bar__text {
    line-height: 1.25;
  }

  .cookie-bar__button {
    flex: none;
    margin-left: 25px;
    margin-top: 0;
    padding: 0 18px;
    line-height: 36px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

/**
 * --------------------------------------------------------------------
 * CONTACT FORM
 * --------------------------------------------------------------------
 */

.contact {
  margin-bottom: 40px;
}

.contact__store-info {
  margin-top: 50px;
}

.contact__store-heading,
.contact__store-image {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .contact {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1000px) {
  .contact__store-info {
    margin-top: 0;
    margin-left: 25px;
  }
}

/**
 * --------------------------------------------------------------------
 * PASSWORD PAGE
 * --------------------------------------------------------------------
 */

.password {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 20px 0;
}

@supports (--css: variables) {
  .password {
    height: calc(100vh - 0px);
    height: calc(100vh - var(--header-height, 0px));
  }
}

.password__content {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  text-align: center;
}

.password__footer {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  text-align: center;
}

.password__footer-social {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.password__social-text {
  margin-right: 20px;
}

.password__powered-by a {
  display: inline-block;
  margin-left: 4px;
  vertical-align: bottom;
}

.password__powered-by svg {
  width: 98px;
  height: 28px;
}

.password__admin-link {
  display: block;
  margin-left: 18px;
}

@media screen and (min-width: 1000px) {
  /* On password there is no search bar so we increase the header */

  .template-password .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .password {
    padding: 40px 0;
  }

  .password__footer {
    text-align: left;
  }

  .password__footer--with-social {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .password__admin-link {
    display: inline-block;
  }

  .password__footer-social {
    margin-top: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * FAQ
 * --------------------------------------------------------------------
 */

.faq {
  margin: 40px 0 70px 0;
}

.faq__title {
  margin-bottom: 20px;
  text-align: center;
}

.faq__item {
  padding: 20px 20px;
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.faq__item + .faq__item {
  border-top: none;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.faq__question .plus-button {
  margin-left: 40px;
}

.faq__answer-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.faq__answer {
  margin: 10px 30px 0 0;
}

.faq__group {
  margin-bottom: 30px;
}

.faq__group-title {
  text-align: center;
}

.faq__contact-info {
  margin-top: 50px;
}

@media screen and (min-width: 641px) {
  .faq {
    margin: 70px 0 115px 0;
  }

  .faq__title {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .faq__item {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    border-radius: 3px 3px 0 0;
  }

  .faq__item + .faq__item {
    border-radius: 0;
  }

  .faq__item:last-child {
    border-radius: 0 0 3px 3px;
  }
}

@media screen and (min-width: 1000px) {
  .faq__group {
    margin-bottom: 0;
  }

  .faq__group + .faq__group {
    margin-top: 50px;
  }
}

/**
 * --------------------------------------------------------------------
 * POPUP NEWSLETTER
 * --------------------------------------------------------------------
 */

.modal--newsletter {
  bottom: 0;
  top: auto;
  height: auto;
}

.modal--newsletter .modal__dialog {
  position: relative;
  height: auto;
  padding: 48px 20px 20px 20px;
}

.popup-newsletter__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}

.popup-newsletter__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--heading-color);
}

.popup-newsletter__close svg {
  width: 15px;
  height: 15px;
}

.popup-newsletter__content {
  text-align: center;
}

.popup-newsletter__form {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .modal--newsletter {
    height: 100%;
  }

  .modal--newsletter .modal__dialog {
    max-width: 540px;
    padding: 64px 80px 80px 80px;
  }

  .popup-newsletter__close {
    position: absolute;
    right: 30px;
    top: 24px;
  }

  .popup-newsletter__close svg {
    width: 20px;
    height: 20px;
  }

  .popup-newsletter__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  }

  .popup-newsletter__form {
    margin-top: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * EXIT POPUP NEWSLETTER
 * --------------------------------------------------------------------
 */

.modal--exit-popup {
  bottom: 0;
  top: auto;
  height: auto;
}

.modal--exit-popup .modal__dialog {
  position: relative;
  height: auto;
  padding: 48px 20px 20px 20px;
}

.exit-popup__title {
  text-align: center;
  margin-bottom: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  line-height: 1.2;
}

.exit-popup__subheading {
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
}

.exit-popup__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--heading-color);
}

.exit-popup__close svg {
  width: 15px;
  height: 15px;
}

.exit-popup__form {
  margin-top: 20px;
}

.exit-popup__pay-more {
  display: block;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 641px) {
  .modal--exit-popup {
    height: 100%;
  }

  .modal--exit-popup .modal__dialog {
    max-width: 540px;
    padding: 95px 80px 30px 80px;
  }

  .exit-popup__close {
    position: absolute;
    right: 30px;
    top: 24px;
  }

  .exit-popup__close svg {
    width: 20px;
    height: 20px;
  }

  .exit-popup__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 48px));
  }

  .exit-popup__form {
    margin-top: 30px;
  }

  .exit-popup__pay-more {
    margin-top: 75px;
  }
}

/**
 * --------------------------------------------------------------------
 * DRAWER
 * --------------------------------------------------------------------
 */

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  visibility: hidden;
  transition: visibility 0.35s linear;
}

.drawer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background: #000000;
}

.drawer__inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 345px;
  margin-left: auto;
  background: white;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer[aria-hidden=false] {
  visibility: visible;
}

.drawer[aria-hidden=false]::before {
  opacity: 0.4;
}

.drawer[aria-hidden=false] .drawer__inner {
  transform: translateX(0);
}

/**
 * --------------------------------------------------------------------
 * SEARCH RESULTS
 * --------------------------------------------------------------------
 */

.link-search-results:not(:only-child) {
  margin-top: 40px;
}

.link-search-results__list {
  list-style: none;
}

.link-search-results__link {
  display: block;
  padding: 8px 20px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.link-search-results__link:hover,
.link-search-results__link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

@media screen and (min-width: 641px) {
  .link-search-results:not(:only-child) {
    margin-top: 60px;
  }
}

/**
 * --------------------------------------------------------------------
 * EXPANDABLE CONTENT
 * --------------------------------------------------------------------
 */

.expandable-content[aria-expanded] {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.expandable-content__toggle {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 20px;
  visibility: hidden;
  opacity: 0;
  color: var(--accent-color);
  text-align: left;
  font-weight: var(--text-font-bolder-weight);
  background: var(--secondary-background);
  z-index: 1;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

.expandable-content__toggle::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(rgba(var(--secondary-background-rgb), 0), rgba(var(--secondary-background-rgb), 0.4) 15%, var(--secondary-background));
}

.expandable-content__toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease-in-out;
}

.expandable-content__toggle-icon::before,
.expandable-content__toggle-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.expandable-content__toggle-icon::before {
  width: 2px;
  height: 10px;
}

.expandable-content__toggle-icon::after {
  width: 10px;
  height: 2px;
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle-icon {
  transform: rotateZ(90deg);
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle-icon::after {
  display: none;
}

.expandable-content--expandable .expandable-content__toggle {
  visibility: visible;
  opacity: 1;
}

.expandable-content--expandable[aria-expanded=true] .expandable-content__toggle::before {
  height: 0;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  .expandable-content[aria-expanded=false] .expandable-content__toggle:hover .expandable-content__toggle-icon {
    transform: rotateZ(45deg);
  }
}

@media screen and (min-width: 641px) {
  .expandable-content__toggle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * --------------------------------------------------------------------
 * MENU (used exclusively in "custom content" section for now)
 * --------------------------------------------------------------------
 */

.menu-item__title {
  margin-bottom: 0.75em;
}

.menu-item__linklist {
  list-style: none;
}

.menu-item__link-item {
  padding: 5px 0;
}

/**
 * --------------------------------------------------------------------
 * VALUE PICKER
 *
 * This component allows to provide a replacement to dropdown select.
 * On mobile it used by opening a drawer box, while on desktop it looks
 * like a popover
 * --------------------------------------------------------------------
 */

.value-picker-button svg {
  width: 9px;
  height: 7px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}

.value-picker-button svg path {
  stroke-width: 2.5px;
}

.value-picker-button--pill {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-background);
}

.value-picker-button--pill svg {
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease-in-out;
}

.value-picker-button--pill path {
  stroke-width: 2px;
}

.value-picker-button[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}

.value-picker {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  visibility: hidden;
  transition: visibility 0.35s ease-in-out;
}

.value-picker::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background: #000000;
}

.value-picker[aria-hidden=false] {
  visibility: visible;
}

.value-picker[aria-hidden=false]::before {
  opacity: 0.4;
}

.value-picker[aria-hidden=false] .value-picker__inner {
  transform: translateY(0);
}

.value-picker .icon--nav-triangle-borderless {
  display: none;
}

.value-picker__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--secondary-background);
  transform: translateY(100%);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.value-picker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 16px 20px;
  border-bottom: 1px solid var(--border-color);
}

.value-picker__header .icon--close {
  width: 17px;
  height: 17px;
  color: var(--heading-color);
}

.value-picker__title {
  margin: 0;
}

.value-picker__close svg {
  display: block;
}

.value-picker__choice-list {
  padding: 15px 0;
  max-height: 430px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  list-style: none;
}

.value-picker__choice-item {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 8px 50px 7px 20px;
  /* Designer does not like symmetry, sorry :D */
}

.value-picker__choice-item svg {
  position: absolute;
  width: 13px;
  height: 11px;
  right: 20px;
  top: 17px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.value-picker__choice-item.is-selected {
  color: var(--accent-color);
  font-weight: var(--text-font-bolder-weight);
}

.value-picker__choice-item.is-selected svg {
  transform: scale(1);
}

/* On tablet and higher, the selector will look like a popover */

@media screen and (min-width: 641px) {
  /* This is the wrapper class on which elements are positioned relatively on desktop */

  .value-picker-wrapper {
    position: relative;
  }

  .header__search-bar-wrapper {
    visibility: hidden;
  }

  .value-picker {
    position: absolute;
    width: auto;
    height: auto;
    top: calc(100% + 10px);
    left: auto;
    right: -25px;
    bottom: auto;
    min-width: 160px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    background: #fff;
    color: #677279;
    z-index: 4;
    cursor: auto;
    border-radius: 3px;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
    will-change: transform;
  }

  .value-picker::before {
    display: none;
  }

  .value-picker[data-picker-position=top] {
    top: auto;
    bottom: calc(100% + 10px);
  }

  .value-picker[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    transform: scale(1.001);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  }

  .value-picker .icon--nav-triangle-borderless {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 20px;
    width: 18px;
    height: 8px;
    z-index: 2;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
  }

  .value-picker[data-picker-position=top] .icon--nav-triangle-borderless {
    bottom: auto;
    top: 100%;
    transform: rotateZ(180deg);
  }

  .value-picker__inner {
    position: relative;
    width: auto;
    transform: none !important;
    transition: none;
    border-radius: 3px;
  }

  .value-picker__header {
    display: none;
    /* Because of popover the context is clear and does not need header */
  }

  .value-picker__choice-list {
    padding: 15px 0;
    max-height: none;
    white-space: nowrap;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  }

  .value-picker__choice-item {
    display: block;
    padding: 2px 25px;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  }

  .value-picker__choice-item.is-selected,
  .value-picker__choice-item:hover {
    background: var(--accent-background);
    color: var(--accent-color);
    font-weight: normal;
  }

  .value-picker__choice-item.is-selected svg,
  .value-picker__choice-item:hover svg {
    display: none;
  }

  /* Small variation */

  .value-picker--small {
    min-width: 105px;
    right: -2px;
  }

  .value-picker--small .value-picker__choice-list {
    padding: 10px 0;
    font-size: 0.85rem;
  }

  .value-picker--small .value-picker__choice-item {
    padding: 2px 18px;
  }

  .value-picker--small .icon--nav-triangle-borderless {
    right: 11px;
  }

  /* Auto variation */

  .value-picker--auto {
    min-width: 0;
  }
}

/* Variables
================================== */

/* Tables
================================== */

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 1.2em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 8px white;
  background: rgba(112, 128, 144, 0.2);
}

.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}

/* Table column sizing
================================== */

.Rtable--2cols > .Rtable-cell {
  width: 50%;
}

.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
  width: 25%;
}

.Rtable--5cols > .Rtable-cell {
  width: 20%;
}

.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */

.Rtable {
  position: relative;
  top: 3px;
  left: 0px;
}

.Rtable-cell {
  margin: 8 8 8 8;
  background-color: white;
  border-color: #F3F5F6;
}

/* Cell styles
================================== */

.Rtable-cell--dark {
  background-color: slategrey;
  border-color: #F3F5F6;
  color: white;
}

.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: white;
}

.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #F3F5F6;
}

.Rtable-cell--light {
  background-color: white;
  border-color: #F3F5F6;
}

.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}

.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}

.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: white;
}

.Rtable-cell--head {
  background-color: slategrey;
  border-color: #F3F5F6;
  color: white;
}

.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: white;
}

.Rtable-cell--foot {
  background-color: #b8c0c8;
  border-color: #F3F5F6;
}

/* Responsive
==================================== */

@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }

  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }

  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}

.no-flexbox .Rtable {
  display: block;
}

.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}

.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}

@font-face {
  font-family: Ispot Sans;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Ispot Sans"), url(/fonts/ispot-book.woff?6d1c7f23430a6459981e09b7ccef8396) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ispot Sans;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Ispot Sans"), url(/fonts/ispot-bold.woff?f907964f6f159656aee02365243518bd) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ispot Sans;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Ispot Sans"), url(/fonts/ispot-black.woff?baeb09c73bdd96fc782adadf95b11120) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ispot Heavy;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Ispot Heavy"), url(/fonts/ispot-reg.woff?babbb728be7593abe49b9fb9c5630602) format("woff"), url(/fonts/ispot-reg2.woff2?c0a6a97738d8aa9db666df18e3676c04) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ispot Heavy;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("Ispot Heavy"), url(/fonts/ispot-reg2.woff?babbb728be7593abe49b9fb9c5630602) format("woff"), url(/fonts/ispot-reg3.woff2?c0a6a97738d8aa9db666df18e3676c04) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

address,
blockquote,
body,
dd,
dialog,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
hr,
html,
legend,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
fieldset,
figcaption,
figure,
footer,
header,
legend,
main,
nav,
section {
  display: block;
}

a {
  font-family: inherit;
  background: transparent;
}

address,
dd,
dl,
dt,
time {
  font-weight: inherit;
  font-style: inherit;
}

li,
ul {
  list-style: none;
}

fieldset {
  border: none;
}

img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  overflow: visible;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button:active {
  outline: 0;
}

button,
select {
  font-family: inherit;
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

textarea {
  font-family: inherit;
  overflow: auto;
  resize: none;
  word-wrap: break-word;
}

input:invalid,
input:required {
  box-shadow: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@-moz-document url-prefix()  {
  .select select {
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 1rem;
  }

  .select option {
    background-color: #fff;
  }
}

html {
  font-size: calc(15.02326px + 0.23256vw);
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}

html[data-whatintent=mouse] :focus,
html[data-whatintent=touch] :focus {
  outline: none;
}

html[data-whatintent=mouse] .skip-link,
html[data-whatintent=touch] .skip-link {
  display: none;
}

body {
  font-family: Ispot Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  color: #333;
  font-style: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: contextual;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: contextual;
  -webkit-text-rendering: optimizeLegibility;
}

@media screen and (min-width: 820px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.45;
  }
}

@keyframes menu-in {
  0% {
    opacity: 0;
    right: -20rem;
  }
}

@keyframes menu-link-in {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
}

@keyframes category-enter {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.92);
  }
}

@keyframes category-enter-small {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

@keyframes content-in {
  0% {
    opacity: 0;
    transform: translateY(-2rem) scale(0.8);
  }
}

@keyframes content-in-centered {
  0% {
    opacity: 0;
    transform: translateY(-2rem) translateX(-50%) scale(0.8);
  }
}

@keyframes option-in {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
}

@keyframes option-out {
  to {
    opacity: 0;
    transform: translateY(1rem);
  }
}

@keyframes preloader-fade-in {
  0% {
    opacity: 0;
  }
}

[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  /* 5px is the size of the arrow */
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */

[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 3px 10px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 12px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */

[data-tooltip]:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element,
     the transition effects for the
     tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
     slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */

[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}

/*
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/

[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it.
*/

/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */

/* Tooltip + arrow */

[data-tooltip-location=left]:before,
[data-tooltip-location=left]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */

[data-tooltip-location=left]:before {
  transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location=left]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */

[data-tooltip-location=left]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=left]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */

[data-tooltip-location=right]:before,
[data-tooltip-location=right]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location=right]:before {
  transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location=right]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location=right]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=right]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */

[data-tooltip-location=bottom]:before,
[data-tooltip-location=bottom]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location=bottom]:before {
  transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location=bottom]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location=bottom]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

.redDot {
  width: 6px;
  height: 6px;
  background: #ef0004;
  position: absolute;
  border-radius: 50%;
  z-index: 9;
  bottom: 10px;
  left: 10px;
}

.dashboard-menu ul li a {
  font-size: 15px;
}

.userAccount .userMenu {
  background: #fff;
  margin-bottom: 20px;
  padding: 7px;
  margin-top: 20px;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.02);
}

.userAccount .userMenu ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.userAccount .userMenu ul li a {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 7px;
}

.userAccount .userMenu ul li a.active,
.userAccount .userMenu ul li a:hover {
  background: #1e90ff;
  color: #fff;
}

.userAccount .userMenu ul li a i {
  font-size: 17px;
  margin-right: 5px;
}

.userAccount .userMenu .user {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.userAccount .userMenu .user .thumb {
  width: 30px;
  margin-bottom: 0;
  margin-right: 5px;
}

.userAccount .userMenu .user .content .title a {
  color: #7a7a82 !important;
  font-size: 15px;
}

.userProfile {
  background: #fff !important;
  padding: 15px 25px !important;
  border-radius: 7px;
}

.userProfile .user-profile .content {
  padding: 70px 15px 30px;
}

.userProfile .user-profile .content h5 {
  font-size: 14px;
}

.userProfile .user-profile .content span {
  font-size: 14px;
}

.userProfile .user-profile .thumb .file-input-btn {
  background-color: #1e90ff !important;
}

.card-body.newTicket {
  padding: 0;
  margin-top: 20px;
}

.newTicketUser {
  background: transparent !important;
  padding: 0;
  font-size: 16px;
  border: none;
}

.newTicketUser .cmn-btn.btn-sm,
.newTicketUser .cmn-btn-2.btn-sm {
  font-size: 13px;
  height: 30px;
  line-height: 33px;
}

.newTicketUser .contact-form {
  margin-top: 0;
}

.user-support-ticket,
.admin-support-ticket {
  margin: 0;
  border-radius: 0.3rem;
  padding: 0;
}

.payment-table tr td,
.payment-table tr th,
.regular-table tr td,
.regular-table tr th {
  border: none;
}

.payment-table,
.regular-table {
  margin-bottom: 10px !important;
}

.regular-table tr,
.payment-table tr {
  border: none;
}

.payment-table tr th:last-child,
.regular-table tr th:last-child {
  border: none;
}

.payment-table tr td i,
.payment-table tr th i {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .cart-sidebar-area.active {
    position: absolute;
    width: 400px;
    height: 100% !important;
    border-radius: 7px;
    transition: none !important;
    animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    top: 54px;
    right: -20px;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 330px;
    transform: scale(1.001);
    min-height: 410px;
    padding: 15px 5px !important;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  }

  .cart-sidebar-area {
    transition: none !important;
    animation: fade-out 0.3s ease-in forwards;
  }

  .cart-sidebar-area .cart-products .title {
    margin-bottom: 0;
  }

  .cart-sidebar-area .cart-products .title.main {
    color: #30303c;
    background: transparent;
    text-transform: uppercase;
  }

  .cartPopWrap {
    position: relative;
  }
}

.cart-sidebar-area .top-content {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-sidebar-area .btn-wrapper {
  margin-top: 0;
}

.cart-sidebar-area .cart-products .title {
  margin-bottom: 0;
}

.cart-sidebar-area .cart-products .title.main {
  color: #30303c;
  background: transparent;
  text-transform: uppercase;
}

.cart-sidebar-area .btn-wrapper {
  display: flex;
  justify-content: space-between;
}

.cart-sidebar-area .btn-wrapper .custom-button {
  height: 35px !important;
  line-height: 20px !important;
  margin-top: 0;
  width: 140px;
}

.cart-sidebar-area .btn-wrapper .custom-button.bb {
  background-color: #30303c !important;
}

.single-product-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.single-product-item.no_data .no_data-thumb i {
  font-size: 140px;
  color: #eee;
}

.single-product-item.no_data .no_data-thumb h6 {
  font-size: 16px;
}

.single-product-item .title a {
  padding: 0;
}

.single-product-item .price {
  line-height: 16px;
}

.single-product-item .content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 90px);
}

.single-product-item .thumb {
  width: auto;
}

.proCartWrap {
  position: relative;
}

.proCartWrap .remove-item-button {
  position: absolute;
  right: 10px;
  top: 20px;
  left: inherit;
  padding: 0;
  background-color: #eee !important;
}

.proCartWrap .remove-item-button i {
  font-size: 13px;
}

.bottomSum {
  position: fixed;
  width: 100%;
  left: 0px;
  padding: 15px;
}

.bottomSum .btn-wrapper {
  display: flex;
}

.cartMainWrap .prroductsTotalWrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 260px;
  padding: 0 15px;
  padding-bottom: 20px;
}

.cartMainWrap .prroductsTotalWrap::-webkit-scrollbar {
  background-color: #008ded !important;
  width: 4px;
  border-radius: 3px;
}

.cartMainWrap .prroductsTotalWrap::-webkit-scrollbar-button {
  background-color: red !important;
  display: none;
}

.cartMainWrap .prroductsTotalWrap::-webkit-scrollbar-track-piece {
  background-color: #ffffff !important;
}

.cartMainWrap .prroductsTotalWrap::-webkit-scrollbar-thumb {
  background-color: #dadada !important;
}

.icon--nav-triangle-borderless {
  position: absolute;
  width: 26px;
  height: 17px;
  right: 16px;
  bottom: 7px;
  z-index: 999999;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
  opacity: 0;
}

.icon--nav-triangle-borderless.active {
  opacity: 1;
}

.cartAttVals {
  background: #eee;
  padding: 2px 10px;
  border-radius: 7px;
  margin-right: 5px;
  top: 5px;
  position: relative;
}

.instaWrap .contWrapper .category-slider .cate-item {
  border-radius: 7px;
  overflow: hidden;
  max-height: 335px;
}

.instaWrap .contWrapper .category-slider .cate-item .imgDiv {
  height: 315px;
  width: 100%;
  background-size: cover !important;
  border-radius: 7px;
  overflow: hidden;
  background-position: center !important;
}

.visaInfo {
  color: #fa2b1b;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.filter-category-header .catBanner {
  max-height: 250px;
  background-position: top !important;
}

.signupImage {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.signupImage::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.81);
  z-index: 0;
  left: 0;
  top: 0;
}

.cl-title.alert--base {
  padding-left: 20px !important;
  background: #fff;
  border-radius: 7px;
  margin-top: -10px;
  font-size: 14px;
}

.cart-row {
  position: relative;
}

.cart-row a {
  max-width: 100%;
}

.cart-row .cart-item .cart-cont {
  padding-left: 15px;
  padding-top: 0;
}

.cartVar {
  font-size: 12px;
}

.priceEach {
  position: relative;
  top: 10px;
  height: 30px;
}

.cart-section .table th:last-child,
.cart-section .table td:last-child {
  padding-right: 0;
}

.totalPx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-group input,
.contact-group .select-item,
.contact-group .select-item .select-bar {
  height: 45px;
  border: none !important;
}

.contact-group input,
.contact-group textarea,
.contact-group .select-item,
.contact-group .multi-group,
.contact-group .input-group {
  width: 100%;
}

.contact-section .section-header .title {
  margin-bottom: 0;
  font-size: 20px;
}

.contact-section .section-header p {
  font-size: 16px;
}

.cart-sidebar-area .btn-wrapper .custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newAccount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.newAccount .dnt {
  font-size: 15px;
}

.newAccount .makeAccount {
  width: 100% !important;
}

.newAccount .custom-button {
  border-radius: 7px;
}

.newAccount .custom-button:hover {
  color: #ffffff;
  background: #30303c;
  border-color: #30303c;
}

.contactBtns {
  justify-content: flex-start;
}

.announcement-bar {
  background: #000000;
  color: #ffffff;
  top: 0 !important;
}

.announcement-bar__inner {
  display: flex;
  align-items: center;
  height: 40px;
  text-align: center;
  justify-content: center;
}

.announcement-bar__inner a {
  line-height: 13px;
  font-weight: 300;
}

.announcement-bar__content--center {
  padding: 0;
  display: flex;
  /* height: 13px; */
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 11px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
}

.modelPro {
  font-size: 15px;
}

.cityInfo {
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
  color: #656565;
}

.cityInfo h2 {
  line-height: 14px;
}

.cityInfo span {
  font-size: 11px;
}

.mostSelling.smd {
  top: 55px;
  right: 10px;
  background: #4194f6;
  font-size: 12px;
}

.product-item-2-inner {
  overflow: visible;
}

.metaTags {
  font-size: 10px;
  color: #cac5c5;
}

.categoryInfo {
  background: #fff;
  padding: 10px 10px 7px 10px;
  margin-bottom: 20px;
  border-radius: 7px;
}

.categoryInfo .widget {
  padding: 10px 10px 0;
}

.categoryInfo h1 {
  font-size: 15px;
}

.categoryInfo p {
  font-size: 13px;
}

body {
  font-family: "Ispot Sans", sans-serif;
  position: relative;
  background-color: #fff;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  opacity: 0.06;
  filter: grayscale(1);
  background-size: 40%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ispot Sans", sans-serif;
}

.bg-4 {
  background-color: #2f2f33;
}

.bg-3 {
  background: #e4e8ea !important;
}

.header-top-wrap .right-side ul li {
  padding: 0;
}

.header-top-wrap .right-side ul li a {
  padding: 0;
  color: #fff !important;
}

.active_lang span,
.active_lang i {
  color: #000;
  font-size: 13px;
}

.active_lang .img {
  width: 18px;
}

.active_lang img {
  max-height: 18px;
  max-width: 18px;
}

.main-sections {
  padding: 10px 0 80px;
}

.header-wrapper .logo img {
  max-width: 140px;
}

.header-middle {
  height: 100px;
  display: flex;
  align-items: center;
}

.header-bottom {
  padding: 0 !important;
  background: #fff !important;
  /* border-top: 1px solid #eee; */
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  border-top: 1px solid #f4f5f6;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shortcut-icons li a i {
  color: #1d1d1f;
}

.header-search-form {
  margin: 0 auto;
}

header {
  background-color: #161617e0;
}

#cart-button {
  cursor: pointer;
}

.left-category .categories {
  border-radius: 7px;
  padding: 0;
  border: none;
  overflow: hidden;
}

.left-category .categories li {
  border-bottom: 1px solid #f3f5f6;
}

.left-category .categories li a {
  padding: 15px 45px;
}

.modal-content {
  border: none;
  border-radius: 7px;
}

.modal-header {
  border-radius: 7px 7px 0 0;
}

.dashboard-menu {
  background: #ffffff;
  border-radius: 7px;
  box-shadow: none;
}

.product-item-2-inner {
  background-color: #fff;
  border-radius: 18px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  white-space: normal;
  padding: 15px 25px !important;
  animation: option-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  border: none !important;
  height: 100%;
}

.product-item-2-inner:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16) !important;
}

.product-item-2-inner .product-thumb {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}

.product-item-2-inner .product-thumb .freeTag {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5dd1f;
  color: #000;
  height: 50px;
  width: 50px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  flex-direction: column;
}

.product-item-2-inner .product-thumb .freeTag .num {
  font-size: 20px;
}

.product-item-2-inner .product-thumb .freeTag .fr {
  position: relative;
  top: 4px;
}

.padding-top {
  padding-top: 10px;
}

.padding-top-half {
  padding-top: 0px;
  padding-bottom: 0;
}

.product-details-wrapper {
  background: #fff;
  border-radius: 7px;
}

.product-details-wrapper .col-lg-7 {
  padding: 0;
}

.product-details-wrapper .product-details-content {
  background: #ffffff;
  padding: 0 20px;
  height: 100%;
  border-radius: 0 7px 7px 0;
  position: relative;
  overflow-y: scroll;
  padding-bottom: 20px;
  border-radius: 7px;
}

.product-details-wrapper .product-details-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.product-details-wrapper .product-details-content .shield {
  position: absolute;
  top: 70px;
  right: 30px;
  max-width: 22%;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
}

.product-details-wrapper .product-details-content .shield .title {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
}

.product-details-wrapper .product-details-content .shield .info {
  font-size: 12px;
}

.metaTags {
  color: #a1a1a1;
  height: auto;
}

.product-details-content {
  position: relative;
}

.product-details-content .recomendedPro {
  position: absolute;
  /* top: 20px; */
  right: 0;
  background: #f5f5f7;
  /* height: 95%; */
  top: 40px;
  border-radius: 7px;
  width: 100%;
  margin-top: 20px;
  width: 300px;
  border-radius: 10px;
}

.product-details-content .recomendedPro.free {
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.product-details-content .recomendedPro.free .proWrap {
  padding: 10px 0 0 0;
}

.product-details-content .recomendedPro.free .proWrap .item {
  flex-direction: row;
  box-shadow: none;
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 5px;
  box-shadow: none !important;
  border: 1px solid #dad7d7;
  min-height: 4.88235rem;
}

.product-details-content .recomendedPro.free .proWrap .item:last-child {
  margin-bottom: 0;
}

.product-details-content .recomendedPro.free .proWrap .item:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.product-details-content .recomendedPro.free .proWrap .item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details-content .recomendedPro.free .proWrap .item .thumb img {
  max-width: 60px;
}

.product-details-content .recomendedPro.free .proWrap .item .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.product-details-content .recomendedPro.free .proWrap .item .cont .price {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 15px;
}

.product-details-content .recomendedPro.free .proWrap .item .price.cross {
  text-decoration: line-through;
}

.product-details-content .recomendedPro.free .proWrap .item .freeTag {
  position: relative;
  top: -3px;
  right: 0;
  background: #f5dd1f;
  color: #000;
  /* height: 30px; */
  /* width: 30px; */
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  z-index: 9;
  padding: 2px 8px;
}

.product-details-content .recomendedPro .proWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  flex-direction: column;
}

.product-details-content .recomendedPro .proWrap .item {
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: none !important;
  border-radius: 12px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.product-details-content .recomendedPro .proWrap .item .title {
  line-height: 20px;
  font-size: 13px !important;
  line-height: 15px !important;
}

.product-details-content .recomendedPro .titleH {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  color: #1d1d1f;
  border-radius: 7px;
  margin-left: 15px;
  line-height: 18px;
  margin-top: 15px;
}

.product-details-content .recomendedPro .add-cart {
  margin: 0;
}

.product-details-content .recomendedPro .cmn-btn {
  height: 24px;
  line-height: 24px;
  min-width: 108px !important;
  font-size: 12px;
  padding: 0;
}

.product-details-content .recomendedPro .cmn-btn.gray {
  background-color: #e0e0e0 !important;
  color: #717171 !important;
}

.product-details-content .add-cart .cmn-btn {
  min-width: 230px;
}

.product-details-content .add-cart span {
  color: #009628;
  font-weight: 700;
  display: block;
  font-size: 14px;
}

.product-details-content .add-cart span i {
  font-size: 18px;
}

.product-details-content .add-cart span .count {
  display: inline-block;
  background: #009628;
  color: #fff;
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
  /* display: flex; */
  line-height: 14px;
  text-align: center;
  border-radius: 10px;
  margin-right: 3px;
}

.product-details-content .add-cart span span {
  display: inline-block;
  position: relative;
  top: -1px;
}

.product-details .product-size-area .caption,
.product-details .product-color-area .caption {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.product-details .product-color-area .product-single-color {
  border: none;
}

.section-bg {
  background: #fff;
  padding-bottom: 0 !important;
  padding-top: 15px !important;
}

.badge {
  border-radius: 7px;
}

.breadcrumb {
  justify-content: flex-start;
}

.breadcrumb li {
  color: #6f6f75 !important;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 13px;
  height: 30px;
  padding-right: 0;
  display: inline-block;
}

.breadcrumb li a {
  color: #1d1d1f !important;
}

.breadcrumb li a::after {
  content: "-";
}

.cmn-btn,
.cmn-btn-2 {
  border-radius: 7px;
}

.account-section .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  color: #1d1d1f !important;
}

.cmn-btn-2 {
  color: #fff !important;
}

.cmn-btn {
  background-color: #008ded !important;
  color: #fff !important;
}

.footer-widget .logo {
  display: flex;
}

.footer-widget .logo img {
  max-width: 120px;
}

.footer-widget .logo .ishield {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.footer-widget .logo .ishield img {
  max-width: 50px;
}

.footer-widget .title {
  position: relative;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
}

.footer-widget ul li,
.footer-widget ul li a {
  font-size: 13px;
  line-height: 18px;
}

.cart-sidebar-area .top-content {
  width: 100% !important;
}

.cart-sidebar-area .top-content a img {
  max-width: 90px;
}

.cart-sidebar-area .top-content .side-sidebar-close-btn i {
  color: #1d1d1f;
  font-size: 25px;
}

.cart-sidebar-area .custom-button {
  background-color: #008ded !important;
  border-radius: 7px;
  color: #fff !important;
  border: none;
  height: 40px;
  line-height: 40px;
}

.header-form-group input {
  background: #ffffff;
  /* overflow: hidden; */
  height: 45px;
}

.view-category a {
  background-color: #008ded;
  color: #fff !important;
  border-radius: 7px;
  padding: 2px 20px;
}

.header-form-group button {
  top: 4px;
  right: 1px;
  height: 43px;
  width: 45px;
}

.widget {
  border: none;
  border-radius: 7px;
}

.filter-category-header {
  border: none;
  border-radius: 0;
  background-color: #f5f5f7;
  display: none;
  /* position: relative; */
  padding: 20px 0 !important;
}

.footer-bottom {
  padding: 30px 0 0;
  padding-bottom: 10px;
}

.product-item-2-inner .product-content .title a {
  font-weight: 600;
}

.product-after-content a {
  width: 100%;
}

.product-after-content .cmn-btn.btn-sm,
.product-after-content .cmn-btn-2.btn-sm {
  width: 50%;
}

.title.mt-1 {
  font-size: 14px !important;
  line-height: 23px !important;
  margin-bottom: 10px;
}

.product-item-2-inner .product-content .price {
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.product-item-2-inner .product-content .title {
  line-height: 40px;
  text-align: center;
}

.main-sections {
  padding: 15px 0 0;
}

.menu li a {
  color: #fff;
}

.active_lang span,
.active_lang i {
  color: #fff;
}

.footer-widget p,
.footer-widget ul li a:hover,
.footer-widget ul li,
.footer-widget ul li a,
.footer-widget ul li i,
.footer-widget ul li a i,
.footer-widget .title,
.footer-widget ul li,
.footer-widget ul li a,
.footer-copyright p {
  color: rgba(0, 0, 0, 0.7);
}

.footer-widget .title::before {
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.footer-copyright {
  border-top: 1px solid #b8b8bd;
  padding: 0;
}

.footer-copyright .social-icons {
  padding-top: 15px !important;
}

.footer-copyright .social-icons li a i {
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 14px;
}

.footer-copyright .left p {
  font-size: 13px;
}

.header-bar span {
  background-color: #9e9e9e42;
  border-radius: 5px;
}

.footer-widget p {
  font-size: 13px;
}

.header-bar {
  width: 31px;
  height: 23px;
  cursor: pointer;
  position: relative;
}

footer {
  margin-top: 15px;
}

.mobile-menu.active {
  background-color: #363636 !important;
  padding: 10px 40px;
  height: 100%;
  border-radius: 0;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
}

.active_lang i,
.mobile-menu .nav-tabs li a,
.mobile-menu-body .menu li a,
.mobile-menu .quick-links ul li a,
.mobile-menu .left-category .categories li a,
.mobile-menu .left-category .categories li a i {
  color: #1d1d1f !important;
}

.mobile-menu .nav-tabs li a.active {
  border: none;
  color: #fff !important;
  padding: 7px 15px;
}

.nav-tabs li a {
  font-size: 15px;
}

.nav-tabs li a.active {
  color: #fff !important;
}

.mobile-menu .nav-tabs li a {
  border: 1px solid #6f6f75;
  border-radius: 7px;
  padding: 6px 15px;
}

.mobile-menu-body .menu li,
.mobile-menu .left-category .categories li {
  border-bottom: 1px solid #e0e6e8;
}

.mobile-menu .mobile-menu-header .logo img {
  max-width: 120px;
}

.mobile-menu.active {
  padding-top: 20px;
}

.widget .title {
  padding-bottom: 10px;
  font-size: 18px;
}

.shortcut-icons {
  margin-top: 8px;
}

.products-description {
  margin: -15px;
  margin-bottom: 50px;
}

.products-description .tab-content,
.products-description .nav-tabs {
  background: #ffffff;
  border-radius: 7px;
  padding: 20px;
  height: 100%;
}

.products-description .nav-tabs {
  margin-bottom: 10px;
}

.related-products {
  background: #ffffff;
  border-radius: 7px;
  padding: 20px;
  height: 100%;
  margin-bottom: 50px;
}

.compare-table-wrapper {
  background: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  margin-bottom: 50px;
}

.product-details .product-size-area .product-single-size {
  border: none;
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
  padding: 10px 20px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 7px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.23536;
  font-weight: 400;
  letter-spacing: -0.022em;
  width: 25%;
  height: auto;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  min-height: 3.3rem;
  border-color: #f5f5f5;
  margin-top: 10px;
}

.product-details-content .price {
  font-weight: 600;
  font-size: 25px;
  color: #485156 !important;
}

.product-details-content p {
  margin-bottom: 15px;
  line-height: 12px;
}

.product-share a {
  background-color: transparent !important;
}

.product-share a i {
  color: #c6c6c6;
}

.product-details-wishlist a {
  background-color: transparent !important;
}

.product-details-wishlist a .wish-icon {
  font-size: 30px;
  color: #1d1d1f;
  position: relative;
  top: 5px;
}

.owl-carousel.owl-loaded {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.overlay-effects {
  background: #fff;
}

.todays-deal .item {
  border: none;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  margin-bottom: 10px;
}

.wish-react li a,
.wish-react li button {
  background: #ffffff;
  color: #000;
  border-radius: 6px;
}

.section-header-2 .title {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 15px;
}

.filter-category-header {
  display: block;
  padding: 0 !important;
  overflow: hidden;
  margin-bottom: 20px;
}

.filter-category-header .catBanner {
  width: 100%;
  background-size: cover;
  background-position: left !important;
}

.cart-products .title {
  color: #fff;
  background: #929292;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 7px;
  font-size: 16px;
}

.custom-button.theme,
.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active,
.product-details .product-size-area .product-single-size.active,
.admin-support-ticket {
  border: 2px solid #0071e3 !important;
  border-radius: 12px;
  background: #fff !important;
  color: #777777;
}

.custom-button.theme,
.bill-button {
  background-color: #008ded !important;
  border-radius: 5px;
}

.cart-table {
  border: none;
}

.left-category .categories li a i,
.todays-deal .item .cont .price,
.filter-category li a:hover,
.filter-category li a.active,
.text--secondary {
  color: #1d1d1f;
}

.modal-body .product-details-wrapper .col-lg-7 {
  padding-right: 15px;
}

.modal-close-btn {
  position: absolute;
  right: 30px;
  top: 8px;
  z-index: 2;
}

.left-category .categories li a i,
.todays-deal .item .cont .price,
.filter-category li a:hover,
.filter-category li a.active,
.text--secondary {
  color: #1d1d1f !important;
}

.left-category .categories li a {
  font-size: 15px;
}

.widget-check-group input:checked::after {
  border-color: #1d1d1f;
  background: #1d1d1f;
}

.widget-check-group label {
  width: calc(100% - 20px);
}

.widget-check-group input::after {
  font-size: 18px;
  line-height: 16px;
}

.widget-check-group input {
  width: 20px;
  height: 20px;
}

.section-header-2 {
  align-items: flex-start;
}

.section-header-2 .custom-button.theme {
  color: #000 !important;
  border-radius: 7px;
  border: none;
  padding: 2px 15px;
  background-color: #e5e5e5 !important;
  display: flex;
  align-items: center;
}

.scrollToTop i {
  color: #fff;
}

.related-slide-item,
.cate-item .cate-inner,
.best-sell-item .best-sell-inner {
  border: none;
  border-radius: 7px;
}

.cart-sidebar-area .single-product-item .custom-button {
  color: #fff !important;
}

.cart-sidebar-area .single-product-item .content .title {
  background: #ffffff !important;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}

.cart-sidebar-area .single-product-item .content .price .pprice {
  color: #1d1d1f;
  font-size: 15px;
}

.cart-sidebar-area .single-product-item .content .text-white {
  color: #1d1d1f;
  line-height: 15px;
  font-size: 13px;
}

.cart-sidebar-area .single-product-item .remove-cart i {
  color: #fff;
}

.cart-sidebar-area .text-white {
  color: #1d1d1f !important;
}

.cart-section .custom-button.theme {
  color: #fff !important;
  border-radius: 7px;
  border: none !important;
  background-color: #1d1d1f !important;
}

.cart-section .custom-button.theme-2 {
  color: #fff !important;
  border-radius: 7px;
  border: none !important;
  background-color: #008ded !important;
}

.cart-section .container {
  background: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.02);
  margin-bottom: 50px;
}

.cart-section .table td,
.cart-section .table th {
  background: #fff !important;
}

.account-section .contact-group {
  margin-bottom: 20px;
}

.account-section .contact-group.withCou {
  display: flex;
}

.account-section .contact-group.withCou span {
  padding: 20px;
  background: #f3f5f6;
  border-radius: 5px 5px 0 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7e8391;
  width: 60px;
}

.account-section .contact-group.withCou span.numze {
  width: 20px;
  border-radius: 0;
  border-left: 1px solid #c1c1c1;
}

.account-section .contact-group input {
  width: calc(100% - 60px) !important;
  border: none;
  height: 50px;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #e1e1e1 !important;
}

.account-section .contact-group input#otp {
  width: 100% !important;
  border-radius: 5px !important;
  border: none !important;
}

.account-section .contact-group .custom-button {
  width: 200px;
}

.account-section .section-header {
  margin-bottom: 20px;
}

.account-section .section-header .title {
  margin-bottom: 15px;
}

.checkout-wrapper,
.payment-details {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.06);
  border: none;
  padding-bottom: 30px;
  position: relative;
  top: 0;
}

.checkout-wrapper .tab-content,
.payment-details .tab-content {
  padding-bottom: 20px;
}

.payment-table,
.regular-table {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 50px;
  border: none;
}

.dashboard-item {
  box-shadow: none;
}

.dashboard-item:hover {
  background: #1d1d1f;
}

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.02);
  margin-bottom: 50px;
  border: none;
}

.card h4 {
  font-size: 18px;
}

.card p {
  font-weight: 600;
  margin-bottom: 10px !important;
}

.cart-table tr th {
  color: #1d1d1f;
}

.contact-group .custom-button {
  background-color: #008ded !important;
  border-radius: 5px;
  color: #fff !important;
}

header .header-middle .menu li a {
  color: #fff !important;
}

.cart-products .no_data .cl-white {
  color: #1d1d1f;
}

.createAccount {
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cart-section .table td,
.cart-section .table th {
  border-top: 0;
}

.apply-coupon-code button {
  color: #1d1d1f;
}

.cart-total {
  border-radius: 7px;
  border: none;
}

.cart-total .justify-content-between {
  margin-bottom: 15px;
}

.cart-table tr {
  border: none;
}

select,
input,
textarea,
input.custom--style,
textarea.custom--style {
  border-radius: 7px;
}

.bill_a {
  width: 100%;
}

.bottomLink {
  margin-top: 30px;
}

.checkout-wrapper .card {
  width: 50%;
  margin-bottom: 0;
  box-shadow: 0 0.1rem 0.5rem rgba(18, 38, 63, 0.1);
}

.checkout-wrapper .card .card-body {
  padding: 0;
}

.checkout-wrapper .card .card-body li {
  border: none;
  padding: 7px 20px;
}

.checkout-wrapper .card .card-header {
  font-size: 15px;
  font-weight: 600;
}

.checkout-wrapper .deliverymod {
  padding-left: 10px;
  font-size: 15px;
}

.checkout-wrapper .nav-tabs {
  max-width: 100%;
  margin-bottom: 5px;
  padding-left: 5px;
}

.checkout-wrapper .nav-tabs li {
  border-radius: 7px;
  margin-right: 10px;
  width: 180px;
}

.checkout-wrapper .nav-tabs li a.active {
  border-radius: 7px;
}

.checkout-section .cl-1 {
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 400;
}

.cl-title.alert--base {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  margin-bottom: 15px;
}

.dashboard-menu.before-login-menu .user .title a,
.dashboard-menu.before-login-menu .cl-white li a,
.dashboard-menu.before-login-menu .subtitle.cl-white,
.dashboard-menu.before-login-menu .sign-in-form label,
.dashboard-menu.before-login-menu .login-wrapper .create-accounts span {
  color: #1d1d1f !important;
}

.dashboard-menu.before-login-menu .login-button {
  background-color: #008ded !important;
}

.side-sidebar-close-btn i {
  color: #1d1d1f !important;
}

.section-header-2 {
  margin-bottom: 0px;
}

.section-header {
  margin-bottom: 20px;
}

.section-header .title {
  font-size: 24px;
}

.btn-dark {
  color: #fff !important;
}

.modal-title.cl-white {
  color: #1d1d1f !important;
}

.modal-header .text-white {
  color: #1d1d1f !important;
}

.featured-section,
.best-selling-section,
.category-section {
  padding-bottom: 0px;
}

.featured-section .container .contWrapper,
.best-selling-section .container .contWrapper,
.category-section .container .contWrapper {
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: none;
}

.call-to-section {
  background: transparent;
  padding: 20px;
  margin-bottom: 30px;
}

.slide-progress {
  background-color: #dcdce2 !important;
}

.nav-tabs li a.active {
  border-radius: 7px;
}

@media (max-width: 1199px) {
  .category-sidebar {
    position: fixed !important;
  }
}

.subCatsWrap {
  border-radius: 6px;
  /* box-shadow: 2px 4px 16px rgba(0,0,0,.16)!important; */
  margin-bottom: 30px;
}

.sub-category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 10px;
}

.sub-category-wrap .catBox {
  width: 11.5%;
  margin-right: 1%;
}

.sub-category-wrap .catBox a {
  background: #fff;
  padding: 10px 10px 15px 10px;
  margin-bottom: 0;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  flex-direction: column !important;
  flex-wrap: inherit;
  animation: category-enter 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  text-align: center;
  line-height: 14px;
  width: auto;
  border: 1px solid #d2d2d7;
  background: #fff;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 1.76471rem;
  padding-bottom: 1.76471rem;
  height: 100%;
}

.sub-category-wrap .catBox a div {
  margin-top: 5px;
  font-size: 14px;
}

.sub-category-wrap .catBox a.activeBox {
  border: 2px solid #008ded;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.sub-category-wrap .catBox a:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.sub-category-wrap .catBox a img {
  max-height: 60px;
}

:root {
  --default-text-font-size: 15px;
  --base-text-font-size: 15px;
  --heading-font-weight: 600;
  --heading-font-style: normal;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-font-bolder-weight: 600;
  --text-link-decoration: underline;
  --text-color: #4a5054;
  --text-color-rgb: 74, 80, 84;
  --heading-color: #000000;
  --border-color: #f3f5f6;
  --link-color: #008ded;
  --mobile-container-gutter: 20px;
  --desktop-container-gutter: 40px;
}

.category-section.padding-bottom-half .padding-bottom-half {
  padding-bottom: 0;
}

.scroller__inner {
  background: #30303c;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: none;
}

.offer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer-item__inner {
  text-align: center;
}

.mobile-menu {
  top: 112px;
  max-height: 100%;
  z-index: 9999;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  padding: 20px 15px;
}

.mobile-menu .tab-content {
  width: 100%;
}

.body-overlay {
  display: none;
}

.body-overlay.active {
  display: block;
}

.product-details .product-color-area .product-single-color.active::before {
  color: #000000;
  font-size: 18px;
}

.product-details-content.product-details .title {
  font-size: 20px;
  font-weight: 600;
}

.product-details .product-color-area {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.left-category .categories li a:hover {
  color: #000 !important;
}

.cart-products.cart--products .single-product-item .title a {
  color: #1d1d1f !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.login-wrapper .create-accounts a {
  color: #1d1d1f;
}

.ajax-loader-wrapper {
  min-height: 400px;
  display: none !important;
}

.modal.fade {
  display: none;
}

.colorWrap {
  border-radius: 7px;
  padding: 10px 20px 4px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
  position: relative;
  font-size: 17px;
  line-height: 1.23536;
  font-weight: 400;
  letter-spacing: -0.022em;
  width: 20%;
  height: auto;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  min-height: 4.88235rem;
  border-color: #f5f5f5;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
  flex-wrap: wrap;
  padding: 0 !important;
}

.colorWrap span {
  font-size: 13px;
}

.product-content .singleColor {
  top: -5px;
}

.product-content .singleColor .colorWrap {
  min-height: 0;
  margin-top: 0;
  width: 10%;
}

.cate-item .cate-inner img {
  border-radius: 7px;
}

.cart-sidebar-area.active {
  background-color: #ffffff !important;
  padding: 20px;
  height: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  top: 43px;
}

.mobile-menu .mobile-menu-header .mobile-menu-close {
  color: #1d1d1f;
}

.mobile-menu .mobile-menu-header .mobile-menu-close i {
  font-size: 25px;
  right: -9px;
  position: absolute;
  top: 10px;
}

.dashboard-menu.before-login-menu {
  background-color: #ffffff !important;
  padding: 20px 40px;
  height: 100%;
  border-radius: 0 7px 7px 0;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
}

.dashboard-menu.before-login-menu .login-wrapper {
  padding: 0 !important;
}

.dashboard-menu.before-login-menu .login-wrapper input {
  border-radius: 7px;
  height: 45px;
  border: none;
  padding: 0 25px;
  background: #f4f4f4;
}

.dashboard-menu.before-login-menu .login-wrapper .subtitle {
  font-weight: 600;
}

.dashboard-menu.before-login-menu .login-button {
  border-radius: 7px;
  /* padding: 31px; */
  height: 33px;
}

.dashboard-menu.before-login-menu .side-sidebar-close-btn i {
  font-size: 25px;
}

.container--flush {
  padding: 0 40px;
}

.left-category.active {
  left: 0;
}

.modal-content .close {
  font-size: 30px;
}

.product-details-content .ratings-area .ratings {
  font-size: 22px;
}

.ratings {
  font-size: 17px;
}

.product-item-2-inner .product-content .product-before-content {
  padding-top: 0;
}

.product-details-content.product-details .proSum {
  display: inline;
  border-radius: 5px;
  font-size: 14px;
  color: #1d1d1f;
}

.priceVarWrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.priceVarWrap .priceBank {
  display: flex;
}

.priceVarWrap .priceInfoWrap {
  border-radius: 7px;
  padding: 5px 20px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-bottom: 5px;
  border: 1px solid #dad7d7;
  margin-top: 10px;
  position: relative;
  min-height: 4rem;
}

.priceVarWrap .priceInfoWrap:last-child {
  margin-right: 0;
}

.priceVarWrap .priceInfoWrap .first .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1f;
  padding: 0 10px;
  border-radius: 6px;
  line-height: 20px;
  text-align: center;
}

.priceVarWrap .priceInfoWrap .first .titleImg.amex small {
  background: #e5e5e5;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #6e6e6e;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 20px;
}

.priceVarWrap .priceInfoWrap .first .titleImg.amex img {
  max-height: 30px;
}

.priceVarWrap .priceInfoWrap .first .titleImg img {
  max-width: 96px;
}

.priceVarWrap .priceInfoWrap .seco .cC {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}

.priceVarWrap .priceInfoWrap .seco .price {
  font-size: 20px;
  font-weight: 400;
}

.cC {
  margin-right: 5px;
}

.installment {
  background: #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-top: 5px;
  height: 50px;
  font-size: 15px;
}

.proDetailWrap {
  display: flex;
  justify-content: space-between;
}

.product-item-2-inner .product-content .price del,
.product-details-content .price del {
  color: #d00404 !important;
  font-size: 80%;
}

.proDeliveryDays {
  display: inline-block;
  color: #060606;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 14px;
}

.proDeliveryDays .shipping {
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-direction: column;
  justify-content: center;
}

.proDeliveryDays .deliverTime {
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 18px;
  margin-top: 5px;
  width: 90%;
}

.proDeliveryDays .deliverTime .free {
  color: #05872d;
}

.proDeliveryDays .deliverTime .free.pick {
  color: #cb8100;
}

.checkout-section .card-header {
  padding: 0 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 7px;
}

.checkout-section .card-header img {
  max-width: 70px;
}

.checkout-section .card-header h3 {
  font-size: 18px;
}

.checkout-wrapper .tab-content .billing-form,
.checkout-wrapper .tab-content .guest-form {
  padding: 0 10px;
}

.paymentReviewPage {
  display: flex;
  justify-content: space-around;
  padding-top: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.paymentReviewPage li {
  display: flex;
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
  width: 24%;
  margin-right: 1%;
}

.paymentReviewPage li:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
}

.paymentReviewPage li .name {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.paymentReviewPage li img {
  max-width: 100px;
}

.paymentReviewPage li .cmn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 13px;
  background-color: #f2f1f6 !important;
  color: #2987f6 !important;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 90px;
  margin-top: 5px;
}

.paymentReviewPage li .cmn-btn:hover {
  background-color: #2987f6 !important;
  color: #ffffff !important;
}

.apply-coupon-code button {
  padding: 0 20px;
}

.countryOnly {
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f3f5f6;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border-radius: 7px;
  height: 45px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.bill-button-back {
  height: 50px;
  background: #eee;
  width: 100%;
  border-radius: 7px;
}

.myCartBack {
  width: 100%;
}

.wish-react {
  display: none;
}

.instagramFeeds {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.instagramFeeds img {
  max-width: 200px;
}

.instaWrap .section-header-2 {
  margin-bottom: 15px;
}

.instaWrap .contWrapper .title img {
  max-width: 23px;
  margin-right: 10px;
  display: inline-block;
}

.body-overlay {
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.cart-and-coupon {
  margin: 0;
}

.cart-sidebar-area .single-product-item {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  padding: 10px;
  border-radius: 7px;
}

.filterCategory {
  position: relative;
}

.filterCategory .title {
  margin-bottom: 5px;
}

.filterCategory .left-category.single-style {
  left: 0;
  visibility: visible;
  opacity: 1;
  position: relative !important;
}

.filterCategory .cate-icon-wrapper.open .sub-category {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  left: 0 !important;
}

.filterCategory .cate-icon-wrapper .sub-category {
  display: block !important;
  position: relative !important;
  left: 0 !important;
  top: 0;
  width: 280px;
  visibility: visible !important;
  opacity: 1 !important;
}

.filterCategory .cate-icon {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #000;
}

.filterCategory .left-category .categories li a {
  padding: 10px 0;
  transition: color 0.2s ease-in-out;
}

.filterCategory .left-category .categories li a:hover {
  background-color: #fff !important;
}

.filterCategory .left-category .categories li {
  border-bottom: none;
}

.filterCategory .menuIte {
  display: flex;
  align-items: center;
}

.filterCategory .subMenuItem {
  margin-left: 10px;
}

.filterCategory .left-category .categories li .sub-category {
  border-left: none;
}

.filterCategory .left-category .categories li .sub-category:hover {
  background-color: #000;
}

.filterCategory .left-category .categories li .sub-category li a:hover {
  background-color: #000;
}

.filterCategory .left-category .categories li .sub-category {
  transition: none !important;
}

.filterCategory .left-category .categories li:hover .sub-category {
  background: #fff;
}

.filterCategory .left-category .categories li:hover .sub-category li a:hover {
  background-color: #000 !important;
}

.remove-item-button {
  top: -5px;
  height: 18px;
  width: 18px;
  line-height: 17px;
}

.remove-item-button i {
  font-size: 13px;
}

.adminPaid {
  border: 3px solid #039622;
  color: #039622;
  font-weight: 600;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 25px;
  letter-spacing: 4px;
  width: 140px;
}

.adminPaid.not {
  border: 3px solid #a70303;
  color: #a70303;
}

.order-track-section .container {
  background: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 0 7px 7px 0;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
}

.order-track-section .track-btn {
  background-color: #008ded !important;
}

.orderConfirmWrap .product-details-content {
  box-shadow: none;
}

.orderConfirmWrap .product-details-content .recomendedPro {
  position: relative;
  top: 0;
  width: auto;
  margin: 0;
  right: 0;
  display: block;
  min-height: auto;
}

.orderConfirmWrap .orderAddress {
  padding: 20px;
  font-size: 15px;
}

.orderConfirmWrap .orderAddress .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}

.orderConfirmWrap .orderSummary {
  padding: 0 20px;
}

.orderConfirmWrap .recomendedPro .proWrap .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
  width: 100%;
}

.orderConfirmWrap .recomendedPro .proWrap .item {
  width: 100%;
}

.orderConfirmWrap .recomendedPro .proWrap .item .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.orderConfirmWrap .tips {
  margin-top: 20px;
}

.orderConfirmWrap .tips ul li {
  font-size: 13px;
}

.orderConfirmWrap .orderStatus {
  width: 50%;
}

.orderConfirmWrap .orderStatus .cmn-btn {
  font-size: 16px;
  padding: 0 16px;
  height: 35px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.orderConfirmWrap .orderStatus .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
  width: 100%;
}

.orderConfirmWrap .orderStatus .paid {
  font-size: 20px;
  border: 4px solid #039622;
  color: #039622;
  padding: 5px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  width: 140px;
}

.orderConfirmWrap .orderStatus .notPaid {
  font-size: 20px;
  border: 4px solid #a70303;
  color: #a70303;
  padding: 5px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  width: 140px;
}

.orderConfirmWrap .orderStatus .info-mess {
  padding: 10px 0;
  font-size: 22px;
  padding-top: 0;
}

.orderConfirmWrap .orderStatus .info-mess.succ {
  color: #039622;
  font-size: 16px;
}

.orderConfirmWrap .orderStatus .info-mess.fail {
  color: #a70303;
  font-size: 16px;
}

.orderConfirmWrap .orderStatus .info {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 5px;
}

.orderConfirmWrap .orderStatus .info .val {
  font-weight: 600;
}

.dashboard-item:hover {
  background: #FFF;
}

.dashboard-item:hover .title,
.dashboard-item:hover a {
  color: #1d1d1f;
}

.user-support-ticket,
.cart-sidebar-area .custom-button:hover,
.custom-button.theme-2,
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  border: none;
}

.dashboard-menu ul li a {
  border: none;
}

.flash-sell-section .container {
  background: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 7px;
  /* box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 7%); */
  margin-bottom: 30px;
}

.countdown li {
  padding: 5px 10px;
  text-align: center;
  background: #ffffff;
  border-radius: 7px;
  margin-right: 14px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.05);
}

.countdown li .countdown-title {
  color: #008ded !important;
}

.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #008ded;
  border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a {
  background: #008ded;
  border: none;
}

.pagination .page-item.disabled span {
  display: none;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  background-color: #e2e2e2;
  font-size: 29px;
  line-height: 30px;
  border-radius: 7px;
  color: #000;
}

.pagination .page-item a,
.pagination .page-item span {
  background-color: #e2e2e2;
  font-size: 15px;
  line-height: 35px;
  border-radius: 7px;
  color: #000;
  border: none;
}

.contact-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.02);
  margin-top: 60px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.account-section .contact-group {
  width: 100%;
}

.account-section .section-header .title {
  text-transform: unset;
}

.pageCont {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
}

.contWrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
}

.nav-tabs li {
  border-radius: 7px;
  margin-right: 10px;
}

.section {
  margin: 40px 0;
}

.warrantyInfo {
  background: #f3f5f6;
  padding: 2px 10px;
}

.ckCart {
  padding: 20px;
  width: 100%;
  background: #ebeeef;
  margin-top: 20px;
  border-radius: 7px;
}

.ckCart .cartInfo {
  display: flex;
  justify-content: center;
  font-size: 15px;
  flex-direction: column;
  align-items: center;
  line-height: 21px;
}

.ckCart .cartInfo div {
  color: #009628;
  font-weight: 600;
  display: flex;
}

.ckCart .cartInfo .num {
  background: #009628;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  /* padding: 2px 9px; */
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 15px;
}

.cntBtn,
.ckOutB {
  height: 30px;
  border: none;
  outline: none;
  line-height: 30px;
  padding: 0 30px;
  color: #000;
  border-radius: 3px;
  background-color: #eee;
  border-radius: 7px;
}

.ckOutB {
  background-color: #c3c8ca;
  color: #1d1d1f;
  font-weight: 600;
  font-size: 17px;
}

.crtBtn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.mostSelling {
  background: #07b39d;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 20px;
  color: #ffffff;
  position: absolute;
  top: 90px;
  right: 10px;
  z-index: 8;
}

.header-bottom {
  height: auto;
  padding: 10px !important;
}

.header-bottom .header-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between !important;
}

.header-bottom .logo {
  width: 33.33%;
}

.header-bottom .logo img {
  max-height: 50px;
}

.header-bottom .header-search-form {
  margin: 0;
  width: 33.33% !important;
  margin-right: 0 !important;
}

.header-bottom .header-search-form .header-form-group input {
  background: #f3f5f6;
}

.sptnavcont {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  height: auto;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.checkcover {
  position: relative;
  max-width: 135px;
  word-break: break-word;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  background-color: #f2f1f6 !important;
  color: #2987f6 !important;
  border-radius: 8px;
  padding: 5px 10px;
}

.checkcover div {
  font-weight: bold;
  font-size: 15px;
}

#sptnav {
  width: 100%;
  margin: 0 auto;
}

#sptnav .level3 {
  display: flex;
  width: 60%;
  padding-left: 40px;
}

#sptnav .level3 li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  width: 85px;
  margin-right: 10px;
}

#sptnav .level3 li.ver-mid {
  width: 2px;
  background: #898990;
}

#sptnav .level3 li a {
  background-repeat: no-repeat;
}

#sptnav ul li a,
#sptnav ul li p {
  float: none;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9rem !important;
  padding: 32px 15px 0px 15px;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 24px 24px;
  background-position: center top;
  border-radius: 7px;
  background-clip: padding-box;
  background-position: center 8px;
}

#sptnav ul li:hover,
#sptnav .level3 li.active {
  background-color: transparent !important;
  background: none !important;
  border-radius: 7px;
}

#sptnav ul li:hover .catName,
#sptnav .level3 li.active .catName {
  font-weight: 700;
}

.main-sections .all-sections {
  width: 100%;
  padding: 0;
}

.shortcut-icons {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}

.right-toggle {
  display: none;
}

#sptnav ul li a,
#sptnav ul li p {
  background-size: 20px 25px;
}

.product-item-2 {
  height: 100%;
  margin: 0;
}

.owl-item .product-item-2 {
  margin: 15px;
}

.todays-deal a,
.product-details-wrapper {
  animation: option-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  width: 100%;
  margin: 0;
}

.tab-content,
.main-sections {
  animation: preloader-fade-in 0.3s ease-out both;
}

.widget .ui-state-default {
  background-color: #008ded !important;
  box-shadow: 3px 2px 3px 0px rgba(22, 26, 57, 0.25);
}

.widget .ui-state-default::after {
  background: #008ded;
}

.widget .ui-slider-range {
  height: 5px;
  background-color: #008ded !important;
}

.widget .ui-widget.ui-widget-content::after {
  height: 5px;
  background: #cfd1d2;
}

#shopify-section-text-with-icons {
  font-size: 15px;
}

.todays-deal {
  background: transparent;
  display: flex;
}

.visaIcons {
  display: flex;
  position: relative;
  top: -4px;
}

.visaIcons i {
  font-size: 30px;
  top: 5px;
  position: relative;
  right: 5px;
  color: #6f6f75;
}

.visaIcons img {
  max-height: 16px;
  margin-right: 13px;
  filter: grayscale(1);
  opacity: 0.2;
}

.visaIcons img.mm {
  max-height: 22px;
}

html {
  scroll-behavior: smooth;
}

.product-details-content.product-details h2.title {
  line-height: 26px;
}

.payment-list__notice {
  font-size: 15px;
}

.card__section,
.card__collapsible-button {
  padding: 15px 30px;
}

.owl-carousel .owl-item .thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-item img {
  border-radius: 7px;
}

.product-details-wrapper .owl-carousel .owl-item img {
  max-width: 70%;
}

.overlay-effects {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  border-radius: 7px;
}

.hero-section.section-bg {
  display: none;
}

.hotlineNum .txt {
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1f;
}

.hotlineNum .num {
  font-size: 19px;
  font-weight: 600;
  line-height: 17px;
  color: #6f6f75;
}

header .header-bottom.active {
  display: none;
}

.category-section {
  padding-top: 0;
}

.category-section .proTitle {
  box-shadow: none;
  box-shadow: -1px 0rem 1rem 0px rgba(18, 38, 63, 0.09);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.72);
  padding: 10px;
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
}

.category-section .proTitle.header-bottom.active {
  position: fixed;
  z-index: 999;
  box-shadow: none;
  padding: 10px !important;
  box-shadow: -1px 0rem 1rem 0px rgba(18, 38, 63, 0.09);
  margin-top: 0;
  animation: option-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.category-section .proTitle .product-details-content .priceHeadWrap {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.category-section .proTitle .product-details-content .price {
  margin: 0 !important;
}

.category-section .proTitle .product-details-content .ratings-area {
  margin-bottom: 0;
}

.category-section .nameWrap {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
  flex-direction: column;
}

.category-section .nameWrap h2,
.category-section .nameWrap h1 {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

.product-item-2-inner:hover,
.product-item-2-inner.active,
.todays-deal .item:hover,
.cate-item .cate-inner:hover,
.best-sell-item .best-sell-inner:hover {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.product-details-content .recomendedPro .proWrap .item .title {
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}

.header-bottom.active {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-size-area {
  position: relative;
  margin-top: 10px !important;
  padding-bottom: 20px;
}

.product-item-2-inner:hover .product-before-content,
.product-item-2-inner.active .product-before-content {
  transform: none;
}

.product-item-2-inner .product-content .product-after-content {
  opacity: 1;
  transform: scale(1);
  background: transparent;
  position: relative;
}

.product-item-2-inner .product-before-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all ease 0.3s;
}

.product-item-2-inner .product-before-content:hover {
  transform: none;
}

.product-item-2-inner .product-before-content .ratings-area {
  width: 100%;
}

.product-item-2-inner .product-before-content .title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  width: 94%;
  line-height: 22px;
}

.product-item-2-inner .product-before-content .title a {
  color: #343434;
}

.cmn-btn.btn-sm,
.cmn-btn-2.btn-sm {
  background-color: #f2f1f6 !important;
  color: #2987f6 !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  min-width: 90px;
}

.cmn-btn.btn-sm:hover,
.cmn-btn-2.btn-sm:hover {
  background-color: #2987f6 !important;
  color: #ffffff !important;
}

.section-header-2,
.social-icons,
.footer-bottom,
.footer-gallery,
.header-top-wrap .right-side ul,
.header-wrapper,
.shortcut-icons,
.mobile-menu .mobile-menu-header,
.mobile-menu .quick-links ul,
.widget-check-group,
.price-range,
.filter-category-header,
.ratings-area,
.single-product-item,
.single-product-item .thumb,
.main-sections,
.todays-deal .item,
.owl-dots,
.product-item-2.list-style .product-item-2-inner,
.countdown,
.best-sell-item .best-sell-inner,
.cart-plus-minus,
.cart-and-coupon,
.review-item,
.review-item .content .entry-meta,
.cart-item,
.checkgroup,
.payment-details ul li,
.dashboard-item .dashboard-header,
.dashboard-item.item-lg,
.compare-specification li,
.contact-group,
.contact-group .multi-group,
.loader-frame {
  align-items: center;
}

.cardd {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 10px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.cardd img {
  max-width: 75px !important;
}

.card__header {
  padding: 0 0 0 10px;
}

.payment-list__notice {
  margin-top: 0;
  font-size: 14px !important;
}

.card__section,
.card__collapsible-button {
  padding-left: 10px;
  padding-right: 10px;
}

.shieldImg {
  display: inline-block;
  max-width: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.slide-progress {
  display: none;
}

.right-category {
  top: -10px;
}

.banner-section {
  margin-bottom: 0;
}

.section-header-2 {
  align-items: flex-start !important;
}

.spinner {
  border-top: 4px #2e93e6 solid;
}

.preloader {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.preloader .position-relative {
  width: 100%;
  height: 100%;
}

.preloader #overlay {
  display: block;
  top: 50%;
}

.header-bottom .logo a {
  display: flex;
}

.header-bottom .logo a .premium {
  border-radius: 7px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* max-height: 40px; */
  margin-left: 10px;
  max-height: 33px;
  position: relative;
  top: 8px;
  color: #000000;
  background: #fff;
}

.header-bottom .logo a .premium .pr {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}

.header-bottom .logo a .premium .st {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -5px;
  letter-spacing: 4px;
}

.mobile-menu .left-category .categories li a {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.mobile-menu .left-category .categories li a img {
  padding: 5px;
  border-radius: 7px;
  margin-right: 5px;
}

.cart-section.padding-top {
  padding-top: 30px;
}

.cart-section .custom-button,
.cart-section .custom-button.theme-2 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.cart-total .justify-content-between {
  margin-bottom: 0;
  align-items: center !important;
}

.cart-section .table tbody tr {
  border-top: none;
}

.cart-section .table td,
.cart-section .cart-section .table th {
  vertical-align: middle;
  padding-top: 0;
}

.loginImage {
  position: relative;
}

.loginImage::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.71);
  top: 0;
}

.contact-group input,
.contact-group textarea,
.contact-group .select-item .select-bar {
  background: #f3f5f6;
  font-size: 17px;
}

input::-moz-placeholder {
  color: #8e8e90;
  font-weight: 400;
}

input::placeholder {
  color: #8e8e90;
  font-weight: 400;
}

input:focus::-moz-placeholder {
  color: #8e8e90;
  font-weight: 400;
}

input:focus::placeholder {
  color: #8e8e90;
  font-weight: 400;
}

.custom-button {
  line-height: 40px;
  font-size: 16px;
  height: 40px;
}

.contactBtns {
  display: flex;
  flex-wrap: unset;
}

.contactBtns .createAccount {
  display: flex;
  font-size: 14px;
}

.contactBtns .createAccount .account-alt {
  margin: 0;
  width: 55%;
}

.contactBtns .createAccount a {
  font-weight: 600;
}

.form-group {
  margin-bottom: 10px;
  font-size: 15px;
}

label {
  margin-bottom: 0;
  font-weight: 600;
}

.signupBottom .w-100 {
  padding: 0 5px;
}

.signupBottom .account-alt {
  font-size: 15px;
}

.checkout-wrapper .nav-tabs {
  justify-content: flex-start !important;
}

select,
input,
textarea,
input.custom--style,
textarea.custom--style {
  background: #f3f5f6;
  border: none;
  height: 45px;
  font-size: 15px;
}

select:focus,
input:focus,
textarea:focus,
input.custom--style:focus,
textarea.custom--style:focus {
  outline: none;
}

.checkout-wrapper select,
.checkout-wrapper input,
.checkout-wrapper textarea,
.checkout-wrapper input.custom--style,
.checkout-wrapper textarea.custom--style {
  margin-bottom: 10px;
}

.form-control:focus {
  color: #495057;
  background-color: #f3f5f6;
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: none;
}

.billing-select {
  height: 40px;
  font-size: 15px;
  margin-bottom: 10px;
}

.billing-select select {
  padding-left: 10px;
}

.checkout-wrapper .nav-tabs li a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.bill-button,
.bill-button-back {
  font-size: 15px;
  height: 40px;
}

.checkout-section.padding-top {
  padding-top: 0;
}

.checkout-wrapper .title {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: left !important;
}

.billing-label {
  font-size: 15px;
}

.cart-plus-minus input {
  margin-bottom: 0;
}

.apply-coupon-code {
  font-size: 15px;
}

.apply-coupon-code input {
  margin-bottom: 0;
}

.apply-coupon-code button {
  height: 45px;
}

.payment-details ul {
  font-size: 15px;
  position: relative;
  top: 30px;
}

.payment-details ul .subtitle.bold,
.payment-details ul .cl-title {
  font-size: 19px;
}

.payment-details ul li {
  border-bottom: none;
}

.paymentReviewPage {
  padding-top: 0;
  justify-content: flex-start;
}

.payMedTxt {
  margin-bottom: 0;
}

.bottomBtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.bottomBtn .bill-button,
.bottomBtn .bill-button-back {
  font-size: 13px;
  height: 35px;
  width: 40px;
}

.bottomBtn h4 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 10px;
  font-size: 17px;
}

.checkout-section .card-header {
  background: #fff;
}

.checkout-section .card-body {
  font-size: 15px;
  border-radius: 7px;
}

.checkout-area {
  padding: 0;
}

.shoppingFlow {
  padding: 20px 0;
  z-index: 0;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}

.shoppingFlow ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.shoppingFlow ul:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 59%;
  z-index: 0;
}

.shoppingFlow ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: auto;
  z-index: 1;
  height: 70px;
}

.ckk {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.ckHeader {
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #e5e5e5;
  background-position-y: -110px !important;
}

.ckHeader::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(48, 48, 60, 0.5);
  z-index: 0;
  left: 0;
  top: 0;
}

.shoppingFlow ul li span {
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  bottom: -40px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}

.shoppingFlow ul li .icoWrap {
  border-radius: 50%;
  /* padding: 8px; */
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.02);
  cursor: pointer;
}

.shoppingFlow ul li .icon {
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 70px;
  width: 70px;
  cursor: pointer;
}

.shoppingFlow ul li .icon img {
  max-width: 35px;
}

.shoppingFlow ul li .icon img.ck {
  max-width: 100%;
  max-height: 26px;
}

.shoppingFlow ul li .icon i {
  font-size: 23px !important;
}

.shoppingFlow ul li .icon i::before {
  color: #E6E6E6;
}

.shoppingFlow ul li .icon.active,
.shoppingFlow ul li .icon:hover {
  background: #008bea;
}

.ckProd {
  margin-bottom: 10px;
  box-shadow: 0 0.1rem 0.5rem rgba(18, 38, 63, 0.1);
  padding: 10px 10px;
  border-radius: 7px;
}

.ckProd a {
  width: 100%;
  display: flex;
  max-width: 100%;
}

.ckProd a .cart-img {
  border: none !important;
}

.ckProd a .cart-cont .title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}

.ckProd a .cart-cont .title .qty {
  color: #6f6f75;
}

.ckProd a .cart-cont .varient {
  font-size: 13px;
}

.ckProd a .cart-cont .total {
  font-size: 14px;
  font-weight: 600;
}

.payment-details .title {
  text-align: left !important;
  font-size: 15px;
  font-weight: 600;
}

.checkout-wrapper .nav-tabs li a.active {
  background-color: #008bea !important;
}

.iziToast.iziToast-theme-light {
  background: #fff !important;
  border: none !important;
  border-radius: 7px !important;
  overflow: hidden;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  height: 70px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  color: #c70303 !important;
}

.iziToast.iziToast-color-red > .iziToast-body .iziToast-message {
  color: #c70303 !important;
  font-size: 17px !important;
}

.iziToast.iziToast-color-green > .iziToast-body .iziToast-icon.ico-success {
  color: #007706 !important;
}

.iziToast.iziToast-color-green > .iziToast-body .iziToast-message {
  color: #007706 !important;
  font-size: 17px !important;
}

.iziToast > .iziToast-close {
  font-size: 30px;
  color: #000 !important;
}

.iziToast > .iziToast-progressbar > div {
  background: #30303c !important;
}

.cardFinal h4 {
  font-size: 16px;
  font-weight: 600;
}

.cardFinal .payDesc {
  font-size: 15px;
}

.cardFinal .form-group {
  margin-top: 20px;
}

.cardFinal .form-control {
  background-color: #f3f5f6;
  border: none;
  height: 40px !important;
  margin-bottom: 20px;
}

.loading-circle {
  position: relative;
  margin: 0 auto 0.1rem;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-circle svg {
  position: relative;
  overflow: visible;
  left: 0;
  transform: scale(1.16);
  border: 6px solid #fff;
  border-radius: 50%;
}

.loading-circle-container {
  position: absolute;
  bottom: 85px;
  right: 15px;
  z-index: 9;
}

.loading-circle svg path {
  fill: #f2f2f2;
  background: #f2f2f2;
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.18);
}

.loading-circle svg circle {
  fill: none;
  stroke-linecap: round;
  stroke: #61c652;
  stroke-width: 8px;
  opacity: 0;
  transition: stroke 0.2s ease-out;
}

.loading-circle svg circle.start-campaign {
  stroke: #61c652;
}

.loading-circle svg circle.medium-campaign {
  stroke: #ffc700;
}

.loading-circle svg circle.closing-campaign {
  stroke: #ff6262;
}

.loading-circle .remaining {
  text-align: center;
  font-family: Roboto Light, Helvetica, Arial, sans-serif;
  letter-spacing: -0.8px;
  font-size: 15px;
  line-height: 1;
  color: #9b9b9b;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.loading-circle .remaining .number {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  font-family: Roboto Medium, Helvetica, Arial, sans-serif;
  display: block;
  color: #4a4a4a;
  letter-spacing: -1.1px;
}

.loading-circle .remaining .sold-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 1px;
}

.loading-circle .remaining .sold-label:lang(ar) {
  font-family: Cairo Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 1px;
  margin-top: -1px;
}

.loading-circle .remaining .sold-label:lang(en) {
  font-family: AvenirNextLTPro-Demi, Helvetica, Arial, sans-serif;
}

.loading-circle .remaining .small-text {
  display: block;
  margin-top: 0.2rem;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: -0.02px;
}

.loading-circle .remaining .small-text:lang(ar) {
  font-family: Cairo-SemiBold, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  margin-top: -2px;
}

.loading-circle .remaining .small-text:lang(en) {
  font-family: AvenirNextLTPro-Demi, Helvetica, Arial, sans-serif;
}

.loading-circle .remaining .second-liner {
  letter-spacing: -0.9px;
  margin-top: 4px;
  display: block;
  font-size: 12px;
}

.vi-notify-new-bg-dBtm {
  font-weight: bold;
  color: #dd1e31;
  transition: top 2s ease-in;
  position: relative;
  top: 0;
  *overflow: hidden;
  *height: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.vi-notify-new-bg-dBtm img {
  margin-right: 5px;
}

.vi-notify-new-bg-dBtm span {
  font-size: 14px;
}

.fire {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.viewingHot {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  top: 3px;
}

.reviewCount {
  font-size: 12px;
}

.product-details-content .ratings-area .ratings {
  font-size: 15px;
}

.product-details-content .ratings-area {
  position: relative;
  top: 4px;
}

.namesPro .sold {
  font-size: 14px;
  color: #390;
  font-weight: 600;
}

.namesPro .sold span {
  color: #292929;
  font-weight: 400;
}

.homeh1 {
  font-size: 13px;
}

.comingSoon {
  background: #6948b0;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 13px;
  color: #fff;
  /* position: absolute; */
  /* top: 0; */
  text-transform: uppercase;
  font-weight: 600;
}

.cC.soon {
  color: #d62d2d;
  font-size: 18px;
}

.grw-net-widget-four {
  background-color: #ffffff;
  border: none !important;
  /* max-width: 200px !important; */
  border-radius: 7px !important;
  padding: 0 !important;
}

.grw-net-widget-four-content {
  padding: 0 !important;
}

.grw-net-widget-four-type-3 .grw-net-widget-four-logo {
  width: 48px !important;
  height: 38px !important;
}

.grw-net-widget .grw-net-text-medium {
  font-weight: 500;
  font-size: 14px !important;
}

.grw-net-widget-four-type-3 {
  min-width: 180px !important;
  background: transparent !important;
}

.grw-net-widget-four-rows .grw-net-text-medium {
  display: none;
}

.grw-net-widget-four-rows .grw-net-stars-row .grw-net-text .grw-net-text-medium {
  display: block !important;
  font-size: 1.7rem !important;
}

.grw-net-widget {
  position: relative !important;
  left: -10px !important;
  top: 5px !important;
}

.footer-widget {
  margin-bottom: 10px;
}

.review-widget_net .branding {
  display: none;
}

.review-widget_net .grw-net-widget-light .branding a {
  display: none !important;
}

.review-widget_net .grw-net-widget-light .branding {
  display: none !important;
  opacity: 0;
}

.shop-with {
  width: 100%;
  position: relative;
  /* right: 20px; */
  /* top: 80px; */
  /* box-shadow: 2px 9px 11px 0px rgb(18 38 63 / 3%); */
  border-radius: 7px;
  border-radius: 7px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 16px rgba(51, 51, 51, 0.2);
  margin-bottom: 20px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.shop-with.called {
  width: 100%;
  position: absolute;
  right: 20px;
  top: 80px;
  /* box-shadow: 2px 9px 11px 0px rgb(18 38 63 / 3%); */
  padding: 10px;
  border-radius: 7px;
  background: #f3f5f6;
  z-index: 1;
}

.shop-with:before {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #62d250;
  border-radius: 50%;
}

.shop-with .title {
  font-size: 14px !important;
  margin-bottom: 5px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  color: #339336;
  box-shadow: 2px 9px 11px 0px rgba(18, 38, 63, 0.03);
}

.shop-with .cItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 25%;
  padding: 20px;
  border-right: 1px solid #d8d8d8;
}

.shop-with .cItem:last-child {
  border-bottom: none;
  border-right: none;
}

.shop-with .cItem img {
  max-height: 45px;
}

.shop-with .cItem .txtCnt {
  margin-left: 5px;
}

.shop-with .cItem .head {
  font-size: 13px;
  line-height: 14px;
  color: #000;
}

.shop-with .cItem .sub {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 5px;
  color: #565656;
}

.payment-list__notice {
  line-height: 15px;
}

.text-with-icons__content > p {
  line-height: 18px;
}

.instaGall .instaImg {
  display: flex;
  flex-wrap: wrap;
}

.cate-inner {
  padding: 10px 10px 0;
  width: 10% !important;
}

.hideMobile {
  display: block;
}

#sptnav .level3 li {
  position: relative;
  width: 100%;
}

#sptnav .level3 li .sub-category {
  position: absolute;
  left: calc(100% - 10px);
  top: 0 !important;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  top: 59px !important;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  background-color: #363636;
  left: 0 !important;
  border-radius: 0 0 7px 7px;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.6, 1);
  max-height: 0;
  overflow: hidden;
}

#sptnav .level3 li .sub-category li a {
  padding: 0;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  padding-left: 15px;
}

#sptnav .level3 li .sub-category li a:hover {
  color: #fff;
}

#sptnav .level3 li:hover > .sub-category {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.6, 1);
  max-height: 100vh;
}

.outOfStock {
  position: absolute;
  right: -4px;
  top: 9px;
  cursor: pointer;
}

.outOfStock .out {
  background: red;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 25px;
  cursor: pointer;
}

.product-item-2-inner .product-content .price {
  position: relative;
}

.badge.badge--danger {
  border-radius: 7px;
  font-size: 12px;
  background: transparent;
  color: #e40303;
  padding: 0;
  position: relative;
  top: 0px;
}

.badge.badge--danger span {
  background: #e40303;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 25px;
  cursor: pointer;
  left: 0;
  top: 2px;
}

.out_of_stock_btn {
  background-color: #c3c8ca !important;
  color: #7d8082 !important;
  cursor: unset !important;
}

.imgbottom {
  display: flex;
  z-index: 9;
  position: relative;
}

.imgbottom .cardd2 .card__title {
  line-height: 18px;
}

.imgbottom .recomendedPro {
  width: 50%;
}

.showMobile {
  display: none;
  width: 100%;
}

.callHelp {
  padding: 0;
  border-radius: 7px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.callHelp .agentImg {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

.callHelp span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.callHelp .callWhat {
  display: flex;
  margin-top: 0;
  flex-direction: column;
}

.callHelp .what:last-child {
  margin-right: 0;
}

.callHelp .what .offline {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.callHelp .what .offline .offli {
  background: #dd1e31;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 5px;
}

.callHelp .what .offline .offli.avi {
  background: #03c33f;
}

.callHelp .what .offline .offli.awy {
  background: #ff9c00;
}

.callHelp .what .offline .txtOff {
  color: #dd1e31;
  font-size: 11px;
  line-height: 0;
  font-weight: 600;
}

.callHelp .what .offline .txtOff.avi {
  color: #03c33f;
}

.callHelp .what .offline .txtOff.awy {
  color: #ff9c00;
}

.callHelp .what .ca {
  font-size: 12px;
}

.callHelp .what a {
  display: flex;
  padding: 5px;
  /* display: inline-flex; */
  border-radius: 7px;
  height: 42px;
  margin-bottom: 5px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.callHelp .what a.off {
  background: #dbdbdb;
}

.callHelp .what a img {
  max-height: 15px;
}

.callHelp .what a .num {
  font-size: 12px;
}

.callHelp .what a .num .n {
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
  color: #37923b;
}

.recomendedPro.todays-deal {
  background: #fff;
  border-radius: 7px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.recomendedPro.todays-deal .freeTag {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5dd1f;
  color: #000;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 12px;
  flex-direction: column;
}

.recomendedPro.todays-deal .freeTag .num {
  font-size: 20px;
}

.recomendedPro.todays-deal .freeTag .fr {
  position: relative;
  top: 4px;
}

.recomendedPro.todays-deal .titleH {
  padding: 0 10px;
  border-radius: 7px;
  margin-top: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.recomendedPro.todays-deal .proWrap {
  display: flex;
  flex-wrap: wrap;
}

.recomendedPro.todays-deal .proWrap .item {
  width: 24%;
  margin-right: 10px;
  height: 100%;
  min-height: 6rem;
}

.recomendedPro.todays-deal .proWrap .item .cont {
  line-height: 18px;
}

.recomendedPro.todays-deal .proWrap .item .cont .title {
  font-size: 14px;
}

.recomendedPro.todays-deal .proWrap .item .add-cart button {
  height: 26px;
  font-size: 14px;
  padding: 0;
  line-height: 0;
  margin-top: 5px;
}

.product-details-content .price {
  margin-top: 15px;
  margin-bottom: 15px;
}

.singleColor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: -10px;
}

.singleColor .colorWrap {
  padding: 0;
  margin-right: 0;
  box-shadow: none;
}

.singleColor .colorWrap img {
  max-width: 12px;
  margin-right: 5px;
}

.dd-l-plate {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  color: #1d1d1f;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-variant-ligatures: normal;
  letter-spacing: -0.374px;
}

.dd-l-plate h2 {
  font-weight: 600;
  color: #1d1d1f;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.dd-features-wrapper {
  color: #1d1d1f;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-variant-ligatures: normal;
  letter-spacing: -0.374px;
}

.dd-features-wrapper .dd-features-grid {
  flex-direction: row;
  width: 990px;
  padding: 31px 0px 0px;
}

.dd-features-wrapper .dd-features-grid .column.large-8 {
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  flex-basis: 66.6667%;
  max-width: 66.6667%;
  vertical-align: top;
}

.dd-card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fbfbfd;
  margin: 5px;
  min-height: 440px;
  max-height: 440px;
  position: relative;
  display: flex;
}

.dd-card.dd-iphone-13-202109-cinematic {
  background-color: #3f1921;
}

.dd-card.dd-iphone-13-202109-battery {
  background-color: #0d3139;
}

.dd-card .dd-card-info {
  position: relative;
  z-index: 2;
  color: #6e6e73;
  margin: 0px 54px;
  align-self: center;
  padding-left: 318px;
}

.dd-card .dd-card-info .dd-copy-tout {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 1.21053;
  letter-spacing: 0.012em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dd-card .dd-card-info .dd-copy-tout .dd-callout-gray {
  color: #1d1d1f;
}

.dd-card .dd-card-image.dd-iphone-13-202109-cameras {
  overflow: hidden;
  background-color: #2d2e39;
  border-radius: 18px;
  margin: 5px;
  min-height: 440px;
  max-height: 440px;
  position: relative;
}

.dd-card .dd-card-image img {
  margin: 0px auto;
  display: inline;
  vertical-align: bottom;
  position: absolute;
  top: 0px;
  left: 0px;
}

.dd-card .dd-card-image .dd-card-info {
  position: relative;
  z-index: 2;
  color: #6e6e73;
  margin: 0px 26px;
  text-align: center;
  padding: 42px 10px 21px;
}

.column.large-4 {
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  vertical-align: top;
}

.column.large-4 .dd-card-image img {
  margin: 0px auto;
  display: inline;
  vertical-align: bottom;
  padding-top: 126px;
}

.dd-features-plate {
  position: relative;
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #1d1d1f;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-variant-ligatures: normal;
  letter-spacing: -0.374px;
}

.sameview {
  background: #4dad1dfa;
  display: inline-flex;
  padding: 1px 9px;
  color: #fff !important;
  border-radius: 5px;
  position: relative;
  padding-left: 19px;
  height: 22px;
  justify-content: center;
  align-items: center;
}

.sameview::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
}

.flexSold {
  display: flex;
}

.proViews {
  display: flex;
  color: #898787fa;
  font-size: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  line-height: 1;
  z-index: 1;
  width: 25px;
  /* border: 1px solid #c8cdc6fa; */
  border-radius: 50%;
  background: #f2f1f6;
}

.proViews.fe {
  height: 30px;
  width: 30px;
}

.proViews img {
  max-height: 17px;
}

.updated {
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #f5f5f7;
}

.addToBtn {
  background: #e5e5e5 !important;
  color: #404040 !important;
  min-width: 100px !important;
}

.add-cart {
  margin: 0 !important;
}

.deliverydivwrap {
  display: flex;
  justify-content: space-between;
}

.deliverydivwrap .proDeliveryDays {
  width: 49%;
}

.add-cart {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.add-cart button {
  width: 49%;
  min-width: auto !important;
}

.instock {
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  background: #03c33f;
  padding: 1px 10px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 9;
  height: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 46px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
}

.product-item-2-inner {
  min-height: 428px;
}

.related-area a {
  text-decoration: underline;
  color: #008ded;
}

.related-area h3 {
  font-size: 14px;
  padding: 10px;
}

.categoryInfo {
  display: flex;
}

.categoryInfo.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.categoryInfo.cover.traderesult {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

.categoryInfo.cover.traderesult .row {
  width: 100%;
}

.categoryInfo.cover .ppinfo {
  padding: 0 30px;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  color: #727272;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.categoryInfo.cover .shieldImgBig {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  animation: option-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.categoryInfo.cover .shieldImgBig img {
  max-height: 250px;
}

.categoryInfo.cover .coverageCont {
  width: 90%;
  margin: 0 auto;
  padding: 15px 25px !important;
  animation: option-in 2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.categoryInfo.cover .coverageCont .imeierror {
  font-size: 13px;
  color: #c11334;
  font-weight: 600;
  position: relative;
  top: -15px;
  left: 4px;
}

.categoryInfo.cover .coverageCont .warrInfo {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  border: 1px solid #eee;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

.categoryInfo.cover .coverageCont .warrInfo .proInfo a.link_a {
  text-decoration: none;
}

.categoryInfo.cover .coverageCont .warrInfo .proInfo a.link_a .subHed {
  color: #333333 !important;
}

.categoryInfo.cover .coverageCont .warrInfo .imgInfo {
  display: flex;
  justify-content: center;
}

.categoryInfo.cover .coverageCont .warrInfo .imgInfo img {
  max-height: 130px;
}

.categoryInfo.cover .coverageCont .warrInfo .monthInfo {
  color: #4eaf46;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categoryInfo.cover .coverageCont .warrInfo .monthInfo .wInfo {
  display: flex;
  flex-direction: column;
  line-height: 40px;
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  justify-content: center;
}

.categoryInfo.cover .coverageCont .warrInfo .monthInfo .wInfo div {
  font-size: 14px;
  line-height: 13px;
}

.categoryInfo.cover .coverageCont .warrInfo a {
  color: #2987f6;
  text-decoration: underline;
  font-size: 14px;
}

.categoryInfo.cover .coverageCont .subHed {
  font-size: 21px;
}

.categoryInfo.cover .coverageCont .sn {
  font-size: 14px;
}

.categoryInfo.cover .coverageCont h1 {
  color: #333333;
  margin: 0 auto 20px;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: normal;
}

.categoryInfo.cover .coverageCont .sub {
  color: #333333;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
}

.categoryInfo.cover .coverageCont .input {
  margin-bottom: 20px;
}

.categoryInfo.cover .coverageCont .input input:focus {
  border: none;
}

.categoryInfo.cover .coverageCont .input label {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.categoryInfo.cover .coverageCont .cmn-btn {
  background-color: #2987f6;
}

.purInfo {
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
}

.purInfo .validCover {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.purInfo .validCover img {
  max-width: 20px;
}

.purInfo .valInf {
  margin-left: 10px;
}

.purInfo .valInf .hed {
  font-size: 18px;
  line-height: 17px;
}

.purInfo .valInf .inf {
  font-size: 14px;
  line-height: 16px;
}

.ckWarDetail {
  font-size: 13px;
  color: #008ded;
  padding-left: 5px;
}

.ckWarDetail a {
  text-decoration: underline;
  position: relative;
  top: 5px;
}

.resendotp {
  background-color: #e4e8ea !important;
  border: none;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
  color: #30303c !important;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 5px;
}

.installment-cards {
  position: relative;
}

.installment-cards .banks {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.installment-cards .banks.active {
  margin-bottom: 290px;
}

.installment-cards .instaDetail {
  padding: 0 5px;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 12px;
  display: none;
  position: absolute;
  top: 115px;
  z-index: 0;
}

.installment-cards .instaDetail.active {
  display: flex;
  flex-direction: column;
}

.installment-cards .instaDetail .instTitle {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.installment-cards .instaDetail .monthWrap {
  display: flex;
  flex-wrap: wrap;
}

.installment-cards .instaDetail .months {
  display: flex;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 10px;
  margin-top: 5px;
  width: 22%;
  margin-right: 10px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.installment-cards .instaDetail .months .name {
  margin-right: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.installment-cards .instaDetail .months .name span {
  background: #75be41;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
}

.installment-cards .instaDetail .months .name.price {
  font-size: 13px;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  margin-right: 0;
}

.installment-cards .instaDetail .months .name.price .monDiv {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.installment-cards .instaDetail .months .cmn-btn {
  width: 120px;
}

.installment-cards .bankWrap {
  display: flex;
  background: #ffffff;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
  width: 19%;
  position: relative;
}

.installment-cards .bankWrap .icondrop.active {
  bottom: -16px;
  left: 35px;
}

.installment-cards .bankWrap.active {
  border: 2px solid #0071e3 !important;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.installment-cards .bankWrap:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  cursor: pointer;
}

.installment-cards .bankWrap img {
  max-width: 120px;
}

.installment-cards .bankWrap .name {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  margin-bottom: 5px;
}

.installment-cards .cmn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 13px;
  background-color: #f2f1f6 !important;
  color: #2987f6 !important;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 90px;
}

.installment-cards .cmn-btn:hover {
  background-color: #2987f6 !important;
  color: #ffffff !important;
}

.ins-title {
  background: #f2f1f6;
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.ins-logos {
  display: flex;
}

.ins-logos img {
  max-width: 20%;
}

.ins-title {
  background: #f2f1f6;
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.ins-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.ins-logos img {
  max-width: 28%;
}

.newYear {
  background: #caf2d6;
  padding: 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  /* width: 50%; */
  line-height: 15px;
}

.installment-cards.pro-detailx .bankWrap {
  padding: 5px;
  height: 50px;
  justify-content: center;
}

.installment-cards.pro-detailx .instaDetail {
  top: 60px;
  animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
  padding: 10px;
}

.installment-cards.pro-detailx .instaDetail .side-sidebar-close-btn i {
  color: #9595a3 !important;
  font-size: 19px;
  top: 10px;
  position: relative;
  right: 10px;
}

.installment-cards.pro-detailx .instaDetail .monthWrap {
  justify-content: flex-start;
}

.installment-cards.pro-detailx .instaDetail .months {
  width: 31%;
  margin-right: 5px;
}

.infoDet i {
  color: #fdb133;
  font-size: 12px;
}

.infoDet span {
  font-size: 12px;
}

.checkbox-input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.ispot-checkbox .checkbox-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.ispot-checkbox .checkbox-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: "";
  transition: all 0.4s ease;
}

.ispot-checkbox .checkbox-input:checked:disabled + .checkbox-label {
  background: #e8e8e8;
}

.ispot-checkbox .checkbox-input:checked:disabled + .checkbox-label:after {
  left: 95%;
  transform: translateX(-100%);
}

.ispot-checkbox .checkbox-input:checked:not([disabled]) + .checkbox-label {
  background: #34c759;
}

.ispot-checkbox .checkbox-input:checked:not([disabled]) + .checkbox-label:after {
  left: 95%;
  transform: translateX(-100%);
}

.ispot-checkbox .checkbox-input:not([checked]) + .checkbox-label {
  background: #a5a5a5;
}

.ispot-checkbox .checkbox-input:disabled + .checkbox-label {
  background: #e8e8e8;
}

.ispot-checkbox .checkbox-input:disabled + .checkbox-label:after {
  left: 2px;
}

.deviceChoose {
  display: flex;
  flex-wrap: wrap;
}

.deviceChoose .devicebox {
  border: none;
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
  padding: 10px 20px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.23536;
  font-weight: 400;
  letter-spacing: -0.022em;
  width: 23%;
  height: auto;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  min-height: 50px;
  border-color: #f5f5f5;
  margin-top: 10px;
  cursor: pointer;
  animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.deviceChoose .devicebox.active {
  border: 2px solid #0071e3 !important;
  border-radius: 12px;
  background: #fff !important;
  color: #777777;
}

.deviceChoose .devicebox img {
  max-height: 55px;
  margin-bottom: 5px;
}

.deviceChoose .devicebox.device {
  width: 23%;
}

.deviceChoose .devicebox .name {
  font-size: 14px;
}

label.deviceselect {
  margin-top: 20px;
  font-size: 18px;
}

.QuestionTrade {
  box-shadow: 0 0.25rem 1rem rgba(18, 38, 63, 0.07);
  padding: 20px;
  display: flex;
  animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.QuestionTrade .devicebox.device {
  width: 22%;
  margin-top: 0;
  position: relative;
}

.QuestionTrade .deviceinfo {
  display: flex;
  align-items: center;
}

.QuestionTrade .deviceinfo .name {
  margin-left: 10px;
  font-size: 15px;
  line-height: 16px;
}

.QuestionTrade .deviceinfo img {
  max-width: 24px;
}

.QuestionTrade .deviceChoose {
  width: 65%;
}

.QuestionTrade .deviceChoose.mainDevice {
  width: 100%;
}

.QuestionTrade .deviceChoose.mainDevice .devicebox.device {
  width: 20%;
}

#device-result-ques {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#LoadingImage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#LoadingImage img {
  max-width: 60px;
}

.success_msg {
  color: #10ab37;
  font-size: 12px;
  display: none;
}

.success_msg.active {
  display: inline;
}

.email-show {
  margin-bottom: 0 !important;
}

.email-show #email {
  margin-bottom: 20px;
  border-left: 0 !important;
  width: 100% !important;
  border-radius: 5px;
}

#phoneOption {
  display: none;
  top: -15px;
}

.related-area .question {
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 16px;
}

.related-area .question .que {
  font-weight: 600;
}

.noDevice {
  font-size: 14px;
  background: #f3f5f6;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 7px;
  text-align: center;
  animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  width: 100%;
}

.tradingPage {
  width: 100% !important;
}

.tradingPage h1 {
  margin-bottom: 0 !important;
}

.tradingPage .sub {
  color: #a1a1a1 !important;
  font-size: 17px !important;
}

.tradeCoverx {
  justify-content: flex-start !important;
  padding: 40px !important;
}

.tradeCoverx .row {
  width: 100%;
  margin: 0 auto;
}

.tradeSum .QuestionTrade {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 15px;
  position: relative;
  right: -15px;
}

.tradeSum .QuestionTrade .devicebox.device {
  width: 100%;
}

.tradeSum .QuestionTrade .sumTrade {
  display: flex;
  width: 100%;
}

.tradeSum .QuestionTrade .sumTrade .deviceinfo,
.tradeSum .QuestionTrade .sumTrade .deviceChoose {
  width: 50%;
}

.sumTradeRes {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sumTradeRes img {
  margin-bottom: 10px;
}

.sumTradeRes .devName {
  font-size: 24px;
}

.sumTradeRes .cost {
  font-size: 35px;
}

.ctrlTrade {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btnajax {
  margin-top: 10px;
}

.ctrlTrade .btnajax {
  margin-top: 0;
}

.ctrlTrade .btnajax button {
  margin: 0;
}

.ctrlTrade h2 {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deliveryAlert {
  background: #eac50057;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 0 0 4px 4px;
  color: #000;
  /* font-weight: bold; */
  /* display: inline; */
  top: -7px;
  position: relative;
  line-height: 16px;
}

.newAlert {
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  border-color: #bf4800;
  color: #f56300;
  font-size: 14px;
}

.tradingPage #device-result .deviceselect {
  margin-top: 0;
  line-height: 18px;
}

.tradingPage .modelWrapTrade {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  width: 91%;
  align-items: center;
}

.tradingPage .removeActiveOpen {
  height: 30px;
  font-size: 13px;
  /* margin-left: 10px; */
  width: 115px;
  position: relative;
  right: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tradingPage .deviceChoose.mainDevice {
  position: relative;
}

.tradingPage .deviceChoose.mainDevice.active {
  animation: category-enter-small 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.tradingPage .deviceChoose.mainDevice.active .devicebox.device {
  display: none;
}

.tradingPage .deviceChoose.mainDevice.active .devicebox.device.active {
  display: flex;
}

.tradingWrap {
  background: #f3f3f3;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 100%;
  width: 100%;
}

.tradingWrap .imgWr {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tradingWrap img {
  max-width: 45px !important;
}

.tradingWrap .tradeTt {
  margin-left: 10px;
}

.tradingWrap .titleTr {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.tradingWrap .tradeTxt {
  font-size: 13px;
  line-height: 14px;
  width: 98%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tradingWrap .tradebtn {
  font-size: 14px;
  line-height: 1;
  width: 140px;
  height: 28px;
  border-radius: 7px;
  color: #000;
  /* margin-top: 5px; */
  color: #06c;
  font-weight: 600;
  text-align: left;
}

.tradingWrap .tradebtn:hover {
  text-decoration: underline;
}

.product-details .product-size-area .product-single-size {
  border-color: #d2d2d7;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  cursor: pointer;
  min-height: 4.88235rem;
  margin-left: 0;
}

.product-details .product-size-area .product-single-size .productSizeTxt {
  font-size: 17px;
  line-height: 1.23536;
  font-weight: 600;
}

.product-details .product-size-area .product-single-size .varientDiff {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: right;
}

.appleInfo {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
  border-radius: 6px;
  margin-bottom: 5px;
}

.appleInfo span {
  font-size: 14px;
  line-height: 1;
  padding-left: 7px;
}

.youuu {
  background: #f3f5f6;
  padding: 10px 15px;
  border-radius: 7px;
}

.detailx.freeTag {
  position: relative;
  top: 0;
  right: -10px;
  background: #f5dd1f;
  color: #000;
  height: 50px;
  width: 50px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  flex-direction: column;
}

.detailx.freeTag .num {
  font-size: 20px;
}

.detailx.freeTag .fr {
  position: relative;
  top: 4px;
}

.headrr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.freePriceWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nameh2 {
  display: flex;
  align-items: center;
  height: 100%;
}

.nameh2 a {
  /* height: 40px; */
  /* width: 40px; */
  /* background: #eee; */
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  margin-right: 0;
  z-index: 99;
  color: #000;
  margin-left: 20px;
  font-weight: 400;
  font-size: 12px;
}

.recent_up {
  font-size: 10px;
  color: #37923b;
  font-weight: 600;
  line-height: 1;
}

.orderConfirmWrap.product-details-wrapper .product-details-content {
  height: auto;
  position: relative;
  margin-top: 20px;
}

.orderConfirmWrap .recomendedPro.todays-deal .proWrap .item {
  width: 100%;
}

.orderConfirmWrap .recomendedPro.todays-deal .proWrap .item .thumb {
  background: #fff;
}

.orderConfirmWrap .recomendedPro.todays-deal .proWrap .item .cont {
  margin-left: 0;
}

.orderConfirmWrap .orderStatus {
  width: 80%;
  height: auto;
}

.pdrop {
  display: flex;
  align-items: center;
  top: -1px;
  position: relative;
  background: #d6efd7;
  justify-content: center;
  border-radius: 50%;
  width: 21px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.pdrop span {
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  border-color: #390;
  color: #390;
  font-size: 12px !important;
}

.pdrop i {
  font-size: 21px;
  color: #390;
  position: relative;
  top: 3px;
}

.pdrop img {
  max-width: 11px;
}

.product-item-2-inner .product-content .price {
  justify-content: center;
  align-items: center;
}

.cart-add-btn-buy {
  width: 69% !important;
}

.cart-add-btn {
  width: 29% !important;
}

.cart-add-btn i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 3px;
}

.mt20minus {
  margin-top: -15px;
  margin-bottom: 20px;
}

.deliverydivwrap .proDeliveryDays {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.showMobile.xx,
.hideMobile.xx {
  justify-content: center;
}

body.detailPageBody.fixedHeader {
  padding-top: 128px !important;
}

body.detailPageBody header.active {
  position: relative;
  animation: none;
  visibility: hidden;
}

header.active {
  position: fixed;
  z-index: 999;
  box-shadow: none;
  box-shadow: -1px 0rem 1rem 0px rgba(18, 38, 63, 0.07);
  margin-top: 0;
  animation: option-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

#sptnav {
  display: flex;
  align-items: center;
}

#sptnav .logo {
  display: flex;
  width: 200px;
}

#sptnav .logo .logoImg {
  max-height: 55px;
}

#sptnav .logo .premium {
  border-radius: 7px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* max-height: 40px; */
  margin-left: 10px;
  max-height: 29px;
  position: relative;
  top: 4px;
  color: #adadad;
  background: rgba(107, 107, 107, 0.44);
}

#sptnav .logo .premium .pr {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #adadad;
}

#sptnav .logo .premium .st {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -5px;
  letter-spacing: 4px;
}

#sptnav .level3 {
  width: 60%;
}

#sptnav ul li a,
#sptnav ul li p {
  font-size: 13px;
  font-weight: 400;
  padding: 25px 10px 0px 10px;
}

#sptnav .searchBoxArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

#sptnav .searchBoxArea .header-search-form {
  max-width: 200px;
  margin: unset;
}

#sptnav .searchBoxArea.mobileSearch {
  display: none;
}

#sptnav .searchBoxArea.mobileSearch.active {
  display: flex;
}

#sptnav .searchBoxArea .header-form-group i {
  color: #84848b;
}

#sptnav .searchBoxArea .header-form-group input {
  padding: 0 25px 0 25px;
  background: rgba(107, 107, 108, 0.44) !important;
  color: #afafaf;
  height: 35px;
}

#sptnav .searchBoxArea .header-form-group button {
  top: 0;
}

#sptnav .searchBoxArea .shortcut-icons {
  width: auto;
}

#sptnav .searchBoxArea .shortcut-icons li {
  margin-left: 20px;
}

#sptnav .searchBoxArea .shortcut-icons li:hover,
#sptnav .searchBoxArea .shortcut-icons li.active {
  background-color: transparent !important;
  border-radius: 7px;
}

#sptnav .searchBoxArea .shortcut-icons li a .amount {
  background-color: #fff !important;
  color: #000;
  top: -4px;
  right: -13px;
}

#sptnav .searchBoxArea .shortcut-icons li a i {
  color: #84848b;
}

#sptnav .searchBoxArea .shortcut-icons li .icon--nav-triangle-borderless {
  bottom: -18px;
  right: 2px;
}

#sptnav .searchBoxArea ul li a {
  padding: 0;
}

.dumyhead {
  height: 66px;
}

.mmenux a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#sptnav ul li.mmenux:hover {
  background: none !important;
}

#sptnav .searchBoxArea .shortcut-icons li a i {
  /* color: #84848b; */
  top: -2px;
  position: relative;
  font-size: 25px;
}

header {
  position: relative;
  display: flex;
}

.shortcut-icons {
  margin-top: 0;
}

.shortcut-icons li {
  height: 30px;
}

body {
  padding-top: 0 !important;
}

.pinned {
  padding: 3px 5px;
  border-radius: 0 0 4px 4px;
  color: #898989;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 19px;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 12px;
}

.pinned span {
  font-size: 12px;
  text-transform: uppercase;
}

.pinned img {
  max-height: 10px;
}

.instView {
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  border: none;
  outline: none;
  /* line-height: 40px; */
  padding: 0 30px;
  background: #e5e5e5;
  color: #404040;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.installment-cards .instaDetail .months {
  position: relative;
  text-align: center;
}

.getinsallment {
  display: none;
}

.installment-cards .instaDetail .months .name.price .monDiv.pi {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
  color: #50812e;
}

.adiPricInfo {
  text-align: center;
  display: none;
}

.cmn-btn.btn-sm.out_of_stock_btn {
  background-color: #c3c8ca !important;
  color: #7d8082 !important;
}

.cmn-btn.btn-sm,
.cmn-btn-2.btn-sm {
  height: 32px;
  line-height: 1;
  font-size: 14px;
  padding: 0 15px;
}

.deliveryInfoBox {
  background: #f3f3f3;
  border-radius: 7px;
  padding: 10px 20px;
  display: flex;
  /* align-items: center; */
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  line-height: 1.5;
}

.deliveryInfoBox .pk {
  font-weight: 600;
}

.deliveryInfoBox ul {
  padding: 10px 0;
  border-radius: 7px;
}

.deliveryInfoBox ul li a {
  color: #008bea;
}

.mobile-menu .left-category .categories li {
  border: none !important;
}

.mobile-menu .left-category .categories li a {
  color: #bdbaba !important;
}

.cate-icon {
  background: #222;
  color: #d1d1d1;
}

.left-category .categories > li > .sub-category::before {
  content: none;
}

.todays-deal .item .cont .title {
  font-weight: 600;
}

.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel.owl-loaded {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}

.right-category {
  padding: 15px 0;
  border-radius: 7px;
}

.right-category h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2987f6;
  background: #eee;
  padding: 15px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-category .todays-deal {
  justify-content: space-between;
  flex-wrap: wrap;
}

.right-category .todays-deal a.homecard {
  width: 24%;
  min-height: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-category .todays-deal .item .cont {
  width: 100%;
  padding-left: 0;
  text-align: center;
  width: 80%;
}

.right-category .todays-deal .item .cont .title {
  margin-top: 10px;
  line-height: 20px;
}

.right-category .todays-deal .item .thumb {
  width: auto;
  overflow: visible;
}

.nostock {
  font-size: 12px;
  text-transform: uppercase;
  color: #cf0505;
}

.todays-deal .item .thumb img {
  height: auto !important;
  max-height: 90px;
}

.mostbanner {
  margin-bottom: 10px;
}

.product-item-2-inner .product-thumb img {
  max-height: 250px;
  width: auto !important;
}

.homecont {
  font-size: 14px;
  color: #656565;
  margin-top: 20px;
  line-height: 19px;
}

.homecont p {
  margin-bottom: 10px;
}

.owl-carousel .owl-item .proViews img {
  width: auto !important;
}

.todays-deal .freeTag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f5dd1f;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  flex-direction: column;
}

.todays-deal .freeTag .num {
  font-size: 18px;
}

.offbnk {
  color: #ee0106;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.offbnk.bnkTxt {
  color: #007a1c !important;
}

.payAMtPre {
  font-size: 14px;
  font-weight: 400;
}

.avaiStks {
  width: 100%;
  margin-bottom: 20px;
}

.avaiStks .ins-title {
  margin-top: 10px;
  padding-top: 0;
  justify-content: space-between;
}

.avaiStks .wrapStk {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 5px;
}

.avaiStks .avstk {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 8px 5px;
  align-items: center;
  line-height: 16px;
}

.avaiStks .avstk .gurImg {
  width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avaiStks .avstk.onlin {
  border-bottom: 1px solid #e5e5e5;
}

.avaiStks .avstk i {
  font-size: 20px;
  top: 1px;
  position: relative;
}

.avaiStks .avstk .ttl {
  font-weight: 600;
}

.otpSend {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  text-wrap: wrap;
  line-height: 1;
}

.icheckWrap {
  display: flex;
  flex-direction: column;
}

.icheckWrap .contact-form {
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.icheckWrap .contact-form .contactBtns {
  margin-bottom: 0;
}

.redTxt {
  font-size: 13px;
  color: #c11334;
  font-weight: 600;
  position: relative;
  top: -15px;
  left: 4px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 8px;
}

.dot.green {
  background-color: #36ba5c;
}

.dot.red {
  background-color: #ff2929;
}

.dot.blue {
  background-color: #ff9c00;
}

.yyy {
  background: #f5f3df !important;
}

.icheck form {
  width: 100%;
}

.icheck label {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.icheckWrap .wrap_x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.icheckWrap .invId {
  font-size: 15px;
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.14);
  padding: 10px 20px;
  border-radius: 6px;
  /* border: 1px solid #eee; */
  color: #838282;
}

.txt-green {
  color: #05872d;
}

.product-item-2-inner .product-before-content .title {
  font-size: 20px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: 0.007em;
  color: #1d1d1f;
  margin: 0 0 9px;
  padding-top: 24px;
}

.product-item-2-inner .product-thumb img {
  max-height: 300px;
}

.cmn-btn.btn-sm,
.cmn-btn-2.btn-sm {
  background: #006edb !important;
  color: #fff !important;
  border-color: transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -0.022em;
  min-width: 100px;
  padding: 7px 15px;
  border-radius: 980px;
  text-transform: capitalize !important;
}

.sub-category-wrap .catBox a {
  border: none;
}

.allModels {
  position: relative;
  /* top: -15px; */
  margin-top: 20px;
}

.allModels .main {
  font-size: 22px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: 0.007em;
  display: inline;
}

.allModels .main span {
  color: #6e6e73;
}

.categoryInfo {
  background: #fff;
  border-radius: 7px;
  padding: 0 15px !important;
  min-height: 165px;
}

.categoryInfo h1 {
  font-size: 15px;
  margin-bottom: 20px;
}

.catBanner {
  background-color: #fff !important;
  margin-top: 20px;
  border-radius: 7px;
}

.flexCat {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.categoryInfo h1 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: 0.007em;
  color: #00b54b;
}

.contWrapper {
  padding: 40px 35px !important;
}

.contWrapper .homecont {
  margin: 0;
}

.product-details-wrapper {
  padding: 10px 0 !important;
  margin-top: 10px;
}

.recomendedPro.todays-deal {
  background: #fff;
  margin: 0;
  padding: 0 !important;
  margin-bottom: 20px;
}

.recomendedPro.todays-deal .youuu {
  background: none;
  padding: 0 15px 30px 15px;
  border-radius: 7px;
}

.products-description {
  margin: 0;
}

.shop-with {
  background-color: #fff;
}

.product-details-wrapper {
  background: none !important;
}

.product-details-wrapper .variant-images {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}

.product-details-wrapper .cardd {
  box-shadow: none;
}

.tradingWrap {
  background: #fff;
}

.tradingWrap.xxx {
  background: transparent;
}

.imgbottom .recomendedPro.cardd {
  margin-right: 0;
}

.right-category .todays-deal a {
  width: 32%;
  min-height: 300px;
  margin-bottom: 20px;
  box-shadow: none;
}

.todays-deal .item .thumb img {
  max-height: 150px !important;
}

.bottomPros {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mostbanner {
  margin-top: 30px;
}

.checkout-area {
  background: transparent;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .imgbottom {
    width: 100%;
  }

  .cardd {
    flex-direction: row;
    margin: 0 0 10px;
  }

  .product-details-wrapper .product-details-content {
    padding: 0 15px 10px;
  }

  .allModels .main {
    font-size: 17px;
  }

  .product-item-2-inner .product-thumb img {
    max-height: 200px;
  }

  .ins-title,
  .product-item-2-inner .product-before-content .title,
  .product-item-2-inner .product-content .price,
  .shop-with .cItem .head,
  .shop-with .cItem .sub {
    font-size: 14px !important;
  }

  .catinfoWarp {
    margin-top: 20px;
  }

  .categoryInfo h1 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .category-section .page-main-content.row .grid-control {
    margin-bottom: 20px;
  }

  .pinned span {
    font-size: 12px;
    margin-top: 5PX;
  }

  .newAlert {
    font-size: 13px;
    margin-top: 5px;
  }

  .right-category .todays-deal a {
    width: 100%;
  }

  .mostbanner {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right-category .allModels {
    margin-bottom: 15px;
  }

  .recomendedPro.todays-deal .youuu {
    padding: 0;
  }

  .cashSize {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cash {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cash .text {
    font-size: 18px;
    font-weight: 600;
  }

  .category-section .proTitle {
    margin-top: 0 !important;
  }
}

.cash {
  line-height: 1;
  border-radius: 7px;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #b9d3f5;
}

.cash .offbnk {
  color: #006edb;
  font-size: 10px;
  margin-bottom: 2px;
  line-height: 15px;
}

.cash .text {
  font-size: 14px;
}

.cash .cashImg {
  margin-left: 5px;
}

.cashwrap {
  flex-direction: column;
  align-items: flex-start !important;
}

.cashSize {
  font-size: 20px;
}

.colorWrap span {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

.description-item {
  font-size: 16px;
}

.text-with-icons__content > p {
  line-height: 18px;
  font-size: 12px;
}

[data-tooltip-location=left]:hover:before {
  transform: translate(-5px, 50%) scale(1);
  background: #e7e7e7;
  color: #000;
  padding: 6px 10px;
  /* border: 1px solid #eee; */
  box-shadow: none;
}

[data-tooltip-location=left]:hover:after {
  transform: translateY(50%) scaleX(1);
  /* border-color: #fff; */
  border-color: transparent transparent transparent #d5d5d5;
}

.finish {
  font-size: 18px;
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: 0.009em;
  margin: 10px 0;
}

.finish span {
  color: #86868b;
}

.product-details-wrapper .product-details-content,
.categoryInfo {
  background: #fff;
}

.colorWrap,
.product-details .product-size-area .product-single-size,
.priceVarWrap .priceInfoWrap,
.wrapStk {
  background-color: #fff;
  border: none;
}

.product-details-content .recomendedPro.free,
.ins-title {
  background: transparent;
}

.product-details-content .recomendedPro.free .proWrap .item {
  border: none;
}

.priceVarWrap .priceInfoWrap .first {
  line-height: 13px;
}

.colorWrap {
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.product-details .product-color-area .product-single-color {
  width: 45px;
  height: 45px;
}

.redDot {
  bottom: 10px;
  left: 10px;
}

.product-details .product-color-area .product-single-color.active {
  border: 2px solid #0071e3 !important;
  background-size: 90%;
}

.singleColor .colorWrap img {
  max-width: 20px;
  margin-bottom: 15px;
}

.ins-title {
  color: #4b4b4e;
  line-height: 19px;
  font-weight: 400;
}

.category-section .proTitle {
  margin-top: 10px;
  border-top: 0;
  box-shadow: none;
}

.premiumxy {
  margin-bottom: 10px;
  border-radius: 7px;
  background: #fff;
  padding: 0 10px 10px;
  position: relative;
}

.premiumxy img {
  position: absolute;
  right: 10px;
  max-width: 45px;
  /* filter: opacity(0.2); */
  top: 10px;
}

.premiumxy .premiumx {
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-left: 10px; */
  max-height: 23px;
  padding: 1px 10px;
  position: relative;
  top: -10px;
  background-color: #161617e0;
  width: -moz-max-content;
  width: max-content;
}

.premiumxy .premiumx .pr {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.premiumxy p,
.premiumxy ul {
  font-size: 12px;
  max-width: 80%;
  line-height: 14px;
  margin-bottom: 5px !important;
}

.premiumxy p li,
.premiumxy ul li {
  padding: 0;
  list-style: circle;
  margin-left: 15px;
}

.premiumxy p span,
.premiumxy ul span {
  font-weight: 600;
}

.priceVarWrap .priceInfoWrap .first .title {
  color: #86868b;
  font-size: 14px;
  line-height: 15px;
  text-transform: capitalize;
}

.installment-cards .finish span {
  margin-top: 10px;
  display: inline-block;
}

.tradingWrap {
  border: 1px solid #eee;
}

.pdrop {
  position: absolute;
  right: 10px;
  top: 0;
}

.cashSize {
  font-size: 20px;
  margin-bottom: 0;
}

.cash .text {
  font-size: 12px;
}

.cash .offbnk {
  font-size: 12px;
}

.ishield .categoryInfo {
  background: #fff;
}

.contWrapper {
  padding: 40px 0 !important;
}

.homecont {
  font-size: 16px;
}

.right-category .todays-deal {
  justify-content: flex-start;
}

.right-category .todays-deal a {
  margin: 10px;
  border: 1px solid #eee;
  width: 30%;
}

.product-details-wrapper .product-details-content {
  background: #f5f5f7;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.quoteAdd {
  width: 100% !important;
  margin-top: 10px;
}

.btnsQ {
  justify-content: space-around;
}

.ckOutB {
  color: #3e3e42;
  font-weight: 600;
  font-size: 15px;
}

.userDetails .name {
  margin-bottom: 10px;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.todays-deal .item .thumb {
  background: none !important;
}

.right-category .todays-deal a.homecard {
  background: #f5f5f7;
  border: none;
}

.fromsingle {
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 6px;
}

.unit-image {
  z-index: 1;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  left: calc(50% + 0px);
  right: auto;
  bottom: 0px;
  top: auto;
  transform: translatex(-50%);
  width: 3008px;
  height: 580px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 70px;
}

.unit-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.unit-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #000000;
  width: 100%;
  height: 500px;
 
}

.unit-copy-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  top: 30px;
  position: absolute;
  width: 100%;
}

.unit-copy-wrapper.unit22 {
  top: -40px;
  justify-content: end;
  z-index: 9;
}

.unit-copy-wrapper.unit22.no1 {
  top: -10px;
  justify-content: start;
  z-index: 9;
}

.unit-copy-wrapper > *.headline {
  font-size: 56px;
  line-height: 1.07143;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  z-index: 9;
  color: #fff;
}

.unit-copy-wrapper > *.headline.hh2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 53px;
}

.unit-copy-wrapper > *.headline.hh2.no1 {
  color: #1d1d1f;
  margin-top: 10px;
}

.unit-copy-wrapper > *.subhead {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 400;
  letter-spacing: 0.007em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 6px;
  z-index: 9;
  color: #fff;
}

.unit-copy-wrapper > *.subhead.sub22 {
  font-size: 21px;
  line-height: 1.19048;
  font-weight: 400;
  letter-spacing: 0.011em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 4px;
  text-align: center;
}

.unit-copy-wrapper > *.subhead.sub22.no1 {
  color: #1d1d1f;
  margin-top: 10px;
}

.unit-copy-wrapper > *.cta-links {
  position: relative;
  z-index: 4;
  text-decoration: none;
  margin-top: 25px;
}

.button-elevated {
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-style: solid;
  border-width: 1px;
  min-width: 28px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  --sk-button-margin-horizontal: 18px;
  --sk-button-margin-vertical: 18px;
}

.theme-dark .button {
  background: #0071e3;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-style: solid;
  border-width: 1px;
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 980px;
  background: #0071e3;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
}

.button-tertiary {
  background: rgba(0, 0, 0, 0) !important;
  color: #06c !important;
  border-color: #06c !important;
}

body {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  background-color: #fff;
  color: #1d1d1f;
  font-style: normal;
}

body.catPageBody {
  background-color: #f5f5f7;
}

header {
  position: relative;
}

header.active {
  animation: option-in 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) both;
  /* top: -1px; */
}

.gradient {
  background: linear-gradient(94deg, #0090F7, #BA62FC, #F2416B, #F55600) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block !important;
}

.body3 {
  background: #161617cc;
}

#sptnav .level3 li .sub-category {
  background-color: #161617;
}

.right-category .todays-dealx .infoHome {
  width: 50%;
}

.filter-category-header {
  background-color: #fff;
}

.filter-category-header .categoryInfo,
.filter-category-header .catBanner {
  margin: 0;
}

.gradient2 {
  background-image: linear-gradient(to right, #0090f7, #ba62fc, #f2416b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.categoryInfo h1 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

.filter-category-header,
.catBanner,
.categoryInfo {
  background-color: transparent !important;
}

.categoryInfo p {
  font-size: 14px;
}

.sptnavcont {
  position: relative;
}

#sptnav .level3 li {
  position: unset;
}

#sptnav .level3 li .sub-category {
  background-color: #161617;
  width: 100vw;
  border-radius: 0;
  padding-top: 20px;
  z-index: -1;
  top: 0% !important;
  padding-top: 70px;
  opacity: 0.9;
}

#sptnav .level3 li .sub-category .container {
  padding-bottom: 20px;
}

#sptnav .level3 li .sub-category h3 {
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  padding: 0 0 5px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.sub-category .newAlert {
  font-size: 11px;
  position: relative;
  top: -1px;
  left: 3px;
}

#sptnav .level3 li .sub-category li a {
  padding-left: 0;
  line-height: 26px !important;
  font-size: 16px;
  color: #999999;
}

#sptnav .level3 li:hover > .sub-category {
  transition: all 1.75s ease !important;
}

header.active {
  animation: none;
  top: -1px;
  border: none;
}

body.fixedHeader header.active {
  transition: all 0.5s ease !important;
}

.expall {
  color: #d6d6d6 !important;
  margin-bottom: 10px;
  margin-top: 5px;
}

.catCallPage {
  padding-top: 20px;
}

.callHelp .callWhat {
  flex-direction: row;
}

.callHelp .callWhat .what {
  margin-right: 10px;
  width: 50%;
}

#sptnav .level3 .sub-categoryz li {
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
}

#sptnav ul li:hover .sub-categoryz li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(1) {
  transition: 0.3s 0.25s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(2) {
  transition: 0.3s 0.3s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(3) {
  transition: 0.3s 0.35s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(4) {
  transition: 0.3s 0.4s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(5) {
  transition: 0.3s 0.45s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(6) {
  transition: 0.3s 0.5s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(7) {
  transition: 0.3s 0.55s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(8) {
  transition: 0.3s 0.6s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(9) {
  transition: 0.3s 0.65s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(10) {
  transition: 0.3s 0.7s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(11) {
  transition: 0.3s 0.75s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(12) {
  transition: 0.3s 0.8s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(13) {
  transition: 0.3s 0.85s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(14) {
  transition: 0.3s 0.9s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(15) {
  transition: 0.3s 0.95s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(16) {
  transition: 0.3s 1s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(17) {
  transition: 0.3s 1.05s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(18) {
  transition: 0.3s 1.1s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(19) {
  transition: 0.3s 1.15s;
}

#sptnav ul li:hover .sub-categoryz li:nth-child(20) {
  transition: 0.3s 1.2s;
}

@media (max-width: 575px) {
  .categoryInfo h1 {
    font-size: 17px !important;
  }

  .category-section .container {
    padding-bottom: 0 !important;
  }

  .category-section .container .catBanner {
    margin-bottom: 0;
  }

  .allModels {
    margin-top: 0 !important;
  }

  .unit-copy-wrapper > *.headline {
    font-size: 36px;
  }

  .unit-copy-wrapper > *.subhead {
    font-size: 21px;
  }

  .theme-dark .button {
    font-size: 12px;
  }

  .unit-wrapper {
    height: 350px;
  }

  .unit-image {
    background-size: 17%;
    background-position: bottom;
  }

  .right-category .todays-dealx .infoHome {
    width: 100%;
    background: #f5f5f7;
  }

  .right-category .todays-dealx .infoHome .unit-image {
    background-size: 22%;
  }

  .right-category .todays-dealx .infoHome.no2 {
    background: #000000;
  }

  .right-category .todays-dealx .infoHome.no2 .unit-image {
    background-size: 26%;
  }

  .todays-dealx {
    flex-wrap: wrap;
  }

  .unit-copy-wrapper > *.headline.hh2 {
    font-size: 28px;
    line-height: 1;
    margin-top: 0;
  }

  .unit-copy-wrapper > *.subhead.sub22 {
    font-size: 15px;
    line-height: 1.3;
  }

  .unit-copy-wrapper > *.subhead.sub22.no1 {
    color: #1d1d1f;
    margin-top: 0;
  }

  .unit-wrapper.xxx {
    background: transparent;
  }

  .right-category .todays-deal a {
    width: 100% !important;
    /* min-height: 170px; */
    margin: 5px 0 !important;
  }

  .homecont {
    font-size: 13px;
  }

  .contWrapper {
    padding: 10px 0 !important;
  }

  .catName,
  .text-with-icons p,
  .checkcover,
  .checkcover div,
  .footer-widget p,
  .footer-widget ul li a,
  .footer-widget .title,
  .categoryInfo p,
  .callHelp span,
  .proDeliveryDays .deliverTime,
  .cmn-btn.btn-sm,
  .cmn-btn-2.btn-sm {
    font-size: 12px !important;
  }

  #sptnav .level3 li a {
    filter: brightness(0%) !important;
  }

  body.fixedHeader {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .shortcut-icons {
    background: #fff !important;
    /* border-top: 1px solid #eee; */
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  }

  .footer-widget.widget-about {
    width: 100%;
  }

  .filter-category-header {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .filter-category-header .catBanner {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
  }

  .language_setting .active_lang span,
  .language_setting .active_lang i {
    color: #000 !important;
  }

  .header-wrapper .logo img {
    max-width: 95px;
  }

  .header-middle {
    height: 65px;
  }

  .main-sections {
    padding: 0;
  }

  body {
    padding-top: 0 !important;
  }

  .section-header-2 .title {
    font-size: 17px;
  }

  .section-header-2 .custom-button.theme {
    font-size: 9px !important;
    padding: 0 7px;
  }

  .footer-widget {
    width: 50%;
  }

  .priceVarWrap .priceBank {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .priceVarWrap .priceInfoWrap {
    width: 100%;
  }

  .proDetailWrap {
    flex-direction: column;
  }

  .proDetailWrap p {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }

  .product-details-content {
    margin-top: 0;
  }

  .product-details-content .add-cart .cmn-btn {
    min-width: 100%;
  }

  .product-details-content {
    position: relative;
  }

  .product-details-content .recomendedPro {
    position: relative;
  }

  .product-details-content .recomendedPro.free .proWrap .item {
    width: 100%;
  }

  .body-overlay.active {
    display: none;
  }

  .product-details-content .recomendedPro .proWrap .item {
    width: 100%;
  }

  .nav-tabs li {
    margin-bottom: 10px;
  }

  .header-bottom .logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
  }

  .header-bottom form.header-search-form {
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .header-bottom.active .header-search-form {
    display: none;
  }

  .mobile-menu.active {
    position: fixed;
  }

  .header-bottom .logo img {
    max-height: 40px;
  }

  .left-toggle,
  .right-toggle {
    display: none;
  }

  #sptnav ul li a font {
    display: block;
    font-size: 11px;
  }

  .shortcut-icons {
    width: auto !important;
    bottom: 10px;
    left: 15px;
    border-radius: 30px;
    background: #008ded !important;
    padding: 0 7px 0 0;
  }

  .shortcut-icons li a i {
    color: #fbfbfb;
    font-size: 25px;
  }

  .shortcut-icons li a {
    padding: 5px 10px;
  }

  .shortcut-icons li a.dashboard-menu-bar {
    padding-right: 0;
  }

  #cart-button {
    padding-left: 0 !important;
  }

  .category-section {
    position: relative;
  }

  #sptnav ul li a,
  #sptnav ul li p {
    background-size: 30px 24px;
  }

  .product-item-2-inner .product-content .price {
    font-size: 16px;
  }

  .visaIcons {
    display: none;
  }

  .main-sections .all-sections {
    padding: 0 0;
    padding-top: 90px;
  }

  #sptnav .level3 {
    width: 99%;
    padding-left: 20px;
  }

  #sptnav .level3 li a font {
    font-size: 15px;
  }

  .header-bottom.active {
    padding-top: 3px !important;
    padding-bottom: 5px !important;
  }

  .header-bottom .logo a .premium .pr {
    line-height: 1;
    margin-top: 3px;
  }

  .header-bottom .logo a .premium .st {
    margin-top: 0;
    line-height: 1;
  }

  .main-sections .all-sections {
    padding-top: 0;
  }

  .shortcut-icons {
    position: absolute;
    top: 64px;
    bottom: inherit;
    right: 40px;
    left: inherit;
    background: transparent !important;
    border-radius: 7px;
    box-shadow: none;
  }

  .header-bottom form.header-search-form {
    width: 70% !important;
  }

  .header-form-group input {
    padding: 0 0 0 20px;
  }

  .shortcut-icons li a i {
    color: #2f2f3b;
  }

  .header-bottom.active .shortcut-icons {
    top: -4px;
    box-shadow: none;
    right: 90px;
  }

  .mobile-menu .left-category .categories li a img {
    max-height: 35px;
  }

  .iziToast.iziToast-theme-light {
    width: 100%;
  }

  .cart-products.cart--products .single-product-item .title a {
    text-align: left;
  }

  .cart-sidebar-area .single-product-item .content .text-white {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .loading-circle-container {
    display: none;
  }

  .namesPro {
    width: 100% !important;
  }

  .shop-with {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .cate-inner {
    padding: 5px;
    width: 25% !important;
  }

  .product-details .product-color-area {
    width: 100%;
  }

  .category-section .proTitle {
    margin-top: 48px;
  }

  #sptnav {
    flex-direction: column;
  }

  #sptnav .searchBoxArea {
    justify-content: space-between;
    width: 55%;
    order: 2;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: 45%;
  }

  #sptnav .searchBoxArea .header-form-group {
    width: 230px;
  }

  #sptnav .searchBoxArea .header-form-group input {
    width: 230px;
  }

  #sptnav .searchBoxArea .shortcut-icons {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    display: flex;
  }

  #sptnav .searchBoxArea .shortcut-icons li {
    margin-left: 0;
  }

  #sptnav .level3 {
    order: 3;
    background: #232326;
    width: 100vw;
  }

  #sptnav .logo {
    padding: 10px 0;
    order: 1;
    align-items: center;
    width: auto;
    position: absolute;
    left: 50px;
  }

  #sptnav .logo .logoImg {
    max-height: 45px;
  }

  #sptnav .logo .premium {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    height: 37px;
    line-height: 16px;
  }

  .cart-sidebar-area.active {
    height: 100vh;
  }
}

@media (max-width: 575px) {
  .shortcut-icons {
    background: #fff !important;
    /* border-top: 1px solid #eee; */
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.07);
  }

  .detailspage .container {
    padding: 0 !important;
  }

  .filter-category-header {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .filter-category-header .catBanner {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 20px;
  }

  .filter-category-header .catBanner {
    max-height: 100%;
    height: 100% !important;
  }

  .language_setting .active_lang span,
  .language_setting .active_lang i {
    color: #000 !important;
  }

  .header-wrapper .logo img {
    max-width: 95px;
  }

  .header-middle {
    height: 65px;
  }

  .main-sections {
    padding: 0;
  }

  body {
    padding-top: 0 !important;
  }

  .section-header-2 .title {
    font-size: 17px;
  }

  .section-header-2 .custom-button.theme {
    font-size: 9px !important;
    padding: 0 7px;
  }

  .footer-widget {
    width: 50%;
  }

  .footer-widget .widget-about {
    width: 100%;
  }

  .tradingWrap .titleTr {
    font-size: 13px;
  }

  .checkcover {
    font-size: 11px;
  }

  .checkcover div {
    font-size: 11px;
  }

  .hotlineNum {
    position: relative;
    top: -5px;
  }

  .hotlineNum .txt {
    font-size: 12px;
  }

  .hotlineNum .num {
    font-size: 14px;
    line-height: 0;
  }

  .shop-with {
    padding: 0 10px !important;
  }

  .shop-with .cItem .head {
    font-size: 12px;
  }

  .proDeliveryDays .deliverTime {
    font-size: 12px;
    width: 100%;
  }

  .priceVarWrap .priceBank {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .priceVarWrap .priceInfoWrap {
    width: 100%;
  }

  .priceVarWrap .priceInfoWrap .seco {
    line-height: 1.3;
  }

  .priceVarWrap .priceInfoWrap .seco .price {
    font-size: 17px;
  }

  .ckWarDetail {
    line-height: 15px;
  }

  .proDetailWrap {
    flex-direction: column;
    margin-top: 10px;
  }

  .proDetailWrap .title {
    line-height: 21px;
    max-width: 100%;
  }

  .proDetailWrap .viewingHot .ratings-area {
    top: -4px;
  }

  .proDetailWrap .viewingHot .vi-notify-new-bg-dBtm {
    margin-top: -20px;
  }

  .proDetailWrap p {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }

  .product-details-content {
    margin-top: 0;
  }

  .product-details-content .add-cart .cmn-btn {
    min-width: 100%;
  }

  .products-description {
    margin: 0;
    margin-bottom: 0;
    margin-top: -5px;
  }

  .product-details-content {
    position: relative;
  }

  .product-details-content .recomendedPro {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    box-shadow: none;
  }

  .product-details-content .recomendedPro.free .proWrap .item {
    width: 100%;
  }

  .body-overlay.active {
    display: none;
  }

  .product-details-content .recomendedPro .proWrap .item {
    width: 100%;
  }

  .nav-tabs li {
    margin-bottom: 10px;
  }

  .header-bottom .logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
  }

  .header-bottom form.header-search-form {
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .header-bottom.active .header-search-form {
    display: none;
  }

  .mobile-menu.active {
    position: relative;
    max-width: 100%;
    top: 0;
  }

  .header-bottom .logo img {
    max-height: 40px;
  }

  .left-toggle,
  .right-toggle {
    display: none;
  }

  #sptnav ul li a font {
    display: none;
  }

  .shortcut-icons {
    width: auto !important;
    bottom: 25px;
    left: 15px;
    border-radius: 30px;
    background: #008ded !important;
    padding: 0 7px 0 0;
  }

  .shortcut-icons li a i {
    color: #fbfbfb;
    font-size: 25px;
  }

  .shortcut-icons li a {
    padding: 5px 10px;
  }

  .shortcut-icons li a.dashboard-menu-bar {
    padding-right: 0;
  }

  #cart-button {
    padding-left: 0 !important;
  }

  .category-section {
    position: relative;
  }

  .visaIcons {
    display: none;
  }

  #sptnav .level3 {
    width: 100%;
    padding-left: 20px;
    justify-content: space-around;
  }

  #sptnav .level3 li a font {
    font-size: 15px;
  }

  .shop-with .cItem {
    width: 100%;
  }

  .main-sections .all-sections {
    width: 100% !important;
    padding-top: 45px;
  }

  .main-sections .all-sections .banner-section {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .main-sections .all-sections .banner-section .owl-carousel.owl-loaded,
  .main-sections .all-sections .banner-section .banner-slider {
    margin-bottom: 0 !important;
  }

  .header-bottom.active {
    padding-top: 3px !important;
    padding-bottom: 5px !important;
  }

  .cardd {
    flex-direction: column;
  }

  .cardd img {
    max-width: 80px !important;
  }

  .payment-list__notice {
    font-size: 12px !important;
    line-height: 17px;
  }

  #sptnav ul li a,
  #sptnav ul li p {
    background-size: unset;
    padding: 0;
    background-size: 20px 20px;
  }

  #sptnav .level3 {
    width: 100%;
    padding-left: 10px;
  }

  .categoryInfo {
    padding: 10px 10px 15px 10px !important;
  }

  .categoryInfo .widget {
    display: none;
  }

  .sub-category-wrap {
    justify-content: space-between;
  }

  .sub-category-wrap .catBox {
    width: 31.33%;
    margin-right: 0;
  }

  .sub-category-wrap .catBox a {
    flex-direction: row;
    text-align: center;
    line-height: 15px;
    animation: none;
  }

  .footer-widget {
    width: 100%;
  }

  .footer-widget.widget-link {
    width: 50%;
  }

  .footer-widget .logo {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
  }

  .footer-widget .logo .ishield {
    margin-left: 0;
  }

  .footer-widget .logo .checkcover {
    top: 14px;
    width: 100%;
    max-width: 100%;
  }

  .footer-widget p {
    font-size: 13px;
    line-height: 16px;
  }

  .category-section .page-main-content.row .grid-control {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .cmn-btn.btn-sm,
  .cmn-btn-2.btn-sm {
    min-width: 70px;
    height: 30px;
    line-height: 19px;
    margin-top: 10px;
    font-size: 12px;
  }

  .newAlert {
    font-size: 11px;
  }

  .product-item-2-inner .product-content .price {
    font-size: 13px;
  }

  .product-item-2-inner .product-before-content .title {
    font-size: 12px;
    line-height: 14px;
  }

  .product-item-2-inner .product-thumb .freeTag {
    height: 35px;
    width: 35px;
  }

  .product-item-2-inner .product-thumb .freeTag .num {
    font-size: 14px;
  }

  .product-item-2-inner .product-thumb .freeTag .fr {
    position: relative;
    top: 0px;
    font-size: 9px;
  }

  .header-bottom .logo a .premium .pr {
    line-height: 1;
    margin-top: 3px;
  }

  .header-bottom .logo a .premium .st {
    margin-top: 0;
    line-height: 1;
  }

  .call-to-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .call-to-section .container {
    padding: 0;
  }

  .call-to-section .container .mb-30 {
    margin-bottom: 20px;
  }

  .product-before-content .ratings-area {
    flex-direction: column;
  }

  .mostSelling {
    right: 15px !important;
  }

  .call-to-section .col-6:last-child {
    padding-right: 15px;
    display: none;
  }

  .featured-section .contWrapper {
    margin-bottom: 20px !important;
  }

  .container {
    padding: 5px 10px;
  }

  .proViews {
    font-size: 10px;
    /* width: 100%; */
    right: 10px;
    justify-content: center;
    align-items: center;
    top: 10px;
    width: 20px;
    height: 20px;
  }

  .proViews.fe {
    height: 25px;
    width: 25px;
  }

  .proViews img {
    max-height: 13px;
  }

  .updated {
    max-width: 50%;
    line-height: 16px;
    right: 20px;
    top: 5px;
    visibility: hidden;
  }

  .product-item-2-inner {
    min-height: 290px;
  }

  .proDetailWrap p {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .product-item-2-inner {
    padding: 10px;
    animation: none;
  }

  .category-section .container {
    padding: 20px;
  }

  .category-section {
    padding-top: 0;
  }

  .featured-section .contWrapper {
    margin-bottom: 10px !important;
  }

  .footer-bottom {
    padding: 30px 15px;
  }

  .widget-contact {
    width: 100% !important;
  }

  .call-to-section .col-6:first-child {
    padding-left: 5px;
  }

  .call-to-section .col-6:nth-child(2) {
    padding-right: 5px;
  }

  .shopify-section {
    margin-top: 40px;
  }

  .main-sections .all-sections {
    padding-top: 35px;
  }

  .shopify-section {
    overflow: hidden;
    padding: 0 20px;
  }

  .shopify-section .section {
    margin-bottom: 0;
    margin-top: 0;
  }

  .shopify-section .section .scroller .block-list__item {
    width: 100%;
  }

  .nav-tabs li a {
    font-size: 15px;
    font-size: 13px;
    height: 30px;
    line-height: 16px;
  }

  .nav-tabs {
    margin-bottom: 10px;
  }

  .cart-item .cart-cont {
    padding-left: 10px;
    width: calc(100% - 80px);
    text-align: left;
  }

  .contactBtns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contactBtns .createAccount {
    flex-direction: column;
  }

  .contactBtns .createAccount span {
    line-height: 17px;
    margin-bottom: 10px;
  }

  .call-to-section .col-6:first-child {
    padding-right: 5px;
  }

  .call-to-section .col-6:nth-child(2) {
    padding-left: 5px;
  }

  .loading-circle-container {
    display: none;
  }

  .namesPro {
    width: 100% !important;
  }

  .namesPro .sold.sameview {
    font-size: 11px !important;
    padding: 0 8px 0 20px;
    height: 20px;
    top: -3px;
  }

  .shop-with {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 30px;
  }

  .cate-inner {
    padding: 5px;
    width: 25% !important;
  }

  .hideMobile {
    display: none !important;
  }

  .catName {
    position: relative;
    top: 24px;
    text-align: center;
    font-size: 12px;
  }

  #sptnav .level3 li a {
    width: 55px;
    height: 53px;
  }

  .main-sections .all-sections {
    padding-top: 0;
  }

  .header-bottom.active .shortcut-icons {
    display: none;
  }

  .comingSoon {
    background: #6948b0;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }

  .categoryInfo.cover {
    padding: 30px 0 !important;
    margin-top: 10px;
  }

  .categoryInfo.cover .ppinfo {
    padding: 10px 20px;
  }

  .categoryInfo.cover .shieldImgBig {
    justify-content: center;
  }

  .categoryInfo.cover .shieldImgBig img {
    max-height: 140px;
  }

  .categoryInfo.cover .coverageCont {
    width: 100%;
    padding: 0 25px !important;
  }

  .categoryInfo.cover .coverageCont.tradingPage {
    padding: 0 !important;
  }

  .categoryInfo.cover .coverageCont .warrInfo {
    flex-direction: column;
    padding: 0 20px 20px;
  }

  .categoryInfo.cover .coverageCont .warrInfo .monthInfo {
    margin-top: 20px;
  }

  .categoryInfo.cover .coverageCont .warrInfo .proInfo {
    margin-top: 10px;
  }

  .categoryInfo.cover .coverageCont .warrInfo .proInfo .subHed {
    font-size: 19px;
    line-height: 20px;
  }

  .categoryInfo.cover .coverageCont h1 {
    font-size: 28px;
  }

  .categoryInfo.cover .coverageCont .sub {
    font-size: 18px;
    line-height: 21px;
  }

  .categoryInfo.cover .coverageCont .input {
    margin-bottom: 20px;
  }

  .categoryInfo.cover .coverageCont .input label {
    font-size: 13px;
  }

  .categoryInfo.cover .coverageCont .cmn-btn {
    margin-bottom: 30px;
  }

  .product-details .product-color-area {
    width: 100%;
  }

  .announcement-bar {
    top: 7px;
  }

  .announcement-bar .container {
    padding: 0 !important;
  }

  .installment-cards.pro-detailx .banks {
    justify-content: space-around !important;
  }

  .installment-cards.pro-detailx .instaDetail.active {
    top: 193px;
  }

  .installment-cards.pro-detailx .instaDetail .months .name {
    margin-right: 0;
  }

  .installment-cards.pro-detailx .instaDetail .months .name.price {
    margin: 0;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .installment-cards.pro-detailx {
    width: 100%;
  }

  .icondrop {
    display: none;
  }

  .deviceChoose .devicebox {
    width: 50%;
  }

  .deviceChoose .devicebox.device {
    width: 50%;
  }

  .QuestionTrade {
    flex-direction: column;
    align-items: flex-start;
  }

  .QuestionTrade .deviceChoose {
    width: 100%;
  }

  .tradingPage .modelWrapTrade {
    width: 100%;
  }

  .tradingPage .removeActiveOpen {
    margin-bottom: 0 !important;
    margin-top: 0;
    width: 130px;
  }

  .tradingWrap {
    flex-direction: column;
    padding-top: 0;
    margin-top: 20px;
  }

  .tradingWrap .imgWr {
    height: 70px;
  }

  .tradingWrap img {
    max-width: 45px !important;
  }

  .tradingWrap .tradeTt {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .traderesult .QuestionTrade .deviceinfo {
    margin-bottom: 0;
  }

  .deviceinfo {
    margin-bottom: 10px;
  }

  .checkout-wrapper .installment-cards .instaDetail.active {
    top: 290px;
  }

  .product-details-wrapper .col-lg-5 {
    padding: 0;
  }

  .product-details-wrapper .product-details-content {
    position: relative;
    box-shadow: none;
    padding: 5px;
    overflow: unset;
  }

  .deliverydivwrap {
    flex-direction: column;
  }

  .deliverydivwrap .proDeliveryDays {
    width: 100%;
  }

  .recomendedPro.todays-deal {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .recomendedPro.todays-deal .proWrap {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }

  .recomendedPro.todays-deal .proWrap .item {
    width: 100% !important;
    margin-right: 0;
    height: 100%;
  }

  .recomendedPro.todays-deal .proWrap .item .cont {
    line-height: 18px;
  }

  .recomendedPro.todays-deal .proWrap .item .cont .title {
    font-size: 14px;
  }

  .product-details-wrapper .owl-carousel .owl-item img {
    max-width: 80%;
  }

  .ckWarDetail a {
    font-size: 11px;
  }

  .imgbottom {
    flex-direction: column;
    width: 95%;
  }

  .imgbottom .cardd img {
    max-width: 60px !important;
  }

  .imgbottom .cardd2 .payment-list__notice {
    font-size: 10px !important;
    line-height: 1.3;
  }

  .imgbottom .cardd2 .card__title {
    line-height: 14px;
    font-size: 12px;
  }

  .showMobile {
    display: flex;
  }

  .category-section .nameh2 a {
    margin-right: 0;
    z-index: 99;
    color: #000;
    margin-left: 20px;
    font-weight: 400;
    font-size: 10px;
  }

  .category-section .nameWrap {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    align-items: center;
  }

  .category-section .nameWrap h2,
  .category-section .nameWrap h1 {
    font-size: 14px;
  }

  .category-section .nameWrap .viewingHot {
    top: 0;
  }

  .category-section .nameWrap .viewingHot .vi-notify-new-bg-dBtm span {
    font-size: 11px;
    line-height: 1.8;
  }

  .category-section .proTitle.header-bottom.active {
    padding: 0 10px 10px 10px !important;
    border-bottom: none;
  }

  .category-section .proTitle .product-details-content .priceHeadWrap {
    padding-top: 10px;
    font-size: 20px;
    align-items: center;
  }

  .category-section .proTitle .product-details-content .priceHeadWrap .price {
    font-size: 17px;
  }

  .category-section .proTitle .product-details-content .namesPro {
    text-align: center;
  }

  .category-section .proTitle .product-details-content .namesPro .sold {
    font-size: 12px;
    line-height: 1;
  }

  .priceVarWrap .priceInfoWrap .first .title {
    font-size: 14px;
    line-height: 1;
  }

  .detailx.freeTag {
    top: 5px;
  }

  .ckOutB {
    font-size: 14px;
  }

  .ckCart .cartInfo div {
    font-size: 13px;
  }

  .ckCart {
    padding: 10px;
  }

  .product-details-wrapper .col-lg-4 {
    padding: 0;
  }

  #carouselExampleIndicators {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .freePriceWrap .detailx.freeTag {
    height: 35px;
    width: 35px;
  }

  .freePriceWrap .detailx.freeTag .num {
    font-size: 16px;
  }

  .freePriceWrap .detailx.freeTag .fr {
    top: 0px;
    font-size: 10px;
  }

  .category-section .container {
    padding-top: 0;
  }

  .categoryInfo h1 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .categoryInfo p {
    font-size: 11px;
    line-height: 16px;
  }

  .callHelp .what .offline .txtOff {
    font-size: 10px;
  }

  .callHelp .what a {
    height: 32px;
  }

  .callHelp .what a img {
    max-height: 14px;
  }

  .callHelp .what a .num .n {
    font-size: 13px;
  }

  .ins-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .headrr .showMobile.recomendedPro {
    background: transparent;
    width: auto;
    margin: 0;
    padding: 0;
    top: 3px;
    padding: 5px;
  }

  .headrr .showMobile.recomendedPro .callHelp {
    padding-bottom: 0;
  }

  .pdrop {
    width: 17px;
    height: 17px;
  }

  .pdrop img {
    max-height: 9px;
  }

  .product-item-2-inner .product-content .price {
    justify-content: center;
    align-items: center;
  }

  .sptnavcont .container {
    padding: 0;
  }

  #sptnav {
    flex-direction: column;
    align-items: flex-end !important;
  }

  #sptnav .logo {
    padding: 10px 0;
    order: 1;
    align-items: center;
    width: auto;
    position: absolute;
    width: 55% !important;
    left: 15px;
  }

  #sptnav .logo .logoImg {
    max-height: 38px;
  }

  #sptnav .logo .premium .pr {
    font-size: 10px;
  }

  #sptnav .logo .premium .st {
    font-size: 9px;
  }

  #sptnav .searchBoxArea {
    justify-content: flex-end;
    width: 42%;
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
    min-height: 58px;
    align-items: center;
  }

  #sptnav .searchBoxArea .shortcut-icons li a i {
    font-size: 22px;
  }

  #sptnav .searchBoxArea .shortcut-icons .li.showMobile {
    width: 33%;
    cursor: pointer;
  }

  #sptnav .searchBoxArea.mobileSearch {
    order: 3;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    min-height: 53px;
    max-height: 53px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  }

  #sptnav .searchBoxArea.mobileSearch.active {
    display: flex;
    animation: fade-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  }

  #sptnav .searchBoxArea.mobileSearch .closeSearch {
    color: #84848b;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    cursor: pointer;
  }

  #sptnav .searchBoxArea.mobileSearch .header-search-form {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #sptnav .searchBoxArea.mobileSearch .header-search-form .header-form-group {
    width: 100%;
    margin-right: 10px;
  }

  #sptnav .searchBoxArea.mobileSearch .header-search-form .header-form-group input {
    height: 40px;
    background: rgba(221, 221, 221, 0.44) !important;
  }

  #sptnav .searchBoxArea.mobileSearch .header-search-form .header-form-group button {
    top: 0;
  }

  #sptnav .searchBoxArea .shortcut-icons {
    width: 100% !important;
  }

  #sptnav .searchBoxArea .header-search-form {
    max-width: 150px;
  }

  #sptnav .searchBoxArea .shortcut-icons {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    display: flex;
  }

  #sptnav .searchBoxArea .shortcut-icons li {
    margin-left: 0;
  }

  #sptnav .level3 {
    order: 3;
    background: #fff;
    padding-left: 0;
    padding: 0 10px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  }

  #sptnav .level3 li {
    width: 14%;
  }

  #sptnav .level3 li:last-child {
    margin-right: 0;
  }

  #sptnav .level3 li a {
    filter: brightness(20%);
  }

  #sptnav .logo {
    padding: 10px 0;
    order: 1;
    align-items: center;
    width: auto;
  }

  #sptnav .logo .premium {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    height: 30px;
    line-height: 16px;
  }

  .cart-sidebar-area.active {
    height: 100vh;
    top: 0;
  }

  #sptnav ul li:hover,
  #sptnav ul li.active {
    background: rgba(209, 209, 209, 0.44) !important;
  }

  header.active {
    top: -58px;
  }

  header.active .page-main-content {
    padding-top: 58px;
  }

  header.active .sptnavcont {
    min-height: 48px;
  }

  .footer-widget .logo .ishield img {
    max-width: 40px;
  }

  .footer-widget .logo img {
    max-width: 90px;
  }

  .footer-widget .title {
    font-size: 11px;
    padding-bottom: 0px;
  }

  .footer-widget p {
    font-size: 11px;
  }

  .footer-widget ul li {
    font-size: 11px !important;
  }

  .footer-widget ul li a {
    font-size: 11px !important;
  }

  .text-with-icons p {
    font-size: 12px !important;
    line-height: 14px !important;
    max-width: 100% !important;
  }

  .description-item {
    font-size: 14px;
  }

  .footer-copyright .left {
    margin-bottom: 0;
  }

  .footer-copyright .left p {
    font-size: 11px;
  }

  .footer-copyright .right {
    margin-bottom: 0;
  }

  .category-section .nameWrap .viewingHot .vi-notify-new-bg-dBtm span {
    font-size: 12px !important;
  }

  .catName,
  .text-with-icons p,
  .checkcover,
  .checkcover div,
  .footer-widget p,
  .footer-widget ul li a,
  .footer-widget .title,
  .categoryInfo p,
  .callHelp span,
  .proDeliveryDays .deliverTime,
  .cmn-btn.btn-sm,
  .cmn-btn-2.btn-sm {
    font-size: 13px !important;
  }

  .category-section .nameWrap h2,
  .priceVarWrap .priceInfoWrap .first .title {
    font-size: 16px !important;
  }

  .product-item-2-inner .product-before-content .title,
  .shop-with .cItem .sub,
  .ins-title,
  .shop-with .cItem .head,
  .product-item-2-inner .product-content .price {
    font-size: 14px !important;
    line-height: 15px;
    padding-top: 10px;
  }

  .nav-tabs li a {
    font-size: 15px !important;
  }

  .priceVarWrap .priceInfoWrap .seco .price {
    font-size: 18px;
  }

  .category-section .proTitle .product-details-content .priceHeadWrap .price {
    font-size: 19px !important;
  }

  #sptnav .searchBoxArea .shortcut-icons li a i {
    font-size: 23px;
  }

  .callHelp .what a {
    height: 38px;
  }

  .pinned {
    padding: 1px 4px;
    top: 6px;
  }

  .pinned span {
    font-size: 9px;
  }

  .installment-cards.pro-detailx .instaDetail .monthWrap {
    justify-content: center;
  }

  .right-category .todays-deal a {
    width: 49%;
  }

  .right-category h6 {
    font-size: 13px;
    padding: 10px;
  }

  .right-category {
    padding: 15px 0;
  }

  .product-item-2-inner .product-thumb img {
    max-height: 120px;
    width: auto !important;
  }

  .shop-with {
    padding-bottom: 20px !important;
  }

  .shop-with .cItem {
    border-right: none;
    padding-bottom: 0;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .shop-with .cItem .txtCnt .head {
    font-size: 12px;
  }

  .shop-with .cItem .sub {
    padding-top: 0;
    font-size: 12px !important;
  }

  .product-details-wrapper .product-details-content {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .proDetailWrap {
    margin-top: 0;
  }

  .priceVarWrap .priceInfoWrap {
    margin-right: 0;
  }

  .installment-cards.pro-detailx .banks {
    justify-content: space-between !important;
  }

  .installment-cards .bankWrap img {
    max-width: 80px;
  }

  .product-details-content .recomendedPro {
    margin: 0;
  }

  .product-item-2-inner .product-thumb img {
    max-height: 200px;
  }

  .pdrop {
    position: absolute;
    right: 0;
    top: 7px;
  }

  .cashSize {
    font-size: 20px;
    margin-bottom: 0;
  }

  .cash .text {
    font-size: 18px;
  }

  .product-item-2-inner .product-before-content .title {
    font-size: 20px !important;
    line-height: 25px;
  }

  .cash .offbnk {
    font-size: 12px;
  }

  .newAlert {
    font-size: 12px;
    line-height: 1;
  }

  .right-category .todays-deal a {
    width: 44%;
    min-height: 170px;
  }

  .contWrapper .homecont {
    padding: 0 16px;
  }

  .flexCat p {
    font-size: 11px !important;
    line-height: 17px !important;
    margin-top: 10px;
  }

  .allModels {
    margin-top: 20px;
  }

  .catinfoWarp {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .right-category {
    transform: translateX(0%) !important;
    position: relative !important;
    left: 15px !important;
    margin-bottom: 10px;
  }

  .right-category .section-title {
    display: none;
  }

  #sptnav .level3 {
    width: 70%;
    padding-left: 30px;
  }

  #sptnav .level3 li a font {
    font-size: 15px;
  }

  .header-bottom .logo a .premium .pr {
    line-height: 1;
    margin-top: 3px;
  }

  .header-bottom .logo a .premium .st {
    margin-top: 0;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
  .right-category .section-title {
    display: none;
  }

  .product-details-content .recomendedPro {
    position: relative;
  }

  .recomendedPro.todays-deal .proWrap .item {
    width: 48%;
  }

  #sptnav {
    flex-direction: column;
  }

  #sptnav .searchBoxArea {
    justify-content: space-between;
    width: 65%;
    order: 2;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-left: 35%;
  }

  #sptnav .searchBoxArea .header-form-group {
    width: 290px;
  }

  #sptnav .searchBoxArea .header-form-group input {
    width: 290px;
  }

  #sptnav .searchBoxArea .shortcut-icons {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    display: flex;
  }

  #sptnav .searchBoxArea .shortcut-icons li {
    margin-left: 0;
  }

  #sptnav .level3 {
    order: 3;
    background: #232326;
    width: 100vw;
  }

  #sptnav .logo {
    padding: 10px 0;
    order: 1;
    align-items: center;
    width: auto;
    position: absolute;
    left: 50px;
  }

  #sptnav .logo .logoImg {
    max-height: 45px;
  }

  #sptnav .logo .premium {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    height: 37px;
    line-height: 16px;
  }

  .cart-sidebar-area.active {
    height: 100vh;
  }
}

@media screen and (max-width: 575px) {
  .icon--nav-triangle-borderless.active {
    display: none;
  }

  .proCartWrap .remove-item-button i {
    color: #1d1d1f;
  }

  .cart-sidebar-area .btn-wrapper .custom-button {
    line-height: 28px !important;
  }

  .header-bottom .logo a .premium {
    top: 3px;
  }

  .mostSelling {
    width: 23px;
    height: 23px;
    font-size: 12px;
    right: 90px;
  }

  .filter-category-header .catBanner {
    height: 180px;
    top: 0px;
    /* margin-top: 2px; */
    position: relative;
  }

  .filter-category-header {
    margin-bottom: 0;
  }

  .cl-title.alert--base {
    margin-top: 4px;
    margin-bottom: 15px;
    line-height: 20px;
    flex-direction: row;
    width: 100%;
    display: block !important;
    padding-top: 10px !important;
    margin-top: 20px !important;
  }

  .owl-item .product-item-2 {
    margin: 15px 5px 0 5px !important;
  }

  .shortcut-icons {
    position: absolute;
    top: 64px;
    bottom: inherit;
    right: 18px;
    left: inherit;
    background: transparent !important;
    border-radius: 7px;
    box-shadow: none;
  }

  .header-bottom form.header-search-form {
    width: 70% !important;
  }

  .header-form-group input {
    padding: 0 0 0 20px;
  }

  .shortcut-icons li a i {
    color: #2f2f3b;
  }

  .header-bottom.active .shortcut-icons {
    top: -4px;
    box-shadow: none;
    right: 68px;
  }

  .proDeliveryDays {
    width: 100%;
    margin-bottom: 5px;
  }

  .proDeliveryDays span {
    line-height: 16px;
    padding: 0;
    display: block;
  }

  .add-cart,
  .quantity {
    margin: 0 !important;
  }

  .userAccount .userMenu {
    margin-top: 50px;
    padding: 20px;
  }

  .userAccount .userMenu ul {
    justify-content: flex-start;
  }

  .userAccount .userMenu ul .user {
    width: 100%;
  }

  .userAccount .userMenu ul .user .thumb {
    margin-left: 0;
  }

  .cardd {
    margin: 0;
    flex-direction: row;
    margin-left: 5%;
  }

  .colorWrap {
    width: 45%;
  }

  .product-details .product-size-area .product-single-size {
    width: 100%;
  }

  .product-size-area {
    width: 100%;
  }

  .product-content .singleColor .colorWrap {
    width: 15%;
  }

  .cart-and-coupon {
    display: flex;
    justify-content: space-between;
  }

  .cart-and-coupon .attr-data {
    display: none;
  }

  .payment-list__notice {
    font-size: 11px !important;
  }

  .cartMainWrap .prroductsTotalWrap {
    padding: 0;
    height: 380px;
  }

  .checkout-area.section-bg .flex-wrap-reverse {
    flex-wrap: wrap !important;
  }

  .checkout-wrapper .nav-tabs li {
    width: 45% !important;
  }

  .shoppingFlow {
    padding-top: 60px;
  }

  .shoppingFlow ul li .icoWrap {
    width: 60px;
    height: 50px;
    box-shadow: 0 0.1rem 0.5rem rgba(18, 38, 63, 0.1);
  }

  .shoppingFlow ul li .icon {
    height: 60px;
    width: 60px;
  }

  .shoppingFlow ul li .icon img {
    max-width: 30px;
  }

  .shoppingFlow ul li span {
    bottom: -30px;
  }

  .shoppingFlow {
    margin-bottom: 10px;
  }

  .ckHeader {
    background: transparent;
  }

  .paymentReviewPage {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .paymentReviewPage li {
    width: 46%;
    margin-right: 10px;
  }

  .paymentReviewPage li .name {
    font-size: 12px;
    line-height: 15px !important;
  }

  .banks {
    justify-content: flex-start !important;
    align-items: flex-start;
  }

  .banks .bankWrap {
    width: 46%;
  }

  .installment-cards .bankWrap {
    padding: 10px;
  }

  .installment-cards .bankWrap .name {
    font-size: 13px;
  }

  .installment-cards .bankWrap img {
    max-width: 100px;
  }

  .installment-cards .instaDetail .months {
    width: 46% !important;
  }

  .installment-cards .instaDetail .months .cmn-btn {
    width: 85%;
    margin: 0 auto;
  }

  .installment-cards .instaDetail .months .name.price {
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
  }

  .installment-cards .instaDetail.active {
    top: 270px;
  }

  .instaWrap .contWrapper .category-slider .cate-item .imgDiv {
    height: 135px;
  }

  .ckHeader {
    background-position-y: 0 !important;
  }

  .shoppingFlow {
    padding-bottom: 40px;
  }

  .paymentReviewPage li .name {
    line-height: 18px;
    text-align: center;
    padding-top: 10px;
  }

  .checkout-wrapper .card.ckSumCard {
    width: 100%;
  }

  .mtop {
    margin-top: 20px;
  }

  .contactBtns .createAccount span {
    line-height: 17px;
  }

  .cart-table tbody tr td::before {
    display: none;
  }

  .table th:first-child,
  .table td:first-child {
    padding-left: 0;
  }

  .cartRmv {
    position: absolute;
    top: 0;
    right: 10px;
  }

  .cart-row {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .cart-row a {
    width: 100%;
  }

  .cart-row .cart-cont {
    max-width: 100%;
  }

  .cart-row .cart-cont h6 {
    max-width: 94%;
  }

  .cart-section.padding-top {
    padding: 50px 15px 0;
  }

  .cart-section .custom-button,
  .cart-section .custom-button.theme-2 {
    width: 140px;
    text-align: center;
  }

  .cart-table tbody tr {
    border: none;
  }

  .mobile-menu .left-category .categories li a img {
    max-height: 35px;
  }

  .text-with-icons__item {
    width: 50%;
  }

  .text-with-icons {
    display: flex;
    flex-wrap: wrap;
  }

  .text-with-icons p {
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    text-align: center;
  }

  .shopify-section .section .container--flush {
    padding: 0 0px;
  }

  .footer-copyright .left,
  .footer-copyright .right {
    padding: 10px 15px 0;
  }

  .footer-copyright .social-icons {
    padding-top: 0 !important;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget ul li,
  .footer-widget ul li a {
    font-size: 14px;
    line-height: 15px;
  }

  .scrollToTop {
    display: none;
  }

  .hotlineNum .num {
    font-size: 15px;
    line-height: 9px;
  }

  .iziToast.iziToast-theme-light {
    width: 100%;
  }

  .cart-products.cart--products .single-product-item .title a {
    text-align: left;
  }

  .cart-sidebar-area .single-product-item .content .text-white {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .singleColor {
    top: 0;
  }

  .categoryInfo p {
    line-height: 17px;
  }

  .singleColor .colorWrap img {
    max-width: 8px;
    margin-right: 5px;
  }

  .mostSelling {
    display: none;
  }

  .add-cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px !important;
  }

  .add-cart .cmn-btn {
    width: 48%;
    min-width: auto !important;
    padding: 0;
  }

  .product-share {
    display: none;
  }

  .recomendedPro.todays-deal .proWrap .item {
    width: 48%;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .product-details-wrapper .product-details-content {
    position: relative;
    box-shadow: none;
    padding: 5px;
    overflow: unset;
  }

  .proWrap .item {
    width: 48% !important;
    margin-right: 0 !important;
    height: 100% !important;
  }

  .priceVarWrap .priceBank {
    flex-direction: row;
  }

  .product-details-wrapper {
    margin-top: 40px;
  }

  .proDeliveryDays .deliverTime {
    line-height: 19px;
  }

  .add-cart button {
    width: 100%;
  }

  .product-details-content .add-cart .cmn-btn {
    width: 49%;
  }
}

@media (min-width: 992px) and (max-width: 1283px) {
  .colorWrap {
    width: 86px;
  }

  .priceVarWrap .priceInfoWrap {
    width: 100%;
    margin-top: 0;
  }

  .priceVarWrap .priceBank {
    flex-direction: column;
  }

  .installment-cards.pro-detailx .instaDetail .months {
    width: 48%;
  }

  .installment-cards .bankWrap {
    width: 30%;
  }

  .installment-cards.pro-detailx .instaDetail {
    top: 120px;
  }

  .deliverydivwrap {
    flex-direction: column;
  }

  .deliverydivwrap .proDeliveryDays {
    width: 100%;
    margin-bottom: 5px;
  }

  .product-details-wrapper .add-cart {
    flex-direction: column;
  }

  .product-details-wrapper .add-cart button {
    width: 100%;
    margin-bottom: 5px;
  }
}


