/*********** 
** font-family: 'OpenSans_Regular';
***************************************/

* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden !important;
  position: relative;
}
html {
  overflow-y: hidden !important;
}

.white-color {
  color: white !important;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a:focus,
a:hover,
a:active,
a:visited,
button:focus,
button:hover,
button:active,
button:visited {
  outline: none;
}
.ant-popover {
  z-index: 2147483641 !important;
}

.ant-popover-arrow {
  display: none !important;
}

a {
  font-family: "OpenSans_SemiBold";
}

p {
  list-style: none;
  font-family: "OpenSans_Regular";
}

img {
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 1920px;
  margin: 0 auto !important;
  font-family: "OpenSans_Regular" !important;
  text-decoration: none;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

button {
  font-family: "OpenSans_Bold" !important;
}

.nav-tabs .nav-link {
  transition: unset;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wave-effect-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 0 0 0 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0 !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.p-0 {
  padding: 0;
}

a:hover,
a:focus,
a:active,
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
  text-decoration: none;
  border: 0;
  color: #00b2ff;
}

.container {
  max-width: 1440px !important;
  width: 100%;
}

.errorWrapper {
  color: #fb6969;
}

.slider-bg {
}

.Home_Referrer {
  display: none;
}

.logo-spinner-section {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 500px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group .error-wrapper {
  color: #fb6969;
}

.form-group .ant-select {
  width: 100%;
}

.desktop-filter-section::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

/* Track */
.desktop-filter-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.desktop-filter-section::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 10px;
}

/* Handle on hover */
.desktop-filter-section::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
  border-radius: 10px;
}

.card-filters {
  margin-bottom: 20px;
}

.filter-card {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.filter-card > img {
  width: 100%;
}

.filter-card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "OpenSans_Bold";
  color: white;
  font-size: 20px;
}

/********************* header   ***************/

header {
  display: inline-block;
  width: 100%;
}

.menu-open-bar {
}

.menu-open-bar img {
  width: 32px;
}

.search-bar {
  width: 50%;
  float: left;
  background: #fff;
  margin: 8px 0 0;
}

.search-bar button {
  position: absolute;
  border: 0;
  background: transparent;
  height: 43px;
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.search-bar button img {
  width: 18px;
}

.search-bar input {
  width: 100%;
  border: 0;
  padding: 10px 20px 10px 60px;
}

.top-search-shop-all {
  text-align: right;
}

.top-search-shop-all a {
  color: #00b2ff;
  font-size: 12px;
}

.search-product-option {
  height: 60px;
  display: flex;
  gap: 20px;
}

.search-product-option img {
  height: 100%;
}

.search-product-info {
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-product-info h5 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}

.search-product-prices span:last-child {
  margin-left: 20px;
}

.search-product-prices span:first-child {
  margin-left: 0;
}

.logo-bar {
  float: left;
  width: 25%;
}

.cart-bar {
}

.cart-bar ul {
  width: 100%;
}

.cart-bar ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.cart-bar ul li a {
  font-size: 16px;
  color: #fff;
  font-family: "OpenSans_SemiBold";
}

.cart-bar ul li a img {
  width: 20px;
}

.menu-open-bar {
  float: left;
  margin: 10px 29px 0 0;
}

.header-logo {
  /* background: #384971; */
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  float: left;
  height: 85px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.header-logo .logo img {
  width: 133px;
}

img {
}

.header-logo .logo {
}

.language-bar {
}

.language-bar img {
  width: 18px;
}

.language-bar select {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 6px;
}

.header-navigation {
  /* background: #1BA8ED; */
  width: 100%;
  height: 32px;
  float: left;
  display: flex;
  align-items: center;
}

.header-navigation nav.navbar-expand-lg {
  padding: 0;
}

/* .header-navigation ul.navbar-nav li.nav-item-hours a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 30px 0 0;
    padding: 15px 0;
    display: inline-block;
} */
.header-navigation ul.navbar-nav li.nav-item-hours a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-navigation .container .navbar .enroller a {
  color: #fff;
  font-weight: 800;
}

.enroller-modal {
  min-width: 300px;
}

.enroller-modal .contact-info .contact-info-text {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}

.enroller-modal .contact-info label {
  margin-bottom: 24px;
}

.enroller-modal .contact-info .contact-info-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* .newHeader {
    position: fixed;
    top: 0;
    padding: 0 25px 0 0;
    z-index: 9;
    height: auto;
} */
.newHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 202;
  height: auto;
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/header/dark-bg-1.svg"),
    url("/images/header/dark-bg-2.svg"), url("/images/header/dark-bg-3.svg"),
    url("/images/header/dark-bg-4.svg");
  animation: change-image 15s infinite; */
  padding: 6px 0px 10px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

/* @keyframes change-image {
  0% {
    background-image: url("/images/header/dark-bg-1.svg"),
      url("/images/header/dark-bg-2.svg"), url("/images/header/dark-bg-3.svg"),
      url("/images/header/dark-bg-4.svg");
  }
  25% {
    background-image: url("/images/header/dark-bg-2.svg"),
      url("/images/header/dark-bg-3.svg"), url("/images/header/dark-bg-4.svg"),
      url("/images/header/dark-bg-1.svg");
  }
  50% {
    background-image: url("/images/header/dark-bg-3.svg"),
      url("/images/header/dark-bg-4.svg"), url("/images/header/dark-bg-1.svg"),
      url("/images/header/dark-bg-2.svg");
  }
  75% {
    background-image: url("/images/header/dark-bg-4.svg"),
      url("/images/header/dark-bg-1.svg"), url("/images/header/dark-bg-2.svg"),
      url("/images/header/dark-bg-3.svg");
  }
  100% {
    background-image: url("/images/header/dark-bg-1.svg"),
      url("/images/header/dark-bg-2.svg"), url("/images/header/dark-bg-3.svg"),
      url("/images/header/dark-bg-4.svg");
  }
} */

.newHeader .menu-open-button li.menu-open-dropdown {
  padding: 1px 0 0;
}

.newHeader.header-logo .logo img {
  width: 107px;
  margin: 7px 0 0 0;
}

.newHeader .menu-open-button li.menu-open-dropdown .dropdown-opn {
  top: 54px;
}

/************** header menu button ****************/

.navbar .enroller {
  margin-right: 130px;
  display: flex;
  align-items: center;
}

.navbar .enroller-welcome-text {
  color: #fff;
}

.navbar .enroller-mobile {
  display: none;
}
@media (max-width: 768px) {
  .navbar .enroller-mobile {
    display: block;
  }
}

.navbar .enroller-desktop {
  display: block;
}
@media (max-width: 768px) {
  .navbar .enroller-desktop {
    display: none;
  }
}

.dropdown-opn a img {
  width: 21px;
}

.dropdown-opn a span {
  width: 32px;
  float: left;
}

.menu-open-button {
  list-style-type: none;
  display: flex;
}

.menu-open-button li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 3px 0 0;
  font-weight: 700;
  transition: 0.4s all;
}

.menu-open-button li.menu-open-dropdown {
  position: relative;
  padding: 0 0 30px;
}

.menu-open-button li.menu-open-dropdown:hover .dropdown-opn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.menu-open-button li.menu-open-dropdown .dropdown-opn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 57px;
  transform: translateY(50px);
  left: 0;
  width: 278px;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 2147483642;
  transition: 0.2s all;
  border: 1px solid #e9eaeb;
  border-top: none;
  border-bottom: none;
  padding: 0px;
}
@media (max-width: 1200px) {
  .menu-open-button li.menu-open-dropdown .dropdown-opn {
    width: 229px !important;
  }
}

.menu-open-button li.menu-open-dropdown .dropdown-opn a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #6c6f7a;
  padding: 8px 16px;
  border-bottom: 1px solid #e9eaeb;
}

.menu-open-button .dropdown-opn a:hover {
  /* padding-left: 10px; */
}

.menu-open-button li a:hover {
  color: #00b2ff !important;
}

.top-country-root {
  margin-left: 12px;
}
.top-country-root .container span {
  color: white;
  cursor: pointer;
}
.top-country-root .ant-select {
  width: 140px;
}
.top-country-root .ant-select-selector .container span {
  color: inherit;
}

/************** header menu button ****************/

/********************* header   ***************/

/********************* footer ***************/

.footer-section {
  background-repeat: no-repeat;
  padding: 0;
  float: left;
  width: 100%;
}

.footer-section a {
  text-align: center;
  background: #ff7912;
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 30px 0;
}

.footer-section p {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: lighter;
}

.footer-section h2 {
  font-size: 200px;
  color: #fff;
  margin: 0;
  font-family: "OpenSans_Regular";
  line-height: 182px;
}

footer {
  padding: 90px 0;
  float: left;
  width: 100%;
  background: white;
}

footer img {
  width: 123px;
  cursor: pointer;
}

footer ul li img {
  width: 19px;
  float: left;
  margin: 0 5px 0 0;
  object-fit: contain;
}

footer ul li span img {
  width: 15px;
}

footer p.copyright-desc {
  font-weight: 400;
  font-size: 14px;
  font-family: "OpenSans_Regular" !important;
  line-height: 22px;
  color: #9a9ca3;
  margin: 25px 0px;
  border: none;
}

footer p small {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9a9ca3;
}

footer p span {
  font-size: 12px;
}

footer p {
  color: #fff;
  font-size: 14px;
  font-family: "OpenSans_Light";
  margin: 5px;
  line-height: 22px;
}

.textsocil ul {
  text-align: right;
}

.textsocil ul li a i {
}

.textsocil ul li a {
  color: #1a4798;
  font-size: 26px;
  margin: 0 6px;
}

.textsocil ul li {
  display: inline-block;
  width: auto;
}

footer ul li a {
  list-style: none;
  font-size: 14px;
  color: #fff;
  display: flex;
}

footer ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans_SemiBold";
}

footer ul {
}

footer h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "OpenSans_SemiBold";
}

#footer .col-sm-2 ul li {
  white-space: nowrap;
  font-size: 14px;
}

.product-disclaimer {
  display: inline-block;
  width: 100%;
  margin: 50px 0 0;
  border-top: 1px solid;
  padding: 20px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

footer .language-box {
  border: 1px solid #707070;
  font-size: 12px;
  padding: 0;
  width: 109px;
  text-align: center;
  margin: 13px 0 17px;
}

footer .language-box button.btn i {
  display: inline-block;
  margin: 0 0 0 8px;
}

footer .language-box button.btn {
  width: 100%;
  padding: 6px 0;
}

footer .dropdown-menu {
  padding: 0;
  width: 109px;
  min-width: 109px;
  border-radius: 0;
}

footer .dropdown-menu a {
  padding: 0;
  width: 100%;
  display: inline-block;
  padding: 6px 15px;
  width: 109px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

footer .social-bar li a {
  font-size: 22px;
  margin: 8px 11px 0 0;
  display: inline-block;
}

footer .social-bar li {
  display: inline-block;
  width: auto;
}

/************* shop-brand ************/

#shop-brand {
  background: url(../images/shopbg.png);
  background-size: 80%;
  padding: 45px 0 60px 0;
  background-repeat: no-repeat;
}

#shop-brand h2 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 20px;
  color: #232838;
  font-family: "OpenSans_Bold";
  text-align: center;
}

#shop-brand .Brands-slider {
  position: relative;
  margin: 45px 0 0;
  padding-left: 24px;
  padding-right: 24px;
}

#shop-brand .Brands-slider .slick-slide > div {
  margin: 0px 12px;
}

#shop-brand .Brands-slider .products-list {
  margin-bottom: 0;
}
#shop-brand .Brands-slider .products-list .products-cart li {
  width: 100%;
}
#shop-brand .Brands-slider .slick-arrow {
  background: #f8f8f9;
  border: 1px solid #e9eaeb;
  border-radius: 4px;
  height: 100%;
  padding: 0px 9px 0px 9px;
  width: 30px;
}

#shop-brand .Brands-slider .owl-carousel {
}

#shop-brand .Brands-slider .owl-carousel .owl-nav.disabled {
  display: block;
}

