/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides
Line 1406:2 "positon" is not a known CSS property

**/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

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

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

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

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

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #d7d7d7 !important;
  color: #979797;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  color: #fff !important;
  background: black; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/* Custom */
.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #98cbeb !important;
  color: #fff !important;
  background: #98cbeb; }

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #5f8e3e !important; }

.footer_v4 .top-footer .info_footer ul li .social-item,
.footer_v4 .top-footer .info_footer ul li .social-item:hover {
  border: none !important; }

.footer_v4 .top-footer .info_footer ul li .social-item i {
  font-size: 25px !important; }

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.image-element__wrap img {
  height: auto; }

.image-crop--left img,
.image-crop--left .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left";
  height: 100% !important; }

.image-crop--right img,
.image-crop--right .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right";
  height: 100% !important; }

.image-crop--center img,
.image-crop--center .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100% !important; }

.logo-bar {
  text-align: center;
  margin-bottom: 20px; }

.logo-bar a {
  transition: ease all 0.6s; }

.logo-bar a:hover {
  opacity: 0.6; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin-top: 20px; }

@media only screen and (min-width: 799px) {
  .logo-bar__item {
    margin-left: 25px;
    margin-right: 25px; } }
.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.feature_divider.no-margin {
  margin-bottom: 0px; }

.info-product .price-product {
  margin-bottom: 5px; }

.product-reviews-wrapper-custom {
  margin-top: 30px; }

.bread-button {
  display: block;
  padding: 30px 20px 0;
  font-size: 14px;
  font-weight: bold; }

@media only screen and (max-width: 798px) {
  .bread-button {
    padding-left: 0;
    padding-right: 0; } }
/*
.bread-button > span {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding: 0 15px;
}
*/
.bread-button .bread-button-text {
  /*text-transform: uppercase;*/
  font-weight: bold;
  line-height: 1.5em; }

.bread-button strong {
  text-decoration: underline;
  color: #97c9e9;
  font-size: 13px;
  cursor: pointer; }

.title-page,
.title-page * {
  text-transform: none; }

.enj-product-price-compare,
.price-old {
  display: none; }

/* #Tabs
================================================== */
.tabs-wrapper-custom {
  margin-bottom: 45px; }

ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #cccccc;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  padding-left: 0; }

ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ul.tabs:after {
  clear: both; }

ul.tabs {
  zoom: 1; }

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer; }

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 18px;
  outline: none; }

@media (max-width: 960px) {
  ul.tabs li a {
    margin-right: 30px; } }
@media only screen and (max-width: 798px) {
  ul.tabs li a {
    font-size: 12px; } }
@media only screen and (max-width: 480px) {
  ul.tabs li a {
    margin-right: 20px; } }
ul.tabs li a.active {
  border-bottom: solid 3px #cccccc;
  background-color: #ffffff;
  border-bottom: solid 3px #cccccc;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #2b2a2a;
  font-weight: bold; }

ul.tabs li:last-child a {
  margin: 0; }

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0; }

ul.tabs-content > li {
  display: none;
  border: 0; }

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px; }

ul.tabs-content ul {
  margin: 4px 0 5px 30px;
  padding-left: 0; }

.tabs-content div h2 {
  display: none; }

.promo_banner {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden; }

.promo_banner .promo_banner__content {
  margin: 0px auto;
  padding: 0 1.5rem; }

.promo_banner p {
  margin-bottom: 0;
  display: inline;
  line-height: 1; }

.promo_banner .promo_banner-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--shopify-editor-setting-promo_text_color);
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000; }

.promo_banner .promo_banner-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

.promo_banner-show .promo_banner {
  transition: all 0s linear;
  height: auto;
  min-height: 40px;
  line-height: 1.1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: Helvetica, sans-serif !important;
  letter-spacing: 3px !important;
  color: #333 !important; }

.top_bar {
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear; }

@media only screen and (max-width: 480px) {
  .top_bar {
    padding-top: 0; } }
@media only screen and (max-width: 798px) {
  .promo_banner .promo_banner__content {
    font-size: 10px;
    max-height: 50px; }

  .promo_banner-show.mobile_nav-fixed--true #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false #pagecontent {
    padding-bottom: calc(40px + 30px); }

  .promo_banner-show.mobile_nav-fixed--true .page_banner,
  .promo_banner-show.mobile_nav-fixed--false .page_banner {
    margin-top: calc(40px + 30px); }

  .promo_banner-show.mobile_nav-fixed--true .page_banner + #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false .page_banner + #pagecontent {
    padding-bottom: 0; } }
