html {
  font-size: 100%;
}

/* rosource page style */

@font-face {
  font-family: "Sifonn";
  src: url("../fonts/sifonn/Sifonn-Basic.eot");
  src: url("../fonts/sifonn/Sifonn-Basic.eot?#iefix") format("embedded-opentype"), url("../fonts/sifonn/Sifonn-Basic.woff2") format("woff2"), url("../fonts/sifonn/Sifonn-Basic.woff") format("woff"), url("../fonts/sifonn/Sifonn-Basic.ttf") format("truetype"), url("../fonts/sifonn/Sifonn-Basic.svg#Sifonn-Basic") format("svg");
  font-weight: bold;
  font-style: normal;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#max_carousel {
  position: relative;
  overflow: hidden;
  max-height: 560px;
}

.max__carousel__item {
  height: 560px;
  position: relative;
  vertical-align: top !important;
}

.hero__carousel .slick-slide {
  margin-right: 0;
}

.hero__carousel .slick-track {
  margin-bottom: 0 !important;
}

.banner__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center center !important;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-bottom: 56.25%;
  height: 0;
}

.tv .screen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__carousel .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0;
  height: 0;
  margin-bottom: 30px;
  padding: 0;
  /* Added by Appz teamBug number: https://max-intl.atlassian.net/browse/MAXVO-196 */
}

.hero__carousel .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.hero__carousel .slick-dots li.slick-active button {
  background: #fff;
}

.hero__carousel .slick-dots li button {
  text-indent: -9999px;
  display: block;
  border: 2px solid #fff;
  background: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

#about {
  color: #fff;
}

.hero__carousel button.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* color: #008DA8; */
  opacity: 0.8;
  cursor: pointer;
}

.hero__carousel button.slick-arrow:hover {
  opacity: 1;
}

.hero__carousel button.slick-arrow.slick-nex {
  left: auto;
  right: 0;
}

.section__banner.section__banner--inner {
  /* padding: 90px 0 0; */
  padding: 40px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.section__banner.section__banner--inner .text__holder {
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__banner.section__banner--inner .text__holder h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "Sifonn", sans-serif;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
}

.training-header, .banner-event h2, .banner-promotion h2, .associate-banner h2, .custom__banner__autoship h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "Sifonn", sans-serif !important;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
}

.breadcrumb.max-breadcrumb {
  padding-left: 0;
  background: transparent;
  margin: 0;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
  font-family: "Sifonn", sans-serif;
}

.breadcrumb.max-breadcrumb li {
  color: #f6f6f6;
  text-transform: capitalize;
  font-size: 14px;
}

.breadcrumb.max-breadcrumb li a {
  color: #f6f6f6;
  text-transform: capitalize;
  font-size: 14px;
}

.section__banner.section__banner--inner .text__holder .breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
  font-family: "Sifonn", sans-serif;
}

.section__banner.section__banner--inner .breadcrumb a, .section__banner.section__banner--inner .breadcrumb li {
  color: #f6f6f6;
  text-transform: capitalize;
  font-size: 14px;
}

.section.section__searchresource {
  padding-bottom: 50px;
}

.section__banner.section__banner--inner .breadcrumb-item+.breadcrumb-item::before {
  color: #f6f6f6;
}

.section.section__sort {
  padding-bottom: 70px;
}

.maxnfuze .section__searchresource .img-round-border {
  border: solid 5px #c2c2c2;
  max-width: 190px;
  height: 190px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px !important;
}

.maxnfuze .section__searchresource .img-round-border.active {
  border: solid 5px #008da8;
}

.maxnfuze .section__searchresource .img-round-border {
  margin: 0;
}

.maxnfuze .section__searchresource .border-active {
  border: solid 5px #008da8;
}

.maxnfuze .section__searchresource strong {
  color: #008da8;
}

.maxnfuze .section__searchresource .img-round-border:hover {
  border: solid 5px #008da8;
}

.form__search__resourcelibrary .form__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__search__resourcelibrary .form-control {
  border: 1px solid #c1c1c1;
  height: 44px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  width: calc(100% - 60px);
}

.form__search__resourcelibrary .form-control:focus {
  box-shadow: none;
}

.form__search__resourcelibrary .btn__main {
  width: 60px;
  height: 44px;
  background: #008da8;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.filter__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__block__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.filter__left span.title {
  text-transform: capitalize;
  color: #303030;
  padding-right: 20px;
  display: block;
}

.sort__dropdown {
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}

.sort__dropdown select.form-control {
  height: 32px !important;
  border-radius: 0;
  margin-right: 15px;
  font-size: 14px;
  min-width: 146px;
}

.sort__dropdown select.form-control:focus {
  box-shadow: none;
}

.datetable__holder tr th, .datetable__holder tr td {
  text-align: center;
}

.datetable__holder tr th {
  border-top: none;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}

.datetable__holder tr td {
  padding: 15px 0.75rem;
}

.datetable__holder tr th:first-child {
  text-align: left;
}

.datetable__holder tr td:first-child .icon__holder {
  border: 2px solid #008da8;
  border-radius: 50%;
  display: block;
  width: 38px;
  height: 38px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
}

.datetable__holder tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__share, .btn__png, .btn__pdf {
  height: 34px;
  border: 2px solid #008da8;
  display: inline-block;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 34px;
}

.btn__share img, .btn__png img, .btn__pdf img {
  margin-left: 7px;
}

.datetable__holder tr td:last-child .btn__png {
  margin-left: 15px;
}

.pagination .page-link {
  width: 30px;
  height: 30px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-color: #707070;
  background: #707070;
  color: #fff;
}

.pagination .page-link:hover {
  opacity: 0.8;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
  border-color: #008da8;
  background: #008da8;
  color: #fff;
}

.pagination .page-item {
  margin-left: 5px;
}

.maxnfuze {
  position: relative;
  overflow: hidden;
}

.maxnfuze .section__searchresource .img-round-border {
  margin: 0 auto;
}

.dicument__video__thumbnail {
  min-height: 226px;
  background: #008da8;
}

.document__video__title {
  background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 1%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
}

.document__video__title a {
  padding: 12px 10px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.document__video__title a:hover {
  opacity: 0.6;
}

.document__video__desc {
  background: #303030;
  padding: 8px 12px;
  text-align: center;
}

.document__video__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 166px;
}

.document__video__center {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.document__video__image:hover .document__video__center {
  opacity: 0.8;
}

.btn__download {
  background: #008da8;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  border-radius: 43px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__download:hover {
  color: #fff;
  opacity: 0.8;
}

.btn__download img {
  margin-left: 8px;
}

.document__video__holder .row {
  margin-left: -10px;
  margin-right: -10px;
}

.document__video__holder .row div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.document__video__holder--video .document__video__box {
  background-size: cover !important;
  background-position: center center !important;
}

.document__video__holder--video .dicument__video__thumbnail {
  background: transparent;
}

.document__video__holder--video .document__video__center {
  border: none;
}

/* autoship page style */

.common__shop__card .item {
  box-shadow: 0px 1px 1px 0px #e0dcdc;
  /* margin-bottom: 20px; */
  border: 1px solid#e0dcdc;
  background: #fff;
  padding: 3px 9px 10px;
}

.common__shop__card .item h3 {
  font-weight: 800;
  padding-top: 15px;
  font-size: 13px;
}

.common__shop__card .item .new {
  width: 60px;
  margin-top: 0;
  text-align: center;
  background: #ff9021;
  border: none;
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 15px;
  padding: 2px;
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.common__shop__card .item {
  position: relative;
  min-width: 160px;
}

.common__shop__card .item ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
}

.common__shop__card span.autoship__remove__button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px 5px 0 0;
  cursor: pointer;
}

.common__shop__card .item ul li {
  float: left;
  list-style: none;
  padding-right: 10px;
  font-family: "Rawline-500", sans-serif !important;
  font-weight: 500;
}

.common__shop__card .item .image__holder {
  min-height: 120px;
}

.common__shop__card .item .image__holder img {
  height: auto;
  margin: 0 auto;
}

.common__shop__card .item .text-right {
  float: right;
}

.common__shop__card .item a.btn__addcart {
  width: 136px;
  display: block;
  border: 1px solid #008da8;
  margin: auto;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
}

section.banner__autoship__order {
  padding-top: 0;
}

