body .phantom-sticky .sticky-on.masthead:not(.masthead-mobile), body .sticky-mobile-on.masthead:not(.side-header), body .side-header.masthead-mobile-header.sticky-mobile-on {
  background: #33354F !important;
}

.dt-mobile-menu-icon:not(.floating-btn) .lines-button {
  width: 20px !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .lines-button .menu-line::after, .dt-mobile-menu-icon:not(.floating-btn) .lines-button .menu-line::before {
  background: #fff !important;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: 100% !important;
}

.top-bar {
  display: flex;
  justify-content: center;
}
.top-bar .left-widgets {
  justify-content: center !important;
}
.top-bar .right-widgets {
  display: none !important;
}

.header-space {
  transition: all 0.3s;
  height: unset !important;
}
.header-space.sticky-space-off {
  height: unset !important;
  min-height: 102px !important;
}

.masthead:not(.side-header):not(.mixed-header) .header-bar {
  height: unset !important;
  min-height: 70px !important;
  transition: all 0.3s;
}

.masthead:not(.mixed-header) {
  background: #33354F !important;
}
.masthead:not(.mixed-header) .header-space, .masthead:not(.mixed-header) .header-bar {
  height: unset !important;
  min-height: unset !important;
}
.masthead:not(.mixed-header) header {
  height: auto !important;
}
.masthead:not(.mixed-header) header a {
  color: #fff !important;
}
.masthead:not(.mixed-header) .branding a img, .masthead:not(.mixed-header) .branding img {
  width: 50px;
}
.masthead:not(.mixed-header) .navigation {
  display: none;
}
.masthead:not(.mixed-header).sticky-on {
  background: #33354F !important;
}
.masthead:not(.mixed-header) .top-bar {
  background: #fff;
}
.masthead:not(.mixed-header) .mini-widgets i {
  color: #fff !important;
}
.masthead:not(.mixed-header) .counter {
  background: #43C67E;
}
.masthead:not(.mixed-header) .counter::before {
  border-right-color: #43C67E !important;
}

.classic-header.bg-behind-menu .navigation::before {
  background: #fff !important;
}

.mobile-header-bar .mobile-branding img {
  width: 30px;
}

@media only screen and (max-width: 768px) {
  .mobile-mini-widgets-in-menu .mini-nav {
    display: none !important;
  }
}
#bottom-bar.solid-bg {
  background: #fff !important;
}
#bottom-bar.solid-bg * {
  color: #33354F;
}
#bottom-bar.solid-bg img {
  width: 30px;
  height: auto;
}

.single_add_to_cart_button {
  background: #43C67E !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.onsale {
  border-radius: 5px !important;
  padding: 2px 8px !important;
  background: #33354F !important;
  color: #fff !important;
}

.product_meta {
  display: none;
}

.rs-layer {
  max-width: 100vw;
}
@media only screen and (max-width: 600px) {
  .rs-layer {
    max-width: 414px;
  }
}

.tparrows:hover::before {
  color: #fff;
}
.tparrows .tp-title-wrap {
  display: none !important;
}

.product-slider {
  margin: 0 !important;
}
@media only screen and (width < 768px) {
  .product-slider {
    padding-bottom: 15px;
  }
}
.product-slider .product-slide {
  width: 100%;
}
.product-slider .product-slide a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.product-slider .product-slide a > div {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide a > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.product-slider .product-slide h2 {
  font-size: 2.8rem;
  line-height: 2.9rem;
  font-weight: 700;
  color: #33354F;
  text-transform: unset;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide h2 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
}
.product-slider .product-slide .price {
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #33354F;
  font-weight: 700;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .price {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
.product-slider .product-slide .desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #33354F;
  margin-top: 25px;
}
.product-slider .product-slide .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .left {
    order: 2;
  }
}
.product-slider .product-slide .left .content {
  padding: 5rem 0 5rem 3rem;
  max-width: 500px;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .left .content {
    padding: 25px 15px 35px 15px;
  }
}
.product-slider .product-slide .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .right {
    order: 1;
  }
}
.product-slider .product-slide .right .img-box {
  transition: all 0.3s;
}
@media only screen and (width > 768px) {
  .product-slider .product-slide .right .img-box {
    margin: 45px 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .right .img-box {
    width: 100%;
  }
}
.product-slider .product-slide .right .img-box:hover {
  transform: scale(1.05);
}
.product-slider .product-slide .right img {
  height: 550px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (width < 768px) {
  .product-slider .product-slide .right img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-slider .product-slide .discount {
  color: #43C67E;
}
.product-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
}
.product-slider .slick-dots ul {
  margin: 0;
}
@media only screen and (width < 768px) {
  .product-slider .slick-arrow {
    margin-top: -65px;
  }
}
.product-slider .slick-arrow::before {
  color: #33354F;
  font-size: 2rem;
}
.product-slider .slick-arrow.slick-prev {
  left: 15px;
}
@media only screen and (width < 768px) {
  .product-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.product-slider .slick-arrow.slick-next {
  right: 25px;
}
@media only screen and (width < 768px) {
  .product-slider .slick-arrow.slick-next {
    right: 15px;
  }
}

.products-slider .slick-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (width > 768px) {
  .products-slider .slick-list {
    margin: 0 -20px;
  }
  .products-slider .slick-slide {
    margin: 0 10px;
  }
}
.products-slider .product-tile-slide {
  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 2px 3px 0 rgba(103, 122, 135, 0.16);
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
}
.products-slider .product-tile-slide a {
  text-decoration: none;
}
.products-slider .product-tile-slide .img-box {
  position: relative;
  margin-bottom: 10px;
}
.products-slider .product-tile-slide .img-box .discount {
  position: absolute;
  top: 10px;
  left: -15px;
  background: #33354F;
  color: #fff;
  font-weight: 700;
  padding: 5px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.products-slider .product-tile-slide .img-box img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.products-slider .product-tile-slide h2 {
  font-size: 1rem;
  font-weight: 700;
  min-height: 40px;
  color: #33354F;
  text-transform: unset;
}
.products-slider .product-tile-slide .price {
  font-weight: 700;
  color: #33354F;
}
.products-slider .product-tile-slide .desc p {
  color: #33354F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-slider .product-tile-slide .discount {
  color: #43C67E;
}

.button {
  padding: 10px 25px;
  background: #43C67E;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  transition: all 0.3s;
}
.button:hover {
  background: #33354F;
}
