body {
  font-family: "Open Sans", tahoma, arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #788188;
  overflow-x: hidden;
}
body ::-webkit-scrollbar {
  width: 3px;
}
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}
body ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}
body.overflow-hidden {
  margin-right: 15px;
}
body.compare-opened,
body.cart-opened,
body.search-opened,
body.contact-opened {
  margin-right: 15px;
  overflow: hidden;
}
.container-fullwidth {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes loadSpin {
  from {
    --webkit-transform: rotate(0deg);
  }
  to {
    --webkit-transform: rotate(360deg);
  }
}
@keyframes loadSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideIn {
  0% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
}
@keyframes slideIn {
  0% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes slideOut {
  0% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
}
@keyframes slideOut {
  0% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    --webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    --webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    --webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    --webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes stickyOut {
  to {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
@keyframes stickyOut {
  to {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
@-webkit-keyframes stickyIn {
  to {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}
@keyframes stickyIn {
  to {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}
#site-container {
  opacity: 1;
  --ms-transition: opacity 0.7s ease;
  --webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
#site-container.loading {
  opacity: 1;
}
#site-container.loaded {
  opacity: 1;
}
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
  overflow: hidden;
  height: 2px;
}
#site-loader.loaded:before {
  opacity: 0;
}
#site-loader:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #dedede;
  --ms-transition: opacity 0.7s ease;
  --webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
#site-loader .bar {
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: 10;
  background-color: #1877f2;
}
a {
  outline: none;
  color: #000;
  --ms-transition: opacity 0.25s ease, color 0.25s ease,
    background-color 0.25s ease, border-color 0.25s ease;
  --webkit-transition: opacity 0.25s ease, color 0.25s ease,
    background-color 0.25s ease, border-color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
a:hover {
  color: #1877f2;
  text-decoration: none;
}
a.highlight {
  display: block;
  background-color: #f7f8fa;
  padding: 15px 10px;
  text-align: center;
  font-weight: 500;
  color: #1877f2;
  border-left: 2px solid #1877f2;
}
a.highlight:hover {
  background-color: #1877f2;
  color: #000;
}
a.highlight:before {
  content: "\e02b";
  font-family: "ElegantIcons";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
blockquote {
  border-left: 4px solid #1877f2;
  border-right: 4px solid #1877f2;
  border-right-width: 0;
  padding: 0px 40px 0px 60px;
  margin: 50px 0 50px 0px;
  color: #000;
  font-size: 24px;
  position: relative;
  font-family: "Times New Roman";
}
blockquote cite:before {
  content: "\e7e5";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 20px;
  padding-right: 15px;
  color: #999;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 0;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open Sans", tahoma, arial;
  font-weight: 600;
  margin-top: 20px;
}
img {
  max-width: 100%;
  height: auto;
  /*display: block*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-family: "Open Sans", tahoma, arial;
}
input::placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder {
  color: inherit;
}
[type="text"],
[type="password"],
[type="email"],
[type="tel"],
[type="url"],
[type="number"],
[type="search"],
textarea,
select {
  padding: 0 15px;
  outline: none;
  height: 42px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  color: #000;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="number"]:focus,
[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #dadada;
}
select {
  cursor: pointer;
}
[type="text"].input-error,
[type="password"].input-error,
[type="email"].input-error,
[type="tel"].input-error,
[type="url"].input-error,
[type="number"].input-error,
[type="search"].input-error,
textarea.input-error,
select.input-error {
  background-color: rgba(218, 88, 48, 0.1);
  border-color: #da5830;
  color: #da5830;
}
textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 190px;
}
.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0;
  font-family: "Open Sans", tahoma, arial;
  color: #000;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  border: 0;
  background: #0252c1;
  color: white;
  --webkit-backface-visibility: hidden;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn:disabled,
.btn[disabled],
.btn:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn:not(.btn-primary):hover:before {
  opacity: 1;
}
.btn:not(.btn-primary):before {
  content: "";
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  border-color: transparent transparent transparent #1877f2;
  border-style: solid;
  border-width: 7px;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.btn:hover,
.btn.btn-active {
  text-decoration: none;
  color: white;
  background-color: #1877f2;
  border-color: #000;
}
.btn.btn-active:before {
  opacity: 1;
}
.btn.btn-primary {
  color: #fff !important;
  border-color: #1877f2 !important;
  background-color: #1877f2 !important;
  padding: 14px;
}
.btn.btn-primary:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.btn.btn-primary:hover:after {
  opacity: 0.2;
}
.btn:focus {
  outline: none;
}
.btn + .btn,
.btn + .btn-link {
  margin-left: 10px;
}
.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}
.btn-disabled {
  opacity: 0.5;
  cursor: default;
}
.btn-disabled:not(.btn-primary):before {
  display: none;
}
.btn-disabled:hover,
.btn-disabled:focus {
  opacity: 0.5;
}
.btn-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  font-size: 0;
  cursor: pointer;
  width: 45px;
  height: 45px;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  --ms-transition: background-color 0.25s ease;
  --webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.slick-slider .slick-prev:not(.slick-disabled):hover,
.slick-slider .slick-next:not(.slick-disabled):hover {
  background-color: #fff;
}
.slick-slider .slick-prev:not(.slick-disabled):hover:before,
.slick-slider .slick-next:not(.slick-disabled):hover:before {
  --ms-transform: scale(1.5);
  --webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  cursor: not-allowed;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: block;
  font-family: "ElegantIcons";
  font-size: 24px;
  --webkit-backface-visibility: hidden;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.slick-slider .slick-prev {
  left: 20px;
}
/*.slick-slider .slick-prev:before {
  content: "\34";
}*/
.slick-slider .slick-next {
  right: 20px;
}
/*.slick-slider .slick-next:before {
  content: "\35";
}*/
.aspect__ratio {
  display: block;
  clear: both;
  position: relative;
  z-index: 1;
  min-height: 1px;
}
.aspect__ratio-1 {
  padding-top: 100%;
}
.aspect__ratio-075 {
  padding-top: 133.33333%;
}
.aspect__ratio-0667 {
  padding-top: 149.92504%;
}
.aspect__ratio-1333 {
  padding-top: 75.01875%;
}
.aspect__ratio-15 {
  padding-top: 66.66667%;
}
.aspect__ratio-16 {
  padding-top: 62.5%;
}
.aspect__ratio-1777 {
  padding-top: 56.25%;
}
.aspect__ratio-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aspect__ratio-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.required {
  color: #1877f2;
}
.select-wrapper {
  position: relative;
  z-index: 1;
}
.select-wrapper:after {
  content: "\33";
  font-family: "ElegantIcons";
  font-size: 18px;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  right: 10px;
  top: 50%;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-wrapper select {
  -webkit-appearance: none;
  border-radius: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input[type="radio"] + label,
.form-group input[type="checkbox"] + label {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 10px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #000;
}
.form-group textarea {
  float: left;
}
.form-group .required {
  display: inline-block;
  margin-left: 5px;
}
.alert {
  margin-bottom: 20px;
  padding: 15px 20px;
}
.alert b,
.alert strong {
  font-weight: 600;
}
.alert ul {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.alert-success {
  background-color: rgba(82, 194, 125, 0.1);
  color: #52c27d;
}
.alert-notice {
  background-color: rgba(255, 234, 138, 0.1);
  color: #9c6f19;
}
.alert-error {
  background-color: rgba(218, 88, 48, 0.1);
  color: #da5830;
}
.alert__message {
  color: #000;
  background-color: #1877f2;
  --webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  border: none;
  position: fixed;
  top: 150px;
  left: 100%;
  min-height: 100px;
  max-height: 100px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin: 0;
  padding: 30px;
  z-index: 101;
  overflow: hidden;
  -webkit-animation: slideIn, slideOut;
  animation: slideIn, slideOut;
  -webkit-animation-duration: 1.5s, 1.5s;
  animation-duration: 1.5s, 1.5s;
  -webkit-animation-delay: 0.5s, 4.5s;
  animation-delay: 0.5s, 4.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  width: 100px;
}
.alert__icon {
  font-size: 32px;
  padding-right: 25px;
}
.alert__content,
.alert__description {
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  opacity: 0;
  -webkit-animation: opacityIn, opacityOut;
  animation: opacityIn, opacityOut;
  -webkit-animation-delay: 1.25s, 4.65s;
  animation-delay: 1.25s, 4.65s;
  -webkit-animation-duration: 0.5s, 0.5s;
  animation-duration: 0.5s, 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.alert__content ul,
.alert__content ol,
.alert__description ul,
.alert__description ol {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.alert__background {
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.alert__description {
  margin-left: 100px;
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video__wrapper iframe,
.video__wrapper object,
.video__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget__video video {
  width: 100%;
}
.page-heading {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 60px 0 30px 0;
  padding: 0;
  color: #000;
}
.page-subheading {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 40px 0 30px 0;
  color: #000;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0;
}
.template-collection .page-subheading {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .page-heading {
    margin-top: 45px;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-auto {
  overflow: auto !important;
}
.hide {
  display: none !important;
}
.non-padding {
  padding: 0 !important;
}
.non-padding-right {
  padding-right: 0 !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
.h100 {
  height: 100% !important;
  max-height: 100% !important;
}
.w100 {
  width: 100% !important;
  max-width: 100% !important;
}
.m20 {
  margin-bottom: 20px !important;
}
.money {
  position: relative;
}
.money[data-currency-default]:after {
  content: attr(data-currency-default);
  text-transform: none;
  font-weight: 500;
  position: absolute;
  z-index: 25;
  right: 50%;
  top: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  white-space: pre;
  margin-top: 5px;
  line-height: normal;
  padding: 3px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.money[data-currency-default]:before {
  content: "";
  position: absolute;
  z-index: 25;
  top: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.money[data-currency-default]:hover:after,
.money[data-currency-default]:hover:before {
  opacity: 1;
  visibility: visible;
}
.site-pagination {
  margin: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site-pagination ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-pagination li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}
.site-pagination li:first-child {
  margin-left: 0;
}
.site-pagination .btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 41px;
}
.site-pagination .btn:before {
  display: none;
}
.site-pagination .btn i {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
}
.site-pagination .btn-disabled {
  opacity: 1;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
}
.site-pagination .btn-active {
  cursor: default;
}
.site-pagination p {
  margin-bottom: 0;
  margin-left: auto;
  opacity: 0.4;
  line-height: 1;
  border-bottom: 1px solid;
}
.social-sharing {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.social-sharing .social-icons__link {
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.social-sharing .social-icons__link:hover {
  opacity: 0.7;
}
.social-sharing .social-icons__link i {
  line-height: inherit;
}
.social-sharing .share-facebook {
  color: #fff;
  background-color: #4b6fa8;
}
.social-sharing .share-twitter {
  color: #fff;
  background-color: #65bbf2;
}
.social-sharing .share-pinterest {
  color: #fff;
  background-color: #cb1f22;
}
.social-icons {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.social-icons li {
  display: inline-block;
  padding: 10px;
}
.social-icons .social-icons__link {
  text-decoration: none;
}
.social--has-border .social-icons__link {
  width: 42px;
  height: 42px;
  display: inline-block;
  border: 2px solid;
  --ms-transition: color 0.25s ease, border-color 0.25s ease,
    background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, border-color 0.25s ease,
    background-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease,
    background-color 0.25s ease;
}
.social--has-border .social-icons__link i {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.currency__picker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.currency__picker.noflag [data-code]:before {
  display: none;
}
.currency__picker.nocode .currency__current {
  font-size: 0;
}
.currency__picker:hover .currency__switcher {
  opacity: 1;
  visibility: visible;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.currency__picker:hover .currency__current {
  color: #000;
}
.currency__picker .currency__current {
  cursor: pointer;
  line-height: 0px;
  color: #666;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.currency__picker .currency__current:after {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.currency__picker .currency__switcher {
  position: absolute;
  top: 100%;
  z-index: 20;
  right: -50px;
  margin-top: 14px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  max-height: 270px;
  width: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.currency__picker .currency__switcher li {
  cursor: pointer;
  padding: 8px 18px;
  line-height: 20px;
  color: #666;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.currency__picker .currency__switcher li:hover,
.currency__picker .currency__switcher li.active {
  color: #000;
}
.currency__picker [data-code]:before {
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(//cdn.shopify.com/s/files/1/0014/6653/1942/t/79/assets/currencies.png?v=1251916465595408814);
  background-repeat: no-repeat;
  background-position: 25px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.currency__picker [data-code="USD"]:before {
  background-position: -365px -5px;
}
.currency__picker [data-code="EUR"]:before {
  background-position: -165px -485px;
}
.currency__picker [data-code="GBP"]:before {
  background-position: -405px -5px;
}
.currency__picker [data-code="CAD"]:before {
  background-position: -365px -395px;
}
.currency__picker [data-code="AUD"]:before {
  background-position: -285px -455px;
}
.currency__picker [data-code="ILS"]:before {
  background-position: -245px -275px;
}
.currency__picker [data-code="INR"]:before {
  background-position: -445px -275px;
}
.currency__picker [data-code="AFN"]:before {
  background-position: -85px -485px;
}
.currency__picker [data-code="ALL"]:before {
  background-position: -45px -485px;
}
.currency__picker [data-code="AZN"]:before {
  background-position: -205px -455px;
}
.currency__picker [data-code="DZD"]:before {
  background-position: -5px -485px;
}
.currency__picker [data-code="AOA"]:before {
  background-position: -445px -485px;
}
.currency__picker [data-code="ARS"]:before {
  background-position: -365px -455px;
}
.currency__picker [data-code="AMD"]:before {
  background-position: -325px -455px;
}
.currency__picker [data-code="AWG"]:before {
  background-position: -405px -485px;
}
.currency__picker [data-code="BSD"]:before {
  background-position: -165px -455px;
}
.currency__picker [data-code="BHD"]:before {
  background-position: -125px -455px;
}
.currency__picker [data-code="BDT"]:before {
  background-position: -85px -455px;
}
.currency__picker [data-code="BBD"]:before {
  background-position: -45px -455px;
}
.currency__picker [data-code="BYN"]:before {
  background-position: -5px -455px;
}
.currency__picker [data-code="BZD"]:before {
  background-position: -405px -425px;
}
.currency__picker [data-code="BMD"]:before {
  background-position: -125px -485px;
}
.currency__picker [data-code="BTN"]:before {
  background-position: -325px -425px;
}
.currency__picker [data-code="BTC"]:before {
  background-position: -485px -335px;
}
.currency__picker [data-code="BOB"]:before {
  background-position: -285px -425px;
}
.currency__picker [data-code="BAM"]:before {
  background-position: -245px -425px;
}
.currency__picker [data-code="BWP"]:before {
  background-position: -205px -425px;
}
.currency__picker [data-code="BRL"]:before {
  background-position: -165px -425px;
}
.currency__picker [data-code="BND"]:before {
  background-position: -125px -425px;
}
.currency__picker [data-code="BGN"]:before {
  background-position: -85px -425px;
}
.currency__picker [data-code="BIF"]:before {
  background-position: -5px -425px;
}
.currency__picker [data-code="KHR"]:before {
  background-position: -445px -395px;
}
.currency__picker [data-code="CVE"]:before {
  background-position: -325px -395px;
}
.currency__picker [data-code="XAF"]:before {
  background-position: -85px -335px;
}
.currency__picker [data-code="XOF"]:before {
  background-position: -45px -425px;
}
.currency__picker [data-code="XPF"]:before {
  background-position: -325px -485px;
}
.currency__picker [data-code="CZK"]:before {
  background-position: -245px -365px;
}
.currency__picker [data-code="KYD"]:before {
  background-position: -485px -305px;
}
.currency__picker [data-code="CLP"]:before {
  background-position: -205px -395px;
}
.currency__picker [data-code="CNY"]:before {
  background-position: -165px -395px;
}
.currency__picker [data-code="COP"]:before {
  background-position: -125px -395px;
}
.currency__picker [data-code="KMF"]:before {
  background-position: -85px -395px;
}
.currency__picker [data-code="CDF"]:before {
  background-position: -45px -395px;
}
.currency__picker [data-code="CRC"]:before {
  background-position: -445px -365px;
}
.currency__picker [data-code="HRK"]:before {
  background-position: -365px -365px;
}
.currency__picker [data-code="CUP"]:before {
  background-position: -325px -365px;
}
.currency__picker [data-code="DKK"]:before {
  background-position: -205px -365px;
}
.currency__picker [data-code="DJF"]:before {
  background-position: -165px -365px;
}
.currency__picker [data-code="DOP"]:before {
  background-position: -85px -365px;
}
.currency__picker [data-code="XCD"]:before {
  background-position: -5px -125px;
}
.currency__picker [data-code="EGP"]:before {
  background-position: -445px -335px;
}
.currency__picker [data-code="ERN"]:before {
  background-position: -325px -335px;
}
.currency__picker [data-code="ETB"]:before {
  background-position: -245px -335px;
}
.currency__picker [data-code="FKP"]:before {
  background-position: -485px -245px;
}
.currency__picker [data-code="FJD"]:before {
  background-position: -205px -335px;
}
.currency__picker [data-code="GMD"]:before {
  background-position: -45px -335px;
}
.currency__picker [data-code="GEL"]:before {
  background-position: -5px -335px;
}
.currency__picker [data-code="GHS"]:before {
  background-position: -405px -305px;
}
.currency__picker [data-code="GIP"]:before {
  background-position: -485px -215px;
}
.currency__picker [data-code="XAU"]:before {
  background-position: -245px -485px;
}
.currency__picker [data-code="GTQ"]:before {
  background-position: -285px -305px;
}
.currency__picker [data-code="GGP"]:before {
  background-position: -485px -185px;
}
.currency__picker [data-code="GNF"]:before {
  background-position: -205px -305px;
}
.currency__picker [data-code="GYD"]:before {
  background-position: -165px -305px;
}
.currency__picker [data-code="HTG"]:before {
  background-position: -125px -305px;
}
.currency__picker [data-code="HNL"]:before {
  background-position: -85px -305px;
}
.currency__picker [data-code="HKD"]:before {
  background-position: -485px -155px;
}
.currency__picker [data-code="HUF"]:before {
  background-position: -45px -305px;
}
.currency__picker [data-code="ISK"]:before {
  background-position: -5px -305px;
}
.currency__picker [data-code="XDR"]:before {
  background-position: -485px -125px;
}
.currency__picker [data-code="IDR"]:before {
  background-position: -405px -275px;
}
.currency__picker [data-code="IRR"]:before {
  background-position: -365px -275px;
}
.currency__picker [data-code="IQD"]:before {
  background-position: -325px -275px;
}
.currency__picker [data-code="IMP"]:before {
  background-position: -485px -95px;
}
.currency__picker [data-code="JMD"]:before {
  background-position: -165px -275px;
}
.currency__picker [data-code="JPY"]:before {
  background-position: -125px -275px;
}
.currency__picker [data-code="JEP"]:before {
  background-position: -485px -65px;
}
.currency__picker [data-code="JOD"]:before {
  background-position: -85px -275px;
}
.currency__picker [data-code="KZT"]:before {
  background-position: -45px -275px;
}
.currency__picker [data-code="KES"]:before {
  background-position: -5px -275px;
}
.currency__picker [data-code="KWD"]:before {
  background-position: -285px -245px;
}
.currency__picker [data-code="KGS"]:before {
  background-position: -245px -245px;
}
.currency__picker [data-code="LAK"]:before {
  background-position: -205px -245px;
}
.currency__picker [data-code="LVL"]:before {
  background-position: -165px -245px;
}
.currency__picker [data-code="LBP"]:before {
  background-position: -125px -245px;
}
.currency__picker [data-code="LSL"]:before {
  background-position: -85px -245px;
}
.currency__picker [data-code="LRD"]:before {
  background-position: -45px -245px;
}
.currency__picker [data-code="LYD"]:before {
  background-position: -5px -245px;
}
.currency__picker [data-code="LTL"]:before {
  background-position: -405px -215px;
}
.currency__picker [data-code="MOP"]:before {
  background-position: -485px -35px;
}
.currency__picker [data-code="MKD"]:before {
  background-position: -325px -215px;
}
.currency__picker [data-code="MGA"]:before {
  background-position: -285px -215px;
}
.currency__picker [data-code="MWK"]:before {
  background-position: -245px -215px;
}
.currency__picker [data-code="MYR"]:before {
  background-position: -205px -215px;
}
.currency__picker [data-code="MVR"]:before {
  background-position: -165px -215px;
}
.currency__picker [data-code="MRO"]:before {
  background-position: -5px -215px;
}
.currency__picker [data-code="MUR"]:before {
  background-position: -445px -185px;
}
.currency__picker [data-code="MXN"]:before {
  background-position: -405px -185px;
}
.currency__picker [data-code="MDL"]:before {
  background-position: -325px -185px;
}
.currency__picker [data-code="MNT"]:before {
  background-position: -245px -185px;
}
.currency__picker [data-code="MAD"]:before {
  background-position: -165px -185px;
}
.currency__picker [data-code="MZN"]:before {
  background-position: -125px -185px;
}
.currency__picker [data-code="MMK"]:before {
  background-position: -85px -185px;
}
.currency__picker [data-code="NAD"]:before {
  background-position: -45px -185px;
}
.currency__picker [data-code="NPR"]:before {
  background-position: -445px -155px;
}
.currency__picker [data-code="ANG"]:before {
  background-position: -485px -275px;
}
.currency__picker [data-code="TWD"]:before {
  background-position: -5px -65px;
}
.currency__picker [data-code="NZD"]:before {
  background-position: -365px -155px;
}
.currency__picker [data-code="NIO"]:before {
  background-position: -325px -155px;
}
.currency__picker [data-code="NGN"]:before {
  background-position: -245px -155px;
}
.currency__picker [data-code="KPW"]:before {
  background-position: -405px -245px;
}
.currency__picker [data-code="NOK"]:before {
  background-position: -205px -155px;
}
.currency__picker [data-code="OMR"]:before {
  background-position: -165px -155px;
}
.currency__picker [data-code="PKR"]:before {
  background-position: -125px -155px;
}
.currency__picker [data-code="PAB"]:before {
  background-position: -45px -155px;
}
.currency__picker [data-code="PGK"]:before {
  background-position: -5px -155px;
}
.currency__picker [data-code="PYG"]:before {
  background-position: -445px -125px;
}
.currency__picker [data-code="PEN"]:before {
  background-position: -405px -125px;
}
.currency__picker [data-code="PHP"]:before {
  background-position: -365px -125px;
}
.currency__picker [data-code="PLN"]:before {
  background-position: -325px -125px;
}
.currency__picker [data-code="QAR"]:before {
  background-position: -245px -125px;
}
.currency__picker [data-code="RON"]:before {
  background-position: -205px -125px;
}
.currency__picker [data-code="RUB"]:before {
  background-position: -165px -125px;
}
.currency__picker [data-code="RWF"]:before {
  background-position: -125px -125px;
}
.currency__picker [data-code="SHP"]:before {
  background-position: -485px -5px;
}
.currency__picker [data-code="WST"]:before {
  background-position: -445px -95px;
}
.currency__picker [data-code="STD"]:before {
  background-position: -365px -95px;
}
.currency__picker [data-code="SVC"]:before {
  background-position: -405px -335px;
}
.currency__picker [data-code="SAR"]:before {
  background-position: -325px -95px;
}
.currency__picker [data-code="RSD"]:before {
  background-position: -245px -95px;
}
.currency__picker [data-code="SCR"]:before {
  background-position: -205px -95px;
}
.currency__picker [data-code="SLL"]:before {
  background-position: -165px -95px;
}
.currency__picker [data-code="XAG"]:before {
  background-position: -285px -485px;
}
.currency__picker [data-code="SGD"]:before {
  background-position: -125px -95px;
}
.currency__picker [data-code="SBD"]:before {
  background-position: -5px -95px;
}
.currency__picker [data-code="SOS"]:before {
  background-position: -445px -65px;
}
.currency__picker [data-code="ZAR"]:before {
  background-position: -405px -65px;
}
.currency__picker [data-code="KRW"]:before {
  background-position: -365px -245px;
}
.currency__picker [data-code="LKR"]:before {
  background-position: -285px -65px;
}
.currency__picker [data-code="SDG"]:before {
  background-position: -245px -65px;
}
.currency__picker [data-code="SRD"]:before {
  background-position: -205px -65px;
}
.currency__picker [data-code="SZL"]:before {
  background-position: -165px -65px;
}
.currency__picker [data-code="SEK"]:before {
  background-position: -125px -65px;
}
.currency__picker [data-code="CHF"]:before {
  background-position: -85px -65px;
}
.currency__picker [data-code="SYP"]:before {
  background-position: -45px -65px;
}
.currency__picker [data-code="TJS"]:before {
  background-position: -445px -35px;
}
.currency__picker [data-code="TZS"]:before {
  background-position: -405px -35px;
}
.currency__picker [data-code="THB"]:before {
  background-position: -365px -35px;
}
.currency__picker [data-code="TOP"]:before {
  background-position: -285px -35px;
}
.currency__picker [data-code="TTD"]:before {
  background-position: -245px -35px;
}
.currency__picker [data-code="TND"]:before {
  background-position: -205px -35px;
}
.currency__picker [data-code="TMT"]:before {
  background-position: -125px -35px;
}
.currency__picker [data-code="TRY"]:before {
  background-position: -165px -35px;
}
.currency__picker [data-code="UGX"]:before {
  background-position: -45px -35px;
}
.currency__picker [data-code="UAH"]:before {
  background-position: -5px -35px;
}
.currency__picker [data-code="AED"]:before {
  background-position: -445px -5px;
}
.currency__picker [data-code="UYU"]:before {
  background-position: -325px -5px;
}
.currency__picker [data-code="UZS"]:before {
  background-position: -285px -5px;
}
.currency__picker [data-code="VUV"]:before {
  background-position: -245px -5px;
}
.currency__picker [data-code="VEF"]:before {
  background-position: -165px -5px;
}
.currency__picker [data-code="VND"]:before {
  background-position: -125px -5px;
}
.currency__picker [data-code="YER"]:before {
  background-position: -85px -5px;
}
.currency__picker [data-code="ZMW"]:before {
  background-position: -45px -5px;
}
.currency__notification {
  display: none;
}
.language__picker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language__picker:hover .language__switcher {
  opacity: 1;
  visibility: visible;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.language__picker:hover .language__current {
  color: #000;
}
.language__picker .language__current {
  cursor: pointer;
  line-height: 0px;
  color: #666;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.language__picker .language__current:after {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.language__picker .language__switcher {
  position: absolute;
  top: 100%;
  z-index: 20;
  right: -30px;
  margin-top: 18px;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: left;
  max-height: 270px;
  width: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.language__picker .language__switcher li {
  cursor: pointer;
  padding: 8px 18px;
  line-height: 20px;
  color: #666;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.language__picker .language__switcher li:hover,
.language__picker .language__switcher li.active {
  color: #000;
}
.site-header {
  background-color: #1877f2;
  color: #000;
  font-size: 14px;
}
.site-header .currency__picker:hover .currency__current {
  color: #666;
}
.site-header .currency__picker .currency__current {
  font-weight: 500;
  color: #666;
}
.site-header .language__picker:hover .language__current {
  color: #666;
}
.site-header .language__picker .language__current {
  font-weight: 500;
  color: #666;
}
.site-header .currency__picker + .language__picker {
  margin-left: 20px;
}
.site-header .btn + .btn-link {
  margin-left: 20px;
}
.site-header.header-1 .site-header-message,
.site-header.header-2 .site-header-message {
  text-transform: uppercase;
}
.site-header.header-1 .site-header-message h3,
.site-header.header-2 .site-header-message h3 {
  color: #666;
  font-weight: 600;
}
.site-header.header-1 .site-header-message a,
.site-header.header-2 .site-header-message a {
  text-decoration: underline;
  font-weight: 500;
}
.site-header.header-3 .site-header__main,
.site-header.header-4 .site-header__main,
.site-header.header-5 .site-header__main,
.site-header.header-7 .site-header__main {
  padding-top: 20px;
  margin-bottom: 20px;
}
.site-header.header-3 .site-header__left,
.site-header.header-4 .site-header__left,
.site-header.header-5 .site-header__left,
.site-header.header-7 .site-header__left {
  margin-right: 20px;
}
.site-header.header-1 .site-header-search {
  width: 600px;
  max-width: 100%;
  display: inline-block;
}
.site-header.header-1 .social-icons li:first-child {
  padding-left: 0;
}
.site-header.header-2 .site-header__center {
  font-size: 0;
}
.site-header.header-2 .header__item i {
  font-size: 18px;
}
.site-header.header-2 .header__item svg {
  width: 18px;
  height: 18px;
}
.site-header.header-2 .site-header-cart .cart__amount {
  display: none;
}
.site-header.header-2 .site-header-cart .cart__count {
  left: 10px;
}
.site-header.header-2 .site-header__left {
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}
.site-header.header-3 .header__item i {
  font-size: 18px;
}
.site-header.header-3 .header__item svg {
  width: 18px;
  height: 18px;
}
.site-header.header-3 .site-header-cart .cart__amount {
  display: none;
}
.site-header.header-3 .site-header-cart .cart__count {
  left: 10px;
}
.site-header.header-4 .site-header-logo {
  margin: 0 60px;
}
.site-header.header-4 .site-header__left {
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
}
.site-header.header-4 .header__item i {
  font-size: 18px;
}
.site-header.header-4 .header__item svg {
  width: 18px;
  height: 18px;
}
.site-header.header-4 .site-header-cart .cart__amount {
  display: none;
}
.site-header.header-4 .site-header-cart .cart__count {
  left: 10px;
}
.site-header.header-4 .config__dropdown {
  left: -25px;
  right: auto;
}
.site-header.header-5 .header__item i {
  font-size: 18px;
}
.site-header.header-5 .header__item svg {
  width: 18px;
  height: 18px;
}
.site-header.header-5 .site-header-cart .cart__count {
  left: 10px;
  top: -15px;
}
.site-header.header-6 .site-header__left,
.site-header.header-6 .site-header__right {
  padding-left: 0;
  padding-right: 0;
}
.site-header.header-6 .site-header-search .search__icon:not(.search__toggle) {
  display: none;
}
.site-header.header-6 .site-header-search .search__dropdown {
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  border: none;
  box-shadow: none;
  width: 240px;
  max-width: 100%;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.site-header.header-6 .site-header-search .search__dropdown input {
  padding-left: 0;
  padding-right: 30px;
  height: 45px;
  border-bottom: 1px solid;
}
.site-header.header-6 .site-header-search .search__dropdown button {
  width: auto;
}
.site-header.header-6 .site-header-search .search__dropdown button i {
  font-size: 18px;
}
.site-header.header-6 .currency__switcher,
.site-header.header-6 .language__switcher {
  left: -25px;
  right: auto;
}
.site-header.header-7 .header__item i {
  font-size: 18px;
}
.site-header.header-7 .header__item svg {
  width: 18px;
  height: 18px;
}
.site-header.header-7 .site-header-cart .cart__amount {
  display: none;
}
.site-header.header-7 .site-header-cart .cart__count {
  left: 10px;
}
.site-header.header-7 .site-header-search .search__toggle .icon_search:after {
  font-size: 24px;
}
.site-header__main {
  padding-top: 0px;
  margin-bottom: 0px;
}
.site-header__bottom {
  position: relative;
  min-height: 1px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.site-header__bottom .mega-menu-d {
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.site-header__wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.site-header__left {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
}
.site-header__left .currency__picker .currency__switcher,
.site-header__left .site-header-search .search__dropdown {
  left: 0;
  right: auto;
}
.site-header__center {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header__center .site-navigation {
  text-align: left;
}
.site-header__center .site-nav__item {
  margin-left: 40px;
}
.site-header__center
  .site-nav__item:not(.site-nav--has-dropdown-100)
  > .site-nav__dropdown {
  left: -30px;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1199px) {
  .site-header__center .site-nav__item {
    margin-left: 20px;
  }
}
.site-header__center .site-nav__link .megamenu-label {
  top: 15px;
  right: 15px;
}
.site-header__center [type="text"],
.site-header__center [type="password"],
.site-header__center [type="email"],
.site-header__center [type="tel"],
.site-header__center [type="url"],
.site-header__center [type="number"],
.site-header__center [type="search"],
.site-header__center textarea,
.site-header__center select {
  color: #000;
  border-color: #ccc;
}
.header__item {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  line-height: 1;
}
.header__item a {
  display: inline-block;
  color: #000;
}
.header__item a:hover {
  color: #050505;
}
.header__item i {
  font-size: 30px;
  padding-right: 10px;
}
.header__item svg {
  fill: currentColor;
}
.header-sticky__placeholder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 29;
  opacity: 0;
  --ms-transition: all 0.3s ease;
  --webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-animation: stickyOut 0s;
  -webkit-animation: stickyOut 0s;
  animation: stickyOut 0s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
.header-sticky__placeholder.visible {
  opacity: 1;
  -ms-animation: stickyIn 0s;
  -webkit-animation: stickyIn 0s;
  animation: stickyIn 0s;
  animation-fill-mode: forwards;
}
.header-sticky__placeholder .header-sticky .site-header__main {
  padding-top: 0;
  margin-bottom: 0;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.3);
}
.header-sticky__placeholder .header-sticky .site-navigation {
  background-color: transparent;
}
.header-sticky__placeholder
  .header-sticky
  .site-navigation
  .site-nav__item
  > .site-nav__link {
  color: #000;
}
.header-sticky__placeholder
  .header-sticky
  .site-navigation
  .site-nav__item
  > .site-nav__link:hover {
  color: #050505;
}
.site-header-message h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  display: inline-block;
  color: inherit;
}
.site-header-message p {
  margin: 0;
  display: inline-block;
}
.site-header-message a {
  color: #000;
}
.site-header-contact {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.site-header-contact:before {
  content: "\e026";
  font-family: "ElegantIcons";
  display: inline-block;
  padding-right: 10px;
}
.site-header-contact li {
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
.site-header-contact li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.site-header-contact li a {
  color: #666;
}
.site-header-contact li a:hover {
  color: #000;
}
.site-header-logo {
  display: block;
  font-size: 0;
}
.site-header-logo span {
  font-size: 36px;
  font-weight: bold;
}
.search__toggle .icon_search {
  position: relative;
}
.search__toggle .icon_search:before,
.search__toggle .icon_search:after {
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.search__toggle .icon_search:after {
  content: "\4d";
  position: absolute;
  top: -3px;
  left: -3px;
  opacity: 0;
  font-size: 30px;
}
.search__dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  width: 300px;
  margin-top: 20px;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  --webkit-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  transition: opacity 0.01s ease, visibility 0.01s ease, transform 0.01s ease;
}
.search__dropdown:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  width: auto;
  height: 30px;
  background-color: #fff;
  opacity: 0;
}
.search__dropdown input {
  padding-left: 25px;
  padding-right: 55px;
  height: 70px;
  border: none;
}
.search__dropdown button {
  position: absolute;
  right: 0;
  top: 50%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  line-height: 1;
  width: 60px;
  cursor: pointer;
  text-align: center;
  color: #000;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.search__dropdown button:hover {
  color: #1877f2;
}
.search__fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 30;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  --webkit-box-align: stretch;
  --ms-flex-align: stretch;
  --webkit-align-items: stretch;
  --moz-align-items: stretch;
  align-items: stretch;
  --ms-transform: translateY(100%);
  --webkit-transform: translateY(100%);
  transform: translateY(100%);
  --ms-transition: transform 0.3s ease, opacity 0s ease 0.3s;
  --webkit-transition: transform 0.3s ease, opacity 0s ease 0.3s;
  transition: transform 0.3s ease, opacity 0s ease 0.3s;
}
.search__fullscreen .search__close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
  height: 100px;
  width: 100px;
  z-index: 10;
  cursor: pointer;
}
.search__fullscreen .search__close:hover:before,
.search__fullscreen .search__close:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.search__fullscreen .search__close:before,
.search__fullscreen .search__close:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -2px;
  margin-right: -20px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.search__fullscreen .search__close:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search__fullscreen .search__close:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search__fullscreen .search__ajax {
  padding-left: 100px;
  padding-right: 100px;
  border-bottom: 1px solid #e7e7e7;
  opacity: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  --ms-transition: opacity 0.35s ease 0.2s;
  --webkit-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
}
.search__fullscreen .search__input {
  background: none;
  border: none;
  padding: 0 !important;
  height: 110px;
  line-height: 110px;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.search__fullscreen .search__infotext {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  letter-spacing: 0.3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.search__fullscreen .search__infotext span {
  display: block;
  --ms-transform: translateY(-50px);
  --webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  --ms-transition: transform 0.35s ease 0.2s;
  --webkit-transition: transform 0.35s ease 0.2s;
  transition: transform 0.35s ease 0.2s;
}
.search__fullscreen .search__results {
  background-color: #fff;
}
.search__fullscreen .search__results .search__container {
  position: static;
  border: none;
  overflow: visible;
  max-height: 100%;
  background: none;
  --webkit-box-shadow: none;
  box-shadow: none;
}
.search__fullscreen .search__results .search__suggestions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px;
}
.search__fullscreen .search__results .search__suggestion:not(.search__all) {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  width: 200px;
  padding: 10px;
  border: none;
}
.search__fullscreen
  .search__results
  .search__suggestion:not(.search__all):hover {
  background-color: transparent;
}
.search__fullscreen .search__results .search__suggestion:not(.search__all) a {
  display: block;
  padding: 0;
}
.search__fullscreen .search__results .search__suggestion.search__all {
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  border-right: 0;
  border-top: 1px solid #e7e7e7;
}
.search__fullscreen .search__results .not__found {
  margin: -10px;
  border-right: 0;
}
.search__fullscreen .search__results .product__image {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.search__fullscreen .search__results .product__title {
  white-space: pre-line;
  font-weight: 400;
  font-size: 13px;
}
.search__fullscreen .search__results-wrapper {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.search__fullscreen .search__loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.search__fullscreen .search__loader:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.search__ajax {
  position: relative;
}
.search__ajax.loading .search-wrapper:before {
  border-width: 1px;
  border-color: #666 #666 #666 transparent;
  border-radius: 50%;
  border-style: solid;
  -ms-animation: loadSpin 1s infinite linear;
  -webkit-animation: loadSpin 1s infinite linear;
  animation: loadSpin 1s infinite linear;
  content: "";
  width: 13px;
  height: 13px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 999;
}
.search__input {
  padding-right: 63px;
}
.search__input:focus,
.search__input:focus + .search__submit,
.search__input:focus + .search__select,
.search__input:focus + .search__select + .search__submit {
  border-color: #c2c2c2;
}
.search__submit {
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  background: #1877f2;
  height: 100%;
  outline: none;
  cursor: pointer;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #1877f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  --ms-transition: color 0.25s ease, border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100px;
}
.search__submit:hover {
  color: #000;
}
.search__select {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --ms-transition: border-color 0.25s ease;
  --webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.search__select:hover span {
  color: #000;
}
.search__select:hover span i {
  --ms-transform: rotate(-180deg);
  --webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search__select:hover ul {
  opacity: 1;
  visibility: visible;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0px;
}
.search__select span {
  display: block;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.search__select span i {
  margin-left: 5px;
  display: inline-block;
  font-size: 15px;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.search__select ul {
  position: absolute;
  top: 100%;
  z-index: 20;
  right: -1px;
  margin-top: -1px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: left;
  max-height: 270px;
  width: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.search__select ul a {
  display: block;
  padding: 8px 18px;
  line-height: 20px;
  color: #000;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.search__select ul a:hover {
  color: #1877f2;
}
.search__select select {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search__results {
  position: relative;
}
.search__results .not__found {
  font-weight: 500;
  padding: 15px;
  text-align: left;
  color: #788188;
  border-right: 1px solid #e7e7e7;
  background-color: #f7f8fa;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.search__results .featured_title {
  font-weight: 600;
  padding: 15px;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}
.search__results .product__image {
  max-width: 65px;
  margin-right: 15px;
  width: 100%;
}
.search__results .product__title {
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
  color: #06c;
  margin-top: 5px;
}
.search__results .product__title strong {
  text-decoration: underline;
  font-weight: 600;
}
.search__results .product__price {
  margin-top: 7px;
}
.search__results .product__price .price {
  font-weight: 400;
  color: #f30;
}
.search__results .product__price .compare_at_price {
  margin-left: 5px;
  color: #788188;
  font-size: 13px;
}
.search__container {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 83%;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-top: 0;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.search__suggestions {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.search__suggestions .product__content .product__price {
  display: block;
}
.search__suggestion {
  text-align: left;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  --ms-transition: background-color 0.25s ease;
  --webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 285px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 285px;
  -ms-flex: 1 1 285px;
  flex: 1 1 285px;
}
.search__suggestion a {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.search__suggestion:nth-child(2n),
.search__suggestion:last-child {
  border-right: 0;
}
.search__suggestion:hover {
  background-color: #f7f8fa;
}
.search__suggestion.search__all {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 600;
  border-bottom: 0;
  border-right: 1px solid #e7e7e7;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.search__suggestion.search__all a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.search__form {
  position: relative;
  width: 240px;
  max-width: 100%;
}
.search__form input {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
.search__form button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  line-height: 1;
  right: 0;
  cursor: pointer;
  height: 100%;
  color: #000;
}
.search__form button:hover {
  color: #050505;
}
.search__form button i {
  font-size: 14px;
}
.site-header-cart {
  font-weight: 500;
  position: relative;
}
.site-header-cart .cart__amount {
  position: relative;
  bottom: 2px;
  margin-left: 5px;
  color: #000;
}
.site-header-cart .cart__count {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #000;
  background-color: #1877f2;
}
.site-header-customer {
  position: relative;
}
.site-header-customer .account-link {
  padding-left: 42px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.site-header-customer:hover .customer__dropdown {
  visibility: visible;
  opacity: 1;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.customer__dropdown {
  position: absolute;
  top: 100%;
  right: -25px;
  z-index: 10;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  --webkit-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  transition: opacity 0.01s ease, visibility 0.01s ease, transform 0.01s ease;
}
.customer__dropdown-inner {
  width: 350px;
  padding: 25px;
  text-align: left;
  background-color: #fff;
  --webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.customer__dropdown-inner h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 2px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
}
.customer__dropdown-inner h3 span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.customer__dropdown-inner h3 a {
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: auto;
}
.customer__dropdown-inner form .form-group {
  margin-bottom: 20px;
}
.customer__dropdown-inner form label {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 5px;
}
.customer__dropdown-inner form .btn {
  width: 100%;
}
.site-header-config {
  position: relative;
}
.site-header-config .config-link {
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.site-header-config:hover .config__dropdown {
  visibility: visible;
  opacity: 1;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.config__dropdown {
  position: absolute;
  top: 100%;
  right: -25px;
  z-index: 10;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  --ms-transform: translateY(15px);
  --webkit-transform: translateY(15px);
  transform: translateY(15px);
  --ms-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  --webkit-transition: opacity 0.01s ease, visibility 0.01s ease,
    transform 0.01s ease;
  transition: opacity 0.01s ease, visibility 0.01s ease, transform 0.01s ease;
}
.config__dropdown-inner {
  width: 200px;
  padding: 10px 0;
  text-align: left;
  background-color: #fff;
  --webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.config__dropdown-inner .currency__picker {
  display: block;
}
.config__dropdown-inner .currency__picker .currency__current {
  display: none;
}
.config__dropdown-inner .currency__picker .currency__switcher {
  position: static;
  opacity: inherit;
  visibility: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.config__dropdown-inner .currency__picker .currency__switcher li {
  padding-left: 25px;
  padding-right: 25px;
}
.config__dropdown-inner .language__picker {
  display: block;
}
.config__dropdown-inner .language__picker .language__current {
  display: none;
}
.config__dropdown-inner .language__picker .language__switcher {
  position: static;
  opacity: inherit;
  visibility: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.config__dropdown-inner .language__picker .language__switcher li {
  padding-left: 25px;
  padding-right: 25px;
  color: #000;
}
.config__dropdown-inner .language__picker .language__switcher li:hover,
.config__dropdown-inner .language__picker .language__switcher li.active {
  color: #000;
  background: none;
}
.config__dropdown-inner .language__picker + .currency__picker {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
}
.site-header-wishlist {
  position: relative;
}
.site-header-wishlist .wishlist__count {
  position: absolute;
  left: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #000;
  background-color: #1877f2;
}
.site-navigation {
  text-align: left;
  background-color: #1877f2;
  font-size: 14px;
}
.site-navigation.dark {
  background-color: #000;
}
.site-navigation.dark .site-nav__item > .site-nav__link {
  color: #fff;
}
.site-navigation ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-navigation .custom-html-widget {
  color: #000;
}
.site-nav__item {
  display: inline-block;
  padding: 0;
  margin-left: 60px;
}
.site-nav__item:first-child {
  margin-left: 0 !important;
}
.site-nav__item > .site-nav__link {
  text-transform: none;
  font-family: "Open Sans", tahoma, arial;
  font-weight: 400;
  font-style: normal;
}
.site-nav__item > .site-nav__dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  bottom: 100%;
  z-index: 5;
  background: #fff;
  opacity: 0;
}
.site-nav__link {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  outline: none;
  position: relative;
  z-index: 6;
  padding: 0;
  display: block;
}
.site-nav__link:hover {
  z-index: 7;
}
.site-nav__link:hover img {
  opacity: 1;
  visibility: visible;
}
.site-nav__link .megamenu-label {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 14px;
  display: block;
  padding: 0 5px;
  margin-right: -30px;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-nav__link .megamenu-label:before,
.site-nav__link .megamenu-label:after {
  display: none;
}
.site-nav__link .arrow {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 8px;
  margin-bottom: -20px;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.01s ease, visibility 0.01s ease, margin 0.01s ease;
  --webkit-transition: opacity 0.01s ease, visibility 0.01s ease,
    margin 0.01s ease;
  transition: opacity 0.01s ease, visibility 0.01s ease, margin 0.01s ease;
}
.site-nav__link img {
  width: auto;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 5px;
  margin-left: 30px;
  max-width: 140px;
  visibility: hidden;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.site-nav--has-dropdown {
  position: relative;
}
.site-nav--has-dropdown:hover > .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    margin 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
}
.site-nav--has-dropdown:hover > .site-nav__link {
  color: #1877f2;
  text-decoration: none;
}
.site-nav--has-dropdown:hover > .site-nav__link:after {
  opacity: 1;
  --ms-transform: rotate(0deg);
  --webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-nav--has-dropdown:hover > .site-nav__link .arrow {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    margin 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
}
.site-nav--has-dropdown > .site-nav__link:after {
  content: "\33";
  font-family: "ElegantIcons";
  opacity: 0.5;
  font-weight: 400;
  position: absolute;
  line-height: 1;
  bottom: 5px;
  margin-left: 7px;
  --ms-transition: opacity 0.25s ease, transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-nav--has-dropdown .site-nav--has-dropdown > .site-nav__link {
  position: static;
}
.site-nav--has-dropdown .site-nav--has-dropdown > .site-nav__link:after {
  content: "\35";
  left: auto;
  right: 0;
  top: 50%;
  margin-right: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  text-align: center;
}
.site-nav--has-dropdown-100 {
  position: static;
}
.site-nav--has-dropdown-100 .site-nav__dropdown {
  overflow: hidden;
}
.site-nav__dropdown {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  min-width: 250px;
  padding: 20px 30px 0;
  left: 50%;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  --webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.01s ease, visibility 0.01s ease, margin 0.01s ease;
  --webkit-transition: opacity 0.01s ease, visibility 0.01s ease,
    margin 0.01s ease;
  transition: opacity 0.01s ease, visibility 0.01s ease, margin 0.01s ease;
}
.site-nav__dropdown .column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.site-nav__dropdown .products {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-nav__dropdown .products .product__item {
  margin-bottom: 0;
}
.site-nav__dropdown .products .product__item .aspect__ratio-container {
  overflow: visible;
}
.site-nav__dropdown .submenu_html {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-nav__dropdown .submenu_html img {
  width: 100%;
  --webkit-backface-visibility: hidden;
  --ms-transition: filter 0.25s ease;
  --webkit-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}
.site-nav__dropdown .submenu_html img:hover {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}
.site-nav__dropdown .submenu li + li > .site-nav__link-bold {
  margin-top: 10px;
}
.site-nav__dropdown .submenu-last li {
  padding: 0;
}
.site-nav__dropdown .site-nav__link {
  color: #070707;
  padding: 9px 0;
  line-height: 18px;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
}
.site-nav__dropdown .site-nav__link-label {
  position: relative;
}
.site-nav__dropdown .site-nav__link-label .megamenu-label {
  margin-top: -10px;
}
.site-nav__dropdown .site-nav__link-bold {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.site-nav__dropdown .site-nav__dropdown {
  top: 0;
  left: 100%;
  width: 270px;
  margin-left: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  z-index: 10;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.site-nav__dropdown .site-nav__dropdown:before {
  content: "";
  background: #fff;
  opacity: 0;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
}
.site-nav__dropdown .site-nav__link:hover,
.site-nav__dropdown .site-nav--has-dropdown:hover > .site-nav__link {
  color: #1877f2;
  text-decoration: none;
}
.site-nav--has-border .site-nav__dropdown {
  border-top: 0px solid #e1e1e1;
}
@media (max-width: 1199px) {
  .site-header.header-1 .site-header-search {
    width: 500px;
  }
  .site-header.header-4 .site-header-logo {
    margin: 0 30px;
  }
  .site-header__center .site-nav__item {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .site-header.header-1 .site-header-message,
  .site-header.header-2 .site-header-message {
    text-transform: none;
    width: 100%;
    text-align: center;
  }
  .site-header.header-1 .site-header-message h3,
  .site-header.header-1 .site-header-message a,
  .site-header.header-2 .site-header-message h3,
  .site-header.header-2 .site-header-message a {
    font-weight: 400;
  }
  .site-header.header-3 .site-header-contact {
    width: 100%;
    text-align: center;
  }
  #shopify-section-collection-template-categories .upsell .page-subheading {
    padding: 10px 0 15px 15px;
  }
}
.products-cats-menu {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}
.products-cats-menu .cats-menu-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.products-cats-menu.close:before {
  position: absolute;
  top: -1px;
  left: 50%;
  content: "";
  height: 2px;
  width: 0;
  background-color: #1877f2;
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.products-cats-menu.close:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}
.products-cats-menu.close:hover .toggle-product-cats {
  opacity: 1;
  z-index: 991;
  top: 100%;
  --ms-transform: scaleX(1);
  --webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.products-cats-menu .toggle-product-cats {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -999;
  width: 100%;
  opacity: 0;
  --ms-transition: transform 0.5s top;
  --webkit-transition: transform 0.5s top;
  transition: transform 0.5s top;
  --ms-transform: scaleX(0);
  --webkit-transform: scaleX(0);
  transform: scaleX(0);
  padding-top: 3px;
}
.products-cats-menu .toggle-product-cats .menu {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  position: relative;
}
.products-cats-menu .menu {
  padding: 0;
  margin: 0;
  position: relative;
}
.products-cats-menu .menu > li {
  margin: 0;
  padding: 5px 15px 5px 20px;
  position: static;
  display: block;
}
.products-cats-menu .menu li.site-nav--has-dropdown:hover .site-nav__dropdown {
  left: 100%;
  --webkit-transform: scale(1);
  --ms-transform: scale(1);
  transform: scale(1);
  top: 0;
}
#age__check {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.age__check-image {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.age__check-prompt {
  background-color: #fff;
  border-radius: 2px;
  --webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  width: 340px;
  height: auto;
  margin: 0 auto;
  padding: 25px 30px 30px;
  position: relative;
  z-index: 2;
  top: 25%;
  z-index: 1000000;
}
.age__check-prompt .page-heading {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.age__check-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.age__check-btns span {
  padding: 0 10px;
}
.age__check-btns .btn-exit {
  font-weight: 500;
}
.compare__fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  opacity: 0;
  --webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  --webkit-box-align: stretch;
  --ms-flex-align: stretch;
  --webkit-align-items: stretch;
  --moz-align-items: stretch;
  align-items: stretch;
  --ms-transform: translateY(100%);
  --webkit-transform: translateY(100%);
  transform: translateY(100%);
  --ms-transition: transform 0.3s ease, opacity 0s ease 0.3s;
  --webkit-transition: transform 0.3s ease, opacity 0s ease 0.3s;
  transition: transform 0.3s ease, opacity 0s ease 0.3s;
}
.compare__fullscreen.opened {
  opacity: 1;
  transition-delay: 0s;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.compare__fullscreen .compare__container {
  padding: 40px 0 0;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.compare__fullscreen .compare__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  height: 100px;
  width: 100px;
  cursor: pointer;
  font-size: 0;
}
.compare__fullscreen .compare__close:hover:before,
.compare__fullscreen .compare__close:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.compare__fullscreen .compare__close:before,
.compare__fullscreen .compare__close:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -2px;
  margin-right: -20px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.compare__fullscreen .compare__close:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.compare__fullscreen .compare__close:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare__fullscreen .compare__left .compare__list {
  width: 200px;
  border-right: 1px solid #e7e7e7;
  table-layout: unset;
}
.compare__fullscreen .compare__left .compare__list td {
  display: none;
}
.compare__fullscreen .compare__right {
  overflow-x: auto;
  overflow-y: hidden;
}
.compare__fullscreen .compare__right .compare__list th {
  width: 0;
}
.compare__fullscreen ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.page-compare .page-heading {
  margin-top: 0;
}
.page-compare .page-content {
  position: relative;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-compare .compare__list {
  width: 100%;
  table-layout: fixed;
}
.page-compare .compare__list th,
.page-compare .compare__list td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.page-compare .compare__list th {
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  color: #000;
}
.page-compare .compare__list th .fixed-th {
  width: 200px;
}
.page-compare .compare__list td {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #e7e7e7;
}
.page-compare .item__remove .removecompare_btn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding-right: 20px;
}
.page-compare .item__remove .removecompare_btn:hover:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-compare .item__remove .removecompare_btn:hover:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-compare .item__remove .removecompare_btn:before,
.page-compare .item__remove .removecompare_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  --webkit-backface-visibility: hidden;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.page-compare .item__image th,
.page-compare .item__image td {
  height: 181px;
}
.page-compare .item__image td {
  font-size: 0;
}
.page-compare .item__image td a {
  --webkit-backface-visibility: hidden;
  display: inline-block;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-compare .item__image td a:hover {
  opacity: 0.7;
}
.page-compare .item__image td img {
  max-height: 150px;
  width: auto;
}
.page-compare .item__name a {
  word-wrap: break-word;
  font-weight: 500;
  line-height: 1.3;
}
.page-compare .item__price .compare_at_price {
  font-weight: 400;
  color: inherit;
  margin-right: 0;
}
.page-compare .item__status .stock {
  padding: 3px 5px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 10px;
  border: 2px solid;
  color: #000;
  opacity: 0.3;
}
.page-compare .item__status .stock.in-stock {
  opacity: 1;
}
.page-compare .data__left {
  border-right: 1px solid #e7e7e7;
  width: 230px;
}
.page-compare .data__right {
  width: 100%;
}
.page-search #primary .search-products-header .mf-catalog-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.page-search #primary .search-info {
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  width: auto;
  overflow-wrap: break-word;
  padding: 1em 2em 1em 3.5em;
  margin: 0px 0px 2em;
  border-top: 3px solid #1e85be;
  list-style: none outside;
}
.page-search #primary .search-info:before {
  content: "X";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.page-wishlist .page-content {
  max-width: 100%;
  margin: 0 auto;
}
.wishlist-header {
  min-height: 180px;
  padding: 60px 0;
  color: #000;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.wishlist-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wishlist-header .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.wishlist-header h1 {
  font-size: 48px;
  letter-spacing: 0.3px;
  color: inherit;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}
.wishlist-header p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.2px;
}
.wishlist--empty-message {
  position: relative;
}
.wishlist--empty-message i {
  position: relative;
  font-size: 200px;
  color: #f7f8fa;
}
.wishlist--empty-message i span {
  content: "\4d";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  margin: 0;
  --ms-transform: translate(-50%, -50%);
  --webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wishlist--empty-message span {
  display: block;
  margin: 30px 0;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .page-wishlist .page-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .wishlist-header {
    min-height: 90px;
    padding: 15px 0;
  }
  .wishlist-header h1 {
    font-size: 36px;
  }
  .wishlist__table .item__status {
    display: none;
  }
  .wishlist__table .item__name {
    padding-right: 30px;
  }
}
.roarlookbook {
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.roarlookbook:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 2px solid #1877f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
}
.roarlookbook:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-top-color: #1877f2;
  border-left-color: #1877f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: ralb-spinner 0.4s linear infinite;
  -moz-animation: ralb-spinner 0.4s linear infinite;
  animation: ralb-spinner 0.4s linear infinite;
  z-index: 2;
}
.roarlookbook_init {
  height: auto;
}
.roarlookbook .media__blank-preview {
  position: relative;
  display: inline-block;
  z-index: 3;
  opacity: 0;
}
.roarlookbook .media__blank-preview.sfx-fadeIn {
  -webkit-animation: ralb-fadeIn ease-in 1;
  -moz-animation: ralb-fadeIn ease-in 1;
  animation: ralb-fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.roarlookbook .hotspot {
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  background: #000;
  color: #000;
  border-radius: 50%;
  border: 3px solid #e7e7e7;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 10;
  animation: ralb-scale 1.3s ease-in-out infinite;
}
.roarlookbook .hotspot:hover,
.roarlookbook .hotspot_init {
  color: #fff;
  background-color: #1877f2;
  border-color: #fff;
  animation: none;
}
.roarlookbook .hotspot_init {
  font-size: 0;
}
.roarlookbook .hotspot_init:before {
  font-size: 18px;
  content: "\d7";
  font-family: sans-serif;
  line-height: 30px;
}
.roarlookbook .image-preview {
  display: block;
}
.hotspot-widget {
  position: absolute;
  z-index: 99999999999;
  display: none;
}
.hotspot-widget.hotspot-loading img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.hotspot-widget .hotspot-content {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  position: relative;
  background: #fff;
  color: #000;
  --webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  width: 300px;
  max-width: 100%;
  max-height: 100%;
}
.hotspot-widget .hotspot-content:before {
  content: "";
  display: inline-block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 100%;
}
.hotspot-widget.hotspot-right .hotspot-content:before {
  border-right: 12px solid #fff;
  border-left: 0;
  left: auto;
  right: 100%;
}
.hotspot-widget .price {
  font-size: 16px;
  color: #f30;
  margin: 10px 5px 5px;
}
.hotspot-widget h3 {
  font-size: 15px;
  color: inherit;
  margin: 10px 0;
}
.hotspot-widget h3 a {
  display: inline-block;
  font-size: inherit;
}
.hotspot-widget a {
  display: block;
  font-size: 0;
  opacity: 1;
}
.hotspot-widget img {
  display: block;
  width: 100%;
}
.hotspot-widget .hotspot-btns {
  padding-top: 5px;
  border-top: 1px solid #e7e7e7;
}
.hotspot-widget .hotspot-btn {
  display: inline-block;
  width: 50%;
}
.hotspot-widget .hotspot-btns a {
  display: inline-block;
  margin: 0;
  background: 0 0;
  box-shadow: none;
  border: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.hotspot-widget .hotspot-close {
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Open Sans", tahoma, arial;
  font-weight: 400;
  color: #000;
  z-index: 2;
  display: none;
}
.hotspot-widget .hotspot-close:hover {
  color: #1877f2;
}
.hotspot-widget.hotspot-left .hotspot-close {
  left: -15px;
  right: auto;
}
@-webkit-keyframes ralb-spinner {
  0% {
    --webkit-transform: rotate(0deg);
  }
  100% {
    --webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes ralb-spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes ralb-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ralb-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes ralb-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ralb-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ralb-scale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
@keyframes ralb-scale2 {
  0%,
  100% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .hotspot-widget {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
  }
  .hotspot-widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
  }
  .hotspot-widget .hotspot-content {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
  .hotspot-widget .hotspot-content:before {
    display: none;
  }
  .hotspot-widget .hotspot-close {
    right: -15px !important;
    left: auto !important;
  }
  .hotspot-widget .hotspot-inner {
    overflow: auto;
    max-height: -webkit-calc(100vh - 50px);
    max-height: calc(100vh - 50px);
  }
  .hotspot-widget .hotspot-close {
    display: block;
  }
}
.page-lookbook .breadcrumbs {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}
.page-lookbook .breadcrumbs li {
  display: inline-block;
}
.page-lookbook .breadcrumbs li:first-child:after {
  content: "\35";
  font-family: "ElegantIcons";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.page-lookbook .breadcrumbs h1 {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: 400;
}
.lookbook-header {
  min-height: 180px;
  padding: 60px 0;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.lookbook-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lookbook-header .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}
.lookbook-header h1 {
  font-size: 68px;
  letter-spacing: 0.3px;
  color: inherit;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}
.lookbook-header p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.2px;
}
.lookbook-listing {
  margin-top: 60px;
}
.lookbook-listing.spacing-0 {
  margin-left: 0;
  margin-right: 0;
}
.lookbook-listing.spacing-0 .lookbook__item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.lookbook-listing.spacing-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.lookbook-listing.spacing-10 .lookbook__item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.lookbook-listing.spacing-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.lookbook-listing.spacing-20 .lookbook__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.lookbook-listing.spacing-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.lookbook-listing.spacing-30 .lookbook__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.lookbook-listing.is-slider .lookbook__item {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  --ms-transition: padding 0.5s ease;
  --webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.lookbook-listing.is-slider .slick-list {
  overflow: visible;
}
.lookbook-listing.is-slider .slick-list .roarlookbook:before {
  opacity: 0;
}
.lookbook-listing.is-slider .slick-list .media__blank-preview.sfx-fadeIn {
  animation: none;
  opacity: 1;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.lookbook-listing.is-slider .slick-current .lookbook__item {
  padding-top: 0;
  transition-delay: 0.5s;
}
.lookbook-listing.is-slider:not(.slick-initialized) {
  padding-left: 20%;
  padding-right: 20%;
}
.lookbook-listing.is-slider:not(.slick-initialized) .lookbook__item {
  display: none;
}
.lookbook-listing.is-slider:not(.slick-initialized)
  .lookbook__item:first-child {
  display: block;
}
@media (max-width: 991px) {
  .lookbook-header {
    min-height: 90px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .lookbook-header h1 {
    font-size: 36px;
  }
  .lookbook-listing {
    margin-top: 40px;
  }
  .page-lookbook .breadcrumbs {
    padding-bottom: 20px;
  }
}
.shortcode table {
  border-spacing: 0;
  width: 100%;
}
.shortcode table tr {
  border-bottom: 1px solid #e7e7e7;
}
.shortcode table th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #000;
  padding: 1.25rem 0;
}
.shortcode table td {
  padding: 1.25rem 0;
}
.shortcode h4 {
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 17.59575px;
  font-weight: 400;
  font-style: italic;
}
.shortcode .input,
.shortcode .output {
  margin: 0;
  padding: 7.5px 15px;
  background: #f7f8fa;
}
.shortcode .highlight {
  padding: 1.875em;
  background: #f7f8fa;
  margin: 1.875em 0;
  border-radius: 3px;
}
.shortcode .highlight pre,
.shortcode .highlight code,
.shortcode .highlight kbd {
  font-size: 0.9375em;
  font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  background: none;
  border: none;
  padding: 0;
}
.shortcode .highlight .w {
  color: #bbb;
}
.shortcode .highlight .nt {
  color: navy;
}
.shortcode .highlight .sb,
.shortcode .highlight .sc,
.shortcode .highlight .sd,
.shortcode .highlight .s2,
.shortcode .highlight .se,
.shortcode .highlight .sh,
.shortcode .highlight .si,
.shortcode .highlight .sx,
.shortcode .highlight .s1 {
  color: #d01040;
}
.shortcode .img-wrapper {
  margin: 1.875em 0;
}
.site-content .shopify-challenge__container {
  margin-top: 60px;
}
.site-content .shopify-challenge__container .shopify-challenge__message {
  font-size: 16px;
}
.site-content .shopify-challenge__container .shopify-challenge__button {
  margin-top: 30px;
  background-color: #1877f2;
  border-color: #1877f2;
  color: #000;
}
.map-section {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --webkit-box-direction: normal;
  --webkit-box-orient: horizontal;
  --webkit-flex-direction: row;
  --moz-flex-direction: row;
  --ms-flex-direction: row;
  flex-direction: row;
}
.map-section--load-error {
  height: auto;
}
.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.map-section__error {
  position: relative;
  z-index: 3;
}
.map-section__content {
  position: relative;
  display: inline-block;
  background-color: #f7f8fa;
  color: #000;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.map-section__content p {
  margin-bottom: 0;
}
.map-section__content strong,
.map-section__content b {
  font-weight: 500;
  display: inline-block;
}
.map-section__content > li {
  width: 100%;
  padding: 30px 20px;
  border-top: 1px solid #e7e7e7;
  --ms-transition: background-color 0.25s ease;
  --webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.map-section__content > li:first-child {
  border-top: 0;
}
.map-section__content > li svg {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  fill: currentColor;
  opacity: 0.2;
}
.map-section--load-error .map-section__content {
  position: static;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0;
}
.map_section__directions-btn * {
  vertical-align: middle;
}
.map_section__directions-btn [class^="icon"] {
  height: 1em;
}
.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.ie9 .map-section__background-wrapper {
  width: 100%;
  height: 500px;
}
.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh;
}
.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.map-section--display-map .map-section__image {
  display: none !important;
}
.map-section--load-error .map-section__image {
  display: block !important;
}
.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden;
}
@media (min-width: 768px) {
  .map-section {
    min-height: 500px;
  }
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    --ms-transform: translateY(-50%);
    --webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .map-section__content {
    background-color: #fff;
    width: 400px;
    max-width: 100%;
  }
  .map-section__content > li {
    padding-left: 60px;
  }
  .ie9 .map-section__content {
    top: 10%;
  }
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%;
  }
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .map-section__image {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .map-section {
    min-height: 650px;
  }
}
.page-contact .form-group .page-subheading {
  font-size: inherit;
  font-weight: 600;
  margin: 10px 15px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-contact .form-group .social-icons {
  display: inline-block;
}
.page-contact .form-group .social-icons li {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-contact .form-group .social-icons .social-icons__link {
  color: #dadada;
}
.page-contact .form-group .social-icons .social-icons__link:hover {
  color: #000;
}
.page-contact.v2 .page-heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 36px;
  text-transform: none;
}
.page-contact.v2 .page-content {
  line-height: 1.6;
  font-size: 16px;
}
.page-contact.v2 .map-section__content {
  margin-top: 20px;
}
.page-contact.v2 .map-section__content h5 {
  display: none;
}
.page-contact.v2 .map-section {
  min-height: 400px;
}
.page-contact.v3 {
  margin-bottom: -40px;
}
.page-contact.v3 .page-subheading {
  margin-top: 0;
}
.page-contact.v3 .map-section__content > li.last {
  padding-top: 0;
  border-top: 0;
}
.page-contact.v3 .map-section__content > li.last .text-left {
  margin-left: 70px;
}
.page-contact.v3 .contact-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 10px;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.page-contact.v3 .contact-section.opened {
  opacity: 1;
  visibility: visible;
}
.page-contact.v3 .contact-section.opened .container {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
.page-contact.v3 .contact-section.closed {
  opacity: 0;
  visibility: hidden;
}
.page-contact.v3 .contact-section.closed .container {
  --ms-transform: translateX(100px);
  --webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.page-contact.v3 .contact-section.only .container {
  padding: 30px 30px 10px;
}
.page-contact.v3 .contact-section:before {
  content: "";
  position: fixed;
  left: 0;
  top: -30px;
  right: 0;
  bottom: -30px;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
}
.page-contact.v3 .contact-section:after {
  content: "\4d";
  font-family: "ElegantIcons";
  position: fixed;
  right: 0;
  top: 0;
  font-size: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}
.page-contact.v3 .contact-section .container {
  width: 100%;
  max-width: 900px;
  padding: 0;
  max-height: -webkit-calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  --ms-transform: translateX(-100px);
  --webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.page-contact.v3 .contact-section .container > .row {
  margin: 0;
}
.page-contact.v3 .contact-section .container > .row > div {
  background-color: #fff;
  padding: 30px 30px 10px;
}
.page-contact.v3 .contact-section .container > .row > div:last-child {
  background-color: #333;
  color: #fff;
}
.page-contact.v3
  .contact-section
  .container
  > .row
  > div:last-child
  .page-subheading {
  color: #fff;
}
.page-contact.v3
  .contact-section
  .container
  > .row
  > div:last-child
  .form-group
  .page-subheading {
  display: none;
}
.page-contact.v3
  .contact-section
  .container
  > .row
  > div:last-child
  .form-group
  .social-icons
  li {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.page-contact.v3
  .contact-section
  .container
  > .row
  > div:last-child
  .form-group
  .social-icons
  .social-icons__link {
  width: 35px;
  height: 35px;
  color: #fff;
}
.page-contact .info-title {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
.page-contact .contact-item {
  padding-bottom: 75px;
}
.page-contact .contact-item .item-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
  color: #000;
}
@media (min-width: 768px) {
  .page-contact .info-title {
    padding-top: 115px;
    padding-bottom: 80px;
  }
  .page-contact .contact-section {
    margin-top: 20px;
  }
  .page-contact .map-section__content > li {
    padding: 40px 20px;
  }
  .page-contact.v2 .page-heading {
    font-size: 48px;
  }
  .page-contact.v2 .map-section__content {
    width: 100%;
    --webkit-box-align: stretch;
    --ms-flex-align: stretch;
    --webkit-align-items: stretch;
    --moz-align-items: stretch;
    align-items: stretch;
  }
  .page-contact.v2 .map-section__content > li {
    border-top: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .page-contact.v2 .map-section__content h5 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-contact.v2 .map-section__content > li svg {
    display: none;
  }
}
.blog-header {
  padding: 150px 0 230px;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.blog-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-header .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.blog-header .header__title {
  font-size: 100px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  color: inherit;
}
.blog-header .header__title span {
  text-transform: lowercase;
  position: absolute;
  font-size: 50px;
  font-weight: 300;
  top: 100%;
  left: 100%;
  margin-top: 15px;
  margin-left: -70px;
  letter-spacing: 10px;
}
.blog-header .breadcrumbs {
  margin-bottom: 0;
  padding-top: 50px;
  padding-left: 23px;
  list-style: none;
}
.blog-header .breadcrumbs li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.blog-header .breadcrumbs li:after {
  content: "\35";
  font-family: "ElegantIcons";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.blog-header .breadcrumbs li:last-child:after {
  display: none;
}
.blog-header .breadcrumbs a {
  color: inherit;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.blog-header .breadcrumbs a:hover {
  border-bottom-color: initial;
}
#shopify-section-blog-template-list .article__listing .entry-content {
  margin: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-blog-template-list .article__listing .entry-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #shopify-section-blog-template-list .article__listing .entry-content {
    padding: 30px;
  }
}
.article__listing {
  margin: 0 0 25px;
  padding: 0 15px;
  float: left;
}
.article__listing .entry-content {
  margin: 25px 0;
}
.article__listing .entry-content .categories-links span:last-child {
  display: none;
}
.article__listing .entry-content .entry-content-bottom .entry-author .a-author {
  margin-left: 5px;
}
.article__image-wrapper:hover .aspect__ratio-image {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
.article__image-wrapper .aspect__ratio-image {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  --ms-transform: translateX(-40px);
  --webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.article__date {
  text-align: center;
  text-transform: uppercase;
  padding: 13px 10px;
  max-width: 50px;
  max-height: 70px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: -10px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  --webkit-backface-visibility: hidden;
  background-color: #1877f2;
  color: #000;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article__date strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
}
.article__title {
  font-size: 30px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 0;
}
.article__title a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  --ms-transition: color 0.25s ease, border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.article__title a:hover {
  border-bottom-color: initial;
}
.article__meta-buttons {
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.article__meta-buttons li {
  display: inline-block;
  margin-left: 1px;
}
.article__meta-buttons li:first-child {
  margin-left: 0;
}
.article__meta-buttons a,
.article__meta-buttons span {
  text-transform: capitalize;
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  background-color: #f7f8fa;
  color: #000;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.article__meta-buttons a:hover {
  background-color: #000;
  color: #fff;
}
.article__excerpt {
  margin: 25px 0 50px;
  padding: 0 60px;
}
.article__more {
  display: block;
  background-color: #f7f8fa;
  color: #000;
  border: none;
  padding: 0;
  line-height: 50px;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.article__more:hover {
  background-color: #000;
  color: #fff;
}
.article__more:before {
  display: none !important;
}
.blog__grid {
  margin-top: 30px;
}
.blog__grid .article__image-wrapper:hover .article__meta-buttons {
  opacity: 1;
}
.blog__grid .article__image-wrapper:hover .article__overlay {
  opacity: 0.5;
}
.blog__grid .article__image-wrapper .article__meta-buttons {
  white-space: nowrap;
  position: absolute;
  z-index: 4;
  margin: 0;
  bottom: 30px;
  left: 50%;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.blog__grid .article__image-wrapper .article__meta-buttons li a,
.blog__grid .article__image-wrapper .article__meta-buttons li span {
  opacity: 0.6;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background-color: #fff;
  color: #000;
}
.blog__grid .article__image-wrapper .article__meta-buttons li a:hover {
  opacity: 1;
}
.blog__grid .article__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.blog__grid .article__date {
  left: 30px;
  top: 30px;
  bottom: auto;
  background-color: #fff;
  color: #000;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.blog__grid .article__title {
  font-size: 18px;
  margin-top: 35px;
}
.blog__grid .article__title + .article__meta-buttons {
  display: none;
}
.blog__grid .article__excerpt {
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 0;
}
.blog__grid .article__more {
  line-height: 45px;
}
.blog__list .article__image-wrapper:hover .aspect__ratio-container:before {
  opacity: 0.5;
}
.blog__list .article__image-wrapper .aspect__ratio-container:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  .blog-header {
    height: 150px;
    padding: 0;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: end;
    --ms-flex-align: end;
    --webkit-align-items: flex-end;
    --moz-align-items: flex-end;
    align-items: flex-end;
  }
  .blog-header .header__title {
    font-size: 50px;
  }
  .blog-header .header__title span {
    font-size: 25px;
    letter-spacing: 5px;
    margin-left: -35px;
    margin-top: 7px;
  }
  .blog-header .breadcrumbs {
    padding-top: 25px;
  }
  .article__listing {
    margin: 20px 0;
  }
  .article__title {
    font-size: 24px !important;
    margin-top: 30px !important;
  }
  .article__title + .article__meta-buttons {
    display: block !important;
  }
  .article__excerpt {
    margin: 20px 0 30px;
  }
  .blog__grid .article__image-wrapper:hover .article__date {
    opacity: 1;
  }
  .blog__grid .article__image-wrapper .article__meta-buttons,
  .blog__grid .article__image-wrapper .article__overlay {
    display: none;
  }
  .blog__grid .article__title {
    font-size: 24px;
    margin-top: 30px;
  }
  .blog__grid .article__title + .article__meta-buttons {
    display: block;
  }
}
.site-sidebar .no_blocks {
  margin-top: 50px;
  margin-bottom: 60px;
}
.site-widget {
  margin-bottom: 0px;
  background-color: white;
  color: #000;
  padding: 15px 15px;
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.site-widget.image .site-widget__content {
  overflow: hidden;
  position: relative;
}
.site-widget.image .site-widget__content .image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-widget.image .site-widget__content .image__overlay:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image: linear-gradient(
    45deg,
    rgba(120, 129, 136, 0.7) 0%,
    rgba(255, 255, 255, 0) 50%,
    transparent 100%
  );
}
.site-widget.image .site-widget__content .image__overlay:after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.site-widget.image .site-widget__content a {
  display: block;
}
.site-widget.image .site-widget__content img {
  width: 100%;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.site-widget.image .site-widget__content:hover .image__overlay:after {
  opacity: 1;
}
.site-widget.image .site-widget__content:hover img {
  --ms-transform: scale(1.1);
  --webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.site-widget.listing .site-widget__content {
  padding-top: 5px;
}
.site-widget.listing .listing__image-wrapper {
  min-width: 75px;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}
.site-widget.listing .listing__image-wrapper a {
  --webkit-backface-visibility: hidden;
}
.site-widget.listing .listing__image-wrapper a:hover {
  opacity: 0.7;
}
.site-widget.listing .listing__content {
  line-height: 1.1;
  font-size: 16px;
}
.site-widget.listing .listing__content a {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-widget.listing .listing__content time {
  line-height: 1.4;
  display: block;
  margin-top: 10px;
}
.site-widget.listing .listing__content .listing__price {
  margin-top: 10px;
}
.site-widget.listing .listing__content .compare_at_price {
  padding-left: 5px;
}
.site-widget.listing li {
  padding-top: 10px;
}
.site-widget.listing li:first-child {
  padding-top: 0;
}
.site-widget.linklist li {
  padding-top: 15px;
  position: relative;
}
.site-widget.linklist li:first-child {
  padding-top: 0;
}
.site-widget.tag_clouds .site-widget__content {
  margin-top: -7px;
  margin-left: -17px;
  margin-right: -17px;
}
.site-widget.tag_clouds li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
}
.site-widget.tag_clouds li.active a {
  border-color: initial;
}
.site-widget.tag_clouds li a {
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
  display: inline-block;
  font-weight: normal !important;
  line-height: 31px;
  padding: 0 15px;
}
.site-widget.tag_clouds li a:hover {
  color: #06c;
}
.site-widget.filtering .site-widget__content {
  text-transform: capitalize;
}
.site-widget.filtering .site-widget__content input {
  display: none;
}
.site-widget.filtering .site-widget__content select {
  text-transform: capitalize;
}
.site-widget.filtering .filter-tag {
  display: block;
  padding-top: 15px;
  line-height: 1;
}
.site-widget.filtering .filter-tag:first-child {
  /* padding-top: 0 */
}
.site-widget.filtering .filter-tag.active label {
  color: #1877f2;
}
.site-widget.filtering .filter-tag label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: #000;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.site-widget.filtering .filter-tag label:hover {
  color: #1877f2;
}
.site-widget.filtering .filter-tags {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.site-widget.filtering .filter-tags .filter-tag {
  display: inline-block;
  margin-right: 10px;
  padding: 7px 0 4px;
}
.site-widget.filtering .filter-tags .filter-tag.active label {
  color: #1877f2;
  border-color: #1877f2;
}
.site-widget.filtering .filter-tags .filter-tag label {
  padding: 5px 10px;
  border: 1px solid #dadada;
  min-width: 47px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
}
.site-widget.filtering .filter-tags .filter-tag label:hover {
  color: #000;
  border-color: #1877f2;
  font-weight: 600;
  color: #1877f2;
}
.site-widget.filtering .filter-checkbox .filter-tag.active label:before,
.site-widget.filtering .filter-checkbox .filter-tag label:hover:before {
  background-color: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.site-widget.filtering .filter-checkbox .filter-tag label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.site-widget.filtering .filter-checkbox .filter-tag label:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  display: block;
  content: "\4e";
  font-family: "ElegantIcons";
  line-height: 16px;
  font-size: 14px;
  color: transparent;
  font-weight: bold;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
.site-widget.filtering .filter-background {
  line-height: 1;
}
.site-widget.filtering .filter-background.hide-text {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: -10px;
}
.site-widget.filtering .filter-background.hide-text .filter-tag {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 7px;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.site-widget.filtering .filter-background.hide-text .filter-tag label {
  padding-left: 0;
}
.site-widget.filtering
  .filter-background.hide-text
  .filter-tag
  label[data-tooltip]:after {
  content: attr(data-tooltip);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #000;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.site-widget.filtering
  .filter-background.hide-text
  .filter-tag
  label[data-tooltip]:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.site-widget.filtering
  .filter-background.hide-text
  .filter-tag
  label[data-tooltip]:hover:after,
.site-widget.filtering
  .filter-background.hide-text
  .filter-tag
  label[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.site-widget.filtering
  .filter-background.hide-text
  .filter-tag
  span:not(.swatch) {
  display: none;
}
.site-widget.filtering .filter-background.hide-text .filter-tag .swatch {
  position: relative;
  display: block;
  margin-top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.site-widget.filtering .filter-background.hide-text .filter-tag .swatch:before {
  width: 31px;
  height: 31px;
  line-height: 31px;
  margin-top: 0;
  top: 0;
}
.site-widget.filtering
  .filter-background
  .filter-tag.active
  label
  .swatch:before,
.site-widget.filtering
  .filter-background
  .filter-tag
  label:hover
  .swatch:before {
  opacity: 0;
}
.site-widget.filtering .filter-background .filter-tag label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.site-widget.filtering .filter-background .filter-tag .swatch {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.site-widget.filtering .filter-background .filter-tag .swatch:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  display: block;
  content: "\4e";
  font-family: "ElegantIcons";
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.site-widget .site-widget__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}
.site-widget .site-widget__content {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
}
.site-widget.filtering:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  content: "";
  height: 1px;
  background-color: #d8d8d8;
  display: none;
}
.site-widget.filtering:last-child::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  content: "";
  height: 0px;
  background-color: #d8d8d8;
}
.sidebar-open .sidebar__overlay {
  visibility: visible;
  opacity: 0.8;
}
.sidebar-open .sidebar__close {
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  transition-delay: 0.35s;
  opacity: 1;
  visibility: visible;
}
.sidebar-open .offcanvas-sidebar .site-sidebar,
.sidebar-open .site-sidebar {
  left: 0;
}
.sidebar-open .filters-sidebar .collection-toolbar .toolbar-left .sidebar__btn {
  color: #1877f2;
}
.sidebar-open
  .filters-sidebar
  .collection-toolbar
  .toolbar-left
  .sidebar__btn
  .line:before {
  width: 15px;
}
.sidebar-open
  .filters-sidebar
  .collection-toolbar
  .toolbar-left
  .sidebar__btn
  .line:after {
  width: 13px;
}
.sidebar__close {
  display: block;
  position: fixed;
  left: 325px;
  top: 5px;
  z-index: 900000;
  background-color: #fff;
  color: #000;
  padding: 5px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.1s ease, visibility 0.1s ease;
  --webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.sidebar__close:before {
  content: "\4d";
  font-family: "ElegantIcons";
  font-size: 26px;
  line-height: 1;
}
.sidebar__overlay {
  display: block;
  position: fixed;
  z-index: 90000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.offcanvas-sidebar .site-sidebar {
  position: fixed;
  z-index: 100;
  left: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  padding-bottom: 30px;
  overflow: auto;
  background-color: #fff;
  --ms-transition: left 0.35s ease, right 0.35s ease;
  --webkit-transition: left 0.35s ease, right 0.35s ease;
  transition: left 0.35s ease, right 0.35s ease;
}
.offcanvas-sidebar .site-sidebar .site-widget {
  margin-bottom: 50px;
}
.offcanvas-sidebar .site-sidebar .site-widget.listing li {
  padding-top: 20px;
}
.offcanvas-sidebar .site-sidebar .site-widget.listing li:first-child {
  padding-top: 0;
}
.offcanvas-sidebar .site-sidebar .site-widget.link_list li {
  padding-top: 15px;
}
.offcanvas-sidebar .site-sidebar .site-widget.link_list li:first-child {
  padding-top: 0;
}
.offcanvas-sidebar .site-sidebar .site-widget:first-child {
  margin-top: 0;
}
.offcanvas-sidebar .site-sidebar .site-widget__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.filters-sidebar #site-secondary {
  display: none !important;
}
.shop__filtering {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.shop__filtering .shop__filtering-inner {
  padding-top: 30px;
}
.shop__filtering .site-widget {
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.shop__filtering .site-widget__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-sidebar .site-widget.listing .listing__image-wrapper {
    display: none;
  }
  .site-sidebar .site-widget.listing li {
    padding-top: 20px;
  }
  .site-sidebar .site-widget.listing li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .filters-sidebar #site-secondary {
    display: block !important;
  }
  .filters-sidebar .shop__filtering {
    display: none !important;
  }
  .site-sidebar {
    position: fixed;
    z-index: 900000;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    padding-bottom: 30px;
    overflow: auto;
    background-color: #fff;
    --ms-transition: left 0.35s ease;
    --webkit-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }
  .site-sidebar .site-widget {
    margin-bottom: 50px;
  }
  .site-sidebar .site-widget.listing li {
    padding-top: 20px;
  }
  .site-sidebar .site-widget.listing li:first-child {
    padding-top: 0;
  }
  .site-sidebar .site-widget.link_list li {
    padding-top: 15px;
  }
  .site-sidebar .site-widget.link_list li:first-child {
    padding-top: 0;
  }
  .site-sidebar .site-widget:first-child {
    margin-top: 0;
  }
  .site-sidebar .site-widget__title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.article-header {
  height: 500px;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.article-header .page-content .cat-links a,
.article-header .page-content .entry-title,
.article-header .page-content .entry-metas .entry-date,
.article-header .page-content .entry-metas .entry-author {
  color: white;
}
.article-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.article-header .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.article-header .header__title {
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  color: inherit;
}
.article-header .header__title a {
  position: absolute;
  bottom: 100%;
  left: 100%;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 5px;
  line-height: 15px;
  color: #000;
  background-color: #1877f2;
}
.article-header .header__meta {
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}
.article-header .header__meta li {
  display: inline-block;
  margin-left: 1px;
}
.article-header .header__meta li:first-child {
  margin-left: 0;
}
.article-header .header__meta a,
.article-header .header__meta span {
  text-transform: capitalize;
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  opacity: 0.6;
  background-color: #fff;
  color: #000;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.article-header .header__meta a:hover {
  opacity: 1;
}
.touch .article-header .header__image {
  background-attachment: scroll;
}
#shopify-section-article-template-single-v3 .article-main {
  margin-top: 15px;
}
.short-code {
  padding: 0;
  margin-bottom: 90px;
}
.article-main {
  margin-top: 40px;
}
.article-main .article__listing {
  margin-top: 0;
  float: none;
  position: relative;
  padding: 0;
}
.article-main .article__date {
  position: static;
  display: block;
  margin: 0;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}
.article-main .social-sharing {
  margin-top: 30px;
}
.article-main .social-sharing li {
  margin-top: 1px;
}
.article-main .social-sharing li:first-child {
  margin-top: 0;
}
.article-main .article__buttons {
  width: 50px;
  min-width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.article-main .article__content {
  padding-left: 0px;
}
.article-main .article__content h3 {
  padding: 50px 0;
}
.article-main .article__content img {
  /* padding-bottom: 30px; */
}
@media (min-width: 992px) {
  .article-main .article__content .slick__gallery {
    margin-left: calc(-8.333333% - 15px);
    margin-right: calc(-8.333333% - 15px);
  }
}
.article__comments .page-subheading {
  margin-top: 0;
}
.article__comments .comment__list {
  list-style: none;
  margin-bottom: 50px;
}
.article__comments .comment__item {
  padding-bottom: 40px;
}
.article__comments .comment__item:last-child {
  border-bottom: 0;
}
.article__comments .comment__image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-right: 30px;
}
.article__comments .comment__content {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-left: 20px;
}
.article__comments .comment__meta {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  list-style: none;
}
.article__comments .comment__meta li {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.article__comments .comment__meta li:first-child {
  color: #000;
  font-style: normal;
  margin-right: 10px;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  position: relative;
}
.article__comments .comment__meta li:first-child:after {
  content: "-";
  margin-left: 10px;
  font-weight: 400;
  display: inline-block;
  color: #788188;
}
.article__comments .comment__btn {
  color: #09c;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding-right: 15px;
}
.article__comments .site-pagination {
  margin-top: -20px;
  margin-bottom: 80px;
  padding-left: 80px;
}
.article__comments .site-pagination .btn {
  width: 35px;
  height: 35px;
  line-height: 31px;
}
@media (max-width: 991px) {
  .article-header {
    height: 300px;
    padding-bottom: 30px;
  }
  .article-header .header__title {
    font-size: 24px;
  }
  .article-header .header__title a {
    left: auto;
    right: 0;
  }
  .article-header .header__overlay {
    opacity: 0.3 !important;
  }
  .article-header .header__image {
    background-attachment: unset;
  }
  .article-main {
    margin-top: 30px;
  }
  .article-main .article__content {
    /*padding-left: 80px*/
  }
  .article-main .article__listing {
    display: block !important;
    margin-bottom: 40px;
  }
  .article-main .social-sharing {
    margin-top: 0;
    margin-left: 30px;
  }
  .article-main .social-sharing li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
  }
  .article-main .social-sharing li:first-child {
    margin-left: 0;
  }
  .article-main .article__buttons {
    position: static;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: end;
    --ms-flex-align: end;
    --webkit-align-items: flex-end;
    --moz-align-items: flex-end;
    align-items: flex-end;
  }
  .article__comments .comment__list {
    padding-left: 30px;
  }
  .article__comments .comment__image {
    display: none;
  }
  .article__comments .comment__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .article__comments .site-pagination {
    padding-left: 30px;
    margin-bottom: 60px;
  }
}
.site-account {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.site-account + .site-account {
  margin-top: 0px;
}
.site-account .page-heading {
  margin-top: 40px;
  font-size: 36px;
  text-transform: none;
}
.site-account .page-subheading {
  margin-top: 30px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.site-account .form-group {
  margin-bottom: 20px;
}
.site-account .address {
  padding: 30px;
  border: 2px solid #e7e7e7;
  margin-bottom: 30px;
  line-height: 2;
}
.site-account .address p:last-child {
  margin-bottom: 0;
}
.site-account .address strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.site-account .site-pagination .btn {
  width: 35px;
  height: 35px;
  line-height: 31px;
}
.site-account .responsive-table {
  width: 100%;
}
.site-account .responsive-table th {
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.site-account .responsive-table td {
  padding: 10px 0;
}
.template-customers-addresses .site-account {
  max-width: 100%;
}
@media (min-width: 768px) {
  .site-account .page-heading {
    font-size: 48px;
  }
}
.template-customers-account .account-info,
.template-customers-addresses .account-info {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.template-customers-account .account-info .account-avatar,
.template-customers-addresses .account-info .account-avatar {
  margin-right: 15px;
}
.template-customers-account .account-info .account-avatar img,
.template-customers-addresses .account-info .account-avatar img {
  --webkit-border-radius: 50%;
  border-radius: 50%;
}
.template-customers-account .account-info .account-name,
.template-customers-addresses .account-info .account-name {
  font-size: 18px;
  line-height: 1;
}
.template-customers-account .account-info .account-name h3,
.template-customers-addresses .account-info .account-name h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 0;
  display: block;
}
.minicart {
  white-space: normal;
  line-height: 1.4;
}
.minicart.opened .cart__content,
.minicart.opened .cart__message {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.minicart .cart__content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.minicart .cart__list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.minicart .cart__item {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: stretch;
  --ms-flex-align: stretch;
  --webkit-align-items: stretch;
  --moz-align-items: stretch;
  align-items: stretch;
}
.minicart .item__image {
  width: 65px;
  height: 65px;
  min-width: 65px;
  max-width: 65px;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
  margin-right: 20px;
}
.minicart .item__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.minicart .item__remove:hover:before,
.minicart .item__remove:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.minicart .item__remove:before,
.minicart .item__remove:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: block;
  background-color: #000;
  --webkit-backface-visibility: hidden;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.minicart .item__remove:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minicart .item__remove:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.minicart .item__content {
  width: 100%;
  padding-top: 5px;
}
.minicart .item__name {
  font-weight: 500;
  color: #000;
}
.minicart .item__qty {
  padding-top: 10px;
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.minicart .cart__condition {
  position: relative;
  margin: 0 20px 15px;
}
.minicart .cart__condition a {
  color: #1877f2;
  text-decoration: underline;
  --webkit-backface-visibility: hidden;
}
.minicart .cart__condition a:hover {
  color: rgba(252, 184, 0, 0.7);
}
.minicart .cart__condition input {
  display: none;
}
.minicart .cart__condition input:checked + label:before {
  border-color: #1877f2;
  background-color: #1877f2;
  color: #000;
}
.minicart .cart__condition label {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.5;
}
.minicart .cart__condition label:before {
  content: "\4e";
  font-family: "ElegantIcons";
  line-height: 16px;
  font-size: 14px;
  color: transparent;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
.minicart .cart__total {
  padding: 25px 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.minicart .cart__total .price {
  font-size: 24px;
  margin-left: auto;
  font-weight: 700;
}
.minicart .cart__total strong {
  font-weight: 500;
}
.minicart .cart__btns {
  padding: 0 20px;
}
.minicart a.btn-checkout,
.minicart a.btn-cart {
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.minicart a.btn-checkout {
  position: relative;
  z-index: 1;
  background-color: #1877f2;
  color: #000;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.minicart a.btn-checkout:hover {
  background-color: #1877f2;
  color: #000;
}
.minicart a.btn-checkout:hover:after {
  opacity: 0.2;
}
.minicart a.btn-checkout:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.minicart a.btn-cart {
  color: #1877f2;
}
.minicart a.btn-cart:hover {
  color: rgba(252, 184, 0, 0.7);
}
.minicart .cart__empty {
  padding: 120px 0 100px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.minicart .cart__empty:before {
  content: "\e015";
  font-family: "ElegantIcons";
  font-weight: normal;
  background: none;
  font-size: 100px;
  line-height: 60px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 35px;
}
.minicart .cart__message {
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  line-height: 1.4;
  z-index: 2;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.minicart .cart__message:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
}
.minicart.minicart-frame {
  position: fixed;
  top: 100px;
  right: 100px;
  width: 0;
  max-height: 0;
  z-index: 110;
  overflow: hidden;
  background-color: #1877f2;
  color: #000;
  --ms-transition: max-height 0.25s 0.1s, width 0.25s 0.1s, box-shadow 0.5s 0.2s;
  --webkit-transition: max-height 0.25s 0.1s, width 0.25s 0.1s,
    box-shadow 0.5s 0.2s;
  transition: max-height 0.25s 0.1s, width 0.25s 0.1s, box-shadow 0.5s 0.2s;
  --ms-transform: translateZ(0);
  --webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.minicart.minicart-frame:after {
  background-color: #000;
}
.minicart.minicart-frame:before {
  border-color: #fff;
  border-left-color: transparent;
}
.minicart.minicart-frame.loading:after {
  opacity: 0.2;
}
.minicart.minicart-frame.opened {
  max-height: 725px;
  width: 400px;
  max-height: 680px;
  --webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
}
.minicart.minicart-frame .cart__heading {
  display: none;
}
.minicart.minicart-frame .cart__item {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.minicart.minicart-frame .item__name {
  font-weight: 600;
  color: #000;
}
.minicart.minicart-frame a.item__name:hover {
  color: rgba(0, 0, 0, 0.7);
}
.minicart.minicart-frame .item__image {
  width: 95px;
  height: 95px;
  min-width: 95px;
  max-width: 95px;
}
.minicart.minicart-frame .item__remove:before,
.minicart.minicart-frame .item__remove:after {
  background-color: #000;
}
.minicart.minicart-frame .cart__condition a {
  color: #000;
}
.minicart.minicart-frame .cart__condition a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.minicart.minicart-frame .cart__condition input:checked + label:before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
}
.minicart.minicart-frame .cart__condition label:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.minicart.minicart-frame a.btn-checkout,
.minicart.minicart-frame a.btn-cart {
  padding: 15px 20px;
}
.minicart.minicart-frame a.btn-checkout {
  background-color: #000;
  color: #1877f2;
}
.minicart.minicart-frame a.btn-checkout:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #1877f2;
}
.minicart.minicart-frame a.btn-checkout:after {
  display: none;
}
.minicart.minicart-frame a.btn-cart {
  color: #000;
}
.minicart.minicart-frame a.btn-cart:hover {
  color: rgba(0, 0, 0, 0.7);
}
.minicart.minicart-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 110;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  right: 0;
  --ms-transform: translateX(340px);
  --webkit-transform: translateX(340px);
  transform: translateX(340px);
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  width: 340px;
}
.minicart.minicart-sidebar.opened {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
.minicart.minicart-sidebar.opened + .minicart__overlay {
  opacity: 1;
  visibility: visible;
}
.minicart.minicart-sidebar.opened + .minicart__overlay + .cart__message {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.minicart.minicart-sidebar .cart__heading {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --webkit-box-direction: normal;
  --webkit-box-orient: horizontal;
  --webkit-flex-direction: row;
  --moz-flex-direction: row;
  --ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.minicart.minicart-sidebar .cart__heading h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.minicart.minicart-sidebar .cart__heading .cart__close {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  color: #000;
  cursor: pointer;
  padding-right: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.minicart.minicart-sidebar .cart__heading .cart__close:hover:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minicart.minicart-sidebar .cart__heading .cart__close:hover:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.minicart.minicart-sidebar .cart__heading .cart__close:before,
.minicart.minicart-sidebar .cart__heading .cart__close:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.minicart.minicart-sidebar .cart__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: stretch;
  --ms-flex-align: stretch;
  --webkit-align-items: stretch;
  --moz-align-items: stretch;
  align-items: stretch;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.minicart.minicart-sidebar .cart__content {
  overflow: visible;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  --webkit-box-align: stretch;
  --ms-flex-align: stretch;
  --webkit-align-items: stretch;
  --moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.minicart.minicart-sidebar .cart__list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.minicart.minicart-sidebar .cart__item:last-child {
  border-bottom: 0;
}
.minicart.minicart-sidebar .cart__meta {
  border-top: 2px solid #e7e7e7;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.minicart.minicart-sidebar .cart__empty:before {
  color: rgba(0, 0, 0, 0.15);
}
.minicart.minicart-sidebar .cart__message {
  position: absolute;
  bottom: 0;
  left: 0;
}
.minicart.minicart-sidebar .cart__total .price {
  color: #1877f2;
}
.minicart.minicart-sidebar a.item__name:hover {
  color: #1877f2;
}
.minicart.loading:after {
  opacity: 0.7;
  visibility: visible;
}
.minicart.loading:before {
  opacity: 1;
  visibility: visible;
}
.minicart.loading .cart__content {
  pointer-events: none;
}
.minicart:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.minicart:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  --vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -16px;
  top: 84px;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.minicart__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.minicart__overlay + .cart__message {
  color: #000;
  background-color: #1877f2;
  padding: 20px;
  width: 340px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  opacity: 0;
  visibility: hidden;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  --ms-transition: opacity 0.1s ease, visibility 0.1s ease;
  --webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
@media (max-height: 625px) {
  .minicart.minicart-frame .minicart__content {
    max-height: 145px;
  }
}
.cart__fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.cart__fullscreen.opened .cart__overlay {
  opacity: 1;
}
.cart__fullscreen.opened .cart__close {
  visibility: visible;
  --ms-transform: scale(1);
  --webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.3s;
}
.cart__fullscreen.opened .cart__content {
  opacity: 1;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
.cart__fullscreen.opened.loading .cart__info:before {
  opacity: 1;
}
.cart__fullscreen.opened.loading .cart-container {
  opacity: 0;
  pointer-events: none;
  --ms-transform: translateY(30px);
  --webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.cart__fullscreen.opened.loaded .page-cart {
  display: block;
}
.cart__fullscreen.removing .cart__close {
  opacity: 0;
}
.cart__fullscreen.removing .cart__content {
  opacity: 0;
  --ms-transform: translateX(100px);
  --webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.cart__fullscreen .cart__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.cart__fullscreen .cart__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  visibility: hidden;
  --ms-transform: scale(0);
  --webkit-transform: scale(0);
  transform: scale(0);
  --ms-transition: transform 0.3s 0s, visibility 0s 0.3s;
  --webkit-transition: transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.cart__fullscreen .cart__close:hover:before,
.cart__fullscreen .cart__close:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.cart__fullscreen .cart__close:before,
.cart__fullscreen .cart__close:after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -1px;
  margin-right: -12px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.cart__fullscreen .cart__close:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart__fullscreen .cart__close:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart__fullscreen .cart__container {
  position: relative;
  z-index: 99;
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
}
.cart__fullscreen .cart__content {
  height: 575px;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  opacity: 0;
  --ms-transform: translateX(-100px);
  --webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  --ms-transition: opacity 0.25s ease, transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cart__fullscreen .cart__info {
  position: relative;
}
.cart__fullscreen .cart__info:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 0;
  z-index: 99;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.cart__fullscreen .page-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}
.cart__fullscreen .page-cart {
  display: none;
}
@media (min-width: 992px) {
  .cart__fullscreen .cart__container {
    max-width: 920px;
  }
}
.page-cart#CartSection-cart-popup-template .cart-loader {
  opacity: 0;
  pointer-events: none;
  position: relative;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart-loader:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 0;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.page-cart#CartSection-cart-popup-template.loading .cart-loader {
  opacity: 1;
}
.page-cart#CartSection-cart-popup-template.loading .cart-container {
  opacity: 0.2;
  pointer-events: none;
}
.page-cart#CartSection-cart-popup-template .cart-container {
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart-header {
  padding: 60px 0;
  margin-bottom: 40px;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.page-cart#CartSection-cart-popup-template .cart-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-cart#CartSection-cart-popup-template .cart-header .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps li {
  display: inline-block;
  margin: 5px 0;
  line-height: 1.2;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps li:after {
  content: "\24";
  font-family: "ElegantIcons";
  opacity: 0.7;
  font-weight: 700;
  font-size: 18px;
  margin: 0 10px;
}
.page-cart#CartSection-cart-popup-template
  .cart-header
  .steps
  li:last-child:after {
  display: none;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps h1,
.page-cart#CartSection-cart-popup-template .cart-header .steps span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps h1 {
  margin: 0;
}
.page-cart#CartSection-cart-popup-template .cart-header .steps span {
  opacity: 0.7;
}
.page-cart#CartSection-cart-popup-template .page-heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 48px;
  text-transform: none;
}
.page-cart#CartSection-cart-popup-template.cart--no-cookies .cookie-message {
  display: block;
}
.page-cart#CartSection-cart-popup-template.cart--no-cookies .cart__continue-btn,
.page-cart#CartSection-cart-popup-template.cart--no-cookies
  .cart--empty-message {
  display: none;
}
.page-cart#CartSection-cart-popup-template .currency__notification {
  margin-top: 40px;
}
.page-cart#CartSection-cart-popup-template .cookie-message {
  display: none;
}
.page-cart#CartSection-cart-popup-template .cart--empty-message {
  position: relative;
}
.page-cart#CartSection-cart-popup-template .cart--empty-message i {
  position: relative;
  font-size: 200px;
  color: #f7f8fa;
}
.page-cart#CartSection-cart-popup-template .cart--empty-message i:after {
  content: "\4d";
  position: absolute;
  top: 40px;
  left: 55px;
  font-size: 100px;
}
.page-cart#CartSection-cart-popup-template .cart--empty-message span {
  display: block;
  margin: 30px 0;
  font-size: 16px;
}
.page-cart#CartSection-cart-popup-template .cart {
  width: 100%;
}
.page-cart#CartSection-cart-popup-template .cart tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.page-cart#CartSection-cart-popup-template .cart tbody tr:last-child {
  border-bottom: 0;
}
.page-cart#CartSection-cart-popup-template .cart tbody tr td {
  padding: 25px 20px 25px 0;
}
.page-cart#CartSection-cart-popup-template .cart tfoot tr td {
  padding: 40px 0 0;
}
.page-cart#CartSection-cart-popup-template .cart .item__remove {
  text-align: center;
  width: 40px;
  max-width: 40px;
  padding-right: 0;
  font-size: 0;
}
.page-cart#CartSection-cart-popup-template .cart .item__remove a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.page-cart#CartSection-cart-popup-template .cart .item__remove a:hover:before,
.page-cart#CartSection-cart-popup-template .cart .item__remove a:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}
.page-cart#CartSection-cart-popup-template .cart .item__remove a:before,
.page-cart#CartSection-cart-popup-template .cart .item__remove a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -1px;
  width: 13px;
  height: 2px;
  display: inline-block;
  --webkit-backface-visibility: hidden;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart .item__remove a:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-cart#CartSection-cart-popup-template .cart .item__remove a:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-cart#CartSection-cart-popup-template .cart .item__image {
  width: 100px;
  max-width: 100px;
  padding-right: 20px;
  font-size: 0;
}
.page-cart#CartSection-cart-popup-template .cart .item__image a {
  --webkit-backface-visibility: hidden;
  display: inline-block;
}
.page-cart#CartSection-cart-popup-template .cart .item__image a:hover {
  opacity: 0.7;
}
.page-cart#CartSection-cart-popup-template .cart .item__name {
  width: 250px;
  min-width: 100px;
}
.page-cart#CartSection-cart-popup-template .cart .item__name span {
  font-weight: 500;
  color: #000;
}
.page-cart#CartSection-cart-popup-template .cart .item__name a {
  font-weight: 500;
}
.page-cart#CartSection-cart-popup-template .cart .item__price .money {
  font-weight: 500;
  display: inline-block;
}
.page-cart#CartSection-cart-popup-template .cart .item__quantity .item__qty {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.page-cart#CartSection-cart-popup-template
  .cart
  .item__quantity
  .item__qty
  .minus,
.page-cart#CartSection-cart-popup-template
  .cart
  .item__quantity
  .item__qty
  .plus {
  font-size: 14px;
  outline: none;
  background: 0 0;
  padding: 0 5px;
  cursor: pointer;
  height: 42px;
  border: 1px solid #e7e7e7;
  --ms-transition: background-color 0.25s ease;
  --webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.page-cart#CartSection-cart-popup-template
  .cart
  .item__quantity
  .item__qty
  .minus:hover,
.page-cart#CartSection-cart-popup-template
  .cart
  .item__quantity
  .item__qty
  .plus:hover {
  background-color: #f7f8fa;
}
.page-cart#CartSection-cart-popup-template
  .cart
  .item__quantity
  .item__qty
  .qty {
  width: 40px;
  text-align: center;
  padding: 0;
  height: 42px;
  border-left: 0;
  border-right: 0;
}
.page-cart#CartSection-cart-popup-template .cart .item__subtotal .money {
  font-weight: 600;
  color: #f30;
  font-size: 16px;
}
.page-cart#CartSection-cart-popup-template .cart .item__meta {
  margin-top: 5px;
}
.page-cart#CartSection-cart-popup-template .cart .item__meta p {
  margin-bottom: 0;
}
.page-cart#CartSection-cart-popup-template .cart__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.page-cart#CartSection-cart-popup-template .cart__coupon {
  width: 60%;
  position: relative;
}
.page-cart#CartSection-cart-popup-template .cart__coupon svg {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  fill: #000;
  pointer-events: none;
}
.page-cart#CartSection-cart-popup-template .cart__coupon p {
  color: #1877f2;
  font-style: italic;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  --ms-transform: translateY(10px);
  --webkit-transform: translateY(10px);
  transform: translateY(10px);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart__coupon input {
  border-width: 1px;
  border-style: dashed;
  height: 50px;
  line-height: 48px;
  padding-left: 50px;
}
.page-cart#CartSection-cart-popup-template .cart__coupon input:focus {
  background-color: #f7f8fa;
}
.page-cart#CartSection-cart-popup-template .cart__coupon input:focus + button {
  opacity: 1;
}
.page-cart#CartSection-cart-popup-template .cart__coupon input:focus + p,
.page-cart#CartSection-cart-popup-template
  .cart__coupon
  input:focus
  + button
  + p {
  opacity: 1;
  visibility: visible;
  --ms-transform: translateY(-5px);
  --webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.page-cart#CartSection-cart-popup-template .cart__coupon button {
  outline: none;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart__update {
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-left: auto;
  padding: 0;
  cursor: pointer;
  line-height: 1.5;
  opacity: 0.5;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart__update:hover {
  opacity: 1;
}
.page-cart#CartSection-cart-popup-template .cart__notes label,
.page-cart#CartSection-cart-popup-template .cart__gift label {
  position: relative;
  color: #000;
  font-weight: 500;
}
.page-cart#CartSection-cart-popup-template .cart__notes textarea,
.page-cart#CartSection-cart-popup-template .cart__gift textarea {
  height: 100px;
  min-height: 100px;
}
.page-cart#CartSection-cart-popup-template .cart__notes textarea:focus,
.page-cart#CartSection-cart-popup-template .cart__gift textarea:focus {
  background-color: #f7f8fa;
}
.page-cart#CartSection-cart-popup-template .cart__gift input {
  display: none;
}
.page-cart#CartSection-cart-popup-template
  .cart__gift
  input:checked
  + label:before {
  border-color: #1877f2;
  background-color: #1877f2;
  color: #000;
}
.page-cart#CartSection-cart-popup-template
  .cart__gift
  input:checked
  + label:after {
  opacity: 1;
}
.page-cart#CartSection-cart-popup-template .cart__gift label {
  cursor: pointer;
}
.page-cart#CartSection-cart-popup-template .cart__gift label:before {
  content: "\4e";
  font-family: "ElegantIcons";
  line-height: 16px;
  font-size: 14px;
  color: transparent;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
.page-cart#CartSection-cart-popup-template .cart__collaterals {
  margin-bottom: 30px;
  background-color: #f7f8fa;
}
.page-cart#CartSection-cart-popup-template .cart__collaterals:before,
.page-cart#CartSection-cart-popup-template .cart__collaterals:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: relative;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(
    closest-side,
    transparent 9px,
    #f7f8fa 100%
  );
}
.page-cart#CartSection-cart-popup-template .cart__collaterals:before {
  top: -10px;
}
.page-cart#CartSection-cart-popup-template .cart__collaterals:after {
  bottom: -10px;
  --ms-transform: rotate(180deg);
  --webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  clear: both;
}
.page-cart#CartSection-cart-popup-template .cart__collaterals .cart__totals {
  padding: 20px 30px 30px;
}
.page-cart#CartSection-cart-popup-template .cart__collaterals .cart__totals h2 {
  color: #000;
  font-size: 16px;
  padding: 0 0 15px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 0.8px;
  font-weight: 600;
  line-height: 1;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table {
  width: 100%;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  th {
  padding: 10px 20px 10px 0;
  width: 100px;
  line-height: 1.2rem;
  color: #000;
  font-weight: 500;
  vertical-align: top;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  td {
  padding: 10px 0;
  color: #000;
  vertical-align: top;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  td
  .text {
  opacity: 0.5;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  td
  .money {
  font-weight: 500;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__shipping
  th,
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__shipping
  td {
  padding-bottom: 25px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__shipping-btn {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  color: #1877f2;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__shipping-btn:hover {
  opacity: 0.7;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .shipping__calculator {
  display: none;
  padding-top: 15px;
  padding-bottom: 8px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .shipping__calculator
  .form-group {
  padding: 5px 0;
  margin-bottom: 0;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .shipping__calculator
  label {
  display: none;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .shipping__calculator
  .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .shipping__calculator
  .shipping-rates-feedback {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__total {
  border-top: 1px solid #e7e7e7;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__total
  th,
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__total
  td {
  padding-top: 25px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  table
  .cart__total
  td {
  font-size: 24px;
  line-height: 1;
  color: #f30;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__checkout {
  padding-top: 20px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__checkout
  .btn-primary {
  height: 50px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__condition {
  position: relative;
  margin-bottom: 15px;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__condition
  input {
  display: none;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__condition
  input:checked
  + label:before {
  border-color: #1877f2;
  background-color: #1877f2;
  color: #000;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__condition
  label {
  cursor: pointer;
  margin-bottom: 0;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .cart__condition
  label:before {
  content: "\4e";
  font-family: "ElegantIcons";
  line-height: 16px;
  font-size: 14px;
  color: transparent;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  --ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .additional-checkout-buttons {
  margin: 35px 0 0;
  padding: 15px 10px 35px;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.page-cart#CartSection-cart-popup-template
  .cart__collaterals
  .cart__totals
  .additional-checkout-buttons
  .additional-checkout-buttons__separator {
  display: block;
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.page-cart#CartSection-cart-popup-template .cart__continue {
  padding-top: 15px;
  text-align: center;
}
.page-cart#CartSection-cart-popup-template .cart__continue a {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #788188;
}
.page-cart#CartSection-cart-popup-template .cart__continue a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .page-cart#CartSection-cart-popup-template .cart-header {
    padding: 15px 0;
  }
  .page-cart#CartSection-cart-popup-template .cart-header .steps h1,
  .page-cart#CartSection-cart-popup-template .cart-header .steps span {
    font-size: 18px;
  }
  .page-cart#CartSection-cart-popup-template .cart {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-cart#CartSection-cart-popup-template .cart-header .steps li:after,
  .page-cart#CartSection-cart-popup-template .cart-header .steps .inactive {
    display: none;
  }
  .page-cart#CartSection-cart-popup-template .cart-header .steps h1,
  .page-cart#CartSection-cart-popup-template .cart-header .steps span {
    font-size: 24px;
  }
  .page-cart#CartSection-cart-popup-template .page-heading {
    font-size: 36px;
  }
  .page-cart#CartSection-cart-popup-template .cart {
    margin-top: 40px;
  }
  .page-cart#CartSection-cart-popup-template .cart tbody tr {
    display: block;
    padding: 0 0 10px;
    margin-bottom: 25px;
  }
  .page-cart#CartSection-cart-popup-template .cart tbody tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-cart#CartSection-cart-popup-template .cart tbody td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
  }
  .page-cart#CartSection-cart-popup-template .cart .item__remove,
  .page-cart#CartSection-cart-popup-template .cart .item__image,
  .page-cart#CartSection-cart-popup-template .cart .item__name,
  .page-cart#CartSection-cart-popup-template .cart .item__price,
  .page-cart#CartSection-cart-popup-template .cart .item__quantity,
  .page-cart#CartSection-cart-popup-template .cart .item__subtotal {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: right;
  }
  .page-cart#CartSection-cart-popup-template .cart .item__remove {
    text-align: right;
    margin-bottom: -30px;
    font-size: 0;
  }
  .page-cart#CartSection-cart-popup-template .cart .item__image {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page-cart#CartSection-cart-popup-template .cart .item__image img {
    max-height: 120px;
    display: inline-block;
  }
  .page-cart#CartSection-cart-popup-template
    .cart
    .item__quantity
    .item__qty
    .qty,
  .page-cart#CartSection-cart-popup-template
    .cart
    .item__quantity
    .item__qty
    .plus,
  .page-cart#CartSection-cart-popup-template
    .cart
    .item__quantity
    .item__qty
    .minus {
    height: 28px;
  }
  .page-cart#CartSection-cart-popup-template .cart__actions {
    display: block;
  }
  .page-cart#CartSection-cart-popup-template .cart__coupon {
    width: 100%;
  }
  .page-cart#CartSection-cart-popup-template .cart__update {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .page-cart#CartSection-cart-popup-template .cart__mobile-2 .cart__item {
    position: relative;
    min-height: 135px;
    padding-left: 115px;
    padding-bottom: 25px;
  }
  .page-cart#CartSection-cart-popup-template .cart__mobile-2 .item__remove {
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 1;
    width: auto;
    display: inline-block;
  }
  .page-cart#CartSection-cart-popup-template .cart__mobile-2 .item__image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 115px;
    max-width: 100px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .page-cart#CartSection-cart-popup-template .cart__mobile-2 .item__name {
    text-align: left;
  }
  .page-cart#CartSection-cart-popup-template
    .cart__mobile-2
    .item__name:before {
    display: none;
  }
}
.rt-cart .rt-martfury table.cart .btn-update,
.rt-cart .rt-martfury table.checkout .btn-update {
  float: right;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  padding-left: 50px;
  border: 1px solid #7f7f7f;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.rt-cart .wc-proceed-to-checkout a.checkout-button,
.rt-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
}
.search-form {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  color: #000;
}
.search-form:after {
  content: "\e922";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.search-form label {
  margin-bottom: 0;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.search-form .search-field:focus {
  border: none;
  outline: none;
}
.search-form ::-webkit-input-placeholder {
  color: #999;
}
.search-form :-moz-placeholder {
  color: #999;
}
.search-form ::-moz-placeholder {
  color: #999;
}
.search-form :-ms-input-placeholder {
  color: #999;
}
.search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
}
.collections-masonry:before,
.collections-masonry:after {
  content: "";
  display: table;
}
.collections-masonry:after {
  clear: both;
}
.collection__item {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.collection__item.collection__classic .collection__content {
  position: static;
  color: inherit;
  padding: 20px 0;
}
.collection__item.collection__classic .collection__title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.collection__item.collection__classic .collection__count {
  opacity: 1;
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.collection__item.collection__classic .collection__button {
  margin: 20px auto 0;
  max-width: 200px;
}
.collection__item.collection__classic .collection__button .btn {
  width: 100%;
}
.collection__item.collection__masonry {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  width: 50%;
}
.collection__item .border-item {
  border: 1px solid #e7e7e7;
}
.collection__item .border-item:hover {
  border-color: #1877f2;
}
.collection__item .border-item:hover .collection__title a {
  color: #06c;
}
.collection__item:hover .collection__overlay:before {
  opacity: 0;
}
.collection__item:hover .collection__overlay:after {
  opacity: 0;
}
.collection__item:hover .collection__title a {
  color: #06c;
}
.collection__item.text-left:hover .collection__overlay:before {
  opacity: 0;
}
.collection__item.text-left:hover .collection__overlay:after {
  opacity: 0;
}
.collection__item.text-left:hover .collection__title a {
  color: #1877f2;
}
.collection__item.hover_zoom .collection__image {
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.collection__item.hover_zoom:hover .collection__image {
  --ms-transform: scale(1.1);
  --webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.collection__item.text-left .border-item .collection__content,
.collection__item.text-right .border-item .collection__content,
.collection__item.text-center .border-item .collection__content {
  padding: 20px 10px;
}
.collection__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.collection__overlay:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 50%,
    transparent 100%
  );
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.collection__overlay:after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.collection__content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  color: #fff;
}
.collection__count {
  display: inline-block;
  opacity: 0.7;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.collection__title {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  --ms-transform: translateY(25px);
  --webkit-transform: translateY(25px);
  transform: translateY(25px);
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
@media (min-width: 992px) {
  .collections-masonry {
    display: block;
  }
  .collection__item.collection__masonry.collection_1,
  .collection__item.collection__masonry.collection_6 {
    width: 50%;
  }
  .collection__item.collection__masonry.collection_2,
  .collection__item.collection__masonry.collection_3,
  .collection__item.collection__masonry.collection_4,
  .collection__item.collection__masonry.collection_5 {
    width: 25%;
  }
  .collection__item.collection__masonry.collection_4 {
    float: right;
  }
  .collection__item.collection__masonry.collection_666 {
    width: 33.33333%;
  }
  .collection__item.collection__masonry.collection_1 .aspect__ratio,
  .collection__item.collection__masonry.collection_2 .aspect__ratio,
  .collection__item.collection__masonry.collection_4 .aspect__ratio {
    padding-top: 30rem;
  }
  .collection__item.collection__masonry.collection_3 .aspect__ratio,
  .collection__item.collection__masonry.collection_5 .aspect__ratio,
  .collection__item.collection__masonry.collection_6 .aspect__ratio,
  .collection__item.collection__masonry.collection_666 .aspect__ratio {
    padding-top: 15rem;
  }
}
@media (max-width: 991px) {
  .collection__content {
    padding: 15px 20px;
  }
  .collection__title {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .collection__count {
    opacity: 0.7;
  }
}
.template-collection .site-content {
  padding-top: 30px;
  padding-bottom: 90px;
}
.template-collection .shop-loader {
  opacity: 0;
  pointer-events: none;
  position: relative;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.template-collection .shop-loader:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 30px;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.template-collection.loading .shop-loader {
  opacity: 1;
}
.template-collection.loading #site-primary .products {
  opacity: 0;
  pointer-events: none;
  --ms-transform: translateY(30px);
  --webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.collection-header {
  /*min-height: 400px;*/
  /* padding: 60px 0; */
  padding: 15px 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.collection-header.is-breadcrumb {
  padding: 10px 0;
  min-height: auto;
  text-align: left;
  background-color: #f7f8fa;
  color: #000;
  display: none !important;
}
.collection-header .breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.collection-header .breadcrumbs li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.collection-header .breadcrumbs li:after {
  content: "\35";
  font-family: "ElegantIcons";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.collection-header .breadcrumbs li:last-child:after {
  display: none;
}
.collection-header .breadcrumbs a {
  color: inherit;
  display: inline-block;
}
.collection-header .breadcrumbs a:hover {
  color: #1877f2;
}
.collection-header .breadcrumbs h1 {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #788188;
}
.collection-header .header__image {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.collection-header .header__toggle {
  display: none;
}
.collection-header h1 {
  font-size: 38px;
  letter-spacing: 0.3px;
  color: inherit;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-right: 40px;
}
.collection-header ul {
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.collection-header ul li {
  display: inline-block;
}
.collection-header ul a {
  font-weight: 400;
  margin: 0 15px 5px;
  padding: 5px 0px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.collection-header ul a:hover {
  border-bottom-color: initial;
}
.collection-desc {
  padding-top: 35px;
}
.collection-toolbar {
  padding: 15px 15px;
  background-color: #f4f4f4;
}
.collection-toolbar .products-found span:first-child {
  padding-right: 5px;
  font-weight: 600;
  color: #000;
}
.collection-toolbar .toolbar-left {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
}
.collection-toolbar .toolbar-left li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.collection-toolbar .toolbar-left li:first-child {
  margin-left: 0;
}
.collection-toolbar .toolbar-left .d-md-none + li {
  margin-left: 0;
}
.collection-toolbar .toolbar-right {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0px;
  margin-left: auto;
}
.collection-toolbar .toolbar-right li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.collection-toolbar .toolbar-right li:first-child {
  margin-left: 0;
}
.collection-toolbar .sidebar__btn,
.collection-toolbar .shop__view {
  color: #000;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.collection-toolbar .sidebar__btn:hover,
.collection-toolbar .sidebar__btn.active,
.collection-toolbar .shop__view:hover,
.collection-toolbar .shop__view.active {
  color: #1877f2;
}
.collection-toolbar .shop__view {
  cursor: pointer;
}
.collection-toolbar .shop__view svg {
  fill: currentColor;
  --ms-transition: fill 0.25s ease;
  --webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.collection-toolbar .sidebar__btn {
  cursor: pointer;
  display: inline-block;
}
.collection-toolbar .sidebar__btn:hover .line:before {
  width: 15px;
}
.collection-toolbar .sidebar__btn:hover .line:after {
  width: 13px;
}
.collection-toolbar .sidebar__btn .line {
  position: relative;
  display: inline-block;
  width: 19px;
  border-top: 2px solid;
}
.collection-toolbar .sidebar__btn .line:before,
.collection-toolbar .sidebar__btn .line:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  border-top: 2px solid;
  --ms-transition: width 0.25s ease;
  --webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.collection-toolbar .sidebar__btn .line:before {
  top: -10px;
}
.collection-toolbar .sidebar__btn .line:after {
  bottom: -8px;
}
.collection-toolbar .sidebar__btn span:not(.line) {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-left: 7.5px;
  vertical-align: middle;
}
.collection-toolbar .select-wrapper {
  color: #000;
}
.collection-toolbar .select-wrapper:after {
  right: 0;
}
.collection-toolbar .select-wrapper select {
  padding: 0;
  margin-right: 15px;
  height: auto;
  line-height: 1.3;
  text-transform: lowercase;
  width: auto !important;
  color: inherit;
  border: none;
  border-bottom: 1px solid transparent;
}
.collection-toolbar .select-wrapper select:hover {
  cursor: pointer;
  border-bottom-color: initial;
}
.collection-toolbar .select-wrapper .hidden {
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-collection .products {
  margin-top: 30px;
  --ms-transition: opacity 0.25s ease, transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.page-collection .products .product.hidden {
  opacity: 0;
}
.page-collection #site-secondary,
.page-collection #site-primary {
  padding-top: 30px;
}
.page-collection #site-secondary .site-pagination,
.page-collection #site-primary .site-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-collection #site-secondary .site-pagination .next-page .btn,
.page-collection #site-primary .site-pagination .next-page .btn {
  width: 100%;
  padding-left: 10px;
}
.page-collection #site-secondary .site-pagination .prev-page .btn,
.page-collection #site-primary .site-pagination .prev-page .btn {
  width: 100%;
  padding-right: 10px;
}
.page-collection #site-secondary .site-pagination .btn,
.page-collection #site-primary .site-pagination .btn {
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid transparent;
  background-color: #f4f4f4;
}
.page-collection #site-secondary .site-pagination .btn:hover,
.page-collection #site-primary .site-pagination .btn:hover {
  background-color: #1877f2;
}
.page-collection #site-secondary .site-pagination .btn.btn-active,
.page-collection #site-primary .site-pagination .btn.btn-active {
  background-color: #1877f2;
}
.page-collection #site-secondary .site-pagination p,
.page-collection #site-primary .site-pagination p {
  display: none;
}
.page-collection #site-secondary .catalog-title,
.page-collection #site-primary .catalog-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.page-collection #mf-category-content .catalog-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.mf-catalog-layout-1 #mf-category-content,
.mf-catalog-layout-3 #mf-category-content {
  padding-top: 0;
}
.mf-catalog-layout-1 #mf-category-content #site-primary,
.mf-catalog-layout-3 #mf-category-content #site-primary {
  padding-top: 0;
}
.mf-catalog-layout-1 #site-secondary,
.mf-catalog-layout-3 #site-secondary {
  padding-top: 0;
}
.product__item {
  position: relative;
}
.product__item:hover {
  z-index: 2;
}
.product__price {
  color: #f30;
}
.product__price .price {
  display: inline-block;
  font-weight: 600;
}
.product__price .compare_at_price {
  display: inline-block;
  margin-left: 5px;
  color: #788188;
}
.product__image {
  --ms-transition: filter 0.25s ease;
  --webkit-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}
.product__image-second {
  z-index: 1;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  --webkit-backface-visibility: hidden;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.footer-button .quickview_btn,
.footer-button .addcart_btn,
.footer-button .addwishlist_btn--product,
.footer-button .addcompare_btn,
.footer-button .added {
  position: relative;
}
.footer-button .quickview_btn:hover,
.footer-button .quickview_btn.added,
.footer-button .addcart_btn:hover,
.footer-button .addcart_btn.added,
.footer-button .addwishlist_btn--product:hover,
.footer-button .addwishlist_btn--product.added,
.footer-button .addcompare_btn:hover,
.footer-button .addcompare_btn.added,
.footer-button .added:hover,
.footer-button .added.added {
  border-color: #fff;
}
.footer-button .quickview_btn:hover:before,
.footer-button .quickview_btn.added:before,
.footer-button .addcart_btn:hover:before,
.footer-button .addcart_btn.added:before,
.footer-button .addwishlist_btn--product:hover:before,
.footer-button .addwishlist_btn--product.added:before,
.footer-button .addcompare_btn:hover:before,
.footer-button .addcompare_btn.added:before,
.footer-button .added:hover:before,
.footer-button .added.added:before {
  opacity: 1;
}
.footer-button .quickview_btn[data-tooltip]:hover:after,
.footer-button .quickview_btn[data-tooltip]:hover i:after,
.footer-button .addcart_btn[data-tooltip]:hover:after,
.footer-button .addcart_btn[data-tooltip]:hover i:after,
.footer-button .addwishlist_btn--product[data-tooltip]:hover:after,
.footer-button .addwishlist_btn--product[data-tooltip]:hover i:after,
.footer-button .addcompare_btn[data-tooltip]:hover:after,
.footer-button .addcompare_btn[data-tooltip]:hover i:after,
.footer-button .added[data-tooltip]:hover:after,
.footer-button .added[data-tooltip]:hover i:after {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.footer-button .quickview_btn[data-tooltip]:after,
.footer-button .addcart_btn[data-tooltip]:after,
.footer-button .addwishlist_btn--product[data-tooltip]:after,
.footer-button .addcompare_btn[data-tooltip]:after,
.footer-button .added[data-tooltip]:after {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  opacity: 0.8;
  color: #fff;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.footer-button .quickview_btn[data-tooltip] i:after,
.footer-button .addcart_btn[data-tooltip] i:after,
.footer-button .addwishlist_btn--product[data-tooltip] i:after,
.footer-button .addcompare_btn[data-tooltip] i:after,
.footer-button .added[data-tooltip] i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.footer-button .quickview_btn[data-tooltip]:after,
.footer-button .addcart_btn[data-tooltip]:after,
.footer-button .addwishlist_btn--product[data-tooltip]:after,
.footer-button .addcompare_btn[data-tooltip]:after,
.footer-button .added[data-tooltip]:after {
  content: attr(data-tooltip);
}
.footer-button .quickview_btn.adding i:before,
.footer-button .addcart_btn.adding i:before,
.footer-button .addwishlist_btn--product.adding i:before,
.footer-button .addcompare_btn.adding i:before,
.footer-button .added.adding i:before {
  content: "" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  --webkit-backface-visibility: hidden;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.footer-button .quickview_btn.added[data-added]:after,
.footer-button .addcart_btn.added[data-added]:after,
.footer-button .addwishlist_btn--product.added[data-added]:after,
.footer-button .addcompare_btn.added[data-added]:after,
.footer-button .added.added[data-added]:after {
  content: attr(data-added);
}
.footer-button .quickview_btn.added.addcart_btn i.icon-bag2:before,
.footer-button .addcart_btn.added.addcart_btn i.icon-bag2:before,
.footer-button .addwishlist_btn--product.added.addcart_btn i.icon-bag2:before,
.footer-button .addcompare_btn.added.addcart_btn i.icon-bag2:before,
.footer-button .added.added.addcart_btn i.icon-bag2:before {
  content: "\e934";
  font: normal normal normal 18px/1 linearicons;
}
.footer-button .quickview_btn.added.addwishlist_btn--product i:before,
.footer-button .addcart_btn.added.addwishlist_btn--product i:before,
.footer-button
  .addwishlist_btn--product.added.addwishlist_btn--product
  i:before,
.footer-button .addcompare_btn.added.addwishlist_btn--product i:before,
.footer-button .added.added.addwishlist_btn--product i:before {
  content: "\e089";
}
.footer-button .quickview_btn.added.addcompare_btn i:before,
.footer-button .addcart_btn.added.addcompare_btn i:before,
.footer-button .addwishlist_btn--product.added.addcompare_btn i:before,
.footer-button .addcompare_btn.added.addcompare_btn i:before,
.footer-button .added.added.addcompare_btn i:before {
  content: "\e7fc";
  font: normal normal normal 18px/1 linearicons;
}
.footer-button .quickview_btn.added i,
.footer-button .addcart_btn.added i,
.footer-button .addwishlist_btn--product.added i,
.footer-button .addcompare_btn.added i,
.footer-button .added.added i {
  opacity: 1 !important;
}
.actions-button .addwishlist_btn--product,
.actions-button .addcompare_btn {
  position: relative;
}
.actions-button .addwishlist_btn--product:hover,
.actions-button .addwishlist_btn--product.added,
.actions-button .addcompare_btn:hover,
.actions-button .addcompare_btn.added {
  border-color: #1877f2;
}
.actions-button .addwishlist_btn--product:hover:before,
.actions-button .addwishlist_btn--product.added:before,
.actions-button .addcompare_btn:hover:before,
.actions-button .addcompare_btn.added:before {
  opacity: 1;
}
.actions-button .addwishlist_btn--product[data-tooltip]:hover:after,
.actions-button .addwishlist_btn--product[data-tooltip]:hover i:after,
.actions-button .addcompare_btn[data-tooltip]:hover:after,
.actions-button .addcompare_btn[data-tooltip]:hover i:after {
  opacity: 1;
  visibility: visible;
}
.actions-button .addwishlist_btn--product[data-tooltip]:after,
.actions-button .addcompare_btn[data-tooltip]:after {
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #fff;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.actions-button .addwishlist_btn--product[data-tooltip] i:after,
.actions-button .addcompare_btn[data-tooltip] i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.actions-button .addwishlist_btn--product[data-tooltip]:after,
.actions-button .addcompare_btn[data-tooltip]:after {
  content: attr(data-tooltip);
}
.actions-button .addwishlist_btn--product.adding i:before,
.actions-button .addcompare_btn.adding i:before {
  content: "" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  --webkit-backface-visibility: hidden;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.actions-button .addwishlist_btn--product.added[data-added]:after,
.actions-button .addcompare_btn.added[data-added]:after {
  content: attr(data-added);
}
.actions-button .addwishlist_btn--product.added.addwishlist_btn i:before,
.actions-button .addcompare_btn.added.addwishlist_btn--product i:before {
  content: "\e68c";
  display: inline-block;
  font: normal normal normal linearicons;
}
.actions-button .addwishlist_btn--product.added.addcompare_btn i:before,
.actions-button .addcompare_btn.added.addcompare_btn i:before {
  content: "\e7fc";
  font: normal normal normal linearicons;
}
.actions-button .addwishlist_btn--product.added i,
.actions-button .addcompare_btn.added i {
  opacity: 1 !important;
}
.product__vendor {
  margin-top: 15px;
  margin-bottom: -7px;
}
.product__vendor a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #788188;
}
.product__vendor a:hover {
  color: #000;
}
.product__title {
  font-size: inherit;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__title .product__link {
  display: block;
  margin-right: auto;
  line-height: 1.3;
  color: #06c;
}
.product__title .addwishlist_btn--product {
  color: inherit;
  margin-left: 10px;
}
.product__title .addwishlist_btn--product:hover {
  color: #1877f2;
}
.product__title .addwishlist_btn--product.added {
  color: #1877f2;
}
.product__title .addwishlist_btn--product.added i:before {
  content: "\e089";
}
.product__title .addwishlist_btn--product.added[data-added]:after {
  content: attr(data-added);
}
.product__title .addwishlist_btn--product.adding i:before {
  opacity: 0;
}
.product__title .addwishlist_btn--product.adding i:after {
  opacity: 1;
}
.product__title .addwishlist_btn--product i {
  position: relative;
  font-weight: 700;
}
.product__title .addwishlist_btn--product i:before,
.product__title .addwishlist_btn--product i:after {
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product__title .addwishlist_btn--product i:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  --webkit-backface-visibility: hidden;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.product__title .addwishlist_btn--product[data-tooltip] {
  position: relative;
  z-index: 1;
}
.product__title .addwishlist_btn--product[data-tooltip]:after {
  content: attr(data-tooltip);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #000;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.product__title .addwishlist_btn--product[data-tooltip]:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.product__title .addwishlist_btn--product[data-tooltip]:hover:after,
.product__title .addwishlist_btn--product[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.product__action .btn.adding i:before {
  opacity: 0;
}
.product__action .btn.adding i:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product__action .btn.added span:after {
  content: attr(data-added);
}
.product__action .btn i {
  font-weight: 400;
  font-size: 20px;
  margin-right: 3px;
}
.product__action .btn span:after {
  content: attr(data-tooltip);
  display: inline-block;
}
.product__content .product__excerpt,
.product__content .product__price,
.product__content .product__action {
  display: none;
}
.product__colors {
  display: none;
}
.product__colors .swatch-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product__colors .swatch-item {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 7px;
  cursor: pointer;
}
.product__colors .swatch-item:first-child {
  margin-left: 0;
}
.product__colors .swatch-item[data-tooltip] {
  position: relative;
}
.product__colors .swatch-item[data-tooltip]:after {
  content: attr(data-tooltip);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #000;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.product__colors .swatch-item[data-tooltip]:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.product__colors .swatch-item[data-tooltip]:hover:after,
.product__colors .swatch-item[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}
.product__image-wrapper:hover .product__image-second {
  opacity: 1;
}
.product__image-wrapper .product__price {
  display: none;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(-50%);
  --webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product__image-wrapper .product__price .price,
.product__image-wrapper .product__price .compare_at_price {
  font-weight: 600;
  padding: 0 15px;
  display: inline-block;
  line-height: 35px;
  margin: 0;
}
.product__image-wrapper .product__price .price {
  background-color: #fff;
  color: #000;
}
.product__image-wrapper .product__price .compare_at_price {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.product__image-wrapper .product__action {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    margin 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, margin 0.25s ease;
}
.product__image-wrapper .product__action .btn {
  border: none !important;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}
.product__image-wrapper .product__action .btn:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product__image-wrapper .product__action .btn:hover i,
.product__image-wrapper .product__action .btn:hover span {
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
}
.product__image-wrapper
  .product__action
  .btn.added:not(.product-form__cart-submit)
  i,
.product__image-wrapper
  .product__action
  .btn.added:not(.product-form__cart-submit)
  span {
  --ms-transform: translateY(-100%);
  --webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.product__image-wrapper .product__action .btn i,
.product__image-wrapper .product__action .btn span {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --ms-transform: translateY(-100%);
  --webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.product__image-wrapper .product__action .btn i {
  font-size: 20px;
  font-weight: 400;
  margin-right: 0;
}
.product__image-wrapper .product__action .btn i:after {
  left: 50%;
  margin-left: -8px;
}
.product__countdown {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  --ms-transition: all 0.25s ease;
  --webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product__countdown .countdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-direction: normal;
  --webkit-box-orient: horizontal;
  --webkit-flex-direction: row;
  --moz-flex-direction: row;
  --ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.product__countdown .countdown-section {
  width: 100%;
  max-width: 60px;
  position: relative;
  margin-left: 5px;
  padding: 15px 0;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.product__countdown .countdown-section:first-child {
  margin-left: 10px;
}
.product__countdown .countdown-section:last-child {
  margin-right: 10px;
}
.product__countdown .countdown-amount {
  font-size: 24px;
  line-height: 15px;
  display: block;
  font-weight: 600;
  color: #1877f2;
}
.product__countdown .countdown-period {
  display: block;
  padding-top: 3px;
  color: #788188;
}
.product__labels {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: start;
  --ms-flex-align: start;
  --webkit-align-items: start;
  --moz-align-items: start;
  align-items: start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  --webkit-box-direction: normal;
  --webkit-box-orient: vertical;
  --webkit-flex-direction: column;
  --moz-flex-direction: column;
  --ms-flex-direction: column;
  flex-direction: column;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product__labels.labels-1 .product__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 50%;
}
.product__labels.labels-2 .product__label {
  padding: 6px 12px;
}
.product__labels.labels-3 .product__label {
  padding: 5px 10px;
  border-radius: 3px;
}
.product__labels .product__label {
  direction: ltr;
  font-size: 14px;
  min-width: 50px;
  color: #fff;
  font-weight: 600;
  word-break: break-all;
  letter-spacing: 0.4px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
}
.product__labels .product__label.label-soldout {
  color: #fff;
  background-color: #000;
  font-size: 14px;
}
.product__labels .product__label.label-new {
  background-color: #06c;
}
.product__labels .product__label.label-hot {
  background-color: #e22d2d;
}
.product__labels .product__label.label-sale {
  background-color: #f30;
}
.product__labels .product__label + .product__label {
  margin-top: 10px;
}
.product__form {
  display: none;
}
.product__form .select-wrapper:after {
  display: none;
}
.product__form .product__price {
  display: block;
  height: 30px;
}
.product__form .product-form__variants {
  margin-bottom: 0;
}
.product__form .product-form__variants .selector-wrapper {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.product__form .product-form__variants .selector-wrapper .option-select-label {
  display: none;
}
.product__form .product-form__variants .wrapper-swatches {
  background-color: transparent;
}
.product__form .product-form__variants .wrapper-swatches + .wrapper-swatches {
  display: none;
}
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element
  label,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element
  label {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element
  label:hover
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element
  label:hover
  i {
  --webkit-box-shadow: inset 0 0 0 2px #1877f2;
  box-shadow: inset 0 0 0 2px #1877f2;
}
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element.sold_out
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element.sold_out
  label:hover
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element.unavailable
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.color
  .swatch-element.unavailable
  label:hover
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element.sold_out
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element.sold_out
  label:hover
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element.unavailable
  input.selected
  + label
  i,
.product__form
  .product-form__variants
  .wrapper-swatches.colour
  .swatch-element.unavailable
  label:hover
  i {
  --webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}
.product__form .product-form__variants .wrapper-swatches.color .soldout-image,
.product__form .product-form__variants .wrapper-swatches.colour .soldout-image {
  width: 25px;
  height: 25px;
}
.product__form .product-form__variants .wrapper-swatches .swatch-element label {
  min-height: 24px;
  min-width: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
.product__form .product-form__variants .soldout-image {
  width: 20px;
  height: 20px;
}
.product__form .product-form__variants .btooltip:before,
.product__form .product-form__variants .btooltip:after {
  display: none;
}
.product__form .product__action {
  display: block;
}
.product__form .close_btn {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  z-index: 3;
  cursor: pointer;
  padding-right: 18px;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
  --webkit-transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
}
.product__form .close_btn:before,
.product__form .close_btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  --webkit-backface-visibility: hidden;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.product__form .close_btn:hover:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product__form .close_btn:hover:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.products-slider {
  position: relative;
}
.products-slider:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 0;
  opacity: 0;
  pointer-events: none;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.products-slider:hover .slick-arrow {
  opacity: 0.2;
  visibility: visible;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}
.products-slider:hover .slick-arrow:hover {
  opacity: 1;
}
.products-slider.loading:before {
  opacity: 1;
}
.products-slider.loading .slick-slider {
  opacity: 0.2;
  pointer-events: none;
}
.products-slider .slick-slider {
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.products-slider .slick-slider:before,
.products-slider .slick-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
}
.products-slider .slick-slider:before {
  left: -50px;
}
.products-slider .slick-slider:after {
  right: -50px;
}
.products-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 1;
  top: 50%;
  margin-top: -70px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  color: #000;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.products-slider .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.products-slider .slick-prev {
  left: -50px;
  right: auto;
  --ms-transform: translateX(-30px);
  --webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.products-slider .slick-next {
  right: -50px;
  left: auto;
  --ms-transform: translateX(30px);
  --webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.ajax_load_button {
  margin: 20px 0;
}
.ajax_load_button.ajax_load_hidden {
  display: none !important;
}
.ajax_load_button.ajax_load_finished .btn {
  border-color: transparent !important;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  cursor: default;
  opacity: 0.5;
}
.ajax_load_button.ajax_load_finished .btn:before {
  display: none;
}
.ajax_load_button .site-pagination {
  display: none !important;
}
.ajax_load_loader {
  position: relative;
  margin: 20px 0;
}
.ajax_load_loader .btn {
  border-color: transparent !important;
  background-color: transparent !important;
  padding-left: 45px;
  cursor: default;
}
.ajax_load_loader .btn:before {
  display: none;
}
.ajax_load_loader .btn:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  -ms-animation: loadSpin 0.7s infinite linear;
  -webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}
.products-grid + #site-pagination .ajax_load_button,
.products-grid + #site-pagination .ajax_load_button + .ajax_load_loader {
  text-align: center;
}
.products-grid.layout-8 .product__content,
.slick-slide .product .product__content {
  position: relative;
}
.products-grid.layout-8 .product__content .product-details-hover,
.slick-slide .product .product__content .product-details-hover {
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  opacity: 0;
  border-top: 0;
  min-height: 100%;
  padding: 0 20px 20px;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .item-images-wrapper,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .item-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-bottom: 15px;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .item-images-wrapper
  a,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .item-images-wrapper
  a {
  padding: 0 5px;
  cursor: pointer;
  --webkit-transition: 0.35s;
  transition: 0.35s;
  overflow: hidden;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .item-images-wrapper
  a
  img,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .item-images-wrapper
  a
  img {
  max-width: 45px;
  height: auto;
  border: 1px solid transparent;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .item-images-wrapper
  a
  img:hover,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .item-images-wrapper
  a
  img:hover {
  border-color: #e7e7e7;
}
.products-grid.layout-8 .product__content .product-details-hover .sold-by-meta,
.slick-slide .product .product__content .product-details-hover .sold-by-meta {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px;
  margin-bottom: 13px;
  line-height: 1.2;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .sold-by-meta
  a,
.slick-slide .product .product__content .product-details-hover .sold-by-meta a {
  font-size: 12px;
  font-weight: 400;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .product__title,
.slick-slide .product .product__content .product-details-hover .product__title {
  margin: 0;
  font-weight: 400;
  padding: 0 0 0px;
  font-size: 14px;
  line-height: 1.3;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .product__title
  .product__link,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .product__title
  .product__link {
  color: #06c;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .product__title
  .product__link:hover,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .product__title
  .product__link:hover {
  color: #1877f2;
}
.products-grid.layout-8 .product__content .product-details-hover .prices,
.slick-slide .product .product__content .product-details-hover .prices {
  font-size: 16px;
  line-height: 1;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .prices
  .product__price
  .price,
.products-grid.layout-8
  .product__content
  .product-details-hover
  .prices
  .product__price
  .compare_at_price,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .prices
  .product__price
  .price,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .prices
  .product__price
  .compare_at_price {
  display: inline-block;
  font-weight: 400;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .prices
  .product__price
  .compare_at_price,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .prices
  .product__price
  .compare_at_price {
  font-size: 14px;
}
.products-grid.layout-8
  .product__content
  .product-details-hover
  .prices
  .product__price
  .price,
.slick-slide
  .product
  .product__content
  .product-details-hover
  .prices
  .product__price
  .price {
  color: #f30;
}
.products-grid.layout-8 .product__image-wrapper .product__buttons,
.slick-slide .product .product__image-wrapper .product__buttons {
  width: 100%;
  background-color: white;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  box-shadow: none;
}
.products-grid.layout-8 .product:hover .product-details-hover {
  opacity: 1;
  z-index: 100;
  background-color: #fff;
}
.products-grid.layout-8 .product {
  padding: 20px 20px 0;
  border: 1px solid transparent;
}
.products-grid.layout-8 .product:hover {
  border-color: #e7e7e7;
}
.products-grid.layout-11 .product .product__image-wrapper .product__buttons {
  width: 100%;
  background-color: white;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  box-shadow: none;
  top: 80%;
}
.products-grid.layout-11
  .product
  .product__image-wrapper
  .product__buttons
  .btn-primary {
  border-color: transparent !important;
  background-color: transparent !important;
}
.products-grid.layout-11
  .product
  .product__image-wrapper
  .product__buttons
  .btn-primary:after {
  display: none;
}
.products-grid.layout-11
  .product
  .product__image-wrapper
  .product__buttons
  .btn-primary:hover
  i {
  color: #1877f2;
}
.products-grid.layout-11 .product .product__image-wrapper .label-sale {
  display: none;
}
.products-grid.layout-11 .product .product__content .product__price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.products-grid.layout-11 .product .product__content .product__price .price {
  font-size: 18px;
}
.products-grid.layout-11
  .product
  .product__content
  .product__price
  .compare_at_price {
  margin: 0px;
  padding: 0 10px;
}
.products-grid.layout-11 .product .product__content .product__title {
  margin-top: 10px;
}
.products-grid.layout-11
  .product
  .product__content
  .product__title
  .product__link:hover {
  color: #1877f2;
}
.products-grid.layout-11
  .product
  .product__content
  .product__after
  .product__vendor {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}
.products-grid.layout-11
  .product
  .product__content
  .product__after
  .product__vendor
  .sold-by-label {
  padding-right: 5px;
}
.products-grid.layout-11
  .product
  .product__content
  .product__after
  .product__vendor
  a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.products-grid.layout-11
  .product
  .product__content
  .product__after
  .product__vendor
  a:hover {
  color: #1877f2;
}
.products-grid.layout-11
  .product
  .product__content
  .product__after
  .product__review {
  padding-top: 3px;
}
.products-grid.layout-8 .product {
  padding: 20px 20px 0;
  border: 1px solid transparent;
}
.products-grid.layout-8 .product:hover {
  border-color: #e7e7e7;
}
.products-list .product__content .product-details-hover {
  display: none;
}
.products-list .product__after .product__price .price {
  background-color: transparent;
  color: #f30;
}
.products-list .product__after .product__review {
  margin-left: 0;
}
.logo-bus img {
  margin: auto;
}
.site-pagination .pages {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.pages a {
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin: 2px;
  text-align: center;
}
.pages span.elipses {
  margin: 0px 6px;
}
span.current {
  width: 30px;
  height: 30px;
  background: #1877f2;
  display: inline-block;
  margin: 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
h1.entry-title {
  font-size: 22px;
  line-height: 28px;
}
a.btn-purs {
  padding: 10px 20px;
  background: #0252c1;
  display: inline-block;
  border-radius: 5px;
  color: white;
}
.info-detail {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.modal-dialog {
  margin-top: 100px;
}
.g-recaptcha {
  display: table;
  margin: auto;
}
ul.site-widget__content li {
  list-style: disc inside !important;
}
.footer-subscribe .newsletter-form input[type="email"]::placeholder {
  color: white;
}
.footer-subscribe .newsletter-form input[type="email"] {
  color: white;
}
.loading-pendding .site-content .shopify-section:before {
  content: "";
  background: url(/images/pending-loading1.gif) no-repeat center white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
}
.loading-pendding .site-content .shopify-section {
  position: relative;
}
a.navigation-mobile_search i {
  font-size: 24px;
}
.collection-header .header__image picture {
  display: block !important;
}
.site-widget .collection-header {
  padding: 0 !important;
}
.widget-ads {
  padding: 0;
  border: 0;
}
.step__footer.step__footer--stacked .step__footer__continue-btn {
  padding: 14px;
}