.autoship__order__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.autoship__order__left {
  width: 30%;
  padding: 30px 15px 30px 30px;
  color: #fff;
  min-height: 379px;
  background: rgb(6, 39, 52);
  background: -moz-linear-gradient( top, rgba(6, 39, 52, 1) 1%, rgba(6, 47, 57, 1) 100%);
  background: -webkit-linear-gradient( top, rgba(6, 39, 52, 1) 1%, rgba(6, 47, 57, 1) 100%);
  background: linear-gradient( to bottom, rgba(6, 39, 52, 1) 1%, rgba(6, 47, 57, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062734', endColorstr='#062f39', GradientType=0);
}

.autoship__order__right {
  width: 70%;
  position: relative;
  padding-left: 110px;
  min-height: 379px;
  padding-top: 40px;
  padding-right: 30px;
}

.autoship__order__right:before {
  content: "";
  background: -moz-linear-gradient( left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient( to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  position: absolute;
}

.autoship__order__right:after {
  content: "";
  background: -moz-linear-gradient( left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient( left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
  top: 0;
  right: 0;
  bottom: 0;
  width: 94px;
  position: absolute;
  width: 0;
}

.autoship__carousel .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2c4f5c !important;
  margin-left: -90px;
  margin-top: -35px;
  display: block !important;
  z-index: 1;
  cursor: pointer;
}

.autoship__carousel .slick-arrow:focus {
  outline: none;
}

.autoship__carousel .slick-arrow.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  margin-right: 0;
}

.autoship__carousel {
  margin-right: -100px;
}

.autoship__carousel .slick-slide {
  margin-left: 0px;
  height: auto;
  width: auto !important;
  margin-right: 2px;
}

.common__shop__card {
  min-width: 175px;
  overflow: hidden;
}

.autoship__two__column__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.autoship__two__column--icon {
  width: 80px;
}

.autoship__two__column {
  width: calc(100% - 80px);
  font-size: 14px;
}

.autoship__two__column .autoship__list__left {
  text-transform: capitalize;
  margin-right: 4px;
}

.autoship__title h2 {
  margin: 0 0 30px;
}

.autoship__btn {
  width: 80px;
  height: 80px;
  border: 3px solid #00bfd5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: 15px;
}

.order__left___custom li>a {
  color: #818181;
  text-transform: capitalize;
  font-weight: 400;
}

.order__left___custom li>a.active {
  color: #4d9c2d;
}

.order-left a.autoship__btn {
  width: 40px;
  height: 40px;
  border: none;
}

.autoship__btn .autoship__number {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #707070;
  margin: -7px 0 0 -7px;
}

.autoship__two__column__holder ul {}

.autoship__two__column__holder ul li {
  margin: 0 0 6px;
}

.autoship__two__column__holder ul li a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.autoship__two__column .btn__holder {
  text-align: right;
  padding-top: 30px;
}

a.btn__white {
  background: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  color: #535151;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn__white:hover {
  color: #008da8;
}

/* review order page */

.custom__banner__autoship {
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.custom__banner__autoship h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 52px;
  -webkit-text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}

.section__review__order {
  padding: 25px 0;
}

.review__order__title {
  font-size: 13px;
  margin: 0 0 40px;
}

.review__order__title--summery {
  margin: 0 0 15px;
}

.review__order__title h2 {
  color: #808087;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 6px;
}

.order__box__title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-bottom: 2px;
  border-bottom: 3px solid #008da8;
  display: inline-block;
}

.order__box__title {
  font-weight: 600;
  margin: 0 0 30px;
}

.order__box__title p {
  margin: 0;
}

.order__box, .todays__order {
  font-size: 14px;
  padding: 15px;
}

.todays__order {
  margin-bottom: 20px;
}

.order__box__border {
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.section__review__order .row {
  margin-left: -7px;
  margin-right: -7px;
}

.section__review__order .row div[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.autoship__btn--cart {
  border: 3px solid #008da8;
}

.autoship__btn--calander {
  border: 3px solid #96d506;
}

.order__box__edit {
  margin: 0 0 40px;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}

.order__box__edit__image {
  float: left;
  width: 100px;
}

.order__box__edit__desc {
  float: left;
  width: calc(100% - 100px);
  border: 1px solid #dddddd;
  border-left: 8px solid #008da8;
  padding: 15px 15px 15px 30px;
  /* border-radius: 3px; */
}

.order__box__edit__top {
  overflow: hidden;
  font-size: 12px;
}

.order__box__edit__tleft {
  width: 50%;
  float: left;
  line-height: 20px;
}

.order__box__edit__tright {
  width: 50%;
  float: left;
  line-height: 20px;
}

.btn__holder {
  text-align: right;
}

.btn__edit__order {
  height: 24px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 700;
  border: 2px solid #aaaaaa;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 24px;
  box-sizing: border-box;
}

.btn__edit__order:hover {
  color: #aaaaaa;
}

.order__box__edit__title {
  color: #101010;
}

.btn__edit {
  text-transform: capitalize;
  font-weight: 600;
}

.btn__edit:hover {
  color: #008da8;
}

.order__box--autoship .order__box__edit__desc {
  background: #f5f5f5;
  border: none;
  border-left: 8px solid #96d506;
}

.order__box--autoship .order__box__edit {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.todays__order {
  overflow: hidden;
  font-size: 12px;
}

.todays__order__image {
  width: 100px;
  float: left;
}

.todays__order__desc {
  float: left;
  width: calc(100% - 100px);
}

.todays__order__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 6px;
}

.todays__order__estimation {
  overflow: hidden;
}

.todays__order__left {
  float: left;
  margin-right: 4px;
}

.todays__order__right {
  float: left;
}

.todays__order__desc__inner .todays__order__estimation:first-child {
  margin-bottom: 10px;
}

.btn__continue__shopping {
  height: 36px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 700;
  border: 2px solid #aaaaaa;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__continue__shopping:hover {
  color: #aaaaaa;
  opacity: 0.8;
}

.btn__place__order {
  height: 36px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #4d9c2d;
  font-weight: 700;
  border: 2px solid #4d9c2d;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn__place__order:hover {
  color: #4d9c2d;
  opacity: 0.8;
}

.btn__holder--multiple .btn__continue__shopping {
  margin-bottom: 20px;
}

table.table__order {
  margin: 0;
}

table.table__order img {
  max-width: 60px;
  margin-right: 10px;
}

table.table__order thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
  border-top: none;
}

table.table__order th, table.table__order td {
  border-top: 1px solid #dddddd;
  text-align: center;
}

table.table__order .table__subtotal {
  margin: 0;
  width: 100%;
}

table.table__order .table__subtotal th, table.table__order .table__subtotal td {
  padding: 2px 0.75rem;
  border: none;
}

table.table__order .table__subtotal th:last-child, table.table__order .table__subtotal td:last-child {
  text-align: right;
}

table.table__order .table__subtotal td:first-child {
  text-align: left;
}

@media only screen and (max-width: 1366px) {
  .autoship__order__left {
    width: 36%;
  }
  .autoship__order__right {
    width: 64%;
    padding-left: 100px;
  }
  .autoship__carousel .slick-arrow {
    margin-left: -10px;
  }
}

/* my max page style */

.mymax__month__previous .icon-arrow-preview:after {
  display: block;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 60px;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 60px;
}

.mymax__month__next .icon-arrow-next:after {
  display: block;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
}

.dropdown-menu input[type="checkbox"] {
  width: auto;
  height: 14px;
  display: inline-block;
}

.mymax__month__holder {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mymax__month__holder .mymax__month__previous {
  border: none;
  background: none;
  color: #888181;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mymax__month__holder .mymax__month__previous:focus {
  outline: none;
}

.mymax__month {
  font-size: 40px;
  font-weight: 700;
  color: #707070;
}

.mymax__month__holder .mymax__month__next {
  border: none;
  background: none;
  cursor: pointer;
  color: #888181;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mymax__month__holder .mymax__month__next:focus {
  border: none;
  background: none;
}

.mymax__month__holder .mymax__month__previous:hover, .mymax__month__holder .mymax__month__next:hover {
  color: #f5f5f5;
}

.helpful__reports__form__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.helpful__reports__form__holder .form__search__downline {
  width: calc(100% - 80px);
  margin: 0;
}

/* add new for sanpshot */
.helpful__reports__form__holder .snap_form__search__downline {
  width: calc(100% - 80px);
  margin: 0;
}

/* end */

.helpful__reports__form__holder .helpful__reports {
  width: 133px;
  text-align: right;
}

/* add new for sanpshot */
.helpful__reports__form__holder .snap_helpful__reports {
  width: 133px;
  text-align: right;
}
/* end */

.form__search__downline .btn__main {
  background: #707070;
}

/* add new for sanpshot */
.snap_form__search__downline .btn__main {
  background: #707070;
}


.snap_helpful__reports .dropdown-toggle::after {
  display: none;
}

.snap_helpful__reports .dropdown-toggle {
  background: #008da8;
  max-width: 64px;
  border: 1px solid #008da8;
  border-radius: 3px;
  height: 44px;
}

.snap_helpful__reports .dropdown-toggle:focus, .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
/* end */

.helpful__reports .dropdown-toggle::after {
  display: none;
}

.helpful__reports .dropdown-toggle {
  background: #008da8;
  max-width: 64px;
  border: 1px solid #008da8;
  border-radius: 3px;
  height: 44px;
}

.helpful__reports .dropdown-toggle:focus, .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-menu {
  min-width: 170px;
  font-size: 13px;
  padding: 15px;
  margin: 0;
}

.dropdown ul li {
  text-transform: capitalize;
  margin: 0 0 3px;
  font-weight: 400;
}

.dropdown ul li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.dropdown ul li:last-child {
  margin-bottom: 0;
}

.dropdown ul a {
  color: #808080;
}

.helpful__reports .dropdown-menu {
  min-width: 300px;
  font-size: 13px;
  padding: 20px;
  margin: 0 0 0 -248%;
}


.snap_helpful__reports .dropdown-menu {
  min-width: 300px;
  font-size: 13px;
  padding: 20px;
  margin: 0 0 0 -248%;
}

.helpful__reports__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.helpful__reports__block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.helpful__reports__block ul li:last-child {
  margin-bottom: 0;
}

.helpful__reports__text {
  width: calc(100% - 10px);
  padding-right: 20px;
  cursor: pointer;
}

.helpful__reports__close {
  width: 10px;
  cursor: pointer;
}

.helpful__reports__block {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.helpful__reports .helpful__reports__title {
  color: #c4c4c4;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.snap_helpful__reports .helpful__reports__title {
  color: #c4c4c4;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.helpful__reports .btn__save {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  color: #008da8;
  font-size: 16px;
  cursor: pointer;
}

.snap_helpful__reports .btn__save {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  color: #008da8;
  font-size: 16px;
  cursor: pointer;
}

.helpful__reports .btn__save img {
  margin-right: 10px;
}

.snap_helpful__reports .btn__save img {
  margin-right: 10px;
}

.filter__block__holder .filter__left {
  width: 158px;
  border-right: 1px solid #ddd;
}

.filter__block__holder .filter__right {
  width: calc(100% - 158px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.filter__block__holder .filter__right .filter__right__l {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px;
}

.filter__block__holder .filter__right .filter__right__r {
  width: 110px;
}

.show .filter__left .dropdown-toggle, .filter__left .dropdown-toggle {
  height: 28px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 28px;
  color: #fff;
  background: #008da8;
  border: 1px solid #008da8;
  font-size: 14px;
}

.filter__left .dropdown-toggle:focus, .filter__left .dropdown-toggle:active {
  background: #008da8;
  border: 1px solid #008da8;
  box-shadow: none !important;
}

.filter__right__l .dropdown, .filter__right__l select.form-control {
  margin: 0 7px;
}

.show .filter__right__l .dropdown-toggle, .filter__right__l .dropdown-toggle {
  height: 28px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 12px;
  min-width: 120px;
  text-transform: capitalize;
  text-align: left;
}

.filter__right__l select.form-control {
  height: 28px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 12px;
  max-width: 130px;
  text-transform: capitalize;
}

.filter__right__l select.form-control:focus {
  outline: none;
  box-shadow: none;
}

.filter__right__l .dropdown-toggle:focus, .filter__right__l .dropdown-toggle:active {
  background: transparent;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  box-shadow: none !important;
}

.section__sort .table thead tr:first-child th {
  border: none !important;
  white-space: nowrap;
}

.section__sort .table thead tr:first-child th:last-child {
  text-align: right;
}

.section__sort .table thead tr:last-child th {
  /* background: #008da8;  required for some pages*/
  color: #fff;
  border: none !important;
}

.section__sort .prospects__block__table__holder .table thead tr:last-child th {
  background: transparent;
}

.section__sort table th a {
  display: inline-block;
  vertical-align: top;
}

.section__sort table {
  font-size: 14px;
  color: #818181;
  line-height: 20px;
}

.active__filter__image {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #94d500;
  width: 56px;
  height: 56px;
}

.active__filter--up .active__filter__image {
  border: 2px solid #008da8;
}

.active__filter__image img {
  border: 1px solid #fff;
  border-radius: 50%;
}

.active__filter__name__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active__filter__name__holder .active__filter__name {
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
  color: #818181;
  text-align: left;
}

.active__filter__name__holder .active__filter__post {
  font-size: 12px;
}

.active__filter__lavel .progress {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
}

.active__filter__lavel .progress-bar {
  background-color: #008da8;
  border: 1px solid #fff;
  border-radius: 8px;
}

.active__filter__lavel {
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}

.active__filter__lavel__name {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px;
  position: relative;
}

.active__filter__lavel.active__filter--up .active__filter__lavel__name:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  /*background: url('../images/arrow-up-arrow.svg'); */
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

span.active__filter--up {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 19px;
}

span.active__filter--up:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  /*background: url('../images/arrow-up-arrow.svg');*/
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.section__sort table thead tr:first-child th {
  text-align: center;
  color: #939393;
  font-weight: 600;
  padding: 8px 18px 8px 12px;
}

.section__sort table thead tr:first-child th a, .section__sort .prospects__block__table__holder table thead tr:first-child th .th__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #939393;
}

.section__sort .prospects__block__table__holder table thead tr:first-child th .th__icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  /*background: url('../images/icon-arrow-top-down.svg');*/
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.filter__setting .dropdown-menu {
  min-width: 700px;
  margin-left: -200px;
}

.filter__setting .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter__setting .dropdown-menu ul li {
  margin-bottom: 8px;
}

.filter__setting__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #d1d1d1;
  border-bottom: 1px solid #8b8b8b;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
}

.filter__setting__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.filter__setting .filter__setting__column {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.filter__setting .snap_filter__setting__column {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.filter__setting .btn__restore, .filter__setting .snap_btn__restore  {
  margin: 0;
  padding: 0;
  border: none;
  background: #f5f5f5;
  width: 100%;
  color: #46abbe;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.filter__setting .btn__restore:hover {
  background: #f2f2f2;
  color: #38b5cc;
}

.filter__setting .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #707070;
}

.filter__setting .dropdown-toggle:after {
  display: none;
}

.filter__setting .dropdown-toggle img {
  margin-left: 7px;
}

.section__sort .table th, .section__sort .table td {
  vertical-align: middle;
  border-top: 1px solid #aeaeae;
  text-align: center;
}

.section__sort .table td span {
  position: relative;
  min-width: 40px;
  display: inline-block;
  vertical-align: top;
}

.section__sort .table td:nth-child(6) span::before, .section__sort .table td:nth-child(8) span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background: #eaeaea;
  margin-right: -16px;
}

.team__filter__info {
  font-size: 13px;
  line-height: 20px;
}

.custom__modal {
  font-size: 14px;
  color: #787878;
}

ul.info__sorting__filtering__list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  padding-top: 20px;
}

ul.info__sorting__filtering__list li {
  margin-bottom: 7px;
}

.custom__modal .modal-body {
  padding: 0;
}

.info__sorting__filtering__form legend {
  text-align: center;
  font-size: 18px;
  color: #5a2b81;
  font-weight: 700;
  margin: 0 0 25px;
}

.custom__modal .modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
}

.custom__modal .modal-header {
  padding-left: 40px;
}

.custom__modal .modal-title img {
  margin-right: 15px;
}

.info__sorting__filtering__form .form__element label {
  width: 150px;
  line-height: 20px;
}

.info__sorting__filtering__form .form__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.info__sorting__filtering__form .form__element .two__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 150px);
  padding-left: 40px;
}

.info__sorting__filtering__form .form__element .two__column .form-control {
  width: 50%;
  height: 30px;
  font-size: 13px;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #707070;
  color: #707070;
  border-style: solid;
  text-align: center;
  text-align-last: center;
  /*background: url("../images/icon-arrow-top-down.svg");*/
  background-repeat: no-repeat;
  background-position: 100% 50%;
  appearance: none;
  -webkit-appearance: none;
}

.info__sorting__filtering__form .form__element .two__column .form-control option {
  text-align: center;
  text-align-last: center;
}

.info__sorting__filtering__form .form__element .two__column .form-control:focus {
  outline: none;
  box-shadow: none;
}

#activeInfoModal .modal-body {
  padding: 0 0 25px;
}

.custom__modal .nav-tabs {
  border-bottom: none;
  background: #535151;
  padding: 0 32px;
  /* padding: 0 40px; */
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom__modal .nav-tabs .nav-link {
  border: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.custom__modal .nav-tabs .nav-link.active, .custom__modal .nav-tabs .nav-item.show .nav-link {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border: none;
}

.custom__modal .nav-tabs .nav-link.active:before, .custom__modal .nav-tabs .nav-link.active:after {
  opacity: 1;
}

.custom__modal .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #00bfd5;
  margin: 0 0 -2px;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}

.custom__modal .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #00c0d5 transparent;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}

.modal__banner {
  background: url("../images/ship-pro.jpg") center no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}

.modal__container {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__banner__left {
  width: 150px;
  align-self: flex-start;
}

.modal__banner__right {
  width: calc(100% - 150px);
  padding-left: 15px;
}

.modal__image__holder {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.modal__desc__holder .modal__list__hoder {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal__image__holder {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #00bfd5;
}

.modal__image__holder img {
  width: 100%;
  height: 100%;
  border: 0px solid #00bfd5;
  border-radius:100%;
  padding:5px;
}

.modal__desc__holder .modal__list__hoder {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #707070;
  background: #fff;
  font-size: 13px;
  padding: 25px 20px 10px;
  position: relative;
}

.modal__desc__holder .modal__list__hoder:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 12px 4px 0;
  border-color: transparent #ffffff transparent transparent;
}

.modal__desc__holder strong.modal__list__title {
  display: block;
  color: #707070;
}

.modal__desc__holder ul.modal__list__hoder li {
  width: 50%;
  margin: 0 0 12px;
}

.modal__list__hoder span.modal__list__desc {
  display: block;
}

.modal__name__info {
  color: #fff;
  text-align: center;
  font-size: 15px;
  /* line-height: 19px; */
  font-weight: 600;
  height: 30;
  width: 130;
}

.modal__name__info span {
  font-size: 12px;
  display: block;
  font-weight: 400;
}

.modal__activity__info--achievement, .modal__order__desc, .modal__team__desc, .modal__comission__desc__list__holder {
  padding: 30px 40px;
}

.modal__activity__info__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.modal__achievement__list__holder {
  padding-top: 20px;
}

.modal__achievement__list__holder {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal__achievement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  width: calc(50% - 15px);
}

.modal__achievement__list__left {
  width: 70px;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.modal__achievement__list__right {
  width: calc(100% - 70px);
  background: #f7f7f7;
  padding: 12px 12px 12px 30px;
  font-size: 12px;
  margin-left: -15px;
}

.modal__achievement__list__right .title {
  font-size: 14px;
  font-weight: 700;
}

.modal__achievement__list__right .date p {
  margin: 0;
  text-align: right;
  color: #b2b2b2;
}

.modal__progress__left__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}

.modal__progress__left {
  width: 80px;
}

.modal__progress__right {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.modal__progress__right .mymax__month__holder {
  max-width: 100%;
}

.modal__progress__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.modal__progress__right .mymax__month__holder {
  max-width: calc(100% - 100px);
}

.modal__progress__counter {
  width: 100px;
  text-align: right;
}

.modal__progress__holder .mymax__month__previous .icon-arrow-preview:after {
  font-size: 40px;
}

.modal__progress__holder .mymax__month__next .icon-arrow-next:after {
  font-size: 40px;
}

.modal__progress__holder .mymax__month__holder .mymax__month__previous:hover, .modal__progress__holder .mymax__month__holder .mymax__month__next:hover {
  color: #dddddd;
}

.modal__progress__holder .mymax__month {
  font-size: 22px;
  margin: 0 12px;
}

.nodal__progress__see {
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
}

.nodal__progress__see a {
  color: #b2b2b2;
}

.modal__progress__info {
  font-size: 12px;
  padding: 10px 0 0;
}

.modal__progress__holder .progress {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
}

.modal__progress__holder .progress-bar {
  background-color: #008da8;
  border: 1px solid #fff;
  border-radius: 8px;
}

#nav-orders .order-left a.autoship__btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#nav-orders .autoship__btn .autoship__number {
  margin: -12px 0 0 -12px;
  font-size: 22px;
}

#nav-orders .order-left:after {
  display: none;
}

#nav-orders .modal__progress__left__title {
  text-transform: uppercase;
  width: 100%;
}

#nav-orders .modal__progress__right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #707070;
  padding-left: 20px;
}

#nav-orders .modal__progress__right ul strong {
  color: #707070;
  margin-right: 8px;
}

#nav-orders .modal__desc__holder .modal__list__hoder {
  padding-bottom: 25px;
}

#nav-orders .modal__progress__right ul li {
  margin-bottom: 10px;
}

.modal__order__desc__date {
  max-width: 300px;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal__order__desc__year {
  text-align: right;
  color: #b2b2b2;
}

.modal__comission__desc__list__holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal__comission__desc__list__holder ul li {
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 0;
  border-top: 1px solid #e3e2e2;
  position: relative;
  padding-right: 30px;
}

.modal__comission__desc__list__holder ul li:first-child {
  border-top: none;
}

.modal__comission__desc__list__holder ul li>span {
  font-size: 13px;
  color: #4d9c2d;
  margin-left: 12px;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.modal__comission__desc__list__holder ul li>span:after {
  content: "";
  background: url("../images/icon-check.svg");
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}

.modal__comission__desc__list__holder ul .icon__holder {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  margin-right: 6px;
}

.modal__comission__desc__list__holder ul .icon__holder:after {
  display: none;
}

.modal__activity__list__holder {
  width: 100%;
  padding: 30px 0;
  padding-left: 80px;
}

#nav-overview .modal__activity__info__title {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px;
}

#nav-overview .modal__container {
  /* padding-top: 30px; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal__activity__list__holder {
  width: 100%;
}

.modal__activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e3e2e2;
  position: relative;
}

.modal__activity__list .modal__activity__info__close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 8px;
  cursor: pointer;
}

.modal__activity__list .modal__activity__icon {
  width: 80px;
}

.modal__activity__list .modal__activity__info {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.modal__activity__list .modal__activity__info__date {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
}

.modal__activity__icon--failed {
  position: relative;
}

.modal__activity__icon--failed:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon-fail.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  margin: -2px 7px 0 0;
}

#nav-overview .modal__container>.modal__activity__info__title {
  font-size: 22px;
  text-transform: uppercase;
}

.modal__team__desc .active__filter__image {
  border: 2px solid #ccc;
  width: 46px;
  height: 46px;
}

.modal__team__desc .table th, .modal__team__desc .table td {
  border-top: 1px solid #7e7e7e;
}

.modal__team__desc .table thead th {
  border-bottom: 2px solid #7e7e7e;
  border-top: none;
}

.modal__team__desc table {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.modal__team__desc table td {
  vertical-align: middle;
}

.modal__order__desc .table th, .modal__order__desc .table td {
  border-top: 1px solid #7e7e7e;
}

.modal__order__desc .table thead th {
  border-bottom: 2px solid #7e7e7e;
  border-top: none;
}

.modal__order__desc table {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.modal__order__desc table td {
  vertical-align: middle;
}

.modal__order__desc table td a {
  display: inline-block;
  border-bottom: 1px solid #008da8;
}

ul.prospects__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

ul.prospects__social__list li {
  margin: 0 7px;
}

ul.prospects__social__list li:nth-child(3) img {
  width: 9px;
}

ul.prospects__social__list li a {
  width: 30px;
  height: 30px;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.prospects__social__list li a:hover {
  opacity: 0.7;
}

a.btn__followup {
  height: 32px;
  line-height: 28px;
  display: block;
  border: 2px solid #018da8;
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.btn__followup:hover {
  background: #018da8;
  color: #fff;
}

.section__sort .table tbody tr:last-child td {
  border-bottom: 1px solid #aeaeae;
}

.prospects__block__table__holder .active__filter__image {
  border: 2px solid #c4c4c4;
}

.active__filter--top {
  position: relative;
}

.active__filter--top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background: url("../images/icon-notification.svg") no-repeat;
  margin-left: 41px;
  margin-top: 3px;
}

.active__filter--top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background: #4d9c2d;
  margin-left: 40px;
  border-radius: 12px;
  margin-top: 2px;
}

/* user setting style */

.section__account__setting {
  padding: 0 0 60px;
  background: #f5f5f5;
}

.section__account__setting>nav {
  background: #fff;
  border-bottom: 1px solid #878787;
}

.account__setting__title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #707070;
  margin: 0 0 30px;
}

.form__user__setting {
  background: #fff;
  padding: 30px;
}

.account__setting__holder .form__element {
  margin-bottom: 20px;
  overflow: hidden;
}

.account__setting__holder .form__element .form-control {
  border: 1px solid #8c8c8c;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
  /* background: #f5f5f5; */
  color: #b2b2b2;
}

.account__setting__holder .form__element .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}

.account__setting__holder .form__element .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}

.account__setting__holder .form__element .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}

.account__setting__holder .form__element .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}

.account__setting__holder .form__element .form-control:focus {
  box-shadow: none;
}

.account__setting__holder .form__element label {
  max-width: 110px;
  float: left;
  width: 100%;
  margin-right: 15px;
  text-transform: capitalize;
  font-size: 14px;
  color: #b7b7b7;
}

.account__setting__holder .form__element__right {
  float: left;
  width: calc(100% - 125px);
}

.account__setting__holder .form__element--checkbox {
  padding-left: 15px;
}

.account__setting__holder .form__element--checkbox label {
  max-width: 100%;
}

.account__setting__holder .form__element--address .form__element__right .form-control:first-child {
  margin-bottom: 10px;
}

.account__setting__column__row {
  margin: 0 0 50px;
}

.form__user__setting div[class*="col-"]:nth-child(1) {
  padding-right: 55px;
}

.form__user__setting div[class*="col-"]:nth-child(2) {
  padding-left: 55px;
}

.form__user__setting div[class*="col-"]:nth-child(1) .account__setting__column {
  position: relative;
  height: 100%;
}

.form__user__setting div[class*="col-"]:nth-child(1) .account__setting__column:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  border-right: 1px solid #e6e6e6;
}

.section__account__setting .nav-tabs {
  border: none;
}

.section__account__setting .nav-tabs .nav-link {
  padding: 17px 10px;
  /* text-align: center; */
  font-size: 11px;
  text-transform: capitalize;
  font-style: italic;
  min-width: 260px;
  color: #969696;
  position: relative;
  border-radius: 0;
  border: none;
  padding-left: 55px;
}

.section__account__setting .nav-tabs .nav-link .icon__holder {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 0 0 10px;
}

.section__account__setting .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: #008da8;
  opacity: 0;
}

.section__account__setting .nav-tabs .nav-link strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  /* color: #008DA8; */
  color: #707070;
}

.btn__holder .btn-primary {
  background: #008da8;
  border-radius: 2px;
  font-size: 15px;
  text-transform: uppercase;
}

.section__account__setting .nav-tabs .nav-link.active {
  color: #969696;
}

.section__account__setting .nav-tabs .nav-link.active strong {
  color: #008da8;
}

.section__account__setting .nav-tabs .nav-link .icon__holder {
  font-size: 36px;
}

.section__account__setting .nav-tabs .nav-link.active .icon__holder {
  color: #008da8;
}

.section__account__setting .nav-tabs .nav-link.active:after {
  opacity: 1;
}

.account__privacy__policy__holder {
  padding: 30px 50px;
  background: #fff;
}

.form__element__right--upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.tooltip__holder {
  font-size: 12px;
  margin-left: 5px;
  color: #008da8;
  cursor: pointer;
}

.tooltip-inner {
  font-size: 12px;
  border-radius: 3px;
  color: #8b9798;
}

.tooltip-inner {
  position: relative;
  background: #ccf2f7;
  border: 1px solid #66d9e6;
}

.tooltip-inner:after, .tooltip-inner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip-inner:after {
  border-color: rgba(204, 242, 247, 0);
  border-top-color: #ccf2f7;
  border-width: 12px;
  margin-left: -12px;
}

.tooltip-inner:before {
  border-color: rgba(102, 217, 230, 0);
  border-top-color: #66d9e6;
  border-width: 13px;
  margin-left: -13px;
}

.tooltip .arrow {
  display: none;
}

.account__setting__holder .form__element__right--upload label {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 100%;
  min-width: 136px;
}

.form__element__right--upload .btn__holder {
  text-align: right;
  width: calc(100% - 118px);
  padding-left: 20px;
}

.form__element__right--upload .image__holder {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
}

.account__privacy__policy__title {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 8px;
}