#shop-brand .Brands-slider .owl-carousel .owl-nav button {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 11px;
  height: 20px;
}

#shop-brand .Brands-slider .react-multiple-carousel__arrow--left {
  background: url(../images/sliderright.png);
  background-size: contain;
  left: 0;
  background-repeat: no-repeat;
}

#shop-brand .Brands-slider .react-multiple-carousel__arrow--right {
  background: url(../images/sliderleft.png);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

#shop-brand .Brands-slider .react-multiple-carousel__arrow {
  min-width: 20px;
  min-height: 20px;
}

#shop-brand .Brands-slider.owl-carousel .owl-nav button span {
}

#main-slider .owl-carousel {
}

#main-slider .owl-carousel .owl-nav.disabled {
  display: block;
}

#main-slider .carousel.slide a {
  font-size: 0;
  position: absolute;
  top: 40%;
  z-index: 8;
  width: 56px;
  height: 56px;
  padding: 22px;
  opacity: 1;
}

#main-slider .carousel.slide a.carousel-control-prev {
  background: url(../images/arrowrleft.png);
  background-size: cover;
  left: 0;
  background-repeat: no-repeat;
}

#main-slider .carousel.slide a.carousel-control-next {
  background: url(../images/arrowright.png);
  right: 0;
  background-size: contain;
}

#main-slider .owl-carousel .owl-nav button span {
}

#main-slider {
  display: inline-block;
  width: 100%;
}

/***************** products box   **************/

.products-list {
  border: 1px solid #edeef2;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 10px 10px 0 10px;
  position: relative;
  height: 100%;
}

.products-list .products-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.2s;
}

.products-list .products-img img:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.products-list .products-img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.products-list .products-img {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
}

.products-list .products-promote {
  /* position: absolute;
  left: 5px;
  bottom: 0px;
  z-index: 12;
  border-radius: 4px; */
  background: #fd374f;
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.products-list .products-promote-timecount {
  /* position: absolute;
  right: 5px;
  bottom: 0px;
  border-radius: 4px; */
  color: #fd374f;
  background: #fff;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  z-index: 10;
  display: inline-block;
}
.products-list .products-mdc-featured {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 4px;
  padding: 0;
}
.products-list .products-mdc-featured2 {
  font-size: 11px;
  font-weight: bold;
  font-family: "OpenSans_Bold";
  line-height: 1.5em;
  color: #00b2ff;
  border: 1px solid #00b2ff;
  padding: 2px 6px 2px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.products-list .products-other-featured2 {
  color: #00af00;
  border: 1px solid #00af00;
}

.products-list .products-heading h5 span {
}

.products-list .products-heading h5 {
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  color: #00b2ff;
}
.products-list .products-ticket-description {
  opacity: 0.75;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  margin-bottom: 12px;
  position: relative;
  margin-right: 0;
  padding-right: 1em;
  margin-left: 1em;
}
.products-list .products-ticket-description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-list .products-heading h6.tax-amount {
  font-family: "OpenSans_Regular";
  font-size: 12px;
  color: #9a9ca3;
}

.products-list .products-heading h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #232838;
  margin-bottom: 7px;
  font-family: "OpenSans_Bold";
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.products-list .products-heading h3:hover {
  text-decoration: underline;
  color: #00b2ff;
}
.products-list .products-heading .brand-title {
  margin: 12px 0px 6px 0px;
}
.products-list .products-heading .brand-title h4 {
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  color: #232838;
  opacity: 0.35;
  font-family: "OpenSans_SemiBold";
  margin: 0;
}
@media (max-width: 768px) {
  .products-list .products-heading .brand-title h4 {
    font-size: 12px;
  }
}

.products-list .products-heading .brand-title h4:hover {
  color: #00b2ff;
  text-decoration: underline;
}

.brand-preferred-text {
  color: #efa715;
  padding-left: 5px;
  font-weight: bold;
}

.products-list .products-heading h5 {
  font-family: "OpenSans_Bold";
}

.products-list .products-ticket-description {
  opacity: 0.75;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  margin-bottom: 12px;
  position: relative;
  margin-right: 0;
  padding-right: 1em;
  margin-left: 1em;
}
.products-list .products-ticket-description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

.products-list .products-heading h5 span.org-price {
  color: #6c6c6c;
  margin-right: 8px;
  text-decoration: line-through;
}
.products-list .products-heading h5 span.promo-price {
  color: #fd374f;
}

.products-list .products-heading small {
}

.products-list .products-heading .products-review small {
  font-size: 14px;
  margin: 0 0 0 9px;
  color: #232838;
  opacity: 0.35;
  font-weight: 500;
}
.products-list .products-review .ant-rate {
  font-size: 16px;
  margin-bottom: 10px;
}
.products-list .products-review .ant-rate-star {
  margin-right: 2px;
}
.products-list .products-cart .error-message {
  color: #fb6969;
  font-size: 14px;
  display: flex;
}

.products-list .not-avaiable-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
  border: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  top: 0;
  left: 0;
}

.products-list .products-cart ul li .number span.minus {
  font-size: 24px;
  line-height: 26px;
  width: 20%;
  float: left;
  padding: 4px 0;
  height: 35px;
}

.products-list .products-cart ul li .number span.plus {
  font-size: 24px;
  line-height: 26px;
  width: 20%;
  float: left;
  padding: 4px 0;
  height: 35px;
}

.products-list .products-cart ul li .number.disabled span {
  background-color: rgba(239, 239, 239, 0.3);
  opacity: 1;
  color: rgb(60 67 86 / 30%);
}

.products-list .products-cart ul li .number span {
  cursor: pointer;
  color: rgb(60 67 86 / 70%);
}

.products-list .products-cart ul li .number input {
  width: 60%;
  float: left;
  text-align: center;
  border: 0;
  padding: 4px 0;
  height: 35px;
  background: transparent;
}

.products-list .products-cart ul li .number input::-webkit-outer-spin-button,
.products-list .products-cart ul li .number input::-webkit-inner-spin-button {
  display: none;
}

.products-list .products-cart ul li .number {
  border: 1.25px solid rgb(60 67 86 / 20%);
  box-sizing: border-box;
  border-radius: 2px;
  float: left;
  width: 100%;
  max-width: 200px;
}

.products-list .products-cart ul li .number:hover {
  border-color: #29c6ff;
}

.products-list .products-cart ul li .number.disabled {
  background-color: #f5f5f5;
  opacity: 1;
  color: rgb(60 67 86 / 30%);
}

.products-list .products-cart ul li select {
  border: 1.25px solid rgb(60 67 86 / 20%);
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  float: left;
  width: 100%;
  height: 37px;
  max-width: 200px;
}

.products-list .products-cart.subscribe-section ul li button {
  background-color: #f14705;
}

.products-list .products-cart ul li.variant-pack-shop {
  width: 100%;
  margin: 0 auto;
}
.products-list .products-cart ul li .variant-product-button {
  border: 1px solid #00b2ff;
  color: #00b2ff;
  background: #ffffff;
  margin-left: 0;
}
.products-list .products-cart ul li .variant-product-button:hover {
  border: 1px solid #00b2ff;
  background: #00b2ff;
  color: #ffffff;
}

.products-you.products-list .products-cart ul li {
  min-width: 150px;
  max-width: 150px;
}
.pulse {
  box-shadow: 0 0 0 0 rgba(163, 45, 0, 0.4);
  animation: pulse 1.5s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 45, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(163, 45, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(163, 45, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(163, 45, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(163, 45, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(163, 45, 0, 0);
    box-shadow: 0 0 0 20px rgba(163, 45, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(163, 45, 0, 0);
    box-shadow: 0 0 0 0 rgba(163, 45, 0, 0);
  }
}

.cart-pulse {
  box-shadow: 0 0 0 0 rgba(241, 71, 5, 0.4);
  animation: cart-pulse 1.5s infinite;
  margin-right: 10px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-pulse:hover {
  animation: none;
}

@-webkit-keyframes cart-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 71, 5, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(241, 71, 5, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(241, 71, 5, 0);
  }
}

@keyframes cart-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 71, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(241, 71, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(241, 71, 5, 0);
    box-shadow: 0 0 0 10px rgba(241, 71, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 71, 5, 0);
    box-shadow: 0 0 0 0 rgba(241, 71, 5, 0);
  }
}

.bb-pulse {
  box-shadow: 0 0 0 0 #72a54680;
  animation: bb-pulse 1.5s infinite;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1em;
  width: 136px;
  padding: 7px 0 9px 0;
  margin-left: 12px;
  background: #72a546;
  display: inline-block;
  text-align: center;
}

.bb-pulse:hover {
  animation: none;
}

@keyframes bb-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #72a54680;
    box-shadow: 0 0 0 0 #72a54680;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px #72a54633;
    box-shadow: 0 0 0 10px #72a54633;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 #72a54633;
    box-shadow: 0 0 0 0 #72a54633;
  }
}

.pulse-label {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#accordion .card-header .pulse-label a {
  color: #f14705;
}

#accordion .card-header .pulse-label label {
  color: #f14705;
}

.filter-sho .nav-pills .pulse-label {
  padding-left: 17px;
  color: #f14705;
  margin-left: 0;
  cursor: pointer;
}

.filter-sho .nav-pills .pulse-label label {
  color: #f14705;
}

.filter-sho .nav-pills .pulse-label a {
  color: #f14705;
}

.filter-sho .nav-pills .pulse-label.nav-link.active {
  color: #f14705;
}

.products-list .products-cart ul li a {
  padding: 12px 0;
  height: 35px;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  text-align: center;
  display: inline-block;
  color: #00b2ff;
  font-family: "OpenSans_Bold";
}

.products-list .products-cart ul li button {
  background: #344470;
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: center;
  color: #ffffff;
  font-family: "OpenSans_Bold";
  border: 0;
  padding: 1px 0;
  margin: 0 2px;
  height: 37px;
  vertical-align: text-bottom;
  cursor: pointer;
}

.products-list .products-cart ul li button[disabled] {
  background-color: #bfbfbf;
}

.products-list .products-cart ul li.out-stock-shop {
  width: 100%;
}

.products-list .products-cart ul li.out-stock-shop button {
  margin-left: 0;
}

.products-you.products-list .products-cart ul li button {
  margin-left: 10px;
}

.products-you.products-list .products-cart ul li .digital-subscribe-btn {
  margin-left: 0;
}

.products-list .products-cart ul li {
  width: 40%;
  float: left;
  padding: 0 2px;
  height: 38px;
  text-align: center;
}

.add-to-cart {
  width: 59% !important;
}

.products-list .products-cart ul {
  display: inline-block;
  padding: 0 0;
  width: 100%;
  margin-bottom: 0;
}

.products-list .products-cart {
  margin: 0 0 0;
}

.products-slider .products-list .products-cart ul li {
  width: 80%;
}

.products-slider .products-list .products-cart ul li a {
  padding: 5px 20px;
  height: auto;
  width: 100%;
  border: 1px solid #00b2ff;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #00b2ff;
}

.products-slider .products-list .products-cart ul li a:hover {
  color: #ffffff;
  background-color: #00b2ff;
}

/********************* products box ****************/

#lifestyle {
}

.lifestyle-images {
  position: relative;
  cursor: pointer;
}

.lifestyle-images img {
  width: 100%;
}

.lifestyle-heading {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}

.lifestyle-heading h3 {
  font-weight: 600;
  font-size: 25px;
  /* identical to box height, or 71% */
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.lifestyle-images {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

#our-promise {
  margin: 0 0 30px;
}

.Home .lifestyle-images {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}

.Home #our-promise {
  display: none;
}

.promise-images {
  position: relative;
}

.promise-images img {
}

.promise-heading {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 40%;
}

.promise-heading h3 {
  font-weight: 600;
  font-size: 40px;
  font-family: "OpenSans_SemiBold";
  line-height: 45px;
  color: #ffffff;
}

.offers-images {
  position: relative;
}

#our-offers {
  margin: 0 0 30px;
}

.Home .offers-images {
  position: relative;
  background: #374871;
  display: inline-block;
}

