@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap");

*,
ul {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  max-width: 100%;
}
a:focus,
a:hover,
a:active,
a:visited,
button:focus,
button:hover,
button:active,
button:visited {
  outline: none;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  position: relative;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  height: inherit;
  font-family: "Onest", sans-serif;
}
html {
  background: #11121b;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Onest", sans-serif;
}
.p0 {
  padding: 0 !important;
}
.m0 {
  margin: 0 !important;
}

/****************** HEADER ***********************/
.header-full {
  position: fixed;
  background: #040404;
  width: 100%;
  z-index: 99;
}
.header-full header {
}
.header-full header .navbar .navbar-brand {
  padding: 0;
  width: 220px;
}
.header-full header .navbar .navbar-brand img {
}
.header-full header .navbar {
  padding: 0 0;
}
.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 22px 0 27px;
  color: #fff;
  position: relative;
  letter-spacing: 0.2px;
  opacity: 0.6;
  border-top: 2px solid transparent;
}
.header-full header .navbar .navbar-nav.nav-rot .nav-item.active .nav-link {
  opacity: 1;
  font-family: "Onest", sans-serif;
  opacity: 1;
}
.header-full header .navbar .navbar-nav.nav-rot .nav-item {
  margin: 0 14px;
}
.header-full
  header
  .navbar
  .form-inline
  .navbar-nav.nav-sqr
  .nav-item.register
  a {
  font-weight: 800;
  color: #28fe6c;
  display: inline-block;
  text-align: center;
  padding: 13px 5px;
  margin: 0 0 0 30px;
  font-size: 27px;
  line-height: 10px;
  height: 36px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
  background: #161b2c;
  margin: 0;
  border-radius: 0;
  width: 250px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
  border-bottom: 1px dashed #424b6a;
  opacity: 1;
  font-size: 15px;
  line-height: 17px;
  padding: 15px 15px;
  color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
  background: #101422;
}

.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link.login-btn {
  border-radius: 3px;
  height: 40px;
  width: 125px;
  text-align: center;
  padding: 10px 0 0;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  margin: 15px 0;
  opacity: 1;
  background: rgb(227, 179, 57);
  background: linear-gradient(
    120deg,
    rgba(227, 179, 57, 1) 0%,
    rgba(168, 133, 42, 1) 76%
  );
}
/****************** CLOSE HEADER ***********************/
/****************** Footer ***********************/
.heading-3 {
  font-weight: 600;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: #4a4658;
  margin-bottom: 20px;
}
.heading-5 {
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 13px;
}
.learn-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #eb3472;
  border-bottom: 2px solid #eb3472;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  margin: 25px 0 0;
  display: inline-block;
}
.copy-right {
  display: inline-block;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #00000017;
  padding: 30px 0;
}
.copy-right .tearm {
}
.copy-right ul li {
  display: inline-block;
  font-size: 12px;
}
.copy-right ul li a {
  color: #4a4658;
  font-size: 20px;
  margin: 0 0 0 24px;
}
a.btn-color {
  display: block;
  padding: 18px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 0;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background: #dba453;
  width: 133px;
  height: 35px;
  text-decoration: none;
}
.footer-elevate {
  background: #1c1c1c;
  z-index: 999;
  position: relative;
  border-radius: 10px;
  background-image: url(../images/Union.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 60px 0 0;
  border-radius: 16px;
  border: 1px solid #2e2e2e;
  overflow: hidden;
}
.footer-top h3 {
  line-height: 52px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}
.footer-top {
  padding: 30px 0 0;
  float: left;
  width: 100%;
  background-size: cover;
  height: 247px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.footersection {
  border-top: 1px solid #fff6;
  padding: 100px 0 0;
}
.footer-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-nav ul li {
  padding: 3px 0 6px 0;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
}
.footer-nav ul li:last-child {
  padding: 0;
}
.footer-nav ul {
}
.footer-nav {
}
footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  margin: 0 0 15px 0;
  letter-spacing: -0.18px;
}
footer {
  background: #040404;
  padding: 0 0 30px;
  float: left;
  width: 100%;
}
.Copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  margin: 0px 0 0 0;
}
.footer-logo {
  /* margin: 30px 0 0; */
  width: 220px;
}
.footer-logo img {
  margin-bottom: 10px;
}
.footer-nav-last {
}
.footer-fastest {
  padding: 0 30px 20px 50px;
}
.footer-fastest p {
  color: #f1f1f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  margin: 15px 0;
}
.social-io li {
  display: inline-block;
  opacity: 1 !important;
}
.social-io li a {
  color: #dba453 !important;
  font-size: 20px;
  margin: 0 10px 0 0;
  opacity: 1 !important;
}
.social-io {
}
.card-images {
  text-align: right;
  margin: 15px 0 0 0;
}
.footer-nav ul li span {
  margin: 0 9px 2px 0;
  float: left;
  display: inline-block;
}
.header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link span {
  position: absolute;
  width: 6px;
  height: 6px;
  right: -12px;
  background: #ff003d;
  border-radius: 10px;
  margin: -6px 0 0;
}
/****************** CLOSE FOOTER ***********************/
main {
  padding: 100px 0;
  background: url(../images/glow.png) #040404;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

main .main-banner h2 {
  color: #fff;
  margin: 17px 0 29px;
  font-size: 77px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
}
main .main-banner a {
  padding: 17px 0 0;
  text-align: center;
  line-height: 0;
  color: #fff;
  height: 35px;
  text-decoration: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.col-Learn-More {
  position: relative;
  display: block;
  padding: 18px 0;
}
.scroll-down {
}
.scroll-down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  width: 13px;
  opacity: 0;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 8;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: arrowdown 2s 0.5s infinite ease-in-out;
  -moz-animation: arrowdown 2s 0.5s infinite ease-in-out;
  animation: arrowdown 2s 0.5s infinite ease-in-out;
}
.scroll-down:before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  bottom: 10px;
  display: block;
  text-align: center;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 8;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: arrowdown1 2s infinite ease-in-out;
  -moz-animation: arrowdown1 2s infinite ease-in-out;
  animation: arrowdown1 2s infinite ease-in-out;
}

