@charset "UTF-8";
.header-nav {
  position: relative; }

.header-nav--is-home {
  position: absolute;
  width: 100%; }

@media (max-width: 1199.98px) {
  .header-nav--is-home {
    position: relative; } }

.sub-header {
  background-color: #fff;
  border-color: #ededed !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid;
  border-top: 1px solid;
  justify-content: space-between; }

@media (max-width: 1199.98px) {
  .sub-header {
    display: none; } }

.sub-header--is-home {
  background: #000;
  border-color: #424242 !important; }

@media (max-width: 991.98px) {
  .sub-header--is-home {
    background-color: #fff;
    border-color: #ededed !important; } }

.sub-header--is-home .sub-header__item {
  border-color: #404346 !important;
  color: #fff; }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__item {
    color: #3e3e3e;
    border-color: #ededed !important; } }

.sub-header--is-home .sub-header__item h6 {
  font-size: 1rem; }

.sub-header--is-home .sub-header__item p {
  font-size: 0.875rem;
  color: #bababa;
  min-width: 225px; }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__item p {
    color: #3e3e3e; } }

.sub-header--is-home .sub-header__item img {
  filter: grayscale(1); }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__item img {
    filter: grayscale(0); } }

.sub-header--is-home .sub-header__zero {
  color: #818181; }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__zero {
    color: #1ca88d; } }

.sub-header--is-home .sub-header__middle-line {
  border-color: #404346 !important; }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__middle-line {
    border-color: #ededed !important; } }

.sub-header--is-home .sub-header__payment {
  border-color: #404346 !important; }

.sub-header--is-home .sub-header__payment img {
  filter: grayscale(1) invert(1) brightness(3); }

.sub-header--is-home .sub-header__payment svg {
  fill: #fff !important; }

.sub-header--is-home .sub-header__payment svg .path {
  stroke: #fff !important; }

.sub-header--is-home .sub-header__contact {
  border-color: #404346 !important;
  color: #fff; }

.sub-header--is-home .sub-header__contact h6, .sub-header--is-home .sub-header__contact p {
  font-size: 1rem; }

@media (max-width: 991.98px) {
  .sub-header--is-home .sub-header__contact {
    color: #3e3e3e !important;
    border-color: #ededed !important; } }

.sub-header__payment {
  display: flex;
  border-color: #ededed !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 15px;
  border-left: 1px solid; }

@media (max-width: 1199.98px) {
  .sub-header__payment {
    border: none; } }

.sub-header__payment svg {
  height: 24px;
  width: 108px;
  fill: #3e3e3e; }

.sub-header__payment svg .path {
  stroke: #3e3e3e; }

.sub-header__payment img {
  height: 24px;
  object-fit: contain; }

.sub-header__payment img:nth-child(3) {
  height: 16px; }

.sub-header__payment img:nth-child(2) {
  margin: 0 10px 0 5px; }

@media (max-width: 767.98px) {
  .sub-header__payment img:nth-child(2) {
    margin: 10px; } }

.sub-header__truck {
  height: 22px; }

.sub-header__zero {
  color: #1ca88d;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px; }

@media (max-width: 767.98px) {
  .sub-header__zero {
    font-size: 26px; } }

.sub-header__stick {
  height: 30px; }

.sub-header__content {
  display: flex;
  align-items: center;
  height: 100%; }

@media (max-width: 991.98px) {
  .sub-header__content {
    flex-direction: column;
    text-align: center; } }

.sub-header__group {
  flex-shrink: 0; }

@media (max-width: 991.98px) {
  .sub-header__group {
    flex-wrap: wrap;
    border-bottom: 1px solid #ededed; } }

.sub-header__group, .sub-header__sales-group {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .sub-header__group, .sub-header__sales-group {
    flex-shrink: 1;
    padding: 15px 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; } }

.sub-header__item {
  padding: 10px 15px;
  border-right: 1px solid;
  border-color: #ededed !important;
  color: #3e3e3e; }

.sub-header__item img {
  margin-right: 12px;
  filter: grayscale(0); }

@media (max-width: 991.98px) {
  .sub-header__item img {
    max-width: 32px; } }

.sub-header__item h6 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0px; }

.sub-header__item p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #c4c4c4; }

.sub-header__contact {
  display: flex;
  padding: 10px 15px;
  border-color: #ededed !important;
  color: #3e3e3e;
  border-left: 1px solid; }

@media (max-width: 991.98px) {
  .sub-header__contact {
    align-items: center;
    padding: 10px 0;
    flex-direction: column;
    border: none; } }

.sub-header__contact div {
  display: flex;
  align-items: center; }

@media (max-width: 991.98px) {
  .sub-header__contact div {
    margin-bottom: 5px; } }

.sub-header__contact h6 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 3px; }

.sub-header__contact p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0px; }

.sub-header__middle-line {
  align-self: center;
  border-color: #ededed !important;
  border-left: 1px solid;
  flex: 0 0 0px;
  height: 20px;
  margin: 0 15px; }

@media (max-width: 991.98px) {
  .sub-header__middle-line {
    display: none; } }

.responsive-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1199.98px) {
  .responsive-nav-wrapper.stick {
    box-shadow: 0px 2px 30px rgba(62, 62, 62, 0.1); } }

.responsive-nav-wrapper a {
  line-height: 26px; }

.responsive-nav-wrapper__burguer {
  stroke-width: 6px;
  width: 25px;
  height: 25px;
  stroke: #3e3e3e;
  margin-right: 30px !important; }

.responsive-nav-wrapper__search {
  margin-right: 30px !important; }

.responsive-nav-wrapper__search svg {
  width: 25px;
  height: 25px;
  stroke: #3e3e3e;
  stroke-width: 6px; }

.desktop-nav-wrapper {
  background-color: #fff !important;
  border-bottom: 1px solid #ededed; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper {
    border-top: 1px solid #ededed; } }

@media (max-width: 991.98px) {
  .desktop-nav-wrapper {
    border-top: none; } }

.desktop-nav-wrapper__shopping-cart {
  position: relative;
  height: 25px;
  width: 22px; }

.desktop-nav-wrapper__shopping-cart svg {
  position: absolute;
  left: 0;
  right: 0; }

.desktop-nav-wrapper__shopping-cart .border {
  stroke: #3e3e3e; }

.desktop-nav-wrapper__shopping-cart .rectangle {
  fill: #3e3e3e; }

.desktop-nav-wrapper__shopping-cart--added-item small {
  color: #fff !important; }

.desktop-nav-wrapper__shopping-cart--added-item .border {
  stroke: #1ca88d !important;
  fill: #1ca88d !important; }

.desktop-nav-wrapper__shopping-cart--added-item .rectangle {
  fill: #1ca88d !important; }

.desktop-nav-wrapper__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 100px;
  text-align: center;
  font-size: 0;
  padding: 0 15px; }

@media (max-width: 991.98px) {
  .desktop-nav-wrapper__menu {
    display: block;
    padding: 0; } }

.desktop-nav-wrapper .header-menu ul li a {
  color: #3e3e3e; }

@media (max-width: 991.98px) {
  .desktop-nav-wrapper .header-logo {
    padding: 15px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed; } }

.desktop-nav-wrapper .logo {
  margin-left: 20px; }

@media (max-width: 991.98px) {
  .desktop-nav-wrapper .logo {
    margin-left: 0px; } }

.desktop-nav-wrapper .logo img {
  max-width: 100%;
  max-height: 67px;
  object-fit: contain;
  filter: invert(1);
  opacity: 0.8; }

.desktop-nav-wrapper--is-home {
  background-color: transparent !important;
  border-bottom: none !important; }

.desktop-nav-wrapper--is-home .logo img {
  filter: invert(0);
  opacity: 1; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .logo img {
    filter: invert(1);
    opacity: 0.8; } }

.desktop-nav-wrapper--is-home .responsive-nav-wrapper__search svg {
  stroke: #fff; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .responsive-nav-wrapper__search svg {
    stroke: #3e3e3e !important; } }

.desktop-nav-wrapper--is-home .header-menu ul li a {
  color: #fff !important; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .header-menu ul li a {
    color: #3e3e3e !important; } }

.desktop-nav-wrapper--is-home .desktop-nav-wrapper__shopping-cart .border {
  stroke: #fff; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .desktop-nav-wrapper__shopping-cart .border {
    stroke: #3e3e3e !important; } }

.desktop-nav-wrapper--is-home .desktop-nav-wrapper__shopping-cart .rectangle {
  fill: #fff; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .desktop-nav-wrapper__shopping-cart .rectangle {
    fill: #3e3e3e !important; } }

.desktop-nav-wrapper--is-home .desktop-nav-wrapper__icon--user {
  stroke: #fff !important; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper--is-home .desktop-nav-wrapper__icon--user {
    stroke: #3e3e3e !important; } }

.desktop-nav-wrapper--is-home .desktop-nav-wrapper__icon--burguer {
  stroke: #fff !important; }

.desktop-nav-wrapper.stick {
  background-color: #fff !important;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 2px 30px rgba(62, 62, 62, 0.1); }

@media (max-width: 991.98px) {
  .desktop-nav-wrapper.stick {
    box-shadow: none; } }

.desktop-nav-wrapper.stick ul li a {
  color: #3e3e3e !important; }

.desktop-nav-wrapper.stick .responsive-nav-wrapper__search svg {
  stroke: #3e3e3e !important; }

.desktop-nav-wrapper.stick .logo img {
  filter: invert(1) !important;
  opacity: 0.8 !important; }

.desktop-nav-wrapper.stick .desktop-nav-wrapper__shopping-cart .border {
  stroke: #3e3e3e !important; }

.desktop-nav-wrapper.stick .desktop-nav-wrapper__shopping-cart .rectangle {
  fill: #3e3e3e !important; }

.desktop-nav-wrapper.stick .desktop-nav-wrapper__icon--user {
  stroke: #3e3e3e !important; }

.desktop-nav-wrapper.stick .desktop-nav-wrapper__icon--burguer {
  stroke: #3e3e3e !important; }

.desktop-nav-wrapper__icon {
  cursor: pointer;
  margin-left: 30px !important; }

.desktop-nav-wrapper__icon--user {
  display: none;
  stroke: #3e3e3e; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper__icon--user {
    stroke: #3e3e3e !important;
    display: block; } }

.desktop-nav-wrapper__icon--burguer {
  display: block;
  stroke: #3e3e3e; }

@media (max-width: 1199.98px) {
  .desktop-nav-wrapper__icon--burguer {
    display: none; } }

.desktop-nav-wrapper__icon svg {
  width: 25px;
  height: 25px; }

.footer {
  border-top: none !important;
  text-align: left !important;
  background: #fcfcfc !important;
  padding: 95px 0 0 !important; }

@media (max-width: 767.98px) {
  .footer {
    padding: 50px 0 0 !important; } }

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer__social-sharing {
  flex: 0 0 26.333%;
  margin-right: 50px; }

@media (max-width: 991.98px) {
  .footer__social-sharing {
    flex: 0 0 25%;
    margin-right: 0; } }

@media (max-width: 767.98px) {
  .footer__social-sharing {
    flex: 0 0 100%;
    margin-bottom: 15px; } }

.footer__social-sharing img {
  width: 225px; }

.footer__social-sharing div {
  margin-bottom: 30px; }

.footer__social-sharing div ul, .footer__social-sharing div li {
  margin: 0 !important; }

.footer__social-sharing p {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #707070; }

.footer__social-sharing p span {
  font-size: 1rem;
  font-weight: 600; }

.footer__column {
  flex: 0 0 16%; }

@media (max-width: 991.98px) {
  .footer__column {
    flex: 0 0 18%; } }

@media (max-width: 767.98px) {
  .footer__column {
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .footer__column:nth-child(2) {
    flex: 0 0 12%; } }

@media (min-width: 992px) {
  .footer__column:nth-child(3) {
    flex: 0 0 8%; } }

.footer__column:nth-child(4) ul li:nth-child(4) {
  padding-top: 25px;
  border-top: 1px solid #d4d4d4; }

@media (max-width: 767.98px) {
  .footer__column:nth-child(4) ul li:nth-child(4) {
    width: 50%; } }

.footer__column h6 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #363636;
  margin-bottom: 20px; }

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

.footer__column ul li, .footer__column ul a {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
  margin-bottom: 25px; }

.footer__column ul li span, .footer__column ul a span {
  font-weight: 600;
  color: #363636; }

.footer__copyright {
  flex: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 55px 0;
  border-top: 1px solid #d4d4d4; }

.footer__copyright p {
  font-size: 1rem;
  color: #929292; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1ca88d;
  background-color: #1ca88d; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5fe4cb; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8becd9;
  border-color: #8becd9; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1ca88d;
  background-color: #1ca88d; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 168, 141, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 168, 141, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 168, 141, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 168, 141, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }

.custom-select:focus {
  border-color: #5fe4cb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #5fe4cb;
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1ca88d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #8becd9; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1ca88d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #8becd9; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1ca88d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #8becd9; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #1ca88d;
  border-color: #1ca88d; }

.btn-primary:hover {
  color: #fff;
  background-color: #178771;
  border-color: #157c68; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #178771;
  border-color: #157c68;
  box-shadow: 0 0 0 0.2rem rgba(62, 181, 158, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1ca88d;
  border-color: #1ca88d; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #157c68;
  border-color: #13715f; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 181, 158, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #1ca88d;
  border-color: #1ca88d; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1ca88d;
  border-color: #1ca88d; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1ca88d;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1ca88d;
  border-color: #1ca88d; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 168, 141, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1ca88d;
  text-decoration: none; }

.btn-link:hover {
  color: #116656;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea, select {
  height: 40px;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  vertical-align: middle;
  color: #3e3e3e; }

input[type="radio"] {
  accent-color: #1fa289 !important; }

.inputs label {
  text-align: left;
  font-size: 1rem;
  color: #343434;
  font-weight: 400; }

.custom-radio {
  padding-left: 20px !important; }

.custom-radio .custom-control-label:before {
  top: 0rem !important;
  left: -1.6rem !important;
  width: 1.3rem !important;
  height: 1.3rem !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #1ca88d;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  left: -1.35rem;
  top: 0.24rem;
  border: none; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff !important; }

.btn-primary, .btn-outline-primary {
  padding: 10px 24px;
  border-radius: 0px; }

.btn-primary, .btn-outline-light, .btn-outline-dark, .btn-outline-primary {
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700; }

.btn-outline-light {
  color: #fff;
  border-radius: 2px;
  padding: 5px 15px; }

.btn-outline-light:hover {
  border-color: #fff;
  background: #fff;
  color: #3e3e3e; }

.btn-outline-dark {
  border-radius: 2px; }

.breadcrumb-spa {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }

.breadcrumb-spa__item {
  margin-right: 10px; }

.breadcrumb-spa__item:after {
  content: "/";
  position: relative;
  margin-left: 10px; }

.breadcrumb-spa__item:last-child {
  margin-right: 0; }

.breadcrumb-spa__item:last-child:after {
  display: none; }

.breadcrumb-spa__item a {
  font-size: 1rem;
  font-weight: 600;
  color: #1ca88d; }

.breadcrumb-spa__item--active {
  font-size: 1rem;
  font-weight: 600;
  color: #696969; }

.basket-page .subtotal {
  text-align: right !important; }

.basket-page__title {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

@media (max-width: 991.98px) {
  .basket-page__title {
    flex-direction: column;
    align-items: flex-start; }
  .basket-page__title h1 {
    margin-bottom: 15px; }
  .basket-page__title .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 575.98px) {
  .basket-page__title .trustpilot-widget iframe {
    height: 45px !important; } }

.basket-page__trustpilot {
  display: flex;
  align-items: flex-end; }

.basket-page__trustpilot h4 {
  color: #141414;
  font-weight: 700;
  font-size: 1rem; }

.basket-page .checkout-buttons {
  text-align: center !important; }

.basket-page .cart .product {
  min-width: 300px; }

@media (max-width: 767.98px) {
  .basket-page .cart .product {
    min-width: 100%; } }

.basket-page .cart .product-picture img {
  width: 180px;
  height: 165px;
  object-fit: contain;
  border-radius: 5px; }

.basket-page .cart__common-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .basket-page .cart__common-buttons {
    flex-direction: column; } }

@media (max-width: 991.98px) {
  .basket-page .cart__common-buttons button:nth-child(2) {
    margin-top: 10px; } }

.basket-page .cart th {
  background-color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 20px;
  text-align: left;
  text-transform: uppercase; }

.cart td {
  padding: 30px 20px; }

.cart .cart-item-row, .cart .footable-row-detail {
  border-bottom: 1px solid #e1e2e2; }

.cart .cart-item-row:last-child, .cart .footable-row-detail:last-child {
  border-bottom: none; }

.cart .cart-item-row .product-name, .cart .cart-item-row .unit-price, .cart .cart-item-row .subtotal, .cart .footable-row-detail .product-name, .cart .footable-row-detail .unit-price, .cart .footable-row-detail .subtotal {
  font-weight: 700;
  color: #3e3e3e;
  font-size: calc(1.25625rem + 0.075vw); }

@media (min-width: 1200px) {
  .cart .cart-item-row .product-name, .cart .cart-item-row .unit-price, .cart .cart-item-row .subtotal, .cart .footable-row-detail .product-name, .cart .footable-row-detail .unit-price, .cart .footable-row-detail .subtotal {
    font-size: 1.3125rem; } }

.cart .cart-item-row .product-name .product-unit-old-price, .cart .cart-item-row .unit-price .product-unit-old-price, .cart .cart-item-row .subtotal .product-unit-old-price, .cart .footable-row-detail .product-name .product-unit-old-price, .cart .footable-row-detail .unit-price .product-unit-old-price, .cart .footable-row-detail .subtotal .product-unit-old-price {
  display: block;
  color: red;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 15px; }

.cart .qty-input {
  font-size: 1rem;
  width: 80px;
  text-align: left;
  font-weight: 600;
  color: #3e3e3e; }

.cart__remove-btn {
  position: relative; }

.cart__remove-btn svg {
  width: 30px;
  height: 30px;
  stroke: #3e3e3e;
  background-color: #fff;
  position: absolute;
  top: -18px;
  left: -25px; }

.wishlist-page .cart__remove-btn:before {
  content: initial; }

.wishlist-page .custom-control-input {
  margin-top: 5px;
  z-index: 1; }

@media (min-width: 768px) {
  .wishlist-page .custom-control-input {
    left: 25px; } }

@media (max-width: 991.98px) {
  .wishlist-page .wishlist-add-to-cart-button {
    margin: 15px 0; } }

@media (max-width: 991.98px) {
  .wishlist-page .buttons button {
    width: 100%; } }

.master-wrapper-content {
  padding-top: 50px; }

.order-summary {
  margin-top: 0 !important; }

.order-subtotal {
  border-bottom: 1px solid #eee; }

.order-subtotal .cart-total-left {
  padding-bottom: 20px !important; }

.order-subtotal .value-summary {
  font-size: calc(1.25625rem + 0.075vw); }

@media (min-width: 1200px) {
  .order-subtotal .value-summary {
    font-size: 1.3125rem; } }

.shipping-cost .cart-total-left {
  padding-top: 15px !important; }

.shipping-cost .cart-total-right {
  padding-top: 15px !important; }

.cart-total .order-total {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500; }

.cart-total .order-total .cart-total-left label {
  font-weight: 700;
  font-size: 1.125rem; }

.cart-total-left label, .cart-total-left span {
  color: #7d7d7d !important; }

.step-item--checked {
  border: 2px solid #1ca88d !important;
  background-color: #f6fcfb !important; }

.step-item__payment-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.step-item__brand {
  border-top: 1px solid #ededed;
  display: flex !important;
  margin-top: 15px;
  padding-top: 15px;
  justify-content: space-between; }

.step-item__brand img {
  margin: 0 !important;
  max-height: 35px; }

.opc li {
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 15px; }

.opc label {
  margin-bottom: 0; }

.opc__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.opc__buttons .back-link {
  margin: 0 15px 0 0 !important; }

.opc .buttons {
  border: none !important;
  padding: 0 !important; }

.opc .shipping-method ul, .opc .payment-method ul {
  width: 100%; }

.opc .shipping-method li, .opc .payment-method li {
  border: 1px solid #ededed;
  background: white;
  padding: 10px 20px !important;
  box-sizing: content-box;
  margin-bottom: 5px; }

.opc .shipping-method li label, .opc .payment-method li label {
  font-size: 0.875rem;
  color: #3e3e3e;
  padding-left: 5px; }

.opc .allow {
  background-color: #fff; }

.opc .step-title .number {
  width: 25px !important;
  height: 25px !important;
  margin: 0 10px 0 0px !important;
  line-height: 24px !important;
  background-color: #d1d1d1; }

.opc .step-title .number--checked {
  background: #1ca88d !important; }

.opc .step-title .number--checked span {
  display: none; }

.opc .step-title .number--checked svg {
  display: block !important;
  stroke-width: 5px;
  stroke: #fff;
  width: 18px;
  height: 25px;
  margin: 0 auto; }

.opc .step-title .number svg {
  display: none; }

.opc .step-title .title {
  color: #3e3e3e;
  font-weight: 500;
  margin-bottom: 0; }

.checkout-page .opc .table-wrapper {
  display: none; }

.checkout-page__title {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

@media (max-width: 991.98px) {
  .checkout-page__title {
    flex-direction: column;
    align-items: flex-start; }
  .checkout-page__title h1 {
    margin-bottom: 15px; }
  .checkout-page__title .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 767.98px) {
  .checkout-page__title {
    padding: 0 15px;
    margin-bottom: 20px; }
  .checkout-page__title .trustpilot-widget iframe {
    height: 45px !important; } }

.checkout-page__title:after {
  content: initial !important; }

@media (max-width: 767.98px) {
  .checkout-page__body {
    padding: 0 15px; } }

.checkout-page__trustpilot {
  display: flex;
  align-items: flex-end; }

.checkout-page__trustpilot h4 {
  color: #141414;
  font-weight: 700;
  font-size: 1rem; }

.checkout-page .totals {
  width: 100% !important; }

.checkout-page .button-1 {
  height: 38px;
  background: #fff;
  color: #1ca88d;
  border: 2px solid #1ca88d;
  transition: background 0.2s ease; }

.checkout-page .button-1:hover {
  color: #fff;
  background: #1ca88d; }

.landing__title p {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 4.5px;
  color: #5bbfdd;
  text-transform: uppercase;
  margin-bottom: 15px; }

.landing__title h1 {
  font-size: calc(1.575rem + 3.9vw);
  color: #343434;
  margin-bottom: 35px; }

@media (min-width: 1200px) {
  .landing__title h1 {
    font-size: 4.5rem; } }

.why-one {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px; }

.why-one:after {
  content: "";
  background: #eaeff2;
  position: absolute;
  right: 0;
  width: 55%;
  min-height: 600px;
  z-index: -1; }

@media (max-width: 991.98px) {
  .why-one:after {
    display: none; } }

.why-one__image img {
  left: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 50vw; }

@media (max-width: 991.98px) {
  .why-one__image img {
    width: 100%;
    left: auto;
    right: auto;
    margin: 0 auto 15px auto; } }

.why-one__content {
  position: relative; }

.why-one__content p {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 400;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .why-one__content p {
    font-size: 1.3125rem; } }

.why-two__content h3, .why-three__content h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  color: #343434;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .why-two__content h3, .why-three__content h3 {
    font-size: 1.5rem; } }

.why-two__content p, .why-three__content p {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 400;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .why-two__content p, .why-three__content p {
    font-size: 1.3125rem; } }

.why-two__content a, .why-three__content a {
  margin-top: 15px; }

.why-three {
  margin-top: 80px;
  min-height: 600px;
  align-items: center; }

@media (max-width: 991.98px) {
  .why-three {
    margin-top: 30px; } }

.why-three > span {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  max-height: 600px;
  height: 100%; }

.why-three > span img {
  height: 100%;
  object-fit: cover;
  float: right;
  width: 82.5%;
  /*1199.98px*/ }

@media screen and (max-width: 1367px) {
  .why-three > span img {
    width: 95.5%; } }

@media (max-width: 1199.98px) {
  .why-three > span img {
    width: 100%; } }

.why-three__content {
  margin-top: 150px;
  margin-bottom: 150px; }

.why-three__content h3, .why-three__content p {
  color: #fff; }

.contact-us {
  position: relative;
  left: 0vw; }

.contact-us__subtitle {
  text-transform: uppercase;
  color: #6dc5e0;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 4.42px;
  margin-bottom: 5px; }

@media (max-width: 991.98px) {
  .contact-us__subtitle {
    font-size: 0.875rem; } }

.contact-us__header {
  padding-left: 250px; }

@media (max-width: 991.98px) {
  .contact-us__header {
    padding-left: 0px; } }

.contact-us form {
  background-color: #f4f6f8; }

.contact-us__line {
  margin: 35px 0;
  width: 80px;
  height: 1px;
  background-color: #3e3e3e; }

@media (max-width: 991.98px) {
  .contact-us__line {
    display: inline-block; } }

.contact-us__title h1 {
  font-size: calc(1.575rem + 3.9vw);
  color: #343434; }

@media (min-width: 1200px) {
  .contact-us__title h1 {
    font-size: 4.5rem; } }

.contact-us .topic-block-body {
  font-weight: 400;
  font-size: 1.125rem;
  color: #343434;
  max-width: 400px;
  text-align: left; }

@media (max-width: 991.98px) {
  .contact-us .topic-block-body {
    max-width: 100%;
    text-align: center; } }

.contact-section {
  padding: 50px 180px 80px 250px;
  justify-content: space-between; }

@media (max-width: 991.98px) {
  .contact-section {
    padding: 50px 0 80px; } }

.contact-section__buttons {
  text-align: right;
  margin-top: 20px; }

.contact-section__image {
  position: absolute;
  width: 100vw;
  z-index: -1;
  left: 60%;
  height: 110%;
  object-fit: contain;
  object-position: left;
  top: 0; }

@media (max-width: 991.98px) {
  .contact-section__image {
    display: none; } }

@media (max-width: 991.98px) {
  .contact-section__contact-info {
    margin-top: 30px; } }

.contact-section h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8b8b8b; }

.contact-section h3 {
  font-weight: 700;
  color: #343434;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .contact-section h3 {
    font-size: 1.5rem; } }

.contact-section a {
  color: #1ca88d;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  text-decoration: underline; }

@media (min-width: 1200px) {
  .contact-section a {
    font-size: 1.5rem; } }

.warranty-form {
  position: relative;
  margin-bottom: 50px; }

.warranty-form__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e1e2e2;
  padding: 15px 0 15px 0;
  margin-bottom: 30px;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .warranty-form__header {
    flex-direction: column;
    align-items: flex-start; }
  .warranty-form__header h1 {
    margin-bottom: 15px; }
  .warranty-form__header .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 575.98px) {
  .warranty-form__header .trustpilot-widget iframe {
    height: 45px !important; } }

.warranty-form__header div {
  display: flex;
  flex-direction: column; }

@media (max-width: 991.98px) {
  .warranty-form__header div {
    width: 100%;
    text-align: left; } }

.warranty-form__header div .breadcrumb {
  margin: 0 0 15px 0 !important;
  background: transparent !important;
  text-align: left !important;
  padding: 0 !important;
  width: auto !important; }

.warranty-form__header div .breadcrumb ul li a {
  color: #1ca88d !important;
  font-size: 16px;
  font-weight: 500; }

.warranty-form__header div .breadcrumb ul li .delimiter, .warranty-form__header div .breadcrumb ul li strong, .warranty-form__header div .breadcrumb ul li span {
  color: #c4c4c4 !important;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 500; }

.warranty-form__header div h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Galileo", sans-serif;
  font-weight: 500;
  color: #343434;
  margin-top: 10px; }

@media (min-width: 1200px) {
  .warranty-form__header div h1 {
    font-size: 2.5rem; } }

@media (max-width: 991.98px) {
  .warranty-form__header div:nth-of-type(2) {
    width: 100%; } }

.warranty-form__header div:nth-of-type(2) > a img {
  max-width: 185px;
  width: 100%; }

@media (max-width: 991.98px) {
  .warranty-form__header div:nth-of-type(2) > a img {
    margin-top: 15px; } }

.warranty-form__content h3 {
  text-align: left;
  font-size: 1.125rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 700;
  color: #343434;
  margin-top: 30px;
  margin-bottom: 15px; }

.warranty-form__content p {
  text-align: left;
  font-size: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  color: #343434;
  margin-bottom: 25px;
  white-space: break-spaces; }

.warranty-form__content .success-result {
  text-align: center;
  font-size: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  color: green;
  padding: 10px 15px;
  border: 1px solid rgba(0, 128, 0, 0.3);
  border-radius: 3px;
  background: rgba(0, 128, 0, 0.1);
  margin-top: 30px; }

.warranty-form__content form .validation-summary-errors ul {
  text-align: center; }

.warranty-form__content form .validation-summary-errors ul li {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  padding: 10px 15px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  background: rgba(255, 0, 0, 0.1); }

.warranty-form__content form .inputs {
  text-align: left; }

.warranty-form__content form .inputs.phone-input input, .warranty-form__content form .inputs.product-no-input input {
  max-width: 50%; }

@media (max-width: 991.98px) {
  .warranty-form__content form .inputs.phone-input input, .warranty-form__content form .inputs.product-no-input input {
    max-width: 100%; } }

.warranty-form__content form .inputs.dropzone-input .dropzone {
  border-radius: 3px;
  border: 1px dashed #1ca88d;
  background: rgba(28, 168, 141, 0.1);
  display: flex;
  flex-wrap: wrap; }

.warranty-form__content form .inputs.dropzone-input .dropzone .dz-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.warranty-form__content form .inputs.dropzone-input .dropzone .dz-message .dz-button {
  font-size: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 400;
  color: #1ca88d; }

.warranty-form__content form .inputs textarea {
  max-width: 100%;
  min-width: 100%; }

.warranty-form__content form .inputs .input-button {
  float: right;
  margin: 15px 0; }

.warranty-form__content form .inputs .input-button button {
  align-items: center;
  justify-content: center;
  display: inline-flex; }

.warranty-form__content form .inputs .input-button button.disabled {
  background: #e1e2e2;
  border-color: #bababa;
  pointer-events: none;
  cursor: not-allowed; }

.warranty-form__content form .inputs .input-button button .spinner {
  width: 30px;
  height: 30px;
  background: url(/Themes/Element/Content/img/loading.gif) center no-repeat;
  background-size: 100%;
  display: none; }

.home-page__banner {
  position: relative;
  height: 90vh;
  overflow: hidden; }

.home-page__banner:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom, #0e141c, rgba(0, 0, 0, 0));
  z-index: 1;
  opacity: 0.54; }

.home-page__banner .slider-wrapper img {
  height: 100%;
  object-fit: cover;
  min-height: 90vh; }

.home-page__banner .slick-dots {
  position: absolute !important;
  top: 0;
  right: 15px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100% !important; }

@media (max-width: 1199.98px) {
  .home-page__banner .slick-dots {
    bottom: 50px;
    top: initial;
    right: initial;
    width: 100% !important;
    flex-direction: row;
    height: 0 !important; } }

.home-page__banner .slick-dots button {
  opacity: 0.2 !important;
  border-width: 0px !important; }

.home-page__banner .slick-dots .slick-active button {
  opacity: 1 !important;
  background-color: #fff !important; }

.home-page__banner .slick-dots li {
  top: 0 !important; }

.home-page__banner .slick-dots li:last-of-type:before {
  content: "";
  position: absolute;
  bottom: -20px;
  background-color: #fff;
  width: 10px;
  height: 1px; }

@media (max-width: 767.98px) {
  .home-page__banner .slick-dots li:last-of-type:before {
    width: 1px;
    height: 10px;
    bottom: initial;
    top: 13px;
    right: -15px; } }

.home-page__banner .slick-list {
  height: 90vh !important; }

.home-page__social-icons {
  position: absolute;
  left: 35px;
  display: flex;
  flex-direction: column; }

@media (max-width: 991.98px) {
  .home-page__social-icons {
    left: 15px;
    bottom: 20px; } }

.home-page__social-icons a:nth-child(3) img {
  margin-bottom: 0; }

.home-page__social-icons img {
  width: 30px;
  margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .home-page__social-icons img {
    width: 23px;
    margin-bottom: 15px; } }

.home-page__banner-text {
  padding: 0 95px;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 0;
  color: #fff;
  z-index: 2; }

@media (max-width: 991.98px) {
  .home-page__banner-text {
    padding: 0 15px; } }

.home-page__banner-text h1 {
  font-size: calc(2rem + 9vw); }

@media (min-width: 1200px) {
  .home-page__banner-text h1 {
    font-size: 8.75rem; } }

.home-page__banner-text p {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 300;
  margin-bottom: 45px; }

@media (min-width: 1200px) {
  .home-page__banner-text p {
    font-size: 1.875rem; } }

@media (max-width: 767.98px) {
  .home-page__banner-text p {
    font-size: calc(1.25625rem + 0.075vw);
    margin-bottom: 15px; } }

@media (max-width: 767.98px) and (min-width: 1200px) {
  .home-page__banner-text p {
    font-size: 1.3125rem; } }

.home-page__link {
  color: #fff;
  border-color: #fff;
  padding: 5px 15px; }

.home-page__link:hover {
  border-color: #fff;
  background: #fff;
  color: #3e3e3e; }

.about-service {
  background-color: #000;
  padding: 75px 0;
  margin-bottom: 70px; }

.about-service__trustpilot {
  display: flex;
  margin-bottom: 25px; }

@media (max-width: 991.98px) {
  .about-service__trustpilot {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

.about-service__trustpilot img {
  object-fit: contain;
  height: 30px; }

@media (max-width: 991.98px) {
  .about-service__trustpilot img:nth-child(2) {
    height: 25px; } }

.about-service__trustpilot img:nth-child(1) {
  margin-right: 25px; }

@media (max-width: 991.98px) {
  .about-service__trustpilot img:nth-child(1) {
    margin-right: 0px;
    margin-top: 10px;
    height: 25px; } }

.about-service__benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  bottom: -110px; }

@media (max-width: 767.98px) {
  .about-service__benefits {
    position: initial;
    flex-direction: column; } }

.about-service__truck {
  height: 22px;
  width: 38px; }

.about-service__zero {
  color: #818181;
  font-weight: 900;
  font-size: 28px;
  line-height: 30px;
  margin-right: 15px; }

@media (max-width: 767.98px) {
  .about-service__zero {
    font-size: 26px; } }

.about-service__stick {
  height: 30px;
  width: 28px; }

.about-service__content {
  display: flex;
  align-items: center;
  height: 100%; }

@media (max-width: 991.98px) {
  .about-service__content {
    flex-direction: column;
    text-align: center; } }

.about-service__item {
  background-color: #f4f6f8;
  padding: 12px 15px;
  border-color: #ededed !important;
  color: #3e3e3e;
  border-radius: 4px;
  width: 32.2%; }

@media (max-width: 767.98px) {
  .about-service__item {
    margin-bottom: 20px;
    width: 100%; } }

.about-service__item img {
  margin-right: 15px;
  filter: grayscale(1); }

.about-service__item h6 {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0px; }

.about-service__item p {
  font-size: 1rem;
  font-weight: 400;
  color: #343434; }

.about-service__block-text {
  margin-bottom: 60px; }

.about-service__block-text h1 {
  font-size: calc(1.575rem + 3.9vw);
  color: #fff;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .about-service__block-text h1 {
    font-size: 4.5rem; } }

.about-service__block-text p {
  font-size: calc(1.25625rem + 0.075vw);
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px; }

@media (min-width: 1200px) {
  .about-service__block-text p {
    font-size: 1.3125rem; } }

.category-section {
  position: relative;
  min-height: 80vh;
  padding: 150px 0;
  margin: 145px 0;
  display: flex;
  align-items: center; }

@media (max-width: 991.98px) {
  .category-section {
    margin: 80px 0px;
    padding: 20px 0; } }

.category-section__item-block {
  margin-bottom: 20px; }

@media (max-width: 991.98px) {
  .category-section__item-block {
    margin-bottom: 30px; } }

.category-section__image {
  position: absolute;
  width: 50%;
  right: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  top: 0; }

@media (max-width: 991.98px) {
  .category-section__image {
    display: none; } }

.category-section__item {
  background-color: #f4f6f8;
  border-radius: 4px;
  padding: 45px 30px 35px;
  height: 100%;
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.category-section__item h1 {
  min-height: 106px;
  display: flex;
  align-items: center;
  text-align: left;
  color: #343434;
  max-width: 55%;
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .category-section__item h1 {
    font-size: 3rem; } }

.category-section__item img {
  max-width: 100%;
  position: absolute;
  top: -25%;
  border-radius: 15px; }

.category-section__item p {
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
  color: #343434;
  margin-bottom: 40px; }

.category-section__line {
  height: 1px;
  width: 80px;
  background-color: #343434;
  margin-top: 35px;
  margin-bottom: 119px; }

.category-section__link {
  text-align: left;
  color: #1ca88d;
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .category-section__link {
    font-size: 1.3125rem; } }

.special-offers {
  position: relative;
  min-height: 80vh;
  padding: 110px 0;
  margin: 100px 0;
  display: flex;
  align-items: center; }

@media (max-width: 991.98px) {
  .special-offers {
    margin: 80px 0px;
    padding: 20px 0; }
  .special-offers__item-block {
    margin-bottom: 100px;
    margin-bottom: 100px; } }

.special-offers .sku, .special-offers .desktop {
  display: none; }

.special-offers h1 {
  text-align: left;
  color: #343434;
  font-size: calc(1.575rem + 3.9vw);
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .special-offers h1 {
    font-size: 4.5rem; } }

.special-offers h6 {
  text-align: left;
  text-transform: uppercase;
  color: #6dc5e0;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 4.42px;
  margin-bottom: 5px; }

@media (max-width: 991.98px) {
  .special-offers h6 {
    font-size: 0.875rem; } }

.special-offers__title {
  margin-bottom: 140px;
  padding-left: 42px; }

@media (max-width: 991.98px) {
  .special-offers__title {
    padding-left: 0px; } }

.special-offers__image {
  position: absolute;
  width: 50%;
  left: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  top: 0; }

@media (max-width: 991.98px) {
  .special-offers__image {
    display: none; } }

.special-offers__line {
  height: 1px;
  width: 80px;
  background-color: #343434;
  margin-top: 50px;
  margin-bottom: 60px; }

.special-offers__link {
  text-align: left;
  color: #1ca88d;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .special-offers__link {
    font-size: 1.5rem; } }

.special-offers-item {
  background-color: #f4f6f8;
  border-radius: 4px;
  padding: 100px 30px 35px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.special-offers-item .__title {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  color: #343434;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left; }

@media (min-width: 1200px) {
  .special-offers-item .__title {
    font-size: 1.5rem; } }

.special-offers-item .ribbon-wrapper, .special-offers-item .--sales-tag {
  display: none; }

.special-offers-item .__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }

.special-offers-item .__rating, .special-offers-item .__features-group, .special-offers-item .__additional-feature, .special-offers-item .add-info {
  display: none; }

.special-offers-item .__picture img {
  position: absolute;
  left: 0;
  top: -20%;
  max-height: 180px;
  width: 100%;
  object-fit: contain; }

.special-offers-item .__details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }

.special-offers-item .__prices {
  display: flex;
  align-items: center;
  order: 2; }

.special-offers-item .__prices .actual {
  font-size: calc(1.275rem + 0.3vw);
  color: #1ca88d;
  font-weight: 700;
  display: block;
  text-align: left;
  order: 2; }

@media (min-width: 1200px) {
  .special-offers-item .__prices .actual {
    font-size: 1.5rem; } }

.special-offers-item .__prices .old {
  font-size: 1rem;
  font-weight: 400;
  color: #6f6f6f;
  margin-right: 8px;
  text-decoration: line-through;
  order: 1; }

.special-offers-item .description {
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
  color: #343434;
  margin-bottom: 45px; }

.blog {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }

@media (max-width: 991.98px) {
  .blog {
    padding: 15px 0; } }

.blog:after {
  content: "";
  background: #eaeff2;
  position: absolute;
  right: 0;
  width: 54%;
  min-height: 930px;
  z-index: -1; }

@media (max-width: 991.98px) {
  .blog:after {
    display: none; } }

.blog__title {
  width: 100%; }

.blog__title:after {
  content: "";
  height: 1px;
  width: 45px;
  background: #343434;
  display: block;
  left: 0;
  bottom: 0; }

.blog__title p {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 4.5px;
  color: #5bbfdd;
  text-transform: uppercase;
  margin-bottom: 15px; }

.blog__title h1 {
  font-size: calc(1.575rem + 3.9vw);
  color: #343434;
  margin-bottom: 110px; }

@media (min-width: 1200px) {
  .blog__title h1 {
    font-size: 4.5rem; } }

.blog__main-article {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px; }

.blog__main-article--image {
  margin-left: 20px;
  display: block; }

@media (max-width: 767.98px) {
  .blog__main-article--image {
    margin-left: 0; } }

.blog__main-article--image img {
  margin-bottom: 15px;
  width: 100%;
  max-height: 400px;
  object-fit: cover; }

.blog__main-article h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  color: #343434;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .blog__main-article h4 {
    font-size: 1.5rem; } }

.blog__main-article p {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 300;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .blog__main-article p {
    font-size: 1.3125rem; } }

.blog__secondary-article {
  padding-bottom: 80px; }

.blog__item {
  margin-bottom: 15px; }

.blog__item h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  color: #343434;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .blog__item h4 {
    font-size: 1.5rem; } }

.blog__item p {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 300;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .blog__item p {
    font-size: 1.3125rem; } }

.blog__item a {
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column; }

.blog__item a:after {
  content: "";
  height: 1px;
  width: 80px;
  background: #343434;
  position: absolute;
  left: 0;
  bottom: 0; }

.testimonials-block {
  max-width: 100%;
  overflow: hidden;
  /* the slides */
  /* the parent */ }

@media (min-width: 992px) {
  .testimonials-block {
    max-width: 1415px; } }

.testimonials-block .slick-track {
  display: flex;
  align-items: center; }

.testimonials-block .slick-slide {
  margin: 0 15px; }

@media (max-width: 991.98px) {
  .testimonials-block .slick-slide {
    margin: 0 5px; } }

.testimonials-block .slick-list {
  margin: 0 -15px; }

@media (max-width: 991.98px) {
  .testimonials-block .slick-list {
    margin: 0 -5px; } }

.testimonials-block__next {
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  z-index: 1;
  padding: 0px 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  background: linear-gradient(to left, #fff 55%, rgba(255, 255, 255, 0) 155%);
  background-color: transparent; }

@media (max-width: 1199.98px) {
  .testimonials-block__next {
    width: 350px; } }

@media (max-width: 991.98px) {
  .testimonials-block__next {
    width: 250px; } }

.testimonials-block__prev {
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  padding: 0px 70px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  background: linear-gradient(to right, #fff 55%, rgba(255, 255, 255, 0) 155%);
  background-color: transparent; }

@media (max-width: 991.98px) {
  .testimonials-block__prev {
    width: 250px; } }

.testimonials-block__item {
  max-width: 400px;
  text-align: center;
  padding: 0 10px;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.testimonials-block__item h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 400;
  color: #343434;
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .testimonials-block__item h3 {
    font-size: 1.5rem; } }

.testimonials-block__item p {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 300;
  line-height: 1.45;
  color: #343434;
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .testimonials-block__item p {
    font-size: 1.3125rem; } }

.testimonials-block__item hr {
  width: 80px;
  margin: 30px auto;
  background-color: #343434; }

.testimonials-block__item span {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  color: #67c3df; }

@media (min-width: 1200px) {
  .testimonials-block__item span {
    font-size: 1.5rem; } }

.instagram-posts .title {
  margin-bottom: 35px !important;
  text-align: center; }

.instagram-posts .title-text {
  color: #343434;
  font-size: calc(1.5rem + 3vw);
  font-weight: 400;
  font-family: "Galileo", sans-serif;
  text-transform: capitalize !important; }

@media (min-width: 1200px) {
  .instagram-posts .title-text {
    font-size: 3.75rem; } }

.instagram-posts .title-text:after {
  content: initial !important; }

.instagram-posts .post-list {
  margin: 0 !important; }

@media (min-width: 992px) {
  .instagram-posts .post-list {
    display: flex; } }

@media (min-width: 992px) {
  .instagram-posts .post-item {
    max-height: 180px;
    width: calc(18% - 28px) !important; } }

.instagram-posts .feed-body {
  padding: 0 !important;
  max-width: 100%;
  background-color: #fff !important; }

.instagram-posts .feed-body img {
  min-height: 180px;
  object-fit: cover; }

.delivery-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e1e2e2;
  padding: 15px 0;
  margin-bottom: 30px;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .delivery-title {
    flex-direction: column;
    align-items: flex-start; }
  .delivery-title h1 {
    margin-bottom: 15px; }
  .delivery-title .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 575.98px) {
  .delivery-title .trustpilot-widget iframe {
    height: 45px !important; } }

.delivery-title div {
  display: flex;
  flex-direction: column; }

.delivery-title div h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Galileo", sans-serif;
  font-weight: 500;
  color: #343434;
  margin-top: 20px; }

@media (min-width: 1200px) {
  .delivery-title div h1 {
    font-size: 2.5rem; } }

@media (max-width: 991.98px) {
  .delivery-title div:nth-of-type(2) {
    width: 100%; } }

.delivery-title div:nth-of-type(2) > a img {
  max-width: 185px;
  width: 100%; }

@media (max-width: 991.98px) {
  .delivery-title div:nth-of-type(2) > a img {
    margin-top: 15px; } }

.delivery-sidebar-links {
  margin-top: 40px;
  position: sticky;
  top: 130px; }

.delivery-sidebar-links.fixed {
  position: fixed;
  top: 150px; }

@media (max-width: 991.98px) {
  .delivery-sidebar-links.fixed {
    position: relative;
    top: 0; } }

.delivery-sidebar-links li {
  padding: 10px 0;
  border-bottom: 1px solid #e1e2e2; }

.delivery-sidebar-links li a {
  font-size: 1rem;
  font-weight: 600;
  color: #1ca88d; }

.delivery-sidebar-links li a.active {
  color: #343434; }

.delivery-sidebar-links li a:active {
  color: #343434; }

.delivery-content {
  min-height: 1500px;
  margin-top: 40px; }

.delivery-content > div {
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px; }

@media (max-width: 991.98px) {
  .delivery-content > div {
    padding: 0; } }

.delivery-content > div:target {
  animation: 1.5s fadeIn;
  transition-delay: 1.5s; }

@keyframes fadeIn {
  0% {
    background: rgba(255, 255, 0, 0); }
  100% {
    background: rgba(255, 255, 0, 0.15); } }

.delivery-content > div h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 700;
  color: #343434;
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .delivery-content > div h2 {
    font-size: 1.5rem; } }

.delivery-content > div p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #343434;
  margin-bottom: 15px; }

.delivery-content > div > img {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  width: 100%;
  margin: 15px 0; }

.delivery-content > div ul {
  padding-left: 20px; }

.delivery-content > div ul li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #343434;
  margin-bottom: 15px; }

.delivery-content > div ul li:before {
  content: "";
  background: #1ca88d;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 10px;
  margin-left: -20px; }

.delivery-content > div .panel {
  padding: 18px 22px 18px 0;
  margin: 20px 0 10px;
  background: #eaeff2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px; }

.delivery-content > div .panel > div {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center; }

.delivery-content > div .panel > div > img {
  max-width: 25px;
  width: 100%; }

.delivery-content > div .panel p {
  flex: 1 0 80%;
  font-size: 1rem;
  margin-bottom: 0; }

.delivery-footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #e1e2e2;
  padding: 50px 0 35px 0; }

.delivery-footer-contact span {
  font-size: 1.125rem;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 700;
  color: #5bbfdd;
  margin-bottom: 15px; }

.delivery-footer-contact h1 {
  font-size: calc(1.5rem + 3vw);
  font-family: "Galileo", sans-serif;
  font-weight: 500;
  color: #343434;
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .delivery-footer-contact h1 {
    font-size: 3.75rem; } }

.delivery-footer-contact p {
  max-width: 65%;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 400;
  color: #343434;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .delivery-footer-contact p {
    max-width: 100%; } }

.also-purchased-products-grid h1 {
  font-size: calc(1.425rem + 2.1vw);
  color: #343434; }

@media (min-width: 1200px) {
  .also-purchased-products-grid h1 {
    font-size: 3rem; } }

.prepare-delivery-modal {
  overflow-y: scroll;
  text-align: left !important;
  max-height: 740px; }

@media (min-width: 992px) {
  .prepare-delivery-modal {
    padding: 70px 95px !important; } }

.prepare-delivery-modal__title {
  font-size: calc(1.425rem + 2.1vw);
  text-transform: capitalize;
  font-family: "Galileo", sans-serif; }

@media (min-width: 1200px) {
  .prepare-delivery-modal__title {
    font-size: 3rem; } }

.prepare-delivery-modal .delivery-content > div {
  padding: 0 !important; }

.breadcrumb {
  text-align: left !important;
  background: none !important; }

@media (max-width: 991.98px) {
  .breadcrumb {
    padding: 0 !important; } }

.breadcrumb a {
  color: #1ca88d !important; }

.breadcrumb a, .breadcrumb strong {
  margin: 0 !important; }

.breadcrumb .delimiter {
  margin: 0 4px !important; }

.breadcrumb .delimiter, .breadcrumb strong {
  color: #adadad !important; }

.breadcrumb a, .breadcrumb strong, .breadcrumb .delimiter {
  font-size: 1rem;
  font-weight: 400; }

.html-product-details-page .breadcrumb {
  padding-bottom: 0;
  margin-bottom: 10px;
  max-width: 920px;
  padding-left: 95px; }

.html-product-details-page .master-wrapper-content {
  padding-top: 15px; }

.greencard {
  border: 2px solid #1ca88d;
  background-color: #1ca88d;
  border-radius: 6px;
  overflow: hidden;
  max-width: 182px; }

@media (max-width: 767.98px) {
  .greencard {
    max-width: 100%;
    width: 100%; } }

.greencard__title {
  background-color: #fff;
  padding: 5px 12px; }

.greencard__title h6 {
  color: #0f5346;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px; }

.greencard ul {
  margin: 10px 0;
  padding-left: 32px; }

.greencard ul li {
  color: #fff;
  line-height: 27px;
  font-size: 1rem;
  font-weight: 400;
  position: relative; }

.greencard ul li:before {
  content: '\2713';
  display: inline-block;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: -20px; }

.greencard h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 12px;
  color: #fff; }

.product-details {
  position: relative; }

@media (max-width: 767.98px) {
  .product-details {
    display: flex; } }

@media (max-width: 767.98px) {
  .product-details {
    flex-direction: column-reverse; } }

.product-details .ribbon-text {
  line-height: 20px; }

.product-details__category-title {
  margin-bottom: 25px; }

@media (max-width: 991.98px) {
  .product-details__category-title {
    margin-bottom: 25px;
    padding-left: 0;
    order: 1;
    text-align: left; } }

.product-details__category-title h1 {
  font-family: "Galileo", sans-serif;
  font-size: calc(1.375rem + 1.5vw);
  color: #343434; }

@media (min-width: 1200px) {
  .product-details__category-title h1 {
    font-size: 2.5rem; } }

.product-details__title {
  font-family: "Galileo", sans-serif; }

.product-details__title h1 {
  font-size: 45px;
  color: #343434; }

.product-details__title {
  padding-top: 45px;
  flex-direction: column;
  display: flex;
  width: 100%; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-details__title {
    padding-top: 0; } }

.product-details__title h1 {
  margin-bottom: 10px; }

.product-details__title h2 {
  color: #7c7c7c;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  display: flex;
  align-items: center; }

@media (min-width: 1200px) {
  .product-details__title h2 {
    font-size: 1.875rem; } }

.product-details__title h2 span {
  border-radius: 100%;
  border: 1px solid #707070;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
  background: linear-gradient(90deg, #707070 50%, #fff 50%); }

.product-details__title .delivery-date-warning {
  color: orange;
  font-weight: normal !important; }

.product-details__title hr {
  width: 80px;
  height: 2px;
  margin: 22px 0;
  background-color: #343434; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-details .gallery .picture {
    max-width: 400px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .product-details .gallery {
    max-width: 380px;
    max-height: 300px;
    display: flex !important; }
  .product-details .gallery img {
    max-height: 300px;
    object-fit: cover; } }

@media (min-width: 1200px) {
  .product-details .gallery {
    width: 53% !important; } }

@media (min-width: 1200px) {
  .product-details .overview {
    width: 42% !important; } }

.product-details__qty {
  margin-bottom: 30px; }

.product-details__side-items {
  float: left;
  position: absolute;
  left: -21%;
  margin-top: 60px; }

@media (max-width: 991.98px) {
  .product-details__side-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 35px;
    margin-right: 30px; } }

@media (max-width: 767.98px) {
  .product-details__side-items {
    margin: 0 !important;
    display: flex; } }

@media (max-width: 1199.98px) {
  .product-details__side-items {
    display: none; } }

.product-details__description .delivery, .product-details__description .additional-details {
  margin-bottom: 15px !important; }

.product-details__trustpilot {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 130px; }

.product-details__trustpilot img {
  height: 55px;
  object-fit: contain; }

.product-details__trustpilot h4 {
  margin-top: 5px;
  margin-right: 5px;
  color: #141414;
  font-weight: 700;
  font-size: 1.125rem; }

.product-details__option p {
  font-size: 0.875rem;
  line-height: 20px;
  color: #343434;
  margin-bottom: 10px; }

.product-details__option p a {
  color: #3188d3;
  text-decoration: underline; }

.product-details__option .step-item--checked .step-item {
  border-width: 2px; }

.product-details__option .step-item--checked .step-item__payment-type {
  margin-bottom: 5px; }

.product-details__option .step-item--checked .step-item__brand {
  display: flex !important; }

.product-details__option .step-item__price {
  font-size: 1.125rem;
  color: #343434;
  font-weight: 700; }

.product-details__option .step-item__payment-type {
  margin-bottom: 0; }

.product-details__option .step-item__brand {
  display: none; }

.product-details__option .step-item .custom-radio .custom-control-label:before {
  top: 0.1rem !important; }

.product-details__option .step-item .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.35rem !important; }

.product-details__option label {
  font-weight: 700 !important;
  font-size: 1.125rem;
  color: #343434; }

.product-details__option h3 {
  font-size: calc(1.25625rem + 0.075vw);
  color: #343434;
  margin-bottom: 5px;
  font-weight: 700; }

@media (min-width: 1200px) {
  .product-details__option h3 {
    font-size: 1.3125rem; } }

.product-details__option li {
  border: 1px solid #eee;
  margin-bottom: 5px;
  border-radius: 5px; }

.product-details__overview {
  text-align: left !important; }

.product-details__add-to-basket {
  background-color: rgba(230, 230, 230, 0.3);
  padding: 25px 30px; }

.product-details__add-to-basket .prices {
  margin-top: 0 !important; }

@media (max-width: 991.98px) {
  .product-details__add-to-basket .prices {
    margin-top: 20px !important; } }

.product-details__add-to-basket .prices .old-price, .product-details__add-to-basket .prices .product-price {
  margin: 0 !important; }

.product-details__add-to-basket .prices--actual {
  margin-bottom: 0px;
  color: #343434 !important;
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .product-details__add-to-basket .prices--actual {
    font-size: 1.3125rem; } }

.product-details__add-to-basket .prices .old-price {
  display: flex !important;
  align-items: center; }

.product-details__add-to-basket .prices--old {
  margin-left: 4px;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #a02a2a;
  font-weight: 400;
  text-decoration: line-through; }

.product-details__basket-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%; }

.product-details__basket-card > div {
  margin: 0px !important; }

.product-details__basket-card > div:nth-of-type(2), .product-details__basket-card > div:nth-of-type(3), .product-details__basket-card > div:nth-of-type(4), .product-details__basket-card > div:nth-of-type(5) {
  flex: 0 0 50%; }

@media (max-width: 991.98px) {
  .product-details__basket-card > div:nth-of-type(2), .product-details__basket-card > div:nth-of-type(3), .product-details__basket-card > div:nth-of-type(4), .product-details__basket-card > div:nth-of-type(5) {
    flex: 0 0 100%;
    text-align: center;
    justify-content: center; } }

.product-details__basket-card > div:nth-of-type(1) {
  flex: 0 0 100%;
  order: 3;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9; }

.product-details__basket-card > div:nth-of-type(2) {
  order: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column; }

@media (max-width: 991.98px) {
  .product-details__basket-card > div:nth-of-type(2) {
    align-items: center; } }

.product-details__basket-card > div:nth-of-type(3) {
  order: 4; }

@media (max-width: 991.98px) {
  .product-details__basket-card > div:nth-of-type(3) button {
    width: 100%; } }

.product-details__basket-card > div:nth-of-type(4) {
  order: 5; }

@media (max-width: 991.98px) {
  .product-details__basket-card > div:nth-of-type(4) {
    margin-top: 20px !important; }
  .product-details__basket-card > div:nth-of-type(4) button {
    width: 100%; } }

.product-details__basket-card > div:nth-of-type(4) button {
  float: right; }

.product-details__basket-card > div:nth-of-type(5) {
  order: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  color: #343434; }

.product-details__basket-card > div:nth-of-type(5) .min-qty-notification {
  color: #a02a2a;
  margin: 10px 0 0 0 !important;
  font-size: 0.75rem;
  font-weight: 500; }

.product-details__basket-card > div:nth-of-type(5) .quantity {
  margin: 0; }

.product-details .overview-buttons div {
  margin: 5px 5px 5px 0 !important; }

.product-details__another-services {
  display: flex;
  justify-content: space-between;
  margin: 10px 0; }

.product-details__another-services span {
  font-size: 1rem;
  color: #727272; }

.product-details__another-services h6 {
  font-size: 1.125rem;
  color: #343434;
  font-weight: 700; }

.product-details__tabs {
  margin-top: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  .product-details__tabs {
    float: left;
    width: 58%; } }

.product-details__tabs .ui-tabs li a {
  padding: 10px 20px !important;
  font-weight: 500 !important; }

.product-details__tabs .ui-tabs li a:after {
  height: 2px !important; }

.product-details__tabs .ui-tabs .inputs {
  width: 100% !important; }

.product-details__tabs .ui-tabs-panel {
  border-top: none !important;
  background-color: #fff !important;
  padding: 25px 0 !important; }

.product-details__tabs .ui-tabs-nav {
  text-align: left !important;
  border-top: none !important; }

.product-details__short-description {
  color: #343434 !important;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px; }

.product-details__price .product-price {
  color: #343434; }

.product-details__price .prices {
  margin-top: 0 !important; }

.product-details__price .prices .old-price, .product-details__price .prices .product-price {
  margin: 0 !important; }

.product-details__price .prices--actual {
  margin-bottom: 0px;
  color: #343434 !important;
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .product-details__price .prices--actual {
    font-size: 1.3125rem; } }

.product-details__price .prices .old-price {
  display: flex !important; }

.product-details__price .prices--old {
  margin-left: 4px;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #a02a2a;
  font-weight: 400;
  text-decoration: line-through; }

.product-reviews {
  margin-bottom: 15px; }

.product-reviews__star {
  display: inline-block;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  margin-right: 5px; }

@media (min-width: 1200px) {
  .product-reviews__star {
    font-size: 1.5rem; } }

@media (max-width: 991.98px) {
  .product-reviews__star {
    font-size: 1rem; } }

.product-reviews__star::before {
  content: '★★★★★';
  letter-spacing: 0px;
  background: linear-gradient(90deg, #f0bb2b var(--rating), #eaeff2 var(--rating));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.product-reviews__rating {
  display: flex;
  align-items: center; }

.product-reviews__rating span {
  display: block;
  color: #343434;
  font-size: 1rem;
  font-weight: 400; }

@media (max-width: 767.98px) {
  .product-reviews__rating span {
    font-size: 0.75rem; } }

.blog-links {
  border: none !important; }

.blog-title {
  margin-bottom: 35px; }

@media (max-width: 991.98px) {
  .sidepanel {
    margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .sidepanel .post-navigation {
    margin: 20px 0 !important; } }

.sidepanel .post-navigation a {
  width: 100% !important; }

@media (max-width: 991.98px) {
  .sidepanel .post-navigation .prev {
    float: initial !important;
    display: block; } }

@media (max-width: 991.98px) {
  .sidepanel .block {
    width: 100% !important; } }

.post {
  margin-bottom: 30px; }

.post__title {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  color: #343434;
  display: block; }

@media (min-width: 1200px) {
  .post__title {
    font-size: 1.5rem; } }

.post__head {
  margin: 0 0 10px;
  padding: 15px 20px; }

.post__body {
  margin: 0 0 25px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(52, 52, 52, 0.8);
  margin-bottom: 20px; }

.post__date {
  color: rgba(52, 52, 52, 0.6);
  font-weight: 600; }

.post-actions {
  padding: 5px 0;
  overflow: initial !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .post-actions {
    flex-direction: column; }
  .post-actions a {
    margin-bottom: 20px; }
  .post-actions .share-post {
    margin: 0 !important; } }

.item-grid {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 767.98px) {
  .product-listing-item {
    width: 100% !important;
    margin-left: 0 !important; } }

.product-listing-item .__block {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 100%; }

.product-listing-item .__delivery-date-warning {
  font-size: 1rem;
  color: #343434;
  margin-top: 15px; }

.product-listing-item .__title {
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700;
  color: #343434;
  margin-bottom: 5px; }

@media (min-width: 1200px) {
  .product-listing-item .__title {
    font-size: 1.3125rem; } }

.product-listing-item .add-info {
  display: none !important; }

.product-listing-item .desktop {
  display: none; }

.product-listing-item .ribbon-position {
  opacity: 1 !important; }

.product-listing-item .ribbon-wrapper {
  border: 2px solid #f0bb2b; }

.product-listing-item .ribbon-wrapper, .product-listing-item .--sales-tag {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  left: 0;
  top: 0; }

.product-listing-item .__top {
  text-align: left;
  background-image: linear-gradient(to bottom, #e7edf0, #f1f5f7);
  padding: 15px;
  border-bottom: 1px solid #d6d6d6;
  position: relative; }

.product-listing-item .__picture {
  margin: 20px 0; }

.product-listing-item .__picture img {
  margin: 0 auto;
  height: 250px;
  width: 100%;
  object-fit: cover; }

@media (max-width: 767.98px) {
  .product-listing-item .__picture img {
    margin: 20px 0; } }

.product-listing-item .__rating {
  display: flex;
  align-items: center; }

.product-listing-item .__rating span {
  display: block;
  color: #343434;
  font-size: 1rem;
  font-weight: 400; }

@media (max-width: 767.98px) {
  .product-listing-item .__rating span {
    font-size: 0.875rem; } }

.product-listing-item .__features-group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
  padding: 0 15px; }

@media (max-width: 767.98px) {
  .product-listing-item .__features-group {
    padding: 0 5px; } }

.product-listing-item .__features-item {
  border: 1px solid #d6d6d6;
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #f1f5f7;
  z-index: 1; }

@media (max-width: 991.98px) {
  .product-listing-item .__features-item {
    flex-direction: column; } }

.product-listing-item .__features-item span {
  font-size: 0.75rem;
  color: #838383;
  text-transform: uppercase;
  display: block;
  margin-right: 5px; }

@media (max-width: 991.98px) {
  .product-listing-item .__features-item span {
    font-size: 0.6875rem; } }

@media (max-width: 767.98px) {
  .product-listing-item .__features-item span {
    margin-right: 0; } }

.product-listing-item .__features-item h6 {
  margin-bottom: 0;
  color: #343434;
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .product-listing-item .__features-item h6 {
    font-size: 1.3125rem; } }

.product-listing-item .__details {
  padding: 40px 15px;
  text-align: left; }

@media (max-width: 767.98px) {
  .product-listing-item .__details {
    padding: 30px 15px 20px; } }

.product-listing-item .__prices .actual {
  margin-bottom: 0px;
  color: #343434;
  font-size: calc(1.25625rem + 0.075vw);
  font-weight: 700; }

@media (min-width: 1200px) {
  .product-listing-item .__prices .actual {
    font-size: 1.3125rem; } }

.product-listing-item .__prices .old {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #a02a2a;
  font-weight: 400;
  text-decoration: line-through; }

.product-listing-item .__additional-feature {
  margin-top: 20px; }

.product-listing-item .__additional-feature h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px; }

.product-listing-item .__additional-feature ul {
  padding: 0;
  margin: 0; }

.product-listing-item .__additional-feature ul li {
  font-size: 1rem;
  color: #343434;
  margin-bottom: 5px; }

.product-listing-item .__additional-feature ul li:before {
  content: '\2713';
  display: inline-block;
  font-weight: 700;
  color: #1ca88d;
  padding: 0 6px 0 0; }

.product-listing-item .__star {
  display: inline-block;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  margin-right: 5px; }

@media (min-width: 1200px) {
  .product-listing-item .__star {
    font-size: 1.5rem; } }

@media (max-width: 991.98px) {
  .product-listing-item .__star {
    font-size: 1rem; } }

.product-listing-item .__star::before {
  content: '★★★★★';
  letter-spacing: 0px;
  background: linear-gradient(90deg, #f0bb2b var(--rating), #eaeff2 var(--rating));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.faq-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e1e2e2;
  padding: 15px 0 15px 0;
  margin-bottom: 30px;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .faq-header {
    flex-direction: column;
    align-items: flex-start; }
  .faq-header h1 {
    margin-bottom: 15px; }
  .faq-header .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 575.98px) {
  .faq-header .trustpilot-widget iframe {
    height: 45px !important; } }

.faq-header div {
  display: flex;
  flex-direction: column; }

.faq-header div .breadcrumb {
  margin: 0 0 15px 0 !important;
  background: transparent !important;
  text-align: left !important;
  padding: 0 !important;
  width: auto !important; }

.faq-header div .breadcrumb ul li a {
  color: #1ca88d !important;
  font-size: 16px;
  font-weight: 500; }

.faq-header div .breadcrumb ul li .delimiter, .faq-header div .breadcrumb ul li strong, .faq-header div .breadcrumb ul li span {
  color: #c4c4c4 !important;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 500; }

.faq-header div h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "Galileo", sans-serif;
  font-weight: 500;
  color: #343434; }

@media (min-width: 1200px) {
  .faq-header div h1 {
    font-size: 2.5rem; } }

@media (max-width: 991.98px) {
  .faq-header div:nth-of-type(2) {
    width: 100%; } }

.faq-header div:nth-of-type(2) > a img {
  max-width: 185px;
  width: 100%; }

@media (max-width: 991.98px) {
  .faq-header div:nth-of-type(2) > a img {
    margin-top: 15px; } }

@media (max-width: 991.98px) {
  .faq-container__content {
    margin-top: 35px; } }

.faq-container__sidebar .category-sidebar {
  border-radius: 4px;
  border: 1px solid #d1d1d1 !important; }

.faq-container__sidebar .category-sidebar h1 {
  padding: 10px 15px !important;
  color: #343434 !important;
  font-weight: 500; }

.faq-container__sidebar .category-sidebar .main-cat a h2 {
  color: #1ca88d !important; }

.faq-container__search {
  float: none !important;
  width: auto !important;
  margin: 0 0 10px 0 !important;
  display: flex;
  align-items: center; }

.faq-container__search .fieldset {
  margin: 0;
  display: flex;
  align-items: center; }

.faq-container__search .fieldset h2 {
  color: #343434;
  font-weight: 400;
  margin: 0 10px 0 0; }

.faq-container__search .fieldset input {
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  height: 40px !important; }

.faq-container__search .fieldset button {
  height: 40px;
  background: #1ca88d !important;
  border-radius: 0 3px 3px 0; }

.faq-container__article .accordion .faq {
  margin-bottom: 25px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #e1e2e2 !important; }

.faq-container__article .accordion .faq:last-child {
  border-bottom: 0 !important; }

.faq-container__article .accordion .faq .faq-cat-title {
  color: #1ca88d !important;
  font-weight: 400;
  margin: 0 0 15px 0; }

.faq-container__article .accordion .faq .faq-cat-desc {
  color: #343434;
  font-weight: 400;
  margin-bottom: 10px; }

.faq-container__article .accordion .faq-que-ans ul li {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-bottom: 10px; }

.faq-container__article .accordion .faq-que-ans ul li h3 {
  margin-bottom: 0 !important; }

.faq-container__article .accordion .faq-que-ans ul li h3 a {
  color: #343434 !important;
  background: none !important;
  padding: 0;
  position: relative;
  padding: 20px !important;
  font-size: 18px !important;
  font-weight: 600 !important; }

.faq-container__article .accordion .faq-que-ans ul li h3 a:before {
  content: "+";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 23px;
  font-size: 16px;
  color: #1ca88d;
  display: flex;
  align-items: center;
  justify-content: center; }

.faq-container__article .accordion .faq-que-ans ul li h3 a.open {
  color: #1ca88d !important; }

.faq-container__article .accordion .faq-que-ans ul li h3 a.open:before {
  content: "-"; }

.faq-container__article .accordion .faq-que-ans ul li .outer {
  margin: 0 !important;
  padding: 0 20px 20px; }

.filtersPanel {
  display: flex;
  align-items: flex-start;
  width: auto;
  flex: 1 0 auto;
  flex-wrap: wrap;
  margin-top: 35px; }

.filtersPanel .filter-block {
  margin: 0 10px 20px 0 !important;
  flex: 0 0 20%; }

@media (max-width: 1199.98px) {
  .filtersPanel .filter-block {
    flex: 1 0 auto; } }

.filtersPanel .filter-block .title {
  background: white; }

.filtersPanel .filter-block .title:after {
  display: none; }

.filtersPanel .filter-block .title a.toggleControl {
  padding: 0px 40px 0px 10px !important;
  color: #343434;
  font-size: 14px;
  font-weight: 700; }

html {
  scroll-padding-top: 10vw;
  scroll-behavior: smooth; }

body {
  font-family: "Brandon Grotesque", sans-serif; }

h1,
.earth-theme .home-page .title strong,
.earth-theme .home-page .topic-block-title h2 {
  font-family: "Galileo", sans-serif;
  font-weight: 500; }

.page-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px; }

.page-title h1 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 400;
  color: #343434; }

@media (min-width: 1200px) {
  .page-title h1 {
    font-size: 2.25rem; } }

.recently-added-products-page .page-title, .html-category-page .page-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }

@media (max-width: 991.98px) {
  .recently-added-products-page .page-title, .html-category-page .page-title {
    flex-direction: column;
    align-items: flex-start; }
  .recently-added-products-page .page-title h1, .html-category-page .page-title h1 {
    margin-bottom: 15px; }
  .recently-added-products-page .page-title .trustpilot-widget, .html-category-page .page-title .trustpilot-widget {
    max-width: 265px; } }

@media (max-width: 767.98px) {
  .recently-added-products-page .page-title .trustpilot-widget iframe, .html-category-page .page-title .trustpilot-widget iframe {
    height: 50px !important; } }

@media (max-width: 991.98px) {
  .html-category-page .breadcrumb {
    margin-bottom: 15px !important; } }

.account-page .page-title, .html-registration-page .page-title, .recently-added-products-page .page-title, .html-category-page .page-title {
  margin-bottom: 35px; }

.product-selectors {
  background: #f8f8f8 !important;
  padding: 15px 10px !important; }

.product-selectors__sort-block {
  display: flex;
  justify-content: space-between;
  width: 100%; }

@media (max-width: 767.98px) {
  .product-selectors__sort-block {
    justify-content: center; } }

.product-selectors__sort-block div:last-child {
  margin-right: 0 !important; }