.logo-list-section .title {
  font-family: SofiaPro;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: none; }

.product-price,
.price,
.prod_extended .content-page-detail .detail-info .product-price ins,
.product_sidebar .content-page-detail .detail-info .product-price ins,
.engo-popup .content .more_info p span,
.minicart .mini-content .sub-total .total-price {
  color: #000 !important; }

.section-banner-v7 .banner-item:after {
  background-color: rgba(0, 0, 0, 0.15); }

.section-banner-v7 .banner-item .content .title-banner,
.section-banner-v7 .banner-item .content .sub-title-bottom,
.info-sideh1-custom .content-custom {
  text-shadow: 0 0 3px #000; }

.info-sideh1-custom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19); }

.amazon-listing-button-enabled .btn-action.detail-attr {
  flex-direction: column; }

.enj-add-to-cart-btn {
  width: 100% !important;
  height: auto !important;
  padding: 14px 35px !important; }

/* Amazon listing button */
.amazon-listing-button-enabled .shopify-payment-button,
.amazon-listing-button-enabled .shopify-payment-button__button,
.amazon-listing-button-enabled .shopify-payment-button__more-options,
.detail-info .shopify-payment-button {
  display: none !important; }

.amazon-listing-button-wrapper {
  width: 100%;
  margin: 5px 0; }

.amazon-listing-button-wrapper .amazon-listing-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 14px 70px;
  text-decoration: none;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  border: 2px solid #d69345;
  border-radius: 4px;
  background: #f4d078;
  background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset; }

.amazon-listing-button-wrapper .amazon-listing-button .amazon-cart-icon {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 43px;
  height: 43px;
  margin: auto; }

.amazon-listing-button-wrapper .amazon-listing-button .amazon-cart-icon img {
  width: 100%; }

@media only screen and (max-width: 480px) {
  .amazon-listing-button-wrapper .amazon-listing-button {
    padding: 14px 10px 14px 35px;
    font-size: 4vw; }

  .amazon-listing-button-wrapper .amazon-listing-button .amazon-cart-icon {
    width: 35px !important;
    height: 35px !important; } }
/* Lazyframe */
.lazyframe {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover; }

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3; }

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

.lazyframe:hover {
  cursor: pointer; }

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%; }

.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif; }

.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1); }

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
  color: #fff; }

.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
  content: '';
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent; }

.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .81;
  border: none;
  z-index: 4; }

.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1; }

.lazyframe[data-vendor="vimeo"] {
  background-color: #00adef; }

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5); }

.lazyframe[data-vendor="vimeo"]:before {
  padding-top: 48.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vimeo"]:after {
  content: '';
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative; }

.lazyframe[data-vendor="vimeo"]:hover:after {
  background-color: #00adef; }

.lazyframe[data-vendor="vine"] {
  background-color: #00bf8f; }

.lazyframe[data-vendor="vine"] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative; }

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0); }

.lazyframe[data-vendor="vine"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"]:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%; }

.lazyframe[data-vendor="vine"]:hover:after {
  background-color: rgba(0, 0, 0, 0.75); }

/* Lazyloading styles */
.transition--blur-up {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transform: translate3d(0, 0, 0);
  transition: filter 200ms, -webkit-filter 200ms; }

.transition--blur-up.lazyloaded {
  -webkit-filter: blur(0px);
  filter: none;
  transform: scale(1); }

img[data-sizes="auto"].lazyloaded {
  height: auto; }

img[data-sizes="auto"],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.image-element__wrap img {
  height: auto; }

/* Sections */
.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer; }

@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0; } }
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0; } }
.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media only screen and (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px; } }
@media only screen and (max-width: 798px) {
  .caption {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .caption {
    margin: 20px auto;
    font-size: 3vw;
    position: static;
    transform: none;
    width: 100%; } }
.caption a {
  pointer-events: all; }

.caption.position-center {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 798px) {
  .caption.position-center {
    width: 85%; } }
@media only screen and (max-width: 480px) {
  .caption.position-center {
    width: 100%; } }
.caption.position-left {
  left: 0;
  right: 0;
  text-align: left; }

.caption.position-right {
  left: 0;
  right: 0;
  text-align: right; }

.caption .pretext {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px; }

@media only screen and (max-width: 480px) {
  .caption .pretext {
    font-size: 1.4em;
    color: #2b2a2a;
    text-shadow: none; } }
@media only screen and (max-width: 798px) {
  .caption .pretext {
    font-size: 16.0px; } }
@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: 20.0px; } }
@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: 24px; } }
.caption .headline {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 39px;
  letter-spacing: 2px;
  line-height: 1.4em;
  margin-bottom: 15px; }