.Home #our-offers {
}

.offers-images img {
  object-fit: cover;
  width: 100%;
}

.Home .offers-images img {
  object-fit: cover;
  display: inline-block;
}

.Home .home-play {
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  top: 45%;
  right: 25%;
}

.offers-heading {
  position: absolute;
  left: 60px;
  bottom: 27%;
  width: 36%;
}

.Home .offers-heading {
  position: unset;
  width: 45%;
  float: left;
  padding: 8% 5% 0;
}

.offers-heading h3 {
  font-weight: 600;
  font-size: 32px;
  font-family: "OpenSans_SemiBold";
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 20px;
}

.offers-heading p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  font-family: "OpenSans_Regular";
}

.offers-iagess img {
}

.offers-iagess {
  float: left;
  width: 55%;
}

/********************* images box ****************/

.description-tab {
  display: inline-block;
  width: 100%;
}

.description-tab .nav-tabs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
}
.description-tab ul.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 49px;
}

.description-tab ul.nav-tabs li button {
  font-family: "OpenSans_Bold";
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  /* identical to box height, or 100% */
  color: rgb(35 40 56 / 30%);
  padding: 10px 0;
  display: inline-block;
}

.description-tab ul.nav-tabs li button.active {
  color: #232838;
  border: unset;
  border-bottom: 3px solid #00b2ff;
}

.description-tab ul.nav-tabs li button:hover {
  border: unset;
}

.description-tab ul.nav-tabs li button {
  transition: unset;
}

.description-tab ul.nav-tabs li {
  margin: 0;
  min-width: fit-content;
}

.description-tab .tab-content {
  padding: 35px;
  border: 1px solid #edeef2;
  border-radius: 4px;
}

.description-tab .tab-content .tab-type-1 button {
  background-color: #00b2ff;
  border-radius: 2px;
  width: 100%;
  max-width: fit-content;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-family: "OpenSans_Bold";
  border: 0;
  padding: 1px 20px;
  margin-top: 20px;
  height: 37px;
  vertical-align: text-bottom;
  cursor: pointer;
}

.description-tab .tab-content .tab-type-2 img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}

.subscribe_save_banner {
  margin-top: 48px;
  position: relative;
}

.subscribe_save_banner .subscribe_banner_content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-right: 50px;
}

.subscribe_banner_content .subscribe_banner_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  font-family: "OpenSans_Bold";
}

.subscribe_banner_content .subscribe_banner_text {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-family: "OpenSans_Regular";
}

.subscribe_banner_content .learn_more_button {
  display: flex;
  justify-content: end;
  margin-top: 27px;
}

.subscribe_save_banner .subscribe_banner_content button {
  width: fit-content;
  align-self: right;
  background: #00b2ff;
  border-radius: 4px;
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.tab-content h3 {
  font-size: 24px;
  line-height: 20px;
  color: #232838;
  font-family: "OpenSans_Bold";
  margin-bottom: 15px;
}

.tab-content p {
  font-size: 15px;
  line-height: 23px;
  color: #3c4356;
}

.col-Spectrum {
  padding: 0 0 0 50px;
}

.tab-button-section {
  margin-top: 30px;
}

.tab-button-section a {
  padding: 12px 30px;
  color: #ffffff;
  background-color: #00b2ff;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
}

.review-card {
  display: flex;
  flex-direction: column;
  margin: 12px 0 50px 0;
}

.review-card h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.review-card h4 {
  font-size: 20px;
  font-weight: 600;
}

.review-card p {
  color: #00b2ff;
}

.review-card span {
  font-size: 16px;
}

.review-card .review-images {
  margin-top: 24px;
}

.total-review-images-section {
  margin: 24px 0;
}

.total-review-images {
  padding: 24px 0;
}

.review-images {
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
}

.preview-image-card {
  width: 76px;
  height: 76px;
  cursor: pointer;
}

.preview-image-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  padding: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.preview-image-card .preview-icon,
.preview-image-card .preview-mask {
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-top: -70px;
}

.preview-image-card .preview-icon {
  color: #ffffff;
  display: none;
}

.preview-image-card .preview-mask {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
}

.preview-image-card:hover .preview-mask {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.preview-image-card:hover .preview-icon {
  display: flex;
}

.description-tab .total-review-images-section a {
  color: #00b2ff;
}

.input-review-intro {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.input-review-intro button,
.review-input-forms button {
  width: 180px;
  height: 37px;
  padding: 6px 30px;
  margin-top: 20px;
  background-color: #00b2ff;
  color: #ffffff;
  border-radius: 50px;
  border: unset;
  cursor: pointer;
}

.review-input-forms {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.review-input-forms .input-form {
  margin: 12px 0;
}

.review-input-forms .input-form label {
  width: 100%;
}

.review-input-forms .input-form input {
  height: 37px;
}

.review-input-forms .input-form textarea {
  min-height: 150px;
  resize: none;
}

.multi-images-uploader .dropzone-previews {
  padding: 30px 0 0;
}

.multi-images-uploader .dropzone-previews .show-image-container {
  width: 80px;
}

.multi-images-uploader .dropzone-previews .show-image-container img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  padding: 7px;
  margin: 0 6px 6px 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.multi-images-uploader .dropzone-previews .show-image-container .cancel-icon {
  position: relative;
  top: -85px;
  right: -60px;
  width: fit-content;
  cursor: pointer;
}

.multi-images-uploader
  .dropzone-previews
  .show-image-container
  .cancel-icon
  img {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  padding: 3px;
}

.multi-images-uploader .dropzone-previews .preview-image-card {
  max-width: 95px;
  flex: 0 0 90px;
  min-width: 95px;
}

.no-review {
  min-height: 150px;
  position: relative;
}

.no-reviews-section {
  width: calc(100% - 25px);
  position: absolute;
  max-width: 1416px;
}

.multi-images-uploader .dropzone {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multi-images-uploader .dropzone .dz-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.multi-images-uploader .dropzone .dz-message .drag-text {
  font-size: 20px;
  margin-top: 12px;
}

.multi-images-uploader .dropzone .dz-message .export-img {
  cursor: pointer;
}

.review-input-forms .input-error {
  color: #fb6969;
}

.review-input-forms .submit-message {
  margin-top: 12px;
}

.review-input-forms .input-success {
  color: #00af00;
}

.faq-title h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.faq-title.collapsed h5 {
  color: rgba(0, 0, 0, 0.55);
}

.faq-title {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.faq-content {
  width: 100%;
  padding: 12px 12px 0;
}

.faq-title.collapsed {
  border: unset;
}

.faq-title:after {
  content: "";
  background: url(../images/min.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
}

.faq-title.collapsed:after {
  content: "";
  background: url(../images/plus.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.faq {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 12px;
  padding: 0;
}

.faqs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.test-assets {
  padding: 0 50px;
}

.test-assets ul {
  display: flex;
  flex-wrap: wrap;
}

.test-asset {
  list-style: disc;
  padding: 6px 0;
  margin-right: 50px;
}

.test-asset a {
  font-size: 16px;
  font-weight: 600;
  color: #00b2ff;
}

/*****************************************/

.flavor-selet {
}

.flavor-selet .digital-subscribe-btn {
  background-color: #f14705;
  width: 100%;
  height: 38px;
  padding: 7px 7px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #f14705;
}

.flavor-selet input {
  display: none;
}

.flavor-selet label {
  width: 100%;
  padding: 7px 7px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid rgb(60 67 86 / 70%);
  color: rgb(60 67 86 / 70%);
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "OpenSans_SemiBold";
}

.flavor-selet label.inactive {
  opacity: 0.3;
}

.flavor-selet label.selected {
  border-color: #00b2ff;
  color: #00b2ff;
}

.products-info {
  padding: 0 0 0 50px;
}

.products-info .promotion-recommendation-alert {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.products-info h2 {
  font-size: 24px;
  line-height: 20px;
  /* identical to box height, or 83% */
  color: #232838;
  margin-bottom: 15px;
  font-family: "OpenSans_SemiBold";
}

.products-brand {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #6d7280;
  padding: 0 0 6px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.products-brand small {
  font-size: 14px;
  margin: 0 0 0 9px;
}

.products-brand span {
  color: #00b2ff;
  font-family: "OpenSans_SemiBold";
}

.products-brand .brand-name {
  color: #00b2ff;
  font-family: "OpenSans_SemiBold";
  cursor: pointer;
}

.products-brand .products-mdc-featured2 {
  font-size: 11px;
  font-weight: bold;
  font-family: "OpenSans_Bold";
  line-height: 1.5em;
  color: #00b2ff;
  border: 1px solid #00b2ff;
  padding: 2px 6px 2px 6px;
  margin-right: 4px;
  border-radius: 2px;
}

.products-brand ul li img {
  width: 13px;
}

.products-brand ul li {
  display: inline-block;
  margin: 0 2px;
}

.products-brand ul {
  display: inline-block;
  border-left: 1px solid #c4c4c4;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.products-brand.is_private ul {
  border-left: 0;
  margin-left: 0;
}

.products-brand .product-promote {
  border-radius: 4px;
  background: #f14411;
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.flavor-selet {
}

.flavor-selet h3,
.products-cart h3 {
  font-size: 14px;
  line-height: 20px;
  color: #6d7280;
  text-align: left;
}

.flavor-selet h3 span {
  font-family: "OpenSans_SemiBold";
}
.flavor-selet h3 span.red {
  color: #fb6969;
}

.flavor-selet ul li {
  display: inline-block;
  margin: 0 6px 5px 0;
}

.flavor-selet ul li input {
}

.flavor-selet ul li label img {
  width: 55px;
}

.products-you p.error-message {
  color: #fb6969;
  text-align: left;
}

.products-you p a {
  color: #00b2ff;
  font-family: "OpenSans_SemiBold";
  text-decoration: underline;
}

.products-you p a img {
  width: 12px;
  margin: -9px 0 0;
}

.products-you p {
  font-size: 15px;
  font-family: "OpenSans_SemiBold";
  line-height: 20px;
  color: #00b2ff;
}

.products-you {
  border: 0;
  text-align: left;
  border-top: 1px solid #3c435633;
  padding: 0;
}

.products-you.products-list .products-cart {
  text-align: center;
  max-width: 320;
  margin: 14px 0;
}

.products-you.products-list .products-cart ul {
  padding: 0;
  text-align: left;
  display: flex;
}

.product-benefits ul li {
  font-size: 14px;
  line-height: 20px;
  color: #232838;
  list-style: disc;
  margin: 6px 15px;
}

.product-benefits.short-description {
  border-bottom: unset;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.product-benefits.short-description p {
  font-size: 14px;
  line-height: 20px;
  color: #232838;
}

.products-info .product-icons {
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.products-info .product-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}

.products-info .product-icon img {
  margin-bottom: 12px;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.products-info .product-sheet {
  padding-top: 12px;
}

.products-info .product-sheet a {
  background: #00b2ff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-family: "OpenSans_Bold";
  padding: 12px 24px;
}

.products-info .product-sheet a:hover {
  background: #00b2ff;
  color: #ffffff;
}

.product-rate {
  margin-bottom: 15px;
  display: flex;
}

.product-rate .product-prices:first-child h3 {
  color: #6c6c6c;
}

.product-rate .product-prices.pack-original-member h3 {
  color: #6c6c6c;
  margin-left: 20px;
  text-decoration: line-through;
}

.product-rate .product-prices.recurring-price h3 {
  color: #00b2ff;
}

.product-rate .product-prices.pack-original-recurring h3 {
  margin-left: 20px;
  text-decoration: line-through;
}

.product-rate .separated-prices {
  display: flex;
  flex-direction: row;
}

.product-rate .product-prices.recurring-price {
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
}
.product-rate .product-prices.recurring-price.no-member-price {
  margin-left: 0;
}

.product-rate .product-prices.recurring-price span {
  margin-left: 10px;
  margin-bottom: 8px;
}

.product-rate .product-prices:first-child {
  margin-left: 0;
}

.product-rate h3 {
  font-size: 24px;
  line-height: 20px;
  color: #00b2ff;
  font-family: "OpenSans_Bold";
  margin: 0 0 7px;
}

.product-rate span {
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #3c4356;
  font-weight: 600;
}

.product-benefits ul {
}

.product-benefits h3 {
  font-size: 16px;
  line-height: 20px;
  color: #232838;
  font-family: "OpenSans_SemiBold";
  margin-bottom: 10px;
}

.product-benefits {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px;
}

.no-boder {
  border: unset;
}

.flavor-selet ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products-fullimg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-fullimg ul li {
  border: 1px solid rgb(60 67 86 / 30%);
  margin: 8px 0;
  padding: 6px;
}

.products-fullimg ul li.active {
  border: 1px solid #00b2ff;
  cursor: pointer;
  box-shadow: 0px 0px 15px -5px #00b2ff;
}

.products-fullimg ul {
  float: left;
  width: 10%;
  padding: 0;
}
.products-fullimg ul.product-thumbnails-mobile {
  display: none;
}

.products-fullimg .products-big .selected-image {
  cursor: pointer;
}

.products-fullimg .products-big {
  float: left;
  width: 90%;
  padding: 8px 0px 0px 15px;
}

.products-fullimg {
}

.breadcrum {
  background: #f8f8f8;
  width: 100%;
  margin-bottom: 35px;
  float: left;
  padding: 14px 0;
}

.breadcrum ul {
  margin: 0;
  padding: 0;
}

.breadcrum ul li {
  font-size: 14px;
  color: rgb(60 67 86 / 50%);
}

.breadcrum ul li a {
  color: #00b2ff;
}

#products-cart {
  width: 100%;
  padding: 20px 0 50px;
  float: left;
  display: grid;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.list-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "OpenSans_Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.list-check .load-more {
  color: #00b2ff;
  font-weight: 700;
  font-size: 16px;
}

.list-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.desktop-filter-section .search-input {
  width: 100%;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #c4c4c5;
  border-radius: 30px;
  padding: 10px 18px 10px 18px;
}

.search-input .ant-input {
  color: #c4c4c4;
}

.search-input .ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  box-shadow: none !important;
}

.desktop-filter-section .search-input:focus {
  box-shadow: none;
  border: 1px solid #c4c4c5;
}

.desktop-filter-section .search-input:hover {
  border: 1px solid #c4c4c5;
}

.list-check .brand-logo {
  width: 70px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #bbbcc1;
  border-radius: 4px;
}

.list-check:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

.list-check input:checked ~ .checkmark {
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.list-check input:checked ~ .checkmark:after {
  display: block;
}

.list-check .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #00b2ff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#accordion {
  margin: 0 0 0 0;
}

.row.row-shop {
  margin-top: 40px;
}

.desktop-filter-section {
}

.row-shop .col-shop-filter {
  width: 295px;
}

.row-shop .col-shop-products {
  width: calc(100% - 295px);
}

#filter-bar .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 768px) {
  .row.row-shop {
    margin-left: 0;
    margin-right: 0;
  }
  .row-shop .col-shop-products {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#accordion h3 {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: "OpenSans_Bold";
  border-bottom: 1px solid rgb(60 67 86 / 20%);
  margin-bottom: 20px;
  padding-bottom: 17px;
}

#accordion .card {
  border: unset;
  background: none !important;
}

#accordion .bt {
  margin-top: 30px;
  background: #fafafa;
  border-radius: 10px;
  padding: 22px;
}

#accordion .bb {
  border-bottom: 1px solid rgb(60 67 86 / 20%);
}

#accordion .card-header a {
  font-family: "OpenSans_Regular";
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

#accordion h5 {
  text-align: center;
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: "OpenSans_Bold";
  border-bottom: 1px solid rgb(60 67 86 / 20%);
  margin-bottom: 17px;
  padding-bottom: 17px;
}

#accordion .card-header {
  background: transparent;
  border: 0;
  padding: 0px 0px 10px 0px;
  margin-bottom: 8px;
}

#accordion .card-body {
  padding: 0;
}

#categoryFilter {
  width: 100%;
  background: #fafafa;
  border-radius: 10px;
  padding: 22px 22px 4px 22px;
}

#categoryFilter .card-body {
  padding-left: 15px;
}

#categoryFilter .card-body ul {
  margin-bottom: 18px;
}

#collapseBrand {
  width: 100%;
  height: auto;
  overflow-y: auto;
}
#collapseBrand::-webkit-scrollbar {
  width: 5px;
}
#collapseBrand::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px transparent;
}
#collapseBrand::-webkit-scrollbar-thumb {
  background: #84848485;
  border-radius: 10px;
}
#collapseBrand::-webkit-scrollbar-thumb:hover {
  background: #84848485;
}