@keyframes arrowdown1 {
  0% {
    transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
}
@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }

  50% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
}
@-moz-keyframes arrowdown {
  0% {
    -moz-transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
}

@keyframes arrowdown {
  0% {
    transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }

  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
}
@-moz-keyframes arrowdown {
  0% {
    -moz-transform: translate(0, -5px) rotate(45deg);
    opacity: 0;
  }

  100% {
    transform: translate(0, 5px) rotate(45deg);
    opacity: 1;
  }
}

.col-Laptop {
  max-width: 750px;
  margin: 20px auto 20px;
}
.logo-item {
}
.logo-item .owl-carousel .owl-item .logo-item span img {
  width: 90px;
}
/*********** banner close ***********/

.Membership {
  /* padding: 0 0 100px; */
  background: url(../images/glow3.png) #040404;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: inline-block;
  width: 100%;
  margin: 400px 0 0;
  float: left;
}
.Membership-tab {
  margin: -300px 0 70px;
}
.Membership-tab-bar {
  display: flex;
  justify-content: center;
}
.Membership-split {
  width: 30px;
  height: 30px;
}
.Membership-box {
  background: url(../images/member-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
.Membership-header {
  background: url(../images/member-headre.png);
  max-width: 500px;
  margin: -11px auto 0px;
  text-align: center;
  padding: 95px 80px 147px;
  background-size: calc(100% + 154px) 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -66px;
  height: 344px;
}
.Membership-header h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.Membership-body {
  margin: 150px auto 80px;
  width: 400px;
  display: block;
  position: relative;
  z-index: 9;
}
.Membership-body-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Membership-body-nav .tab-box {
  padding: 8px;
  border-radius: 150px;
  background: linear-gradient(
    96deg,
    #d4bf8a -140.94%,
    rgba(246, 233, 200, 0) 134.28%
  );

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Membership-body-nav .tab-box .tab-row {
  width: 120px;
  height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  z-index: 1001;
}
.Membership-body-nav .tab-box .tab-bg {
  width: 120px;
  height: 40px;

  border-radius: 150px;
  background: #0b0808;
  position: absolute;
  top:  8px;

  transition: .3s all ease-in-out;
}
.left-0 {
  left: 8px;
}
.left-50 {
  left: 50%;
}
.Membership-body-nav ul {
  text-align: center;
  border-radius: 500px;
  background: linear-gradient(
    96deg,
    #d4bf8a -140.94%,
    rgba(246, 233, 200, 0) 134.28%
  );
  padding: 9px;
  width: 250px;
  margin: 0 auto;
}
.Membership-body-nav ul.nav-akashx-dt {
  background: #0b0808 !important;
}
.Membership-body-nav ul.nav-akashx-dt li {
  width: 100%;
}
.Membership-body-nav ul li {
  display: inline-block;
}
.Membership-body-nav ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 6px 30px;
  display: inline-block;
}
.Membership-body-nav ul li a:hover {
  color: #fff;
}
.Membership-body-nav ul li a.active {
  background: #0b0808 !important;
  border-radius: 500px;
}
.Membership-body-secion {
  margin: 50px 0 50px;
  text-align: center;
}
.Membership-body-secion h4 {
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.Membership-body-secion h4 small {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  vertical-align: top;
}
.Membership-body-secion ul {
  text-align: left;
  margin: 20px auto;
  max-width: 250px;
  display: inline-block;
}
.Membership-body-secion ul.nav-akashx-dt {
  max-width: 300px;
}
.Membership-body-secion ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  position: relative;
  padding: 0 8px 0 24px;
  margin: 9px 0;
}
.Membership-body-secion ul li:before {
  content: "";
  content: "";
  background: url(../images/listmember.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  top: 5px;
  left: 0;
}
.Membership-body-secion a {
  border-radius: 3px;
  text-align: center;
  padding: 12px 30px 11px;
  font-size: 18px;
  display: inline-block;
  color: #eab93c;
  margin: 13px 0 0;
  opacity: 1;
  text-decoration: none;
  border-radius: 5px;
  background: var(--text-text-white, #fff);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.learn-Membership {
  padding: 0 60px 0 0;
}
.learn-Membership h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
.learn-Membership p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
  opacity: 0.7;
}
.learn-Membership a {
  border-radius: 3px;
  text-align: center;
  padding: 12px 30px 11px;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  margin: 30px 0 0;
  opacity: 1;
  background: rgb(227, 179, 57);
  background: linear-gradient(120deg, #e3b339 0%, #a8852a 76%);
  text-decoration: none;
}
.learn-video {
  padding: 0 0 0 30px;
  position: relative;
  text-align: center;
}
.learn-video video {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #413f3f;
}
.learn-video a {
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  margin: 0 auto;
  top: 45%;
}
.Benefits-col {
  margin: 40px 0;
}
.Benefits-col h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#e3b339, #a8852a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Benefits-col ul {
}
.Benefits-col ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  position: relative;
  padding: 0 8px 0 24px;
  margin: 0 0 12px 0;
}
.Benefits-col ul li:before {
  content: "";
  background: url(../images/list.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  top: 5px;
  left: 0;
}
.Academy {
  padding: 100px 0;
  background: url(../images/glow2.png) #040404;
  background-repeat: no-repeat;
  background-position: right top;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 8;
  background-size: 50%;
}
.col-Academy {
}
.Access-Academy {
}
.Access-Academy span {
  width: 40px;
  display: inline-block;
}
.Access-Academy span img {
}
.Access-Academy h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}
.Access-Academy p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 10px 100px 40px 0;
  opacity: 0.7;
}
.Access-Academy ul {
}
.Access-Academy ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  position: relative;
  padding: 0 8px 0 27px;
  margin: 0 0 12px 0;
}
.Access-Academy ul li:before {
  content: "";
  content: "";
  background: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: cover;
  top: 3px;
  left: 0;
}
.coin-Academy {
  position: relative;
  display: inline-block;
  width: 100%;
}
.coin-Academy-img {
  position: absolute;
}
.coin-Academy-img video {
  width: 200px;
}
.Academy-Expert {
}
.Academy-Expert-block {
  background: url(../images/Frame.png);
  padding: 30px;
  width: 360px;
  float: right;
  background-size: cover;
}
.Academy-Expert-left {
  width: 120px;
  float: left;
  padding: 0 16px 0 0;
}
.Academy-Expert-left span {
}
.Academy-Expert-left span img {
  width: 100%;
}
.Academy-Expert-right {
  float: left;
  width: 177px;
}
.Academy-Expert-right h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 6px;
  background: -webkit-linear-gradient(#fff, #737373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Academy-Expert-right span {
}
.Academy-Expert-right span img {
}
.Academy-Expert-right strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 10px;
  background: -webkit-linear-gradient(#fff, #737373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Academy-Expert-block3 {
  margin: -10px 220px 0 0;
}
.Academy-Expert-block2 {
  margin: -10px 120px 0 0;
}
.Academy-languages {
  display: inline-block;
  text-align: center;
  width: 200px;
  float: right;
  margin: 0 0 46px;
}
.Academy-languages strong {
  background: -webkit-linear-gradient(#e3b339, #a8852a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 63px;
  line-height: 56px;
  display: block;
}
.Academy-languages span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.Live-Sessions {
  padding: 100px 0;
  background: url(../images/glow.png) #040404;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: contain;
  position: relative;
  z-index: 8;
}
.Live-Academy {
  max-width: 600px;
}
.Live-Academy span {
  width: 50px;
  display: inline-block;
}
.Live-Academy h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}
.Live-Academy p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 10px 50px 40px 0;
  opacity: 0.7;
}
.Live-laptop {
  background: url(../images/Rectangle.png);
  background-repeat: no-repeat;
  float: right;
  width: 330px;
  padding: 0 0 0 20px;
  background-size: 100% 100%;
  margin: -243px -66px 0 0;
  position: relative;
}
.Live-students {
  max-width: 600px;
}
.Live-laptop-block {
}
.Live-laptop-block img {
}
.Live-laptop span {
}
.Live-laptop small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #a3a3a3;
  margin-bottom: 12px;
  display: inline-block;
}
.Live-laptop ul {
}
.Live-laptop ul li {
  float: left;
  margin: 0 -13px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
}