.account__privacy__policy__list {
  position: relative;
  padding: 30px 0;
  padding-right: 70px;
  border-top: 1px solid #aaaaaa;
}

.account__privacy__policy__list:first-child {
  border-top: none;
}

.account__privacy__policy__list .edit {
  position: absolute;
  text-transform: capitalize;
  top: 50%;
  right: 0;
  margin-top: -12px;
  text-transform: capitalize;
  font-weight: 600;
}

.account__privacy__policy__list p {
  margin: 0;
}

.account__notification__holder {
  padding: 30px;
  background: #fff;
}

.account__notification__box {
  border: 1px solid #d7d7d7;
  padding: 25px;
  min-height: 305px;
}

.account__notification__title, .contact__notification__title {
  font-size: 27px;
  line-height: 30px;
  text-transform: capitalize;
  padding: 0 0 12px;
  margin: 0 0 20px;
  border-bottom: 1px solid #9a9a9a;
}

.account__manage__list, .contact__manage__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.account__manage__list {
  padding-bottom: 20px;
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 20px;
}

span.add__user__phone {
  display: block;
  text-align: right;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  color: #008da8;
}

span.add__user__phone .fa-plus {
  margin-right: 8px;
}

ul.account__manage__list li, .contact__manage__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}

ul.account__manage__list li:last-child, .contact__manage__list li:last-child {
  margin-bottom: 0;
}

.account__manage__text, .contact__manage__text {
  text-transform: capitalize;
}

.account__manage__text {
  width: calc(100% - 160px);
}

.contact__manage__text {
  width: 120px;
}

.contact__manage__middle {
  width: 200px;
}

.contact__manage__right .edit {
  text-transform: capitalize;
}

.account__manage__list .account__manage__right {
  width: 160px;
  text-align: right;
}

.account__notification__holder>.row {
  margin-bottom: 60px;
}

.common__table__holder {
  margin-bottom: 60px;
}

.common__table__holder table {
  color: #787878;
  margin: 0;
}

.common__table__holder thead th {
  color: #787878;
  border-top: none;
  border-bottom: 1px solid #a1a1a1;
  text-align: center;
}

.common__table__holder thead th:first-child {
  text-align: left;
}

.common__table__holder tbody td {
  border-top: none;
  text-transform: capitalize;
}

.common__table__holder tbody td:first-child {
  width: 55%;
}

.common__table__holder tbody td .form-check {
  padding: 0;
  text-align: center;
}

.common__table__holder thead .text__big {
  color: #787878;
  font-size: 22px;
  text-transform: capitalize;
}

.common__table__holder thead td {
  text-transform: capitalize;
}

.common__table__holder tbody td label {
  display: none;
}

.account__manage__list .fs-checkbox-toggle .fs-checkbox-marker {
  height: 36px;
  width: 70px;
  position: relative;
  border-radius: 36px;
  border: 1px solid #c2c2c2;
  background: #c2c2c2;
  font-size: 0;
}

.account__manage__list .fs-checkbox-toggle .fs-checkbox-flag {
  width: 30px;
  height: 30px;
  border-radius: 36px;
  background: #fff;
  margin: 2px 0 0 3px;
  /* left: auto;
right: 0; */
}

.account__manage__list .fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  /* right: 50%;
left: auto; */
  margin-right: 3px;
  margin-left: 0;
}

.account__manage__list .fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-marker {
  border: 1px solid #008da8;
  background: #008da8;
}

.account__manage__list .fs-checkbox-label.fs-checkbox-toggle {
  margin: 0;
  line-height: 14px;
  margin-right: 10px;
  text-transform: capitalize;
}

.account__manage__list .fs-checkbox-label.fs-checkbox-toggle i.fa.fa-check {
  display: none;
}

.account__manage__list .fs-checkbox-label.fs-checkbox-toggle.fs-checkbox-checked i.fa.fa-times {
  display: none;
}

.account__manage__list .fs-checkbox-label.fs-checkbox-toggle.fs-checkbox-checked i.fa.fa-check {
  display: inline-block;
}

/* .account__manage__list .fs-checkbox-disabled .fs-checkbox-marker {
border:  1px solid #C2C2C2;
background: #C2C2C2;
} */

/* create events section style */

.create__event__holder {
  position: relative;
  overflow: hidden;
  background: #ccc;
}

.tab-content
{
  background-color:white;
}

.create__event__left {
  float: left;
  width: calc(100% - 450px);
  background: #ccc;
  color: #fff;
  padding: 30px 20px;
}

.create__event__right {
  float: right;
  width: 450px;
}

/* .create__event__right .nav-tabs .nav-link.active */

/* .section__create__event {
  padding: 0 0 50px;
} */

.create__event__right .nav-tabs .nav-item {
  width: 50%;
}

.create__event__right .nav-tabs .nav-item .nav-link {
  background: #f5f7f8;
  display: block;
  border: none;
  text-transform: uppercase;
  padding: 15px 15px;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #8f8f90;
}

.create__event__right .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: #048fa9;
  opacity: 0;
}

.create__event__right .nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}

.event__content__holder {
  padding: 20px 25px;
}

.event__content__holder .form__element {
  overflow: hidden;
  margin-bottom: 15px;
}

.event__content__holder .form__element>label {
  width: 120px;
  text-align: right;
  float: left;
  font-size: 14px;
  text-transform: capitalize;
  color: #aaaaaa;
}

.event__content__holder .form__element .input__holder {
  width: calc(100% - 120px);
  float: left;
  padding-left: 15px;
}

/* commeted by appz team Amit  https://max-intl.atlassian.net/browse/MAXVO-331 */

/* .event__content__holder .form__element .form-control {
  border-radius: 2px;
  color: #c3c3c3;
  height: 38px;
  font-size: 14px;
} */

/* Add by appz team Amit  https://max-intl.atlassian.net/browse/MAXVO-331 */

.event__content__holder .form__element .form-control {
  border-radius: 2px;
  color: #757575;
  max-height: 38px;
  font-size: 14px;
  padding: 7px 15px 7px 5px;
}

/* end by appz team Amit  https://max-intl.atlassian.net/browse/MAXVO-331 */

.event__content__holder .form__element~.form__element--fluid {
  padding-left: 135px;
  font-size: 14px;
}

.event__content__holder .form__element textarea.form-control {
  height: 180px;
}

.event__content__holder .form__element .form-control:focus {
  outline: none;
  box-shadow: none;
}

.event__content__holder .form__element .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c3c3;
}

.event__content__holder .form__element .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3;
}

.event__content__holder .form__element .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c3c3;
}

.event__content__holder .form__element .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
}

.form__element__footer {
  background: #f5f5f5;
  padding: 20px 25px;
  font-size: 12px;
  line-height: 18px;
}

.form__element__footer .btn__holder {
  padding-top: 30px;
}

.event__content__holder .event__row {
  margin: 0 0 30px;
}

.available__list {  
  padding-left: 42px;  
  font-size: 13px;
}  

span.add__end__time {
  display: block;
  padding-left: 135px;
  margin: 0 0 15px;
  font-size: 14px;
  cursor: pointer;
  color: #008da8;
  font-weight: 600;
  text-transform: capitalize;
}

.btn__all__holder {
  text-align: right;
}

.btn__all__holder .btn__all {
  font-size: 14px;
  text-transform: capitalize;
}

span.add__end__time .fa {
  margin-right: 8px;
}

.event__title__holder {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  color: #737373;
}

.event__title__holder strong {
  font-weight: 400;
}

.event__content__holder .event__row .form__element--fluid .input__holder {
  width: 100%;
  position: relative;
}

.event__team__search {
  position: relative;
  overflow: hidden;
}

.event__team__search .form-control {
  width: calc(100% - 40px);
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.event__team__search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

.event__team__search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

.event__team__search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

.event__team__search .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.event__team__search .btn-primary {
  width: 40px;
  height: 38px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.event__content__holder .form__element .input__holder--fluid {
  width: 100%;
  padding-left: 0;
}

.event__image__text__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c2c2c2;
  overflow: hidden;
  float: left;
}

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

.event__image__text li {
  margin-bottom: 20px;
  overflow: hidden;
}

.event__image__text__info {
  width: calc(100% - 60px);
  padding-left: 50px;
  float: left;
  font-size: 14px;
}

.event__image__text__info>strong {
  font-weight: 400;
  display: block;
  margin: 0 0 6px;
}

.event__image__text__info>p {
  font-size: 12px;
  margin: 0;
}

.input__holder--icon:after {
  content: "";
  display: block;
  clear: both;
}

.input__holder--icon .form-control {
  width: calc(100% - 38px);
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input__holder--icon .form-control::-webkit-inner-spin-button, .input__holder--icon .form-control::-webkit-outer-spin-button {
  opacity: 1;
  margin: 0;
}

/* commented by appteam amit / https://max-intl.atlassian.net/browse/MAXVO-331 */

/* .input__holder--icon .btn-primary {
  width: 38px;
  height: 38px;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
} */

/* Add by appteam amit / https://max-intl.atlassian.net/browse/MAXVO-331 */

.input__holder--icon .btn-primary {
  width: 38px;
  height: 38px;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* /* start by appteam amit / https://max-intl.atlassian.net/browse/MAXVO-326 */

*/ .mg-none {
  margin: 0;
  padding: 40px 0px;
  height: auto;
}

.mg-zero {
  margin-top: 0px !important;
}

/* end by appteam amit / https://max-intl.atlassian.net/browse/MAXVO 326 */

/*  */

.form__element--hostimage .form__element__right--upload .image__holder {
  width: 60px;
  height: 60px;
}

.form__element--hostimage .form__element__right--upload .btn__holder {
  width: calc(100% - 120px);
}

.form__element--hostimage .form__element__right--upload {
  padding-left: 15px;
}

.form__element--hostimage .form__element__right--upload .btn__holder .btn-outline-primary {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #3fa9bd;
  color: #3fa9bd;
}

.form__element--hostimage .form__element__right--upload .btn__holder .btn-outline-primary:hover {
  background: #3fa9bd;
  color: #fff;
}

/* create account style */

.wo-here__us__yes, .wo-here__us__no {
  display: none;
}

.wo-here__us__yes.active, .wo-here__us__no.active {
  display: block !important;
}

.wo-here__us .radio__holder {
  float: left;
  margin-right: 25px;
}

.wo-here__us .radio__holder+.radio__holder {
  margin-right: 0;
}

.wo-here__us .form-group.row>label {
  padding-right: 0;
}

.wo-here__us .form-control {
  border: 1px solid #a7a4a4;
  border-radius: 0;
  padding: 4px;
  margin-bottom: 4px;
}

.wo-here__us select, .account-holder .form-group select {
  width: 100%;
  background: none;
  border-radius: 0;
  color: #4c4a4a;
  border: 1px solid #a7a4a4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wo-form__check {
  padding-top: 20px;
}

form.form__sponsor {
  padding-top: 30px;
}

.wo-here__us h2.titile-user {
  margin: 0 0 20px;
}

form.form__sponsor .btn__submit {
  text-align: center;
  display: block;
  background: #008da8;
  min-width: 230px;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 5px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.bottom-right a.checkout-disable {
  background: #cccccc;
  color: #414141 !important;
  pointer-events: none;
}

.card--side-border {
  border-top: 1px solid#e0dcdc;
  border-right: 1px solid#e0dcdc;
  border-bottom: 1px solid#e0dcdc;
}

.business__summary {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 25px 11px 0px;
  background-color: white;
}

.date-picker.datepicker__top {
  margin: 0 0 20px;
  overflow: hidden;
}

.datepicker__top .datepicker__arrow__prev, .datepicker__top .datepicker__arrow__next {
  width: 40px;
  text-align: center;
  font-size: 50px;
  cursor: pointer;
}

.datepicker__top .datepicker__arrow__prev {
  float: left;
}

.datepicker__top .datepicker__arrow__next {
  float: right;
}

.datepicker__top .datepicker__arrow__prev:hover, .datepicker__top .datepicker__arrow__next:hover {
  opacity: 0.6;
}

.datepicker__top .date-container {
  width: calc(100% - 80px);
  float: left;
  text-align: center;
}

.datepicker__top .date-container .date {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
}

.datepicker__top .date-container .year {
  text-align: right;
  font-size: 14px;
  margin: 0 0px 0 0;
  font-family: 'Rawline-600', sans-serif !important;
  padding-right: 0px;
  width: calc(100% - 24%);
}

.max__news__card {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
}

.max__news__card .max__news__title {
  margin: 0 0 15px;
  color: #008da8;
}

.max__news__card .icon__holder i.material-icons {
  color: #008da8;
}

.max__news__card .image__holder {
  width: 30%;
}

.max__news__card .image__holder img {
  object-fit: cover;
  min-height: 180px;
  max-width: 100%;
}

.max__news__desc {
  width: 70%;
  padding: 15px 6px 15px 12px;
}

.max__news__card .max__news__title {
  font-size: 16px;
}

.business__summary .btn__holder {
  background: #ddd;
  padding: 12px 20px;
  margin: 0 -12px -1px;
  border-radius: 0 0 10px 10px;
}

.max__news__date {
  font-size: 12px;
}

.max__news__card .text__holder {
  font-size: 12px;
}

.max__news__card .icon__holder {
  margin: 10px 0 0 0;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business__summary .btn__holder .btn-outline-info {
  color: white;
  background-color: #008DA8;
  border-color: #008DA8;
  border-radius: 0;
}

#max_cart {
  top: 111px;
}

body.login #max_cart {
  top: 125px;
}

#max_cart {
  min-height: calc(100vh - 112px);
}

body.login #max_cart {
  min-height: calc(100vh - 126px);
}

body .select2-results__option {
  color: #333;
  font-size: 14px;
}

body span.product__price {
  display: block;
  font-size: 12px;
  padding-left: 40px;
  padding-top: 2px;
  color: #888;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] span.product__price {
  color: #fff;
}

@media (min-width: 600px) {
  .custom__modal--small .modal-dialog {
    max-width: 600px;
  }
}

.autoshop-product .comingsoon .item .add-button {
  /* border: 2px solid #008da8;
    box-shadow:none;
    color: #008da8; */
  border: 2px solid #008da8;
  color: #fff;
  background: #008da8;
  text-shadow: none;
}

.autoshop-product .comingsoon .item .add-button.add-autoship-prod-button, .autoshop-product .comingsoon .item .add-button.add-order-prod-button {
  border: 2px solid #008da8;
  background: #fff;
  color: #008da8;
}

.autoshop-product .comingsoon .item .add-button.update-qty-btn {
  border: 2px solid #008da8;
  color: #fff;
  background: #008da8;
}

.autoshop-product .comingsoon .item .add-button.sub-qty-btn {
  border: 2px solid #ff0000;
  color: #fff;
  background: #ff0000;
}

.footer .social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.whole__billing--autoship h5 {
  text-transform: uppercase;
  margin: 0 0 25px;
}

.whole__billing--autoship .account-holder {
  padding-top: 5px;
  padding-bottom: 0;
}

.whole__billing--autoship .account-holder label {
  text-align: right;
}

.whole__billing--autoship .billing-detail p:after {
  border-bottom: 1px solid#e2dfdf;
}

.whole__billing--autoship .account-holder .form-group {
  margin-bottom: 15px;
}

.whole__billing--autoship .account-holder div[class*="col-"]:nth-child(2) p {
  font-size: 16px;
  padding: 0;
}

.whole__billing--autoship .account-holder div[class*="col-"]:nth-child(2) p:after {
  border-bottom: none;
}

.btn__holder .btn__update {
  text-align: center;
  display: block;
  background: #008da8;
  min-width: 120px;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
}

.btn__holder .btn__update:hover {
  background: #707070;
  color: #fff;
}

.whole__billing--autoship .billing-detail {
  padding: 25px 30px 40px;
}

.custom__collapse__block {
  background: #eee;
  padding: 6px 10px;
  border: 1px solid #ccc;
  /* margin: 0 0 30px; */
}

.add__another__shipping {
  color: #008da8;
  cursor: pointer;
}

.add__another__shipping .fa {
  margin-right: 5px;
}

.custom__collapse__block {
  position: relative;
}

.custom__collapse__block .fa {
  position: absolute;
  top: 0;
  right: 0;
}

.whole__billing--autoship .custom__collapse__block label {
  position: static;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #999;
}

.whole__billing--autoship .form-group.is-hide {
  display: none;
}

.whole__billing--autoship p>.ashop__date {
  color: #008da8;
}

.whole__billing--autoship p>.ashop__date .fa {
  margin-left: 4px;
}

.billing-ordering .billing-image {
  position: relative;
}

.billing-ordering .billing-image span.autoship__number {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
}

.card-body {
  font-size: 14px;
}

.card-body .btn {
  font-size: 15px;
  width: 100%;
}

body .search {
  position: relative;
}

body .select2-container {
  width: 100% !important;
  max-width: 400px;
}

body .select2-container .select2-selection--single {
  height: 34px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  height: 30px;
}

.cart-ico span.cart__number {
  position: absolute;
  top: 0;
  right: 0;
  margin: -2px 8px 0 0;
  font-size: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Start Bug Resolved by Applozic team  https://max-intl.atlassian.net/browse/MAXVO-199 */

/* .autoshop-product .comingsoon .item .sport-pack {
  text-align: center;
} */

.autoshop-product .comingsoon .item .sport-pack {
  text-align: center;
  overflow: hidden;
  height: 45px;
}

/* End Bug Resolved by Applozic team  https://max-intl.atlassian.net/browse/MAXVO-199 */

.custom__progress.progress {
  padding: 0;
  background: #00bfd5;
  margin: 0;
  border: none;
}

.custom__progress.progress-bar {
  border-radius: 10px;
}

.select2-results span.image__holder>img {
  /* height: 20px; */
  max-width: 16px;
  vertical-align: top;
}

.select2-results span.image__holder {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  margin-right: 8px;
  height: auto !important;
  float: left;
}

.mt__body__all {
  /* margin-top: 125px; */
  /* margin-top: 111px; */
  margin-top: 95px;
}

.header__sticky .site-header {
  background: rgba(255, 255, 255, 1) !important;
}

.carousel-item .img.w-100 {
  object-fit: cover;
}

.header__title__holder {}

footer#footer {
  /* display: none; */
  background: #1b1f22;
  padding: 50px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 22px;
}

.foo__logo__holder {
  margin: 0 0 64px;
}

.foo__logo {
  max-width: 250px;
  margin: 0 auto;
}

.foo__list p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.65);
}

.social__network__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 28px;
  padding-top: 70px;
}

.social__network__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

/* commented by Appz dev tem for fixed the issue Bug Number:https://max-intl.atlassian.net/browse/MAXVO-150  */

/* .social__network__list li a {
  color: #fff;
} */

/* Added by Appz team for fixeing the bugNo. https://max-intl.atlassian.net/browse/MAXVO-150 */

.social__network__list li a {
  color: #fff;
  font-size: 28px;
}

/* end BUg no. https://max-intl.atlassian.net/browse/MAXVO-150 */