@media only screen and (max-width: 480px) {
  .caption .headline {
    font-size: 2.6em;
    color: #2b2a2a;
    text-shadow: none; } }
@media only screen and (max-width: 798px) {
  .caption .headline {
    font-size: 26.0px; } }
@media only screen and (min-width: 799px) {
  .caption .headline {
    font-size: 32.5px; } }
@media only screen and (min-width: 1025px) {
  .caption .headline {
    font-size: 39px; } }
.caption .subtitle {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-style: none;
  font-size: 24px;
  letter-spacing: 0px;
  position: relative; }

@media only screen and (max-width: 480px) {
  .caption .subtitle {
    font-size: 1.4em;
    color: #2b2a2a;
    text-shadow: none; } }
@media only screen and (max-width: 798px) {
  .caption .subtitle {
    font-size: 16.0px; } }
@media only screen and (min-width: 799px) {
  .caption .subtitle {
    font-size: 20.0px; } }
@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: 24px; } }
.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none; }

.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0; }

.subtitle p a {
  pointer-events: all; }

.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
  font-size: 0; }

@media only screen and (max-width: 798px) {
  .caption-content {
    max-width: 80%; } }
@media only screen and (max-width: 480px) {
  .caption-content {
    width: 100%;
    max-width: 100%; } }
.caption-content .action_button {
  margin: 10px; }

@media only screen and (max-width: 798px) {
  .caption-content .action_button {
    margin: 5px; } }
@media only screen and (max-width: 480px) {
  .caption-content .action_button {
    font-size: 16px; } }
.caption-content.align-center {
  text-align: center; }

@media only screen and (max-width: 798px) {
  .caption-content.align-center {
    max-width: 80%; } }
@media only screen and (max-width: 480px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%; } }
.caption-content.align-left {
  text-align: left; }

.caption-content.align-left:first-child .action_button {
  margin-left: 0; }

.caption-content.align-left .subtitle:before {
  margin-left: 0; }

.caption-content.align-right {
  text-align: right; }

.caption-content.align-right:last-child .action_button {
  margin-right: 0; }

.caption-content.align-right .subtitle:before {
  margin-right: 0; }

.caption-content.caption-background-true {
  padding: 30px; }

@media only screen and (max-width: 480px) {
  .caption-content.caption-background-true {
    padding: 0; } }
