/** code adding*/
.products {
  position: relative;
  text-align: center;
  transition: all 0.2s linear;
  animation: slideRight 600ms ease both;
}
.products:hover,
.products:focus,
.products:active {
  border-color: var(--brand-color);
}
.products-head {
  height: 80px;
}
.products-head-date {
  color: inherit;
  font-size: 0.875em;
}
.products-head-lable {
  display: inline;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: var(--brand-color);
  border-radius: 0;
  font-weight: normal;
  border-color: #fee188;
  color: #fff;
  padding: 3px 8px 4px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.8em;
  text-align: right;
  border-radius: 2px;
  z-index: 1;
}
.products-head-lable:before {
  border-color: rgba(0, 0, 0, 0) var(--brand-color) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  content: normal;
  display: inline-block;
  left: -14px;
  position: absolute;
  top: 0;
  border-width: 10px 7px;
}
.products-body {
  position: relative;
}
.products-foot {
  font-size: 0.85rem;
  padding: 1rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.97);
}
@media (min-width: 992px) {
  .products-foot {
    text-align: center;
  }
}
.products-img {
  display: block;
  margin: 0;
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}
.products-img:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.products-img img {
  border: solid 1px #f5f6f8;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s linear;
  border-radius: 15px;
}
.products-title {
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.products-category {
/*  color: white;*/
  color: white;
  font-size: 0.85rem;
  font-weight: 400;
}
.products-price {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  font-size: 0.85rem;
  color: inherit;
  padding: 0;
  gap: 5px;
}
.products-price-new {
  font-weight: 600;
   color: white;
}
.products-price-old {
  text-decoration: line-through;
  color: white;
}
.products-price-off {
  font-weight: 400;
  color: rgb(239 202 0 / 97%);
  white-space: nowrap;
}
.products .products-head-specification {
  color: rgba(128, 128, 128, 0.97);
  font-size: 1em;
  font-weight: 400;
}
.products .products_ft_list li {
  color: rgba(128, 128, 128, 0.97);
  font-size: 0.9em;
  font-weight: 400;
  margin: 4px 0;
  position: relative;
  padding: 0 16px;
}
.products .products_ft_list li:before {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  content: "";
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.shops .products {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  padding: 15px;
}
.product-listing {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
}
@media (min-width: 1200px) {
  .product-listing[data-view="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-listing[data-view="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-listing[data-view="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-listing[data-view="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-listing[data-view="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 575.98px) {
  .product-listing {
    grid-gap: 1px;
  }
  .product-listing .products {
    border-radius: 0px;
  }
}
.product-listing .products {
  height: 100%;
}
.not-available {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.not-available .svg {
  display: none;
}
.out-of-stock-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(112, 112, 112, 0.8);
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collections-ui {
  position: absolute;
  right: 2.5rem;
  bottom: 0;
  z-index: 1;
  transition-delay: 500ms;
}
.collections-ui.static--collection {
  right: 0;
}
.collections-ui.static--collection > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  position: relative;
}
.collections-ui > ul > li > span {
  display: block;
  width: 2.5rem;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-radius: 50%;
  height: 2.5rem;
  cursor: pointer;
}
.collections-ui .svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.collections-ui .fa {
  color: #fff;
  font-size: 16px;
}
.collections-ui .svg,
.collections-ui img {
  max-width: 100%;
  height: auto;
}
.collections-ui > ul > li.is-active > span {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
}
.collection-toggle.is-active .svg {
  fill: var(--secondary-color);
}
.rating {
  display: flex;
  align-items: center;
}
.products-reviews {
  display: inline-block;
  vertical-align: middle;
}
.products-reviews .totals-review {
  color: var(--brand-color);
  display: block;
}
.products-reviews .totals-review .link:after {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.item__price {
  font-weight: 600;
}
.item__price_old {
  color: white;
  font-weight: 400;
}
.item__price_off {
  font-weight: 400;
}
.item__price_off {
  color: var(--primary-color);
}


.actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  color: white;
  gap: 10px;
}
.actions-item {
  display: inline-block;
  vertical-align: top;
}
.actions-item > a {
  display: block;
  background: none;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  text-align: center;
  color: currentColor;
  font-size: 0.7rem !important;
  border-radius: 50%;
  background: rgba(var(--brand-color-alpha), 0.1);
  color: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-item > a.icn-highlighted {
  border: none;
  color: var(--brand-color);
  background: #f0f0f0;
}
.actions-item > a.icn-highlighted:hover,
.actions-item > a.icn-highlighted:focus,
.actions-item > a.icn-highlighted:active {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.actions-item > a .svg {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0;
}
.actions-item > a.is-active,
.actions-item > a:hover {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-color: var(--brand-color);
}
.actions-item:last-child {
  margin-right: 0;
}
.actions-large-item a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2;
}
.seller-lists {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.seller-card {
  border: solid 1px #dee2e6;
  border-radius: 2px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.seller-card-head {
  padding: 2rem;
}
.seller-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.seller-card-body .title {
  font-weight: 600;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
}
.seller-card-body .location {
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1.5rem;
}
.seller-card-body .price {
  font-weight: 600;
  color: var(--brand-color);
}
.seller-card-body .payment-mode {
  font-size: 0.8rem;
  color: white;
}
.seller-card-foot {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.seller-card .seller-logo {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  border: solid 1px #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-card-img {
  border: solid 1px #dee2e6;
  aspect-ratio: 1/1;
}
.product-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-card-data .title {
  font-weight: 600;
  font-size: clamp(1rem, 1.5vw, 3rem);
}
.slick-dots {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  width: 13px;
  height: 3px;
  border-radius: 1px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.5s ease-in-out;
}
.slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999999px;
}
.slick-dots li.slick-active {
  background: var(--brand-color);
  width: 30px;
  border-radius: 15px;
}
.social-profiles {
  margin-top: 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons li {
  margin: 0 5px;
}
.share-wrap {
  padding: 2.5rem;
  text-align: center;
}
.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 1rem;
  padding: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.social-sharing li {
  font-size: 0.8rem;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  margin: 0;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.social-sharing li a {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 1rem 0.5rem;
}
.social-sharing li a .svg {
  width: 1.5rem;
  height: 1.5rem;
}
.social-sharing li.social-facebook {
  background: #3b5998;
}
.social-sharing li.social-twitter {
  background: #1da1f2;
}
.social-sharing li.social-pintrest {
  background: #c8232c;
}
.social-sharing li.social-email {
  background: #9b9a9a;
}
.rating-a .br-widget {
  height: 52px;
}
.rating-a .br-widget a {
  display: block;
  width: 15px;
  padding: 5px 0 5px 0;
  height: 30px;
  float: left;
  background-color: #e3e3e3;
  margin: 1px;
  text-align: center;
}
.rating-a .br-widget a.br-active,
.rating-a .br-widget a.br-selected {
  background-color: #59a6d6;
}
.rating-a .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 2;
  float: left;
  padding: 0 20px 0 20px;
  color: #646464;
}
.rating-b .br-widget {
  height: 25px;
}
.rating-b .br-widget a {
  display: block;
  width: 70px;
  height: 16px;
  float: left;
  background-color: #e3e3e3;
  margin: 1px;
}
.rating-b .br-widget a.br-active,
.rating-b .br-widget a.br-selected {
  background-color: #59a6d6;
}
.rating-b .br-widget .br-current-rating {
  line-height: 1.1;
  float: left;
  padding: 0 20px 0 20px;
  color: #646464;
}
.rating-b .br-readonly a.br-active,
.rating-b .br-readonly a.br-selected {
  background-color: #cbcbcb;
}
.rating-c .br-widget {
  height: 52px;
}
.rating-c .br-widget a {
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  background-color: #e3e3e3;
  margin: 2px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
  color: #b6b6b6;
}
.rating-c .br-widget a.br-active,
.rating-c .br-widget a.br-selected {
  background-color: #59a6d6;
  color: white;
}
.rating-d .br-widget {
  height: 52px;
}
.rating-d .br-widget a {
  display: block;
  width: 40px;
  padding: 5px 0 5px 0;
  height: 30px;
  float: left;
  background-color: white;
  border-bottom: 2px solid #e3e3e3;
  color: #646464;
  margin: 1px;
  text-decoration: none;
  line-height: 2.1;
  text-align: center;
}
.rating-d .br-widget a span {
  color: white;
}
.rating-d .br-widget a.br-active,
.rating-d .br-widget a.br-selected {
  border-bottom: 2px solid #646464;
}
.rating-d .br-widget a:hover span,
.rating-d .br-widget a.br-current span {
  color: #646464;
}
.rating-e .br-widget a {
  padding: 5px;
  color: #646464;
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 3;
  text-align: center;
}
.rating-e .br-widget a.br-active {
  background-color: #e3e3e3;
  color: #646464;
}
.rating-e .br-widget a.br-selected {
  background-color: #59a6d6;
  color: white;
}
.rating-f .br-widget {
  height: 24px;
}
.rating-f .br-widget a {
  background: url("images/star.png");
  width: 24px;
  height: 24px;
  display: block;
  float: left;
}
.rating-f .br-widget a:hover,
.rating-f .br-widget a.br-active,
.rating-f .br-widget a.br-selected {
  background-position: 0 24px;
}
.rating-g .br-widget {
  height: 25px;
}
.rating-g .br-widget a {
  display: block;
  width: 50px;
  height: 16px;
  float: left;
  background-color: #e3e3e3;
  margin: 1px;
}
.rating-g .br-widget a.br-active,
.rating-g .br-widget a.br-selected {
  background-color: #59a6d6;
}
.rating-g .br-widget .br-current-rating {
  line-height: 1.1;
  float: left;
  padding: 0 20px 0 20px;
  color: #646464;
}
.rating {
  --rating-fg: #f5861f;
  --size: 0.875rem;
  --space: 0.15em;
  position: relative;
  display: flex;
  margin-left: -0.15em;
}
.rating-action,
.rating-view {
  display: inline-flex;
}
.rating-action .icon,
.rating-view .icon {
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  padding: var(--space);
  box-sizing: content-box;
  margin: 0;
}
.rating-action,
.rating-view {
  flex-direction: row-reverse;
}
.rating-action .icon,
.rating-view .icon {
  fill: #ddd;
  stroke: #ddd;
}
.rating-action[data-rating="1"] .icon:nth-last-child(1),
.rating-action[data-rating="1"] .icon:nth-last-child(1) ~ .icon,
.rating-view[data-rating="1"] .icon:nth-last-child(1),
.rating-view[data-rating="1"] .icon:nth-last-child(1) ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating-action[data-rating="2"] .icon:nth-last-child(2),
.rating-action[data-rating="2"] .icon:nth-last-child(2) ~ .icon,
.rating-view[data-rating="2"] .icon:nth-last-child(2),
.rating-view[data-rating="2"] .icon:nth-last-child(2) ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating-action[data-rating="3"] .icon:nth-last-child(3),
.rating-action[data-rating="3"] .icon:nth-last-child(3) ~ .icon,
.rating-view[data-rating="3"] .icon:nth-last-child(3),
.rating-view[data-rating="3"] .icon:nth-last-child(3) ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating-action[data-rating="4"] .icon:nth-last-child(4),
.rating-action[data-rating="4"] .icon:nth-last-child(4) ~ .icon,
.rating-view[data-rating="4"] .icon:nth-last-child(4),
.rating-view[data-rating="4"] .icon:nth-last-child(4) ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating-action[data-rating="5"] .icon:nth-last-child(5),
.rating-action[data-rating="5"] .icon:nth-last-child(5) ~ .icon,
.rating-view[data-rating="5"] .icon:nth-last-child(5),
.rating-view[data-rating="5"] .icon:nth-last-child(5) ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating-action .icon:hover,
.rating-action .icon:hover ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating:not([data-readonly]) .rating-action .icon {
  cursor: pointer;
}
.rating:not([data-readonly]) .rating-action .icon:hover,
.rating:not([data-readonly]) .rating-action .icon:hover ~ .icon {
  fill: var(--rating-fg);
  stroke: var(--rating-fg);
}
.rating__count {
  font-size: 0.875rem;
  color: white;
  padding-left: 0.5rem;
}
.rating__text {
  font-size: 12px;
  color: white;
  border: solid 1px #dee2e6;
  border-radius: 50px;
  display: inline-block;
  padding: 0.15rem 1rem;
  margin-bottom: 0.5rem;
}
.product-ratings {
  padding: 0;
  margin: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.85rem;
  line-height: 1.5;
  gap: 5px;
}
.product-ratings a {
  color: inherit;
  font-size: inherit;
}
.product-ratings .svg {
  fill: var(--secondary-color);
}
.product-ratings .rate {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: 500;
  white-space: nowrap;
}
.product-ratings .be-first {
  line-height: 1;
  font-size: 0.9em;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  color: var(--secondary-color);
}
.product-ratings .totals-review {
  color: currentColor;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  margin-left: 10px;
}
.steps {
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.steps ul {
  margin: auto;
  display: block;
  width: 80%;
}
.steps li {
  display: inline-block;
  width: 33.3%;
  margin: 0 -2px;
  text-align: center;
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 1.1em;
}
.steps li:after {
  width: 80px;
  left: 100%;
  margin: 0 0 0 -45px;
  top: 50%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  content: "";
}
.steps li:last-child:after {
  display: none;
}
.steps li:before {
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  margin: 0 5px 0 0;
}
.steps li.is-process {
  color: #000;
}
.steps li.is-process:before {
  content: "\f021";
}
.steps li.is-success {
  color: #24b26b;
}
.steps li.is-success:before {
  content: "\f00c";
}
.steps li:last-child {
  padding-right: 0;
}
.nav-tabs {
  border-bottom: solid 2px #000;
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
  white-space: nowrap;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .nav-tabs {
    grid-gap: 2rem;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
}
.nav-tabs-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nav-tabs-center {
    justify-content: center;
  }
}
.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.nav-tabs .nav-link {
  color: rgba(255,255,255);
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.7rem 0;
}
.nav-tabs .nav-link:hover {
  color: var(--brand-color);
}
.nav-tabs .nav-link.active {
  background: none;
  border: none;
  color: var(--brand-color);
  position: relative;
}
.nav-tabs .nav-link.active:after {
  content: "";
  background: var(--brand-color);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wrap-drop {
  position: relative;
  border: solid 1px #dee2e6;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: rgba(0, 0, 0, 0.97);
  font-family: inherit;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 4px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 35px;
  background: #fff;
}
.wrap-drop span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-drop:before,
.wrap-drop:after {
  top: 50%;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #545454;
  display: inline-block;
  transition: all 0.2s ease;
  content: "";
}
.wrap-drop:after {
  right: 10px;
  transform: rotate(-45deg);
}
.wrap-drop:before {
  right: 16px;
  transform: rotate(45deg);
}
.wrap-drop.wrap-drop--first {
  border-color: var(--brand-color);
  color: var(--brand-color);
}
.wrap-drop.wrap-drop--first:after,
.wrap-drop.wrap-drop--first:before {
  background-color: var(--brand-color);
}
.wrap-drop .drop {
  background: #fff;
  border: solid 1px #dee2e6;
  position: absolute;
  transition: all 300ms;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: 100%;
  z-index: 2;
  border-radius: 4px;
}
.wrap-drop .drop li:hover a {
  color: var(--brand-color);
}
.wrap-drop .drop li a {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.97);
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  font-size: 0.875em;
  font-weight: 400;
  padding: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s linear;
}
.wrap-drop.active:after {
  transform: rotate(45deg);
  border-width: 0 10px 10px;
}
.wrap-drop.active:before {
  transform: rotate(-45deg);
}
.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.wrap-drop .colors {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.card {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  border-radius: 4px;
  margin-bottom: 0rem !important;
  height: 100%;
  animation: dropdown-menu-fade-in 0.3s ease 1,
    dropdown-menu-move-up 0.3s ease-out 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .card {
    word-break: normal;
  }
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.97);
  background: none;
  border: none;
}
.card-header ~ .card-body {
  padding-top: 0;
}
.card-body {
  flex: 1 1 0;
  padding: 1rem;
}
.card-footer {
  padding: 1rem;
  background: none;
  border-top: solid 1px #dee2e6;
}
.card-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.1rem;
}
.card-title a {
  color: rgba(0, 0, 0, 0.97);
}
.toggle-switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 42px;
  min-width: 42px;
  flex: 0 0 42px;
}
.toggle-switch input,
.toggle-switch .custom-select {
  display: none;
}
.toggle-switch input:checked + .slider,
.toggle-switch .custom-select:checked + .slider {
  background-color: #66bb6a;
}
.toggle-switch input:checked + .slider:before,
.toggle-switch .custom-select:checked + .slider:before {
  transform: translateX(22px);
}
.toggle-switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  left: 4px;
  content: "";
  height: 12px;
  position: absolute;
  transition: 0.4s;
  width: 12px;
}
.toggle-switch .slider.round {
  border-radius: 20px;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
@media print {
  body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #000;
    overflow: visible !important;
  }
  body table {
    overflow: visible !important;
    table-layout: fixed !important;
  }
  body .content-space {
    padding: 0 !important;
    margin: 0;
  }
  [dir="rtl"] body {
    direction: rtl !important;
    text-align: right !important;
  }
  .noprint,
  .no-print {
    display: none !important;
  }
}
.checkout-progress {
  display: none;
}
@media (min-width: 992px) {
  .checkout-progress {
    display: flex;
    align-items: center;
    grid-gap: 1.5rem;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.checkout-progress-step {
  text-align: center;
  flex: 1;
  padding: 20px 0;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  list-style: none;
  cursor: pointer;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-color: transparent;
  transition: background-size 0.3s;
}
.checkout-progress-step:hover {
  text-decoration: none;
  background-size: 100% 2px;
}
.checkout-progress-step.is-active {
  background-size: 100% 2px;
}
.list-group-item {
  background: transparent;
  border: solid 1px #dee2e6;
  animation: dropdown-menu-fade-in 0.3s ease 1,
    dropdown-menu-move-up 0.3s ease-out 1;
}
.list-group-xl .list-group-item {
  padding: 2.25rem 225rem;
}
.list-group-lg .list-group-item {
  padding: 2rem 2rem;
}
.list-group-md .list-group-item {
  padding: 1.5rem 1.5rem;
}
.list-group-sm .list-group-item {
  padding: 1.25rem 1.25rem;
}
.list-group-xs .list-group-item {
  padding: 1rem 1rem;
}
.list-group-flush-x .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.list-group-flush-y .list-group-item:first-child {
  padding-top: 0;
  border-top: none;
  border-radius: 0;
}
.list-group-flush-y .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}
.list-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-actions li {
  border: none;
  transition-delay: 250ms;
  margin-right: 15px;
}
.list-actions li a {
  color: rgba(0, 0, 0, 0.97);
}
.list-actions li a .svg {
  fill: currentColor;
  opacity: 0.6;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.list-actions li a:hover .svg {
  fill: var(--brand-color);
  opacity: 1;
}
.list-actions li:last-child {
  margin-right: 0;
}
.list-actions li:nth-child(2) {
  transition-delay: 500ms;
}
.media-more {
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  padding: 5px;
}
.media-more li {
  padding: 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  margin-left: -10px;
}
.media-more li:first-child {
  margin-left: 0;
}
.media-more li:nth-child(1) {
  transition-delay: 75ms;
}
.media-more li:nth-child(2) {
  transition-delay: 0.15s;
}
.media-more li:nth-child(3) {
  transition-delay: 0.3s;
}
.media-more li:nth-child(4) {
  transition-delay: 0.45s;
}
.media-more li:nth-child(5) {
  transition-delay: 0.6s;
}
.media-more li:nth-child(6) {
  transition-delay: 0.75s;
}
.media-more li:nth-child(7) {
  transition-delay: 0.9s;
}
.media-more li:nth-child(8) {
  transition-delay: 0.105s;
}
.media-more li:nth-child(9) {
  transition-delay: 0.13s;
}
.media-more li .circle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--bg-white);
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 6px rgba(154, 154, 154, 0.3);
  background: var(--gray-color);
}
.media-more li .circle img {
  display: block;
}
.media-more li .circle svg {
  max-width: 16px;
  height: 16px;
  width: 100%;
  fill: rgba(0, 0, 0, 0.97);
}
.media-more li .circle.plus-more {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.media-more li:hover {
  position: relative;
  z-index: 1;
}
.media-more.show li {
  opacity: 1;
}
.bg-brand {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
}
.bg-brand-light {
  background-color: rgba(var(--brand-color-alpha), 0.1);
  color: #000;
}
.bg-secondary {
  background-color: var(--secondary-color);
  color: var(--secondary-color-inverse);
}
.bg-third {
  background-color: var(--third-color);
  color: var(--third-color-inverse);
}
.bg-white {
  background-color: #fff;
  color: #000;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-gray {
  background-color: #f3f4f5;
  color: rgba(0, 0, 0, 0.97);
}
.bg-gray-dark {
  background-color: #f3f4f5;
  color: rgba(0, 0, 0, 0.97);
}
.geo-location {
  display: none;
}
@media (min-width: 992px) {
  .geo-location {
    display: block;
    position: relative;
    padding-left: 1.5rem;
  }
}
.geo-location::before {
  content: "";
  background: #dee2e6;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
}
.geo-location_inner {
  display: block;
  align-items: center;
}
.geo-location_trigger {
  text-align: inherit;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  color: currentColor;
  padding: 0;
  width: 100%;
}
.geo-location_trigger .svg {
  margin-right: 6px;
  fill: var(--secondary-color);
}
.geo-location-selected {
  white-space: nowrap;
  max-width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: 400;
}
.geo-location_body {
  padding: 2rem;
}
.geo-location .btn-detect {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}
.geo-location .btn-detect .svg {
  fill: var(--secondary-color);
  margin-right: 8px;
}
.geo-location .or {
  margin: 1.5rem 0;
}
.geo-location_input {
  border: solid 1px #dedede;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #474747;
  height: 3rem;
  width: 100%;
  padding: 0 1.25rem;
  font-size: 0.85rem;
  line-height: 3rem;
  border-radius: 4px;
  outline: none;
  font-family: inherit;
  transition: 0.3s all ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 2rem;
}
.geo-location-mobile .button-geo-location {
  margin-bottom: 1.5rem;
}
.geo-location-mobile .geo-location_body {
  padding: 0;
}
.location-popup-width {
  max-width: 630px;
  padding: 0 !important;
}
.location-permission {
  text-align: center;
  background-image: url(images/retina/city-location.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 100px;
}
.location-permission_head {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 3rem;
}
.location-permission_head h5,
.location-permission_head .h5 {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.location-permission_head p {
  font-size: 0.89rem;
  margin-bottom: 2rem;
  color: white;
}
.location-permission_body .default {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  padding: 1rem;
  padding-right: 3rem;
  display: inline-flex;
  align-items: center;
  color: white;
  margin: 0 1rem;
  position: relative;
  min-width: 300px;
  font-weight: 400;
}
.location-permission_body .default:after {
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 5px);
  content: "";
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--brand-color);
  border-right: 2px solid var(--brand-color);
  transform: rotate(45deg);
}
[dir="rtl"] .location-permission_body .default:after {
  left: 1.2rem;
  transform: rotate(-135deg);
}
.location-permission_body .default .icn {
  max-width: 30px;
  margin-right: 1rem;
}
.location-permission_body .default .location-name {
  font-size: 0.85rem;
}
.location-permission_body .default .location-name strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
}
.location-permission_body .default:hover {
  border-color: var(--brand-color);
}
.location-permission_body .or {
  max-width: none;
  margin: 1.5rem auto;
  font-weight: 400;
}
.location-permission_body .or:after,
.location-permission_body .or:before {
  width: 45%;
  background: #dee2e6;
}
.location-permission_body .location-search {
  max-width: 300px;
  margin: 0 auto;
}
.location-permission_body .location-search input,
.location-permission_body .location-search .custom-select {
  font-size: 0.8rem;
  background-image: url(images/retina/magni-gray.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px;
  padding: 1.5rem;
  padding-left: 45px;
}
[dir="rtl"] .location-permission_body .location-search input,
[dir="rtl"] .location-permission_body .location-search .custom-select {
  padding-right: 45px;
  background-position: calc(100% - 10px) center;
}
.quantity {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 0.7rem;
}
.quantity .decrease,
.quantity .increase {
  border: solid 1px #000;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 26px;
  height: 26px;
  min-width: 26px;
  color: white;
}
.quantity .decrease:hover,
.quantity .decrease:focus,
.quantity .decrease:active,
.quantity .increase:hover,
.quantity .increase:focus,
.quantity .increase:active {
  background-color: var(--secondary-color);
  color: var(--secondary-color-inverse);
  border-color: currentColor;
}
.quantity .decrease:focus,
.quantity .increase:focus {
  color: #fff;
  outline: none !important;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.quantity .decrease:active,
.quantity .increase:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.quantity .decrease.disabled,
.quantity .increase.disabled {
  color: white;
  pointer-events: none;
  background-color: transparent;
  opacity: 0.5;
}
.quantity .decrease .svg,
.quantity .increase .svg {
  width: 10px;
  height: 10px;
}
.quantity .qty-input {
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  max-width: 50px;
  font-size: 0.85rem;
}
.quantity-sm {
  max-width: 100px;
  height: 30px;
}
.quantity-sm .svg {
  width: 10px;
  height: 10px;
}
.quantity-2 {
  max-width: 90px;
  padding: 0;
  border: none;
}
.quantity-2 span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  max-width: 24px;
  background-color: #f3f4f5;
  border-radius: 4px;
}
.filter-directory a {
  color: inherit;
}
.filter-directory .filter-directory_bar {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  border-bottom: solid 1px #dee2e6;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
}
.filter-directory .filter-directory_bar .filter-directory_search_input {
  margin-right: 1rem;
  flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .filter-directory .filter-directory_bar .filter-directory_search_input {
    margin: 0;
    margin-bottom: 1rem;
    flex: auto;
    max-width: none;
  }
}
.filter-directory .filter-directory_bar .filter-directory_indices {
  display: flex;
  gap: 5px;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .filter-directory .filter-directory_bar .filter-directory_indices {
    justify-content: flex-start;
    width: 100%;
  }
}
.filter-directory .filter-directory_bar .filter-directory_indices li {
  font-size: 0.8rem;
  padding: 0.4rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.filter-directory .filter-directory_disabled {
  opacity: 0.2;
}
.filter-directory_list {
  padding: 0;
  height: 465px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  white-space: nowrap;
  overflow-y: auto;
  gap: 20px;
}
.filter-directory_list li {
  font-size: 0.8rem;
}
.filter-directory_list .filter-directory_list_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.filter-directory_list .filter-directory_count {
  opacity: 0.66;
  font-size: 0.7rem;
}
.filter-left {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 6rem;
}
@media (max-width: 991.98px) {
  .filter-left {
    display: block;
  }
}
.filter-left .collection-sidebar {
  background: #fff;
  flex-grow: 0;
  flex-basis: 0;
  display: block;
}
@media (max-width: 991.98px) {
  .filter-left .collection-sidebar {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: -280px;
    bottom: 0;
    overflow-y: auto;
    backface-visibility: hidden;
    width: 280px;
    transition: left 0.3s ease, right 0.3s ease;
  }
  .collection-sidebar--on .filter-left .collection-sidebar {
    padding: 1rem;
    left: 0;
    visibility: visible;
    box-shadow: 0px 0px 0 1500px rgba(0, 0, 0, 0.2);
    z-index: 1030;
  }
}
.filter-left .sidebar-widget__body {
  transition: none !important;
}
.aside-head {
  display: flex;
  justify-content: space-between;
}
.aside-head .title {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.sidebar-widget {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #dee2e6;
  position: relative;
}
.sidebar-widget:after {
  background: var(--brand-color);
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sidebar-widget:last-child:after {
  content: normal;
}
.sidebar-widget_head {
  font-size: 1rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.sidebar-widget_head:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  display: inline-block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.5s ease;
}
.sidebar-widget_head[aria-expanded="true"]:before {
  top: calc(50% - 1px);
  transform: rotate(-134deg);
}
.sidebar-widget_body {
  padding: 1rem 0;
}
.sidebar-widget .color-dot {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.selected-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  grid-gap: 10px;
}
.selected-filters-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.selected-filters .chip {
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: solid 1px #000;
  padding: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 400;
}
.selected-filters .chip.more {
  font-weight: 600;
  padding-right: 14px;
}
.selected-filters .chip .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 10px;
  color: inherit;
}
.selected-filters .chip .remove:hover,
.selected-filters .chip .remove:focus,
.selected-filters .chip .remove:active {
  background-color: none;
}
.selected-filters .btn-clear-all {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border: none;
  font-size: inherit;
}
#facebox .content.faceboxWidth.gallery-media-popup {
  width: 960px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  #facebox .content.faceboxWidth.gallery-media-popup {
    width: 100%;
  }
}
.posted-reviews {
  display: flex;
}
@media (max-width: 575.98px) {
  .posted-reviews {
    display: block;
  }
}
.posted-reviews__media {
  max-width: 60%;
  flex: 0 0 60%;
  position: relative;
  background-color: #f0f0f0;
  padding: 2rem;
}
.posted-reviews__media img {
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .posted-reviews__media {
    max-width: 100%;
  }
}
.posted-reviews__from {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 15px;
  color: white;
}
.posted-reviews__content {
  max-width: 40%;
  flex: 0 0 40%;
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .posted-reviews__content {
    max-width: 100%;
  }
}
.posted-reviews__content .yes-no ul {
  justify-content: flex-start;
}
.posted-reviews__content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
.posted-reviews .review-media-thumb {
  padding-top: 1rem;
}
.posted-reviews .thumb-wrap {
  margin: 5px;
  border: solid 1px #dee2e6;
}
.posted-reviews .thumb-wrap img {
  cursor: pointer;
}
.posted-reviews .slick-current .thumb-wrap {
  border-color: var(--brand-color);
}
.media-arrows {
  position: absolute;
  left: 15px;
  top: 40%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-arrows a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  position: relative;
  border: 1px solid currentColor;
  text-indent: -9999px;
  font-size: 0px;
}
.media-arrows a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.media-arrows__left {
  transform: rotate(45deg);
}
.media-arrows__right {
  transform: rotate(-135deg);
}
.badges {
  position: absolute;
  top: 10px;
  z-index: 9;
  font-size: 0.8rem;
}
.badges .svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  fill: var(--brand-color);
  width: 100%;
  height: 100%;
}
.badges .text {
  position: absolute;
  top: auto;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: var(--brand-color-inverse);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badges-1 {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
  border-radius: 1px;
  padding: 4px 8px;
}
.badges-1 .text {
  position: static;
}
.badges-2 {
  top: 3px;
  right: 3px;
  width: 70px;
  height: 70px;
}
.badges-2 .text {
  font-weight: 600;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  right: 0;
  top: 10px;
  line-height: 30px;
  text-transform: uppercase;
  width: 50px;
}
.badges-2.badges-left {
  transform: rotate(-90deg);
}
.badges-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.badges-4 {
  width: 60px;
  height: 60px;
}
.badges-4 .text {
  transform: rotate(45deg);
  left: 10px;
  right: 0;
  line-height: 30px;
  width: 55px;
  top: 8px;
  margin-left: 0;
}
.badges-4.badges-left {
  transform: rotate(-90deg);
}
.badges-5 {
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badges-5 .text {
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 45px;
}
.badges-left {
  left: 10px;
  top: 10px;
}
.badges-right {
  right: 10px;
  top: 10px;
}
[direction="rtl"] .badges-4 .text {
  left: -10px;
  top: 6px;
}
[direction="rtl"] .badges-4.badges-left {
  transform: none;
}
[direction="rtl"] .badges-2 .text {
  left: 0px;
  top: 10px;
}
* {
  scrollbar-color: #9aa0a6 transparent;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: 0 0;
}
*::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  background-clip: padding-box;
  border-radius: 10px;
  border: 1.5px solid transparent;
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #61686e;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #798189;
}
*-y {
  overflow-y: auto;
}
*-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.file__upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: white;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
}
.file__upload:hover,
.file__upload:focus,
.file__upload:active {
  cursor: pointer;
  color: var(--primary-color);
}
.file__upload input[type="file"],
.file__upload .custom-select[type="file"] {
  position: absolute;
  border: none;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}
.file__upload span {
  font-size: 0.875rem;
  color: currentColor;
}
.file__upload span svg {
  fill: currentColor;
}
.file__upload span.upload-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
}
.uploaded-media {
  margin-top: 1rem;
}
.uploaded-media ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.uploaded-media ul li {
  position: relative;
}
.uploaded-media .uploaded-file {
  display: flex;
  align-items: center;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  background: #fff;
}
.uploaded-media .uploaded-file__thumb {
  aspect-ratio: 1/1;
}
.uploaded-media .uploaded-file__thumb img {
  width: 50px;
  height: 50px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.uploaded-media .file-remove {
  position: absolute;
  top: 0;
  right: 0;
}
.uploaded-media .close-layer {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 50%;
  right: -10px;
  top: -10px;
}
.all-review-media {
  padding-top: 0;
  margin-top: 2rem;
}
.all-review-media .review-media-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}
.all-review-media .review-media-list li {
  margin: 0 0.35rem 1rem 0.35rem;
  flex: 0 0 60px;
  max-width: 60px;
  position: relative;
  z-index: 0;
  border: none;
}
.all-review-media .review-media-list li .review-media {
  display: block;
  position: relative;
  border: solid 1px #dee2e6;
  width: 60px;
  height: 60px;
}
.all-review-media .review-media-list li .review-media:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  background-color: #f0f0f0;
}
.all-review-media .review-media-list li .review-media img,
.all-review-media .review-media-list li .review-media video,
.all-review-media .review-media-list li .review-media iframe,
.all-review-media
  .review-media-list
  li
  .review-media
  .blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  img,
.blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  .all-review-media
  .review-media-list
  li
  .review-media
  img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.all-review-media .review-media-list li .review-media iframe,
.all-review-media
  .review-media-list
  li
  .review-media
  .blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  img,
.blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  .all-review-media
  .review-media-list
  li
  .review-media
  img {
  width: 100%;
  height: 100%;
}
.all-review-media .review-media-list li.more-media .review-media:before {
  content: attr(data-count);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.more-sellers {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  margin-top: 2rem;
}
.more-sellers-item {
  border-bottom: solid 1px #dee2e6;
  padding: 1.5rem 1.5rem;
}
.more-sellers-item.is-active {
  background-color: #f3f4f5;
}
.more-sellers-item:last-child {
  border: 0;
}
.more-sellers-head {
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  font-weight: 600;
}
.more-sellers .sold-price {
  font-weight: 500;
  font-size: 1.125rem;
}
.more-sellers .sold-by {
  font-size: 0.8rem;
  display: flex;
  margin-bottom: 0.6rem;
  color: white;
}
.more-sellers .sold-by-txt {
  padding-right: 10px;
  color: white;
}
.more-sellers .sold-by-name {
  text-decoration: underline;
}
.more-sellers .shop-wrap {
  margin-bottom: 0.6rem;
}
.more-sellers .product-ratings {
  color: var(--secondary-color);
}
.more-sellers .more-link {
  border: none;
  margin: 0 auto;
}
.customer-reviews {
  display: flex;
  flex-direction: column;
}
.customer-reviews-head {
  padding: 1rem 0;
  margin-bottom: 3rem;
  border-bottom: solid 1px #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-flow: row wrap;
}
.customer-reviews .title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .rating-layout {
    display: grid;
    grid-gap: 8rem;
    grid-template-columns: minmax(auto, 24%) 1fr;
  }
}
.rating-layout-end {
  position: relative;
}
.average-rating {
  display: flex;
  flex-direction: column;
}
.average-rating .rate {
  font-size: 2.6125rem;
  line-height: 1;
  font-weight: 500;
}
.average-rating .svg {
/*  fill: var(--secondary-color);*/
    fill: rgb(203 165 165 / 77%);
}
.average-rating .totals {
  font-weight: 400;
}
.rating-block {
  margin: 2rem 0;
}
.rating-block:first-child {
  margin-top: 0;
}
.rating-block .title {
  font-size: 1.5rem;
  font-weight: 600;
}
.rating-block .title-sub {
  font-size: 1rem;
}
.rating-block p {
  color: white;
  font-size: 0.8rem;
}
.rating-block .product-ratings .icn {
  width: 2.5rem;
  height: 2.5rem;
}
.rating-block .product-ratings .rate {
  font-size: 1rem;
}
.rating-block .text-info {
  font-size: 12px;
}
.progress-block {
  margin-top: 1rem;
}
.progress-block-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.97);
  margin: 0.5rem 0;
}
.progress-block .star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20px;
  text-align: left;
  white-space: nowrap;
  height: 10px;
  color: rgba(0, 0, 0, 0.97);
}
.progress-block .star .txt {
  width: 10px;
  display: inline-block;
}
/*.progress-block .star .svg {
  //fill: rgba(0, 0, 0, 0.77);
}*/
.progress-block .star .svg {
    fill: rgb(203 165 165 / 77%);
}

.progress-block .progress {
  border-radius: 0;
  border: none;
  height: 6px;
  width: 100%;
  background-color: #f3f4f5;
  color: #000;
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.progress-block .progress::-moz-progress-bar {
  background: lightcolor;
  border: none;
}
.progress-block .progress::-webkit-progress-value {
  background-color: var(--secondary-color);
  border: none;
}
.progress-block .progress::-webkit-progress-bar {
  border: none;
  background: #f3f4f5;
}
.progress-block .count {
  min-width: 30px;
  text-align: right;
  white-space: nowrap;
}
.rating-by-category {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.97);
}
.rating-by-category-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.97);
  margin: 1rem 0;
}
.rating-by-category .label {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.97);
}
.rating-by-category .value {
  display: flex;
  margin-left: auto;
}
.rating-by-category .out-of {
  margin-left: 5px;
  white-space: nowrap;
  min-width: 40px;
  text-align: right;
  font-size: 0.8rem;
}
.rating-by-category .svg {
  fill: #ff3a59;
}
.star-inline {
  display: inline-flex;
  align-items: center;
}
.star-inline-item {
  margin: 0 2px;
}
.review-cta p {
  margin-bottom: 1.5rem;
}
.user-reviews-item {
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.user-reviews-item:last-child {
  border-bottom: none;
}
.user-reviews-foot {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .user-reviews-foot {
    flex-direction: row;
  }
}
.user-reviews .reviews-by {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  grid-gap: 6px;
}
.sort-by {
  display: flex;
  align-items: center;
}
.sort-by-btn {
  width: 100%;
  max-width: 200px;
}
.review-images {
  display: flex;
}
.review-images .image {
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  max-width: 125px;
  margin-left: 10px;
}
.review-images .image:first-child {
  margin-left: 0;
}
.review-images .image img {
  mix-blend-mode: multiply;
}
.review-images .image .txt-over {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
}
.rated-by {
  margin-bottom: 2rem;
  display: flex;
  gap: 1.8rem;
  flex-flow: row wrap;
}
.rated-by-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 0.8rem;
  color: white;
  border-right: solid 1px #dee2e6;
}
.rated-by-item:last-child {
  border: 0;
}
.rated-by .product-ratings {
  margin: 0;
}
.rated-by .rated-by-label {
  padding-right: 1rem;
}
.rated-by .rate {
  font-weight: 600;
}
.yes-no {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.yes-no-item:first-child {
  margin-left: 0;
}
.yes-no-item .btn {
  font-weight: 600;
  font-size: 0.8rem;
}
.yes-no .btn-thumb .counts {
  color: white;
  font-weight: 400;
}
.yes-no .btn-thumb:hover,
.yes-no .btn-thumb:focus,
.yes-no .btn-thumb:active {
  color: var(--brand-color);
}
.stores {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.stores-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.stores-photo {
  margin-right: 1rem;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  display: block;
}
.stores-photo img {
  max-width: 100px;
}
.stores-detail {
  font-weight: 500;
}
.stores-location {
  font-size: 0.85rem;
}
.interactive-stores {
  padding: 0;
  border-top: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
  border-color: #dfe3e7;
}
@media (min-width: 992px) {
  .interactive-stores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.interactive-stores-map {
  order: 2;
  position: relative;
  aspect-ratio: 4/3;
}
.interactive-stores-map .canvas-map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.interactive-stores-map .canvas-map iframe,
.interactive-stores-map
  .canvas-map
  .blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  img,
.blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  .interactive-stores-map
  .canvas-map
  img {
  width: 100%;
  height: 100%;
}
.interactive-stores-map .map-loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
}
.interactive-stores-map .map-loader.is-loading {
  display: flex;
}
.interactive-stores-list {
  padding: 1rem;
}
@media (min-width: 992px) {
  .interactive-stores-list {
    padding: 3rem;
    overflow: hidden;
    overflow-y: auto;
    aspect-ratio: 4/3;
  }
}
.map-filters {
  padding: 0.5rem 0;
  margin-bottom: 1.125rem;
  border-top: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
}
@media (min-width: 768px) {
  .map-filters {
    display: flex;
  }
}
.map-filters__label {
  padding: 0.875rem 0.5rem 0 0;
  color: #2e384d;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .map-filters__label {
    padding: 0 0 0.75rem 0;
    display: block;
  }
}
.map-filters__col {
  padding-left: 1rem;
}
@media (max-width: 575.98px) {
  .map-filters__col {
    padding: 0 0.5rem 0.875rem 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.map-tag-label {
  padding: 0.5rem 1.25rem 0 0;
  color: #2e384d;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .map-tag-label {
    padding: 0 0 1rem 0;
    display: block;
  }
}
.filter-tag {
  position: relative;
  border: solid 1px #dee2e6;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #2e384d;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .filter-tag {
    font-size: 12px;
    padding: 0.35rem 0.5rem 0.35rem 1rem;
  }
}
.filter-tag-close {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transform: rotate(45deg);
  margin-left: 0.5rem;
}
.filter-tag-close:hover,
.filter-tag-close:focus,
.filter-tag-close:active {
  color: #ef4546;
}
.filter-tag-close:after,
.filter-tag-close:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter-tag-close:before {
  width: 2px;
  height: 12px;
}
.dropdown--mapfilter .dropdown-toggle {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ffffff;
  padding: 1rem 1.875rem;
  position: relative;
  color: #161616;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .dropdown--mapfilter .dropdown-toggle {
    border: solid 1px #dee2e6;
    padding: 0.75rem 1.25rem;
    display: flex;
    justify-content: space-between;
  }
}
.dropdown--mapfilter .dropdown-toggle:hover {
  background-color: #f6f6f6;
}
.dropdown--mapfilter .dropdown-toggle:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  margin-left: 0.5rem;
  margin-top: -4px;
}
.dropdown--mapfilter.show .dropdown-toggle {
  background-color: #f6f6f6;
}
.dropdown--mapfilter.show .dropdown-toggle:after {
  border: none;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  margin-top: 1px;
}
.dropdown--mapfilter .dropdown-menu {
  border-radius: 0;
}
.dropdown--mapfilter .dropdown-menu .nav-block {
  overflow: auto;
  max-height: 200px;
  overflow-y: auto;
  display: block;
}
.map-drag-input-wrapper label {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.float-price {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.97);
  font-size: 0.8rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  font-weight: 600;
}
.float-price:hover {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
}
.seller-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
}
.seller-card .seller_logo {
  max-width: 50px;
  flex: 0 0 50px;
  margin-right: 10px;
}
.seller-card .seller_logo img {
  max-width: 100% !important;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.seller-card .seller_detail {
  flex: 1;
}
.seller-card .seller_title {
  font-weight: 500;
  margin: 0.5rem;
  font-size: 0.95rem;
}
.gmap-list > li {
  border-top: solid 1px #dee2e6;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.gmap-list > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.gmap-list .title {
  font-weight: 600;
}
.gmap-list .price {
  font-weight: 600;
  color: var(--brand-color);
}
.gmap-list .product-profile-thumbnail {
  width: 50px;
  height: 50px;
}
.share-this {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 150px;
  height: 35px;
  margin: 10px 0;
  background-color: #fff;
  border: solid 1px #dee2e6;
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.share-this:before,
.share-this:after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 0.25s linear;
  z-index: 1;
}
.share-this:before {
  content: "";
  left: 0;
  justify-content: flex-end;
  background-color: #fff;
}
.share-this:after {
  content: "";
  right: 0;
  justify-content: flex-start;
  background-color: #fff;
}
.share-this:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.share-this:hover span {
  opacity: 0;
  z-index: -3;
}
.share-this:hover:before {
  opacity: 0.5;
  transform: translateY(-100%);
}
.share-this:hover:after {
  opacity: 0.5;
  transform: translateY(100%);
}
.share-this span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.97);
  font-size: 1em;
  font-weight: 600;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 2;
  line-height: 1;
}
.share-this .social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  transition: 0.25s;
  padding: 0;
  flex: 1;
  cursor: pointer;
}
.share-this .social-link i {
  text-shadow: 1px 1px rgba(70, 98, 127, 0.7);
  transform: scale(1);
}
.share-this .social-link:hover {
  background-color: rgba(245, 245, 245, 0.1);
}
.share-this .social-link:hover i {
  animation: bounce 0.4s linear;
}
.share-this .svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.share-this .share .svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: rgba(0, 0, 0, 0.97);
}
@keyframes bounce {
  40% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cart-summary {
  font-size: 0.85rem;
}
.cart-summary-item {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-summary-item .label {
  color: currentColor;
  padding: 0;
}
.cart-summary-item .value {
  font-weight: 600;
  text-align: right;
  margin-left: auto;
}
.cart-summary-item.highlighted {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
  border-top: solid 1px #dee2e6;
  padding-top: 1rem;
  margin-top: 1rem;
}
.cart-summary-item.text-success {
  color: #1dc9b7;
}
.list-cart {
  font-size: 0.8rem;
}
.list-cart-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.list-cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .list-cart-item.list-saved-later {
    flex-direction: row;
  }
}
.list-cart-item.minus-space {
  padding: 0;
  border: none;
}
.list-cart-double {
  flex-direction: row;
  flex-wrap: wrap;
}
.list-cart-double li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1rem;
  border: none;
  border-top: solid 1px #dee2e6;
}
.list-cart-double li:nth-child(1),
.list-cart-double li:nth-child(2) {
  border-top: none;
}
.list-cart-double li:last-child {
  flex: 1;
  max-width: none;
}
.list-cart-triple {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.list-cart-triple > li {
  flex: 0 0 30%;
  max-width: 30%;
}
.list-cart-triple > li:last-child {
  padding-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.list-cart-return li {
  flex-direction: column;
}
.list-cart-return li:last-child {
  border-bottom: none;
}
.list-cart-return li .product-profile-thumbnail img {
  max-width: 70px;
}
.list-cart-return li .product-quantity {
  margin: 0;
  margin-top: 1rem;
}
.list-cart-return li .product-price {
  flex: none;
  max-width: none;
  margin: 0;
  margin-bottom: 2rem;
}
.list-cart-order .product-thumbnail {
  max-width: 48px;
  flex: 0 0 48px;
}
.cell_qty {
  padding: 0 10px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .cell_qty {
    padding: 10px 0;
    flex: 1;
    max-width: inherit;
    margin-left: 0;
  }
}
.cell_price {
  padding: 0 10px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .cell_price {
    padding: 10px 0;
    flex: 1;
    max-width: inherit;
    margin-left: 0;
  }
}
.cell_action {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .cell_action {
    margin-left: 0;
    flex: 1;
    max-width: inherit;
    text-align: inherit;
  }
}
.cell:last-child {
  padding-right: 0;
}
.product-quantity {
  margin: 0 0;
}
.product-quantity .remove {
  margin: 0.5rem 0;
  display: inline-block;
}
.product-quantity .side-price {
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 10px;
}
.product-quantity-price {
  display: flex;
  align-items: center;
}
.product-price {
  text-align: right;
}
@media (max-width: 575.98px) {
  .product-price {
    text-align: inherit;
  }
}
@media (max-width: 767.98px) {
  .product-action {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.product-action .list-actions {
  justify-content: flex-end;
}
.btn-saveforlater {
  border: none;
  background: none;
}
.btn-saveforlater .svg {
  width: 26px;
  height: 26px;
  fill: var(--brand-color);
}
.list-add {
  padding-top: 8px;
  display: flex;
  align-items: center;
  color: white;
}
.list-add li {
  margin-right: 10px;
}
.list-add li:last-child {
  margin: 0;
}
.list-add .svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.list-add .active .svg {
  width: 1rem;
  height: 1rem;
  fill: var(--brand-color);
}
.count-items {
  color: white;
  font-size: 0.8rem;
}
.product-profile {
  display: flex;
  flex: 1;
  gap: 1.5rem;
  width: auto;
  align-items: flex-start;
  position: relative;
}
.product-profile-thumbnail {
  position: relative;
  margin-right: 15px;
}
.product-profile-thumbnail img {
  min-width: 30px;
  max-width: 80px;
  border-radius: 4px;
  border: none;
}
@media (max-width: 575.98px) {
  .product-profile-thumbnail img {
    max-width: 50px;
  }
}
.product-profile-data {
  display: flex;
  flex: 1;
  min-width: 0px;
  flex-direction: column;
}
.product-profile-data .title {
  color: rgba(0, 0, 0, 0.97);
  font-weight: 500;
  margin-bottom: 10px;
}
.product-profile-data .products-price {
  margin-bottom: 1rem;
}
.product-profile-data .options {
  font-size: 0.75rem;
  color: white;
}
.product-profile-btn {
  margin-top: 5px;
  font-size: 0.8rem;
}
.product-profile__pic {
  background-color: rgba(0, 0, 0, 0.03);
  aspect-ratio: 1/1;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-profile__pic-seller {
  flex: 0 0 100px;
  max-width: 100px;
  padding: 16px;
}
.product-profile-free-size {
  flex: auto;
  max-width: none;
}
.product-profile__description {
  font-size: 0.8rem;
  min-width: 150px;
}
.product-profile__description p {
  margin: 3px 0;
}
.product-profile__title {
  color: rgba(0, 0, 0, 0.97);
  margin: 0 0 4px 0;
  font-weight: 600;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.product-profile__title a {
  opacity: 1;
  color: inherit;
  font-weight: inherit;
}
.product-profile__title a:hover {
  text-decoration: underline;
}
.product-profile__sub_title {
  display: block;
  opacity: 0.8;
}
.product-profile__location {
  margin-bottom: 5px;
}
.product-profile__location .svg {
  width: 14px;
  height: 14px;
}
.product-profile__category {
  opacity: 0.8;
}
.product-profile__specification {
  color: rgba(51, 51, 51, 0.97);
}
.product-profile__date {
  display: block;
  opacity: 0.6;
}
.product-profile__price {
  font-weight: 600;
}
.product-profile__price_old {
  color: white;
  font-weight: 400;
}
.product-profile__price_off {
  font-weight: 400;
}
.product-profile__price_off {
  color: var(--primary-color);
}
.product-profile .btn-close {
  position: absolute;
  right: 0;
}
.collection-shops-item {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .collection-shops-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .collection-shops-item:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575.98px) {
  .collection-shops-item:nth-child(even) {
    flex-direction: column;
  }
}
.collection-shops-item .shop {
  width: 100%;
}
@media (min-width: 992px) {
  .collection-shops-item .shop {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
.collection-shops .product-wrapper {
  flex: 1;
}
.collection-shops .product-wrapper .products {
  height: 100%;
}
@media (max-width: 575.98px) {
  .category-product {
    flex-direction: column;
  }
}
.category-product-layout-1 .products {
  height: 100%;
  border-radius: 0;
  border: none;
}
.category-product-layout-1 .products .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
  pointer-events: none;
}
.category-product-layout-1 .products:hover .content-overlay,
.category-product-layout-1 .products:focus .content-overlay,
.category-product-layout-1 .products:active .content-overlay {
  opacity: 1;
}
.category-product-layout-1 .products:hover .content-details,
.category-product-layout-1 .products:focus .content-details,
.category-product-layout-1 .products:active .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.category-product-layout-1 .ft-pro {
  position: relative;
  background-color: #fff;
}
.category-product-layout-1 .ft-pro .tag--soldout {
  top: auto;
  bottom: 20px;
}
.category-product-layout-1 .ft-pro.ft-pro-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 575.98px) {
  .category-product-layout-1 .ft-pro.ft-pro-1 {
    grid-column-end: 3;
    grid-row-end: 2;
  }
}
.category-product-layout-1 .ft-pro.ft-pro-1 .products {
  padding: 0;
}
.product-layout-2 {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
@media (min-width: 992px) {
  .product-layout-2 {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 3rem;
  }
}
.product-layout-2 .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-layout-2 .product-item {
    flex-direction: row;
  }
}
.product-layout-2 .product-item .products-body {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .product-layout-2 .product-item .products-body {
    width: 150px;
  }
}
.product-layout-2 .product-item .products-img {
  margin: 0;
}
@media (min-width: 992px) {
  .product-layout-2 .product-item .products-foot {
    padding: 20px;
    width: calc(100% - 150px);
    text-align: left;
  }
}
@media (min-width: 992px) {
  .product-layout-2 .product-item .products-foot .products-title {
    padding-left: 0;
  }
}
.product-layout-2 .product-item .products-foot .products-price {
  justify-content: center;
}
.product-layout-3 {
  margin: auto;
}
@media (min-width: 992px) {
  .product-layout-3 {
    display: grid;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-layout-3 .products {
  height: 100%;
  display: flex;
  align-content: center;
}
.product-layout-3 .products-body {
  flex: 0 0 50%;
}
.product-layout-3 .products-foot {
  background: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 50%;
  min-width: 0;
}
@media (min-width: 992px) {
  .product-layout-3 .products-foot {
    align-items: center;
    min-height: 234px;
  }
}
.product-layout-3 .products .products-img {
  margin: 0;
}
.product-layout-3 .products .products-img img {
  border: none;
}
.product-layout-3 .grid {
  overflow: hidden;
}
.product-layout-3 .grid-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (min-width: 992px) {
  .product-layout-3 .grid-1 .products-body {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .product-layout-3 .grid-1 .products-foot {
    max-width: 234px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.product-layout-3 .grid-2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.product-layout-3 .grid-2 .products {
  flex-direction: row-reverse;
}
.product-layout-3 .grid-3 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.product-layout-4 {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .product-layout-4 {
    gap: 2rem;
    grid-template-columns: repeat(6, 1fr);
  }
}
.product-layout-4 .products-img {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product-layout-4 .products-img img {
  border: none;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-layout-4 .products-foot {
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.product-layout-4 .products-price {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  border-radius: 30px;
}
.product-layout-4 .product-item {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .product-layout-4 .products-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .product-layout-4 .products-2 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .product-layout-4 .products-3 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .product-layout-4 .products-4 {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .product-layout-4 .products-5 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .product-layout-4 .products-6 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.content-details {
  color: #fff;
  position: absolute;
  z-index: 1;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 80%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.shop {
  min-width: 200px;
  text-align: center;
  background-color: #f3f4f5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: solid 1px transparent;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .shop {
    min-width: 0;
  }
}
.shop:hover,
.shop:focus,
.shop:active {
  background: none;
  border-color: var(--brand-color);
}
.shop-body {
  flex: 1;
}
.shop-foot {
  padding-top: 1.5rem;
  text-align: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop-foot .products__rating {
  justify-content: center;
}
.shop-logo {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 142px;
  height: 142px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  border: solid 1px #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .shop-logo {
    width: 100px;
    height: 100px;
  }
}
.shop-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-title {
  font-weight: 500;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
}
.shop-location {
  font-size: 0.875rem;
  color: white;
}
.shop-layout-1 {
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 991.98px) {
  .shop-layout-1 {
    grid-auto-flow: column;
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  .shop-layout-1 {
    grid-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.shop-layout-1 .shop {
  transition: all 0.2s linear;
  animation: slideRight 600ms ease both;
}
.shop-layout-2 {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .shop-layout-2 {
    overflow-x: auto;
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .shop-layout-2 {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.shop-layout-2 .shop {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 488px;
  flex: 1 0 200px;
  min-width: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  overflow: unset;
}
@media (min-width: 992px) {
  .shop-layout-2 .shop:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.shop-layout-2 .shop-body {
  aspect-ratio: 1/1;
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.shop-layout-2 .shop-body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-layout-2 .shop-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem 1rem;
}
.shop-layout-2 .shop-title {
  font-weight: 500;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
}
.shop-layout-2 .shop-location {
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  margin-bottom: 1.5rem;
}
.category-layout-2 {
  display: grid;
  grid-gap: 1rem;
  grid-auto-flow: column;
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .category-layout-2 {
    grid-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.category-layout-2 .category {
  font-size: 0.8rem;
  background: #fff;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.category-layout-2 .category-head {
  aspect-ratio: 4/1;
}
.category-layout-2 .category-head img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.category-layout-2 .category-body {
  background-color: #f3f4f5;
  flex: 1;
  padding: 2rem;
}
.category-layout-2 .category-list-item {
  margin: 0.2rem 0;
}
.category-layout-2 .category-list-item a {
  color: white;
  text-decoration: underline;
  padding: 0.8rem 0;
}
.category-layout-2 .category-list-head {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.category-layout-2 .category .cat-img {
  display: block;
  margin: 0 0 1rem;
  padding: 0 0 25%;
  position: relative;
  width: 100%;
}
.category-layout-2 .category .cat-img img {
  max-width: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}
.category-layout-2 .category .cat-tittle {
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  font-size: 1em;
  padding: 0 1.5rem;
  text-decoration: none;
}
.category-layout-2 .category .cat-list {
  padding: 0 1.5rem;
}
.category-layout-2 .category .cat-list li {
  display: block;
  margin: 10px 0;
  color: white;
  font-size: 0.9em;
}
.category-layout-2 .category a:hover {
  color: var(--brand-color);
}
.category-layout-3 {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media (min-width: 1200px) {
  .category-layout-3 {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
  }
}
.category-layout-3 .category {
  display: flex;
  background-color: #f3f4f5;
}
@media (min-width: 1200px) {
  .category-layout-3 .category {
    flex-flow: row wrap;
  }
}
.category-layout-3 .category:nth-child(even) {
  flex-direction: row-reverse;
}
.category-layout-3 .category-head {
  flex: 0 0 50%;
  max-width: 50%;
  aspect-ratio: 1/1;
  display: flex;
}
@media (max-width: 575.98px) {
  .category-layout-3 .category-head {
    gap: 1px;
  }
}
.category-layout-3 .category-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-layout-3 .category-body {
  flex: 1;
  padding: 2rem;
}
@media (min-width: 992px) {
  .category-layout-3 .category-body {
    padding: 3rem 4rem;
  }
}
.category-layout-3 .category-list {
  font-size: 0.8rem;
}
.category-layout-3 .category-list-item {
  margin: 0.2rem 0;
}
.category-layout-3 .category-list-item a {
  text-decoration: underline;
  padding: 0.8rem 0;
}
.category-layout-3 .category-list-head {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.category-layout-page {
  grid-template-columns: repeat(1, 1fr);
  overflow: visible;
  grid-auto-flow: row;
}
@media (min-width: 768px) {
  .category-layout-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .category-layout-page {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-category {
  padding: 0;
  position: relative;
  z-index: 1;
  background: #f3f4f5;
}
.page-category__content {
  padding: 15px;
  border: 1px solid #ddd;
  color: #333;
  border-top: none;
  background: #fff;
}
.page-category__content p {
  font-size: 0.9em;
}
.cg-nav-wrapper {
  margin-bottom: 2rem;
}
.cg-nav-wrapper ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.97);
}
@media (max-width: 767.98px) {
  .cg-nav-wrapper ul {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.cg-nav-wrapper ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .cg-nav-wrapper ul li {
    flex: auto;
    max-width: inherit;
  }
}
.cg-nav-wrapper ul li a {
  background: #fff;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  color: inherit;
  display: flex;
  align-items: center;
  padding: 0;
}
.cg-nav-wrapper ul li a .cg-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  border-right: solid 1px #dee2e6;
  overflow: hidden;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.cg-nav-wrapper ul li a .caption {
  padding: 0.5rem;
}
@media (max-width: 767.98px) {
  .cg-nav-wrapper ul li a .caption {
    white-space: nowrap;
  }
}
.cg-nav-wrapper ul li.iss--active a {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.cg-nav-wrapper ul li.iss--active a .cg-icon {
  border-color: var(--primary-color);
}
.cg-main {
  color: rgba(0, 0, 0, 0.97);
}
.cg-main a {
  color: inherit;
}
.cg-main ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .cg-main ul {
    flex-direction: column;
  }
}
.cg-main ul li {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767.98px) {
  .cg-main ul li {
    flex: auto;
    max-width: none;
  }
}
.cg-main ul li a {
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
.cg-main .item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: block;
}
.cg-main .item:last-child {
  margin: 0;
  border-bottom: none;
}
.cg-main .item h5,
.cg-main .item .h5 {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.cg-main .big-title {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-color);
}
.categories-thumb {
  overflow: hidden;
}
.categories-thumb a {
  display: block;
  padding: 0;
  margin: 0;
}
.categories-thumb .aspect-ratio {
  aspect-ratio: 4/1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.categories-thumb .aspect-ratio .categories-thumb-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  transition: all 1s ease-out 0s;
}
.categories-thumb .aspect-ratio .categories-thumb-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease-out 0s;
}
.categories-thumb-heading {
  padding: 1rem;
  padding-bottom: 0;
  margin: 0;
}
.banner-wrappers .banner-ppc {
  border-radius: 4px;
  overflow: hidden;
}
.banner-wrappers .banner-ppc .advertise__block {
  margin-bottom: 2rem;
  display: block;
}
.banner-wrappers .banner-ppc img {
  margin: 0 auto;
  display: inline-block;
}
.poster-layout-1 {
  padding: 0;
}
.poster-layout-1 .poster {
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  aspect-ratio: 3/1;
}
.poster-layout-1 .poster img {
  width: 100%;
}
.poster-layout-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.poster-layout-2 .poster {
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.poster-layout-2 .poster:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.poster-layout-2 .poster:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.poster-layout-2 .poster img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bg-newsletter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsletter {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  max-width: 500px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsletter {
    padding: 4rem;
  }
}
.newsletter-head {
  margin-bottom: 1.5rem;
}
.newsletter-head h3,
.newsletter-head .h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.newsletter-head h6,
.newsletter-head .h6 {
  font-size: 0.8rem;
  font-weight: 400;
  max-width: 337px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #000;
}
.newsletter-form-input {
  flex: 1;
  background: none;
  border: none;
  height: 2.5rem;
  width: 100%;
  line-height: 1.2;
  font-size: 0.8em;
  padding: 5px 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.97);
  vertical-align: top;
}
.newsletter-form-submit {
  height: 2.5rem;
  width: 2.5rem;
  background: transparent;
  color: #000;
  border: none;
}
.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 0px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs {
  height: 55px;
  margin: -30px 0 0;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 6px;
  top: 35px;
  background: #e1e1e1;
  border-radius: 16px;
}
.irs-line-left {
  height: 8px;
}
.irs-line-mid {
  height: 8px;
}
.irs-line-right {
  height: 8px;
}
.irs-bar {
  height: 6px;
  top: 35px;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs-slider {
  top: 30px;
  width: 18px;
  height: 18px;
  background: #ddd;
  border-radius: 27px;
  cursor: pointer;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0064ca;
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe,
.xdsoft_datetimepicker
  .blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  img,
.blog-detail-left
  .posted-media
  .post__pic
  .media-wrapper
  .xdsoft_datetimepicker
  img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.faq-layout-1 {
  text-align: center;
}
.faq-layout-1 .faq {
  border-bottom: solid 1px #dee2e6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 75%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .faq-layout-1 .faq {
    max-width: none;
  }
}
.faq-layout-1 .faq-item.is-active {
  color: var(--brand-color);
}
.faq-layout-1 .faq-links {
  border: none;
  background: none;
  display: block;
  padding: 0.8rem 1rem;
}
.faq-layout-1 .faq_data {
  margin-top: 2rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .faq-layout-1 .faq-list {
    max-width: 75%;
  }
}
.faq-list {
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991.98px) {
  .faq-list {
    max-width: none;
  }
}
.faq-list-item {
  padding: 2rem;
  margin-bottom: 1rem;
  background: #f3f4f5;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .faq-list-item {
    padding: 2rem 3rem;
  }
}
.faq-list-item h5,
.faq-list-item .h5 {
  font-size: 1.1rem;
  margin: 0;
}
.faq-list-item p {
  line-height: 1.7;
  font-size: 0.9rem;
  font-weight: 400;
  color: white;
  margin-top: 1rem;
}
.faq-list-link {
  background-color: transparent;
  border: none;
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.97);
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  text-align: left;
}
.faq-list-link:after,
.faq-list-link:before {
  background: rgba(0, 0, 0, 0.97);
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 14px;
  width: 12px;
}
.faq-list-link:before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.faq-list-link[aria-expanded="true"]:before {
  transform: rotate(0deg);
}
.product-images {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 4rem;
}
@media (min-width: 992px) {
  .product-images {
    flex-direction: row;
  }
}
.product-images figure,
.product-images a,
.product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  min-width: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 992px) {
  .product-images .main-img-slider {
    order: 2;
    outline: solid 1px #dee2e6;
  }
}
.product-images .thumb-nav {
  margin: auto;
  padding: 0;
  min-width: 0;
  display: none;
}
@media (min-width: 1400px) {
  .product-images .thumb-nav {
    max-width: 80px;
    flex: 0 0 80px;
    display: block;
  }
}
.product-images .thumb-nav-item {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.03);
}
.product-images .thumb-nav-item img {
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
  border: none;
  outline: solid 1px #dee2e6;
}
.product-images .thumb-nav-item.slick-current img {
  outline: solid 1px #000;
}
.product-images .thumb-nav-item:hover,
.product-images .thumb-nav-item:focus {
  opacity: 0.8;
}
.product-images .thumb-nav .btn-prev {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.product-images .thumb-nav .btn-next {
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  transform: rotate(90deg);
}
.slick-slider .btn {
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  z-index: 100;
  font-size: 2.5em;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.6;
  transition: opacity 0.25s;
  cursor: pointer;
  background: #ffffff;
}
.slick-slider .btn-prev {
  left: 0;
}
.slick-slider .btn-prev span {
  display: inline-block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-225deg);
  margin-right: -7px;
}
.slick-slider .btn-next {
  right: 0;
}
.slick-slider .btn-next span {
  display: inline-block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-left: -7px;
}
.slick-slider .btn:hover {
  opacity: 1;
}
.slick-slider .slick-disabled {
  opacity: 0.1;
  cursor: not-allowed;
  pointer-events: none;
}
.alert {
  display: flex;
  gap: 1rem;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1536px;
  }
}
@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: none;
}
:focus {
  outline: 0 !important;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: 500;
}
.strong {
  font-weight: 500;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--brand-color);
  text-decoration: underline;
}
.svg {
  fill: currentColor;
}
mark,
.mark,
.mark {
  padding: 0;
}
.mleft-auto {
  margin-left: auto !important;
}
.mright-auto {
  margin-right: auto !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.-color-light {
  opacity: 0.6;
}
.-color-light {
  opacity: 0.6;
  font-weight: normal;
}
.-heightfull {
  height: 100%;
}
.-heightfull.-border.rounded p.small {
  font-size: 100%;
  font-style: normal;
}
.-inline-element {
  display: inline-block;
  vertical-align: top;
}
.divider {
  height: 1px;
  background: #dee2e6;
  margin: 15px 0;
}
.note {
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.txt-white {
  color: #fff;
}
.txt-brand {
  color: var(--brand-color);
}
.txt-secondary {
  color: var(--secondary-color);
}
.txt-success {
  color: #1dc9b7;
}
.dragHandle {
  cursor: move;
}
#st_gdpr_iframe {
  display: none;
}
.not-allowed {
  background: #ededed;
  color: #888;
  cursor: not-allowed !important;
}
.formActions-css {
  display: none !important;
}
.-inline-link {
  text-decoration: underline;
  font-size: 0.9em;
  color: var(--brand-color) !important;
}
.gap {
  height: 1rem;
  clear: both;
  display: table;
  width: 100%;
}
.padding20 {
  padding: 20px;
}
.align-center {
  margin: 0 auto;
  text-align: center;
}
.hidden {
  display: none !important;
}
.no-after:after {
  content: normal !important;
}
.no-after:before {
  content: normal !important;
}
.list-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.focused-div {
  height: auto;
  cursor: text;
  font-size: 0.9em;
}
.cards-message {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: auto;
  color: var(--body-color);
  height: 100%;
}
.cards-message .cards-message-icon {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 2.5rem;
}
.cards-message .alert-text {
  align-self: center;
}
.profile-image .avtar {
  margin: 0 auto;
}
.info-message {
  background: #f9edbe;
  border: 1px solid #f0c36d;
  color: #6c6c6c;
  font-size: 0.85em;
  line-height: 1.2;
  border-radius: 4px;
  padding: 0.8rem;
}
.docs-buttons {
  display: flex;
  justify-content: center;
}
.docs-buttons .btn-group {
  margin: 0 2px;
}
.custom-ui-autocomplete {
  max-height: 200px;
  max-width: 500px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.8rem !important;
  border: solid 1px #dee2e6;
  animation: dropdown-menu-fade-in 0.3s ease 1,
    dropdown-menu-move-up 0.3s ease-out 1;
}
.custom-ui-autocomplete .ui-menu-item {
  border-bottom: solid 1px #dee2e6;
}
.custom-ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 0.8rem;
  border-color: transparent !important;
}
.custom-ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}
.custom-ui-autocomplete strong {
  font-weight: 600;
}
.strikethrough {
  text-decoration: line-through;
}
.cursor-pointer {
  cursor: pointer;
}
.alert-aligned {
  height: 100%;
  display: flex;
  align-items: center;
}
.list-shipping .list-group-item {
  padding: 1rem;
}
.list-shipping .shipping-states {
  display: flex;
}
.list-shipping .shipping-states .box-icon {
  border-radius: 3px;
  background-color: #f3f4f5;
  padding: 5px 7px;
  margin-right: 8px;
}
.list-shipping .shipping-states .detail h6,
.list-shipping .shipping-states .detail .h6 {
  margin: 0;
  font-size: 0.85rem;
}
.list-shipping .shipping-states .detail p {
  font-size: 0.75rem;
}
.list-shipping .table-rates td {
  padding: 0.6rem;
}
.list-country-zone li {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: solid 1px #edeff1;
  font-size: 0.8rem;
}
.list-country-zone li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.list-country-zone li ul {
  font-size: 0.75rem;
  margin-left: 1rem;
  color: white;
}
.list-country-zone .checkbox,
.list-country-zone .radio {
  font-size: inherit;
}
.text-link {
  font-weight: 500;
  color: var(--brand-color);
}
.close-layer {
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  transition: all 300ms;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
.close-layer:hover,
.close-layer:focus,
.close-layer:active {
  transform: rotate(-90deg);
  opacity: 1;
}
.close-layer:before,
.close-layer:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #000;
}
.close-layer:before {
  transform: rotate(45deg);
}
.close-layer:after {
  transform: rotate(-45deg);
}
.close-layer--white:before,
.close-layer--white:after {
  background-color: #fff;
}
.close-layer-sm {
  width: 20px;
  height: 20px;
}
.close-layer-sm:before,
.close-layer-sm:after {
  left: 10px;
  height: 12px;
  width: 1px;
}
.browse-more {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 10px;
}
.browse-more li a {
  background: rgba(var(--brand-color-alpha), 0.1);
  color: var(--brand-color);
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
}
.browse-more li a:hover,
.browse-more li a:focus,
.browse-more li a:active {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-color: currentColor;
  text-decoration: none;
}
.form-edit {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.form-edit-head {
  padding: 0 2rem;
  border-bottom: solid 1px #dee2e6;
}
.form-edit-body {
  flex: 1 1 auto;
  padding: 1.5rem 2rem;
}
.form-edit-body .h3 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
}
.form-edit-foot {
  border-top: solid 1px #dee2e6;
  position: sticky;
  bottom: 0;
  z-index: 1020;
  background-color: #fff;
  padding: 1.5rem 2rem;
}
.dropdown-toggle-custom {
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
}
.dropdown-toggle-custom-arrow {
  position: absolute;
  transform: translate(-6px, 0);
  top: calc(50% - 4px);
  right: 0;
}
.dropdown-toggle-custom-arrow:after,
.dropdown-toggle-custom-arrow:before {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: 1px;
  height: 9px;
  transition: all 0.25s ease-in-out;
}
.dropdown-toggle-custom-arrow:before {
  transform: translate(-3px, 0) rotate(45deg);
}
.dropdown-toggle-custom-arrow:after {
  transform: translate(3px, 0) rotate(-45deg);
}
.dropdown-toggle-custom:not(.show) .dropdown-toggle-custom-arrow:before {
  transform: translate(3px, 0) rotate(45deg);
}
.dropdown-toggle-custom:not(.show) .dropdown-toggle-custom-arrow:after {
  transform: translate(-3px, 0) rotate(-45deg);
}
.btn-dropdown {
  padding-right: 3rem;
}
.btn-dropdown .dropdown-toggle-custom-arrow {
  right: 1rem;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
}
.slider-controls .btn {
  background-color: #fff;
  padding: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .slider-controls .btn {
    border: solid 1px #000;
  }
}
.slider-controls .btn-prev span {
  display: inline-block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(136deg);
  margin-right: -7px;
}
.slider-controls .btn-next span {
  display: inline-block;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-left: -7px;
}
.slider-controls .btn:hover {
  border-color: var(--brand-color);
}
.slider-controls .btn:hover span {
  border-color: var(--brand-color);
}
.iti {
  font-size: 0.8rem;
}
.iti__selected-flag {
  background-color: #f3f4f5;
  border-radius: 4px;
  margin-right: 10px !important;
}
.iti[dir="ltr"] .iti__flag-container {
  right: auto !important;
  left: 0 !important;
}
.iti[dir="ltr"] .iti__country-list {
  left: 0;
  text-align: left;
}
.iti[dir="rtl"] .iti__flag-container {
  right: 0 !important;
  left: auto !important;
}
.iti[dir="rtl"] .iti__country-list {
  text-align: right;
  right: 0;
}
.processing-wrap {
  position: relative;
}
.processing {
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  z-index: 1024;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processing:after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.05);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.skeleton {
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    lightgray;
  border-radius: 2px;
  height: 10px;
  margin: 2px 0;
  position: relative;
  overflow: hidden;
}
.skeleton::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #e8e8e8 50%,
    transparent 100%
  );
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.grid-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .grid-layout {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: minmax(auto, 24%) 1fr;
  }
}
.badges-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.badges-list-img {
  border-radius: 6px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 22px;
}
.pac-container {
  font-family: inherit;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1040;
  border: solid 1px #dee2e6 !important;
  border-radius: 4px;
}
.pac-container .pac-item {
  cursor: pointer;
  padding: 8px 10px;
  border-top: solid 1px #dee2e6 !important;
}
.pac-container .pac-icon {
  background-image: url(images/retina/geo-alt.svg) !important;
  background-size: 14px !important;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
}
.pac-container .pac-logo:after {
  content: normal !important;
}
.badges-wrap {
  z-index: 1;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}
#mbsmessage,
.system_message {
  position: fixed;
  width: auto;
  max-width: 450px;
  top: calc(5%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
  z-index: 1052;
}
#mbsmessage .content,
.system_message .content {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
}
#mbsmessage .content:before,
.system_message .content:before {
  background-size: 18px !important;
  content: "";
  left: -26px;
  position: absolute;
  top: 2px;
  z-index: 2;
  width: 18px;
  height: 18px;
  display: block;
}
.div_error {
  text-align: left;
  padding: 20px 60px 20px 60px;
  position: relative;
  color: #fff;
  line-height: normal;
  background: url(images/icon--attention.svg) no-repeat 15px 15px #fd397a;
  background-size: 30px;
}
#mbsmessage .content .div_error,
#mbsmessage .content .div_info {
  padding: 0px;
}
.div_error li {
  color: inherit;
  position: relative;
  padding: 0 0 5px 0;
}
.div_error li a {
  color: #fff;
  text-decoration: underline;
}
.div_info {
  font-weight: normal;
  position: relative;
  color: #fff;
  background: url(images/icon--info.svg) no-repeat 15px 15px #02b4d1;
  background-size: 30px;
}
.div_info li {
  font-weight: 400;
  font-size: 1em;
  position: relative;
  padding: 0 0 5px 0;
  color: inherit;
}
.div_info li a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  cursor: default;
}
.div_msg {
  font-weight: normal;
  padding: 20px 40px 20px 60px;
  position: relative;
  color: #fff;
  background: url(images/icon--success.svg) no-repeat 15px 15px #00b6ad;
  background-size: 30px;
}
#mbsmessage .div_msg,
.system_message .div_msg {
  padding: 0;
}
.div_msg li {
  font-weight: 400;
  font-size: 1em;
  position: relative;
  padding: 0 0 10px 0;
  color: inherit;
}
.div_msg li:last-child {
  padding-bottom: 0;
}
.div_msg li a {
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  cursor: default;
}
.div_info li:last-child,
.div_error li:last-child,
.div_msg li:last-child {
  padding-bottom: 0;
}
.error {
  border-color: #f00 !important;
}
.errorlist {
  margin: 3px 0;
  list-style: none;
  padding: 2px 10px 4px;
  position: relative;
  background: #fdf7f6;
  clear: both;
}
.errorlist li a {
  color: #f44336;
  font-size: 11px;
  text-decoration: none;
}
.errorlist li:last-child {
  padding-bottom: 0;
}
.errorlist li {
  font-size: 12px;
  position: relative;
}
.system_message .closeMsg:hover {
  transform: rotate(135deg);
  opacity: 1;
}
.system_message .closeMsg:before {
  width: 3px;
  height: 15px;
  left: 50%;
  margin: 0 0 0 -2px;
  position: absolute;
  top: 2px;
  content: "";
  background: #fff;
}
.system_message .closeMsg:after {
  width: 15px;
  height: 3px;
  left: 2px;
  top: 50%;
  margin: -2px 0 0 0;
  position: absolute;
  content: "";
  background: #fff;
}
.alert--process:before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 20px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  #mbsmessage,
  .system_message {
    left: 10px;
    right: 10px;
    width: auto;
  }
  #mbsmessage .content,
  .system_message .content {
    min-width: inherit;
  }
} /*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only,
.ui-button.ui-button-icon-only.custom-select {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon,
.ui-button.ui-icon-notext.custom-select .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
.ui-button.custom-select::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: none !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 48%;
  height: 30px;
  padding-left: 5px;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  border: 1px solid #eee;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.5rem 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  border: none !important;
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  border-radius: 100%;
  border: none !important;
  background: #c4c8cc !important;
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  border: none !important;
  background: #0064ca !important;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  background: #e9e9e9 !important;
  height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget .custom-select,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon,
.ui-datepicker .ui-datepicker-next span.ui-icon {
  background-image: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  margin: -5px 0 0 -3px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev:before {
  border-right: 5px solid #333;
}
.ui-datepicker .ui-datepicker-next:before {
  border-left: 5px solid #333;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: none;
}
.ui-datepicker {
  border: none !important;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px !important;
  width: auto;
  min-width: 310px;
  font-size: 0.8rem;
}
.ui-datepicker-header.ui-widget-header {
  background: none;
  border: none;
}
.ui-datepicker-month,
.ui-datepicker-year {
  margin: 0 2px !important;
}
.ui-datepicker td .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  padding: 8px 5px;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #333;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-current-day a {
  color: inherit;
}
.ui-datepicker td.ui-datepicker-today {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  font-weight: 600;
}
.ui-datepicker td.ui-datepicker-today a {
  color: inherit;
}
.ui-datepicker td {
  position: relative;
}
.ui-datepicker td > a {
  position: relative;
}
.ui-datepicker td.ui-datepicker-today .ui-state-active:before {
  display: none;
}
.ui-datepicker td.ui-datepicker-today .ui-state-active > a {
  color: #54d1f1;
}
.ui-datepicker td.ui-datepicker-current-day .ui-state-active > a {
  color: #54d1f1;
}
.ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today:before {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
  padding: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  opacity: 1;
  padding: 5px 20px 6px;
  font-weight: normal !important;
  border: none;
  -webkit-transition: 0.5s all ease;
  margin: 0;
  font-size: 0.8em;
  transition: 0.5s all ease;
  background: none !important;
  color: var(--brand-color) !important;
  border: 1px solid var(--brand-color) !important;
}
.ui-datepicker-calendar .ui-state-disabled {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .ui-datepicker {
    min-width: 300px;
  }
  .ui-datepicker td .ui-state-default {
    padding: 5px;
  }
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 0;
  font-size: 1rem;
  font-weight: 400;
}
.ui-timepicker-div dl dd {
  margin: 20px 10px 20px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("fonts/slick.woff") format("woff"),
    url("fonts/slick.ttf") format("truetype"),
    url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-loading .slick-list {
  background: #fff url("./images/icons/ajax-loader.gif") center center
    no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.slick-prev:hover .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  opacity: 1;
}
.slick-prev:focus,
.slick-next:focus {
  top: calc(50% - 1px);
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-next.slick-disabled .slick-next-icon {
  opacity: 0.25;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: #000;
  opacity: 0.75;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev .slick-prev-icon:before {
  content: "←";
}
[dir="rtl"] .slick-prev .slick-prev-icon:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "→";
}
[dir="rtl"] .slick-next .slick-next-icon:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider.slick-dotted {
  margin-bottom: 60px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}
.slick-dots li button .slick-dot-icon {
  color: #000;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: #000;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
  color: #000;
}
.slick-autoplay-toggle-button:hover,
.slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1,
.fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.iti {
  position: relative;
  display: flex;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti .custom-select,
.iti input[type="tel"],
.iti .custom-select[type="tel"],
.iti input[type="text"],
.iti .custom-select[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti input[type="text"],
.iti .custom-select[type="text"] {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  margin-right: -2px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: 0;
  font-size: 0.875rem;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown .custom-select,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown .custom-select[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown .custom-select[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code .custom-select,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code .custom-select[type="tel"],
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code .custom-select[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown .custom-select[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover,
.iti--allow-dropdown .custom-select[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  .custom-select[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  .custom-select[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 0.875rem;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(images/intlTelInput/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(images/intlTelInput/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
} /*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -10px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 2px;
  border: none;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: var(--brand-color);
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-tooltip {
  display: none;
}
.noUi-active .noUi-tooltip {
  display: block;
}
.offline-wrapper {
  max-width: 400px;
  margin: 100px auto;
  text-align: center;
}
.offline-wrapper .img-no-internet {
  max-width: 80%;
  margin-bottom: 1.5rem;
}
.offline-wrapper p {
  margin-bottom: 1rem;
}
.enter-page {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.enter-page .form-sign {
  flex: 1;
  padding: 0 2rem;
  padding-top: 2.5rem;
  margin: 0 auto;
  max-width: 500px;
}
.enter-page .form-sign-logo {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.form-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-title h2,
.form-title .h2 {
  color: #000;
  font-weight: 600;
  font-size: calc(112.5% + 0.9vw);
}
.or {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  color: white;
  margin: 30px 0;
  display: flex;
  text-align: center;
}
.or:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #dee2e6;
  position: absolute;
  top: 50%;
  left: 0;
}
.or span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 5px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.other-option {
  margin-top: 1.5rem;
}
.login-popup {
  padding: 1rem 2rem;
}
.login-popup .title {
  margin-bottom: 1.5rem;
}
.login-wrapper .form-side {
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .login-wrapper .form-side {
    padding: 1rem;
  }
}
.login-wrapper .form-side input[type="submit"],
.login-wrapper .form-side .custom-select[type="submit"] {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  display: block;
  width: 100%;
}
.login-wrapper .forgot {
  text-align: right;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
}
.login-wrapper .last-button {
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.42857;
  width: 100%;
}
.login-wrapper .last-button:hover,
.login-wrapper .last-button:focus,
.login-wrapper .last-button:active {
  background-color: #424242;
}
.login-wrapper .add-side {
  padding: 2rem;
  display: table-cell;
  max-width: 40%;
  flex: 0 0 40%;
  background: #fff url(images/login-with.png) no-repeat bottom center;
}
.connect a.link {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  display: block;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.42857;
  width: 100%;
  margin-bottom: 15px;
}
.connect a.fb {
  background: #3856a0;
}
.connect a.gp {
  background: #dd4330;
}
.connect .svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
.forgot {
  text-align: right;
  font-size: 0.75em;
}
.otp-heading {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.card-sign {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.card-sign_head {
  margin-bottom: 2rem;
  text-align: center;
}
.card-sign_head .title {
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.card-sign_head p {
  color: white;
  font-size: 0.8rem;
}
.card-sign_body {
  flex: 1;
}
.card-sign_foot {
  margin-top: 4rem;
  text-align: center;
  color: white;
}
.card-sign_foot a {
  font-size: 0.8rem;
  color: var(--brand-color);
  text-align: center;
}
.card-sign .link {
  font-size: 0.8rem;
}
.card-sign .link:after {
  content: normal;
}
.more-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
  padding-bottom: 1rem;
}
.other-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.other-links li {
  margin: 0 0.5rem;
  font-weight: 600;
  color: white;
}
.forgot {
  text-align: right;
}
.buttons-list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column wrap;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.buttons-list-item {
  flex: 1;
  width: 100%;
  max-width: 310px;
}
.buttons-list-link {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: solid 1px #dee2e6;
  border-color: #a8a8a8;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons-list-link:hover,
.buttons-list-link:focus,
.buttons-list-link:active {
  color: #000;
  border-color: currentColor;
  text-decoration: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.buttons-list-link:focus {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.buttons-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 220px;
}
.buttons-list-icon {
  padding: 0;
  flex: 0 0 40px;
  max-width: 40px;
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.buttons-list img,
.buttons-list .svg {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.buttons-list .btn-fb,
.buttons-list .btn-FacebookLogin {
  background: #3b5a99;
}
.buttons-list .btn-gp,
.buttons-list .btn-GoogleLogin {
  background: #da4a42;
}
.buttons-list .btn-gm {
  background: #333333;
}
.buttons-list .btn-AppleLogin {
  background: #000000;
}
.buttons-list .btn-InstagramLogin {
  background: #3f729b;
}
.collection-search-head {
  margin-bottom: 3rem;
}
.collection-search-top {
  display: flex;
  justify-content: space-between;
}
.collection-search-bottom {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .collection-search-toolbar {
    margin-left: auto;
  }
}
.collection-search-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .collection-search-title {
    margin-bottom: 0;
  }
}
.collection-search-title .h1 {
  font-size: 1.8rem;
  margin: 0;
}
.collection-search-title .h1 .search-results {
  font-weight: 600;
}
.collection-search-title .total-products {
  font-size: 0.85rem;
  color: white;
}
.collection-search .sorting-select {
  border-color: #000;
  color: #000;
}
@media (max-width: 991.98px) {
  .collection-search .sorting-select {
    width: 100%;
  }
}
.page-sort {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  grid-gap: 1rem;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .page-sort .btn {
    width: 100%;
  }
}
.page-sort-item {
  position: relative;
  padding: 0;
  line-height: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .page-sort-item {
    flex: 1;
  }
}
.collection-content {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.btn-filters .dot-count {
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
  display: block;
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 20px;
}
.collection-pager {
  background-color: white;
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
  flex: 1;
  padding: 1rem;
  margin-top: 4rem;
}
.collection-pager .pagination {
  margin: 0;
}
.collection-pager .sorting-select {
  max-width: 120px;
}
@media (min-width: 992px) {
  .collection-pager .sorting-select {
    margin-left: auto;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.pagination-blog {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.pagination-blog li {
  margin-right: 1rem;
}
.pagination-blog li a {
  width: 42px;
  line-height: 42px;
  text-align: center;
  height: 42px;
  display: block;
  font-size: 1em;
  color: #333;
  border: none;
  border: solid 1px #dee2e6;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.pagination-blog li.prev a {
  border-color: transparent;
  background: #373737 url(images/retina/arrows-left-white.svg) no-repeat center;
  background-size: 18px;
}
.pagination-blog li.next a {
  border-color: transparent;
  background: #373737 url(images/retina/arrow-right-white.svg) no-repeat center;
  background-size: 18px;
}
.pagination-blog li.selected a {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
  border-color: transparent;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


.pagination {
  display: flex;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
  margin: 1rem 0;
}
.pagination.pagination-center {
  justify-content: center;
  width: 100%;
}
.pagination.pagination-right {
  justify-content: flex-end;
}
.pagination li a {
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
  border: none;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 3px;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-color: var(--brand-color);
}
.pagination li.selected a {
  border-color: var(--brand-color);
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.pagination li.disabled {
  opacity: 0.4;
}
.pagination li.disabled a {
  cursor: not-allowed;
}
.pagination li.prev a:before {
  width: 12px;
  height: 12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.pagination li.next a:before {
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
[dir="rtl"] .pagination .svg {
  transform: rotate(180deg);
}


.btn-map-view {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.btn-map-view .toggle-icon {
  display: inline-block;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 40px;
  width: 40px;
  height: 20px;
  border-radius: 60px;
  transition: background 0.4s;
  margin-left: 6px;
}
.btn-map-view .toggle-icon::before,
.btn-map-view .toggle-icon::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-map-view .toggle-icon::after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: transform 0.4s;
}
.btn-map-view .toggle-icon::before {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #888;
  border-radius: 60px;
  transition: background 0.4s;
}
.btn-map-view.active .toggle-icon::before {
  background-color: var(--secondary-color);
}
.btn-map-view.active .toggle-icon::after {
  left: auto;
  right: 3px;
}
.btn-float {
  width: 3rem;
  height: 3rem;
  display: block;
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 1020;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 0;
  background-color: var(--secondary-color);
  color: var(--secondary-color-inverse);
  cursor: pointer;
}
@media (min-width: 992px) {
  .btn-float {
    display: none;
  }
}
.btn-float:hover,
.btn-float:focus,
.btn-float:active {
  background-color: var(--secondary-color);
  color: var(--secondary-color-inverse);
}
.btn-float .svg {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.btn-float .dot-count {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.fixed__panel.stick {
  top: 0;
  position: fixed;
  width: 370px;
}
.divider--filters {
  border-bottom: solid 1px #e8e8e8;
  padding: 0px 0;
  margin: 15px 0;
  position: relative;
}
.divider--filters:after {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
}
.scrollbar-filters {
  overflow-y: auto;
  max-height: 300px;
  width: auto !important;
  max-width: none !important;
}
.scrollbar-ui,
.scrollbar {
  max-height: 250px;
  position: relative;
  overflow-y: auto;
}
.scroll__track {
  width: 10px;
  right: 0 !important;
  position: relative;
}
.scroll__handle {
  width: 4px;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  margin: 0 0 0 3px;
  border-radius: 4px;
  transition: width 250ms;
}
.cat-accordion {
  width: 100%;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
}
.cat-accordion li {
  position: relative;
  list-style-type: none;
  border: none;
}
.cat-accordion .is-active {
  font-weight: 500;
}
.cat-accordion ul li a {
  position: relative;
  margin: 5px 0;
  padding: 0;
  display: inline-block;
  line-height: 1.7;
}
.cat-accordion ul li a:hover,
.cat-accordion ul li a:focus,
.cat-accordion ul li a:active {
  color: var(--brand-color);
}
.cat-accordion ul ul li a {
  display: block;
  position: relative;
}
.cat-accordion ul ul {
  display: none;
}
.cat-accordion li.active > ul {
  display: block;
}
.cat-accordion ul ul {
  margin-left: 10px;
}
.cat-accordion .acc-trigger {
  position: absolute;
  top: 9px;
  z-index: 1;
  right: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
}
.cat-accordion .acc-trigger:before {
  background: #44596b;
  content: "";
  height: 2px;
  position: absolute;
  right: calc(50% - 5px);
  top: calc(50% - 2px);
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 10px;
}
.cat-accordion .acc-trigger:after {
  background: #44596b;
  content: "";
  height: 2px;
  position: absolute;
  right: calc(50% - 5px);
  top: calc(50% - 2px);
  width: 10px;
}
.cat-accordion .acc-trigger.is-active:before {
  transform: rotate(0deg);
}
.cat-accordion .badge {
  float: right;
  color: #b2b2b2;
  font-size: 0.8em;
}
.filter-price-slider {
  background: #ccc;
  height: 2px;
  margin: 21px 2px 16px;
  position: relative;
  padding: 0 10px;
  width: 100%;
}
.price-slider-scroll {
  background: #333;
  border: medium none;
  border-radius: 50%;
  cursor: pointer;
  height: 13px;
  margin-left: 0;
  outline: medium none;
  position: absolute;
  top: -6px;
  transition: all 0.2s ease-out 0s;
  width: 13px;
  z-index: 2;
}
.price-slider-scroll:hover,
.price-slider-scroll:focus,
.price-slider-scroll:active {
  transform: scale3d(1.3, 1.3, 1);
}
.from-price-text,
.to-price-text {
  font-weight: 500;
  font-size: 0.8em;
  vertical-align: top;
}
.to-price-text {
  float: right;
  text-align: right;
}
.brands-list li {
  margin: 10px 0;
  display: block;
}
.white--bg {
  background: #fff;
}
.right-panel {
  padding: 20px;
}
.right_panel_head_right {
  float: right;
  text-align: right;
}
.sort-by li {
  display: inline-block;
}
.sort-by li.sort {
  color: #555555;
  font-weight: 400;
  margin: 0;
}
.sort-by select {
  height: 30px;
}
.listing-products--list .product-listing[data-view="3"],
.listing-products--list .product-listing[data-view="4"],
.listing-products--list .product-listing[data-view="5"],
.listing-products--list .product-listing[data-view="6"] {
  grid-template-columns: repeat(3, 1fr);
}
.listing-products--list .products {
  display: flex;
}
.listing-products--list .products .products-title {
  margin: 0;
  min-height: auto;
  padding: 5px 0;
}
.listing-products--list .products .products-body {
  position: static;
  width: 1920px;
}
.listing-products--list .products .products-body .products-img {
  margin-bottom: 0;
}
.listing-products--list .products .products-foot {
  width: calc(100% - 120px);
  text-align: left;
  padding: 1rem;
}
.listing-products--list .products .products-price {
  padding: 0;
  justify-content: inherit;
}
.list-grid-toggle {
  width: 40px;
  height: 38px;
  padding: 1px 2px;
  border-radius: 3px;
  border: solid 1px #dee2e6;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-grid-toggle .label {
  display: none;
}
.list-grid-toggle .icon {
  width: 30px;
  margin: 0;
}
.list-grid-toggle .icon .icon-bar {
  position: relative;
  width: 20px;
  height: 3px;
  margin: 0 auto 3px auto;
  background: rgba(0, 0, 0, 0.97);
  transition: all 0.15s ease;
}
.list-grid-toggle .icon .icon-bar:before,
.list-grid-toggle .icon .icon-bar:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.97);
  content: "";
  opacity: 0;
  transition: all 0.15s ease;
}
.list-grid-toggle .icon .icon-bar:before {
  left: -15px;
}
.list-grid-toggle .icon .icon-bar:after {
  right: -8px;
}
.list-grid-toggle .icon .icon-bar:last-child {
  margin-bottom: 0;
}
.list-grid-toggle .icon.icon-grid .icon-bar {
  width: 4px;
  height: 4px;
}
.list-grid-toggle .icon.icon-grid .icon-bar:before,
.list-grid-toggle .icon.icon-grid .icon-bar:after {
  opacity: 1;
}
.list-grid-toggle .icon.icon-grid .icon-bar:before {
  left: 7px;
  transform: translateX(-15px);
}
.product-search {
  margin-bottom: 2rem;
}
.reset-all {
  cursor: pointer;
}
.reset-all .icn svg {
  width: 18px;
  height: 18px;
  fill: #44596b;
}
.shop-slider .item {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  animation: placeholderShimmer 2s linear;
  animation-iteration-count: infinite;
  background-color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08) 0,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.08) 30%
  );
  background-size: 1200px 100%;
  aspect-ratio: 2/1;
}
.shop-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.shop-slider .overlay-content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 1rem;
  font-weight: 400;
}
.shop-slider .overlay-content h4,
.shop-slider .overlay-content .h4 {
  font-size: 1rem;
}
.selected-filter {
  display: flex;
  flex-wrap: wrap;
}
.selected-filter li {
  font-size: 0.8rem;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 3px;
  padding-left: 10px;
  background: #8c8c8c;
  border: solid 1px var(--border-color);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.selected-filter li span {
  padding-right: 5px;
}
.selected-filter li .remove {
  color: var(--body-color);
  padding: 5px 10px;
}
.filter-content {
  margin: 0;
  transition: height 0.3s ease 0s;
  max-width: 250px;
}
.filter-content .price-input {
  padding: 0;
  text-align: center;
}
.filter-content .price-text-box {
  position: relative;
}
.filter-content .price-text-box .input-filter {
  margin: 0;
  padding-right: 5px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  height: 2rem;
  border-radius: 0;
}
.filter-content .price-text-box .input-group-text {
  font-size: 0.8rem;
  font-weight: 500;
  background: #fff;
  padding: 0 0.5rem;
  border-radius: 0;
  height: 100%;
}
.filter-content .rsText {
  color: #9e9e9e;
  font-size: 13px;
  left: 5px;
  margin-right: 3px;
  padding-left: 3px;
  position: absolute;
  top: 10px;
}
.filter-content .slide__fields {
  display: flex;
  align-items: center;
}
.filter-content .prices {
  padding: 0 1rem;
  padding-bottom: 60px;
  font-size: 0.8rem;
}
.filter-content .btn {
  padding: 9px 10px;
  float: right;
}
.filter-content .dash {
  display: inline-block;
  padding: 2px;
  position: relative;
  width: 35px;
  flex: 0 0 35px;
  text-align: center;
}
.filter-content .dash:after {
  content: "";
  height: 2px;
  width: 14px;
  background-color: rgba(0, 0, 0, 0.97);
  display: inline-block;
  vertical-align: middle;
}
.detail-page .breadcrumb {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .detail-page .breadcrumb {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .detail-first-fold {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: 1fr 350px;
  }
}
.product-detail-gallery {
  position: relative;
  margin-bottom: 2rem;
  min-width: 0;
}
@media (min-width: 992px) {
  .product-detail-gallery {
    margin-bottom: 4rem;
  }
}
.product-detail-gallery .product-gallery {
  position: sticky;
  top: calc(122px + 30px);
  display: flex;
  flex-direction: column;
}
.product-description {
  margin-bottom: 1.5rem;
}
.product-description .brand-title {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}
.product-description .product-title {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 400;
  color: white;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 1.5rem;
  padding: 0;
}
.product-description .product-title_badge {
  margin-top: 4px;
  margin-right: 8px;
}
.product-description .products-price {
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.product-description .products-price-new {
  font-weight: 600;
  font-size: 1.625rem;
}
.product-description .products-price-old {
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: line-through;
}
.product-description .products-price-off {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--secondary-color);
  white-space: nowrap;
}
.product-description .tax-inclusive {
  color: white;
  font-size: 0.8rem;
}
.options-block {
  border-top: solid 1px #dee2e6;
  padding-top: 2rem;
  margin-top: 2rem;
}
.options-block-head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.options-block-head .h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(247 245 245 / 97%);
}
.options-block-head .view-chart {
  background-color: transparent;
  border: none;
  color: var(--secondary-color);
  text-decoration: underline;
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
  font-size: 12px;
}
.options-block-head .view-chart::before {
  content: "";
  background-color: #dee2e6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}
.options-block-head .quantity {
  margin-left: auto;
}
.select-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.select-options-item {
  margin: 0;
  padding: 0;
}
.select-options-size .btn-option {
  display: block;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.97);
  white-space: nowrap;
  position: relative;
  background-color: #7e7979;
  border: solid 1px #000;
  padding: 10px;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
}
.select-options-size .selected .btn-option {
  background-color: #d94d4d;
  border-color: #d5c7c7;
  color: #fff;
}
.select-options-color {
  grid-gap: 1rem;
}
.select-options-color .btn-option {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  border: solid 3px #fff;
}
.select-options-color .selected .btn-option {
  border-color: #000;
}
.product-sharing {
  margin-top: 1rem;
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
.product-sharing .btn-favorite {
  min-width: 120px;
  height: 50px;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  background-color: transparent;
  color: var(--brand-color);
}
.product-sharing .btn-favorite .svg {
  fill: #888;
}
.product-sharing .btn-favorite.active .svg,
.product-sharing .btn-favorite:hover .svg {
  fill: var(--brand-color);
}
.product-sharing .via-social-sharing {
  flex: 1;
  display: flex;
  justify-content: center;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  background-color: transparent;
  height: 50px;
}
.product-sharing .via-social-sharing-item {
  margin: auto;
}
.product-sharing .via-social-sharing-link {
  padding: 0.6rem 0.75rem;
  display: block;
}
.side-blocks {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  margin-top: 2rem;
}
.side-blocks .h5 {
  padding: 1.5rem 1.5rem;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  font-size: 1rem;
}
.delivery-options ul {
  padding: 1rem 1.5rem;
  padding-top: 0;
}
.delivery-options ul li {
  padding: 4px 0;
  color: white;
  font-size: 0.8rem;
  position: relative;
  list-style: inside;
}
.wholesale-slider {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
.wholesale-slider-item {
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #dee2e6;
}
.wholesale-slider-item:last-child {
  border-bottom: none;
}
.wholesale-slider-value {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.wholesale-slider .products-price {
  margin: 0;
}
.wholesale-slider .products-price .products-price-new {
  font-weight: 600;
  font-size: 1.125rem;
}
.wholesale-slider .products-price .products-price-old {
  font-size: 12px;
}
.list-addons {
  max-height: 350px;
  overflow-y: auto;
}
.list-addons-item {
  padding: 1rem 1.5rem;
  border-bottom: solid 1px #dee2e6;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  position: relative;
}
.list-addons-item:last-child {
  border-bottom: none;
}
.list-addons .title {
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
}
.list-addons .products-price {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 500;
}
.buyer-wishlist {
  max-height: 250px;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.descriptions-item {
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.descriptions-item:last-child {
  border-bottom: none;
}
.descriptions-head {
  font-size: 1.375rem;
  margin-bottom: 0;
  position: relative;
  display: flex;
  cursor: pointer;
}
.descriptions-head .plus {
  color: #000;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.2s ease-in-out;
}
.descriptions-head:not(.collapsed) .plus {
  transform: rotate(227deg);
}
.descriptions-data {
  padding: 2rem 0;
  overflow-x: auto;
}
.specification-group {
  margin: 3rem 0;
}
.specification-group h6,
.specification-group .h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.4);
}
.specification-group .label {
  color: white;
}
.specification-group + .specification-group {
  margin: 3rem 0;
}
.list-specification-item {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  font-size: 0.85rem;
  color: white;
  border-bottom: dashed 1px #dee2e6;
}
.list-specification-item .label {
  white-space: normal;
  padding: 0;
  padding-right: 1rem;
  margin: 0;
  flex: 0 0 30%;
  max-width: 30%;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  text-align: left;
}
.favourite-wrapper .actions li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.buy-group {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.buy-group .add-to-cart {
  min-height: 38px;
}
.product-content {
  margin: 0 auto;
  max-width: 550px;
}
.options-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1;
  margin-right: 10px;
}
.condition-txt {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0.5rem 0;
  opacity: 0.5;
  padding-left: 20px;
}
.condition-txt:before {
  background: url(images/retina/tick-gray.svg) no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.shop-owner-detail {
  display: flex;
  align-items: center;
}
.shop-owner-detail .owner_logo {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.owener_info .owener_info_mame {
  color: rgba(0, 0, 0, 0.97);
}
.owener_info .owener_info_mame a {
  color: inherit;
}
.owener_info .owener_info_location {
  color: #000;
  font-size: 0.875em;
}
.owener_info .products__rating {
  justify-content: flex-start;
}
.shop-reviews-wrapper {
  position: relative;
}
.shop-reviews-wrapper .shop-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  position: relative;
  margin: 0 auto;
}
.shop-reviews-wrapper .shop-reviews .svg {
  fill: var(--brand-color);
  width: 130px;
  height: 130px;
  position: absolute;
}
.shop-reviews-wrapper .shop-reviews-points {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 15px;
}
.total-reviews {
  font-size: 0.875rem;
  padding: 5px;
  text-align: center;
}
.have-you {
  margin: 0 auto;
  text-align: center;
}
.reviews-lisitng {
  border: solid 1px #dee2e6;
  border-radius: 4px;
}
.reviews-lisitng > ul > li {
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.reviews-lisitng > ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.reviews-list {
  background: #fff;
  border-radius: 4px;
  border: solid 1px #dee2e6;
}
.reviews-list .profile-avatar {
  border: none;
  flex-direction: row;
  height: auto;
  padding: 0;
  align-items: center;
}
.reviews-list .profile-avatar .dated {
  font-size: 0.625rem;
}
.reviews-list .profile-avatar .profile-dp {
  margin: 0;
}
.reviews-list .profile-avatar .profile-bio {
  text-align: left;
  padding-left: 0.875rem;
}
.reviews-list > li {
  border-bottom: solid 1px #dee2e6;
  padding: 1rem 1.5rem;
}
.reviews-list > li:last-child {
  border-bottom: none;
}
.refresh {
  margin: 5px 10px;
}
.shop-profile {
  border-radius: 4px;
  border: solid 1px #dee2e6;
}
.shop-avatar {
  display: flex;
  align-items: center;
}
.shoper__dp {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.profile-bio .deg {
  font-weight: 400;
  color: rgba(128, 128, 128, 0.97);
  font-size: 0.875rem;
}
.nav-detail {
  background-color: #f3f4f5;
  border: solid 1px #dee2e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: center;
  position: sticky;
  z-index: 1;
}
.nav-detail ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.nav-detail ul li {
  padding: 0 20px;
}
.nav-detail ul li a {
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 1.5rem 0px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.nav-detail ul li a:hover,
.nav-detail ul li a.is-active {
  background-size: 100% 2px;
  color: var(--brand-color);
}
.product-detail-quickview .products__price {
  padding: 0;
  margin: 0 0 20px;
}
.product-detail-quickview .product-description-inner .products-title {
  margin-bottom: 0;
}
.products__quickview {
  position: absolute;
  z-index: 4;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .products__quickview {
    display: none;
  }
}
.products__quickview > a {
  border-radius: 2px;
  padding: 5px 14px;
  font-weight: 600;
  font-size: 0.7rem;
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
  background: #000;
  display: flex;
  align-items: center;
}
.products__quickview > a .svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
}
.products__quickview > a .svg-icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.products:hover .products__quickview {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
}
.icn-quickview {
  margin: 0 auto;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.icn-quickview svg {
  width: 16px;
  height: 16px;
  margin: 12px;
  fill: #fff;
}
@media (max-width: 575.98px) {
  .listing--progress-wrapper {
    padding-top: 1rem;
  }
}
.listing--progress-wrapper li {
  padding: 5px 0;
}
.listing--progress-wrapper li .progress {
  align-items: center;
  background-color: transparent;
  font-size: 1rem;
  height: auto;
}
.listing--progress-wrapper li .progress__lbl {
  flex: 1;
  font-size: 0.875rem;
  text-align: right;
}
.listing--progress-wrapper li .progress__count {
  font-size: 0.875em;
  min-width: 60px;
  font-weight: 500;
  color: white;
}
.listing--progress-wrapper li .progress__bar {
  background: #ddd;
  height: 6px;
  flex: 1;
  display: flex;
  overflow: hidden;
  margin: 0 1rem;
}
.listing--progress-wrapper li .progress__bar .progress__fill {
  background: #616161;
}
.certified-bar {
  background: #f3f4f5;
  border-top: solid 1px #dee2e6;
}
.certified-bar ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .certified-bar ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .certified-bar ul li {
    margin: auto;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.certified-bar .certified-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 1rem;
}
.certified-bar .certified-box .icn {
  margin: 0 auto;
  margin-bottom: 10px;
}
.certified-bar .certified-box .icn svg {
  width: 24px;
  height: 24px;
  fill: #575757;
}
.certified-bar .certified-box p {
  font-size: 0.875rem;
  color: #575757;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.certified-bar .certified-box p a {
  color: #575757;
}
.video-wrapper {
  background: rgba(0, 0, 0, 0.03);
  animation: placeholderShimmer 2s linear;
  animation-iteration-count: infinite;
  background-color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08) 0,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.08) 30%
  );
  background-size: 1200px 100%;
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper iframe,
.video-wrapper .blog-detail-left .posted-media .post__pic .media-wrapper img,
.blog-detail-left .posted-media .post__pic .media-wrapper .video-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rating-wrapper {
  padding: 1.5rem;
  background-color: #f3f4f5;
  border-radius: 0.25rem;
}
.overall-rating-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.overall-rating-count .svg {
  fill: var(--brand-color);
  position: relative;
  width: 100px;
  height: 100px;
  padding: 0px 0 8px 0;
  margin: 0;
}
.overall-rating-count .rate {
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rating-based-on span {
  color: white;
}
.rating-based-on strong {
  font-weight: 700;
}
.ratedby-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  margin: 0 -0.5rem;
}
.ratedby-list li {
  padding: 0.5rem;
}
.review-container {
  padding-top: 1.25rem;
}
.review-container p {
  color: white;
  line-height: 1.6;
}
.review-container .readMore {
  margin-top: 10px;
  display: inline-block;
}
.list-services {
  margin-left: auto;
  display: flex;
}
.list-services-item {
  background-color: #f9f9fa;
  padding: 10px;
  border-radius: 50%;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-services-item:last-child {
  margin-right: 0;
}
.list-services-item:hover {
  background-color: #f3f4f5;
}
.share-via {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.share-via-list {
  display: flex;
  align-items: center;
}
.share-via-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.share-via-list li:last-child {
  margin-right: 0;
}
.share-via-list li a {
  text-align: center;
  border: solid 1px #dee2e6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  color: white;
  padding: 10px;
}
.share-via-list li a .svg {
  width: 20px;
  height: 20px;
}
.list-files li {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
  margin: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.8rem;
  color: white;
  border-radius: 3px;
  background-color: #fff;
}
.jwplayer--content {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .jwplayer--content {
    width: 100%;
    height: auto;
  }
}
.no-reviews {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
.cart-page {
  display: grid;
  grid-gap: 2rem;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .cart-page {
    grid-template-columns: 2fr 1fr;
    grid-gap: 6rem;
    padding: 3rem 0;
  }
}
.cart-page-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: solid 1px #000;
}
@media (min-width: 768px) {
  .cart-page-head {
    margin-top: 0;
    flex-direction: row;
  }
}
.cart-page-head .h2 {
  font-size: 1.2rem;
}
.cart-page-head .shiporpickup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cart-page-head .shiporpickup {
    margin: 0;
    margin-left: auto;
  }
}
.cart-page-head .shiporpickup-item {
  line-height: 1;
  position: relative;
}
.cart-page-head .shiporpickup-item::after {
  background-color: #dee2e6;
  width: 2px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  display: block;
  content: "";
}
.cart-page-head .shiporpickup-item:last-child::after {
  content: normal;
}
.cart-page-head .shiporpickup .control-label {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-color: transparent;
  transition: background-size 0.3s;
}
.cart-page-head .shiporpickup .control-label:hover,
.cart-page-head .shiporpickup .control-label.is-active {
  color: var(--brand-color);
  text-decoration: none;
  background-size: 100% 2px;
}
.cart-page-head .shiporpickup .control-input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cart-page-head
  .shiporpickup
  .control-input[type="radio"]:checked
  + .control-label {
  color: var(--brand-color);
  border-color: var(--brand-color);
  border-width: 2px;
}
.cart-page-head
  .shiporpickup
  .control-input[type="radio"]:checked
  + .control-label:after {
  background: var(--brand-color);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.cart-page-head .shiporpickup .svg {
  display: none;
  margin-right: 10px;
}
.cart-page-head .shiporpickup .disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.cart-page_main {
  padding: 0;
}
@media (min-width: 992px) {
  .cart-page_main {
    margin-bottom: 0;
  }
}
.cart-page_aside {
  flex: 1;
}
@media (min-width: 992px) {
  .cart-page_aside {
    margin-bottom: 0;
  }
}
.cart-page_aside:after {
  background: #f3f4f5;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
}
.cart-page .cart-title {
  font-weight: 600;
  font-size: 1rem;
}
.cart-page .list-cart {
  margin-bottom: 3rem;
}
.cart-page .list-cart:last-child {
  margin-bottom: 0;
}
.cart-page .cart-title {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
}
.cart-total {
  padding: 2rem;
  border: solid 1px #000;
  border-radius: 4px;
  position: relative;
}
.cart-total-head {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.cart-total-title {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.cart-total .cart-action {
  display: none;
}
@media (min-width: 992px) {
  .cart-total .cart-action {
    margin-top: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
}
.cart-total .cart-action .link-underline {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.promotional-code {
  margin-bottom: 2.5rem;
}
.promotional-code-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.promotional-code-title {
  font-size: 1rem;
  margin: 0;
}
.coupons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.coupons h6,
.coupons .h6 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
.coupons .btn-coupons {
  color: var(--secondary-color);
  border: dashed 2px var(--secondary-color);
  font-weight: 500;
}
.coupons .svg {
  margin-right: 5px;
}
.coupons-applied {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  position: relative;
  color: white;
  border: dashed 2px var(--secondary-color);
  background-color: rgba(var(--secondary-color-alpha), 0.1);
  border-radius: 4px;
  padding: 1.5rem;
  color: #000;
}
.coupons-applied-title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.coupons-applied-desc {
  margin-top: 10px;
  font-size: 0.8rem;
}
.coupons-applied .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
}
.included {
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 1rem 0;
  color: white;
}
.promo-code {
  max-width: 400px;
  display: flex;
  align-items: center;
}
.promo-code .form {
  display: flex;
  flex: 1;
}
.promo-code .form .promo-input {
  width: auto;
  height: 40px;
  line-height: 1;
}
.sticky-summary {
  position: sticky;
  top: 100px;
  z-index: 1;
}
.buttons-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  grid-gap: 1rem;
}
.buttons-group .btn {
  flex: 1;
}
.gift-wrap {
  margin-top: 1.5rem;
  background-color: #fff;
}
.gift-wrap .list-group-item {
  display: flex;
  justify-content: space-between;
}
.gift-wrap__left {
  display: flex;
  align-items: center;
}
.gift-wrap__icon {
  margin-right: 1rem;
}
.gift-wrap__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.gift-wrap__text span:first-child {
  padding-right: 1rem;
}
.secure {
  margin-top: 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  font-size: 0.85rem;
}
.secure .svg {
  margin-right: 12px;
}
.row-coupon .row-coupon__left {
  max-width: 10%;
  flex: 0 0 10%;
  padding-top: 10px;
}
.list-promo__name {
  color: var(--brand-color);
  border: dashed 2px var(--brand-color);
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  display: inline-block;
  font-size: 0.85rem;
}
.list-promo__code {
  font-weight: 500;
  padding-bottom: 0.5rem;
  display: block;
}
.list-promo__text {
  font-size: 0.75rem;
}
.row-coupon {
  display: flex;
}
.info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f3f4f5;
  border-radius: 4px;
  font-size: 0.85rem;
}
.info .svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.save-later {
  margin-top: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-size: 0.75rem;
  color: white;
}
.save-later a:hover {
  color: var(--brand-color);
}
.coupon-offers {
  border: solid 1px #dee2e6;
  border-radius: 4px;
}
.coupon-offers-item {
  border-bottom: solid 1px #edeff1;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  font-size: 0.8rem;
  color: white;
}
.coupon-offers-item:last-child {
  border-bottom: none;
}
.coupon-offers .coupon-code {
  padding: 0.3rem 1.2rem;
  border-radius: 2rem;
  color: rgba(128, 128, 128, 0.97);
  border: dashed 1px #dee2e6;
  display: inline-block;
  font-weight: 500;
  margin-right: 1rem;
  cursor: pointer;
}
.coupon-offers .coupon-code:hover {
  border-color: var(--brand-color);
  color: var(--brand-color);
}
.delivery-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem;
  font-size: 0.85rem;
  color: white;
  font-weight: 500;
  background-color: #f4f5f6;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.delivery-info .svg {
  margin-right: 10px;
}
.delivery-info .not-pickup {
  flex: 1;
}
.block-cart {
  display: flex;
  flex-direction: row;
}
.block-cart-img {
  margin: 0 auto;
  text-align: center;
  position: relative;
  flex: 0 0 80px;
  max-width: 80px;
}
@media (min-width: 992px) {
  .block-cart-img {
    flex: 0 0 130px;
    max-width: 130px;
  }
}
.block-cart-img .products-img {
  margin-bottom: 0;
}
.block-cart-detail {
  padding: 0;
  padding-left: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .block-cart-detail {
    padding-left: 3rem;
  }
}
.block-cart-detail-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  flex: 1;
  grid-gap: 2rem;
}
@media (min-width: 992px) {
  .block-cart-detail-top {
    flex-direction: row;
  }
}
.block-cart-detail-bottom {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .block-cart-detail-bottom .not-available-txt {
    margin-left: auto;
  }
}
.block-cart-detail .products-price {
  font-weight: 600;
  font-size: 1rem;
}
.block-cart .cart-action {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
  color: rgba(0, 0, 0, 0.97);
  grid-gap: 1rem;
  flex-wrap: wrap;
}
.block-cart .cart-action-item {
  line-height: 1;
  position: relative;
}
.block-cart .cart-action-item::after {
  background-color: #dee2e6;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  display: block;
  content: "";
}
.block-cart .cart-action-item:last-child::after {
  content: normal;
}
.block-cart .cart-action .btn-link {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.97);
}
.block-cart-sm .block-cart-img {
  flex: 0 0 100px;
  max-width: 100px;
}
.block-cart-sm .block-cart-detail {
  padding: 0;
  padding-left: 1.5rem;
}
.checkout-bottom {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 -10px 30px 0 rgba(111, 111, 111, 0.1);
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: calc(1030 + 10);
  padding: 1rem;
}
@media (min-width: 992px) {
  .checkout-bottom {
    display: none;
  }
}
.checkout-bottom .amount {
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.97);
}
.checkout {
  --header-height: 65px;
  --btn-height: 50px;
}
.header-checkout {
  min-height: var(--header-height);
  background: #fff;
  background-size: cover;
  border-bottom: solid 1px #dee2e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.header-checkout .container {
  max-width: none;
}
@media (min-width: 992px) {
  .header-checkout .container {
    padding: 0 3rem;
  }
}
.header-checkout_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-checkout_inner {
    flex-direction: column;
  }
}
.header-checkout .logo-checkout-main {
  max-width: 150px;
  display: block;
  padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
  .header-checkout .logo-checkout-main {
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .header-checkout .logo-checkout-main {
    max-width: 100px;
  }
}
.header-checkout .logo-checkout-main img[data-ratio="16:9"] {
  max-width: 120px;
}
.header-checkout .logo-checkout-main img[data-ratio="1:1"] {
  max-width: 60px;
}
.checkout-page {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 5rem;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 991.98px) {
  .checkout-page {
    display: block;
  }
}
.checkout-page-single {
  grid-template-columns: auto;
  max-width: 500px;
  margin: auto;
}
.checkout-page_main {
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
}
.checkout-page_aside {
  flex: 1;
}
.step {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.step_section ~ .step_section {
  margin-top: 3rem;
}
.step_head {
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.step_title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
}
.step_body {
  flex: 1;
}
.step_foot {
  gap: 1rem;
  margin-top: 2rem;
  padding: 2rem 0;
  display: flex;
  align-items: inherit;
  flex-direction: column;
}
@media (min-width: 992px) {
  .step_foot {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.step_foot .btn {
  flex: 1;
}
@media (min-width: 992px) {
  .step_foot .btn {
    flex: inherit;
  }
}
.checkout-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.review-block {
  margin-bottom: 2rem;
  font-size: 1rem;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  color: white;
}
.review-block-item {
  position: relative;
  padding: 2rem;
  display: flex;
  border-bottom: solid 1px #dee2e6;
  flex-direction: column;
  justify-content: space-between;
}
.review-block-item:last-child {
  border-bottom: none;
}
.review-block-head {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.review-block-head .h5 {
  font-size: inherit;
}
.review-block-body {
  flex: 1;
  overflow: hidden;
}
.review-block-body .selected-slot {
  font-weight: 600;
  padding-top: 0.5rem;
  display: block;
}
.review-block-action {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.review-block-action .svg {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
}
.shipping-methods {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.shipping-methods-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #dee2e6;
}
.shipping-methods-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shipping-methods-head {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.shipping-methods-head .h6 {
  margin: 0;
  font-weight: 600;
}
.shipping-methods-body {
  font-size: 0.85rem;
}
.shipping-methods-type {
  font-weight: 600;
}
.v-divider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #efefef;
  width: 1px;
}
.shipping-section {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.shipping-section .shipping-option {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shipping-section .custom-select {
  max-width: 200px;
  font-size: 0.8rem;
}
.pick-section .pickup-option {
  grid-gap: 2rem;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .pick-section .pickup-option {
    flex-direction: column;
  }
}
.pick-section .pickup-option__list {
  overflow-y: auto;
  max-height: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pick-section .pickup-option__list li .radio {
  padding: 20px;
  display: flex;
  border-radius: 4px;
}
.pick-section .pickup-option__list li .radio:hover {
  border-color: var(--brand-color);
  background-color: rgba(var(--brand-color-alpha), 0.1);
}
.pick-section .pickup-option__list li.is-active .radio {
  border-color: var(--brand-color);
  background-color: rgba(var(--brand-color-alpha), 0.1);
}
.pick-section .pickup-option__list li.is-active .radio .lb-txt {
  font-weight: 500;
}
.pick-section .pickup-option .pickup-time {
  flex: 1;
}
.pick-section .pickup-option .lb-txt {
  line-height: 1.5;
  font-size: 0.8rem;
  margin-top: -4px;
  color: rgba(0, 0, 0, 0.97);
  margin-left: 12px;
}
.pick-section .pickup-time .calendar {
  margin-bottom: 1.2rem;
}
.pick-section .pickup-time .calendar .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 256px;
}
.pick-section .pickup-time .time-slot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  grid-gap: 1rem;
}
.pick-section .pickup-time .time-slot li {
  position: relative;
}
.pick-section .pickup-time .time-slot li:last-child {
  padding-right: 0;
}
.pick-section .pickup-time .time-slot li .control-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.pick-section
  .pickup-time
  .time-slot
  li
  .control-input:checked
  + .control-label {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: var(--brand-color-inverse);
}
.pick-section .pickup-time .time-slot li .control-label {
  display: block;
  background: #fff;
  border: solid 1px #dee2e6;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  transition: all 0.2s ease;
}
.pick-section .pickup-time .time-slot li .control-label .time {
  padding: 0.5rem 0.7rem;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.calendar-pickup .ui-datepicker {
  min-width: auto;
  border: solid 1px #dee2e6 !important;
  border-radius: 4px !important;
  box-shadow: none;
  font-size: 0.8rem;
}
.calendar-pickup .ui-datepicker td .ui-state-default {
  padding: 5px;
}
.payment-area {
  border: solid 1px #dee2e6;
  border-radius: 4px;
}
.payment-area .payments-nav {
  display: flex;
  flex-direction: column;
  position: relative;
}
.payment-area .payments-nav-item {
  border-bottom: solid 1px #dee2e6;
}
.payment-area .payments-nav-item:last-child {
  border-bottom: 0;
}
.payment-area .payments-nav-link {
  white-space: nowrap;
  padding: 1.6rem 2rem;
  padding-left: 4.1rem;
  display: block;
  position: relative;
  font-weight: 600;
}
.payment-area .payments-nav-link:before {
  position: absolute;
  left: 2rem;
  top: calc(50% - 9px);
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 4px #fff;
  background-color: transparent;
  outline: solid 1px #dee2e6;
}
.payment-area .payments-nav-link:hover,
.payment-area .payments-nav-link.active {
  color: var(--secondary-color);
}
.payment-area .payments-nav-link:hover:before,
.payment-area .payments-nav-link.active:before {
  background-color: var(--secondary-color);
  outline: solid 1px var(--secondary-color);
}
.payment-area .paypal-data {
  text-align: center;
}
.payment-area .paypal-data p {
  padding: 1rem;
  font-size: 0.8rem;
}
.payment-area .payment-block {
  padding: 2rem;
  padding-top: 0;
}
.place-order {
  text-align: center;
  font-size: 0.8rem;
  padding: 2rem 0;
}
.place-order p {
  padding-bottom: 1rem;
}
.place-order p a {
  color: var(--brand-color);
}
.rewards {
  background-color: #f3f4f5;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  padding: 1.5rem;
  margin: 0;
}
.rewards__points {
  margin-bottom: 1.5rem;
}
.rewards__points ul {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50% 1fr;
  align-items: center;
}
.rewards__points ul li {
  height: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 1rem;
  border: solid 1px #dee2e6;
  background-color: #fff;
}
.rewards__points ul li p {
  font-size: 0.8rem;
}
.rewards__points ul li .count {
  font-weight: 600;
  font-size: 1.3rem;
}
.rewards .info {
  margin-bottom: 1.5rem;
  padding: 0;
  background: none;
  line-height: 1;
}
.earn-points {
  background: #f3f4f5;
  border-radius: 4px;
  padding: 0.7rem;
  text-align: center;
}
.earn-points .svg {
  margin-right: 10px;
}
.list-addresses {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: auto;
}
@media (max-width: 575.98px) {
  .list-addresses {
    grid-template-columns: auto;
  }
}
.list-addresses-item {
  position: relative;
  border: solid 1px #dee2e6;
  border-radius: 4px;
}
.list-addresses .label-block {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.list-addresses .tag {
  margin: 0 5px;
  border: solid 1px #1dc9b7;
  border-radius: 40px;
  color: #1dc9b7;
  padding: 2px 0.6rem;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42%;
}
.list-addresses .btn-add-address {
  display: flex;
  border: dashed 2px #dee2e6;
  border-radius: 3px;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
  width: 100%;
}
.list-addresses .btn-add-address:hover,
.list-addresses .btn-add-address:focus,
.list-addresses .btn-add-address:active {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.list-addresses .btn-add-address .svg {
  margin-right: 10px;
}
.addresses {
  display: block;
}
.addresses-checkbox {
  position: absolute;
  left: 1.5rem;
  top: 2rem;
}
.addresses-actions {
  border-top: solid 1px #dee2e6;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.addresses-actions .btn-addresses {
  border: none;
  height: auto;
  width: 100%;
  display: block;
  text-decoration: underline;
}
.addresses-detail {
  flex: 1;
  font-size: 0.9rem;
  color: white;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 2rem;
  padding-left: 4rem;
}
.addresses-detail .h5 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  align-items: center;
}
.addresses-detail span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 50%;
}
.tags-addresses {
  position: static;
}
.tags-addresses .tags__inner {
  justify-content: flex-start;
}
.tags-addresses .tags__inner .tag {
  font-size: 1rem;
  color: var(--brand-color);
  border-color: var(--brand-color);
}
.tags {
  margin: 0 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right;
}
.tags__inner {
  display: flex;
  justify-content: flex-end;
}
.tags__inner .tag {
  margin: 0 5px;
  border: solid 2px #1dc9b7;
  border-radius: 40px;
  color: #1dc9b7;
  padding: 6px 1rem;
  line-height: 1;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.tags__inner .tag.address_lable {
  margin-left: auto;
}
.tags__inner .tag:last-child {
  margin-right: 0;
}
.tags__txt {
  display: block;
  font-size: 0.8rem;
  color: white;
  margin-top: 4px;
}
.payment-card {
  font-size: 0.85rem;
  color: white;
}
.payment-card strong {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.97);
}
.payment-card .list-group-item {
  padding: 1rem;
}
.payment-card__photo .svg {
  width: 38px;
  height: 24px;
}
.payment-card-double {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .payment-card-double {
    flex-direction: column;
  }
}
.payment-card-double li {
  max-width: 49%;
  flex: 49%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .payment-card-double li {
    max-width: auto;
    flex: auto;
  }
}
.payment-card-view .list-group-item {
  padding: 1rem;
}
.payment-card-view .list-group-item .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .payment-card-view .list-group-item .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: inherit;
  }
}
.list-shippings {
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
}
.list-shippings + .list-shippings {
  margin-top: 3.5rem;
}
.list-shippings-head {
  flex-direction: column;
  border: none;
  padding: 0;
}
.list-shippings .shop-detail {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.list-shippings .shop-detail.shipping-select {
  flex-direction: column;
}
.list-shippings .shop-detail.pickup-select {
  flex-flow: row wrap;
}
.list-shippings .shop-detail .shop-title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.97);
  position: relative;
  display: flex;
  align-items: center;
}
.list-shippings .shop-detail .shop-title .svg {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  fill: var(--secondary-color);
}
.list-shippings .shop-selected {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 1.5rem;
}
.list-shippings .shop-address {
  background-color: rgba(var(--brand-color-alpha), 0.1);
  border-radius: 2px;
  padding: 2rem;
  font-size: 0.85rem;
  flex: 1;
  color: rgba(0, 0, 0, 0.97);
}
.list-shippings .shipping-method_messages {
  font-size: inherit;
}
.list-shippings .shipping-method .form-control {
  height: 50px;
  border: solid 1px #dee2e6;
  font-size: inherit;
}
.form-inline {
  position: relative;
}
.form-inline input[type="text"],
.form-inline .custom-select[type="text"] {
  width: 100%;
}
.form-inline .btn-submit {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--brand-color);
  font-weight: 500;
  border: none;
}
.form-inline .btn-submit:focus {
  outline: none;
  border: none;
}
.form-inline .btn-submit:hover,
.form-inline .btn-submit:focus,
.form-inline .btn-submit:active {
  box-shadow: none;
}
.transfer-payment-detail {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  font-size: 0.8rem;
  color: white;
}
.transfer-payment-detail li {
  max-width: 30%;
  flex: 0 0 30%;
  display: flex;
  margin-bottom: 1.5rem;
}
.transfer-payment-detail li.notes {
  max-width: none;
  flex: auto;
}
.transfer-payment-detail .svg {
  display: none;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  fill: rgba(0, 0, 0, 0.77);
}
.transfer-payment-detail h6,
.transfer-payment-detail .h6 {
  margin-bottom: 4px;
  font-size: 0.82rem;
  color: rgba(0, 0, 0, 0.97);
  text-transform: uppercase;
}
.otp-block__head {
  margin-bottom: 1.5rem;
  text-align: center;
}
.otp-block__head h5,
.otp-block__head .h5 {
  margin: 0;
  padding: 0;
}
.otp-block__footer {
  margin-top: 1.5rem;
}
.otp-block p {
  font-size: 0.8rem;
  color: white;
}
.otp-block .otp-enter {
  margin: 0 auto;
  text-align: center;
}
.otp-block .otp-enter .otp-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.otp-block .otp-enter .otp-inputs input.field-otp,
.otp-block .otp-enter .otp-inputs .field-otp.custom-select {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #dee2e6;
  max-width: 30px;
  text-align: center;
  padding: 5px;
  margin: 0 3px;
}
.otp-block .otp-enter .otp-inputs input.field-otp:focus,
.otp-block .otp-enter .otp-inputs .field-otp.custom-select:focus {
  border-color: #000;
}
.otp-block .otp-enter .otp-inputs input.field-otp.is-invalid,
.otp-block .otp-enter .otp-inputs .field-otp.is-invalid.custom-select {
  border-color: red;
}
.otp-block .otp-success {
  text-align: center;
}
.otp-block .otp-success .img {
  max-width: 80px;
  margin: 2rem auto;
}
.otp-block .otp-success h5,
.otp-block .otp-success .h5 {
  margin: 0;
  padding: 0;
}
.phone-list {
  margin-top: 1rem;
  display: flex;
  gap: 2rem;
  flex-flow: row wrap;
}
.phone-list-item {
  display: flex;
  gap: 7px;
}
.payment-action {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.review-total {
  padding: 2rem;
  border: solid 1px #000;
}
.review-total-head {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.review-total-title {
  font-weight: 600;
  font-size: 1.5rem;
}
.review-total .block-cart-detail-top {
  margin-bottom: 0;
}
.btn-summary {
  border: solid 1px #dee2e6;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 992px) {
  .btn-summary {
    display: none;
  }
}
.btn-summary-text {
  text-decoration: underline;
}
.wallet-payment {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 1.5rem;
  padding: 1.6rem 2rem;
  border-bottom: solid 1px #dee2e6;
}
.wallet-payment-txt {
  margin-top: 1rem;
  font-size: 0.85rem;
}
.wallet-payment .wallet-credits {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  margin: auto;
  align-items: center;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
}
.wallet-payment .wallet-credits strong {
  font-weight: 600;
}
.wallet-options {
  color: rgba(0, 0, 0, 0.97);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.wallet-options-list {
  border: solid 1px #dee2e6;
  padding: 2rem;
}
.wallet-options-value {
  font-weight: 600;
  font-size: 1.4rem;
}
.wallet-balance {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  padding: 1.5rem;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-balance .wallet {
  display: flex;
  align-items: center;
  flex: 1;
}
.wallet-balance .wallet__txt {
  display: flex;
  align-items: center;
}
.wallet-balance .wallet__txt .svg {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: 5px;
  fill: rgba(0, 0, 0, 0.77);
}
.wallet-balance .wallet__txt p {
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
}
.wallet-balance .wallet__txt .currency-value {
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.2rem;
}
.wallet-balance_info {
  flex: 1;
  font-size: 0.8rem;
  color: white;
}
.address {
  margin: 0;
  font-size: 0.85rem;
}
.header-blog {
  min-height: 58px;
}
.header-blog-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-blog-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header-blog-right .svg {
  fill: var(--secondary-color);
}
.blog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.35s ease-in-out;
}
.blog-overlay.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .menu-nav {
    position: fixed;
    top: 0;
    left: -19rem;
    width: 19rem;
    height: 100%;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease;
  }
  .menu-nav.open {
    visibility: visible;
    left: 0;
    opacity: 1;
  }
  .menu-nav .nav-blog {
    flex-direction: column;
    align-items: inherit;
  }
  .menu-nav .nav-blog-item {
    margin: 0;
  }
  .menu-nav .nav-blog-link {
    padding: 18px 20px;
    display: block;
    border-bottom: solid 1px #dee2e6;
    font-size: 1rem;
    background-image: url(images/retina/submenu-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
  }
}
.nav-blog {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
.nav-blog-item {
  margin: 0 1rem;
}
.nav-blog-link {
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
  padding: 22px 0;
}
.nav-blog-link:hover {
  text-decoration: none;
  background-size: 100% 2px;
}
.nav-blog-more::after {
  content: " ↓";
}
.btn-menu {
  background: transparent;
  border: none;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .btn-menu {
    display: none;
  }
}
.btn-blog-search {
  background: transparent;
  border: none;
  margin: 0 0.5rem;
}
@media (min-width: 992px) {
  .btn-blog-search {
    padding-left: 1rem;
    border-left: solid 1px #dee2e6;
  }
}
.blog-more {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  background-color: #fff;
  border-bottom: solid 1px #dee2e6;
  transition: all 0.1s ease-out;
}
.blog-more ul {
  padding: 3rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.blog-more ul li a {
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.97);
  padding: 22px 0;
}
.blog-more ul li a:hover {
  color: var(--brand-color);
  text-decoration: none;
  background-size: 100% 2px;
}
.offcanvas-blog-nav {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.offcanvas-blog-nav-item {
  border-bottom: solid 1px #dee2e6;
}
.offcanvas-blog-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.offcanvas-blog-nav .icon {
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em;
  font-size: 0.8rem;
  transform: scale(1);
  margin-left: auto;
}
.offcanvas-blog-nav .icon::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.65em;
  width: 0.65em;
  transform: translate(-75%, -50%) rotate(135deg);
}
.offcanvas-blog-search {
  height: 100%;
}
@media (min-width: 992px) {
  .offcanvas-blog-search {
    height: 70vh;
  }
}
.blog-search {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
  flex-flow: row wrap;
}
@media (max-width: 991.98px) {
  .blog-search {
    text-align: center;
    gap: 2rem;
    justify-content: center;
    flex-direction: column;
  }
}
.blog-search-inner {
  flex: 1;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-search-form {
  flex: 1;
}
.blog-search-input {
  padding: 10px 1rem;
  padding-left: 40px;
  font-size: 0.85rem;
  background-color: #f3f4f5 !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM4ODgiIGQ9Ik0yMjUuNDc0LDBDMTAxLjE1MSwwLDAsMTAxLjE1MSwwLDIyNS40NzRjMCwxMjQuMzMsMTAxLjE1MSwyMjUuNDc0LDIyNS40NzQsMjI1LjQ3NA0KCQkJYzEyNC4zMywwLDIyNS40NzQtMTAxLjE0NCwyMjUuNDc0LTIyNS40NzRDNDUwLjk0OCwxMDEuMTUxLDM0OS44MDQsMCwyMjUuNDc0LDB6IE0yMjUuNDc0LDQwOS4zMjMNCgkJCWMtMTAxLjM3MywwLTE4My44NDgtODIuNDc1LTE4My44NDgtMTgzLjg0OFMxMjQuMTAxLDQxLjYyNiwyMjUuNDc0LDQxLjYyNnMxODMuODQ4LDgyLjQ3NSwxODMuODQ4LDE4My44NDgNCgkJCVMzMjYuODQ3LDQwOS4zMjMsMjI1LjQ3NCw0MDkuMzIzeiIvPg0KCTwvZz4NCjwvZz4gDQo8Zz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzg4OCIgZD0iTTUwNS45MDIsNDc2LjQ3MkwzODYuNTc0LDM1Ny4xNDRjLTguMTMxLTguMTMxLTIxLjI5OS04LjEzMS0yOS40MywwYy04LjEzMSw4LjEyNC04LjEzMSwyMS4zMDYsMCwyOS40M2wxMTkuMzI4LDExOS4zMjgNCgkJCWM0LjA2NSw0LjA2NSw5LjM4Nyw2LjA5OCwxNC43MTUsNi4wOThjNS4zMjEsMCwxMC42NDktMi4wMzMsMTQuNzE1LTYuMDk4QzUxNC4wMzMsNDk3Ljc3OCw1MTQuMDMzLDQ4NC41OTYsNTA1LjkwMiw0NzYuNDcyeiIvPg0KCTwvZz4NCjwvZz4NCiANCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: calc(15px) center;
  background-size: 14px;
  border: none;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  margin-bottom: 2rem;
}
[dir="rtl"] .blog-search-input {
  padding-right: 40px;
  background-position: calc(-15px) center;
}
.blog-search .btn-search-close {
  background-color: #f3f4f5 !important;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .blog-search .btn-search-close {
    margin: 0 auto;
  }
}
.post {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.post-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
.post-foot {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
}
.post-media {
  position: relative;
  margin: 0;
  padding-bottom: 56.25%;
  background-color: rgba(0, 0, 0, 0.03);
}
.post-media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-media iframe,
.post-media .blog-detail-left .posted-media .post__pic .media-wrapper img,
.blog-detail-left .posted-media .post__pic .media-wrapper .post-media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-category {
  display: flex;
  flex-wrap: wrap;
}
.post-category-tag a {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
  color: white;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.post-title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.97);
  flex: 1;
}
.post-title a {
  color: inherit;
}
.post-description {
  color: white;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.post-link {
  color: var(--brand-color);
  font-size: 1rem;
}
.post-link:after {
  transition: all 0.5s ease-out;
  padding-left: 4px;
  content: "\2192";
}
.post-link:hover {
  text-decoration: none;
}
.post-link:hover:after {
  padding-left: 8px;
}
.collection-1 .post {
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .collection-1 .post {
    flex-direction: row;
  }
}
.collection-1 .post:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .collection-1 .post-head {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.collection-1 .post-body {
  background-color: #f3f4f5;
  padding: 3rem;
}
.collection-1 .post-title {
  flex: 0;
}
.collection-2 {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}
.article-inner .blog_author {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
.article-inner .blog_author .article__author {
  color: rgba(0, 0, 0, 0.97);
  margin-right: 10px;
  font-weight: 600;
}
.article-inner .blog_author .article__date {
  color: rgba(128, 128, 128, 0.97);
}
.article-inner .article-title {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.25rem;
}
.article-inner a {
  color: inherit;
  text-decoration: none;
}
.article-inner a:hover {
  text-decoration: underline;
  color: inherit;
}
.blog-detail {
  display: grid;
  grid-gap: 4rem;
}
@media (min-width: 992px) {
  .blog-detail {
    grid-template-columns: 2fr 1fr;
  }
}
.blog-detail-left {
  overflow: hidden;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .blog-detail-left {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.blog-detail-left .posted-media {
  margin-bottom: 2rem;
  overflow: hidden;
}
.blog-detail-left .posted-media .post__pic .media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.blog-detail-left .posted-media .post__pic .media-wrapper iframe,
.blog-detail-left .posted-media .post__pic .media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-detail-right {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .blog-detail-right {
    padding-bottom: 4rem;
    padding-left: 4rem;
    border-left: solid 1px #dee2e6;
  }
}
@media (max-width: 991.98px) {
  .blog-detail-right {
    padding-bottom: 4rem;
  }
}
.blog-head .title {
  color: rgba(0, 0, 0, 0.97);
  font-size: calc(112.5% + 1vw);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.posted-by {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: rgba(128, 128, 128, 0.97);
  font-size: 0.875rem;
  text-transform: uppercase;
  flex-flow: row wrap;
  gap: 10px;
}
.posted-by span {
  border-right: solid 1px #dee2e6;
  padding-right: 1rem;
  margin-right: 1rem;
}
.posted-by .share-blog {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .posted-by .share-blog {
    margin: 0;
    margin-left: auto;
  }
}
.user-profile {
  display: flex;
  align-items: center;
}
.user-profile_photo {
  margin: 0;
  margin-right: 1rem;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
  position: relative;
  width: 40px;
  height: 40px;
}
.user-profile_photo > img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
}
.user-profile_data {
  display: flex;
  flex-direction: column;
}
.user-profile_title {
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.97);
}
.arrows {
  cursor: pointer;
}
.arrows svg {
  width: 30px;
  height: auto;
  fill: #b8b8b7;
}
.arrows:hover svg {
  fill: var(--brand-color);
}
.arrows--left {
  margin-right: 1.5rem;
}
.form-subscribe {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-subscribe input[type="text"],
.form-subscribe .custom-select[type="text"] {
  flex: 1;
  background: #fff;
  height: 3.5rem;
  width: 100%;
  line-height: 1.2;
  font-size: 1em;
  padding: 5px 20px;
  margin: 0;
  margin-right: -3px;
  border: none;
  color: rgba(0, 0, 0, 0.97);
  vertical-align: top;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.form-subscribe input[type="submit"],
.form-subscribe .custom-select[type="submit"] {
  font-size: 1em;
  background: #000;
  height: 3.5rem;
  width: 100%;
  max-width: 136px;
  line-height: 1.2;
  padding: 5px 15px;
  margin: 0;
  border: none;
  color: #fff;
  vertical-align: top;
  font-weight: 400;
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}
.post-content {
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.post-content blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 32px;
  padding: 12px 0 0 45px;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  font-style: italic;
  color: var(--brand-color);
}
.post-content blockquote p {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  font-style: italic;
  color: var(--brand-color);
}
.post-content p {
  color: #666;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 15px 0;
}
.post-content a {
  color: var(--brand-color);
  text-decoration: underline;
}
.post-content img {
  border-radius: 4px;
}
.post-content .roll {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  perspective: 400px;
  perspective-origin: 50% 50%;
}
.post-content .roll:hover {
  background: none;
  text-shadow: none;
}
.post-content ul {
  margin: 10px 0 10px 0;
  padding: 0;
}
.post-content ul li {
  position: relative;
  line-height: 30px;
  padding: 0 0 8px 24px;
  letter-spacing: 0.02em;
}
.post-content ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-color: currentColor;
}
.post-content ul li a {
  color: var(--brand-color);
  text-decoration: none;
}
.post-content ol {
  margin: 10px 0 10px 20px;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.post-content ol li {
  list-style: decimal outside;
  line-height: normal;
  padding: 0 0 10px 0;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.post-content ol.list-spl {
  list-style-type: none;
}
.post-content ol.list-spl li {
  font-size: 15px;
  position: relative;
  margin: 0px 0 15px 0;
  list-style-type: none !important;
}
.post-content ol.list-spl li.highlighted-point .highlighted-info {
  margin: 0 0 0 56px;
}
.post-content ol.list-spl li.highlighted-point .highlighted-info .sub-info {
  display: block;
  margin: 5px 0 0 0;
}
.post-content ol.list-spl li.highlighted-point p {
  background: #fbf8da;
  color: #272727;
  position: relative;
  margin: 0 0 10px 13px;
  top: 13px;
  padding: 15px 15px 15px 40px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.62);
}
.post-content table {
  border-collapse: collapse;
  width: auto;
  text-align: left;
}
.post-content table th {
  border: solid 1px #dee2e6;
  padding: 5px 10px;
  vertical-align: top;
  color: var(--secondary-color);
}
.post-content table td {
  border: solid 1px #dee2e6;
  padding: 5px 10px;
  vertical-align: top;
}
.post-content table td strong {
  font-weight: 600;
}
.post-content table p {
  padding: 0px;
}
.post__author {
  margin: 2rem 0;
}
.post__author .media {
  display: flex;
  align-items: flex-start;
}
.post__author .media__image {
  margin-right: 2rem;
}
.post__author .avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.post__author .name {
  font-size: 1.25em;
  font-weight: 600;
}
.post__misc {
  margin: 2rem 0;
}
.comments {
  border: solid 1px #dee2e6;
  border-radius: 4px;
  margin: 2rem 0;
  padding: 2rem;
}
.comments h2,
.comments .h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.97);
}
.comments:last-child {
  border-bottom: none;
}
.comments.odd {
  padding-left: 110px;
}
.comment-meta {
  padding: 2rem;
  display: flex;
  border-top: solid 1px #dee2e6;
}
.comment-meta .avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 78px;
  height: 78px;
  min-width: 78px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-right: 2rem;
}
.comment-by {
  flex: 1;
}
.comment-by cite {
  display: block;
  font-style: normal;
}
.comment-by time {
  display: block;
  font-style: normal;
  color: rgba(128, 128, 128, 0.97);
  font-weight: 400;
  font-size: 0.875rem;
}
.comment-content {
  margin: 1rem 0 0 0;
}
.comment-content p {
  margin: 0;
}
.comment-respond {
  margin-top: 4rem;
}
.comment-respond h4,
.comment-respond .h4 {
  margin: 0;
  font-size: 1.2rem;
}
.blog-subscribers-inner {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.blog-subscribers-inner h3,
.blog-subscribers-inner .h3 {
  color: inherit;
  font-weight: 600;
}
.blog-subscribers-inner p {
  color: inherit;
  font-size: 0.9em;
}
.blog-subscribers-inner .form-subscribe {
  margin-bottom: 0;
  flex-direction: column;
}
.blog-subscribers-inner .form-subscribe input[type="text"],
.blog-subscribers-inner .form-subscribe .custom-select[type="text"] {
  flex: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  text-align: center;
}
.blog-subscribers-inner .form-subscribe input[type="submit"],
.blog-subscribers-inner .form-subscribe .custom-select[type="submit"] {
  flex: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  max-width: none;
}
.tabs-blog {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-blog li {
  flex: 1;
}
.tabs-blog li a {
  background-color: #f3f4f5;
  display: block;
  padding: 15px 10px;
  color: rgba(0, 0, 0, 0.97);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.tabs-blog li.is--active a {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
}
.content-data {
  display: none;
}
.content-data > ul > li {
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.content-data > ul > li:last-child {
  border-bottom: none;
}
.content-data .post-category {
  margin: 0;
}
.content-data .post-title {
  font-size: 1rem;
}
.pagination-blog {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.pagination-blog li {
  margin-right: 1rem;
}
.pagination-blog li a {
  width: 42px;
  line-height: 42px;
  text-align: center;
  height: 42px;
  display: block;
  font-size: 1em;
  color: #333;
  border: none;
  border: solid 1px #dee2e6;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.pagination-blog li.prev a {
  border-color: transparent;
  background: #373737 url(images/retina/arrows-left-white.svg) no-repeat center;
  background-size: 18px;
}
.pagination-blog li.next a {
  border-color: transparent;
  background: #373737 url(images/retina/arrow-right-white.svg) no-repeat center;
  background-size: 18px;
}
.pagination-blog li.selected a {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
  border-color: transparent;
}
.likes-count li {
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-weight: 400;
  color: #000;
  font-size: 0.875em;
}
.likes-count li .icn-like,
.likes-count li .icn-msg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.likes-count li .icn-msg img {
  width: 20px;
}
.right-side-bar .post_title {
  font-size: 1.1rem;
  font-weight: 500;
}
[dir="rtl"] .form-subscribe input[type="text"],
[dir="rtl"] .form-subscribe .custom-select[type="text"] {
  border-radius: 0px 50px 50px 0px;
}
[dir="rtl"] .form-subscribe input[type="submit"],
[dir="rtl"] .form-subscribe .custom-select[type="submit"] {
  border-radius: 50px 0px 0px 50px;
}
.payment-section {
  max-width: 500px;
  padding: 2rem;
  margin: 0 auto;
}
.payment-section .payable-amount {
  display: flex;
  flex-direction: column;
}
.payment-section .payable-amount-head {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 1rem;
}
.payment-section .payable-amount-body {
  flex: 1;
}
.payment-section .payable-amount-total {
  font-size: 0.75rem;
}
.payment-section .payable-amount-total .value {
  font-weight: 600;
  font-size: 0.8rem;
}
.payable-form-footer {
  margin-top: 2rem;
}
.contact-address {
  background-color: #f3f4f5;
  border-radius: 4px;
  padding: 3rem;
  color: white;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .contact-address {
    padding: 1.5rem;
  }
}
.contact-address-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dee2e6;
}
.contact-address-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.contact-address h6,
.contact-address .h6 {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.97);
  margin-bottom: 10px;
}
.contact-address .footer-social {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.list-contact {
  display: flex;
  flex-direction: column;
}
.list-contact li {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.g-map {
  position: relative;
  height: 490px;
}
.g-map iframe,
.g-map .blog-detail-left .posted-media .post__pic .media-wrapper img,
.blog-detail-left .posted-media .post__pic .media-wrapper .g-map img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.tab-faq {
  border-bottom: solid 1px #dee2e6;
  text-align: center;
  margin: 0 auto;
}
.filterDiv {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 400;
  margin: -1px 0;
  padding: 1.5rem 0;
  padding-right: 25px;
  position: relative;
  border-top: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
  position: relative;
  white-space: normal;
}
.filterDiv:after {
  position: absolute;
  right: 0;
  top: 32px;
  transform: rotate(-90deg);
}
.filterDiv:hover {
  color: var(--brand-color);
}
.filterDiv.faqclose:after {
  transform: rotate(0deg);
}
div.faqanswer {
  margin: 0;
  line-height: 1.8em;
  border-radius: 4px;
  display: none;
}
div.faqanswer p {
  margin: 0;
  padding: 1rem 0;
  color: white;
  font-size: 0.85rem;
}
.bg-faqs {
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.bg-faqs:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  opacity: 0.6;
  background: #232526;
  background: linear-gradient(to right, #414345, #232526);
}
.bg-faqs .container {
  position: relative;
  z-index: 1;
}
.bg-faqs .section-heading {
/*  color: #fff;*/
    color: white;
}
.form-faqs-input {
  background-color: #fff !important;
}
.faq-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.faq-filters a {
  border: solid 1px #dee2e6;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.97);
  font-size: 0.85rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.faq-filters a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--brand-color);
  border-left: 10px solid transparent;
}
.faq-filters a.is--active {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-color: var(--brand-color);
}
.browsed-box {
  border: solid 1px #dee2e6;
  padding: 20px;
  margin-bottom: 20px;
}
.browsed-box:hover {
  background: #ededed;
}
.browsed-box .category-q {
  color: rgba(0, 0, 0, 0.97);
  text-transform: uppercase;
  font-weight: 600;
  min-height: 43px;
}
.browsed-box a.btn--link {
  margin: 10px 0;
  display: inline-block;
}
.browsed-box a.btn--link .svg-icn svg path {
  fill: var(--brand-color);
}
.header-supplier,
.header-advertiser,
.header-affiliate {
  color: rgba(0, 0, 0, 0.97);
  min-height: auto;
}
.header-supplier .logo-bar,
.header-advertiser .logo-bar,
.header-affiliate .logo-bar {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr;
}
.short-links {
  margin-left: auto;
}
.short-links li {
  margin-left: 1rem;
}
.short-links li a:hover,
.short-links li a:focus,
.short-links li a:active {
  color: var(--brand-color-inverse);
}
@media (max-width: 767.98px) {
  .short-nav {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: -280px;
    bottom: 0;
    overflow-y: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 280px;
    transition: left 0.3s ease, right 0.3s ease;
  }
  .short-nav ul {
    display: flex;
    flex-direction: column;
  }
  .short-nav--on .short-nav {
    background: #f3f4f5;
    padding: 0;
    left: 0;
    visibility: visible;
  }
}
.short-nav li {
  display: inline-block;
  vertical-align: top;
}
.short-nav li a {
  display: block;
  font-size: 0.8em;
  padding: 6px 10px;
  color: rgba(0, 0, 0, 0.97);
}
.short-nav li:first-child {
  padding-left: 0;
}
.short-nav li:last-child {
  padding-right: 0;
}
.seller-nav {
  flex-direction: column;
  align-items: inherit;
}
.seller-nav-item {
  margin: 0;
}
.seller-nav-link {
  padding: 18px 20px;
  display: block;
  border-bottom: solid 1px #dee2e6;
  font-size: 1rem;
  background-image: url(images/retina/submenu-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}
.hero-banner {
  padding: 2rem 0;
  color: #fff;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
.hero-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  opacity: 0.6;
  background: #232526;
  background: linear-gradient(to right, #414345, #232526);
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
.hero-banner-inner {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
@media (min-width: 992px) {
  .hero-banner-inner {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}
.seller-slogan {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.seller-slogan-txt h3,
.seller-slogan-txt .h3 {
  font-size: clamp(2rem, 50%, 4rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: currentColor;
}
.seller-slogan-txt h3 span,
.seller-slogan-txt .h3 span {
  display: block;
  font-size: 1rem;
  color: inherit;
}
.seller-slogan-txt p {
  color: currentColor;
}
.seller-slogan ul li {
  display: inline-block;
  margin-right: 20px;
}
.seller-register-form {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.97);
  width: 100%;
  border-radius: 4px;
  position: relative;
}
.seller-register-form h2,
.seller-register-form .h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.seller-register-form.affiliate-register-form {
  max-width: none;
}
.seller-register-form .message {
  padding: 0 20px;
}
.features {
  padding: 100px 0;
}
.growth {
  max-width: 520px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: none !important;
  display: block;
  color: #000;
  font-size: 1.5em;
}
.growth strong {
  font-size: 2em;
}
.growth .growth-txt {
  border-left: solid 1px #dee2e6;
  padding-left: 120px;
}
.growth .growth-txt li {
  margin-bottom: 50px;
  display: table;
  width: 100%;
}
.growth .growth-txt li:last-child {
  margin-bottom: 0;
}
.growth .growth-txt i.icn {
  float: left;
  margin-right: 30px;
}
.growth .growth-txt p {
  color: rgba(128, 128, 128, 0.97);
}
.simple-step {
  background: #f8f8f8 url(images/bg-step-slider.png) no-repeat center bottom;
}
.simple-step .heading1 {
  text-align: center;
  display: block;
}
.seller-steps-slider {
  position: relative;
  height: 410px;
}
.simple-price {
  background: var(--secondary-color);
  color: var(--secondary-color-inverse);
  text-align: center;
}
.pricing-structure {
  margin: 2rem auto;
  max-width: 1100px;
}
.pricing-structure ul {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.5rem auto;
}
@media (min-width: 576px) {
  .pricing-structure ul {
    grid-template-columns: 25% 1fr 25% 1fr 25%;
  }
}
@media (min-width: 992px) {
  .pricing-structure ul {
    gap: 2rem;
    grid-template-columns: 15.6125rem 1fr 15.6125rem 1fr 15.6125rem;
  }
}
.pricing-structure ul li {
  text-align: center;
}
.pricing-structure .lg-hide {
  display: none;
}
@media (min-width: 768px) {
  .pricing-structure .lg-hide {
    display: none;
  }
}
.pricing-structure .box {
  max-width: 15.6125rem;
  width: 100%;
  padding: 2rem 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0px 0px 12px #00000029;
  background-color: #fff;
}
.pricing-structure .box h4,
.pricing-structure .box .h4 {
  font-size: 2rem;
  color: var(--brand-color);
  font-weight: 700;
  margin: 0;
}
.pricing-structure .box p {
  color: rgba(0, 0, 0, 0.97);
}
.pricing-structure .sign {
  color: var(--brand-color);
  font-size: 3rem;
  font-weight: 700;
}
.registeration-process {
  margin: 1rem 0;
}
.registeration-process ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.registeration-process ul li {
  font-size: 0.85em;
  color: white;
  margin-right: 1rem;
}
.registeration-process ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.registeration-process ul li a {
  display: block;
  padding: 0.5rem 0;
  color: inherit;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
}
.registeration-process ul li a:after {
  content: "";
  bottom: 0;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  height: 2px;
  width: 0;
  position: absolute;
  z-index: 0;
  left: 0;
}
.registeration-process ul li.is--active a {
  color: var(--brand-color);
  font-weight: 600;
}
.registeration-process ul li.is--active a:after {
  width: 100%;
}
@media (max-width: 767.98px) {
  .yk-login--wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: -280px;
    bottom: 0;
    overflow-y: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 280px;
    transition: left 0.3s ease, right 0.3s ease;
  }
  .yk-login--wrapper--on .yk-login--wrapper {
    left: 0;
    visibility: visible;
  }
}
.seller-steps {
  text-align: center;
  margin: 0 auto;
}
.seller-steps ul {
  display: flex;
  margin: 50px auto 0 auto;
}
@media (max-width: 767.98px) {
  .seller-steps ul {
    flex-wrap: wrap;
  }
}
.seller-steps ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1rem;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .seller-steps ul li {
    flex: auto;
    max-width: inherit;
  }
}
.seller-steps .icn {
  margin: 20px auto;
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
}
.seller-steps .icn:before {
  position: relative;
  display: block;
  content: "";
  padding-bottom: 100%;
}
.seller-steps .icn img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.seller-steps h3,
.seller-steps .h3 {
  color: #000;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 400;
}
.seller-steps p {
  font-size: 0.9375em;
  line-height: 1.3;
}
.easy-methods {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3rem;
}
.easy-methods .method {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.easy-methods .method .icon {
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 12px #00000029;
}
.easy-methods .method .icon img {
  opacity: 0.5;
}
.easy-methods .method h3,
.easy-methods .method .h3 {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.375rem;
}
.easy-methods .method p {
  color: white;
  font-size: 1rem;
}
.cta {
  text-align: center;
}
.cta h3,
.cta .h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.bullet-circle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullet-circle li {
  display: flex;
  gap: 10px;
  margin: 1rem 0;
}
.bullet-circle li .icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 9px;
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: 4px;
}
.shop-fold {
  position: relative;
}
.shop-bar {
  background-color: #f3f4f5;
  border-bottom: solid 1px #dee2e6;
}
.shop-banner {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.03);
  animation: placeholderShimmer 2s linear;
  animation-iteration-count: infinite;
  background-color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08) 0,
    rgba(0, 0, 0, 0.15) 15%,
    rgba(0, 0, 0, 0.08) 30%
  );
  background-size: 1200px 100%;
  padding-top: 25%;
  position: relative;
}
.shop-banner img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-shop-info {
  background-image: linear-gradient(var(--brand-color), var(--brand-color));
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 60px;
}
.bg-shop-info .container {
  position: relative;
}
.shop-info-wrap {
  display: flex;
  flex-direction: column;
}
.shop-information {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shop-information {
    flex-direction: row;
    align-items: center;
    padding: 3rem 0;
  }
}
.shop-information-start {
  display: flex;
  align-items: center;
  flex-direction: row;
  grid-gap: 1.5rem;
}
@media (min-width: 992px) {
  .shop-information-end {
    margin-left: auto;
  }
}
.shop-information-logo {
  border: solid 1px #000;
  border-radius: 4px;
  width: 75px;
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .shop-information-logo {
    width: 155px;
  }
}
.shop-information-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px;
}
.shop-information-detail {
  display: flex;
  flex-direction: column;
}
.shop-information-detail .title {
  margin-bottom: 1rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.shop-information-detail .blk-txt {
  display: block;
  font-size: 0.775rem;
  color: white;
}
.shop-information .product-ratings {
  margin: 0;
  padding: 0;
}
.contact-social {
  margin-top: 1rem;
  display: block;
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  grid-gap: 0.5rem;
  position: relative;
}
.contact-social-item {
  display: inline-block;
}
.contact-social-link {
  background-color: #fff;
  border: solid 1px #dee2e6;
  border-radius: 2px;
  color: currentColor;
  font-size: 1rem;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  display: block;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
.contact-social-link:hover .icon-1,
.contact-social-link:focus .icon-1,
.contact-social-link:active .icon-1 {
  top: -15px;
}
.contact-social-link:hover .icon-2,
.contact-social-link:focus .icon-2,
.contact-social-link:active .icon-2 {
  top: 15px;
}
.contact-social-link .icon-2 {
  top: 50px;
}
.contact-social .active {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
}
.shop-info {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .shop-info {
    flex-direction: column;
    align-items: center;
  }
}
.shop-info .products__rating {
  justify-content: center;
  margin-bottom: 1rem;
}
.shop-nav {
  display: flex;
  flex-direction: row;
  grid-gap: 2rem;
}
@media (max-width: 767.98px) {
  .shop-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.shop-nav-link {
  color: rgba(0, 0, 0, 0.97);
  font-size: 0.85rem;
  padding: 0.8rem 0;
  margin: 0;
  display: block;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-color: transparent;
  transition: background-size 0.3s;
  text-decoration: none;
}
.shop-nav-link:hover,
.shop-nav-link:focus,
.shop-nav-link:active,
.shop-nav-link.active {
  color: var(--brand-color);
  text-decoration: none;
  background-size: 100% 2px;
}
.testimonials-item {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #fff;
  padding: 1.5rem;
}
.testimonials-item .user {
  display: flex;
  gap: 10px;
  transition: all 0.3s ease 0s;
  margin-bottom: 1rem;
}
.testimonials-item .user img {
  border-radius: 4px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  max-width: 100%;
}
.testimonials-item .user .user-name {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.testimonials-item .testimonials-content p {
  font-weight: 400;
  font-size: 0.95rem;
  padding: 0;
}
.sitemapcontainer h2,
.sitemapcontainer .h2 {
  font-size: 1.3em;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #dee2e6;
}
.success-animation {
  margin: 2rem auto;
}
.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
.thanks-screen p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .thanks-screen p {
    max-width: 80%;
  }
}
.order-completed {
  color: white;
}
.order-completed h2,
.order-completed .h2 {
  color: rgba(0, 0, 0, 0.97);
  font-size: calc(1.75rem + ((1vw - 0.1875rem) * 1.2346));
  font-weight: 400;
  margin-bottom: 1rem;
}
.order-completed h3,
.order-completed .h3 {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.order-completed h3 a,
.order-completed .h3 a {
  color: var(--brand-color);
}
.order-completed p {
  font-weight: 400;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.order-completed .svg {
  width: 1rem;
  height: 1rem;
}
.completed-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.completed-detail > li {
  flex: 1;
  padding: 2rem;
  margin: -1px;
  background: #fff;
  outline: solid 1px #dee2e6;
}
@media (max-width: 991.98px) {
  .completed-detail > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .completed-detail > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.completed-detail h4,
.completed-detail .h4 {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.completed-detail h4 .svg,
.completed-detail .h4 .svg {
  margin-right: 5px;
  width: 1rem;
  height: 1rem;
}
.completed-detail p {
  font-size: 0.9rem;
}
.completed-detail .preferred-shipping-list {
  max-height: 200px;
  overflow-y: auto;
}
.completed-detail .preferred-shipping-list li {
  background-color: #f3f4f5;
  border-radius: 2px;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 600;
}
.completed-cart {
  margin-top: 1rem;
}
.any-question {
  font-size: 0.85rem;
}


/** end css*/

.table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-accent-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #9274DE;
 
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
 /* background-color: #fff;*/
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.detail-page .breadcrumb {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .detail-page .breadcrumb {
    margin: 2rem 0;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(
    --bs-breadcrumb-divider,
    "/"
  ); / rtl: var(--bs-breadcrumb-divider, "/") /
}
.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  position: relative;
  padding: 0;
  margin: 5px 0;
  margin-right: 1rem;
  color: rgba(0, 0, 0, 0.97);
  font-size: 0.8125rem;
  display: block;
  font-weight: 400;
  line-height: 1.5;
}
.breadcrumb ul li:before {
  line-height: inherit;
  padding: 0 !important;
  position: absolute;
  right: -1rem;
  content: "/" !important;
}
.breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumb ul li:last-child:before {
  display: none;
}
.breadcrumb ul li a {
  color: rgba(0, 0, 0, 0.77);
  font-size: inherit;
  display: block;
  line-height: inherit;
}
.breadcrumb-center {
  justify-content: center;
}
.breadcrumb-center ul {
  justify-content: center;
}
.breadcrumb-right {
  color: #fff;
}
.breadcrumb-right ul {
  justify-content: flex-end;
}
.breadcrumb-white {
  color: #fff;
}
.breadcrumb-white ul li:before {
  border-color: #fff;
}
.detail-page .breadcrumb {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .detail-page .breadcrumb {
    margin: 2rem 0;
  }
}

.section {
  padding: calc(1rem + 2.5vw) 0;
}
@media (max-width: 575.98px) {
  .section {
    padding: calc(1rem + 3vw) 0;
  }
}
.section-head {
  width: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: auto;
}
@media (min-width: 992px) {
  .section-head {
    flex-direction: row;
    margin-bottom: 2.5rem;
  }
}
.section-head-center {
  justify-content: center;
  text-align: center;
}
.section-heading {
  color: white;
  display: inline-block;
}
.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4 {
  font-weight: 500;
}
.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2 {
  font-size: clamp(1.2rem, 2vw, 3rem);
}
.section-heading h1 > span,
.section-heading .h1 > span,
.section-heading h2 > span,
.section-heading .h2 > span {
  display: block;
  font-size: 0.875rem;
  text-align: center;
}
.section-heading h1 .search-results,
.section-heading .h1 .search-results,
.section-heading h2 .search-results,
.section-heading .h2 .search-results {
  font-size: 2rem;
  display: inline-block;
}
.section-heading p {
  font-size: 1rem;
  font-weight: 400;
}
.section-foot {
  text-align: center;
  margin-top: 1.5rem;
}
.page-banner {
  min-height: 320px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.page-banner:after {
  background: transparent
    linear-gradient(
      80deg,
      var(--brand-color) 0%,
      var(--brand-color) 38%,
      rgba(1, 34, 69, 0) 100%
    )
    0% 0% no-repeat;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.page-banner-txt {
  max-width: 475px;
}
.page-banner .container {
  z-index: 1;
  position: relative;
}
.cms-center {
  text-align: center;
}
.cms h1,
.cms .h1 {
  font-weight: 400;
}
.cms h2,
.cms .h2 {
  font-weight: 400;
}
.cms h3,
.cms .h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
}
.cms h4,
.cms .h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
.cms h5,
.cms .h5 {
  font-size: 1rem;
  font-weight: 400;
}
.cms h6,
.cms .h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.cms p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  word-break: break-word;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
}
.cms.space {
  padding: 50px 0;
}
.cms ul {
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.97);
}
.cms ul li {
  position: relative;
  padding: 5px 0;
  margin: 0 15px;
  color: inherit;
  list-style: disc;
  display: list-item;
}
.cms ul li ul li {
  font-size: 0.875rem;
}
.cms ol {
  list-style: decimal;
}
.cms ol li {
  position: relative;
  padding: 0 0 15px 0;
  color: #666;
  margin: 0;
  font-size: 1.1em;
}
.cms ol a {
  color: inherit;
}
.cms table th {
  font-weight: 600;
}
.cms table th,
.cms table td {
  padding: 10px;
  font-size: 0.875rem;
  vertical-align: top;
}
.bg-stats {
  background-color: #f3f4f5;
  border-radius: 20px;
  padding: calc(1rem + 4vw) 1rem;
}
.stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 auto;
  gap: 1rem;
}
@media (min-width: 992px) {
  .stats {
    max-width: 800px;
  }
}
.stats-block {
  text-align: center;
}
@media (max-width: 767.98px) {
  .stats-block {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.stats-block h4,
.stats-block .h4 {
  font-size: 3.125rem;
  color: var(--brand-color);
  font-weight: 700;
}
.stats-block p {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.12rem;
  font-weight: 600;
}
.content-wrap .content-block {
  padding: calc(1rem + 3vw) 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .content-wrap .content-block {
    flex-direction: row-reverse;
    gap: 5rem;
  }
}
.content-wrap .content-block-img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .content-wrap .content-block-img {
    flex: 0 1 50%;
  }
}
.content-wrap .content-block-img img {
  border-radius: 10px;
}
.content-wrap .content-block-cms {
  flex: 1;
}
@media (min-width: 768px) {
  .content-wrap .content-block:nth-child(even) {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .content-wrap .content-block-even {
    flex-direction: row;
  }
}
.list-vertical {
  margin: 0;
  padding: 0;
}
.list-vertical li {
  padding: 8px 0;
  display: block;
  position: relative;
  border: none !important;
}
.list-vertical li .divider {
  margin: 0;
}
.list-vertical li span {
  color: rgba(0, 0, 0, 0.97);
}
.list-vertical li.logout a {
  color: #000;
  font-weight: 600;
}
.list-vertical li:last-child {
  border-bottom: none;
}
.list-vertical li.is-active a {
  color: #555555;
  font-weight: 700;
}
.list-vertical li .parents--link {
  position: relative;
  display: block;
  cursor: pointer;
}
.list-vertical li .parents--link:after {
  position: absolute;
  content: "+";
  font-weight: 600;
  font-size: 1.25em;
  color: #888;
  right: 10px;
  top: -4px;
}
.list-vertical li.seprator {
  border-top: solid 1px #dee2e6;
  padding-top: 10px;
  margin-top: 10px;
}
.list-vertical .remove_buyTogether {
  margin-right: 10px;
  cursor: pointer;
}
.list-vertical .remove_buyTogether:hover {
  color: var(--brand-color);
}
.list-vertical a {
  color: rgba(0, 0, 0, 0.97);
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 5px 0;
}
.list-vertical img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.list-vertical .childs {
  display: none;
}
.list-vertical .childs.opened {
  display: block;
}
.list-vertical .childs li {
  font-size: 0.95em;
  margin: 4px 0;
  padding-left: 0;
}
.listing--check li {
  color: #666;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.5rem 0;
}
.listing--check li a {
  color: #666;
  font-size: 14px;
  padding: 0;
  padding-left: 30px;
  position: relative;
  min-height: 22px;
  display: block;
}
.listing--check li a:before {
  height: 20px;
  width: 20px;
  border: solid 1px #dee2e6;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 2px;
}
.listing--check li.is-active a:before {
  background: var(--brand-color);
  color: var(--brand-color-inverse);
  border-color: var(--brand-color);
}
.listing--check li.is-active a:after {
  height: 12px;
  width: 7px;
  position: absolute;
  content: "";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}
.listing--bullet li {
  position: relative;
  line-height: 30px;
  padding: 0 0 8px 18px;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.97);
}
.listing--bullet li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-color: #888;
}
.promotion-area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .promotion-area ul {
    justify-content: flex-start;
  }
}
.listing--icons li {
  padding: 10px 1rem;
  display: flex;
}
.listing--icons li .fa {
  font-size: 2.5em;
  opacity: 0.6;
  margin: 0 20px 0 0;
  width: 2.5rem;
}
.listing--icons li p {
  font-size: 0.875rem;
}
.listing--icons li p strong {
  display: block;
  opacity: 1;
  font-weight: 500;
}
.links-inline {
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  gap: 10px;
  width: 100%;
}
.links-inline-center {
  justify-content: center;
}
.links-inline li {
  font-size: 0.875rem;
  padding-bottom: 5px;
  padding-right: 1rem;
}
.links-inline li a {
  color: inherit;
  text-decoration: underline;
}
.links-inline li a:hover {
  color: var(--brand-color);
  text-decoration: underline;
}
.links-inline li .fa {
  margin: 0 5px 0 0;
}
.heading1 {
  color: rgba(0, 0, 0, 0.97);
  font-size: 2em;
}
.heading2 {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.8em;
}
.heading3 {
  color: rgba(0, 0, 0, 0.97);
  font-size: 1.3em;
}
.heading4 {
  font-size: 1.2em;
}
.heading4 span {
  color: var(--brand-color);
}
span.subheading {
  color: #555555;
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
}
.txt-sm {
  font-size: 0.8rem;
}
.cookies-notice {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cookies-notice {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cookies-notice-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cookies-notice-content {
    flex-flow: row nowrap;
    justify-content: space-between;
    border-radius: 50px;
  }
}
.cookies-notice-content a {
  color: currentColor;
  text-decoration: underline;
}
.cookies-notice-message {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 0 1rem;
}
.cookies-notice-buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  margin-left: 0;
}
.cookies-notice-buttons .btn-decline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-radius: 40px;
  padding: 10px 14px;
}
.cookies-notice-buttons .btn-decline:hover,
.cookies-notice-buttons .btn-decline:focus,
.cookies-notice-buttons .btn-decline:active {
  text-decoration: underline;
  box-shadow: none;
}
.cookies-notice-buttons .btn-accept {
  background-color: #fff;
  color: #000;
  border-radius: 40px;
  padding: 10px 14px;
}
.no-data-found {
  margin: 2rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.no-data-found .img {
  max-width: 100%;
  margin: 1rem auto;
}
.no-data-found .img img,
.no-data-found .img .svg {
  width: 100%;
  max-width: 400px;
}
.no-data-found .data {
  margin-top: 1rem;
}
.no-data-found .data h2,
.no-data-found .data .h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 400;
}
.no-data-found .data p {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.77);
  font-size: 0.85rem;
}
.no-data-found.no-data-found--md .img {
  max-width: 150px;
}
.no-data-found.no-data-found--md .data h2,
.no-data-found.no-data-found--md .data .h2 {
  font-size: 1.5rem;
}
.no-data-found.no-data-found--sm .img {
  max-width: 100px;
}
.no-data-found.no-data-found--sm .data h2,
.no-data-found.no-data-found--sm .data .h2 {
  font-size: 1.2rem;
}
.block-empty {
  padding: 2rem 20px;
  margin: auto;
}
.block-empty .block__img {
  display: block;
  margin: 20px auto 30px !important;
}
.block-empty .error__img {
  width: 449px;
  display: block;
  margin: 20px auto 0;
}
.block-empty h3,
.block-empty .h3 {
  font-size: 1.2rem;
}
.block-empty h6,
.block-empty .h6 {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
}
.no-product {
  text-align: center;
}
.no-product ul {
  justify-content: center;
}
.not-found {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.not-found img {
  margin-bottom: 2rem;
}
.not-found h3,
.not-found .h3 {
  margin-bottom: 1rem;
}
.not-found p {
  margin-bottom: 1rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--brand-color);
  color: var(--brand-color-inverse);
}
.dropdown__target {
  border-radius: 4px;
  z-index: 10;
  left: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all 300ms;
  transform-origin: center;
}
.dropdown__target:before {
  content: "";
  display: block;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 20px;
}
.dropdown__target__right {
  left: auto;
  right: 0;
}
.dropdown__target__right:before {
  left: auto;
  right: 20px;
}
.dropdown.is-active .dropdown__target {
  transform: scaleY(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.dropdown__target-space {
  padding: 15px 25px;
  min-width: 200px;
}
.dropdown__target-head {
  padding: 15px;
  background: var(--brand-color);
  color: var(--brand-color-inverse);
}
.dropdown__target-head p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 0.9em;
}
.dropdown__target-head p a {
  color: #fff;
  text-decoration: underline;
}
.dropdown__target-head .link {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  padding: 2px 20px 4px;
}
.dropdown__target .iconavtar {
  border: 2px solid #fff;
  display: block;
  position: relative;
  margin: 0 auto 5px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  padding: 2px;
}
.dropdown__target .iconavtar .icon,
.dropdown__target .iconavtar img {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: var(--brand-color);
  font-size: 2.5em;
  line-height: 1;
}
.dropdown__target .scroll-y {
  max-height: 350px;
  overflow-y: auto;
}
.dropdown.is-active .dropdown__target .list-vertical li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dropdown-menu {
  padding: 0;
  box-shadow: 0 0 50px 0 transparent !important;
  font-size: 0.85rem;
  border: solid 1px transparent !important;
  border-radius: 4px;
  margin: 0;
  padding: 1rem 0;
  min-width: 14rem;
  left: 0;
  text-align: left;
}
.dropdown-menu-anim {
  animation: dropdown-menu-fade-in 0.3s ease 1,
    dropdown-menu-move-up 0.3s ease-out 1;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-item {
  border: none;
}
.dropdown-menu-item.logout {
  border-top: solid 1px #dee2e6;
}
.dropdown-menu-link {
  display: block;
  padding: 10px 1rem;
  color: inherit;
}
.product-detail-gallery {
  position: relative;
  margin-bottom: 2rem;
  min-width: 0;
}
@media (min-width: 992px) {
  .product-detail-gallery {
    margin-bottom: 4rem;
  }
}
.product-detail-gallery .product-gallery {
  position: sticky;
  top: calc(122px + 30px);
  display: flex;
  flex-direction: column;
}
.product-detail-gallery .product-gallery {
  position: sticky;
  top: calc(122px + 30px);
  display: flex;
  flex-direction: column;
}

.product-images {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 4rem;
}
@media (min-width: 992px) {
  .product-images {
    flex-direction: row;
  }
}
.product-images figure,
.product-images a,
.product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  min-width: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 992px) {
  .product-images .main-img-slider {
    order: 2;
    outline: solid 1px #dee2e6;
  }
}
.product-images .thumb-nav {
  margin: auto;
  padding: 0;
  min-width: 0;
  display: none;
}
@media (min-width: 1400px) {
  .product-images .thumb-nav {
    max-width: 80px;
    flex: 0 0 80px;
    display: block;
  }
}
.product-images .thumb-nav-item {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.03);
}
.product-images .thumb-nav-item img {
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
  border: none;
  outline: solid 1px #dee2e6;
}
.product-images .thumb-nav-item.slick-current img {
  outline: solid 1px #000;
}
.product-images .thumb-nav-item:hover,
.product-images .thumb-nav-item:focus {
  opacity: 0.8;
}
.product-images .thumb-nav .btn-prev {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.product-images .thumb-nav .btn-next {
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  transform: rotate(90deg);
}

.product-images .main-img-slider {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  min-width: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 992px) {
  .product-images .main-img-slider {
    order: 2;
    outline: solid 1px #dee2e6;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.upload-3 {
    background: rgba(146, 116, 222, 0.4);
    border-radius: 26px;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    padding: 19px;
}
/* .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
} */
.flex-fill-5-scroll {
    background: #9274DE 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

/* width */
.flex-fill-5-scroll::-webkit-scrollbar {
    height: 0;
    transition: all ease-in-out .3;
}
.flex-fill-5-scroll:hover::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.flex-fill-5-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px;
}

/* Handle */
.flex-fill-5-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 30px;
}

/* Handle on hover */
.flex-fill-5-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.flex-fill-5-scroll>* {
    padding: 20px 30px;
    flex: 0 0 25%;
    border-right: 1px solid #ddd;
    border-right: 1px solid #ddd;

}

.flex-fill-5-scroll>*:last-child {
    border-right: 0;
}

.flex-fill-5-scroll>*:first-child {
    background-color: #6263D2;
}

.flex-18 {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sm-radio-white:has(:checked) {
    background: #gdfgfg 0% 0% no-repeat padding-box;
}
.sm-radio-white {
    background: #938aa8 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    padding: 12px 13px;
    padding-right: 45px;
}
.sm-radio-white, .sm-radio {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}


.product-type {
    gap: 2px;
}
.form-label, .form .field_label, .form .label {
    font-size: 0.8rem;
    color: rgba(0,0,0,0.87);
    margin: 0;
    
    padding: 0;
    margin-bottom: 8px;
    display: inline-block;
    cursor: default;
    font-weight: 500;
}
.btn-mega-search {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  background-color:#2EA8FA;
}
.btn-mega-search > img {
  width: 12px;
  height: 12px;
}
.mega-search{
  background-color: #3c014c;
}
.mega-search .btn-search-close {
  background-color: #f3f4f5 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  min-height: 30px !important;
}
.search-suggestions {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.search-suggestions .text-suggestions-link {
  font-weight: 600;
}