.social__network__list li a:hover {
  color: #008da8;
}

ul.foo__nav, ul.address__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.foo__nav li, ul.address__list li {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  padding-left: 10px;
}

ul.foo__nav li:last-child, ul.address__list li:last-child {
  margin-bottom: 0;
}

ul.address__list li.list__email a {
  text-decoration: underline;
}

ul.foo__nav li .fa, ul.address__list li .fa {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5px;
}

ul.foo__nav li a, ul.address__list li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

ul.foo__nav li a:hover, ul.address__list li a:hover {
  color: #fff;
}

.address__list li span {
  margin-right: 4px;
}

.portfolio-box {
  position: relative;
  background: #008da8;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-box>img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-box:hover>img {
  opacity: 0.3;
}

.portfolio-box-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  -webkit-text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-box-caption h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
}

.why-max .icon__holder {
  font-size: 90px;
  line-height: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  -webkit-text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
}

.why-max a, .why-max a:hover {
  text-decoration: none;
}

.why-max .whymax__text {
  max-width: 330px;
  text-align: center;
}

.why-max h2 {
  text-align: left;
  font-size: 60px;
  line-height: 66px;
  font-family: "Sifonn", sans-serif !important;
  color: #fff;
  -webkit-text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.6);
}

.portfolio-box-caption .icon__holder {
  display: inline-block;
  vertical-align: top;
  font-size: 70px;
  height: 70px;
  line-height: 70px;
}

.max-vo-top-panel .carousel-item img.w-100 {
  -o-object-fit: cover;
  object-fit: cover;
}

.border__color--green-1 {
  border-left-color: #4d9c2d !important;
}

.border__color--green-2 {
  border-left-color: #94d500 !important;
}

.border__color--orange-1 {
  border-left-color: #e15829 !important;
}

.border__color--orange-2 {
  border-left-color: #ff8f12 !important;
}

.border__color--blue-2 {
  border-left-color: #00bfd5 !important;
}

.border__color--purple-1 {
  border-left-color: #5a2b81 !important;
}

.border__color--blue-1 {
  border-left-color: #008da8 !important;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__left {
  max-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.card__left .material-icons {
  font-size: 51px;
}

.card__right {
  max-width: calc(100% - 50px);
  padding-left: 22px;
  width: 100%;
}

.box__progress {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  background-color: #00bfd5;
}

.box__progress h2 {
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 30px;
}

.box__progress h3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 10px;
}

.box__progress .btn__learn__more {
  display: block;
  background: #0091a2;
  border-radius: 0 0 8px 8px;
  color: #fff;
  padding: 14px 10px;
  font-size: 18px;
}

.box__progress .progress-bar {
  background-color: #fff;
}

.section__mycomission {
  padding: 40px 0px 80px;
  background: linear-gradient(#fcfeff 0%, #f7fbfb 100%);
}

.section__common h3 {
  font-size: 28px;
  margin: 0 0 25px;
}

.section.section__common {
  padding: 60px 0;
}

.section.section__common .text__holder {
  font-size: 18px;
  line-height: 28px;
}

.block__product--gray {
  /* background: #F5F5F5; */
  position: relative;
}

.block__product--gray .image__holder {
  padding: 50px 0;
  padding-right: 30px;
  padding: 0;
  background: #fff;
}

.block__product--gray .text__height {
  position: relative;
  background: #f5f5f5;
}

/* calc(100% - 260px); */

.block__product--gray .text__height:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  left: 100%;
  width: 9000px;
}

.block__product--gray .text__holder {
  padding: 50px 0;
  padding-left: 60px;
  /* position: relative; */
}

.block__product--gray .text__holder:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 34px 12px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  margin-right: -2px;
}

.block__product--gray .text__holder h3, .block__product--white .text__holder h3 {
  font-size: 38px;
  font-weight: 700;
  font-family: "Sifonn", sans-serif;
  margin: 0 0 30px;
  color: #008da8;
}

.block__product--gray .text__holder p, .block__product--white .text__holder p {
  margin: 0 0 25px;
}

/* .block__product--white {
    background: #fff;
} */

.block__product--white .image__holder {
  padding: 50px 0;
  background: #fff;
  padding-left: 30px;
}

.block__product--white .text__holder {
  padding: 50px 0;
  padding-right: 60px;
}

.btn__learn__more {
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  background: #008da8;
  text-align: center;
  color: #fff;
  line-height: 38px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn__learn__more:hover {
  background: #262626;
  text-decoration: none;
  color: #fff;
}

.section__producttop__holder {
  position: relative;
}

.section__producttop__holder .section__banner.section__banner--inner .text__holder {
  height: 362px;
}

.card__product {
  width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #f1f1f1;
}

.card__product .card__product__list {
  width: 33.33%;
  text-align: center;
  display: block;
  cursor: pointer;
  position: relative;
}

.card__product__inner {
  background: #fff;
  padding: 15px 15px;
}

.card__product__image img {
  max-width: 100px;
  display: inline-block;
  vertical-align: top;
}

.card__product__text p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.card__product__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(178, 34, 34, 0.6);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card__product__overlay .card__product__image {
  margin: 0 0 12px;
}

.card__product__overlay .card__product__image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.card__product__overlay .card__product__text p {
  color: #fff;
}

.card__product .card__product__list:hover .card__product__overlay {
  opacity: 1;
}

.current__promotion {
  padding: 30px 0;
  margin: 0;
  background: #f5f5f5;
}

.promotion__left {
  background: #fff;
  border: 1px solid #ccc;
}

.social__share__block {
  margin-bottom: 30px;
  padding: 0 30px;
}

.promotion__left .text__holder {
  text-align: center;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}

.promotion__left .text__holder h2 {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 50px;
  font-family: "Sifonn", sans-serif;
}

ul.social__share {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
}

ul.social__share:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #ccc;
  z-index: 0;
}

ul.social__share li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

ul.social__share li a {
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.social__share li a:hover {
  text-decoration: none;
  color: #fff;
  background: #008da8;
  border: 2px solid #008da8;
}

.social__share__block {
  margin-bottom: 30px;
  padding: 0 30px;
  padding-top: 70px;
}

.social__share__block span.share__this {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  margin: 0 0 -10px;
  display: inline-block;
  vertical-align: top;
}

.promotion__right {
  padding-top: 2px;
}

.promotion__right .promotion-wrap {
  margin: 0;
  margin-top: -2px;
  background: #fff;
}

.promotion__right .list-contain {
  margin: 0;
}

.promotion__right .list-image img {
  object-fit: cover;
}

.promotion-list {
  margin-bottom: 20px;
}

.card__latest__news {
  border: 2px solid#ddd;
  text-align: center;
  padding: 15px 40px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #fff;
}

.card__latest__news p {
  max-width: 260px;
}

.card__latest__news a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.card__latest__news a .fa {
  margin-left: 8px;
}

.promotion__right .promotion-list .list-contain {
  width: 80%;
}

.datechange__main__wrap {
  font-size: 50px;
  /* padding: 0 70px; */
  max-width: 530px;
  text-align: center;
  position: relative;
}

.datechange__main__wrap .carousel-control-prev, .datechange__main__wrap .carousel-control-next {
  position: absolute;
  color: #101010;
  left: -36px !important;
  top: 0;
}

.datechange__main__wrap .carousel-control-prev:hover, .datechange__main__wrap .carousel-control-next:hover {
  color: #666;
}

.datechange__main__wrap .carousel-control-next {
  left: auto !important;
  right: -36px !important;
}

.datechange__box__row {
  margin-bottom: 30px;
}

.rank__meter__box {
  margin-bottom: 30px;
  /* text-align: center; */
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  background: #fff;
  padding: 20px 40px;
}

.rank__meter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.rank__meter__left {
  max-width: 110px;
  width: 100%;
}

.rank__meter__right {
  max-width: calc(100% - 110px);
  width: 100%;
  padding-left: 10px;
}

.rank__meter__leftright__holder {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  padding: 0 30px;
}

.rank__meter__slogan {
  text-align: left;
  font-size: 13px;
  /* margin: 0 0 15px; */
  font-weight: 700;
  color: #818181;
}

.rank__meter__leftright__holder {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  padding: 10px 0px;
  color: #707070;
  max-width: 400px;
  text-align: center;
  margin-bottom: 15px;
}

.rank__meter__control {
  position: absolute;
  left: 0;
  font-size: 45px;
  line-height: 45px;
  top: 0;
  color: #95989a;
  cursor: pointer;
  width: 30px;
  text-align: center;
  margin-top: 31px;
}

.rank__meter__control:hover {
  color: #ccc;
}

.rank__meter__control--left {}

.rank__meter__control.rank__meter__control--right {
  left: auto;
  right: 0;
}

.rank__requirement {
  text-align: right;
  font-size: 14px;
  /* font-weight: 600; */
  margin: 0 1%;
  color: #999;
}

.rank__requirement span.rank__requirement__text {
  display: inline-block;
  /* vertical-align: top; */
  margin-top: -29px;
  /* margin-bottom: 10px; */
  /* margin-right: -27%; */
}

.rank__progressbar .progress {
  background: transparent;
  border: 1px solid #ddd;
  height: 18px;
  border-radius: 18px;
}

.rank__progressbar .progress-bar {
  border-radius: 12px;
}

.rank__paidrank {
  /* text-align: center; */
  font-size: 14px;
  /* font-weight: 600; */
  margin: 0 0 0px;
  /* color: #999; */
}

.business__summary .ui-accordion-header {
  margin: 0;
  padding: 0 !important;
  margin: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background: transparent;
  padding-bottom: 10px !important;
}

.qualification__box {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background: #fff;
  padding: 30px 20px;
}

.qualification__box h5 {
  font-family: "Rawline-700", sans-serif !important;
  margin: 0 0 30px;
  font-weight: bold;
}

#accordion h3 {
  border-bottom: 1px solid #dfdfdf;
  color: #636363 !important;
  padding: 13px 0;
}

.qualification__box .ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.today-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.today-order .order__combine__left {
  max-width: calc(100% - 250px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.today-order .order__combine__left .order-left {
  /* width: 250px; */
  width: auto;
  /* margin-right: 50px; */
  margin-right: 35px;
  display: block;
}

.today-order .order__combine__left .order-left>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  /* vertical-align: top; */
  /* width: 100%; */
}

.today-order .order__combine__left .order-left>ul li {
  position: relative;
}

.order__combine__left .order-left .order-bp {
  left: 0;
  top: 0;
  position: absolute;
  margin: 11px 0px 0 19px;
  font-size: 13px;
  line-height: 13px;
}

.today-order .order__combine__left .order-left>ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  color: #008ba5;
  font-size: 10px;
  font-style: italic;
}

.order-left:after {
  border: none;
  border-left: 1px solid #b9b5b5;
  right: -100%;
  position: absolute;
  margin-left: 18px;
}

/* .today-order .order__combine__left .order__info  > ul {
	position: relative;
}
.today-order .order__combine__left .order__info  > ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 4px;
    background: #008ba5;
    margin: 0 0 -10px 0;
} */

.order__info__active>ul {
  position: relative;
  min-height: 45px;
}

.order__info__active>ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 4px;
  background: #008ba5;
  margin: 0 0 -8px 0;
}

.today-order .order__combine__left .order-right>ul li {
  font-family: "Sifonn", sans-serif !important;
  text-transform: uppercase;
}

.today-order .order__combine__left .order__info>ul>li:nth-child(2) {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
}

.today-order .order__combine__left .order__info>ul>li:nth-child(2) ul {
  text-transform: none;
}

.today-order .order__combine__left .order__info>ul li:first-child {
  padding-top: 7px;
}

.btn__holder.bottom-right {
  max-width: 250px;
}

.today-order .order__combine__left .order-left>ul ul li {
  font-family: "Rawline-400", sans-serif !important;
  color: #999;
  font-weight: 600;
}

.today-order li>span {
  font-weight: 600;
  text-transform: none;
}

.today-order .order__combine__left .order-right>ul ul li {
  color: #c44e70;
}

.today-order .order__combine__left .order-right>ul ul li>span {
  line-height: 12px;
  color: #008ba5;
}

.today-order li>a {
  line-height: 12px;
  color: #999;
}

.order-right .order-list1 a {
  color: #c44e70;
  font-style: italic;
  line-height: 12px;
  line-height: 12px;
}

.custom__select__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom__select__holder label {
  margin: 0;
  font-weight: 600;
  margin-right: 10px;
  color: #666;
}

.custom__select__holder .nice-select {
  height: 30px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #008ba5;
  background: #008ba5;
  border-radius: 30px;
  min-width: 170px;
}

.custom__select__holder .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.custom__select__holder .nice-select .list {
  color: #666;
  border-radius: 0;
}

body .custom__select__holder .select2-container {
  max-width: 200px;
}

body .custom__select__holder .select2-container--default .select2-selection--single {
  height: 30px;
}

body .custom__select__holder .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 30px;
  line-height: 28px;
  color: #fff;
  border: 1px solid #008ba5;
  background: #008ba5;
  border-radius: 30px;
  min-width: 170px;
  text-align: left;
  padding-left: 15px;
}

body .custom__select__holder .select2-container .select2-selection--single {
  height: 30px;
  border: transparent;
}

body .all__dropdown .select2-search--dropdown {
  display: none;
}

.select2-container--open .all__dropdown.select2-dropdown {}

body .custom__select__holder .select2-container--default .select2-results>.select2-results__options {
  border: 1px solid #008ba5;
  border-radius: 0;
}

body .custom__select__holder .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

body .custom__select__holder .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.btn-order-process {
  text-align: center;
  display: block;
  background: #008da8;
  width: 190px;
  float: right;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.btn-order-process:hover {
  background: #545252;
  color: #fff !important;
}

.btn-order-process.order-disable {
  background: #cccccc;
  color: #414141 !important;
  pointer-events: none;
}

.custom__collapse .card {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: 14px;
  color: #807b7b;
}

.custom__collapse .card p {
  font-size: 14px !important;
  margin: 0 0 8px;
}

.custom__collapse .card span.card__name {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  text-align: right;
}

.custom__collapse .card span.card__number {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  text-align: right;
}

.custom__collapse span.card__date {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  min-width: 100px;
  text-align: right;
}

.btn__modify {
  height: 30px;
  color: #888;
  border: 1px solid #888;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  min-width: 90px;
  text-align: center;
  padding: 0 5px;
  border-radius: 30px;
}

.btn__modify:hover {
  color: #fff;
  border: 1px solid #008da8;
  background: #008da8;
}

.custom__collapse__block a {
  color: #888;
}

.custom__collapse__block a[aria-expanded="true"] .fa {
  transform: rotate(180deg);
}

.custom__collapse__block .fa {
  margin-top: 2px;
}

.vo-enter__new__card .modal-title .fa {
  margin-right: 10px;
}

.custom__modal .vo-enter__new__card .modal-body {
  padding: 25px 50px 25px 70px;
}

.vo-enter__new__card h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 30px;
}

.vo-enter__new__card .modal-title .fa {
  margin-right: 10px;
}

.vo-enter__new__card h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 30px;
}

.vo-enter__new__card .form__enter__card {
  margin-bottom: 60px;
}

.vo-enter__new__card .form__enter__card:last-child {
  margin-bottom: 0;
}

.vo-enter__new__card .form-control {
  border: 1px solid #a7a4a4;
  border-radius: 0;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  height: 34px;
}

.btn__holder .btn__submit {
  text-align: center;
  display: block;
  background: #008da8;
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.btn__holder .btn__delete {
  text-align: center;
  display: block;
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: #ab0032;
  margin-right: 10px;
}

.btn__holder .btn__submit:hover {
  background: #707070;
  color: #fff;
}

.btn__holder .btn__delete:hover {
  background: #707070;
  color: #fff;
}

.vo-enter__new__card input[type="number"]::-webkit-inner-spin-button, .vo-enter__new__card input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sub-prod-qty, .add-prod-qty {
  font-size: 24px;
  line-height: 18px;
}

/* custom radio button */

[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  padding-right: 15px;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #008da8;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom__collapse__block label {
  width: 100%;
}

.modal__table__scroll {
  max-height: 365px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  margin-right: -2px;
  max-width: 95.5%;
}

.modal__table__scroll .rwd-table tr {
  padding: 0;
  margin: 0;
}

.modal__table__scroll .rwd-table th, .modal__table__scroll .rwd-table td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.autoship_modal form input[type="text"], .autoship_modal form input[type="email"], .autoship_modal form input[type="password"] {
  border: 1px solid #a7a4a4;
  border-radius: 0;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  height: 34px;
}

.autoship_modal form .custom-select {
  border: 1px solid #a7a4a4;
  height: 34px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.autoship_modal form .col-form-label {
  text-align: right;
}

.modal__table__scroll .rwd-table td img {
  max-width: 90px;
  height: auto;
}

.today-order .order__combine__left .order-right>ul li:first-child {
  position: relative;
  padding-top: 2px;
}

.today-order .order__combine__left .order-right>ul li:first-child span.autoship__number {
  position: absolute;
  left: 0;
  top: 0;
  margin: 15px 0 0 12px;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  font-family: "Rawline-400", sans-serif !important;
}

.product-bottom .search-product2 {
  max-width: 420px;
}

.product-bottom .search {
  display: flex;
  margin-bottom: 61px;
  margin-top: 30px;
  max-width: 570px;
}

.product-bottom .search .search-icon {
  height: 34px;
}

.product-bottom .search>span:first-child {
  display: inline-block;
  min-width: 128px;
  vertical-align: top;
}

.product-bottom .search .select2-container--default .select2-selection--single, .product-bottom .search-product2 .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.annual-agreement span.ca-text__info {
  padding-top: 15px;
  color: #8a8989;
  font-weight: 500;
  font-size: 14px;
  display: block;
  /* margin-bottom: 30px; */
}

.section__content__holder {
  padding: 40px 0 60px;
}

ul.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vo-mymax__left {
  width: 240px;
}

.vo-mymax__right {
  width: calc(100% - 240px);
}

.section__content__holder .custom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vo-mymax__right .text__holder p {
  margin-bottom: 30px;
}

.vo-mymax__right .text__holder h5 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
}

ul.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

ul.nav__menu li {
  text-align: right;
  margin-bottom: 10px;
}

ul.nav__menu li .nav__menu__item {
  position: relative;
  display: block;
  font-size: 18px;
}

ul.nav__menu li .nav__menu__item.isactive {
  font-size: 24px;
}

ul.nav__menu li .nav__menu__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 8px;
  margin: 14px 0 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 16px;
  border-color: transparent transparent transparent #008da8;
  /* Max Blue 1 */
  opacity: 0;
  transition: all 0.3s ease;
}

ul.nav__menu li .nav__menu__item.isactive:after {
  opacity: 1;
  margin-left: 8px;
}

.vo-mymax__left {
  width: 240px;
}

.vo-mymax__right {
  width: calc(100% - 240px);
  padding-left: 60px;
}