/* Transparency settings for each type of caption */
.caption-background-true {
  background-color: #212c35; }

.homepage-video .caption-background-true {
  background-color: #212c35; }

@media only screen and (max-width: 480px) {
  .homepage-video .caption-background-true {
    background-color: transparent; } }
.caption-background-true {
  background-color: #212c35; }

.caption-background-true.caption-transparency-true {
  background-color: rgba(33, 44, 53, 0.6); }

@media only screen and (max-width: 480px) {
  .caption-background-true.caption-transparency-true {
    background-color: transparent; } }
@media only screen and (max-width: 480px) {
  .caption-background-true {
    background-color: transparent; } }
.action_button, a.action_button {
  background: #97c9e9;
  color: #2b2a2a;
  border: 1px solid #97c9e9;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 40px;
  line-height: 1.2;
  vertical-align: top;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 0; }

a.highlight-false,
input[type="button"].highlight-false,
a.highlight-true,
input[type="button"].highlight-true,
a.continue-button {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: background-color 0.2s linear, color 0.2s linear;
  margin: 10px 0; }

a.highlight-false:hover,
input[type="button"].highlight-false:hover,
a.highlight-true:hover,
input[type="button"].highlight-true:hover,
a.continue-button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333 !important; }

@media only screen and (max-width: 480px) {
  a.highlight-false,
  input[type="button"].highlight-false,
  a.highlight-true,
  input[type="button"].highlight-true,
  a.continue-button {
    color: #2b2a2a;
    border-color: #2b2a2a;
    background-color: transparent; }

  a.highlight-false:hover,
  input[type="button"].highlight-false:hover,
  a.highlight-true:hover,
  input[type="button"].highlight-true:hover,
  a.continue-button:hover {
    border-color: #2b2a2a;
    background-color: #2b2a2a;
    color: #fff; } }
a.highlight-true,
input[type="button"].highlight-true {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333; }

@media only screen and (max-width: 480px) {
  a.highlight-true,
  input[type="button"].highlight-true {
    border-color: #2b2a2a;
    background-color: #2b2a2a;
    color: #fff; } }
a.continue-button,
a.highlight-false--dark,
input[type="button"].highlight-false--dark {
  color: #2b2a2a;
  border-color: #2b2a2a;
  background-color: transparent; }

a.continue-button:hover,
a.highlight-false--dark:hover,
input[type="button"].highlight-false--dark:hover {
  border-color: #2b2a2a;
  background-color: #2b2a2a;
  color: #fff; }

/* Slideshow */
.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0; }

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto; }

.homepage-slideshow a.highlight-false:hover,
.homepage-slideshow input[type="button"].highlight-false:hover,
.homepage-slideshow a.highlight-true:hover,
.homepage-slideshow input[type="button"].highlight-true:hover {
  color: #333; }

@media only screen and (max-width: 480px) {
  .homepage-slideshow a.highlight-false,
  .homepage-slideshow input[type="button"].highlight-false,
  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type="button"].highlight-true {
    color: #2b2a2a;
    border-color: #2b2a2a;
    background-color: transparent; }

  .homepage-slideshow a.highlight-false:hover,
  .homepage-slideshow input[type="button"].highlight-false:hover,
  .homepage-slideshow a.highlight-true:hover,
  .homepage-slideshow input[type="button"].highlight-true:hover {
    border-color: #2b2a2a;
    background-color: #2b2a2a;
    color: #fff; } }
.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type="button"].highlight-true {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333; }

@media only screen and (max-width: 480px) {
  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type="button"].highlight-true {
    border-color: #2b2a2a;
    background-color: #2b2a2a;
    color: #fff; } }
.center {
  text-align: center; }

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px; }

.onboard-text {
  margin: 0; }

.page-divider {
  opacity: 0;
  border-color: #cccccc;
  border-top: 0; }

.active-divider {
  opacity: 1; }

.feature p {
  font-size: smaller; }

#featured_links {
  padding: 20px 0; }

#featured_links h2 {
  padding-top: 15px; }

#featured_links .column,
#featured_links .columns {
  opacity: 1; }

.featured_text {
  font-size: 18px;
  line-height: 36px; }

.large_text {
  font-size: 28px;
  line-height: 50px; }

.block__featured_video .caption,
.video-section .caption {
  z-index: 30;
  pointer-events: none; }

@media only screen and (max-width: 480px) {
  .block__featured_video .caption .action_button,
  .video-section .caption .action_button {
    display: none; }

  .block__featured_video .caption,
  .video-section .caption {
    margin: 0;
    height: 0; }

  .block__featured_video .caption.caption--has-content,
  .video-section .caption.caption--has-content {
    margin: 20px 0;
    height: auto; } }
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  background-color: #ecf0f3; }

@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent; } }
.homepage-video img {
  width: 100%;
  display: block; }

.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.homepage-video video {
  background-color: #ffffff; }

.homepage-video video[poster] {
  object-fit: cover; }

.homepage-video video.video-autoplay--true.html-video {
  display: none; }

.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0; }

.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none; }

.homepage-video .caption.text-on-video {
  pointer-events: none; }

@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }

  .homepage-video .caption.text-on-video a.highlight-false {
    color: white;
    border-color: white; }

  .homepage-video .caption.text-on-video .headline,
  .homepage-video .caption.text-on-video .pretext,
  .homepage-video .caption.text-on-video .subtitle {
    display: none; } }
.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute; }

.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20; }

.homepage-video .mobile-video__buttons a.action_button {
  border-color: white;
  background-color: transparent;
  color: white; }

@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none; } }
.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20; }

.quote {
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cccccc; }

.detail-sections .container {
  position: relative; }

.homepage_content .title {
  margin: 20px 0;
  font-size: 30px;
  letter-spacing: 1px; }