.Live-laptop ul li span {
  width: 55px;
  float: left;
  overflow: hidden;
  height: 55px;
  text-align: center;
}
.Live-laptop ul li span img {
}
.sound-wave {
  width: 126px;
  float: right;
  margin: 20px 0 20px -26px;
}
.students-wave {
  float: left;
  width: 200px;
  margin: 29px 0 0;
}
.sound-wave span {
}
.sound-wave span img {
}
.Trade-Alerts {
  padding: 0 0 135px;
  background: url(../images/Maskgroup.png) #040404;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: relative;
  z-index: 8;
}
.Tune {
  max-width: 700px;
  margin: 0 auto 82px;
  text-align: center;
}
.Tune span {
  width: 50px;
  display: inline-block;
}
.Tune h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}
.Tune p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 40px 0;
  opacity: 0.7;
}
.Line-Stroke {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
.Line-hover1 {
}
.Line-hover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 456px;
  transition: width 2s;
}
.Line-hover2 img {
  width: 1100px;
  height: 456px;
}
.phone-Line-hover .Line-hover2 {
  width: 100%;
  height: 456px;
}
.Trades-section {
  background: #fff;
}
.Trades-text {
  padding: 140px 0;
}
.col-Trades {
  margin: 50px 0;
  display: inline-block;
}
.col-Trades strong {
  width: 55%;
  float: left;
}
.col-Trades span {
  float: right;
  width: 40%;
}
.col-Trades span img {
}
.col-Trades-right span {
  float: left;
}
.col-Trades-right strong {
  text-align: right;
}
.Scanners {
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
.collection {
  display: inline-block;
}
.collection h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.Pulse {
  display: inline-block;
  margin: 30px 0;
}
.Pulse h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(#e3b339, #a8852a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Pulse ul {
  margin: 0 0 0 20px;
}
.Pulse ul li {
  float: left;
  width: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  padding: 0 8px 0 4px;
  margin: 7px 0;
  list-style: disc;
}
.main-scanner {
  display: flex;
  align-items: center;
}
.col-patented {
  background: url(../images/goldbg.png);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: right;
  /* padding: 200px 0 0; */
  position: relative;
  display: inline-block;
  float: right;
}
.Body-laptop {
  width: 100%;
  float: left;
  margin: 0 0 -7px;
}
.Body-laptop img {
  position: relative;
  right: 90px;
}
.laptop-screen {
  width: 300px;
  float: left;
  position: absolute;
  top: 19%;
  z-index: 1;
  left: 35%;
}
.laptop-screen2 {
  float: right;
  width: 240px;
  margin: 132px 0 0 0;
}
.appstore {
  margin: 200px 0 100px 0;
  float: left;
  width: 100%;
}
.appstore-bg {
  background: url(../images/Maskapp.png) #040404;
  border-radius: 20px;
}
.handmobile {
  margin: -100px 0 0 0;
}
.handmobile span {
  max-width: 520px;
  width: 100%;
  display: inline-block;
}
.item-Download {
  margin: 84px 0 0;
}
.item-Download ul {
}
.item-Download ul li {
  display: inline-block;
}
.item-Download ul li span {
}
.item-Download h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 23px 0 0;
}
.item-Download p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
  opacity: 0.7;
}
/*
.item-Download a {
  border-radius: 3px;
  text-align: center;
  padding: 12px 30px 11px;
  font-size: 17px;
  display: inline-block;
  color: #fff;
  margin: 17px 0 0;
  opacity: 1;
  background: rgb(227, 179, 57);
  background: linear-gradient(120deg, #e3b339 0%, #a8852a 76%);
  text-decoration: none;
}
*/
.People-say {
  background: #fff;
  float: left;
  width: 100%;
}
.People-bg {
}
.People-bg h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.col-Saying {
}
.since-item {
  border-radius: 10px;
  border: 1.5px solid #755d1d;
  background: #fafafa;
  padding: 30px;
  margin: 3px;
}
.since-item small {
  opacity: 0.7;
  font-size: 14px;
}
.since-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  height: 196px;
}
.since-item strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0 2px;
  display: block;
}