.custom__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.section__content__holder {
  padding: 40px 0 60px;
}

.vo-mymax__right .text__holder h4 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 30px;
  color: #008da8;
  font-family: "Rawline-700", sans-serif !important;
}

.vo-mymax__right .text__holder p {
  margin-bottom: 30px;
}

.vo-mymax__right .text__holder h5 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
}

.vo-mymax__right .text__holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.vo-mymax__right .text__holder ul li {
  margin: 0 0 9px;
  padding-left: 18px;
  position: relative;
}

.vo-mymax__right .text__holder ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: #ccc;
  margin-top: 11px;
  border-radius: 50%;
}

.custom__tab__holder {
  border-bottom: 1px solid #b4b4b4;
}

.custom__tab__holder .nav-tabs {
  border-bottom: none;
}

.custom__tab__holder .nav-link {
  padding: 12px 14px;
  border-radius: 0;
  width: 100%;
}

.main__text__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom__tab__holder .nav-link span.icon__default {
  display: none;
}

.custom__tab__holder .nav-link span.icon__hover {
  display: block;
  max-width: 60px;
  margin-right: 4px;
}

span.tab__common__text__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__text__holder span.tab__common__text {
  font-size: 16px;
  display: block;
  font-family: "Sifonn", sans-serif !important;
  font-weight: 700;
}

.main__text__holder span.tab__common__subtext {
  color: #898989;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
}

.custom__tab__holder .nav-link {
  color: #707070;
  min-height: 72px;
  position: relative;
  border: none !important;
}

.custom__tab__holder .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 8px;
  width: 100%;
  background: #008da8;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -mpz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom__tab__holder .nav-link.active:after {
  opacity: 1;
}

/* .custom__tab__holder .nav-link:hover:after {
	opacity: 1;
} */

.custom__tab__holder .nav-link.active {
  color: #008da8;
  border: none !important;
}

.custom__tab__holder .nav-link:hover {
  color: #008da8;
  border: none !important;
}

.custom__tab__holder .nav-link:hover span.icon__hover {
  display: block;
}

.custom__tab__holder .nav-link:hover span.icon__default {
  display: none;
}

.custom__tab__holder .nav-item {
  position: relative;
}

.custom__tab__holder .nav-item:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  border-left: 1px solid #d6d6d6;
}

.custom__tab__holder .nav-item:first-child:after {
  border-left: none;
}

.custom__tab__holder--resource .nav-link {
  min-width: 190px;
}

.custom__tab__holder--resource .main__text__holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom__tab__holder--resource .main__text__holder span.icon__holder {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom__tab__holder--resource span.tab__common__text {
  text-transform: uppercase;
}

.custom__tab__holder--resource .nav-link {
  min-height: 60px;
}

.custom__tab__holder--resource .nav-link {
  padding: 15px 14px;
}

.row.custom__form__holder {
  padding: 40px 0 25px;
}

.custom__tab__holder .nav-link.active .icon__holder .video__path, .custom__tab__holder .nav-link.active .icon__holder .fill__image, .custom__tab__holder .nav-link.active .icon__holder .path__file {
  fill: #008da8;
}

.custom__banner__autoship .custom__banner__holder {
  text-align: left;
  color: #fff;
}

.custom__review__order {
  padding: 40px 0 70px;
}

.custom__review__order .order__review__row {
  margin: 0;
  padding: 30px 25px;
  margin-bottom: 30px;
}

.custom__review__order .order__review__row:last-child {
  margin-bottom: 0;
}

.circle__with__border {
  width: 80px;
  height: 80px;
  border: 4px solid#008fac;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.circle__with__border .icon__holder {
  width: 40px;
  height: auto;
  position: relative;
}

.circle__with__border .icon__holder span.number {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -2px;
}

.review__autoship__left {
  background: #4d9c2d;
  width: 140px;
  border-right: 10px solid #33671e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review__autoship__right {
  width: calc(100% - 140px);
  padding: 20px 30px;
  position: relative;
}

.review__autoship__left .circle__with__border {
  margin: auto;
  border-color: #93c37f;
  background: #fff;
}

.review__autoship__left .circle__with__border .icon__holder span.number {
  margin: -8px 0 0 -6px;
}

.review__autoship__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review__autoship__right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 18px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-top: -16px;
}

.review__autoship__right strong.review__autoship {
  display: block;
  margin: 0 0 12px;
  color: #8a8686;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Rawline-700", sans-serif !important;
}

.order-title.order__review__row.order__review__autoship {
  padding: 0;
}

.review__autoship__right .form__control__holder {
  text-align: right;
  padding-top: 30px;
  font-size: 14px;
}

.review__autoship__right .form__control__holder .form__control {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 26px;
}

.form__control .custom-control-label::before {
  margin-top: 2px;
}

.custom-checkbox.form__control .custom-control-input:checked~.custom-control-label::after {
  margin-top: 2px;
}

.review__billing {
  padding: 30px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review__billing .billing-detail {
  width: calc(100% - 220px);
  margin-left: 20px;
  position: relative;
}

.review__billing .billing-ordering {
  width: 140px;
}

.review__billing .billing-detail:after {
  left: auto;
  right: 100%;
  top: 30px;
  margin-right: 9px;
}

.review__billing .account-holder .form-group.row label {
  text-align: right;
  padding-left: 0;
}

.subtotal__padding {
  padding-right: 130px;
}

.review__edit__block, .review__update__block {
  display: none;
  margin-bottom: 30px;
}

.review__edit__block.open, .review__update__block.open {
  display: block;
}

.btn__update__order, .btn__edit__odr {
  display: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.btn__update__order:hover, .btn__edit__odr:hover {
  color: #fff;
}

.autoship_modal .btn__update__order, .autoship_modal .btn__edit__odr {
  color: #707070;
}

.autoship_modal .btn__update__order:hover, .autoship_modal .btn__edit__odr:hover {
  color: #008da8;
}

.btn__update__order.show, .btn__edit__odr.show {
  display: inline-block;
  vertical-align: top;
}

.btn__update__order .fa, .btn__edit__odr .fa {
  color: #008da8;
}

.custom__table__holder {
  padding-top: 40px;
  font-size: 14px;
}

.custom__product__search .search {
  margin: 40px 0;
  max-width: 570px;
  margin-left: 5%;
}

.product__image__text span.image__holder {
  display: block;
  max-width: 110px;
}

.custom__table__holder td, .custom__table__holder th {
  padding: 8px !important;
}

.custom__table__holder .rwd-table tr {
  border-bottom: none;
}

.qty__holder button.btn-substract, .qty__holder button.btn-add {
  border: none;
  background: none;
  padding: 8px;
  font-size: 14px;
  color: #a1a1a1;
  cursor: pointer;
}

.qty__holder>span {
  display: inline-block;
  margin: 0 5px;
  min-width: 20px;
  text-align: center;
}

.btn__update__order .fa, .btn__edit__odr .fa {
  margin-left: 6px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}

strong.review__order__title {
  font-size: 15px;
  display: block;
  margin: 0 0 10px;
}

.review__update__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review__update__info ul li {
  margin: 0 0 5px;
}

.review__update__info ul li:first-child {
  font-weight: 400;
}

.review__billing .btn__holder {
  padding-top: 30px;
}

.review__billing [type="radio"]:checked+label:before, .review__billing [type="radio"]:not(:checked)+label:before {
  margin-top: 3px;
}

.review__btn__holder .btn-order-process {
  font-family: "Rawline-700", sans-serif !important;
  height: 46px;
  border-radius: 0;
  padding: 14px 5px;
}

.order-title h2, .auto-shiporder h2, .agreement h2 {
  font-family: "Rawline-700", sans-serif !important;
}

.review__edit__block .add__another__shipping {
  border-top: 1px solid#ddd;
  padding-top: 12px;
  margin-top: 25px;
  margin-bottom: 27px;
  text-align: center;
}

.review__billing .billing__title__holder h4 {
  font-size: 22px;
  font-family: "Rawline-700", sans-serif !important;
}

.review__billing .billing__title__holder p {
  font-size: 12px;
  padding-bottom: 20px;
  position: relative;
}

.review__billing .billing__title__holder p:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.ui-widget.ui-widget-content {
  padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0 !important;
}

.ui-widget-header {
  background: #008da8 !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  font-family: FontAwesome !important;
  background: none !important;
  font-size: 18px !important;
  text-indent: unset !important;
  overflow: visible !important;
  font-size: 0 !important;
  position: relative;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  content: "\f104";
  font-family: FontAwesome !important;
  font-size: 26px !important;
  line-height: 16px !important;
  margin-left: 4px !important;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-next span:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  content: "\f105";
  font-family: FontAwesome !important;
  font-size: 26px !important;
  line-height: 16px !important;
  margin-left: 4px !important;
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0 !important;
}

/* body .ui-state-hover, .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover, .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus,
body .ui-button:hover, .ui-button:focus { */

body .ui-widget-header .ui-state-hover, .ui-state-focus, body .ui-widget-header .ui-state-focus {
  color: #fff;
  background: transparent;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 0 !important;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker td {
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  text-align: center;
}

.ui-datepicker tr:first-child td {
  border-top: 1px solid #c5c5c5;
}

.ui-datepicker tr td:first-child {
  border-left: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: #fff;
  border: none;
  color: inherit !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  background: #d8d8d8;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  /* border: 1px solid #008da8; */
  /* background: #008da8; */
  /* width: 27px; */
  height: 27px;
  /* border-radius: 50%; */
  /* margin: 0 auto; */
  /* display: inline-block; */
  vertical-align: top;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #008da8;
  background: #008da8;
}

.ui-datepicker table {
  font-size: 13px;
}

.ui-datepicker th {
  color: #707070;
}

.custom__modal .btn__holder {
  padding: 0 15px;
}

.custom__modal .review__update__block {
  padding: 20px 15px 0;
}

.current-promotion .heading-2 {
  font-family: "Rawline-700", sans-serif !important;
}

.signup__save__left {
  width: 210px;
  font-size: 24px;
  line-height: 28px;
}

.signup__save__right {
  width: calc(100% - 210px);
  font-size: 20px;
}

.signup__save__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}

strong.number__big {
  font-size: 80px;
  display: block;
  line-height: 86px;
  color: #008da8;
}

.signup__save__right strong {
  font-size: 28px;
  display: block;
  line-height: 36px;
  margin: 0 0 30px;
}

.signup__save__right .btn__holder {
  padding-top: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.text__holder--center {
  text-align: center;
  color: #fff;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
  font-size: 22px;
}

.text__holder--center h1 {
  font-family: "Sifonn", sans-serif !important;
}

.today-order .order__combine__left .order-left>ul ul li:first-child {
  padding-top: 0;
}

.billing-ordering .order-bp {
  left: 40px;
  top: 21px !important;
  font-size: 14px;
}

.order-title.auto-shiptitile .billing-ordering .order-bp {
  top: 32px !important;
  left: 33px;
}

form .form-control {
  border: 1px solid #a7a4a4;
  border-radius: 0;
  padding: 4px;
  /* margin-bottom: 4px; */
}

form .custom-select {
  border: 1px solid #a7a4a4;
  border-radius: 0;
  padding: 4px;
  margin-bottom: 4px;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.billing-ordering {
  position: relative;
}

#billing-info .ex-pires {
  width: 31.3%;
}

.autoship__two__column .text__holder {
  padding-left: 30px;
}

.portfolio-box>img {
  width: 100%;
}

.review__billing .btn__update__order, .review__billing .btn__edit__odr {
  color: #008da8;
}

.billing__ordering--receipt .order-bp {
  top: 13px !important;
}

.cv-price-section-holder {
  color: #1fc7da;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.autoshop-product .comingsoon .item .new-list {
  overflow: hidden;
  margin-bottom: 5px;
}

.cv-price-section-holder:before, .cv-price-section-holder:after {
  content: "";
  display: block;
  clear: both;
}

.btn__holder .btn__print .fa {
  margin-right: 0;
  font-size: 13px;
}

.btn__holder .btn__print {
  background: #008da8;
  color: #fff !important;
  width: 96px;
  height: 32px;
  display: inline-block;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  padding-left: 30px;
  text-transform: capitalize;
  position: relative;
}

.my-orders__banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "Sifonn", sans-serif !important;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
}

.my-orders__banner {
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.4);
}

.btn__holder .btn__print span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 14px;
  height: 32px;
  width: 30px;
  text-align: center;
  background: #005262;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whymax__video__desc {
  padding: 15px;
  font-size: 14px;
}

.whymax__video__desc strong {
  display: block;
  margin: 0 0 8px;
  font-size: 17px;
  color: #008da8;
}

.vo-mymax__right .whymax__video__desc p {
  margin: 0 0 10px;
}

.whymax__video__desc a {
  float: right;
  font-size: 14px;
}

.whymax__video__desc:before, .whymax__video__desc:after {
  content: "";
  display: block;
  clear: both;
}

.whymax__video__desc a .fa {
  margin-left: 8px;
}

.company__card .img__holder {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}

.company__card .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.company__card .text__holder {
  width: calc(100% - 84px);
  padding-left: 20px;
  padding-right: 30px;
}

.vo-mymax__right .company__card .text__holder h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 8px;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #848484;
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  vertical-align: top;
}

.vo-mymax__right .company__card .text__holder .company__card__title {
  margin: 0;
  padding-bottom: 5px;
  color: #848484;
  font-style: italic;
  border-bottom: 2px solid #0e93ad;
}

.vo-mymax__right>div>.text__holder {
  border-top: 1px solid #d5d5d5;
  padding: 40px 0;
}

/* .vo-mymax__right > div > .text__holder:first-child {
	border-top: none;
	padding-top: 0;
} */

.vo-mymax__right>#company-1>.text__holder:first-child, .vo-mymax__right>#media-1>.text__holder:first-child, .vo-mymax__right>#science-1>.text__holder:first-child, .vo-mymax__right>#max-1>.text__holder:first-child {
  border-top: none;
  padding-top: 0;
}

.text__holder--founder .image__holder {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}

.whymax__video__holder .row div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.whymax__video__holder .row {
  margin-left: -10px;
  margin-right: -10px;
}

.banner-promotion {
  margin-top: 0px !important;
}

body[data-gr-c-s-loaded="true"] .mt__body__all, body[data-gr-c-s-loaded="true"] .banner-autoship, body[data-gr-c-s-loaded="true"] .banner-autoship, body[data-gr-c-s-loaded="true"] .weight-management-banner, body[data-gr-c-s-loaded="true"] .max-gives-back-banner, body[data-gr-c-s-loaded="true"] .glutathione-banner, body[data-gr-c-s-loaded="true"] .why-max-banner, body[data-gr-c-s-loaded="true"] .riboceine-banner, body[data-gr-c-s-loaded="true"] .banner-promotion {
  margin-top: 92px;
}

.product__modal__top .image__holder {
  margin: 0 0 15px;
}

.product__accordian__card {
  margin: 0;
}

.product__accordian__card .custom__collapse__block>a {
  display: block;
  background: #fff;
  padding: 13px 10px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  font-weight: 700;
}

.product__accordian__card .custom__collapse__block>a .fa {
  margin: 12px 13px 0 0;
  font-size: 30px;
  line-height: 1;
}

.product__accordian__card .custom__collapse__block>a[aria-expanded="true"] {
  border-top: transparent;
}

.product__accordian__card .custom__collapse__block>a[aria-expanded="true"] .fa {
  color: #008da8;
}

.product__accordian__card .custom__collapse .card {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

.custom__collapse__block--product {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
}

.product__accordian__holder {
  padding-top: 20px;
}

.product__accordian__card .custom__collapse .card .image__holder {
  width: 140px;
}

.product__accordian__card .custom__collapse .card .text__holder {
  width: calc(100% - 140px);
  padding-left: 25px;
}

.product__accordian__card .custom__collapse__block>a>span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}

.product__accordian__card .custom__collapse__block>a[aria-expanded="true"]>span {
  border-bottom: 3px solid #008da8;
}

.custom__modal--autoship h5 {
  padding-left: 0 !important;
}

#delete-autoship-item h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 25px;
}

#empty_autoship_order .autoship__two__column__holder {
  padding-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#empty_autoship_order .autoship__two__column {
  padding-left: 36px;
  font-size: 18px;
  color: #f1f1f1;
}

body[data-gr-c-s-loaded="true"] .banner-autoship, body[data-gr-c-s-loaded="true"] .banner-autoship {
  margin-top: 0;
}

.autoship__carousel {
  margin-right: 0;
}

.autoship__carousel .common__shop__card .item h3 {
  min-height: 46px;
}

.section.section__message {
  background: #f5f5f5;
  padding: 50px 0;
}

.message-block__holder {
  background: #fff;
  /* overflow: hidden; */
  border: 1px solid #ababab;
}

.message-block__holder:after {
  content: '';
  display: block;
  clear: both;
}

.message-block__left {
  max-width: 320px;
  width: 100%;
  float: left;
  border-right: 1px solid #ABABAB;
}

.message-block__right {
  max-width: calc(100% - 320px);
  width: 100%;
  float: left;
  padding-left: 35px;
}

.message-block__left-bottom {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.message-block__right-holder {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.message-block__left-top {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 15px; */
}

form.form__message {
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  position: relative;
  padding: 10px 10px;
  background: #c2c2c2;
}

.form__message .form-group {
  position: relative;
  margin: 0;
}

.form__message input.form-control {
  height: 26px;
  border: none;
  background: #fff;
  border-radius: 30px;
  margin: 0;
}

.form__message button.btn__search {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  line-height: 26px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  color: #008da8;
  cursor: pointer;
}

.message__image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.message__desc {
  width: calc(100% - 65px);
  font-size: 12px;
  padding-left: 7px;
}

.message__card--full .message__desc {
  font-size: 14px;
  padding-left: 22px;
}

.message__card .msg__info {
  font-size: 11px;
  margin: 0 0 10px;
  font-weight: 700;
  font-style: italic;
}

.message-block__left-bottom .message__card p {
  margin-bottom: 8px;
}

.message__card {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 20px 15px;
  position: relative;
}

.message__card span.msg__name {
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #008da8;
}

.message__card:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #cacaca;
}

.message__card--full:before {
  display: none;
}

span.msg__name {
  font-size: 14px;
  display: block;
  margin: 0 0 6px;
  font-weight: 700;
  color: #008da8;
}

span.msg__date {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  text-align: right;
  font-size: 12px;
}

span.msg__date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 10px;
  margin-right: 125px;
  border-bottom: 1px solid #ccc;
  margin-top: 9px;
}

.message__card--full .message__desc p:last-child {
  margin-bottom: 0;
}

.message__card--full {
  padding: 40px 15px 30px;
}

.message-block__right-title {
  font-size: 18px;
}

.message-block__right-top {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin: 0 0 30px;
  margin-left: -35px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 35px);
  padding-right: 30px;
}

.msg__info {
  font-size: 11px;
  margin: 0 0 10px;
  font-weight: 700;
  font-style: italic;
}