.regular_text {
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  color: #454545;
  display: block;
  letter-spacing: 5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px 0;
  letter-spacing: 0px !important;
  font-size: 14px !important;
  font-weight: normal !important; }

.text-columns-with-images-about-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center; }

.text-columns-with-images-about-section .container .column {
  width: calc(33.33% - 30px);
  margin: 15px; }

@media only screen and (max-width: 480px) {
  .text-columns-with-images-about-section .container .column {
    width: 100%; } }
.section-banner-v7 .wrap-banner .banner-item:last-child .content {
  left: 8%;
  right: auto; }

@media only screen and (max-width: 768px) {
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(1),
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(2),
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(3) {
    flex: 0 0 33.33%;
    width: 33.33%; }

  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(4),
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(5) {
    flex: 0 0 50%;
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(4),
  .footer_v4 .top-footer .row > [class*="col-"]:nth-of-type(5) {
    flex: 0 0 100%;
    width: 100%; } }
.details__blocks-custom .column,
.details__blocks-custom .columns {
  float: left;
  display: inline;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  box-sizing: border-box; }

.details__blocks-custom [class*="block__"] {
  clear: both;
  margin: 0 auto;
  padding: 20px 0; }

.details__blocks-custom .text-content-wrapper-custom {
  display: flex;
  align-items: center;
  line-height: normal !important; }

.details__blocks-custom .text-content-wrapper-custom .text-content-inner-text {
  width: 59%; }

.details__blocks-custom .text-content-wrapper-custom .text-content-inner-image {
  width: 41%; }

.details__blocks-custom .text-content-wrapper-custom img {
  display: inline-block;
  width: 150px;
  margin: 10px; }

.details__blocks-custom .text-custom {
  line-height: normal !important; }

.image-with-text .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear; }

.image-with-text .featured-link--half:hover a[href] img.lazyloaded {
  opacity: 0.8; }

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
  background-color: transparent; }

.featured-link--section {
  width: 100%;
  box-sizing: border-box;
  float: left;
  min-height: 100px;
  display: flex;
  /*flex-wrap: wrap;*/ }

.featured-link--half.featured-link__imageHalf {
  background-color: transparent;
  text-align: center; }

.featured-link--half.featured-link__imageHalf a {
  width: 100%;
  display: block; }

.featured-link--half.featured-link__imageHalf a img {
  width: 100%; }

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center; }

@media only screen and (max-width: 480px) {
  .featured-link--half {
    width: 100%;
    flex: 1 0 100%; } }
.featured-link--half .featured-link--wrap {
  width: 100%;
  height: 100%;
  /* Fix for SVG set at 2 images per row */
  flex: 0 0 auto; }

.featured-link--half img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto; } }
.featured-link--half .info {
  display: inline-block;
  /*width: 80%;*/
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.featured-link--half .info.text-align--right {
  text-align: right; }

.featured-link--half .info.text-align--right .description:before {
  margin-right: 0; }

.featured-link--half .info.text-align--left {
  text-align: left; }

.featured-link--half .info.text-align--left .description:before {
  margin-left: 0; }

@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    padding: 2em 0; } }
.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: block; }

.featured-link--half .description {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

@media only screen and (max-width: 798px) {
  .featured-link--image-custom {
    flex-wrap: wrap; }

  .featured-link--half .description {
    font-size: 2vw; } }
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit; } }
@media only screen and (min-width: 1401px) {
  .featured-link--half .description {
    font-size: inherit; } }
.featured-link--half .button {
  height: auto;
  background-color: transparent;
  border: 1px solid #000;
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px; }

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) {
  flex-direction: row-reverse; }

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) .featured-link--half {
  float: right; }

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) {
  flex-direction: row-reverse; }

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) .featured-link--half {
  float: right; }

.featured_collections.across-2 {
  display: flex;
  flex-wrap: wrap; }

.image-align--left.featured_collections.across-2 .featured-link--section {
  flex-direction: row; }

@media only screen and (max-width: 798px) {
  .details__blocks-custom .text-custom {
    text-align: left !important; }

  .details__blocks-custom .text-custom br {
    display: none; }

  .image-align--left.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    flex-direction: row-reverse; } }
.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  flex-direction: row-reverse; }

@media only screen and (max-width: 798px) {
  .image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    flex-direction: row; } }
.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.image-align--right.featured_collections.across-2 .featured-link--section {
  flex-direction: row-reverse; }