.col-Saying .owl-carousel .owl-item img {
  width: 100px;
  margin-bottom: 20px;
}
.col-Saying .owl-carousel .owl-dots.disabled,
.col-Saying .owl-carousel .owl-nav.disabled {
  display: block;
}
.col-Saying .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/Vector-arrow.png);
  width: 30px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: -46px;
}
.col-Saying .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
}
.col-Saying .owl-carousel .owl-dots {
  text-align: center;
  margin: 50px 0;
}
.col-Saying .owl-carousel .owl-nav button span {
  font-size: 0;
}
.col-Saying .owl-carousel button.owl-dot.active {
  background: #dba453;
  width: 50px;
  opacity: 1;
}
.col-Saying .owl-carousel button.owl-dot {
  width: 21px;
  height: 8.543px;
  border-radius: 100px;
  opacity: 0.2;
  background: #7a7a7a;
  margin: 0 3px;
}
.coin-Academy-Group15 {
  width: 300px;
  margin: 90px 0 0 -170px;
}
.coin-Academy-languages {
  margin: 0 50px 0 0;
  width: 300px;
}
.languages-dev {
  position: absolute;
  right: 0;
  bottom: 0;
}
.think {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1320px;
}
.Academy-Tutorials {
}
.Academy-Tutorials-fix .Academy-height {
  height: 100vh;
  position: relative;
  z-index: 6;
  background: #040404;
}
.Academy-Tutorials-fix .Academy-center {
  background: url(../images/silder-bg.png);
  height: 400px;
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -400px;
}
.phone-Line-Stroke span {
  width: 280px;
  display: inline-block;
}
.phone-Line-Stroke {
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
}
.phone-Line {
  width: 100%;
}
.phone-Line-Stroke.phone-think {
  position: fixed;
  z-index: 9;
  bottom: 0;
  z-index: 7;
}
.screen-section-phone {
  text-align: center;
  padding: 0;
  background: #040404;
  position: relative;
}
.phone-Stroke-screen {
  margin: -127px 0 0;
}
.phone-Stroke-screen span {
  width: 280px;
  position: relative;
  z-index: 8;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-pho .phone-Stroke-screen {
  position: fixed;
  z-index: 99999999;
  left: 0;
  right: 0;
  display: inline-block;
  bottom: 0;
}
.relative-3 {
  position: relative;
  z-index: 7;
}
.relative-4 {
  position: relative;
  z-index: 8;
  background: #040404;
}
.relative-5 {
  position: relative;
  z-index: 9;
  background: #fff;
  display: inline-block;
  float: left;
  width: 100%;
}
.Leverage {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}
.Leverage-fixed .Leverage {
  opacity: 1;
}
.Leverage span {
  width: 31px;
  display: inline-block;
}
.Leverage h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 0;
}
.Leverage p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0 0;
  opacity: 0.7;
  line-height: 22px;
  padding: 0 0 200px;
}
.Trades-section {
  padding: 0 0 0px;
}
.Connect-section {
  margin: 0;
  padding: 100px 0 0;
}
.conta-account {
  display: inline-block;
  width: 100%;
}