.clear-filter {
  border-top: 1px solid rgb(60 67 86 / 20%);
  margin: 20px 0;
  padding: 25px 0;
}

.clear-filter button {
  border: 1.5px solid #00b2ff;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #00b2ff;
  font-family: "OpenSans_Bold";
  width: 100%;
  background: transparent;
  height: 40px;
  padding: 9px 0;
}

.productslist-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(60 67 86 / 20%);
  margin-bottom: 20px;
  padding: 0 0 14px;
}

.productslist-searchbar .search-bar2 {
  width: fit-content;
}

.productslist-search .productslist-searchbar {
  display: flex;
  align-items: center;
  gap: 5px;
}

.productslist-searchbar .search-bar2 .ant-input {
  box-sizing: border-box;
  border-radius: 4px;
  width: 300px;
  position: relative;
  padding: 6px 15px 6px 15px;
  height: 44px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: #ffffff;
  border: 1px solid #c4c4c5;
  border-radius: 30px;
}

.productslist-searchbar
  .search-bar2
  .ant-input-search
  > .ant-input-group
  > .ant-input-group-addon:last-child {
  background-color: transparent;
  position: absolute;
  left: 24px;
  top: 5px;
  z-index: 1;
}

.productslist-searchbar .search-bar2 .ant-input-search button {
  border: unset;
}

.col-productslist .search-result {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
  font-weight: normal;
  color: #232838;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.col-productslist .search-result span {
  color: #bbbcc1;
}

.col-productslist .products-row .products-list img {
  cursor: pointer;
}

.col-productslist .products-row {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.col-daily-products .col-productslist .products-row {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.col-productslist .filter-tag-section {
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.col-productslist-inner {
  display: flex;
  flex-wrap: wrap;
}

.pagination-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.products-skeleton-row .products-list .products-img {
  padding: 50px 40px 30px;
}

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

.productslist-searchbar2 span {
  color: rgb(60 67 86 / 75%);
}

.dropdown-opn a {
}

#accordion2 {
}

#accordion2 .filter-sho .nav-pills {
  width: 30%;
  float: left;
  background: #f6f6f6;
}

#accordion2 .filter-sho .pills-tabContent {
  float: right;
  width: 65%;
  padding: 15px 0;
}

#accordion2 .filter-sho .pills-tabContent .fade:not(.show) {
  display: none;
}

#guarantee .guarantee {
  border-radius: 2px;
  border-top: 1px solid #edeef2;
  padding: 40px 0;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#guarantee {
  margin-bottom: 30px;
}

#guarantee .col-4s {
  float: left;
}

#guarantee .col-4s.lft {
  border-right: 0;
}

#guarantee .col-4s .guarantee-box span img {
  width: 100%;
  height: 100%;
}

#guarantee .col-4s .guarantee-box span {
  float: left;
  height: 39px;
  margin: 0 20px 0 0px;
}

#guarantee .col-4s .guarantee-box {
  display: flex;
  align-items: center;
}
#guarantee .col-4s .guarantee-box-1 {
  justify-content: flex-start;
}
#guarantee .col-4s .guarantee-box-2 {
  justify-content: center;
}
#guarantee .col-4s .guarantee-box-3 {
  justify-content: flex-end;
}

#guarantee .col-4s .guarantee-box-lis {
}

#guarantee .col-4s .guarantee-box-lis strong {
  font-weight: 700;
  font-size: 16px;
  /* identical to box height, or 125% */
  color: #3c4356;
  font-family: "OpenSans_Bold";
}

#guarantee .col-4s .guarantee-box-lis small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  font-family: "OpenSans_Regular";
  color: #8d8d8d;
  display: block;
}

/******************* mobile menu *************/

.mobile-header {
  background: #00b2ff;
  padding: 6px 010px;
  display: inline-block;
  width: 100%;
  display: none;
}

.mobile-header .logo {
  width: 90px;
  float: left;
}

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

.mobile-header ul li a {
  color: #fff;
  font-size: 15px;
  margin: 0 6px;
}

.mobile-header ul li {
  display: inline-block;
  background: #08a4e8;
  padding: 0 5px;
}

.mobile-header ul {
  width: 150px;
  float: right;
  text-align: right;
  margin: 10px 0 0 0;
}

.mobile-header .language-bar select {
  font-size: 13px;
  padding: 0;
}

.mobile-header .language-bar img {
}

.mobile-header .language-bar {
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidenav a {
  padding: 7px 8px 6px 20px;
  text-decoration: none;
  font-size: 14px;
  color: #444;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile-footer-menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #f6f6f6;
  width: 100%;
  border-top: 1px solid #3c435614;
}

.list-menu {
}

.list-menu ul {
}

.list-menu ul li a span {
  font-size: 12px;
  clear: both;
  display: block;
  color: #929292;
  font-family: "OpenSans_SemiBold";
}

.list-menu ul li a img {
  width: 23px;
  margin-bottom: 5px;
}

.list-menu ul li a {
}

.list-menu ul li {
  width: 25%;
  float: left;
  text-align: center;
}

.mobile-acc {
  display: none;
}

#accordion2 {
  width: 50px;
  float: left;
}

.productslist-search2 {
  float: left;
  width: 60%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .productslist-search2 {
    width: 160px;
    display: none;
  }
}

#filt {
  display: none;
}

.flits {
  background: transparent;
  border: 0;
  font-size: 17px;
  font-family: "OpenSans_Bold";
  margin: 10px 0;
}

.flits img {
  width: 28px;
  margin: 5px 3px 0px 15px;
}

#filt.filtstyle {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #fff;
  left: -2px;
  top: 52px;
}

.filter-sho {
}

.filter-sho ul li {
  width: 100%;
}

.filter-sho .nav-pills .nav-link {
  color: #000;
}

.filter-sho .nav-pills .nav-link.active {
  background: #e8e8e8;
  color: #000;
}

.productslist-search2 .productslist-searchbar {
}

.productslist-search2 .productslist-searchbar .search-bar2 {
}

.productslist-search2 .productslist-searchbar2 {
  width: 100%;
  margin: 6px 0;
}

.productslist-search2 .productslist-searchbar2 select {
  width: auto;
}

#accordion2 .list-check {
}

#accordion2 #Filter button {
  border: 1.5px solid #00b2ff;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #00b2ff;
  font-family: "OpenSans_Bold";
  width: 80%;
  background: transparent;
  height: 40px;
  padding: 9px 0;
  margin: 20px 10%;
}

.accordion .card-header:after {
  content: "";
  background: url(../images/arrow-up.svg);
  width: 14px;
  height: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin: -20px 0 0 0;
}

.accordion .card-header.collapsed:after {
  content: "";
  background: url(../images/arrow-down.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin: -14px 0 0 0;
}

.banner-images {
  margin-bottom: 30px;
  cursor: pointer;
}

.owl-dots {
  display: none;
}

#filter-bar {
  margin-bottom: 40px;
}

.mobiel-shw a {
  padding: 9px 0 0 31px !important;
}
.mobiel-shw {
  display: block;
  border-top: 1px solid #ccc;
  margin: 15px 0 0;
  padding: 6px 0 0;
}
.mobiel-shw .brands-sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mobiel-shw .brands-sub-menu ul {
  display: none;
}
.mobiel-shw .brands-sub-menu.active ul {
  display: block;
}

/******************* mobile menu *************/

/******************* cart *****************/