@media only screen and (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    flex-direction: row; } }
.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  flex-direction: row; }

@media only screen and (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    flex-direction: row-reverse; } }
.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  flex-direction: row; }

.featured_collections.across-2 .featured-link--section {
  width: 50%; }

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section {
    width: 100%; } }
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--half {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .featured-link--half {
    width: 100%; } }
.featured_collections.across-2 .description {
  font-size: 1.2vw; }

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .description {
    font-size: inherit; } }
.featured_collections.across-2 .button {
  font-size: 1.2vw; }

@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .button {
    font-size: 14px; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
  clear: both; }

.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left; }

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
    float: right; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right; }

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
    float: left; } }
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right; }

.block__featured_video .caption,
.video-section .caption {
  z-index: 30;
  pointer-events: none; }

@media only screen and (max-width: 480px) {
  .block__featured_video .caption .action_button,
  .video-section .caption .action_button {
    display: none; }

  .block__featured_video .caption,
  .video-section .caption {
    margin: 0;
    height: 0; }

  .block__featured_video .caption.caption--has-content,
  .video-section .caption.caption--has-content {
    margin: 20px 0;
    height: auto; } }
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out; }

@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent; } }
.homepage-video img {
  width: 100%;
  display: block; }

.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.homepage-video video[poster] {
  object-fit: cover; }

.homepage-video video.video-autoplay--true.html-video {
  display: none; }

.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0; }

.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none; }

.homepage-video .caption.text-on-video {
  pointer-events: none; }

@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    transform: translateY(-50%);
    margin: 0; }

  .homepage-video .caption.text-on-video a.highlight-false {
    color: white;
    border-color: white; }

  .homepage-video .caption.text-on-video .headline,
  .homepage-video .caption.text-on-video .pretext,
  .homepage-video .caption.text-on-video .subtitle {
    display: none; } }
.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute; }

.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20; }

.homepage-video .mobile-video__buttons a.action_button {
  border-color: white;
  background-color: transparent;
  color: white; }

@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none; } }
.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20; }

.product-is-sold-out {
  position: relative; }

.product-is-sold-out::before {
  content: " ";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45); }

.product-is-sold-out::after {
  content: "Out of Stock";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transform: translateY(-50%); }

.klaviyo_messages {
  font-size: 12px;
  line-height: 150%; }

.cbb-frequently-bought-selector-list {
  text-align: left; }

.cbb-frequently-bought-container {
  margin-top: 35px !important;
  text-align: center !important; }

.cbb-frequently-bought-container * {
  letter-spacing: normal; }

.cbb-frequently-bought-title {
  text-align: center !important;
  font-weight: 700 !important; }

.section-banner-v7 .banner-item {
  cursor: pointer; }

.swatch .tooltip {
  left: -40px !important; }

.swatch .tooltip:after {
  margin-left: -10px !important; }

.color-variant-custom {
  position: static;
  margin-top: 10px; }

.template-cart .breadcrumb_collection2 .bg-breadcrumb {
  padding: 35px 0 0; }

.template-cart .container {
  max-width: 1230px; }

@media only screen and (max-width: 990px) {
  .hide-on-mobile {
    display: none !important; }

  .payment-information-wrapper-custom,
  .payment-information-methods {
    flex-direction: column;
    justify-content: center; }

  .payment-icons-wrapper-custom {
    justify-content: center;
    flex-wrap: wrap; }

  .page-cart-custom .content-cart-page .cart_totals .cart-check .text-right {
    text-align: center !important; } }
.payment-information-wrapper-custom {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 25px; }

.payment-information-block {
  flex-basis: 50%; }

.payment-icons-wrapper-custom {
  display: flex;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0; }

.payment-icons-wrapper-custom .icon {
  width: 48px;
  height: auto; }

body .payment-information-block [data-testid="grid-cell"] {
  flex-basis: auto !important;
  width: 300px !important;
  margin-top: 0 !important; }

body .payment-information-block [data-testid="grid-cell"]:not(:first-child) {
  display: none !important; }

body .payment-information-block [data-testid="grid-cell"] .paypalLight {
  max-height: 54px !important; }

.payment-information-methods {
  display: flex;
  align-items: center;
  gap: 10px; }