.message__card.active {
  background: #dbf6f9;
}

.maxnfuze-supply .panel-footer, .addtocart-sec .addtocart-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.addtocart-sec .addtocart-footer {
  padding: 0;
}

.maxnfuze-supply .add-to-cart {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  margin-left: 15px;
}

.addtocart-sec .addtocart-footer>span {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  margin-right: 15px;
}

.maxnfuze-supply .max-flex-price {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  margin-right: 15px;
}

.addtocart-sec .addtocart-footer>.supply-cart-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px;
  margin-left: 15px;
}

.message-block__right-edit button {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.message-block__right-edit button:after {
  display: none;
}

.today-order .order__combine__left .order-left>ul .cart-status--noempty li:first-child, .today-order .order__combine__left .order-left>ul .cart-status--empty li:first-child {
  color: #008ba5;
}

.weight__management--switch {
  background: #8ACBD7;
  position: relative;
}

.weight__management--bar {
  background: #8BBF76;
  position: relative;
}

.section-weight__management {
  position: relative;
  padding-bottom: 100px;
}

.weight__management--switch:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: #8ACBD7;
}

.weight__management--bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
  background: #8BBF76;
}

.weight__management__image {
  max-width: 250px;
  float: left;
}

.weight__management__card {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.weight__management__desc {
  /* overflow: hidden; */
  padding: 40px 20px 40px 0px;
  max-width: calc(100% - 250px);
  width: 100%;
  float: left;
}

.weight__management--bar .weight__management__image {
  max-width: 250px;
  float: right;
}

.weight__management--switch .weight__management__desc {
  margin-left: -20px;
}

.weight__management--bar .weight__management__desc {
  padding: 40px 0 40px 20px;
  float: right;
}

.weight__management__image img {
  margin: 0 0 -100px;
}

.weight__management__desc h3 {
  margin: 0 0 30px;
}

section.section.section__wtcontent {
  padding: 60px 0;
  color: #A5A5A5;
  font-size: 18px;
  line-height: 32px;
}

section.section.section__wtcontent h2 {
  margin: 0 0 30px;
  color: #707070;
}

section.section.section__wtcontent ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 20px;
}

section.section.section__wtcontent ul li {
  position: relative;
  padding-left: 40px;
}

section.section.section__wtcontent ul li:before {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  background: #707070;
  border-radius: 50%;
  margin: 16px 0 0 26px;
}

.faq-content {
  background: #f5f5f5;
}

.faq__contant__inner {
  background: #fff;
  padding: 20px 30px 40px;
}

#accordionFaq button .fa {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#accordionFaq button[aria-expanded="false"] .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#accordionFaq .card.accordion-card {
  margin-bottom: 30px;
}

.autoship__two__column div[class*="col-"].autoship__list__left, .autoship__two__column label[class*="col-"].autoship__list__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: none;
  width: auto;
  padding-right: 0;
  margin: 0;
  font-weight: 700;
}

.autoship__two__column div[class*="col-"].autoship__list__right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
}

.autoship__two__column__holder ul li div[class*="col"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: initial;
  display: inline-block;
  width: auto;
  padding-left: 0;
  vertical-align: top;
}

.autoship__two__column__holder ul li div[class*="col"] p {
  margin: 0;
}

.autoship__two__column__holder ul li #next-autoship-date {
  text-decoration: underline;
}

.autoship__two__column__holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  margin-left: 6px;
  background: url('../images/icon-triangle.png') no-repeat;
  background-position: 100% 50%;
  padding-right: 16px;
}

.autoship__two__column p#next-autoship-date {
  background: url('../images/icon-triangle.png') no-repeat;
  background-position: 100% 50%;
  padding-right: 16px;
}

.autoship__two__column__holder select::-ms-expand {
  display: none;
}

.autoship__two__column__holder select option {
  color: #333;
  font-size: 13px;
}

.autoship__two__column__holder {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.autoship__order__left {
  padding: 15px 15px 15px 20px;
}

.autoship__title h2 {
  margin: 0 0 20px;
}

.autoship__list__left.loyalty-message {
  padding-left: 40px;
  display: none;
  font-style: italic;
}

.autoship__btn .autoship__number {
  margin: -7px 0 0 -10px;
  text-align: center;
  min-width: 20px;
}

.mdl-autoship__top div[class*="col-"] {
  max-width: initial;
  width: auto;
  flex: none;
}

.mdl-autoship__top select {
  appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #008da8;
  border: none;
  margin-left: -7px;
}

.mdl-autoship__top select::-ms-expand {
  display: none;
}

.mdl-autoship__top div[class*="col-"] label[class*="col-"] {
  max-width: none;
  flex: none;
  width: auto;
  padding-right: 0;
}

.weight-mgmt-product-list .item>a, .nutritional-product-list .item>a, .all-product-list .item>a {
  display: block;
}

#max_cart .max_associate-token.max-icon-right .autoship__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: none;
}

#max_cart .max_associate-token.max-icon-right .autoship__btn img {
  width: 50px;
}

.today-order .order__combine__left .order-right>ul ul.order-list1--empty li {
  color: #c44e70;
}

.today-order .order__combine__left .order-right>ul ul li {
  color: #008ba5;
}

#max_header .header--bottom .trangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.m-btn__holder a, .m-btn__holder button {
  background: #008ba5;
  color: #fff;
  border: none;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.m-btn__holder .m-disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5;
}

.message-block__right-edit .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 130px;
  padding: 10px 0;
}

.message-block__right-edit .dropdown-menu .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #707070;
}

.message-block__right-edit .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.message-block__right-edit .dropdown-menu .dropdown-item .fa {
  margin-right: 8px;
}

.m-textarea__holder-top textarea {
  border: 1px solid #E4E4E4;
  min-height: 120px;
  border-radius: 2px;
  color: #D0D0D0;
}

.m-textarea__holder-top textarea:focus {
  box-shadow: none;
}

.m-textarea__holder {
  padding: 20px 30px 30px 0;
  border-top: 1px solid #E8E8E8;
}

.m-textarea__holder-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.m-image__holder {
  color: #707070;
}

.m-image__holder span {
  font-size: 24px;
  margin: 0 18px 0 0;
}

@media (min-width: 576px) {
  .custom__modal--autoship .modal-dialog {
    max-width: 650px;
  }
}

/* full calendar style */

/* td[data-date$="-29"] > *,
td[data-date$="-30"] > *,
td[data-date$="-31"] > *,
td[data-date$="-01"] > *,
td[data-date$="-02"] > * {
    opacity: 0;
} */

/* @media (min-width: 1200px) {
	.autoshop-product .comingsoon .item {
		min-height: 315px;
	}
} */

@media (min-width: 1300px) {
  .order-left {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 790px;
  }
}

@media only screen and (max-width: 1199px) {
  .section__sort table {
    font-size: 12px;
  }
  .maxnfuze .section__searchresource .img-round-border {
    max-width: 120px;
    height: 120px;
  }
  .maxnfuze .section__searchresource .img-round-border img {
    max-width: 60px;
  }
  /* .active__filter__image {
  	height: 42px;
  	width: 42px;
	} */
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .order__box__edit {
    margin-right: 0;
    margin-left: 0;
  }
  .order__box__edit__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .order__box__edit__desc {
    width: 100%;
  }
  .todays__order__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .todays__order__desc {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .autoship__order__holder {
    flex-wrap: wrap;
  }
  .autoship__order__right {
    padding-left: 0;
  }
  .autoship__order__left {
    width: 100%;
  }
  .autoship__order__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .autoship__carousel .slick-arrow {
    margin-left: -80px;
  }
  .autoship__carousel .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .autoship__carousel .slick-arrow {
    margin-left: 8px;
  }
  .autoship__carousel .slick-next:after, .autoship__carousel .slick-prev:after {
    font-size: 40px;
  }
  .section__sort .filter__block__holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .active__filter__image {
    height: 42px;
    width: 42px;
  }
  .filter__block__holder .filter__left {
    width: 100%;
    border: none;
    margin: 0 0 15px;
  }
  .filter__block__holder .filter__right {
    width: 100%;
  }
  .filter__block__holder .filter__right .filter__right__l {
    padding-left: 0;
  }
  span.active__filter--up:after {
    position: absolute;
  }
  .filter__block__table__holder {
    overflow-x: scroll;
  }
  .filter__block__table__holder table {
    width: 880px;
  }
  .prospects__block__table__holder table, .prospects__block__table__holder thead, .prospects__block__table__holder tbody, .prospects__block__table__holder th, .prospects__block__table__holder td, .prospects__block__table__holder tr {
    display: block;
    border: none;
  }
  .prospects__block__table__holder thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .prospects__block__table__holder tbody tr {
    background: #f8f8f8;
  }
  .prospects__block__table__holder tbody tr:nth-child(even) {
    background: #f1f1f1;
  }
  .prospects__block__table__holder tr {
    border: none;
  }
  .prospects__block__table__holder td {
    border: none;
    border-bottom: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    border-top: 1px solid #e1e1e1 !important;
  }
  .prospects__block__table__holder td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .prospects__block__table__holder td:before {
    content: attr(data-title);
  }
  .active__filter--top:before {
    margin-left: 30px;
  }
  .active__filter--top:after {
    margin-left: 32px;
  }
  .section__account__setting .nav-tabs .nav-link {
    min-width: 180px;
  }
  .form__user__setting div[class*="col-"]:nth-child(1) {
    padding-right: 15px;
  }
  .form__user__setting div[class*="col-"]:nth-child(1) .account__setting__column:after {
    display: none;
  }
  .form__user__setting div[class*="col-"]:nth-child(2) {
    padding-left: 15px;
  }
  .account__notification__holder>.row {
    margin-bottom: 30px;
  }
  .product-banner {
    min-height: 355px;
  }
  .foo__list {
    margin-bottom: 30px;
  }
  .foo__logo__holder {
    margin: 0 0 40px;
  }
  .social__network__list {
    padding-top: 30px;
  }
  .foo__list:last-child {
    margin-bottom: 0;
  }
  .portfolio-box-caption h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .portfolio-box-caption .icon__holder {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
  }
  .why-max .whymax__text {
    max-width: 220px;
  }
  .why-max h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .why-max .icon__holder {
    font-size: 70px;
    line-height: 70px;
    height: 70px;
  }
  .card__product {
    position: relative;
    width: 100%;
  }
  header .cart-ico .total-cart-item-count {
    margin: 2px 0 0 -1px;
  }
  .rank__meter__left {
    max-width: 100%;
    text-align: left;
    margin: 0 0 20px;
  }
  .rank__meter__left img {
    max-width: 80px;
  }
  .rank__meter__right {
    padding-left: 60px;
    max-width: 100%;
    padding: 0;
  }
  .rank__requirement {
    margin: 0 0 15px;
  }
  .rank__requirement span.rank__requirement__text {
    margin-top: 0;
  }
  .review__autoship__left {
    padding: 20px;
    width: 100%;
    border-bottom: 10px solid #33671e;
    border-right: none;
  }
  .review__autoship__right {
    width: 100%;
  }
  .review__autoship__right:before {
    top: 0;
    left: 50%;
    transform: rotate(90deg);
    margin-top: -28px;
    right: auto;
    margin-left: -18px;
  }
  .review__billing .billing-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    border-left: 1px solid#ddd;
    border-top: 10px solid#008da8;
  }
  .review__billing .billing-ordering {
    width: 100%;
  }
  .review__billing .billing-detail:after {
    right: 0;
    top: 0;
    margin: -29px 32px 0 0;
    transform: rotate(90deg);
  }
  .custom__table__holder .rwd-table td:before {
    width: 20px;
  }
  .custom__table__holder .qty__holder {
    display: inline-block;
    vertical-align: top;
  }
  .vo-mymax__left {
    width: 100%;
    display: none;
  }
  .vo-mymax__right {
    width: 100%;
    padding-left: 0;
  }
  .why-max-banner {
    margin-top: 80px;
  }
  .weight__management--switch:before {
    display: none;
  }
  .weight__management--bar:before {
    display: none;
  }
  .weight__management--switch {
    margin: 0 0 110px;
  }
  .message-block__left {
    max-width: 100%;
  }
  .message-block__left-bottom {
    max-height: 259px;
  }
  .message-block__right {
    max-width: 100%;
    background: #f8f8f8;
  }
}