.account-pho {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.phone-relative span {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 99999;
}
.phone-screen-hover {
}
.phone-screen-height {
}
.Leverage-fixed {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 8;
}

.collection-trans {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
  float: left;
}
.collection,
.Body-laptop {
  transform: translate3d(-100px, 0, 0);
  transition-duration: 0.4s;
  opacity: 0;
  transition-property: opacity, transform;
}
.Body-laptop,
.laptop-screen2 {
  transition-delay: 0.4s;
}
.laptop-screen,
.laptop-screen2 {
  transform: translate3d(100px, 0, 0);
  transition-duration: 0.4s;
  opacity: 0;
  transition-property: opacity, transform;
}

.phone-anin-screen {
  transform: translateZ(0);
  opacity: 1;
}

.phone-anin {
  transform: translateZ(0);
  opacity: 1;
}
.collection-height {
  height: 100vh;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
  float: left;
}
.collection-trans span {
  display: inline-block;
  width: 1090%;
}
.collection-trans span img {
  object-fit: cover;
}
.phone-Stroke-screen.phone-relative {
}
.phone-Stroke-screen span.item-Stroke-screen {
}
.phone-Stroke-screen span.item-Stroke-screen2 {
  display: none;
}
.Leverage-fixed .phone-Stroke-screen span.item-Stroke-screen {
  display: none;
}
.Leverage-fixed .phone-Stroke-screen span.item-Stroke-screen2 {
  display: block;
}
.Membership-body .tab-pane {
  display: none;
}
.Membership-body .tab-pane.active {
  display: block;
}
.phone-Line-Stroke span.phone-show-p {
  display: none;
}
.phone-Stroke-screen span.item-Stroke-phone {
  display: none;
}
.collection-section {
  height: 100vh;
  position: relative;
  z-index: 6;
  background: #040404;
}
@media (min-width: 1670px) and (max-width: 2000px) {
  .col-Laptop {
    max-width: 950px;
  }
  main .main-banner h2 {
    color: #fff;
    margin: 50px 0 29px;
    font-size: 91px;
    font-style: normal;
    font-weight: 700;
    line-height: 111px;
  }
  .header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link,
  .header-full
    header
    .navbar
    .navbar-nav.nav-rot
    .nav-item
    .nav-link.login-btn {
    font-size: 17px;
  }
  .Access-Academy h3,
  .Live-Academy h3,
  .Tune h3,
  .Leverage h3 {
    font-size: 65px;
    margin: 25px 0 0;
  }
  .Access-Academy span,
  .Live-Academy span,
  .Tune span,
  .Leverage span {
    width: 50px;
  }
  .Access-Academy p,
  .Live-Academy p,
  .Tune p,
  .Leverage p {
    font-size: 20px;
    line-height: 30px;
  }
  .phone-Line-Stroke span,
  .phone-Stroke-screen span {
    width: 365px;
  }
  .Trades-text {
    padding: 235px 0;
  }
  .Leverage {
    max-width: 1000px;
  }
  .Academy {
    background-size: 40%;
  }
  .col-Trades strong {
    font-size: 20px;
  }
  .Access-Academy ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .Live-students {
    max-width: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .think {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .think {
    max-width: 960px;
  }
  .phone-Stroke-screen {
    margin: 47px 0 0;
  }
  .Scanners {
    margin: 50px 0 0;
  }
  .appstore-bg {
    text-align: left !important;
  }
  .item-Download {
    margin: 30px 0 !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-lg .navbar-toggler .collapse:not(.show) {
    display: none;
  }

  header nav.navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  header nav.navbar-expand-lg .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-lg {
    justify-content: space-between;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .think {
    max-width: 720px;
  }
}

@media only screen and (max-width: 1199px) {
  .coin-Academy {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .phone-Line-Stroke {
    position: relative;
  }
  .coin-Academy-img {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
  }
  .languages-dev {
    position: static;
    bottom: auto;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
  }
  .Academy-languages {
    margin: 0 auto;
    float: none;
    display: block;
  }
  main .main-banner h2 {
    line-height: 60px;
    font-size: 32px;
    line-height: 46px;
  }
  .Academy {
    padding: 0;
  }
  .Academy-Expert-block,
  .Academy-Expert-block2,
  .Academy-Expert-block3 {
    float: none;
    margin: 0 auto;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .Access-Academy p {
    margin: 10px 10px 30px 0;
  }
  .coin-Academy-Group15 {
    float: left;
    margin: 37px 0 0 -130px;
  }
  .coin-Academy-img video {
    float: right;
    width: 170px;
  }
  .coin-Academy-Group15 {
  }

  .coin-Academy-languages {
    display: none;
  }
  .think {
    position: relative;
  }
  .Academy-Tutorials-fix .Academy-height {
    height: auto;
  }
  .Academy-Tutorials-fix .Academy-center {
    display: none;
  }
  .Live-students {
    max-width: 600px;
    width: 84%;
  }
  .Live-laptop {
    width: 248px;
    margin: -190px -30px 0 0;
  }

  .Live-laptop ul li {
    width: 50px;
    height: 50px;
  }
  .Live-laptop ul li span {
    width: 45px;
    height: 45px;
  }
  .sound-wave {
    width: 70px;
    float: right;
    margin: 20px 0 20px -26px;
  }
  .students-wave {
    margin: 8px 0 0 0;
  }
  .sound-wave {
    margin: 20px 0 20px -44px;
  }
  .Access-Academy h3,
  .Live-Academy h3,
  .Tune h3,
  .Leverage h3,
  .collection h2,
  .People-bg h2 {
    font-size: 35px;
    margin: 15px 0 0;
  }

  .Access-Academy span,
  .Live-Academy span,
  .Tune span,
  .Leverage span {
    width: 50px;
  }
  .Access-Academy p,
  .Live-Academy p,
  .Tune p,
  .Leverage p,
  .collection p {
    font-size: 17px;
    line-height: 23px;
    margin: 10px 0;
    padding: 0 0 0;
  }
  .Pulse ul {
  }
  .Pulse ul li {
  }
  .collection {
  }
  .Pulse {
    display: inline-block;
    width: 100%;
  }
  .Pulse h3 {
    font-size: 23px;
  }
  .Live-Academy {
    padding: 0 20px;
    max-width: 100%;
  }
  .footersection .col-md-4 {
    width: 100%;
    float: left;
  }
  .footersection .col-di .footer-nav {
    margin-bottom: 30px;
  }
  .footersection .col-md-2,
  .footersection .col-di {
    width: 50%;
    float: left;
    margin: 20px 0;
  }
  .footer-logo {
  }
  .Live-Sessions {
    padding: 50px 0;
  }
  .col-patented {
    background-size: 100%;
    margin: 0;
    float: none;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
    display: grid;
  }
  .Body-laptop {
    /* width: 50%; */
    /* margin: 0 0 0 -17px; */
  }
  .laptop-screen {
    width: 45%;
    bottom: 41%;
    top: auto;
  }
  .laptop-screen2 {
    width: 37%;
    margin: 0;
    position: absolute;
    bottom: 1px;
    right: 0;
  }
  .appstore-bg {
    text-align: center;
  }
  .appstore {
    margin: 70px 0;
  }
  .relative-5 {
    width: 100%;
  }
  .handmobile {
    margin: 0;
    max-width: 400px;
  }
  .item-Download {
    margin: 30px;
  }
  .People-bg h2 {
    margin-bottom: 40px;
  }
  .Membership-tab-bar {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
  }
  .Membership-header {
    top: -58px;
    background-size: calc(100% + 110px) 90%;
    padding: 94px 70px 180px 70px;
  }
  .Membership-body {
    width: 100%;
  }
  .Membership-body-secion h4 {
    font-size: 60px;
  }
  .Membership-tab {
    margin: -200px 0 50px;
  }
  .Membership {
    margin: 300px 0 0;
  }
  .Membership-header h3 {
    font-size: 30px;
  }
  .learn-Membership {
    padding: 0 0 39px;
  }

  .learn-Membership h3 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .learn-Membership .Benefits-col h3 {
    font-size: 22px;
  }
  .footersection {
    padding: 50px 0 0;
  }
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .aos-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .phone-Line-Stroke span,
  .phone-Stroke-screen span,
  .Leverage-fixed .phone-Stroke-screen span.item-Stroke-screen2 {
    display: none;
  }
  .phone-Line-Stroke span.phone-show-p,
  .phone-Stroke-screen span.item-Stroke-phone {
    display: inline-block;
    position: relative;
  }
  .phone-Line-Stroke.phone-think {
    position: relative;
  }
  .Tune {
    margin-bottom: 40px;
  }
  .Trade-Alerts {
    padding: 0 0 50px;
  }
  .Leverage-fixed {
    position: relative;
    top: auto;
  }
  .couple-clicks,
  .collection-trans,
  .Trades-section {
    display: none;
  }
  .phone-relative span {
    position: relative;
  }
  .phone-Stroke-screen {
    margin: 40px 0 0;
  }
  .navbar-light .navbar-toggler-icon {
    background: url(../images/Icon.png);
    width: 48px;
    height: 48px;
  }
  .header-full header .navbar .navbar-nav.nav-rot .nav-item .nav-link {
    padding: 16px 0;
    font-size: 16px;
    border-bottom: 1px solid #514e4e;
  }
  .header-full header .navbar .navbar-nav.nav-rot.nav-Login {
    display: inline-block !important;
    width: 100%;
  }
  .header-full header .navbar .navbar-nav.nav-rot.nav-Login .nav-item {
    width: 40%;
    float: left;
    border: 0;
    text-align: center;
  }
  .Copyright {
    margin: 0;
  }
  .header-full
    header
    .navbar
    .navbar-nav.nav-rot.nav-Login
    .nav-item
    .nav-link {
    border: 0;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    width: 125px;
    text-align: center;
    padding: 10px 0 0;
    font-size: 15px;
    display: inline-block;
    color: #040404;
    margin: 15px 0;
    opacity: 1;
  }
  .screen-section-phone {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 57%,
      rgba(4, 4, 4, 1) 50%
    );
  }
  .header-full
    header
    .navbar
    .navbar-nav.nav-rot
    .nav-item
    .nav-link.login-btn {
    background: rgb(227, 179, 57);
    background: linear-gradient(
      120deg,
      rgba(227, 179, 57, 1) 0%,
      rgba(168, 133, 42, 1) 76%
    );
  }
  .phone-Line,
  .collection-height {
    display: none;
  }
  .Leverage {
    opacity: 1;
    margin-top: 30px;
  }
}

.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;
}

/******************* 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: 1000;
  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%;
  padding: 50px 20px 10px;
}

.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: #e3b339;
}

.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;
}

.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;
  background: #e3b339;
}

.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 {
  opacity: 70%;
}

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

.side-cart .login-to-checkout-button:hover {
  background: #e3b339;
  opacity: 70%;
}

.risk-disclaimer {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 12px;
  color: #fff;
}
.home-video-wrap {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.home-video-thumb {
  width: 100%;
  height: 100%;
}
.vide-circle {
  cursor: pointer;
}
.footer-disclaimer {
  font-size: 12px;
  padding: 12px;
  color: #fff;
}

.video-thumb {
  width: 100%;
  object-fit: cover;
}
.play-btn {
  position: absolute;
  width: 108px;
  height: 108px;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  cursor: pointer;
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(225, 225, 225, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(225, 225, 225, 0);
  }
}

/************** 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: #e3b339;
}
.cartpromo-checkroot {
  position: absolute;
  left: 4px;
  top: 4px;
}
/* .learn-repeat-section {
  background: url(../images/glow3.png) #040404;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
} */
.learn-repeat-container {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
  border-top: 1px solid #fff6;
  padding: 80px 0px;
}
.learn-img {
  width: 1000px;
}
.learn-desc-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.learn-text {
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
}
.learn-desc {
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
  opacity: 0.7;
}
.learn-list-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(
    103.43deg,
    #755d1d -50.1%,
    #e3b339 15.15%,
    #a8852a 91.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leader-list-section {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 8px;
}
.learn-list-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .learn-repeat-container {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .learn-repeat-container {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .scanner-image {
    display: flex;
    justify-content: center;
  }
  .col-patented {
    margin-top: 30px;
  }
  .Body-laptop img {
    position: unset;
  }
}

/*************************Mobile Menu****************************/
.mobile-header {
  background: #e3b339;
  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 #e3b339;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #e3b339;
  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;
}
/*****************************************************************/

/*************************Shop ***********************************/
.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 #e3b339;
}

.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: #e3b339;
  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: #e3b339;
  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: #e3b339;
  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: #e3b339;
}

.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: #e3b339;
}

.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: #e3b339;
  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: #e3b339;
}

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

.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: #e3b339;
  color: #e3b339;
}

.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: #e3b339;
  font-family: "OpenSans_SemiBold";
}