body .payment-information-block .checkout-button {
  width: 300px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 65px;
  border: none;
  background-color: #98cbeb;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  letter-spacing: .2em;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  transition: .3s; }

body .payment-information-block .checkout-button:hover {
  background-color: #5f8e3e; }

.page-cart-custom .content-cart-page .shop_table,
.page-cart-custom .content-cart-page .shop_table th,
.page-cart-custom .content-cart-page .shop_table td {
  border: none !important; }

.page-cart-custom .content-cart-page .shop_table .cart-title th {
  font-weight: bold !important;
  background-color: #f8f8f8; }

.page-cart-custom .content-cart-page .shop_table .cart_item .product-quantity .js-qty {
  display: flex !important;
  align-items: center;
  width: auto !important;
  margin: auto !important;
  line-height: normal;
  border: 1px solid #dddcdc !important;
  background-color: #f8f8f8 !important; }

.page-cart-custom .content-cart-page .shop_table .cart_item .product-quantity .js-qty button {
  font-size: 12px !important;
  font-weight: normal;
  position: static !important;
  border: none !important; }

.page-cart-custom .content-cart-page .shop_table .cart_item .product-quantity .js-qty .js-qty__num {
  height: 45px !important;
  padding: 0 !important;
  font-size: 18px !important;
  border: none !important;
  background-color: #fff !important; }

.page-cart-custom .content-cart-page .shop_table .cart_item .product-quantity .remove {
  font-size: 12px !important; }

.page-cart-custom .content-cart-page .cart_totals .cart-check {
  margin: 0 !important;
  padding: 0 10px !important;
  border: none !important; }

.page-cart-custom .content-cart-page .cart_totals .cart-check .total-checkout .cart-amount {
  padding-bottom: 0 !important; }

.page-cart-custom .content-cart-page .cart_totals .cart-check .total-checkout {
  border: none !important; }

.page-cart-custom .content-cart-page .cart_totals .cart-check .checkout-button {
  padding: 12px 50px !important;
  border-radius: 4px !important; }

.page-cart-custom .content-cart-page .cart_totals .cart-check .checkout-button,
body .update-cart-button-custom {
  min-width: 250px; }

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

.notify_form {
  padding: 5px; }

.notify_form .notify_email {
  width: 70%; }

.notify_form__inputs {
  display: flex;
  align-items: stretch;
  gap: 5px; }

.notify_form__inputs * {
  border-radius: 0; }

#header .js-call-minicart {
  top: 1px; }

#header .js-call-minicart i {
  font-size: 26px !important; }

.menu_moblie .menuright .js-call-minicart {
  top: 4px; }

.menu_moblie .menuright .js-call-minicart i {
  font-size: 23px !important; }

.menu_moblie .menuright .js-call-minicart span {
  top: -7px; }

.bread-crumb-custom-wrapper {
  padding-bottom: 15px !important;
}


  
  
    [class*="product-item-v"] .image-thumbnail .variant-image-group .border_thumbnail:nth-child(n+5) {
      display: none;
    }
  


@media only screen and (min-width: 1px) {
  body [class*="collection-page"] .shop_control-wrapper-custom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }  
}

.accessibility-button-wrapper-custom {
  cursor: pointer;
}

.accessibility-button-wrapper-custom > * {
  display: inline-block;
  vertical-align: middle;
}

.accessibility-button-wrapper-custom svg {
  width: 29px;
  height: 29px;
  margin-left: 5px;
  padding: 5px;
  border-radius: 50%;
  background-color: #146ff8;
}

.accessibility-button-wrapper-custom svg > * {
  fill: #fff;
}

body.template-collection .filter_sortby.title_filter,
.product-item-v1 .product-icon-action .add-wishlist,
.product-item-v1 .product-icon-action .add-to-cart > form,
.product-sold-out-wrapper-custom {
  display: none !important; }

body .cart-update-custom {
  margin: 5px 0 0 0 !important; }

body .update-cart-button-custom {
  padding: 12px 50px !important;
  border-radius: 4px !important; }

body .section-slideshow-v1 .slick-active .info-sideh1 .box-content .button-shop-1584353475696-2:hover {
  background: none !important;
  border-color: #fff !important;
  color: #fff !important; }

.container-custom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.display-table {
  display: table; }

.display-table .table-row {
  display: table-row; }

.display-table .table-cell {
  display: table-cell; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }
.btn-addwhlist a {
  display: none;
}
h2.product-title {
    font-size: 23px;
    padding-right: 0px;
    margin-right: 0px;
}