@media only screen and (max-width: 767px) {
  .filter__left span.title {
    padding-right: 10px;
  }
  .sort__dropdown {
    padding-left: 10px;
  }
  .datetable__holder table, .datetable__holder thead, .datetable__holder tbody, .datetable__holder th, .datetable__holder td, .datetable__holder tr {
    display: block;
  }
  .datetable__holder thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .datetable__holder tr {
    border: 1px solid #ccc;
  }
  .datetable__holder table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .datetable__holder td:before {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 45%;
    margin-top: -14px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .datetable__holder td:before {
    content: attr(data-title);
  }
  .datetable__holder table>tbody>tr:nth-child(odd)>td, .datetable__holder table>tbody>tr:nth-child(odd)>th {
    background: #f6f6f6;
  }
  .section__searchresource .p-5 {
    padding: 1.5rem 3rem !important;
  }
  .show .filter__right__l .dropdown-toggle, .filter__right__l .dropdown-toggle {
    font-size: 11px;
  }
  .filter__block__holder .filter__right .filter__right__l {
    width: 100%;
    margin: 0 0 15px;
  }
  .filter__block__holder .filter__right .filter__right__r {
    text-align: right;
  }
  .filter__block__holder .filter__right .filter__right__l {
    flex-wrap: wrap;
  }
  .filter__right__l .dropdown, .filter__right__l select.form-control {
    width: calc(50% - 15px);
    margin-bottom: 12px;
  }
  .show .filter__right__l .dropdown-toggle, .filter__right__l .dropdown-toggle {
    width: 100%;
  }
  .filter__right__l select.form-control {
    max-width: 400px;
    width: calc(50% - 15px);
    margin-bottom: 12px;
  }
  .filter__block__holder .filter__right .filter__right__r {
    width: 100%;
  }
  .helpful__reports .dropdown-menu {
    margin: 0 0 0 -300%;
  }
  .snap_helpful__reports .dropdown-menu {
    margin: 0 0 0 -300%;
  }
  .filter__setting .dropdown-menu {
    min-width: 320px;
    margin-right: 0;
    max-width: 320px;
    /* right: 60px;
  		left: auto !important; */
  }
  .filter__setting .filter__setting__column {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .modal__container {
    padding: 0 20px;
  }
  .modal__banner__left {
    width: 100%;
  }
  /* .modal__banner  {
		padding-top: 0;
	} */
  #nav-overview .modal__container {
    padding-top: 10px;
  }
  .modal__image__holder {
    margin: 0 auto;
  }
  .modal__banner__right {
    width: 100%;
  }
  .modal__activity__list__holder {
    width: 100%;
    padding: 20px 0;
    padding-left: 0;
  }
  .modal__banner__right {
    padding-left: 0;
    padding-top: 20px;
  }
  .modal__desc__holder .modal__list__hoder:before {
    top: 0;
    left: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
  }
  .modal__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal__progress__holder .mymax__month {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .modal__progress__left {
    width: 60px;
  }
  .modal__progress__right {
    width: calc(100% - 60px);
  }
  .modal__achievement__list {
    width: 100%;
  }
  .custom__modal .modal-header {
    padding-left: 20px;
  }
  .section__banner.section__banner--inner .text__holder {
    height: 130px;
  }
  .custom__modal .modal-header h5 {
    font-size: 16px;
  }
  /* .custom__modal .modal-body {
    padding: 25px 20px;
  } */
  .section__account__setting .nav-tabs .nav-link {
    min-width: 110px;
  }
  .section__account__setting .nav-tabs .nav-link .icon__holder {
    font-size: 22px;
  }
  .section__account__setting .nav-tabs .nav-link strong {
    font-size: 14px;
  }
  .account__notification__holder, .account__privacy__policy__holder, .form__user__setting {
    margin: 0 -15px;
    padding: 25px 15px;
  }
  .account__privacy__policy__list {
    padding: 20px 0;
    padding-right: 30px;
  }
  .section__account__setting .nav-tabs .nav-link {
    padding-left: 35px;
  }
  .account__notification__box {
    min-height: initial;
  }
  .account__notification__box {
    margin: 0 0 20px;
  }
  .cart-ico span.cart__number {
    margin: 0 12px 0 0;
  }
  .card__product .card__product__list {
    width: 50%;
  }
  .today-order .order__combine__left {
    max-width: 100%;
  }
  .btn__holder.bottom-right {
    max-width: 100%;
  }
  .today-order .order__combine__left .order__info {
    margin-bottom: 35px;
  }
  .order__combine__left .order-left .order-bp {
    margin: 9px 0px 0 10px;
  }
  .custom__product__search .search {
    margin: 60px 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .product-bottom .search>span:first-child {
    position: absolute;
    top: 0;
    margin-top: -35px;
    left: 0;
  }
  .signup__save__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .signup__save__right {
    width: 100%;
  }
  .whymax__video__holder .row div[class*="col-"] {
    margin-bottom: 30px;
  }
  .weight__management__card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .weight__management__desc {
    padding-left: 20px;
  }
  .weight__management__desc {
    max-width: 100%;
  }
  section.section.section__wtcontent {
    padding: 20px 0 35px;
  }
}

@media only screen and (max-width: 575px) {
  .custom__banner__autoship h1 {
    font-size: 32px;
  }
  .order__box__edit {
    margin-right: 0;
    margin-left: 0;
  }
  .order__box__edit__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .order__box__edit__desc {
    width: 100%;
  }
  .modal__desc__holder .modal__list__hoder {
    font-size: 12px;
  }
  .modal__team__desc {
    overflow-x: scroll;
  }
  .modal__team__desc table {
    width: 420px;
  }
  .custom__modal .nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .info__sorting__filtering__form .form__element .two__column {
    width: 100%;
    padding-left: 0;
  }
  .info__sorting__filtering__form .form__element label {
    width: 100%;
  }
  .info__sorting__filtering__form .form__element {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* .todays__order__image {
  width: 100%;
  margin-bottom: 20px;
}
.todays__order__desc {
  width: 100%;
} */
  .section__account__setting .nav-tabs .nav-link {
    min-width: 100px;
  }
  .section__account__setting .nav-tabs .nav-link .icon__holder {
    margin: 15px 0 0 4px;
  }
  .section__account__setting .nav-tabs .nav-link {
    padding-left: 25px;
  }
  .section__account__setting .nav-tabs .nav-link strong {
    font-size: 13px;
  }
  .section__account__setting .nav-tabs .nav-link .icon__holder {
    font-size: 18px;
  }
  .section__account__setting {
    font-size: 12px;
  }
  .form__element__right--upload .image__holder {
    width: 80px;
    height: 80px;
  }
  .account__setting__holder .form__element label {
    font-size: 12px;
  }
  .common__table__holder thead .text__big {
    font-size: 14px;
  }
  .common__table__holder .table th, .common__table__holder .table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .common__table__holder {
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  .account__notification__title, .contact__notification__title {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 6px;
    margin: 0 0 10px;
  }
  .account__privacy__policy__title {
    font-size: 18px;
    line-height: 22px;
  }
  .account__notification__holder>.row {
    margin-bottom: 10px;
  }
  .section__account__setting .nav-tabs .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .whole__billing--autoship .billing-detail {
    padding: 25px 15px 40px;
  }
}

/* Start: custom date picker [created by dharma] css code  */

/* autoship datepicker for modify autoship details */

.autoship-calendar-wrap {
  width: 170%;
  position: absolute;
  z-index: 12;
  float: right;
  right: -80px;
  background: #fff;
  margin-top: -1rem;
}

/* .modify-autoship-date{
  width: 170% !important;
  right: 0px !important;
} */

.autoship-calendar-wrap .month {
  padding: 10px 15px;
  width: 100%;
  background: #008DA8;
  text-align: center;
}

.autoship-calendar-wrap .month .prev {
  float: left;
  padding-top: 0;
  cursor: pointer;
}

.autoship-calendar-wrap .month .next {
  float: right;
  padding-top: 0;
  cursor: pointer;
}

.autoship-calendar-wrap .days {
  padding: 0 1px;
  margin: 0;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background: #ddd;
}

.autoship-calendar-wrap .month ul {
  margin: 0;
  padding: 0;
}

.autoship-calendar-wrap .month ul li {
  color: white;
  font-size: 18px;
}

.autoship-calendar-wrap .days li {
  list-style-type: none;
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  color: #777;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  cursor: pointer;
  background: #fff;
}

.autoship-calendar-wrap ul.days li a {
  padding: 5px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 27px;
  color: #008da8;
}

.autoship-calendar-wrap ul.days li.selected a {
  background: #008da8;
  color: #fff;
  border-radius: 50%;
}

/* Add media queries for smaller screens */

@media (max-width:767px) {
  .autoship-calendar-wrap {
    width: 170%;
    position: absolute;
    z-index: 12;
    background: #fff;
    margin-top: -1rem;
    right: 15px;
  }
  .message-block__right {
    padding-left: 15px;
  }
  .message-block__right-edit .dropdown-menu {
    transform: translate3d(10px, 30px, 10px) !important;
  }
}

/* autoship datepicker for modify autoship details */

/* End: custom date picker [created by dharma] css code  */

@media only screen and (max-width: 360px) {
  .form__element__right--upload {
    flex-wrap: wrap;
  }
  .form__element__right--upload .btn__holder {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .site-header .navbar-nav li li {
    margin: 0;
  }
  .site-header .navbar-nav li li a:hover {
    border-bottom: 1.5px solid #ccc !important;
    padding-bottom: 2px;
  }
}

/* Added by Appz team for Bug number MAXVO-126 */

.ui-accordion .ui-accordion-header-active {
  color: #fff;
  padding: 1em 0 2em 0em !important;
}

.circle-avatar-image {
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
}

.circle-avatar-image-with-opacity {
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.4;
}

.font-body-style {
  font-size: 20px;
  font-family: "Rawline-400", sans-serif !important;
  color: #8E9090 !important;
}

.font-header-style {
  font-size: 20px;
  font-family: "Rawline-600", sans-serif !important;
  color: #636363 !important;
}

.below-font-style {
  width: 100%;
  display: inline-block;
  height: 30px;
  font-size: 12px;
  font-style: italic;
  font-family: "Rawline-400", sans-serif !important;
}

#leg_volumes_section .card {
  border-radius: 1rem;
}

#commissions_table tbody, #commissions_table thead th {
  font-size: 14px;
  font-weight: normal;
}

#commissions_table thead tr, #commissions_table tbody tr {
  line-height: 40px;
  border-bottom: 1px solid #6f6f6f;
  text-align: center;
  color: #6f6f6f;
}

#commissions_table tbody tr:last-child {
  border-bottom: none;
}

.disable-icon {
  opacity: 0.3;
}

.disable-icon span {
  display: none !important;
}

.disable-icon-right-icon {
  opacity: 0.3;
}

h3.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-header-active.ui-state-active {
  color: inherit !important;
  border-bottom: 0px !important;
}

.ui-accordion-content {
  color: #6f6f6f;
}

.rotateimg180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* start for my-max-autoship-slider */

* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */

a.for-prev.prev, a.for-next.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /* padding: 16px; */
  padding: 5px;
  margin-top: -22px;
  /* color: white; */
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

a.for-next.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

/* .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        } */

/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  a.for-prev.prev, a.for-next.next, .text {
    font-size: 11px
  }
}

.card__left.for-cart-left {
  margin-top: 21px;
  margin-left: 37px;
  padding-right: 0px;
}

.card__right.for-cart-right {
  text-align: left;
  float: right;
  margin-top: -58px;
  margin-right: -35px;
}

/* end  */

/* changes for autoship banner carousel*/

@media (min-width: 1200px) and (max-width: 1800px) {
  .autoship__order__left {
    width: 27%;
  }
  .autoship__order__right {
    width: 73%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .autoship__carousel .slick-arrow {
    margin-left: -21px;
  }
  .autoship__carousel {
    margin-right: 0;
    padding-right: 0px;
  }
  .autoship__order__holder {
    margin-right: 0% !important;
  }
  .common__shop__card .item .image__holder img {
    height: 160px;
    margin: 0 auto;
  }
  .card__left.cs_l {
    max-width: 45px;
  }
}

.autoship__carousel .slick-track {
  display: flex;
}

.card__left.for-cart-left {
  margin-top: 21px;
  margin-left: 37px;
  padding-right: 0px;
}

.card__right.for-cart-right {
  text-align: left;
  float: right;
  margin-top: -58px;
  margin-right: -35px;
}

/* end  */

/* changes for autoship banner carousel*/

@media (min-width: 1200px) and (max-width: 1800px) {
  .autoship__order__left {
    width: 27%;
  }
  .autoship__order__right {
    width: 73%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .autoship__carousel .slick-arrow {
    margin-left: -21px;
  }
  .autoship__carousel {
    margin-right: 0;
    padding-right: 0px;
  }
  .autoship__order__holder {
    margin-right: 0% !important;
  }
  .common__shop__card .item .image__holder img {
    height: 160px;
    margin: 0 auto;
  }
}

.autoship__carousel .slick-track {
  display: flex;
}

.autoship__carousel .common__shop__card {
  min-width: 185px;
  overflow: hidden;
}

.autoship__carousel .slick-prev::after {
  font-size: 40px;
}

.autoship__carousel .slick-next::after {
  font-size: 40px;
}

.autoship__carousel .slick-arrow.slick-next {
  right: -24px;
}

.autoship__carousel .autoship__carousel__item {
  width: auto !important;
}

.autoship__carousel .autoship__carousel__item.slick-slide {
  margin-right: 2px;
}

@media(min-width:320px) and (max-width:600px) {
  .autoship__carousel .slick-slide .item {
    background: #fff;
    padding: 6px;
  }
  .autoship__carousel .slick-slide .item h3.sport-pack {
    font-size: 22px;
  }
  .autoship__carousel .slick-slide .item span.autoship__remove__button {
    float: right;
    margin-right: 6px;
  }
  .cs_list {
    display: flex;
    align-items: center;
  }
  .cs_list li.text-right {
    margin-left: 14px;
  }
  .autoship__carousel .slick-arrow {
    top: 92%;
  }
  .autoship__carousel .slick-arrow.slick-next {
    right: 32px;
    top: 92% !important;
  }
  .autoship__carousel .slick-slide {
    margin-left: 10px;
    height: auto;
    width: 300px !important;
    margin-right: 16px;
  }
}

/* new-save-btn */

.md_cs {
  padding: 5px 40px;
  width: auto;
  text-align: center;
}

@media(min-width:320px) and (max-width:600px) {
  .bs_n {
    display: block;
  }
}

/* changes--st */

@media(min-width:320px) and (max-width:600px) {
  .active__filter__name__holder .active__filter__name {
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
    color: #818181;
    text-align: left;
    padding-right: 30px;
  }
  .modal__team__desc {
    padding: 30px 12px;
  }
  .datepicker__top .date-container .date {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 56px;
  }
}

.nw_lt_ft {
  width: 100%;
  border-right: none !important;
}

.nw_lt_ft span.title {
  border-right: 1px solid #ddd;
}

.nw_lt_ft .filter__setting .dropdown-menu {
  min-width: 222px;
  margin-left: 0px;
  top: 8px !important;
}

.nw_lt_ft .filter__setting .filter__setting__column {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.nw_lt_ft .filter__setting .dropdown-menu ul li {
  display: flex;
  align-items: center;
}

.nw_lt_ft .filter__setting .dropdown-menu ul li label {
  margin-bottom: 0;
  margin-left: 3px;
}

.nw_lt_ft .dropdown-toggle:focus, .filter__left .dropdown-toggle:active {
  background: transparent !important;
  border: 1px solid #008da8;
  box-shadow: none !important;
}

.nw_lt_ft .dropdown-toggle {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 12px;
}

.nw_lt_ft .dropdown-toggle span.material-icons {
  color: #008da8;
}

.tg_vw_cs {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #008da8;
  cursor: pointer !important;
}

.tg_vw_cs span.material-icons {
  color: #008da8;
}

.cs_nw_tbl.table thead tr:last-child th {
  color: #8e8e8e !important;
  border: none !important;
}

.section__sort .cs_nw_tbl.table thead tr:first-child th:last-child {
  text-align: center;
}

.cs_nw_tbl {
  table-layout: fixed;
}

.cs_nw_tbl tr td:first-child .icon__holder {
  margin-right: 10px !important;
}

.cs_nw_tbl.table td:last-child {
  text-align: left;
}

.cs_nw_tbl .btn__share, .cs_nw_tbl .btn__png, .btn__pdf {
  line-height: 27px !important;
  padding-left: 22px;
}

.cl_cs_n_bl {
  color: #008da8;
}

.cs_nw_tbl .btn__png .cl_cs_n_bl, .cs_nw_tbl .btn__pdf .cl_cs_n_bl {
  color: #008da8;
  font-weight: 800 !important;
  font-size: 22px !important;
  margin-top: 4px !important;
}

.cs_nw_tbl td[data-title="Name"] .bt-content {
  display: flex !important;
  align-items: center;
}

.pd_cs_n .icon--hover1:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(270deg) brightness(104%) contrast(102%) drop-shadow(4px 6px 5px rgba(0, 0, 0, 0.6)) !important;
}

.pd_cs_n a:hover .icon--hover1 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(270deg) brightness(104%) contrast(102%) drop-shadow(4px 6px 5px rgba(0, 0, 0, 0.6)) !important;
}

.pd_cs_n .svg-link:hover {
  color: #fff !important;
}

.btm_cnt_btns {
  background: #1b1f22;
  padding: 11px 4px;
  text-align: center;
}

.btn_cs_btm_1 {
  background: #008da8;
  display: flex;
  align-items: center;
  padding: 3px 4px;
  border-radius: 34px;
  color: #fff;
  justify-content: center;
  width: calc(100% - 20%);
  margin: 0 auto;
}

.btn_cs_btm_2 {
  background: #008da8;
  display: flex;
  align-items: center;
  padding: 3px 4px;
  border-radius: 34px;
  color: #fff;
  justify-content: center;
  margin: 0 auto;
}

.btn_cs_btm_1:hover, .btn_cs_btm_2:hover {
  color: #fff;
}

.cl_cs_n_bl_2 {
  color: #fff;
  font-weight: 800 !important;
  font-size: 18px !important;
  margin-right: 6px;
}

.pd_cs_n .center-it {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd_cs_n .banner--play-icon {
  width: 150px;
  max-width: 33%;
}

.abs_cs {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.icon__holder_cs_1 {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.icon__holder_cs_1 span.material-icons {
  font-size: 50px;
}

.n_i_h {
  height: 255px;
}

.n_i_h img {
  height: 100%;
}

.top_cnt_btns {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 8px 4px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
}

.top_cnt_btns h3 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 0px;
}

.dropdown-menu {
  z-index: 100;
}

.daterangepicker {
  z-index: 99 !important;
}

.snap_daterangepicker {
  z-index: 99 !important;
}

.img-fluid_1 {
  width: 100% !important;
  height: 100% !important;
}

.cst_act_fl.dropdown-menu.show{
  padding: 15px 20px !important;
  width: 250px !important;
}

#overlayout2{display:none;}

.crt-popup-wrapper .crt-popup .crt-popup-header img {
  width: 30px !important;
  margin-top: 5px !important;
}

.crt-grid-post .crt-post-header .crt-social-icon {
  margin-bottom: 1px !important;
}

.crt-grid-post .crt-social-icon {
  bottom: 0px !important;
}

#maxCart-subtotal-autoship > i#fa-calendar-one{
  transform: scale(0.9, 0.9) !important;
  margin-top: 16px !important;
  left: 17.1px !important;
  top: 0px !important;
}

.my_cart_div #maxCart-subtotal-autoship {
  top: 5px !important;
  left: 11px !important;
}

.cs_order_bp_n{
  left: -24px !important;
  white-space: nowrap;
  
}

.cs_billing_n .cs_order_bp_n{
  top: 80px !important;
}

.cs_scroll_modal_table table.rwd-table{
  max-height: 80vh;
  overflow: scroll;
}

.cs_scroll_modal_table table.rwd-table th{
  position: sticky;
  top: 0;
  z-index: 99 !important;
  background: #fff;
  padding-bottom: 20px !important;
}

.cn_fxd_tb table thead tr th div.btn-group-vertical{
  margin-left: 10px;
}

div.active__filter__name__holder.active__filter--up > div.active__filter__image img{
  width:100%;
  height:100%;
}
.modal__progress__left__title.cs_bolder {
  font-family: 'Raleway', sans-serif ;
  font-size: 24px !important;
  font-weight: 800;
}

.modal__progress__right.cs_list_heights ul li{
  margin-bottom: 4px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.modal__list__hoder.cs_li_widths li{
  width: 47% !important;
  margin: 0 0 12px 12px !important;
}

.modal__list__hoder span.modal__list__desc.wrap_cs{
  word-break: break-word;
}


.img_round_cs{
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #008da8;
  padding: 1px;
}
#month_container_team, #year_container_team, #month_container, #year_container{
  font-size: 26px !important;
    padding: 2px 14px;
    border-radius: .25rem;
    border-color: #aba3a3;
}

#month_container_team option, #year_container_team option, #month_container option, #year_container option {
  font-size: 16px;
  background: #fffdfd;
}

#month_container, #year_container {
    font-size: 26px !important;
    padding: 2px 14px;
    border-radius: .25rem;
    border-color: #aba3a3;
}

#month_container option, #year_container option {
    font-size: 16px;
    background: #fffdfd;
}

#month_container_team, #year_container_team, #month_container, #year_container{
  font-size: 26px;
    padding: 2px 14px;
    border-radius: .25rem;
    border-color: #aba3a3;
}