.products-brand .brand-name {
  color: #e3b339;
  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: #e3b339;
  border: 1px solid #e3b339;
  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: #e3b339;
  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: #e3b339;
}

.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: #e3b339;
  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: #e3b339;
  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: #e3b339;
}

.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: #e3b339;
  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 #e3b339;
  cursor: pointer;
  box-shadow: 0px 0px 15px -5px #e3b339;
}

.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: #e3b339;
}

#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: #e3b339;
  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 #e3b339;
  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;
}

#accordion .collapse {
}

#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 #e3b339;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #e3b339;
  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;
}

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

.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;
}

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

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

.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;
}

/***************** 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: #e3b339;
  border: 1px solid #e3b339;
  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: #e3b339;
}
.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: #e3b339;
}
.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: #e3b339;
  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 #e3b339;
  color: #e3b339;
  background: #ffffff;
  margin-left: 0;
  padding: 8px 8px;
}
.products-list .products-cart ul li .variant-product-button:hover {
  border: 1px solid #e3b339;
  background: #e3b339;
  color: #ffffff;
}

.products-you.products-list .products-cart ul li {
  min-width: 150px;
  max-width: 150px;
}

.back-to-shop {
  margin-bottom: 24px;
}
.back-to-shop a {
  display: flex;
  align-items: center;
  color: #e3b339;
  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: #e3b339;
}
.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: #e3b339;
  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:hover {
  opacity: 70%;
}
.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;
}

.user-info .ant-dropdown-trigger {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.user-info img {
  margin-left: 22px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 2px;
}

.user-info .user-info-text {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  color: #ffffff;
}

.user-info .user-info-text p {
  margin-bottom: 0;
  text-wrap: nowrap;
}

.cbo-top-dropdown.ant-menu-root.ant-menu-vertical,
.cbo-top-dropdown.ant-menu-root.ant-menu-vertical-left,
.cbo-top-dropdown.ant-menu-root.ant-menu-vertical-right,
.cbo-top-dropdown.ant-menu-root.ant-menu-inline {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%),
    0 9px 28px 8px rgb(0 0 0 / 5%);
}

.cbo-top-dropdown.ant-menu-vertical > .ant-menu-item,
.cbo-top-dropdown.ant-menu-vertical-left > .ant-menu-item,
.cbo-top-dropdown.ant-menu-vertical-right > .ant-menu-item,
.cbo-top-dropdown.ant-menu-inline > .ant-menu-item,
.cbo-top-dropdown.ant-menu-vertical
  > .ant-menu-submenu
  > .ant-menu-submenu-title,
.cbo-top-dropdown.ant-menu-vertical-left
  > .ant-menu-submenu
  > .ant-menu-submenu-title,
.cbo-top-dropdown.ant-menu-vertical-right
  > .ant-menu-submenu
  > .ant-menu-submenu-title,
.cbo-top-dropdown.ant-menu-inline
  > .ant-menu-submenu
  > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px;
}

.cbo-top-dropdown .ant-menu-item a {
  margin-left: 12px;
}

.cbo-top-dropdown .icon-title {
  display: flex;
  align-items: center;
}

.cbo-top-dropdown .icon-title.akashx img {
  width: 17px;
}

.cbo-top-dropdown .icon-title.log-out svg {
  font-size: 21px;
  color: #ff7912;
}

.cbo-top-dropdown .icon-title.hlt img {
  width: 16px;
}

.cbo-top-dropdown .icon-title.log-out a {
  margin-left: 7px;
}

.cbo-top-dropdown .icon-title.account-setting svg {
  font-size: 21px;
  color: #ff7912;
}

.cbo-top-dropdown .icon-title.account-setting a {
  margin-left: 7px;
}

.cbo-top-dropdown .icon-title.go-to-abo svg {
  font-size: 21px;
  color: #00b2ff;
}

.cbo-top-dropdown .icon-title.go-to-abo a {
  margin-left: 7px;
}

.unauth-cart {
  display: flex;
  align-items: center;

  @media screen and (max-width: 1200px) {
    margin: 8px 0px;
    justify-content: flex-end;
  }
}

.login-modal {
  z-index: 2147483642;
}

.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;
}

@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;
  }
  .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-product-info{
    padding: 0px !important;
  }
  .products-fullimg{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .col-Spectrum,
  .products-info {
    padding: 30px 0 0;
    max-width: calc(100% - 60px);
    margin: auto;
  }
  #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;
  }
}
.show-mobile-cart {
  display: none;
}
@media (max-width: 1200px) {
  .menu-cart-section {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .navbar-toggler {
    padding-right: 0px !important;
  }
  .show-mobile-cart {
    display: block;
    margin-left: -20px !important;
    margin-bottom: 5px !important;
  }
  .hide-mobile-cart {
    display: none !important;
  }
}