.side-cart .order-type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.side-cart {
  position: fixed;
  width: 700px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 2147483641;
  display: hidden;
}

.side-cart-mask {
  position: fixed;
  width: calc(100vw - 700px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 2147483641;
  display: hidden;
}

.side-cart.active {
  display: flex;
}

.side-cart-mask.active {
  display: block;
  opacity: 50%;
}

.side-cart .mobile-close-cart {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
  padding: 3px;
}

.side-cart .order-details {
  width: 400px;
  height: 100%;
  border-right: 1px solid #d9d9d9;
  padding: 50px 20px 10px;
  overflow-y: auto;
}

.side-cart .order-summary {
  width: calc(100% - 400px);
  height: 100%;
  overflow-y: auto;
  padding: 50px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-cart h5 {
  font-size: 20px;
  font-weight: 700;
}

.side-cart .order-type h6 {
  font-weight: 600;
  color: #344470;
  margin-bottom: 0px;
  margin-right: 5px;
  white-space: nowrap;
}

.side-cart hr {
  width: 100%;
  margin-left: 50px;
}

.side-cart .order {
  padding: 12px;
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
}

.side-cart .order-image {
  width: 90px;
  height: 100%;
}

.side-cart .order-image .pack-mark {
  position: relative;
  top: 15px;
  left: -10px;
}

.side-cart .order-info {
  width: 270px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-cart .order-title-remove {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-family: "OpenSans_Bold";
}

.side-cart .order-remove {
  width: 20px;
  padding: 5px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.side-cart .order-quantity-price {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.side-cart .order-quantity-price .order-quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.side-cart .order-quantity-price .order-quantity label {
  margin-right: 14px;
  font-weight: 600;
  opacity: 0.6;
  font-size: 12px;
}

.side-cart .order-frequency {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.side-cart .order-frequency label {
  margin-right: 14px;
  font-weight: 600;
  opacity: 0.6;
  font-size: 12px;
}

.side-cart .order-info .includes-products {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
}

.side-cart .order-info .includes-products b {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
}

.side-cart .order-info .includes-products span {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
  margin-left: 10px;
}

.side-cart .order-info .total-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
}

.side-cart .order-info .total-prices .total-original-price {
  margin-right: 20px;
}

.side-cart .order-info .total-prices .total-original-price b {
  opacity: 0.6;
}

.side-cart .order-info .total-prices .total-original-price strong {
  text-decoration: line-through;
  text-decoration-color: #00b2ff;
}

.side-cart .order-quantity-price .order-prices {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.side-cart .order-quantity-price .order-prices .price-volume {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 86px;
}

.side-cart .order-quantity-price .order-prices span {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.6;
}

.side-cart .move-order {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.side-cart .move-order label {
  font-size: 12px;
  color: #f14705;
  font-weight: 600;
  cursor: pointer;
}

.side-cart .move-order label.not-subscription {
  color: #344470;
}

.side-cart .order-summary .summary-label-value {
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.side-cart .order-summary .summary-label-value b {
  text-align: right;
}

.side-cart .order-summary .order-summary-details {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.side-cart .order-summary .order-summary-result {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.side-cart .order-summary .order-summary-result .order-total-price {
  display: flex;
  justify-content: space-between;
}

.side-cart .order-summary .order-summary-result .order-total-price h6 {
  font-weight: 600;
  font-size: 16px;
}

.side-cart .new-checkout-button {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  border: unset;
  border-radius: 2px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  background: #344470;
  border-radius: 4px;
}

.side-cart .new-checkout-button.continue-shopping {
  color: #344470;
  background: #ffffff;
  border: 1px solid #344470;
}

.side-cart .new-checkout-button.continue-shopping:hover {
  color: #ffffff;
  background: #344470;
  border: 1px solid #344470;
}

.error-span {
  color: #ff4d4f;
  margin-top: 5px;
}

.side-cart .new-checkout-button:hover {
  background: rgb(52, 68, 112, 80%);
}

.side-cart .login-to-checkout-button {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: unset;
  border-radius: 2px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  background: #00b2ff;
}

.side-cart .login-to-checkout-button:hover {
  background: rgb(0 178 255 / 70%);
}

.partner-list {
  border: 1px solid #3c435633;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  margin: 5px;
  padding: 10px;
  position: relative;
}

.partner-list .partner-heading h5 {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 125% */
  color: #6c6c6c;
}
.partner-list .partner-heading h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  color: #232838;
  margin: 4px 0px 6px;
  font-family: "OpenSans_Bold";
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.partner-list .products-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.login-modal-img {
  padding: 30px;
}

.login-modal label {
  margin-top: 20px;
}

.login-modal h5 {
  font-family: "OpenSans_SemiBold" !important;
}

.login-modal .ant-input-affix-wrapper {
  min-height: 40px;
  border-radius: unset;
  margin-top: 5px;
}

.login-modal .login-forgot-password {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.login-modal .login-forgot-password a {
  color: #00b2ff;
  margin-top: 20px;
}

.login-modal button {
  min-height: 37px;
  min-width: 100px;
  margin: 20px 10px 0 10px;
}

.login-modal .action-buttons {
  display: flex;
  justify-content: center;
}

.login-modal .input-error {
  color: #ff4d4f;
  margin-top: 5px;
}

/************ Reset Password ***********/
.ResetPassword .page-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ResetPassword .page-container * {
  font-size: 16px;
}

.ResetPassword .page-container .reset-pwd-form {
  height: 40px;
}

.ResetPassword .page-container label {
  margin-top: 20px;
}

.ResetPassword .page-container h5 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.ResetPassword .page-container .action-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ResetPassword .page-container .action-buttons button {
  margin: 0 auto;
  height: 38px;
}

.ResetPassword .page-container label.input-error {
  color: #fb6969;
  margin-top: 5px;
}

.ResetPassword .logo-spinner-section svg {
  font-size: 58px;
}

/******************* effect hover *************/

.rots {
}

.rots .icon {
  --size: 6rem;
  --transition-duration: 500ms;
  --transition-easing: ease-out;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--foreground-color);
  font-size: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  box-shadow: 0px calc(var(--size) / 6) calc(var(--size) / 3) rgba(0, 0, 0, 0.1);
  transition: transform var(--transition-duration) var(--transition-easing);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.rots .icon::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 60%;
  height: 100%;
  top: 0%;
  left: -125%;
  transform: skew(45deg);
  position: absolute;
  transition: left var(--transition-duration) var(--transition-easing);
}

.rots .icon:hover {
  /* transform: translateY(-25%); */
}

.rots .icon:hover::before {
  left: 150%;
}

.contained-product-title {
  font-size: 14px;
  line-height: 24px;
  color: #6d7280;
  margin-bottom: 12px;
}
.contained-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.contained-product-card {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  margin-right: 5px;
  padding: 5px 10px 0 10px;
  min-width: 110px;
  min-width: 110px;
}
.contained-product-card h3 {
  font-family: "OpenSans_SemiBold" !important;
  font-size: 14px;
  line-height: 20px;
  color: #6d7280;
  text-align: center;
}
.contained-product-card .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contained-product-card .product-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.contained-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  width: -webkit-fill-available;
}
.contained-select .fixed {
  width: 100%;
  text-align: center;
}
.contained-select strong {
  font-weight: 600;
  font-size: 12px;
}
.contained-select .ant-input {
  width: 50px;
  border-radius: unset;
  padding-right: 0;
}
.contained-product-tooltip .ant-tooltip-inner {
  border-radius: unset;
  text-align: center;
}
.spack-detail-products-select {
  width: 100%;
  height: 40px;
}
.spack-detail-products-select.ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector {
  height: 40px;
}
.spack-detail-products-select.ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-search-input {
  height: 40px;
}
.spack-detail-products-dropdown
  .ant-select-single.ant-select-open
  .ant-select-selection-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.spack-detail-products-select.ant-select-single
  .ant-select-selector
  .ant-select-selection-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.spack-detail-title {
  font-size: 14px;
  line-height: 24px;
  color: #6d7280;
  margin-bottom: 12px;
}
.spack-dimension-name {
  font-size: 14px;
  line-height: 24px;
  color: #6d7280;
}
.spack-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.spack-product-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.spack-product-card.active {
  border: 1px solid #00b2ff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 178, 255, 0.5);
  box-shadow: 0px 0px 3px 3px rgba(0, 178, 255, 0.5);
}
.spack-product-card.disabled {
  opacity: 0.3;
}
.spack-product-card .product-image {
  width: 30%;
  max-width: 30px;
  height: 30px;
}
.spack-product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spack-product-card .spack-contained-product-title {
  margin-left: 10px;
  width: 90%;
  /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}
.spack-detail-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/***************** Vime Player *****************/
vime-player.video {
  height: 0;
  overflow: hidden;
  background-color: var(--vm-player-bg, #000);
  padding-bottom: 56.25% !important;
}
vime-player {
  box-sizing: border-box;
  direction: ltr;
  font-family: var(--vm-player-font-family);
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: transparent;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 275px;
  min-height: 40px;
  position: relative;
  text-shadow: none;
  outline: 0;
  transition: box-shadow 0.3s ease;
  box-shadow: var(--vm-player-box-shadow);
}
vime-player *,
vime-player *::after,
vime-player *::before {
  box-sizing: inherit;
}
vime-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  z-index: var(--vm-media-z-index);
}

.login-container {
  height: 100%;
  min-height: calc(100vh - 500px);
}

/**************** Privacy Policy ****************/
.PrivacyPolicy .page-container h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.PrivacyPolicy .page-container h5 {
  font-weight: 600;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.PrivacyPolicy .page-container {
  padding: 50px;
  max-width: 1440px;
  margin: 0 auto;
}

/**************** Legal Disclaimers ****************/
.LegalDisclaimers .page-container h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.LegalDisclaimers .page-container h5 {
  font-weight: 600;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.LegalDisclaimers .page-container {
  padding: 50px;
  max-width: 1440px;
  margin: 0 auto;
}

/**************** Income Disclosure ****************/

.IncomeDisclosure .page-container {
  padding: 50px;
  max-width: 1440px;
  margin: 0 auto;
}
.IncomeDisclosure .page-container h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.IncomeDisclosure .page-container h5 {
  font-weight: 600;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.IncomeDisclosure .page-container ul {
  margin-left: 50px;
}

.IncomeDisclosure .page-container .complan ul {
  list-style: decimal;
}

.IncomeDisclosure .page-container .typical-earnings ul {
  list-style: disc;
}

.IncomeDisclosure .page-container .income-table-section {
  width: 100%;
  margin-top: 50px;
}

.IncomeDisclosure .page-container .income-table-section .income-table {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.IncomeDisclosure
  .page-container
  .income-table-section
  .income-table
  table
  tr
  > td:first-child {
  font-weight: 600;
}

/**************** FAQ ****************/
.FAQ .page-container h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.FAQ .page-container h3 {
  font-weight: 600;
  color: #00b2ff;
  margin: 12px;
  margin-top: 30px;
  font-size: 24px;
}

.FAQ .page-container {
  padding: 50px;
}

.FAQ .page-container a {
  color: #00b2ff;
}

/************** Pop Up *************/
.popup-modal {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
.popup-modal .ant-modal-content {
  background-color: #000000;
  box-shadow: unset;
}
.popup-modal .ant-modal-body {
  padding: 0;
}
.popup-modal-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-modal .ant-modal-close {
  top: -40px;
}
.popup-modal .ant-modal-close .ant-modal-close-x {
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.cartpromo-root {
  padding: 20px 20px 10px;
}
.cartpromo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cartpromo-card {
  width: 110px;
  margin: 6px 0;
  border: 1px solid #d9d9d9;
  padding: 6px;
  position: relative;
  cursor: pointer;
}
.cartpromo-card.selected {
  border-color: #00b2ff;
}
.cartpromo-checkroot {
  position: absolute;
  left: 4px;
  top: 4px;
}

/******************* effect hover *************/

@media (min-width: 1201px) and (max-width: 1400px) {
  .products-list .products-heading h3 {
    font-size: 15px;
  }
  .products-list .products-heading h5 {
    font-size: 16px;
  }
  .products-list .products-cart ul {
    padding: 0;
  }
  .products-list .products-cart ul li button {
    font-size: 13px;
  }
  .promise-heading h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .offers-heading {
    bottom: 17%;
  }
  .lifestyle-heading h3 {
    font-size: 22px;
  }
  .col-productslist .products-row {
    width: 25%;
  }
  .col-daily-products .col-productslist .products-row {
    width: 25%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .offers-iagess {
    width: 50%;
  }
  .Home .home-play {
    right: 22%;
  }
  .offers-heading p {
    font-size: 15px;
    line-height: 25px;
  }
  .offers-heading h3 {
    font-size: 26px;
  }
  .products-list .products-heading h3 {
    font-size: 15px;
  }
  .products-list .products-heading h5 {
    font-size: 14px;
  }
  .products-list .products-cart ul {
    padding: 0;
  }
  .products-list .products-cart ul li button {
    font-size: 13px;
  }
  .col-productslist .products-row {
    width: 33%;
  }
  .col-daily-products .col-productslist .products-row {
    width: 33%;
  }
  .promise-heading h3 {
    font-size: 27px;
    line-height: 34px;
  }
  .offers-iagess img {
    height: 330px;
  }
  .offers-heading {
    bottom: 17%;
    width: 50%;
  }
  .Home .offers-heading {
    bottom: 17%;
    width: 50%;
    height: 330px;
  }
  .lifestyle-heading h3 {
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #guarantee .col-4s {
    width: 50%;
    padding: 20px;
  }
  #guarantee .guarantee {
    padding: 0;
    border-bottom: 0;
  }
  #guarantee .col-4s .guarantee-box-1 {
    justify-content: flex-start !important;
  }
  #guarantee .col-4s .guarantee-box-2 {
    justify-content: flex-start !important;
  }
  #guarantee .col-4s .guarantee-box-3 {
    justify-content: flex-start !important;
  }
  #guarantee .col-4s .guarantee-box span img {
    width: 50px !important;
    height: 40px !important;
  }
  #accordion {
    margin: 0;
  }
  #accordion h3 {
    font-size: 24px;
  }
  .list-check {
    font-size: 14px;
  }
  .productslist-searchbar .search-bar2 {
    width: 100%;
  }
  #accordion .card-header a {
    font-size: 16px;
  }
  .col-productslist .products-row {
    width: 50%;
  }
  .col-daily-products .col-productslist .products-row {
    width: 50%;
  }
  .products-list .products-heading h3 {
    font-size: 16px;
  }
  .products-list .products-heading h5 {
    font-size: 14px;
  }
  .products-list .products-cart ul {
    padding: 0;
  }
  .products-list .products-cart ul li button {
    font-size: 13px;
    margin-left: 10px;
  }
  .promise-heading h3,
  .offers-heading h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .offers-heading p {
    font-size: 16px;
    line-height: 23px;
  }
  .offers-heading {
    position: absolute;
    left: 60px;
    width: 72%;
  }
  .Home .offers-heading {
    width: 50%;
    height: 330px;
  }
  .offers-images img {
    height: 300px;
  }
  .offers-iagess img {
    height: 330px;
  }
  .Home .home-play {
    right: 22%;
  }
  .lifestyle-heading h3 {
  }
  .products-info .product-icon img {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 240px) and (max-width: 991px) {
  .col-productslist .search-result {
    margin: 10px 10px 10px 0px;
  }
  .offers-iagess {
    float: left;
    width: 50%;
  }
  #guarantee .col-4s {
    width: 50%;
    padding: 20px;
  }
  #guarantee .guarantee {
    padding: 0;
    border-bottom: 0;
  }
  .logo-bar,
  .cart-bar {
    width: 50%;
  }
  .header-logo {
    padding: 8px 10px;
    height: 72px;
  }
  .search-bar {
    display: none;
  }
  .header-logo .logo img {
    width: 90px;
    margin: 8px 0 0;
  }
  .navbar-light .navbar-toggler {
    display: none;
  }
  .menu-open-button li.menu-open-dropdown .dropdown-opn {
    top: 52px;
  }
  .header-navigation nav.navbar-expand-lg {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-navigation .form-inline {
    float: right;
    margin-right: 80px;
  }
  .productslist-searchbar2 {
    margin-top: 10px;
  }
}

@media (min-width: 240px) and (max-width: 767px) {
  .menu-open-button li.menu-open-dropdown .dropdown-opn {
    max-height: 550px;
    overflow-y: auto;
  }
  .products-review small {
    display: none;
  }
  .cart-bar ul li {
    display: inline-block;
    margin: 0 0 0 16px;
  }
  #main-slider .carousel.slide a {
    width: 30px;
    height: 30px;
    padding: 10px;
  }

  .filter-web-view,
  .productslist-search {
    display: none;
  }
  .filter-mobile-view {
    display: block;
  }
  .productslist-mobile-search {
    display: block;
    width: calc(100% - 260px);
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    border-bottom: 0 none;
    padding: 7px 0;
  }
  .productslist-mobile-search .search-bar2 input {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .mobile-acc .productslist-searchbar2 .ant-select .ant-select-selector {
    border-radius: 4px;
  }
  .productslist-search .productslist-searchbar.shop {
    margin-bottom: 0;
    width: 100%;
  }
  .col-productslist .products-row {
    width: 50%;
  }
  .col-daily-products .col-productslist .products-row {
    width: 50%;
  }
  .col-Spectrum,
  .products-info {
    padding: 30px 0 0;
    max-width: calc(100% - 60px);
  }
  #shop-brand .Brands-slider {
    padding: 0 30px;
  }
  footer h3 {
    margin-top: 20px;
  }
  .promise-images {
    margin: 10px 0;
  }
  .promise-heading h3,
  .offers-heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .offers-heading p {
    font-size: 16px;
    line-height: 23px;
  }
  .promise-heading {
    position: absolute;
    left: 21px;
    bottom: 5%;
    width: 80%;
  }
  .offers-images img {
    height: 300px;
  }
  .offers-heading {
    position: absolute;
    left: 30px;
    bottom: 10%;
    width: 80%;
  }
  .offers-iagess img {
    width: 100%;
    margin-top: 50px;
  }
  .Home .offers-heading,
  .Home .offers-iagess {
    width: 100%;
  }
  .offers-images img {
    height: 300px;
  }
  .Home .home-play {
    top: 58%;
    right: 45%;
  }
  .mobile-acc {
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 0px;
    position: relative;
  }

  /*************** Side cart ***************/

  .side-cart {
    height: auto;
  }

  .side-cart-mask {
    width: calc(100vw - 400px);
  }

  .side-cart.active {
    width: 400px;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
  }

  .side-cart .order-details {
    width: 400px;
    height: auto;
    border: unset;
    overflow: unset;
  }

  .side-cart .order-summary {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 240px) and (max-width: 576px) {
  #guarantee .col-4s {
    width: 100%;
    padding: 20px;
  }

  #guarantee .col-4s .guarantee-box span img {
    width: 50px !important;
    height: 40px !important;
  }
  #guarantee .col-4s .guarantee-box-1 {
    justify-content: flex-start !important;
  }
  #guarantee .col-4s .guarantee-box-2 {
    justify-content: flex-start !important;
  }
  #guarantee .col-4s .guarantee-box-3 {
    justify-content: flex-start !important;
  }
  #guarantee .guarantee {
    padding: 0;
    border-bottom: 0;
  }
  .newHeader.header-logo .logo img,
  .header-logo .logo img {
    width: 85px;
  }
  .col-productslist .products-row {
    width: 50%;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .col-daily-products .col-productslist .products-row {
    width: 50%;
  }
  .product-rate {
    flex-direction: column;
  }
  .product-rate .product-prices.recurring-price {
    margin-left: 0;
    margin-top: 10px;
  }
  .menu-open-bar img {
    width: 28px;
  }
  .menu-open-bar {
    margin: 10px 10px 0 0;
  }
  .logo-bar {
    width: 45%;
  }
  .cart-bar {
    width: 55%;
  }
  .products-list .products-cart ul {
    margin-bottom: 0;
  }
  .products-you.products-list .products-cart ul li {
    min-width: unset;
    max-width: unset;
  }
  .products-list .products-cart {
    margin: 10px 0 0;
  }
  .products-list .products-cart ul li.qty-wrapper {
    display: none;
  }
  .products-list .products-cart ul li.add-to-cart {
    width: 100% !important;
  }
  .products-fullimg ul {
    display: none;
  }
  .products-list .products-heading h3 {
    font-size: 14px;
    height: 38px;
    line-height: 18px;
  }
  .products-list .products-heading h5 {
    font-size: 12px;
  }
  .products-list .products-cart ul li button {
    font-size: 12px;
    height: 33px;
  }
  .products-fullimg .products-big {
    padding: 0;
    height: calc(100% - 90px) !important;
  }
  .products-fullimg ul.product-thumbnails-mobile {
    display: flex;
    float: unset;
    width: calc(100vw - 25px);
    max-width: 90%;
    overflow-x: auto;
  }
  .products-fullimg ul.product-thumbnails-mobile li {
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-left: 15px;
  }
  .products-fullimg ul.product-thumbnails-mobile li:first-child {
    margin-left: 0;
  }
  /* footer div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    footer ul li a {
        justify-content: center;
    } */

  /*************** Side cart ***************/

  .side-cart-mask {
    width: calc(100vw - 290px);
  }
  .side-cart.active {
    width: 300px;
  }
  .side-cart .order-type h6 {
    margin-right: 10px;
  }
  .side-cart .order-details {
    width: 300px;
    padding: 30px 10px 10px;
  }
  .side-cart .order {
    padding: 5px;
  }
  .side-cart .order-image {
    width: 60px;
  }
  .side-cart .order-info {
    width: 210px;
    padding-left: 5px;
  }
  .side-cart .mobile-close-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }
  .side-cart .mobile-close-cart img {
    padding: 3px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .side-cart .mobile-close-cart label {
    cursor: pointer;
  }
  .side-cart .no-orders {
    width: 300px;
  }
  .side-cart .order-summary {
    padding: 30px 10px 10px;
  }
  .products-info .product-icon img {
    width: 55px;
    height: 55px;
  }
  .products-info .product-icon {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1087px) {
  .productslist-searchbar .search-bar2 .ant-input-search {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .productslist-searchbar .search-bar2 {
    margin-left: 0;
  }
  .productslist-searchbar span {
    text-align: left;
  }
}

.login-modal-img {
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .PrivacyPolicy .page-container {
    padding: 50px 20px;
  }
  .LegalDisclaimers .page-container {
    padding: 50px 20px;
  }
  .IncomeDisclosure .page-container {
    padding: 50px 20px;
  }
  .FAQ .page-container {
    padding: 50px 20px;
  }
}

.wave-effect {
  animation-name: wave-effect-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}

.jvectormap-tip {
  display: none;
}
.wdist-center-description {
  padding: 12px;
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  opacity: 0.8;
}

.buyticket-alert {
  padding: 0 10px;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyticket-alert label {
  font-size: 20px;
}
.buyticket-alert p {
  margin-bottom: 0;
  font-size: 16px;
}
.buyticket-alert a {
  color: #f14705;
}
.buyticket-alert a:hover,
.buyticket-alert a:visited,
.buyticket-alert a:focus {
  color: #f14705;
}
.buyticket-alert .cart-pulse {
  font-size: 12px;
  color: #f14705;
  font-weight: 600;
  cursor: pointer;
}

.speechly-root {
  display: none;
}
@media (max-width: 768px) {
  .speechly-root.speechly-showable {
    display: block;
  }
}

.CookiePolicy .page-container h4 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.CookiePolicy .page-container p {
  font-size: 16px;
}
.CookiePolicy .page-container {
  padding: 50px;
  max-width: 768px;
  margin: 0 auto;
}
.Brands-slider .slick-track {
  margin: 0 auto;
}

.sale-420-animate
{
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sale420animate 2s linear infinite;
    display: inline-block;
    font-weight: bold;
}
@keyframes sale420animate {
    to {
        background-position: 200% center;
    }
}

.menu-enroller {
  margin-top: 12px;
  font-size: 16px;
}
.menu-enroller .contact-info-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.menu-enroller .country-section {
  margin-left: 8px;
}
.menu-enroller .contact-section {
  margin-top: 8px;
}
.menu-enroller .contact-section p {
  margin: 4px 0;
}
.home-mobile-search-bar {
  display: none;
}
@media (max-width: 768px) {
  .home-mobile-search-bar {
    display: block;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.Affiliate .aff2-brand {
  margin-top: 50px;
}
.Affiliate .aff2-brand .inner-p,
.Affiliate .aff2-block .inner-p {
  color: #9A9CA3;
}
.aff2-brand h3, .aff2-brand p {
  text-align: center;
}
.aff2-started h3 {
  text-align: center;
}
.aff2-block .inner-p {
  color: #9A9CA3;
}
.aff2-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.aff2-brand--list {
  /* margin: 10px 0; */
  display: flex;
  justify-content: center;
}
.aff2-brand--list .item { 
  margin: 10px;
}
@media (max-width: 768px) {
  .aff2-brand--list {
    justify-content: center;
  }
}
.aff2-brand--image {
  width: 256px;
  height: 190px;
  margin: 8px;
  flex-shrink: 0;
}
.aff2-started--list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.aff2-brand2--list {
}
.aff2-started--arrow {
  
}
@media (max-width: 1024px) {
  .aff2-started--arrow {
    display: none;
  }
}
.aff2-brand .section-button {
  display: flex;
  justify-content: center;
}
.aff2-brand .section-button a,
.aff2-block .section-button a {
  background: #00b2ff;
  border-radius: 30px;
  height: 40px;
  display: inline-block;
  font-family: "OpenSans_Bold" !important;
  padding: 10px 16px 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.aff2-started--card {
  border-radius: 12px;
  border: 2px solid #B0E7FF;
  background: #FFF; 
  border-radius: 12px;
  box-shadow: 0px 1.767256498336792px 1.2138051986694336px 0px rgba(0, 0, 0, 0.02), 0px 3.650102138519287px 3.32008171081543px 0px rgba(0, 0, 0, 0.03), 0px 6.521552085876465px 5.017241477966309px 0px rgba(0, 0, 0, 0.04), 0px 11.3363094329834px 8.869047164916992px 0px rgba(0, 0, 0, 0.04), 0px 21.777610778808594px 16.422088623046875px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  margin: 12px;
  width: 280px;
}
.aff2-started--card img {
  width: 168px;
  height: 123px;
  object-fit: contain;
}
.aff2-started--card p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-top: 27px;
}
.aff2-slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.aff2-slide--card {
  border-radius: 12px; 
  overflow: hidden;
  margin: 0 6px;
  flex-shrink: 0;
}
.aff2-slide--card img {
  height: 223px; 
  object-fit: contain;
}
.back-to-shop {
  margin-bottom: 24px;
}
.back-to-shop a {
  display: flex;
  align-items: center;
  color: #00b2ff;
  font-size: 12px;
}
.addcart-root .addcart-opt-list {
  width: 410px;
  max-width: 100%;
  margin-bottom: 12px;
}
.addcart-root .addcart-opt-line {
  border: 1px solid #e1e1e1;
  margin-top: -1px;
  padding: 12px;
}
.addcart-root .addcart-opt-litop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.addcart-root .addcart-opt-lf {
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.addcart-root .addcart-opt-check {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url('../images/opt-check.png') no-repeat 50% 50%;
}
.addcart-root .addcart-opt-check.checked {
  background-image: url('../images/opt-check-selected.png');
}
.addcart-root .addcart-opt-check.disabled {
  background-image: none;
}
.addcart-root .addcart-opt-lidesc {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
}
.addcart-root .addcart-opt-lidesc .ant-select {
  width: 100%;
}
.addcart-root .addcart-opt-line.selected .addcart-opt-lidesc {
  display: block;
}
.addcart-root .addcart-opt-rg {
  display: flex;
  align-items: center;
}
.addcart-root .addcart-opt-price {
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 800;
  font-family: "OpenSans_Bold";
  margin-left: 4px;
}
.addcart-root .addcart-opt-org-price {
  color: rgba(35, 40, 56, 0.3);
  text-decoration: line-through;
}
.addcart-root .addcart-opt-recur-price {
  color: #00B2FF;
}
.addcart-root .addcart-opt-bucket-price {
  color: #48CC65;
}
.addcart-input h3 {
  font-size: 14px;
  line-height: 20px;
  color: #6d7280;
  text-align: left;
}
.addcart-input ul {
  padding: 0;
  text-align: left;
  display: flex;
}
.addcart-input li {
  min-width: 150px;
  max-width: 150px;
  float: left;
  padding: 0 2px;
  height: 38px;
  text-align: center;
}
.addcart-input li .number {
  border: 1.25px solid rgb(60 67 86 / 20%);
  box-sizing: border-box;
  border-radius: 2px;
  float: left;
  width: 100%;
  max-width: 200px;
}
.addcart-input li .number span {
  cursor: pointer;
  color: rgb(60 67 86 / 70%);
}
.addcart-input li .number span.minus {
  font-size: 24px;
  line-height: 26px;
  width: 20%;
  float: left;
  padding: 4px 0;
  height: 35px;
}
.addcart-input li .number span.plus {
  font-size: 24px;
  line-height: 26px;
  width: 20%;
  float: left;
  padding: 4px 0;
  height: 35px;
}
.addcart-input li .number input {
  width: 60%;
  float: left;
  text-align: center;
  border: 0;
  padding: 4px 0;
  height: 35px;
  background: transparent;
}
.addcart-input ul li button {
  background: #344470;
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-family: "OpenSans_Bold";
  border: 0;
  padding: 1px 0;
  margin: 0 2px 0 10px;
  height: 37px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.addcart-input ul li button[disabled] {
  background-color: #bfbfbf;
}
.addcart-input .error-message {
  color: #fb6969;
  font-size: 14px;
  display: flex;
}
.BrandBucks .banner-wrap {
  margin-top: 24px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.BrandBucks .banner-wrap img {
  width: 100%;
}
.BrandBucks .desc-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.BrandBucks .desc-wrap h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 48px;
}
.BrandBucks .desc-wrap p {
  color: #9A9CA3;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
  margin: 22px 0;
}
.BrandBucks .prod-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.BrandBucks .prod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .BrandBucks .prod-list {
  }
}
.BrandBucks .prod-desc-card {
  width: 360px;
  height: 380px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.12),
      0px 0px 2px 0px rgba(145, 158, 171, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
@media (max-width: 1680px) {
  .BrandBucks .prod-desc-card {
      width: calc(33% - 12px);
  }
}
@media (max-width: 1366px) {
  .BrandBucks .prod-desc-card {
      width: calc(33% - 12px);
      margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .BrandBucks .prod-desc-card {
      width: 100%;
  }
}
.BrandBucks .prod-desc-card img {
  max-width: 100%;
}
.BrandBucks .prod-desc-card h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.BrandBucks .prod-desc-card p {
  color: #637381;
}
.BrandBucks .prod-card {
  width: calc(25% - 12px);
  margin-bottom: 24px;
  height: 425px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.12),
      0px 0px 2px 0px rgba(145, 158, 171, 0.2);
}
@media (max-width: 768px) {
  .BrandBucks .prod-card {
      width: 100%;
      margin-bottom: 24px;
  }
}
.BrandBucks .prod-card .top-img {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
}
.BrandBucks .prod-card .top-img img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  max-width: 100%;
}
.BrandBucks .prod-card .price-wrap {
  margin-top: 14px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.BrandBucks .prod-card .price-span {
  margin-right: 4px;
  font-weight: 600;
}
.BrandBucks .prod-card.sku_BUCK01 .price-span {
  color: #108df2;
}
.BrandBucks .prod-card.sku_BUCK02 .price-span {
  color: #08b64e;
}
.BrandBucks .prod-card.sku_BUCK03 .price-span {
  color: #d09e28;
}
.BrandBucks .prod-card .desc-wrap {
  margin: 12px 18px;
}
.BrandBucks .prod-card .desc-line {
  display: flex;
  align-items: center;
  color: rgba(33, 43, 54, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.BrandBucks .prod-card .desc-line img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.BrandBucks .prod-card .addcart-wrap {
  margin: 12px 18px;
}
.BrandBucks .prod-card button {
  border-radius: 8px;
  background: #1ea9ea;
  border: 0px none;
  color: #fff;
  width: 100%;
  height: 34px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.BrandBucks .video-wrap {
  margin: 58px auto 90px auto;
  max-width: 675px;
}
.BrandBucks .video-wrap .video-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.BrandBucks .video-wrap .video-card img {
  width: 100%;
}
.BrandBucks .video-wrap .video-card img.play-btn {
  position: absolute;
  width: 86px;
  height: 86px;
  left: calc(50% - 43px);
  top: calc(50% - 43px);
  cursor: pointer;
}
.BrandBucks .started-wrap {
  margin: 24px 0;
}
.BrandBucks .started-wrap h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
}
.BrandBucks .started-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .BrandBucks .started-list {
      flex-wrap: wrap;
      justify-content: center;
  }
}
.BrandBucks .started-card {
  border-radius: 12px;
  border: 2px solid #b0e7ff;
  background: #fff;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.01),
      0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.015),
      0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.02),
      0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.02),
      0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.025),
      0px 100px 80px 0px rgba(0, 0, 0, 0.035);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 280px;
}
@media (max-width: 768px) {
  .BrandBucks .started-card {
      margin-bottom: 24px;
  }
}
.BrandBucks .started-card img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}
.BrandBucks .started-card p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}
.BrandBucks .started-arrow {
  margin: 0 12px;
}
@media (max-width: 768px) {
  .BrandBucks .started-arrow {
      display: none;
  }
}
.OneTreePlanted .banner-section {
  position: relative;
  height: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.OneTreePlanted .banner-section img {
  position: absolute;
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.OneTreePlanted .banner-section h2 {
  z-index: 12;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  width: 1000px;
  max-width: 100%;
  text-align: center;
}
.OneTreePlanted .banner-section p {
  z-index: 12;
  color: #fff;
  text-align: center;
  width: 1000px;
  max-width: 100%;
  font-size: 22px;
}
.OneTreePlanted .backlink-section {
  margin-top: 24px;
}
.OneTreePlanted .d1-section {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.OneTreePlanted .d1-section svg {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .OneTreePlanted .d1-section svg {
    display: none;
  }
}
.OneTreePlanted .d1-section h3 {
  margin-top: 24px;
  text-align: center;
  font-size: 32px;
  font-family: 'OpenSans_Bold';
}
.OneTreePlanted .d1-section p {
  text-align: center;
}
.OneTreePlanted .d1-section h4 {
  width: 700px;
  max-width: 100%;
  text-align: center;
  font-family: 'OpenSans_Medium';
}
.OneTreePlanted .d2-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.OneTreePlanted .d2-section h4 {
  font-family: 'OpenSans_Medium';
}
.OneTreePlanted .prog-bar {
  width: 100%;
  height: 48px;
  background: #E6F7FF;
  border-radius: 24px;
  border: 1px solid #B0E7FF;
  position: relative;
}
.OneTreePlanted .prog-bar .prog-current {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  background-image: url(../images/plant-tree/progressed.png);
  border-radius: 24px 0 0 24px;
  background-size: auto 46px;
}
.OneTreePlanted .prog-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.OneTreePlanted .prog-label label {
  font-family: OpenSans_Medium;
  font-size: 16px;
}
.OneTreePlanted .d3-section {
  margin-top: 100px;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .OneTreePlanted .d3-section {
    height: 600px;
  }
}
.OneTreePlanted .d3-section img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.OneTreePlanted .d3-section .d31-wrap {
  width: 840px;
  max-width: 100%;
  z-index: 12;
}
.OneTreePlanted .d3-section .d31-wrap h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: 'OpenSans_Bold';
}
.OneTreePlanted .d3-section .d31-wrap p {
  color: #fff;
  text-align: center;
}
.OneTreePlanted .d3-section .d32-wrap {
  width: 100%;
  z-index: 12;
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .OneTreePlanted .d3-section .d32-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.OneTreePlanted .d3-section .d32-item {
  width: 300px;
}
.OneTreePlanted .d3-section .d32-item h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: 'OpenSans_Bold';
}
.OneTreePlanted .d3-section .d32-item p {
  color: #fff;
  text-align: center;
}
.OneTreePlanted .d4-section {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.OneTreePlanted .d4-section .d4l-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .OneTreePlanted .d4-section .d4l-wrap {
    width: 100%;
  }
}
.OneTreePlanted .d4-section .d4l-wrap h3 {
  font-family: 'OpenSans_Bold';
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tabs {
  border-top: 1px solid #D9D9D9;
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tab .tab-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tab .tab-head h3 {
  font-size: 24px;
  font-family: 'OpenSans_Bold';
  margin: 0;
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tab .tab-head svg {
  color: #00B2FF;
  font-size: 24px;
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tab {
  border-bottom: 1px solid #d9d9d9;
}
.OneTreePlanted .d4-section .d4l-wrap .d4l-tab p {
  padding: 10px;
}
.OneTreePlanted .d4-section .d4r-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .OneTreePlanted .d4-section .d4r-wrap {
    display: none;
  }
}
.OneTreePlanted .d4-section .d4r-wrap img {
  width: 500px;
  max-width: 100%;
}
.OneTreePlanted .d4-section .d4r-wrap p {
  width: 500px;
  max-width: 100%;
  text-align: center;
}
.OneTreePlanted .d5-section {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .OneTreePlanted .d5-section {
    flex-direction: column;
  }
}
.OneTreePlanted .d5-section .d5l-wrap {
  width: 42%;
  border: 1px solid #EDEEF2;
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .OneTreePlanted .d5-section .d5l-wrap {
    width: 100%;
  }
}
.OneTreePlanted .d5-section .d5r-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .OneTreePlanted .d5-section .d5r-wrap {
    width: 100%;
    margin-top: 24px;
  }
}
.OneTreePlanted .d5-section .d5r-wrap h3 {
  font-family: OpenSans_Bold;
}
.OneTreePlanted .d5-section .d5-cards {
  display: flex;
} 
@media (max-width: 768px) {
  .OneTreePlanted .d5-section .d5-cards {
    flex-direction: column;
    align-items: center;
  }
}
.OneTreePlanted .d5-section .d5-cards .d5-card {
  border: 2px solid #B0E7FF;  
  border-radius: 12px;
  width: 222px;
  height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04), 0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  margin-right: 30px;
  margin-top: 30px;
  padding: 10px;
}
.OneTreePlanted .d5-section .d5-cards .d5-card h4 {
  font-family: OpenSans_Medium;
  font-size: 16px;
  margin-top: 8px;
}
.OneTreePlanted .d5-section .d5-cards .d5-card p {
  font-size: 14px;
  text-align: center;
}
.onetree-wrap {
  border: 1px solid #E9EAEB;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.onetree-wrap-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #232838;
  font-size: 14px;
}
.onetree-wrap span {
  color: rgb(35, 40, 56);
  font-weight: bold;
  margin-left: 8px;
}
.onetree-wrap svg {
  font-size: 36px;
  cursor: pointer;
}
.onetree-wrap svg.active {
  color: #48BC5B;
}
.onetree-wrap img {
}
.onetree-wrap p {
  margin: 10px 0 0 0;
  opacity: 0.5;
}
.onetree-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0;
}
.onetree-tab h4 {
  margin: 40px 0;
  font-family: OpenSans_Bold;
}
.onetree-tab p {
  opacity: 0.5;
}
.onetree-tab a {
  padding: 13px 0;
  width: 200px;
  background: #48BC5B;
  color: #fff;
  font-family: OpenSans_Bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin-left: 8px !important;
  }
}

.bb-promo-animate {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bb-promo-animate 2s linear infinite;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@keyframes bb-promo-animate {
  to {
    background-position: 200% center;
  }
}

.bb-bounce {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; 
}
.bb-bounce div {
  position: relative;
  color: #DC2F2F;
  /* text-shadow: 0 1px #dd3737, 0 2px #dd3737, 0 3px #dd3737; */
}
.bb-bounce-t1 {
  animation: bb-bounce 2s ease infinite;
  -webkit-animation: bb-bounce 2s ease infinite;
}
.bb-bounce-t2 {
  animation: bb-bounce 2s ease infinite .1s;
  -webkit-animation: bb-bounce 2s ease infinite .1s;
}
.bb-bounce-t3 {
  animation: bb-bounce 2s ease infinite .2s;
  -webkit-animation: bb-bounce 2s ease infinite .2s;
}
.bb-bounce-t4 {
  animation: bb-bounce 2s ease infinite .3s;
  -webkit-animation: bb-bounce 2s ease infinite .3s;
}
.bb-bounce-t5 {
  animation: bb-bounce 2s ease infinite .4s;
  -webkit-animation: bb-bounce 2s ease infinite .4s;
}
.bb-bounce-t6 {
  animation: bb-bounce 2s ease infinite .5s;
  -webkit-animation: bb-bounce 2s ease infinite .5s;
}
.bb-bounce-t7 {
  animation: bb-bounce 2s ease infinite .6s;
  -webkit-animation: bb-bounce 2s ease infinite .6s;
}
.bb-bounce-t8 {
  animation: bb-bounce 2s ease infinite .7s;
  -webkit-animation: bb-bounce 2s ease infinite .7s;
}
.bb-bounce-t9 {
  animation: bb-bounce 2s ease infinite .8s;
  -webkit-animation: bb-bounce 2s ease infinite .8s;
}
.bb-bounce-t10 {
  animation: bb-bounce 2s ease infinite .9s;
  -webkit-animation: bb-bounce 2s ease infinite .9s;
}
.bb-bounce-t11 {
  animation: bb-bounce 2s ease infinite 1s;
  -webkit-animation: bb-bounce 2s ease infinite 1s;
}
.bb-bounce-t12 {
  animation: bb-bounce 2s ease infinite 1.1s;
  -webkit-animation: bb-bounce 2s ease infinite 1.1s;
}
.bb-bounce-t13 {
  animation: bb-bounce 2s ease infinite 1.2s;
  -webkit-animation: bb-bounce 2s ease infinite 1.2s;
}
.bb-bounce-t14 {
  animation: bb-bounce 2s ease infinite 1.3s;
  -webkit-animation: bb-bounce 2s ease infinite 1.3s;
}
.bb-bounce-t14 {
  animation: bb-bounce 2s ease infinite 1.3s;
  -webkit-animation: bb-bounce 2s ease infinite 1.3s;
}
.bb-bounce-t14 {
  animation: bb-bounce 2s ease infinite 1.3s;
  -webkit-animation: bb-bounce 2s ease infinite 1.3s;
}
.bb-bounce-t15 {
  animation: bb-bounce 2s ease infinite 1.4s;
  -webkit-animation: bb-bounce 2s ease infinite 1.4s;
}
.bb-bounce-t16 {
  animation: bb-bounce 2s ease infinite 1.5s;
  -webkit-animation: bb-bounce 2s ease infinite 1.5s;
}
.bb-bounce-t17 {
  animation: bb-bounce 2s ease infinite 1.6s;
  -webkit-animation: bb-bounce 2s ease infinite 1.6s;
}
.bb-bounce-t18 {
  animation: bb-bounce 2s ease infinite 1.7s;
  -webkit-animation: bb-bounce 2s ease infinite 1.7s;
}
.bb-bounce-t19 {
  animation: bb-bounce 2s ease infinite 1.8s;
  -webkit-animation: bb-bounce 2s ease infinite 1.8s;
}
.bb-bounce-t20 {
  animation: bb-bounce 2s ease infinite 1.9s;
  -webkit-animation: bb-bounce 2s ease infinite 1.9s;
}
.bb-bounce-t21 {
  animation: bb-bounce 2s ease infinite 2s;
  -webkit-animation: bb-bounce 2s ease infinite 2s;
}
.bb-bounce-t22 {
  animation: bb-bounce 2s ease infinite 2.1s;
  -webkit-animation: bb-bounce 2s ease infinite 2.1s;
}
.bb-bounce-t23 {
  animation: bb-bounce 2s ease infinite 2.2s;
  -webkit-animation: bb-bounce 2s ease infinite 2.2s;
}
.bb-bounce-t24 {
  animation: bb-bounce 2s ease infinite 2.3s;
  -webkit-animation: bb-bounce 2s ease infinite 2.3s;
}
.bb-bounce-t25 {
  animation: bb-bounce 2s ease infinite 2.4s;
  -webkit-animation: bb-bounce 2s ease infinite 2.4s;
}
.bb-bounce-t26 {
  animation: bb-bounce 2s ease infinite 2.5s;
  -webkit-animation: bb-bounce 2s ease infinite 2.5s;
}
.bb-bounce-t27 {
  animation: bb-bounce 2s ease infinite 2.6s;
  -webkit-animation: bb-bounce 2s ease infinite 2.6s;
}
@keyframes bb-bounce {
  0%   { transform: scale(1,1) translateY(0); }
  10%  { transform: scale(1.1,.9) translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-3px);}
  50%  { transform: scale(1.05,.95) translateY(0); }
  58%  { transform: scale(1,1) translateY(-3px); }
  65%  { transform: scale(1,1) translateY(0);}
  100% { transform: scale(1,1) translateY(0);}
}

@-webkit-keyframes bb-bounce {
  0%   { transform: scale(1,1) translateY(0); }
  10%  { transform: scale(1.1,.9) translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-3px);}
  50%  { transform: scale(1.05,.95) translateY(0); }
  58%  { transform: scale(1,1) translateY(-3px);}
  65%  { transform: scale(1,1) translateY(0);}
  100% { transform: scale(1,1) translateY(0);} 
}

/*
.bb-bounce:before, .bb-bounce:after {
  content:"";
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 50px;
  height:5px;
  border-radius:50%;
  top:82px;
  z-index:-1;
}

.bb-shadow, .bb-shadow2 {
  position: absolute;
  top:82px;
  z-index:-1;
}

.bb-shadow:before, .bb-shadow:after, 
.bb-shadow2:before, .bb-shadow2:after {
  content:"";
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 50px;
  height:5px;
  border-radius:50%;
  top:0;  
}

.bb-bounce:before {
  left:0;
  animation: bb-scale 1s linear infinite;
  -webkit-animation: bb-scale 1s linear infinite;
}
*/

@keyframes bb-scale {
  0% {transform: scaleX(1);}
  25% {transform: scaleX(0.4);}
  50% {transform: scaleX(1);}
  75% {transform: scaleX(0.9);}
  100% {transform: scaleX(1);}
}

@-webkit-keyframes bb-scale {
  0% {transform: scaleX(1);}
  25% {transform: scaleX(0.4);}
  50% {transform: scaleX(1);}
  75% {transform: scaleX(0.9);}
  100% {transform: scaleX(1);}
}

/* .bb-bounce:after {
  left: 57px;
  animation: bb-scale 1s linear infinite .1s;
  -webkit-animation: bb-scale 1s linear infinite .1s;
}

.bb-shadow:before {
  left: 116px;
  animation: bb-scale 1s linear infinite .2s;
  -webkit-animation: bb-scale 1s linear infinite .2s;
}

.bb-shadow:after {
  left: 175px;
  animation: bb-scale 1s linear infinite .3s;
  -webkit-animation: bb-scale 1s linear infinite .3s;
}

.bb-shadow2:before {
  left: 232px;
  animation: bb-scale 1s linear infinite .4s;
  -webkit-animation: bb-scale 1s linear infinite .4s;
}

.bb-shadow2:after {
  left: 285px;
  animation: bb-scale 1s linear infinite .5s;
  -webkit-animation: bb-scale 1s linear infinite .5s;
} */