#month_container_team option, #year_container_team option, #month_container option, #year_container option {
  font-size: 16px;
  background: #fffdfd;
}
.recommend-product a.recommend-product-img{
  min-height: 176px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.monthName, .yearName{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  cursor: pointer;
}

.monthName:after, .yearName:after{
content: '';
display: none;
}

.monthYearSelector{
  overflow-x: visible;
  overflow-y:visible;
  z-index: 9;
  position: static;
}

.monthYearSelector .monthName + .dropdown-menu.show{
  width: 150px;
  padding: 4px;
  min-width: 50px;
}

.monthYearSelector .yearName + .dropdown-menu.show{
  width: 105px;
  padding: 4px;
  min-width: 50px;
}

.monthYearSelector .dropdown-menu.show .dropdown-item{
  padding: 3px 10px;
  color: #807b7b !important;
  font-size: 20px;
  cursor:pointer;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}

#teamPeriodCarousel a.carousel-control-next, #commissionPeriodCarousel a.carousel-control-next
{
  right: 148px !important;
}

#commissionPeriodCarousel a.carousel-control-prev, #commissionPeriodCarousel a.carousel-control-next
{
  width: 3%;  
}

#commissionPeriodCarousel a.carousel-control-prev
{
  left: -30px !important;
}


@media (min-width: 320px) and (max-width: 575px) {
  #max_header .header--top {
    height: 68px !important;
  }

  #max_header .header--top-inner .col-left{
    max-width: 164px;
  }

  .col-right-ul{
    padding-left: 6px;
  }

  #max_header .header--top .search input{
    width: 80px;
    margin-top: 6px;
  }

  .upto-mid{
    position: absolute !important;
    right: 0;
    top: 32px;
    margin-right: 0px !important;
  }

  .header--top-inner .col-middle{
    margin-top: 7px;
    margin-left: 3px;
    margin-right: 12px;
  }

  .page-pusher {
    height: 132px !important;
  }

  .cv-price-cont{
    margin-right: 0 !important;
  }

  #max_header .header--cart-toggle .cart-icon{
    width: 56px !important;
  }

  #max_header .header--bottom .navbar-toggler{
    margin: 5px 5px 5px 0 !important;
    padding: 2px 3px 5px 0px !important;
    width: 38px !important;
  }

  i.icon-size--lg {
    font-size: 26px !important;
  }

  #max_header .header--logo-container{
    max-width: 32% !important;
  }

  #max_header .header--logo-container > a > div{
    width: 100% !important;
  }

  .comingsoon-slider .slick-track{
    margin-left: 11px !important;
  }

  .comingsoon-slider.slick-slider .slick-prev {
    left: -15px !important;
  }

  .comingsoon-slider.slick-slider .slick-next {
    right: -15px !important;
  }

  #mobile_nav_side{
    top: 130px !important;
  }

  #max_header{
    z-index: 10002 !important;
  }

  .sponsor-information{
    height: auto !important;
  }

  .sponsor-information .sponsor-left{
    border-right: none !important;
  }

  .sponsor-information .sponsor-id{
    float: none !important;
  }

  .account-holder .sp-donthave-find-sp .contain-right1:after{
    border-bottom: none !important;
  }

  .account-holder .contain-right1:after{
    border-bottom: none !important;
  }

  .today-order .order__combine__left .orderInfoActive{
    width: 100%;
  }

  .today-order .order__combine__left .order__info{
    margin-bottom: 4px !important;
  }

  .today-order .order__combine__left .order-left{
    margin-top: 8px;
  }

  section.banner-autoship div.autoship__order__holder {
    margin-right: 0px !important;
  }

  .banner_commission .container{
    top: 25% !important;
  }

  .banner_commission .container .caption p{
    font-size: 30px !important;
  }

  .banner_commission .breadcrumb-wrapper{
    left: 10% !important;
  }

  .monthName, .yearName{
    font-size: 26px !important;
  }

  #commissionPeriodCarousel a.carousel-control-prev {
    left: -3px !important;
    font-size: 32px !important;
  }

 #commissionPeriodCarousel a.carousel-control-next {
    left: 272px !important;
    font-size: 32px !important;
  }

  #view_progress_panel #enrolled, #view_progress_panel #personal_volume, #view_progress_panel #personally_enroll_active, #view_progress_panel #volume_outside_power_team, #view_progress_panel #pay_leg_volume, #view_progress_panel #pea_bronze_or_above, #view_progress_panel #bronze_enrollment_team{
    width: 100% !important;
  }

  #team_commissions_panel .font-body-style + div{
    width: 100% !important;
  }

  .main_parent_rank_bonus #personal_volume_rank_bonus, .main_parent_rank_bonus #personally_enroll_active_rank_bonus, .main_parent_rank_bonus .pay_leg_volume, .main_parent_rank_bonus #pea_bronze_or_above_rank_bonus, .main_parent_rank_bonus .volume_outside_power_team, .main_parent_rank_bonus .bronze_enrollment_team{
    width: 100% !important;
  }

  #max_cart {
    top: 134px !important;
  }

  #max_cart button.normal-btns.btn{
    margin-bottom: 30px;
  }

  .product__subtotal__holder .right-table{
    margin-right: 0px !important;
  }

  table.rwd-table#today-list-table td:first-child:before {
		display: none;
  }
  
  #teamPeriodCarousel{
    margin-left: 9px;
  }

  #teamPeriodCarousel a.carousel-control-next{
    left: 270 !important;
    font-size: 32px !important;
  }

  #teamPeriodCarousel a.carousel-control-prev{
    left: -7px !important;
    font-size: 32px !important;
  }

  .section_tab_resources ul{
    flex-wrap: wrap;
  }

  .section_tab_resources ul li {
    width: 100%;
    border-bottom: 1px solid #707070;
  }

  .section_tab_resources_inner .resource_content div{
    border-right: none !important;
  }

  .section_tab_resources_inner#binary-tree{padding-left: 20px !important}

  .section_tab_resources {
    border-bottom: none !important;
  }

  #component_wrapper > div.row.align-items-center.justify-content-end{
    justify-content: flex-start !important;
  }

  .section.section__sort.filter_table_section{
    margin-top: 22px;
  }

  .filter__block__holder .filter__right{
    flex-wrap: wrap !important;
  }

  .filter_table_section .filter__block__holder .filter__right .filter__right__l, .filter__block__holder .filter__right .filter__right__r{
    width: 100% !important;
  }

  .filter__setting .dropdown-menu{
    margin-left: 0px !important;
  }

  #table_and_pagination{
    width: calc(100vw - 5vw);
  }

  .modal#saveReportDataModalActive .modal-footer button.btn{
    font-size: 12px;
    margin-top:6px;
  }

  .modal#saveReportDataModalActive .modal-footer{
    flex-wrap: wrap;
    justify-content: center !important;
  }

  #products_page__banner + .product-cards--container{
    min-height: 0px !important;
  }

  .block__product--gray .text__height:before {
    content: "";
    display: none;
  }

  .sponsor-information .sponsor-profile-thumb {
      height: 55px;
      width: 55px;
  }

  #cellgevity_product_ingredients_modal .product__accordian__card .custom__collapse .card .text__holder {
      width: 100%;
      padding-left: 0;
  }

  #cellgevity_product_ingredients_modal .product__accordian__card .custom__collapse__block.custom__collapse__block--product a .fa{
    margin: 12px 0px 0 0 !important;
    right: -10px !important;
  }

  .whole-billing .billing-ordering .order-bp {
      left: 36px !important;
      top: 16px !important;
  }

  .modal-content.p-model .autoship__btn{
    float: none !important;
    margin-bottom: 14px;
  }

  .modal-content.p-model .mdl-autoship__top select#autoship-frequency{
    width: 100px !important;
    text-align: center;
    padding: 3px 4px !important;
    margin-left: 0px !important;
  }

  .modal-content.p-model .mdl-autoship__top div[class*="col-"] {
      max-width: initial;
      width: auto;
      flex: auto !important;
  }

  .modal-content.p-model .mdl-autoship__top div[class*="col-"] label[class*="col-"] {
      flex: auto !important;
      margin-bottom: 2px !important;
      margin-top: 6px !important;
  }

  .modal-content.p-model .autoship-calendar-wrap {
    width: 100% !important;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal{
    position: relative;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:first-child:before, .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:last-child:before{
    content:'';
    display: none;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:nth-child(2){
    display: flex;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr {
    position: relative;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:last-child{
    text-align: right;
    position: relative;
    top: -380px;
    right: 0;
  }

  .cart-content .cart-inner-content #cart-today-order .col-9.cell-dis{
    padding-right:0;
  }

  .cart-content .cart-inner-content #cart-today-order .col-9.cell-dis div.col-4{
    display: flex;
    align-items: center;
  }

  .review_cancel_order_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .review_cancel_order_btn #process-order-button {
    margin-left: 0 !important;
    margin-right: 0px !important;
    width: 156px !important;
    margin-top: 0px !important;
    order: 2;
  }

  .review_cancel_order_btn #cancel-order-button {
    margin-top: 0 !important;
    width: 112px !important;
    margin-right: 8px !important;
    order: 1;
  }

  #max_cart .close-cart {
    top: 4px !important;
    right: -10px !important;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4 .max-icon-right img{
    width: 40px !important;
  }

  #delete-autoship-item .modal-footer{
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  #delete-autoship-item .modal-footer button.btn {
    margin-top:5px !important;
  }

  section.col-xs-12.col-no-padding div.max-width--xl .row{
    margin:0 !important;
  }

  section.parallax-sm > div.center-it{
    width: 100% !important;
  }

  section.parallax-sm > div.center-it > h2{
    text-align: center;
    font-size: 28px !important;
  }

  .max-vo-top-panel{
    padding: 0px !important;
  }

  .max-vo-top-panel .carousel-item img.w-100{
    height: 190px !important;
    object-fit: fill !important;
  }

  .max-vo-top-panel div.row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row > div.col-md-12{
    padding: 0 !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row ol.carousel-indicators{
    margin-bottom: 3px;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row .carousel-control-prev, .max-vo-top-panel div.row > div.col-md-9 > div.row .carousel-control-next{
    width: 4% !important;
  }

  div.dropdown-menu.custom__dropdown__active.for_helpfull_report.show{
    margin: 0 0 0 -256% !important;
    min-width: 274px !important;
  }

  #checkout_prompt_for_loyalty_pricing .modal-footer{
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  #checkout_prompt_for_loyalty_pricing .modal-footer button.btn {
    margin-top: 4px;
  }

  table#today-list-table.rwd-table tr td img {
      max-width: 146px !important;
      margin-left: 10px;
      float: none;
  }

  table.rwd-table#today-list-table td:nth-child(3) {
    display: flex;
    flex-wrap: nowrap;
  }

  table#commissions_table tr th, table#commissions_table tr td {
    min-width: 144px;
  }

  .comm_table_container{
    width:100%;
    overflow-x: scroll;
  }

}


@media (min-width: 320px) and (max-width: 400px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 130px !important;
    height: 130px !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: -50px auto 0 auto !important;
    left: 0;
    right: 0;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 401px) and (max-width: 575px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 182px !important;
    height: 182px !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: -42px auto 0 auto !important;
    left: 0;
    right: 0;
    max-width: none;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 182px !important;
    height: 182px !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: -42px auto 0 auto !important;
    left: 0;
    right: 0;
    max-width: none;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  table.rwd-table#today-list-table td.year {
      text-align: left !important;
  }
  table.rwd-table#today-list-table td:first-child:before {
		display: none;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 182px !important;
    height: 182px !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: -58px auto 0 auto !important;
    left: 0;
    right: 0;
    max-width: none;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 851px) and (max-width: 989px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 182px !important;
    height: 182px !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: -58px auto 0 auto !important;
    left: 0;
    right: 0;
    max-width: none;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4{
    padding-left: 0;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4 .max-icon-right .total-cart-item-count{
    margin-top: -7px !important;
    font-size: 12px !important;
  }

  #max_cart .max_associate-token.max-icon-right .autoship__btn img {
    width: 32px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #max_header .header--top {
    height: 58px !important;
  }

  .upto-mid{
    position: absolute !important;
    right: 0;
    top: 28px;
  }

  .page-pusher {
    height: 122px !important;
  }

  section.banner-autoship div.autoship__order__holder {
    margin-right: 0px !important;
  }

  .today-order .order__combine__left .order__info{
    margin-bottom: 4px !important;
  }

  .today-order .order__combine__left .order-left{
    margin-top: 8px;
  }

  .banner_commission .breadcrumb-wrapper{
    left: 8% !important;
    top: 55% !important;
  }

  #commissionPeriodCarousel{
    margin-left: 28px;
  }

  #commissionPeriodCarousel a.carousel-control-next {
    right: 122px !important;
  }

  .main_parent_rank_bonus #personal_volume_rank_bonus, .main_parent_rank_bonus #personally_enroll_active_rank_bonus, .main_parent_rank_bonus .pay_leg_volume, .main_parent_rank_bonus #pea_bronze_or_above_rank_bonus, .main_parent_rank_bonus .volume_outside_power_team, .main_parent_rank_bonus .bronze_enrollment_team{
    width: 100% !important;
  }

  #view_progress_panel #enrolled, #view_progress_panel #personal_volume, #view_progress_panel #personally_enroll_active, #view_progress_panel #volume_outside_power_team, #view_progress_panel #pay_leg_volume, #view_progress_panel #pea_bronze_or_above, #view_progress_panel #bronze_enrollment_team{
    width: 100% !important;
  }

  .rank__meter__inner .rank__meter__left{
    width: 20% !important;
    max-width: 100% !important;
  }

  .rank__meter__inner .rank__meter__right{
    width: 80% !important;
  }

  .main_parent_rank_bonus .rank__meter__left{
    width: 20% !important;
    max-width: 100% !important;
  }

  .main_parent_rank_bonus .rank__meter__right{
    width: 80% !important;
  }

  .rank_bonus_rank_name{
    padding-left: 0px !important
  }

  .main_parent_rank_bonus{
    margin-top: 20px;
  }

  .rwd-table.sm_pd_ds_table td:before{
    content: '';
    display: none !important;
  }

  #max_cart {
    top: 122px !important;
  }

  #max_cart .normal-btns.checkout-button{
    margin-bottom: 30px;
  }

  table.rwd-table#today-list-table td:first-child:before {
		display: none;
  }
  
  #teamPeriodCarousel{
    margin-left: 9px;
  }

  #teamPeriodCarousel a.carousel-control-prev{
    left: -16px !important;
  }

  .section.section__sort.filter_table_section{
    margin-top: 22px;
  }

  .block__product--gray .text__height:before {
    content: "";
    display: none;
  }

  .product__subtotal__holder .right-table {
      margin-right: 0px !important;
  }

  table.rwd-table#today-list-table td.year {
      text-align: left !important;
  }

  #cellgevity_product_ingredients_modal{
    max-width: 520px;
    margin: 0 auto;
  }

  section.product-slide.recommend-product#recommended_products .slick-next {
      right: -12px !important;
  }

  section.product-slide.recommend-product#recommended_products .slick-prev {
      left: -38px !important;
  }

  .today-order img {
      width: 28px !important;
  }

  .order__combine__left .order-left .order-bp {
      margin: 9px 0px 0 10px !important;
      font-size: 12px !important;
  }

  .right-table .subtotal {
      padding-right: 40px !important;
  }

  .modal-content.p-model .autoship__btn{
    float: none !important;
    margin-bottom: 14px;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal{
    position: relative;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:first-child:before, .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:last-child:before{
    content:'';
    display: none;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:nth-child(2){
    display: flex;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td.year {
    text-align: left !important;
  }

  .modal-content.p-model table.rwd-table.autoship-detail-modal tr td:last-child{
    text-align: right;
    position: relative;
    top: -360px;
    right: 36px;                                                                                                                                                                                                                                                                                        
  }

  .modal__table__scroll {
    overflow-y: scroll !important;
  }

  .mod_aut_tab_con{
    width: 100% !important;
  }

  .mod_aut_tab_con .modal__table__scroll{
    max-width: 100% !important;
    width: 100% !important;
  }

  .cart-content .cart-inner-content #cart-today-order .col-9.cell-dis div.col-4{
    display: flex;
    align-items: center;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4{
    max-width: 120px;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4 .max-icon-right .total-cart-item-count{
    margin-top: -9px !important;
    font-size: 14px !important;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4 .max-icon-right img{
    width: 40px !important;
  }

  section.col-xs-12.col-no-padding div.max-width--xl .row{
    margin:0 !important;
  }

  section.parallax-sm > div.center-it{
    width: 100% !important;
  }

  section.parallax-sm > div.center-it > h2{
    text-align: center;
    font-size: 34px !important;
  }

  .max-vo-top-panel{
    padding: 0px !important;
  }

  .max-vo-top-panel .carousel-item img.w-100{
    height: 290px !important;
    object-fit: fill !important;
  }

  .max-vo-top-panel div.row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row > div.col-md-12, .max-vo-top-panel div.row > div.col-md-9{
    padding: 0 !important;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row ol.carousel-indicators{
    margin-bottom: 3px;
  }

  .max-vo-top-panel div.row > div.col-md-9 > div.row .carousel-control-prev, .max-vo-top-panel div.row > div.col-md-9 > div.row .carousel-control-next{
    width: 4% !important;
  }

}

@media (min-width: 481px) and (max-width: 575px) {
  .product-tab .sm_nav_pd.nav>li>.active, .product-tab .nav>li>.active:hover, .product-tab .nav>li>a:hover{
    padding: 8px 10px !important;
  }

  .product-tab .sm_nav_pd.nav>li>a {
      padding: 6px 10px !important;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4{
    max-width: 120px;
  }

  div.today-order#cart-today-order-head div.cart-top-header a.toggle-ico.align-arrow-icon + div.row .col-4 .max-icon-right .total-cart-item-count{
    margin-top: -9px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .bottom-right{
    width: 100% !important;
    margin-top: 12px;
  }

  .bottom-right a {
    width: 100% !important;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .bottom-banner{
    padding-bottom: 10px !important;
  }

  .today-order .order__combine__left .order-left{
    margin-top: 8px;
  }

  section.banner-autoship div.autoship__order__holder {
    margin-right: 0px !important;
  }

  .main_parent_rank_bonus #personal_volume_rank_bonus, .main_parent_rank_bonus #personally_enroll_active_rank_bonus, .main_parent_rank_bonus .pay_leg_volume, .main_parent_rank_bonus #pea_bronze_or_above_rank_bonus, .main_parent_rank_bonus .volume_outside_power_team, .main_parent_rank_bonus .bronze_enrollment_team{
    width: 100% !important;
  }

  .rank__meter__inner .rank__meter__left{
    width: 20% !important;
    max-width: 100% !important;
  }

  .rank__meter__inner .rank__meter__right{
    width: 80% !important;
  }

  .main_parent_rank_bonus .rank__meter__left{
    width: 20% !important;
    max-width: 100% !important;
  }

  .main_parent_rank_bonus .rank__meter__right{
    width: 78% !important;
    margin-left: 2%;
  }

  .rank_bonus_rank_name{
    padding-left: 0px !important
  }

  .main_parent_rank_bonus{
    margin-top: 20px;
  }
  .rank__meter__left img {
    max-width:100% !important;
  }

  .vw_bn_btn{width:98% !important;}

  .card_block{display: block !important;}

  #commissionPeriodCarousel{
    margin-left: 28px;
  }

  #commissionPeriodCarousel a.carousel-control-next {
    right: 62px !important;
  }

  .banner_commission .breadcrumb-wrapper{
    left: 7% !important;
    top: 55% !important;
  }

  #teamPeriodCarousel{
    margin-left: 30px;
  }

  .block__product--gray .text__height:before {
    content: "";
    display: none;
  }

  section.product-slide.recommend-product#recommended_products .slick-next {
      right: -15px !important;
  }

  section.product-slide.recommend-product#recommended_products .slick-prev {
      left: -34px !important;
  }

  #cellgevity_product_ingredients_modal .modal-dialog{
    max-width: 700px;
  }

  .cart-content .cart-inner-content #cart-today-order .col-9.cell-dis div.col-4{
    display: flex;
    align-items: center;
  }

  .max-vo-top-panel .carousel-item img.w-100{
    height: 380px !important;
    object-fit: fill !important;
    max-height: none !important;
  }

  .max-vo-top-panel div.row > div.col-md-9{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  #maxCart-subtotal-autoship.cal-icon{
    position: relative;
  }

  #maxCart-subtotal-autoship > i#fa-calendar-one{
    left: -20.9px !important;
    top: -7px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main_parent_rank_bonus #personal_volume_rank_bonus, .main_parent_rank_bonus #personally_enroll_active_rank_bonus, .main_parent_rank_bonus .pay_leg_volume, .main_parent_rank_bonus #pea_bronze_or_above_rank_bonus, .main_parent_rank_bonus .volume_outside_power_team, .main_parent_rank_bonus .bronze_enrollment_team{
    width: 100% !important;
  }

  .vw_bn_btn{width:98% !important;}

  .card_block{display: block !important;}

  .banner_commission .breadcrumb-wrapper{
    left: 7% !important;
    top: 55% !important;
  }

  #teamPeriodCarousel{
    margin-left: 30px;
  }

  #teamPeriodCarousel a.carousel-control-next{
    right: 50px !important;
  }

  .block__product--gray .text__height:before {
    content: "";
    display: none;
  }

  .cart-content .cart-inner-content #cart-today-order .col-9.cell-dis div.col-4{
    display: flex;
    align-items: center;
  }

  .max-vo-top-panel .carousel-item img.w-100{
    height: 360px !important;
    object-fit: fill !important;
    max-height: none !important;
  }

  .max-vo-top-panel div.row > div.col-md-9{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1201px) and (max-width: 1800px) {
  #myTeamTable{
    max-width: calc(100% - 25px);
  }

  table.fxd_hd_tb{
    min-width: calc(100vw + 4px);
  }
}

@media (min-width: 1201px) {
  .prod-img.concealer-img.img-hover-zoom{
    width: 360px !important;
    height: 360px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .prod-img.concealer-img.img-hover-zoom img{
    width: 100% !important;
    height: 100% !important;
  }
}



.cart-content .cart-inner-content #cart-today-order .col-9.cell-dis div.col-4{
  display: flex;
  align-items: center;
}

.cart-content .cart-inner-content #autoship-cart-table .col-9.cell-dis div.col-4{
  display: flex;
  align-items: center;
}


.monthYearSelector .dropdown, .monthYearSelector .dropdown-toggle{
    background: #fff !important;
    border-radius: 0 !important;
} 

.monthYearSelector > .d-flex {
  display: -webkit-flex;
  display: -webkit-flexbox;
  flex: 1 0 auto;
}

p.sponsor-id{font-size: 14px;}

div.modal#modifyautoship .p-model .mod_aut_tab_con table.rwd-table.autoship-detail-modal tr td.year{
	padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}
